@charset "UTF-8";
body {
  background: #e9f0ec;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Sora", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  line-height: normal;
}

h2 {
  font-weight: 500;
  font-size: calc(clamp(2rem, 3vw, 3rem) - 6px);
}

p,
span {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 24px;
}

a {
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}

.container {
  max-width: 1650px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 4rem);
}

.layout-full {
  padding-inline: clamp(1rem, 4vw, 4rem);
}

button {
  background: none;
  border: none;
}

.bg-light {
  background-color: #e5c466;
  background-image: url("../images/BG LINES.png");
}

.mt-1 {
  margin-top: 6px;
}

.mb-1 {
  margin-bottom: 8px;
}

.pt-1 {
  padding-top: 6px;
}

.pb-1 {
  padding-bottom: 8px;
}

.py-1 {
  padding-inline: 8px;
}

@media (max-width: 1024px) {
  .md\:mt-1 {
    margin-top: 6px !important;
  }
  .md\:mb-1 {
    margin-bottom: 8px !important;
  }
  .md\:pt-1 {
    padding-top: 6px !important;
  }
  .md\:pb-1 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-1 {
    margin-top: 6px !important;
  }
  .sm\:mb-1 {
    margin-bottom: 8px !important;
  }
  .sm\:pt-1 {
    padding-top: 6px !important;
  }
  .sm\:pb-1 {
    padding-bottom: 8px !important;
  }
}
.mt-2 {
  margin-top: 12px;
}

.mb-2 {
  margin-bottom: 16px;
}

.pt-2 {
  padding-top: 12px;
}

.pb-2 {
  padding-bottom: 16px;
}

.py-2 {
  padding-inline: 16px;
}

@media (max-width: 1024px) {
  .md\:mt-2 {
    margin-top: 12px !important;
  }
  .md\:mb-2 {
    margin-bottom: 16px !important;
  }
  .md\:pt-2 {
    padding-top: 12px !important;
  }
  .md\:pb-2 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-2 {
    margin-top: 12px !important;
  }
  .sm\:mb-2 {
    margin-bottom: 16px !important;
  }
  .sm\:pt-2 {
    padding-top: 12px !important;
  }
  .sm\:pb-2 {
    padding-bottom: 16px !important;
  }
}
.mt-3 {
  margin-top: 18px;
}

.mb-3 {
  margin-bottom: 24px;
}

.pt-3 {
  padding-top: 18px;
}

.pb-3 {
  padding-bottom: 24px;
}

.py-3 {
  padding-inline: 24px;
}

@media (max-width: 1024px) {
  .md\:mt-3 {
    margin-top: 18px !important;
  }
  .md\:mb-3 {
    margin-bottom: 24px !important;
  }
  .md\:pt-3 {
    padding-top: 18px !important;
  }
  .md\:pb-3 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-3 {
    margin-top: 18px !important;
  }
  .sm\:mb-3 {
    margin-bottom: 24px !important;
  }
  .sm\:pt-3 {
    padding-top: 18px !important;
  }
  .sm\:pb-3 {
    padding-bottom: 24px !important;
  }
}
.mt-4 {
  margin-top: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.pt-4 {
  padding-top: 24px;
}

.pb-4 {
  padding-bottom: 32px;
}

.py-4 {
  padding-inline: 32px;
}

@media (max-width: 1024px) {
  .md\:mt-4 {
    margin-top: 24px !important;
  }
  .md\:mb-4 {
    margin-bottom: 32px !important;
  }
  .md\:pt-4 {
    padding-top: 24px !important;
  }
  .md\:pb-4 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-4 {
    margin-top: 24px !important;
  }
  .sm\:mb-4 {
    margin-bottom: 32px !important;
  }
  .sm\:pt-4 {
    padding-top: 24px !important;
  }
  .sm\:pb-4 {
    padding-bottom: 32px !important;
  }
}
.mt-5 {
  margin-top: 30px;
}

.mb-5 {
  margin-bottom: 40px;
}

.pt-5 {
  padding-top: 30px;
}

.pb-5 {
  padding-bottom: 40px;
}

.py-5 {
  padding-inline: 40px;
}

@media (max-width: 1024px) {
  .md\:mt-5 {
    margin-top: 30px !important;
  }
  .md\:mb-5 {
    margin-bottom: 40px !important;
  }
  .md\:pt-5 {
    padding-top: 30px !important;
  }
  .md\:pb-5 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-5 {
    margin-top: 30px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 40px !important;
  }
  .sm\:pt-5 {
    padding-top: 30px !important;
  }
  .sm\:pb-5 {
    padding-bottom: 40px !important;
  }
}
.mt-6 {
  margin-top: 36px;
}

.mb-6 {
  margin-bottom: 48px;
}

.pt-6 {
  padding-top: 36px;
}

.pb-6 {
  padding-bottom: 48px;
}

.py-6 {
  padding-inline: 48px;
}

@media (max-width: 1024px) {
  .md\:mt-6 {
    margin-top: 36px !important;
  }
  .md\:mb-6 {
    margin-bottom: 48px !important;
  }
  .md\:pt-6 {
    padding-top: 36px !important;
  }
  .md\:pb-6 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-6 {
    margin-top: 36px !important;
  }
  .sm\:mb-6 {
    margin-bottom: 48px !important;
  }
  .sm\:pt-6 {
    padding-top: 36px !important;
  }
  .sm\:pb-6 {
    padding-bottom: 48px !important;
  }
}
.mt-7 {
  margin-top: 42px;
}

.mb-7 {
  margin-bottom: 56px;
}

.pt-7 {
  padding-top: 42px;
}

.pb-7 {
  padding-bottom: 56px;
}

.py-7 {
  padding-inline: 56px;
}

@media (max-width: 1024px) {
  .md\:mt-7 {
    margin-top: 42px !important;
  }
  .md\:mb-7 {
    margin-bottom: 56px !important;
  }
  .md\:pt-7 {
    padding-top: 42px !important;
  }
  .md\:pb-7 {
    padding-bottom: 56px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-7 {
    margin-top: 42px !important;
  }
  .sm\:mb-7 {
    margin-bottom: 56px !important;
  }
  .sm\:pt-7 {
    padding-top: 42px !important;
  }
  .sm\:pb-7 {
    padding-bottom: 56px !important;
  }
}
.mt-8 {
  margin-top: 48px;
}

.mb-8 {
  margin-bottom: 64px;
}

.pt-8 {
  padding-top: 48px;
}

.pb-8 {
  padding-bottom: 64px;
}

.py-8 {
  padding-inline: 64px;
}

@media (max-width: 1024px) {
  .md\:mt-8 {
    margin-top: 48px !important;
  }
  .md\:mb-8 {
    margin-bottom: 64px !important;
  }
  .md\:pt-8 {
    padding-top: 48px !important;
  }
  .md\:pb-8 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-8 {
    margin-top: 48px !important;
  }
  .sm\:mb-8 {
    margin-bottom: 64px !important;
  }
  .sm\:pt-8 {
    padding-top: 48px !important;
  }
  .sm\:pb-8 {
    padding-bottom: 64px !important;
  }
}
.mt-9 {
  margin-top: 54px;
}

.mb-9 {
  margin-bottom: 72px;
}

.pt-9 {
  padding-top: 54px;
}

.pb-9 {
  padding-bottom: 72px;
}

.py-9 {
  padding-inline: 72px;
}

@media (max-width: 1024px) {
  .md\:mt-9 {
    margin-top: 54px !important;
  }
  .md\:mb-9 {
    margin-bottom: 72px !important;
  }
  .md\:pt-9 {
    padding-top: 54px !important;
  }
  .md\:pb-9 {
    padding-bottom: 72px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-9 {
    margin-top: 54px !important;
  }
  .sm\:mb-9 {
    margin-bottom: 72px !important;
  }
  .sm\:pt-9 {
    padding-top: 54px !important;
  }
  .sm\:pb-9 {
    padding-bottom: 72px !important;
  }
}
.mt-10 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 80px;
}

.pt-10 {
  padding-top: 60px;
}

.pb-10 {
  padding-bottom: 80px;
}

.py-10 {
  padding-inline: 80px;
}

@media (max-width: 1024px) {
  .md\:mt-10 {
    margin-top: 60px !important;
  }
  .md\:mb-10 {
    margin-bottom: 80px !important;
  }
  .md\:pt-10 {
    padding-top: 60px !important;
  }
  .md\:pb-10 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-10 {
    margin-top: 60px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 80px !important;
  }
  .sm\:pt-10 {
    padding-top: 60px !important;
  }
  .sm\:pb-10 {
    padding-bottom: 80px !important;
  }
}
.mt-11 {
  margin-top: 66px;
}

.mb-11 {
  margin-bottom: 88px;
}

.pt-11 {
  padding-top: 66px;
}

.pb-11 {
  padding-bottom: 88px;
}

.py-11 {
  padding-inline: 88px;
}

@media (max-width: 1024px) {
  .md\:mt-11 {
    margin-top: 66px !important;
  }
  .md\:mb-11 {
    margin-bottom: 88px !important;
  }
  .md\:pt-11 {
    padding-top: 66px !important;
  }
  .md\:pb-11 {
    padding-bottom: 88px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-11 {
    margin-top: 66px !important;
  }
  .sm\:mb-11 {
    margin-bottom: 88px !important;
  }
  .sm\:pt-11 {
    padding-top: 66px !important;
  }
  .sm\:pb-11 {
    padding-bottom: 88px !important;
  }
}
.mt-12 {
  margin-top: 72px;
}

.mb-12 {
  margin-bottom: 96px;
}

.pt-12 {
  padding-top: 72px;
}

.pb-12 {
  padding-bottom: 96px;
}

.py-12 {
  padding-inline: 96px;
}

@media (max-width: 1024px) {
  .md\:mt-12 {
    margin-top: 72px !important;
  }
  .md\:mb-12 {
    margin-bottom: 96px !important;
  }
  .md\:pt-12 {
    padding-top: 72px !important;
  }
  .md\:pb-12 {
    padding-bottom: 96px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-12 {
    margin-top: 72px !important;
  }
  .sm\:mb-12 {
    margin-bottom: 96px !important;
  }
  .sm\:pt-12 {
    padding-top: 72px !important;
  }
  .sm\:pb-12 {
    padding-bottom: 96px !important;
  }
}
.mt-13 {
  margin-top: 78px;
}

.mb-13 {
  margin-bottom: 104px;
}

.pt-13 {
  padding-top: 78px;
}

.pb-13 {
  padding-bottom: 104px;
}

.py-13 {
  padding-inline: 104px;
}

@media (max-width: 1024px) {
  .md\:mt-13 {
    margin-top: 78px !important;
  }
  .md\:mb-13 {
    margin-bottom: 104px !important;
  }
  .md\:pt-13 {
    padding-top: 78px !important;
  }
  .md\:pb-13 {
    padding-bottom: 104px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-13 {
    margin-top: 78px !important;
  }
  .sm\:mb-13 {
    margin-bottom: 104px !important;
  }
  .sm\:pt-13 {
    padding-top: 78px !important;
  }
  .sm\:pb-13 {
    padding-bottom: 104px !important;
  }
}
.mt-14 {
  margin-top: 84px;
}

.mb-14 {
  margin-bottom: 112px;
}

.pt-14 {
  padding-top: 84px;
}

.pb-14 {
  padding-bottom: 112px;
}

.py-14 {
  padding-inline: 112px;
}

@media (max-width: 1024px) {
  .md\:mt-14 {
    margin-top: 84px !important;
  }
  .md\:mb-14 {
    margin-bottom: 112px !important;
  }
  .md\:pt-14 {
    padding-top: 84px !important;
  }
  .md\:pb-14 {
    padding-bottom: 112px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-14 {
    margin-top: 84px !important;
  }
  .sm\:mb-14 {
    margin-bottom: 112px !important;
  }
  .sm\:pt-14 {
    padding-top: 84px !important;
  }
  .sm\:pb-14 {
    padding-bottom: 112px !important;
  }
}
.mt-15 {
  margin-top: 90px;
}

.mb-15 {
  margin-bottom: 120px;
}

.pt-15 {
  padding-top: 90px;
}

.pb-15 {
  padding-bottom: 120px;
}

.py-15 {
  padding-inline: 120px;
}

@media (max-width: 1024px) {
  .md\:mt-15 {
    margin-top: 90px !important;
  }
  .md\:mb-15 {
    margin-bottom: 120px !important;
  }
  .md\:pt-15 {
    padding-top: 90px !important;
  }
  .md\:pb-15 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-15 {
    margin-top: 90px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 120px !important;
  }
  .sm\:pt-15 {
    padding-top: 90px !important;
  }
  .sm\:pb-15 {
    padding-bottom: 120px !important;
  }
}
.mt-16 {
  margin-top: 96px;
}

.mb-16 {
  margin-bottom: 128px;
}

.pt-16 {
  padding-top: 96px;
}

.pb-16 {
  padding-bottom: 128px;
}

.py-16 {
  padding-inline: 128px;
}

@media (max-width: 1024px) {
  .md\:mt-16 {
    margin-top: 96px !important;
  }
  .md\:mb-16 {
    margin-bottom: 128px !important;
  }
  .md\:pt-16 {
    padding-top: 96px !important;
  }
  .md\:pb-16 {
    padding-bottom: 128px !important;
  }
}
@media (max-width: 768px) {
  .sm\:mt-16 {
    margin-top: 96px !important;
  }
  .sm\:mb-16 {
    margin-bottom: 128px !important;
  }
  .sm\:pt-16 {
    padding-top: 96px !important;
  }
  .sm\:pb-16 {
    padding-bottom: 128px !important;
  }
}
.ml-5 {
  margin-left: 32px;
}

.button.primary-button {
  background: #ffffff;
  color: #181a18;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  padding: 8px 20px;
}
.button:hover {
  transform: scale(1.05);
  background-color: #448c73;
  color: #ffffff;
}
.button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
.button__circle {
  position: relative;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  color: #7808d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__circle svg {
  width: 20px;
  height: 20px;
}
.button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
}
.button__text > span {
  position: absolute;
  transform: rotate(calc(19deg * var(--index)));
  inset: 7px;
}
.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.header {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .header {
    padding: 0px;
    border-radius: 0px;
  }
}
.header .navbar {
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}
.header .navbar .nav-logo {
  width: clamp(120px, 15vw, 148px);
}
.header .navbar .nav-logo .logo img {
  width: 100%;
}
.header .navbar .nav-container {
  margin: 0 auto;
  padding-top: 24px;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navbar .nav-logo .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
}
.header .navbar .nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.header .navbar .nav-menu .nav-item {
  position: relative;
}
.header .navbar .nav-menu .nav-item .nav-link {
  text-decoration: none;
  color: #181a18;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
  padding: 8px 0;
}
.header .navbar .nav-menu .nav-item .nav-link:hover {
  color: #448c73;
}
.header .navbar .nav-menu .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #448c73;
  transition: width 0.3s ease;
}
.header .navbar .nav-menu .nav-item .nav-link:hover::after {
  width: 100%;
}
.header .navbar .nav-menu .nav-item .active {
  color: #448c73 !important;
}
.header .navbar .nav-menu .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  z-index: 999;
  border-radius: 10px;
}
.header .navbar .nav-menu .nav-item .dropdown-menu li {
  padding: 10px 25px;
}
.header .navbar .nav-menu .nav-item .dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.header .navbar .nav-menu .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #181a18;
  transition: all 0.3s ease-out 0s;
}
.header .navbar .nav-menu .nav-item .dropdown-menu li:hover a {
  padding-left: 18px;
}
.header .navbar .nav-menu .nav-item .dropdown-menu li:hover a:before {
  width: 12px;
}
.header .navbar .nav-menu .nav-item:hover .dropdown-menu {
  display: block;
}
.header .navbar .nav-buttons {
  display: flex;
  align-items: center;
  height: fit-content;
  gap: 40px;
}
.header .navbar .nav-buttons .hulm-btn {
  background-color: #448c73;
  padding: 8px 20px;
  color: #fff;
  border-radius: 50px;
}
.header .navbar .nav-buttons .hulm-btn:hover {
  background-color: #2490A3;
}
.header .navbar .nav-buttons .contact-us a {
  color: #181a18;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .navbar .nav-buttons .contact-us a:hover {
  color: #448c73;
}
.header .navbar .nav-buttons .contact-us .phone-icon {
  background: #ffffff;
  padding: 10px;
  display: flex;
  width: fit-content;
  border-radius: 50%;
}
.header .navbar .nav-buttons .contact-us .phone-icon img {
  width: 24px;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.hamburger:hover {
  background: rgba(0, 0, 0, 0.05);
}
.hamburger .bar {
  width: 25px;
  height: 3px;
  background: #181a18;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  z-index: 1999;
  transition: left 0.3s ease;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
}
.mobile-drawer.active {
  left: 0;
}
.mobile-drawer .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.mobile-drawer .drawer-header .drawer-logo {
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-family: "Sora", sans-serif;
  color: #333;
}
.mobile-drawer .drawer-header .close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #666;
  padding: 8px 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-drawer .drawer-header .close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.mobile-drawer .drawer-menu {
  list-style: none;
  padding: 30px 0;
}
.mobile-drawer .drawer-menu li {
  margin: 8px 0;
}
.mobile-drawer .drawer-menu .drawer-link {
  display: block;
  padding: 16px 30px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  position: relative;
}
.mobile-drawer .drawer-menu .active {
  color: #448c73;
}
.mobile-drawer .drawer-menu .nav-item .drawer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-drawer .drawer-menu .nav-item .dropdown-menu {
  display: none;
  position: static;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 20px;
  list-style: none;
}
.mobile-drawer .drawer-menu .nav-item .dropdown-menu li {
  margin-bottom: 20px;
}
.mobile-drawer .drawer-menu .nav-item .dropdown-menu li a {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #333;
  text-transform: capitalize;
  border-radius: 4px;
}
.mobile-drawer .drawer-menu .nav-item .dropdown-menu li a:hover {
  background-color: #f9f9f9;
}
.mobile-drawer .drawer-menu .nav-item.open .dropdown-menu {
  display: block;
}
.mobile-drawer .drawer-footer {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}
.mobile-drawer .drawer-footer .hulm-btn {
  background-color: #448c73;
  padding: 8px 20px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1rem;
}
.mobile-drawer .drawer-footer .hulm-btn:hover {
  background-color: #2490A3;
}

.main-content {
  margin-top: 70px;
  padding: 40px 20px;
}

.hero-section {
  text-align: center;
  padding: 80px 0;
  max-width: 800px;
  margin: 0 auto;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 60px auto 0;
}
.content-grid .card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}
.content-grid .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.content-grid .card h3 {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.3rem;
}
.content-grid .card p {
  color: #666;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .header .navbar {
    width: calc(100% - 10px);
  }
  .header .navbar .nav-container {
    align-items: center;
  }
  .header .navbar .nav-menu,
  .header .navbar .nav-buttons {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .mobile-drawer {
    width: 300px;
    left: -300px;
  }
  .hero-section h1 {
    font-size: 2.2rem;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .nav-container {
    padding: 0 15px;
  }
  .mobile-drawer {
    width: 280px;
    left: -280px;
  }
  .hero-section {
    padding: 40px 0;
  }
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .card {
    padding: 0px;
  }
}
.header-banner {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  padding-inline: 28px;
}
.header-banner .header-banner-image {
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header-banner .header-banner-image {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .header-banner {
    border-radius: 0px;
  }
}
.header-banner-image img {
  width: 100%;
  filter: brightness(80%);
}
.header-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: absolute;
  transform: translate(0%, -60%);
  top: 60%;
  left: 5%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .header-banner-content {
    top: 55%;
  }
}
.header-banner-content .header-banner-title {
  font-size: clamp(2.65rem, 6vw, 6.25rem);
  border-bottom: 1px solid white;
}
.header-banner-content .header-banner-sub-title {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
}
@media (max-width: 768px) {
  .header-banner-content .header-banner-sub-title {
    font-size: 16px;
  }
}
.header-banner-content .header-banner-description {
  max-width: 850px;
  border-top: 0.5px solid #ffffff;
}

@media (max-width: 768px) {
  .header-banner-content {
    left: 0%;
    padding-inline: 32px;
  }
}
.primary-btn {
  background: #448c73;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: 600;
  padding: 24px 32px;
}

.button {
  line-height: 1;
  font-family: "Sora", sans-serif;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border-radius: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}
.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.button-rotating {
  cursor: pointer;
  background: #fafafa;
  border: 2px solid #dddddd;
  color: #080808;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
}
.button-rotating:hover {
  transform: scale(1.05);
}
.button-rotating:hover .button__icon {
  color: #000;
}
.button-rotating:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.button-rotating:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
.button-rotating .button__circle {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #ffbf45;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-rotating .button__circle .button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
}
.button-rotating .button__circle .button__text > span {
  position: absolute;
  transform: rotate(calc(19deg * var(--index)));
  inset: 7px;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}
.badge span {
  border: 1px solid #181a18;
  padding: 6px 23px;
  border-radius: 40px;
}

.services-section .card-without-link .swiper-wrapper h3 {
  font-size: calc(clamp(1.125rem, 1.6vw, 1.5rem) + 6px) !important;
}
.services-section .card-without-link .swiper-wrapper button.point {
  position: absolute;
  bottom: 0px;
  background: #e5c466;
  font-size: 18px;
  padding: 20px;
  border-radius: 50%;
  right: 18px;
  font-family: "Sora";
}
.services-section .card-without-link .swiper-wrapper .card-content-wrapper {
  min-height: 440px !important;
}
.services-section .heading-with-ctrls {
  display: flex;
  border-top: 1px solid #8a8d8a;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .services-section .heading-with-ctrls {
    flex-wrap: wrap;
  }
}
.services-section .heading-with-ctrls .controls {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .services-section .heading-with-ctrls .controls {
    margin-top: 20px;
  }
}
.services-section .heading-with-ctrls .controls img {
  width: clamp(20px, 5vw, 34px);
}
.services-section .heading-with-ctrls .controls .button-prev,
.services-section .heading-with-ctrls .controls .button-next {
  position: static;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: clamp(40px, 6vw, 68px);
  height: clamp(32px, 5vw, 56px);
  line-height: 50px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #181a18;
  transition: all 500ms ease;
  /* Disabled state (aria-disabled="true") */
}
.services-section .heading-with-ctrls .controls .button-prev[aria-disabled=false],
.services-section .heading-with-ctrls .controls .button-next[aria-disabled=false] {
  cursor: pointer;
  opacity: 1;
}
.services-section .heading-with-ctrls .controls .button-prev[aria-disabled=true],
.services-section .heading-with-ctrls .controls .button-next[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: auto;
  cursor: pointer;
}
.services-section .swiper {
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .services-section .swiper {
    padding-bottom: 0;
  }
}
@media (min-width: 1750px) {
  .services-section .swiper {
    padding-inline: 0px;
  }
}
.services-section .swiper-wrapper {
  display: flex;
}
.services-section .swiper-slide.card {
  border-radius: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: unset;
}
.services-section .swiper-slide.card .card-content {
  padding-inline: 20px;
}
.services-section .swiper-slide.card .card-content h3 {
  font-size: calc(clamp(2rem, 3vw, 3rem) - 8px);
  margin-block: 10px;
}
.services-section .swiper-slide.card .card-content p {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}
.services-section .swiper-slide.card .image-wrapper {
  padding: 0px;
  clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
}
.services-section .swiper-slide.card .image-wrapper img {
  width: 100%;
}
.services-section .swiper-slide.card .arrow-btn {
  background: #f0f0f0;
  border: none;
  padding: 0px;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  transform: translate(-15%, -10%);
}
@media (max-width: 768px) {
  .services-section .swiper-slide.card .arrow-btn {
    transform: translate(-6%, 16%);
  }
}
.services-section .swiper-slide.card .arrow-btn .button__circle {
  position: relative;
  padding: 20px;
}
.services-section .swiper-slide.card .arrow-btn .button__circle svg {
  width: 24px;
  height: 24px;
}
.services-section .swiper-slide.card .card-secondary-wrapper {
  position: relative;
}
.services-section .swiper-slide.card .card-content-wrapper {
  min-height: 500px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
  background: #f5f8f6;
  padding: 55px 40px 45px;
  height: 100%;
}
@media (max-width: 768px) {
  .services-section .swiper-slide.card .card-content-wrapper {
    min-height: 450px;
  }
}
.services-section .swiper-slide.card .card-content-wrapper h3 {
  font-size: calc(clamp(2rem, 3vw, 3rem) - 8px);
  margin: 0.5rem 0;
}
.services-section .swiper-slide.card .card-content-wrapper .pose-img {
  width: clamp(60px, 5vw, 70px);
  align-self: flex-start;
  position: absolute;
  top: 68%;
}

.image-overlap-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.image-overlap-section .text-content {
  flex: 1 1;
}
.image-overlap-section .text-content h4 {
  letter-spacing: 2px;
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
}
.image-overlap-section .text-content h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.image-overlap-section .text-content p {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  max-width: 650px;
}
.image-overlap-section .text-content a.button {
  display: inline-block;
  background-color: #eed275;
  color: #000;
  text-decoration: none;
  padding: 14px 24px;
  font-weight: 500;
  border: none;
  letter-spacing: 1px;
}
.image-overlap-section .image-content {
  flex: 1;
  position: relative;
}
.image-overlap-section .image-content .main-img {
  width: 48%;
  border-radius: 8px;
}
.image-overlap-section .image-content .overlay-img {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 150px;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.image-overlap-section .image-content .primary-img {
  transform: translate(4%, -20%);
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
@media (max-width: 768px) {
  .image-overlap-section .image-content .primary-img {
    transform: translate(4%, 15%);
  }
}
.image-overlap-section .image-content .primary-img:hover {
  transform: translate(4%, -20%) scale(0.97);
}
@media (max-width: 768px) {
  .image-overlap-section .image-content .primary-img:hover {
    transform: translate(4%, 15%) scale(0.97);
  }
}
.image-overlap-section .image-content .secondary-img {
  transform: translate(-4%, 20%);
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
@media (max-width: 768px) {
  .image-overlap-section .image-content .secondary-img {
    transform: translate(-4%, 40%);
  }
}
.image-overlap-section .image-content .secondary-img:hover {
  transform: translate(-4%, 20%) scale(0.97);
}
@media (max-width: 768px) {
  .image-overlap-section .image-content .secondary-img:hover {
    transform: translate(-4%, 40%) scale(0.97);
  }
}
@media screen and (max-width: 768px) {
  .image-overlap-section {
    flex-direction: column;
  }
  .image-overlap-section .image-content .overlay-img {
    position: static;
    display: block;
    margin: 20px auto 0;
  }
}

.image-with-txt {
  display: flex;
  border-radius: 28px;
  overflow: hidden;
}
.image-with-txt.slider-layout {
  gap: 48px;
  align-items: center;
}
.image-with-txt .services-section {
  width: 55%;
}
.image-with-txt .services-section .swiper {
  padding-bottom: 0px;
}
.image-with-txt .services-section .heading-with-ctrls {
  border-top: none;
}
.image-with-txt .services-section .content {
  padding: 0px;
}
.image-with-txt.contain-height {
  height: 600px;
}
.image-with-txt.contain-height .image {
  flex: 45%;
}
.image-with-txt.contain-height .content {
  flex: 55%;
  padding: 54px 40px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.image-with-txt.contain-height .content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .image-with-txt {
    flex-direction: column;
    height: 100% !important;
    border-radius: 0;
  }
}
.image-with-txt.second-image-layout.image-left .image {
  order: 1;
}
@media (max-width: 768px) {
  .image-with-txt.second-image-layout.image-left .image {
    order: 2;
    margin-top: 20px;
  }
}
.image-with-txt.second-image-layout.image-left .image .second-image-container {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 98%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.image-with-txt.second-image-layout.image-left .content {
  order: 2;
  padding-left: 192px;
}
@media (max-width: 767px) {
  .image-with-txt.second-image-layout.image-left .content {
    order: 1;
  }
}
.image-with-txt.second-image-layout.image-right .image {
  order: 2;
}
@media (max-width: 768px) {
  .image-with-txt.second-image-layout.image-right .image {
    margin-top: 30px;
  }
}
.image-with-txt.second-image-layout.image-right .image .second-image-container {
  top: 50%;
  transform: translate(50%, -50%);
  left: -50%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 769px) and (max-width: 1044px) {
  .image-with-txt.second-image-layout.image-right .image .second-image-container {
    left: -90%;
  }
}
@media (min-width: 1045px) and (max-width: 1120px) {
  .image-with-txt.second-image-layout.image-right .image .second-image-container {
    left: -80%;
  }
}
@media (min-width: 1121px) and (max-width: 1194px) {
  .image-with-txt.second-image-layout.image-right .image .second-image-container {
    left: -75%;
  }
}
@media (min-width: 1195px) and (max-width: 1327px) {
  .image-with-txt.second-image-layout.image-right .image .second-image-container {
    left: -70%;
  }
}
@media (min-width: 1328px) and (max-width: 1500px) {
  .image-with-txt.second-image-layout.image-right .image .second-image-container {
    left: -60%;
  }
}
.image-with-txt.second-image-layout.image-right .content {
  order: 1;
  padding-right: 192px;
}
.image-with-txt.second-image-layout .image {
  flex: 45%;
}
.image-with-txt.second-image-layout .content {
  flex: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-with-txt .image {
  flex: 45%;
  position: relative;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .image-with-txt .image {
    margin-top: 20px;
  }
}
.image-with-txt .image .rotating-button-container {
  background: #e9f0ec;
  position: absolute;
  bottom: 0px;
  padding: 48px 48px 0px 0px;
  border-top-right-radius: 85%;
}
.image-with-txt .image img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 650px;
  border-radius: 24px;
  height: 100%;
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.image-with-txt .image img:hover {
  transform: scale(0.97);
}
.image-with-txt .image .second-image-container {
  position: absolute;
  background: #e9f0ec;
  padding: 20px;
}
@media (max-width: 768px) {
  .image-with-txt .image .second-image-container {
    position: relative;
    top: 0 !important;
    transform: unset !important;
    left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .image-with-txt .image .second-image-container svg {
    display: none;
  }
}
.image-with-txt .image .second-image-container .second-image {
  width: 310px;
  height: 400px;
}
@media (max-width: 768px) {
  .image-with-txt .image .second-image-container .second-image {
    width: 100%;
  }
}
.image-with-txt .image .second-image-container .second-image video {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .image-with-txt .image .second-image-container .second-image video {
    width: 100%;
  }
}
.image-with-txt .image .stats-container {
  position: absolute;
  background: #e9f0ec;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 25px 0px 0px 25px;
  border-top-left-radius: 30px;
}
@media (max-width: 768px) {
  .image-with-txt .image .stats-container {
    padding: 18px 0px 0px 18px;
  }
}
.image-with-txt .image .stats-container .mem-box {
  background: #ffffff;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 45px 40px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .image-with-txt .image .stats-container .mem-box {
    padding: 18px 18px;
    border-radius: 18px;
  }
}
.image-with-txt .image .stats-container .mem-box span {
  font-weight: 500;
}
.image-with-txt .image .stats-container .mem-box .heading {
  color: #8a8d8a;
  font-weight: 400;
}
.image-with-txt .image .stats-container .mem-box .mem-value {
  font-size: calc(clamp(2.5rem, 4vw, 3.875rem) - 4px);
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
@media (max-width: 768px) {
  .image-with-txt .image .stats-container .mem-box .mem-value {
    padding-bottom: 12px;
  }
}
.image-with-txt .image .stats-container .mem-box .mem-value::before {
  position: absolute;
  content: "*";
  font-family: "pbminfotech-base-icons";
  font-size: clamp(2rem, 3vw, 3rem);
  left: 0;
  top: 0;
  color: #448c73;
}
@media (max-width: 768px) {
  .image-with-txt .image .stats-container .mem-box .mem-value::before {
    left: 14px;
  }
}
.image-with-txt .image .stats-container .mem-box .mem-value::after {
  position: absolute;
  content: "+";
  font-family: "pbminfotech-base-icons";
  font-size: calc(clamp(2rem, 3vw, 3rem) - 12px);
  right: 0;
  top: -10px;
  color: #181a18;
}
@media (max-width: 768px) {
  .image-with-txt .image .stats-container .mem-box .mem-value::after {
    right: 16px;
  }
}
.image-with-txt .content {
  flex: 55%;
  padding: 86px 40px;
}
@media (max-width: 768px) {
  .image-with-txt .content {
    padding: 0px 0px 0px 0px !important;
    margin-top: 20px;
  }
}
.image-with-txt .content h1 {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
}
.image-with-txt .content h1 span:nth-child(1) {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
  font-weight: 600;
  color: #e92226;
}
.image-with-txt .content h1 span:nth-child(2) {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
  font-weight: 600;
  color: #f7c626;
}
.image-with-txt .content h1 span:nth-child(3) {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
  font-weight: 600;
  color: #2f8767;
}
.image-with-txt .content h1 span:nth-child(4) {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
  font-weight: 600;
  color: #0c6675;
}
.image-with-txt .content h2 {
  font-weight: 500;
  line-height: normal;
  font-size: calc(clamp(2rem, 3vw, 3rem) - 6px);
}
.image-with-txt .content .desc p {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  line-height: 2rem;
}
.image-with-txt .content ul.content-related-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.image-with-txt .content ul.content-related-points li.points {
  width: 45%;
  list-style: none;
  margin-bottom: 20px;
}
.image-with-txt .content ul.content-related-points li.points h4 {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  margin-bottom: 10px;
}
.image-with-txt .content ul.content-related-points li.points p {
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
}

.contact-section .call-us {
  display: flex;
  justify-content: space-between;
  padding-block: 40px;
  border-top: 1px solid #8a8d8a;
  border-bottom: 1px solid #8a8d8a;
}
@media (max-width: 768px) {
  .contact-section .call-us {
    flex-direction: column;
    padding-block: 26px;
  }
}
@media (max-width: 768px) {
  .contact-section .call-us .button.primary-button {
    width: fit-content;
    margin-top: 16px;
  }
}
.contact-section .contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #e8f1ec;
  justify-content: center;
  margin-bottom: 220px;
}
@media (max-width: 768px) {
  .contact-section .contact-cards {
    margin-bottom: 162px;
  }
}
.contact-section .contact-cards .t-t-t {
  background-image: url(../images/BG\ LINES.png);
  background-size: contain;
  background-size: 150px;
  background-repeat: repeat;
  background-color: #e5c466;
}
.contact-section .contact-cards .contact-card {
  height: 428px;
  border-radius: 20px;
  flex: 1 1 45%;
  min-width: 300px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.contact-section .contact-cards .contact-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #fafafa;
}
.contact-section .contact-cards .contact-card .content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
}
.contact-section .contact-cards .contact-card .content .badge span {
  color: #fff;
  border-color: #fff;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}
.contact-section .contact-cards .contact-card img.background-image {
  filter: brightness(80%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.contact-section .contact-cards .contact-card img.background-image:hover {
  transform: scale(0.97);
}

.site-footer {
  background: #ffffff;
  font-family: "Sora", sans-serif;
  color: #1a1a1a;
  margin-inline: 28px;
  margin-bottom: 28px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  background-color: #e5c466;
}
@media (max-width: 768px) {
  .site-footer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0px;
  }
}
.site-footer .footer-top {
  position: absolute;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-inline: 40px;
  background: #e5c466;
  width: 100%;
  left: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  top: -69px;
}
.site-footer .footer-top .message {
  padding-block: 14px;
  background: #ffffff;
  color: #181a18;
  padding-inline: 26px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 32px;
}
@media (max-width: 768px) {
  .site-footer .footer-top .message {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-top {
    top: -88px;
    padding-inline: 26px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer .footer-top .contact-us a {
  color: #181a18;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer .footer-top .contact-us a:hover {
  color: #448c73;
}
.site-footer .footer-top .contact-us .phone-icon {
  background: #ffffff;
  padding: 10px;
  display: flex;
  width: fit-content;
  border-radius: 50%;
}
.site-footer .footer-top .contact-us .phone-icon img {
  width: 28px;
}
.site-footer .footer-mid {
  padding: 60px 68px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 768px) {
  .site-footer .footer-mid {
    padding: 34px 26px;
  }
}
.site-footer .footer-mid .footer-column {
  min-width: 280px;
}
.site-footer .footer-mid .logo-area .footer-logo {
  width: 200px;
  margin-bottom: 20px;
}
.site-footer .footer-mid .logo-area p {
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333333;
}
.site-footer .footer-mid .logo-area .social-icons {
  display: flex;
  gap: 15px;
}
.site-footer .footer-mid .logo-area .social-icons a {
  width: 36px;
  height: 36px;
  border: 1px solid #181a18;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #181a18;
  transition: 0.3s;
}
.site-footer .footer-mid .logo-area .social-icons a:hover {
  background-color: #448c73;
  color: #ffffff;
  border-color: #808055;
}
.site-footer .footer-mid .description-area h3 {
  font-size: calc(clamp(2rem, 3vw, 3rem) - 6px);
  font-weight: 600;
  margin-bottom: 30px;
  color: #111111;
}
.site-footer .footer-mid .description-area .footer-links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-footer .footer-mid .description-area .footer-links {
    gap: 42px;
  }
}
.site-footer .footer-mid .description-area .footer-links div h4 {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  margin-bottom: 14px;
  color: #111111;
}
.site-footer .footer-mid .description-area .footer-links div ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-mid .description-area .footer-links div ul li {
  margin-bottom: 6px;
}
.site-footer .footer-mid .description-area .footer-links div ul li a {
  color: #333333;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  margin-bottom: 14 px;
}
.site-footer .footer-mid .description-area .footer-links div ul li a:hover {
  color: #448c73;
}
.site-footer .footer-mid .description-area .footer-links div p {
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  line-height: 1.6;
  color: #333333;
}
.site-footer .location-detail ul {
  list-style: none;
}
.site-footer .location-detail ul li {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  gap: 0.5rem;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  color: #333;
}
.site-footer .location-detail ul li img {
  width: 20px;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #8a8d8a;
  padding-top: 80px;
  background: #ffffff;
  font-size: clamp(0.625rem, 0.8vw, 0.75rem);
  padding: 40px 60px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-left {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
}
.site-footer .footer-bottom .footer-left a {
  color: #333333;
}
.site-footer .footer-bottom .footer-left a:hover {
  color: #448c73;
}
.site-footer .footer-bottom .footer-center a {
  color: #448c73;
}
.site-footer .footer-bottom .footer-right {
  color: #333333;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-right {
    margin-top: 0.3rem;
  }
}

.lifestyle-section {
  background-color: #e7f0eb;
}
@media (max-width: 768px) {
  .lifestyle-section {
    padding-inline: 20px;
    padding-block: 0px;
  }
}
.lifestyle-section .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .lifestyle-section .heading {
    gap: 1rem;
  }
}
.lifestyle-section .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}
.lifestyle-section .lifestyle-container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 768px) {
  .lifestyle-section .lifestyle-container {
    gap: 44px;
  }
}
.lifestyle-section .lifestyle-container .tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0.7;
  min-width: 280px;
}
@media (max-width: 768px) {
  .lifestyle-section .lifestyle-container .tab-buttons {
    min-width: 100%;
  }
}
.lifestyle-section .lifestyle-container .tab-buttons .tab-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #111;
  border-radius: 40px;
  padding: 8px 12px;
  padding-left: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.lifestyle-section .lifestyle-container .tab-buttons .tab-button .button.primary-button {
  padding: 4px;
}
.lifestyle-section .lifestyle-container .tab-buttons .tab-button.active {
  background-color: #e0c05e;
  color: white;
}
.lifestyle-section .lifestyle-container .tab-buttons .tab-button.active .icon-button {
  background-color: white;
  color: #e0c05e;
}
.lifestyle-section .lifestyle-container .tab-buttons .tab-button .icon-button {
  background-color: #21735c;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lifestyle-section .lifestyle-container .tab-content-area {
  flex: 2;
  min-width: 300px;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .lifestyle-section .lifestyle-container .tab-content-area .tab-content {
    gap: 46px;
  }
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content.active {
  display: flex;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-image {
  flex: 1;
  min-width: 300px;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-image img:hover {
  transform: scale(0.97);
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-text {
  flex: 1;
  min-width: 300px;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-text h3 {
  font-size: calc(clamp(2rem, 3vw, 3rem) - 10px);
  margin-bottom: 22px;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-text p {
  margin-bottom: 15px;
  color: #181a18;
  line-height: 1.8rem;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-text ul {
  list-style: none;
  padding-left: 0;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-text ul li {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}
.lifestyle-section .lifestyle-container .tab-content-area .tab-content .tab-text ul li::before {
  content: "✔";
  color: #21735c;
  position: absolute;
  left: 0;
}

.cta-container {
  background-color: #448c73;
  background-image: url(../images/BG\ LINES.png);
  background-size: 150px;
  border-radius: 30px;
  padding: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .cta-container {
    padding: 30px;
  }
}
.cta-container .cta-content {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cta-container .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.cta-container .left-section {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
}
@media (max-width: 768px) {
  .cta-container .left-section {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}
.cta-container .primary-button:hover {
  background-color: #e5c466;
  color: #000;
}
.cta-container .bell-icon {
  padding: 30px;
  background-color: #e5c466;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-container .bell-icon img {
  width: 50px;
  height: 50px;
  fill: #2d5a3d;
}
.cta-container .text-content p {
  color: #ffffff;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}
.cta-container .text-content h2 {
  color: white;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cta-container .text-content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .cta-container .text-content h2 {
    font-size: 1.6rem;
  }
}
.cta-container .text-content h3 {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  line-height: 36px;
  color: #ffffff;
}
.cta-container .cta-button {
  padding: 20px 40px;
  background-color: #d4a574;
  border: none;
  border-radius: 50px;
  color: #2d5a3d;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.cta-container .cta-button:hover {
  background-color: #c49660;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.cta-container .cta-button:active {
  transform: translateY(0);
}
.cta-container .cta-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform 0.3s ease;
}
.cta-container .cta-button:hover svg {
  transform: translateX(4px);
}
@media (max-width: 480px) {
  .cta-container .cta-button {
    padding: 18px 32px;
    font-size: 14px;
  }
}
.cta-container .decorative-elements {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta-container .decorative-elements {
    display: none;
  }
}
.cta-container .leaf {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50% 0 50% 0;
}
.cta-container .leaf-1 {
  width: 120px;
  height: 80px;
  top: -40px;
  right: 100px;
  transform: rotate(15deg);
}
.cta-container .leaf-2 {
  width: 100px;
  height: 60px;
  top: 20px;
  right: 150px;
  transform: rotate(-20deg);
}
.cta-container .leaf-3 {
  width: 140px;
  height: 90px;
  top: 80px;
  right: 80px;
  transform: rotate(45deg);
}

.rich-text {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}
.rich-text .company-description {
  color: #181a18;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  line-height: 1.8;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.rich-text .company-description .highlight {
  color: #999;
}
.rich-text .stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
@media (min-width: 769px) and (max-width: 1119px) {
  .rich-text .stats-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.rich-text .stats-container .stat-item {
  text-align: center;
}
@media (max-width: 768px) {
  .rich-text .stats-container .stat-item {
    margin-top: 20px;
  }
}
.rich-text .stats-container .stat-item .stat-number {
  font-size: clamp(2.5rem, 4vw, 3.875rem);
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}
.rich-text .stats-container .stat-item .stat-label {
  font-family: "Sora", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  color: #666;
  font-weight: 400;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rich-text .stats-container .stat-item .stat-label {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .rich-text .renovex-section {
    padding: 60px 15px;
  }
  .rich-text .company-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .rich-text .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .rich-text .stats-container .stat-number {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .rich-text .stats-container {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .rich-text .stats-container .stat-number {
    font-size: 2.5rem;
  }
}

.member h2 {
  text-align: center;
}
.member .team-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3rem 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .member .team-wrapper {
    padding: 2rem;
  }
}
.member .team-wrapper .team {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .member .team-wrapper .team {
    flex-direction: column;
  }
}
.member .team-wrapper .team .team-left-panel img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 4px solid #808055;
}
.member .team-wrapper .team .team-right-panel .description {
  margin-top: 30px;
}
.member .team-wrapper .team .team-right-panel .arrow-btn {
  background-color: #448c74;
  color: #ffffff;
  margin-top: 2rem;
}

.mission-vision h3 {
  text-decoration: underline;
}

.about-us-header .header-banner-content {
  max-width: 1200px;
}
.about-us-header .header-banner-content .header-banner-title {
  border: none;
  font-size: clamp(2.5rem, 4vw, 3.875rem);
}

.service-bg-white {
  background: #ffffff;
}

.collage-wrapper {
  display: flex;
  gap: 4%;
}
.collage-wrapper .collage {
  width: 48%;
  background: #ffffff;
  padding: 62px 68px;
  border-radius: 30px;
}
.collage-wrapper .collage .collage-content h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.collage-wrapper .collage .collage-content h3 {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
}
.collage-wrapper .collage .collage-content ul {
  list-style: none;
}
.collage-wrapper .collage .collage-content ul li {
  font-family: "Sora", sans-serif;
  line-height: 1.6rem;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
}

.branding-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.branding-section .brand-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.branding-section .brand-feature {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #e5c466;
  padding-right: 20px;
  gap: 10px;
  font-family: "Sora";
  font-weight: 300;
  border-radius: 6px;
}
.branding-section .branding-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  flex: 1;
  max-width: 50%;
}
.branding-section .branding-images .collage {
  gap: 3%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.branding-section .branding-images .collage img {
  height: 42.8%;
}
.branding-section .branding-images img,
.branding-section .branding-images video {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}
.branding-section .branding-text {
  flex: 1;
  max-width: 45%;
}
.branding-section .branding-text h2 {
  font-size: calc(clamp(2rem, 3vw, 3rem) - 6px);
}
.branding-section .branding-text p {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  margin-bottom: 8px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .branding-section {
    flex-direction: column;
  }
  .branding-section .branding-images,
  .branding-section .branding-text {
    max-width: 100%;
  }
  .branding-section .branding-images {
    grid-template-columns: 1fr;
    height: 100%;
  }
}

.how-it-works__container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.how-it-works__left, .how-it-works__right {
  position: sticky;
  top: 10px;
  flex: 1;
}
.how-it-works__left img, .how-it-works__right img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}
.how-it-works__left {
  max-width: 30%;
}
.how-it-works__right {
  max-width: 30%;
}
.how-it-works__center {
  flex: 2;
  max-width: 40%;
}
.how-it-works__center h5 {
  color: #f4a825;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.how-it-works__center h2 {
  font-size: calc(clamp(2rem, 3vw, 3rem) - 6px);
}
.how-it-works__center .how-it-works__steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 12px;
}
.how-it-works__center .how-it-works__steps .step .step-number {
  color: #e5c466;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: 700;
  margin-right: 12px;
}
.how-it-works__center .how-it-works__steps .step .step-content strong {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  display: block;
  margin-bottom: 4px;
}
.how-it-works__center .how-it-works__steps .step .step-content p {
  font-size: 14px;
  margin: 0;
}
.how-it-works__right .video-thumbnail {
  position: relative;
}
.how-it-works__right .video-thumbnail video {
  border-radius: 12px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.how-it-works__right .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #dc3545;
  font-size: 28px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (max-width: 992px) {
  .how-it-works .how-it-works__mob_left img {
    width: 100%;
    border-radius: 30px;
  }
  .how-it-works .step {
    justify-content: center;
    text-align: left;
  }
  .how-it-works .step .step-content {
    margin-bottom: 20px;
  }
  .how-it-works .how-it-works__right {
    max-width: 100%;
  }
}

.contact-section .contact-form-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  gap: 40px;
  margin-bottom: 220px;
}
@media (max-width: 991px) {
  .contact-section .contact-form-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-section .contact-form-wrapper .contact-form {
  background-color: #fff;
  padding: 55px 40px;
  border-radius: 25px;
}
.contact-section .contact-form-wrapper .contact-form h1 {
  font-size: clamp(1rem, 2vw, 2rem);
}
.contact-section .contact-form-wrapper .contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-section .contact-form-wrapper .contact-form .form-row {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact-section .contact-form-wrapper .contact-form .form-row .form-group {
  flex: 1;
}
.contact-section .contact-form-wrapper .contact-form .form-row .form-group .form-control,
.contact-section .contact-form-wrapper .contact-form .form-row .form-group .form-select {
  margin-bottom: 20px;
  font-size: clamp(0.8125rem, 1.2vw, 0.875rem);
  height: 55px;
  width: 100%;
  padding: 0 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid rgba(24, 26, 23, 0.8);
  color: #818181;
}
.contact-section .contact-form-wrapper .contact-form .form-row .form-group .form-control:focus-visible,
.contact-section .contact-form-wrapper .contact-form .form-row .form-group .form-select:focus-visible {
  outline: 0;
}
.contact-section .contact-form-wrapper .contact-form .contact-btn {
  background-color: #448c73;
  color: #fff;
}
.contact-section .contact-form-wrapper .contact-form .contact-btn .button__circle {
  background-color: #448c73;
}
.contact-section .contact-form-wrapper .contact-right-wrapper {
  position: relative;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail {
  min-height: 515px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
  background-color: #448c73;
  padding: 55px 40px 45px;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail h3 {
  font-size: clamp(1rem, 2vw, 2rem);
  color: #e5c466;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail .detail-wrapper {
  display: flex;
  align-items: self-start;
  gap: 10px;
  margin-top: 20px;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail .detail-wrapper .detail-img-wrapper {
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  display: flex;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail .detail-wrapper .detail-img-wrapper img {
  width: 25px;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail .detail-wrapper span {
  color: #fff;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail .email-detail {
  align-items: center;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .contact-other-detail .location-detail {
  margin-top: 25px;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
@media (max-width: 565px) {
  .contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper {
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper {
    right: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper {
    right: 5px;
  }
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .share-btn-bg {
  background: #fff;
  padding: 13px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .share-btn-bg img {
  width: 25px;
  transition: all 0.4s ease-in-out;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .social-link-wrapper {
  display: flex;
  list-style: none;
  position: absolute;
  right: 0px;
  bottom: 5px;
  transform: translate(-40px, 0);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .social-link-wrapper li {
  margin-right: 10px;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .social-link-wrapper li a {
  background: #fff;
  padding: 13px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .social-link-wrapper li:hover a {
  background-color: #808055;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper .social-link-wrapper li:hover a i {
  color: #fff;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper:hover .social-link-wrapper {
  transform: translate(-75px, 0);
  opacity: 1;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper:hover .share-btn-bg {
  background-color: #e5c466;
}
.contact-section .contact-form-wrapper .contact-right-wrapper .share-btn-wrapper:hover .share-btn-bg img {
  transform: rotate(180deg);
}

.faq-section h2 {
  text-align: center;
}
.faq-section .faq-wrapper {
  margin-bottom: 220px;
  margin-top: 40px;
}
.faq-section .faq-wrapper .faq {
  padding: 15px 0;
}
.faq-section .faq-wrapper .faq .faq-question {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  color: #000;
  font-size: clamp(0.9rem, 1.6vw, 1.2rem);
}
.faq-section .faq-wrapper .faq .faq-question .arrow {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.faq-section .faq-wrapper .faq .faq-answer {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: #333;
}
.faq-section .faq-wrapper .faq.active .faq-question {
  background: #448c73;
  color: #fff;
}
.faq-section .faq-wrapper .faq.active .faq-answer {
  max-height: 300px;
  padding: 20px 20px 0;
}
.faq-section .faq-wrapper .faq.active .arrow {
  transform: rotate(0deg);
}

.reviews-section .card-content-wrapper {
  min-height: auto !important;
  clip-path: polygon(6.726% 100%, 93.274% 100%, 93.274% 100%, 94.364% 99.896%, 95.399% 99.594%, 96.364% 99.111%, 97.245% 98.464%, 98.029% 97.668%, 98.701% 96.741%, 99.249% 95.698%, 99.657% 94.556%, 99.912% 93.332%, 100% 92.042%, 100% 28.912%, 100% 28.912%, 99.732% 25.399%, 98.988% 22.786%, 97.863% 20.91%, 96.447% 19.608%, 94.835% 18.717%, 93.119% 18.071%, 91.39% 17.508%, 89.742% 16.865%, 88.268% 15.977%, 87.061% 14.682%, 87.061% 14.682%, 86.147% 12.968%, 85.483% 11.096%, 84.946% 9.146%, 84.409% 7.198%, 83.749% 5.331%, 82.839% 3.624%, 81.556% 2.158%, 79.775% 1.012%, 77.369% 0.266%, 74.215% 0%, 6.726% 0%, 6.726% 0%, 5.636% 0.104%, 4.601% 0.406%, 3.636% 0.889%, 2.755% 1.536%, 1.971% 2.332%, 1.299% 3.259%, 0.751% 4.302%, 0.343% 5.444%, 0.088% 6.668%, 0% 7.958%, 0% 92.042%, 0% 92.042%, 0.088% 93.332%, 0.343% 94.556%, 0.751% 95.698%, 1.299% 96.741%, 1.971% 97.668%, 2.755% 98.464%, 3.636% 99.111%, 4.601% 99.594%, 5.636% 99.896%, 6.726% 100%) !important;
}
.reviews-section .quote-btn {
  position: absolute;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  right: 0px;
  top: 0px;
  background-color: #448c73;
}
.reviews-section .quote-btn .quote {
  font-size: 22px;
  color: #fff;
}
.reviews-section .fa-star {
  color: #fdcf00;
}
.reviews-section p.comment {
  color: #8a8d8a;
  font-size: calc(clamp(0.875rem, 1.2vw, 1rem) + 2px);
  line-height: 1.8rem;
}
.reviews-section .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f8fbfa;
  max-width: 300px;
}
.reviews-section .user-info .profile-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews-section .user-info .text-info h4 {
  margin: 0;
  font-size: 16px;
}
.reviews-section .user-info .text-info p {
  margin: 0;
  font-size: 12px;
  color: #8a8d8a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dark-bg-section .text-content {
  margin-top: 2rem;
  background-color: #448c73;
  border-radius: 20px;
  color: #fff;
  padding: 3rem 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .dark-bg-section .text-content {
    padding: 2rem;
  }
}
.dark-bg-section .text-content .dark-bg-wrapper {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .dark-bg-section .text-content .dark-bg-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.dark-bg-section .text-content .dark-bg-wrapper .left-panel {
  flex: 1;
}
.dark-bg-section .text-content .dark-bg-wrapper .left-panel img {
  width: 100%;
  clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.dark-bg-section .text-content .dark-bg-wrapper .left-panel img:hover {
  transform: scale(0.97);
}
.dark-bg-section .text-content .dark-bg-wrapper .right-panel {
  flex: 1;
}
.dark-bg-section .text-content .dark-bg-wrapper .right-panel .pointer-wrapper {
  margin-top: 3rem;
}
.dark-bg-section .text-content .dark-bg-wrapper .right-panel .pointer-wrapper .pointer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  text-align: left;
}
.dark-bg-section .text-content .dark-bg-wrapper .right-panel .pointer-wrapper .pointer span {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
}
.dark-bg-section .text-content .dark-bg-wrapper .right-panel .pointer-wrapper .pointer .pointer-text {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
}
.dark-bg-section .text-content .dark-bg-wrapper .right-panel .pointer-wrapper .pointer:hover {
  color: #e5c466;
}

.development-wrapper .development-bottom-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .development-wrapper .development-bottom-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper {
  position: relative;
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper img {
  width: 100%;
  border-radius: 20px;
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .first-image {
  position: relative;
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .first-image img {
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .first-image img:hover {
  transform: scale(0.97);
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .second-image {
  position: absolute;
  top: 10rem;
  right: -10rem;
}
@media (max-width: 768px) {
  .development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .second-image {
    position: relative;
    top: 0;
    right: 0;
  }
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .second-image img {
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.development-wrapper .development-bottom-wrapper .development-bottom-left .image-wrapper .second-image img:hover {
  transform: scale(0.97);
}
@media (max-width: 768px) {
  .development-wrapper .development-bottom-wrapper .development-bottom-right ul {
    padding-left: 1rem;
  }
}
.development-wrapper .development-bottom-wrapper .development-bottom-right .pointer-wrapper {
  margin-top: 2rem;
}
.development-wrapper .development-bottom-wrapper .development-bottom-right .pointer-wrapper .pointer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.development-wrapper .development-bottom-wrapper .development-bottom-right .pointer-wrapper .pointer span {
  font-size: 2rem;
  width: 10px;
  height: 10px;
  color: #448c73;
}

.three-image-section {
  display: flex;
  flex-direction: column;
}
.three-image-section .image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .three-image-section .image-wrapper {
    flex-direction: column;
    order: 2;
    margin-top: 2rem;
  }
}
.three-image-section .image-wrapper img {
  width: 100%;
  border-radius: 20px;
}
.three-image-section .image-wrapper .first-image {
  flex: 1;
}
.three-image-section .image-wrapper .second-image {
  flex: 1;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .three-image-section .image-wrapper .second-image {
    margin-top: 0;
  }
}
.three-image-section .image-wrapper .third-image {
  flex: 1;
}
.three-image-section .text-content {
  max-width: 58rem;
  margin: 4rem auto;
  text-align: center;
}
.three-image-section .text-content h2 {
  text-align: center;
}
.three-image-section .text-content ul {
  margin-top: 1rem;
}
.three-image-section .text-content ul li {
  margin-bottom: 1rem;
}
.three-image-section .three-pointer-wrapper .pointer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.three-image-section .three-pointer-wrapper .pointer-wrapper .pointer {
  background-color: #fff;
  padding: 1rem;
  flex: 1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.three-image-section .three-pointer-wrapper .pointer-wrapper .pointer .icon-wrapper {
  background-color: #e9f0ec;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-image-section .three-pointer-wrapper .pointer-wrapper .pointer .icon-wrapper img {
  width: 30px;
}
.three-image-section .sub-text {
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .desktop-section {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-section {
    display: none;
  }
}

@media (max-width: 768px) {
  .content-related-points li {
    margin-bottom: 1rem;
  }
}

.blog-card ul {
  list-style-type: disc !important;
  margin: 0;
  padding: 0 20px;
}

.blog-image-wrapper ul {
  list-style-type: disc !important;
  margin: 0;
  padding: 0 20px;
}

.blogWrapper .whyusWrapper {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .blogWrapper .whyusWrapper {
    padding-bottom: 3rem;
  }
}
.blogWrapper .content {
  text-align: center;
}

.blog .padding-bottom {
  padding-bottom: 170px;
}
.blog .blog-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 20px;
}
@media (max-width: 768px) {
  .blog .blog-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .blog .blog-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog .blog-card-wrapper .blog-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0901960784);
  border-radius: 18px;
  padding: 30px;
}
@media only screen and (min-width: 1350px) {
  .blog .blog-card-wrapper .blog-card {
    min-height: 525px;
  }
}
.blog .blog-card-wrapper .blog-card:hover .blog-title {
  color: #000;
}
.blog .blog-card-wrapper .blog-card a {
  color: #000;
}
@media (max-width: 767px) {
  .blog .blog-card-wrapper .blog-card {
    padding: 25px;
  }
}
.blog .blog-card-wrapper .blog-card .blog-img-frame {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.blog .blog-card-wrapper .blog-card .blog-img-frame .blog-img {
  border-radius: 0;
  transition: 0.5s;
  width: 100%;
}
.blog .blog-card-wrapper .blog-card .blog-img-frame .blog-img:hover {
  scale: 1.1;
}
.blog .blog-card-wrapper .blog-card .main-title {
  font-size: 24px;
  font-weight: 700;
}
.blog .blog-card-wrapper .blog-card .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0.5rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .blog .blog-card-wrapper .blog-card .blog-title {
    font-size: 20px;
  }
}
.blog .blog-card-wrapper .blog-card .blog-description {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .blog .blog-card-wrapper .blog-card .blog-description {
    font-size: 16px;
  }
}
.blog .blog-card-wrapper .blog-card .know-more-btn {
  background-color: #448c74;
  color: #ffffff;
}
.blog .blog-card-wrapper .blog-card .know-more-btn .button__circle {
  background-color: #448c74;
}

.imageWrapper {
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.imageWrapper::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.blog-image-wrapper .imageWrapper {
  height: 450px;
}
@media (max-width: 767px) {
  .blog-image-wrapper .imageWrapper {
    height: 350px;
  }
}
.blog-image-wrapper .imageWrapper img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.blog-image-wrapper .blog-content .blog-title {
  font-size: clamp(28px, 4vw, 42px);
}

.custom-pagination .pagination-wrapper {
  display: flex;
  justify-content: space-between;
}
.custom-pagination .pagination-count-wrapper {
  display: flex;
}
.custom-pagination .pagination-left-arrow, .custom-pagination .pagination-right-arrow {
  width: 20px;
}
.custom-pagination .pagination-result {
  font-size: 15px;
}
.custom-pagination span, .custom-pagination a {
  border-radius: 4px;
  color: #181a18;
  font-size: 15px;
}
.custom-pagination a:hover {
  color: #448c74;
}
.custom-pagination .current-page {
  background-color: #448c74;
  color: #ffffff;
}

.coin-gif {
  width: 150px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 2rem;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal .modal-content .modal-body {
  margin-bottom: 2rem;
}
.modal .modal-content h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.modal .modal-content .close-btn {
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.modal .modal-content .close-btn:hover {
  color: #000;
}

.full-width-section .text-content {
  text-align: center;
}

.expert-consultation .card-content-wrapper {
  clip-path: none !important;
  border-radius: 30px !important;
}

.static-content h4 {
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.static-content ul li {
  margin-bottom: 1rem;
}

.hero-video {
  width: 70%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .hero-video {
    width: 100%;
  }
}

.thanks-wrapper {
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-wrapper .container {
  text-align: center;
}

/*# sourceMappingURL=output.css.map */
