/* Search bar */
.search-wrap {
    position: absolute;
    top: 14px;
    z-index: 2;
    width: min(600px, calc(100% - 32px));
    pointer-events: all;
    flex: 1;
}

.search-input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 23px;
    padding: 9px 14px 9px 38px;
    color: #6B7280;
    font-size: clamp(14px, 1.5vw, 18px);
    outline: none;
    transition: border 0.2s, background 0.2s;
}

.search-input::placeholder {
    color: #6B7280;
}

.search-input:focus {
    border-color: #E8E8E8;
    background: #FFFFFF;
}

.search-icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #6B7280;
    pointer-events: none;
}

/* Map */
#map {
    width: 100%;
    height: 80vh;
    z-index: 1;
}

/* Popup card */
.leaflet-popup-content-wrapper {
    background: #FFFFFF !important;
    border-radius: 23px !important;
    box-shadow: 0px 4.28px 4.28px 0px #0000000F !important;
    padding: 0 !important;
    min-width: 260px;
    max-width: 300px;
}

.leaflet-popup-content {
    margin: 0 !important;
    width: 100% !important;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #737373;
    background: #FFFFFF;
    top: 10px;
    right: 10px;
    border-radius: 50px;
}

.leaflet-popup {
    z-index: 3;
}

.leaflet-popup-tip {
    background: #1a1d27 !important;
}

.leaflet-top {
    display: none;
}

.popup-header {
    background: #737373;
    padding: 15px 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
}

.popup-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.popup-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

.popup-top {
    border-bottom: 0.54px solid #B9A8A8;
    padding-bottom: 10px;
}

.popup-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.popup-subtitle {
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    margin-top: 2px;
}

.popup-body {
    padding: 12px 16px;
}

.popup-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 12px;
    color: #282C32;
    background: #D5D2CE36;
    padding: 8px 5px;
    border-radius: 4.28px;
}

.popup-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    background: #282C32;
    color: #fff;
    border-radius: 9.25px;
    padding: 3px 8px;
    font-size: 12px;
}

.popup-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.popup-icon-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #000000;
}

.popup-actions {
    display: flex;
    gap: 8px;
}

.btn-direction {
    flex: 1;
    background: #DD3A3A;
    color: #fff;
    border: none;
    border-radius: 21.19px;
    font-size: 12px;
    font-weight: 600;
    padding: 9px;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid #DD3A3A;
}

.btn-direction:hover {
    background: #fff;
    color: #DD3A3A;
}

.btn-details {
    flex: 1;
    background: #fff;
    color: #DD3A3A;
    border: 1px solid #DD3A3A;
    border-radius: 21.19px;
    font-size: 12px;
    font-weight: 600;
    padding: 9px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn-details:hover {
    background: #DD3A3A;
    color: #fff;
}

/* Custom marker */
.ev-marker {
    width: 34px;
    height: 34px;
    background: #00e5a0;
    border-radius: 50% 50% 50% 4px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 12px rgba(0, 229, 160, 0.4);
    cursor: pointer;
    transition: transform 0.15s;
}

.ev-marker-inner {
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ev-marker svg {
    width: 14px;
    height: 14px;
}

/* Map tile override */
.leaflet-control-zoom {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: none !important;
}

.leaflet-control-zoom a {
    background: rgba(15, 17, 23, 0.9) !important;
    color: #e8e6e0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px);
    font-size: 16px !important;
}

.leaflet-control-zoom a:hover {
    background: rgba(30, 35, 50, 0.95) !important;
}

.leaflet-control-attribution {
    display: none !important;
}

/* Overview */
.overview {
    background: url(../images/bg1.png);
    background-position: left center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.subtitle {
    color: #DD3A3A;
    font-weight: 600;
    font-size: 16px;
    line-height: 7.42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-weight: 700;
    font-size: clamp(24px, 4vw, 32px);
    text-align: center;
    color: #0097B2;
    margin-bottom: 20px;
}

.overview-img {
    max-height: 530px;
    height: 100%;
    width: 100%;
    border-radius: 11px;
    max-width: 993px;
    margin: 0 auto;
    border-radius: 11px;
    background: #e3e4e9;
}

.overview-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Features */
.features-section {
    background: linear-gradient(rgba(245, 245, 245, 0.85), rgba(245, 245, 245, 0.85)), url(../images/bg2.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.feature-img {
    width: 100%;
    height: 100%;
    border: 1px solid #0097B230;
    position: relative;
    border-radius: 10px;
}

.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    border-radius: 10px;
}

.polygon {
    width: 100px;
    height: 100px;
    background: #fff;

    /* polygon shape */
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    position: absolute;
    border-radius: 10px;
    left: -8%;
    top: -4%;
}

.small-img {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 192px;
}

.small-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.feat-card {
    padding: 20px 10px;
    border: 1px solid #78787826;
    background: #FFFFFF;
    transition: background .5s;
    display: flex;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.feat-card:hover {
    background: #0097B229;
}

.feat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #0097B2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #fff;
    color: #0097B2;
    flex-shrink: 0;
    font-size: 24px;
}

.feat-card .feat-title {
    font-weight: 600;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 25px;
    letter-spacing: 0.5%;
    margin-bottom: 10px;
    text-align: center;
    color: #282C32;
}

.feat-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5%;
    text-align: center;
    color: #54595F;
}

@media(max-width:1499px) {
    .polygon {
        display: none;
    }

    .small-img img {
        display: none;
    }
}

@media (max-width:991px) {
    .feature-img img {
        max-height: 500px;
    }
}

/* Station */
.station-section {
    position: relative;
    height: 80vh;
    background: url('../images/bg3.jpg') no-repeat center center/cover;
    overflow-x: hidden;
}

.station-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
}

.station-section .content {
    position: relative;
    padding: 20px;
    z-index: 2;
}

.station-title {
    font-size: clamp(27px, 3vw, 41px);
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 25px;
    color: #fff;
}

.station-section p {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #fff;
    margin-bottom: 20px;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}

/* Subscription */
.image-box {
    background: #0097B23B;
    padding: 20px;
    border-radius: 9px;
    width: 100%;
    height: 100%;
}

.image-box img {
    width: 100%;
    height: 100%;
    max-height: 415px;
    object-fit: contain;
    object-position: center;
}

/* BADGE */
.badge-custom {
    background: #E2323314;
    color: #DD3A3A;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
}

.title-feature {
    margin-bottom: 12px;
    color: #282C32;
    display: flex;
    align-items: start;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 24px);
    text-align: center;
    margin: 20px 0 5px 0;
}

/* LIST */
.feature-list li {
    font-size: 16px;
    color: #54595F;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.feature-list li:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

/* ICON */
.feature-list i {
    color: #54595F;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}

/* ChooseUS */
.section-wrap {
    overflow-x: hidden;
}

.chooseUs-wrapper {
    background: #F5F5F5;
    padding: 50px 20px;
    border-radius: 12px;
}

/* ── Arrow nav (far left) ── */
.arrow-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin-right: 18px;
}

.arr-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #d0d5dd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: border-color .2s, background .2s, opacity .2s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}

.arr-btn:hover:not(:disabled) {
    border-color: #0097B2;
    ;
}

.arr-btn:disabled {
    opacity: .35;
    cursor: default;
}

.arr-btn svg {
    width: 11px;
    height: 11px;
    stroke: #6B7280;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.arr-btn:hover:not(:disabled) svg {
    stroke: #0097B2;
}

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

.f-item {
    margin-bottom: 10px;
}

/* pill button — closed state */
.f-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 42px;
    padding: 9px 16px 9px 10px;
    cursor: pointer;
    text-align: left;
    transition: box-shadow .22s, border-radius .15s ease;
    position: relative;
}

.f-pill:hover {
    box-shadow: 0 2px 10px rgba(58, 180, 200, .13);
}

/* pill — active/open state: square bottom corners */
.f-item.active .f-pill {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
}

/* circle icon (⊕ style) */
.f-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.f-text {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    flex: 1;
    line-height: 1.3;
}

/* ── Accordion body ── */
.f-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
    background: #fff;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.f-body-inner {
    padding: 10px 15px;
}

.f-desc {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ═══════════════════════════════
       RIGHT: dot pattern + phone
    ═══════════════════════════════ */
.visual-col {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
}

/* Swiper */
.swiper.phone-swiper {
    width: 100%;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    height: 100%;
}

.chooseUs-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .45s ease;
    pointer-events: none;
}

#phoneSwiper .swiper-slide {
    visibility: hidden;
    pointer-events: none;
}

#phoneSwiper .swiper-slide-active,
#phoneSwiper .swiper-slide-next {
    visibility: visible;
    pointer-events: auto;
}

.chooseUs-wrapper .swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

/* Phone shell */
.phone-shell {
    width: 100%;
    height: 100%;
}

.phone-shell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* Dynamic island / notch */
.p-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 14px;
    background: #111;
    border-radius: 10px;
    z-index: 10;
}

@media (max-width: 767px) {
    .main-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .visual-col {
        width: 100%;
        height: auto;
    }
}

/* Testimonial */
.testimonials-section {
    position: relative;
    overflow: hidden;
    background: url(../images/bg4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ── SWIPER WRAPPER ── */
.testimonials-section .swiper {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-bottom: 52px;
    width: 100%;
}

/* ── SLIDE / CARD ── */
.testimonial-card {
    border-radius: 20px;
    text-align: center;
    position: relative;
}

/* Big avatar at top-center */
.testimonial-card .avatar-wrap {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 4px solid #0097B2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    overflow: hidden;
}

.testimonial-card .avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-card blockquote {
    margin-bottom: 20px;
    max-width: 720px;
    text-align: center;
    margin: 0 auto 20px auto;
}

.testimonial-card .reviewer-name {
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    color: #282C32;
    margin-bottom: 2px;
}

.testimonial-card .reviewer-role {
    color: #282C32;
    letter-spacing: .08em;
}

/* ── SWIPER PAGINATION ── */
.testimonials-section .swiper-pagination {
    bottom: 20px;
}

.testimonials-section .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #0097B2;
    opacity: 1;
    transition: background .3s;
}

.testimonials-section .swiper-pagination-bullet-active {
    background: #0097B2;
    width: 49px;
}

/* footer */
/* ── MAIN FOOTER ── */
.main-footer {
    background: linear-gradient(0deg, #272C33, #272c33e8), url(../images/bg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 30px;
    position: relative;
    margin-top: 40px;
}

/* Logo */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    height: 55px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Tagline */
footer p {
    color: #FFFFFF;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 32px;
    text-align: center;
}

/* Social icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 36px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0097B2;
    font-size: 1rem;
    text-decoration: none;
    background: #fff;
    transition: all 0.25s;
    font-size: 20px;
}

.social-icons a:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-3px);
}

/* Copyright bar */
.copyright-bar {
    border-top: 1px solid #FFFFFF69;
    padding-top: 22px;
    text-align: center;
    color: #FFFFFF;
}

/* ── TOP CONTACT BAR ── */
.contact-bar {
    position: absolute;
    top: -15%;
    z-index: 2;
    left: 0;
    right: 0;
}

.contact-bar-wrapper {
    background: linear-gradient(90deg, #0097B2 0%, #00404C 100%);
    padding: 25px 35px;
}

.contact-bar .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e0eaf4;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0;
}

.contact-bar .info-item iconify-icon {
    color: #0097B2;
    font-size: 20px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 39.7px;
    padding: 5px;
}

.contact-bar .info-item a {
    color: #e0eaf4;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-bar .info-item a:hover {
    color: var(--ev-teal);
}

/* App store buttons */
.app-btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.app-btn {
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    max-height: 40px;
}

.app-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.app-btn:hover {
    background: rgba(0, 184, 217, 0.18);
    border-color: var(--ev-teal);
    color: #fff;
}

.app-btn .sub {
    font-size: 0.6rem;
    display: block;
    opacity: 0.75;
    font-weight: 400;
    letter-spacing: 0;
}

.app-btn .main {
    font-size: 0.82rem;
    display: block;
    font-weight: 700;
}

/* ── RESPONSIVE ── */
@media (max-width: 1199px) {
    .main-footer {
        padding-top: 128px;
    }
}

@media (max-width: 991px) {

    .contact-bar .info-item {
        justify-content: center;
    }

    .app-btns {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .main-footer {
        padding-top: 204px;
    }
}

@media (max-width: 575px) {

    .app-btn .sub,
    .app-btn .main {
        font-size: 0.72rem;
    }

    .logo-text .nepal,
    .logo-text .ev {
        font-size: 1.3rem;
    }
}

/* Work */
.work-section {
    background: #AACFB11C;
    overflow-x: hidden;
}

/* ====== TAB TOGGLE ====== */
.tab-toggle {
    display: flex;
    align-items: center;
    gap: 0;
    background: #D9D9D900;
    border-radius: 39.64px;
    border: 0.94px solid #DD3A3A4F;
    width: fit-content;
}

.tab-btn {
    padding: 9px 30px;
    border-radius: 39.64px;
    border: 0.94px solid transparent;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #54595F;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background: #FFFFFF;
    color: #DD3A3A;
    border-color: #DD3A3A4F;
}

/* ====== DRIVER SECTION (Mobile Zigzag) ====== */
#driver-section {
    display: block;
}

#manager-section {
    display: none;
}

/* Swiper container for drivers */
.driver-swiper-wrap {
    position: relative;
}

.swiper-driver {
    overflow: visible !important;
    padding-bottom: 60px !important;
}

.swiper-driver .swiper-slide {
    width: 220px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}

/* Zigzag: odd slides shift up, even shift down */
.swiper-driver .swiper-slide:nth-child(2) {
    margin-top: 60px;
}

.swiper-driver .swiper-slide:nth-child(3) {
    margin-top: 70px;
}

.swiper-driver .swiper-slide:nth-child(4) {
    margin-top: 30px;
}

/* Phone frame */
.phone-frame {
    width: 200px;
    height: 400px;
    background: #1A1A1A;
    border-radius: 32px;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.phone-frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.phone-inner {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.phone-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Notch */
.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 18px;
    background: #1A1A1A;
    border-radius: 0 0 14px 14px;
    z-index: 10;
}

/* Step badge */
.step-badge {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #0097B2;
    color: white;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.phone-title-wrap {
    position: absolute;
    bottom: -10%;
    left: 50%;
}

.swiper-driver .swiper-slide:nth-child(3) .phone-title-wrap {
    top: -10%;
}

.swiper-driver .swiper-slide:nth-child(4) .phone-title-wrap {
    top: -10%;
}

.phone-title-wrap svg {
    max-width: 140px;
}

.step-label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    letter-spacing: 0.3px;
}

/* ====== DRIVER NAV ====== */
.driver-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid #d0d5dd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #6B7280;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.swiper-btn:hover {
    color: #0097B2;
    border-color: #0097B2;
}

.swiper-btn.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* ====== STATION MANAGER SECTION ====== */
.tablet-swiper-wrap {
    position: relative;
}

.swiper-tablet {
    overflow: visible !important;
    padding-bottom: 60px !important;
}

.swiper-tablet .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tablet-frame {
    width: 100%;
    max-width: 500px;
    background: #1A1A1A;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tablet-frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.tablet-inner {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
}

.tablet-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.tab-step-label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    letter-spacing: 0.3px;
}

.tablet-swiper-wrap .phone-title-wrap {
    bottom: -12%;
}

.swiper-tablet .swiper-slide:nth-child(3) .phone-title-wrap {
    bottom: -60px;
}

/* ====== MANAGER NAV ====== */
.manager-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

/* ====== DASHED CONNECTOR LINES ====== */
.zigzag-connector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
    .page-header {
        padding: 40px 20px 30px;
    }

    .section-wrapper {
        padding: 0 20px 60px;
    }

    .tab-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .swiper-driver {
        padding-bottom: 20px !important;
    }
}

/* Blog List */
.page-banner {
    background: #F5F5F5;
    text-align: center;
    padding: 35px 0;
}

.page-heading {
    color: #0097B2;
}

.page-banner .breadcrumb-item {
    color: #737373;
}

/* BLOG CARD */
.blog-card {
    background: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    height: 100%;
    margin-bottom: 24px;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 365px;
}

.blog-card .card-img-wrap.sub-img {
    max-height: 250px;
}

.blog-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .card-img-wrap img {
    transform: scale(1.04);
}

.blog-card .card-body {
    padding: 22px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-meta span iconify-icon {
    color: #0097B2;
    font-size: 16px;
}

.tag-wrapper {
    background: #0097B226;
    border-radius: 15px;
    color: #0097B2;
    padding: 2px 15px;
}

.card-title {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    color: #0097B2;
    line-height: 1.4;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    transition: all 0.5s;
}

.card-title:hover {
    color: #000000;
}

.blog-card p {
    color: #737373;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    hyphens: auto;
    flex: 1;
}

.read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #027387;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.5s;
}

.read-more:hover {
    color: #000000;
}

/* SIDEBAR */
.blog-sidebar-wrapper {
    position: sticky;
    top: 72px;
}

.sidebar-card {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 22px 22px;
    margin-bottom: 22px;
    color: #737373;
    position: static;
}

.sidebar-card h5 {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.blog-search-wrap {
    position: relative;
}

.blog-search-wrap input {
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 56px;
    padding: 9px 40px 9px 14px;
    font-size: clamp(14px, 1.2vw, 16px);
    color: #6B7280;
    outline: none;
    transition: border-color 0.2s;
    background: #FFFFFF;
}

.blog-search-wrap input:focus {
    border-color: #0097B2;
}

.blog-search-wrap button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #737373;
    cursor: pointer;
}

/* RECENT POST */
.recent-post-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 0.5px solid #C3B2B2;
    transition: all 0.5s;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.recent-post-item:hover img {
    transform: scale(1.05);
}

.recent-post-item .rp-info {
    flex: 1;
}

.recent-post-item .rp-date {
    font-size: 14px;
    color: #0097B2;
    font-weight: 400;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.recent-post-item .rp-title {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post-item:hover .rp-title {
    color: #0097B2;
}

/* CTA CARD */
.cta-sidebar {
    background: linear-gradient(135deg, #000000E0 0%, #2a2a45 100%), url("../images/b5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 28px 22px;
    color: #FFFFFF;
    text-align: center;
}

.cta-sidebar h4 {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    margin: 0 auto;
}

.cta-sidebar .cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 18px;
}

.cta-sidebar .cta-phone .icon {
    background: #DD3A3A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

.cta-sidebar .cta-phone span {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cta-sidebar .cta-phone .num {
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

/* ANIMATIONS */
.blog-card,
.sidebar-card,
.cta-sidebar {
    animation: fadeUp 0.5s ease both;
}

.blog-card:nth-child(1) {
    animation-delay: 0.05s;
}

.blog-card:nth-child(2) {
    animation-delay: 0.12s;
}

.blog-card:nth-child(3) {
    animation-delay: 0.19s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Blog Detail */
.blogDetail-wrap {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blogDetail-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── ARTICLE TITLE ── */
.article-title {
    font-size: clamp(20px, 2vw, 28px);
    color: #0097B2;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 14px;
}

.blogDetail-heading {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: #54595F;
    margin: 28px 0 10px;
}

/* ── IMAGE GRID ── */
.img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px 0;
}

.img-grid img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .article-title {
        font-size: 1.4rem;
    }

    .blogDetail-wrap {
        height: auto;
    }

    .img-grid {
        grid-template-columns: 1fr;
    }
}

/* Contact Page */
.contact-wrapper {
    width: 100%;
    overflow: hidden;
}

/* ── LEFT PANEL ── */
.left-panel {
    position: relative;
    background:
        linear-gradient(160deg, rgba(40, 44, 50, 0.94) 0%, rgba(40, 44, 50, 0.94) 60%, rgba(40, 44, 50, 0.94) 100%),
        url('../images/b3.jpg') center/cover no-repeat;
    padding: 44px 36px 44px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 0;
    border-radius: 9px;
}

.touch-label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.left-panel h2 {
    font-size: clamp(22px, 3vw, 30px);
    color: #17C7E6;
    margin-bottom: 15px;
}

.left-panel p {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 36px;
}

/* Contact Info Items */
.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
    font-size: clamp(14px, 1.5vw, 18px);
}

.info-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: #0097B2;
    background: #fff;
    transition: all 0.5s;
}

.info-item:hover {
    color: #0097B2;
}

.info-item:hover .info-icon {
    border-color: #fff;
    background: transparent;
    color: #FFFFFF;
}

/* ── RIGHT PANEL ── */
.right-panel {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 9px;
}

.form-label-top {
    margin-bottom: 15px;
}

/* Inputs */
.form-control-custom {
    width: 100%;
    height: 100%;
    border: 1px solid #00000014;
    border-radius: 50px;
    padding: 11px 20px;
    font-size: 16px;
    color: #737373;
    background: #fff;
    outline: none;
    transition: all 0.5s;
}

.form-control-custom::placeholder {
    color: #737373;
}

.form-control-custom:focus {
    border-color: #0097B2;
}

textarea.form-control-custom {
    border-radius: 35px;
    resize: none;
    height: 110px;
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.field-full {
    margin-bottom: 12px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .left-panel {
        padding: 32px 24px;
    }

    .right-panel {
        padding: 28px 20px;
    }

    .field-row {
        grid-template-columns: 1fr;
    }
}

/* Service Page */
.service-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.5s ease;
    cursor: default;
    height: 100%;
    text-transform: none;
    display: block;
    color: #54595F;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 1px 16px 0px #0000000D;
    border-color: #0097B2;
    color: #54595F;
}

/* Icon box */
.icon-box {
    width: 60px;
    height: 60px;
    background: #dff5f9;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    font-size: 32px;
    color: #0097B2;
}

.service-card:hover .icon-box {
    background: #0097B2;
    color: #fff;
}

.service-card h5 {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.service-card:hover h5 {
    color: #0097B2;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-header {
    border: none;
    padding: 2rem 2rem 0;
}

.modal-body {
    border-radius: 15px;
}

.form-check-label {
    color: #54595F;
}

.modal-header .btn-close {
    background-color: #fff;
}

/* Trial Modal */
.form-side {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
}

.form-side .form-control-custom {
    margin-bottom: 1rem;
    height: 50px;
}

.form-side h2 {
    color: #0097B2;
}

#demoForm {
    display: flex;
    flex-direction: column;
}

#demoForm .login_btn {
    width: fit-content;
}

@media(min-width:768px) {
    .trial-modal-dialog {
        min-width: max-content;
    }
}

@media(max-width:767px) {
    .form-side {
        padding: 1.5rem;
    }
}

/* Trial Modal */