body {
    background: white;
    font-family: 'Poppins', sans-serif;
    color: black;
    overflow-x: hidden;

}

body a {
    text-decoration: none;
}



nav a {
    color: white !important;
    font-weight: 500;
    margin-right: 18px;
}

.nbar {
    width: 100%;
    height: 80px;
    display: flex;

    justify-content: space-around !important;
}

.navcenter {
    margin-left: 20%;
}

.hero-title {
    font-size: 2rem;
    font-weight: 700;
}

.destination-input input {
    height: 55px;
    border-radius: 40px;
    padding-left: 20px;
}

.suggestion-btn {
    background: #d9def7;
    color: #000;
    border-radius: 25px;
    padding: 8px 18px;
    margin-right: 10px;
    font-weight: 500;
}

.rounded-image {
    width: 80%;
    height: 500px;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
}

.info-box {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 20px;
    margin-top: -235px;
    width: 80%;
}

.chat-bubble {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: white;
    color: black;
    padding: 12px 18px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}

.search-container {
    width: 420px;
    position: relative;
}

.search-input {
    width: 100%;
    padding: 18px 25px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.dropdown {
    position: absolute;
    top: 70px;
    width: 100%;
    background: white;
    border-radius: 10px;
    max-height: 230px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 8px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    cursor: pointer;
    transition: background 0.2s;
    color: black;
}

.dropdown-item a {
    text-decoration: none;
    color: black;
}

.dropdown-item:hover {
    background: #f2f2f2;
    color: black;
}

.dropdown-item img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-avatar {
    position: fixed;
    bottom: 40px;
    right: 30px;
    transform: translateY(60px);
}

.scroll-hint {
    text-align: center;
    margin-top: 50px;
    opacity: 0.6;
    font-size: 14px;
}

.svg-img-1 {
    position: absolute;
    bottom: 170px;
    right: 275px;
}

.svg-img-2 {
    position: absolute;
    right: 655px;
    bottom: 532px;

}

.main-wrapper {
    background: #fff;
    border-radius: 18px;
    padding: 45px 30px;
    max-width: 1500px;
    margin: 40px auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    color: #000;
    overflow-y: scroll;
    height: auto;
}

.visa-card {
    background: #fdfdfd;
    border: 2px solid #4e4d4d;
    border-radius: 18px;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    height: 100%;
}

.visa-card h5 {
    color: black;
}

.visa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.visa-card img {
    width: 130px;
    display: block;
    margin: 10px auto 5px;
}

.visa-card.selected {
    border-color: #4a74f5;
    background: #eef3ff;
}

/* Custom Radio Circle */
.radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #777;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 18px;
}

.visa-card.selected .radio-circle {
    background: #4a74f5;
    border-color: #4a74f5;
}

/* Note Box */
.note-box {
    background: #f0f6ff;
    border-radius: 12px;
    padding: 18px 20px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a5a7b;
    font-size: 15px;
    border: 1px solid #e5edff;
}

.note-box i {
    font-size: 20px;
    color: #3f7bfd;
}

/* .text-muted{
            color:white!important;
        } */
.visa-card1 {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
    border: 1px solid #0c0b0b;
    width: 61%;
    margin-left: 220px;
}

.price-tag {
    background: #f1f3f9;
    padding: 7px 18px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;

}

.select-btn {
    background: #159580;
    border: none;
    padding: 10px 25px;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.select-btn:hover {
    background: #0f6d5e;
}

.feature-icon {
    color: #20c997;
    margin-right: 6px;
}

.tag-chip {
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 20px;
    background: white;
    cursor: pointer;
    transition: 0.3s;
}

.tag-chip:hover {
    background: #f0f0f0;
}

.fire-badge {
    width: 32px;
    height: 32px;
    background: #ffe2cf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ff7a00;
    margin-bottom: 10px;
}

/* plan-details page */
.sidebar {
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
    position: sticky;

}

.sidebar a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.sidebar a.active {
    color: #0BA98C;
    font-weight: 600;
    border-left: 3px solid #0BA98C;
    padding-left: 12px;
}

.visa-image {
    border-radius: 14px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.pill-btn {
    border: 1px solid #bfc9d9;
    padding: 7px 20px;
    border-radius: 25px;
    background: white;
    font-size: 15px;
}

.price-tag {
    background: #eef2ff;
    padding: 6px 15px;
    border-radius: 10px;
    font-weight: 600;
}

.info-card {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 22px;
    text-align: center;
}

.info-card h6 {
    font-size: 14px;
    color: #666;
}

.info-card p {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.bottom-btns {
    margin-top: 50px;
}

.btn-back {
    border: 2px solid #0BA98C;
    padding: 9px 40px;
    border-radius: 30px;
    background: transparent;
    color: #0BA98C;
    font-size: 17px;
}

.btn-continue {
    background: #0BA98C;
    padding: 9px 40px;
    border-radius: 30px;
    color: white;
    font-size: 17px;
    border: none;
    width:50px;
}
.btn-continue:hover {
    background: #0BA98C;
   
}
.btn-continue a{
    color:white;

}

.right-side {
    position: relative;
    /* overflow-y: scroll; */
    border-left: 1px solid rgba(95, 94, 93, 0.507);
    left: 25%;
}

/* .schedule-box,
        .timing-box {
            background: #fffaf2;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
            min-height: 260px;
        } */

/* Vertical Timeline */
.timeline {
    position: relative;
    padding-left: 35px;
    margin-left: 10px;
}

.timeline:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    width: 4px;
    height: 34%;
    background: #f2b544;
    border-radius: 15px;
}

.position-relative:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 75px;
    width: 7px;
    height: 7px;
    background: #0e0d0dff;
    border-radius: 50%;
}

.position-relative1:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 122px;
    width: 7px;
    height: 7px;
    background: #0e0d0dff;
    border-radius: 50%;
}

.position-relative1:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 132px;
    width: 4px;
    height: 28%;
    border-radius: 15px;
    background: #f2b544;
}

.position-relative:after {
    content: '';
    position: absolute;
    left: -28px;
    top: 84px;
    width: 4px;
    height: 35px;
    background: #f2b544;
    border-radius: 15px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 5px;
    top: -10px;
    width: 7px;
    height: 7px;
    background: #0e0d0dff;
    border-radius: 50%;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: -2px;
}

.embassy-label {
    background: #1f71ff;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 60px;
    margin-left: -40px;
}

.small-label {
    font-size: 13px;
    color: #777;
}

/* Icons section */
.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f3f0ee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    font-size: 20px;
    color: #494949;
}

.timing-item {
    margin-bottom: 25px;
}

.shedule-part {
    margin-left: 25%;
    width: 75%;
    border-right: 1px solid #e5e5e5;
}

/* .accordion-item {
            box-shadow: 0px 0px 2px 2px #888888;
            width: 100%;
            height: auto;
            padding: 5px 25px;
            border-radius: 18px !important;
        }
         .accordion-item2 {
            border: 1px solid black;
            width: 100%;
            box-shadow: 0px 0px 2px 2px #888888;
            height: auto;
            padding: 5px 25px;
            border-radius: 18px !important;
            margin-top: 40px;
        } */

.btn-primary1 {
    width: 100% !important;
    font-size: 20px;
    font-weight: 500;

}

.accordion-body {
    padding: 20px 0px;
}

.info-card {
    color: #000;
}

.documetn-des {
    padding: 20px;
}

.visa-wrapper {
    background: #fff;
    border-radius: 14px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* LEFT ASIDE */
aside {
    border-right: 1px solid #e5e5e5;
    height: auto;
    padding-right: 20px;
    position: sticky;
    top: 130px;
    /* sticky position */
}

aside ul li {
    padding: 10px 0;
    cursor: pointer;
    font-weight: 500;
    color: #555;
    transition: 0.2s;
}

/* aside ul li.active {
            color: #089786;
            border-left: 3px solid #089786;
            padding-left: 7px;
        } */

aside ul li:hover {
    color: #089786;
}

/* Image Banner */
.banner-img {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    object-fit: cover;
}

.feature-box {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    background: #fff;

}

.feature-box h6 {
    color: black;
    font-weight: 500;
}

/* Visa Schedule style */
.schedule-box {
    background: #fff8e8;
    border-radius: 12px;
    border: 1px solid #f2e0b7;
    position: relative;
    padding-left: 35px;
    color: #212529BF;
}

.schedule-item {
    position: relative;
    padding: 12px 0 12px 20px;
}

/* Yellow left line */
.schedule-box::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 20px;
    width: 3px;
    background: #f4b400;
    /* yellow */
    border-radius: 8px;
}

/* Black dots */
.schedule-item::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
}

/* Info box (right side) */
.info-box1 {
    background: #fff8e8;
    border-radius: 12px;
    border: 1px solid #f2e0b7;
    color: #212529BF;
}

.accordion-button {
    border-radius: 14px !important;
    font-size: 1rem;
}

.accordion-item {
    border-radius: 14px;
    border: 1px solid #e9e9e9 !important;
}

.doc-section h6 i {
    color: #555;
}

.doc-section ul li {
    margin-bottom: 6px;
}

.accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
    color: #000;
    box-shadow: none;
}

.info-item {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    font-size: 14px;
    background: #e8f7f7;
    color: #159e9e;
    padding: 6px;
    border-radius: 50%;
    transform: rotate(315deg);
    /* if you want tilted plane */
}

.info-text {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.accordion-button {
    border-radius: 6px !important;
    background: #f8f9fc !important;
}

.accordion-button:not(.collapsed) {
    background: #e9f4f8 !important;
    color: #159e9e !important;
}

.accordion-body {
    background: #fff;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.text-end {
    color: black;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.cont-btn {
    height: 40px;
    width: 120px;
    background-color: #2A9D8f;
    border-radius: 18px;
    color: white;
}

.price-div {
    padding-top: 10px;
}

/* Add on page css */
.left-step {
    border-right: 1px solid #eee;
}

.step-item {
    padding-left: 25px;
}

/* .step-item.active .circle {
    background: #003566;
    color: #fff;
} */

/* .circle {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 2px solid #003566;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: #003566;
} */

.insurance-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 18px;
    border-radius: 12px;
}

.traveler-select {
    border: 2px solid #003566;
    background: #f0f7ff;
    border-radius: 12px;
    padding: 16px;
}

.relation-dropdown {
    width: 130px;
}

.btn-continue {
    background: #009970;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 17px;
}

.btn-back {
    border: 2px solid #009970;
    padding: 10px 35px;
    border-radius: 30px;
    font-size: 17px;
    color: #009970;
    background: none;
}

/* travel details page */

:root {
    --brand: #0f4f4c;
    --muted: #6c757d;
    --card-bg: #fff;
    --soft: #f8fafb;
    --accent: #24a48b;
}


/* page container card */
.main-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px;
    box-shadow: 0 6px 30px rgba(20, 20, 30, 0.06);
}

/* left stepper */
.steps {
    width: 220px;
    padding-left: 22px;
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(#e9eef2, #f3f5f6);
    border-radius: 2px;
}

.step {
    position: relative;
    padding: 18px 8px 18px 36px;
}

.step .dot {
    position: absolute;
    left: 0;
    top: 22px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #e9eef2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.02);
}

.step.active .dot {
    background: #fff;
    border-color: var(--brand);
    box-shadow: 0 0 0 6px rgba(15, 79, 76, 0.06);
}

.step .dot::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
}

.step.active .dot::after {
    background: var(--brand);
}

.step h6 {
    margin-bottom: 6px;
    font-weight: 600;
}

.step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

/* right content / header box */
.visa-header {
    background: #f0f7f9;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.visa-title {
    display: flex;
    gap: 12px;
    align-items: center;
}

.visa-title .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(10, 40, 40, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--brand);
}

.price-box {
    text-align: right;
}

.price-box .label {
    color: var(--muted);
    font-size: 13px;
}

.price-box .amt {
    font-weight: 700;
    font-size: 18px;
    color: #111;
}

/* traveler card */
.traveler-card {
    border: 1px solid #f0f2f4;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.traveler-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.traveler-checkbox {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #e8edf0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.traveler-checkbox input {
    display: none;
}

.traveler-checkbox.checked {
    background: linear-gradient(180deg, #e5f8f7, #d7f0ec);
    border-color: var(--accent);
}

.traveler-details h6 {
    margin: 0;
    font-weight: 600;
}

.traveler-details p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.edit-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    color: #495057;
}

/* bottom fixed bar */
.fixed-footer {
    /* position: fixed;
      left:0;
      right:0;
      bottom:10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 6%;
    z-index: 1000;
    pointer-events: none;

}

.fixed-footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: auto;
    max-width: 1200px;
    margin: 0 auto;
    background: white;
}

.btn-add {
    border-radius: 30px;
    border: 2px solid rgba(36, 164, 139, 0.2);
    background: transparent;
    color: var(--accent);
    padding: 10px 20px;
    font-weight: 600;
}

.btn-continue {
    background: var(--accent);
    color: #fff;
    border-radius: 28px;
    padding: 12px 5px;
    font-weight: 600;
    border: none;
    width: 145px;
}

/* basic details */
.white-box {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    border: 1px solid #eee;
}

.info-box5 {
    background: #fff8ef;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #f5e6cd;
}

.btn-back {
    border: 2px solid #00a37a;
    padding: 10px 35px;
    border-radius: 30px;
    font-size: 17px;
    color: #00a37a;
    background: none;
}

/* .btn-continue {
    background: #00a37a;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 17px;
} */

input.form-control {
    padding: 12px 14px;
    height: 50px;
    width: 70%;
    border-radius: 10px;
    border: 1px solid;
}

.error-text {
    font-size: 13px;
    color: #cc0000;
    margin-top: 4px;
}

.left-side {
    flex: 1;
    min-width: 300px;
    margin-top: 100px !important;


}

/* add member */
.left-menu {
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
}

.step12 {
    margin-bottom: 40px;
    position: relative;
}

/* .step12 .number {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 2px solid #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #bbb;
            margin-bottom: 5px;
        } */

/* .step12.active .number {
            background: #111b42;
            border-color: #111b42;
            color: #fff;
        } */

.step12:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #eee;
    position: absolute;
    left: 12px;
    top: 30px;
}

.step12:last-child:after {
    display: none;
}

.form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    min-height: 560px;
}

.btn-main {
    background: #1ca59e;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
}

.btn-main:hover {
    background: #178b86;
}

.btn-back {
    background: #fff;
    border: 2px solid #1ca59e;
    color: #1ca59e;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 500;
}

.btn-back:hover {
    background: #1ca59e;
    color: #fff;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #0d0c2b;


}

/* ASIDE LEFT SIDEBAR */
.left-sidebar {
    border-right: 1px solid #e5e5e5;
    height: auto;
    padding-right: 20px;
    position: sticky !important;
    top: 130px !important;
}

.step-item {
    padding: 15px 10px;
    border-left: 2px solid #eaeaea;
    position: relative;
}

/* .step-item.active {
        border-left: 2px solid #0d0d48;
    } */

.step-item .dot {
    width: 12px;
    height: 12px;
    background: #0d0d48;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 20px;
}

/* RIGHT CONTENT BOX */
.visa-box {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.visa-header-box {
    background: #f5f8ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.edit-link {
    color: #007bff;
    font-size: 14px;
    cursor: pointer;
}



@media(max-width: 991px) {
    aside.left-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

/* Popup box */
.popup-box {
    width: 480px;
    max-width: 95%;
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    position: relative;
    animation: fadeIn 0.3s ease-out;
}

/* Close (X) Button */
.close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Title */
.popup-title {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Timeline */
.timeline1 {
    /* border-left: 2px dashed #f7a340; */
    padding-left: 20px;
    margin-top: 25px;
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
}

/* Dots */
.timeline-item .dot {
    width: 12px;
    height: 12px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    left: -28px;
    top: 4px;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* FIXED BACKDROP */
.benefit-overlay {
    position: fixed !important;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999 !important;
    /* FORCE ON TOP */
}

/* POPUP BOX */
.benefit-box {
    width: 430px;
    max-width: 95%;
    height: 600px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100000 !important;
    /* FORCE ABOVE OVERLAY */
    animation: fadeIn 0.25s ease;
}

/* HEADER */
.benefit-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.benefit-close {
    font-size: 26px;
    cursor: pointer;
}

/* SCROLL AREA */
.benefit-content {
    flex: 1;
    overflow-y: auto;
    padding: 18px 22px;
}

/* FOOTER */
.benefit-footer {
    padding: 15px;
    border-top: 1px solid #eee;
}

.benefit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 35px;
    background: #0ea67a;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

/* POPUP ANIMATION */
@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Overlay */
.edit-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 900;
}

/* Sidebar */
.edit-sidebar {
    position: fixed;
    top: 0;
    right: -520px;
    /* hidden */
    width: 520px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 25px 30px;
    overflow-y: auto;
    transition: 0.35s ease;
    box-shadow: -4px 0 18px rgba(0, 0, 0, 0.15);
}

/* Active state */
.edit-sidebar.active {
    right: 0;
}

.edit-sidebar-overlay.active {
    display: block;
}

/* Header */
.edit-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.section-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.form-control1 {
    padding: 12px 14px;
    height: 50px;
    width: 70%;
    border-radius: 10px;
    border: none;
    /* border: 1px solid; */
}

/* Overlay */
.insurance-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 900;
    display: none;
}

/* Right Popup */
.insurance-popup {
    position: fixed;
    top: 0;
    right: -700px;
    width: 700px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: 0.4s ease;
    overflow-y: auto;
    padding: 25px 30px;
    box-shadow: -4px 0 18px rgba(0, 0, 0, 0.15);
}

/* Show popup */
.insurance-popup.active {
    right: 0;
}

.insurance-popup-overlay.active {
    display: block;
}

.plan-box {
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.selected-plan {
    background: #eef4ff;
    border-color: #bad1ff;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #0033cc;
}

.view-benefit {
    color: #0066ff;
    cursor: pointer;
}

.date-class {
    width: 256px;
    height: 60px;
    margin-left: 20px;
    padding-left: 20px;
    border-radius: 20px;
}

.form-control3 {
    padding: 12px 14px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #0f111270;
}

.price-wrapper {
    position: relative;
    display: inline-block;
}

.price-box1 {
    display: flex;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
}

.price-box1 .label {
    color: #6b6b6b;
    font-size: 14px;
}

.price-box1 .amt {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.chev {
    transition: 0.18s;
}

.chev.open {
    transform: rotate(180deg);
}

/* SUMMARY POPUP */
.detailed-summary {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    z-index: 2000;
}

.detailed-summary.show {
    display: block;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
}

.item-head {
    font-weight: 600;
    color: #4b4b6b;
}

.small-note {
    color: #8a8a9a;
    font-size: 13px;
}

.total-row {
    font-weight: 700;
    margin-top: 10px;
}

@media(max-width:420px) {
    .detailed-summary {
        width: 90vw;
        left: 5vw;
        right: auto;
    }
}

.custom-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.custom-modal-box {
    background: white;
    padding: 25px;
    width: 500px;
    border-radius: 12px;
    animation: fadeIn 0.3s ease;
}

/* Close Button */
.custom-close-btn {
    border: none;
    background: none;
    font-size: 22px;
}

/* Confirm Button */
.custom-confirm-btn {
    padding: 8px 18px;
    background: #16937a;
    color: white;
    border: none;
    border-radius: 6px;
}

/* Open Button */
.open-terms-btn {
    background: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
}

.benefit-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.benefit-box {
    width: 420px;
    max-height: 85vh;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

/* Close Button */
.benefit-close {
    border: none;
    background: none;
    font-size: 22px;
}

/* Scrollable Content */
.benefit-content {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 5px;
}

/* Benefit Item */
.benefit-item {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.benefit-arrow {
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 18px;
    color: #555;
}

/* Button */
.benefit-confirm {
    background: #16937a;
    color: #fff;
    border: none;
    padding: 13px 0;
    border-radius: 30px;
    font-size: 18px;
    margin-top: 15px;
}

/* Trigger button */
.open-benefit-btn {
    background: #16937a;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 25px;
}

.steps-sidebar {
    position: relative;
    width: 100%;
    height: auto;
}

.step-item1 ::before {
      content: "";
    position: absolute;
    left: -40px;
    top: 3px;
    bottom: 106px;
    width: 22px;
    height: 22px;
    border: 7px solid #110f3e;
    border-radius: 20px;
}
.step-item1 ::after {
    content: "";
    position: absolute;
    left: -31px;
    top: 18px;
    bottom: 106px;
    width: 2px;
    height: 80px;
    border: 2px solid #110f3e;
    border-radius: 20px;
}

 .step-item2 ::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 92px;
    bottom: 106px;
    width: 22px;
    height: 22px;
    border: 7px solid #110f3e;
    border-radius: 20px;}
    .step-item2 ::after {
    content: "";
    position: absolute;
    left: -31px;
    top: 114px;
    bottom: 106px;
    width: 2px;
    height: 73px;
    border: 2px solid #110f3e;
    border-radius: 20px;
}
    .step-item3 ::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 181px;
    bottom: 106px;
    width: 22px;
    height: 22px;
    border: 7px solid #110f3e;
    border-radius: 20px;}
    .step-item3 ::after {
    content: "";
    position: absolute;
    left: -31px;
    top: 201px;
    bottom: 106px;
    width: 2px;
    height: 76px;
    border: 2px solid #110f3e;
    border-radius: 20px;
}
    .step-item4 ::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 273px;
    bottom: 322px;
    width: 22px;
    height: 22px;
    border: 7px solid #110f3e;
    border-radius: 20px;}

/* custom check box */
.custom-checkbox {
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 3px solid #000; /* thick black border */
    background: #fff; /* white background */
    border-radius: 4px;
    position: relative;
}

/* Tick icon */
.custom-checkbox input:checked + .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    color: #081ee4; /* white tick */
    font-size: 22px;
    position: absolute;
    top: -10px;
    
}
