/* 
Theme Name:		 generatepress-child
Theme URI:		 https://generatepress.com/
Description:	 generatepress-child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 Tom Usborne
Author URI:		 https://tomusborne.com/
Template:		 generatepress
Version:		 3.5.1
Text Domain:	 generatepress-child
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

:root{
    --main_color: #15140F;
    --secondary_color: #A18E80;
    --body_color: #F8F7F3;
    --assets_color: #0656A5;
    --light_assets_color: #0656A5;
    --dark_assets_color: #fff;
    --text_color: #4C4C4C;
    --black_color: #000;
    --white_color: #ffffff;
    --primary_font: 'Figtree', sans-serif;
    --secondary_font: 'Crimson Text', serif;

    --yellow_color: #A88545 ;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--primary_font);
}
body{
    background-color: var(--body_color) !important;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{
    background-color: transparent !important;
}
a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    color: var(--main_color);
    font-family: var(--primary_font);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
  color: var(--secondary_color);
  font-family: inherit;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;    
    font-weight: 400;
    line-height: 1.3845;
}
li,
p{
    font-size: 16px;
    line-height: 1.4;
    color: var(--text_color);
}
p:not(:last-child){
    margin-bottom: 12px;
}
p a {
    display: inline;
    color: var(--assets_color);
}
.heading1{
    font-size: 58px;
    font-family: var(--secondary_font);
    line-height: 120%;
	    font-weight: 600;
}
h1.heading1 span {
    color: #DFA540 !important;
}
.heading2{
    font-size: 48.83px;
    font-family: var(--secondary_font);
    line-height: 1.291;
}
.heading3{
    font-size: 39.25px;
    line-height: 1.192;
}
.heading4{
    font-size: 31.25px;
    line-height: 1.192;
}
.heading5{
    font-size: 25px;
    line-height: 1.152;
} 
.heading5{
    font-size: 20px;
} 
@media only screen and (max-width: 1600px){
    .heading1{
        font-size: 56px;
    }
    .heading2{
        font-size: 42px;
    }
    .heading3{
        font-size: 32px;
    }
    .heading4{
        font-size: 24px;
    } 
}
@media only screen and (max-width: 991.5px){
    .heading1{
        font-size: 48px;
    }
    .heading2{
        font-size: 36px;
    }
    .heading3{
        font-size: 24px;
    }
    .heading4{
        font-size: 20px;
    } 
    .heading5{
        font-size: 18px;
    } 
}
@media only screen and (max-width: 768.5px){
    .heading1{
        font-size: 36px;
    }
    .heading2{
        font-size: 32px;
    }
}
@media only screen and (max-width: 575.5px){
    .heading1{
        font-size: 30px;
    }
    .heading2{
        font-size: 26px;
    }
    .heading3{
        font-size: 22px;
    }
}
/****** Container css ******/
.site.grid-container{
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.site-content{
  width: 100% !important;
  display: inherit !important;
}
body .container,
body .grid-container{
    width: 100% !important;
}
@media only screen and (min-width: 576px) {
    body .container,
    body .grid-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 650px) {
    body .container,
    body .grid-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body .container,
    body .grid-container {
        max-width: 920px;
    }
}
@media only screen and (min-width: 992px) {
    body .container,
    body .grid-container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    body .container,
    body .grid-container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1300px) {
    body .container,
    body .grid-container {
        max-width: 1210px;
    }
}
@media only screen and (min-width: 1400px) {
    body .container,
    body .grid-container {
        max-width: 1520px;
    }
}
@media only screen and (min-width: 1099px){
    .mxw-1024{
        max-width: 1024px !important;
    }
}

/****** section_padding css ******/
.section_padding {
    padding: 80px 0;
}
.section_margin {
    margin: 80px 0;
}
@media only screen and (max-width: 1440px) {
    .section_padding {
        padding: 70px 0;
    }
    .section_margin {
        margin: 70px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_margin {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .section_padding {
        padding: 50px 0;
    }
    .section_margin {
        margin: 50px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .section_padding {
        padding: 40px 0;
    }
    .section_margin {
        margin: 40px 0;
    }
}

/* ============================================   Default Button   CSS Start ============================== */
.default-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    background: var(--yellow_color);
    border: 1px solid var(--yellow_color);
    border-radius: 50px;
    padding: 12px 23.5px;
    transition: all .5s;
    text-align: center;
    margin-top: 24px;
}
.default-btn:hover{
    color: var(--yellow_color);
    background-color: transparent;
}
p:has( + .default-btn){
    margin-bottom: 0;
}
@media only screen and (max-width: 991.5px){
    .default-btn{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768.5px){
    .default-btn[href^=tel] span{
        display: none;
    }
    .default-btn{
        font-size: 16px;
        padding: 12px;
    }
}
@media only screen and (max-width: 575.5px){
    .default-btn{
        max-width: 100% !important;
        width: 100% !important;
    }
}
/* ============================================   Default Button   CSS End ============================== */


/* ============================================   Common Titlt / Default content   CSS Start ============================== */
.dark-section *:not(.default-btn) {
    color: var(--white_color);
}
.dark-section h1 span,
.dark-section h2 span{
    color: var(--light_assets_color);
}
.dark-section .default-btn{
    background-color: var(--light_assets_color);
    border-color: var(--light_assets_color);
    color: var(--dark_assets_color);
}
.dark-section .default-btn:hover{
    color: var(--light_assets_color);
    background-color: transparent !important;
}
.header-btn .default-btn{
    background: var(--assets_color);
    border-color: var(--assets_color);
}
.header-btn .default-btn:hover{
    background-color: transparent;
    color: var(--assets_color);
}

.home .section-title {
    max-width: 607px;
}
.section-title{
    width: 100%;
    margin-bottom: 32px;
}

ul.common-list {
    list-style: disc;
    padding-left: 20px;
}
.common-list li:not(:last-child) {
    margin-bottom: 5px;
}
ul.common-list li::marker {
    color: var(--secondary_color);
}
ul.common-list li b, ul.common-list li strong {
    color: var(--secondary_color);
}

@media only screen and (max-width: 991.5px){
    .section-title{
        max-width: 500px;
    }
}
@media only screen and (max-width: 768.5px){
    .section-title{
        max-width: 420px;
        margin-bottom: 24px;
    }
}
/* ============================================   Common Titlt / Default content   CSS End ============================== */


/* ============================================   Header   CSS Start ============================== */
.site-header {
    padding: 22px 30px 0;
    position: fixed;
    top: 0;
    z-index: 1024;
    width: 100%;
    background: transparent;
}
.inside-header {
    background: #fff;
    border-radius: 50px;
 padding: 26px 48px !important;
    box-shadow: 0 4px 4px rgb(183 183 183 / 25%);
    gap: 20px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}
.site-logo{
    margin-bottom: 0 !important;
}
.nav-float-right #site-navigation{
  margin: 0 auto !important;
}
div#primary-menu ul{
    gap: 25px;
}
.banner-content .main-content a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
div#primary-menu ul li a {
    line-height: 1.3;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--black_color);
}
div#primary-menu ul li:hover > a,
div#primary-menu ul li.current-menu-item > a{
    color: var(--assets_color);
}

.main-navigation .inside-navigation{
    padding: 0 !important;
}
.main-navigation .main-nav ul li a{
    line-height: 1.4 !important;
}
#generate-slideout-menu {
    background-color: #fff !important;
    max-width: 400px;
    width: 100%;
}

.slideout-navigation{
    padding: 20px;
}
.slideout-navigation button.slideout-exit {
    padding: 0 12px 12px !important;
    text-align: right !important;
    outline: none !important;
}
.slideout-menu {
    margin: 0 !important;
    width: 100% !important;
}
.slideout-navigation .slideout-menu li {
    padding: 14px 24px !important;
    transition: padding .5s;
    transition-delay: .3s;
}
.slideout-navigation.is-open .slideout-menu li {
    padding: 8px 24px !important;
    padding-right: 0 !important;
}
.slideout-navigation.is-open .slideout-menu > li{
    padding-left: 0 !important; 
}
.slideout-navigation .slideout-menu li a {
    font-size: 16px;
    line-height: 1.3;
    transition: .3s;
    padding: 0;
    color: var(--black_color) !important;
}
.slideout-navigation .slideout-menu li>a:hover,
.slideout-navigation .slideout-menu li.current_page_item>a {
    color: var(--assets_color) !important;
}
.offside--right {
    right: 0% !important;
    transform: translateX(100%) !important;
    transition: all .5s !important;
    display: block !important;
}
.offside--right.is-open {
    transform: translateX(0%) !important;
    transition: all .5s !important;
}
.menu-item-has-children .sub-menu {
    box-shadow: unset !important;
    width: 100%;
    background: transparent !important;
}
/* .main-navigation .main-nav ul li a, */
.main-navigation .main-nav ul ul li a{
    font-size: 16px !important;
    padding: 0;
}
.menu-item-has-children .dropdown-menu-toggle{
    padding-right: 0;
}
.gp-icon svg{
    top: 0px;
}
.main-navigation .main-nav ul li a{
    padding-left: 0;
}
@media only screen and (min-width: 1400px){
    .menu-item-has-children > .sub-menu {
        background-color: #fff !important;
        width: 250px;
        padding: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important;
    }
    #menu-primary-menu-header-menu > li.menu-item-has-children > .sub-menu{
        right: 50%;
        transform: translateX(50%);
    }
    .menu-item-has-children .sub-menu li a {
        padding: 8px 20px !important;
    }
    /* ul.sub-menu.open-left {
        left: auto !important;
        right: 100%;
    }
    #menu-primary-menu-header-menu > li > ul.open-left{
        right: 50%;
        transform: translateX(40%);
    }
    #menu-primary-menu-header-menu > li > ul.open-right {
        right: 50%;
        transform: translateX(40%);
    } */
}

@media only screen and (max-width: 1600px){
    div#primary-menu ul li a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1399.5px){
    .main-navigation{
        order: 1;
        margin: 0;
    }
    .main-navigation button {
        padding: 0;
        line-height: 0;
        background: transparent;
    }
    nav#site-navigation {
        display: none;
    }
    .main-navigation button svg {
        font-size: 24px;
    }
    .has-inline-mobile-toggle .inside-header{
        padding: 12px 20px !important;
    }
    .header-btn{
        margin-left: auto;
    }
}
@media only screen and (max-width: 1300.5px){
    .site-header{
        position: relative;
        padding: 10px 0 !important;
        background-color: #fff;
    }
    .site-header .inside-header{
        background-color: unset;
        border-radius: unset;
        padding: 0 30px !important;
        box-shadow: unset;
    }
}
@media only screen and (max-width: 991.5px){
    .site-header{
        padding-top: 10px;
    }
}
@media only screen and (max-width: 575.5px){
    .header-btn{
        display: none;
    }
    .site-logo img{
        max-width: 120px;
        width: 100%;
    }
    .main-navigation{
        margin-left: auto;
    }
}
/* ============================================   Header   CSS End ============================== */


/* ============================================   Footer   CSS Start ============================== */
.site-footer {
    background: #474541;
    padding: 60px 0 35px;
}
.inside-footer-widgets{
    gap: 20px !important;
}
.site-footer .footer-widgets-container .inside-footer-widgets{
    margin: 0 !important;
}
.footer-widgets .widget{
    margin: 0 !important;
    padding: 0 !important;
}
aside#media_image-2 {
    margin-bottom: 24px !important;
}
.footer-widgets .widget h3 {
    margin-bottom: 15px !important;
    color: #fff;
    font-family: var(--secondary_font);
}

div.footer-widgets li,
div.footer-widgets p {
    color: #C3C3C3;
    font-family: var(--secondary_font);
}
div.footer-widgets li a{
    color: inherit;
    font-family: inherit;
}
.footer-social-media-icon-list {
    display: flex;
    gap: 5px;
    align-items: center;
}

footer.site-info {
    padding-top: 30px;
    margin-top: 24px;
    border-top: 1px solid #747474;
}
.footer-bar-link p,
.copyright-bar {
    font-family: var(--secondary_font);
    color: #fff;
}
.footer-bar-link p a{
    color: inherit;
    text-decoration: underline;
    font-family: var(--secondary_font);
}
@media only screen and (max-width: 1300px){
    .inside-footer-widgets>div {
        max-width: fit-content !important;
        width: 100% !important;
    }
    .inside-footer-widgets {
        gap: 40px !important;
    }
}
@media only screen and (max-width: 991.5px){
    .inside-footer-widgets{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inside-footer-widgets>div.footer-widget-1 {
        max-width: 100% !important;
    }
    .inside-footer-widgets>div{
        flex: 0 0 auto;
    }
}
@media only screen and (max-width: 768.5px){
    .inside-footer-widgets {
        gap: 0px !important;
    }
    .inside-footer-widgets>div{
        max-width: 100%
    }
}
/* ============================================   Footer   CSS End ============================== */


/* ============================================   Banner   CSS Start ============================== */
.banner-section {
    position: relative;
    max-width: calc(100% - 100px);
    width: 100%;
    margin: 50px auto 0;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: flex-end;
}

.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 56%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.banner-video:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.home .banner-content {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    align-items: baseline;
}
.home .banner-content .main-title {
     max-width: 786px;
}
.banner-content .main-title{
    width: 100%;
    margin-bottom: 5px;
}
.banner-content .main-content {
    max-width: 650px;
    width: 100%;
}
.banner-content .main-content p {
    font-size: 20px;
	    line-height: 160%;
}

@media only screen and (max-width: 1300px){
    .home .banner-content{
        flex-direction: column;
        justify-content: start;
    }
    .banner-content .main-content p {
        font-size: 18px;
    }
    .banner-section{
        max-width: calc(100% - 60px);
        min-height: calc(50vh - 60px);
        margin-top: 30px;
        padding-top: 90px;
    }
    .site-header.sticky {
        position: fixed;
        animation: 1s sticky linear;
        box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    }
    @keyframes sticky {
        from{
            transform: translateY(-100px);
        }
        to{
            transform: translateY(00px);
        }
    }
}
@media only screen and (max-width: 768.5px){
    .banner-content .main-content p {
        font-size: 16px;
    }
    .banner-section{
        flex-direction: column;
        background-image: unset !important;
        background: linear-gradient(180deg, #003971 0%, #003971 100%) !important;
        height: 100%;
        min-height: 100%;
        padding: 0;
    }
    .banner-video{
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        overflow: hidden;
    }
    .banner-video iframe{
        transform: scale(1.2);
    }
    .banner-video:after{
        display: none;
    }
    .banner-content{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 575.5px){
    .banner-content .main-title h1 br{
        display: none;
    }
    .banner-section .container{
        padding: 0 20px;
    }
}
/* ============================================   Banner   CSS End ============================== */


/* ============================================   Left/Right Section   CSS Start ============================== */
.side-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.side-row:not(:first-child) {
    margin-top: 64px;
}
.side-col{
    max-width: calc(50% - 10px);
    width: 100%;
    height: auto;
}
.one-part {
    max-width: calc(33.33% - 10px);
}
.two-part{
    max-width: calc(66.66% - 10px);
}
.right-side-section {
    flex-direction: row-reverse;
}
.left-image .side-row{
    flex-direction: row-reverse;
}

.one-part-box {
    background: linear-gradient(180deg, rgba(186, 166, 141, 0.85) 0%, rgba(155, 124, 95, 0.85) 100%);
    padding: 32px;
    border-radius: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-align-bottom .one-part-box {
    justify-content: flex-end;
    background: linear-gradient(45deg, rgb(186 166 141 / 85%), rgb(186 166 141 / 85%)), url(/wp-content/uploads/2025/12/Rectangle-61.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
        min-height: 150px;
}
.box-align-bottom .icon-row img{
    display: none;
}
.icon-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 21px;
}
.icon-row p {
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}
.icon-row img {
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
}

.two-part-box {
    /* align-items: center; */
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}
.light_bg .two-part-box{
    background-color: #EFEBE2;
}
.dark_bg .two-part-box{
    background-color: #E0D9C9;
}

.two-part-box .default-content{
    padding: 38px;
    height: 100%;
    align-content: center;
}
.two-part-box .default-content h2,
.two-part-box .default-content h3{
    margin-bottom: 28px;
}
.side-img img{
    /* Proper mask usage */
    mask-image: url('/wp-content/uploads/2025/12/side-img-ellipse-icon.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center left;
        object-fit: cover;
        height: 100%;
        background-color: #F4F2ED;
}
.left-image .side-img img{
    mask-image: url("/wp-content/uploads/2025/12/lef-side-img-ellipse-icon.svg");
    mask-position: center right;
}
.side-img {
    position: relative;
    padding-left: 24px;
    height: 100%;
}
.left-image .side-img{
    padding-left: 0;
    padding-right: 24px;
}
.side-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url("/wp-content/uploads/2025/12/side-img-ellipse-icon.svg");
    left: 0;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}
.left-image .side-img:before {
    background-image: url("/wp-content/uploads/2025/12/lef-side-img-ellipse-icon.svg");
    background-position: center right;
}


.full-section > .side-col {
    max-width: 100%;
}
.full-section .side-row .side-col:nth-child(1) {
    max-width: calc(66.66% - 10px);
}
.full-section .side-row .side-col:nth-child(2) {
    max-width: calc(33.33% - 10px);
}
@media only screen and (max-width: 1440.5px){
    .side-row:not(:first-child){
        margin-top: 44px;
    }
}
@media only screen and (max-width: 1200px){
    .one-part-box{
        padding: 20px;
    }
    .icon-row img{
        max-width: 100px;
        max-height: 100px;
    }
    .two-part-box .default-content {
        padding: 20px;
    }
    .two-part-box .default-content h3{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 991.5px){
    .side-row:not(:first-child){
        margin-top: 36px;
    }
    .one-part,
    .two-part{
        max-width: 100%;
    }
    .icon-row {
        align-items: center;
        margin-bottom: 0;
        flex-direction: column-reverse;
        gap: 22px;
        text-align: center;
    }
    .icon-row p{
        margin-bottom: 2px;
    }
    .one-part-box h3{
        text-align: center;
    }
    .full-section .side-row .side-col:nth-child(1),
    .full-section .side-row .side-col:nth-child(2) {
        max-width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 768.5px){
    .side-row:not(:first-child){
        margin-top: 24px;
    }
    .side-col,
    .full-section .side-row .side-col:nth-child(1),
    .full-section .side-row .side-col:nth-child(2) {
        max-width: 100%;
    }
    .right-image .side-row,
    .left-image .side-row {
        flex-direction: column-reverse;
    }
    .side-img:before {
        background-size: 75% 100%;
        background-position: center right;
    }
    .left-image .side-img:before{
        background-position: center left;
    }
    .left-image .side-img{
        text-align: left;
    }
    .right-image .side-img{
        text-align: right;
    }
    .two-part-box .default-content{
        padding-top: 0;
    }
    .side-img img{
        max-width: 75%;
        width: 100%;
    }
    .icon-row img{
        max-width: 60px;
        max-height: 60px;
    }
}
@media only screen and (max-width: 575.5px){
    .side-img:before {
        display: none;
    }
    .side-img{
        background-color: #DED9CB;
    }
    .side-img img{
        max-width: 100%;
    }

}
/* ============================================   Left/Right Section   CSS End ============================== */


/* ============================================   Faq Section   CSS Start ============================== */
.faq-box {
    background: linear-gradient(45deg, rgba(197, 169, 122, 0.4), rgba(197, 169, 122, 0.4)), url(/wp-content/uploads/2025/12/faq-section-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 76px 30px 48px;
    text-align: center;
    border-radius: 18px;
}
.faq-box h3 {
    margin-bottom: 19px;
}
.faq-box p {
    max-width: 588px;
    margin-left:auto;
    margin-right:auto;
}
.faq-box p  a{
    text-decoration: underline;
}
.faq-box p:last-of-type{
    margin-bottom: 0;
}
.faq-box .default-btn {
    background: #A88545;
    color: #fff;
    border-color: #A88545;
    max-width: 248px;
    width: 100%;
    margin-top: 48px;
}
.faq-box .default-btn:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
@media only screen and (max-width: 991.5px){
    .faq-box{
        padding: 48px 30px;
    }
    .faq-box .default-btn{
        margin-top: 24px;
    }
}
@media only screen and (max-width: 768.5px){
    .faq-box{
        padding: 40px 20px;
    }
}
/* ============================================   Faq Section   CSS End ============================== */


/* ============================================   Review Section   CSS Start ============================== */
.review-slider .swiper-slide {
    padding: 0 10px;
}
.review-slider{
    margin-left: -10px;
    margin-right: -10px;
}
.review-box {
    padding: 32px;
    background: #fff;
    border-radius: 18px;
}
.review-box img {
    margin: 14px 0 25px;
}
.read-more-btn{
    background-color: unset !important;
    outline: none !important;
    padding: 0;
    color: #4D4942;
    margin-top: 40px;
    font-size: 16px;
    transition: all .5s;
}
.read-more-btn:hover{
    color: #A88545;
}
.review-content {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    
}
.review-content.clamped {
    -webkit-line-clamp: unset;
    overflow: auto;
    max-height: 130px;
    
    padding-right: 8px;
}
.review-content::-webkit-scrollbar {
    width: 6px;
}
.review-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.review-content::-webkit-scrollbar-thumb {
    background: #4D4942;
    border-radius: 10px;
}

/*  Slider css */
.swiper-initialized{
    position: relative;
}
.swiper-btn {
    background-color: #E0D9C9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper-btn svg {
    width: 50%;
    height: 50%;
    color: #4A4949;
}
.swiper-btn.swiper-button-next {
    right: -15px;
}
.swiper-btn.swiper-button-prev {
    left: -15px;
}

@media only screen and (max-width: 600px){
    .review-box{
        padding: 20px;
    }
    .swiper-btn{
        width: 36px;
        height: 36px;
    }
}
/* ============================================   Review Section   CSS End ============================== */

/* ============================================   Transformation Section   CSS Start ============================== */
.transformation-box {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    position: sticky;
    box-shadow: 0px 4px 20px 0px #B7B7B740;
}
.transformation-box:last-child{
    margin-bottom: 0;
}
.transformation-box {
    top: calc(120px + (60px * var(--number)));
}
.transformation-col {
    max-width: 50%;
    width: 100%;
}
.transformation-img{
    position: relative;
}
.transformation-img img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.transformation-col.default-content{
    padding: 34px 60px 42px 49px;
    display: flex;
    flex-direction: column;
}
.transformation-col.default-content > span {
    font-weight: 400;
    font-size: 62px;
    line-height: 100%;
    color: #E9E4D9;
    margin-bottom: 20px;
}
.transformation-col.default-content h3{
    margin: auto 0 28px;
}
@media only screen and (max-width: 1200px){
    .transformation-box {
        top: calc(100px + (40px * var(--number)));
    }
    .transformation-col.default-content > span {
        font-size: 48px;
    }
    .transformation-col.default-content h3{
        margin: auto 0 20px;
    }
    .transformation-col.default-content{
        padding: 32px;
    }
}
@media only screen and (max-width: 991.5px){
    .transformation-col.default-content > span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 768.5px){
    .transformation-box{
        /* flex-direction: column-reverse; */
        top: calc(60px + (24px * var(--number)));
    }
    .transformation-col.default-content{
        padding: 20px;
    }
    .transformation-col.default-content > span{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .transformation-col.default-content h3{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 575.5px){    
    .transformation-col{
        max-width: 100%;
    }
}

/* ============================================   Transformation Section   CSS End ============================== */


/* ============================================   Video Modal CSS Start ============================== */
.video-btn{
    position: absolute;
    z-index: 1;
    outline: unset !important;
    border: 0 !important;
    width: 56px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 1);
    border-radius: 4px;
    background-image: url(/wp-content/uploads/2025/12/play-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    opacity: .7;
}

.video_modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.modal-dialog {
    margin: 0;
    max-width: 700px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.modal-content .modal-body {
    position: relative;
    padding: 0;
}
.close {
    background: transparent !important;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    height: auto;
    z-index: 1;

}
.modal-video iframe {
    width: 100%;
    aspect-ratio: 16 / 8.68;
    display: block;
    vertical-align: middle;
    transform: scale(1.05);
}
/* ============================================   Video Modal CSS End ============================== */

/* ============================================   Full Content section CSS Start ============================== */
.content-box,
.full-content-box {
    background: #EFEBE2;
    border-radius: 18px;
    padding: 44px 24px;
    text-align: center;
}
.content-box{
    background-color: #fff;
    text-align: left;
}
.full-content-box .default-content{
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.mxw-1080 .full-content-box .default-content{
    max-width: 1080px;
}
.content-box .default-content{
    margin-bottom: 24px;
}
.content-box h2{
    color: var(--secondary_color);
    margin-bottom: 24px;
}
.full-content-box h2 {
    margin-bottom: 32px;
}
@media only screen and (max-width: 768.5px){
    .content-box h2,
    .full-content-box h2 {
        margin-bottom: 20px;
    }
    .content-box, .full-content-box{
        padding: 40px 16px;
    }
}
/* ============================================   Full Content section CSS End ============================== */

/* ============================================   Iframe section CSS Start ============================== */
.iframe-box {
    background: var(--bg_color);
    padding: 10px 24px;
    border-radius: 18px;
    overflow: hidden;
}
.no-padding .iframe-box{
    padding: 0;
}
.iframe-box > div {
    max-width: var(--width);
    width: 100%;
    margin: 0 auto;
}
iframe.proceed-calculator-iframe {
    min-height: 360px;
    height: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 768.5px){
    .iframe-box{
        padding: 16px;
    }
    iframe.proceed-calculator-iframe{
        min-height: 420px;
    }
}
@media only screen and (max-width: 683.5px){
    iframe.proceed-calculator-iframe {
        min-height: 600px;
    }
}
@media only screen and (max-width: 620.5px){
    iframe.proceed-calculator-iframe {
        min-height: 630px;
    }
}
@media only screen and (max-width: 530.5px){
    iframe.proceed-calculator-iframe {
        min-height: 680px;
    }
}
@media only screen and (max-width: 460.5px){
    iframe.proceed-calculator-iframe {
        min-height: 740px;
    }
}
@media only screen and (max-width: 430.5px){
    iframe.proceed-calculator-iframe {
        min-height: 800px;
    }
}
@media only screen and (max-width: 380.5px){
    iframe.proceed-calculator-iframe {
        min-height: 850px;
    }
}
@media only screen and (max-width: 350.5px){
    iframe.proceed-calculator-iframe {
        min-height: 910px;
    }
}
/* ============================================   Iframe section CSS End ============================== */

/* ============================================   FAQs Section Css Start ================================*/
/* .faq-qa-box:first-child .faq-title{
    border-top: .75px solid var(--secondary_color);
} */
.faq-list {
    padding: 40px 60px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}
.faq-title {
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid var(--secondary_color);
    color: var(--secondary_color);
    transition: all .5s;
    position: relative;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.faq-title:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/12/faq-plus-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 25px;
    right: 14px;
    transition: all .5s;
}
.faq-qa-box.active h3.faq-title:after{
    transform: rotate(180deg);
    background-image: url(/wp-content/uploads/2025/12/faq-minus-icon.svg);
}
.faq-content {
    padding: 20px 0;
    display: none;
    border-bottom: 1px solid var(--secondary_color);
}
.faq-content li,
.faq-content p{
    color: var(--main_color);
    font-size: 16px;
}
.faq-qa-box.active .faq-content {
    display: block;
}
@media only screen and (max-width: 991.5px){
    .faq-list{
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 768.5px){
    .faq-content {
        padding: 18px 0;
    }
    .faq-list{
        padding: 12px 16px 24px;
    }
}
/* =============================================     FAQs Section Css Stop ==============================*/

/* =============================================     Box Section Css Stop ==============================*/
.box_repeater {
    display: flex;
    --gap: 24px;
    gap: var(--gap);
    justify-content: center;
    flex-wrap: wrap;
}
.treatement-box {
    max-width: calc((100% / var(--box_count)) - ((var(--gap) * ((var(--box_count) - 1))) / var(--box_count)));
    width: 100%;
    background: #fff;
    padding: 24px 36px;
    border-radius: 18px;
    overflow: hidden;
}
.img-box .treatement-box > div:first-child{
    text-align: center;
}
.treatement-box > div:first-child {
    width: 100%;
}
.treatement-box h3{
    margin: 12px 0 20px;
    color: var(--secondary_color);
}
.treatement-box p{
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px){
    .treatement-box{
        padding: 24px;
    }
}
@media only screen and (max-width: 991.5px){
    .box_repeater {
        --box_count: 2 !important;
    }
}
@media only screen and (max-width: 768.5px){
    .box_repeater {
        --box_count: 1 !important;
    }
}
@media only screen and (max-width: 575.5px){
    .treatement-box{
        padding: 24px 16px;
    }
    .icon-box .treatement-box img {
        max-width: 100px;
    }
}
/* =============================================     Box Section Css Stop ==============================*/

/*============================================    Start Sitemap page CSS ================================*/
 .site-map-menu {
    margin: 0;
    padding: 0;
}

.site-map-menu li a {
    color: var(--main_color);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    width: 100%;
    max-width: 100%;
}

.site-map-menu li a:hover {
    color: var(--assets_color)
}

.site-map-menu li {
    list-style: none;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.site-map-menu ul {
    padding-top: 15px;
    padding-left: 20px;
}

.site-map-menu li a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/wp-content/uploads/2025/12/right-arrow-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.page-id-352 .inside-article{
    padding-top: 0px;
}
.page-id-352 a:not([href]) {
    text-decoration: none !important;
      cursor: text !important;
}
/*====================================== End Sitemap page CSS ====================================*/

/*===================================== Start 404 page CSS  ======================================*/
.error-404 h1 {
    color: var(--main_color);
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-size: 100px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-family: var(--secondary_font);
}
.error-404 .common-title h2 {
    color: var(--main_color);
}
.error_404_page {
    min-height: 100vh;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*=================================== End 404 page CSS  =======================================*/

/*=====================================new css ==================================================  */
.site-header .header-image ,aside#media_image-2 img {
    max-width: 256px;
    width: 100%;
}
  
    @media only screen and (max-width: 767px) {
		.banner-video {
     padding-top: 0%;
 }
		
		
}






