@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #000 !important;
  color: #fff !important;
    font-family: "Poppins", sans-serif !important;

}

/* Default: transparent */
.transparent-navbar {
  background-color: transparent !important;
  transition: background-color 0.3s, backdrop-filter 0.3s;
  padding: 12px 24px;
}

.custom-toggler {
    border: none; /* Remove the border */
    padding: 0;
}

.custom-toggler:focus,
.custom-toggler:active {
    outline: none;
    box-shadow: none; /* Remove any additional focus styles */
}

/* Custom styles for the navbar-toggler-icon */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Class to be added when scrolling down */
.navbar.scrolled {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);}
.navbar.open {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);}

.carousel-item {
    position: relative;
    height: 100vh;
}




/* Optional: background for dropdown menu section */



.navbar .nav-link {
  color: #fff !important;
  margin-right: 15px;
}

.custom-btn {
  border-radius: 30px !important;
  transition: background-color 0.3s, color 0.3s;
}

.custom-btn:hover {
  background-color: #8F0310 !important;
  color: #fff !important;
}

 .step-box {
  background-color: #111;
  border-radius: 15px;
  padding: 30px;
  margin: auto;
}

.step-header {
  display: flex;
  justify-content: space-between;
  background-color: #1a1a1a;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  font-weight: 300;
  flex-wrap: wrap;
  cursor: pointer;
}

.step-header div {
  flex: 1 1 25%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  color: #ccc;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
}

.step-header .active {
  background-color: #222;
  border-bottom: 3px solid #8F0310;
  color: #fff;
  font-weight: 300;
}

.btn-next {
  background-color: #8F0310 !important;
  color: #fff !important;
  font-weight: 500;
  width: 50%;
  border-radius: 10px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn-next:hover {
  background-color: #a61117 !important;
}

.form-control {
  background-color: #222;
  color: #fff;
  border: 1px solid #444;
  border-radius: 6px;
}

.form-control::placeholder {
  color: #888;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .step-header div {
    flex: 1 1 50%;
    font-size: 14px;
    padding: 8px 0;
  }

  .btn-next {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }

  .step-box {
    padding: 20px;
  }
}
.heading-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 25px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); /* soft glow */
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .heading-title {
    font-size: 22px;
    font-weight: 500;
    padding: 0 10px;
  }
}
.step-header div.active {
  background-color: #222;
  border-bottom: 3px solid #8F0310;
  color: #fff;
}

.footer-logo {
  max-width: 140px !important;
  height: auto;
}

/* Footer Links */
.footer-links li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: 300;
}

.footer-links li a:hover {
  color: #ccc;
}

/* Social Icons */
.social-icons a {
  color: #fff;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #fff;
}

/* Responsive Text Alignment */
@media (max-width: 767.98px) {
 

  .footer-section .footer-logo {
    margin: 0 auto;
  }
}