.arta-bg {
    background-image: url('../assets/img/1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cursor-pointer {
    cursor: pointer;
}


.progress-bar {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: #4caf50;
    transition: width 0.1s linear;
}

.remove-image-mark .image-wrapper {
    position: relative;
    display: inline-block;
}

.remove-image-mark .image-wrapper img {
    display: block;
    border-radius: 6px;
}

.remove-image-mark .remove-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    padding: 3px 6px;
    cursor: pointer;
}

.remove-image-mark .remove-icon:hover {
    color: #fff;
}

.text-red {
    color: red;
}

#map {
    height: 400px;
    width: 100%;
}

.withdraw-deposit-arta {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.withdraw-deposit-arta li {
    cursor: pointer;
    padding: 10px 20px !important;
    border-radius: 20px;
    font-size: 16px;
}


.selection {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #131920;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bec8d0;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-selection__arrow {
    padding: 24px;
}

/* Date Carousel Styles */
.reserve-3-date {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
    position: relative;
}

.reserve-3-date-item {
    min-width: 200px;
    padding: 12px 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.reserve-3-date-item.active {
    background-color: #4a8cff;
    color: white;
    box-shadow: 0 2px 10px rgba(74, 140, 255, 0.3);
}

.date-carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: none;
}

.carousel-prev {
    left: -10px;
}

.carousel-next {
    right: -10px;
}

/* Custom styles to override default settings */

/* Increase z-index for SweetAlert alerts to appear above modals */
body .swal2-container {
    z-index: 99999999999 !important;
    /* Higher than modal z-index (1055) */
}

.service-type {
    display: flex !important;
    gap: 3rem !important;
}

.i-comment {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.i-comment-header {
    background-color: rgb(65, 135, 255);
    padding: 2rem 4rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: white;
}

.i-comment-image img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.i-comment-box {
    display: flex;
    gap: 27px;
    align-items: center;
    justify-content: space-between;
}

.i-comment-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.i-comment-rating {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.i-comment-split {
    border-bottom: 2px solid #dadada;
    margin: 30px 0;
}

.i-comment-title {
    font-weight: 600;
    font-size: 18px;
    color: #4e4e4e;
}

.i-comment-split-dashed {
    border-bottom: 2px dashed #c9c9c9;
    margin: 18px 30px;
}


.wait-time-container {
    font-family: "Vazirmatn", sans-serif;
    direction: rtl;
    text-align: right;
    margin-top: 10px;
}

.i-comment-title {
    display: block;
    font-weight: 600;
}

.i-comment-button {
    font-weight: 600;
    width: 100%;
    background: blue;
    padding: 10px;
    border-color: blue;
    border-radius: 8px;
    color: white;
    font-size: 15px;
}

.required {
    color: red;
}

.i-comment-wait-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.i-comment-wait-option {
    border: 1.8px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
    position: relative;
    background: #fff;
}

.i-comment-wait-option:hover {
    border-color: #0d6efd;
    background-color: #f3f8ff;
}


.i-comment-wait-option input[type="radio"]:checked+span {
    color: #0d6efd;
    font-weight: 600;
}

.i-comment-wait-option input[type="radio"]:checked~.i-comment-wait-option {
    border-color: #0d6efd;
}

.i-comment-body {
    padding: 3rem 4rem;
    box-shadow: 0px 4px 12px 1px #e5e5e5;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.i-comment-like {
    border: 2px solid #ececec;
    padding: 12px;
    color: black;
    border-radius: 8px;
    display: flex;
}

.i-comment-like svg {
    width: 20px;
}

.i-comment-like.selected {
    border: 2px solid #b3b3b3;
}

.i-comment-dislike {
    border: 2px solid #ececec;
    padding: 12px;
    color: black;
    border-radius: 8px;
    display: flex;

}

.i-comment-dislike svg {
    width: 20px;
}

.i-comment-logo img {
    width: 100px;
}

.i-comment-header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.i-comment-dislike.selected {
    border: 2px solid #b3b3b3;
}

.i-comment-feeback {
    margin-top: 15px;
    flex-direction: column;
    align-items: unset;
}


.offer-img {
    width: 100% !important;
    height: 168px !important;
}

.offer-logo {
    display: flex;
    align-items: center;
    gap: 2px;
}

.offer-logo span {
    font-size: small;
}

.offer-logo img {
    width: 50px;
}

.offer-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-location-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.offer-location-right small {
    font-size: 12px;
}

.offer-location-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.offer-location-left small {
    font-size: 12px;
}

.offer-fee {
    display: flex;
    justify-content: flex-end;
}

.offer-fee span {
    font-weight: 600;
}

.offer-deposit span {
    padding: 3px 9px;
    border-radius: 9px;
    font-size: 12px;
    color: #19a45b;
}

.offer-next,
.offer-prev {
    display: flex !important;
}

.singlev2-rating {
    display: flex;
    align-items: center;
}

.like-box,
.time-box {
    display: flex;
    gap: 5px;
}

.like-icon,
.time-icon,
.dislike-icon {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 600px) {
    .withdraw-deposit-arta {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .service-type {
        display: flex !important;
        flex-direction: column;
        gap: 10px !important;
    }

    .insta-text {
        font-size: 11px !important;
    }

    .insta-image {
        width: 38px !important;
    }

    .i-comment {
        margin-top: 3rem !important;
        justify-content: center !important;
    }

    .i-comment-content {
        width: unset !important;
    }

    .i-comment-header {
        padding: unset !important;
    }

    .i-comment-body {
        padding: 18px 7px !important;
    }

    .i-text-comment {
        width: 99% !important;
    }

    .i-comment-split-dashed {
        margin: 17px 7px !important;
    }

    .i-comment-box {
        padding: 4px 19px !important;
    }

    .i-comment-image img {
        width: 55px !important;
        height: 55px !important;
    }

    .small-font {
        font-size: 14px !important;
    }

    .star-small {
        margin-top: unset !important;
    }

    .svg-small {
        width: 15px !important;
        height: 15px !important;
    }

    .i-comment-logo img {
        width: 80px;
    }

    .i-comment-wait-options {
        padding: 0px 11px;
    }


    .i-comment-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .i-comment-textarea {
        width: 84% !important;
    }

    .i-comment-split-dashed {
        display: none;
    }


    .offer-next,
    .offer-prev {
        display: none !important;
    }

    .single-rating-size {
        font-size: 18px !important;
    }
}

.checkout-timer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 12px;
    padding: 12px 18px;
    margin-bottom: 18px;
    direction: rtl;
    gap: 12px;
}

.checkout-timer-bar-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b45309;
}

.checkout-timer-icon {
    display: flex;
    align-items: center;
    color: #b45309;
    flex-shrink: 0;
}

.checkout-timer-text {
    font-size: 14px;
    font-weight: 500;
    color: #b45309;
}

.checkout-timer-countdown {
    font-size: 16px;
    font-weight: 700;
    color: #b45309;
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
    white-space: nowrap;
    direction: ltr;
}

.checkout-timer-bar.timer-warning {
    background: #fff3cd;
    border-color: #ffc107;
}

.checkout-timer-bar.timer-danger {
    background: #fdecea;
    border-color: #ef9a9a;
}

.checkout-timer-bar.timer-danger .checkout-timer-icon,
.checkout-timer-bar.timer-danger .checkout-timer-text,
.checkout-timer-bar.timer-danger .checkout-timer-countdown {
    color: #c62828;
}

.vaghtino-landing * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.vaghtino-landing {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    background: #fff;
    color: #1a1a2e;
    overflow-x: hidden
}

.vaghtino-landing a {
    text-decoration: none;
    color: inherit
}

/* ══════════ NAVBAR ══════════ */
.vaghtino-landing .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 68px;
    background: #fff;
    border-bottom: 1px solid #e5eaf2;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .04)
}

.vaghtino-landing .nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    font-weight: 800;
    color: #1565c0
}

.vaghtino-landing .nav-logo-box {
    width: 32px;
    height: 32px;
    background: #1565c0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vaghtino-landing .nav-logo-box svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.vaghtino-landing .nav-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.vaghtino-landing .btn-o {
    padding: 8px 18px;
    font-size: 13px;
    font-family: inherit;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.vaghtino-landing .btn-o:hover {
    border-color: #1565c0;
    color: #1565c0
}

.vaghtino-landing .btn-s {
    padding: 8px 18px;
    font-size: 13px;
    font-family: inherit;
    border: none;
    border-radius: 8px;
    background: #1565c0;
    color: #fff;
    cursor: pointer;
    white-space: nowrap
}

.vaghtino-landing .btn-s:hover {
    background: #1251a3
}

/* ══════════ HERO ══════════ */
.vaghtino-landing .hero {
    background: linear-gradient(155deg, #eaf4ff 0%, #d4e9ff 45%, #e0f2ff 100%);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 80px;
    gap: 70px;
    position: relative;
    overflow: hidden
}

.vaghtino-landing .hero-text {
    flex: 1;
    max-width: 460px;
    text-align: right
}

.vaghtino-landing .hero-title-blue {
    font-size: 50px;
    font-weight: 700;
    color: #1565c0;
    line-height: 1.4;
    margin-bottom: 4px
}

.vaghtino-landing .hero-title-dark {
    font-size: 48px;
    font-weight: 900;
    color: #0d1b2a;
    line-height: 1.3;
    margin-bottom: 14px
}

.vaghtino-landing .hero-sub {
    font-size: 24.5px;
    color: #4b5563;
    margin-bottom: 28px
}

/* Download cards */
.vaghtino-landing .dl-grid {
    display: grid;
    gap: 8px;
    max-width: 36rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.vaghtino-landing .dl-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 15px;
    cursor: pointer;
    justify-content: space-between
}

.vaghtino-landing .install-grid .dl-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse
}

.vaghtino-landing .dl-card:hover {
    border-color: #1565c0;
    box-shadow: 0 4px 16px rgba(21, 101, 192, .12)
}

.vaghtino-landing .dl-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden
}

.vaghtino-landing .dl-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.vaghtino-landing .dl-icon svg {
    width: 28px;
    height: 28px
}

.vaghtino-landing .dl-label {
    font-size: 20px;
    color: #9ca3af;
    margin-bottom: 1px
}

.vaghtino-landing .dl-name {
    font-size: 20px;
    font-weight: 700;
    color: #111827
}

/* Hero image */
.vaghtino-landing .hero-image {
    flex: 0 0 auto;
    position: relative
}

.vaghtino-landing .hero-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    position: relative;
    top: 52px
}

.vaghtino-landing .hero-image .left-box {
    position: absolute;
    padding: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 8px;
    align-items: center;
    flex-direction: column;
    display: flex;
    top: 60%;
    left: 10%;
    z-index: 999
}

.vaghtino-landing .hero-image .right-box {
    position: absolute;
    padding: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 8px;
    align-items: center;
    flex-direction: column;
    display: flex;
    top: 46%;
    right: 10%;
    z-index: 999
}

.vaghtino-landing .hero-image .box-numbers {
    --tw-text-opacity: 1;
    color: rgb(52 64 84 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 16px;
    line-height: 26px
}

.vaghtino-landing .hero-image .box-title {
    --tw-text-opacity: 1;
    color: rgb(52 64 84 / var(--tw-text-opacity, 1));
    font-size: 14px;
    line-height: 24px
}

.vaghtino-landing .dsVkab {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

/* ══════════ WHY SECTION ══════════ */
.vaghtino-landing .why {
    padding: 60px 80px;
    background: #fff;
    text-align: center
}

.vaghtino-landing .sec-title {
    font-size: 54px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px
}

.vaghtino-landing .sec-desc {
    font-size: 24.5px;
    color: #6b7280;
    max-width: 1000px;
    margin: 0 auto 48px;
    line-height: 1.85
}

.vaghtino-landing .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto
}

.vaghtino-landing .feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.vaghtino-landing .feat-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px
}

.vaghtino-landing .feat-icon.blue {
    background: #e0f0ff
}

.vaghtino-landing .feat-icon.teal {
    background: #e0fdf4
}

.vaghtino-landing .feat-icon.purple {
    background: #f3e8ff
}

.vaghtino-landing .feat-t {
    font-size: 20px;
    font-weight: 500;
    color: #111827
}

.vaghtino-landing .feat-s {
    font-size: 16px;
    color: #9ca3af;
    line-height: 1.7;
    max-width: 300px
}

/* ══════════ FEATURES SECTION ══════════ */
.vaghtino-landing .features {
    background: #f4f8ff;
    padding: 70px 80px
}

.vaghtino-landing .features-header {
    text-align: center;
    margin-bottom: 56px
}

.vaghtino-landing .features-header h2 {
    font-size: 45px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px
}

.vaghtino-landing .features-header p {
    font-size: 35px;
    color: #6b7280
}

.vaghtino-landing .features-layout {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 92px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between
}

.vaghtino-landing .feat-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.vaghtino-landing .feat-item {
    background-image: linear-gradient(115deg, #D9E7FF, #FFF 65.49%);
    ;
    border-radius: 16px;
    padding: 20px 22px
}

.vaghtino-landing .feat-item:hover {
    box-shadow: 0 6px 24px rgba(21, 101, 192, .1)
}

.vaghtino-landing .feat-item-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px
}

.vaghtino-landing .fi-blue {
    background: #e0f0ff
}

.vaghtino-landing .fi-pink {
    background: #fce7f3
}

.vaghtino-landing .fi-teal {
    background: #e0fdf4
}

.vaghtino-landing .fi-amber {
    background: #fef3c7
}

.vaghtino-landing .feat-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
    text-align: right
}

.vaghtino-landing .feat-item p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.75;
    text-align: right;
    width: 250px
}

.vaghtino-landing .center-phone {
    width: 380px;
    flex-shrink: 0
}

.vaghtino-landing .center-phone img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px
}

/* ══════════ DOCTOR SELECT ══════════ */
.vaghtino-landing .docselect {
    padding: 70px 80px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center
}

.vaghtino-landing .docselect-left {
    flex: 1;
    max-width: 620px
}

.vaghtino-landing .docselect-left img {
    width: 100%;
    height: auto;
    display: block;
}

.vaghtino-landing .docselect-right {
    flex: 1;
    max-width: 380px;
    text-align: right;
    padding-top: 20px
}

.vaghtino-landing .ds-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    background: #e0f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    margin-bottom: 14px;
    margin-left: auto
}

.vaghtino-landing .docselect-right h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    line-height: 1.45
}

.vaghtino-landing .docselect-left h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    line-height: 1.45
}

.vaghtino-landing .docselect-right p {
    font-size: 23.5px;
    color: #4b5563;
    line-height: 1.9
}

.vaghtino-landing .docselect-left p {
    font-size: 23.5px;
    color: #4b5563;
    line-height: 1.9
}

/* ══════════ SEARCH SECTION ══════════ */
.vaghtino-landing .search-sec {
    padding: 70px 80px;
    display: flex;
    align-items: center;
    gap: 150px;
    flex-direction: row-reverse;
    justify-content: center
}

.vaghtino-landing .search-text {
    flex: 1;
    max-width: 400px;
    text-align: right;
    padding-top: 10px
}

.vaghtino-landing .search-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 20%;
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    margin-bottom: 14px;
    margin-left: auto
}

.vaghtino-landing .search-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px
}

.vaghtino-landing .search-text p {
    font-size: 23.5px;
    color: #4b5563;
    line-height: 1.9
}

.vaghtino-landing .search-ui {
    flex: 1;
    max-width: 440px
}

.vaghtino-landing .search-ui img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(21, 101, 192, .1)
}

/* ══════════ INSTALL SECTION ══════════ */
.vaghtino-landing .install {
    padding: 70px 80px;
    background: radial-gradient(152.89% 74.67% at 71.33% 43.28%, rgb(245, 250, 255) 0px, rgb(255, 255, 255) 100%), rgb(255, 255, 255);
    display: flex;
    align-items: center;
    gap: 60px;
    flex-direction: row-reverse;
    justify-content: center
}

.vaghtino-landing .install-image {
    flex: 1;
    max-width: 480px
}

.vaghtino-landing .install-image img {
    width: 100%;
    height: auto;
    display: block;
    filter: blur(1px)
}

.vaghtino-landing .install-inner {
    flex: 1;
    max-width: 480px
}

.vaghtino-landing .install h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    text-align: right
}

.vaghtino-landing .install h2 span {
    color: #1565c0
}

.vaghtino-landing .install p {
    font-size: 23.5px;
    color: #4b5563;
    line-height: 1.85;
    margin-bottom: 30px;
    text-align: right
}

.vaghtino-landing .install-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 500px
}

.vaghtino-landing .install-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    cursor: pointer
}

.vaghtino-landing .install-card:hover {
    border-color: #1565c0;
    box-shadow: 0 4px 16px rgba(21, 101, 192, .1)
}

.vaghtino-landing .install-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden
}

.vaghtino-landing .install-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.vaghtino-landing .install-icon svg {
    width: 26px;
    height: 26px
}

.vaghtino-landing .install-label {
    font-size: 20px;
    color: #9ca3af;
    margin-bottom: 2px
}

.vaghtino-landing .install-name {
    font-size: 20px;
    font-weight: 700;
    color: #111827
}

.vaghtino-landing .install-blur {
    position: absolute;
    background-color: #9f9fff;
    width: 250px;
    height: 250px;
    border-radius: 9999px;
    display: block;
    margin-right: 6%;
    margin-top: 6%;
    filter: blur(157px);
    opacity: 1
}

.vaghtino-landing .text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(39 85 163 / var(--tw-text-opacity, 1));
}

.ad-banner {
    width: 100%;
    text-align: center;
    margin: 16px 0;
}

.ad-banner img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

.ad-banner:empty {
    display: none;
}

/* اگر بنری نبود، فضای خالی نگیرد */

/* sidebar: banner on the side */
.adv-preview-sidebar .adv-mock-page {
    flex-direction: row;
}

.adv-preview-sidebar .adv-mock-side {
    width: 46px;
    flex-shrink: 0;
    writing-mode: vertical-rl;
}

/* in-content: banner in the middle */
.adv-preview-in_content .adv-mock-content-banner {
    width: 70%;
    height: 46px;
    margin: auto;
}

/* header: banner on top */
.adv-preview-header .adv-mock-header-banner {
    width: 100%;
    height: 34px;
}

.ad-banner-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.ad-banner-row .ad-banner-link,
.ad-banner-row>img {
    flex: 1 1 0;
    min-width: 0;
}

.ad-banner-multi img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 300px;
}


/* Archive Page */
.archive-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    transition: .25s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.archive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.archive-cover {
    position: relative;
    height: 170px;
}

.archive-cover img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.archive-logo {
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
}

.archive-logo img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    background: #fff;
}

.archive-content {
    padding: 50px 18px 18px;
    text-align: center;
}

.archive-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.verified-icon {
    color: #2196F3;
    font-size: 20px;
}

.archive-speciality {
    color: #666;
    font-size: 14px;
    min-height: 42px;
}

.archive-rating {
    margin: 12px 0;
}

.archive-location {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 14px;
    margin-bottom: 12px;
}

.archive-services {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.archive-services img {
    width: 26px;
    height: 26px;
}

.archive-btn {
    display: block;
    width: 100%;
    background: #007BFF;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    transition: .2s;
}

.archive-btn:hover {
    color: #fff;
    background: #0069d9;
}

.archive-cover-image {
    width: 100%;
    height: 170px !important;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.archive-logo-box {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    z-index: 5;
}

.archive-logo {
    width: 84px !important;
    height: 84px !important;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}

.category-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toggle-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.archive-accordion-item.active .toggle-icon {
    transform: rotate(180deg);
}

.archive-accordion-content {
    display: none;
}

.archive-accordion-item.active .archive-accordion-content {
    display: block;
}

/* one card per row */
.archive-ad {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}

.biz-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
    padding: 20px 22px;
    direction: rtl;
}

.biz-ribbon {
    position: absolute;
    top: 0;
    left: 22px;
    background: #f59e0b;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0 0 6px 6px;
}

.biz-top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.biz-avatar {
    flex-shrink: 0;
}

.biz-avatar img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
}

.biz-main {
    flex: 1;
    min-width: 0;
}

.biz-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.biz-name {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.biz-profile-link {
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    white-space: nowrap;
}

.biz-profile-link:hover {
    color: #2563eb;
}

.biz-expertise {
    font-size: 18px;
    color: #4b5563;
    margin-top: 6px;
    line-height: 1.9;
}

.biz-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
    font-size: 13px;
}

.biz-stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #374151;
}

.biz-star {
    color: #f59e0b;
    font-size: 18px
}

.biz-thumb {
    color: #16a34a;
    font-size: 18px
}

.biz-muted {
    color: #9ca3af;
    font-size: 18px
}

.biz-check {
    color: #45CAF6;
    font-size: 18px
}

.biz-success {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #767676;
    margin-top: 8px;
}

.biz-verify {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fffbeb;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    color: #92400e;
    margin-top: 14px;
}

.biz-verify i {
    color: #f59e0b;
    font-size: 18px;
}

.biz-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 16px 0;
}

.biz-taxonomy {
    font-size: 14px;
    color: #374151;
    font-weight: 600;
    margin-bottom: 10px;
}

.biz-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 10px;
}

.biz-service i {
    color: #2563eb;
    font-size: 22px;
}

.biz-address {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 14px;
    font-weight: 600;
}

.biz-address i {
    color: #6b7280;
    flex-shrink: 0;
}

.biz-address span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.biz-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.biz-first-free {
    font-size: 13px;
    color: #4b5563;
}

.biz-first-free b {
    color: #1f2937;
}

.biz-btn {
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    padding: 11px 26px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: .2s;
}

.biz-btn:hover {
    background: #1d4ed8;
    color: #fff;
}

.biz-profile-btn {
    display: none;
}

@media (max-width: 600px) {
    .biz-card {
        padding: 14px;
        border-radius: 14px;
        margin: 0 15px;
    }

    .biz-top {
        gap: 12px;
    }

    .biz-avatar img {
        width: 60px;
        height: 60px;
    }

    .biz-name {
        font-size: 15px;
    }

    .biz-expertise {
        font-size: 12.5px;
        line-height: 1.8;
        margin-top: 4px;
    }

    /* top link moves to the bottom on mobile */
    .biz-profile-link {
        display: none;
    }

    /* stats stacked, tighter */
    .biz-stats {
        flex-direction: column;
        gap: 6px;
        margin-top: 8px;
        font-size: 12.5px;
    }

    .biz-success {
        font-size: 12.5px;
        margin-top: 6px;
    }

    .biz-verify {
        font-size: 12.5px;
        padding: 9px 12px;
        margin-top: 12px;
    }

    .biz-divider {
        margin: 12px 0;
    }

    .biz-taxonomy {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .biz-service {
        font-size: 12.5px;
        margin-bottom: 8px;
    }

    .biz-address {
        font-size: 12.5px;
        padding: 9px 13px;
        margin-bottom: 12px;
    }

    .biz-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .biz-first-free {
        font-size: 12.5px;
        text-align: center;
    }

    .biz-profile-btn {
        display: block;
        text-align: center;
        border: 1px solid #d9dee7;
        border-radius: 10px;
        padding: 11px;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        text-decoration: none;
        background: #fff;
    }

    .biz-btn {
        text-align: center;
        padding: 12px;
    }
}

/* sidebar + list */
.archive-sec2 {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.archive-sec2>.archive-sec2-right {
    flex: 0 0 300px;
    max-width: 300px;
    align-self: stretch;
}

.archive-sec2>.archive-sec2-left {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    width: auto;
}

.archive-sec2>.archive-sec2-right .filter-box {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

@media (max-width: 992px) {
    .archive-sec2 {
        flex-direction: column;
    }

    .archive-sec2>.archive-sec2-right {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .archive-sec2>.archive-sec2-right .filter-box {
        position: static;
        max-height: none;
    }
}

.biz-avatar-wrap {
    position: relative;
    flex-shrink: 0;
    padding-top: 18px;
}

.biz-more {
    position: absolute;
    top: -15px;
    left: -6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #9ca3af;
    text-decoration: none;
    white-space: nowrap;
}

.biz-more:hover {
    color: #2563eb;
}

.biz-more i {
    font-size: 13px;
}

/* ══════════ RESPONSIVE ══════════ */
@media(max-width:1100px) {
    .vaghtino-landing .hero {
        padding: 44px 48px;
        gap: 40px
    }

    .vaghtino-landing .why {
        padding: 50px 48px
    }

    .vaghtino-landing .features {
        padding: 56px 48px
    }

    .vaghtino-landing .docselect {
        padding: 56px 48px;
        gap: 36px
    }

    .vaghtino-landing .search-sec {
        padding: 56px 48px;
        gap: 36px
    }

    .vaghtino-landing .install {
        padding: 56px 48px;
        gap: 36px
    }

    .vaghtino-landing footer {
        padding: 24px 48px
    }

    .vaghtino-landing .navbar {
        padding: 0 18px
    }

    .vaghtino-landing .btn-s {
        display: none
    }

    .vaghtino-landing .hero {
        padding: 32px 18px;
        gap: 0
    }

    .vaghtino-landing .hero-title-blue {
        font-size: 20px
    }

    .vaghtino-landing .hero-title-dark {
        font-size: 21px;
        font-weight: 500
    }

    .vaghtino-landing .hero-sub {
        font-size: 18px
    }

    .vaghtino-landing .why-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .vaghtino-landing .why,
    .vaghtino-landing .features,
    .vaghtino-landing .docselect,
    .vaghtino-landing .search-sec,
    .vaghtino-landing .install {
        padding: 18px
    }

    .vaghtino-landing .install-grid {
        grid-template-columns: 1fr;
        width: 100%;
        display: grid;
        flex-direction: column;
        margin-right: 10%
    }

    .vaghtino-landing .features-header h2 {
        font-size: 22px
    }

    .vaghtino-landing .install-grid .dl-card {
        max-width: 80%;
        display: flex;
        flex-direction: row-reverse
    }

    .vaghtino-landing .dl-label {
        font-size: 12px;
        line-height: 22px
    }

    .vaghtino-landing .dl-name {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600
    }

    .vaghtino-landing .hero-image .left-box {
        position: absolute;
        padding: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-radius: 8px;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 66%;
        left: 5%;
        z-index: 999
    }

    .vaghtino-landing .hero-image .right-box {
        position: absolute;
        padding: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-radius: 8px;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 46%;
        right: 5%;
        z-index: 999
    }

    .vaghtino-landing .hero-image .box-numbers {
        --tw-text-opacity: 1;
        color: rgb(52 64 84 / var(--tw-text-opacity, 1));
        font-weight: 600;
        font-size: 12px;
        line-height: 20px
    }

    .vaghtino-landing .hero-image .box-title {
        --tw-text-opacity: 1;
        color: rgb(52 64 84 / var(--tw-text-opacity, 1));
        font-size: 8px;
        line-height: 18px
    }

    .vaghtino-landing .dsVkab {
        width: 12px;
        min-width: 12px;
        max-width: 12px;
        height: 12px;
        min-height: 12px;
        max-height: 12px;
    }

    .vaghtino-landing .sec-title {
        font-size: 20px;
        font-weight: 600
    }

    .vaghtino-landing .sec-desc {
        font-size: 16px
    }

    .vaghtino-landing .feat-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px
    }

    .vaghtino-landing .feat-t {
        font-size: 17px;
        line-height: 27px;
        font-weight: 500;
    }

    .vaghtino-landing .feat-s {
        font-size: 14px;
    }

    .vaghtino-landing .feat {
        gap: 5px
    }

    .vaghtino-landing .eHmOOJ {
        width: 24px;
        height: 24px
    }

    .vaghtino-landing .features-header {
        text-align: right;
        margin-bottom: 15px
    }

    .vaghtino-landing .features-header h2 {
        font-size: 22px;
        font-weight: 500
    }

    .vaghtino-landing .features-header p {
        font-size: 20px
    }

    .vaghtino-landing .feat-item-icon {
        width: 40px;
        height: 40px
    }

    .vaghtino-landing .feat-item h3 {
        font-size: 15px
    }

    .vaghtino-landing .feat-item p {
        font-size: 13px
    }

    .vaghtino-landing .docselect-left h2 {
        font-size: 20px;
        font-weight: 500
    }

    .vaghtino-landing .docselect-left p {
        font-size: 16px
    }

    .vaghtino-landing .search-text p {
        font-size: 16px
    }

    .vaghtino-landing .search-text h2 {
        font-size: 20px;
        font-weight: 500
    }

    .vaghtino-landing .install h2 {
        font-size: 23px;
        font-weight: 600;
        padding-top: 20px
    }

    .vaghtino-landing .install p {
        font-size: 20px;
        text-align: center;
        padding: 0 30px;
    }

    .vaghtino-landing .install-inner {
        padding-bottom: 50px
    }
}

@media(max-width:900px) {
    .vaghtino-landing .hero {
        flex-direction: column;
        padding: 40px 28px;
        gap: 32px;
        min-height: auto;
        text-align: center
    }

    .vaghtino-landing .hero-text {
        max-width: 100%;
        text-align: center
    }

    .vaghtino-landing .dl-grid {
        margin: 0 auto
    }

    .vaghtino-landing .hero-image img {
        max-width: 380px;
        margin: 0 auto
    }

    .vaghtino-landing .why {
        padding: 40px 28px
    }

    .vaghtino-landing .why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .vaghtino-landing .features {
        padding: 40px 28px
    }

    .vaghtino-landing .features-layout {
        gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
        scrollbar-width: none;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        overflow-x: auto;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-columns: auto;
    }

    .vaghtino-landing .center-phone {
        display: none
    }

    .vaghtino-landing .feat-col {
        gap: 14px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
    }

    .vaghtino-landing .docselect {
        flex-direction: column-reverse;
        padding: 40px 28px;
        gap: 28px
    }

    .vaghtino-landing .docselect-left,
    .vaghtino-landing .docselect-right {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .vaghtino-landing .docselect-right {
        padding-top: 0
    }

    .vaghtino-landing .docselect-right img {
        width: 374px;
        height: 361px
    }

    .vaghtino-landing .search-ui img {
        width: 274px;
        height: 300px
    }

    .vaghtino-landing .ds-icon-wrap {
        margin: 0 0 14px 0;
        width: 50px;
        height: 50px;
        font-size: 24px
    }

    .vaghtino-landing .search-sec {
        flex-direction: column;
        padding: 40px 28px;
        gap: 24px
    }

    .vaghtino-landing .search-text,
    .vaghtino-landing .search-ui {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vaghtino-landing .search-icon-wrap {
        margin: 0 0 14px 0;
        width: 50px;
        height: 50px;
        font-size: 24px
    }

    .vaghtino-landing .install {
        flex-direction: column;
        padding: 40px 28px;
        gap: 20px;
        background: aliceblue !important;
    }

    .vaghtino-landing .install-image {
        display: none
    }

    .vaghtino-landing footer {
        flex-direction: column;
        gap: 12px;
        padding: 24px 28px;
        text-align: center
    }

    .vaghtino-landing .navbar {
        padding: 0 18px
    }

    .vaghtino-landing .btn-s {
        display: none
    }

    .vaghtino-landing .hero {
        padding: 32px 18px;
        gap: 0
    }

    .vaghtino-landing .hero-title-blue {
        font-size: 20px
    }

    .vaghtino-landing .hero-title-dark {
        font-size: 21px;
        font-weight: 500
    }

    .vaghtino-landing .hero-sub {
        font-size: 18px
    }

    .vaghtino-landing .why-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .vaghtino-landing .why,
    .vaghtino-landing .features,
    .vaghtino-landing .docselect,
    .vaghtino-landing .search-sec,
    .vaghtino-landing .install {
        padding: 18px
    }

    .vaghtino-landing .install-grid {
        grid-template-columns: 1fr;
        width: 100%;
        display: grid;
        flex-direction: column;
        margin-right: 10%
    }

    .vaghtino-landing .features-header h2 {
        font-size: 22px
    }

    .vaghtino-landing .install-grid .dl-card {
        max-width: 80%;
        display: flex;
        flex-direction: row-reverse
    }

    .vaghtino-landing .dl-label {
        font-size: 12px;
        line-height: 22px
    }

    .vaghtino-landing .dl-name {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600
    }

    .vaghtino-landing .hero-image .left-box {
        position: absolute;
        padding: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-radius: 8px;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 66%;
        left: 5%;
        z-index: 999
    }

    .vaghtino-landing .hero-image .right-box {
        position: absolute;
        padding: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-radius: 8px;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 46%;
        right: 5%;
        z-index: 999
    }

    .vaghtino-landing .hero-image .box-numbers {
        --tw-text-opacity: 1;
        color: rgb(52 64 84 / var(--tw-text-opacity, 1));
        font-weight: 600;
        font-size: 12px;
        line-height: 20px
    }

    .vaghtino-landing .hero-image .box-title {
        --tw-text-opacity: 1;
        color: rgb(52 64 84 / var(--tw-text-opacity, 1));
        font-size: 8px;
        line-height: 18px
    }

    .vaghtino-landing .dsVkab {
        width: 12px;
        min-width: 12px;
        max-width: 12px;
        height: 12px;
        min-height: 12px;
        max-height: 12px;
    }

    .vaghtino-landing .sec-title {
        font-size: 20px;
        font-weight: 600
    }

    .vaghtino-landing .sec-desc {
        font-size: 16px
    }

    .vaghtino-landing .feat-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px
    }

    .vaghtino-landing .feat-t {
        font-size: 17px;
        line-height: 27px;
        font-weight: 500;
    }

    .vaghtino-landing .feat-s {
        font-size: 14px;
    }

    .vaghtino-landing .feat {
        gap: 5px
    }

    .vaghtino-landing .eHmOOJ {
        width: 24px;
        height: 24px
    }

    .vaghtino-landing .features-header {
        text-align: right;
        margin-bottom: 15px
    }

    .vaghtino-landing .features-header h2 {
        font-size: 22px;
        font-weight: 500
    }

    .vaghtino-landing .features-header p {
        font-size: 20px
    }

    .vaghtino-landing .feat-item-icon {
        width: 40px;
        height: 40px
    }

    .vaghtino-landing .feat-item h3 {
        font-size: 15px
    }

    .vaghtino-landing .feat-item p {
        font-size: 13px
    }

    .vaghtino-landing .docselect-left h2 {
        font-size: 20px;
        font-weight: 500
    }

    .vaghtino-landing .docselect-left p {
        font-size: 16px
    }

    .vaghtino-landing .search-text p {
        font-size: 16px
    }

    .vaghtino-landing .search-text h2 {
        font-size: 20px;
        font-weight: 500
    }

    .vaghtino-landing .install h2 {
        font-size: 23px;
        font-weight: 600;
        padding-top: 20px
    }

    .vaghtino-landing .install p {
        font-size: 20px;
        text-align: center;
        padding: 0 30px;
    }

    .vaghtino-landing .install-inner {
        padding-bottom: 50px
    }
}

@media(max-width:600px) {
    .vaghtino-landing .navbar {
        padding: 0 18px
    }

    .vaghtino-landing .btn-s {
        display: none
    }

    .vaghtino-landing .hero {
        padding: 32px 18px;
        gap: 0
    }

    .vaghtino-landing .hero-title-blue {
        font-size: 20px
    }

    .vaghtino-landing .hero-title-dark {
        font-size: 21px;
        font-weight: 500
    }

    .vaghtino-landing .hero-sub {
        font-size: 18px
    }

    .vaghtino-landing .why-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .vaghtino-landing .why,
    .vaghtino-landing .features,
    .vaghtino-landing .docselect,
    .vaghtino-landing .search-sec,
    .vaghtino-landing .install {
        padding: 18px
    }

    .vaghtino-landing .install-grid {
        grid-template-columns: 1fr;
        width: 100%;
        display: grid;
        flex-direction: column;
        margin-right: 10%
    }

    .vaghtino-landing .features-header h2 {
        font-size: 22px
    }

    .vaghtino-landing .install-grid .dl-card {
        max-width: 80%;
        display: flex;
        flex-direction: row-reverse
    }

    .vaghtino-landing .dl-label {
        font-size: 12px;
        line-height: 22px
    }

    .vaghtino-landing .dl-name {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600
    }

    .vaghtino-landing .hero-image .left-box {
        position: absolute;
        padding: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-radius: 8px;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 66%;
        left: 5%;
        z-index: 999
    }

    .vaghtino-landing .hero-image .right-box {
        position: absolute;
        padding: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-radius: 8px;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 46%;
        right: 5%;
        z-index: 999
    }

    .vaghtino-landing .hero-image .box-numbers {
        --tw-text-opacity: 1;
        color: rgb(52 64 84 / var(--tw-text-opacity, 1));
        font-weight: 600;
        font-size: 12px;
        line-height: 20px
    }

    .vaghtino-landing .hero-image .box-title {
        --tw-text-opacity: 1;
        color: rgb(52 64 84 / var(--tw-text-opacity, 1));
        font-size: 8px;
        line-height: 18px
    }

    .vaghtino-landing .dsVkab {
        width: 12px;
        min-width: 12px;
        max-width: 12px;
        height: 12px;
        min-height: 12px;
        max-height: 12px;
    }

    .vaghtino-landing .sec-title {
        font-size: 20px;
        font-weight: 600
    }

    .vaghtino-landing .sec-desc {
        font-size: 16px
    }

    .vaghtino-landing .feat-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px
    }

    .vaghtino-landing .feat-t {
        font-size: 17px;
        line-height: 27px;
        font-weight: 500;
    }

    .vaghtino-landing .feat-s {
        font-size: 14px;
    }

    .vaghtino-landing .feat {
        gap: 5px
    }

    .vaghtino-landing .eHmOOJ {
        width: 24px;
        height: 24px
    }

    .vaghtino-landing .features-header {
        text-align: right;
        margin-bottom: 15px
    }

    .vaghtino-landing .features-header h2 {
        font-size: 22px;
        font-weight: 500
    }

    .vaghtino-landing .features-header p {
        font-size: 20px
    }

    .vaghtino-landing .feat-item-icon {
        width: 40px;
        height: 40px
    }

    .vaghtino-landing .feat-item h3 {
        font-size: 15px
    }

    .vaghtino-landing .feat-item p {
        font-size: 13px
    }

    .vaghtino-landing .docselect-left h2 {
        font-size: 20px;
        font-weight: 500
    }

    .vaghtino-landing .docselect-left p {
        font-size: 16px
    }

    .vaghtino-landing .search-text p {
        font-size: 16px
    }

    .vaghtino-landing .search-text h2 {
        font-size: 20px;
        font-weight: 500
    }

    .vaghtino-landing .install h2 {
        font-size: 23px;
        font-weight: 600;
        padding-top: 20px;
        text-align: center;
    }

    .vaghtino-landing .install p {
        font-size: 20px;
        text-align: center;
        padding: 0 30px;
    }

    .vaghtino-landing .install-inner {
        padding-bottom: 50px
    }

    .vaghtino-landing .features-layout {
        gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
        scrollbar-width: none;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        overflow-x: auto;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-columns: auto;
    }

    .vaghtino-landing .feat-col {
        gap: 14px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
    }

    @media (max-width: 640px) {
        .ad-banner-row {
            flex-direction: column;
        }

        /* stack on mobile */
    }

    /* ===== Responsive ===== */
    @media (max-width: 768px) {
        .ad-banner-row {
            flex-direction: column;
        }
    }

}