
    html {
       scroll-behavior: smooth;
    }

    body {
      background: #eee;
      font-family: Poppins, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
      position: relative;
    }

    .swiper {
      width: 100%;
      height: 100vh;
    min-height:550px;
    object-fit: cover;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
    }

.color{
  color:#81c141 !important;
}

.color1{
  color:#d8b763;
}
.text-justify{
  text-align: justify;
}


.bg-white{
  background-color: #ffffff !important;
}

.b-radius-5{
  border-radius: 5px !important;
}

.bg-dark{
  background-color:#0d1119 !important;
}
.navbar {
  transition: all 0.4s;
  background: rgb(0,0,0);
background: linear-gradient(rgba(0,0,0,1) 16%, rgba(0,0,0, 0) 97%) !important;
}

.navbar-brand img{
  width:120px;
}

.navbar-brand h2{
  color: #ffffff;
}

.navbar-nav .nav-link{
  padding: 10px;
  background: transparent;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer; 
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px 6px;
  transition: all 0.5s;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}


.navbar-nav .nav-link::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(177, 34, 38, 1);
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}

.navbar-nav .nav-link:hover::before{
  transform: scale3d(1,1,1);
}

.navbar-nav .nav-link::before{
  background: #81c141;
  transform-origin: 100% 50%;
}

.navbar-nav .nav-link:hover::before{
  color:white;
  transform-origin: 0 50%;
}

/* Active state */
.navbar-nav .nav-link.active::before {
  transform: scale3d(1, 1, 1);
  background: #81c141; /* Adjust if you want a different color for active state */
}

/* Active link text color */
.navbar-nav .nav-link.active {
  color:#81c141; /* Ensure this matches your active text color */
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon { 
  display: inline-block; 
  width: 1.2em; 
  height: 1.1em; 
  vertical-align: middle; 
  background-image: var(--bs-navbar-toggler-icon-bg); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 100%; 
}

.navbar-toggler { 
  padding: 5px 10px; 
  border-radius: 5px; 
}
.overlay-banner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:10vh 0;
}
.button{
  background:transparent;
  border:1px solid white;
  color:white;
  padding:10px 20px;
  font-size:20px;
}
.first-image{
   background-image:url(images/banner.webp); 
   background-size:cover; 
   background-position:center; 
   background-attachment: scroll; 
   background-repeat: no-repeat; 
   width:100%;
}
.second-image{
  background-image:url(images/overview.webp); 
  background-size:cover; 
  background-position:center; 
  background-attachment: scroll; 
  background-repeat: no-repeat; 
  width:100%;
}
.second-image p{
  font-size:.9rem;
}
.third-image, .fifth-image, .seventh-image{
  background-image:url(images/price-bg.webp); 
  background-size:cover; 
  background-position:center; 
  background-attachment:scroll; 
  background-repeat: no-repeat; 
  width:100%;
}
.forth-image, .sixth-image{
  background-image:url(images/background.webp); 
  background-size:cover; 
  background-position:center; 
  background-attachment:scroll; 
  background-repeat: no-repeat; 
  width:100%;
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

}
@media (max-width:991.98px){
  .second-image{
  background-image:url(images/background.webp); 
}
.owl-theme .owl-dots .owl-dot span{
  width:6px !important;
  height:6px !important;
}
.footercontent {
  margin-bottom: 70px;
}
.modal-image{
height:70vh !important;
}

}

.services-block-three .services-content {
    display: block;
    border: 4px solid #fff;
    border-radius: 4px;
    text-align: center;
    background: transparent;
    padding:30px;
    position: relative;

}
.services-block-three .services-content:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 4px solid #d8b763;
    border-right: 4px solid #d8b763;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three .services-content:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 4px solid #d8b763;
    border-left: 4px solid #d8b763;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three h4 {
    color:white;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #f1f1f1;
  font-size: 18px;
}
.services-block-three .services-content:hover {
    opacity: 1;
    border-color: #d7b56d;
}
.services-content{
  color:white;
}
.services-content:hover, .services-content:active {
    color: #d8b763;
    text-decoration: none;
}

.services-block-three .services-content:hover:before, .services-block-three .services-content:hover:after {
    width: 95%;
    height: 90%;
}
.swiper-pagination-bullet-active {
  background:white !important;
}
.swiper-pagination-bullet{
  background:white !important;
}

/* Form */
.form-control { 
  display: block; 
  width: 100%;
  height: 40px;
  padding: 10px 15px ; 
  font-size: 16px; 
  font-weight: 500; 
  line-height: 22px;
  color: #222222; 
  background-color: rgba(255, 255, 255, 1); 
  background-clip: padding-box;
  border: 0;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
  color: #222222; 
  background-color: rgba(255, 255, 255, 1); 
  border-color: #fff; 
  outline: 0; 
  box-shadow: none; 
}

.form-control::input-placeholder { 
  color: #aaa;
  font-weight: 300; 
  opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
  color: #aaa; 
  font-weight: 300;
}

.form-control::-ms-input-placeholder { 
  color: #aaa; 
  font-weight: 300;
}

.vertical-middle { 
  z-index: 0; 
  position: relative; 
  display: -ms-flexbox; 
  display: flex; 
  width: 100%; 
  min-height: 100%; 
  justify-content: center; 
  flex-flow: column; 
}

.modal-dialog { 
  margin-top:100px !important; 
}

.modal-content {
  border-radius: 0px;
}

.modal-header { 
  background:#000 !important;
  border-radius: 0;
}

.modal-body{ 
  padding:2rem; 
  background:#000 !important; 
  border-radius:0;
}

.modal-body .first-button { 
  display: inline-block; 
  background-color:#254180; 
  margin-bottom: 30px; 
  box-sizing: border-box; 
  color: #fff; 
  font-size: 16px; 
  font-weight: 700; 
  outline: 0 none; 
  letter-spacing: 0.25px; 
  padding: 10px 25px; 
  transition: all .3s; 
  resize: none; 
  box-shadow: none !important; 
  width: 100%; 
  border-radius: 0px; 
  border: none !important; 
}

.modal-header .close { 
  font-size: 30px !important; 
  color: #fff; 
  background-color: transparent !important; 
  margin-right:10px !important; 
  box-shadow: none !important; 
  border: none !important; 
}

.with-errors { 
  color:red; 
  margin-top: -15px; 
  margin-bottom: 5px; 
  font-weight: 500; 
  font-size: 16px; 
}

.formblock { 
  display: flex; 
  flex-wrap: wrap; 
  flex-direction: column; 
}

#enquiry-modal .contact-form {
    margin-top: 110px;
    padding: 1px;
    background: #000;
    width: 100%;
    border-radius: 5px;
}
.modal button.close{
    position: absolute;
    right: 20px;
    top: 20px
}
.close{
  font-size: 20px !important;
}

.confirmblock img{
  width: 20px;
}

.selectBox{
  height: 40px;
  width:100%;
  padding: 10px 15px;
  font-size: 16px ;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  border-radius: 5px;
  background: #fff;
  border-bottom: 1px solid #2e5e3c;
  box-sizing: border-box;
  border: none;
  outline: none;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
  -ms-box-shadow: 0 0 0 30px white inset !important;
}

input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
  -moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
  -webkit-text-fill-color: black !important;
}

input:-ms-autofill{
  -ms-text-fill-color: black !important;
}

input:-moz-autofill{
  -moz-text-fill-color: black !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #aaa;
  text-align: center;
  white-space: nowrap;
  border-right: 0px;
  border: 0px solid #eee;
  background-color: rgba(255, 255, 255, 1); 
  border-radius: 8px 0px 0px 8px;
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 78%;
  height: 40px;
  min-width: 0;
  border-radius: 0px 8px 8px 0px !important;
}

.main-btn {
  margin-bottom: 10px; 
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  padding: 15px 15px;
  text-align: center;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease-out;
  resize: none; 
  box-shadow: none !important; 
  width: 100%; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background:transparent;
  overflow: hidden;
  border: 1px solid white;
  z-index: 1;
}

.main-btn:hover {
  background: #85c442;
}
.overlay-banner-mobile {
  position:fixed;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 48%, rgba(0, 0, 0, .9) 80%);
  padding-bottom:35px;
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  padding-bottom: 84px;
}
.footercontent{
 position: absolute;
  bottom:0;
  left: 0;
  right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}

.offcanvas-body .navbar-nav .nav-link {
  justify-content:start;
}
#location  .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
  right:20px !important;
}
.overlay-thankyou-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(15,15,43, 0.7);
  display: flex;
  justify-content: center;
  align-items: center; 
} 
.highlightdiv{
  background:#81c141 !important;
  color:white;
  border:none;
  padding:10px 20px;
}
.modal-image{
  background-image: url(images/modal-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height:100%;
  position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.overlay-modal {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 25%;
    background: rgb(0, 0, 0, 0.7);
    display: flex
;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
}
.offcanvas.offcanvas-end {
  width:250px;
}