﻿
/* Dark mode wrapper */
.gt-dark {
    --gt-bg: #0c0f16;
    --gt-surface: #111726;
    --gt-text: #e6ebf5;
    background: var(--gt-bg);
    color: var(--gt-text);
}

    .gt-dark .topbar,
    .gt-dark .left-sidebar,
    .gt-dark .card {
        background-color: var(--gt-surface);
    }

/* Fixed header / sidebar helpers (align with your theme’s expectations) */
.gt-fixed-header .topbar {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.gt-fixed-sidebar .left-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
}

/* Boxed layout */
#main-wrapper.gt-boxed {
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    border-radius: 14px;
    overflow: hidden;
}



/* Shell */
.home-carousel .carousel-inner {
    box-shadow: 0 14px 36px rgba(0,0,0,.18);
}

.rounded-3 {
    border-radius: 18px;
}

/* Image size & crop */
.home-slide-img {
    max-height: 560px;
    height: 56vh; /* responsive height */
    object-fit: cover;
}

/* Bottom gradient overlay */
.home-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 70%, rgba(0,0,0,.55) 100%);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    pointer-events: none;
}

/* Caption: bottom-left with subtle look */
.home-caption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
    max-width: clamp(260px, 42vw, 560px);
}

.home-caption-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(18, 18, 18, .22); /* translucent chip */
    color: #e9f9f3;
    backdrop-filter: saturate(120%) blur(6px); /* graceful if supported */
}

/* Badge with lighter success tone */
.badge-success-light {
    display: inline-block;
    background: rgba(26,188,156,.2);
    color: #bff3e8;
    border: 1px solid rgba(26,188,156,.35);
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: .2px;
}

.home-caption-title {
    font-size: 1.15rem; /* modest size by default */
    font-weight: 700;
    line-height: 1.25;
}

.home-caption-sub {
    font-size: .95rem;
    color: #d6efe9;
    opacity: .9;
}

/* Controls */
.home-nav {
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #16a085;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(0,0,0,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, background .2s ease;
}

    .home-nav:hover {
        transform: translateY(-50%) scale(1.06);
        background: #f7fffd;
    }

.carousel-control-prev.home-nav {
    left: 14px;
}

.carousel-control-next.home-nav {
    right: 14px;
}

.home-nav .mdi {
    font-size: 26px;
    line-height: 1;
}

/* Indicators: pill dots */
.carousel-indicators {
    margin-bottom: 10px;
}

    .carousel-indicators li {
        width: 22px;
        height: 6px;
        border-radius: 999px;
        background: rgba(255,255,255,.45);
        transition: width .2s ease, background .2s ease;
    }

    .carousel-indicators .active {
        width: 36px;
        background: #1abc9c;
    }

/* Responsive caption sizes */
@media (min-width: 768px) {
    .home-caption-title {
        font-size: 1.45rem;
    }

    .home-caption-sub {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .home-caption-title {
        font-size: 1.75rem;
    }
}


.service-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.ev-hero .ev-photo {
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    display: block;
}

.ev-hero .ev-glow {
    position: absolute;
    inset: auto 10% -8% -8%;
    height: 48%;
    filter: blur(42px);
    border-radius: 40px;
    background: radial-gradient(120% 120% at 10% 20%, rgba(23,160,133,.35) 0%, rgba(23,160,133,.15) 55%, rgba(23,160,133,0) 100%);
    z-index: 0;
}

.ev-hero .ev-chip {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    background: #fff;
    color: #16a085;
    border-radius: 14px;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .ev-hero .ev-chip i {
        font-size: 18px;
    }

.ev-feature .ev-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#16a085 0%, #1abc9c 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(22,160,133,.25);
}

    .ev-feature .ev-icon i {
        font-size: 22px;
        line-height: 1;
    }

.font-weight-600 {
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .ev-hero .ev-chip {
        bottom: 10px;
        left: 10px;
    }
}

.counter-area {
    background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
}

.counter-box {
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, background 0.3s ease;
}

    .counter-box:hover {
        transform: translateY(-6px);
        background: rgba(255, 255, 255, 0.15);
    }

.counter-icon img {
    max-width: 50px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
}

.count {
    color: #fff;
    font-size: 2rem;
}

.counter-area p {
    color: #eafaf7;
}


/* Container + track */
.ev-store {
    background: #f8fbfa;
}

.ev-track-wrapper {
    overflow: hidden;
    padding: 6px 48px; /* give room for arrows */
    position: relative;
}

.ev-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
}

    .ev-track::-webkit-scrollbar {
        height: 8px;
    }

    .ev-track::-webkit-scrollbar-thumb {
        background: rgba(22, 160, 133, .4);
        border-radius: 8px;
    }

/* Card */
.ev-card {
    min-width: 300px;
    max-width: 300px;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .ev-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0,0,0,.12);
    }

.ev-img-wrap {
    position: relative;
    height: 200px;
    background: #e9f7f4;
}

.ev-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ev-chip {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #16a085;
    color: #fff;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(22,160,133,.25);
}

.ev-body {
    padding: 14px 14px 16px;
}

/* Arrows */
.ev-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #16a085;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    transition: transform .15s ease, background .2s ease;
}

    .ev-nav:hover {
        transform: translateY(-50%) scale(1.06);
        background: #f7fffd;
    }

.ev-prev {
    left: 6px;
}

.ev-next {
    right: 6px;
}

.ev-nav i {
    font-size: 22px;
    line-height: 1;
}

/* Dots (just a green pill) */
.ev-dots {
    width: 60px;
    height: 6px;
    display: inline-block;
    border-radius: 999px;
    background: linear-gradient(90deg, #1abc9c, #16a085);
}

/* Small screens */
@media (max-width: 575.98px) {
    .ev-card {
        min-width: 260px;
        max-width: 260px;
    }

    .ev-img-wrap {
        height: 180px;
    }
}
.why-ev {
    background: #f8fbfa;
}

/* Card shell */
.ev-step {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    padding: 24px 22px 26px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .ev-step:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(0,0,0,.12);
    }

/* Media (circle image + number) */
.ev-step__media {
    position: relative;
    width: 170px;
    height: 170px;
    margin: -64px auto 18px; /* lifts the circle */
}

.ev-step__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: 0 10px 26px rgba(22,160,133,.25);
}

.ev-step__no {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #16a085;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(22,160,133,.35);
    font-size: 16px;
}

.ev-step__glow {
    position: absolute;
    inset: auto -18px -18px auto;
    width: 120px;
    height: 60px;
    filter: blur(26px);
    background: radial-gradient(120px 60px at 100% 100%, rgba(26,188,156,.35), rgba(26,188,156,0));
    border-radius: 30px;
}

/* Content */
.ev-step__content h4 {
    font-weight: 700;
}

.ev-step__content p {
    line-height: 1.6;
}

/* Connecting arrow (only for large screens) */
.ev-step__arrow {
    position: absolute;
    right: -36px;
    top: 80px;
    width: 72px;
    height: 16px;
    background: linear-gradient(90deg, #1abc9c, #16a085);
    border-radius: 8px;
}

    .ev-step__arrow::after {
        content: "";
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 12px;
        height: 12px;
        background: #16a085;
        border-radius: 2px;
    }

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .ev-step__media {
        width: 160px;
        height: 160px;
        margin: -56px auto 16px;
    }
}

@media (max-width: 575.98px) {
    .ev-step {
        padding: 22px 18px 22px;
    }

    .ev-step__media {
        width: 150px;
        height: 150px;
        margin: -50px auto 14px;
    }
}
/* Background */
.gt-testi-section {
    overflow: hidden;
    background: #0d1f1b; /* deep green-black */
}

.gt-testi-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55)), url('assets/images/bgz.jpg') center/cover no-repeat;
    opacity: .9;
}

/* Contact card (glass) */
.gt-contact-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(8px) saturate(120%);
}

.text-light-60 {
    color: rgba(255,255,255,.75);
}

.text-light-70 {
    color: rgba(255,255,255,.82);
}

/* Inputs */
.gt-input {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    padding: .6rem .85rem;
}

    .gt-input:focus {
        border-color: #1abc9c;
        box-shadow: 0 0 0 .2rem rgba(26,188,156,.15);
    }

/* Testimonial track */
.gt-testi-track-wrap {
    overflow: hidden;
    padding: 6px 4px;
}

.gt-testi-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
}

    .gt-testi-track::-webkit-scrollbar {
        height: 8px;
    }

    .gt-testi-track::-webkit-scrollbar-thumb {
        background: rgba(26,188,156,.35);
        border-radius: 8px;
    }

/* Testimonial card */
.gt-testi-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 360px;
    max-width: 86vw;
    background: #ffffff;
    color: #19332e;
    border-radius: 18px;
    padding: 20px 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .gt-testi-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 38px rgba(0,0,0,.22);
    }

.gt-testi-quote {
    color: #16a085;
    font-size: 22px;
}

.gt-testi-text {
    font-size: 1rem;
    line-height: 1.65;
    color: #365a52;
    margin: 0;
}

.gt-testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.gt-testi-author {
    font-weight: 700;
    color: #13302a;
}

.gt-testi-role {
    font-size: .9rem;
    color: #5f8c82;
}

/* Arrows */
.gt-testi-nav {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #16a085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
    transition: transform .15s ease, background .2s ease;
}

    .gt-testi-nav:hover {
        transform: scale(1.06);
        background: #f7fffd;
    }

    .gt-testi-nav .mdi {
        font-size: 22px;
        line-height: 1;
    }

/* Shared dots from previous section */
.ev-dots {
    width: 60px;
    height: 6px;
    display: inline-block;
    border-radius: 999px;
    background: linear-gradient(90deg,#1abc9c,#16a085);
}

/* Responsive */
@media (max-width: 991.98px) {
    .gt-contact-card {
        margin-bottom: 10px;
    }
}
