* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header */
header {
    border-bottom: 1px solid #fff;
}

.navbar-brand h1 {
    font-size: 1.5rem;
    font-family: 'League Spartan', sans-serif;
    color: #001166;;
    margin-bottom: 0;
}

.navbar-brand p {
    color: #333;
    font-size: 0.85rem;
    font-family: 'League Spartan', sans-serif;
}

.nav-link {
    color: #001166;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;  
    font-size: 1.0rem;
    
}
.nav-link-login
{
    color: #fff;
    background-color: #001166;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

}
.nav-link-signup
{
    color: #fff;
    background-color: #001166;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: -20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.nav-link-signup:hover
{
    border-bottom: 3px solid #001166;
    color: #001166;
    background-color: #fff;
}
.nav-link-login:hover
{
    border-bottom: 3px solid #001166;
    color: #001166;
    background-color: #fff;
}
.nav-link:hover {
    border-bottom: 2px solid #001166;
    color: #001166;
}



.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Dropdown menu customizations */
.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-item {
  font-family: 'League Spartan', sans-serif;  
  font-size: 16px;
  color: #001170;
  padding: 10px 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #001166;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}



/* Logo Styles */
.logo {
    max-height: 30px; /* Adjust as per your needs */
    height: auto;
    width: auto;
   
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
}

.popup-content label, .popup-content input, .popup-content select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.popup-content button {
  padding: 10px 20px;
  background-color: #001166;
  color: white;
  border: none;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 1.5em;
  color: #001166;
}

/* More Transparency for Header Image Text */
.header-text {
  color: #fff;
  text-align: center;
 font-family: 'League Spartan', sans-serif;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3); /* More transparent */
  border-radius: 10px;
}


/* Popup Styles */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

.popup-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Change to 90% for smaller screens */
  max-width: 500px; /* Limit the max width */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Optional: Add a shadow for better visibility */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
}

input {
  margin-bottom: 15px; 
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em; /* Ensure text is readable */
}

button {
  padding: 10px;
  background-color: #001166;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em; /* Ensure button text is readable */
}

button:hover {
  background-color: #0056b3; /* Darker shade on hover */
}
/* Hero Section */
.hero-section {
    height: 75vh; /* Full viewport height */
    background: url('/frontend/assets/static/Images/Team.png'); /* Replace with your background image */
    color: #0615BF;
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
}

  .overlay-text {
    position: absolute;
    top:35%;
    right:35%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size:65px;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
    font-family: 'League Spartan', sans-serif;
  }
.overlay-text p
{
    position: absolute;
    top:100%;
    left:40%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size:15px;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
    font-family: 'League Spartan', sans-serif;
}

.overlay-text a
{
  position: absolute;
    top:135%;
    left:40%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color:#000;
    font-size:15px;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
    font-family: 'League Spartan', sans-serif;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
#services {
    padding: 0px 0;
}

#services h2 {
    color: #001166;
    font-size: 35px;
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}
.team-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    width: fit-content;
  
    
  }
.mnge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    
  }
  /* Card styling */
  .tme {
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #333;
    transition: transform 0.3s;
    height: fit-content;
    border-bottom: 3px solid #001166;
   
  }

  /* Hover effect for card */
  .tme:hover {
    transform: scale(1.1);
  }

  /* Image styling */
  .tme img {
    width: 40%;
    height: 40%;
    padding: 10px;
    
  }

  /* Content styling */
  .tme-content {
    padding: 15px;
    border-radius: 10px ;
  }

  /* Title styling */
  .tme-title {
    font-size: 26px;
    font-weight: bold;
    margin: -5px 0 5px;
    color: #001166;
  }
  .tme-role{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;

  }
  .team-cad
  {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: -30px;
    width: 800px;
  }
  .team-tally
  {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    width: fit-content;
    margin-top: -30px;
  }




  .map-container iframe {
    width: 97vw;
    height: 350px;
    border: none;
    margin-left: -95px;
}

h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #001166;
    padding: 5px;
    margin-left: -250px;
}
h2 {
    color: #001166;
    font-size: 35px;
    margin-top: 50px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.con {
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #001166;
    margin-left: 50px;
    line-height: 1.0;
    text-align: left;
}

.con i {
    font-size: 24px;
}

.social-icons a {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #001166;
    transition: color 0.3s ease;
}
.navmenu ul 
{
    list-style-type: square;
    margin-left: 50px;
    text-align: left;
    font-family: 'League Spartan', sans-serif;
    line-height: 1.5;
    transition: transform 0.2s ease-in-out;
}
.navmenu li a
{
  
    text-decoration: none;
    font-size: 1.2rem;
    margin: 0 10px;
    color: #001166;
    transition: transform 0.2s ease-in-out;
    text-align: left;
}
.navmenu li a:hover
{
    color: #0615BF;
    transform: scale(1.05);
}

.social-icons a:hover {
    color: #0615BF;
    transform: scale(1.05);
}
.fot
{
    width: 95vw;
    margin-left: -100px;
    margin-top: -20px;
    
}

#back-to-top {
    position: fixed; /* Fixed position */
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    display: none; /* Hidden by default */
    background-color: #001166; /* Button background color */
    color: #fff; /* Text color */
    border: none; /* No border */
    padding: 10px 20px; /* Padding for the button */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transitions */
}

/* Hover effect for the button */
#back-to-top:hover {
    background-color: #001170; /* Change background on hover */
    transform: translateY(-5px); /* Slight lift effect on hover */
}

