/* contact form */
span.wpcf7-form-control-wrap {
    width: 100%;
}

form.wpcf7-form.init p {
    margin: 0px;
}

.wpcf7-submit.primary-btn:hover {
    color: #a08700;
}


form .bottom-text p {
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    color: var(--black);
    font-family: var(--font-primary);

}

.contact-share .label p {
    font-size: 20px;
}

form .wpcf7-not-valid-tip {
    font-size: 16px;
    position: absolute;
    top: 100%;
}

form .recaptcha .wpcf7-not-valid-tip {
    top: 93%;
    text-align: center !important;
    width: 100%;
    display: block !important;
}

.site-nav li.current-menu-item a {
    color: var(--theme-clr);
}

/* Answer page  */
.cst-common-text.block-text div {
    background: rgb(11 17 22 / 6%);
    padding: 40px 60px 40px 106px;
    border-radius: 12px;
    margin-top: 27px;
}

.process-section .phase-block h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

.answer-process .cst-common-text div h4 {
    font-weight: 600;
    font-size: var(--body-size);
}

/* service */
.common-text-sec h2 {
    font-size: var(--h2-size);
    font-weight: 700;
    color: var(--black);
    line-height: var(--h2-line-height);
    margin-bottom: 20px;
    text-align: center;
}




/*Search bar */

body .live-book-search {
    position: relative;
    max-width: 800px;
}

body .book-search-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    text-decoration: none;
    border: 0;
    text-align: left;
}

body #book_search_results {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid var(--black);
    border-radius: 20px;
}

/* about abnner overlay  */

.site-banner.about-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 39.28571343421936%, rgba(0, 0, 0, 0.75));
    transform: none;
}




.slide-box {
    height: 260px;
}

.slide-box img {
    height: 100%;
    object-fit: cover;
}

.recaptcha {
    margin: 10px !important;
}



/* answer page  */

.page-id-653 main#main {
    overflow: unset;
}

.stk-stack-stage {

    background-color: #f0efed;

    --stack-stick-top: 40px;

    --stack-card-gap: 24px;

}



.stk-stack-frame {

    padding: 120px 0 30vh;

}



.stacking-cards-wrapper {

    display: flex;

    flex-direction: column;

    position: relative;

    max-width: 1280px;

    margin: 0 auto;

    padding: 0 50px;

}



.stacking-card {

    position: sticky;

    top: var(--stack-stick-top);

    transform-origin: center top;

    /* max-width: 1060px; */

    margin: 0 auto;

    width: 100%;

    height: calc(100vh - var(--stack-stick-top) - var(--stack-card-gap));

    min-height: 0;

    overflow: hidden;

    background: #f0efed;

    border-top: 1px solid #1a1a1a;

    z-index: 1;

}



.stacking-card:nth-child(2) {
    z-index: 2;
    height: 50vh;
}

.stacking-card:nth-child(3) {
    z-index: 3;
}

.stacking-card:nth-child(4) {
    z-index: 4;
}

.stacking-card:nth-child(5) {
    z-index: 5;
}

.stacking-card:nth-child(6) {
    z-index: 6;
}



.stk-layer-body {

    display: flex;

    flex-direction: column;

    width: 100%;

    height: 100%;

    padding: 48px 0 0;



    overflow: hidden;

}



.stk-layer-heading {

    flex-shrink: 0;

    padding: 0;

}



.stk-layer-prose {

    flex: 1;

    min-height: 0;

    width: 100%;

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;

    padding-bottom: 64px;

    margin-top: 1.5rem;

    scrollbar-width: thin;

    scrollbar-color: rgba(26, 26, 26, 0.35) transparent;

}

.stk-layer-prose::-webkit-scrollbar {

    width: 4px;

}

.stk-layer-prose::-webkit-scrollbar-track {

    background: transparent;

}

.stk-layer-prose::-webkit-scrollbar-thumb {

    background-color: rgba(26, 26, 26, 0.35);

    border-radius: 4px;

}

.stk-layer-prose::-webkit-scrollbar-thumb:hover {

    background-color: rgba(26, 26, 26, 0.55);

}



.stk-layer-body>.stk-layer-heading {

    font-size: var(--h2-size);
    font-weight: 700;
    color: var(--black);
    line-height: var(--h2-line-height);
    margin-bottom: 20px;

}



.stk-layer-heading--featured {

    text-align: left;

    font-size: clamp(1.75rem, 3.5vw, 2.25rem);

    margin-bottom: 2rem;

}



.stk-layer-body h3 {
    text-transform: capitalize;
    color: var(--black);
    font-size: var(--h3-size);
    line-height: var(--h3-line-height);
    font-weight: 700;
    margin-bottom: 30px;
}



.stk-layer-body h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
    line-height: 1.35;
    text-transform: capitalize;
}

.stk-layer-body ul {

    margin: 1rem 0 1.5rem;

    padding-left: 0;
     list-style-type: disc;
    padding-left: 30px;

}

.stk-voice-quote cite em {
    font-style: normal;
}

.stk-layer-body ul li {

        font-family: var(--font-primary);
    font-size: var(--body-bold-size);
    line-height: var(--body-line-height);
    font-weight: 600;

}





.stk-layer-body hr {

    border: none;

    border-top: 1px solid #1a1a1a;

    margin: 2.5rem 0;

}



.stk-voice-quote {

    background-color: rgb(11 17 22 / 6%);

    border-radius: 12px;

    padding: 48px 56px;

    margin: 2.5rem 0 0;

    border: none;

}



.stk-voice-quote p {

        font-family: var(--font-primary);
    font-size: var(--body-bold-size);
    line-height: var(--body-line-height);
    font-weight: 600;s

}



.stk-voice-quote p:last-of-type {

    margin-bottom: 0;

}



.stk-voice-quote cite {

        font-family: var(--font-primary);
    font-size: var(--body-bold-size);
    line-height: var(--body-line-height);
    font-weight: 600;
    font-style: normal;
    margin-top: 1.5rem;

}

section.stk-stack-stage h2 {
    text-align: center;
}

/* .stk-voice-quote cite em {

    font-style: italic;

} */

.phase {
    padding-left: 50px;
}


.aboutpage-crown h4 p {
    display: inline-block;
    font: inherit;
    margin: 0;
}

.crown-text h4 em a {
    transition: all 0.2s linear;
}

.crown-text h4 em a:hover{
    color: var(--theme-clr);
}
/*book btn read more start*/

@media (min-width: 769px) {

.readmore-text .more-text {
    display: inline !important;
}

.readmore-text .dots,
.readmore-text .readmore-btn {
    display: none !important;
}
}

/*book btn read more end*/

.page-template-services .common-text-sec p {
    text-align: left;
}

.page-template-services .crown-text-content h4 p {
    margin: 0;
    display: inline-block;
    font: inherit;
}

/*responsive start */

/* Tablet */
@media (max-width: 1024px) {
    .stk-stack-frame {
        padding: 80px 0 0;
    }

    .stacking-cards-wrapper {
        padding: 0 40px;
    }

    .stk-stack-stage {
        --stack-stick-top: 32px;
        --stack-card-gap: 20px;
    }

    .stk-layer-body {
        padding-top: 40px;
    }

    .stk-layer-prose {
        padding-bottom: 56px;
    }

    .stk-layer-heading {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .stk-layer-heading--featured {
        font-size: 1.875rem;
        margin-bottom: 1.75rem;
    }

    .stk-layer-body h3 {
        /* font-size: 1.25rem; */
        margin: 1.75rem 0 0.875rem;
    }

    .stk-layer-body h4 {
        /* font-size: 1.0625rem; */
        margin: 1.25rem 0 0.625rem;
    }

    .stk-layer-body hr {
        margin: 2rem 0;
    }

    .stk-voice-quote {
        padding: 40px 44px;
        margin-top: 2rem;
        border-radius: 10px;
    }

    .stk-voice-quote cite {
        margin-top: 1rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .stk-stack-frame {
        padding: 56px 0 0;
    }

    .stacking-cards-wrapper {
        padding: 0 20px;
    }

    .stk-stack-stage {
        --stack-stick-top: 24px;
        --stack-card-gap: 16px;
    }

    .stk-layer-body {
        padding-top: 32px;
    }

    .stk-layer-prose {
        padding-bottom: 48px;
    }

    .stk-layer-heading {
        font-size: 1.375rem;
        line-height: 1.35;
        margin-bottom: 1rem;
    }

    .stk-layer-heading--featured {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .stk-layer-body h3 {
        /* font-size: 1.125rem; */
        margin: 1.5rem 0 0.75rem;
    }

    .stk-layer-body h4 {
        /* font-size: 1rem; */
        margin: 1.125rem 0 0.5rem;
    }

    /* .stk-layer-body p,
            .stk-layer-body ul li {
                font-size: 0.9375rem;
                line-height: 1.7;
                margin-bottom: 0.875rem;
            } */

    .stk-layer-body ul {
        margin: 0.875rem 0 1.25rem;
    }

    .stk-layer-body ul li {
        margin-bottom: 0.5rem;
        padding-left: 1rem;
    }

    .stk-layer-body hr {
        margin: 1.75rem 0;
    }

    .stk-voice-quote {
        padding: 28px 24px;
        margin-top: 1.75rem;
        border-radius: 10px;
    }

    .stk-voice-quote p {
        /* font-size: 0.9375rem; */
        line-height: 1.7;
        margin-bottom: 1rem;
    }

    .stk-voice-quote cite {
        /* font-size: 0.875rem; */
        margin-top: 1rem;
    }
    .cst-common-text.block-text div {
    
    padding: 20px;
    
}
section.stk-stack-stage h2 {
    text-align: center;
}
.phase {
    padding-left: 30px;
}

/*book btn read more start*/
.readmore-text .more-text {
    display: none;
}

.readmore-text.active .more-text {
    display: inline;
}

.readmore-text.active .dots {
    display: none;
}
/*book btn read more end */
}

/* Small mobile */
@media (max-width: 480px) {
    .stk-stack-frame {
        padding: 40px 0 0;
    }

    .stacking-cards-wrapper {
        padding: 0 16px;
    }

    .stk-stack-stage {
        --stack-stick-top: 16px;
        --stack-card-gap: 12px;
    }

    .stk-layer-body {
        padding-top: 24px;
    }

    .stk-layer-prose {
        padding-bottom: 40px;
    }

    .stk-layer-heading {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }

    .stk-layer-heading--featured {
        font-size: 1.3125rem;
        margin-bottom: 1rem;
    }

    .stk-layer-body h3 {
        /* font-size: 1.0625rem; */
        margin: 1.25rem 0 0.625rem;
    }

    .stk-layer-body h4 {
        /* font-size: 0.9375rem; */
        margin: 1rem 0 0.5rem;
    }

    /* .stk-layer-body p,
            .stk-layer-body ul li {
                font-size: 0.875rem;
                line-height: 1.65;
                margin-bottom: 0.75rem;
            } */

    .stk-layer-body ul li {
        padding-left: 0.875rem;
    }

    .stk-layer-body hr {
        margin: 1.5rem 0;
    }

    .stk-voice-quote {
        padding: 24px 20px;
        margin-top: 1.5rem;
        border-radius: 8px;
    }

    .stk-voice-quote p {
        /* font-size: 0.875rem; */
        margin-bottom: 0.875rem;
    }

    .stk-voice-quote cite {
        /* font-size: 0.8125rem; */
        margin-top: 0.875rem;
    }

    .phase {
        padding-left: 0px;
    }
}

/* Landscape phones */
@media (max-width: 768px) and (orientation: landscape) {
    .stk-stack-frame {
        padding: 32px 0 0;
    }

    .stk-stack-stage {
        --stack-stick-top: 12px;
        --stack-card-gap: 8px;
    }

    .stk-layer-body {
        padding-top: 24px;
    }

    .stk-layer-prose {
        padding-bottom: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stacking-card {
        transform: none !important;
    }
}