
@media only screen and (max-width: 767px) {
    .header-style-1 .wt-topbar-right {
        display: flex;
    }
}
.logo-header{
    width: 150px;
    height: auto;
}
.hero-slider {
            /* height: 100vh; */
            overflow: hidden;
        }
        
        .carousel-item {
            /* height: 100vh; */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }
        
        .carousel-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            text-align: center;
            width: 90%;
            max-width: 800px;
        }
        
        .carousel-caption h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
            animation: fadeInUp 1s ease-out;
        }
        
        .carousel-caption p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
            animation: fadeInUp 1s ease-out 0.3s both;
        }
        
        .btn-hero {
            background: #0972BC;
                background: linear-gradient(66deg, rgba(9, 114, 188, 1) 0%, rgba(255, 191, 0, 1) 100%);
            color: #ffffff;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            animation: fadeInUp 1s ease-out 0.6s both;
        }
        
        .btn-hero:hover {
            color: #ececec;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .carousel-control-prev {
            left: 30px;
        }
        
        .carousel-control-next {
            right: 30px;
        }
        
        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 30px;
            height: 30px;
        }
        
        .carousel-indicators {
            bottom: 30px;
        }
        
        .carousel-indicators [data-bs-target] {
            width: 20px;
            height: 0px;
            border-radius: 20px;
            margin: 0 5px;
            background: rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
        }
        
        .carousel-indicators [data-bs-target].active {
            background: #ffbc13;
            transform: scale(1.2);
        }
        
        .slide-1 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .slide-2 {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }
        
        .slide-3 {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }
        
        .slide-4 {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
        }
        
        .welcome-title{
            font-weight: 700;
            
            background: #2281CF;
            background: linear-gradient(to right, #2281CF 0%, #916f00 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            
        }
        .wt-separator{
            top: -12px!important;
           width: 0!important;
        }
       
        .site-footer p,
        .site-footer li{
            line-height: 28px;
        }
        .footer-top {
            padding: 50px 0 0px 0!important;
        }
        .button.scroltop span{
           font-size: 15px!important;
        }
        .button.scroltop{
            width: 30px!important;
            height: 30px!important;
        }
        .about-core a{
            margin-top: 20px;
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @media (max-width: 768px) {
            .carousel-caption h1 {
                font-size: 2.5rem;
            }
            
            .carousel-caption p {
                font-size: 1rem;
            }
            
            .carousel-control-prev,
            .carousel-control-next {
                width: 60px;
                height: 60px;
            }
            
            .carousel-control-prev {
                left: 15px;
            }
            
            .carousel-control-next {
                right: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .carousel-caption h1 {
                font-size: 2rem;
            }
            
            .btn-hero {
                padding: 12px 30px;
                font-size: 1rem;
            }
        }

        .logo-cs{
            width: 320px;
            padding: 20px 0 0 0;
            font-size: 20px;
            font-weight: 600;
            color: #027f66;
        }
        .lead-text{
            font-size: 1rem;
            color: #ff0000;
        }
        .wt-thum-bx{
            border-radius: 10px 10px 0 0;
        }
        .product-title-cs{
            border-radius: 0 0 10px 10px;
            background: #0972BC;
            background: linear-gradient(66deg, rgba(9, 114, 188, 1) 0%, rgba(255, 191, 0, 1) 100%);
            color: #ffffff;
        }
        .product-title-cs:hover{
            background: #ffbf00;
            background: linear-gradient(66deg, rgba(255, 191, 0, 1) 0%, rgba(9, 114, 188, 1) 100%);
        }
        .product-title-cs a{
           
            color: #ffffff;
        }
        .product-title-cs a:hover{
            color: #ffffff;
        }


        /* start why chose us section  */
          .why-choose-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding:0 0 80px 0;
        }
        
        .section-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #1ABC9C, #00a080);
            border-radius: 2px;
        }
        
        .section-subtitle {
            color: #6c757d;
            font-size: 1rem;
            margin-bottom: 50px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .advantage-card {
            background: white;
            border-radius: 15px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: none;
            position: relative;
            overflow: hidden;
        }
        
        .advantage-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            /* background: linear-gradient(90deg,  #1ABC9C, #00a080); */
            background: #0972BC;
                background: linear-gradient(66deg, rgba(9, 114, 188, 1) 0%, rgba(255, 191, 0, 1) 100%);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .advantage-card:hover::before {
            transform: scaleX(1);
        }
        
        .advantage-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .advantage-icon {
            width: 80px;
            height: 80px;
        background: #0972BC;
            background: linear-gradient(66deg, rgba(9, 114, 188, 1) 0%, rgba(255, 191, 0, 1) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: white;
            font-size: 2rem;
        }
        
        .advantage-title {
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 1.4rem;
        }
        
        .advantage-description {
            color: #6c757d;
            line-height: 1.7;
            font-size: 1rem;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #2c3e50, #34495e);
            color: white;
            padding: 60px 0;
            margin-top: 80px;
        }
        
        .cta-title {
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .cta-text {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .cta-button {
            background: linear-gradient(45deg,  #1ABC9C, #00a080);
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4);
            background: linear-gradient(45deg, #1ABC9C, #00a080);
        }
        
        .stats-row {
            background: white;
            border-radius: 15px;
            padding: 40px;
            margin: 50px 0;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #00a080;
            display: block;
            line-height: 1;
        }
        
        .stat-label {
            color: #6c757d;
            font-weight: 500;
            margin-top: 10px;
        }
        
        @media (max-width: 768px) {
            .why-choose-section {
                padding: 60px 0;
            }
            
            .advantage-card {
                margin-bottom: 30px;
                padding: 30px 20px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .cta-section {
                padding: 40px 0;
                margin-top: 60px;
            }
        }

        /* Start contact us page styles  */
         .contact-section {
            background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
            padding: 10px 0 10px 0;
        }
        .contact-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            padding: 30px;
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }
        .contact-card:hover {
            transform: translateY(-5px);
        }
        .section-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(45deg, #1ABC9C, #00a080);
        }
        .contact-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        .contact-info-item:hover {
            background: #e3f2fd;
            transform: translateX(5px);
        }
        .contact-icon {
            background: linear-gradient(45deg, #1ABC9C, #00a080);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 20%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-size: 1rem;
        }
        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 15px;
            transition: border-color 0.3s ease;
        }
        .form-control:focus {
            border-color: #00a080;
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
        }
        .btn-custom {
            background: linear-gradient(45deg, #1ABC9C, #00a080);
            border: none;
            padding: 15px 40px;
            border-radius: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        .btn-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,123,255,0.3);
        }
        .product-highlight {
            background: linear-gradient(45deg,  #1ABC9C, #00a080);
            color: white;
            padding: 3px 10px;
            border-radius: 15px;
            font-size: 0.9rem;
            margin: 0 5px;
        }
        .intro-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #6c757d;
        }

                /* Brand tokens (local to this section) */
                .weia__section {
                    --weia-navy: #2D4A6B;
                    --weia-navy-dark: #1E3A52;
                    --weia-navy-light: #3D5F82;
                    --weia-olive: #8B9A2E;
                    --weia-gold: #B8A048;
                    --weia-grad: linear-gradient(135deg, #2D4A6B 0%, #8B9A2E 100%);
                    --weia-grad-btn: linear-gradient(135deg, #2D4A6B 30%, #8B9A2E 100%);
                    --weia-bg: #F4F6F8;
                    --weia-white: #FFFFFF;
                    --weia-text: #1C2B3A;
                    --weia-muted: #6B7D8F;
                    --weia-border: rgba(45, 74, 107, 0.12);
                    --weia-border-h: rgba(45, 74, 107, 0.35);
                }
        
                .weia__section {
                    position: relative;
                    padding: 110px 0 90px;
                    background: var(--weia-bg);
                    overflow: hidden;
                    font-family: 'DM Sans', sans-serif;
                }
        
                /* Dot grid bg */
                .weia__section::before {
                    content: '';
                    position: absolute;
                    inset: 0;
                    background-image: radial-gradient(circle, rgba(45, 74, 107, 0.10) 1px, transparent 1px);
                    background-size: 28px 28px;
                    pointer-events: none;
                    z-index: 0;
                }
        
                /* Top gradient accent strip */
                /* .weia__section::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    height: 4px;
                    background: var(--weia-grad);
                    z-index: 1;
                } */
        
                .weia__inner {
                    position: relative;
                    z-index: 2;
                }
        
                /* ── Tag pill ── */
                .weia__tag {
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    font-size: 11px;
                    font-weight: 500;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    color: var(--weia-navy);
                    border: 1px solid var(--weia-border-h);
                    border-radius: 100px;
                    padding: 6px 16px;
                    margin-bottom: 24px;
                    background: rgba(45, 74, 107, 0.07);
                }
        
                .weia__tag::before {
                    content: '';
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: var(--weia-grad);
                    background: linear-gradient(135deg, #2D4A6B, #8B9A2E);
                    animation: weia-pulse 2s ease-in-out infinite;
                    flex-shrink: 0;
                }
        
                @keyframes weia-pulse {
        
                    0%,
                    100% {
                        opacity: 1;
                        transform: scale(1);
                    }
        
                    50% {
                        opacity: 0.35;
                        transform: scale(0.65);
                    }
                }
        
                /* ── Heading ── */
                .weia__heading {
                    font-family: 'Bebas Neue', sans-serif;
                    font-size: clamp(50px, 7.5vw, 90px);
                    line-height: 0.92;
                    color: var(--weia-text);
                    letter-spacing: 1px;
                    margin-bottom: 14px;
                }
        
                .weia__heading em {
                    font-style: normal;
                    -webkit-text-stroke: 1.5px var(--weia-navy);
                    color: transparent;
                }
        
                /* ── Divider ── */
                .weia__divider {
                    width: 44px;
                    height: 3px;
                    border-radius: 2px;
                    background: var(--weia-grad);
                    margin: 22px 0 20px;
                }
        
                /* ── Sub text ── */
                .weia__sub {
                    font-size: 14.5px;
                    color: var(--weia-muted);
                    line-height: 1.8;
                    max-width: 360px;
                    font-weight: 300;
                }
        
                /* ── Stat strip ── */
                .weia__stats {
                    display: flex;
                    gap: 28px;
                    margin-top: 44px;
                }
        
                .weia__stat-num {
                    font-family: 'Bebas Neue', sans-serif;
                    font-size: 34px;
                    line-height: 1;
                    background: var(--weia-grad);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-clip: text;
                }
        
                .weia__stat-label {
                    font-size: 10.5px;
                    color: var(--weia-muted);
                    letter-spacing: 1.5px;
                    text-transform: uppercase;
                    margin-top: 3px;
                }
        
                .weia__stat-sep {
                    width: 1px;
                    background: var(--weia-border-h);
                    align-self: stretch;
                }
        
                /* ── CTA Button ── */
                .weia__btn {
                    display: inline-flex;
                    align-items: center;
                    gap: 10px;
                    background: var(--weia-grad-btn);
                    color: #fff !important;
                    font-size: 13px;
                    font-weight: 500;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    padding: 13px 26px;
                    border-radius: 8px;
                    border: none;
                    text-decoration: none !important;
                    margin-top: 36px;
                    transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
                }
        
                .weia__btn:hover {
                    opacity: 0.88;
                    transform: translateY(-2px);
                    box-shadow: 0 10px 32px rgba(45, 74, 107, 0.28);
                }
        
                .weia__btn i {
                    transition: transform 0.2s;
                }
        
                .weia__btn:hover i {
                    transform: translateX(4px);
                }
        
                /* ── Cards column ── */
                .weia__cards {
                    display: flex;
                    flex-direction: column;
                    gap: 14px;
                }
        
                .weia__card {
                    position: relative;
                    background: var(--weia-white);
                    border: 1px solid var(--weia-border);
                    border-radius: 14px;
                    padding: 26px 30px;
                    display: flex;
                    align-items: flex-start;
                    gap: 18px;
                    overflow: hidden;
                    box-shadow: 0 2px 10px rgba(30, 58, 82, 0.06);
                    cursor: default;
                    opacity: 0;
                    transform: translateX(55px);
                    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
                }
        
                .weia__card.weia--visible {
                    opacity: 1;
                    transform: translateX(0);
                    transition: opacity 0.55s ease, transform 0.55s ease,
                        border-color 0.3s, box-shadow 0.3s;
                }
        
                .weia__card:hover {
                    border-color: var(--weia-border-h);
                    transform: translateX(-5px) !important;
                    box-shadow: 0 8px 28px rgba(45, 74, 107, 0.13);
                }
        
                /* Left gradient accent bar */
                .weia__card::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 18%;
                    bottom: 18%;
                    width: 3px;
                    border-radius: 0 3px 3px 0;
                    background: var(--weia-grad);
                    opacity: 0;
                    transition: opacity 0.3s;
                }
        
                .weia__card:hover::after {
                    opacity: 1;
                }
        
                /* Top-right gradient wash */
                .weia__card::before {
                    content: '';
                    position: absolute;
                    top: -50px;
                    right: -50px;
                    width: 140px;
                    height: 140px;
                    border-radius: 50%;
                    background: radial-gradient(circle, rgba(45, 74, 107, 0.07) 0%, transparent 70%);
                    opacity: 0;
                    transition: opacity 0.4s;
                }
        
                .weia__card:hover::before {
                    opacity: 1;
                }
        
                /* ── Icon box ── */
                .weia__icon {
                    width: 50px;
                    height: 50px;
                    flex-shrink: 0;
                    border-radius: 11px;
                    background: linear-gradient(135deg, rgba(45, 74, 107, 0.08), rgba(139, 154, 46, 0.08));
                    border: 1px solid rgba(45, 74, 107, 0.14);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 21px;
                    color: var(--weia-navy);
                    transition: transform 0.3s, background 0.3s;
                }
        
                .weia__card:hover .weia__icon {
                    background: linear-gradient(135deg, rgba(45, 74, 107, 0.15), rgba(139, 154, 46, 0.15));
                    transform: scale(1.08) rotate(-5deg);
                }
        
                /* ── Card text ── */
                .weia__card-title {
                    font-size: 15.5px;
                    font-weight: 500;
                    color: var(--weia-text);
                    margin-bottom: 5px;
                    letter-spacing: 0.1px;
                }
        
                .weia__card-desc {
                    font-size: 13px;
                    color: var(--weia-muted);
                    line-height: 1.65;
                    font-weight: 300;
                }
        
                /* ── Ghost number ── */
                .weia__num {
                    position: absolute;
                    top: 14px;
                    right: 18px;
                    font-family: 'Bebas Neue', sans-serif;
                    font-size: 46px;
                    line-height: 1;
                    color: rgba(45, 74, 107, 0.05);
                    pointer-events: none;
                    transition: color 0.3s;
                }
        
                .weia__card:hover .weia__num {
                    color: rgba(45, 74, 107, 0.10);
                }
        
                /* ── Left col reveal ── */
                .weia__left {
                    opacity: 0;
                    transform: translateY(36px);
                    transition: opacity 0.75s ease, transform 0.75s ease;
                }
        
                .weia__left.weia--visible {
                    opacity: 1;
                    transform: translateY(0);
                }
        
                /* ── Responsive ── */
                @media (max-width: 768px) {
                    .weia__section {
                        padding: 72px 0 60px;
                    }
        
                    .weia__stats {
                        gap: 18px;
                    }
        
                    .weia__card {
                        padding: 20px;
                    }
        
                    .weia__sub {
                        max-width: 100%;
                    }
                }

/* ── EIA Contact Page Styles (prefixed .eia-ct-* to avoid conflicts) ── */

.eia-ct-hero {
    /* background: linear-gradient(135deg, #1a3a5c 0%, #2d6a8a 50%, #8a7a1a 100%); */
    padding: 60px 0 40px;
    color: #fff;
}

.eia-ct-hero h1 {
background: #0A5295;
    background: linear-gradient(to right, #0A5295 15%, #D8AC0D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.eia-ct-hero p {
    color: rgba(0, 0, 0, 0.82);
    font-size: 1.05rem;
}

.eia-ct-divider {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 0;
}

.eia-ct-divider span {
    display: block;
    height: 3px;
    border-radius: 2px;
}

.eia-ct-divider .eia-ct-d1 {
    width: 40px;
    background: #c9a227;
}

.eia-ct-divider .eia-ct-d2 {
    width: 40px;
    background: #1a3a5c;
}

.eia-ct-section {
    background: #ffffff;
    padding: 60px 0 70px;
}

/* Info Cards */
.eia-ct-info-card {
    background: #f8f9fa;
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.2s;
}

.eia-ct-info-card:hover {
    box-shadow: 0 4px 18px rgba(26, 58, 92, 0.10);
}

.eia-ct-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a3a5c, #c9a227);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.eia-ct-icon-wrap i {
    color: #fff;
    font-size: 1.3rem;
}

.eia-ct-info-card h6 {
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 6px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.eia-ct-info-card p,
.eia-ct-info-card a {
    color: #4a5568;
    font-size: 0.93rem;
    margin: 0;
    text-decoration: none;
    word-break: break-word;
}

.eia-ct-info-card a:hover {
    color: #c9a227;
}

/* Form Card */
.eia-ct-form-card {
    background: #fff;
    border: 1px solid #e4e8ee;
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 2px 16px rgba(26, 58, 92, 0.07);
}

.eia-ct-form-card h4 {
    color: #1a3a5c;
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 1.2rem;
}

.eia-ct-form-card .form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 5px;
}

.eia-ct-form-card .form-control,
.eia-ct-form-card .form-select {
    border: 1px solid #d1d8e2;
    border-radius: 7px;
    font-size: 0.93rem;
    color: #2d3748;
    background: #f9fbfc;
    padding: 10px 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.eia-ct-form-card .form-control:focus,
.eia-ct-form-card .form-select:focus {
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26, 58, 92, 0.10);
    background: #fff;
}

.eia-ct-form-card textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.eia-ct-btn {
    background: linear-gradient(90deg, #1a3a5c 0%, #c9a227 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.97rem;
    letter-spacing: 0.3px;
    border-radius: 8px;
    padding: 12px 32px;
    transition: opacity 0.2s, transform 0.15s;
}

.eia-ct-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #fff;
}

.eia-ct-btn:active {
    transform: translateY(0);
}

/* Map */
.eia-ct-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4e8ee;
    box-shadow: 0 2px 16px rgba(26, 58, 92, 0.07);
}

.eia-ct-map-wrap iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: none;
}

.eia-ct-map-label {
    background: #1a3a5c;
    color: #fff;
    font-size: 0.85rem;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.eia-ct-map-label i {
    color: #c9a227;
}

/* Section title */
.eia-ct-sec-title {
    color: #1a3a5c;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.eia-ct-sec-sub {
    color: #6b7a8d;
    font-size: 0.95rem;
    margin-bottom: 32px;
}

