.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45) contrast(1);
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 5;
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.hero-sub {
  color: rgba(255,255,255,0.95);
  max-width: 580px;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

/* -------------------- SIGNUP CARD -------------------- */
.signup-card {
  background: rgba(23, 40, 45, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  box-shadow: 0 10px 30px rgba(2,6,23,0.45);
}

.signup-title {
  color: #fff;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.signup-card .form-control {
  border-radius: 6px;
  height: 46px;
  background: #fff;
  color: #111;
}

.signup-card .form-label {
  color: rgba(255,255,255,0.9);
}

.signup-card .btn-primary {
  background: #5b8bff;
  border: none;
  color: #06203a;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 18px;
}

/* -------------------- RESPONSIVE HERO -------------------- */
@media (max-width: 991.98px) {
  .hero-title { font-size: 1.8rem; }
  .signup-card { margin-top: 2rem; }
  .hero-section { min-height: 60vh; padding: 3.5rem 0; }
  .hero-bg { filter: brightness(0.55); }
}

/* -------------------- NAVBAR -------------------- */
#mainNav.navbar {
	position: relative;
  z-index: 10; 
  margin-bottom: 0 !important;  
  padding: 0.9rem 0;
  background-color:#1A3D48 !important;
}

#mainNav .navbar-brand {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.navbar-logo {
  height: 42px;
  margin-right: 12px;
}

#mainNav .nav-link {
  font-size: 1.05rem;
  padding: 0.6rem 1rem;
  position: relative;
  color: rgba(255,255,255,0.92);
  transition: color .18s ease, transform .18s ease;
}

#mainNav .nav-link:hover,
#mainNav .nav-link:focus {
  color: #ffffff;
  transform: translateY(-4px);
  text-decoration: none;
  outline: none;
}

/* animated underline */
#mainNav .nav-link::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -6px;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #7b61ff, #5b8bff);
  border-radius: 3px;
  transition: width .28s cubic-bezier(.2,.9,.2,1);
  opacity: 0.98;
}

#mainNav .nav-link:hover::after,
#mainNav .nav-link:focus::after,
#mainNav .nav-item .nav-link.active::after {
  width: 76%;
}

/* navbar button styling */
#mainNav .btn-outline-light,
#mainNav .btn-primary {
  padding: 0.42rem 1.05rem;
  font-weight: 700;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease;
}

#mainNav .btn-outline-light:hover,
#mainNav .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(91,139,255,0.12);
}

/* -------------------- DROPDOWN -------------------- */
#mainNav .dropdown-menu {
  min-width: auto;             
  width: auto;                  
  padding: 4px 0;
  background-color: #1e1e1e;    
  border: 1px solid rgba(255,255,255,0.1);
}

#mainNav .dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
}

#mainNav .dropdown-item:hover {
  background-color: rgba(255,255,255,0.12);
  color: #fff;
}

/* flag + text */
.lang-flag {
  width: 16px;
  height: auto;
  margin-right: 6px;
}

.lang-text {
  font-size: 14px;
  line-height: 1.2;
}

/* -------------------- MOBILE NAV -------------------- */
@media (max-width: 767.98px) {
  #mainNav .nav-link {
    font-size: 0.98rem;
    padding: 0.55rem 0.6rem;
    transform: none !important;
  }
  #mainNav .nav-link::after {
    display: none;
  }
}
.appstore-badge { height: 45px; display:inline-block; }

/* -------------------- MUDROVAXIS SECTION -------------------- */
.mudrovaxis-section {
  background-color: #E4F3F7; 
  padding: 3rem 0;
}

.mudrovaxis-img {
  max-width: 350px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.mudrovaxis-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
}

.mudrovaxis-subtitle {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
}

.mudrovaxis-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.8rem;
}

.mudrovaxis-list li {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
  color: #333;
  position: relative;
  padding-left: 28px;
}

/* green checkmark style */
.mudrovaxis-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.mudrovaxis-attributes {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.8rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  margin-top: 1rem;
}

.mudrovaxis-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 1rem;
  transition: transform 0.2s ease;
}

.mudrovaxis-item:last-child {
  margin-bottom: 0;
}

/* blue circle with white check */
.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #4da6ff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

/* hover effect */
.mudrovaxis-item:hover .icon-circle {
  transform: scale(1.2);
  box-shadow: 0 0 12px rgba(77,166,255,0.6);
}

.mudrovaxis-item:hover {
  transform: translateX(6px);
}

  #mudrovaxis-advanced .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mudrovaxis-advanced .feature-card {
    transition: all 0.3s ease-in-out;
  }
  #mudrovaxis-advanced .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }

/* Mudrovaxis Registration Section Styling */
#mudrovaxis-registration {
  background-color: #E4F3F7; 
}

#mudrovaxis-registration .reg-card {
  background: #ffffff;
  
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mudrovaxis-registration .reg-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

#mudrovaxis-registration .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
  color: #fff;
  box-shadow: 0 4px 10px rgba(13,110,253,0.3);
  transition: background 0.4s ease;
}

#mudrovaxis-registration .reg-card:hover .icon-wrapper {
  background: linear-gradient(135deg, #198754, #20c997);
  box-shadow: 0 6px 14px rgba(25,135,84,0.4);
}

#mudrovaxis-registration h5 {
  color: #212529;
}

#mudrovaxis-registration p {
  font-size: 0.9rem;
}
#mudrovaxis_app {
  background: linear-gradient(135deg, #102a33 0%, #1a3d48 100%);
  color: #e5e5e5;
  padding: 4rem 0;
}

.mudrovaxis-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.mudrovaxis-title span {
  color: #ffc107; 
}

.mudrovaxis-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #d0d0d0;
}

.mudrovaxis-img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 1rem;
}

.mudrovaxis-img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: rgba(255, 193, 7, 0.15); 
  transition: all 0.3s ease-in-out;
}

.mudrovaxis-img-wrapper:hover::before {
  background: rgba(255, 193, 7, 0.3);
}

.mudrovaxis-img {
  border-radius: 1rem;
  transition: transform 0.4s ease-in-out;
}

.mudrovaxis-img:hover {
  transform: scale(1.05);
}

#mudrovaxis-benefits {
  background-color: #ffffff; 
}

.benefit-card {
  background: #E4F3F7;  
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2rem;
  margin: 0 auto 15px;
  color: #fff;
}

.benefit-card:nth-child(1) .benefit-icon {
  background: linear-gradient(135deg, #4facfe, #00f2fe); 
}

.benefit-card:nth-child(2) .benefit-icon {
  background: linear-gradient(135deg, #43e97b, #38f9d7); 
}

.benefit-card:nth-child(3) .benefit-icon {
  background: linear-gradient(135deg, #ff6a00, #ee0979); 
}

.benefit-card:nth-child(4) .benefit-icon {
  background: linear-gradient(135deg, #845ec2, #d65db1); 
}

.benefit-card:nth-child(5) .benefit-icon {
  background: linear-gradient(135deg, #f7971e, #ffd200); 
}

.benefit-card:nth-child(6) .benefit-icon {
  background: linear-gradient(135deg, #00c6ff, #0072ff); 
}
.mudro-img {
  max-width: 90%;   
  height: auto;     
}

@media (min-width: 768px) {
  .mudro-img {
    max-width: 100%;  
  }
}
.mudrovaxis-footer {
  background-color: #113a46; 
  color: #fff;
}

.mudrovaxis-footer .footer-logo {
  height: 40px;
}

.mudrovaxis-footer .footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #d9d9d9;
}

.mudrovaxis-footer .footer-links li {
  margin-bottom: 8px;
}

.mudrovaxis-footer .footer-link {
  color: #fff;
  text-decoration: none;
}

.mudrovaxis-footer .footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  font-size: 15px;
  line-height: 1.7;
  color: #e0e0e0;
}

.footer-text strong {
  color: #ffffff;
}

.footer-text .footer-link {
  color: #00bfff;
  font-weight: 500;
  text-decoration: none;
}

.footer-text .footer-link:hover {
  text-decoration: underline;
}

.footer-text .text-warning {
  font-size: 16px;
}
.footer-links {
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  display: inline; 
  color: #e0e0e0;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #00bfff;
  padding-left: 3px;
}

.footer-links i {
  font-size: 1.1rem;
  color: #00bfff;
}
/* About Section */
#about-us h2 {
  font-size: 2.5rem;
  letter-spacing: 1px;
}

#about-us p {
  font-size: 1.15rem;
  line-height: 1.8;
}

/* Vision & Mission Cards */
.card {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.ico-circle {
  width: 80px;
  height: 80px;
  background: rgba(0,123,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.about-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  max-width: 900px;
}
.about-box h2 {
  font-size: 2.5rem;
  color: #113a46;
}
.about-box p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
}
 /* ---------- Privacy Policy Page Styling ---------- */
  #privacy-policy {
    background: #f7fafc;
    font-family: 'Poppins', sans-serif;
  }

  #privacy-policy .container {
    max-width: 1100px;
  }

  #privacy-policy h2 {
    font-weight: 700;
    color: #003049;
    letter-spacing: 0.5px;
  }

  #privacy-policy h4 {
    color: #004f6e;
    border-left: 5px solid #0077b6;
    padding-left: 12px;
  }

  #privacy-policy h5 {
    color: #0077b6;
    font-weight: 600;
    margin-top: 25px;
  }

  #privacy-policy p {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
  }

  #privacy-policy ul {
    margin-top: 10px;
  }

  #privacy-policy li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #444;
  }

  #privacy-policy a {
    color: #0077b6;
    text-decoration: underline;
  }

  #privacy-policy a:hover {
    color: #023e8a;
    text-decoration: none;
  }

  .policy-section {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
  }

  .policy-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .highlight {
    background-color: #e3f2fd;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: 500;
  }

  .divider {
    border-top: 2px solid #e0e0e0;
    margin: 40px 0;
  }

  @media (max-width: 768px) {
    #privacy-policy .policy-section {
      padding: 25px;
    }
  }
  
  .signup-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.signup-title span {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
}
/* Ensures flag and code display properly */
.iti {
  width: 100%;
  position: relative;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
  border-right: 1px solid #ddd;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 8px;
  border-radius: 6px 0 0 6px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  margin-left: 4px;
}

/* Ensure input text doesn’t overlap the dial code */
.intl-input {
  padding-left: 95px !important;
}

/* Dropdown styling */
.iti__country-list {
  background-color: #fff;
  color: #000;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 9999;
}
.mudrovaxis-logo {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300; 
  font-size: 40px;
 
  letter-spacing: 0.7px; 
  text-decoration: none;
}

.navbar-brand:hover .mudrovaxis-logo {
  color: #eaeaea; 
}
html {
  scroll-behavior: smooth;
}
