/* Header scroll effect styles */
.header-main {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header-main.header-scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-main.header-scrolled .navbar-nav .nav-link {
  color: #1f2937 !important;
}

.header-main.header-scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-main.header-scrolled .dropdown-menu .dropdown-item {
  color: #1f2937;
}

/* Initial dark header state */
.header-main.header-dark {
  background-color: transparent;
}

.nav-center-custom {
  margin: 0 auto;
}

.custom-toggler {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}




/*footer css*/
/* keep footer spacing consistent */
footer {
  background-color: #070733;
  color: white;
  padding: 70px 120px 40px;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}

.footer-column {
  flex: 1 1 180px;
  min-width: 180px;
}

.footer-logo img {
  width: 90px;
  height: auto;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.footer-column a,
.footer-column p {
  display: block;
  font-size: 15px;
  color: #bbb;
  margin: 6px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #fff;
  /* accent */
}

.footer-column i {
  margin-right: 8px;
  color: #fff;
}

.footer-socials {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  background: #1a1a4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: #ffed00;
}

.footer-socials i {
  color: #fff;
  font-size: 16px;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #222;
}

/* Responsive */
@media (max-width: 900px) {
  footer {
    padding: 50px 40px;
  }

  .footer-container {
    gap: 40px;
  }

  .footer-column {
    flex: 1 1 100%;
  }
}

/*footer css*/

#contact-name_01,
#contact-email_02,
#contact-company_01,
#contact-phone01 {
  color: #000;
}

.policy-margin-fix {
  margin-top: 4rem;
}

@media screen and (max-width: 1000px) {
  .policy-margin-fix {
    margin-top: 7rem;
  }
}

.laptop-screen {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}