
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f9f9f9;
}

.navbar {
  position: absolute;
  top:0;
  width:100%;
  z-index: 1990;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.navbar-fixed {
  position: fixed !important;
  background: rgba(14, 29, 52, 0.95);
}
.hero-section {
  height: 100vh;
  color: white;
  position: relative;
}

.nav-item{
  margin-right:10px;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* dark transparent layer */
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers vertically */
  align-items: center;     /* centers horizontally */
  padding: 2rem;
  padding-top:10vh !important;
}

.carousel-inner img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
h1, h2 {
  font-weight: 700;
}
.hero-overlay h1 {
  margin-bottom: 20px;
}

.hero-overlay p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.nav-link {
  font-weight: 500;
  transition: 0.3s;
}

.nav-link:hover {
  color: #ffc107 !important;
}

.section-title {
  border-left: 5px solid #0d6efd;
  padding-left: 0.75rem;
  margin-top: 2rem;
}
.nav-logo {
  height: 70px;
  max-height: 70px;
}
.desktop-logo-icaps{
  max-height: 90px;
  width: 90px;
  height: 90px;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown-menu {
    margin-top: 0;
    border-radius: 0.25rem;
  }
}

/* Optional: highlight on hover */
.navbar .dropdown-item:hover {
  background-color: #343a40;
  color: #fff;
}

.custom-navbar .nav-link,
.custom-navbar .navbar-brand {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s ease;
  font-size:19px;
}

.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-item:hover {
  color: #ffd700 !important; /* Golden hover */
  background-color: transparent;
}

.custom-navbar .dropdown-menu {
  background-color: rgba(37, 86, 116, 0.98); /* Slightly more opaque dropdown */
  border: none;
  border-radius: 0.25rem;
}

.custom-navbar .dropdown-item {
  color: #ffffff;
  font-size:17px;
}

.custom-navbar .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Light hover background */
}

/* Enable dropdown on hover for desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  .mobile-logo {
    display: none !important;
  }
  .desktop-logo{
    display: block !important;
  }
  .navbar-nav{
    margin:0px 2% 0px 1%;
  }
}
@media (min-width: 992px) and (max-width:1159px) {
  .nav-logo{
    height:32px;
    max-height:32px;
  }
  .desktop-logo-icaps{
  width: 43px;
  margin-right:0px !important;
}
  .custom-navbar .nav-link, .custom-navbar .navbar-brand{
    font-size:14px;
  }
  .navbar-nav {
        margin: 0px 0% 0px 0%;
    }
    .custom-navbar .dropdown-item{
    font-size:13px;
  }
  .nav-item {
      margin-right: 0px;
  }
}
@media (min-width: 1160px) and (max-width:1229px) {
  .nav-logo{
    height:48px;
    max-height:48px;
  }
  .desktop-logo-icaps{
  width: 50px;
}
  .custom-navbar .nav-link, .custom-navbar .navbar-brand{
    font-size:12px;
  }
  .custom-navbar .dropdown-item{
    font-size:12px;
  }
  .nav-item {
    margin-right: 0px;
}
}
@media (min-width: 1230px) and (max-width:1370px) {
  .nav-logo{
    height:55px;
    max-height:55px;
  }
    .desktop-logo-icaps{
    width: 55px;
  }
  .custom-navbar .nav-link, .custom-navbar .navbar-brand{
    font-size:15px;
  }
  .custom-navbar .dropdown-item{
    font-size:14px;
  }
  .nav-item {
    margin-right: 0px;
}
}
@media (min-width: 1371px) and (max-width:1430px) {
  .nav-logo{
    height:55px;
    max-height:55px;
  }
    .desktop-logo-icaps{
    width: 55px;
  }
  .custom-navbar .nav-link, .custom-navbar .navbar-brand{
    font-size:16px;
  }
  .custom-navbar .dropdown-item{
    font-size:14px;
  }
  .nav-item {
    margin-right: 0px;
}
}
@media (min-width: 1431px) and (max-width:1569px) {
  .nav-logo{
    height:58px;
    max-height:58px;
  }
    .desktop-logo-icaps{
    width: 58px;
  }
  .custom-navbar .nav-link, .custom-navbar .navbar-brand{
    font-size:17px;
  }
  .custom-navbar .dropdown-item{
    font-size:15px;
  }
  .nav-item {
    margin-right: 5px;
}
}
@media (min-width: 1570px) and (max-width:1700px) {
  .nav-logo{
    height:60px;
    max-height:60px;
  }
  .desktop-logo-icaps{
  width: 70px;
  margin-right:0px !important;
}
  .nav-item {
    margin-right: 12px;
}
}
@media(min-width:992px) and (max-width:1300px){
  .hero-overlay h1 {
    font-size: 2.4rem !important;  /* slightly smaller than extra large screens */
  }
  .hero-overlay h2 {
    font-size: 1.9rem !important;
  }
  .hero-overlay h3 {
    font-size: 1.7rem !important;
  }
  .hero-overlay h4 {
    font-size: 1.3rem !important;
  }
  .hero-overlay p {
    font-size: 1.3rem !important;
  }
}
@media(min-width:1301px) and (max-width:1469px){
  .hero-overlay h1 {
    font-size: 2.5rem !important;  /* slightly smaller than extra large screens */
  }
  .hero-overlay h2 {
    font-size: 1.8rem !important;
  }
  .hero-overlay h3 {
    font-size: 1.6rem !important;
  }
  .hero-overlay h4 {
    font-size: 1.3rem !important;
  }
  .hero-overlay p {
    font-size: 1.3rem !important;
  }
}
/* Responsive text center for mobile */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }
  .desktop-logo, .desktop-logo-icaps{
    display: none !important;
  }
  .hero-overlay h1 {
    font-size: 2.2rem;
  }
  .hero-overlay h2 {
    font-size: 1.5rem;
  }
  .hero-overlay h3 {
    font-size: 1.2rem;
  }
  .hero-overlay p {
    font-size: 1rem;
  }
}
.table th, .table td {
  vertical-align: middle;
  font-size: 1rem;
}
.indexing-banner {
  background-color: #e2e3e5;
  border-left: 5px solid #dc3545;
  border-radius: 5px;
  font-size: 1.1rem;
}
/* Footer text size adjustment */
.footer {
  font-size: 0.925rem; /* slightly smaller than base (1rem) */
  line-height: 1.6;
}

.footer h4 {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  font-weight:700;
}

.footer .footer-info .logo span {
  font-size: 1.3rem;
}

.footer a,
.footer p {
  font-size: 0.9rem;
}

/* Social icon sizing */
.footer .social-links a {
  font-size: 1rem;
}

/* Optional: make links a little more refined on hover */
.footer a:hover {
  text-decoration: underline;
  color: #ffc107 !important;
}
.breadcrumbs .page-header {
  position: relative; /* Important: establishes positioning context for ::before */
  background-image: url('assets/img/page.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
}

.breadcrumbs .page-header::before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8); /* Overlay color */
  position: absolute;
  inset: 0;
  z-index: 1; /* Ensure it sits above the background */
}

.breadcrumbs .page-header .container {
  position: relative;
  z-index: 2; /* Brings text content above the overlay */
  margin-top:5vh;
}
.breadcrumbs .page-header .container h2{
  font-weight:600;
}
.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}
.li-spacing li {
  margin-bottom: 0.5rem; /* or 8px */
}
/* Make the navbar toggler icon white */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Set background for mobile navbar dropdown */
@media (max-width: 991.98px) {
  .other-logo{
    display:none !important;
  }
  .navbar-collapse {
    background-color: #404040f7; /* or your brand color */
    padding: 1rem;
  }

  .navbar-nav .nav-link {
    color: #fff !important; /* white text for contrast */
  }

  .dropdown-menu {
    background-color: #002d9c;
  }

  .dropdown-item {
    color: #fff;
  }

  .dropdown-item:hover {
    background-color: #0041cc;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .hero-overlay h1 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .hero-overlay h2 {
    font-size: 1.1rem;
  }
  .hero-overlay h3, .hero-overlay h4 {
    font-size: 1rem;
  }
  .hero-overlay p {
    font-size: 0.9rem;
  }
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #001f8d;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
  }
  .section-title::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #001f8d, #00b4db);
    bottom: 0;
    left: 0;
    border-radius: 2px;
  }

  /* Cards */
  .info-card {
    background: #f9fbff;
    border: 1px solid #dbe4ff;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
  }

  /* Scope List */
  .scope-list{
    padding-left:0px !important;
  }
  .scope-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    list-style: none;
  }
  .scope-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #00b894;
    font-weight: bold;
  }

  /* Table */
  .custom-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  }
  .custom-table thead {
    background: linear-gradient(90deg, #001f8d, #00b4db);
    color: #fff;
    font-weight: 600;
  }
  .custom-table tbody tr:nth-child(even) {
    background-color: #f1f6ff;
  }
  .custom-table tbody td {
    font-size: 1rem;
  }

  .announcement-banner {
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
  }

  /* Important Notice */
  .important-notice {
    background: #fff5f5;
    border: 2px dashed #e63946;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #e63946;
    margin-bottom: 40px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  }

  /* Brochure Button */
  .btn-gradient {
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  .btn-gradient:hover {
    background: linear-gradient(90deg, #ff4b2b, #ff416c);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }
  .btn-submit {
    background: linear-gradient(90deg, #0061ff, #60efff);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 14px 36px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .btn-submit::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: 0.5s;
  }
  .btn-submit:hover::before {
    left: 100%;
  }
  .btn-submit:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 6px 15px rgba(0,97,255,0.3);
  }
  .custom-text {
    font-size: 1.08rem;   /* slightly smaller */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* modern font */
    font-style: normal;    /* or italic */
    line-height: 1.6;      /* better readability */
    color: #333;           /* softer than pure black */
  }
  .link-hover:hover {
    color: #00897b !important;
    text-decoration: underline !important;
    transition: color 0.3s ease, text-decoration 0.3s ease;
  }

  .btn-hover:hover {
    background: linear-gradient(90deg, #00897b, #00695c) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  }

  /*countdown*/
  .countdown-segment {
    text-align: center;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 90px;
}

.countdown-number {
    font-size: 3rem;
    font-weight: 700;
    color: #001f8d;
}

.countdown-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #004aad;
    margin-top: 5px;
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 600px) {
    #countdown {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
}
.award-card {
  background: linear-gradient(135deg, #e3f2fd, #f5f9ff);
  border-radius: 20px;
  border: 1px solid #d0e3ff;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.award-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(25, 118, 210, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.award-card:hover::before {
  opacity: 1;
}

.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(25, 118, 210, 0.3);
}

.award-icon {
  background: linear-gradient(135deg, #1976d2, #42a5f5);
  color: white;
  font-size: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.4);
}

.award-heading {
  color: #1565c0;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.award-list li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.award-list strong {
  color: #1565c0;
}

.section-heading {
  color: #0d47a1;
}
.sponsor-card {
  border: none;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  color: white;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  min-height: 380px;
}

.sponsor-card::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.2), transparent 70%);
  transform: rotate(25deg);
}

.sponsor-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.ribbon {
  position: absolute;
  top: 15px;
  left: -25px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 6px 30px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 0 20px 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sponsor-badge {
  position: absolute;
  bottom: -30px;
  right: 20px;
  background: rgba(255,255,255,0.9);
  color: #222;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .publication-2 {
    flex-direction: column !important;
    text-align: center;
  }
  .publication-2 img {
    width: 60% !important;
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}