    body {
  background: #111;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-wrapper {
      display: flex;
      justify-content: center;
      margin-top: 24px;
      position: sticky;
      top: 0;
      z-index: 1030;
    }

    .custom-navbar {
      width: 976px;
      max-width: 100%;
      height: 75px;
      border-radius: 90px;
      border: 1px solid #CBD5E1;
      background-color: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      padding: 0 30px;
    }

    .navbar-brand img {
      width: 57.47px;
      height: 45px;
      object-fit: contain;
      margin-top: 15px;
      margin-left: 0px;
    }

    .navbar-nav-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 39px;
      top: 25px;
    }

    .nav-link {
      font-family: 'Sora', sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      color: rgba(255, 255, 255, 0.5) !important;
      background: transparent;
      padding: 0;
      height: 25px;
      width: 62px;
    }

    .right-content .btn {
  width: 175px;
  height: 55px;
  border-radius: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #FE0000;
  color: #FFFFFF;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}


    @media (max-width: 991.98px) {
      .navbar-nav-center {
        position: static;
        transform: none;
        margin: auto;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
      }

      .navbar-collapse {
        text-align: center;
      }

      .right-content {
        margin-top: 1rem;
        text-align: center;
        justify-content: center;
      }

      .custom-navbar {
        width: 90%;
        height: auto;
        border-radius: 1rem;
        padding: 1rem 1.5rem;
      }

      .nav-link {
        width: auto;
        font-size: 18px;
      }

      .right-content .btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }
    }

.contact-section {
  min-height: 100vh;
}

.card {
  min-height: 450px;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}

.map-container iframe {
  height: 100%;
  min-height: 450px;
}

input, textarea {
  border-radius: 8px !important;
}

.btn-danger {
  border-radius: 8px;
}


/* Footer Section Styles */
.footer-section {
  background-color: #1a1a1a;
  color: #ffffff;
  margin-top: 0;
}

.footer-logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.footer-desc {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 20px;
}

.footer-heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-list li:hover {
  color: #fe0000;
}

.footer-text {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-link {
  color: #cccccc;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fe0000;
  text-decoration: none;
}

.footer-icons a {
  color: #cccccc;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-icons a:hover {
  color: #fe0000;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #333333;
  margin: 30px 0 20px 0;
}

.footer-copy {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
  .footer-section {
    padding-top: 40px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-desc,
  .footer-text,
  .footer-list li {
    font-size: 13px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-copy {
    font-size: 12px;
    padding-bottom: 15px;
  }
}
