/* Custom Color Scheme - Based on Reference Palette */
:root {
    --theme: #D4622F;
    --theme-2: #e8875a;
    /* Primary Colors from Image */
    --color-dark-navy: #0d1b2a;
    --color-orange: #D4622F;
    --color-slate-blue: #5A6C7D;

    /* Variations */
    --color-orange-light: #E67E22;
    --color-orange-dark: #C04E1C;
    --color-slate-light: #7B8FA3;
}

/* ========== HERO SECTION ========== */
.modern-hero-section {
    background: linear-gradient(135deg, var(--color-dark-navy) 0%, #0a1520 50%, #1a2332 100%) !important;
}

.modern-hero-section::before {
    background: radial-gradient(circle, rgba(212, 98, 47, 0.08) 0%, rgba(90, 108, 125, 0.05) 40%, transparent 70%) !important;
}

.hero-subtitle {
    color: var(--color-slate-light) !important;
}

.hero-main-title .gradient-text {
    background: linear-gradient(135deg, var(--color-orange) 0%, var(--color-orange-light) 50%, var(--color-slate-blue) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.hero-main-title .highlight-text {
    color: var(--color-orange) !important;
    text-shadow: 0 0 60px rgba(212, 98, 47, 0.4) !important;
}

.hero-shape-decoration {
    border-color: rgba(212, 98, 47, 0.5) !important;
}

.hero-shape-decoration::before {
    background: var(--color-orange) !important;
    box-shadow: 0 0 20px rgba(212, 98, 47, 0.6) !important;
}

/* ========== HEADER ========== */
.header-1 {
    background: var(--color-dark-navy) !important;
    transition: all 0.3s ease-in-out;
}

/* GrowthVerse Text Logo in Header */
.growthverse-text-logo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.growthverse-text-logo h2 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1;
    transition: all 0.3s ease;
    display: block !important;
    opacity: 1 !important;
}

.growthverse-text-logo .text-orange {
    color: var(--color-orange);
}

.growthverse-text-logo .text-white {
    color: #ffffff;
}

.growthverse-text-logo:hover h2 {
    transform: translateY(-2px);
}

.growthverse-text-logo:hover .text-orange {
    color: var(--color-orange-light);
}

/* Force logo image visibility on all states including sticky */
.header-1 .logo img,
.header-1.sticky .logo img,
.header-1.header-fixed .logo img,
#header-sticky .logo img,
#header-sticky.sticky .logo img,
#header-sticky.header-fixed .logo img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sticky.header-1 .header-logo,
#header-sticky.sticky .header-logo {
    display: block !important;
}

/* Header Sticky State - Enhanced Visibility */
.header-1.sticky {
    background: rgba(13, 27, 42, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ensure menu links are visible on sticky */
.header-1.sticky .main-menu nav > ul > li > a {
    color: #ffffff !important;
}

.header-1.sticky .search-icon {
    color: #ffffff !important;
}

/* Logo visibility on sticky */
.header-1.sticky .header-logo {
    opacity: 1 !important;
}

/* Alternative sticky class (if using #header-sticky) */
#header-sticky.header-fixed,
.header-1.header-fixed {
    background: rgba(13, 27, 42, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header-sticky.header-fixed .main-menu nav > ul > li > a,
.header-1.header-fixed .main-menu nav > ul > li > a {
    color: #ffffff !important;
}

#header-sticky.header-fixed .search-icon,
.header-1.header-fixed .search-icon {
    color: #ffffff !important;
}

/* ========== BUTTONS ========== */
.theme-btn,
.main-button .theme-btn {
    background: var(--color-orange) !important;
}

.theme-btn:hover,
.main-button:hover .theme-btn {
    background: var(--color-orange-dark) !important;
}

.main-button .arrow-btn {
    background: var(--color-slate-blue) !important;
}

/* ========== MARQUEE ========== */
.marquee-section-1 {
    background: var(--color-slate-blue) !important;
}

/* ========== SERVICE SECTION ========== */
.service-section .row {
    align-items: stretch !important;
    row-gap: 24px !important;
}

.service-section .col-xl-4,
.service-section .col-lg-6,
.service-section .col-md-6 {
    display: flex !important;
}

.service-box-items {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
}

.service-box-items .content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.service-box-items .content p {
    flex: 1 !important;
}

.service-box-items:hover {
    border-color: var(--color-orange) !important;
    box-shadow: 0 10px 30px rgba(212, 98, 47, 0.1) !important;
}

.service-box-items .content h4 a:hover {
    color: var(--color-orange) !important;
}

.service-box-items .link-btn {
    color: var(--color-orange) !important;
}

.service-box-items .link-btn:hover {
    color: var(--color-orange-dark) !important;
}

/* ========== AUDIENCE SECTION - Counter Spacing ========== */
.audience-section .counter-box h2 {
    margin-bottom: 45px !important;
}

.audience-section .counter-box .content {
    margin-top: 0 !important;
}

/* ========== BREADCRUMB / PAGE HEADER ========== */
.breadcrumb-wrapper {
    background-image: url('/digtek-assets/img/background.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}


.breadcrumb-wrapper .page-heading {
    position: relative !important;
    z-index: 2 !important;
}

.breadcrumb-wrapper .page-heading h1 {
    color: #ffffff !important;
}

.breadcrumb-wrapper .breadcrumb-items li,
.breadcrumb-wrapper .breadcrumb-items li a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.breadcrumb-wrapper .breadcrumb-items li a:hover {
    color: var(--color-orange) !important;
}

.breadcrumb-wrapper .breadcrumb-items {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

/* ========== SECTION TITLES ========== */
/* Badge container */
.section-title .sub-title {
    background: linear-gradient(135deg, rgba(212, 98, 47, 0.18) 0%, rgba(230, 126, 34, 0.12) 50%, rgba(90, 108, 125, 0.1) 100%) !important;
    border: 1px solid rgba(212, 98, 47, 0.4) !important;
    -webkit-text-fill-color: unset !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

/* Text inside badge */
.section-title .sub-title span {
    background: linear-gradient(135deg, var(--color-orange) 0%, var(--color-orange-light) 50%, var(--color-slate-blue) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* ========== FOOTER ========== */
.footer-section {
    background: var(--color-dark-navy) !important;
}

.footer-section .social-icon a {
    background: var(--color-slate-blue) !important;
}

.footer-section .social-icon a:hover {
    background: var(--color-orange) !important;
}

/* ========== GROWTHVERSE FOOTER ========== */
.growthverse-footer-section {
    background: var(--color-dark-navy);
    padding: 80px 0 0;
    position: relative;
}

.footer-brand .footer-logo-link { display: inline-block; margin-bottom: 20px; }

.footer-tagline {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-orange);
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.footer-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--color-orange);
    color: #fff;
    transform: translateY(-3px);
}

.footer-widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--color-orange);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li { margin-bottom: 10px; }

.footer-links li a {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact-list li i {
    color: var(--color-orange);
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-contact-list li a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list li a:hover { color: var(--color-orange); }

.footer-maps {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-map-wrapper {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: transparent !important;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    margin: 0;
}

.footer-bottom a {
    color: var(--color-orange);
    text-decoration: none;
}

.growthverse-footer-section .scroll-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--color-orange);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-decoration: none;
}

.growthverse-footer-section .scroll-icon.active { opacity: 1; visibility: visible; }

.growthverse-footer-section .scroll-icon:hover {
    background: var(--color-orange-dark);
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .growthverse-footer-section { padding: 60px 0 0; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ========== PRICING ========== */
.pricing-items:hover,
.pricing-items.active {
    border-color: var(--color-orange) !important;
    box-shadow: 0 20px 50px rgba(212, 98, 47, 0.15) !important;
}

.pricing-items .price-header h2 {
    color: var(--color-orange) !important;
}

/* ========== TESTIMONIAL ========== */
.testimonial-card-items {
    border-left: 3px solid var(--color-orange) !important;
}

/* ========== NEWS/BLOG ========== */
.news-card-items:hover {
    border-color: var(--color-slate-blue) !important;
    box-shadow: 0 10px 30px rgba(90, 108, 125, 0.1) !important;
}

.news-card-items .content h3 a:hover {
    color: var(--color-orange) !important;
}

/* ========== CIRCLE PROGRESS ========== */
.circle-bar {
    stroke: var(--color-orange) !important;
}

/* ========== CONTACT FORM ========== */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--color-orange) !important;
}

/* ========== AUDIENCE SECTION ========== */
.audience-section {
    background-image: none !important;
    background: linear-gradient(135deg, var(--color-slate-blue) 0%, var(--color-dark-navy) 100%) !important;
}

.audience-section .audience-content h3,
.audience-section .audience-content h2,
.audience-section .audience-content p {
    color: #ffffff !important;
}

/* ========== TRUST SECTION ========== */
.trust-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    border-top: 1px solid #e5e7eb;
}

.trust-section .trust-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 40px 60px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(13, 27, 42, 0.06);
    border: 1px solid #e5e7eb;
}

.trust-section .trust-text-wrapper {
    flex: 1;
}

.trust-section .trust-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-orange);
    background: rgba(212, 98, 47, 0.08);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.trust-section .trust-heading {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-dark-navy);
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.trust-section .trust-divider {
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, transparent 0%, #e5e7eb 20%, #e5e7eb 80%, transparent 100%);
    flex-shrink: 0;
}

.trust-section .trust-stats-wrapper {
    display: flex;
    gap: 50px;
    flex-shrink: 0;
}

.trust-section .stat-item {
    text-align: center;
}

.trust-section .stat-number {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-orange);
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: -1px;
}

.trust-section .stat-label {
    font-size: 13px;
    color: var(--color-slate-blue);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

@media (max-width: 1200px) {
    .trust-section .trust-content {
        padding: 35px 40px;
        gap: 40px;
    }

    .trust-section .trust-stats-wrapper {
        gap: 35px;
    }

    .trust-section .trust-heading {
        font-size: 22px;
    }

    .trust-section .stat-number {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .trust-section {
        padding: 60px 0;
    }

    .trust-section .trust-content {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 35px;
    }

    .trust-section .trust-divider {
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #e5e7eb 20%, #e5e7eb 80%, transparent 100%);
    }

    .trust-section .trust-stats-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .trust-section .trust-content {
        padding: 30px 20px;
    }

    .trust-section .trust-heading {
        font-size: 20px;
    }

    .trust-section .trust-stats-wrapper {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .trust-section .stat-number {
        font-size: 32px;
    }

    .trust-section .stat-label {
        font-size: 12px;
    }
}

/* ========== PREMIUM STYLING ENHANCEMENTS ========== */

/* Typography Refinements */
.section-title h2 {
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    color: var(--color-dark-navy) !important;
}

.section-title .sub-title {
    font-size: 13px !important;
    letter-spacing: 2.5px !important;
    font-weight: 600 !important;
}

/* Service Section Refinements */
.service-section {
    background: #f9fafb !important;
}

.service-box-items {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.service-box-items:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 60px rgba(13, 27, 42, 0.12) !important;
}

.service-box-items .content h4 {
    font-weight: 700 !important;
    color: var(--color-dark-navy) !important;
    margin-bottom: 16px !important;
}

.service-box-items .content p {
    color: #6b7280 !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
}

/* About Section Refinements */
.about-section {
    background: #ffffff !important;
}

.about-content p {
    color: #4b5563 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.about-content p strong {
    color: var(--color-orange) !important;
    font-weight: 600 !important;
}

/* Brand Section Refinements */
.brand-wrapper .brand-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--color-slate-blue) !important;
    letter-spacing: 0.5px !important;
}

/* Button Refinements */
.theme-btn {
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.theme-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(212, 98, 47, 0.25) !important;
}

/* Header Refinements */
.header-1 {
    box-shadow: 0 2px 10px rgba(13, 27, 42, 0.05) !important;
}

.header-1 .main-menu ul li a {
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

/* Active & hover state navbar - GrowthVerse orange */
.header-main .main-menu ul li.active > a,
.header-main .main-menu ul li.active > a:hover,
.sticky.header-1 .main-menu ul li.active > a,
.header-1.header-fixed .main-menu ul li.active > a {
    color: var(--color-orange) !important;
}

.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li:hover > a,
.sticky.header-1 .main-menu ul li a:hover,
.sticky.header-1 .main-menu ul li:hover > a {
    color: var(--color-orange) !important;
}

/* Case Study Section - Rename to Success Stories */
.case-study-section .section-title h2 {
    font-size: clamp(32px, 4vw, 48px) !important;
}

/* Adjust vertical text size in program boxes */
.case-study-section .main-box .box .title-items h3 {
    font-size: 16px !important;
    letter-spacing: 2px !important;
}

.case-study-section .main-box .box .title-items h3 a {
    font-size: 16px !important;
}

@media (max-width: 1200px) {
    .case-study-section .main-box .box .title-items h3 {
        font-size: 14px !important;
        letter-spacing: 1.5px !important;
    }
}

@media (max-width: 768px) {
    .case-study-section .main-box .box .title-items h3 {
        font-size: 13px !important;
        letter-spacing: 1px !important;
    }
}

/* Footer Refinements */
.footer-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* General Text Refinements */
body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Reduce excessive animations */
.wow {
    animation-duration: 0.8s !important;
}

/* Professional spacing */
.section-padding {
    padding: 100px 0 !important;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 70px 0 !important;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0 !important;
    }
}
