h1{
        color: #c8975c !important;
        font-size: 35px;
}

h2{
        color: #c8975c !important;
 font-size: 35px !important;
}

.hedingfter{
  position: relative;
}

.hedingfter::after{
  position: absolute;
  top: 0px;
  width: 100%;
  content: '';
  background-color: #ba8d48;
  height: 1px;
  
}

.navbtnright{
  background-color: #fdf9fd  !important;
    border-radius: 50px  !important;
    color: #ba8d48 !important;
}
 
      .bottom-sticky{
          display:none !important;
      }
  /* Make carousel controls visible as rounded circles */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  top: 40%;
  transform: translateY(-50%);
  background-color: #edc78b; /* Custom background color */
  border-radius: 50%;       /* Rounded circle */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;               /* Make fully visible */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #ba8d48;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; /* Remove default icon */
  font-size: 20px;
  color: #fff;            /* Icon color */
}

.carousel-control-prev-icon::after {
  content: '‹'; /* Left arrow */
}

.carousel-control-next-icon::after {
  content: '›'; /* Right arrow */
}
  .mar-gin{
      margin-bottom:30px !important;
  }
  .navbar-toggler{
      background-color:white !important;
  }
  h1,h2,h3,h4,h5,h6{
     font-family: 'montserrat', sans-serif;
  }
    p {
     font-family: 'montserrat', sans-serif;
      font-size: 16px;
     
    }
    .accordion-button:not(.collapsed) {
        background-color:white;
    }
 
  .card-img-top {
  height: 230px;
  object-fit: cover;
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

     body {
      margin: 0;
      font-family: 'Inter', sans-serif;
    }

    .custom-header {
      background-color: #a87e3b;
    }

    .navbar {
      padding:0px;
    }

    .navbar-brand img {
      height: 60px;
    }

    .navbar-nav .nav-link {
      color: white;
      font-weight: 500;
      margin-left: 1rem;
      transition: color 0.2s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #f8d7da;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      filter: invert(1);
    }
   
 .amenities-section {
    padding: 4rem 0;
    background-color: #fafafa;
    text-align: center;
  }

  .amenity-slider .amenity-item {
    padding: 20px;
    outline: none;
  }

  .amenity-item img {
    height: 60px;
    margin-bottom: 10px;
  }

  .amenity-item div {
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }

  /* Remove default slick padding */
  .slick-slide {
    display: flex !important;
    justify-content: center;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #333;
    font-size: 24px;
  }

.amenity-box {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}

.amenity-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.form-control.border-bottom,
  .form-select.border-bottom {
    border: none;
    border-bottom: 2px solid #71c9ce;
    border-radius: 0;
    background-color: transparent;
  }

  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
    border-color: #11999e;
  }

  .object-fit-cover {
    object-fit: cover;
  }



.servboxs{
      border-top: 6px solid #ba8d48;
}


.servboxs  h5{
  color: #a87e3b;
}


.servboxs i{
  color: #6c757d;
}

.accordion-button:focus{
  background-color: #ba8d48;
}

.letsbuildyrbx {
  position: relative;
}

.letsbuildyrbx::after{
    position: absolute;
    top: 5%;
    left: 5%;
    content: '';
    background-color: transparent;
    border: 10px solid #f8f9fa;
    width: 90%;
    height: 90%;
    border-radius: 0px 0px 60px 0px;
}


.letsbuildyrbx::before{
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    background-color: #00000026;
    width: 100%;
    height: 100%;
   border-radius: 0px 0px 88px 0px;
}
 
 
.letsbuildyrbx img{
  border-radius: 0px 0px 90px 0px;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #a87e3b !important;
}


button:focus:not(:focus-visible) {
    outline: none !important;
}


.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
    color: #fff  !important;
}

.aboutleft{
  position: relative;
}

.aboutleft::after{
    border: 5px solid #fff;
    content: '';
    background-color: transparent;
    width: 88%;
    height: 92%;
    position: absolute;
    top: 20px;
    left: 30px;
    border-radius: 12px;
}

.card-body{
  text-align: center;
}

.card-body h5{
   color: #a87e3b;
}

.form-select{
  color: #595c5f !important;
}

#contact{
      background: #f8f9fa !important;
}

.accordion-item {
      border-radius: 23px !important;
}

.footer{
      background: #ba8d48 !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
} 

.footer a{
  color: #fff !important;
  display: inline-block;
    line-height: 36px !important;
}

.fomrfisk{
      padding: 5% !important;
}

.aboutsec{
 }

.pading{
  padding: 60px 0px;
}







  @media (max-width:599px){
    .faqsection{
      padding: 30px 0px;
    }
    .aboutleft::after{
       display: none !important;
    }
    .navbtnright{
      display: none !important;
    }
    a{
      font-size: 15px  !important;
    }
      .bottom-sticky{
          display:block !important;
      }
      .bottom-sticky {
        position: fixed;
        bottom: -16px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
        padding: 10px;
        display: block !important;
    }
    .mbl_btnscol_l{
      justify-content: center;
    }
    .bottom-sticky ul li {
    width: 46%;
    background: #8b1c14;
    list-style-type: none !important;
    margin: 0 2%;
    padding: 10px 9px;
    color: #FFF !important;
    border-radius: 9px;
    text-align: center;
}
      

      .mar-gin{
      margin-bottom:0px !important;
  }
      .main-pd{
          padding:0px !important;
      }

      h1 {
    color: #c8975c !important;
    font-size: 28px !important;
    text-align: center;
      }
      h2 {
     font-size: 25px !important;
    text-align: center;
}
  }
  @media (max-width:478px){
       .bottom-sticky{
          display:block !important;
      }
      .bottom-sticky {
        position: fixed;
        bottom: -10px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
        padding: 10px;
        display: block !important;
    }
    
    .bottom-sticky ul li {
    width: 46%;
    background: #8b1c14;
    list-style-type: none !important;
    margin: 0 2%;
    padding: 10px 9px;
    color: #FFF !important;
    border-radius: 9px;
    text-align: center;
}
    
      .mar-gin{
      margin-bottom:0px !important;
  }
      .main-pd{
          padding:0px !important;
      }
  }
  @media (max-width: 768px){
       .bottom-sticky{
          display:block !important;
      }
      
      .footer {
          padding-top: 30px !important;
          padding-bottom: 85px !important;
      }


      .bottom-sticky {
        position: fixed;
        bottom: -10px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
        padding: 10px;
        display: block !important;
    }
    
    .bottom-sticky ul li {
         width: 40%;
        background: #c8975c;
        list-style-type: none !important;
        margin: 0 2%;
        padding: 6px 7px;
        color: #FFF !important;
        border-radius: 9px;
        text-align: center;
}
     

      .mar-gin{
      margin-bottom:0px !important;
  }
      .main-pd{
          padding:0px !important;
      }
  }
 