:root {
    --primary-color: #008800;
    --secondary-color: #267668;
    --white: #ffffff;
    --black: #121212;
    --gray-light: #f8f9fa;
}

/* Primary Color Overrides */
.primary-btn,
.secondary-btn:hover,
.bg-color,
.explore-btn span {
    background-color: var(--primary-color) !important;
}

.heading h1,
.heading h2,
.sub-heading span,
.service-item-wrapper h5,
.explore-btn span {
    color: var(--primary-color) !important;
}

svg path {
    fill: var(--primary-color);
}

/* Re-fix some svgs that should stay white */
.primary-btn svg path,
.explore-btn svg path {
    stroke: white !important;
    fill: none !important;
}

/* Refined Header Elements */
.header-top-line-premium {
    height: 6px;
    background-color: #008800;
    /* Primary Green */
    width: 100%;
}

.branding-bar {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.premium-logo {
    max-height: 85px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.premium-firm-name {
    font-size: 1.8rem;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.premium-firm-name span {
    color: #008800;
}

.firm-taglines {
    border-top: 1px solid #f0f0f0;
    margin-top: 3px;
    padding-top: 3px;
}

.main-tagline {
    font-size: 0.85rem;
    color: #008800;
    font-weight: 700;
    margin-bottom: 0;
    white-space: nowrap;
}

.specialty-tagline {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
}

/* Contact Info Hub Refinement */
.contact-info-block {
    min-width: 250px;
}

.icon-circle-small {
    width: 32px;
    height: 32px;
    background: #008800;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.contact-text {
    font-size: 0.82rem;
    color: #333;
    line-height: 1.2;
}

.nums-stack,
.emails-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Action Buttons Area */
.action-buttons-block {
    width: 170px;
}

.premium-whatsapp-btn {
    background: #25d366;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.premium-pickup-btn {
    background: #008800;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}

.premium-whatsapp-btn:hover,
.premium-pickup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    opacity: 0.9;
}

/* --- Header Size Reduction & Compactness --- */
.header-top-line-premium {
    height: 4px;
}

.branding-bar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.premium-logo {
    max-height: 65px;
}

.premium-firm-name {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
}

.main-tagline {
    font-size: 0.78rem;
}

.specialty-tagline {
    font-size: 0.7rem;
}

/* Contact Hub Reduction */
.icon-circle-small {
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
}

.contact-text {
    font-size: 0.75rem;
}

.reg-item {
    min-width: 130px;
    padding: 3px 8px;
}

.reg-item .label {
    font-size: 0.6rem;
}

.reg-item .value {
    font-size: 0.72rem;
}

/* Action Buttons Reduction */
.action-buttons-block {
    width: auto;
}

.premium-whatsapp-btn,
.premium-pickup-btn {
    padding: 6px 12px;
    font-size: 0.75rem;
    white-space: nowrap;
}

/* --- Navigation Bar Green & White Overhaul --- */
.premium-navigation-bar {
    background-color: #008800 !important;
    /* Primary Green */
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    height: 35px !important;
    min-height: 35px !important;
    border-top: none !important;
}

.premium-nav ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.premium-nav ul li {
    display: flex !important;
    align-items: center !important;
    height: 35px !important;
    position: relative !important;
}

/* Vertical Separator Styling (White/Light Gray) */
.premium-nav ul li::after {
    content: "|" !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 0.8rem !important;
    font-weight: 300 !important;
    margin-left: 0 !important;
}

.premium-nav ul li:last-child::after {
    display: none !important;
}

.premium-nav ul li a {
    color: #ffffff !important;
    padding: 0 15px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    transition: all 0.2s !important;
    line-height: 35px !important;
    display: block !important;
}

.premium-nav ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* --- UNIQUE DROPDOWN OVERHAUL --- */
.premium-nav ul li.premium-dropdown {
    position: relative !important;
}

.premium-dropdown-list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #111111 !important;
    border-top: 2px solid #008800 !important;
    min-width: 260px !important;

    /* MORE ROBUST HIDING */
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;

    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    height: auto !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    z-index: 99999 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
    transition: all 0.2s ease-in-out !important;
}

.premium-nav ul li.premium-dropdown:hover .premium-dropdown-list {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    display: flex !important;
    /* Keep display:flex but controlled by opacity */
}

.premium-dropdown-list li {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.premium-dropdown-list li::after {
    display: none !important;
}

.premium-dropdown-list li a {
    padding: 10px 20px !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    border: none !important;
    text-transform: none !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    color: #ffffff !important;
    background: #111111 !important;
    height: auto !important;
    transition: background 0.2s !important;
}

.premium-dropdown-list li a:hover {
    background: #008800 !important;
    color: #ffffff !important;
}

/* Professional Regulatory Section */
.regulatory-section {
    margin-bottom: 5px;
}

.reg-item {
    background: #f8fff8;
    border: 1px solid #e0eee0;
    border-left: 3px solid #008800;
    padding: 3px 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 130px;
    border-radius: 2px;
    transition: transform 0.2s;
}

.reg-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 136, 0, 0.1);
}

.reg-item .label {
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.reg-item .value {
    font-size: 0.72rem;
    color: #008800;
    font-weight: 800;
    line-height: 1;
}

/* --- Premium Hero Section Styling --- */
.premium-hero {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7f0 100%);
    padding: 100px 0 140px;
    position: relative;
    overflow: hidden;
}

.premium-hero::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 136, 0, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-content-premium .sub-heading-premium {
    display: inline-block;
    background: rgba(0, 136, 0, 0.1);
    color: #008800;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-content-premium h1 {
    font-size: 2.8rem;
    /* REDUCED SIZE */
    font-weight: 900;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.hero-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 95%;
}

.hero-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.hero-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-feature-list li i {
    color: #008800;
    font-size: 1.2rem;
}

/* Premium Buttons */
.primary-btn-premium {
    background: #008800;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(0, 136, 0, 0.2);
}

.secondary-btn-premium {
    background: #fff;
    color: #1a1a1a !important;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.primary-btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 136, 0, 0.3);
    background: #007700;
}

.secondary-btn-premium:hover {
    background: #f8f9fa;
    border-color: #008800;
    color: #008800 !important;
}

/* Image Side */
.hero-image-premium {
    position: relative;
    padding: 10px;
}

.infographic-container {
    background: #fcf8e3 !important;
    /* MATCH IMAGE BACKGROUND */
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infographic-container:hover {
    transform: scale(1.02);
}

.hero-badge {
    position: absolute;
    bottom: -20px;
    right: -10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 136, 0, 0.1);
}

.badge-icon {
    width: 45px;
    height: 45px;
    background: #008800;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-text strong {
    font-size: 1rem;
    color: #1a1a1a;
}

.badge-text span {
    font-size: 0.8rem;
    color: #666;
}

/* Responsive Hero */
@media (max-width: 1200px) {
    .hero-content-premium h1 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .premium-hero {
        padding: 60px 0 80px;
        text-align: center;
    }

    .hero-desc {
        margin: 0 auto 35px;
    }

    .hero-feature-list {
        display: inline-block;
        text-align: left;
    }

    .hero-button-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .secondary-btn-premium {
        margin-left: 0;
    }

    .hero-image-premium {
        margin-top: 60px;
    }

    .hero-badge {
        right: 10px;
        bottom: -10px;
    }
}

@media (max-width: 575px) {
    .hero-content-premium h1 {
        font-size: 2.2rem;
    }

    .infographic-container {
        padding: 15px;
    }
}

/* --- Premium Marquee Styling --- */
.premium-marquee {
    background: #7fb93e; /* PRIMARY GREEN */
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
}

.marquee-content {
    display: inline-block;
    animation: marquee-scroll 40s linear infinite;
}

.marquee-content span {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 30px;
    display: inline-block;
}

.marquee-content .dot {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 0;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Adjust marquee speed on mobile */
@media (max-width: 768px) {
    .marquee-content {
        animation: marquee-scroll 25s linear infinite;
    }

    .marquee-content span {
        font-size: 0.75rem;
        padding: 0 15px;
    }
}

/* --- Premium Stats Section Styling --- */
.premium-stats-section {
    padding-bottom: 80px;
    margin-top: -30px;
    /* Overlap slightly with marquee */
    position: relative;
    z-index: 20;
}

.stats-card-premium {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 136, 0, 0.05);
}

.stat-col {
    padding: 20px 0;
    position: relative;
}

/* Add vertical separators for desktop */
@media (min-width: 992px) {
    .stat-col:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(0, 136, 0, 0.1);
    }
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 136, 0, 0.1);
    color: #008800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    transition: transform 0.3s;
}

.stat-col:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    background: #008800;
    color: #fff;
}

.stat-number h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.stat-number h3 span {
    color: #008800;
    font-size: 1.5rem;
    margin-left: 2px;
}

.stat-label {
    font-size: 0.85rem;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .stats-card-premium {
        padding: 30px 20px;
    }

    .stat-number h3 {
        font-size: 1.6rem;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}

/* --- Premium About Section & Process --- */
.premium-about-section {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
}

.about-image-premium {
    position: relative;
    padding-right: 40px;
}

.about-image-premium img {
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease;
}

.about-image-premium:hover img {
    transform: scale(1.02);
}

.about-experience-badge {
    position: absolute;
    bottom: -25px;
    right: 10px;
    background: #008800;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 136, 0, 0.4);
    z-index: 5;
    border: 5px solid #fff;
}

.about-experience-badge span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: -5px;
}

.about-experience-badge strong {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.about-content-premium {
    padding-left: 30px;
}

.about-content-premium h2 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 25px;
}

/* About Focus List Premium */
.about-focus-list {
    list-style: none;
    padding: 0;
    margin: 35px 0;
}

.about-focus-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    padding: 12px 20px;
    background: #fafdfa;
    border-radius: 12px;
    border: 1px solid #f0f7f0;
    transition: all 0.3s ease;
}

.about-focus-list li:hover {
    background: #ffffff;
    border-color: #008800;
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-focus-list li i {
    color: #008800;
    font-size: 1.5rem;
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.about-focus-list li strong {
    color: #1a1a1a;
    font-weight: 800;
    font-size: 1rem;
}

.compliance-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.compliance-item {
    background: #f8fff8;
    border: 1px solid #e0eee0;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.compliance-item i {
    font-size: 1.6rem;
    color: #008800;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.compliance-item span {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

/* Process Cards */
.process-section-premium {
    margin-top: 140px;
    /* INCREASED GAP */
}

.process-card-premium {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 30px;
    border: 1px solid #eef3ee;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    z-index: 1;
}

.process-card-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #008800;
    transition: height 0.5s ease;
}

.process-card-premium:hover::before {
    height: 100%;
}

.process-card-premium:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 136, 0, 0.2);
}

.process-icon-wrapper {
    width: 70px;
    height: 70px;
    background: #f8fff8;
    color: #008800;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    transition: all 0.5s;
    border: 1px solid #e0eee0;
}

.process-card-premium:hover .process-icon-wrapper {
    background: #008800;
    color: #fff;
    transform: rotateY(360deg);
}

.process-number {
    font-size: 6rem;
    font-weight: 900;
    color: rgba(0, 136, 0, 0.03);
    position: absolute;
    top: -10px;
    right: 10px;
    line-height: 1;
    transition: all 0.5s;
    z-index: -1;
}

.process-card-premium:hover .process-number {
    color: rgba(0, 136, 0, 0.07);
    transform: translateY(10px);
}

.process-card-premium h4 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
}

.process-card-premium p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.process-feature {
    margin-top: 30px;
    padding: 15px 20px;
    background: #f8fff8;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #008800;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.5s;
}

.process-card-premium:hover .process-feature {
    background: rgba(0, 136, 0, 0.1);
}

.primary-btn-premium.large {
    padding: 20px 50px;
    font-size: 1.15rem;
    border-radius: 12px;
    display: inline-block;
    position: relative;
    z-index: 5;
}

.cta-button-container {
    padding-top: 60px;
    clear: both;
}

/* Full Width Logo Slider */
.trusted-by-slider-full {
    width: 100%;
    background: #ffffff;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    max-height: 250px; /* FORCE LIMIT */
}

.trusted-by-slider-full::before,
.trusted-by-slider-full::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.trusted-by-slider-full::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.trusted-by-slider-full::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.client-logo-swiper {
    padding: 0;
    background: transparent;
    border: none;
    height: 120px; /* FIXED HEIGHT */
}

.client-logo-swiper .swiper-slide {
    width: auto !important;
    /* ALLOW NATURAL WIDTH */
}

.client-logo-item {
    background: transparent;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    /* SIDE PADDING ONLY */
    transition: all 0.4s;
}

.client-logo-item img {
    max-height: 55px;
    width: auto;
    object-fit: contain;
    filter: none;
}

.cta-section-premium {
    padding-top: 2px;
    /* FORCED GAP */
    background: #fff;
    position: relative;
    z-index: 20;
}

/* --- Premium Floating Stats Card --- */
.premium-stats-section {
    padding: 100px 0;
    background: #f8fff8; /* SOFT LIGHT GREEN BACKGROUND */
}

.stats-card-premium {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 30px 70px rgba(0, 136, 0, 0.08);
    position: relative;
    z-index: 10;
}

.stat-col {
    border-right: 1px solid #f0f3f0;
    padding: 0 20px;
}

.stat-col.no-border {
    border-right: none;
}

.stat-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-icon-circle {
    width: 60px;
    height: 60px;
    background: #f4faf4;
    color: #008800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    transition: all 0.4s;
}

.stat-content h3 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stat-content h3 span {
    font-size: 1.1rem;
    color: #008800;
    font-weight: 700;
}

.stat-content p {
    font-size: 0.8rem;
    font-weight: 800;
    color: #999;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 991px) {
    .stat-col {
        border-right: none;
        border-bottom: 1px solid #f0f3f0;
        padding: 30px 0;
    }
    .stat-col:last-child {
        border-bottom: none;
    }
}

/* --- Premium Typography System --- */
.sub-heading-premium {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 136, 0, 0.08);
    color: #008800;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sub-heading-premium::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #008800;
    border-radius: 50%;
}

h2 {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.15;
    color: #1a1a1a;
}

.process-section-premium h2,
.premium-services-section h2 {
    white-space: nowrap; /* FORCE ONE LINE */
}

.premium-about-section h2 {
    background: linear-gradient(135deg, #1a1a1a 30%, #555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    white-space: normal; /* ALLOW WRAPPING FOR ABOUT US */
}

.premium-about-section h2 {
    font-size: 3rem;
    max-width: 550px; /* FORCE 2 LINES */
    line-height: 1.2;
}

@media (max-width: 991px) {
    .premium-about-section h2 {
        font-size: 2.2rem;
        max-width: 450px;
        margin: 15px auto;
    }
}

@media (max-width: 575px) {
    .premium-about-section h2 {
        font-size: 1.8rem;
        max-width: 300px;
    }
}

.section-heading h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -1px;
    margin-top: 15px;
}

.section-heading p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 15px auto 0;
}

/* --- Premium Services Section Redesign --- */
.premium-services-section {
    background: #7fb93e; /* REQUESTED DARK GREEN */
    padding: 100px 0;
    position: relative;
    border: none;
}

.premium-services-section .section-heading h2 {
    color: #ffffff;
}

.premium-services-section .sub-heading-premium {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.premium-services-section .sub-heading-premium::before {
    background: #ffffff;
}

/* 5 Column Grid for Services */
@media (min-width: 992px) {
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.premium-services-section h2 {
    white-space: nowrap; /* FORCE ONE LINE */
    font-size: 2.8rem;
    margin-bottom: 50px;
    color: #ffffff;
}

.service-card-modern {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: left;
    position: relative;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.02);
    border: 1px solid #f0f7f0;
}

.service-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,136,0,0.08);
    border-color: #008800;
}

.service-floating-icon {
    width: 60px;
    height: 60px;
    background: #f8fff8;
    color: #008800;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 30px;
    transition: all 0.4s;
}

.service-card-modern:hover .service-floating-icon {
    background: #008800;
    color: #ffffff;
}

.service-card-modern h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.service-card-modern p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}

.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #008800;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-decoration: none;
}

.view-more-btn:hover {
    gap: 15px;
}

.view-more-btn i {
    font-size: 1.1rem;
}

/* --- Comprehensive Mobile Responsiveness --- */
@media (max-width: 1199px) {
    .premium-hero h1 {
        font-size: 3rem;
    }

    .process-section-premium h2 {
        font-size: 2.8rem;
    }
}

@media (max-width: 991px) {
    .premium-hero {
        padding: 80px 0;
        text-align: center;
    }

    .hero-content-premium {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .hero-feature-list {
        display: inline-block;
        text-align: left;
    }

    .hero-infographic-wrapper {
        margin-top: 40px;
    }

    .about-image-premium {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .about-content-premium {
        padding-left: 0;
        text-align: center;
    }

    .sub-heading-premium {
        justify-content: center;
    }

    .about-focus-list li {
        text-align: left;
    }

    .process-card-premium {
        margin-bottom: 30px;
    }

    .service-card-modern {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .premium-hero h1 {
        font-size: 2.4rem;
    }

    .premium-about-section h2 {
        font-size: 1.8rem;
    }

    .process-section-premium h2 {
        font-size: 2.2rem;
    }

    .premium-services-section h2 {
        font-size: 2rem;
    }

    .compliance-boxes {
        grid-template-columns: 1fr;
    }

    .stat-col {
        margin-bottom: 30px;
    }

    .stats-card-premium {
        padding: 40px 20px;
    }

    .about-experience-badge {
        width: 100px;
        height: 100px;
        bottom: -15px;
        right: 0;
        border-width: 3px;
    }

    .about-experience-badge strong {
        font-size: 1.4rem;
    }

    .process-number {
        font-size: 4rem;
    }

    .process-card-premium {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .premium-hero h1 {
        font-size: 2rem;
    }

    .hero-feature-list li {
        font-size: 0.9rem;
    }

    .primary-btn-premium.large {
        width: 100%;
        padding: 15px 25px;
        font-size: 1rem;
    }

    .service-card-modern {
        padding: 50px 20px 40px;
    }

    .view-more-btn {
        width: 100%;
        justify-content: center;
    }
}

/* --- Did You Know Section (Primary Green Theme) --- */
.did-you-know-section {
    background: #7fb93e; /* PRIMARY GREEN */
    padding: 80px 0 100px; /* REDUCED TOP PADDING */
    position: relative;
}

.did-you-know-section h2 {
    font-size: 3rem;
    color: #ffffff;
}

.dyk-card {
    background: rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 24px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.dyk-card:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
}

.dyk-card.featured {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.dyk-icon {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 25px;
}

.dyk-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.dyk-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.dyk-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.dyk-list li {
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.dyk-list li i {
    color: #ffffff;
    font-size: 1.2rem;
}
.specialized-categories-section {
    background: #ffffff;
    padding: 100px 0;
}

.category-card-premium {
    background: #ffffff;
    padding: 45px;
    border-radius: 24px;
    height: 100%;
    border: 1px solid #f0f3f0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.category-card-premium {
    background: #ffffff;
    padding: 45px;
    border-radius: 24px;
    height: 100%;
    border: 1px solid #f0f3f0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.02);
}

.category-card-premium::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #008800;
    transition: all 0.5s;
    border-radius: 0 4px 4px 0;
}

.category-card-premium:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 50px rgba(0, 136, 0, 0.1);
    border-color: rgba(0, 136, 0, 0.15);
}

.category-card-premium:hover::before {
    height: 60%;
}

.cat-icon-box {
    width: 70px;
    height: 70px;
    background: #f4faf4;
    color: #008800;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    transition: all 0.4s;
}

.category-card-premium:hover .cat-icon-box {
    background: #008800;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.category-card-premium h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.category-card-premium > p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}

.cat-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-features li {
    padding: 12px 0;
    border-top: 1px solid #f5f8f5;
    font-size: 0.9rem;
    color: #444;
}

.cat-features li strong {
    color: #008800;
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
/* --- Testimonial Marquee Section --- */
.testimonial-marquee-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.testimonial-marquee-wrapper {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 30px;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.testimonial-marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 30px;
}

.left-scroll .testimonial-marquee-content {
    animation: scroll-left 120s linear infinite;
}

.right-scroll .testimonial-marquee-content {
    animation: scroll-right 120s linear infinite;
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@keyframes scroll-right {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

/* Mini Testimonial Card Styling */
.testimonial-card-mini {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    min-width: 420px;
    max-width: 420px;
    border: 1px solid #f0f3f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.testimonial-card-mini:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 136, 0, 0.08);
    border-color: rgba(0, 136, 0, 0.2);
}

.tm-quote {
    color: #e0eee0;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1;
}

.testimonial-card-mini p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.tm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f8fcf8;
}

.tm-author {
    display: flex;
    flex-direction: column;
}

.tm-author strong {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 800;
}

.tm-author span {
    font-size: 0.75rem;
    color: #008800;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tm-stars {
    color: #ffb400; /* PREMIUM GOLD */
    font-size: 0.8rem;
    display: flex;
    gap: 2px;
}

@media (max-width: 767px) {
    .testimonial-card-mini {
        min-width: 320px;
        max-width: 320px;
        padding: 20px;
    }
}

/* --- Premium FAQ Section --- */
.premium-faq-section {
    background: #fcfdfc;
    position: relative;
}

.faq-accordion-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion-wrapper .accordion-item {
    background: #ffffff;
    border: 1px solid #f0f3f0;
    border-radius: 15px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 136, 0, 0.02);
    transition: all 0.3s ease;
}

.faq-accordion-wrapper .accordion-item:hover {
    border-color: rgba(0, 136, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 136, 0, 0.05);
}

.faq-accordion-wrapper .accordion-button {
    padding: 25px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    background: #ffffff;
    border: none;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.faq-accordion-wrapper .accordion-button:not(.collapsed) {
    background: #f8fff8;
    color: #008800;
}

.faq-accordion-wrapper .accordion-button::after {
    background-image: none;
    content: '\ea1b';
    font-family: 'remixicon';
    font-size: 1.5rem;
    color: #999;
    transform: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-accordion-wrapper .accordion-button:not(.collapsed)::after {
    content: '\ea1d';
    color: #008800;
    transform: rotate(180deg);
}

.faq-accordion-wrapper .accordion-body {
    padding: 0 30px 30px;
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    background: #f8fff8;
}

/* Custom Spacing Utilities */
.mb-extra-premium { margin-bottom: 120px !important; }
.mt-extra-premium { margin-top: 100px !important; }

/* --- Premium Page Banner (For FAQ, About, etc) --- */
.page-banner-premium {
    background: #7fb93e;
    padding: 120px 0 80px;
    position: relative;
    margin-top: 0;
}

.page-banner-premium h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.page-banner-premium .sub-heading-premium.light {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.stat-suffix { color: #008800; margin-left: 2px; }

@media (min-width: 992px) { .nowrap-desktop { white-space: nowrap !important; } }

/* Global Mobile Overflow Fix */
html, body {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
}

main {
    overflow-x: hidden;
}

/* --- Premium Process Section Header --- */
.process-title-premium {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.process-subtitle-premium {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .process-title-premium { font-size: 2.2rem; letter-spacing: -0.5px; }
    .process-subtitle-premium { font-size: 1rem; }
}

/* Text Justification & Spacing Refinements */
.about-content-premium p,
.category-card-premium p,
.process-card-premium p {
    text-align: justify;
}

.did-you-know-section {
    padding-bottom: 150px !important;
}

@media (max-width: 767px) {
    .stats-card-premium h3 { font-size: 1.5rem; }
    .stats-card-premium h3 span { font-size: 0.7rem; }
    .stat-col { border-bottom: 1px solid #f0f3f0; }
    .stat-col:nth-child(2n) { border-right: none; }
    .stat-col:nth-last-child(-n+2) { border-bottom: none; }
}

/* --- Premium Preloader --- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.preloader-inner {
    position: relative;
    width: 100px;
    height: 100px;
}

.preloader-icon {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseIcon 2s infinite ease-in-out;
}

.preloader-ring {
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #008800;
    border-radius: 50%;
    animation: rotateRing 1.5s infinite linear;
}

@keyframes pulseIcon {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.15); }
}

@keyframes rotateRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- Process Title Final Fix --- */
.process-title-premium {
    font-size: 2.2rem !important;
    letter-spacing: -1px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .process-title-premium { font-size: 1.8rem !important; white-space: normal; }
}

/* --- Enhanced Animated Loader --- */
.preloader-inner {
    width: 150px !important;
    height: 150px !important;
}

.preloader-icon {
    width: 100px !important;
    animation: rotateIcon 3s infinite linear !important;
}

@keyframes rotateIcon {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* --- Absolute Centering for Process Title --- */
.process-title-premium {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
    margin: 0 auto 20px !important;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
    overflow: visible !important;
}

/* --- Static Loader Icon --- */
.preloader-inner {
    width: 100px !important;
    height: 100px !important;
}

.preloader-icon {
    width: 80px !important;
    animation: none !important;
    transform: translate(-50%, -50%) !important;
}

/* --- Premium Green Footer Styling --- */
.footer-area {
    background: #7fb93e !important; /* PRIMARY GREEN */
    color: #ffffff !important;
    padding-top: 0 !important;
}

.footer-main-area {
    padding: 80px 0 50px !important;
}

.footer-title {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: rgba(255,255,255,0.4);
}

.footer-text, .footer-links a, .cs-text span, .as-text p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    text-decoration: none !important;
}

.footer-links li { margin-bottom: 12px; }
.footer-links a:hover { color: #ffffff !important; padding-left: 5px; transition: all 0.3s; }

.contact-stack, .address-stack { display: flex; flex-column: column; gap: 25px; }
.cs-item, .as-item { display: flex; gap: 15px; align-items: flex-start; }
.cs-item i, .as-item i { 
    font-size: 1.5rem; 
    background: rgba(255,255,255,0.2);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.cs-text, .as-text { display: flex; flex-direction: column; }
.cs-text strong, .as-text strong { font-size: 1rem; margin-bottom: 5px; color: #fff; }

.footer-copyright-area {
    background: rgba(0,0,0,0.1) !important;
    padding: 25px 0 !important;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright-content p { color: rgba(255,255,255,0.8) !important; margin: 0; font-size: 0.9rem; }
.copyright-content a { color: #fff !important; font-weight: 600; text-decoration: none; }

.footer-partner-area { background: #ffffff !important; padding: 40px 0 !important; }


/* --- Footer Color Synchronization (Dark Green) --- */
.footer-area {
    background: #004d00 !important; /* DARK GREEN MATCHING MENU PHILOSOPHY */
}

.footer-partner-area {
    background: #ffffff !important;
}

/* --- Footer Info Hub Styling (Ref-Based) --- */
.footer-info-hub {
    background: #004d00 !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.info-hub-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.info-hub-circle {
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: #004d00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.info-hub-text {
    display: flex;
    flex-direction: column;
}

.info-hub-text .label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.info-hub-text .value {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

@media (min-width: 992px) {
    .info-hub-item.separator::before {
        content: '';
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50px;
        background: rgba(255,255,255,0.2);
    }
}

.info-hub-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    width: 100%;
}

/* --- Footer Final Color Refinement --- */
.footer-area, .footer-info-hub, .footer-main-area {
    background: #004d00 !important; /* DARK GREEN AS REQUESTED */
}

.footer-copyright-area {
    background: #7fb93e !important; /* LIGHT GREEN AS REQUESTED */
    border-top: none !important;
}

.copyright-content p, .copyright-content a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* --- Professional Footer Refinement --- */
.footer-info-hub {
    padding: 60px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.info-hub-text .value {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    margin-top: 2px;
}

.as-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.as-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.as-text strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}

.as-text p {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.9rem !important;
    margin: 0;
}

.footer-links a i {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    margin-right: 5px;
}


/* --- Copyright Weight Reduction --- */
.copyright-content p, .copyright-content a {
    font-weight: 400 !important;
}

/* --- Info Hub Weight Reduction --- */
.info-hub-text .value {
    font-weight: 500 !important; /* REDUCED FROM 800 */
}

/* --- Footer Logo Premium Styling --- */
.footer-logo-premium {
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 15px !important;
    max-height: 70px !important;
    display: inline-block !important;
}

/* --- Floating Contact Icons Styling --- */
.floating-contact-wrap {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.floating-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 1.8rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: all 0.3s;
    position: relative;
    animation: pulse-float 2s infinite;
}

.whatsapp-float { background: #25d366; }
.call-float { background: #008800; animation-delay: 1s; }

.floating-icon:hover {
    transform: scale(1.1) translateY(-5px);
    text-decoration: none;
}

@keyframes pulse-float {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Ensure they don't block the back to top on mobile */
@media (max-width: 768px) {
    .floating-contact-wrap { bottom: 20px; left: 20px; }
    .floating-icon { width: 50px; height: 50px; font-size: 1.5rem; }
}

/* --- Mobile Responsive Title Refinement --- */
@media (max-width: 768px) {
    .process-title-premium, 
    .section-title, 
    .sec-title h2,
    .faq-title h2,
    .recycling-title h2 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        white-space: normal !important; /* Allow wrapping on mobile if needed */
    }
}

@media (max-width: 576px) {
    .process-title-premium, 
    .section-title, 
    .sec-title h2,
    .faq-title h2,
    .recycling-title h2 {
        font-size: 1.5rem !important;
    }
}


/* --- Centered Footer Hub Styling --- */
@media (min-width: 992px) {
    .info-hub-item.separator::before {
        left: -48px !important;
    }
}

.floating-contact-wrap {
    bottom: 20px !important;
    left: 20px !important;
}


/* --- Aggressive Mobile Title Reduction --- */
@media (max-width: 576px) {
    .premium-hero h1 {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }
    
    .process-title-premium, 
    .section-heading h2,
    .sec-title h2,
    .faq-title h2,
    .recycling-title h2,
    .specialized-categories-section h2 {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
    }
    
    .hero-desc {
        font-size: 0.9rem !important;
    }
}

/* --- Ultra-Aggressive Mobile Title Reduction --- */
@media (max-width: 576px) {
    h1, .premium-hero h1 {
        font-size: 1.4rem !important;
        line-height: 1.2 !important;
    }
    
    h2, .section-heading h2, .process-title-premium, .sec-title h2, .faq-title h2, .recycling-title h2, .specialized-categories-section h2 {
        font-size: 1.2rem !important;
        line-height: 1.3 !important;
    }
    
    .sub-heading-premium {
        font-size: 0.7rem !important;
        padding: 4px 10px !important;
    }
}

/* --- Final Global Mobile Title Reduction --- */
@media (max-width: 576px) {
    h1, .premium-hero h1, .hero-content-premium h1 {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
    }
    
    h2, .section-heading h2, .process-title-premium, .sec-title h2, .faq-title h2, .recycling-title h2, .specialized-categories-section h2, .testimonial-marquee-section h2 {
        font-size: 1.1rem !important;
        line-height: 1.3 !important;
    }
    
    .sub-heading-premium {
        font-size: 0.65rem !important;
        padding: 3px 8px !important;
    }
    
    .hero-desc, p {
        font-size: 0.85rem !important;
    }
}

/* --- Final Footer Design Polish --- */
.value-inline {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .value-inline {
        font-size: 0.75rem !important;
        white-space: nowrap !important;
        line-height: 1.4 !important;
        display: block !important;
    }
    
    .info-hub-item {
        gap: 12px !important;
        padding: 0 10px !important;
    }
    
    .info-hub-circle {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
    }
}

.progress-wrap {
    z-index: 10000 !important;
    cursor: pointer !important;
}

@media (min-width: 992px) {
    .flex-nowrap-lg {
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 992px) {
    .main-footer-wrapper > .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .main-footer-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
    }
    .main-footer-wrapper > .col-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}


/* --- Perfect Center Separator Adjustment --- */
@media (min-width: 992px) {
    .info-hub-item.separator::before {
        left: 0px !important;
        transform: translateX(-50%);
        margin-left: 0;
    }
    
    /* Ensure the row gap doesn't overlap the separator */
    .footer-info-hub .row {
        gap: 0 !important;
    }
}

/* --- Force Address Stacking --- */
.address-stack {
    display: block !important;
}
.as-item {
    display: block !important;
    width: 100% !important;
    margin-bottom: 1.5rem !important;
}


/* --- Premium Breadcrumb Section Styling --- */
.page-banner-premium {
    background-color: #7fb93e !important;
    padding: 100px 0 70px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.page-banner-premium .sub-heading-premium {
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.page-banner-premium .sub-heading-premium span {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    border-radius: 50px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.page-banner-premium h1 {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    letter-spacing: -1px !important;
}

.page-banner-premium p {
    font-size: 1.1rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    .page-banner-premium {
        padding: 60px 0 50px !important;
    }
    .page-banner-premium h1 {
        font-size: 2rem !important;
    }
    .page-banner-premium p {
        font-size: 0.9rem !important;
    }
}

/* --- Global Spacing & Typography Fixes --- */
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .ptb-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ptb-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.section-heading .sub-heading-premium {
    margin-bottom: 25px !important;
    display: inline-block;
}

.section-heading h2 {
    line-height: 1.3;
}

/* --- Why Choose Us Professional Refinement --- */

.modern-title-line {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    position: relative;
    padding-left: 25px;
    border-left: 6px solid #008800;
    line-height: 1.2;
    margin-bottom: 30px;
}

.choice-card-premium {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.choice-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0,136,0,0.08);
    border-color: rgba(0,136,0,0.1);
}

.choice-icon {
    width: 70px;
    height: 70px;
    background: #f0f7f0;
    color: #008800;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    border: 1px solid rgba(0,136,0,0.05);
}

.choice-card-premium h4 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a1a1a;
    line-height: 1.3;
}

.choice-card-premium p {
    font-size: 1rem !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0;
}

/* Check List Refinement */
.premium-check-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.premium-check-list li {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 22px;
    font-size: 1.05rem;
    color: #333;
}

.premium-check-list li i {
    color: #008800;
    font-size: 1.6rem;
    line-height: 1;
}

/* Image Stack Refinement */
.image-stack-premium {
    position: relative;
    padding: 20px;
}

.floating-badge-premium {
    position: absolute;
    bottom: 40px;
    right: -10px;
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #008800;
    max-width: 280px;
    z-index: 2;
}

/* Unique Item Cards */
.unique-item-card {
    background: #ffffff;
    padding: 55px 40px;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
}

.unique-item-card i {
    font-size: 3rem;
    color: #008800;
    margin-bottom: 25px;
    display: inline-block;
}

.unique-item-card h5 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.unique-item-card p {
    font-size: 0.95rem !important;
    color: #666 !important;
}

.unique-item-card.highlighted {
    background: #008800;
    color: #fff;
    border-color: #008800;
    box-shadow: 0 20px 50px rgba(0,136,0,0.2);
}

.unique-item-card.highlighted i, 
.unique-item-card.highlighted p, 
.unique-item-card.highlighted h5 {
    color: #ffffff !important;
}

/* Recycling Box Refinement */
.recycling-box-premium {
    background: #ffffff;
    padding: 55px 45px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 45px rgba(0,0,0,0.03);
    height: 100%;
}

.box-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
}

.box-header i {
    font-size: 2.5rem;
    color: #008800;
}

.box-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
}

.box-list li {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Vision Block Refinement */
.vision-cta-block {
    background: linear-gradient(135deg, #004d00 0%, #006400 100%);
    padding: 100px 80px;
    border-radius: 40px;
    box-shadow: 0 40px 100px rgba(0,77,0,0.25);
    position: relative;
    overflow: hidden;
}

.vision-text h2 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.commitments-row {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.com-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.com-item strong {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    color: #ffffff !important;
}

.com-item span {
    font-size: 0.85rem;
    opacity: 0.9;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.primary-btn-premium.large.white {
    background: #ffffff !important;
    color: #004d00 !important;
    border: none !important;
}

.primary-btn-premium.large.white:hover {
    background: #f0f0f0 !important;
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .vision-cta-block {
        padding: 60px 40px;
        text-align: center;
    }
    .commitments-row {
        justify-content: center;
        gap: 30px;
    }
    .vision-text h2 {
        font-size: 2rem;
    }
    .modern-title-line {
        font-size: 1.5rem;
    }
    
    /* Mobile Hero Layout Fixes */
    .premium-hero {
        padding-top: 30px !important;
    }
    .hero-image-premium {
        margin-top: 10px !important;
        margin-bottom: 40px !important;
    }
}

/* --- Mobile App Menu Styling --- */
.offcanvas-logo img {
    max-width: 140px;
    height: auto;
}

.mobile-app-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.mobile-app-menu > li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mobile-app-menu > li > a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.mobile-app-menu > li > a i:not(.arrow-icon) {
    font-size: 1.4rem;
    color: #008800;
    width: 25px;
    text-align: center;
}

.mobile-app-menu > li.has-dropdown > a {
    justify-content: space-between;
}

.mobile-app-menu > li.has-dropdown > a i.arrow-icon {
    font-size: 1.5rem;
    color: #888;
}

.mobile-app-menu .sub-menu {
    list-style: none;
    padding: 0;
    background: #f8fff8;
    display: none; /* Add JS toggle logic if needed, or rely on existing theme JS */
}

.mobile-app-menu .sub-menu > li > a {
    display: block;
    padding: 12px 20px 12px 55px;
    color: #555;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.mobile-app-menu > li > a:hover,
.mobile-app-menu .sub-menu > li > a:hover {
    color: #008800;
    background-color: rgba(0,136,0,0.03);
}

/* Premium Contact Cards */
.premium-contact-card {
    background: #ffffff;
    border: 1px solid rgba(0, 136, 0, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.premium-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #008800, #25d366);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.premium-contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 136, 0, 0.1);
    border-color: rgba(0, 136, 0, 0.2);
}

.premium-contact-card:hover::before {
    opacity: 1;
}

.premium-contact-card .icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(0, 136, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    color: #008800;
    transition: all 0.3s ease;
}

.premium-contact-card:hover .icon-wrapper {
    background: #008800;
    color: #ffffff;
    transform: scale(1.1);
}

.premium-contact-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
}

.premium-contact-card p {
    color: #666666;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.premium-contact-card .contact-links a {
    display: block;
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 8px;
}

.premium-contact-card .contact-links a:hover {
    color: #008800;
}

.premium-contact-card .address-block {
    text-align: left;
    background: #f8fff8;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #008800;
    margin-bottom: 15px;
}

.premium-contact-card .address-block p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}
