﻿/* =========================================================
   Index Page Styles - Fegio Hareshwar
   ========================================================= */

html {
    scroll-behavior: smooth;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-out;
    will-change: opacity;
}

    .hero-bg-slide.active {
        opacity: 1;
    }

.carousel-slide {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    padding: 10px 22px;
    background: #2B7BBB;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.hero-btn-primary {
    background: #2B7BBB;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

    .hero-btn-primary:hover {
        background: #56B8E8;
        color: #fff;
        transform: translateY(-3px);
    }

.hero-btn-outline {
    border: 2px solid white;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .hero-btn-outline:hover {
        background: white;
        color: #102B5C;
    }

.carousel-content {
    max-width: 650px;
}

@media (max-width: 992px) {
    .carousel-content {
        text-align: center;
        margin: 0 auto;
    }

        .carousel-content .d-flex {
            justify-content: center;
            flex-wrap: wrap;
        }
}

/* Moving Strip */
.moving-strip {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #cbd5e1, #e2e8f0);
    padding: 18px 0;
    white-space: nowrap;
}

.strip-track {
    display: flex;
    width: max-content;
    animation: moveStrip 25s linear infinite;
    will-change: transform;
}

.strip-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 70px;
    color: #0a1f3d;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

    .strip-item i {
        font-size: 28px;
        color: #ff7a1a;
    }

@keyframes moveStrip {
    from {
        transform: translateX(0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Trust Features Banner — floating card straddling the border between sections */
.trust-features-banner {
    position: relative;
    height: 100px;
    margin-top: 70px;
    background: linear-gradient(100deg, rgba(6, 16, 33, 0.88) 0%, rgba(10, 31, 61, 0.7) 100%), url('/images/maincontent.jpg') center/cover no-repeat;
}

.trust-features-card {
    position: absolute;
    left: 15px;
    right: 15px;
    top: -40px;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 55px rgba(10, 31, 61, 0.18);
    z-index: 10;
}

.trust-feature-item {
    flex: 1;
    padding: 36px 28px;
    text-align: left;
    border-right: 1px solid #eef1f7;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .trust-feature-item:hover {
        background: linear-gradient(135deg, rgba(43, 123, 187, 0.05) 0%, rgba(86, 184, 232, 0.03) 100%);
        transform: translateY(-4px);
    }

    .trust-feature-item:last-child {
        border-right: none;
    }

.trust-feature-icon {
    font-size: 2.1rem;
    color: #2B7BBB;
    margin-bottom: 18px;
    line-height: 1;
    transition: all 0.3s ease;
}

    .trust-feature-item:hover .trust-feature-icon {
        color: #ff7a1a;
        transform: scale(1.12);
    }

.trust-feature-item h4 {
    font-weight: 800;
    color: var(--navy-900);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.trust-feature-item p {
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

#about.vision-section {
    padding-top: 60px;
}

.vision-text-block {
    margin-top: 70px;
}

@media (max-width: 991.98px) {
    .trust-features-banner {
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 40px;
    }

    .trust-features-card {
        position: relative;
        top: auto;
        transform: none;
        flex-direction: column;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .trust-feature-item {
        border-right: none;
        border-bottom: 1px solid #eef1f7;
        padding: 26px 24px;
    }

        .trust-feature-item:last-child {
            border-bottom: none;
        }

    #about.vision-section {
        padding-top: 60px;
    }
}

@media (max-width: 576px) {
    .trust-features-banner {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .trust-feature-item {
        padding: 22px 20px;
    }

    .trust-feature-icon {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .trust-feature-item h4 {
        font-size: 1.02rem;
    }
}

/* Vision Section */
.vision-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef3f9 100%);
    position: relative;
    overflow: hidden;
}

    .vision-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(43, 123, 187, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

/* Services Section */
.services-section {
    position: relative;
    overflow: hidden;
}

    .services-section::before {
        content: '';
        position: absolute;
        top: -30%;
        left: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(86, 184, 232, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .services-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        right: -5%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(43, 123, 187, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

/* Service Cards */
.service-card {
    background: white;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease-out;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    will-change: transform;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #2B7BBB, #56B8E8);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .service-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(43, 123, 187, 0.03) 0%, transparent 100%);
        pointer-events: none;
    }

    .service-card:hover {
        transform: translateY(-18px);
        box-shadow: 0 25px 50px rgba(43, 123, 187, 0.25);
    }

        .service-card:hover::before {
            transform: scaleX(1);
        }

.service-icon {
    font-size: 4rem;
    color: #2B7BBB;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s ease, background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(86, 184, 232, 0.1), rgba(43, 123, 187, 0.05));
    border-radius: 12px;
    will-change: transform;
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(-5deg);
    background: linear-gradient(135deg, rgba(86, 184, 232, 0.2), rgba(43, 123, 187, 0.1));
    color: #56B8E8;
}

/* Wave Divider */
.wave-divider {
    width: 100%;
    height: 120px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

    .wave-divider svg {
        width: 100%;
        height: 100%;
        display: block;
        vertical-align: middle;
    }

/* About Section */
.about-section {
    position: relative;
    overflow: hidden;
}

    .about-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -20%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(86, 184, 232, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.about-image-placeholder {
    animation: slideInFromLeft 0.8s ease-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

    .about-image-placeholder img {
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(43, 123, 187, 0.2);
    }

    .about-image-placeholder:hover img {
        transform: scale(1.12) rotate(5deg);
        box-shadow: 0 15px 40px rgba(43, 123, 187, 0.3);
    }

    .about-image-placeholder h1 {
        font-size: 20px;
        margin: 0;
        color: var(--navy-900);
        font-weight: 800;
    }

.benefit-item {
    transition: background 0.3s ease, padding 0.3s ease;
    padding: 8px;
    border-radius: 6px;
}

    .benefit-item:hover {
        background: rgba(102, 126, 234, 0.1);
        padding-left: 15px;
    }

/* Statistics Section */
.stats-section {
    position: relative;
    background: var(--navy-950);
    color: white;
    overflow: hidden;
}

.stats-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,122,26,0.25), transparent 35%), linear-gradient(135deg, #061021 0%, #0a1f3d 50%, #16386b 100%);
}

.stat-box {
    position: relative;
    z-index: 2;
    padding: 25px;
}

    .stat-box h2 {
        color: var(--amber-500);
        text-shadow: 0 5px 20px rgba(255,122,26,0.35);
    }

    .stat-box p {
        color: rgba(255,255,255,0.85);
    }

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef3f9 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .cta-section::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 122, 26, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .cta-section::after {
        content: '';
        position: absolute;
        bottom: -20%;
        right: -5%;
        width: 350px;
        height: 350px;
        background: radial-gradient(circle, rgba(43, 123, 187, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .cta-section .section-title {
        color: var(--navy-900);
        font-weight: 800;
        line-height: 1.3;
    }

    .cta-section .lead {
        color: #64748b;
        font-size: 18px;
        font-weight: 500;
    }

#requestQuoteBtn {
    background: linear-gradient(135deg, #ff7a1a, #ff9544);
    border-color: #ff7a1a;
    color: white;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease, background 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 50px;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

    #requestQuoteBtn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    #requestQuoteBtn:hover {
        background: linear-gradient(135deg, #ff9544, #ffaa55);
        border-color: #ff9544;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(255, 122, 26, 0.35);
    }

        #requestQuoteBtn:hover::before {
            width: 300px;
            height: 300px;
        }

.btn-hover-lift {
    background: white;
    color: #667eea;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

    .btn-hover-lift:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        background: #f0f0f0;
    }

/* Working Process Section */
.working-process-section {
    background: radial-gradient(circle at top right, rgba(30,136,229,0.18), transparent 35%), linear-gradient(135deg, #f4f6fa, #ffffff);
    position: relative;
    overflow: hidden;
}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 25px;
    border-radius: 50px;
    border: 2px solid var(--amber-500);
    color: var(--amber-500);
    font-weight: 700;
    background: white;
}

.process-title {
    color: var(--navy-900);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.process-item {
    padding: 40px 25px;
    text-align: center;
}

.process-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,122,26,.15), rgba(22,56,107,.1));
    border: 2px solid rgba(255,122,26,.25);
    color: var(--amber-500);
    font-size: 45px;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    will-change: transform;
}

.process-item:hover .process-icon {
    transform: translateY(-10px) scale(1.08);
    background: var(--navy-900);
    color: white;
}

.process-item h3 {
    margin-top: 30px;
    color: var(--navy-900);
    font-weight: 800;
}

.process-item p {
    color: #64748b;
    max-width: 320px;
    margin: auto;
    line-height: 1.7;
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    padding: 60px 0;
    min-height: auto;
    display: flex;
    align-items: center;
}

.testimonial-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.testimonials-title {
    position: relative;
    display: inline-block;
}

    .testimonials-title::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
        transition: all 0.3s ease;
    }

/* Testimonials Carousel */
.testimonials-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

.testimonials-carousel {
    display: flex;
    position: relative;
}

.testimonial-group {
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 0;
    top: 0;
    will-change: opacity, transform;
}

    .testimonial-group.active {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        position: relative;
        left: auto;
        top: auto;
    }

    .testimonial-group .col-lg-4 {
        animation: fadeInUp 0.6s ease-out forwards;
    }

    .testimonial-group.active .col-lg-4:nth-child(1) {
        animation: fadeInUp 0.6s ease-out 0.1s forwards;
    }

    .testimonial-group.active .col-lg-4:nth-child(2) {
        animation: fadeInUp 0.6s ease-out 0.2s forwards;
    }

    .testimonial-group.active .col-lg-4:nth-child(3) {
        animation: fadeInUp 0.6s ease-out 0.3s forwards;
    }

    .testimonial-group:not(.active) .col-lg-4 {
        opacity: 0;
    }

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 25px 20px 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    will-change: transform;
}

    .testimonial-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.quote-mark {
    font-size: 2.5rem;
    color: var(--amber-500);
    margin-bottom: 12px;
}

.testimonial-avatar {
    margin: 12px 0 20px 0;
}

    .testimonial-avatar img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border: 3px solid #e8e8e8;
        box-shadow: 0 5px 15px rgba(43, 123, 187, 0.15);
        transition: transform 0.3s ease;
        object-fit: cover;
    }

    .testimonial-card:hover .testimonial-avatar img {
        transform: scale(1.1);
    }

.testimonial-text {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin: 15px 0 20px 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-company {
    display: block;
    font-weight: 700;
    color: var(--navy-900);
    font-size: 0.85rem;
    background: var(--paper);
    padding: 12px;
    margin: 0 -20px -0;
    width: calc(100% + 40px);
}

/* Testimonials Dots */
.testimonials-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.testimonials-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

    .testimonials-dots .dot:hover {
        background-color: rgba(255, 255, 255, 0.7);
        transform: scale(1.2);
    }

    .testimonials-dots .dot.active {
        background-color: rgba(255, 255, 255, 0.9);
        transform: scale(1.3);
    }

@media (max-width: 992px) {
    .testimonials-carousel-wrapper {
        max-width: 100%;
        padding: 30px 10px;
    }

    .testimonial-card {
        padding: 25px 18px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .testimonial-avatar img {
        width: 60px;
        height: 60px;
    }

    .quote-mark {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-section .section-title {
        font-size: 1.8rem;
    }

    .testimonials-carousel-wrapper {
        padding: 20px 0;
    }

    .testimonial-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .testimonial-card h4 {
        font-size: 14px;
    }

    .testimonial-text {
        font-size: 12px;
        min-height: 80px;
        margin: 12px 0;
    }

    .testimonial-company {
        font-size: 11px;
        padding: 10px;
    }

    .testimonial-avatar img {
        width: 55px;
        height: 55px;
        border: 2px solid #e8e8e8;
    }

    .quote-mark {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .testimonial-avatar {
        margin: 10px 0 12px 0;
    }

    .testimonials-dots {
        margin-top: 15px;
        gap: 8px;
    }

    .testimonials-dots .dot {
        width: 8px;
        height: 8px;
    }
}

/* Associated With / Gallery Section */
.associated-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef3f9 100%);
    position: relative;
    z-index: 1;
}

.partner-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .partner-card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
    }

.partner-logo {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .partner-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

/* Global Locations Section */
.global-locations-section {
    padding: 0 !important;
    background: white;
    animation: fadeInUp 0.8s ease-out;
}

.global-locations-section .col-lg-8,
.global-locations-section .col-lg-4 {
    animation: fadeInUp 0.8s ease-out forwards;
}

.global-locations-section .col-lg-4 {
    animation-delay: 0.1s;
}

.global-locations-section .col-lg-8 {
    animation-delay: 0.2s;
}

.locations-map {
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #e8eef5;
}

    .locations-map iframe {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .locations-map iframe.transitioning {
        opacity: 0;
    }

.locations-panel {
    background: linear-gradient(135deg, #1a2e47 0%, #0f1f2f 100%);
    max-height: 500px;
    border-right: 5px solid #2B7BBB;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #56B8E8 rgba(255, 255, 255, 0.1);
}

    .locations-panel::-webkit-scrollbar {
        width: 8px;
    }

    .locations-panel::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .locations-panel::-webkit-scrollbar-thumb {
        background: #56B8E8;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

        .locations-panel::-webkit-scrollbar-thumb:hover {
            background: #2B7BBB;
        }


.locations-header {
    padding: 22px 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(43, 123, 187, 0.15), rgba(86, 184, 232, 0.08));
    position: sticky;
    top: 0;
    z-index: 10;
}

    .locations-header h3 {
        color: white;
        font-size: 1.35rem;
        margin-bottom: 0;
        font-weight: 800;
        letter-spacing: 0.5px;
    }

/* Accordion Styles */
.locations-accordion {
    padding: 0;
}

.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

    .accordion-item:hover {
        background: rgba(86, 184, 232, 0.03);
    }

.accordion-header {
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

    .accordion-header .accordion-title {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #56B8E8;
        font-weight: 700;
        font-size: 15px;
        padding: 18px 20px;
        text-decoration: none;
        transition: all 0.25s ease;
        cursor: pointer;
        width: 100%;
        letter-spacing: 0.3px;
    }

        .accordion-header .accordion-title:hover {
            color: #fff;
            background: rgba(86, 184, 232, 0.1);
            padding-left: 25px;
        }

        .accordion-header .accordion-title i {
            font-size: 17px;
            flex-shrink: 0;
        }

.accordion-header[aria-expanded="true"] .accordion-title {
    color: #fff;
    background: rgba(86, 184, 232, 0.15);
    border-left: 4px solid #56B8E8;
    padding-left: 16px;
}

.accordion-collapse {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion-body {
    padding: 15px 20px 18px 20px;
    border: none;
    background: rgba(86, 184, 232, 0.05);
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 12px;
    }

        .contact-list li:last-child {
            margin-bottom: 0;
        }

        .contact-list li i {
            color: #56B8E8;
            font-size: 15px;
            flex-shrink: 0;
            margin-top: 3px;
            width: 20px;
            text-align: center;
        }

        .contact-list li p {
            margin: 0;
            flex: 1;
            font-weight: 500;
        }

        .contact-list li span {
            font-weight: 600;
            color: rgba(255, 255, 255, 0.95);
        }

        .contact-list li a {
            color: #56B8E8;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.25s ease;
        }

            .contact-list li a:hover {
                color: #fff;
                text-decoration: underline;
            }

@media (max-width: 1200px) {
    .service-card {
        padding: 25px 18px;
    }

    .service-icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
}

@media (max-width: 992px) {
    .locations-panel {
        max-height: 350px;
    }

    .global-locations-section .row {
        margin: 0;
    }

    .locations-map {
        height: 400px;
    }

    .accordion-header .accordion-title {
        font-size: 14px;
        padding: 15px 18px;
    }

    .accordion-body {
        padding: 12px 18px 14px 18px;
    }

    .locations-header {
        padding: 18px 16px;
    }

    .locations-header h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .global-locations-section {
        padding: 30px 0 !important;
    }

    .global-locations-section .row {
        flex-direction: column;
        gap: 0;
    }

    .locations-panel {
        max-height: 350px;
        border-right: none;
        border-bottom: 4px solid #2B7BBB;
        order: 1;
    }

    .locations-map {
        height: 280px !important;
        order: 0;
    }

    .accordion-header .accordion-title {
        font-size: 13px;
        padding: 14px 14px;
        gap: 8px;
    }

    .accordion-header .accordion-title i {
        font-size: 16px;
    }

    .accordion-body {
        padding: 10px 14px 12px 14px;
    }

    .contact-list li {
        gap: 8px;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .contact-list li i {
        font-size: 14px;
    }

    .locations-header {
        padding: 16px 14px;
    }

    .locations-header h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .locations-panel {
        max-height: 300px;
    }

    .locations-map {
        height: 250px !important;
    }

    .accordion-header .accordion-title {
        font-size: 12px;
        padding: 12px 12px;
    }

    .accordion-body {
        padding: 8px 12px 10px 12px;
    }

    .contact-list li {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .locations-header h3 {
        font-size: 1rem;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    overflow: hidden;
}

    .contact-section::before {
        content: '';
        position: absolute;
        top: -20%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255, 122, 26, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.contact-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 16px;
    border-left: 5px solid #2B7BBB;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    padding: 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

    .contact-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, rgba(43, 123, 187, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .contact-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 45px rgba(43, 123, 187, 0.2);
        border-left-color: #56B8E8;
    }

    .contact-card a {
        color: #2B7BBB;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 600;
    }

        .contact-card a:hover {
            color: #56B8E8;
            text-decoration: underline;
            padding-left: 5px;
        }

/* Back To Top Button */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #2B7BBB, #56B8E8);
    color: white;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

    .back-to-top:hover {
        transform: translateY(-5px);
        background: linear-gradient(135deg, #56B8E8, #2B7BBB);
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* Section Title Base */
.section-title {
    font-size: 2.5rem;
    color: #333;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
}

    .section-title::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
        transition: all 0.3s ease;
    }

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(50px) scale(0.9);
        opacity: 0;
        filter: blur(10px);
    }

    60% {
        transform: translateY(-5px) scale(1.02);
        opacity: 1;
        filter: blur(0);
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveWave {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes moveWaveReverse {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* Scroll Animation Class */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
}

    .scroll-animate.animate-in {
        animation: fadeInUp 0.5s ease-out forwards;
    }

        .scroll-animate.animate-in.fadeInLeft {
            animation: fadeInLeft 0.6s ease-out forwards;
        }

        .scroll-animate.animate-in.fadeInRight {
            animation: fadeInRight 0.6s ease-out forwards;
        }

        .scroll-animate.animate-in.fadeInUp {
            animation: fadeInUp 0.6s ease-out forwards;
        }

        .scroll-animate.animate-in.zoomIn {
            animation: zoomIn 0.6s ease-out forwards;
        }

.animate-slide-in {
    animation: slideIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.animate-fade-in-delay {
    animation: fadeIn 0.8s ease-out 0.2s both;
}

.animate-fade-in-delay-2 {
    animation: fadeIn 0.8s ease-out 0.4s both;
}

/* Responsive */
/* Gallery Section Visibility Fix */
#gallery {
    display: block;
    visibility: visible;
    opacity: 1;
}

.associated-section {
    display: block !important;
    visibility: visible !important;
}

@media (max-width: 1200px) {
    .service-card {
        padding: 25px 18px;
    }

    .service-icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
}

@media (max-width: 992px) {
    .carousel-content {
        max-width: 100%;
        padding: 0 20px;
    }

    .section-title {
        font-size: clamp(1.6rem, 4vw, 2rem);
    }

    .hero-badge {
        font-size: 12px;
        padding: 8px 16px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        padding: 12px 30px;
        font-size: 14px;
    }

    .locations-panel {
        max-height: 350px;
    }

    .locations-map {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 50vh;
        padding: 60px 20px;
    }

    .carousel-slide {
        height: 50vh;
    }

    .carousel-content {
        text-align: center;
        max-width: 100%;
        padding: 0 10px;
    }

    .carousel-content h1 {
        font-size: clamp(1.4rem, 5vw, 1.8rem);
        margin-bottom: 12px;
    }

    .carousel-content .lead {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .carousel-content .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        width: 100%;
        max-width: 220px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .section-title {
        font-size: clamp(1.4rem, 3.5vw, 1.6rem);
        margin-bottom: 20px;
    }

    .stat-box {
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .stat-box h2 {
        font-size: clamp(1.8rem, 4vw, 2rem);
    }

    .stat-box p {
        font-size: 12px;
    }

    .wave-divider {
        height: 60px;
    }

    .process-title {
        font-size: clamp(1.6rem, 4vw, 24px);
    }

    .process-item {
        padding: 25px 15px;
    }

    .process-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .process-item h3 {
        font-size: 15px;
        margin-top: 18px;
    }

    .process-item p {
        font-size: 12px;
        max-width: 100%;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        right: 15px;
        bottom: 15px;
        font-size: 18px;
    }

    .cta-section {
        padding: 50px 0;
    }

    .cta-section .section-title {
        font-size: clamp(1.3rem, 3.5vw, 1.5rem);
    }

    .cta-section .lead {
        font-size: 13px;
    }

    #requestQuoteBtn {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .service-card {
        padding: 20px 15px;
    }

    .service-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .service-card h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .service-card p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .service-card .btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .about-image-placeholder {
        gap: 10px;
        margin-bottom: 15px;
    }

    .about-image-placeholder img {
        width: 50px;
        height: 50px;
    }

    .about-image-placeholder h1 {
        font-size: 18px;
    }

    .moving-strip {
        padding: 14px 0;
    }

    .strip-item {
        font-size: 14px;
        margin-right: 50px;
    }

    .strip-item i {
        font-size: 20px;
    }

    .global-locations-section .row {
        flex-direction: column;
    }

    .locations-panel {
        max-height: 300px;
        border-right: none;
        border-bottom: 4px solid #2B7BBB;
        order: 1;
    }

    .locations-map {
        height: 250px !important;
        order: 0;
    }

    .accordion-header .accordion-title {
        font-size: 12px;
        padding: 12px 12px;
    }

    .accordion-body {
        padding: 8px 12px 10px 12px;
    }

    .contact-list li {
        font-size: 11px;
        margin-bottom: 6px;
        gap: 6px;
    }

    .locations-header {
        padding: 14px 12px;
    }

    .locations-header h3 {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 45vh;
        padding: 50px 15px;
    }

    .carousel-slide {
        height: 45vh;
    }

    .carousel-content h1 {
        font-size: 1.2rem;
    }

    .carousel-content .lead {
        font-size: 12px;
        line-height: 1.4;
    }

    .carousel-content .d-flex {
        gap: 8px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        padding: 10px 16px;
        font-size: 12px;
        width: 100%;
        max-width: none;
    }

    .hero-badge {
        font-size: 11px;
        padding: 6px 12px;
    }

    .section-title {
        font-size: clamp(1.1rem, 3vw, 1.3rem);
    }

    .strip-item {
        font-size: 12px;
        margin-right: 30px;
    }

    .strip-item i {
        font-size: 18px;
    }

    .stat-box {
        padding: 15px 10px;
    }

    .stat-box h2 {
        font-size: 1.6rem;
    }

    .stat-box p {
        font-size: 11px;
    }

    .process-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .process-icon {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }

    .process-item h3 {
        font-size: 14px;
        margin-top: 15px;
    }

    .process-item p {
        font-size: 11px;
    }

    #requestQuoteBtn {
        padding: 10px 18px;
        font-size: 13px;
        max-width: 100%;
    }

    .cta-section .section-title {
        font-size: 1.3rem;
    }

    .cta-section .lead {
        font-size: 12px;
    }

    .service-card {
        padding: 15px 12px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .service-card h4 {
        font-size: 13px;
    }

    .service-card p {
        font-size: 11px;
    }

    .about-image-placeholder {
        gap: 8px;
    }

    .about-image-placeholder img {
        width: 45px;
        height: 45px;
    }

    .about-image-placeholder h1 {
        font-size: 16px;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        right: 12px;
        bottom: 12px;
        font-size: 16px;
    }

    .contact-card {
        padding: 16px;
    }

    .contact-card h5 {
        font-size: 13px;
    }

    .contact-card .small {
        font-size: 10px;
    }

    .locations-panel {
        max-height: 250px;
    }

    .locations-map {
        height: 200px !important;
    }
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.why-choose-us-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-choose-video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(10, 31, 61, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    border: 3px solid white;
}

    .video-play-btn:hover {
        background: rgba(10, 31, 61, 0.95);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .video-play-btn i {
        color: white;
        font-size: 2rem;
        margin-left: 6px;
    }

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

    .video-modal.show {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    animation: slideUp 0.3s ease;
}

.video-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    font-size: 28px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
}

    .video-modal-close:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

.video-modal video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.why-choose-content h3 {
    color: #2B7BBB;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-choose-content h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #0a1f3d;
    margin-bottom: 30px;
    line-height: 1.2;
}

.why-choose-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 18px;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    margin-top: 10px;
    background: linear-gradient(135deg, #ff7a1a 0%, #ff9142 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 122, 26, 0.25);
}

    .btn-read-more:hover {
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(255, 122, 26, 0.35);
    }

@media (max-width: 992px) {
    .why-choose-us-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-choose-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .why-choose-us-section {
        padding: 50px 0;
    }

    .why-choose-content h2 {
        font-size: 1.5rem;
    }

    .why-choose-content p {
        font-size: 0.9rem;
    }

    .video-play-btn {
        width: 60px;
        height: 60px;
    }

        .video-play-btn i {
            font-size: 1.5rem;
        }
}
