/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&display=swap');



.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.afacad {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Baskerville;
  src: url("../assets/fonts/Baskerville-regular.ttf");
}

@font-face {
  font-family: Baskerville-italic;
  src: url("../assets/fonts/Baskerville-Italic-03.ttf");
}


@font-face {
  font-family: AdobeJenson;
  src: url("../assets/fonts/AJensonPro-Lt.woff2");
}


*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #072421;
  --dark: #000;
  --AdobeJenson: AdobeJenson;
  --primary: #23408f;
  --secondary: #469cb4;
  --text-dark: #474747;
  --dark-blue: #005792;
  --text-mute: rgba(37, 88, 83, 0.2);
}

html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: 'Josefin Sans', sans-serif;
  background: #f5f5f5;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

body.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.loader-container {
  display: none;
}

.loader-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffffe3;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -o-radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  background: radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
  animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* form loader css */

.form-loader {
  display: none;
}

.form-loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--light);
  border: 2px solid #fff;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 4px;
}

.form-loader-wrapper .loader-txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.f-loader {
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.75s linear infinite;
  animation: rotation 0.75s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem !important;
}

ul {
  padding-left: 0rem !important;
  margin-bottom: 0rem !important;
}

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


#kenytChatBubble.style1 {
  bottom: 8% !important;
}

.line {
  width: 6vw;
  height: 2px;
  border-radius: 100px;
  background-color: var(--primary);
  position: relative;
  bottom: 15px;
}

.line.about-line {
  bottom: unset;
}

.line.light {
  background-color: var(--light);
}

header {
  position: fixed;
  z-index: 10;
  top: 0vw;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  left: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.822)));
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.822));
  background: linear-gradient(0deg, transparent, rgb(0 0 0));
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

header.dropped {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  /* background-color: var(--light); */
}

nav {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.85rem 4rem;
}

nav.dropped {
  background-color: var(--primary);
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  align-items: center;
}

.navbar-container .navlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}

.navbar-container .menu {
  display: none;
}

.navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.dropped .navbar-container .navlogo .logo {
  width: 100px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.logo-img.logo-img-1 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 80px;
  max-width: 100%;
  position: relative;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-img.logo-img-1::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  right: -41px;
  height: 100%;
  background-color: #fff;
}

.logo-img.logo-img-2 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 55px;
  max-width: 100%;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mob-logo {
  width: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-container .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .navbar-links .navbar-link .nav-link {
  color: #FFF;
  font-size: 1rem;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-wrap: nowrap;
  text-transform: capitalize;
}

/* .btn-contact {
  border: 1px solid #469cb4;
  color: #469cb4;
  text-wrap: nowrap;
  font-family: AdobeJenson;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.55rem 2.15rem;
  font-size: 0.95rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  cursor: pointer;
  align-items: center;
  gap: 0.3rem;
  -webkit-animation: pulse-effect-2 2.5s infinite;
  animation: pulse-effect-2 2.5s infinite;
} */

.btn-contact-img {
  position: relative;
  display: inline-block;
  width: 164px !important;
  height: 48px !important;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #000;
}

.btn-contact-img .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 0.3s ease;
}

/* Overlay hover background */
.btn-contact-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #469cb4;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.btn-contact-img .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: AdobeJenson, serif;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  z-index: 2;
  white-space: nowrap;
  transition: color 0.3s ease;
}

/* Hover state */
.btn-contact-img:hover::before {
  opacity: 1;
}

.btn-contact-img:hover .btn-text {
  color: #fff;
}

@-webkit-keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.offcanvas.offcanvas-start {
  background: #fff;
}

.offcanvas-body {
  padding: 2rem 1.5rem;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}

.offcanvas-navs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.offcanvas-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #469cb4;
  text-transform: capitalize;
  padding-bottom: 0.5rem;
  font-family: Baskerville;
  position: relative;
  transition: all 0.3s ease;
}

.offcanvas-link:hover {
  color: #A8FF60;
}

.offcanvas-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #469cb4;
  left: 0;
  bottom: 0;
}

.offcanvas-nav:last-child .offcanvas-link::after {
  display: none;
}

.offcanvas-header .btn-close {
  /* -webkit-filter: invert(1); */
  /* filter: invert(1); */
}

.btn-primary {
  color: var(--primary);
  border: none;
  padding: 0.5rem 1rem;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 1px solid var(--primary);
  text-wrap: nowrap;
  font-size: 1rem;
  border-bottom: 1px solid var(--primary);
  text-transform: capitalize;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #469cb4;
    box-shadow: 0 0 0 0 #469cb4;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.144);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.144);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #469cb4;
    box-shadow: 0 0 0 0 #469cb4;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btn-primary.btn-light {
  color: var(--light);
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
}

.btn-primary.btn-light.btn-custom {
  width: 250px;
  padding: 1rem;
  max-width: 100%;
}

.btn-primary:hover {
  color: var(--light);
  padding: 0.4rem 1rem;
  background: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



.modal-logo {
  width: 200px;
  max-width: 100%;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-control.custom-input {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  border-radius: 0px;
  color: var(--primary);
}

.mobile-input-div {
  position: relative;
}

.mobile-input-div .country-code {
  position: absolute;
  top: 7px;
  left: 2px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--primary);
}

.invalid-feedback {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.form-control.custom-input.mobile-input {
  padding-left: 2.55rem;
}

.form-control.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.modal-form .form-check-label {
  color: var(--primary);
  font-weight: 400;
  cursor: pointer;
  font-size: 0.875rem;
}

.btn-submit {
  background: #469cb4;
  color: #fff;
  border: none;
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
  margin: 1rem 0 0 0;
}

.contact-form {
  padding: 1rem 0 0.25rem 0;
}

::-webkit-input-placeholder {
  color: var(--primary) !important;
}

::-moz-placeholder {
  color: var(--primary) !important;
}

:-ms-input-placeholder {
  color: var(--primary) !important;
}

::-ms-input-placeholder {
  color: var(--primary) !important;
}

::placeholder {
  color: var(--primary) !important;
}


/* Target placeholders inside the modal form only */
.modal-form ::placeholder {
  color: var(--primary) !important;
  opacity: 1;
}

.modal-form input::-webkit-input-placeholder {
  color: var(--primary) !important;
}

.modal-form input:-moz-placeholder {
  color: var(--primary) !important;
}

.modal-form input::-moz-placeholder {
  color: var(--primary) !important;
}

.modal-form input:-ms-input-placeholder {
  color: var(--primary) !important;
}

/* ---------button of call now,  download brochure , enqurie now---------*/
.enquire-div {
  position: fixed;
  bottom: -50px;
  right: -50px;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.enquire-div.show {
  bottom: 1vw;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  right: 1vw;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-enquire {
  color: #fff;
  width: -webkit-max-content;
  font-family: 'Josefin Sans', sans-serif;
  width: -moz-max-content;
  width: max-content;
  padding: 0.6rem 1.6rem;
  background: #469cb4;
  border-radius: 10px;
  font-size: 1.15rem;
  font-weight: 500;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

.download-div {
  position: fixed;
  bottom: -50px;
  left: -50px;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.download-div.show {
  bottom: 1vw;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  left: 1vw;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.download-btn {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.6rem 1.6rem;
  border-radius: 10px;
  background: #469cb4;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

/******************Banner Section Starts************* */
.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.00) 77.27%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 22.36%);
  z-index: 2;
  pointer-events: none;
}

.carousel-inner img {
  position: relative;
  /* z-index: 1; */
}

.ban-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.ban-title {
  color: #fff;
  font-size: 3rem;
  margin: -2.25rem 0 0 0;
  font-style: normal;
  font-family: "Forum", serif;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0.5rem 0rem;
  text-align: center;
}

.carousel-item img {
  /* animation: zoomEffect 15s ease-in-out infinite; */
  transform-origin: center center;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
}

.btn-visit.light {
  position: absolute;
  bottom: -99%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #469cb4;
  gap: 0.45rem;
  padding: 0.5rem 1.25rem;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/******************Banner Section Ends************* */

/* *************Overvirew Section Starts*********** */
.overview {
  position: relative;
  background: url(../assets/images/water.webp) no-repeat center center / cover;
  z-index: 0;
}

.overlay-overview {
  background: linear-gradient(100deg, #f5f9f1 0.92%, rgba(245, 249, 241, 0.95) 0.56%, rgb(245 249 241 / 63%) 19.17%, rgba(245, 249, 241, 0.50) 48.1%, rgba(245, 249, 241, 0.10) 54.31%);
  position: relative;
  width: 100%;
  padding: 14rem 0;
}

/* .bird-gif {
  position: absolute;
  top: 3rem;
  left: 13%;
  width: 180px;
  height: auto;
  z-index: 2;
} */

.bird-gif {
  position: absolute;
  top: 3rem;
  left: -200px;
  width: 180px;
  height: auto;
  z-index: 2;
  animation: flyBird 20s linear infinite;
}

/* Animation Keyframes */
@keyframes flyBird {
  0% {
    left: -200px;
  }

  100% {
    left: 100%;
  }
}

.bird-gif2 {
  position: absolute;
  top: -2rem;
  left: -200px;
  width: 180px;
  height: auto;
  z-index: 2;
  animation: flyBird 20s linear infinite;
}

/* Animation Keyframes */
@keyframes flyBird {
  0% {
    left: -200px;
  }

  100% {
    left: 100%;
  }
}


.content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.content-box h3 {
  text-shadow: 1px 1px 2px white;
}

.content-box p {
  text-shadow: 2px 1px 7px white;
}

.small-title {
  color: #469cb4;
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
}

.sub-title {
  color: #242424;
  font-size: 3rem;
  font-family: Baskerville;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}


.subh2 {
  font-size: 1.5rem;
  color: #469cb4;
  text-shadow: 1px 1px 2px white;
}

.italic-font {
  font-style: italic;
  font-family: Baskerville-italic;
}

.description {
  font-size: 1rem;
  line-height: 1.6;
  color: #242424;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
}

.other-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #242424;
  font-weight: 400;
  font-family: montserrat;
  text-transform: capitalize;
}

.description2 {
  font-size: 0.99rem;
  line-height: 1.6;
  color: #242424;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
}

.overview-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  row-gap: 2rem;
  column-gap: 3rem;
}

.overview-box h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  margin-bottom: 0.4rem;
}

.overview-box p {
  font-size: 2.25rem;
  font-weight: 400;
  color: #242424;
  font-family: AdobeJenson;
  letter-spacing: 0.5px;
}

.brochure-btn {
  background: transparent;
  color: #469cb4;
  border: 1.5px solid #469cb4;
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.brochure-btn:hover {
  background: #469cb4;
  color: white;
}

.contact_div {
  background-color: #fff;
  padding-bottom: 30px;
  border-radius: 25px;
}

/* *************Overvirew Section Ends*********** */

/******************Awards Section Starts**********/
.Awards {
  padding: 4rem 0;
  background: #FFF;
}

.gap-title {
  padding-bottom: 1rem;
}

.gap-title2 {
  padding-bottom: 2rem;
}

.awards-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  height: 100%;
}

/******************Awards Section Ends**********/

/* -----------Video Section Starts------------ */

.video-section {
  padding: 4rem 0rem;
  position: relative;
}

.custom-container {
  width: 90%;
  margin: auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding-top: 50.25%;
  /* 16:9 ratio */
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  transition: filter 0.5s;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button {
  background: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.play-button:hover {
  background: #469cb4;
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* When active — video plays normally and overlay hides */
.video-section.active .overlay {
  display: none;
}

.video-section.active .video-wrapper video {
  filter: brightness(100%);
}

/* Embedded YouTube video styled like video tag */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  pointer-events: none;
  border: none;
  border-radius: 10px;
  transition: filter 0.5s;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button {
  background: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.play-button:hover {
  background: #469cb4;
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* -----------Video Section ends------------ */

/* ***********amenities section starts********** */

.amenities {
  width: 100%;
  padding: 3rem 0rem;
  position: relative;
  background-color: #052c40;
  /* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.85) 75%, #FFF 100%),
    url(../assets/images/water.webp) center/cover no-repeat; */
}

/* Decorative Elements */
.leaf-left {
  position: absolute;
  left: 0;
  top: 40px;
  width: 12rem;
  z-index: 1;
}

.bird-right {
  position: absolute;
  right: 0;
  top: 20px;
  width: 15rem;
  z-index: 1;
  transform: scaleX(-1);
}

.amenity-item {
  text-align: center;
  padding: 1rem 0rem;
  height: 220px;
}

.amenity-icon {
  width: 120px;
  height: 120px;
  border: 2px solid #469cb4;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  transition: all 0.3s ease;
}

.amenity-icon img {
  width: 67px !important;
  /* height: 67px; */
  filter: invert(59%) sepia(10%) saturate(2312%) hue-rotate(146deg) brightness(93%) contrast(81%);
}

.amenity-label {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.ame-cirle {
  margin: 1rem 0rem;
}

.gallery-container {
  /* padding: 2rem 6rem; */
  position: relative;
}

.amenities-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

.gall {
  padding: 1rem 0rem;
}


.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border: 2px solid #469cb4 !important;
  padding: 8px 16px;
  font-size: 1.2rem;
  border-radius: 45%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ***********amenities section ends********** */

/* ************************Floor PLans Section Starts******************* */
.floorplans {
  padding: 3rem 0;
  position: relative;
}

.leaf {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 14rem;
  pointer-events: none;
}

.leaf-top-right {
  top: -10rem;
  right: -6rem;
  transform: rotate(95deg);
}

.leaf-bottom-left {
  bottom: -6rem;
  left: -18px;
  transform: rotate(15deg);
}

.justify-ext {
  justify-content: center;
  gap: 1rem;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #242424;
  /* font-family: 'Josefin Sans', sans-serif; */
  background: none !important;
}

.nav-tabs .nav-link.active {
  color: #469cb4;
  position: relative;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #469cb4;
}

.layout-box {
  border: 1px solid #469cb4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.layout-box img {
  /* padding-top: 2rem; */
  filter: blur(3px);
}

.floor-desc {
  color: #469cb4;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(119, 170, 74, 0.5), 0 0 10px rgba(119, 170, 74, 0.3);
}

.floor-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

/* ***********************Floor plans Section Ends*************** */

/* *************************Galllery Section Starts***************** */


.gallery {
  padding: 4rem 0rem;
  position: relative;
}

.cust-container2 {
  width: 85%;
  margin: auto;
}

.cust-container4 {
  width: 80%;
  margin: auto;
}

.believe-nav .custom-nav .nav-item .nav-link.active {
  background: #469cb4;
  color: #fff;
}


.believe-nav .custom-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #242424;
  -webkit-box-align: center;
  /* padding: 0.6rem 1.6rem; */
  -ms-flex-align: center;
  border-radius: 0px;
  align-items: center;
  gap: 1rem;
  background: transparent;
}

/* Carousel Styles */
.gallery-carousel {
  margin-top: 30px;
}

.gallery-carousel .carousel-gallery {
  overflow: hidden;
}

.gallery-carousel .carousel-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 8px 8px;
}


/* Navigation Arrows */
.gallery-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.gallery-carousel .owl-nav .owl-prev {
  margin-left: -5rem;
}

.gallery-carousel .owl-nav .owl-next {
  margin-right: -5rem;
}

.gallery-carousel .owl-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.7) !important;
  width: 40px;
  height: 40px;
  border-radius: 45% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.gallery-carousel .owl-nav button span {
  font-size: 30px;
  line-height: 1;
  color: #469cb4;
}

.leaf-top-right-gallery {
  bottom: 2rem;
  right: -6rem;
  transform: rotate(95deg);
}


/* *************************Galllery Section ends***************** */

/* ***********loaction section starts************** */
.location {
  padding: 4rem 0rem;
  background-color: #052c40;
  /* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.85) 75%, #FFF 100%), url(../assets/images/water.webp) center / cover no-repeat; */
  position: relative;
}

.loc-text {
  text-align: start !important;
}

.accordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-border-color: none !important;
  --bs-accordion-btn-icon-transform: rotate(0deg) !important;
}

.accordion-button:not(.collapsed) {
  background-color: unset !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../assets/images/up.svg') !important;
  transform: rotate(0deg);
}

.accordion-button::after {
  background-image: url('../assets/images/down.svg') !important;
  transform: rotate(360deg);
  background-size: contain;
}

.accordion-button img {
  position: absolute;
  left: 0%;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button {
  font-size: 1.2rem !important;
  padding-left: 2% !important;
  border-bottom: 1px solid !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55rem;
  /* 103.333% */
  letter-spacing: 0.02375rem;
}

.accordion-body p {
  color: #fff;
  padding: 0.3rem;
  font-family: "Afacad", sans-serif;
  margin-bottom: 14px;
  font-size: 01rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55rem;
}

.accordion-body {
  position: relative;
}

.accordion-body span {
  position: absolute;
  right: 22px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #242424 !important;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-item {
  position: relative;
}

.accordion-item img {
  /* position: absolute; */
  top: 17px;
  width: 15px;
}

.loc-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.loc-cust {
  margin-top: 1%;
}

.adv-text {
  margin-left: 1rem;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
}

.leaf-bottom-left-location {
  bottom: -5rem;
  left: 1rem;
}

/* ***********loaction section ends************** */

/* *******************construction section starts*********** */
.construction {
  padding: 4rem 0rem;
  position: relative;
}

/* Carousel Styles */
.construction-carousel {
  margin-top: 30px;
}

.construction-carousel .carousel-gallery {
  overflow: hidden;
}

.construction-carousel .carousel-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 8px 8px;
}

.carousel-gallery {
  position: relative;
}

/* Navigation Arrows */
.construction-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.construction-carousel .owl-nav .owl-prev {
  margin-left: -5rem;
}

.construction-carousel .owl-nav .owl-next {
  margin-right: -5rem;
}

.construction-carousel .owl-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.7) !important;
  width: 40px;
  height: 40px;
  border-radius: 45% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.construction-carousel .owl-nav button span {
  font-size: 30px;
  line-height: 1;
  color: #469cb4;
}

.prog-text {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 400 !important;
}

.small,
small {
  font-size: 1rem;
  color: #242424;
  display: flex;
  font-weight: 400 !important;
  justify-content: end;
}

.progress-label {
  font-weight: bold;
  text-align: right;
}

.progress-bar {
  width: 218px;
  height: 5px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: visible;
  position: relative;
}

.progress-dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 16px;
  /* Adjust based on your image size */
  height: 16px;
  /* Adjust based on your image size */
}

.progress-fill {
  width: 100%;
  height: 100%;
  background-color: #469cb4;
  border-radius: 10px;
  transition: width 0.3s ease-in-out;
}

.actual4 {
  position: absolute;
  top: 15px;
  right: 0;
  background: #fff;
  color: #469cb4;
  font-size: 14px;
  padding: 11px 21px 11px 10px;
  z-index: 99;
}

/* *******************construction section ends*********** */

/* ***********about us section starts---------- */
.aboutus {
  padding: 4rem 0rem;
}

/* ***********about us section ends---------- */

/* --------------otherproject section starts------- */
.otherproject {
  padding: 4rem 0rem;
  background: #F5F9F1;
  position: relative;
}

.project-info {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.project-title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #242424;
  font-family: "Forum", serif;
  margin-bottom: 0.3rem;
}

.project-title span {
  display: block;
  font-size: 0.875rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #242424;
  margin-top: 4px;
}

.know-more {
  color: #469cb4;
  border: 1.5px solid #469cb4;
  padding: 0.6rem 1.6rem;
  font-size: 0.95rem;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.know-more:hover {
  background-color: #469cb4;
  color: white;
  border-color: #469cb4;
}

.flor_img {
  filter: blur(3px);
  cursor: pointer;
}

.conf_desc {
  font-size: 1.3rem;
}


.tableContentBox {
  margin-top: 30px;
}

.configContentBox {
  padding-right: 40px;
}

table th,
table td {
  color: #000;
}

table td {
  font-size: 19px;
}

table {
  width: 100%;
}

thead {
  border-bottom: 1px solid #000 !important;
}

table th {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 10px;
}

table td {
  padding-top: 20px;
}

.priceBtn {
  padding: 10px 25px;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.2s ease-in-out;

  &:hover {
    background-color: var(--white-color);
    color: var(--orange);
  }
}

/* --------------otherproject section ends------- */

/* ***************banking partner section starts********* */
.partners {
  padding: 4rem 0rem;
  background: #F5F9F1;
  position: relative;
}

.banking-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.valued-container {
  margin: 2.5rem 0 0 0;
}

.btn-valued {
  padding: 0.5rem 2rem;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  background-color: #469cb4;
  width: max-content;
  border-radius: 0px;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.valued-img {
  padding: 2rem;
  height: 100%;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
}

.valued-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.valued-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem auto auto auto;
}

.valued-carousel .owl-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.7) !important;
  width: 40px;
  height: 40px;
  border-radius: 45% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.bank-test {
  font-family: 'Baskerville';
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  color: #242424;
  margin-top: 1rem;
  font-size: 2rem;
}

.logo-slider {
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: 100%;
  white-space: nowrap;
  position: relative;
  margin: 25px 0;
  padding: 1.2rem 0rem;
}

.logo-partner {
  display: flex;
  animation: scroll-left 20s linear infinite;
}

.bottom-track .logo-partner {
  animation: scroll-right 20s linear infinite;
}

.logo-partner img {
  height: 50px;
  margin: 0 40px;
  transition: all 0.3s ease-in-out;
}

/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


/* ***************banking partner section ends********* */
/* form */

.register-interest {
  padding: 3rem 0rem;
  background: #fff;
  position: relative;
}

.adjust {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title {
  color: #242424;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.section-subtitle {
  color: #000;
  background-color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  /* width: max-content; */
  max-width: 100%;
  margin: 1rem auto !important;
  padding: 1.5rem 0rem;
  font-weight: 600;
  line-height: 22.5px;
  text-transform: capitalize;
}

.new-class {
  background: #fff;
  border: 0;
  width: 40rem;
  max-width: 100%;
  border-bottom: 1px solid var(--text-dark);
  margin: auto;
  padding: 0.65rem 1rem;

  border-radius: 0;
}

.new-class:focus {
  box-shadow: none;
}

.btn-submit2 {
  padding: 0.5rem 2.5rem;
  color: #469cb4;
  background-color: #fff;
  border: 1px solid #469cb4;
  font-size: 1.25rem;
  font-weight: 600;
}

.form-calltxt {
  margin-bottom: 0;
  color: #181d24;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.form-calltxt a {
  color: #181d24 !important;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-family: var(--quicksand) !important;
  font-weight: 600;
}


/********** footer ***********/
.footer-black {
  background: #F5F9F1;
  padding: 2rem 0rem;
}

.text-footer a {
  color: #242424;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  padding: 1rem 0rem;
  width: 200px;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.footer-qr {
  padding: 1rem 0rem;
  width: 97px;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.legal-link {
  color: #469cb4;
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
}

.legal-link:hover {
  text-decoration: underline;
}

.footer-qr img {
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.text-footer p {
  color: #242424;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 1.3rem 1rem;
  text-wrap: balance;
}


.footer-desc p {
  color: #242424;
  text-align: center;
  font-size: 0.85rem;
  text-wrap: balance;
  font-weight: 500;
  padding: 0.2rem 1rem;
}

.copyright-desc {
  color: #242424;
  margin-top: 1rem;
  padding: 0.2rem 1rem;
}

.copyright-desc2 {
  color: #469cb4;
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.copyright2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.custom-hr {
  color: #469cb4;
}

.copyright {
  width: 80%;
  margin: auto;
}

.leaf-bottom-left-contact {
  bottom: 2rem;
  left: 0rem;
  transform: rotate(13deg);
}

.leaf2 {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 14rem;
  pointer-events: none;
}

.footer-desc {
  width: 80%;
  margin: auto;
}

.believe-nav .custom-nav {
  margin: 1.4rem auto auto auto;
  gap: 4px;
}

.privacy-policy-header {
  text-align: center;
  font-size: 1.8rem;
  color: #469cb4;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'Baskerville';
}

.privacy-policy-content {
  font-size: 0.95rem;
  padding: 1.5rem;
  color: #333;
  line-height: 1.6;
}

.privacy-policy-content h5,
.privacy-policy-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  color: #469cb4;
  font-weight: 600;
  font-family: "Afacad", sans-serif;
}

.privacy-policy-content p {
  margin-bottom: 1rem;
  font-family: "Afacad", sans-serif;
}

.privacy-policy-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}

.privacy-policy-content li {
  margin-bottom: 0.5rem;
  font-family: "Afacad", sans-serif;
}

.privacy-policy-content strong {
  color: #000;
}

/* --------Modal Place holder starts */
.custom-placeholder::placeholder {
  color: white !important;
  opacity: 1;
  /* Ensure full visibility */
}

.custom-placeholder:-ms-input-placeholder {
  /* Edge 12-18 */
  color: white !important;
}

.custom-placeholder::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}

/* thank you page css */

nav.thank-you {
  background-color: #00000080;
}

section.secton-thankyou {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 1.5rem;
  margin: 8rem auto auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

section.secton-thankyou .thankyou-title {
  font-weight: 600;
  margin: 0.75rem auto 1.15rem auto !important;
  text-align: center;
  text-wrap: pretty;
  color: var(--light);
  font-size: 3rem;
  font-family: Baskerville;
}

section.secton-thankyou .thankyou-subtitle {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.75;
  text-align: center;
  text-wrap: pretty;
  color: var(--light);
}

.go_txt {
  font-size: 15px;
  color: #000;
  background-color: #fff !important;
  border-radius: 3.125rem;
  border: 1px solid #000;
  width: fit-content;
  padding: 15px 30px;
  margin: 15px auto 0;
}

/* thank you page css */

/* ***********Modal Form********* */
.modal-content {
  background: #fff;
  border-radius: unset;
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.modal-header .btn-close {
  /* filter: invert(1); */
}


.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: unset !important;
}

@media only screen and (max-width: 1400px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.65rem 2rem;
  }

  .navbar-container .navbar-links .navbar-link .nav-link {
    font-size: 0.85rem;
  }

  .leaf-bottom-left {
    bottom: -6rem;
    left: -26px;
    transform: rotate(15deg);
  }

  .leaf-bottom-left-location {
    bottom: -6rem;
    left: -18px;
    transform: rotate(15deg);
  }

  .leaf {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 11rem;
    pointer-events: none;
  }

}

@media only screen and (max-width: 1280px) {
  .navbar-container .navbar-links {
    gap: 1rem;
  }

  .navbar-container .navbar-links .navbar-link .nav-link {
    font-size: 0.8rem;
  }

  .leaf-bottom-left {
    bottom: -6rem;
    left: -26px;
    transform: rotate(15deg);
  }

  .leaf-bottom-left-location {
    bottom: -3rem;
    left: -9rem;
    transform: rotate(15deg);
  }

  .leaf {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 11rem;
    pointer-events: none;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-container .menu {
    display: block;
  }

  .navbar-links {
    display: none !important;
  }

  .leaf-left {
    width: 10rem;
  }

  .bird-right {
    width: 13rem;
  }


  .leaf-bottom-left {
    left: -2rem;
  }

  .leaf-bottom-left-location {
    bottom: -6rem;
    left: -18px;
    transform: rotate(15deg);
  }

  .leaf {
    height: 11rem;
  }

  .leaf-top-right-gallery {
    right: -5rem;
  }
}

@media only screen and (max-width: 991px) {
  .leaf-left {
    top: 1rem;
    width: 7rem;
    z-index: 1;
  }

  .bird-right {
    top: 0rem;
    width: 11rem;
  }


  .leaf-bottom-left {
    left: -24px;
  }

  .leaf-bottom-left-location {
    left: -18px;
  }

  .leaf {
    height: 11rem;
  }

  .believe-nav .custom-nav {
    margin: 1.4rem auto auto auto;
    gap: 1rem;
  }
}

@media only screen and (max-width: 767px) {


  .ban-text {
    bottom: 7%;
  }

  header {
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100vw;
    /* background-color: var(--light); */
  }

  .overlay-overview {
    padding: 6rem 0;
    background: linear-gradient(114deg, #f5f9f1 0.92%, rgba(245, 249, 241, 0.95) 20.56%, rgba(245, 249, 241, 0.83) 42.17%, rgb(245 249 241 / 61%) 60.1%, rgb(245 249 241 / 0%) 85%, #f5f9f100 100%);
  }

  .overview-stats {
    grid-template-columns: 1fr;
  }

  .small-title {
    font-size: 1.7rem;
  }

  .sub-title {
    font-size: 1.5rem;
  }

  .subh2 {
    font-size: 1.3rem;
  }

  .content-box {
    margin: 0 1rem;
  }

  .overview-box p {
    font-size: 2rem;
  }

  .overview .over_row {
    flex-direction: column-reverse;
  }

  .contact_div {
    margin-bottom: 30px;
  }

  .custom-container {
    width: 95%;
    margin: auto;
  }


  .Awards {
    padding: 2rem 0;
    background: #FFF;
  }

  .video-section {
    padding: 3rem 0rem;
    position: relative;
  }

  .leaf-left {
    top: 22px;
    width: 4rem;
  }

  .bird-right {
    top: 9rem;
    width: 7rem;
  }

  .leaf-top-right {
    top: -7rem;
    right: -4rem;
  }

  .leaf {
    height: 8rem;
  }

  .gal-text {
    text-align: center;
  }

  .gallery-carousel .owl-nav {
    top: auto;
    bottom: 0;
    transform: none;
    justify-content: center !important;
    position: relative;
    gap: 20px;
    margin-top: 1rem;
  }


  .construction-carousel .owl-nav {
    top: auto;
    bottom: 0;
    transform: none;
    justify-content: center !important;
    position: relative;
    gap: 20px;
    margin-top: 1rem;
  }

  .accordion-item img {
    width: 20px;
  }


  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: flex !important;
  }

  .leaf-top-right-gallery {
    bottom: 2rem;
    right: -3rem;
  }

  .adv-text {
    margin-left: 1.3rem;
  }

  .leaf-bottom-left-location {
    left: -6rem;
    bottom: -4rem;
  }

  .aboutus {
    padding: 3rem 0rem;
  }

  .logo-slider {
    /* padding-top: 2rem; */
  }

  .logo-track {
    padding: 1rem 0rem;
  }

  .copyright {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.2rem;
  }

  .copyright2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.5rem;
    gap: 0.2rem;
  }

  .navbar-container .navlogo {
    gap: 2rem;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .bird-gif {
    position: absolute;
    top: 1rem;
    left: -50px;
    width: 80px;
  }

  .bird-gif2 {
    position: absolute;
    top: -1rem;
    left: -50px;
    width: 80px;
  }

  .actual4 {
    position: absolute;
    top: 15px;
    right: 0;
    background: #fff;
    color: #469cb4;
    font-size: 14px;
    padding: 6px 12px 6px 12px;
    z-index: 99;
  }

  .leaf2 {
    height: 5rem;
  }

  .leaf-bottom-left-contact {
    bottom: -3rem;
    left: 0rem;
    transform: rotate(13deg);
  }

  .gallery {
    padding: 2rem 0rem;
    position: relative;
  }

  .ban-title {
    font-size: 2rem;
  }

  .configContentBox {
    padding-right: 0px;
}
table th {
  font-size: 20px;
}
.priceBtn {
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
}

  /* ***********mobile tab button*********** */

  /* Overlay background */
  /* Overlay Background */
  .overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    background-color: #000c;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 998;
    animation: overlay-animation 0.2s ease-in-out;
  }

  .overlay-bg.d-none {
    display: none;
  }

  @keyframes overlay-animation {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }


  /* Fixed Floating Section */
  .section-mobile-fixed {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 2%;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    pointer-events: none;
  }

  .mobile-toggle-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 0 1rem;
    pointer-events: auto;
  }

  .fixed-button-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #469cb4;
    border-radius: 2.5rem;
    padding: 1rem 1.2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1001;
  }

  .fixed-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    font-weight: 600;
    text-align: center;
    gap: 0.4rem;
  }

  .fixed-button img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  /* Center Floating Explore Button */
  .center-floating-button {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    z-index: 99999;
  }

  .center-icon {
    background-color: #469cb4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .center-icon img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
  }

  .center-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-top: 16px;
  }

  /* Animated Blobs */
  .blobs {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    z-index: 1003;
    transition: all 0.3s ease;
    opacity: 1;
  }

  .blobs.d-none {
    opacity: 0;
    pointer-events: none;
  }

  .circle-styles {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #469cb4;
    transform: translate(0, -48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.5s ease-out;
    cursor: pointer;
    z-index: 1004;
  }

  .circle-styles p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    position: absolute;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    line-height: 1;
  }

  .circle-styles img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
  }

  /* Blob Animations */
  .first.show {
    transform: translate(-133px, -85px);
  }

  .second.show {
    transform: translate(-52px, -160px);
  }

  .third.show {
    transform: translate(52px, -160px);
  }

  .four.show {
    transform: translate(125px, -83px) scale(1);
  }

  .readmore-btn {
    background: none;
    border: none;
    color: #469cb4;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 0.85rem;
  }

  .readmore-btn:hover {
    text-decoration: underline;
  }

  .bank-test {
    font-size: 1rem;
  }

  .valued-img {
    padding: 0;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin: auto;
  }

  .valued-img img {
    width: 120px !important;
  }
}

@media only screen and (max-width: 576px) {
  .privacy-policy-content {
    padding: 1rem;
    font-size: 0.92rem;
  }

  .privacy-policy-content h5,
  .privacy-policy-content h6 {
    font-size: 1.05rem;
  }
}