.form-header {
    padding: 1rem;
    background-image: url(../images/product/bg-form.jpg);
    background-position: center;
    /* Keeps image centered */
    background-repeat: repeat;
    /* Prevents tiling */
    border-radius: 10px 10px 0 0;
}

.motor-form-header {
    padding: 1rem;
    background-image: url(../images/product/Motor-form-banner.jpg);
    background-position: center;
    /* Keeps image centered */
    background-repeat: repeat;
    /* Prevents tiling */
    border-radius: 10px 10px 0 0;
}

.insurance-company {
    background-color: white;
    padding: 1rem;
    border: 5px solid black;
}

.insurance-select span {
    color: black;
}

.commercial-form-header {
    padding: 1rem;
    background-image: url(../images/product/commercial-form-banner.jpg);
    background-position: center;
    /* Keeps image centered */
    background-repeat: repeat;
    /* Prevents tiling */
    border-radius: 10px 10px 0 0;
}

.form-header h2 {
    color: white;
    font-weight: 800;
    margin-bottom: 0;
}

.motor-form-header h2 {
    color: rgb(255, 255, 255);
    font-weight: 800;
    margin-bottom: 0;
}

.commercial-form-header h2 {
    color: rgb(255, 255, 255);
    font-weight: 800;
    margin-bottom: 0;
}

.bg-banner {
    background-image: url(../images/product/bg-banner.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    /* 👈 this positions it at the bottom */
    background-size: cover;
    /* or use 'contain' if you don't want it stretched */
    border-radius: 0 0 30px 30px;
}

.insurance-section {
    color: white;
    border-radius: 8px;
}

.input-box {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    margin: 10px 0;
}

.border-white-btn {
    border: 1px solid white !important;
    color: white;
}

.border-black-btn {
    border: 1px solid black !important;
    color: black;
}

.members,
.more-members {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.member-btn {
    padding: 0.6rem 1.2rem;
    background-color: #ffffff00;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 3rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.toggle-more {
    display: inline-block;
    margin-top: 10px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.hidden {
    display: none;
}
.yellow-btn .form-check-input:checked {
    background-color: #FDBA30;
    border-color: #FDBA30;
}

/* Input-like container */
.tags-input {
    display: flex;
    flex-wrap: wrap;
    min-height: 45px;
    padding: 5px;
    cursor: text;
}

.tag {
    background: #007bff;
    color: white;
    padding: 5px 8px;
    margin: 3px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.remove-tag {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    color: yellow;
}

.remove-tag:hover {
    color: red;
}
.right .form-control {
    font-size: 1.2rem;
}

.form-label,
label {
    font-size: 1.3rem;
    margin-right: 1rem;
}

.right {
    background: #2786c7;
    border-radius: 0px 0 10px 10px;
    color: white;
    padding: 20px;
}



.step-header img {
    height: 60px;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fdba1c;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

    .step.inactive {
        background: white;
        color: #2786c7;
        border: 2px solid #2786c7;
    }

.rightSteps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rightStep {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fdba1c;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

    .rightStep.inactive {
        background: white;
        color: #2786c7;
        border: 2px solid #2786c7;
    }

.step-line {
    flex: 1;
    border-top: 2px dotted #ccc;
    height: 0;
    /* reset height */
    margin: 10px 0;
    /* optional spacing */
}

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.chip {
    padding: 0.6rem 1.2rem;
    color: white;
    border-radius: 5rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid white;
    transition: 0.2s;
}

    .chip:hover,
    .chip.active {
        border-color: #fff;
        background: #005baa;
        color: #fff;
    }

.icone-bg {
    padding: 0.5rem;
    background-color: #2786c7;
    color: white;
    border-radius: 10px;
    font-size: 1.5rem;
}

.header-h1 {
    color: #005baa;
    font-size: 2rem;
    line-height: 1.2;
}

.header-h2 {
    color: #005baa;
    font-size: 2rem;
}

.left-panel {
    padding: 40px 30px;
    background: #fff;
}

    .left-panel h1 {
        font-size: 28px;
        color: #0071ce;
        margin-bottom: 30px;
    }

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .feature img {
        width: 40px;
        margin-right: 15px;
    }

.feature-title {
    font-weight: 600;
    color: #0071ce;
}

.feature-desc {
    font-size: 13px;
    color: #666;
}

.trust-box {
    margin-top: 30px;
    padding: 15px;
    border-radius: 10px;
    background: #f2f6fc;
    color: #3b5ca1;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d9e5f6;
}

    .trust-box img {
        width: 22px;
        margin-left: auto;
    }

.right-panel {
    background: linear-gradient(to bottom, #0071ce, #0071ce);
    color: #fff;
    padding: 40px 30px;
    position: relative;
}

.progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

    .progress::before {
        content: '';
        position: absolute;
        top: 21px;
        left: 52px;
        right: 52px;
        height: 2px;
        background-color: white;
        z-index: 0;
    }

.step {
    width: 40px;
    height: 40px;
    background: #fdba1c;
    color: #0071ce;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
}

    .step.active {
        background: #6ac259;
        color: white;
    }

.form-section {
    display: none;
}

    .form-section.active {
        display: block;
    }

label {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

input[type="text"] {
    width: 100%;
/*    padding: 1rem;*/
    border-radius: 6px;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    color: black !important;
}
.nice-select {
     -webkit-tap-highlight-color: transparent; 
    background-color: #fff;
     border: solid 1px #e8e8e8; 
     box-sizing: border-box; 
     clear: both; 
     cursor: pointer; 
     display: block; 
     float: none; 
     font-family: inherit; 
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.insurance-select .current {
    float: none ;
}
.insurance-select{
    border-radius:10px;
}
.button-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

    .button-grid button {
        background: transparent;
        border: 1px solid #fff;
        padding: 8px 16px;
        border-radius: 25px;
        color: #fff;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 500;
    }

        .button-grid button.selected {
            background: #fff;
            color: #0071ce;
        }

.action-buttons {
    display: flex;
    justify-content: space-between;
}

    .action-buttons button {
        padding: 10px 20px;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        border: none;
    }

.prev-btn {
    background: transparent;
    border: 1px solid #fff;
    color: white;
}

.next-btn {
    background: white;
    color: #0071ce;
}

.bottom-header {
    top: 0;
    background-color: #fdba1c !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}



    .bottom-header a:hover {
        color: #ffdd57;
    }

/* Mobile Responsive */
@media (max-width: 600px) {
    .bottom-header {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }

        .bottom-header a {
            flex: 0.5 1 25%;
            text-align: center;
            padding: 8px 0;
            font-size: 14px;
        }
}

.plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.plan-logo {
    width: 60px;
    margin-right: 15px;
}

.plan-details h4 {
    margin: 0;
}

.hospitals {
    color: #2786c7;
    font-size: 14px;
    text-decoration: none;
}

.plan-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #e6e6fa;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
}

    .features li {
        margin: 5px 0;
    }

.plan-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
}

.plan-amount {
    font-size: 14px;
    line-height: 1.4;
}

    .plan-amount strong {
        font-size: 16px;
    }

.plan-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.compare-btn {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.plan-links {
    font-size: 14px;
    color: #2786c7;
    margin-top: 10px;
}

.view-more {
    margin-top: 10px;
    color: #2786c7;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dfdfdfa1;
    padding: 0.3rem;
}

.health-glance h2 {
    font-weight: 700;
    border-left: 4px solid #f4b400;
    padding-left: 10px;
}

.tab-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

    .tab-buttons::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .tab-buttons button {
        flex: 0 0 auto;
        padding: 10px 20px;
        border: 2px solid #2786c7;
        background: white;
        color: #2786c7;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

        .tab-buttons button.active {
            background: #2786c7;
            color: white;
        }

/* Optional: Fine-tune button size on small devices */
@media (max-width: 480px) {
    .tab-buttons button {
        padding: 8px 16px;
        font-size: 14px;
    }
}


.plans {
    display: none;
    box-shadow: 0 2px 8px rgb(0 0 0);
    padding: 1rem;
    border-radius: 10px;
}

    .plans.active {
        display: block;
    }

.plan-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.322);
}

    .plan-card h3 {
        margin-top: 0;
    }

    .plan-card p {
        margin: 5px 0;
    }

.plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.plan-logo {
    width: 60px;
    margin-right: 15px;
}

.plan-details h4 {
    margin: 0;
}

@media (max-width: 768px) {
    .loan-image, .life-load-image {
        display: none;
    }
}

.features i {
    margin-right: 10px;
    color: #2786c7;
}

.features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
}

    .features li {
        margin: 5px 0;
    }

.plan-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
}

.plan-amount {
    font-size: 14px;
    line-height: 1.4;
}

    .plan-amount strong {
        font-size: 16px;
    }

.plan-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.compare-btn {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.plan-links {
    font-size: 14px;
    color: #2786c7;
    margin-top: 10px;
}

.view-more {
    margin-top: 10px;
    color: #2786c7;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dfdfdfa1;
    padding: 0.3rem;
}


.plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.plan-logo {
    width: 60px;
    margin-right: 15px;
}

.plan-details h4 {
    margin: 0;
}

.hospitals {
    color: #2786c7;
    font-size: 14px;
    text-decoration: none;
}

.plan-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #e6e6fa;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
}

    .features li {
        margin: 5px 0;
    }

.plan-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
}

.plan-amount {
    font-size: 14px;
    line-height: 1.4;
}

    .plan-amount strong {
        font-size: 16px;
    }

.plan-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.compare-btn {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.plan-links {
    font-size: 14px;
    color: #2786c7;
    margin-top: 10px;
}

.view-more {
    margin-top: 10px;
    color: #2786c7;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dfdfdfa1;
    padding: 0.3rem;
}

.bottom-nav {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

    .bottom-nav a {
        margin: 0 20px;
        text-decoration: none;
        color: #003366;
        font-size: 14px;
    }

        .bottom-nav a:hover {
            text-decoration: underline;
        }

.insurers-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    max-width: 380px;
    font-family: Arial, sans-serif;
}

    .insurers-section h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
    }

.insurers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.insurer-card {
    background: #f8f9fa;
    border-radius: 8px;
    /*    padding: 10px;*/
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

    .insurer-card:hover {
        transform: scale(1.02);
    }

    .insurer-card img {
        /*    width: 60px;
    height: 60px;*/
        object-fit: contain;
        margin: 0;
    }

    .insurer-card span {
        font-size: 14px;
        color: #003366 !important;
        font-weight: 500;
        display: block;
    }

.view-more-btn {
    background: #edf4ff;
    color: #003366;
    border: 1px solid #2786c7;
    border-radius: 25px;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
}

.advice-card {
    background: #eaf4ff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 360px;
}

.advice-content {
    max-width: 60%;
}

.advice-card .headline {
    color: #666;
    font-size: 14px;
    margin: 0 0 5px;
}

.advice-card h2 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
}

.advice-points {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

    .advice-points li {
        margin-bottom: 8px;
        font-size: 14px;
    }

.home-visit-btn {
    background-color: #2786c7;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
}

.advisor-img {
    width: 100px;
    object-fit: contain;
}

.query-card {
    background: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 360px;
}

.query-header {
    text-align: left;
    margin-bottom: 15px;
}

    .query-header .logo {
        width: 80px;
        margin-bottom: 10px;
    }

    .query-header h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .query-header p {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

.input-field {
    width: 100%;
    padding: 10px;
    margin-top: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.continue-btn {
    width: 100%;
    margin-top: 12px;
    background-color: #2786c7;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .tab-buttons button {
        padding: 10px 20px;
        border: 2px solid #2786c7;
        background: white;
        color: #2786c7;
        font-weight: bold;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .tab-buttons button.active {
            background: #2786c7;
            color: white;
        }

.plans {
    display: none;
    box-shadow: 0 2px 8px rgb(0 0 0);
    padding: 2rem;
    border-radius: 10px;
}

    .plans.active {
        display: block;
    }

.plan-card h3 {
    margin-top: 0;
}

.plan-card p {
    margin: 5px 0;
}

.check-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #2786c7;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}

.item-center {
    display: flex;
    align-items: center;
}

header {
    width: 100%;
    position: relative;
    z-index: 999;
    transition: all 1s ease;
}

    header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        animation: slideDown 1s ease forwards;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.form-container {
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    /* To contain elements if they overflow during transitions */
}

h2 {
    color: #fdba1c;
    margin-bottom: 25px;
    font-weight: 700;
}

.box-shadow {
    padding: 1rem;
    background-color: #dddddd5c;
    box-shadow: 0 0 5px 2px rgba(107, 176, 255, 0.3);
}

.product-slider li {
    padding: 1rem;
}

.health-product-slider li {
    padding: 1rem;
}

.p-0 {
    padding: 0 !important;
}

/* Amount Buttons */

.amount-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.amount-btn {
    padding: 10px 15px;
    background-color: #f4f4f4;
    border: 2px solid #e0e0e0;
    color: #333;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .amount-btn:hover {
        border-color: #FFD166;
        background-color: #fff7e6;
        /* Lighter accent */
    }

    .amount-btn.selected {
        background-color: #FF6B6B;
        color: var(--white);
        border-color: #FF6B6B;
    }

/* Buttons */

.form-navigation {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.btn {
    padding: 12px 25px;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

    .btn:active {
        transform: translateY(1px);
    }

.btn-primary {
    background-color: #FF6B6B;
    color: var(--white);
}

    .btn-primary:hover {
        background-color: #b8850e;
        /* Darker primary */
    }

.btn-secondary {
    background-color: #e0e0e0;
    color: #555;
}

    .btn-secondary:hover {
        background-color: #c8c8c8;
        /* Darker medium-gray */
    }

#prevBtn {
    /* visibility handled by JS */
}

#submitBtn {
    background-color: #6A0DAD;
}

    #submitBtn:hover {
        background-color: #520a83;
        /* Darker secondary */
    }

/* Review Details */

#reviewDetails p {
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
}

    #reviewDetails p strong {
        color: #6A0DAD;
        margin-right: 5px;
    }

/* Thank You Message */

#thankYouMessage {
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

    #thankYouMessage h2 {
        color: var(--success-color);
        font-size: 2em;
    }

    #thankYouMessage p {
        font-size: 1.1em;
        margin-bottom: 20px;
    }

    #thankYouMessage img {
        width: 80px;
        /* Adjust size as needed */
        height: auto;
        margin-top: 10px;
    }

/* Validation Error Styling */

input.invalid {
    border-color: var(--error-color);
    box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.3);
}

.error-message {
    color: var(--error-color);
    font-size: 0.85em;
    margin-top: 5px;
}

/* Responsive adjustments */

@media (max-width: 480px) {
    .form-container {
        padding: 20px;
    }

    .progress-bar .step::after {
        display: none;
        /* Hide titles on small screens to prevent overlap */
    }

    .form-group-inline {
        flex-direction: column;
        gap: 0;
        /* Remove gap if stacked, rely on form-group margin */
    }

    .amount-options {
        justify-content: center;
    }

    .form-navigation {
        flex-direction: column-reverse;
        /* Puts Next/Submit on top when stacked */
    }

        .form-navigation .btn {
            width: 100%;
        }
}

.min-vh-80 {
    min-height: 80vh;
}

.bg-health-section {
    background: linear-gradient(to right, #3aaee0, #1e72b8);
    color: white;
    font-family: 'Poppins', sans-serif;
}

.content-box {
    padding: 30px;
}

.quote-form {
    background: white;
    border-radius: 10px;
    padding: 30px;
    color: black;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.insurance-section {
    position: relative;
    /* VERY IMPORTANT */
    /* or however tall your section should be */
}

.loan-image {
    position: absolute;
    left: 50%;
    transform: translateX(-70%);
    width: 27rem;
    z-index: 1;
}

.life-load-image {
    position: absolute;
    left: 35%;
    transform: translateY(24.5%);
    width: 30rem;
}


@media (max-width: 768px) {
    .loan-image, .life-load-image {
        display: none;
    }
}

.features i {
    margin-right: 10px;
    color: #2786c7;
}


.why-health {
    margin: 0 auto;
}

.faqsWrapper {
    margin: 0 auto;
}

.faq-question {
    background: #f8f9fa;
    cursor: pointer;
    padding: 15px 20px;
    margin: 0;
    border: 1px solid #ddd;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    width: 100%;
}

    .faq-question span {
        color: black !important;
    }

.faqsWrapper ul {
    margin-left: 0px;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    content: "-";
}

.faq-answer {
    display: none;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-top: none;
    background: #ffffff;
}

    .faq-answer p {
        margin: 0;
        color: #333;
    }

.faqsWrapper li {
    list-style: none;
}

.faqsWrapper ul {
    padding: 0;
}

.faq_tabs_inner {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tabs_faq {
    padding: 10px 20px;
    cursor: pointer;
    background: #f0f0f0;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    transition: background 0.3s, color 0.3s;
}

.tabs_faq {
    background: #ffc107;
    color: #000;
}

    .tabs_faq.active {
        background: #2786c7;
        color: #ffffff;
    }

.faq_tabs_box {
    display: none;
}

    .faq_tabs_box:not(.hide) {
        display: block;
    }


.data-lisitng {
    list-style: none;
    padding: 0;
}

    .data-lisitng li {
        margin-bottom: 20px;
    }

    .data-lisitng h3 {
        font-size: 18px;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .data-lisitng h3 span {
            display: inline-block;
            transition: transform 0.3s ease;
        }

            .data-lisitng h3 span[flag="up"]::before {
                content: "▲ ";
            }

            .data-lisitng h3 span[flag="down"]::before {
                content: "▼ ";
            }

    .data-lisitng div {
        display: none;
        padding-left: 20px;
        color: #555;
    }

ol {
    list-style: decimal;
    /* Ensure numbers are shown */
    margin-left: 20px;
    /* Adds indentation so numbers show clearly */
}

ul {
    list-style: disc;
    margin-left: 2rem;
    /* Optional spacing between items */
}

.why-health h2 {
    color: #1a1a1a;
    position: relative;
}

.why-health img {
    width: 100%;
}

.why-health h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 20%;
    background-color: #2786c7;
    border-radius: 2px;
}

.why-health p {
    font-size: 16px;
    color: #333;
    margin-bottom: 1rem;
}

.info-box {
    background-color: #f1f6fd;
    border-radius: 16px;
    padding: 20px 25px;
    margin-top: 30px;
    position: relative;
}

    .info-box::before {
        content: "❝";
        font-size: 40px;
        color: #00a886;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .info-box h3 {
        font-size: 18px;
        font-weight: 700;
        color: #00a886;
        margin-bottom: 15px;
        padding-left: 30px;
    }

    .info-box p {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 5px;
    }

        .info-box p strong {
            font-weight: 600;
        }

    .info-box a {
        font-size: 14px;
        color: #2786c7;
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
    }

        .info-box a:hover {
            text-decoration: underline;
        }

.checklist-container {
    background: #ffffff;
    border-radius: 15px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

    .checklist-container h2 {
        /*font-size: 24px;*/
        margin-bottom: 20px;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.checklist-item {
    padding: 20px;
    background: #f1f6fd;
    border-radius: 10px;
    transition: 0.3s ease;
}

    .checklist-item h4 {
        margin-bottom: 10px;
        color: #0a2540;
    }

    .checklist-item p {
        font-size: 14px;
        color: #444;
    }

.btn-show {
    margin-top: 20px;
    background: #2786c7;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .btn-show:hover {
        background: #2563eb;
    }

.hidden {
    display: none;
}

.feature-section-bg {
    background: url('../images/product/Key-Benefits-of-health.png') no-repeat right top;
    background-size: 300px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: auto;
}

.travel-insurence-bg {
    background: url('https://static.pbcdn.in/cdn/images/bu/travel/travel-insurance-online.jpg') no-repeat right top;
    background-size: 300px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: auto;
}

@media (max-width: 768px) {
    .feature-section-bg,
    .travel-insurence-bg {
        background: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

.feature-section {
    background-size: 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: auto;
}

.feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.number {
    min-width: 35px;
    height: 35px;
    background: #2786c7;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.content h3 {
    margin: 0;
    font-size: 18px;
    color: #0a2540;
}

.content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.list-unstyled {
    padding-left: 0;
    list-style: inside !important;
}

.list-unstyled-1 {
    padding-left: 0;
    list-style: auto;
}

.list-unstyled-none {
    padding-left: 0;
    list-style: none;
}

.testimonial-item {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.459);
    font-size: 1.1rem;
    color: #333;
    margin: 1rem;
}

    .testimonial-item h4 {
        margin-top: 15px;
        color: #777;
        font-weight: bold;
    }

.owl-nav button {
    background: #4CAF50;
    color: white;
    font-size: 20px;
    padding: 5px 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: none;
}

    .owl-nav button:hover {
        background: #388E3C;
    }

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* Allow click only on buttons */
}

    .owl-nav button {
        background: #4CAF50;
        color: white;
        font-size: 20px;
        padding: 20px;
        /* Increased padding for circle size */
        border: none;
        border-radius: 50%;
        /* Make the button circular */
        cursor: pointer;
        pointer-events: all;
        /* Re-enable clicking on buttons */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        transition: background 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        /* Height and width of the circular button */
        width: 40px;
        /* Ensure the button is a circle */
        margin: 0 -2rem 0px -2rem;
    }

        .owl-nav button:hover {
            background: #388E3C;
        }

.ml-3 {
    margin-left: 1rem;
    ;
}

.ml-6 {
    margin-left: 2rem;
    ;
}

@media (max-width: 576px) {
    .why-health h2 {
        font-size: 20px;
    }

    .info-box {
        padding: 15px;
    }

        .info-box h3 {
            font-size: 16px;
            padding-left: 25px;
        }

        .info-box::before {
            font-size: 30px;
            top: 10px;
            left: 10px;
        }
}

@media (max-width: 767px) {
    .health-pointer {
        flex-direction: row;
    }

    .feature-section {
        background: none;
        padding: 20px;
    }
}

.rightStep.completed {
    background-color: #28a745;
    color: transparent;
    /* Hide the number text */
    position: relative;
}

    .rightStep.completed::before {
        content: "✔";
        font-size: 16px;
        position: absolute;
        top: 4px;
        left: 8px;
        color: #fff;
    }

/* Slider Styling */
.custom-slider {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.15);
    padding: 30px;
    z-index: 9999;
    transition: right 0.4s ease-in-out;
    overflow-y: auto;
    border-radius: 10px 0 0 10px;
}

    .custom-slider.custom-active {
        right: 0;
        background-color: #2786c7;
    }

.custom-step label {
    color: white;
}

/* Close Button */
.custom-close-btn {
    background: transparent;
    border: none;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 10px;
    color: white;
    cursor: pointer;
    transition: color 0.3s;
}

    .custom-close-btn:hover {
        color: #dc3545;
    }

/* Step Indicator */
.rightSteps {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.rightStep {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #dee2e6;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    transition: background-color 0.3s, transform 0.2s;
    position: relative;
}

    .rightStep.active {
        background-color: #fdba1c;
    }

    .rightStep.completed {
        background-color: #28a745;
    }

        .rightStep.completed::before {
            content: "✔";
            font-size: 16px;
            position: absolute;
            top: 4px;
            left: 9px;
        }

.step-line {
    width: 40px;
    height: 2px;
    background-color: #dee2e6;
    margin: 0 10px;
}

.vehicle-buttons {
    padding: 10px 0;
    display: flex;
    gap: 20px;
}

.vehicle-btn {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    color: white;
    padding: 0px 16px 0px 0px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.icon-wrapper {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .icon-wrapper img {
        width: 24px;
        height: 24px;
    }

.label {
    color: white;
    font-weight: bold;
}

/* Chips */
.custom-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.custom-chip {
    padding: 0.6rem 1.2rem;
    color: white;
    border-radius: 5rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid white;
    transition: 0.2s;
}

    .custom-chip:hover {
        border-color: #fff;
        background: #005baa;
        color: #fff;
    }

/* Member Buttons */
.custom-members,
.custom-more-members {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.custom-member-btn {
    background: #e9ecef;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    font-size: 13px;
}

    .custom-member-btn:hover {
        background-color: #2786c7;
        color: #fff;
    }

/* Hidden Elements */
.custom-hidden {
    display: none;
}


/* Sub Header */
.sub-header {
    position: sticky;
    top: 81px;
    /* height of .main-header */
    z-index: 9;
    background-color: #fdba1c;
    padding: 10px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.product-list, .lifeStage-list {
    background-color: #f0f4f8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid #ddd;
}

.product-item, .lifeStage-item {
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

    .product-item:hover,
    .product-item.active {
        background-color: #2786c7;
        color: white;
        transform: scale(1.02);
    }

    .lifeStage-item:hover,
    .lifeStage-item.active {
        background-color: #2786c7;
        color: white;
        transform: scale(1.02);
    }

.product-detail, .lifeStage-detail {
    flex-grow: 1;
    padding: 20px;
    animation: fadeIn 0.3s ease-in-out;
}

    .product-detail, .lifeStage-detail h2 {
        color: #2786c7;
        margin-bottom: 10px;
    }

    .product-detail, .lifeStage-detail p {
        color: #555;
        line-height: 1.6;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .product-list, .lifeStage-list, .lifeStage-detail
    .product-detail {
        width: 100%;
    }
}

.product-num-details, .lifeStage-num-details {
    /* display: flex; */
    gap: 20px;
    max-width: 1500px;
    margin: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.insu-plan {
}

    .insu-plan span {
        font-style: italic;
        font-size: 12px;
        color: black !important;
    }

    .insu-plan p {
        margin: 0px;
        font-size: 14px;
    }

    .insu-plan h6 {
        margin-bottom: 5px;
    }

.motor-types {
    background-color: aliceblue;
    border-radius: 10px;
}

    .motor-types ul li {
        position: relative;
        margin: 0;
        padding: 20px 40px 25px 0; /* added right padding for arrow */
        border-bottom: 1px solid #b3bac5;
    }

        .motor-types ul li .paragraphBu {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #253858;
            line-height: 24px;
            font-size: 16px;
            transition: all 0.3s ease;
            text-align: justify;
        }

        .motor-types ul li.expanded .paragraphBu {
            -webkit-line-clamp: unset;
            display: block;
            white-space: normal;
        }

    .motor-types .arrow-item {
        position: absolute;
        top: 1rem;
        right: 10px; /* changed from -15px to 10px inside */
        height: 30px;
        width: 30px;
        cursor: pointer;
        pointer-events: all;
        background-color: #f0f0f0; /* Optional: make it visible */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.coverage {
    display: none;
}

    .coverage.active {
        display: block;
    }

.similar {
    display: none;
}

    .similar.active {
        display: block;
    }

.ul-button li {
    margin-top: 10px;
    width: 33%;
    padding: 0 10px;
}

    .ul-button li a {
        background: #fff;
        box-shadow: 0 4px 16px rgba(52, 105, 203, .12);
        border-radius: 8px;
        display: flex;
        color: #0065ff;
        align-items: center;
        padding: 12px;
        width: 100%;
        min-height: 58px;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

.checklist-item a {
    background-color: #fdba1c;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 !important;
}

.explore-more .checklist-item {
    background-color: transparent;
}

.box-shadow .checklist-container {
    background-color: transparent;
    box-shadow: none;
}

.height-10rem {
    height: 10rem;
}

.car-box {
    padding: 10px;
}

    .car-box img {
        width: 100%;
    }

.plan-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* makes it responsive */
    padding: 15px;
    gap: 15px;
}

    .plan-row > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

/* First image div */
.plan-logo {
    width: 100px;
    height: auto;
    object-fit: contain;
}

/* Premium button */
.premium-btn {
    background-color: #2786c7;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

    .premium-btn:hover {
        background-color: #1c6ca1;
    }

/* Optional: Make responsive for mobile */
@media (max-width: 768px) {
    .plan-row {
        flex-direction: column;
        align-items: flex-start;
    }

        .plan-row > div {
            width: 100%;
        }

    .premium-btn {
        width: 100%;
        text-align: center;
    }
}

.img-w-100 img {
    width: 100%;
}

.destination-guide {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

    .destination-guide h3 {
        font-size: 18px;
        font-weight: bold;
        color: #1b2f52;
        margin-bottom: 10px;
    }

    .destination-guide .destination-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #eee;
        padding: 12px 0;
        font-size: 14px;
        color: #1b2f52;
        text-decoration: none;
        transition: background 0.2s ease;
    }

        .destination-guide .destination-item:first-of-type {
            border-top: none;
        }

        .destination-guide .destination-item:hover {
            background: #f9f9f9;
        }

        .destination-guide .destination-item span {
            font-weight: 500;
            color: black !important;
        }

        .destination-guide .destination-item i {
            font-style: normal;
            color: #888;
        }

/*-------------------------- Life insurence---------------------------- */


.life-insurence-tabs, .cal-insurence-tabs {
    display: inline-flex;
    background-color: #c0c1c4;
    border-radius: 30px;
    padding: 5px;
}

.life-insurence-tab, .cal-insurence-tab {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    transition: background 0.3s;
    color: #0a0a0a;
    font-weight: bold;
}

    .life-insurence-tab, .cal-insurence-tab.active {
        color: #ffffff;
        font-weight: bold;
    }

.life-insu-content, .cal-insu-content {
    margin-top: 30px;
    font-size: 24px;
    display: none;
}

.life-insu-content {
    display: none;
}

    .life-insu-content.active {
        display: block;
    }

.cal-insu-content {
    display: none;
}

    .cal-insu-content.active {
        display: block;
    }

.bg-blue.active {
    background-color: #2786c7;
}

.bg-yellow.active {
    background-color: #fdba1c;
}

.img-logo-wrap p {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, .2) 0, #fff 100%) 0 0 no-repeat padding-box;
    border-radius: 4px 0 0 4px;
    padding: 3px 10px 4px 6px;
    font-size: 12px;
    line-height: 16px;
    color: #253858;
    font-weight: 600;
}

.btn-small button {
    font-size: 14px;
    font-weight: bold;
}

.mixlayoutpopup {
    border-radius: 4px;
    background: #0065ff;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in;
    border: none;
    text-align: center;
}

.term-type-of-policies {
    padding: 2rem;
    background-color: #1e73b842;
    border-radius: 10px;
}

    .term-type-of-policies .invest-card {
        padding: 1rem;
        border-radius: 10px;
        background-color: #fff;
    }

        .term-type-of-policies .invest-card img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .term-type-of-policies .invest-card .content {
            flex: 1;
            text-align: left;
        }

            .term-type-of-policies .invest-card .content a {
                font-size: 18px;
                font-weight: bold;
                color: #1a5dab;
                text-decoration: underline;
                display: inline-block;
                margin-bottom: 10px;
            }

            .term-type-of-policies .invest-card .content .with-bullet {
                position: relative;
                margin-bottom: 8px;
                color: #333;
                line-height: 1.5;
            }



/* Responsive design */
@media (max-width: 768px) {
    .term-type-of-policies .invest-card {
        flex-direction: column;
        text-align: left;
    }

        .term-type-of-policies .invest-card .content {
            text-align: left;
        }

            .term-type-of-policies .invest-card .content .with-bullet {
                padding-left: 0;
            }

                .term-type-of-policies .invest-card .content .with-bullet::before {
                    display: none;
                }
}

.term-type-of-policies.alt {
    background-color: #fdb91c4f; /* or any other color */
}

.benefit-life {
    padding: 1rem;
    background-color: #005baa13;
    border-radius: 10px;
}

    .benefit-life .icone img {
        width: 3rem;
        height: auto;
    }

    .benefit-life .icone span {
        font-size: 20px;
        font-weight: 500;
        color: #000 !important;
        padding-left: 20px;
    }


.timeline-container {
    margin: auto;
    border-left: 3px solid #fdba1c;
    padding-left: 40px;
    position: relative;
}

    .timeline-container .insu-step {
        position: relative;
        margin-bottom: 20px;
    }

        .timeline-container .insu-step::before {
            content: attr(data-step);
            position: absolute;
            left: -63px;
            top: 0;
            width: 40px;
            height: 40px;
            background: #fff;
            border: 3px solid #2786c7;
            color: #fdba1c;
            font-weight: bold;
            text-align: center;
            line-height: 34px;
            border-radius: 50%;
            font-size: 16px;
        }

        .timeline-container .insu-step h4 {
            color: #2786c7;
            font-size: 14px;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        .timeline-container .insu-step p {
            font-size: 16px;
            color: #333;
            line-height: 1.6;
        }

    /* Optional: Box around grouped details like tabbed info */
    .timeline-container .insu-info-box {
        display: flex;
        gap: 30px;
        margin-top: 15px;
        border: 1px solid #2786c7;
        border-radius: 8px;
        padding: 20px;
    }

        .timeline-container .insu-info-box ul {
            list-style: disc;
            /* padding-left: 20px; */
        }

    .timeline-container .insu-info-box-title {
        font-weight: bold;
        margin-bottom: 10px;
        color: #2786c7;
    }

/*------------------------------- travel css----------------------------- */

.travel-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #0071c2;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    margin: auto;
}

.form-box {
    flex: 1;
}

    .form-box label {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
        color: white;
    }

    .form-box input[type="text"],
    .traveller-input input {
        width: 100%;
        padding: 10px;
        border-radius: 8px;
        border: none;
        font-size: 16px !important;
    }

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon i {
        position: absolute;
        left: 12px;
        color: #0071c2;
        font-size: 16px;
    }

    .input-with-icon input[type="date"] {
        width: 100%;
        padding: 10px 10px 10px 35px;
        border-radius: 8px;
        border: none;
        font-size: 16px !important;
    }

/* Show placeholder in Safari too */
input[type="date"]::before {
    color: #999 !important;
    margin-right: 10px;
}

.country-options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.country {
    text-align: center;
    cursor: pointer;
}

    .country img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 3px solid #fff;
        object-fit: cover;
    }

    .country span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

.traveller-input {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    color: #000;
}

    .traveller-input input {
        border: none;
        padding: 10px;
        text-align: center;
    }

.plus-btn, .minus-btn {
    background-color: #0071c2;
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    margin: 0 1rem;
    padding: 0.6rem;
}

.view-plans {
    background: #f7941d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 2.8rem;
    cursor: pointer;
    width: 100%;
}

.input-with-icon .black {
    color: #000 !important;
}

.icone-bg-center {
    padding: 10px;
    background-color: #2786c7;
    color: white;
    border-radius: 50%;
}

.travel-bg-banner {
    background-image: url(../images/product/travel-bg-banner.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    /* 👈 this positions it at the bottom */
    background-size: cover;
    /* or use 'contain' if you don't want it stretched */
    border-radius: 0 0 30px 30px;
}

.w-fit-content {
    width: fit-content;
}

.insurance-box {
    background-color: #007bcb;
    padding: 2px;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.insurance-header {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

    .insurance-header .highlight {
        color: #f7941d;
    }

.gender-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

    .gender-options label {
        color: white;
        font-weight: 500;
    }

.form-group {
    position: relative;
}

    .form-group .icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #555;
    }

    .form-group input {
        width: 100%;
        padding: 10px 10px 10px 35px;
        border-radius: 8px;
        border: none;
        font-size: 14px;
        outline: none;
        color: #333;
    }

.btn-view {
    background: white;
    color: #007bcb;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .btn-view:hover {
        background: #f0f0f0;
    }

.note {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
}

.insurance-box .form-padding {
    padding: 1rem;
}

.insurance-box .form-group .icon {
    /*        top: 33%;*/
}

/* ----------------Sticky subheader-------------------- */
.sub-header .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 20px;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f1f1f1;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 300px; /* Fixed width */
    max-height: 400px; /* Fixed height */
    overflow-y: auto; /* Scroll vertically if content overflows */
}

    .dropdown-content a {
        display: block;
        padding: 8px 12px;
        color: #000 !important;
        white-space: normal; /* Allow wrapping to next line */
        text-decoration: none;
        border-bottom: 1px solid #ddd; /* Optional: separator line */
        transition: background 0.2s;
        word-break: break-word;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.progress-container {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}


.insurance-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.insurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
}

.insurance-item {
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 10px 0;
}

    .insurance-item:nth-child(3n) {
        border-right: none;
    }

    .insurance-item img {
        width: 4.5rem;
        height: auto;
        margin-bottom: 10px;
    }

    .insurance-item p {
        font-weight: bold;
        color: #004b94;
        font-size: 14px;
    }

@media (max-width: 768px) {
    .insurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insurance-item:nth-child(3n) {
        border-right: 1px solid #ccc; /* restore for smaller screens */
    }

    .insurance-item:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .insurance-grid {
        grid-template-columns: 1fr;
    }

    .insurance-item {
        border-right: none;
        border-bottom: 1px dashed #ccc;
    }
}

.posp-agent-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

    .posp-agent-section h2 {
        font-size: 28px;
        color: #1f2b6c;
        margin-bottom: 10px;
    }

    .posp-agent-section p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 800px;
        margin: 0 auto 40px;
    }

.agent-categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.category {
    flex: 1;
    min-width: 140px;
    max-width: 180px;
    position: relative;
}

.circle-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    /*    border: 2px dashed #ccc;*/
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    padding-top: 1rem;
    justify-content: center;
}

    .circle-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }


/* Color Variants */
.border-green {
    border-color: #009688;
}

.border-orange {
    border-color: #ff7043;
}

.border-purple {
    border-color: #8e24aa;
}

.border-red {
    border-color: #e53935;
}

.border-blue {
    border-color: #039be5;
}

.green {
    color: #009688;
}

.orange {
    color: #ff7043;
}

.purple {
    color: #8e24aa;
}

.red {
    color: #e53935;
}

.blue {
    color: #039be5 !important;
}

.category h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
}

.arc-top::after,
.arc-bottom::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 0;
    border-radius: 100px;
    pointer-events: none;
}

/* Top Arc */
.arc-top::after {
    top: 0;
    border-top: 2px dashed;
    border-radius: 100px 100px 0 0;
}

/* Bottom Arc */
.arc-bottom::after {
    bottom: 0;
    border-bottom: 2px dashed;
    border-radius: 0 0 100px 100px;
}
/* Arc Colors to Match */
.arc-top.border-green::after,
.arc-bottom.border-green::after {
    border-color: #009688;
}

.arc-top.border-orange::after,
.arc-bottom.border-orange::after {
    border-color: #ff7043;
}

.arc-top.border-purple::after,
.arc-bottom.border-purple::after {
    border-color: #8e24aa;
}

.arc-top.border-red::after,
.arc-bottom.border-red::after {
    border-color: #e53935;
}

.arc-top.border-blue::after,
.arc-bottom.border-blue::after {
    border-color: #039be5;
}

.feature-card {
    padding: 30px 20px;
    text-align: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: antiquewhite;
}

.join-steps-wrapper {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.join-steps-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.join-steps-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}

.join-steps-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step-box {
    background: #fff;
    padding: 20px;
    width: 22%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.step-icon-box {
    background-color: #e6f0ff;
    color: #0066cc;
    font-size: 24px;
    width: 4rem;
    height: 4rem;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto 10px auto; /* Center the circle itself horizontally */

    display: flex;
    align-items: center;
    justify-content: center;
}

.step-heading {
    font-size: 16px;
    font-weight: 600;
    color: #0066cc;
}

.step-details {
    font-size: 14px;
    margin-top: 5px;
}

.join-steps-row::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 11%;
    width: 78%;
    height: 2px;
    background-color: #d3d3d3;
    z-index: 0;
}

.insurance-form {
    background-color: #f2f7fc;
    border-radius: 10px;
    width: 100%;
}

.input-group-text {
    background-color: #ffffff;
    border-radius: 25px 0 0 25px;
    border: 1px solid #ccc;
}

.form-control {
    border-radius: 0 25px 25px 0;
    border-left: none;
}
/* Hide dropdown content initially */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    padding: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Show dropdown on click */
.dropdown.show .dropdown-content {
    display: block;
}

/* Mobile styles */
@media (max-width: 767.98px) {
    .sub-header .container {
        display: contents;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 10px;
    }

    .sub-header a:not(:first-child):not(.dropdown > a) {
        display: none;
    }


    .dropdown {
        position: relative;
    }

        .dropdown > a {
            display: inline-block;
            margin-left: 1rem;
        }

    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 0.75rem 0;
    }

        .dropdown-content a {
            display: block;
            padding: 10px 16px;
            font-size: 14px;
            color: #333;
            text-decoration: none;
            border-bottom: 1px solid #eee;
            white-space: normal;
        }

            .dropdown-content a:last-child {
                border-bottom: none;
            }

    .progress-container {
        margin-left: auto;
    }

        .progress-container h6 {
            display: none;
        }

        .progress-container .circle {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #ccc;
            border-radius: 50%;
            font-size: 0.75rem;
            margin-left: 1rem;
        }
}

.font-96 {
    font-size: 0.96rem;
}

.insurance-nav-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.insurance-link {
    padding: 10px 24px;
    border-radius: 999px;
    background-color: #ffb606;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .insurance-link a {
        color: white;
    }

    .insurance-link:hover {
        background-color: #2786c7;
    }

.insurance-link-active {
    background-color: #432dd2;
    color: #fff;
}

.insurance-search-container {
    gap: 10px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    align-items: center;
}

.insurance-padding {
    padding: 1rem;
    background: #e8e9e9;
    border-radius: 20px;
}

.insurance-search-input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.insurance-dropdown {
    padding: 10px 16px;
    background-color: #f0f2f5;
    border: 1px solid #ccc;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    min-width: 160px;
}

.custom-padding {
    padding: 1rem;
}

/*------------submenu css------------*/
.menu-submenu {
    display: contents;
    padding: 0 10px;
    align-items: center;
    position: relative;
}

.menu-submenu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-submenu ul li {
    margin: 0 10px;
}

.menu-submenu ul li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
/*    padding: 15px;*/
    display: block;
}

.more-submenu {
    position: relative;
    margin-left: auto;
}

.more-submenu button {
    border: none;
    color: white;
    font-weight: 500;
    cursor: pointer;
/*    padding: 15px;*/
}

.more-submenu ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    min-width: 300px;
    z-index: 999;
    max-height: 400px; /* You can adjust height as needed */
    overflow-y: auto;
    overflow-x: hidden;
}

.more-submenu ul li a {
    color: black;
    padding: 10px;
    display: block;
}

.more-submenu ul li a:hover {
    background: #f2f2f2;
}

.show-submenu {
    display: block !important;
}

/*popup insured form*/

#insuredForm .form-label{
    color: black;
    font-size: 16px;
}
#travellerDetails .form-label {
    color: black;
}