@font-face {
  font-family: 'Elsie';
  src: url('../fonts/elsie-regular-webfont.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Esteban';
  src: url('../fonts/esteban-regular-webfont.woff2') format('woff2');
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
    /* font-family: 'sans-serif', 'Esteban', 'Poppins';   */
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: x-large;
    padding-right: 0px !important;
    text-align: justify;
    user-select: none;
  }

  img 
  {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
  }

  main {
    overflow-x: hidden;
    overflow-y: clip;
  }

  body.offcanvas-open {
    overflow: auto !important;  /* Allow scrolling */
}

  body::before
  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: antiquewhite;
    clip-path: ellipse(100% 100% at 50% 0%);
    z-index: -1;
  }
   
  .siteName {
    font-family: 'Elsie', serif;
    color: rgba(6, 80, 60, 1);
    /* font-size: 2.3vw; */
    padding-left: 2%;
  }

  .heroHeading
  {
    font-size: 3.1vw;
    line-height: 4.3vw;
    letter-spacing: 1px;
  }


  .heroSection
  {
    margin-top: 3rem;
  }

  .Esteban
  {
    font-family: 'Esteban', serif;
  }

  .Elsie
  {
    font-family: 'Elsie', serif
  }

  .green{
    color: rgba(6, 80, 60, 1) !important;
  }
  
  .custom-border {
    border: 4px solid rgba(6, 80, 60, 1) !important; /* Change this color as needed */
    border-radius: 10px; /* Optional: Adjust for rounded corners */
  }

  .brown
  {
   color: rgba(63, 7, 23, 1);
  }

  .bg-skin{
    background-color: rgba(246, 206, 165, 0.33);
  }

  .bg-lightPink
  {
    background-color: rgb(248, 179, 177, 1);
  }

  .bg-lightBlue
  {
    background-color: rgb(169, 214, 203);;
  }

  .scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(6, 80, 60, 1);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 9999;
    /* display: none; */
}

/* Show button when scrolling down */
@media (min-height: 800px) 
  {
    .scroll-top 
    {
        opacity: 1;
        visibility: visible;
    }
  }

  .scroll-top:hover { background: rgba(6, 80, 60, 0.8); } 
 
  .myHeading
  {
    font-size: 5rem;
    color: rgba(63, 7, 23, 1);
    font-family: 'Esteban';
  }

  .headingLine::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background-color: darkgreen;
    margin: 8px auto 0;
}


  .myNav{
    background: rgba(255, 255, 255, 0.3); /* Adjust opacity */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    border-radius: 70px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 90px;
  }

  .myNav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(10px);
    z-index: -1;
    backdrop-filter: blur(10px)
}


@media (max-width: 992px) 
{ 

  body
  {
    text-align: left;
  }

  .myNav 
  {
      height: 100px; /* Allows expansion when toggled */
  }

  .contactTab
  {
    font-size: large;
  }

  .contactBtn
  {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  /* Custom Toggler Button */
.custom-toggler 
{
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  border-color: darkgreen;
}

/* Icon Color */
.custom-toggler .navbar-toggler-icon {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Click Effect */
.custom-toggler:active {
  background: rgba(63, 7, 23, 1); /* Slightly lighter shade */
}


     /* Offcanvas Styling */
.custom-offcanvas {
  background: rgba(255, 255, 255, 0.1); /* Light Transparent Background */
  backdrop-filter: blur(15px); /* Glass Effect */
  border-left: 1px solid rgba(255, 255, 255, 0.2); /* Subtle Border */
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2); /* Soft Shadow */
}

/* Navbar Links */
.custom-offcanvas .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 0;
  color: rgba(63, 7, 23, 1); /* White for Classy Look */
  transition: all 0.3s ease-in-out;
  text-align: center;
}

/* Active & Hover Effect */
.custom-offcanvas .nav-link:hover,
.custom-offcanvas .nav-link.active {
  color: white; /* Elegant Gold */
  transform: scale(1.05);
}

/* Offcanvas Header */
.custom-offcanvas .offcanvas-header {
  background: rgba(0, 0, 0, 0.1); /* Slightly Darker */
  color: rgba(63, 7, 23, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Close Button */
.custom-offcanvas .btn-close {
  filter: invert(1); /* Make Close Button White */
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.custom-offcanvas .btn-close:hover {
  opacity: 1;
}

.offcanvas-backdrop.show
{
  opacity: 0.2;
}
}

 /* Rounded indicators */
 .carousel-indicators [data-bs-target]      
 {
   width: 12px;
   height: 12px;
   opacity: 1;
   background-color: rgb(169, 214, 203);
 }
 .carousel-indicators button {
   width: 12px;
   height: 12px;
   background-color: #bbb;
   border-radius: 50%;
   border: none;
   margin: 0 5px;
   transition: background-color 0.3s ease-in-out;
 }

 .carousel-indicators .active {
   background-color: #ff6600; /* Active indicator color */
 }

 /* Custom Carousel Controls */
 .custom-control {
   width: 50px;
   height: 50px;
   background-color: rgba(255, 102, 0, 0.7); /* Semi-transparent */
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .carousel-control-prev
 {
  margin-left: 11rem;
 }

 .carousel-control-next
 {
  margin-right: 11rem;
 }

 .carousel-item
 {
  min-height: 315px;
  max-height: 315px;
 }

 .custom-arrow {
   filter: invert(1); /* Makes arrow white for visibility */
 }

 .custom-control:hover {
   background-color: rgba(255, 102, 0, 1); /* Full opacity on hover */
 }

 .testimonial-img
 {
  width: 100px;
  height: 100px;
  object-fit: cover;
 }


@media (max-width: 770px) 
{ 
  body 
  {
    font-family: 'Esteban', 'sans-serif', 'Poppins';  
  }

  .myHeading 
  {
    font-size: 2.4rem; 
  }

  .heroHeading 
  {
    font-size: 12.1vw;
    line-height: 13.3vw;
    letter-spacing: 2px;
  }

  .heroSection
  {
    margin-top: 0rem;
  }

  .carousel-control-prev
  {
   margin-left: 0;
  }
 
  .carousel-control-next
  {
   margin-right: 0;
  }

  .mobileNav
  {
    font-weight: 600 !important;
  }
}

  .nav-link {
    font-family: 'Esteban';
    color: rgba(63, 7, 23, 1);
    font-size: 22px;
  }


  .nav-link {
    position: relative;
    padding-bottom: 5px; /* Ensure space for the underline */
    }

    .nav-link:hover::after {
        content: "";
        display: block;
        height: 2px;
        background-color: darkgreen;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }

    .navbar-nav .nav-link.active::after
    {
      content: "";
      display: block;
      height: 2px;
      background-color: darkgreen;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    
    .myBtn
    {
      background: linear-gradient(135deg, rgba(220, 1, 85, 1), rgb(244 137 199)); 
      border: none; 
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
      transition: all 0.3s ease-in-out;
    }

    .myBtn:hover
    {
      background: linear-gradient(135deg, rgba(220, 1, 85, 1),  rgb(244 137 199)); 
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); 
      transform: translateY(-2px);
    }
  

  /* TRANSFORMATIONS GALLERY CSS */

  .image-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 10px;
    border-radius: 10px;
  }

  .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.4s ease-in-out;
  }

  .image-container:hover img {
      transform: scale(1.1);
  }

  .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(145deg, #F8B3B1 0%, #F8B3B1 100%);
      opacity: 0;
      transition: opacity 0.4s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      cursor: pointer;
  }

  .image-container:hover .overlay {
      opacity: 0.9;
  }

  .overlay i {
      font-size: 30px;
      color: #fff;
      transition: transform 0.3s ease-in-out;
  }

  .image-container:hover .overlay i {
      transform: scale(1.2);
  }

  /* TRANSFORMATION GALLERY CSS ENDS */


  .video-section {
    background-color: antiquewhite;
    padding: 50px 0;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }


  .OfferCard  img
  {
    height: 10.5rem;
  }
  /* Services */

  .card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .card:hover {
    transform: scale(1.25); /* Slight zoom effect */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
  }

  @media (max-width: 500px) 
  {
    .carousel-item 
  {
    min-height: 486px;
    max-height: 486px;
  }

  .heroHeading 
  {
    font-size: 10.1vw;
    line-height: 13.3vw;
    letter-spacing: 0px;
  }

  }