@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --accent: #0ea5b7;
    --accent-dark: #0a8790;
    --muted: #f2fbff;
    --pill-bg: #ffffff;
    --pill-border: #e6eef0;
    --text: #263238;
    --nav-height: 82px;
    /* adjust if your nav height differs */
    --gts-primary: #0598cf;
    --gts-primary-dark: #038ebf;
    --gts-muted: #f3f6f7;
    --gts-card-bg: #fff;
    --gts-accent: #0b8fc7;
    --gts-radius: 10px;
    --gts-pill-radius: 40px;
    --gts-text-dark: #203040;
            --error-color: #e53935;
            --error-dark: #c62828;
            --error-light: #ffebee;
            --warning-color: #ff9800;
}

/* Simple reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

/* Regular */


/* font-family: "GTWalsheimPro", Arial, sans-serif; */
body {
    /* font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; */
    /* font-family: "GTWalsheimReg", Arial, sans-serif; */
    font-family: "Poppins", sans-serif;
    background: #fff;
    color: #0b3954;
    /* color: #22262a !important; */
}

.medium-font {
    /* font-family: "GTWalsheimMed", Arial, sans-serif; */
    font-family: "Poppins", sans-serif;
}

.pointers h6 {
    /* font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; */
    /* font-family: "GTWalsheimMed", Arial, sans-serif; */
    font-family: "Poppins", sans-serif;
}


.dashed-bottom {
    border-bottom: 1px dashed #dedede;
}


.h1, h1 {
    font-size: calc(1.375rem + 1.05vw);
}
h3 {
    color: #038ebf;
    margin-bottom: 25px;
    font-size: 24px;
}

p {
    text-align: justify;
}
.container {
    max-width: unset;
    padding: 0;
}
@media(max-width:590px){
    .container {
    margin-inline: 1%;
}
}

.flx-bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flx {
    display: flex;
    gap: 0.5rem;
}

.flex-div ul svg:hover {
    fill: #ffffff !important;
}

/* back to top */
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #0ea5b7;
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
    /* hidden by default */
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9;
}

.back-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.back-to-top.hide {
    opacity: 0;
    transform: translateY(10px);
}

/*  */
header {
    background: #203f85;
    height: 55px;
    position: unset;
}

nav {
    justify-content: center;
    background: transparent;
    height: 54px;
}

.cc-fl{
    display: flex;
    align-items: center;
}

.right-side span {
    color: #ffffff;
    font-size: 24px;
    /* font-family: "GT Walsheim reg", sans-serif; */
    font-family: "Poppins", sans-serif;

}
.flx_end_col{display:flex;align-items:end;flex-direction:column;}
.mbs-sm{margin-block-start:0.25rem}
.mbs-m{margin-block-start:0.5rem}
.mbs-1{margin-block-start:1rem}
.right-side a {
    display: flex;
    align-items: center;
}

.flex-div,
.flex-div ul {
    margin-bottom: 0px;
    gap: 4rem;
}

.flex-div ul svg {
    width: 42px;
    height: 26px;
    margin-left: 0;
    fill: #ffffff;
}

@media (max-width: 768px) {
    .right-side span {
        display: block;
        font-size: 10px;
    }
    .flex-div ul svg {
    width: 18px;
    height: 14px;
    margin-left: 0;
    fill: #ffffff;
}
.cc-fl{
    gap: 1rem;
}
.copy-right p, .copy-right ul li {
        font-size: 10px;
        text-align: center;
    }
}


.sec_nav {
    position: sticky;
    top: 0;
    z-index: 40;
}

@media(max-width:768px) {
    .sec_nav {
        margin-top: 0rem;
    }
    h3 {
    font-size: 18px;
    margin-bottom: 16px;
}


}



section {
    border-bottom: 1px dashed #eee;
    scroll-margin-top: calc(var(--nav-height) + 10px);
    /* min-height: 300px; */
}
.top_head {
    font-weight: 700;
    color: #00bceb;
}

.cis_log img {
    width: 100%;
}

.cond_note {
    margin-block-start: 0.5rem;
}

.flex-div,
.flex-div ul {
    margin-bottom: 0px;
}

/* ensure a decent height */
#overview {
    padding: 1rem 8rem;
}

#overview .hero h1 {
    margin-bottom: 1rem;
}


.title-heading {
    white-space: nowrap;   /* default: keep in one line */
}

.title-heading .mobile-break {
    margin-left: 8px; /* keeps spacing on desktop */
}

/* Break into two lines on mobile */
@media (max-width: 496px) {
    .title-heading {
        white-space: normal; /* allow wrapping */
        /* display: inline-block; */
        text-align: center;
    }
    .title-heading .mobile-break {
        display: block;   /* forces to next line */
        margin-left: 0;
    }
}

#overview .hero p {
    font-size: 1rem;
    line-height: 1.5;
}

.cashback {
    gap: 0.25rem;
    margin-block-end: 0.5rem;
}

.cis_log {
    /* width: 320px; */
    padding: 0.5rem;
    margin-block-start: 3rem;
}

.cashback h3{
    color: #215a99;
        font-size: 22px;
        font-weight: bold;
        margin-block-end: 0;
}
.tick{
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.hero_wrapper{
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    /* padding: 20px 0; */
}

@media (min-width: 992px) {
    .hero_wrapper{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    /* Desktop ratio similar to col-8 / col-4 */
    .hero_lsec{
        flex: 0 0 75.00%; /* 8/12 */
        max-width: 75.00%;
        order: 1;
    }

    .cis_log{
        /* flex: 0 0 33.33%;
        max-width: 33.33%; */
        order: 2;
    }
}

@media(max-width:992px){
    header{
        box-shadow: unset;
        height: 45px;
    }
    nav{
        height: 44px;
    }
    .flex-div, .flex-div ul {
    gap: 1rem;
}
    .top-nav-wrap {
        display: none;
    }
    .cashback h3{
        font-size: 13px;
    }
    .tick{
    width: 12px;
    height: 12px;
    margin-top: 0px;
}
.cis_log{
        margin-block-start: 0rem;
        margin: 0 auto;
            width: 224px;
}
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

.pointer li {
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.2;
}
.pointer_not li{
    font-weight: 400;
}
.pointer li p {
    margin-bottom: 0.5rem;
}

.pointer li .pointer-dot {
    display: inline-flex;
    width: 22px;
    height: 22px;
    background: var(--gts-muted);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--gts-accent);
    font-weight: 700;
    margin-top: 2px;
    flex-shrink: 0;
}

/* small responsive */
@media (max-width:980px) {
    #overview {
        padding: 1rem;
    }
 #overview .hero p {
    font-size: 14px;
 }
    .tabs {
        gap: 8px;
    }

    .hero {
        flex-direction: column;
    }

    section {
        padding: 2px 0;
    }
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 20px 0;
}

.logo-track {
    display: flex;
    width: calc(250px * 34);
    /* 17 originals × 2 */
    animation: scroll 100s linear infinite;
}

.logo-track img {
    width: 150px;
    height: auto;
    margin: 0 25px;
    object-fit: contain;
    transition: 0.3s;
}

.logo-track img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top-row {
    /* width: 85%; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
}

.immediate:hover {
    background: none;
}

.immediate {
    background: none;
    border-right: none;
    padding: 0;
    margin-right: 0;
}

.top-row ul a,
.top-row a {
    font-size: 1.6rem;
}

.top-row a svg {
    margin-right: 0.6rem;
    width: 24px;
    height: 24px;
}



.top-row {
    height: 100%;
}

.top-part {
    height: 60px;
}



.overview {
    background: #f0faff;
}

.page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px
}

/* Outer rounded form-panel */
.form-panel {
    width: 85%;
    max-width: 930px;
    /* background: #eaf8ff; */
    border: 2px solid #09181d;
    border-radius: 24px;
    padding: 44px 48px 24px;
    box-shadow: 0 6px 16px rgba(6, 160, 214, 0.05);
}


.title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 18px;
    font-weight: 700;
    color: #0b2533
}


/* contact buttons */
.contact-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 28px;
    border: 2px solid #86d3f0;
    background: transparent;
    font-weight: 600;
    color: #0b3954;
}

.contact-submit-btn:hover {
    background: #1a607241;
}

.contact-submit-btn svg {
    opacity: 0.9
}


.mode-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 6px 0 20px
}

.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
}


form {
    max-width: 780px;
    margin: 0 auto
}



.form-grid {
    display: flex;
    flex-direction: column;
    gap: 7px 28px;
    margin-bottom: 14px;
}

@media(max-width:999px) {
    .gp {
        margin-top: 1rem;
    }

    .page {
        padding: 9px;
    }
}

.full {
    form-grid-column: 1/-1
}


label {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
    color: #0b3b4f
}


input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #0b81b3;
    border-radius: 6px;
    background: transparent;
    outline: none;
    font-size: 14px
}


textarea {
    min-height: 90px;
    resize: vertical
}
.iti{
    display: block !important;
}

/* subtle floating label look (placeholder style) */
.input-field {
    position: relative;
    width: 100%;
}

.input-field .label-hint {
    position: absolute;
    left: 12px;
    top: -10px;
    background: #eaf8ff;
    padding: 0 6px;
    font-size: 12px;
    color: #0b6b90
}


.captcha {
    display: flex;
    justify-content: center;
    margin: 14px 0
}


.submit-wrap {
    display: flex;
    justify-content: center
}

.submit-btn {
    background: #0ea5d8;
    color: white;
    padding: 12px 36px;
    border-radius: 28px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.06)
}

.submit-btn:active {
    transform: translateY(2px);
    box-shadow: none
}


/* back-to-top button mock */
.backtop {
    position: fixed;
    right: 32px;
    bottom: 60px;
    background: #f1f4f6;
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 4px;
    font-weight: 600
}





/* small decorative reference preview */
.reference {
    display: block;
    margin: 0 auto 18px;
    max-width: 450px;
    opacity: 0.08
}

/*  */



/*  */
.zone-tabs-wrap {
    width: 90%;
    margin: 40px auto;
}

.zone-tab-buttons {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #eaf7ff;
    border-radius: 12px;
}

.zone-btn {
    background: #ffffff;
    padding: 15px 30px;
    border: 1px solid #0694D1;
    border-radius: 7px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s ease;
    font-weight: 600;
    color: #0694D1;
}

.zone-btn:hover {
    color: #0b395f;
}

.active-zone {
    background: #0694D1;
    color: white;
}

.zone-content-holder {
    margin-top: 25px;
}

.zone-panel {
    display: none;
}

.show-zone {
    display: block;
}

.zone-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.zone-list li {
    margin-bottom: 10px;
    font-size: 17px;
}


.content .content-voucher {
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: start;
    margin-top: 1rem;
}

.content .content-voucher ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-voucher ul li .voucher-type {
    font-weight: 800;
    color: #0b3954;
    font-size: 1.33rem;
}

/* GTS */
#schedule {
    background: #F4F6F8;
    padding: 1rem 0;
}

.gts-panel {
    width: 85%;
    background: linear-gradient(#fff, #fff);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(10, 30, 40, 0.08);
    margin: 0 auto;
}

.gts-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #35488f;
    color: #fff;
    padding: 12px 26px;
    height: 54px;
}

.gts-header-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.gts-title {
    font-size: 20px;
    font-weight: 600;
}

.gts-price-block .gts-price {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.gts-price-block a {
    color: rgba(255, 255, 255, 0.92);
    display: block;
    font-size: 1rem;
    /* text-decoration: underline; */
    margin-top: 6px;
}

.gts-panel-body {
    background: var(--gts-card-bg);
    padding: 30px 40px 40px;
}
.pointers h6 span{
    font-size: 17px;
}
@media(max-width:768px){
    .gts-panel {
        width: 99%;
    }
    .gts-panel-body {
    padding: 15px 9px 40px;
}
.pointers h6 span{
    font-size: 14px;
}
}
.content-voucher {
    margin-block-end: 1rem;
}

.custom-list {
    padding-left: 1.5rem;
    margin-bottom: 1rem !important;
    border-bottom: 1px dashed #dedede;
    padding-block-end: 1rem;
}

/* .custom-list li {
    list-style: none url(./thumb.png);
} */
ul.custom-list li {
    position: relative;
    margin-bottom: 8px;
}

ul.custom-list li::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 4px;
    width: 18px;          /* ← change size */
    height: 18px;         /* ← change size */
    background-image: url('../images/thumb.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox_price {
    display: flex;
    align-items: center;
    width: 460px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    padding: 13.5px 25px;
    background-color: #F4F4F4;
    position: relative;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 40px;
}

@media(max-width:950px){
    .custom-list {
    padding-left: 1rem;}
    ul.custom-list li::before {
    left: -20px;
    top: 4px;
    width: 10px;
    height: 10px;

}
.pointers h6 {
    font-size: 12px;
}
}
.check_wrapper {
    display: flex;
    /* max-width: 1000px; */
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}

.options-container {
    flex: 1;
    min-width: 300px;
}

.summary-container {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    background-color: #e5f1f691;
    background-color: #f2fbffb0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.option-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e6eef0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
}

.option-item:hover {
    border-color: #0598cf;
}

.option-item.selected {
    border-color: #0b8fc7;
    background-color: #f2fbff;
}

.checkbox {
    width: 22px;
    height: 22px;
    border: 2px solid #e6eef0;
    border-radius: 4px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 3px;
}

.checkbox.checked {
    background-color: #0b8fc7;
    border-color: #0b8fc7;
}

.checkbox.checked::after {
    content: "✓";
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.option-content {
    flex: 1;
}

.option-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: #038ebf;
}

.series {
    font-size: 14px;
    color: #666;
    position: relative;
}
.series ul li{
    list-style: disc;
}
.flx-bt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px;
}

.actual-price {
    /* text-decoration: line-through; */
    color: #888;
}

.option-price {
    font-weight: 600;
    color: #038ebf;
    font-size: 16px;
}

.summary-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #038ebf;
    border-bottom: 1px solid #e6eef0;
    padding-bottom: 10px;
}

.selected-items {
    margin-bottom: 20px;
}

.selected-item {
    padding: 12px 0;
    border-bottom: 1px solid #e6eef0;
}

.selected-item:last-child {
    border-bottom: none;
}

.item-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #038ebfb8;
}

.price-breakdown {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 4px;
}

.gst-breakdown {
    padding-left: 15px;
    margin-top: 5px;
}

.gst-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}
.quantity-section {
    background-color: #f8f9fa;
    border-radius: 6px;
    /* padding: 10px; */
    margin: 10px 0;
    /* border-left: 3px solid var(--gts-accent); */
}

.quantity-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--gts-text-dark);
}

.subtotal-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #093148;
    font-weight: 500;
}
.item-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #e6eef0;
}
.single-item-price {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
}

.quantity-subtotal-section {
    background-color: #fff;
    border: 2px solid var(--gts-accent);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

.quantity-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.quantity-value {
    font-weight: 600;
    color: var(--gts-text-dark);
}

.subtotal-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: var(--gts-primary-dark);
    padding-top: 10px;
    border-top: 2px solid #e6eef0;
}

.subtotal-value {
    font-size: 18px;
}
.total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #e6eef0;
}

.tax-note {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

#feesLink {
    font-size: 14px;
    color: #0b3954;
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.empty-message {
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}
.pricing_flex{
    display:flex;align-items:center;gap:0.2rem;
}

/* inc_dec butn */
.fx_in_bt{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 0.15rem;
    justify-content: space-between;
}
    .inc_dec_but {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #155298;
    border-radius: 12px;
}
.counting {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inc_dec_but button {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 2px;
}
.qunt_sm{
        font-size: 12px;
    font-weight: 400;
}
.inc_dec_but svg{
    width: 14px;
    height: 15px;
}
.inc_dec_but input {
    width: 22px;
    height: 24px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
    border: none;
        padding: 12px 6px;
}
.inc_dec_but button {
    outline: none;
}
.inc_dec_but button:focus,
.inc_dec_but button:active {
    outline: 2px solid #038ebf !important;
    outline-offset: 1px !important;

}
.dcrement:focus,
.dcrement:active{
           border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; 
}
.increment:focus,
.increment:active{
           border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; 
}

/* FORM.. */
.buy_now_btns{
    width: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center; margin-top: 2rem;
}

.butns {
    border-radius: 50px;
    background: #0694d1;
    font-weight: 500;
    color: #fff;
    font-weight: 700;
    border: none;
    outline: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    cursor: pointer;
}

.butns:hover {
    background: #093148 !important;
}




.wrap-box {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
}


.more-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0a91cc;
    font-weight: bold;
}

.arrow-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #c7e8f7;
    display: flex;
    align-items: center;
    justify-content: center;
}



.benefits-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.benefit {
    background-color: white;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    outline: 1px solid #3498db;
}

.icon-box {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 48px;
}

.benefit-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
}

.benefit-content {
    flex-grow: 1;
    margin-bottom: 0;
    color: #5a6c7d;
    text-align: center;
    font-size: 15px;
}


text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #00bceb;
}

.benefit:hover text {
    color: #093148;
}

.benefit:hover text svg {
    width: 28px;
    height: 28px;
}

.benefit:hover text svg {
    fill: #093148;
    stroke: #ffffff;
}


@media (max-width: 768px) {
    .check_wrapper {
        flex-direction: column;
    }

    .flx-bt {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .option-item {
    border-radius: 6px;
        padding: 10px;
        margin-bottom: 9px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid #e6eef0;
}
.checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #e6eef0;
}
.option-title {
    /* font-weight: 600; */
    font-size: 14px;
}
.series
 {
    font-size: 10px;
    margin-bottom: 8px;
}
.pricing_flex>div{
    font-size: 12px;
}
#feesLink {
    font-size: 12px;
}
.check_wrapper {
    gap: 4px;
}

.buy_now_btns{
    margin-top: 1rem;
}
.butns {
    border-radius: 23px;
    padding: 12px 24px;
    font-size: 14px;
}

/* FORM */
.contact-row
 {
    /* flex-direction: column; */
    align-items: center;
    margin-top: 2rem;
}
.contact-submit-btn
 {
    justify-content: center;
    /* width: 149px; */
    font-size: 10px;
        padding: 4px 12px;
 }

 .form-grid {
        /* form-grid-template-columns: 1fr; */
        gap: 0px
    }

    .form-panel {
        padding: 18px;
        border-radius: 18px;
        width: 100%;
    }
    .title {
    font-size: 22px;
}


/* FORM */

.radio {
    font-size: 14px;
}
label {
    font-size: 14px;
}
    .gp {
        margin-top: 0.5rem;
    }
    input[type=text], input[type=email], select, textarea {
    border: 1px solid #0b81b3;

    font-size: 14px;
}
.inc_dec_but input {
    outline: none;
    border: none;
}


/* BENIFIT */
.benefit-title {
    font-size: 16px;
}
.benefit-content {
    font-size: 12px;
}
.wrap-box
 {
    padding: 0 8px;
}




}



/* Tablet view */
@media (min-width: 768px) {
    .benefits-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop view */
@media (min-width: 992px) {
    .benefits-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Large desktop view */
@media (min-width: 1250px) {
    .benefits-container {
        grid-template-columns: repeat(5, 1fr);
    }
}


/*  */
.subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

.level_boxs-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 2rem;
}

.level_box {
    background-color: white;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.level_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.level_box-header {
    padding: 25px 25px 15px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.level_box-header h2 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #0694d1;
}

.level_box-header h2 i {
    font-size: 1.5rem;
}

.level_box-content {
    padding: 25px;
    flex-grow: 1;
    border: 1px solid #0694d1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: none;
}

.level_box-content p {
    margin-bottom: 20px;
    color: #4a5568;
    font-size: 1rem;
}

.cert-list {
    list-style-type: none;
}

.cert-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.cert-list li:before {
    content: "•";
    color: #2b6cb0;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
}

.choose li:before {
    left: -12px;
    top: 2px;
}
/* .choose-content li:before {
    content: "•";
    color: #2b6cb0;
    font-weight: bold;
    position: absolute;
    left: -16px;
    top: 2px;
    font-size: 1.4rem;
} */

.choose {
    margin-top: 0.5rem !important;
}

.choose li {
    margin-bottom: 4px;
}


.cert-name {
    font-weight: 600;
    color: #2d3748;
    display: block;
}

.exam-code {
    color: #0b3954;
    font-size: 0.9rem;
    margin-top: 3px;
    display: block;
}

/* level_box-specific colors */
.level_box-header {
    background: none;
    border: 1px solid #0694d1;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}


.choose-header {
    display: flex;
    align-items: center;
    border-radius: 6px;
    transition: background 0.3s ease;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.choose-header:hover {
    /* background: #e2e8f0; */
}

.choose-header::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    color: #0b3954;
    border-radius: 4px;
    /* border: 1px solid #0b3954; */
    /* font-weight: bold; */
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s ease, background 0.3s ease;
}

.choose.expanded .choose-header::before {
    content: "−";
    /* background: #3a5479; */
}

.choose-header b {
    color: #2c3e50;
    font-size: 15px;
    font-weight: 500;
    /* text-decoration: underline; */
}

.choose-header b:hover {
            color:#365e85;
        }
        


.choose-content {
    margin-top: 15px;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

.choose.expanded .choose-content {
    max-height: 1000px;
    opacity: 1;
}

.choose-content ul {
    list-style: none;
    padding-left: 0;
}

.choose-content li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    transition: background 0.2s ease;
}

.choose-content li:hover {
    background: #f8fafc;
}

.choose-content li:last-child {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .level_box-header {
        padding: 20px;
    }

    .level_box-header h2 {
        font-size: 24px;
    }

    .level_box-content {
        padding: 20px;
    }

    .cert-list>li {
        padding: 2px 16px;
        margin-bottom: 2px;
    }

    .cert-name {
        font-size: 16px;
    }

    .choose-header {
        padding: 8px 12px;
    }
.choose-content
 {
    margin-top: 2px;
 }
.choose-content li
 {
    padding: 4px 0;
    padding-inline-start: 1rem;
 }
 .choose li:before
 {
    left: -16px;
    top: -2px;
}
.cert-name
 {
        font-size: 14px;
    }
    .cert-list li:before
 {
    left: 2px;
    top: -4px;
    font-size: 1.4rem;
}
    /* TABS */
.zone-tabs-wrap {
    width: 97%;
    margin: 6px auto;
}
.zone-tab-buttons {
    flex-direction: column;
}
.zone-title
 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}
.level_boxs-container {
    margin-top: 1rem;
    gap: 7px;
}
.level_box-content p {
    margin-bottom: 16px;
    color: #4a5568;
    font-size: 14px;
}
}

/* .associate-level .level_box-header {
            background: linear-gradient(135deg, #575958 0%, #2a2d2b 100%);
        }

        .professional-level .level_box-header {
            background: linear-gradient(135deg, #233d89 0%, #282625 100%);
        }

        .expert-level .level_box-header {
            background: linear-gradient(135deg, #ac6318 0%, #605006 100%)
        } */

/* Responsive design */
@media (min-width: 768px) {
    .level_boxs-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .level_boxs-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feedback{
    width: 90%;
    margin: 40px auto;
}
.in-flex {
    display: inline-flex;
    align-items: center;
}

.google_icon svg {
    width: 80px;
    height: auto;
}

.rev_goog span {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-block-end: 0.5rem;
}

.rev_goog_btn {
    align-items: center;
    display: flex !important;
    gap: 5px;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    background-color: rgb(9 28 53);
    text-transform: none;
    position: relative;
    border-radius: 32px;
    background: #0694d1;
    color: #fff;
    border: none;
    outline: none;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
}

.rev_goog_btn::after {
    margin-top: 2px;
    height: 24px !important;
    width: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    vertical-align: middle;
    content: url(https://cdn.hexahealth.com/static/website/icon/white_right_arrow_circle_icon.svg);
}

.rating {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 15px 0;
}

.score {
    font-size: 26px;
    font-weight: bold;
}

.stars {
    color: #f5b800;
    font-size: 18px;
}

.count {
    font-size: 13px;
    color: gray;
}

.review-card {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    width: 260px;
    text-align: left;
    transition: 0.3s;
    border: 2px solid transparent;
}
.review-card p{
    font-size: 15px;
    text-align: left;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #0694D1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
}

.name {
    margin: 0;
    font-size: 16px;
}

.small {
    font-size: 16px;
    margin: 8px 0;
    color: #f5b800;
}

@media (max-width: 900px) {
    .review-card {
        width: 100%;
        padding: 12px;
    }
    .review-card p {
    font-size: 14px;
}
}

.list p {
    margin-bottom: 4px;
}

.list ul {
    margin-left: 1.5rem;
}

.list ul li {
    list-style: disc;
    margin-left: 0.5rem;
    line-height: 30px;
}


/* FAQ */
.faq-item {
    margin-bottom: 10px;
}

.question {
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eef7ff;
    padding: 1.4rem 3rem;
    border-radius: 12px;
    margin-bottom: 0;
    margin-top: 1rem;
    position: relative;
    padding-right: 4rem;
    text-align: left;
    /* Make space for the icon */
}

/* Add the arrow icon using ::after pseudo-element */
.question::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .25s ease;
}

.faq-item.active .question::after {
    transform: translateY(-50%) rotate(180deg);
}

.answer {
    display: none;
    padding-top: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.faq-item.active .answer {
    display: block;
    padding: 1.4rem 3rem;
    font-weight: 500;
}

.menue ul li {
    z-index: 100;
}

.faq-item.hide {
    display: none;
}

/* Remove the old icon styles */
.icon {
    display: none;
}

.cd {
    margin-block-start: 1rem;
}

.cd li {
    margin-bottom: 0.15rem;
    font-size: 14px;
}




.fl-gp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 750px;
}
.fl-gp-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.toggle-container {
    padding-block-end: 2rem;
}

.toggle-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    gap: 8px;
    padding: 8px;
}

.toggle-btn {
    flex: 1;
    min-width: 120px;
    padding: 12px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #fafcfd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .18);
    min-height: 5em;
    font-weight: 700;
}

.toggle-btn:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.toggle-btn.is-active {
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #0694d1;
    color: #ffffff;
}

.toggle-btn::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .25s ease;
}

.toggle-btn.is-active::after {
    transform: translateY(-50%) rotate(180deg);
}

.toggle-content {
    padding: 20px;
    display: none;
}


.toggle-content.is-active {
    display: block;
    animation: fadeIn 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* background: aliceblue; */
    margin-inline: 8px;
    padding-inline: 1rem;
    box-shadow: 10px 10px 20px 7px rgba(0, 0, 0, .13);
    /*  */
    position: relative;
    /* required */
    margin-block-start: 1rem;
}



.toggle-btn.is-active::before {
    content: "";
    position: absolute;
    bottom: -8px;
    /* Position it just outside the bottom of the button */
    left: 50%;
    /* Translate back half its width to center it horizontally */
    transform: translateX(-50%);

    /* Create the downward-pointing triangle */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    /* Adjust size as needed */
    border-right: 8px solid transparent;
    /* Use the same blue as the active background for the border color */
    border-top: 8px solid #0694d1;

    /* Ensure it has a higher stack order so it appears over other elements */
    z-index: 10;
}

/* 2. Optional: Adjust the toggle-content top margin to make space for the arrow */
.toggle-content.is-active {
    /* ... (rest of your existing styles) ... */
    margin-block-start: 1rem;
    /* You already had this, which should work. If you need more space, increase it. */
    padding-block-start: 1rem;
    /* Add padding to the top of the content */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cert-list-2 {
    list-style-type: none;
}

.cert-list-2 li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.cert-list-2 li:last-child {
    border-bottom: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .toggle-header {
        flex-direction: column;
    }

    .toggle-btn {
        width: 100%;
        justify-content: space-between;
        min-height: 3em;
    }

    .fl-gp {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        width: 100%;
    }
    .fl-gp-2{
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        width: 100%;
    }
    .cert-list-2 li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    font-size: 12px;
}
.question {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
    padding-right: 4rem;
    text-align: left;
    /* Make space for the icon */
}
.faq-item.active .answer {
    padding: 1rem 1rem;
    font-weight: 500;
    font-size: 14px;
}
}


/* running */
.footer-part ul li a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.footer-part {
    padding: 3.5rem 0px;
    background: #203f85;
    background: #17316a;
}
.bd-m{
        border-bottom: 0.5px solid #cbc6c647;
    padding-block-end: 1rem;
}
.pointers_below {
    margin-block-start: 1rem;
}
.pointers_below ul li{
        color: white;
    line-height: 1.5;
    /* list-style: disc; */
    padding-inline-start: 1rem;
    font-size: 15px;
    position: relative;
}
.pointers_below ul li::before{
    content: "*";
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    font-size: 1.4rem;
    top: -1px;
}
.footer-part ul li a:hover {
    color: #d3d7e5;
}
@media(max-width:992px){
    .pointers_below ul li {
    font-size: 12px;
}

.footer-part
 {
        padding: 1.5rem 0px;
    }
        .br-1 {
        border-bottom: 1px solid #ffffff42;
    }
    .my-container2 {
    width: 96%;
    margin: auto;
}


    .footer-part .my-container2{
        width: 96%;
    }
}

@media(max-width:500px){
    .pointers_below ul li {
    max-width: 290px;
}}
.social-m svg:hover {
    fill: #d3d7e5;
}


/* CART */

.cart_header{
    width: 100%;
    margin-inline-start: 0;
}

   /* Stepper */
    .stepper{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:28px;
      margin-bottom:20px;
    }
    .step{
      display:flex;
      align-items:center;
      gap:12px;
      color:#6b7a82;
      font-weight:600;
      font-size:14px;
    }
        .step .dot {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: linear-gradient(180deg, #f7fbfd, #e9f9ff);
            border: 1px solid #00a5d6;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 165, 214, 0.08);
            color: #00a5d6;
            font-weight: 700;
        }
    .step + .connector{
      width:80px;height:2px;background:linear-gradient(90deg,#cfeffb,#eef9fb);
      border-radius:1px;
    }
.step .dot svg{
    width: 37px;
    height: 35px;
}


    .cart_sec
 {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0,165,214,0.15);
    box-shadow: 0 6px 18px rgba(0,123,160,0.08);
    /* padding: 22px; */
    box-shadow: 0px 6px 12px 0px #C8EDFF;
}
.cart_lsec_header{
    display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        font-weight: 700;
        color: #00a5d6;
        font-size: 20px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 165, 214, 0.06);
        background: #F2FBFF;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 50px;
        border-bottom: 1px solid #91DEFF;
    }
.form_container_cart{
        margin: 40px 50px 40px 50px;
}
.cart_lsec_header svg
 {
    width: 32px;
    height: 33px;
}
.mrt{
    margin-top: 1.25rem;
}
.recaptcha
 {
    width: 220px;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 18px 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff, #fbfeff);
}
.cta-wrap {
    display: flex;
    justify-content: center;
    padding: 18px 0;
}
.btn-secure {
    background: linear-gradient(180deg, #00a5d6, #0085b6);
    color: #fff;
    padding: 16px 34px;
    border-radius: 36px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 133, 182, 0.18);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.info {
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff, #fdfefe);
    border: 1px solid rgba(0, 165, 214, 0.06);
    display: flex;
    gap: 18px;
    align-items: center;
}
.info p {
    margin: 0;
    color: #435f69;
    font-size: 13px;
    line-height: 1.45;
}
.pill {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 22px;
    background: #eaf9ff;
    color: #00a5d6;
    font-weight: 600;
}

.summary-header {
    /* padding: 18px 22px; */
    border-bottom: 1px solid rgba(0, 165, 214, 0.06);
    background: linear-gradient(180deg, #f6fbfd, #f2fbff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #00a5d6;
}
.course-title
 {
    padding: 18px 22px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.course-title h3
 {
    margin: 0;
    font-size: 14px;
    border-bottom: 0.5px solid #ddd;
    padding-bottom: 4px;
    display: flex;
    gap: 5px;
    line-height: 24px;
}
.course-meta {
    color: #6b7a82;
    margin-top: 8px;
    font-size: 13px;
}
.payment-section {
    padding: 18px 22px;
}
.section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-weight: 700;
    color: #00a5d6;
    padding: 10px 0;
}
.price-table {
    width: 100%;
    margin-top: 10px;
}
.price-table .rw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.label-small {
    font-size: 13px;
    color: #4a6b75;
}
.price {
    font-weight: 700;
}
.price-table .rw.total {
    font-weight: 800;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding-top: 16px;
}
.payment-section svg{
    width: 35px;
    height: 35px;
}
.easebuzz{
    width: 152px;
}
.easebuzz img{
    width: 100%;
}



@media (max-width:768px){
    .crt .my-container2{
        width: 98%;
    }
  
    .stepper {
    gap: 0px;
        margin-bottom: 6px;
                margin-inline: 0.25rem;
}
    .step {
    gap: 2px;

    font-size: 14px;
}
.step .dot {
    width: 35px;
    height: 35px;
}
.step .dot svg {
    width: 20px;
    height: 18px;
}
.stepper-title{
    font-size: 9px;
    white-space: nowrap;
}

.form_container_cart {
    margin: 16px 8px 16px 8px;
}
.btn-secure {
    padding: 10px 24px;
    border-radius: 28px;
    font-size: 14px;
    gap: 10px;
}
.btn-secure span{
    font-size: 14px;
}
.info{
    flex-direction: column;
}
.cart_sec
 {
    margin-block-start: 1rem;
}
}







.wt_icon {
    position: fixed;
    bottom: 12px;
    /* left: 75%; */
    right: 24px;
    /* top: 7; */
    display: inline;
    z-index: 99;
}
/* @media (min-width: 650px) {
    .wt_icon {
        left: 94%;
    }
} */
.wt_icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: #ffffff;
    border-radius: 10px;
}


.thanks-j{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.th{
    max-width: 400px;
}
.th img{
    width: 100%;
}
.thanks-j p{
    color: #000000;
}
.backhome{
    text-decoration: underline;
    color: #093148;
}




/*  */
.after_enq {
    display: none; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.after_enq.show {
    display: block;
    opacity: 1;
    margin: 0 auto;
    width: fit-content;
}

/* Container styling to maintain dimensions */
.bef_enq, .after_enq {
    min-height: 500px; /* Adjust based on your form height */
}

.success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    padding-block-start: 4rem;
}

.suc_svg_tick {
    margin-bottom: 1.5rem;
}

.success-title {
    color: #223f83;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.success-message {
    /* color: #666; */
    max-width: 400px;
    line-height: 1.6;
    text-align: center;
    
}
.suc_s_tick svg{
    width: 95px;
    height: 95px;
}
















/* =================== MAIN STICKY NAV =================== */
:root{
    --nav-height: 70px;
    --pill-bg: #fff;
    --pill-border: #d2e8ef;
    --accent-dark: #065880;
}

/* Desktop navbar */
.sec_nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
}
.sec_nav {
    display: block;
}
.mob_tab{
    display: none;
}
.tablist_wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(#fff, #fafbfd);
    border-bottom: 1px solid #eee;
    padding-inline: 3rem;
    gap: 2rem;
}

.logo { display: block; }

/* Hide logo on mobile */
@media(max-width: 990px) {
      .sec_nav {
        display: none;
    }
    .logo { display:none;}
    .tablist_wrapper { padding-inline: 0;}
}

.top-nav-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--nav-height);
    border-bottom: none;
}

/* ========== Tabs ========== */
.tabs {
    display: flex;
    gap: 14px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tab {
    background: var(--pill-bg);
    border: 1px solid var(--pill-border);
    padding: 12px 22px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all .18s ease;
    white-space: nowrap;
}

.tab:hover { background:#f0faff; border-color:#0694d1; }

.tab.active {
    background: #f0faff;
    border: 1px solid #0694d1;
    color: var(--accent-dark);
    box-shadow: 0 6px 18px rgba(14, 165, 183, 0.08);
}

/* ================= MOBILE TABS ================= */
.mob_tab { display:none; }

@media(max-width:768px){
    .mob_tab{
        display:block;
        position:sticky;
        top:0;
        background:#fff;
        z-index:10000;
    }
    .tabs{
        flex-wrap:nowrap;
        overflow-x:auto;
        scrollbar-width:none;
        -ms-overflow-style:none;
        gap:6px;
        justify-content:flex-start;
        padding:12px 10px 10px;
    }
    .tabs::-webkit-scrollbar{ display:none; }

    .tab{
        flex:0 0 auto;
        padding:9px 12px;
        border-radius:9px;
        font-size:11px;
    }
}



.hyperLinks {
    color: #215a99b8;
    font-weight: 700;
}
.hyperLink:hover{
            color:#19b7ce;
        }

/* Payment */

        /* Main content */
        .container-payment {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            padding: 40px 20px;
        }

        .success-card {
            background-color: var(--gts-card-bg);
            border-radius: var(--gts-radius);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            padding: 40px;
            max-width: 500px;
            width: 100%;
            text-align: center;
            border: 1px solid #edf2f5;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        }

        .success-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #4caf50, #8bc34a);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 36px;
        }
.success-icon svg {
  width: 42px;
  height: 42px;
}
        .payment-title {
            font-size: 32px;
            font-weight: 700;
            color: #2e7d32;
            margin-bottom: 10px;
        }

        .payment-amount {
            font-size: 40px;
            font-weight: 700;
            color: var(--gts-text-dark);
            margin-bottom: 30px;
        }

        .payment-details {
            background-color: var(--gts-muted);
            border-radius: var(--gts-radius);
            padding: 25px;
            margin-bottom: 30px;
            text-align: left;
        }

        .details-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--gts-text-dark);
            border-bottom: 1px solid #e0e7eb;
            padding-bottom: 10px;
        }

        .detail-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .detail-label {
            color: #6c7c8c;
            font-weight: 500;
        }

        .detail-value {
            color: var(--gts-text-dark);
            font-weight: 600;
        }

        .status-badge {
            background-color: #e8f5e9;
            color: #2e7d32;
            padding: 6px 15px;
            border-radius: var(--gts-pill-radius);
            font-size: 14px;
            font-weight: 600;
        }

        /* Action buttons */
        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .btn {
            padding: 16px;
            border-radius: var(--gts-radius);
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-family: "Poppins", sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .btn-primary {
            background-color: var(--gts-primary);
            color: white;
        }

        .btn-primary:hover {
            background-color: var(--gts-primary-dark);
            transform: translateY(-2px);
        }

        .btn-outline {
            background-color: white;
            color: var(--gts-primary);
            border: 2px solid var(--gts-primary);
        }

        .btn-outline:hover {
            background-color: var(--gts-muted);
            transform: translateY(-2px);
        }

        .btn-icon {
            font-size: 18px;
        }

        /* Help section */
        .help-section {
            margin-top: 30px;
            text-align: center;
            color: #6c7c8c;
        }

        .help-link {
            color: var(--gts-primary);
            text-decoration: none;
            font-weight: 600;
        }

        .help-link:hover {
            text-decoration: underline;
        }

        /* Footer */
        .footer {
            text-align: center;
            padding: 20px;
            color: #8a9ba8;
            font-size: 14px;
            border-top: 1px solid #f0f5f7;
            margin-top: 40px;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .navbar {
                padding: 0 20px;
            }
            
            .nav-links {
                display: none;
            }
            
            .success-card {
                padding: 30px 20px;
            }
            
            .payment-amount {
                font-size: 32px;
            }
            
            .detail-row {
                flex-direction: column;
                gap: 5px;
            }
        }

        @media (max-width: 480px) {
            .navbar {
                padding: 0 15px;
            }
            
            .logo {
                font-size: 18px;
            }
            
            .logo-icon {
                width: 32px;
                height: 32px;
                font-size: 16px;
            }
            
            .payment-title {
                font-size: 26px;
            }
            
            .payment-amount {
                font-size: 28px;
            }
        }



                           .container-pf {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            padding: 40px 20px;
            background: aliceblue;
        }

        .failure-card {
            background-color: var(--gts-card-bg);
            border-radius: var(--gts-radius);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            padding: 40px;
            max-width: 500px;
            width: 100%;
            text-align: center;
            border: 1px solid #edf2f5;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        }

        .failure-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--error-color), var(--error-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 8px;
            color: white;
        }

        .failure-icon svg {
            width: 42px;
            height: 42px;
        }

        .payment-error-title {
            font-size: 32px;
            font-weight: 700;
            color: var(--error-dark);
            margin-bottom: 10px;
        }

        .payment-subtitle {
            font-size: 18px;
            color: #6c7c8c;
            margin-bottom: 16px;
            line-height: 1.5;
        }

        .payment-amount {
            font-size: 40px;
            font-weight: 700;
            color: var(--gts-text-dark);
            margin-bottom: 12px;
            opacity: 0.8;
        }

        .payment-error-details {
            background-color: var(--error-light);
            border-radius: var(--gts-radius);
            padding: 25px;
            margin-bottom: 14px;
            text-align: left;
            border-left: 4px solid var(--error-color);
        }

        .details-error-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--error-dark);
            border-bottom: 1px solid #ffcdd2;
            padding-bottom: 10px;
        }

        .detail-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 6px;
        }

        .detail-label {
            color: #6c7c8c;
            font-weight: 500;
        }

        .detail-value {
            color: var(--gts-text-dark);
            font-weight: 600;
        }

        .status-error-badge {
            background-color: #e2c3c8;
            color: var(--error-dark);
            padding: 6px 15px;
            border-radius: var(--gts-pill-radius);
            font-size: 14px;
            font-weight: 600;
        }

        /* Error message section */
        .error-message {
            background-color: #fff8e1;
            border-radius: var(--gts-radius);
            padding: 12px;
            margin-bottom: 8px;
            text-align: left;
            border-left: 4px solid var(--warning-color);
        }

        .error-title {
            font-size: 16px;
            font-weight: 600;
            color: #f57c00;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .error-desc {
            color: #6c7c8c;
            font-size: 14px;
            line-height: 1.6;
        }

        /* Action buttons */
        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .btn-error {
            background-color: var(--error-color);
            color: white;
        }

        .btn-error:hover {
            background-color: var(--error-dark);
            transform: translateY(-2px);
        }

        .btn-error-outline {
            background-color: white;
            color: var(--error-color);
            border: 2px solid var(--error-color);
        }

        .btn-error-outline:hover {
            background-color: #ffebee;
            transform: translateY(-2px);
        }

        .btn-secondary {
            background-color: var(--gts-primary);
            color: white;
        }

        .btn-secondary:hover {
            background-color: var(--gts-primary-dark);
            transform: translateY(-2px);
        }

        .btn-icon {
            font-size: 18px;
        }

        /* Help section */
        .help-section {
            margin-top: 12px;
            text-align: center;
            color: #6c7c8c;
        }

        .help-link {
            color: var(--gts-primary);
            text-decoration: none;
            font-weight: 600;
        }

        .help-link:hover {
            text-decoration: underline;
        }

        /* Possible reasons */
        .reasons-section {
            background-color: var(--gts-muted);
            border-radius: var(--gts-radius);
            padding: 7px;
            margin-top: 7px;
            text-align: left;
        }

        .reasons-title {
            font-size: 16px;
            font-weight: 600;
            color: var(--gts-text-dark);
            margin-bottom: 5px;
        }

        .reason-list {
            list-style-type: none;
            padding-left: 0;
        }

        .reason-list li {
            padding: 2px 0;
            color: #6c7c8c;
            display: flex;
            align-items: flex-start;
            gap: 7px;
        }

        .reason-list li:before {
            content: "•";
            color: var(--error-color);
            font-weight: bold;
        }

        /* Footer */
        .footer {
            text-align: center;
            padding: 20px;
            color: #8a9ba8;
            font-size: 14px;
            border-top: 1px solid #f0f5f7;
            margin-top: 40px;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .navbar {
                padding: 0 20px;
            }

            .nav-links {
                display: none;
            }

            .failure-card {
                padding: 30px 20px;
            }

            .payment-amount {
                font-size: 32px;
            }

            .detail-row {
                flex-direction: column;
                gap: 5px;
            }

            .action-buttons {
                flex-direction: column;
            }
        }

        @media (max-width: 480px) {
            .navbar {
                padding: 0 15px;
            }

            .logo {
                font-size: 18px;
            }

            .logo-icon {
                width: 32px;
                height: 32px;
                font-size: 16px;
            }

            .payment-error-title {
                font-size: 26px;
            }

            .payment-amount {
                font-size: 28px;
            }

            .btn {
                padding: 14px;
                font-size: 15px;
            }
        }

        /* Shake animation for error icon */
        @keyframes shake {

            0%,
            100% {
                transform: translateX(0);
            }

            10%,
            30%,
            50%,
            70%,
            90% {
                transform: translateX(-5px);
            }

            20%,
            40%,
            60%,
            80% {
                transform: translateX(5px);
            }
        }

        .shake {
            animation: shake 0.8s ease-in-out;
        }

        .error-title svg {
            width: 16px;
            height: 16px;
        }

        .action-buttons svg {
            width: 18px;
            height: 18px;
        }


/* FLOATING MENUBAR (Mobile) */
.whatsappIcon i {
    color: #25D366 !important;
}
.menubar-strip {
    display: none;
}

@media (max-width: 650px) {
    .menubar-strip {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
        z-index: 9999;
    }

        .menubar-strip .flx {
            display: flex;
            height: 70px;
        }

        .menubar-strip a {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.25s ease;
            flex-direction: column;
            height: 100%;
        }

        .menubar-strip .home:hover,
        .menubar-strip .phone:hover {
            border: 1px solid #1a2f6b;
            /*            border-radius: 50%;*/
            padding: 7px;
            background: #1a2f6b;
        }

        .menubar-strip .whatsappIcon:hover {
            padding: 7px;
            background: #25D366;
        }

        .menubar-strip .home:hover i,
        .menubar-strip .phone:hover i {
            color: white;
        }

        .menubar-strip .whatsappIcon:hover i {
            color: white !important;
        }

        .menubar-strip .home:hover span,
        .menubar-strip .phone:hover span,
        .menubar-strip .whatsappIcon:hover span {
            color: white;
        }

        .menubar-strip .phone {
            color: black;
        }

            .menubar-strip .phone i {
                padding: 0.4rem;
            }

        .menubar-strip .whatsappIcon i {
            font-size: 33px;
        }

        .menubar-strip i {
            font-size: 18px;
            line-height: 1;
        }

        .menubar-strip span {
            line-height: 1;
            font-weight: 500;
            color: black;
        }
}

