
/* @import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
      font-family: "Playfair Display", serif !important;
      /* font-family: "Didact Gothic", sans-serif !important; */
}

li{
    text-decoration: none;
}



.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #132d24 !important;
}

.slider-img{
        height: 493px !important;
    object-fit: cover;

}

.carousel-caption {
    /* bottom: 12.25rem; */
    text-align: left !important;
    left: 2%;
      bottom: 13.25rem !important;
}

.h2-carousel{
   font-size: 50px; 
       font-weight: 600;
}

.p-carousel {
    font-size: 19px;
}

.logo-img {
    margin-left: 104%;
}


.navbar-logo {
    background-color: #132d24;
    height: 102px;

    display: flex
;
    justify-content: center;
}

/*** Navbar ***/




.navbar-toggler-icon {

    background-image: url('../img/icons/menu.png');

}




.navbar {
height: 102px;
     background-color: #132d24;
}

.nav-item{
    color: white !important;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active{
    color: #bd9c5e !important;
}

.social-media-ic{
 background-color: #bd9c5e !important;
}
.fa-facebook-f,.fa-instagram,.fa-linkedin-in,.fa-phone,.fa-envelope,.fa-youtube{
    color: white;
}

.fa-phone{
    transform: rotate(97deg);
}


.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-light);
}

.navbar .btn-primary:hover {
    background: var(--bs-primary);
}


/* .navbar-nav{
        margin-right: 16%;
    font-size: 19px;
} */

.icon-mail{
  color: white !important;
  font-size: 17px !important;
}













/*** Hero Header ***/


.image-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-overlay img {
width: 100%;
  height: 100vh; /* full screen height */
  object-fit: cover;
}

/* Text inside image */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  max-width: 600px;
}

/* Optional background overlay for better readability */
.image-overlay::after {
    
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-caption {
    left: 5%;
    top: 45%;
  }

  .carousel-caption h1 {
    font-size: 2rem;
  }

  .image-overlay img {
    height: 70vh;
  }
}

.bi-arrow-left,.bi-arrow-right{
    color: white;
}

















.hero-header {
    background: url(../img/hero-bg.jpg) top left no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }

    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

/* .page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
} */

.text-h1{
    color: #bd9c5e;
}
a{
    text-decoration: none !important;
}

.p-banner{
      font-size: 17px;
       font-family: none;
       color: white !important;
}

.section-services{
     padding-top: 5%;
}

    .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px !important;
}


/* .slide-content {
      margin-bottom: 0%;
} */















/* about section start  */
.section-bg{
    background-image: url('../img/home/bg-white.jpg');
    background-size: cover;
    background-position: center;
    height: 800px;
}

.section-pt{
  padding-top: 3%;
}

.button-know{
    color: #122d24 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
        margin-left: -2%;
}

.button-know:focus{
    border: none;
}

.button-know:active{
    border: none;

}

.button-know:hover{

}

.img-about {
    width: 100%;
    height: 397px;
    object-fit: cover;
}
/* .line{
    height: 50px;
    width: 1px;
    background-color: red;
} */


.line-cont {
display: flex;
    justify-content: center;
    align-items: center;
    height: 0vh;
    margin-bottom: 8%;
    margin-top: 10%;
}

.line {
    height: 81px;
    width: 2px;
    background-color: #122d24;
}

/* service section start  */

  .section-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 40px;
    font-weight: 600;
    /* color: #b73a67; */
  }

  .swiper {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
  }

  .swiper-slide {
    /* background: #fff; */
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .swiper-slide:hover {
    transform: translateY(-10px);
  }

  .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* border-bottom: 3px solid #b73a67; */
  }

  .slide-content {
    padding: 15px;
        margin-bottom: 0%;
  }

  .slide-content h4 {
    /* color: #b73a67; */
    font-weight: 600;
    margin-bottom: 10px;
  }

  .slide-content p {
    font-size: 14px;
    color: #555;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: white !important;
 background-color: #132d24;
    top: 193px !important;
     /* top: 236px !important; */
         height: 59px !important;
    width: 59px !important;


  }

  .swiper-pagination-bullet {
    background: #000000;
    /* margin-top: 10% !important; */
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #122d24 !important;
}




/* gallery section start  */

/*** Gallery ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-item img {
    transition: .5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     background: rgb(19 45 36 / 58%);
    transition: .5s;
    z-index: 1;
}

.gallery .gallery-item:hover .gallery-icon {
    width: 100%;
    height: 100%;
}

.gallery .gallery-icon .btn {
    opacity: 0;
    transition: .5s;
}

.gallery .gallery-item:hover .gallery-icon .btn {
    opacity: 1;
    transition-delay: .5s;
}

.section-gall{
    background-color: #132d24;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}

.testimonial-carousel .owl-item img {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: #bd9c5e !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: #132d24;
}

.img-testimonial{
    object-fit: cover;
}

/* footer section start  */

footer{
background-color: #132d24;
color: white;
}
.a-adox{
color: white;

}



/* Image + Overlay */
.image-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  /* border-radius: 10px; */
}

.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
width: 100%;
  height: 100%;
  /* Light gradient overlay (top-left to bottom-right) */
  background: linear-gradient(to top right, #132d24, rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 1;
}

.image-about-img {
    width: 90% !important;
}


.image-overlay2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: linear-gradient(to top right, #132d24, rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
}

.image-overlay2 {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}








.img-about {
  width: 100%;
    height: 480px;
  display: block;
  border-radius: 10px;
}


p.about-dollup {
    font-size: 15px;
    line-height: 29px;
    color: #353535;
}
p{
     color: #353535; 
}

.p-nbr-footer{
        font-family: none;
}

.h4-testi{
        margin-top: -7px;
}



/* about page start  */

.page-header{
    background-image: url('../img/about/about-brud2.webp');
        background-size: cover;

}
.breadcrumb-item.active {
    color: white !important;
}


.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 75%) !important;
    content: var(--bs-breadcrumb-divider, "/");
}

/* Make the container a positioned context and allow overflow so ::before is visible */
/* .about-img {
  position: relative;       
  overflow: visible;        
  display: block;
} */
 .about-img {
  position: relative;
  display: inline-block;
  z-index: 1; /* create stacking context */
  overflow: visible; /* allow ::before to go outside */
  width: 96%;
}

/* The decorative box placed behind the image */
.about-img::before {
 content: "";
    position: absolute;
    top: 13px;
    left: -40px;
       width: 100%;

    height: 578px;
    background: #bd9c5e;
    z-index: 0;
    pointer-events: none;
    transform-origin: center;
    animation: animateUpDown 3s 
ease-in-out infinite;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0px !important;
}


/* Make sure image stays on top of the ::before */
.about-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
}


/* Optional: Animation */
@keyframes animateUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}



/* .about-img::before {
content: "";
    position: absolute;
    top: -29px;
    left: -28px;
    width: 494px;
    height: 583px;

    background: #bd9c5e;
    z-index: 0;
    pointer-events: none;
    transform-origin: center;
    animation: animateUpDown 3s 
ease-in-out infinite;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

} */

.section-about{
    margin-top: 10%;
    margin-bottom: 10%;
}

/* Make the img sit above the ::before */
.about-img img,
.about-img .img-fluid {
  position: relative;
  z-index: 1;
  display: block;            /* remove inline-gap issues */
  width: 100%;
  height: auto;
}

/* The up-down animation (adjust values if you want more/less travel) */
@keyframes animateUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(15px); }
  100% { transform: translateY(0); }
}

.about-h6{
      background-color: #132d24;
    color: #bd9c5e;
    width: 101px;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
        padding-top: 2%;
        margin-bottom: 3%;


}


.about-img img, .about-img .img-fluid {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
      height: 601px;
    object-fit: cover;
}




/* .about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s 
ease-in-out infinite;
    z-index: -1;
} */











.filterDiv {
  float: left;
  /* background-color: #2196F3; */
  color: #ffffff;
  width: 100%;
  /* line-height: 100px; */
  /* text-align: center; */
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.container-filter {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */

.button-about {
  border: none !important;
  outline: none !important;
  padding: 12px 16px !important;
  border: 1px solid #132d24 !important;
  /* background-color: #132d24 !important; */
  cursor: pointer !important;
  color: #132d24 !important;
  width: 200px;
  border-radius: 0px !important;
  transition: all 0.3s ease;
}

.button-about:hover {
  /* background-color: #ddd !important; */
  color: #000 !important;
}

.button-about.active {
  background-color: #132d24!important;
  color: #fff !important;
}

#myBtnContainer {
  text-align: center;
  margin-top: 20px;
}

.mission{
    text-align: left;
}

.p-about-tab{
    padding-top: 4%;
    line-height: 1.9;
}

.img-about-img {
  height: 393px;
    object-fit: cover;
}

/* .button-about{
    border: none !important;
    outline: none !important;
    padding: 12px 16px !important;
    background-color: #132d24 !important;
    cursor: pointer !important;
    color: white !important;
    width: 200px;
    border-radius: 0px !important;

}

.button-about:hover {
  background-color: #ddd;
}

.button-about.active {
  background-color: red !important;
  color: white;
}


#myBtnContainer {
    text-align: center;
} */

.section-about{
         margin-top: 5%;

}





.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: auto;
    /* height: 83px; */
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.brand-section{
    margin-top: 10%;
    margin-bottom: 10%;
}








/* about page end  */

/* contact page start  */

.button-form{
    background-color: #132d24 !important;
    color: white !important;
}

.map{
    margin-top: 10%;
    margin-bottom: 10%;
}


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #132d24 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(19 45 36 / 6%) !important;
}

/* contact page end  */


/* service page start  */


.filterDiv-service {
  float: left;
  /* background-color: #2196F3; */
  color: #ffffff;
  /* width: 100px; */
  /* line-height: 100px; */
  text-align: left;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.button-service {
  border: none !important;
  outline: none;
padding: 23px 16px !important;
  background-color: #132d24 !important;
  cursor: pointer;
  color: white !important;
  border-radius: 0 !important;
      width: 100% !important;
          margin-bottom: 10px;

}

.button-service:hover {
  background-color: #ddd;
}

.button-service.active {
  background-color:#bd9c5e !important;
  color: #132d24 !important;
}

.img-service {
        height: 448px;

    /* height: 322px; */
    width: 100%;
    object-fit: cover;
    margin-top: 3%;
    margin-bottom: 0%;
}

.para-service {
    margin-top: 5% !important;
    line-height: 1.9;
    margin-bottom: 5%;
}


.img-service-overlay{
        position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;

}

.img-service-overlay::after {
      content: "";
    position: absolute;
    top: 24px;
    left: 11px;
    width: 97%;
    height: 97%;
    background: linear-gradient(to top right, #132d24b3, rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;

}



.section-gallery {
  padding: 0px;
  /* background-color: #fffaf5; */
  text-align: justify;
  padding-bottom: 10%;
}

.gallery-title {
  font-size: 48px;
  color: #bd9c5e !important;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.p-form{
      font-family: none;
}

.fa-mobile,.fa-envelope,.fa-home{
  font-size: 17px;
    margin-bottom: 5%;
    color: #132d24;
}

.button-gall{
  background-color: #bd9c5e !important;
  color: white !important;
}

/* .gallery-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #d4af37;
  border-radius: 2px;
} */

.gallery-subtitle {
    
  font-size: 18px;
      margin-top: 0px;

}

/* -------------------- Before & After Slider -------------------- */
.ba-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
    height: 546px;
    object-fit: cover;
}

.ba-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: ew-resize;
}

/* ✅ Make all images fill the container height */
.ba-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures full coverage */
  border-radius: 20px;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
}

.ba-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 0.2s ease;
}

.ba-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ Important for full height */
  border-radius: 20px;
}

/* -------------------- Handle -------------------- */
.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #d4af37;
  cursor: ew-resize;
  transition: background 0.3s ease;
}

.ba-handle::before {
  content: "⇆";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #d4af37;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.p-before{
    text-align: justify;
}

/* -------------------- Responsive -------------------- */
@media (max-width: 768px) {
  .gallery-title {
    font-size: 36px;
  }

  .gallery-subtitle {
    font-size: 16px;
  }

  .ba-container {
    height: 420px; /* Adjusted smaller height for mobile */
  }
}





.whatsapp-icon-floting {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:18px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  display: flex;
      justify-content: center;
    align-items: center;
}
.my-float{
    width: 30px;
    fill: white;
    background: transparent;
}
/* service page end  */

.mail-banner{
  color: white !important;
}