/*** Spinner Start ***/
/*** Spinner ***/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
  font-family: "Open Sans", sans-serif;
}

/*** nunu card Start ***/

/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
} */

/* .form-mt {
  margin-top: 0px;
} */

.nunu-width {
  display: flex;
  justify-content: right;
}
.nunu-width-100 {
}

.container-nunu {
  /* max-width: 1200px; */
  width: 100%;
}

.header-nunu {
  text-align: center;
  margin-bottom: 50px;
  /* color: white; */
}

.header-nunu h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.header-nunu p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}

.cards-container-nunu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.cards-container-nunu-10 {
  display: grid;
  grid-template-columns: 1fr 1fr;

  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  gap: 30px;
}

.mt-special {
  margin-top: 20px;
}

.mt-color {
  color: #ffffff;
}

@media (max-width: 768px) {
  .cards-container-nunu-10 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.our-core {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 30px;
}

@media (max-width: 992px) {
  .our-core {
    display: grid;
    align-content: center;
    grid-template-columns: 1fr;
  }
}

.our-core-mt {
  margin-top: 30px;
}

.card-nunu {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
  height: 300px;
  position: relative;
}

.card-nunu:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-front-nunu,
.card-back-nunu {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: left; */
  transition: all 0.5s ease;
}

.card-front-nunu {
  /* background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%); */
  color: #1f2937;
  z-index: 2;
}

.card-nunu:hover .card-front-nunu {
  transform: translateY(-100%);
  opacity: 0;
}

.card-back-nunu {
  background: white;
  color: #333;
  transform: translateY(100%);
  opacity: 0;
  z-index: 1;
}

.card-nunu:hover .card-back-nunu {
  transform: translateY(0);
  opacity: 1;
}

.card-icon-nunu {
  /* font-size: 3.5rem; */
  margin-bottom: 20px;
  /* color: rgba(255, 255, 255, 0.9); */
}

.card-title-nunu {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f2937;
}

.card-title-nunu-nunu {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;

  color: #1f2937;
}

.card-title-nunu-1 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f2937;
}

.card-description-nunu {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.back-title-nunu {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #182848;
  border-bottom: 2px solid #4b6cb7;
  padding-bottom: 10px;
}

.back-content-nunu {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7c93;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.features-list-nunu {
  list-style: none;
  margin-top: 10px;
}

.features-list-nunu li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.features-list-nunu i {
  color: #4b6cb7;
  margin-right: 10px;
  font-size: 0.9rem;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .cards-container-nunu {
    grid-template-columns: 1fr;
  }

  .header-nunu h1 {
    font-size: 2.2rem;
  }

  .header-nunu p {
    font-size: 1rem;
  }
}
/*** nunu card Start ***/
.mb-nunu-10 {
  text-align: center;
}

.icon-nunu-width {
  width: 40px;
}
/***  card strip Start ***/
.stripe-1 {
  position: absolute;
  /* top: 40px; */
  left: -78px;
  bottom: 10px;
  width: 443px;
  height: 230px;
  background: #e0f2fe;
  border-radius: 50% 40% 60% 30%;
  /* transform: rotate(deg); */
}

.stripe-1-nunu {
  position: absolute;
  /* top: 40px; */
  left: -200px;
  bottom: 10px;
  width: 440px;
  height: 184px;
  background: #e0f2fe;
  border-radius: 50% 40% 60% 30%;
  /* transform: rotate(42deg); */
}

.stripe-2 {
  position: absolute;
  /* bottom: -80px; */
  right: -76px;
  /* left: -50px; */
  width: 293px;
  height: 96px;
  background: #c0e4ff99;
  border-radius: 40% 50% 30% 60%;
  transform: rotate(42deg);
}

.stripe-2-nunu {
  position: absolute;
  /* bottom: -80px; */
  right: -76px;
  /* left: -50px; */
  width: 293px;
  height: 117px;
  background: #c0e4ff99;
  border-radius: 1000% 5000% 30000% 60000%;
  transform: rotate(0deg);
}

.stripe-1-0 {
  position: absolute;
  bottom: -80px;
  right: -50px;
  width: 300px;
  height: 200px;
  background: #c0e4ff99;
  border-radius: 40% 50% 30% 60%;
  transform: rotate(25deg);
  z-index: -1;
}

/***  card strip Start ***/

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.btn.btn-light {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.form-mt {
  margin-top: 20px;
}

.nunu {
  color: #f5c60c;
  letter-spacing: 0.1cap;
  font-size: 22px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.nunu1-2 {
  margin-top: 10px;
  margin-left: -20px;
  width: 200px;
}

.nunu-mb {
  margin-bottom: 40px;
}
.nunu-mb-1 {
  margin-bottom: 20px;
}
.nunu-mb-5 {
  margin-bottom: -50px;
}
.nunu-mb-50 {
  margin-bottom: 50px;
}

.nunu-ml {
  margin-left: 30px;
}

.nunu-mt {
  margin-top: 40px;
}

.nunu-Nectar {
  font-weight: 900;
}

.hero-section-logo {
  max-width: 100%;
}

@media (max-width: 430px) {
  .hero-section-logo {
    max-width: 79%;
  }
}

.form-array {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-array-1 {
  margin-top: 20px;
}

.image-about {
  max-width: 100%;
}

@media (max-width: 990px) {
  .image-about {
    display: grid;
    justify-self: center;
  }
}

input[type="checkbox"] {
  width: 20px; /* Desired width */
  height: 20px; /* Desired height */
}
.nunu1 {
  color: #1167f0;
  letter-spacing: 0.1cap;
  font-size: 22px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.nunu1-3 {
  color: #1167f0;
}

.nunu1-3-1 {
  margin-top: -100px;
}

.nunu1-4 {
  color: #0a63f1;
}

.nunu1-5 {
  text-align: center;
}

.nunu1-6 {
  color: #0b2d66;
}
.nunu2 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6cap;
  color: rgb(90, 99, 139);
  margin-left: 20px;
}

.nunu2-1 {
  display: grid;
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 2rem; */
  grid-template-columns: repeat(3, 1fr);
  justify-self: center;
}

.nunu2-1-1 {
  display: flex;
  flex-direction: ;
}

@media (max-width: 1200px) {
  .nunu2-1-1 {
    display: grid;
    justify-items: center;
  }
}

.card-content-5 {
  width: 500px;
}

.nunu2-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.nunu2-2-10 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* grid-template-columns: 1fr 1fr 1fr; */
}

.image-container-1 {
  width: 460px;
  height: 423px;
  background-image: url("../img/Property\ 1=Default\ \(1\).png");
  background-size: cover;
  background-position: center; /* Optional: center the image */
}

.image-container-2 {
  width: 460px;
  height: 423px;
  background-image: url("../img/Property\ 1=Default\ \(2\).png");
  background-size: cover;

  background-position: center; /* Optional: center the image */
}

.image-container-3 {
  width: 460px;
  height: 423px;
  background-image: url("../img/Property\ 1=Default\ \(3\).png");
  background-size: cover;
  background-position: center; /* Optional: center the image */
}

.image-container-1:hover {
  background-image: url("../img/Property\ 1=hover\ data.png");
}
.image-container-2:hover {
  background-image: url("../img/Property\ 1=hover\ data\ \(1\).png");
}
.image-container-3:hover {
  background-image: url("../img/Property\ 1=hover\ data\ \(2\).png");
}

.image-container-1,
.image-container-2,
.image-container-3 {
  /* ... other properties ... */
  transition: background-image 0.5s ease-in-out; /* Adjust time and easing as needed */
}

@media (max-width: 1402px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 380px;
    height: 390px;
  }
}
@media (max-width: 1198px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 300px;
    height: 310px;
  }
}

@media (max-width: 990px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 248px;
    height: 238px;
  }
}

@media (max-width: 767px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 462px;
    height: 465px;
  }

  .nunu2-2-10 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 506px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 400px;
    height: 410px;
  }
}

.footers-flex {
  display: flex;
  justify-content: space-between;

  margin-top: 30px;
}

.footers-margin-top {
  border-top: 1px solid #6b7c93;
  margin-top: 60px;
}

.footers-link-new {
  text-decoration: underline;
  color: #6b7c93;
}

.footers-link-new:hover {
  color: #f5c60c;
  transition: all 0.5s;
}

.nu-margin-top {
  margin-top: -130px;
}

.nu-margin-top-1 {
  margin-top: -100px;
}

.nu-margin-top-2 {
  margin-top: -50px;
}

.footers-flex-2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footers-flex-100 {
  display: flex;
  justify-content: center;
}

@media (max-width: 766px) {
  .footers-flex {
    flex-direction: column;
  }
}

@media (max-width: 468px) {
  .footers-flex-2 {
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 418px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 377px;
    height: 384px;
  }
}
@media (max-width: 390px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 354px;
    height: 357px;
  }
}
@media (max-width: 375px) {
  .image-container-1,
  .image-container-2,
  .image-container-3 {
    width: 337px;
    height: 345px;
  }
}

.nunu2-3 {
  display: grid;
  grid-template-columns: 2fr 2fr;
}

.service-card-image {
  width: 100%;
}
.service-card-image-2 {
  width: 100%;
}

.wheel-card {
  width: 950px;
}

@media (max-width: 1390px) {
  .wheel-card {
    width: 890px;
  }
}

.why-card-img {
  max-width: 400%;
  display: grid;
  justify-items: center;
}

@media (max-width: 1200px) {
  .why-card-img {
    max-width: 300%;
  }
}

@media (max-width: 990px) {
  .why-card-img {
    max-width: 200%;
  }
}

@media (max-width: 550px) {
  .why-card-img {
    max-width: 100%;
  }
}

.nectar-blue-card {
  display: grid;
  width: 500px;
  justify-self: center;
}

@media (max-width: 1217px) {
  .nunu2-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-self: center; */
    justify-self: center;
  }

  .nectar-blue-card {
    margin-bottom: 20px;
  }

  .wheel-card {
    width: 860px;
  }
}

@media (max-width: 989px) {
  .wheel-card {
    width: 790px;
  }
}

@media (max-width: 820px) {
  .nunu2-1 {
    display: grid;
    grid-template-columns: 1fr;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-self: center; */
    justify-self: center;
  }

  .wheel-card {
    width: 720px;
  }
}

@media (max-width: 766px) {
  .nunu2-2 {
    display: flex;
    flex-direction: column;
  }

  .wheel-card {
    /* margin-top: 40px; */
    width: 661px;
  }
}

@media (max-width: 555px) {
  .nectar-blue-card {
    width: 400px;
  }
}

@media (max-width: 680px) {
  .wheel-card {
    width: 635px;
  }
}
@media (max-width: 646px) {
  .wheel-card {
    width: 580px;
  }
}
@media (max-width: 590px) {
  .wheel-card {
    width: 535px;
  }
}

@media (max-width: 534px) {
  .wheel-card {
    width: 500px;
  }
}
@media (max-width: 510px) {
  .wheel-card {
    width: 470px;
  }
}

@media (max-width: 480px) {
  .nectar-blue-card {
    width: 360px;
  }

  .wheel-card {
    width: 437px;
  }
}

@media (max-width: 452px) {
  .wheel-card {
    width: 400px;
  }
}

@media (max-width: 430px) {
  .wheel-card {
    width: 390px;
  }
}

@media (max-width: 420px) {
  .wheel-card {
    width: 380px;
  }
}
@media (max-width: 398px) {
  .wheel-card {
    width: 370px;
  }
}

@media (max-width: 381px) {
  .wheel-card {
    width: 345px;
  }
}
@media (max-width: 351px) {
  .wheel-card {
    width: 320px;
  }
}

@media (max-width: 380px) {
  .nectar-blue-card {
    width: 320px;
  }

  /* .wheel-card {
    width: 330px;
  } */
}

@media (max-width: 350px) {
  .wheel-card {
    width: 318px;
  }
}

@media (max-width: 430px) {
  .nunu2-1 {
    display: grid;
    grid-template-columns: 1fr;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-self: center; */
    justify-self: center;
  }
}

@media (max-width: 390px) {
  .nunu2-1 {
    display: grid;
    grid-template-columns: 1fr;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-self: center; */
    justify-self: center;
  }
}

@media (max-width: 375px) {
  .nunu2-1 {
    display: grid;
    grid-template-columns: 1fr;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-self: center; */
    justify-self: center;
  }
}

/* .nunu3 {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.nunu3-1 {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.nunu3-2 {
  margin-left: 2px;
}

.nunu4 {
  text-align: center;
}

.nunu5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nunu6 {
  background-color: #f3f5f9;
}

.nunu6-1 {
  background-color: #ffffff;
}

.nunu6-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nunu6-2-1 {
  margin-top: -120px;
  margin-bottom: 30px;
}

.nunu6-2-10 {
  margin-top: 30px;
}

.nunu35 {
  color: Blue/03;
}

.nunu6-3 {
  color: #0054a6;
}

.data-image {
  max-width: 100%;
  justify-self: center;
  height: auto;
  display: block; /* Optional but recommended for better layout control */
}

/* .nunu7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
} */

.nunu8 {
  display: flex;
  flex-direction: column;
}

.nunu9 {
  display: flex;
  flex-direction: ;
  row-gap: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 20px;
  border-radius: 15px;
}

.nunu9-10 {
  margin-left: 1rem;
}

.nunu10 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.nunu11 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 46px;
}

@media (max-width: 995px) {
  .nunu11 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.nunu12 {
  background-color: #f5c60c;
}

.nunu13 {
  margin-bottom: 80px;
}

.nunu14 {
  background-color: #1e90ff;
}
.nunu15-1 {
  background-color: #dbf0ff;
}

.nunu15 {
  color: #ffffff;
}

.nunu15-2 {
  color: #0054a6;
}

.nunu15-3 {
  color: #1f2937;
}

.nunu100 {
  color: #0054a6;
  text-align: left;
  margin-top: 50px;
}

.nunu100-1 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}

.nunu15-1 {
  text-align: left;
}

.nunu16 {
  background-color: #d8eff8;
}

.nunu16-1 {
}

.nunu17 {
  background-color: #ffffff;
}

.nunu17-1 {
  font-size: 32px;
  font-weight: 800;
  text-decoration: #000000;
}

.nunu18 {
  color: #000000;
}
.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}

@media (max-width: 576px) {
  .topbar {
    display: none;
  }
}
/*** Topbar End ***/

/* ** Navbar ** */
/* .navbar-light .navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-dark) !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #1167f0 !important;
}

.navbar-light .navbar-brand img {
  max-height: 50px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

.roster-table {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light) !important;
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 20px;
    left: 50%;
    background: #fbb916;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
} */

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-dark) !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #1167f0 !important;
}

.navbar-light .navbar-brand img {
  max-height: 50px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

/* Add navbar container padding transitions */
.navbar {
  padding: 20px 0;
  transition: all 0.3s ease;
}

.sticky-top.navbar {
  padding: 10px 0; /* Reduced padding when sticky */
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  /* Mobile view navbar padding */
  .navbar {
    padding: 20px 0; /* Default mobile padding */
    transition: all 0.3s ease;
  }

  .sticky-top.navbar {
    padding: 10px 20px !important; /* Reduced to 20px equivalent when scrolling */
    /* transition: all 0.3s ease; */
  }

  .sticky-top.navbar-light {
    position: sticky;
    top: 0;
    background: var(--bs-white);
    z-index: 1020;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
    transition: all 0.3s ease;
  }

  /* Reduce logo size when sticky on mobile */
  .sticky-top.navbar-light .navbar-brand img {
    max-height: 35px;
  }
}

.roster-table {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    padding: 25px 0;
    transition: all 0.3s ease;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light) !important;
    padding: 15px 0; /* Reduced padding for desktop when sticky */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 20px;
    left: 50%;
    background: #fbb916;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
  position: relative;
}

.header-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    top: 630px;
    transition: 0.5s;
  }

  .header-carousel
    .header-carousel-item
    .carousel-caption
    .carousel-caption-content {
    width: 95% !important;
  }
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 95px;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    margin-top: 0;
    transition: 0.5s;
  }
}

@media (min-width: 992px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin-top: 50px;
  }
}

.header-carousel .header-carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, 0.5); */
}

.header-carousel
  .header-carousel-item
  .carousel-caption
  .carousel-caption-content {
  position: relative;
  width: 75%;
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/

/*** Service Start ***/
.service .service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item .service-img::before {
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
  z-index: 5;
}

.service .service-item:hover .service-img::before {
  height: 100%;
  background: rgba(21, 185, 217, 0.3);
}

.service .service-item .service-img:hover img {
  transform: scale(1.3);
}

.service .service-item .service-content {
  position: relative;
  z-index: 2;
}

.service .service-item .service-content::before {
  width: 100%;
  height: 8px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(21, 185, 217, 0.5);
  transition: 0.5s;
  z-index: 3;
}

.service .service-item:hover .service-content::before {
  background: rgba(21, 185, 217, 0.5);
  height: 100%;
}

.service .service-item .service-content .service-content-inner {
  transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
  position: relative;
  color: var(--bs-white) !important;
  z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
  color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.about .about-img .about-img-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 10px solid;
  border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
  border-radius: 50%;
}

.about .about-img .about-experience {
  position: absolute;
  top: 125px;
  left: -125px;
  transform: rotate(-90deg);
  background: transparent;
  color: var(--bs-primary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
  position: relative;
  display: flex;
  /* border: 1px solid var(--bs-primary); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  /* background: var(--bs-light); */
  background: white;
  transition: 0.5s;
}

.gridd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feature .feature-item::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover::before {
  width: 100%;
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  display: inline-flex;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
  position: relative;
  z-index: 2;
}

.feature .feature-item:hover .feature-content {
  position: relative;
  color: var(--bs-white);
  z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
  color: var(--bs-dark);
}
/*** Feature End ***/

/*** Appointment Start ***/
/* .appointment {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../img/hero\ consult\ page.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

/* .appointment .appointment-form {
  background: rgba(239, 162, 134, 0.3);
} */

.appointment .appointment-form .btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
  box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/

/*** Appointment End ***/

/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
}

.team .team-item .team-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
  margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
  background: rgba(21, 185, 217, 0.3);
}

.team .team-item .team-content {
  color: var(--bs-primary);
  transition: 0.5s;
}

.team .team-item .team-content h5 {
  color: var(--bs-secondary);
  transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
  color: var(--bs-dark);
}

.team .team-item:hover .team-content {
  background: var(--bs-primary);
  color: var(--bs-white);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
  background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
  position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--bs-light);
  color: var(--bs-primary);
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--bs-light);
  color: var(--bs-primary);
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

@media (max-width: 900px) {
  .testimonial .testimonial-carousel .owl-nav .owl-prev {
    margin-top: -190px;
    margin-left: 40px;
  }

  .testimonial .testimonial-carousel .owl-nav .owl-next {
    margin-top: -190px;
    margin-right: 40px;
  }
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid var(--bs-white);
  background: transparent;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
  transition: 0.5s;
}

@media (min-width: 900px) {
  .testimonial
    .testimonial-carousel
    .testimonial-item
    .testimonial-inner
    p.fs-7 {
    font-size: 20px;
  }
}

/* Testimonial Section Title Start */
.testimonial .section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.testimonial .section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/

/*** Blog Start ***/
.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
  transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(21, 185, 217, 0.5);
}

.blog .blog-item .blog-centent {
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*** Blog End ***/

/*** Contact Start ***/
.contact {
  background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact .contact-form .btn.btn-light {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
  box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
  color: var(--bs-light);
}

/* Testimonial Section Title Start */
.contact .section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.contact .section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #0b2d66;
}
.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  background: var(--bs-dark) !important;
}
/*** copyright end ***/

.roster-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.roster-table caption {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}

.roster-table thead th {
  background-color: #1e90ff;
  color: white;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.roster-table .th-center {
  text-align: center;
}

.roster-table tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}
.roster-table .td-center {
  text-align: center;
}

.roster-table .player-name {
  font-weight: bold;
}

/* Zebra-striping for readability */
.roster-table tbody tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.roster-table tbody tr:hover {
  background-color: #efefef;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  /* margin-top: 100px; */
  /* padding-bottom: 100px; */
  background-image: linear-gradient(
      rgba(10, 25, 47, 0.7),
      rgba(10, 25, 47, 0.8)
    ),
    url("../img/hero-1.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* Fast zoom animation - 6 seconds total cycle */
  animation: zoomInOut 6s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.hero-content {
  max-width: 800px;
  z-index: 1;
  padding: 40px;
  background: rgba(16, 42, 67, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  border: 1px solid rgba(100, 255, 218, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Force scrolling to work */
body,
html {
  overflow: auto !important;
  position: static !important;
  height: auto !important;
  overscroll-behavior: auto !important;
}

/* Remove any cookie banner blocking styles */
.cookie-banner,
[class*="cookie"] {
  /* position: fixed !important; */
  bottom: 0 !important;
  z-index: 9999 !important;
}

body.cookie-banner-open {
  overflow: auto !important;
  position: static !important;
}
