* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

p,
a,
span,
li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.navbar {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
  color: #c0ca33 !important;
}

.navbar-toggler {
  border: none;
  font-size: 1.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas {
  width: 300px !important;
  background: linear-gradient(135deg, #2e8b57 0%, #2e8b57 100%) !important;
  color: white !important;
  border-right: 5px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-close-white {
  filter: brightness(1) invert(1);
}

.nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.1rem;
  padding: 12px 20px !important;
  transition: 0.3s all ease;
  position: relative;
}

@media (min-width: 992px) {
  .nav-link {
    color: #333 !important;
    font-weight: 500;
  }

  .nav-link:hover {
    color: #c0ca33 !important;
  }
}

.offcanvas-body .nav-link:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  padding-left: 30px !important;
  border-radius: 8px;
  font-weight: 500;
}

.btn-get-started {
  background: #c0ca33;
  color: #333;
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-get-started:hover {
  background: #c0ca33;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #c0ca33;
}

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://images.unsplash.com/photo-1496080174650-637e3f22fa03?q=80&w=2000")
      no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.welcome-text {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1.1;
  max-width: 900px;
  margin-bottom: 25px;
}

.hero-desc {
  max-width: 600px;
  font-weight: 300;
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.btn-adventure {
  background-color: #c0ca33;
  color: #1a1a1a;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-adventure:hover {
  transform: scale(1.05);
  background-color: #c0ca33;
}

.info-bar {
  position: absolute;
  bottom: 40px;
  width: 90%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 100px;
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.info-label {
  font-size: 0.8rem;
  opacity: 0.8;
  margin: 0;
}

.info-value {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 992px) {
  .info-bar {
    position: relative;
    bottom: 0;
    margin-top: 50px;
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
    gap: 20px;
  }

  .hero-section {
    height: auto;
    padding: 100px 20px;
  }

  .info-item {
    width: 100%;
    justify-content: center;
  }
}

.custom-about-grid {
  display: grid;
  grid-template-columns: repeat(12, 11fr);
  align-items: center;
  gap: 20px;
  padding: 80px 0;
}

.visual-stack {
  grid-column: span 6;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.main-frame {
  width: 70%;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
}

.overlap-frame {
  width: 60%;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 2;
  border: 10px solid #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.status-card {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
  background: #c0ca33;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-stack {
  display: flex;
}

.user-stack img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #c0ca33;
  margin-right: -15px;
}

.content-wrap {
  grid-column: span 6;
  padding-left: 40px;
}

.tagline {
  display: inline-flex;
  align-items: center;
  color: #c0ca33;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.headline {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.1;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-weight: 500;
}

.check-icon {
  background: #c0ca33;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.action-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.quote-text {
  max-width: 200px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #333;
}

@media (max-width: 991px) {
  .custom-about-grid {
    grid-template-columns: 1fr;
  }

  .visual-stack,
  .content-wrap {
    grid-column: span 1;
    padding: 0;
  }

  .visual-stack {
    margin-bottom: 80px;
  }

  .headline {
    font-size: 2.2rem;
  }

  .action-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.about-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}

.image-composite {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.img-box {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
}

.img-left {
  grid-column: 1;
  height: 400px;
  object-fit: cover;
}

.img-right {
  grid-column: 2;
  height: 450px;
  object-fit: cover;
  margin-top: 60px;
}

.badge-card {
  background: #c2cf45;
  padding: 15px 20px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.user-avatars {
  display: flex;
}

.user-avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -10px;
}

.tag {
  color: #c2cf45;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
}

.title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 20px 0;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list i {
  color: #c2cf45;
}

.quote-box {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

.btn-learn {
  background: #c2cf45;
  color: #000;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-learn:hover {
  background: #afba3e;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .about-section {
    padding: 50px 0;
  }

  .img-right {
    margin-top: 0;
    height: 350px;
  }

  .img-left {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .image-composite {
    grid-template-columns: 1fr;
  }

  .img-left,
  .img-right {
    height: 300px;
  }

  .badge-card {
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .title {
    text-align: center;
  }

  .action-row {
    text-align: center;
    flex-direction: column;
  }

  .img-left {
    grid-column: 2;
  }
}
.srv-section {
  padding: 90px 0;
  background-color: #f9fafb;
}
.srv-title-area {
  text-align: center;
  margin-bottom: 60px;
}
.srv-title-area h2 {
  font-weight: 800;
  font-size: 2rem;
  color: #111;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.srv-accent-line {
  width: 60px;
  height: 5px;
  background-color: #c2cf45;
  margin: 0 auto;
  border-radius: 10px;
}
.event-card {
  background: #ffffff;
  padding: 45px 25px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
.event-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #111111;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.event-card:hover::before {
  height: 100%;
}
.event-icon {
  width: 75px;
  height: 75px;
  background-color: rgba(194, 207, 69, 0.15); /* Translucent Lime */
  color: #c2cf45; /* Lime Color */
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 auto 25px;
  transition: 0.4s;
}
.event-card h4 {
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 15px;
  color: #111;
  transition: 0.3s;
}
.event-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: 0.3s;
}
.event-card:hover {
  transform: translateY(-12px);
  border-color: #111;
}
.event-card:hover .event-icon {
  background-color: #c2cf45;
  color: #111;
  transform: scale(1.1);
}
.event-card:hover h4,
.event-card:hover p {
  color: #ffffff;
}
@media (min-width: 768px) {
  .srv-grid-col {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .srv-grid-col {
    width: 50%;
  }
  .event-card {
    padding: 30px 15px;
  }
  .event-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
  .event-card h4 {
    font-size: 1.1rem;
  }
  .srv-title-area h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 450px) {
  .srv-grid-col {
    width: 100%;
  }
}
.city-grid-section {
  padding: 60px 0;
}

.section-intro {
  text-align: center;
  margin-bottom: 50px;
}

.sub-tag {
  color: #888;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.main-head-text {
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  margin: 10px 0;
  color: #1a1a1a;
}

.accent-divider {
  width: 60px;
  height: 4px;
  background: #c0ca33;
  margin: 0 auto;
  border-radius: 10px;
}

.location-box {
  text-align: center;
  padding: 15px;
  transition: 0.3s all ease;
}

.image-frame {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  background: #fff;
  border: 2px solid #c0ca33;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.4s ease;
}

.image-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.location-box:hover .image-frame {
  transform: translateY(-8px);
  border-color: #afba3e;
  box-shadow: 0 15px 30px rgba(194, 207, 69, 0.3);
}

.city-label-text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #444;
  transition: 0.3s;
}

.location-box:hover .city-label-text {
  color: #afba3e;
}

@media (min-width: 992px) {
  .custom-col-8 {
    flex: 0 0 auto;
    width: 12.5%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .custom-col-8 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (max-width: 575px) {
  .custom-col-8 {
    flex: 0 0 auto;
    width: 33%;
  }

  .image-frame {
    width: 100px;
    height: 100px;
  }
}

.gallery-wrapper {
  padding: 60px 0;
}

.header-box {
  text-align: center;
  margin-bottom: 50px;
}

.header-box h2 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.underline {
  width: 50px;
  height: 4px;
  background: #c0ca33;
  margin: 10px auto;
  border-radius: 5px;
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .img-grid {
    grid-template-columns: 1fr;
  }
}

.city-card-new {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 15px;
  background-color: #eee;
  cursor: pointer;
}

.city-card-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.card-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: 0.4s;
}

.city-card-new:hover img {
  transform: scale(1.1);
}

.city-card-new:hover .card-mask {
  opacity: 1;
}

.mask-info h5 {
  color: #c0ca33;
  font-weight: 700;
  margin-bottom: 5px;
}

.mask-info p {
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
}

.cta-wrapper {
  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://images.pexels.com/photos/2356045/pexels-photo-2356045.jpeg?auto=compress&cs=tinysrgb&w=1200");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  color: white;
}

.cta-text-side h2 {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 2.5rem);
  line-height: 1.1;
  margin-bottom: 25px;
}

.cta-text-side p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.trust-icon {
  width: 50px;
  height: 50px;
  background: rgba(194, 207, 69, 0.2);
  border: 1px solid #c0ca33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0ca33;
  font-size: 1.2rem;
}

.contact-form-card {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: #afba3e;
}

.contact-form-card h4 {
  font-weight: 800;
  margin-bottom: 25px;
  text-align: center;
}

.form-control-custom {
  border: 1px solid #eee;
  padding: 12px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  transition: 0.3s;
}

.form-control-custom:focus {
  outline: none;
  border-color: #c0ca33;
  box-shadow: 0 0 10px rgba(194, 207, 69, 0.2);
}

.btn-submit {
  background: #c0ca33;
  color: #000;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  margin-top: 10px;
}

.btn-submit:hover {
  background: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(194, 207, 69, 0.3);
}

@media (max-width: 991px) {
  .cta-wrapper {
    padding: 60px 0;
  }

  .cta-text-side {
    text-align: center;
    margin-bottom: 50px;
  }

  .trust-item {
    justify-content: center;
  }

  .contact-form-card {
    padding: 30px;
  }
}

.main-footer {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.8);
  padding: 80px 0 30px;
  font-size: 0.95rem;
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
}

.footer-logo span {
  color: #c0ca33;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 25px;
  position: relative;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: #c0ca33;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: #c0ca33;
  padding-left: 8px;
}

.social-box {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.social-box a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-box a:hover {
  background: #c0ca33;
  color: #000;
  transform: translateY(-5px);
}

.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 8px;
  padding: 12px;
}

.newsletter-form .form-control::placeholder {
  color: #666;
}

.btn-subscribe {
  background: #c0ca33;
  color: #000;
  border: none;
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-subscribe:hover {
  background: #afba3e;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .main-footer {
    text-align: start;
  }

  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-box {
    justify-content: start;
  }

  .footer-bottom {
    text-align: center;
  }
}

.contact-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.pexels.com/photos/2108845/pexels-photo-2108845.jpeg?auto=compress&cs=tinysrgb&w=1200");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}

.contact-header h1 {
  font-weight: 800;
  font-size: 3.5rem;
}

.contact-header p {
  opacity: 0.9;
  font-size: 1.1rem;
}

.contact-wrapper {
  margin-top: 60px;
  padding-bottom: 80px;
}

.info-card-box {
  background: #1a1a1a;
  color: #fff;
  padding: 50px;
  border-radius: 20px;
  height: 100%;
}

.form-card-box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

.contact-icon-circle {
  width: 55px;
  height: 55px;
  background: rgba(194, 207, 69, 0.1);
  border: 1px solid #c2cf45;
  color: #c2cf45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.social-links-row {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.social-links-row a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.social-links-row a:hover {
  background: #c2cf45;
  color: #000;
  border-color: #c2cf45;
  transform: translateY(-5px);
}

.custom-input {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #c2cf45;
}

.submit-trigger {
  background-color: #c2cf45;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  border-radius: 10px;
  width: 100%;
  letter-spacing: 1px;
  transition: 0.3s;
}

.submit-trigger:hover {
  background-color: #afba3e;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(194, 207, 69, 0.3);
}

@media (max-width: 991px) {
  .contact-header h1 {
    font-size: 2.5rem;
  }

  .info-card-box,
  .form-card-box {
    padding: 35px;
  }

  .contact-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .contact-header {
    padding: 60px 0 80px;
  }

  .info-card-box {
    margin-bottom: 30px;
  }
}

.terms-header {
  background-color: #1a1a1a;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  border-bottom: 5px solid #c2cf45;
}

.terms-header h1 {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 10px;
}

.terms-header p {
  opacity: 0.7;
  font-size: 1rem;
  letter-spacing: 1px;
}

.terms-container {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.terms-content h3 {
  font-weight: 800;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.terms-content h3 i {
  color: #c2cf45;
  font-size: 1.5rem;
}

.terms-content p,
.terms-content li {
  color: #555;
  font-size: 1rem;
}

.update-date {
  display: inline-block;
  background: rgba(194, 207, 69, 0.1);
  color: #afba3e;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 30px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.custom-list li::before {
  content: "\F272";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #c2cf45;
  font-weight: bold;
}

@media (max-width: 991px) {
  .terms-container {
    padding: 40px 25px;
    margin-top: -20px;
  }

  .terms-header h1 {
    font-size: 2.2rem;
  }
}
