
    body {
    font-family: 'Noto Sans Malayalam', 'Manjari', 'Rachana', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    /* Your header styles moved here */
    .header-section { background-color:#fff;  }
    .header-title .main-title { font-size:30px;font-weight:700;line-height:1.4;color:#006dcf; }
    .header-title .subtitle { font-size:20px;font-weight:400;color:#5900ff; }
    @media(max-width:768px){ .header-title .main-title{font-size:22px;} .header-title .subtitle{font-size:16px;} }

/* <!-- Extra CSS for Submenu --> */

 
/* Enable submenu dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.25rem;
}


.owl-theme .owl-nav {
    background-color: #cd4c1e;
    margin-top: 10px;
}



/* Show submenu on hover */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

  /* Keep navbar content aligned neatly */
.navbar .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

  /* Navigation Bar */
.navbar {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ff0000;
}
.bg-light {
    background-color: #002d5a !important;
}
.navbar-nav .nav-link {
  font-size: 12px;
  padding: 10px 15px;
  color: #ffffff !important;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #e25a1bff !important;
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;   /* Allow items to wrap to next line */
  white-space: normal;
}

@media (max-width: 1200px) {
	.navbar .navbar-nav .nav-item {
		margin: 0;
	}
}



.header-logo img {
    max-height: 60px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .header-logo img {
        max-height: 50px;     /* smaller on mobile as you already had in one media query */
    }
}

.navbar-custom {
  background-color: #002d5a;
}
.navbar-brand h2 {
  font-size: 24px;
  margin: 0;
}



.top-bar {
    background-color: #002d5a;
    color: white;
    font-size: 11px;
    padding: 5px 0;
}

.top-links a {
    color: white;
    margin-right: 15px;
    text-decoration: none;          /* optional - cleaner look */
}

.top-links a:hover {
    text-decoration: underline;     /* optional - improves UX */
}

.top-links a:last-child {
    margin-right: 0;                /* optional - no extra space at end */
}
/* 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;
  }
}
/* .navbar .navbar-nav a.nav-link {
  text-align: justify;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 5px;
} */


/* 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;
}

.header-section {
  background: no-repeat center center;
  background-size: cover;
  background-color: #ffffff; /* fallback */
  /* font-family: 'Roboto', sans-serif; */
      font-family: 'Noto Sans Malayalam';
}

.header-title .main-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #004b8f;
  /* font-family: 'Montserrat', sans-serif; */
}

.header-title .subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #5900ff;
}

@media (max-width: 768px) {
  .header-title .main-title {
    font-size: 22px;
  }
  .header-title .subtitle {
    font-size: 16px;
  }
  .header-logo img {
    max-height: 50px;
  }
}

.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);
}


.banner .owl-carousel .item-first,
.banner .owl-carousel .item-second,
.banner .owl-carousel .item-third {
  background-size: cover;
  background-position: center;
  /* height: 500px;  */
}


/* 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%;
}


