body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  /* background-color: #f9f7f0; */
  color: #000000;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1460px;
  }
}

nav#mainNav .container {
  align-items: baseline;
}

p {
  font-size: 14px;
}

ul.navbar-nav {
  padding-bottom: 20px;
  align-items: center;
}

/* Navbar styles */
.navbar {
  transition: background-color 0.3s ease;
}

.navbar-dark .nav-link {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding: 5px !important;
  margin: 0;
}

.navbar-dark .nav-link::after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 4px;
  color: #0860a9;
}

a.nav-link:hover {
  text-decoration: underline;
}

nav#mainNav {
  background-color: rgb(118 179 209 / 88%);
  box-shadow: rgb(106 169 204 / 83%) 0px 20px 30px -10px;
}

#mainNav.scrolled {
  background-color: #3e91c0;
}

/* Hero section */
.hero-section {
  position: relative;
  overflow: hidden;
  /* height: 100vh; */
}

.hero-section video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  /*background-color: rgb(255 255 255 / 82%);*/
}

/* Amenities section */
.amenities-section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}

.amenities-section h1 {
  color: #ffd700;
  font-weight: bold;
}

.amenities-section p {
  max-width: 900px;
  margin: 0 auto;
}

.amenity-icon {
  width: 50px;
  margin-bottom: 10px;
}

/* Fixed form */
.enquire-form {
  background-color: #f2bb2f;
}

.enquire-form input {
  width: 150px;
}

a.navbar-brand.fw-bold {
  width: 100px;
}

a.navbar-brand.fw-bold img {
  width: 100%;
}

.modal-img {
  background: url("images/pop-img.jpg") center/cover no-repeat;
  min-height: 100%;
}

.best-service h2 {
  font-size: 23px;
}

p.border-btm-grey {
  border-bottom: 1px solid #80808078;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.best-service h2 {
  margin-bottom: 11px !important;
  font-size: 23px;
}

.best-service h4 {
  font-size: 20px;
  margin-bottom: 14px !important;
}

span.check-icon {
  color: #dfb751;
}

.bg-dark {
  background-color: rgb(249 247 240) !important;
}

.bg-dark .navbar-dark .nav-link {
  color: #000000;
}

.pricing-section {
  background-color: #f0f8ff;
}

.section-subtitle {
  color: #0860a8;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pricing-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pricing-card-header {
  background-color: #1978c3;
  color: #ffffff;
  padding: 20px 10px;
  font-weight: bold;
  position: relative;
}

.pricing-card-header p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #ffffff;
}

.pricing-card-header h3 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}

.pricing-card-body {
  padding: 20px;
  text-align: start;
}

.pricing-card-body p {
  margin: 0;
  font-size: 15px;
}

.pricing-card-body hr {
  margin: 10px 0;
}

ul.list-unstyled li {
  position: relative;
}

.btn-warning {
  background-color: #d5a628;
  border: none;
  border-radius: 25px;
  padding: 8px 90px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
}

.floorplan-section {
  background-color: aliceblue;
}

.section-subtitle {
  color: #0860a8;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.floorplan-card {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}

.floorplan-card img {
  width: 100%;
  display: block;
}

.blurred {
  filter: blur(4px);
}

.download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1d6fb1;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  border-radius: 9px;
  width: 200px;
}

.download-btn:hover {
  background-color: #218eec;
}

.floorplan-label {
  background-color: #01589d;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.mob-img {
  display: none;
}

section.amenities-sec.py-5.text-center {
  background: #f2e6cd99;
}

section.amenities-sec.py-5.text-center img {
  border-radius: 10px;
}

.row.center-v {
  align-items: center;
}

img.w-100.flex-g {
  margin-bottom: 30px;
}

.amenities-sec .container {
  padding: 0 6%;
}

.location-section {
  background-color: #fff;
  background-image: url("https://www.trustifyrealty.co.in/smart-world-one-dxp/img/bg-map-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.location-section .section-subtitle {
  color: #d4a017;
  font-weight: bold;
  font-size: 18px;
}

.location-section h2 {
  font-size: 28px;
  font-weight: 700;
}

.location-list li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.location-list i {
  color: #d4a017;
  font-size: 20px;
  margin-right: 10px;
}

.location-section .container {
  padding: 0 7%;
}

ul.location-list.list-unstyled li {
  margin-bottom: 17px;
  font-size: 18px;
}

h3.fw-bold.orange {
  color: #0b5aa7;
}

section.disclaimer.text-center.container.py-5 p {
  font-size: 13px;
  margin-bottom: 8px;
  color: #000000;
}

section.sticky-btn button {
  position: fixed;
  width: 100%;
  border: none;
  padding: 10px;
  bottom: 0;
  background: #c9f3ff;
}

.enquire-btn-top {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.call-btn-top {
  top: 30px;
  right: 182px;
}

a.enquire-btn {
  text-decoration: none;
  display: block;
}

a.enquire-btn:hover {
  text-decoration: underline;
}

.enquire-btn {
  position: relative;
  padding: 12px 40px;
  font-size: 15px;
  color: #ffffff;
  /* background: #fff; */
  border: 0px solid transparent;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  /* text-transform: uppercase; */
  font-weight: bold;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}

.enquire-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #549ec7, #0a5fa9, #83b8d2);
  background-size: 200%;
  z-index: -1;
  animation: borderMove 3s linear;
}

.enquire-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  /* background: #f9f1dc; */
  z-index: -1;
  border-radius: 20px;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.enquire-btn:hover {
  text-decoration: underline;
}

.enquire-btn.head-btn {
  padding: 7px 21px;
  border-radius: 23px;
}

li.space-side {
  margin: 0 10px;
}

a.enquire-btn.head-btn {
  font-size: 15px;
}

li.nav-item {
  margin-right: 10px;
}

.modal-content strong {
  color: #1165ac;
  margin-left: 7px;
  border-bottom: 1px solid #1165ac;
}

.form-group input,
.form-group textarea {
  margin-bottom: 10px;
  font-size: 13px;
  padding: 6px;
}

button.form-btn {
  border-radius: 39px;
  padding: 8px;
  font-size: 16px;
  margin-top: 8px;
}

.form-section h2 {
  font-size: 20px;
  font-weight: 600;
}

p.form-para {
  color: #474747;
}

/* whatsapp form css Start */
.whatsapp-form {
  width: 190px;
  border-radius: 20px;
  position: fixed;
  bottom: 24px;
  left: 22px;
  z-index: 9999;
  background: #25d366;
  padding: 10px;
  display: none;
  z-index: 99999;
}

.whatsapp-form input {
  margin: 8px 0 6px;
  padding: 3px 6px;
  font-size: 14px;
}

.wht-submit {
  margin-bottom: 0 !important;
  background: #25d366 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 1px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pos-re button {
  width: 100%;
  border-radius: 50px;
}

.wht-submit i {
  margin-right: 1px;
  padding: 4px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
}

button#hd-modal {
  position: absolute;
  top: -16px;
  right: 39%;
  border: 3px solid #25d366;
  color: #343434;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  left: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  width: 60px;
  height: 60px;
}

.whatsapp-btn i {
  font-size: 37px;
}

.pdf-btn {
  display: inline-block;
  background-color: #d32f2f;
  color: #fff;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.pdf-btn:hover {
  background-color: #b71c1c;
}

/* thankyoupage css Start */
.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0056b83b;
}

.thankyou-content {
  position: absolute;
  width: 650px;
  margin: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 32px;
}

.thankyou-content img {
  margin-bottom: 17px;
}

.thankyou-content h1 {
  font-size: 30px;
}

.thankyou-content p {
  text-align: center;
  font-size: 17px;
}

.thankyou-content p a {
  color: #0056b7;
  font-weight: 600;
}

p.bottom-heading {
  margin-bottom: 6px;
  color: #000000;
  font-style: italic;
  text-decoration: underline;
  font-size: 15px;
}

a.logo-target {
  text-decoration: none;
  background: #0056b7;
  color: #ffffff;
  padding: 10px;
  margin-top: 9px;
  display: block;
  border-radius: 30px;
  transition: 0.5s;
}

a.logo-target:hover {
  background: #0e2e50;
}

/* thankyoupage css End */
.desk-none {
  display: none;
}

a.logo-thankyou img {
  width: 120px;
}

/* whatsapp form css End */
.mt-set-tp h2 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-section .overlay {
    background-color: rgb(0 0 0);
    display: none;
  }

  nav#mainNav {
    padding-bottom: 0;
    /* background: #3e91c0; */
  }

  .navbar-dark .nav-link {
    color: #ffffff;
  }

  ul.navbar-nav {
    align-items: start;
  }

  li.space-side {
    margin: 10px 0;
  }

  .bg-dark {
    background-color: rgb(0 0 0) !important;
  }

  li .enquire-btn.head-btn {
    width: 200px;
    text-align: center;
  }

  a.navbar-brand.fw-bold {
    width: 80px;
  }

  .hero-section video {
    height: 70vh;
  }

  .hero-section {
    height: auto;
  }

  section#aboutus .col-md-8 {
    margin-top: 20px;
    text-align: center;
  }

  .btn-warning {
    width: 100%;
  }

  .amenities-sec .container {
    padding: 0 20px;
  }

  section#amenities img {
    margin-bottom: 20px;
  }

  section.disclaimer.text-center.container.py-5 {
    padding-bottom: 55px !important;
  }

  ul.location-list.list-unstyled li {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .modal-img {
    display: none !important;
  }

  .thankyou-content {
    width: 90%;
  }

  .thankyou-content h1 {
    font-size: 22px;
    margin-bottom: 19px;
  }

  .thankyou-content p {
    font-size: 15px;
  }

  .pdf-btn {
    margin-top: 20px;
    padding: 12px 18px;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
  }

  .mt-set-tp {
    margin-top: 20px;
  }

  .mt-set-tp h2 {
    margin-top: 0;
  }
}

/* new css start */
.scda-section {
  font-family: "Montserrat", sans-serif;
  background: url("images/secondbg.jpg") no-repeat center right;
  background-size: cover;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

.scda-section .subtitle {
  font-weight: 300;
  font-size: 1.5rem;
  color: #6dc36d;
}

.scda-section .green-line {
  width: 80px;
  height: 2px;
  border: none;
  background: #6dc36d;
}

.scda-section p {
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.7;
}

.scda-section .content-box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---------- */
.scda-progress {
  padding: 12px 40px 50px;
  background: #fff;
}

.scda-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

/* Left Side */
.scda-left {
  flex: 1;
  min-width: 250px;
}

.scda-left .subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 10px;
}

.scda-logo {
  max-width: 150px;
  margin: 10px 0;
}

.scda-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

/* Right Side - Cards */
.scda-right {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.scda-card {
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
}

p.lead strong {
  font-weight: 700;
}

.scda-card:hover {
  transform: translateY(-5px);
}

.scda-card img {
  width: 100%;
  height: auto;
  display: block;
}

.scda-info {
  padding: 15px;
  /* text-align: center; */
}

.scda-info .brand-logo {
  /* max-height: 40px; */
  margin-bottom: 10px;
  width: 80px;
}

.scda-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.scda-info img {
  margin-bottom: 20px;
}

img.w-set {
  width: 130px;
  margin-bottom: 17px;
}

img.w-set.ws2 {
  width: 202px;
}

.scda-info p {
  font-size: 10px;
}

/* New Vision Section */
.vision-section {
  padding: 80px 10%;
  background: #fff;
}

.vision-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.vision-left {
  flex: 1;
  text-align: left;
}

.vision-logo {
  width: 400px;
  max-width: 100%;
  margin-bottom: 20px;
}

.vision-title {
  font-size: 35px;
  font-weight: bold;
  color: #000;
}

.vision-title span {
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

.vision-right {
  flex: 1;
}

.vision-heading {
  font-size: 32px;
  font-weight: 300;
  color: #0072c6;
  /* same blue as screenshot */
  line-height: 1.4;
  margin-bottom: 20px;
}

.vision-line {
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, #0072c6, #2ecc71);
  /* blue-green line */
  margin-bottom: 20px;
}

.vision-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

p.txt-sm {
  font-size: 13px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .vision-container {
    flex-direction: column;
    text-align: center;
  }

  .vision-left,
  .vision-right {
    flex: unset;
  }

  .vision-title {
    font-size: 22px;
  }

  .vision-heading {
    font-size: 24px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .scda-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .scda-left {
    margin-bottom: -8px;
  }
}

.bg-update {
  /* margin-bottom: -200px; */
  background: aliceblue;
  padding: 20px;
  border-radius: 10px;
}

.masterplan-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.masterplan-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.amenities-list {
  flex: 1 1 40%;
}

.amenities-list h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

.amenities-list ol {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.amenities-list ol li {
  margin-bottom: 8px;
}

.masterplan-image {
  flex: 1 1 55%;
}

.masterplan-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .masterplan-section .container {
    flex-direction: column;
  }
}

/* Custom Arrow Colors */
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #186baf;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #2196f3;
}

.slick-prev {
  left: 20px;
  z-index: 99;
}

.slick-next {
  right: 20px;
}

/* new css start */
.bottom-map {
  font-family: "Montserrat", sans-serif;
  background: url("images/map.webp") no-repeat center right;
  background-size: cover;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

.bottom-map.subtitle {
  font-weight: 300;
  font-size: 1.5rem;
  color: #6dc36d;
}

.bottom-map .green-line {
  width: 80px;
  height: 2px;
  border: none;
  background: #6dc36d;
}

.bottom-map p {
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.7;
}

.bottom-map .content-box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-darkk {
  background: #32b44a;
}

.mobile-banner {
  display: none !important;
}

section.imp-sec {
  background: aliceblue;
  padding: 40px;
}

section.imp-sec img {
  border-radius: 14px;
}

.text-part {
  padding-left: 46px;
}

.text-part h2 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 30px;
  border-bottom: 1px solid #3e91c0ba;
  padding-bottom: 14px;
  color: #0e70a8;
}

ul.list-unstyled li::before {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #787878;
}

ul.list-unstyled li {
  padding-left: 27px;
  position: relative;
  font-size: 15px;
  margin-bottom: 11px;
  font-weight: 600;
}

.pos-relative {
  position: relative;
}

.text-part {
  position: absolute;
  top: 50%;
  left: 121%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 27px;
  border-radius: 14px;
  width: 76%;
  border: 1px solid #5289ba;
}

.product1,
.product2,
.product3 {
  margin-top: 50px;
}

.product2 .text-part {
  left: -50px;
}
section.disclaimer.text-center.container.py-5 {
  background: aliceblue;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.amenities-section {
  /* max-width: 1200px; */
  margin: 40px 20px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: aliceblue;
}

.amenities-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 37px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #80808069;
  padding-bottom: 11px;
}

.amenities-grid {
  display: flex;
  gap: 40px;
}

.amenities-grid ul {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenities-grid li {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  background: #3e91c0;
  margin-bottom: 26px;
  padding: 20px;
  border-radius: 6px;
}

.amenities-grid li i {
  margin-right: 14px;
  font-size: 26px;
  color: #ffffff;
  min-width: 30px;
  text-align: center;
}

/* .amenities-grid li:hover {
      color: #0077b6;
      transform: translateX(5px);
    } */

.pos-stick {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 320px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

/* .form-toggle {
  background: #333;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  font-size: 20px;
} */

.form-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: transform 0.4s ease-in-out;
}
.pos-stick .form-section h2 {
  background: #3f8cbf;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px;
}
.pos-stick p {
  text-align: center;
  margin-bottom: 7px;
}
.pos-stick p a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #3f8cbf;
}
.post-parent {
  position: relative;
}
.post-parent span {
  position: absolute;
  top: 13px;
  right: 12px;
  background: #ffffff;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  font-size: 22px;
  color: #3f8cbf;
  cursor: pointer;
}

.form-section.hide {
  transform: translateY(70%);
}
@media (max-width: 900px) {
  .amenities-grid {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .pos-stick {
    display: none;
  }
  .mobile-banner {
    display: block !important;
  }

  .desk-banner {
    display: none !important;
  }

  .pricing-section {
    margin-top: 0;
  }

  .bg-update {
    background: #ffffff;
    padding: 0;
  }

  h2 {
    font-size: 22px;
  }

  br {
    display: none;
  }

  .pricing-card {
    border: 1px solid #8080807d;
  }

  .pricing-card-header h3 {
    font-size: 20px;
  }

  .pricing-card-header {
    padding: 10px;
  }

  .scda-progress {
    padding: 20px;
    border-top: 1px solid #8080804f;
    background: #f0f8ff91;
  }

  .scda-title {
    font-size: 20px;

    line-height: 01;
  }

  .scda-left .subtitle {
    margin-bottom: 0;
  }

  .scda-card img {
    margin: auto;
  }

  .slick-next {
    right: 4px;
  }

  .slick-prev {
    z-index: 99;
    left: 0;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
  }

  .col-md-6.text-white.p-5.content-box {
    padding: 0 !important;
  }

  .vision-section {
    padding: 30px 20px;
  }

  .vision-logo {
    width: 180px;
    max-width: 100%;
    margin-bottom: 6px;
  }

  .vision-container {
    gap: 10px;
  }

  .col-md-6.text-white.p-5.content-box {
    text-align: center;
  }

  .col-md-6.text-white.p-5.content-box img {
    margin: auto;
  }
  .text-part h2 {
    font-size: 20px;
  }
  .text-part {
    top: 150%;
    left: 50%;
    width: 92%;
    padding-bottom: 10px;
  }
  section.imp-sec {
    background: aliceblue;
    padding: 27px 10px;
  }
  .product2 .text-part {
    top: 223%;
    left: 50%;
  }
  .product1 {
    margin-bottom: 310px;
    margin-top: 22px;
  }
  .product2 {
    margin-top: 0;
    margin-bottom: 569px;
  }
  section.scda-progress {
    margin-top: 220px;
  }
  .amenities-section {
    margin: 30px 20px;
    padding: 10px;
  }
  .amenities-grid {
    gap: 0;
  }
  .amenities-section h2 {
    font-size: 22px;
  }
  .amenities-grid li {
    font-size: 13px;
    padding: 10px;
    width: calc(50% - 10px);
    text-align: start;
    justify-content: start;
    margin-bottom: 12px;
  }
  .amenities-grid ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .amenities-grid li i {
    font-size: 18px;
    margin-right: 8px;
  }
  .ameni-card {
    margin-bottom: 26px;
  }
}
