:root{
    --bg-color: #fff;
    --main-color: #0C213B;
    --white-color: #fff;
    --black-color: #000;
    --yellow-color: #CEA341;

    --font-heebo-primary: "Heebo", Sans-serif;
    --font-rubik-primary: "Rubik", sans-serif;
    /* --font-family-primary: 'Assistant'; */
    /* --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-mediun: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 600;
    --font-weight-extrabold: 900; */
}
*{
    box-sizing: border-box;
}
body{
    background: var(--bg-color);
    
}
h1,h2,h3,h4,h4,h5{
    font-family: "Assistant", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}
a{
    text-decoration: none;
    margin-bottom: 0;
}
p{
    font-family: "Assistant", sans-serif;
    margin-bottom: 0;
}
.w-fit-content{
    width: fit-content;
}
.container {
    max-width: 1108px;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.mobile-menu{
    display: none;
}


/* Ketan CSS starts */
.hero_wrap {
    width: 100%;
    height: 730px;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px 40px;
}

.hero_inner {
    max-width: 650px;
}

.hero_logo img {
    width: auto;
}

.hero_heading {
    font-weight: 800;
    font-size: 59px;
    line-height: 46px;
    color: var(--black-color);
    margin-bottom: 0;
    text-align: center;
}
.hero_heading_2{
    font-weight: 800;
    font-size: 66px;
    line-height: 66px;
    color: var(--black-color);
    margin-bottom: 0;
    text-align: center;
}

.hero_yellow_text {
    font-weight: 700;
    font-size: 37px;
    line-height: 42px;
    color: var(--yellow-color);
    text-align: center;
}

.hero_description {
    font-weight: 400;
    font-size: 22px;
    color: var(--black-color);
    text-align: center;
    line-height: 30px;
    max-width: 517px;
}
.hero_description strong{
    font-weight: 800;
}
.hero_button_wrap {
    display: inline-block;
    background: var(--black-color);
    border-radius: 50px;
    padding: 8px 22px 8px 62px;
    margin-top: 12px;
    position: relative;
}
.button-width-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero_button_wrap:before {
    content: "";
    background-image: url("https://karkaot.webzsites.site/wp-content/uploads/sites/50/2025/11/left-arrow-button.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 22px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
}

.global_gradient_button {
    font-family: var(--font-rubik-primary);
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
    background-image: linear-gradient(224.72deg, #BE7F33 13.18%, #FCDF8F 37.47%, #F8CB64 62.64%, #AE7D2F 87.36%);
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.global_gradient_button:hover{
    color: transparent;
}

.main-header-wrapper{
    max-width: 530px;
    position: relative;
}
.hero_logo{
    position: absolute;
    left: -125px;
}



/* 2nd section CSS */
.features_section {
    width: 100%;
    margin-top: -110px;
    position: relative;
    z-index: 20;
    border-radius: 0 0 20px 20px;
}

.features_inner {
    margin: 0 auto;
    text-align: center;
}

.features_heading {
    font-family: var(--font-rubik-primary);
    font-weight: 700;
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 12px;
}

.features_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
}

.feature_item {
    text-align: center;
}

.feature_icon img {
    width: 97px;
    height: auto;
    margin-bottom: 15px;
}

.feature_text {
    font-family: var(--font-rubik-primary);
    font-weight: 500;
    font-size: 19px;
    color: #000000;
    line-height: 1.4;
}



/* Section 3 CSS */
.financial_reality_section{
    margin-bottom: 54px;
}
.situation-main-column-wrapper{
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
}
.situation-left-column{
    width: 48%;
    position: relative;
}
.situation-left-column img{
    position: absolute;
    bottom: -5vh;
    right: 0;
}
.situation-right-column{
    width: 52%;
}
.situation_section {
    width: 100%;
    background: #BBDCE6;
    padding: 49px 0;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative;
}
.situation_container {
    max-width: 1250px;
    margin: 0 auto;
    text-align: right;
    padding-right: 40px;
}
.situation_heading {
    font-family: var(--font-rubik-primary);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.situation_item {
    background: #ffffff;
    padding: 19px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0px 3.18px 10.91px 0px rgba(0, 0, 0, 0.1);
    text-align: right;
}
.situation_item p {
    font-family: var(--font-rubik-primary);
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    line-height: 1.45;
}
.top-dots-vector{
    position: absolute;
    top: 0;
    left: 0;
}
.bottom-dots-vector{
    position: absolute;
    bottom: 0;
    right: 0;
}




/* Footer CSS */
.footer_section {
    width: 100%;
    background: #0C213B;
    padding: 26px 0;
    text-align: center;
}

.footer_inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Top text */
.footer_top_text {
    font-family: var(--font-rubik-primary);
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 1.4;
}

/* Form wrapper */
.footer_form_wrap {
    margin-bottom: 23px;
    max-width: 543px;
}

/* Bottom links row */
.footer_bottom_links {
    font-family: var(--font-heebo-primary);
    font-size: 12.83px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer_bottom_links a {
    color: #ffffff;
    text-decoration: none;
}

.footer_bottom_links a:hover {
    text-decoration: underline;
}

.footer_separator {
    color: #ffffff;
}


/* Contact form CSS */

/**** Contact Form css start ****/
/**** Contact Form css start ****/
.wpcf7-spinner{
    display: none;
}
.field-col label {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: end;
}
.wpcf7-form-control-wrap {
    position: relative !important;
}
.checkbox-group > p{
    display: flex;
    gap: 1.1vw;
    margin-top: 2vh;
}
.field-col label .wpcf7-form-control-wrap, .field-col input, .wpcf7-select{
    width: 100%;
    margin-bottom: 1vh;
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 0.3vw;
    border: none;
    height: 46px;
    margin-bottom: 0;
    direction: rtl !important;
    font-family: var(--font-heebo-primary);
}
.field-col label > span:first-child{
    min-width: fit-content;
    font-size: 25px;
    line-height: 30px;
    font-weight: var(--font-weight-regular);
    color: var(--second-color);
}
.contact-form .form-heading{
    font-size: 30px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
    color: var(--second-color);
    min-width: fit-content;
}
.form-logo {
    min-width: 6vw;
    margin-left: 0;
    margin-top: -1vh;
}
.field-col label input{
    background: none;
    border: none;
    border-bottom: 2px solid var(--second-color);
    color: var(--second-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: var(--font-weight-regular);
    
    margin-bottom: 0;
}
.field-col label input:focus{
    outline: none;
    box-shadow: none;
}
.field-col, .submit-btn{
    margin-bottom: 10px;
    padding: 0 5px !important;
}
.field-col > p {
    margin-bottom: 0;
    height: 100%;
}

.custom-select-box .wpcf7-form-control-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 52%;
    left: 0.2vw;
    border-left: 0.5vw solid transparent;
    border-right: 0.5vw solid transparent;
    border-top: 1vh solid var(--black-color);
    transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output{
    display: none !important;
}
.wpcf7-checkbox .wpcf7-list-item-label{
    font-family: var(--font-heebo-primary);
    color: var(--white-color);
    font-size: 12px;
    line-height: 18px;
    text-align: start;
    font-weight: 400;
}
.wpcf7-checkbox > span{
    margin-left: 0;
}
.wpcf7-checkbox label{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 30px;
}
.wpcf7-not-valid-tip{
    position: relative;
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: start;
}
.checkbox-group .wpcf7-not-valid-tip{
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    padding-right: 30px !important;
}

.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 15px;
    width: 20px;
    height: 20px;
    border: 0.1vw solid #fff;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
}
input[type="checkbox"]:checked {
    background: #fff;
    border: 0.1vw solid var(--white-color);
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
    content: "✔";
    width: 0.8vw;
    height: 1.6vh;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    font-size: 1vw;
    line-height: 1.8vh;
    text-align: center;
    color: #000;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  height: auto;
}
.submit-btn > p {
    position: relative;
    height: 100%;
    margin-bottom: 0;
}
.submit-btn img {
    position: absolute;
    top: 50%;
    left: 0.5vw;
    width: 1vw;
    height: 2.5vh;
    z-index: 2;
    transform: translateY(-50%);
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-response-output {
    font-size: 0.9vw;
    padding: 1vh 0.5vw !important;
    line-height: 1.8vh;
    margin: 0.8vh auto !important;
    text-align: center;
}
.submit-btn input{
    width: 100%;
    height: 46px;
    padding: 15px;
    font-size: 23px;
    line-height: 18px;
    border-radius: 0.3vw;
    color: var(--black-color) !important;
    font-family: var(--font-heebo-primary);
    font-weight: bold;
    background: linear-gradient(
        to top left,
        #F0A942,
        #ECE095,
        #D7AA45
    );
  border: none;
}

.bottom-content-wrapper #contactform{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-order{
    width: 80%;
}
.simple-text p{
    font-size: 0.77vw;
    margin: 0;
    font-family: var(--font-family-Heebo-Regular);
    color: #000;
    line-height: 2vh;
}




/* Section 4 */

.financial_reality_container {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.financial_reality_left {
    width: 46%;
}

.financial_reality_left img {
    width: 100%;
    height: auto;
    border-top-left-radius: 60px;
    display: block;
}

.financial_reality_right {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.financial_reality_heading {
    font-family: var(--font-rubik-primary);
    font-size: 32px;
    font-weight: 700;
    color: #0C213B;
    margin-bottom: 20px;
    line-height: 1.35;
}

.financial_reality_description {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}
.financial_reality_description p:first-child {
    margin-bottom: 15px;
}
.financial_reality_heading_2 {
    font-family: var(--font-rubik-primary);
    font-size: 30px;
    font-weight: 700;
    color: #0C213B;
    margin-bottom: 10px;
    line-height: 1.35;
}

.financial_reality_description_2 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}




/* Section-5 CSS */
.yellow-text{
    color: #CCAE69;
}

.opportunity_section {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 66px 0 44px 0;
}

.opportunity_container {
    width: 713px;
    margin: 0 auto;
    text-align: center;
}

.lifetime_opportunity_heading {
    font-family: var(--font-rubik-primary);
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    max-width: 625px;
}

.lifetime_opportunity_description {
    font-family: var(--font-rubik-primary);
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
}

.opportunity_repeater_wrapper {
    display: flex;
    gap: 36px;
}

.opportunity_item {
    background: #ffffff;
    padding: 19px 10px;
    border-radius: 15px;
    box-shadow: 1.48px 2.95px 5.39px 0.74px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: column;
    width: 33.33%;
}

.opportunity_icon img {
    width: 69px;
    height: auto;
    display: block;
}

.opportunity_text {
    font-family: var(--font-rubik-primary);
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
}



/* Section 6 CSS */
.government_section {
    padding: 33px 0 54px 0;
}

.government_container {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.government_left {
    width: 52%;
}

.government_left img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.government_right {
    width: 48%;
    text-align: right;
    padding-top: 27px;
}

.government_heading_1 {
    font-family: var(--font-rubik-primary);
    font-size: 32px;
    font-weight: 700;
    color: #0C213B;
    line-height: 1.35;
    margin-bottom: 10px;
    max-width: 528px;
}

.government_description_1 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}

.government_heading_2,
.government_heading_3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.4;
}

.government_description_2,
.government_description_3 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}




/* Section-7 CSS */
.investment_section {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 40px 0 50px 0;
    margin-bottom: 50px;
}

.investment_container {
    max-width: 816px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.investment_heading_wrapper {
    font-family: var(--font-rubik-primary);
    font-size: 39px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 40px;
    line-height: 45px;
    text-align: center;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
    max-width: 771px; 
    margin: 0 auto;
}

.investment_repeater_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.investment_item {
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: stretch;
    text-align: right;
    overflow: hidden;
    box-shadow: 1.48px 2.97px 5.42px 0.74px rgba(0, 0, 0, 0.1);
    padding: 22px 20px;
}

.investment_bar {
    width: 9px;
    background: #C9A95F; 
    border-radius: 15px;
}

.investment_item_content {
    padding-right: 26px;
    flex: 1;
}

.investment_item_heading {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: right;
}

.investment_item_description p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    margin: 0;
    text-align: right;
}



/* Notice Section CSS */
.notice_section {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.notice_inner {
    font-family: var(--font-rubik-primary);
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}



/* FAQ Section CSS */
.faq_section {
    width: 100%;
    background-size: cover;
    background-position: top center;
    padding: 57px 20px 90px 20px;
}
.faq_container {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.faq_heading {
    font-family: var(--font-rubik-primary);
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 528px;
}

.faq_description {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 40px;
    line-height: 1.5;
    max-width: 661px;
    margin: 0 auto;
}
.faq_list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.faq_item {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 1.59px 3.17px 5.79px 0.79px rgba(0, 0, 0, 0.1);
}

.faq_question_row {
    padding: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start; 
    text-align: right;
}

.faq_arrow i {
    font-size: 20px;
    color: #000000;
    transition: transform 0.3s ease;
}

.faq_question {
    flex: 1;
    font-family: var(--font-rubik-primary);
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    margin: 0 15px;
    text-align: right;
}

.faq_counter {
    width: 70px; 
    display: flex;
    align-items: start;
    justify-content: center;
    line-height: 38px;
    padding-top: 13px;
    font-family: var(--font-rubik-primary);
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    background: linear-gradient(224.72deg, #BE7F33 13.18%, #FCDF8F 37.47%, #F8CB64 62.64%, #AE7D2F 87.36%);
}
.faq_item_content {
    width: 100%;
}

.faq_answer {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    padding: 0 20px;
    transition: 
        max-height 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
        opacity 0.35s ease-in-out,
        padding 0.3s ease-in-out;
}

.faq_item.active .faq_answer {
    padding: 0 20px 20px 20px;
}


.faq_answer p {
    font-family: var(--font-rubik-primary);
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    text-align: right;
    margin: 0;
}



.faq_item.active .faq_arrow i {
    transform: rotate(180deg);
}



/* Smart investment CSS */
.invest_box_section {
    margin-top: 38px;
    margin-bottom: 54px;
}

.invest_box_container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.invest_quote_block {
    max-width: 884px;
    margin: 0 auto;
    padding-bottom: 85px;
}

.invest_quote_heading {
    font-family: var(--font-rubik-primary);
    font-size: 30px;
    font-weight: 700;
    color: #C9A95F;
}

.invest_quote_description {
    font-family: var(--font-rubik-primary);
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    line-height: 1.45;
}

.invest_main_heading_black {
    font-family: var(--font-rubik-primary);
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    max-width: 620px;
    margin: 0 auto;
}

.invest_main_heading_yellow {
    font-family: var(--font-rubik-primary);
    font-size: 36px;
    font-weight: 700;
    color: #CCAE69;
    margin-bottom: 28px;
}

.invest_feature_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 19px;
}

.invest_feature_card {
    width: 18%;
    background: #0C213B;
    padding: 19px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 1.35px 2.7px 4.93px 0.68px rgba(0,0,0,0.1);
}

.invest_icon {
    width: 70px;
    height: auto;
    margin-bottom: 13px;
}

.invest_card_title {
    font-family: var(--font-rubik-primary);
    font-size: 14px;
    font-weight: 700;
    color: #CCAE69;
    margin-bottom: 8px;
    line-height: 1.4;
}

.invest_card_text {
    font-family: var(--font-rubik-primary);
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}



/* Result Investment CSS */

.results_section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.results_container {
    max-width: 1250px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

.results_main_heading {
    font-family: var(--font-rubik-primary);
    font-size: 40px;
    font-weight: 700;
    color: #0C213B;
    margin-bottom: 30px;
}

.results_features_row {
    display: flex;
    gap: 17px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 93px;
}

.results_feature_box {
    flex: 1;
    min-width: 160px;
    background: #ffffff;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 1.48px 2.95px 5.39px 0.74px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.results_feature_icon {
    margin-bottom: 15px;
}

.results_feature_title {
    font-family: var(--font-rubik-primary);
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 11px 0;
}

.results_feature_description {
    font-family: var(--font-rubik-primary);
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.45;
}

.commitment_row {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.commitment_left {
    flex: 1;
    text-align: right;
}

.commitment_heading {
    font-family: var(--font-rubik-primary);
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.commitment_description {
    font-family: var(--font-rubik-primary);
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.commitment_right {
    flex: 1;
    text-align: left;
}

.commitment_image {
    width: 100%;
    height: auto;
    border-radius: 80px 0 0 0;
}



/* MAy you think last section CSS */
.think_section {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 60px 20px 70px 20px;
}

.think_container {
    max-width: 1015px;
    margin: 0 auto;
    text-align: center;
}

.think_main_heading {
    font-family: var(--font-rubik-primary);
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 32px;
}

.think_repeater_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.think_box {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 1.34px 2.69px 4.9px 0.67px rgba(0, 0, 0, 0.1);
    text-align: right;
}

.think_box_heading {
    font-family: var(--font-rubik-primary);
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.think_box_description {
    font-family: var(--font-rubik-primary);
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}



.pojo-a11y-toolbar-inner{
    direction: rtl;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
  padding-right: 0;
  padding-left: 6px;
}
