   body {
   font-family: 'Plus Jakarta Sans', sans-serif !important;

      background: #fff;
      margin: 0;
      padding: 0;
    }

.partnerSwiper .swiper-slide {
  width: auto; /* Required for slidesPerView: 'auto' */
}
.icon-img {
    width: 50px !important;
}
.Why.Choose {
    padding: 50px 0px;
}
.grecaptcha-badge {
    z-index: 99999999;
}
span.quote-mark.start {
    font-size: 60px;
    position: absolute;
    top: -50px;
    left: -30px;
}
span.quote-mark.end {
    font-size: 60px;
    /* right: -30px; */
    position: absolute;
    /* bottom: -54px; */
}
.mySwiperBlur {
    width: 100%;
    padding: 40px 0;
  }

  .mySwiperBlur .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
section#gallery {
    padding: 50px 0px;
	display:block;
}

  .mySwiperBlur .slide-img-blur {
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
  }

  .mySwiperBlur .center-img {
    transform: scale(1.05);
    filter: none;
    opacity: 1;
    z-index: 10;
  }

  .mySwiperBlur .side-blur {
    filter: blur(3px);
    opacity: 0.5;
    transform: scale(0.95);
    z-index: 1;
  }

/* Contact Form Container */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-family: 'DM Sans', sans-serif;
  max-width: 500px;
  margin: 0 auto;
}

/* Input, Select, and Textarea Styles */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

/* Placeholder Text */
.wpcf7 input::placeholder,
.wpcf7 select,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #ff6a47;
}
.mobile-img1{
	display:none;
}
/* Submit Button */

.wpcf7 input[type="submit"]:hover{
	background-color:#00818D !important;
	color:#fff;
}
.wpcf7 input[type="submit"] {
    background-color: #f15b2a;
    color: #fff;
    padding: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #e35539;
}


    /* Sticky navbar */
    .header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
.mobile-img {
  display: none;
}

/* Show desktop image by default */
.desktop-img {
  display: block;
	padding:20px;
}

.banner{
	 background: url('../landing-images/banner.png') center/cover no-repeat;
      color: white;
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
}
.banner2{
	 background: url('../landing-images/gunbanner.png') center/cover no-repeat;
      color: white;
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
}
    .hero {
      background: url('../landing-images/banner.jpg') center/cover no-repeat;
      color: white;
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
    }
    .header a {
    font-weight: 300;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    /* font-family: plus; */
    /* font-family: 'Plus Jakarta Sans', sans-serif; */
}
button.btn.banner-btn img {
    margin-left: 10px;
}
.banner-btn {
    background-color: #F86948;
    color: #fff;
    border-radius: 30px;
}
button.btn.banner-btn:hover {
    background-color: #087f8c;
    color: #fff;
}
.d-none a:hover {
    color: red ;
}
.d-none a:visited {
    color: #000 !important;
}
   .hero-overlay {
    background: rgb(0 0 0 / 72%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.score {
    font-size: 14px;
    font-weight: 200;
}
    .hero-content {
      position: relative;
      z-index: 1;
    }

   .stats span {
    font-size: 3rem;
    font-weight: 400;
}

  .form-box {
    background: #FDF7F3;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #000;
}
.banner-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: space-between;
    gap: 0px;
}
.wpcf7-not-valid-tip {
 
    text-align: justify;
}
sup {
    vertical-align: super !important;
    font-size: smaller !important;
    left: 6px;
    position: relative !important;
    top: -16px !important;
    font-weight: 400;
    font-size: 18px !important;
}
.form-box p {
    text-align: center;
   
}
    .footer {
    background: #FDF5F3;
    padding: 40px 0;
   
}
.footer-logo {
    height: 100px;
    width: auto;
}
ul.footer-icons {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
ul.footer-icons li a {
    padding-right: 10px;
    margin: 0px;
}
.footer-row.mt-4 h6 {
    color: #000000;
    font-weight: 600;
}

.custom-banner {
  position: relative;
  background: url('../landing-images/banner2.jpg') center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.custom-banner-overlay {
    background-color: rgb(0 0 0 / 81%);
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-banner-content h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}

.custom-banner-content p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
    font-weight: 200;
	  text-transform: none;
    color: #FFFFFFB2;
}

.map img {
    width: 100%;
    /* overflow: hidden; */
    height: auto;
}
.custom-banner-btn {
    display: inline-block;
    background-color: #f15b2a;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.3s ease;
    letter-spacing: 2px;
}
a.custom-banner-btn:hover {
   
background-color: #00818D;
    color: #fff;
}


    /* Hamburger Fullscreen Menu */
   .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1050;
    display: none;
    flex-direction: column;
    align-items: flex-start;
   
    text-align: center;
    padding: 40px 0px 0px 40px;
}

    .fullscreen-menu a {
      font-size: 24px;
      margin: 10px 0;
      color: #000;
      text-decoration: none;
    }

    .fullscreen-menu.show {
      display: flex;
    }

  .fullscreen-menu .btn-close {
    position: absolute;
    top: 0px;
    right: 16px;
    font-size: 2rem;
    background: none;
    border: none;
}
    a.navbar-brand img {
    height: 50px;
    width: auto;
}

.blog-section {
  padding: 60px 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.body-heading {
    /* text-align: center; */
    font-size: 32px;
  
    font-weight: 400;
}


.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    margin: 30px 0px;
}
.swiper-pagination-bullet-active {

    background: #d34132 !important;
}
.blog-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #d34132;
  color: white;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}
.sub-text-blog {
    color: #d34132;
    text-transform: uppercase;
}
.blog-slider .swiper-slide {
  width: 300px;
}
/* .sec-lay-img {
    height: 50%;

} */

.location-card:hover .location-details,
.toggle-btn:hover + .location-details {
  display: block;
}
.location-image img {
    height: 300px !important;
    object-fit: cover;
}
.partners-logo {
  text-align: center;
  padding: 40px 0;
}
.partners-logo .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.logo-p {
    height: 50px !important;
    width: 100px;
    /* max-width: 100px; */
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
/* Swiper Pagination Dots */
.swiper-pagination {
  margin-top: 30px;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #d34132;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.blog-content {
  padding: 20px;
}

.blog-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.blog-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.faq-section {
  padding: 60px 0;
  background: #fff;
}

.faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.faq-title {
  flex: 1 1 40%;
}

.faq-items {
  flex: 1 1 50%;
}

.sub-text {
  color: #d34c38;
  font-size: 14px;
  margin-bottom: 8px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.faq-toggle {
    font-size: 20px;
    transition: all 0.3s ease;
    background-color: #E4E4E4;
    /* padding: 9px; */
    border-radius: 10px;
    height: 35px;
    width: 35px;
    text-align: center;
}

.faq-answer {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  content: '×';
}

.testimonial-section {
  padding: 80px 0;
  background-color: #fff;
}

.testimonial-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: #f9f9f9;
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-card h3 {
  font-size: 18px;
  margin: 10px 0 5px;
}

.testimonial-card .role {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.brand {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.brand.green { color: #14a44d; }
.brand.purple { color: #9b51e0; }

.testimonial-card .desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.testimonial-slider {
  padding: 40px 20px;
  width: 100%;
}
.testimonial-slider .swiper-slide {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 0px;
    margin: 5px;
}

.ethos-section {
  padding: 60px 0;
  background: #fff;
}
.ethos-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ethos-left {
  flex: 1;
  max-width: 400px;
  text-align: left;
}
.ethos-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
}
.ethos-left h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}
.ethos-left p {
  font-size: 14px;
  color: #ff5a3c;
  margin-top: 4px;
}
.ethos-right {
  flex: 2;
}
.quote {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  color: #333;
}
.quote-mark {
  font-size: 22px;
  color: #009688;
  font-family: serif;
  vertical-align: top;
}


.location-section {
  background: #fff8f6;
  padding: 0px 40px;
  font-family: 'DM Sans', sans-serif;
}

.location-card {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    /* background: #fff; */
    padding: 30px;
    /* border-radius: 16px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
    position: relative;
    border-bottom: 1px solid #ccc;
}

.location-info,
.location-details {
  width: 25%;
  transition: all 0.3s ease;
}

.location-info {
  display: block;
}

.location-details {
  display: none;
}

.location-image {
  width: 30%;
}

.location-image img {
  width: 100%;
  border-radius: 8px;
}

.label {
  background-color: #d4f5dd;
  color: #27ae60;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.toggle-icon {
    font-size: 20px;
    font-weight: 200;
    cursor: pointer;
    margin-left: auto;
    user-select: none;
}
.location-details h4 {
  margin-bottom: 10px;
}
.banner-content h1 {
    font-size: 3rem;
}
.d-flex.gap-4.mt-4.stats.flex-wrap {
   text-align: left;
}
.footer-icons img {
    width: 25px;
}
.gud-img {
    height: auto !important;
}
.partners-title img {
    width: 50px;
}
.location-details ul {
  padding: 0;
  list-style: none;
	margin:0px;
}

.location-details ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.location-details {
  width: 25%;
  display: none;
  transition: all 0.3s ease;
}

.location-details.open {
  display: block;
}


.workspace-section {
    /* max-width: 1000px; */
    /* margin: auto; */
    /* text-align: center; */
    padding: 40px 20px;
    background-color: #fff8f6;
}

.tabs {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.tab-btn {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 5px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.tab-btn.active {
  color: #e25549;
  border-color: #e25549;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.workspace-boxes {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}

.box {
    width: 49%;
    /* background: #fff; */
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
    padding-bottom: 20px;
   
}
.box img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
}

.box p {
    padding: 15px 0px;
    font-size: 14px;
}

a.custom-banner-btn img {
    width: auto;
    margin-left: 20px;
}

.cta-btn {
  margin-left: 15px;
  background: #e25549;
  color: white;
  padding: 10px 16px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}

.highlight {
  color: #e25549;
}


  .image-section {
            position: relative;
        }

        .workspace-image {
            width: 100%;
            height: 400px;
            border-radius: 12px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .monitor {
            width: 280px;
            height: 180px;
            background: #2a2a2a;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .monitor::before {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 15px;
            background: #d1d5db;
            border-radius: 0 0 8px 8px;
        }

        .monitor::after {
            content: '';
            position: absolute;
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 10px;
            background: #e5e7eb;
            border-radius: 20px;
        }

        .screen-text {
            color: white;
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            line-height: 1.2;
        }

        .desk-items {
            position: absolute;
            bottom: 20px;
            right: 30px;
            display: flex;
            gap: 15px;
        }

        .item {
            width: 12px;
            height: 30px;
            background: #4ade80;
            border-radius: 6px;
            opacity: 0.8;
        }

        .item:nth-child(2) {
            background: #f59e0b;
            height: 25px;
        }

        .item:nth-child(3) {
            background: #ef4444;
            height: 35px;
        }

        .dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #ff6b6b;
        }

        .content-section {
            padding-left: 20px;
        }

        .amenities-label {
            color: #ff6b6b;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .main-heading {
            font-size: 48px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 10px;
            line-height: 1.1;
        }

        .sub-heading {
            font-size: 48px;
            font-weight: 700;
            color: #ff6b6b;
            margin-bottom: 30px;
            line-height: 1.1;
        }

       .description {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.7;
    /* max-width: 480px; */
    position: relative;
 
}
      .features-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 40px;
}

  .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 15px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ccc;
}
.AMENITIES img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.highlight-sec {
    color: #00818D;
}

        .feature-item:hover {
            transform: translateX(5px);
        }

        .feature-icon {
            width: 24px;
            height: 24px;
            margin-right: 20px;
            opacity: 0.7;
        }

        .feature-text {
            color: #4b5563;
            font-size: 16px;
            font-weight: 500;
        }
.AMENITIES {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 30px 20px 0px 20px;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 80px; */
    /* align-items: center; */
}

.fade-text {
   
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    margin-top: 30px;
}

  .fade-text.visible {
    opacity: 1;
  }

  .fade-text span {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s ease, color 0.3s ease;
    color: #746969;
  }

  .fade-text span.first-highlight {
    color: #00818D; /* Only first 3 words */
  }

  .fade-text.visible span {
    opacity: 1;
    transform: translateY(0);
  }

  .fade-text:hover span {
    color: #f15b2a !important; /* All words on hover */
  }



  
#backToTop {
  position: fixed;
  bottom: 100px;
  right: 23px;
  z-index: 999;
  background-color: #f15b2a;
  color: #fff;
  border: none;
  padding: 12px 16px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

#backToTop:hover {
  background-color: #00818D;
}

 
.partners-logo {
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
        .partners-icon {
            width: 24px;
            height: 24px;
            opacity: 0.6;
        }

.partners-title {
    font-size: 30px;
    font-weight: 500;
    color: #6b7280;
    margin: 0;
    width: 40%;
}
.partnerSwiper {
  width: 100%;
  padding: 10px 0;
}
.partnerSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-logo {
  max-width: 120px;
  height: auto;
}

        .partner-logo img:hover{
            opacity: 1;
            transform: translateY(-2px);
        }
/* img.logo-p {
    width: 120px;
    object-fit: cover;
} */
  
.whatsapp-float {
  position: fixed;
  bottom: 90px; /* just above back to top button */
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}
.form-box h5 {
    font-size: 22px;
    font-weight: 600;
}
 .form-container {
    
    padding: 20px 20px;
    border-radius: 0;
  
    width: 100%;
}

       
        .form-input {
            width: 100%;
            padding: 15px 0;
            border: none;
            border-bottom: 1px solid #d1d5db;
            background: transparent;
            font-size: 16px;
            color: #374151;
            outline: none;
            transition: border-color 0.3s ease;
        }

        .form-input::placeholder {
            color: #9ca3af;
            font-weight: 400;
        }

        .form-input:focus {
            border-bottom-color: #ff6b47;
        }
.form-select {
    width: 100%;
    padding: 13px 20px;
    font-size: 16px;
    color: #a3a8b4;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    transition: border 0.3s ease;
    /* background: #c91414f0; */
    background-color: #fdf7f3;
    border-bottom: 1px solid #ccc !important;
    border: none;
}
.form-select option {
  color: #333;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
}

/* This won't work in all browsers but may apply in Firefox */
.form-select option:hover {
  background-color: #f0f0f0;
  color: #00818D;
}

/* Selected option styling */
.form-select option:checked {
  background-color: #00818D;
  color: #fff;
}

       

        .form-select:focus {
            border-bottom-color: #ff6b47;
            color: #374151;
             border-color: #00818D;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 129, 141, 0.1);
        }

      

      .submit-btn {
    width: 100%;
    background: #ff6b47;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}
button.submit-btn:hover {
    background-color: #00818D;
}

        .submit-btn:hover {
            background: #e55a3c;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(255, 107, 71, 0.3);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

.custom-form-wrapper p {
    margin: 10px 0px;
}
.feature-item .icon-img {
    width: auto;
    padding-right: 20px;
    height: auto;
}
      .form-description {
    text-align: center;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}

        .arrow-icon {
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease;
        }

        .submit-btn:hover .arrow-icon {
            transform: translateX(2px);
        }

        /* Animation effects */
        .form-container {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .form-group {
            opacity: 0;
            transform: translateY(10px);
            animation: fadeInUp 0.4s ease forwards;
        }

        .form-group:nth-child(1) { animation-delay: 0.1s; }
        .form-group:nth-child(2) { animation-delay: 0.2s; }
        .form-group:nth-child(3) { animation-delay: 0.3s; }
        .form-group:nth-child(4) { animation-delay: 0.4s; }
        .form-group:nth-child(5) { animation-delay: 0.5s; }
        .form-group:nth-child(6) { animation-delay: 0.6s; }

  .subscription-container {
          
            max-width: 500px;
            width: 100%;
        }

        .form-label {
            font-size: 20px;
            font-weight: 400;
            color: #374151;
            margin-bottom: 25px;
            display: block;
        }

        .email-form {
            display: flex;
            gap: 0;
            margin-bottom: 25px;
        }

       .email-input {
    flex: 1;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #d1d5db;
    background: transparent;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    transition: border-color 0.3s ease;
}
        .email-input::placeholder {
            color: #9ca3af;
            font-weight: 400;
        }

        .email-input:focus {
            border-bottom-color: #0891b2;
            color: #374151;
        }

        .send-btn {
            background: #0891b2;
            color: white;
            border: none;
            padding: 10px 32px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-left: 20px;
        }

        .send-btn:hover {
            background: #0e7490;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
        }

        .send-btn:active {
            transform: translateY(0);
        }

        .privacy-text {
            color: #6b7280;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
        }

        /* Animation effects */
        .subscription-container {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }






    @media (max-width: 768px) {

       .fade-text {
      font-size: 5vw;
    }

         .main-heading,
            .sub-heading {
                font-size: 32px;
            }

            .workspace-image {
                height: 300px;
            }

            .monitor {
                width: 200px;
                height: 130px;
            }

            .screen-text {
                font-size: 24px;
            }
        button.btn.banner-btn {
    display: none;
}

     .hero {
    padding: 30px 10px 30px 10px;
}
      .form-box {
        margin-top: 30px;
      }
		section#gallery {
    padding: 50px 10px;

}
   .stats {
    flex-direction: row;
    gap: 12px !important;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.form-input {
  
    font-size: 10px;
  
}
.form-select {
  
    font-size: 10px;
       background-size: 10px;
padding:10px  0px;
}

.submit-btn {
  
    padding: 10px 15px;
  
    font-size: 13px;
   
}
.partners-logo {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    padding: 25px 0px;
    align-items: center;
    justify-content: flex-start;
}
.logo-p {
    padding: 10px !important;
    width: 80px;
    object-fit: contain;
    height: 40px !important;
}
.header a.custom-banner-btn {
    display: none;
}
.AMENITIES img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.AMENITIES {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 30px 20px;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 80px; */
    /* align-items: center; */
}.content-section {
    padding-left: 0px;
    padding-top: 0px !important;
}
		#amenities .content-section {

    padding-top: 20px !important;
}

.workspace-section {
  
    padding: 20px 5px;
    background-color: #fff8f6;
}
.box {
    width: 100%;

}
.location-section {
    background: #fff8f6;
    padding: 5px;
    font-family: 'DM Sans', sans-serif;
}
.location-info, .location-details {
    width: 100%;
    transition: all 0.3s ease;
}
.location-card {
    display: flex;
    gap: 10px;
    /* background: #fff; */
    padding: 10px;
    /* border-radius: 16px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
    position: relative;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}
.location-image {
    width: 100%;
}
.tabs {
    margin: 30px 0;
    display: flex;
    justify-content: space-around !important;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    /* font-size: 9px !important; */
}
		
		.tab-btn {
  
    font-size: 14px;
 
}
		.content-section.py-4 {
    padding: 10px;
}
.ethos-section {
    padding: 10px 10px;
    background: #fff;
}
.ethos-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between ;
    flex-wrap: wrap;
}
.ethos-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.ethos-left h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}
.testimonial-section {
    padding: 0px 10px;
    background-color: #fff;
}
.testimonial-card {
 
    padding: 20px;
  
}
.testimonial-slider .swiper-slide {

    padding: 0px;
}
.faq-section {
    padding: 30px 15px;
    background: #fff;
}
.blog-section {
    padding: 10px 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.custom-banner {
 
    height: 60vh;
 
}
		.footer {
   
    padding: 40px 10px;
}
.custom-banner-content h1 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}
.text-start {
    margin-bottom: 20px;
}
.footer-logo {
    height: 70px;
    width: auto;
}
.partners-title {
    font-size: 18px;
    width: 100%;
    text-align: justify;
}
		.partners-title img {
    width: 35px;
    margin-left: 10px;
}
		.banner-content h1 {
    font-size: 2rem;
}
.wpcf7 input[type="submit"] {

    padding: 14px 30px;
 
}
		.mobile-img {
    width: 100% !important;
    object-fit: contain !important;
}
select.wpcf7-form-control.wpcf7-select {
    font-size: 12px !important;
  
}
		.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 textarea {

    font-size: 12px !important;
   
}
		.form-description {
 
    width: 100%;
   
}
		.mobile-img {
    display: block;
  }
  .desktop-img {
    display: none;
  }
		.banner{
		
        padding: 30px 10px 30px 10px;
    
}
		.banner2{
		
        padding: 30px 10px 30px 10px;
    
}
		.stats span {
    font-size: 2rem;
   
}
		.score {
    font-size: 12px;
   
}
		.AMENITIES .swiper-slide img {
    height: 350px;
}
		.testimonial-slider {
    padding: 20px 20px;
    width: 100%;
}
	.faq-toggle {
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: #E4E4E4;
    padding: 8px;
    border-radius: 5px;
    height: auto;
    width: auto;
    text-align: center;
}
		.quote {
 
    padding: 14px;
}span.quote-mark.start {
    font-size: 60px;
    position: absolute;
    top: -30px;
    left: -10px;
}
		
		}
    }