/*
Theme Name: Rachmanas
Theme URI: https://rachmanas.adortatechnologies.com/theme
Author: Akansha Gupta
Author URI: https://akanshagupta.co.in
Version: 1.0.0
*/

@media only screen and (min-width: 1281px) and (max-width: 1680px) {
    .container {
        max-width: 1200px!important;
        position:relative;
    }
    :root {
        --container-width: 1200px;
    }
}
@media only screen and (min-width: 1140px) and (max-width: 1280px) {
    .container{
        max-width: 1140px!important;
        position:relative;
    }
    :root {
        --container-width: 1140px;
    }
}
@media (max-width:1024px){
    :root {
        --container-width: 100%;
        
    }
    .container{
            padding: 0 40px;
        }
}
@media (max-width:767px){

    .container {
        padding: 0 20px;
    }
    .faq-box {
        padding: 15px!important;
    }
    .schema-faq-section .schema-faq-question {
        font-size: 20px!important;
    }
    .healing-form {
        background-position: center!important;
        border-top-left-radius: 70px!important;
        border-top-right-radius: 70px!important;
    }
}
p {
    font-size:16px;
    margin-bottom: 15px;
    line-height: 24px;
}
.error-404 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-404 h1 {
    font-size: 120px;
    margin: 0;
}

.error-404 h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.error-404 p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-back-home {
    padding: 12px 28px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

#resend-otp {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #aaa;
    cursor: not-allowed;
}

#resend-otp.enabled {
    color: #1bb394;
    cursor: pointer;
    font-weight: 500;
}
.otp-modal {
    display: none; /* show via JS */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

/* Card */
.otp-box {
    width: 90%;
    max-width: 700px;
    padding: 45px 50px;
    border-radius: 24px;
    text-align: left;

    background: radial-gradient(circle at top right, #eef7e8, #ffffff);
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

/* Title */
.otp-box h3 {
    font-size: 28px;
    color: #072b57;
    margin-bottom: 10px;
}

/* Subtitle */
.otp-subtext {
    font-size: 14px;
    color: #34495e;
    margin-bottom: 25px;
}

/* OTP input boxes */
.otp-inputs {
    display: flex;
    gap: 16px;
    margin-bottom: 25px;
}

.otp-inputs input {
    width: 56px;
    height: 56px;
    font-size: 22px;
    text-align: center;
    border-radius: 8px;
    border: 1.5px solid #dcdcdc;
    outline: none;
    transition: border .2s ease;
    margin: 10px;
}

.otp-inputs input:focus {
    border-color: #1bb394;
}

/* Footer */
.otp-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Resend text */
.resend-text {
    font-size: 13px;
    color: #1bb394;
}

/* Verify button */
#verify-otp {
    padding: 12px 32px;
    background: #1bb394;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s ease;
}

#verify-otp:hover {
    background: #159a80;
}

/* Error */
.otp-error {
    margin-top: 12px;
    color: #e74c3c;
    font-size: 13px;
}

.thankyou-modal {
    display: none; 
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

/* Modal Card */
.thankyou-box {
    position: relative;
    width: 90%;
    max-width: 600px;
    padding: 50px 40px;
    border-radius: 24px;
    text-align: center;

    /* soft gradient background like image */
    background: radial-gradient(circle at top right, #eef7e8, #ffffff);

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Green check icon */
.success-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #1bb394;
    color: #fff;
    font-size: 32px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heading */
.thankyou-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1bb394;
    margin-bottom: 15px;
}

/* Description text */
.thankyou-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 30px;
}

/* Close button */
.thankyou-close {
    background: #1bb394;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.thankyou-close:hover {
    background: #159a80;
}

.success-icon > p{
    margin-bottom:0;
}
.success-icon > p img{
    margin-top:5px;
}

/*.page-id-13 .wc-content h2 {*/
/*    color: #fff!important;*/
/*}*/

.schema-faq-section, .schema-faq-section .schema-faq-question, .schema-faq-section .schema-faq-answer{
    padding:10px 0;
}
.schema-faq-section .schema-faq-question{
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 22px;
}
/*.schema-faq-answer{*/
/*    display:none;*/
/*}*/
.faq-box{
    max-width: 1000px;
    margin: auto!important;
    padding: 50px;
    background: aliceblue;
    border-radius: 50px;
}
.text-center{
    text-align:center!important;
}
.br-50{
    border-radius:50px;
}

/*Popup css starts here*/

.cf7-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 3;
}
.service-explore{
    vertical-align: middle;
    align-self: center;
}
.service-explore +a{
    display:inline-block!important;
}
.ctas{
    display: flex;
    justify-content: space-between;
}
.cf7-modal-content {
    background: #f9f9f9a8;
    max-width: 650px;
    margin: 3% auto;
    padding: 20px;
    border-radius: 12px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.cf7-close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.row {
    display: flex;
    gap: 15px;
}

.col {
    flex: 1;
}
/* ===== FORM WRAPPER ===== */
.cf7-popup-form {
    max-width: 720px;
    margin: 0 auto;
    /*background: #fffef8;*/
    /*padding: 28px 24px 32px;*/
    border-radius: 14px;
    /*box-shadow: 0 12px 40px rgba(0,0,0,0.08);*/
    font-family: "Inter", Arial, sans-serif;
}

/* ===== HEADER ===== */
.cf7-popup-form .form-header {
    text-align: center;
    margin-bottom: 24px;
}

.cf7-popup-form .form-header img {
    max-width: 160px;
    /*margin-bottom: 10px;*/
}

.cf7-popup-form .form-header p {
    font-size: 14px;
    color: #002E5F;
    line-height: 1.6;
}

/* ===== GRID ===== */
.cf7-popup-form .row {
    display: flex;
    gap: 16px;
}

.cf7-popup-form .col {
    flex: 1;
}

/* ===== LABELS ===== */
.cf7-popup-form label {
    font-size: 13px;
    font-weight: 600;
    color: #0b2b55;
    display: block;
    margin-bottom: 6px;
}

/* ===== INPUTS ===== */
.cf7-popup-form input[type="text"],
.cf7-popup-form input[type="email"],
.cf7-popup-form input[type="tel"],
.cf7-popup-form select,
.cf7-popup-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #d8e0ec;
    background: #f9fbff;
    transition: all 0.2s ease;
    margin-bottom: 15px;
}

.cf7-popup-form textarea {
    resize: none;
    max-height: 100px;
}

/* Focus */
.cf7-popup-form input:focus,
.cf7-popup-form select:focus,
.cf7-popup-form textarea:focus {
    outline: none;
    border-color: #0b4dd9;
    background: #ffffff;
}

/* ===== SELECT ===== */
.cf7-popup-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
}

/* ===== OTP SECTION ===== */
.cf7-popup-form .otp-section {
    margin-top: 16px;
    padding: 14px;
    border-radius: 10px;
    background: #f4f7ff;
}

.cf7-popup-form #verify-otp {
    margin-top: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    background: #0b4dd9;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.cf7-popup-form #verify-otp:hover {
    background: #093fae;
}

/* ===== TRUST ICONS ===== */
.cf7-popup-form .trust_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    /*margin: 20px 0;*/
}

.cf7-popup-form .trust_logo img {
    max-height: 55px;
}

/* ===== SUBMIT BUTTON ===== */
.cf7-popup-form .real-submit {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    background: #002f6c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.cf7-popup-form .real-submit:hover {
    background: #001f4d;
}

/* ===== CAPTCHA ALIGN ===== */
/*.cf7-popup-form .h-captcha {*/
/*    margin-top: 10px;*/
/*}*/

/* ===== VALIDATION ===== */
.wpcf7-not-valid {
    border-color: #e63946 !important;
}

.wpcf7-response-output {
    font-size: 13px;
    margin-top: 10px;
}
.bd-1 img{
    border: 1px solid #ddd;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 640px) {

    .cf7-popup-form {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .cf7-popup-form .row {
        flex-direction: column;
        gap: 0;
    }

    .cf7-popup-form .trust_logo {
        flex-direction: column;
        gap: 12px;
    }

    .cf7-popup-form .form-header img {
        max-width: 130px;
    }
}

/*Popup css ends here*/

/* blog slider*/
.related-posts-carousel {
  padding: 50px 0;
}

.post-card {
    background: #fff;
    /*padding: 20px 20px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-bottom: 15px;
}

.post-card h3 a{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #0b3c6d;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    padding: 30px 32px 0;
}
.post-card p{
    padding: 0 32px 30px;
}
.related-carousel.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.related-posts-carousel h2{
    font-size: 24px;
    font-weight: 700;
    color: #0b3c6d;
    margin-bottom: 30px;
}
.related-carousel{
    position: relative;
}
.related-carousel .owl-nav{
    /*position: absolute;*/
    /*top: 45%;*/
    /*left: 0;*/
    /*transform: translate(-50%, -50%);*/
    text-align: center
}
.related-carousel .owl-nav button span{
    font-size: 43px;
}
.page-id-156 .nav-menu a,.page-id-157 .nav-menu a {
    color: #041519;
}