* {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Style the scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #edfff1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #218838; /* Bootstrap success color */
}

::-webkit-scrollbar-thumb:hover {
    background: #105a21; /* Darker shade on hover */
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
}


body {
  background-color: #eeeeee;
}

.bg-main-nav {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-main {
  background-color: rgb(1, 26, 16);
}

.hero-bg {
  background-image: url('../img/main/When location meets lifestyle.jpg');
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat
}

.hero-bg-small {
  background-image: url('../img/main/Model 1.jpg');
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat
}

.hero-backdrop {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(34, 26, 26, 0.45);
  border-radius: 12px;
  border: 1px solid rgba(4, 54, 19, 0.3);
}

.fade-in {
  opacity: 0; /* Start hidden */
  transform: translateY(60px); /* Move down */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition */
}

.fade-in.visible {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Reset position */
  visibility: visible; /* Allow interaction */
}

.carousel-inner {
  display: flex;         /* Ensure items are laid out in a row */
}

.carousel-item {
  position: relative;    /* Set position for z-index to work */
  transition: transform 0.5s ease; /* Smooth transition for scaling */
  flex: 0 0 auto;       /* Prevent items from stretching */
}

.carousel-item img {
  width: 100%;            /* Ensures the image takes 80% width */
  height: 200px;         /* Set a fixed height */
  object-fit: cover;     /* Ensures the image covers the area without distortion */
  transition: transform 0.5s ease; /* Smooth transition for scaling */
}

.carousel-item.active img {
  width: 100%;           /* Scale up the active image to 100% */
  height: 200px;  
  z-index: 1;            /* Bring the active item to the front */
}

.carousel-item-customize {
  margin: 0 10px;       /* Add some margin between items */
  transition: transform 0.5s ease; /* Smooth transition for scaling */
}

.carousel-item-customize:not(.active) {
  opacity: 0.3;         /* Dim non-active items for better visibility */
}

@media (min-width: 768px) {
  #carouselCards .carousel-inner {
    display: flex;
  }
  #carouselCards .carousel-item { 
    flex: 0 0 33.333333%;
    display: block;
  }
}

.mySwiper-RANDOMID .card {max-width:21rem}

.counter {
  color: #198754;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s;
}

.counter:hover {
  color: #054226;
  transform: scale(1.10);
  background-color: #f8f9faa1;
}

/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%; /* Ensure it takes full width of the column */
  height: 280px; /* Fixed height */
}

.blog-grid .blog-img img {
  width: 100%; /* Make image take full width */
  height: 100%; /* Make image take full height */
  object-fit: cover; /* Maintain aspect ratio and cover the area */
}

.blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}

.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}

.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
  color: #054226;
}

.blog-grid .blog-info p {
  margin: 0;
}

.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  color: #198754;
  transition: ease all 0.3s;
}

.px-btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  transform: rotate(45deg);
}

.navbar-toggler i {
  color: #08311e;
}

.nav-link{
  color: #08311e;
}

.nav-link:hover{
  background-color: #d6f8e8 !important;
  color: #000000 !important;
}

.nav-link.active {
  background-color: #d6f8e8;
  color: #000000;
  font-weight: bold;
}

.nav-link.show {
  background-color: #d6f8e8;
  color: #000000;
}

.dropdown-item {
  color: #08311e;
}

.dropdown-item:hover {
  background-color: #d6f8e8 !important;
  color: #000000 !important;
}

.dropdown-menu {
  left: 100%; /* Position the nested dropdown to the right */
  top: 0; /* Align it vertically */
  margin-top: -6px; /* Adjust to align properly */
}

.btn-main {
  color: #000000;
  background-color: #9de2c2;
}
  

.btn-main:hover {
  color: #9de2c2;
  background-color: #000000;
}

.btn-main-dark {
  color: #9de2c2 !important;
  background-color: #000000 !important;
}

.btn-main-dark:hover {
  color: #000000 !important;
  background-color: #9de2c2 !important;
}

.model {
  overflow: hidden;
  transition: transform 0.3s ease; /* Smooth transition */
}

.model:hover {
  transform: scale(1.05); /* Scale up the image */
}

.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
}

.chat-window {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  height: 400px;
  display: none; /* Hidden by default */
  border-radius: 8px;
  background: white;
  z-index: 10000;
  transform: scale(0.1); /* Start slightly lower for a smooth effect */
  transform-origin: bottom right;
  opacity: 0; /* Start transparent */
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

.chat-window.show {
  display: block; /* Show when active */
  transform: scale(1); /* Move to original position */
  opacity: 1; /* Fully visible */
}

.chat-header {
  background: #08311e;
  color: white;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.chat-body {
  height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  font-size: 1.5vh;
}

.chat-input {
  border-top: 1px solid #ccc;
}


.chat-input {
  border-top: 1px solid #ccc;
}

.contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width:768px) {
  .contact {
      margin-bottom: 60px;
  }
}

.contact input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  font-family: 'poppins', sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: 'poppins', sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact input:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #054226;
  font-family: 'poppins', sans-serif;
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #000000;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media only screen and (max-width:768px) {
  .single_address {
      padding-left: 0px;
  }
}

.single_address i {
  background: #f6f6f6;
  color: #198754;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #198754;
  color: #fff;
}

.ms-icon {
  background: #f6f6f6;
  color: #198754;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ms-icon:hover {
  background: #198754;
  color: #fff;
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}
.section-title {
  margin-bottom: 60px;
}
.text-center {
  text-align: center!important;
}