@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}
.nav-link.dropdown-toggle::after {
  display: none;
}
.navbar-collapse{
  z-index: 9999;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.blur-active > *:not(#preloader) {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 5px; /* spacing between text and underline */
  margin: 0 8px;        /* horizontal spacing to avoid line collision */
  display: inline-block;
}

.navbar-nav .nav-link:last-child {
  margin-right: 0; 
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;                      
  background: #DA700A;       
  transition: width 0.3s ease;
}
.navbar-nav .nav-link.active{
    color:#DA700A
}
.navbar-nav .nav-link:hover::after {
  width: 100%;
}
.navbar-nav .nav-link.active::after {
  width: 100%;
  background-color: #DA700A;  
}
.custom-navbar {
    padding-top: 0.5rem; 
    padding-bottom: 0.5rem;
    background: #FFFFFF !important;
  }

  .custom-navbar img {
    height: 60px;  
    width: auto;
  }

  .talk{
    border: 2px solid #000D28;
    color:#868686;
    border-radius: 20px;
  }
.talk a{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#868686;
    text-decoration: none;

  }



.contact-section {
  background-color: #000D28;
}

.contact-section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
}

.contact-section p {
  font-size: 1rem;
  color: #FFFFFF;
}

.left-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    height: 100%;
    min-height:400px;
    max-width: 600px;
}

.contact-section .form-control {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}

.contact-section textarea.form-control {
  resize: none;
}

.contact-section .form-label{
    color:#FFFFFF;
}
.contact-section button.btn {
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
}



.footer{
    background:#E7F1FB;
    color:#545D6F
}
.left-column p{
font-family: Poppins;
font-weight: 500;
font-size: 14px;
line-height: 19.5px;
letter-spacing: 0%;
vertical-align: middle;
color:#545D6F

}

.right-column h5{
font-family: Poppins;
font-weight: 600;
font-size: 20px;
line-height: 36px;
letter-spacing: 0%;
vertical-align: middle;
color:#545D6F
}
.list-unstyled li{
    list-style: none;
  }
  .list-unstyled a{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#545D6F;
    text-decoration: none;
  }

  .footer-bottom{
    display:flex;
    justify-content: space-between ;
    width: auto;
    background: #04315C;
    align-items: center;
    height:2rem
    /* padding:12px 40px */
  }
  .footer-bottom p{
    margin:0
  }
  .social-icons{
    list-style: none;
  }
  .social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;          
  height: 25px;        
  margin-right: 10px;   
  font-size: 18px;     
  color: #FFFFFF;     
  background-color: #04315C;
  border: 1px solid #FFFFFF;
  border-radius: 50%;  
  transition: background-color 0.3s ease, color 0.3s ease;
}
.social-icons > li{
    text-decoration: none;
}
.social-icons a:hover {
  background-color: #FFFFFF;  
  color: #04315C;            
}

.mega-menu {
  width: 100vw;
  left: 0;
  right: 0;
  top: 100%;
  border: none;
  border-radius: 0;
  background-color: #fff;
  z-index: 1000;
  display: none;
}

/* Show on hover for large screens */
@media (min-width: 992px) {
  .mega-dropdown:hover .mega-menu {
    display: block !important;
  }
}

/* Display mega menu for mobile (dropdown opens on click) */
@media (max-width: 991px) {
  .mega-menu {
    display: block;
    position: static;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
  }
}

 @media (max-width: 768px) {
 .navbar-nav .nav-link.active::after {
    width: 0%;
    background-color: #f8f8f8;
}
.navbar-nav .nav-link::after {
    width: 0%;
    background-color: #f8f8f8;
}
 .contact-section .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-contact {
    padding: 1rem;
    min-height: auto;
    max-width: 100%;
  }
}



.mega-dropdown               { position: static; }           /* keep inside navbar container */
.mega-dropdown .mega-menu    { display: none; width: 100%;   /* full-width panel */
                                left: 0; right: 0; top: 100%;
                              }

@media (min-width: 992px) {   /* lg and up */
  .mega-dropdown:hover .mega-menu { display: block; }
}

/* optional aesthetics */
.mega-menu      { border: 0; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.mega-menu h6   { margin-bottom: .5rem; } 