/*
    Theme Name:   earthscape
    Author:       4Monks
    Version:      1.0.0
*/

.background_white{
    background-color: #fff;
}
.background_orange{
    background-color: #b95634;
}
.background_transparent{
    background-color: transparent;
}

.contact_form_section .submit{
    background: var(--Background-Brand-Primary, #00606d);
    border: #00606d solid 1px;
    color: var(--Text-Secondary, #fff);
}

.form_group select.default_val:valid {
    border: 1px solid rgba(0, 96, 109, 0.12) !important;
    color: #b3b3b3 !important
}

.form_group .wpcf7-not-valid-tip{
    background: #CC3716 !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    text-align: center !important;
    display: block !important;
    text-transform: uppercase !important;
    padding: 2px 0 !important;
    display: none !important;
}
.form_group input[aria-invalid="true"] {
    color: var(--Text-Error, #cc3716);
    background: var(--Background-Error, #fff5f3);
    border: 0.5px solid var(--Border-Error, #cc3716) !important;
}
.form_group select[aria-invalid="true"] {
    /* color: var(--Text-Error, #cc3716); */
    background-color: var(--Background-Error, #fff5f3);
    border: 0.5px solid var(--Border-Error, #cc3716) !important;
}
.form_group textarea[aria-invalid="true"] {
    color: var(--Text-Error, #cc3716);
    background: var(--Background-Error, #fff5f3);
    border: 0.5px solid var(--Border-Error, #cc3716) !important;
    margin-bottom: -3px !important;
}
.form_group select:valid {
    color: var(--Text-Brand-Primary, #00606d);
    border: 0.5px solid var(--core-primary, #00606d) !important;
}

.form_group .form_select.valid {
    color: var(--Text-Brand-Primary, #00606d);
    border: 0.5px solid var(--core-primary, #00606d) !important;
}
.wpcf7-response-output{
    display: none !important;
}
.user-name-txt{
    font-weight: bold;
}
.enquire_now_form .wpcf7-submit-wrap p, .contact_form_section .wpcf7-submit-wrap p{
    display: flex;
    align-items: center;
}
.enquire_now_form .wpcf7-submit-wrap .wpcf7-spinner, .contact_form_section .wpcf7-submit-wrap .wpcf7-spinner{
    margin-top: 12px;
    margin-left: 10px;
}
.whatsapp_icon_wrap {
    width: 76px;
    float: right;
}

.default-page_template{
    width: 100%;
    min-height:70vh;
    border-top:1px solid #c6d7da;
}
.default-page_template section{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    text-align:left;
}
.default-page_template .container{
    padding: 42px 15px 70px 15px;
    max-width:1024px;
    width: 100%;
}
.default-page_template .h1-banner-title{
    font-size:2.5rem;
    font-weight:700;
    color: #01606d;
    text-align:center;
    margin-bottom:2rem;
    background-color: #d8e2e35c;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.default-page_template .article-content_section{
    font-size:1rem;
    line-height:1.8;
    color:#000000;
}
.article-content_section h3{
    color:#b95634;
    margin-top: 25px;
}
.article-content_section p, .article-content_section ul{
    margin-bottom: 10px;
}
.article-content_section li{
    list-style-type:disc;
}
.article-content_section a span{
    color: #00606d;
    font-weight: 500 !important;
}

.cus_form input, .cus_form select, .cus_form textarea {
    border-radius: 4px !important;
    border: 0.665px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2)) !important;
    background: var(--Background-Secondary, #fff) !important;
    height: 52px !important;
    padding: 12px 20px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 140% !important;
}
.forminator-field .forminator-description span{
    color: white !important;
}
.contact_form_section .forminator-field .forminator-description span{
    color: #01606d !important;
}

.cus_form .forminator-custom-form .submit {
    cursor: pointer !important;
    margin-top: 12px !important;
}

.forminator-custom-form .btn_solid.btn_white {
    background: var(--Background-Secondary, #fff) !important;
    border: var(--sds-size-stroke-border) solid var(--Background-Secondary, #fff) !important;
    color: var(--Text-Primary, #0c0c0d) !important;
}
.contact_form_section .forminator-custom-form .submit {
    background: var(--Background-Brand-Primary, #00606d) !important;
    border: #00606d solid 1px !important;
    color: var(--Text-Secondary, #fff) !important;
}
.forminator-custom-form .btn {
    display: inline-flex !important;
    gap: 16px !important;
    height: var(--Input-Height, 52px) !important;
    min-width: 120px !important;
    padding: 0px var(--Spacing-base, 24px) !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 52px !important;
    font-family: "General Sans", sans-serif !important;
    font-size: var(--Typography-Body-base-Size, 16px) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 160% !important;
    min-width: 120px !important;
    transition: border-radius 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
    will-change: border-radius !important;
}
.forminator-custom-form .btn:hover{
    border-radius: 16px !important;
    box-shadow: none !important;
}
.cus_form .forminator-ui .forminator-error-message {
    background-color: #fff2f2 !important;
    color: #8e361a !important;
}
.cus_form .forminator-custom-form .forminator-row{
    margin-bottom: 0px !important;
}
.cus_form .forminator-custom-form .forminator-col{
    margin-bottom: 28px !important;
}
.forminator-edit-module{
    display: none !important;
}
.cus_form .forminator-custom-form .forminator-has_error input{
    border: 0.5px solid var(--Border-Error, #cc3716) !important;
    background: var(--Background-Error, #fff5f3);
    color: var(--Text-Error, #cc3716);
}
.cus_form input:not(:placeholder-shown), .cus_form input:focus, .cus_form select:not(:placeholder-shown), .cus_form select:focus, .cus_form textarea:not(:placeholder-shown), .cus_form textarea:focus {
    border: 0.5px solid var(--core-primary, #00606d) !important;
}
.hide_this_field{
    display: none !important;
}
.cus_form .forminator-custom-form .forminator-field .forminator-label{
    display: none !important;
}
.plans-slide_bottom_content{
    gap: 75px;
    min-width: 800px;
}
.plans-slide_bottom_content .slide-description-text{
    min-width: 220px;
}
.plans-slide_bottom_content .plans-slide-btn-section{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    min-width: fit-content;
}
.plans-slide_bottom_content .plans-slide-btn-section a{
    min-width: fit-content;
}

.download-pdf-link-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* default Popup Base */
.es_custom-popup-wrap{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
    overflow-y: auto;
    padding-top: 75px;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.es_custom-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}
/* Popup Box */
.es_custom-popup-content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    max-width: 450px;
    width: 100%;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(50px);
    opacity: 0;
}
/* Image */
.popup_img-wrap{
    display: flex;
}
.es_custom-popup-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Close Button */
.es_custom-popup-close {
    position: absolute;
    top: -14px;
    right: -10px;
    border: none;
    background: none;
    font-size: 27px;
    line-height: .5;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.2s ease;
    height: 34px;
    width: 34px;
    background-color: #00606d;
    border-radius: 50%;
}
.es_custom-popup-close:hover {
    background: #0a644f;
}
/* CTA Button */
.es_custom-popup-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background: #00606d;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    min-width: 136px;
    width: 100%;
    /* transition: background 0.3s ease; */
}
.es_custom-popup-btn:hover {
    background: #0a644f;
}
.es_custom-popup-wrap.fade-in {
    display: block;
    animation: popupFadeIn 0.4s ease forwards;
}
@keyframes popupFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.es_custom-popup-content.slide-up {
    animation: popupSlideUp 0.4s ease forwards;
}
@keyframes popupSlideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.es_custom-popup {
    touch-action: pan-x pan-y;
    overscroll-behavior: contain;
}
.es_custom-popup-content {
    -webkit-overflow-scrolling: touch;
}
.es_custom-popup-wrap {
    overscroll-behavior: contain;
}
.title_with_desc{
    margin-bottom: 24px;
}
.desc_with_title{
    margin-top: 0px;
    margin-bottom: 64px;
    padding: 0px 100px;
}
.amenities_grid_bg .image_card_sm_info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.97) 0%, rgba(6, 6, 6, 0) 100%);
}
.card_text_center .image_card_sm_info--title {
    text-align: center;
}
.info--desc_style{
    max-width: 100%;
    padding: 0px 60px;
}

/* faq section styles */
.faq_section_wrapper {
    background: #EEEEEE;
}
.faq_section_heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    padding: 0px 20px;
}

.faq_section--title {
    font-size: 64px;
    margin-bottom: 24px;
    color: #b95634;
    text-align: center;
    font-family: "Sora", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.92px;
}

.faq_section--desc {
    color: #0c0c0d;
    font-family: "General Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 700px;
    margin-top: 24px;
}

.faq_section_accrodion{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.faq_section_accrodion--each {
    background-color: white;
    border-radius: 8px;
    padding: 30px 22px 20px 22px;
}

.faq_section_accrodion--question {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
}

.faq_question_inner{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: left;
}

.faq_q_num{
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 33.51px;
    letter-spacing: 0%;
    color: #848484;
}

.faq_q_text{
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #000;
}

.faq_section_accrodion--icon {
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform .3s ease;
}

.faq_section_accrodion--each.active .faq_section_accrodion--icon {
    transform: rotate(-135deg);
}

.faq_section_accrodion--answer {
    display: none;
    padding: 25px 0 10px 0;
    color: #0c0c0d;
    line-height: 1.6;
    border-top: 2px solid #eee;
}

.faq_section_accrodion--each.active .faq_section_accrodion--answer {
    display: block;
}


/* custom css */


@media(min-width:768px) and (max-width: 992px) {
    .amenities .amenities_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 480px) {
    .es_custom-popup-content {
        width: 90%;
        padding: 15px;
    }
    .es_custom-popup-btn {
        width: 100%;
    }
}

@media(min-width: 769px){
    .hide_on_desktop{
        display: none;
    }
    .header_links_each{
        position: relative;
    }
    .bg_green{
        background-color: #01606d !important;
    }
    .image_content_reverse .image_content_each:first-child {
        order: 2;
    }

    .image_content_reverse .image_content_each:last-child {
        order: 1;
    }
    .amenities_grid_sm .image_card_sm_info--title {
        font-size: 18px;
    }
}
@media(max-width: 1099.98px){
    .plans-slide_bottom_content{
        gap: 32px;
        min-width: auto;
        flex-direction: column;
        align-items: start;
    }
    .desc_with_title{
        margin-top: 0px;
        margin-bottom: 64px;
        padding: 0px 40px;
    }
}
@media(max-width: 767.98px){
    .enquire_now_form .wpcf7-submit-wrap .wpcf7-spinner, .contact_form_section .wpcf7-submit-wrap .wpcf7-spinner{
        margin-top: 0px;
    }
    /* .number_tabs {
        gap: 30px !important;
    } */
    .plans_list.v2{
        gap: 12px !important;
    }
    .default-page_template .h1-banner-title{
        font-size:2.1rem;
    }

    .cus_form input, .cus_form select, .cus_form textarea
    {
        height: 44px !important;
        font-size: 12px !important;
    }
    .banner_content--desc {
        margin-left: 0px !important;
    }
    .desc_with_title{
        padding: 0px 20px;
        margin-bottom: 32px;
    }
    .info--desc_style{
        max-width: 100%;
        padding: 0px 20px;
    }
    .faq_q_num{
        font-size: 20px;
    }

    .faq_q_text{
        font-weight: 600;
        font-size: 18px;
    }
    .faq_section_accrodion{
        padding: 0px 15px;
    }
    .faq_section--title {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .faq_section_heading{
        margin-bottom: 36px;
        padding: 0px 15px;
    }
    .faq_section_accrodion--icon {
        width: 12px;
        height: 12px;
    }
}
@media(max-width:399.98px){
    .header_menu .mobile_links {
        gap: 12px !important;
    }
    .header_menu.open .header_menu_inner {
        padding: 40px 18px !important;
    }
    .header_links_group_each .btn{
        font-size: 13px;
    }
    .mobile_links .btn{
        font-size: 13px !important;
    }
}
@media(max-width:349.98px){
    .plans-slide_bottom_content .plans-slide-btn-section a{
        padding-left: 14px;
        padding-right: 14px;
    }
    .plans-slide_bottom_content .plans-slide-btn-section{
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }
    .header_menu .mobile_links {
        gap: 10px !important;
    }
    .header_menu.open .header_menu_inner {
        padding: 40px 16px !important;
    }
    .header_links_group_each .btn{
        padding: 0px 10px !important;
    }
}