@import url('https://fonts.googleapis.com/css2?family=Keqima:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
  font-family: ARIALN;
  src: url('../font/ARIALN.ttf');
}

@font-face {
  font-family: calibri;
  src: url('../font/calibri.ttf');
}

@font-face {
  font-family: calibrib;
  src: url('../font/calibrib.ttf');
}

@font-face {
  font-family: FIRASANS-LIGHT_2;
  src: url('../font/FIRASANS-LIGHT_2.ttf');
}

@font-face {
  font-family: FIRASANS-MEDIUM_1;
  src: url('../font/FIRASANS-MEDIUM_1.ttf');
}

@font-face {
  font-family: FIRASANS-REGULAR;
  src: url('../font/FIRASANS-REGULAR.ttf');
}

@font-face {
  font-family: Keqima;
  src: url('../font/Keqima.ttf');
}

@font-face {
  font-family: MAIAN;
  src: url('../font/MAIAN.ttf');
}

@font-face {
  font-family: Roboto-Bold_0;
  src: url('../font/Roboto-Bold_0.ttf');
}

@font-face {
  font-family: Roboto-Light;
  src: url('../font/Roboto-Light.ttf');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('../font/Roboto-Medium.ttf');
}

@font-face {
  font-family: Vidaloka-Regular;
  src: url('../font/Vidaloka-Regular.ttf');
}


img{
    position: relative;
}

img::after{
    content: "Artist Impression";
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 250px;
    height: 250px;
    background: #000;
}

 body {
      user-select: none;
    }

    /* Add watermark */
    body::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.3;
      font-size: 5em;
      color: rgba(0,0,0,0.5);
      pointer-events: none;
    }

    /* Prevent printing (no content when printing) */
    @media print {
      body {
        display: none;
      }
    }

body{
    font-family: "Keqima", sans-serif;
}

a, a:hover {
    text-decoration: none;
    color: #fff;
}


h1, h2{
    font-family: 'Keqima', sans-serif;
}

.heading1 h1 {
     font-family: Keqima;
font-size: 24px;
font-weight: 400;
line-height: 36px;
letter-spacing: 0.5em;
text-transform: uppercase;
}

.details_features h2{
    font-size:18px;
}

p {
font-family: Keqima;
font-size: 16px;
font-weight: 300;
line-height: 27.2px;
}


/*== about ==*/
.about_section {
    padding: 140px 80px 100px 80px;
}

.text-box-area {
    margin: 0 auto;
    width: 100%;
}

.header-btn1 {
    display: inline-block;
    color: #c49a64;
    padding: 10px 32px;
    transition: all 0.4s;
    border: 1px solid #c49a64;
    position: relative;
    z-index: 1;
    background: none;
    margin: 24px 0;
}

.about_bx {
    width: 50%;
    margin: 0 auto;
}

.about1-section-area .about-content-header {
    padding: 30px;
    width: 505;
    height: 280px;
    position: relative;
    padding: 60px 40px;
    color: #000000;
    position: absolute;
    top: 11%;
    left: -39%;
}

.about1-section-area-right {
    position: relative;
}

.garden_area-right {
    position: relative;
    width: 65vw;
    float: left;
}

.about1-section-area-right .about-content-header-right {
    padding: 30px;
    width: 505px;
    height: 280px;
    position: relative;
    padding: 60px 40px;
    color: #000000;
    position: absolute;
    top: 11%;
    right: -39%;
}

.about-content-header-right p {
    width: 60%;
    text-align: left;
    padding-top: 15px;
    float: right;
}


.about-content-header-right h1 {
    margin-bottom: 20px;
    color: #000;
      font-family: Keqima;
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
}

.about-content-header-right h2 {
    background: #c49a64;
    text-align: right;
    padding: 5px;
    color: #fff;
}



.about-content-header h2 {
    background: #c49a64;
    text-align: center;
    padding: 5px;
    color: #fff;
}



.about-us p {
    font-family: Keqima;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
     opacity: 80%;

}



.about-content-header p {
    width: 55%;
    text-align: left;
    padding-top: 15px;
}


.about-content-header h1 {
    margin-bottom: 20px;
    color: #000;
      font-family: Keqima;
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}




.about-content-header h2 {
    background: #c49a64;
    text-align: center;
    padding: 5px;
    color: #fff;
}



/*details section*/

.details_section {
    padding: 80px 0px;
}

.details_section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    padding: 40px 80px;
    border-top: 0.5px solid #ABABAB;
    border-right: 0px solid transparent;
    border-bottom: 0.5px solid #ABABAB;
    border-left: 0px solid transparent;
}


/*Garder Section*/

.garder_section {
    padding: 80px 40px;
}

.text_box {
    background: #c49a64;
    padding: 10x;
}


.text_box h1{
font-family: Keqima;
font-size: 24px;
font-weight: 400;
line-height: 36px;
letter-spacing: 0.5em;
text-align: center;
}

. p{

font-family: Keqima;
font-size: 16px;
font-weight: 300;
line-height: 27.2px;
text-align: center;

}
/*amenities section*/

.amenities_section {
    padding: 80px 0px;
    background: #c49a640D;
}


.features1-section-area h1{
font-family: Keqima;
font-size: 32px;
font-weight: 400;
line-height: 54.4px;
letter-spacing: 0.5em;
text-align: center;
margin-bottom: 40px;
}

.gallery_box ul {
    padding: 0px 14%;
}

.gap-4 {
    gap: 0 !important;
}

.column {
    flex: 1;
    padding: 10px 0;
    text-align: left;
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #ffffff;
}

.box_grid {
    width:100%;
}


.image_container {
    width: 100%;
}

.image_container img {
    display: block;
}


.desktop {
    display:block;
}

.device {
    display:none;
}




       .amenities_box_details h2{
                    font-family: Keqima;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 24px;
                    letter-spacing: 0.07em;
                    text-align: center;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                   }

                  .amenities_box_details p {

                            font-family: Keqima;
                            font-size: 14px;
                            font-weight: 300;
                            line-height: 23.8px;
                            text-align: center;

                   }




 .swiper-slide {
      height: auto !important;
    }



        /*Diagram section*/

.diagram_section {
    padding: 80px 0px;
    background: #c49a6421;
}


.diagram_box_details h2{
font-family: Keqima;
font-size: 32px;
font-weight: 400;
line-height: 54.4px;
letter-spacing: 0.5em;
text-align: left;
text-transform: uppercase;
width: 50%;
}

.diagram_section .column {
            flex: 1;
            padding: 20px;
            text-align: center;
            margin: 10px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; /* Push content to the bottom */
            align-items: center;
            min-height: 300px; /* Set a minimum height for consistency */
        }
      .diagram_box {
    width: 105%;
}
        .diagram_box_details {
            text-align: center;
            width: 100%;
        }

        .diagram_box_details_new {
            text-align: right;
            width: 100%;
        }

       .diagram_box_details_new p{
font-family: Keqima;
font-size: 20px;
font-weight: 300;
line-height: 34px;
text-align: right;

        }

       .diagram_buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    float: left;
    flex-direction: column;
    width: 70%;
}

        .diagram_box img {
            max-width: 100%;
            height: auto;
        }

        .diagram_buttons select {
            padding: 15px;
            width: 295px;
            background: none;
        }

         .diagram_function {
            padding: 15px 0}

        .diagram_function button {
    padding: 10px;
    text-align: center;
    width: 65%;
    background: none;
}
.diagram_function_bg a{
    padding: 10px;
    text-align: center;
    width: 65%;
   background: #c49a64;
   color: #fff;

}

.footer-disclaimer {
    font-size:10px;
    line-height:19px;
}

.list_benefits ul li {
    padding: 10px 0;
}

.list_benefits ul li span{
    padding: 0 10px 0 0;
    color: #c49a64;
}

.localtion_items {
    padding-bottom:30px;
}



/* == Location section       */

.location_section {
    padding: 80px 0px 0px;
    background-color: #c49a64;
}

.localtion_items ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.localtion_items ul li img {
    width: 40px;
    height: auto;
}

.localtion_items li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0; /* Space between items */
    border-bottom: 1px solid #ddd; /* Optional divider */
}

.localtion_items li:last-child {
    border-bottom: none; /* Remove bottom border for the last item */
}

.right_data {
    text-align: right;
    color: #555;
}

.location_box_details h2{
font-family: Keqima;
font-size: 32px;
font-weight: 400;
line-height: 54.4px;
letter-spacing: 0.5em;
text-align: left;
color: #ffffff;
width: 100%;
text-transform: uppercase;
padding-bottom: 10%;
}


.localtion_items ul li{
    font-family: Keqima;
font-size: 14px;
font-weight: 300;
line-height: 16.37px;
text-align: left;
padding: 20px 0;

}


.last_colume{
    text-align:right;
    width:40%
}

.localtion_items ul li span{
color:#fff;
padding: 0 20px;
}


.localtion_items ul li p {
    color:#fff;
}
/*gallery section*/


.gallery_section {
    padding: 80px 0;
    background: #c49a64;
    position: relative;
    width: 100%;
}



.gallery_title h2 {
    font-family: Keqima;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.07em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.gallery_box {
    position: relative;
    transition: 0.6s ease-in-out;
}

.gallery_section img {
    padding: 20px 0;
}

/*== project section*/

.project_section {
    padding: 80px 0;
}

.project_title {
font-family: Keqima;
font-size: 32px;
font-weight: 400;

letter-spacing: 0.5em;
text-align: left;
text-transform: uppercase;

}

.project_title h2 {
    line-height: 54.4px;
}

.slider_arrows {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.custom-arrow {
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
}

.custom-arrow:hover {
    background-color: #555;
}

.owl-carousel .owl-item {
    padding: 0 0px;
}

.slider-item {
    padding: 15px;
    border: 1px solid;
    height: 450px;
    position: relative;
    overflow: hidden; /* Prevents background from spilling outside */
    transition: 0.6s;
}

.slider-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/projects/1.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.6s ease; /* Smooth opacity transition */
}

.slider-item:hover::after {
    opacity: 1; /* Fade in the background on hover */
}

.slider-item:hover .slider_box_header p{
    color:#fff;
}

.slider_box_footer {
    position: absolute;
    bottom: 2%;
    left: 2%;
}

.slider_box_header p {
    text-transform: uppercase;
font-family: Keqima;
font-size: 20px;
font-weight: 500;
line-height: 23.38px;
letter-spacing: 0.07em;
text-align: left;

}

.accordion-button:not(.collapsed) {
    color: #c49a64 !important;
}



/*==faq section == */

.faq_section {
    background-color: #c49a640D;
    padding: 100px 0 140px 0;
}

.text_center h2{
font-family: Keqima;
font-size: 32px;
font-weight: 400;
line-height: 54.4px;
letter-spacing: 0.5em;
text-align: center;
text-transform: uppercase;
padding-bottom: 50px;

}

.accordion-item {
    background: none !important;
    border-bottom: 1px solid #000;
}

.accordion-button {
    background: none !important;
    font-family: Keqima;
font-size: 14px;
font-weight: 400;
line-height: 16.8px;
letter-spacing: 2px;
text-align: left;
text-transform: uppercase;

}

.accordion-button:not(.collapsed) {
    background-color: none !important;
    border-radius: 0px !important;
}

/*==footer banner==        */

.banner_footer_section {
    position: relative;
    height: 40vh;
    overflow: hidden; /* Hide overflow to prevent scaling effects outside bounds */
}

.banner_footer_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/data/bg/footer.jpg') no-repeat center center;
    background-size: cover;
    transition: 0.6s ease-in-out; /* Smooth scaling transition */
    z-index: -1; /* Keep background behind content */
     transform: scale(1.2);
}

.banner_footer_section:hover::before {
    transform: scale(1); /* Scale up the background image smoothly */
}

/*contact us section*/

.contact_us_section{
    padding: 80px 0;
    background: #c49a644f;

}

.contact_title h2 {
  font-size: 32px;
  color: #000;
letter-spacing: 0.5em;
line-height: 54.4px;
font-weight: 400;
text-transform: uppercase;

}

.list_address .heading_contact {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.list_address p {
    color: #000;
font-size: 16px;
font-weight: 300;
line-height: 27.2px;
text-align: left;

}

.list_address {
    width: 50%;
}

.list_address a {
    color:#000;
}

.heading_contact img {
    filter:invert(1);
}

        .submit-btn {
            width: 100%;
            padding: 10px;
            background: #c49a64;
            color: white;
            border: none;
            border-radius: 0px;
            cursor: pointer;
            text-transform: uppercase;
        }
      .submit-btn:hover {
    background-color: #000000;
}

/*==footer ===*/

footer {
   padding: 40px 0; /* Padding for top and bottom */
}


.h5 {
    text-transform: uppercase;
    color: #000;
      font-weight: 500; /* Bold heading */
    font-size: 14px;
}

.footer .details {
    margin-bottom: 15px; /* Spacing between details sections */
}

.list-unstyled li {
    padding: 8px 0;
}

.list-unstyled li a{
    font-size: 16px;
    color: #000;
}

.footer .list-inline {
    padding-left: 0; /* Remove padding from inline list */
}

.footer .social_media_icons {
    margin-top: 10px; /* Space above social media icons */
}

.footer .social_media_icons i {
    font-size: 20px; /* Size of the social media icons */
    color: #007bff; /* Icon color */
}

.footer .social_media_icons i:hover {
    color: #0056b3; /* Change color on hover */
}

.fa {
    padding: 7px 3px;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background: #c39a61;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
}

.box_grid p {
    color:#fff;
}



/*slider*/

.swiper-container {
    width: 100%;
    height: 90vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Text Overlay */
#lab_video_text_overlay h2 {
  font-size:4em
}

#lab_video_text_overlay .btn {
  border-radius:0;
  text-transform:uppercase;
  font-weight:200;
}
#lab_video_text_overlay .btn-warning {
  background-color:#F5D328;
}

#lab_video_text_overlay {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 25%;
}

#lab_video_text_overlay .container {
  text-align: center;
  margin: 0px auto;
//  background-color: #669900;
}

@media screen and (max-width:991px) {
  #lab_video_text_wrap {
    height: 300px;
  }
}

@media screen and (max-width:650px) {

    .heading_title {
    padding: 15px 0 25px 0 !important;
    text-align: center;
}

.bottom_gallery p {
    position: absolute;
    top: -5% !important;
    color: #000;
}

.gallery_box_new {
    padding: 30px 0 !important;
}

    .bg_image_title_animation {
    top: 7% !important;
}

.bg_image_title_animation_title {
        width: 100% !important;
        top: 6% !important;
        left: 0;
    }

.bg_image_title_animation_title img {
    width: 100% !important;
    border-radius:0 0 50px 50px !important;

}

  #lab_video_text_wrap {
    height: 250px;
  }
  #lab_video_text_overlay h2 {
    font-size: 2em;
  }
  #lab_video_text_overlay p {
    font-size: .9em;
  }
}

/*end slider*/






.box-details h2 {
font-family: Keqima;
font-size: 14px;
font-weight: 300;
line-height: 16.37px;
text-align: center;
text-transform: uppercase;

}


.box-details p {
font-family: Keqima;
font-size: 20px;
font-weight: 400;
line-height: 23.38px;
text-align: center;
}


/*flot button*/

.float_button_left {
    position: fixed;
    left: 5%;
    bottom: 7%;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.float_button_right {
    position: fixed;
    right: 5%;
    bottom: 7%;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.heading img {
    margin: 0 auto;
}

.flex_data {
    display: flex;
}

.flex_data img {
    padding: 0 15px 0 0;
}

.features_box {
    padding-bottom: 15px;
}

.box-details p {
    padding: 10px 0;
}

.btn-colour {
    background: #c49a64;
    border-radius: 0;
    margin: 10px auto;
    color: #fff;
}


.box-details {
    margin: 0 auto;
    text-align: center;
}

.garden_area {
    position: relative;
    width: 65vw;
    float: right;
}



.tab-link {
  background: none;
  border: none;
  font-size: 16px;
  color: #c49a64;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  width: 100%;
  padding: 10px 0;
  text-align: left;
}

.tab-link.active,
.tab-link:hover {
  color: #c49a64;
   font-weight: 500;
}


.tab-link i {
  margin-right: 10px;
}

.tab-link.active::after {
    content: '';
    position: absolute;
    height: 0.8px;
    bottom: 0;
    width: 70%;
    left: 0;
    background: #c49a64;
    transition: all 0.4s ease;
}




.tab-content {
  display: none;
  animation: fadeInUp 0.5s ease;
  padding: 5px 10px 15px 10px;
  position: relative;
}

.tab-content.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons */
.cta-btn {
  display: inline-block;
  padding: 12px 25px; /* More padding */
  background: linear-gradient(45deg, #b84de5, #7d41ff); /* Purple gradient */
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.4s ease;
  font-weight: 500;
  margin-top: 20px;
}

.cta-btn:hover {
  background: linear-gradient(45deg, #9c3bce, #6b3ee8); /* Darker gradient on hover */
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px; /* Increased padding for inputs */
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #b84de5;
  outline: none;
}

/* FAQ List */
.faq-list {
  padding: 0;
  list-style: none;
}

.faq-list li {
  margin-bottom: 10px;
}

.faq-list li strong {
  font-weight: 600;
}


.heading h2 {
    text-transform: uppercase;
    font-family: Keqima;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.07em;
    text-align: left;
}

/* Tabs Styling */
/*legacy*/


.legacy {
    padding: 120px 0;
}

.legacy_box_details {
  display: flex;
  justify-content: center;
  width: 100%;
}

.legacy_items {
  width: 100%;
  padding: 0 20px; /* Add some padding for mobile */
  box-sizing: border-box;
}

.legacy_items .tab-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.legacy .tab-content1.active {
    display: block;
    text-align: center;
    margin-bottom: 5pc;
}


.legacy .tab-content1 {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 5px 10px 15px 10px;
}

.legacy_items .tab-link1 {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 0;
    position: relative;

    font-family: Keqima;
font-size: 16px;
font-weight: 700;
line-height: 19.2px;
letter-spacing: 0.07em;

}

.legacy_items .tab-link1 p {
    font-family: Keqima;
font-size: 14px;
font-weight: 300;
line-height: 23.8px;
text-align: center;

}

.legacy_items .tab-link1 .dot {
    padding: 5px;
    background: #DDCBA4;
    border-radius: 50%;
    width: 1px;
    height: 1px;
    text-align: center;
    margin: 16px auto;
}

.legacy_items .tab-link1::after {
    content: '';
    position: absolute;
    height: 0.8px;
    top: 39%;
    width: 100%;
    left: 0;
    transition: all 0.4s ease;

}

.legacy_items .tab-link1:not(:last-child) {
  margin-right: 10px; /* Space between buttons */
}

.legacy_items .tab-link1:hover {

}

.legacy_items .tab-link1.active p{
   font-weight: 600;

}


.legacy_items .tab-link1.active .dot {
    background: #c49a64;
}


.sticky-active .site-logo2 {
     transform: translateX(0vw);
}

.sticky-active .site-logo2 img {
    width: 115px;
    background: #f8f4ec;
    padding: 15px;
    border-radius: 10px;
}

.logo_group a img {
  width: 200px;
  padding: 10px;
}

.site-logo2 {
    transform: translateX(40vw);
    position: absolute;
    width: 85px;
    z-index: 99;
    background: #ffffff;
    padding: 5px;
    border-radius: 0 0 10px 10px;
}




.sticky-active .main-menu {
    display: block;
}

.sticky-active .header-area{
    background: #f8f4ec;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}


.art_details {
    padding: 0 0 0px 50px;
}

 .form-control {
            border: none; /* Remove the default borders */
            border-bottom: 2px solid #ccc; /* Add a bottom border */
            border-radius: 0; /* Remove rounded corners */
            box-shadow: none; /* Remove shadow */
            background: none !important;
             padding: 10px 0;
             color: #060606 !important !important;

        }



        .form-control:focus {
            border-color: #007bff; /* Change the border color on focus */
            box-shadow: none; /* Remove focus shadow */
        }

        .form-control::placeholder {
            color: #000; /* Set placeholder text color to white */
        }

        .form-label {
    font-weight: bold;
    color: #0c0c0c;
    padding: 30px 0 0 0;
}


  .custom-radio {
            display: none;
        }

        /* Create custom radio button */
        .custom-radio-label {
            display: inline-block;
            position: relative;
            padding-left: 30px; /* Space for the custom radio button */
            cursor: pointer;
            font-size: 18px;
            color: #040404;
        }

        /* Create the circle (border) around the radio button */
        .custom-radio-label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border: 2px solid #000000;
            border-radius: 50%;
            background-color: transparent;
            transition: all 0.2s ease;
        }

        /* When radio button is checked, add white dot */
        .custom-radio:checked + .custom-radio-label::before {
            background-color: white;
        }

        .custom-radio:checked + .custom-radio-label::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            background-color: #000000;
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

        /* Optional: Style the label text when radio is selected */
        .custom-radio:checked + .custom-radio-label {
            color: #007bff; /* Change label text color when checked */
        }

        .d-block {
    display: block !important;
}



.details p a {
    color: #000;
    padding: 15px 0;
}


.mobile-logo {
    filter: invert(0);
    width: 35%;
    padding: 5px;

}

.text-box-area .heading1 {
    margin-bottom: 20px;
}

.sticky_mobile-active {
    background: #f8f4ec;
    padding: 0 0;
}

.sticky_mobile-active .mobile-logo {
    filter: invert(0);
    width: 20%;
    position: absolute;
    left: 38%;
    top: 5%;
    background: #f8f4ec;
    border-radius: 0 0 10px 10px;
    padding: 5px 10px;
}

.sticky_mobile-active .btn-area {
    filter: invert(1);
}

.mobile-header-elements{
    display: none;
}

/*comparion*/

.comparison-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
}

.before-image, .after-image {
    display: block;
    width: 100%;
    height: auto;
}

.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.3s ease;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.title_gallery h2 {
    color: #fff;
}

.features-slider-area .featured-boxarea {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure each item fills the available height */
}

.features-slider-area .featured-boxarea img {
    width: 100%;
    object-fit: cover;
    height: auto;
    max-height: 100%; /* Adjust as needed */
}

.details_features {
    padding: 10px;
  position:relative;
}


.details_features::before{
    position:absolute;
    content:"";
    width:2px;
    height:100%;
    left:0;
    top:0;
    background:#c39a61;
}



.form-container {
   padding: 10px 20px;
   background: #f8f4ec;
}


/*pre loader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f4ec; /* Dark background for calm effect */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease; /* Smooth transition for fade-out */
}

.preloader-text {
    font-size: 70px;
    color: #c49a64;
    text-transform: uppercase;
    animation: pulse 1.5s ease-in-out infinite;
    text-align: center;
    letter-spacing: 5px;
}

/* Pulsing effect for loading */
@keyframes pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Scale-up and fade-out effect */
.scale-up {
    animation: scaleUpFadeOut 1s forwards;
}

@keyframes scaleUpFadeOut {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}


.new_gallery {
    padding: 80px 0;
}

.gallery_box_new {
    padding: 10px 0;
}

.top_gallery {
    position:relative;
}

.top_gallery p {
    position:absolute;
    top:-5%;
    color:#000;
}


.bottom_gallery {
    position:relative;
}

.bottom_gallery p {
    position:absolute;
    bottom:-7%;
    color:#000;
}


.gallery_box h2{
    color: #fff;
}

.gallery_box ul li {
    color: #fff;
    list-style: disc;
}

.gallery_box p {
    color: #fff;
}

.heading_banner{
    background: #c39a61;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.card-body p {
    padding:10px 0;
}
.card-body h5{
    font-weight:bold;
}

.image_title_new_section {
    position:relative;
}

.bg_image_title_animation {
    width: 50%;
    position: absolute;
    z-index: 9;
    top: 25%;
    right: 5%;
}

.bg_image_title_animation_title {
     width: 50%;
    position: absolute;
    z-index: 9;
    bottom: 0px;
    right: 5%;
}

.bg_image_title_animation_title img {
    width:65%;
    float:right;
    border-radius:50px 50px 0 0;
}

.bg_image_title_animation img {
    width:65%;
    float:right;
}


.section_area {
    padding : 50px 0 0 0;
}

.top_area_gallery {
    position:relative;
}


.top_area_gallery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background:url('../new/Texture.webp');
    bottom: 25%;
    left: -60%;
}

.botttom_area_gallery {
    position:relative;
}


.botttom_area_gallery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background:url('../new/Texture.webp');
    top: 10%;
    right: -60%;
}

.heading_title {
    padding:15px 0;
}


.bottom_bar {
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background: #c49a64;
    z-index: 9999;
    padding: 10px 0;
}

.bottom_bar .fa {
    padding: 0;
    width: 25px;
    height: 25px;
}

.justify-content-center .col-4 {
    text-align: center;
}

.side-menu {
  
    width: 0;
   
    position: fixed;
    bottom:10%;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1000;
}

.side-menu .close-btn{
    font-size: 25px;
    position: absolute;
    background: #7a4830;
    padding: 5px;
    right: 5%;
    top: 10%;
    border-radius: 0 0 5px 5px;
}

.enquiry_button {
    position: fixed;
    background: #7a4830;
    padding: 5px;
    right: -1.5%;
    top: 35%;
    transform: rotate(270deg);
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    z-index: 9999;
}
