
.header-section {
  font-family: 'Roboto', Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.header-section {
  width: 100%;
}

.header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .header-title {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* body {
  /* overflow: hidden; 
  font-family:'Roboto',sans-serif;
} */

body.loaded {
  overflow: auto;
}

    /* Your header styles moved here */
    .header-section { background-color:#fff; font-family:'Roboto',sans-serif; }


  
/* Enable submenu dropdowns */
.dropdown-submenu {
  position: relative;
}
@media (min-width: 1200px) {
  .dropdown-submenu > .dropdown-menu {
    left: 100%;
  }
}
@media (max-width: 1199px) {
  .dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.owl-theme .owl-nav {
    background-color: #cd4c1e;
    margin-top: 10px;
}



/* Show submenu on hover */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* @media (min-width: 992px) {
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
} */











  /* Navigation Bar */
.navbar {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ff0000;
}
.bg-light {
    background-color: #002d5a !important;
}

/* .navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
} */

.navbar-nav {
  overflow: visible;
  white-space: normal;
}
.navbar-nav .nav-link {
  font-size: 15px;
  padding: 6px 8px;
  white-space: nowrap;
}

.navbar-nav .nav-item {
    white-space: normal; /* Allow wrapping for long items */
}

.navbar-nav .nav-link {
    padding: 8px 10px;
    white-space: normal; /* Let link text wrap */
}


.navbar-nav .nav-link:hover {
  color: #e25a1bff !important;
}

.navbar-brand h2 {
  font-size: 24px;
  margin: 0;
}

/* Responsive Emblem Position */
@media (max-width: 768px) {
  .header-banner .container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .header-banner img {
    margin-top: 15px;
  }
}
/* Make nav text white */
.navbar .nav-link {
  color: white !important;
}

/* Show dropdown menu on hover for desktop */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}



/* Submenu style similar to ISRO */
.custom-dropdown .dropdown-menu {
  border-radius: 0;
  background: #ffffffff;
  padding: 0;
  min-width: 220px;
  border: 1px solid #000000ff; /* light border like ISRO */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.custom-dropdown .dropdown-menu .dropdown-item {
  /* font-size: larger; */
  BORDER: .1px SOLID #e1dada;
  padding: 10px 16px;
  font-size: 1.25rem;
  color: #333;
  /* border-bottom: 1px solid #000000ff; thin dividers */
  transition: background 0.2s ease, color 0.2s ease;
}

.custom-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none; /* remove divider from last item */
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(90deg, #1c059bff, #bdbcbcff);
  /* background-color: #f5f5f5; light grey hover like ISRO */
  color: #d6e789ff; /* change text color on hover */
}
/* ===== */
/* Dropdown fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
.form-control-sm {
  padding: 5px;
  font-size: 14px;
}

.btn-outline-light {
  border-color: white;
  color: white;
}
.btn-outline-light:hover {
  background-color: white;
  color: #003366;
}
/* .navbar .navbar-nav a.nav-link {
  text-align: justify;
    text-transform: capitalize;
    font-size: clamp(14px, 1.1vw, 18px);


    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 5px;
} */
.navbar .navbar-nav a.nav-link {
  padding: 9px 20px;
  letter-spacing: 0.3px;
}

.header-section {
  background: no-repeat center center;
  background-size: cover;
  background-color: #ffffff; /* fallback */
  font-family: 'Roboto', sans-serif;
}

.header-title {
  /* max-width: 800px; */
  margin: 0 auto;
  text-align: center;
}



.header-title .main-title {
  font-weight: 700;
  line-height: 1.4;
  color: #004b8f;
  font-size: clamp(18px, 2.2vw, 30px);
}

.header-title .subtitle {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 400;
  color: #5900ff;
}



.header-logo {
	max-height:60px;
  flex: 0 0 auto;
}
.header-title {
  min-width: 0;
}

.header-section .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .header-section .container {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 10px;
  }

  .header-logo img {
    max-height: 45px;
  }
}

.info-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}
body {
  font-family: 'Roboto', sans-serif;
}


html {
  font-size: 16px;
}
/* body {
  overflow-x: hidden;
} */

html, body {
  width: 100%;
  max-width: 100%;
}

.container,
.container-fluid {
  max-width: 100%;
  overflow-x: clip;
}

/* .navbar-nav {
  flex-wrap: nowrap;
} */

img {
  max-width: 100%;
  height: auto;
}



/* Header Banner Styling */
.header-banner {
  background: url('your-banner-image.jpg') no-repeat center center;
  background-size: cover;
  padding: 30px 0;
  color: #fff;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.header-banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-banner h1 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.header-banner p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.4;
}

/* Emblem or Logo */
.header-banner img {
  /* height: 60px; */
  max-width: 100%;
}


/* Top Bar */
.top-bar {
  background-color: #002d5a;
  color: white;
  font-size: 14px;
  padding: 5px 0;
}

.top-link {
  color: white;
  text-decoration: none;
}

.top-link:hover {
  color: #e25a1b;
}

/* Navbar */
.custom-navbar {
  background-color: #002d5a;
}

/* Header images */
.header-img {
  max-height: 60px;
}
