/* ========== BASE (index.css + App.css merged) ========== */
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

:root {
  --golden-shadow-1: -25px -12px 0px rgba(209, 182, 127, 1);
  --golden-shadow-2: 25px -12px 0px rgba(209, 182, 127, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

p,
a,
li,
td {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

/* ========== App.css from .fw-100 to end (skip duplicate fw-100 at 795) ========== */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/* Custom CSS to trigger dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Optional: Remove delay when hovering out */
.dropdown-menu {
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu a {
  transition: all 0.3s ease-in-out;
}

.dropdown-menu a:hover {
  background-color: #d1b67f;
  color: white;
}

.dropdown-menu a:focus {
  background-color: #d1b67f;
}

.fs-6 {
  font-size: 0.375rem;
}

.fs-7 {
  font-size: 0.4375rem;
}

.fs-8 {
  font-size: 0.5rem;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-md-60 {
  font-size: 2.75rem;
}

.fs-md-18 {
  font-size: 0.875rem;
}

@media all and (min-width: 992px) {
  .fs-md-60 {
    font-size: 3.75rem;
  }

  .fs-md-18 {
    font-size: 1.125rem;
  }
}

.fs-70 {
  font-size: 4.375rem;
}

.fs-80 {
  font-size: 5rem;
}

.dropdown-toggle::after {
  display: none;
}

.btn-light {
  transition: all 0.8s ease;
}

.btn-dark {
  transition: all 0.8s ease;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }

  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }

  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }

  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }

  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

.navbar {
  background-color: transparent;
  border-bottom: 1px solid rgb(196, 196, 196);
}

.bg-theme {
  background-color: #27333d !important;
}

.bg-golden {
  background-color: #d1b67f;
}

.text-theme {
  color: #495c6a;
}

.text-golden {
  color: #d1b67f;
}

.btn-theme-nav {
  background-color: #27333d !important;
  color: white !important;
  width: 200px;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  transition: all 0.5s ease !important;
}

.btn-theme-nav:hover {
  background-color: #27333d !important;
  color: #d1b67f !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 260px;
  height: 60px !important;
}

.btn-golden-nav {
  background-color: #d1b67f !important;
  width: 200px;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.5s ease !important;
}

.btn-golden-nav:hover {
  background-color: #d1b67f !important;
  color: black !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 260px !important;
  height: 60px !important;
}

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

.read-more-hero {
  width: fit-content !important;
}

.btn-golden-team-read {
  background-color: #d1b67f !important;
  width: 70% ;
  height: 60px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.5s ease !important;
}

.btn-golden-team-read:hover {
  background-color: #d1b67f !important;
  color: black !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 60px !important;
}

.btn-theme {
  background-color: #27333d !important;
  color: white !important;
  width: 250px ;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.5s ease !important;
}
.shadow--golden-1 {
  box-shadow: rgb(209, 182, 127) -25px -12px 0px;
}
.btn-theme:hover {
  background-color: #27333d !important;
  color: white !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 260px;
  height: 60px !important;
}

.btn-golden {
  background-color: #d1b67f !important;
  width: 250px;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: black !important;
  transition: all 0.5s ease !important;
}

.btn-golden:hover {
  background-color: #d1b67f !important;
  color: black !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 260px;
  height: 60px !important;
}

.shadow-golden--1 {
  box-shadow: -25px -12px 0px rgba(209, 182, 127, 1);
}

.shadow-golden-2 {
  box-shadow: 25px -12px 0px rgba(209, 182, 127, 1);
}

.shadow-golden-3 {
  box-shadow: -10px 0px 0px rgba(209, 182, 127, 1);
}

.shadow-theme-1 {
  box-shadow: -25px -12px 0px #495c6a;
}

.shadow-theme-2 {
  box-shadow: 25px -12px 0px #495c6a;
}

.shadow-theme-3 {
  box-shadow: -10px 0px 0px #495c6a;
}

.payment-card {
  border-radius: 32px 50px 0px 0px;
}

.card {
  border-radius: 0px;
}

.hero-1 {
  min-height: 84vh;
  width: 100%;
}

.hero-1-section-2-img {
  max-width: 90vh;
  height: auto;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

.hero-3 {
  border: 24px solid #d1b67f;
}

.border-golden {
  border: 1px solid #d1b67f;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: white;
  color: black;
  border: none;
}

.cta-background {
  width: 720px;
  margin-top: 10px;
  height: 457px;
  left: calc(50% - 720px / 2);
  top: 0px;
  bottom: 0px;
  background: #374957;
  border-radius: 500px 500px 0px 0px;
}

@media all and (max-width: 767px) {
  .lead-generation-close-btn {
    position: absolute;
    top: -28px;
    right: -20px;
  }
}

.home-header {
  height: auto;
  padding-top: 30px;
}

.naiz-head {
  font-size: 70px;
}

@media all and (min-width: 1350px) {
  .home-header {
    height: 100vh;
    padding-top: 0;
  }
}

@media (max-width: 1200px) {
  .naiz-head {
    font-size: 36px;
  }
}

@media (max-width: 725px) {
  .naiz-head {
    font-size: 32px;
  }
}

.fun-fact-container {
  width: 93%;
  margin: auto;
}

@media (max-width: 1200px) {
  .font-size {
    font-size: 14px;
  }
}

.padding-book {
  padding: 100px;
}

@media (max-width: 750px) {
  .padding-book {
    padding: 30px 0px;
  }
}

.custom-card {
  background-color: #bca677;
  border-radius: 12px;
  overflow: hidden;
  height: 350px;
  max-width: 280px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.custom-card-image {
  width: auto;
  height: 70%;
  object-fit: cover;
}

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

.custom-card-body {
  padding: 12px 16px;
  text-align: center;
}

.custom-card-title {
  color: #28323c;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.2;
}

.custom-card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28323c;
  color: #ffffff;
  font-size: 0.9rem;
  width: 90%;
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.custom-card-button:hover {
  background-color: #1f2a33;
}

.custom-card-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hero2-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero2-video-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
}

.hero2-content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero2-card {
  background-color: #27333d;
  color: #fff;
  border-radius: 40px;
  padding: 30px 10px;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 1px 20px #ffffff;
}

.hero2-star {
  height: 30px;
}

.hero2-highlight {
  color: #d3b166;
}

.hero2-subtitle {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-top: 20px;
}

.hero2-location {
  background-color: #d3b166;
  color: #19202a;
  padding: 0 6px;
  border-radius: 4px;
}

.hero2-desc {
  font-size: 18px;
  color: #d1d5db;
  line-height: 1.7;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .hero2-star {
    height: 30px;
  }

  .hero2-subtitle {
    font-size: 24px;
  }

  .hero2-desc {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero2-subtitle {
    font-size: 18px;
  }

  .hero2-desc {
    font-size: 16px;
  }
}

.hero-section {
  background-image: url("./img/new-section-hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -290px;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: absolute;
  bottom: 4%;
  left: auto;
  background-color: #27333d;
  color: white;
  border-radius: 40px;
  padding: 30px 10px;
  text-align: center;
  max-width: 1300px;
  margin: 10px;
  box-shadow: 0 1px 20px #ffffff;
}

.star {
  height: 30px;
}

.hero-content h2 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.45));
  z-index: 1;
}

.hero-content {
  position: absolute;
  bottom: 4%;
  left: auto;
  background-color: #27333d;
  color: white;
  border-radius: 40px;
  padding: 30px 10px;
  text-align: center;
  max-width: 1300px;
  margin: 10px;
  box-shadow: 0 1px 20px #ffffff;
  z-index: 2;
}

.hero-content .highlight {
  color: #d3b166;
}

.hero-content .subtitle {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-top: 20px;
}

.hero-content .location-highlight {
  background-color: #d3b166;
  color: #19202a;
  padding: 0 6px;
  border-radius: 4px;
}

.hero-content .description {
  font-size: 18px;
  color: #d1d5db;
  line-height: 1.7;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .hero-content {
    bottom: 10px;
  }

  .star {
    height: 30px;
  }

  .hero-content h2 {
    font-size: 30px;
  }

  .hero-content .subtitle {
    font-size: 24px;
  }

  .hero-content .description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 20px;
  }

  .hero-content .subtitle {
    font-size: 18px;
  }

  .hero-content .description {
    font-size: 16px;
  }

  .hero-content {
    bottom: 20px;
  }

  .hero-section {
    background-position: center -200px;
    background-repeat: repeat;
  }
}

.vh-change {
  height: 75vh;
}

@media (max-width: 768px) {
  .vh-change {
    height: auto;
    padding: 30px 0;
  }
}

.vh-change2 {
  height: 75vh;
}

@media (max-width: 1400px) {
  .vh-change2 {
    height: auto;
    padding: 30px 0;
  }
}

.connect {
  font-size: 40px;
}

@media (max-width: 768px) {
  .connect {
    font-size: 24px;
  }
}

.min-hieght {
  min-height: 500px;
}

@media (max-width: 768px) {
  .min-hieght {
    min-height: 700px;
  }
}

.blog-section {
  border-left: 4px solid #d4af37;
  padding-left: 1rem;
}

.blog-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}

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

.blog-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.blog-text strong {
  font-weight: 900;
}

.blog-text a {
  color: #d1b67f;
}

.blog-text h3 {
  color: #333;
  font-size: 30px;
}

.blog-text h4 {
  color: #333;
  font-size: 24px;
}

.blog-text h5 {
  color: #333;
  font-size: 20px;
}

.blog-text h6 {
  color: #333;
  font-size: 18px;
}

.blog-link {
  color: #d4af37 !important;
  text-decoration: none !important;
  font-weight: 500;
}

.blog-pagination-wrapper {
  margin-top: 32px;
  text-align: center;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 8px 14px;
  border: 1px solid #d1b67f;
  border-radius: 12px;
  background: #ffffff;
  color: #27333d;
  font-weight: 600;
  text-decoration: none !important; 
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-pagination-link:hover {
  background: #d1b67f;
  color: #27333d;
}

.blog-pagination-link.is-active {
  background: #d1b67f;
  color: #27333d;
  border-color: #d1b67f;
}

.blog-pagination-link.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.blog-pagination-status {
  margin-top: 12px;
  font-weight: 600;
  color: #d1b67f;
}

.font-size-blog-header {
  font-size: 48px;
}

@media (max-width: 768px) {
  .font-size-blog-header {
    font-size: 30px;
  }

  .blog-flex {
    flex-direction: column;
  }
}

.vh-blog {
  height: 60vh;
}

@media (max-width: 768px) {
  .vh-blog {
    height: auto;
  }
}

.publish-date {
  font-size: 16px;
  color: #374957;
  display: flex;
  align-self: end !important;
}

.reviews-section {
  padding: 40px 20px;
  text-align: center;
  max-width: 1220px;
  margin: auto;
}

.reviews-heading {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.reviews-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.google-icon {
  width: 50px;
  height: 50px;
}

.badge-icon {
  width: 15px;
  height: 15px;
}

.review-source {
  font-size: 24px;
  font-weight: 500;
}

.summary-text {
  font-size: 25px;
  font-weight: 500;
  color: #222;
}

.stars {
  color: #fbbc04;
  font-size: 16px;
}

.review-count {
  color: #888;
  font-size: 14px;
}

.review-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.review-text {
  color: #555;
  font-size: 14px;
  margin: 12px 0 16px;
  min-height: 60px;
}

.review-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.review-text.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-text.expanded {
  display: block;
}

.read-more {
  font-size: 13px;
  color: #444;
  cursor: pointer;
  text-decoration: underline !important;
  margin-top: -6px;
  display: inline-block;
}

.review-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
  background-color: #444;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}

.avatar-initial {
  background-color: #4a4a4a;
}

.review-name {
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.google-label {
  font-size: 12px;
  color: #555;
}

.swiper-container-custom {
  position: relative;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: 40%;
  z-index: 10;
  background-color: #eee;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev-custom {
  left: -16px;
}

.swiper-button-next-custom {
  right: -16px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
  text-align: left;
}

.popup-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.popup-name {
  font-weight: bold;
  font-size: 16px;
}

.popup-stars {
  margin: 10px 0;
}

.popup-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.popup-google {
  font-weight: bold;
  font-size: 14px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}

.global-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top: 6px solid #27333d;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.width-flex {
  width: 50%;
}

.text-var {
  text-align: left;
}

.author-img-holder {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .width-flex {
    width: 100%;
  }

  .author-img-holder {
    margin-right: 0;
  }

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

.navbar {
  z-index: 1050;
  transition: all 0.3s ease-in-out;
}

.navbar.sticky-animated {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  animation: navbaranim 0.4s ease-in;
}

@keyframes navbaranim {
  0% {
    transform: translateY(-100%);
  }

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

.inherit {
  color: inherit !important;
}

/* ========== index.css unique rules ========== */
.btn-theme.btn-landing {
  width: 250px ;
  font-size: 16px !important;
}

.btn-theme.btn-landing:hover {
  width: 250px ;
  font-size: 16px !important;
}

.btn-landing.btn-golden {
  width: 250px ;
  font-size: 16px !important;
}

.btn-landing.btn-golden:hover {
  width: 250px ;
  font-size: 16px !important;
}

.shadow-golden-responsive1 {
  box-shadow: var(--golden-shadow-1);
  margin-left: 20px;
}

@media (min-width: 768px) {
  .shadow-golden-responsive1 {
    box-shadow: var(--golden-shadow-2);
  }
}

.shadow-golden-responsive2 {
  box-shadow: var(--golden-shadow-1);
  margin-left: 0px;
}

@media (max-width: 768px) {
  .shadow-golden-responsive2 {
    margin-left: 20px;
  }
}

.cta-background-new {
  margin-top: 10px;
  height: 457px;
  left: calc(50% - 720px / 2);
  top: 0px;
  bottom: 0px;
  background: #374957;
  border-radius: 500px 500px 0px 0px;
}

.black_color {
  color: #212529;
}

/* ========== assets/css/style.css (overrides) ========== */
.pt-8 {
  padding-top: 0px;
}

@media (max-width: 725px) {
  .pt-8 {
    padding-top: 80px;
  }
}

a {
  text-decoration: none !important;
}

.dropdown-menu a:hover {
  background-color: #27333d;
  color: white;
}

.dropdown-menu a:focus {
  background-color: #27333d;
}

.fs-46 {
  font-size: 2.875rem;
}

.bg-light-gold {
  background-color: #fffbf1;
}

.btn-theme-nav:hover {
  background-color: #27333d !important;
  color: #d1b67f !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px !important;
  width: 200px !important;
}

.btn-golden-nav {
  background-color: #d1b67f !important;
  height: 50px !important;
  width: 200px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.5s ease !important;
}

.btn-golden-nav:hover {
  background-color: #d1b67f !important;
  color: #27333d !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px !important;
  width: 200px !important;
}

.btn-modal {
  background-color: #8d8d8d !important;
  border: 0px;
  color: white !important;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}

.btn-modal:hover {
  background-color: transparent !important;
  border: 1px solid #8d8d8d !important;
  color: white !important;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.5s ease !important;
}

.btn-theme {
  background-color: #27333d !important;
  color: white !important;
  height: 50px !important;
  width: 200px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.5s ease !important;
}

.btn-theme:hover {
  background-color: #27333d !important;
  color: #d1b67f !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px !important;
  width: 200px ;
}

.btn-golden {
  background-color: #d1b67f !important;
  height: 50px !important;
  width: 250px !important;
  color: white !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.5s ease !important;
}

.btn-golden:hover {
  background-color: #d1b67f !important;
  color: #27333d !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px !important;
  width: 250px;
}

.border-theme-hero {
  border: 24px solid #27333d;
}

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 1rem;
  text-align: center;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.swiper-button-next::after {
  color: white;
}

.swiper-button-prev::after {
  color: white;
}

@media (max-width: 768px) {
  .banner {
    top: 75%;
  }
}

/* ========== FAQ / accordion ========== */
.no-border .accordion-button {
  border: none;
}

.no-border .accordion-button:focus {
  box-shadow: none;
}

.red-header {
  color: red;
}

.bg-faq .accordion-button {
  background-color: #f9f6f0 !important;
}

.red-header:active,
.red-header:focus {
  box-shadow: none;
}

/* ========== team (assets/css/team.css) ========== */
.profile-section {
  background-color: #ffffff;
  padding: 40px 0;
}

@media all and (min-width: 1200px) {
  .team-heading {
    font-size: 2.5rem;
  }
}

.team-heading {
  font-size: calc(1.375rem + 1.5vw);
}

.profile-image {
  border-top-right-radius: 150px;
  object-fit: cover;
}

.fun-fact {
  background-color: #fdefdb;
  padding: 20px;
  border-radius: 0px;
  margin-top: 20px;
}

/* ========== team (invisalign-ilkey/team.css) ========== */
.single-team-card {
  position: relative;
  border-radius: 0 1.5rem 0 1.5rem;
  overflow: hidden;
  height: auto;
  min-height: 420px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.image-wrap {
  position: relative;
  height: 29rem;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.5s ease;
}

.hover-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  background: rgba(209, 182, 127, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.single-team-card:hover .hover-overlay {
  opacity: 1;
}

.overlay-text {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.overlay-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 9999px;
  padding: 0.75rem 1.25rem;
  background: #fff;
  color: #212521;
  border: none;
  cursor: pointer;
  transition: border-radius 0.3s ease, transform 0.2s ease;
}

.overlay-btn:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: translateY(-1px);
}

.info-wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
}

.name {
  text-align: center;
  font-size: 1.5rem;
  color: #212521;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.designation {
  text-align: center;
  color: #212521;
  font-size: 1rem;
  margin: 0;
}

.reg-line {
  text-align: center;
  color: #212521;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  position: relative;
  z-index: 10;
}

.team-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-modal {
  position: relative;
  width: 92%;
  max-width: 1100px;
  margin-top: 5rem;
  background: #fff url('/src/assets/img/modal-back2.webp') center/cover no-repeat;
  border-radius: 0 1.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

@media (min-width: 992px) {
  .team-modal {
    flex-direction: row;
    padding: 2rem;
  }
}

.team-modal-left {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .team-modal-left {
    width: 33.333%;
    margin: 0;
  }
}

.team-modal-photo {
  width: 80%;
  max-width: 360px;
  height: auto;
  border-radius: 0.75rem;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.team-modal-buttons {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.team-modal-right {
  position: relative;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 992px) {
  .team-modal-right {
    width: 66.666%;
    padding: 1rem 1.5rem;
  }
}

.team-modal-close {
  position: absolute;
  top: 0.25rem;
  right: 2.5rem;
  font-size: 1.75rem;
  line-height: 1;
  background: #212521;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.15rem 0.6rem;
  cursor: pointer;
}

.modal-name {
  font-size: 1.5rem;
  color: #ffff;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.modal-designation {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.modal-reg {
  color: #ffff;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.modal-scroll {
  max-height: 15rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.modal-scroll p {
  color: #ffff;
  margin-bottom: 1rem;
}

.bg-soft {
  background: #f7faf9;
}

.cursor-pointer {
  cursor: pointer;
}

/* ========== Error / 404 page ========== */
.error-page-container {
  min-height: 100vh;
  background-size: 300px;
  background-position: center;
  background-blend-mode: overlay;
  padding: 2rem 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.error-page-bg {
  position: absolute;
  inset: 0;
  background-image: url("./img/new-section-hero.webp");
  opacity: 0.2;
  background-size: cover;
}

.error-page-container > * {
  z-index: 1;
}

.error-head {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #d9bf8cef;
}

.error-code {
  font-size: 8rem;
  font-weight: 800;
  color: #D1B67F;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.error-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #27333d;
}

.error-message,
.error-suggestion {
  font-size: 1.25rem;
  color: #27333d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.error-suggestion {
  margin-bottom: 2rem;
}

.btn-golden-404 {
  background-color: #D4AF37 !important;
  border-color: #D4AF37 !important;
  color: white !important;
  font-weight: 200 !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  text-align: center !important;
  padding: 1rem 2.5rem !important;
  font-size: 1.25rem !important;
}

.btn-golden-404:hover {
  background-color: #C09F2F !important;
  border-color: #C09F2F !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 768px) {
  .error-code {
    font-size: 12rem;
  }

  .error-title {
    font-size: 3rem;
  }
}

/* ========== floating-btn ========== */
.fixed-button {
  z-index: 99999 !important;
  background-color: #27333D !important;
  color: white !important;
  text-transform: uppercase !important;
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
  padding: 2.3rem 1rem 2.3rem 1.2rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  position: fixed !important;
  inset: 40% 0% auto auto !important;
  transform: translateY(-50%) !important;
  max-width: 100% !important;
  display: inline-block !important;
  box-shadow: 0 0 12px #fff !important;
}

.fixed-button2 {
  z-index: 99999 !important;
  background-color: #D1B67F !important;
  height: 50px !important;
  width: 200px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.5s ease !important;
  position: fixed !important;
  left: 10px;
  bottom: 30px;
  max-width: 100%;
  box-shadow: 0 0 12px #fff !important;
  gap: 10px;
}

.fixed-button2 span svg {
  width: 20px;
  height: 20px;
}

.fixed-button2:hover {
  background-color: #D1B67F !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px !important;
  width: 200px !important;
}

.vertical-text {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

@media all and (max-width: 991px) {
  .fixed-button2 {
    display: none;
  }
}

/* ========== testmonials ========== */
.testimonial-body {
  height: 300px;
  overflow-x: auto;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/* ========== terms-of-use ========== */
@font-face {
  font-family: "Cambria Math";
  panose-1: 2 4 5 3 5 4 6 3 2 4;
}

@font-face {
  font-family: Aptos;
}

@font-face {
  font-family: "Segoe UI";
  panose-1: 2 11 5 2 4 2 4 2 2 3;
}

p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 8.0pt;
  margin-left: 0cm;
  line-height: 115%;
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

p.paragraph,
li.paragraph,
div.paragraph {
  mso-style-name: paragraph;
  margin-right: 0cm;
  margin-left: 0cm;
  font-size: 12.0pt;
  font-family: "Times New Roman", serif;
}

span.normaltextrun {
  mso-style-name: normaltextrun;
}

span.eop {
  mso-style-name: eop;
}

.MsoChpDefault {
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

.MsoPapDefault {
  margin-bottom: 8.0pt;
  line-height: 115%;
}

@page WordSection1 {
  size: 595.3pt 841.9pt;
  margin: 72.0pt 72.0pt 72.0pt 72.0pt;
}

div.WordSection1 {
  page: WordSection1;
}

.heading-tankyou {
  font-size: 60px;
}

.thanks-header {
  padding: 170px 0 80px 0;
}

.thanks-header.blogs-headersss {
  padding: 46px 0 14px;
}

@media all and (max-width: 767px) {
  .heading-tankyou {
    font-size: 35px;
    padding: 0 15px;
  }

  .thanks-header.blogs-headersss {
    padding: 30px 0 30px;
  }
}

/* ========== consult ========== */
.left-column {
  position: relative;
  background: url("./img/consult-new.jpg") center center/cover no-repeat;
  min-height: 90vh;
  border-radius: 10px;
}

.overlay {
  position: absolute;
  bottom: 15%;
  left: 55%;
  width: 50%;
  min-height: 30vh;
  background-color: #ececec;
  z-index: 100;
  padding: 1rem;
  transform: "translateX(-50%)";
  padding: 30px;
}

.right-column {
  color: white;
  padding: 4rem !important;
  min-height: 75vh !important;
  margin-top: 7.5vh !important;
  margin-bottom: 7.5vh !important;
}

/* ========== popup (video - renamed classes) ========== */
.wave-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
}

.main-absolute {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  50% {
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

.wave {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
  animation: waves 6s infinite;
}

.popup-video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.popup-video-close-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid transparent;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  top: 12px;
  left: 12px;
  color: white;
  font-size: 32px;
  cursor: pointer;
  z-index: 10001;
  background: transparent;
}

.popup-video-close-button:focus {
  outline: none;
}

.popup-video-content {
  position: relative;
  width: 91.6667%;
  max-width: 1024px;
  aspect-ratio: 16 / 9;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.popup-video-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ========== contact-section ========== */
.contact::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.8;
}

/* ========== pp ========== */
@font-face {
  font-family: Wingdings;
  panose-1: 5 0 0 0 0 0 0 0 0 0;
}

@font-face {
  font-family: "Cambria Math";
  panose-1: 2 4 5 3 5 4 6 3 2 4;
}

@font-face {
  font-family: Aptos;
}

p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
  margin: 0cm;
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

p.MsoListParagraph,
li.MsoListParagraph,
div.MsoListParagraph {
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 0cm;
  margin-left: 36.0pt;
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

p.MsoListParagraphCxSpFirst,
li.MsoListParagraphCxSpFirst,
div.MsoListParagraphCxSpFirst {
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 0cm;
  margin-left: 36.0pt;
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

p.MsoListParagraphCxSpMiddle,
li.MsoListParagraphCxSpMiddle,
div.MsoListParagraphCxSpMiddle {
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 0cm;
  margin-left: 36.0pt;
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

p.MsoListParagraphCxSpLast,
li.MsoListParagraphCxSpLast,
div.MsoListParagraphCxSpLast {
  margin-top: 0cm;
  margin-right: 0cm;
  margin-bottom: 0cm;
  margin-left: 36.0pt;
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

.MsoChpDefault {
  font-size: 12.0pt;
  font-family: "Aptos", sans-serif;
}

@page WordSection1 {
  size: 595.3pt 841.9pt;
  margin: 72.0pt 72.0pt 72.0pt 72.0pt;
}

div.WordSection1 {
  page: WordSection1;
}

ol {
  margin-bottom: 0cm;
}

ul {
  margin-bottom: 0cm;
}

td {
  padding: 10px;
}

/* ========== FloatingContactButton ========== */
.floating-contact-button {
  position: fixed !important;
  bottom: 190px !important;
  right: -17vh !important;
  color: white !important;
  background-color: #d1b67f !important;
  padding: 5px 5px 5px 5px !important;
  border-radius: 50px 0px 0px 50px !important;
  text-decoration: none !important;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  width: 25vh;
}

.floating-contact-button:hover {
  right: 0vh;
}
/* Button border-radius overrides (load after Bootstrap) */
.btn.btn-golden, a.btn.btn-golden, button.btn.btn-golden,
.btn-golden, a.btn-golden, button.btn-golden {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.btn.btn-golden:hover, a.btn.btn-golden:hover, button.btn.btn-golden:hover,
.btn-golden:hover, a.btn-golden:hover, button.btn-golden:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn.btn-theme, a.btn.btn-theme, button.btn.btn-theme,
.btn-theme, a.btn-theme, button.btn-theme {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.btn.btn-theme:hover, a.btn.btn-theme:hover, button.btn.btn-theme:hover,
.btn-theme:hover, a.btn-theme:hover, button.btn-theme:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-theme-nav, .btn-theme-nav:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.btn-theme-nav:hover { border-bottom-left-radius: 0 !important; }
.btn-golden-nav, .btn-golden-nav:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-golden-nav:hover {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn-golden-team-read, .btn-golden-team-read:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.btn-golden-team-read:hover {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn-theme.btn-landing, .btn-theme.btn-landing:hover,
.btn-landing.btn-golden, .btn-landing.btn-golden:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.btn-theme.btn-landing:hover, .btn-landing.btn-golden:hover {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn.btn-modal, .btn-modal, .btn.btn-modal:hover, .btn-modal:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.btn-golden-404, a.btn-golden-404, button.btn-golden-404,
.btn-golden-404:hover, a.btn-golden-404:hover, button.btn-golden-404:hover {
  border-radius: 0.375rem !important;
}
.fixed-button, .fixed-button:hover {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.fixed-button2, .fixed-button2:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
}
.fixed-button2:hover {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.floating-contact-button, .floating-contact-button:hover {
  border-radius: 50px 0 0 50px !important;
}