/* Inner Pages Header Styles - Re-styled with Brand Colors */
.border-bottom-bicolor {
    border-bottom: 3px solid;
    /* Brand Bicolor: Saffron (#f4730e), Navy (#1A202C) */
    border-image: linear-gradient(to right, #f4730e 50%, #1A202C 50%) 1;
}

.border-bottom-bicolor-thick {
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #f4730e 50%, #1A202C 50%) 1;
}

.hero-horizontal-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Using Brand Dark Gray (#212121) for the main horizontal fade */
    background: linear-gradient(to right, rgba(33, 33, 33, 0.95) 0%, rgba(33, 33, 33, 0.7) 35%, rgba(33, 33, 33, 0.3) 50%, transparent 80%);
    z-index: 1;
}

.bg-gradient-dark-transparent {
    /* Vertical fade using Brand Dark Gray (#212121) */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #212121), to(transparent));
    background: linear-gradient(to top, #212121 7%, transparent 100%);
}

.inner-hero-header {
    height: 650px;
    padding-top: 80px;
}

.inner-hero-label {
    background-image: linear-gradient(to right, #ffffff, #f4730e, #f4730e);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Brand Text Gradients */
.text-gradient-saffron {
    background-image: linear-gradient(to right, #f4730e, #f4730e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-gradient-navy {
    background-image: linear-gradient(to right, #1A202C, #2D3748);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Brand Background Gradients */
.bg-gradient-saffron {
    background: #f4730e !important;
}

.bg-gradient-navy {
    background: linear-gradient(135deg, #1A202C 0%, #2D3748 100%) !important;
}


.bg-brand-gradient {
    background: linear-gradient(to right, #1A202C 0%, #f4730e 100%) !important;
}

.bg-gradient-brand-light {
    background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

/* Quote Section Special Gradient */
.bg-quote-brand {
    background: linear-gradient(to right, #1A202C 0%, #f4730e 100%) !important;
}

.border-color-brand-saffron {
    border-color: #f4730e !important;
}

.border-color-brand-navy {
    border-color: #1A202C !important;
}

@media (max-width: 991px) {
    .inner-hero-header {
        height: 370px;
    }
}

/* Journey Section Styles (Adapted from Ajay Kumar) */
.journey-header-underline {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.journey-header-underline span {
    width: 30px;
    height: 3px;
    margin: 0 5px;
}

/* Background Text Styles */
.journey-column {
    position: relative;
    padding: 20px 20px;
    transition: all 0.4s ease;
    z-index: 1;
}

.journey-column:hover {
    transform: translateY(-10px);
}

.journey-bg-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 180px;
    font-weight: 800;
    color: rgba(33, 33, 33, 0.045);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.journey-year {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.journey-dot {
    background: linear-gradient(135deg, #f4730e 0%, #1A202C 100%) !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 5px 15px rgba(26, 32, 44, 0.3);
    transition: all 0.3s ease;
    z-index: 2;
}

.journey-column:hover .journey-dot {
    transform: scale(1.3);
    box-shadow: 0px 8px 25px rgba(244, 115, 14, 0.4);
}

.journey-timeline-row {
    position: relative;
}

.journey-timeline-row::before {
    content: '';
    position: absolute;
    top: 106px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(to right, #f4730e, #FFFFFF, #1A202C);
    z-index: 0;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .journey-timeline-row::before {
        display: none;
    }
}

.journey-column:hover .journey-dot {
    transform: scale(1.3);
    box-shadow: rgba(244, 115, 14, 0.3) 0px 0px 20px;
}

.journey-column:hover .journey-year {
    color: #f4730e !important;
}

.journey-column:hover .journey-subtitle {
    color: #1A202C;
}

/* Premium Value Cards */
.premium-value-card {
    padding: 50px 40px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.premium-value-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    border-color: #f4730e;
}

.premium-value-card .value-icon {
    font-size: 45px;
    margin-bottom: 25px;
    display: inline-block;
    background: var(--saffron-gradient) !important;
    background-size: 100% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #f4730e !important; /* robust fallback */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease;
}

.text-gradient-san-blue-new-york-red {
    background-image: var(--saffron-gradient) !important;
    background-size: 100% 100%;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #f4730e !important; /* Saffron Solid Fallback */
}

.premium-value-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
}

.premium-value-card h5 {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.premium-value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}

.premium-value-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(to right, #1A202C, #f4730e);
    transition: width 0.4s ease;
}

.premium-value-card:hover::before {
    width: 100%;
}

/* Vertical Timeline for Key Postings */
.v-timeline {
    position: relative;
    padding-left: 50px;
}

.v-timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(to bottom, #1A202C, #f4730e);
    opacity: 0.3;
}

.v-timeline-item {
    position: relative;
    margin-bottom: 50px;
    padding: 30px;
    background: #fdfcfb;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 5px solid #1A202C;
}

.v-timeline-item:hover {
    transform: translateX(10px);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.v-timeline-dot {
    position: absolute;
    left: -54px;
    top: 36px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #1A202C;
    border: 4px solid #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.v-timeline-item:hover .v-timeline-dot {
    background-color: #f4730e;
    transform: scale(1.4);
    box-shadow: rgba(244, 115, 14, 0.4) 0px 0px 15px;
}

.journey-subtitle {
    font-weight: 700;
    font-size: 19px;
    color: #212121;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.journey-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
}



.text-gradient-light-saffron {
    background-image: linear-gradient(to right, #ffffff, #f4730e, #f4730e) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
}

/* Liquid Glass Dropdown Styles */
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    display: block !important;
    background: rgba(26, 32, 44, 0.85) !important; /* Premium Ink Navy glass tint */
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 15px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
    padding: 25px 0 !important;
    margin-top: 15px !important;
    min-width: 260px !important;
    border-top: 3px solid #f4730e !important; /* Brand Saffron Accent */
    
    /* Animation base */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    pointer-events: none;
}

/* Invisible bridge to catch the mouse during the transition from trigger to menu */
.navbar .navbar-nav .simple-dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    z-index: -1;
}

/* Hover state to show dropdown */
.navbar .navbar-nav .simple-dropdown:hover > .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0 20px !important;
    margin-bottom: 5px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    position: relative;
    overflow: hidden;
    background: transparent !important;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #f4730e !important; /* Saffron on hover */
    padding-left: 30px !important;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #f4730e;
    transition: all 0.3s ease;
    border-radius: 0 4px 4px 0;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a:hover::before {
    height: 20px;
}

/* Parent menu link and caret states */
.nav-item.dropdown:hover > .nav-link {
    color: #f4730e !important;
}

.nav-item.dropdown .dropdown-toggle {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    transition: transform 0.3s ease;
    color: inherit;
}

.nav-item.dropdown:hover .dropdown-toggle {
    transform: rotate(180deg);
    color: #f4730e;
}

.bg-premium-light {
    position: relative;
    background-color: #fdfdfd !important;
    background-image: 
        radial-gradient(circle at 0px 0px, rgba(26, 32, 44, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(244, 115, 14, 0.05) 0%, transparent 40%) !important;
    overflow: hidden;
}



/* Secondary Sub-menu Styles */
.secondary-menu-container {
    padding-bottom: 5px;
}

.secondary-menu-item {
    color: #212121;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 40px;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

.secondary-menu-item:last-child {
    margin-right: 0;
}

.secondary-menu-item:hover {
    color: var(--ink-navy) !important;
    border-bottom-color: rgba(26, 32, 44, 0.3);
}

.secondary-menu-item.active {
    background-image: var(--saffron-gradient) !important;
    background-size: 100% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #f4730e !important; /* robust fallback */
    border-bottom-color: #f4730e !important; 
}

@media (max-width: 991px) {
    .secondary-menu-item {
        margin-right: 25px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .secondary-menu-item {
        margin-right: 15px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        font-size: 12px;
    }
    .secondary-menu-container {
        justify-content: center !important;
    }
}

/* Forum & Poll Component Utilities */
.bg-brand-green-transparent {
    background-color: rgba(26, 32, 44, 0.15) !important;
}
.text-brand-navy {
    color: #1A202C !important;
}
.bg-brand-orange-transparent {
    background-color: rgba(244, 115, 14, 0.15) !important;
}
.text-brand-orange {
    color: #f4730e !important;
}
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.text-brand-blue {
    color: #1A202C !important; /* Re-using brand navy for consistency */
}
.border-color-brand-navy {
    border-color: #1A202C !important;
}
.border-color-brand-orange {
    border-color: #f4730e !important;
}
.border-color-blue-licorice {
    border-color: #212121 !important;
}

/* Fix for transparent buttons losing text on hover over light backgrounds */
.btn.btn-transparent-white-light.text-saffron:hover {
    color: var(--dark-gray) !important;
}

/* ── Minimal Event Date Strip ──────────────────────────────────────────────
   Replaces the heavy gradient badge with a frosted-glass label.
   Targets the date overlay div on event/campaign cards (desktop + mobile).
   ────────────────────────────────────────────────────────────────────────── */
.position-absolute.top-20px.left-20px.fs-13 {
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #f4730e !important;
    border: 1px solid rgba(244, 115, 14, 0.25) !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    text-shadow: none !important;
}