/* Homez */
.social-header{
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.social-header li img{
    width: 20px;
    height: 20px;
}
.sidemenu-btn{
    border: 2px solid #3E3E3E;
    background: #F0E7DF;
    padding: 6px;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.owl-dots span{
    width: 14px;
    height: 14px;
    background: #BDBDBD;
    border-radius: 50%;
}
.owl-dot.active span {
    background: #000000;
}
.banner-slider .owl-dot.active span{
    background: #B79F88;
}
.career-images{
  position: relative;
}
.career-images img{
    border-radius: 8px;
}
.career-images .img1{
    width: 180px;
    height: 169.21px;
}
.career-images .img2{
    width: 254.82px;
    height: 190px;
}
.career-images .img3{
    width: 230px;
    height: 190.03px;
}
.career-images .img4{
    width: 210.19px;
    height: 213.01px; 
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.hero-title{
    font-size: 36px;
    line-height:54px;
    font-weight: 700;
}
.funfact_one .details{
    width: fit-content;
}
.funfact_one .details .timer{
    width: 113px;
height: 113px;
padding: 16px;
color: #000000;
font-size: 36px;
font-weight: 600;
line-height: 54px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 18.02px;
border-radius: 55.78px;
margin: 0 auto 10px;
background: #F0E7DF;
}
.funfact_one .details p{
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: center;
}
.cta-img img{
    width: 280px;
height: 400px;
border-radius: 150px 150px 0px 0px;
}
.our-cta{
    padding: 60px 0;
}
.mission-content h4{
font-size: 30px;
font-weight: 600;
line-height: 45px;
}
.mission-content-item img{
    width: 210px;
    height: 210px;
    border-radius: 50%;
}
.mission-content-item{
    display: flex;
        align-items: center;
        gap: 20px;
}
.hero-title-bg{
    margin: 60px 0 0;
    background: #F0E7DF;
    padding:20px 50px 20px 80px;
    border-radius: 0 50px 50px 0;
    position: absolute;
    left: 0;
    font-size: 40px;
    font-weight: 600;
}
.projects-slider .owl-stage-outer{
    display: inline-block;
}
.projects-slider .owl-dots{
    justify-content: flex-start;
    left: 25%;
    bottom: 0;
}
.service-style{
    overflow: hidden;
    position: relative;
    margin: 0 auto 30px;
    border-radius: 134.41px 134.41px 0px 0px;
    width: 320px ;
    height: 350px;
    border: 2px solid rgba(183, 159, 136, 1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scale(1);
}
.service-style .service-img{
    position: relative;
    height: 100%;
}
.service-style img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scale(1);
}
.service-style .service-content {
    bottom: 0;
    left: 0;
    border-radius: 134.41px 134.41px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service-style .bottom-area {
    bottom: 0;
    position: absolute;
    border-radius: 10px 10px 0px 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    left: 2px;
    right: 2px;  
    text-align: center;
}
.service-style .bottom-area h4, 
.project-before-after .bottom-area h4{
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
    line-height: 36px;
}
.service-style:hover img {
    transform: scale(1.1) rotate(-1deg);
}
.gift_video{
   border-radius: 12px;
}
.gift_video img{
    border-radius: 12px;
    height: 300px;
    position: relative;
}
.gift_video .video_popup_btn {
    color: #fff;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    z-index: 10;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
}
.hover_scale{
    overflow: hidden;
    position: relative;
}
.hover_scale img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hover_scale:hover img{
    transform: scale(1.1) rotate(-1deg);
}
.gift_video::before{
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 12px 0px 0px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.faq-img img{
    width: 100%;
    border-radius: 20px;
    height: 300px;
}
.join-image{
    position: relative;
}
.join-image img{
    border-radius: 0 150px 150px 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.join-content h4{
font-size: 28px;
font-weight: 600;
line-height: 50px;
}
.btn-light{
    border: 1px solid #F0E7DF;
    background: #F0E7DF;
    color: #000000;
}
.join-content{
    width: 80%;
    margin: 0 auto;
}
.hero-subtitle{
color: #686868;
font-size: 16px;
font-weight: 300;
line-height: 24px;
}
.our-testimonial{
    background-image: url(../images/bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 400px;
}
.testimonial-style1 .thumb{
    gap: 10px;
}
.testimonial-style1 .thumb img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonial-style1 .thumb h6{
    color: #743600;
font-size: 18px;
font-weight: 500;
line-height: 27px;
}
.testimonial-style1 .thumb p{
font-size: 14px;
margin: 0;
font-weight: 400;
line-height: 21px;
color: #686868;
}
.testimonial-style1 .testimonial-review{
    gap: 3px;
}
.home-contact-form{
    border: 1px solid #B79F88;
    padding: 30px;
    border-radius: 20px;
    margin-top: -285px;
    position: relative;
    z-index: 10;
    background: #fff;
}
.dropdown-toggle::after{
    content: '\F282';
    font-family: 'bootstrap-icons';
    border: none !important;
}
.footer-logo img{
    width: 250px;
    height: 250px;
}
.footer-widget h6{
font-size: 16px;
font-weight: 600;
line-height: 28px;
}
.footer-widget .link-list{
    gap: 10px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.copyright-text{
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: center;
color: #000000;
}
.footer-style1 .social-style{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer-style1 .social-style img{
    width: 25px;
    height: 25px;
}
.dropdown-menu{
    border: 1px solid #B79F88;
    border-radius: 14px;
}
.z-1{
    z-index: 1 !important;
}


.sp-img-content.gallery-img-content{
    padding: 6px;
}
.sp-img-content.gallery-img-content .sp-img{
    height: 300px;
    border-radius: 14px;
}
.gallery-image-slider .owl-dots span{
  background: #F0E7DF;
  width: 14px;
  height: 14px;
}
.gallery-image-slider .owl-dot.active span {
    background: #A3866B;
    border: 3px solid #F0E7DF;
    width: 16px;
    height: 16px;
}


.menu-container {
    position: relative;
    display: inline-block;
}

.submenu-icon {
    cursor: pointer;
    user-select: none;
}

/* Submenu styling */
.menu-container .submenu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px;
    margin: 0;
    z-index: 100;
    border: 1px solid #A3866B;
    border-radius: 12px;
    min-width: 230px;
}

.menu-container .submenu li {
    position: relative;
}

.menu-container .submenu a {
    display: flex;
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        color: #000000;
        align-items: center;
        justify-content: space-between
}

.menu-container .submenu a:hover {
    background-color: #F0E7DF;
    border-radius: 0px 14px 14px 0px;
}

/* Sub-submenu styling */
.sub-submenu {
    display: none;
    position: absolute;
    border: 1px solid #A3866B;
    border-radius: 12px;
    right: -255px; /* Position behind the submenu */
    background-color: #fff;
    list-style: none;
    padding: 10px;
    margin: 0;
        top: 0;
    min-width: 230px;
    z-index: 100; /* Ensure it appears behind the submenu */
}
.sub-submenu a{
    display: flex;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    align-items: center;
    justify-content: space-between
}
.sub-submenu a:hover {
    background-color: #ccc;
}
.sub-submenu a:hover {
    background-color: #F0E7DF;
    border-radius: 0px 14px 14px 0px;
}
img.mfp-img{
    cursor: default;
    width: 933px !important;
    height: 600px !important;
    border-radius: 14px;    
}
.feature-style1-2 img{
  height: 350px;
}
.feature-style1-2 .top-area h4{
    font-size: 15.56px;
    font-weight: 500;
    line-height: 23.33px;
    height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-style1-2 .top-area p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    opacity: 0.8;
}
.feature-style1-2 .top-area .date{
font-size: 12px;
font-weight: 400;
color: #D9D9D9;
line-height: 18px;
}
.slider-3 .owl-dots{
    bottom: -10px;
}
.feature-style1-2 .top-area{
    padding: 5px 8px 8px 16px;
}
.title2{
    color: #000000;
font-size: 28px;
font-weight: 600;
line-height: 42px;
}
.post-title{
font-size: 34px;
font-weight: 600;
margin-bottom: 15px;
line-height: 51px;
color: #000000;
}
.post-img{
    height: 600px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.sp-img-small{
    height: 250px ;
    border-radius: 15px;
}
.sp-img-small img{
    border-radius: 15px;
}
.sp-img-large{
    height: 600px ;
    border-radius: 30px;
}
.sp-img-large img{
    border-radius: 30px;
}
.project-item{
    text-align: center;
}
.project-item h2{
font-size: 40px;
font-weight: 600;
line-height: 60px;
color: #000000;
}
.project-item img{
    height: 600px;
    border-radius: 20px;
    width: 100%;
}
.btn-sm{
    min-width: 100px;
    font-weight: 300;
    padding: 10px 20px;
}
.project-image-border , .plan-image-border {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.project-image-border::before{
    content: '';
    position: absolute;
    left: 0;
    height: 85%;
    width: 90%;
    border: 3px solid #000000;
    border-radius: 30px;
    top: 0;
}
.project-image-border img{
    position: relative;
    border-radius: 22px;
    height: 560px;
    width: 100%;
}
.project-image-border .bottom-area{
   position: absolute;
   bottom: 20px;
   right: 0px;
   background: #F0E7DF;
   border-radius: 10px;
   border: 0.5px solid #000000;
   padding: 10px;
   display: flex;
   margin: 0;
color: #000000;
font-size: 16px;
font-weight: 500;
line-height: 24px;
   gap: 10px;
}
.project-image-border .bottom-area a , 
.project-before-after .bottom-area a{
    font-size: 18px;
font-weight: 600;
text-decoration: underline;
}

.plan-image-border::before{
    content: '';
    position: absolute;
    left: 0;
    height: 85%;
    width: 90%;
    border: 2px solid #000000;
    border-radius: 14px;
    top: 0;   
}
.plan-image-border img{
    position: relative;
    width:100%;
    height: 369.35px;
    border-radius: 14.92px;
}
.project-image-border-bg{
    padding: 15px;
    padding-left: 0;
    position: relative;
}
.project-image-border-bg img{
    width: 100%;
height: 550px;
border-radius: 17.31px;
}
.project-image-border-bg::before{
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    height: 90%;
    width: 95%;
    border: 3px solid #A3866B;
    border-radius: 14px;
    background: #F0E7DF;
    top: 0;     
}
.palette-item{
    width: 48%;
    padding: 10px;
    border-radius: 4px;
    border: 0.84px solid #A3866B;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.palette-item .color{
    width: 100%;
    height: 150px;
    border-radius: 2px;
}
.palette-item h4{
font-size: 18px;
font-weight: 600;
line-height: 27px;
margin: 0;
color: #000;
}
.palette-item p{
font-size: 14px;
margin: 0;
font-weight: 400;
line-height: 21px;
color: #000;
}
.palette-groups{
    display: flex ;
        gap: 10px;
        flex-wrap: wrap;
}
.image-animation{
    display: block;
    overflow: hidden;
    position: relative;
}
.image-animation img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.image-animation:hover img {
    transform: scale(1.1) rotate(-1deg);
}
.twentytwenty-container{
    height: 550px !important;
    border-radius: 30px;
}
.project-before-after{
    position: relative;
}
.project-before-after .bottom-area {
    position: absolute;
    bottom: -2px;
    right: 0px;
    background: #F0E7DF;
    border-radius: 10px;
    border: 0.5px solid #000000;
    padding: 10px;
    display: flex;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 10px;
    z-index: 10;
}
.twentytwenty-before-label, .twentytwenty-after-label {
    opacity: 1 !important;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 20px !important;
    margin-top: 0 !important;
}
.twentytwenty-horizontal .twentytwenty-after-label:before{
   right: 20px !important;
}
.twentytwenty-horizontal .twentytwenty-before-label:before{
    left: 20px !important;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before{
    border: 2px solid #A3866B;
    background: #fff !important;
    border-radius: 34px !important;
    padding: 3px 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    color: #000000 !important;
    letter-spacing: 0 !important;
    font-family: var(--body-font-family) !important; 
}
.twentytwenty-left-arrow {
    border-right: 6px solid #000 !important;
}
.twentytwenty-right-arrow{
    border-left: 6px solid #000 !important;
}
.twentytwenty-handle{
    background: #fff;
}
.service-des{
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: #000;
}
.project-service{
    margin-bottom: 20px;
}
.project-service img{
   height: 325px;
}
.project-service a{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding: 10px 0 0;
    display: block;
}
.form-style2 .bootselect-multiselect .btn {
    height: 40px;
    line-height: 18px;
}
.form-style2 .form-control{
    height: 40px;
}
.stroke-text{
    color: rgb(255 255 255 / 30%);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #A3866B;
    font-size: 150px;
    opacity: 0.3;
    line-height: 190px;
}
.choose_appointment{
    border: 1px solid #B79F88;
    padding: 20px ;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 14px;
}
.choose_appointment .c_title{
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
line-height: 27px;
color: #666666;
}
.choose_appointment .c_subtitle{
    color: #E2A890;
font-size: 16px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.02em;
}
.schedule-check{
    gap: 10px;
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    position: relative;
}
.schedule-check .selection_item input[type=radio] {
    display: none;
}
.schedule-check .selection_item label {
    background: #ffffff;
    border: 1px solid #F0E7DF;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color:#686868;
    min-width: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border-radius: 14px;
    padding: 16px;
}
.schedule-check .selection_item input[type=radio]:checked ~ label {
    background:#B79F88;
    color: #ffff;
}
.hour-check .selection_item label{
    padding: 10px 20px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #F0E7DF;
    color: #000000;
}
.hour-check .selection_item input[type=radio]:disabled ~ label{
   color: #B4B4B4;
   cursor: initial;
}
.text-main{
    color: #A3866B;
}
.social-media-links{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.social-media-links a{
    display: flex;
    align-items: center;
    gap: 8px;
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: #000;
}
.social-media-links a img{
    width: auto;
    height: 20px;
}
.consultation-image{
    position: relative;
    margin-bottom: 20px;
}
.consultation-image img {
    border-radius:150px 0 0 150px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.container-consultation{
    padding-left: 155px;
}
.blur-overlay{
    position: absolute;
    backdrop-filter: blur(12px);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.accordion-style2 .accordion-item{
    border: 1px solid rgba(104, 104, 104, 1);
    background-color: #fff;
}
.add-rate{
    border-radius: 14px;
    border: 1px solid #B79F88;
    box-shadow: none;
    height: 55px;
    outline: none;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.add-rate label{
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.rating input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
  }
  
  .rating label {
    position: relative;
    float: right;
    color: #C8C8C8;
  }
  
  .rating label:before {
    margin: 3px;
    content: "\F588";
    font-family: bootstrap-icons;
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .rating input:checked ~ label:before {
    color: #FFC107;
    content: '\F586';
  }
  
  .rating label:hover ~ label:before {
    color: #ffdb70;
  }
  
  .rating label:hover:before {
    color: #FFC107;
  }