    @import url(akotamain.css);

    * {
      font-family: var(--PrimaryFont);
    }

    a {
      color: inherit;
      text-decoration: none;
    } 

    .fs-7 {
      font-size: 14px !important;
    }
    .fs-8 {
      font-size: 12px !important;
    }
    .fs-9 {
      font-size: 10px !important;
    }
    .fs-10 {
      font-size: 8px !important;
    }

    body {
      background-color: #f7fbff;
      overflow-x: hidden;
    }

  /* ==================
    2. header & Banner Styles
  ================== */
    .navbar-nav {
      gap: 20px !important;
    }

    .nav-item .nav-link {
      color: var(--nav-text);
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 0.7px;
      font-weight: 400;
      position: relative;
      transition: width 0.5s ease;
      padding: 0 !important; 
    }

    .nav-item .nav-link::after {
      content: '';
      position: absolute;
      top: 100%;
      height: 2px;
      width: 0;
      background-color: var(--second-bg);
      left: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      transition: width 0.5s ease;
    }

    .nav-item .nav-link:hover::after,
    .nav-item.active .nav-link::after {
      width: 100%;
    }

    .nav-item .nav-link:hover,
    .nav-item.active .nav-link {
      color: var(--second-text);
    }
       @keyframes slideDown {
        from {
          transform: translateY(-50%);
        }
        to {
          transform: translateY(0);
        }
      }
     .navbar.is-sticky{
        position: fixed;
        animation: slideDown 0.2s ease-in-out;
        width: 100%;
        z-index: 99;
      }
    /* banner */
    .banner-outer-main {
      min-height: 800px;
    }

    .mySwiper {
      width: 100%;
      max-height: 800px;
    }

    .mySwiper .swiper-slide {
      font-size: 18px;
      background: #fff; 
    } 
    .mySwiper .swiper-slide.slide-1{
      background: url(../../assets/images/banner/home-interior.webp)no-repeat;
      background-size: cover;
      background-position: center right;
    }
    .mySwiper .swiper-slide.slide-2{
      background: url(../../assets/images/banner/homegarden3.webp)no-repeat;
      background-size: cover;
      background-position: top right;
    }
     .mySwiper .swiper-slide.slide-3{
      background: url(../../assets/images/banner/homegarden2.webp)no-repeat;
      background-size: cover;
      background-position: center right;
    }
    @media(min-width:360px){
      .mySwiper .swiper-slide .banner-bg{
        width: 700px;
        max-width: 100%;
      }
    }
    @media(max-width:991px){
      .mySwiper .swiper-slide .banner-bg{
        background-color: rgba(var(--banner-bg), 0.7);
      }
      .banner-outer-main {
        min-height: 700px !important;
      }
      .mySwiper { 
        max-height: 700px;
      }
    }
    .headline-outline {
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: white;
      font-size: 140px;
      letter-spacing: 10px;
      font-weight: 600;
      text-align: start;
      opacity: 0.1;
    }

    .contact-details a {
      writing-mode: sideways-lr;
    }

    input[type="checkbox"] {
      position: relative;
      overflow: hidden;
    }

    input[type="checkbox"]:checked::after {
      content: '\f00c';
      font-size: 10px;
      color: white;
      font-family: 'FontAwesome';
      background-color: var(--second-bg);
      position: absolute;
      top: 0;
      left: 0;
      width: 13px;
      height: 13px;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .property-card{
      transition: 0.5s ease;
    }
    .property-card .card-img{
      overflow: hidden !important; 
    }
    .property-card .card-img img{ 
      transition: 0.5s ease;
    }
    .property-card:hover{
      transform: scale(1.05);
    }
    .property-card:hover img{
      transform: scale(1.5);
    }
    .abt-img img{
        min-height: 550px;
        height: 100%;
        object-fit: cover; 
    } 
    .achievement-img{
      width: 530px !important;
      height: 530px;
      border: 2px dotted var(--second-border); 
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; 
      position: relative; 
      max-width: 100%;
    }
    .achievement-img img{
      width: 500px;
      height: 500px;   
      border-radius: 50%;
      box-shadow: 0px 0px 0px 6px #ebebeb;
      transition: 0.5s ease;
       max-width: 100%;
    }
    .ach-img1{
      content: '';
      position: absolute;
      width: 130px !important;
      height: 130px !important;
      object-fit: cover;
      border-radius: 50%;
      top: 0;
      left: 25px;
      outline: 2px dotted var(--second-border);
      outline-offset: 5px;
      box-shadow: 0px 0px 0px 3px #ebebeb;
      transition: 0.5s ease;
      overflow: hidden;
    }
    .ach-img2{
      content: '';
      position: absolute;
      width: 130px !important;
      height: 130px !important; 
      bottom: 0px;
      right: 70px;
      object-fit: cover;
      border-radius: 50%;
      outline: 2px dotted var(--second-border);
      outline-offset: 5px;
      box-shadow: 0px 0px 0px 3px #ebebeb;
      transition: 0.5s ease;
      overflow: hidden;
      animation: pathMove 4s linear infinite;
    } 
    @media(max-width: 575px){
      .achievement-img{
        width: 350px !important;
        height: 350px;
      }
      .achievement-img img{
        width: 350px !important;
        height: 350px;
      }
      img.ach-img1, img.ach-img2{
        width: 75px !important;
        height: 75px !important; 
      }
    }
    @media(min-width: 590px){
      .achievement-img:hover img{
       transform: rotate(-40deg); 
      } 
      .achievement-img:hover .ach-img1,  .achievement-img:hover .ach-img2{
       border-radius: 10px; 
        transform: rotate(10deg); 
      } 
    }
     .head-content{
      max-width: 900px;
      margin: auto;
     }  
     .partner-img{ 
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      height: 100%;
     }
     [data-akota-theme="dark"] .partner-img img{
      filter: invert(1);
     }
     .partner-main img{
      max-width: 150px !important;
     } 
     .testimonial-user{
      position: relative;
      padding: 30px;
      padding-left: 130px; 
      border-radius: 2rem 1rem 1rem 2rem !important;
     }
     .testimonial-user-img{
      top: calc(50% - 58px);
      left: -15px;
      border: 8px solid var(--body-bg);
      border-radius: 50%;
     } 

.preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: var(--body-bg);
}
.preloader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} 
.client-swiper{ 
  padding: 15px 15px 30px 15px; 
}
.map-box{
  min-height: 600px;
}
form sup {
   top: -1.2em;
    font-size: 8px !important;
}

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center; 
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
.input-group label.error, .newsletter label.error{  
  color: var(--danger-text);
  width: 100%;
  display: block;
  position: absolute;
  bottom: -16px; 
  text-align: right;
  font-size: 13px;
}
#contactform input, #contactform textarea {
      border-radius: 0 4px 4px 0;
}

.newsletter label.error{  
  text-align: left;
  bottom: -35px;
  background-color: var(--body-bg);
  padding: 5px;
  width: auto;
}
::placeholder{
  color: var(--input-text) !important;
  opacity: 0.5 !important;
}
.border, .border-end, .border-start, .border-bottom, .border-top{
    border-color :var(--border) !important; 
}
.danger-border{
  border-color: var(--danger-border) !important;
}
  .second-border{
  border-color: var(--second-border) !important;
}
.prime-border{
  border-color: var(--prime-border) !important;
}

.page-banner{ 
  background:linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgb(255 255 255 / 0)), url(../../assets/images/banner/pg-banner.webp) no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
  display: flex;
  align-items: center;
}
.pg-banner-content{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;  
  max-width: 500px;
}
.about-swiper .swiper-slide img{
  height: 450px;
  object-fit: cover;
}
.about-swiper .swiper-slide{
  border-radius: 50px; 
}
.abt-img-side{
  width: 95%;
  max-width: 600px !important;
  margin:auto; 
  height: 100%;
  min-height: 600px;
  animation: bounce 4s ease-in-out infinite;; 
  border-radius: 50% 50% 50% 2% / 50% 50% 50% 2%;
  box-shadow: 15px 7px 15px 0px rgba(211, 211, 211, 0.631);
  background: url("../../assets/images/banner/homegarden2.webp")no-repeat;
  background-size: cover;
  background-position: center center; 
  position: relative;
} 
[data-akota-theme="dark"] .abt-img-side{
    box-shadow: 15px 7px 15px 0px rgb(41, 41, 41);
} 
     @keyframes bounce {
      0%, 100% {
        transform: translateY(10px);
      }
      50% {
        transform:  translateY(0px);
      }
    }  
    
/*  */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper  div  a{
	width: 100%;
	height: 100%; 
}
.grid-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position: center center;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
} 
@media (max-width: 600px) {
  .grid-wrapper {
    grid-template-columns: 1fr; /* Force single column */
    grid-auto-rows: auto; /* Let height be automatic */
  }

  .grid-wrapper .wide,
  .grid-wrapper .tall,
  .grid-wrapper .big {
    grid-column: span 1;
    grid-row: span 1;
  }
}