/*.......................   bennae section  .................. */

.Privill_section {
    position: relative;
}

.banner_image img {
    width: 100%;
    object-fit: cover;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
    width: 100%;
    transition: all 1s ease;
}

/* Hide mobile image by default, show desktop */
.desktop_banner {
    display: block;
}

.mobile_banner {
    display: none;
}

/* Show mobile image on small screens */
@media screen and (max-width: 425px) {
    .desktop_banner {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .banner_text {
        top: 20%;
        transform: translateX(-50%);
        padding: 10px;
        text-align: center !important;
    }

    .banner_titel,
    .texts {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .banner_titel {
        font-size: 22px !important;
    }

    .texts {
        max-width: 340px !important;
    }

    .banner_button {
        font-size: 16px;
    }
}

/* Slide-in class added directly */
.slide-in {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
}

.banner_titel {
    text-align: left;
    color: #012f49;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.texts {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #012f49;
    margin-bottom: 15px;
    max-width: 500px;
}

.banner_button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: var(--color);
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}



/*..................   Let’s get started  .............. */
/* 
.get_started {
    padding: 70px 0;
} */

.get_header {
    padding: 0 0 30px 0;
}

.started_box {
    padding: 10px;
}

.get_header {
    text-align: center;
}

.titel {
    text-align: center;
    font-size: 24px !important;
    color: #012f49;
    font-weight: 600 !important;
}

.sub_titel {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3;
    text-align: center;
}

.started_box {
    width: 100%;
    padding: 15px;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
}

.number {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px;
}

.number span {
    width: 40px;
    height: 40px;
    border: 2px solid var(--color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600 !important;
}

.box_title {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 16px !important;
    color: var(--color);
    font-weight: 600 !important;
}

/* .box_text p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5;
} */



@media screen and (max-width: 767px) {

    .started_box {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
    }

    .number {
        padding: 0;
        flex-shrink: 0;
        padding-top: 10px;
    }

    .box_text,
    .box_titel {
        text-align: left;
        padding-bottom: 2px;
    }
}

/*..................    Membership Tiers  .............. */


/* .membership_section {
    padding: 70px 0;
} */

.membership_allboxes .row {
    display: flex;
    justify-content: center;
    /* Center the boxes */
    gap: 1 0px;
    /* Adjust space between boxes */
}

.membership_allboxes .col-4 {
    display: flex;
    justify-content: center;
    flex-basis: 25%;
}

/* .membership_header h2 {
    text-align: center;
    padding: 0 0 30px 0px;
    font-size: 24px !important;
    color: black;
    font-weight: 600 !important;


} */

.innerbox {
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    background-color: var(--light-color);
    border-radius: 10px !important;
}

.innerbox_titel {
    text-align: center;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color);
    text-transform: uppercase;
    color: var(--color);
}

.innerbox_text {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 13px !important;
    /* font-weight: 500 !important; */
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .innerbox {
        padding: 10px 15px;
    }
}


/* Mobile Responsive */
@media screen and (max-width: 767px) {
    .membership_allboxes {
        gap: 20px !important;
        /* Add gap between stacked boxes */
    }

    /* .membership_box {
        display: flex;
        justify-content: center;
    } */

    /* .innerbox {
        margin-bottom: 20px;
        max-width: 300px;
    } */
}


/*..................   Jewelbox Privilege Benefits  .............. */


.jewelbox_privilege {
    background-color: var(--light-color);
    /* padding: 70px 0; */
}

.jewelbox_header {
    padding: 0 0 30px 0;
}

.jewelbox_titel {
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 22px !important;
    color: black;
    font-weight: 600 !important;
}

.jewelbox_subtitel {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3;
    color: black;
    text-align: center;
}

.benefits_table {
    padding: 20px 0 0 0;
    text-align: left;
}

.benefits-table {
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #D6EBE6;
    border-spacing: 2px;
    caption-side: bottom;
    border-collapse: collapse;
    color: var(--color) !important;
}

.benefits-table tr {
    border-bottom: 1px solid var(--color);
}

.benefits-table td {
    border-bottom: 2px solid #ffffff99 !important;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.benefits-table td:first-child {
    text-align: left;
    /* Align the first column (Rewards) to the left */
}

.benefits-table th {
    text-align: center;
}

.benefits-table th:first-child {
    text-align: left;
}


/* Default - Desktop View */
.benefits_table {
    display: block;
}

.membership_mobileversion {
    display: none;
}


/* Mobile View */
@media screen and (max-width: 767px) {
    .benefits_table {
        display: none;
    }

    .membership_mobileversion {
        display: block;
    }

    .mobile_box {
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .mobile_title {
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        color: var(--color);
    }

    .mobile_box ul {
        padding-left: 18px;
    }

    .mobile_box li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
}

.membership_mobileversion ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.membership_mobileversion li {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.check_iocn {
    font-size: 17px;
    margin-right: 5px;
}



/* ......................  Member Privileges ........................... */

.member_privileges {
    background-color: var(--light-color);
    /* padding: 70px 0; */
}

.member_titel {
    text-align: center;
    padding: 0 0 30px 0;
}

.member_allboxes {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;

}

.member_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 150px;
    text-align: center;
    padding: 10px;
}

.icon_box {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* This makes it round */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    /* Center and space from text */
    box-shadow: 0 4px 8px var(--shadow-color);
    /* Optional shadow for better look */

}

.icon_box img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;

}

.icon_text {
    text-align: center;
    font-size: 12px;
    max-width: 100px;
    letter-spacing: 0.3px;
}

/* .member_allboxes .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  

@media (min-width: 1024px) {
    .member_allboxes .row {
      flex-wrap: nowrap !important;
      justify-content: center !important;
      gap: 20px; 
    }
  } */

/* ......................  TERMS AND CONDITIONS:	  ........................... */


/* .terms_condition {
    padding: 70px 0 0 0;
} */

.terms_header h2 {
    text-align: center;
    padding: 0 0 30px 0px;
    font-size: 24px !important;
    color: black;
    font-weight: 600 !important;
}

.conditins {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 0 20px; */

}

.conditins ul li {
    letter-spacing: 0.6px;
    word-spacing: 1px;
    font-size: 14px;
    margin-bottom: 22px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .terms_header h2 {
        font-size: 22px;
    }

    .conditins {
        /* padding: 0 15px; */
    }

    .conditins p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .terms_condition {
        padding: 50px 0;
    }

    .terms_header h2 {
        font-size: 20px;
    }

    .conditins p {
        font-size: 14px;
    }
}



/* ......................  faqs  ........................... */

.accordion-button:not(.collapsed) {
    color: var(--color) !important;
    background-color: var(--light-color) !important;
    box-shadow: inset 0 -1px 0 var(--shadow-color) !important;
}

.faqs_section {
    padding: 70px 0;
}

.faqs_header h2 {
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 24px !important;
    color: black;
    font-weight: 600 !important;
}

.accordion {
    background-color: none;
    box-shadow: none;
    width: 60%;
    margin: 0 auto;
}

/* Hide Bootstrap default arrow */
.accordion-button::after {
    display: none;
}

/* Style for + icon */
.faq-toggle-icon::before {
    content: "+" !important;
    color: var(--color) !important;
    font-size: 20px;
    font-weight: bold;
}

/* Change to – when open */
.accordion-button:not(.collapsed) .faq-toggle-icon::before {
    content: "–" !important;
    /* color: var(--color) !important; */
}

.faq_accordian {
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
}

.faq_accordian_body {
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

@media (max-width: 768px) {
    .accordion {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .accordion {
        width: 100%;
    }
}

.btn_section {
    text-align: center;
    /* padding: 50px; */
    background-color: var(--light-color);
}