
/* Benefits Section */
.--bs--benefits-section { padding: 0px 48px; background: #fff; }
.--bs--benefits-heading { text-align: center; max-width: 900px; margin: 0 auto 60px auto; }
.--bs--benefits-heading h2 { font-size: 34px; font-weight: 700; margin-bottom: 15px; color: #1c1c1c; text-transform: uppercase; }
.--bs--benefits-heading p { font-size: 16px; color: #555; line-height: 1.7; }

.--benefits-items { display: flex; align-items: flex-start; margin-bottom: 25px; transition: transform 0.3s; }
.--benefits-items:hover { transform: translateY(-5px); }

.--benefits--mg { flex: 0 0 55px; height: 55px; margin-right: 15px; }
.--benefits--mg img { width: 55px; height: 55px; object-fit: contain; }

.--benefits--para h3 { font-size: 18px; font-weight: 600; color: #1c1c1c; margin-bottom: 5px; }
.--benefits--para div { font-size: 15px; color: #555; line-height: 1.6; }

.--benefits-midl-img { display: flex; justify-content: center; align-items: center; }
.--benefits-midl-img img { max-width: 80%; height: auto; margin: 0 auto; }

.custom-ebutton-newcfo-main { margin-top: 40px; }
.custom-ebutton-newcfo { display: inline-block; padding: 12px 30px; background: #0a2c71; color: #fff; font-size: 16px; font-weight: 600; border-radius: 30px; text-decoration: none; transition: all 0.3s ease; }
.custom-ebutton-newcfo:hover { background: #072055; color: #fff; }

@media (max-width: 991px) { .--benefits-midl-img { margin: 40px 0; } }
@media (max-width: 767px) { .--benefits-items { flex-direction: row; align-items: flex-start; } .--benefits--mg { flex: 0 0 45px; height: 45px; margin-right: 12px; } .--benefits--mg img { width: 45px; height: 45px; } .--benefits--para h3 { font-size: 16px; } .--benefits--para div { font-size: 14px; } }








/* Page Header Section */
.page-header {
  position: relative;
  padding: 120px 0;
  background: url('assets/img/hero/hero1.png') no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}

/* Overlay for readability */
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

/* Text Styling */
.page-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.page-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  line-height: 1.6;
}

/* Decorative Circle */
.page-header .bg-circle {
  width: 200px;
  height: 200px;
  background: #ffffff;
  opacity: 0.15;
  right: 5%;
  bottom: -50px;
  z-index: 1;
}





.sponsors-section {
    padding: 10px 5px;
    background: #fff;
  }

  .sponsors-section p {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
  }

  .sponsors-section .text-mainTextColor {
    color: #4f46e5;
  }

  .company-images-carousel {
    width: 100%;
    padding: 20px 0;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    max-width: 260px;
    height: auto;
    transition: transform 0.3s ease;
  }

  .swiper-slide img:hover {
    transform: scale(1.1);
  }

  @media (min-width: 1024px) {
    .sponsors-section p {
      font-size: 1.5rem;
    }
  }
 @media (max-width: 768px) {

   .swiper-slide img {
    max-width: 200px;

   }
}

 @media (max-width: 480px) {

   .swiper-slide img {
    max-width: 160px;

   }
}



  body {
  /* font-family: 'Roboto', sans-serif; */
    font-family: ' sans-serif'!important;
  font-weight: 400; /* Regular for normal text */
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family:  sans-serif !important;
  font-weight: 700; /* Bold for headings */
  color: #111;
}

p, li, a, span {
  font-family:  sans-serif !important;
  font-weight: 400; /* Regular for paragraphs, lists, links */
}

/* Page Header Section */
.page-header {
  position: relative;
  padding: 120px 0;
  background: url('assets/img/hero/hero1.png') no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}

/* Overlay for readability */
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

/* Text Styling */
.page-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.page-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  line-height: 1.6;
}

/* Decorative Circle */
.page-header .bg-circle {
  width: 200px;
  height: 200px;
  background: #ffffff;
  opacity: 0.15;
  right: 5%;
  bottom: -50px;
  z-index: 1;
}








/* ===== MEGA DROPDOWN BASE ===== */
.mega-dropdown {
  position: relative;
}

.mega-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 900px;
  background: #02609B !important;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  z-index: 999;
}

.mega-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

/* Columns */
.mega-column {
  width: 100%;
  min-width: 180px;
}

.mega-column h4 {
  color: #000 !important;
  font-size: 20px !important;
  margin-bottom: 12px;
  font-weight: 600;
}

.mega-column ul li a {
  color: #fff !important;
  display: block;
  margin-bottom: 5px;
  font-size: 16px !important;
  transition: 0.2s ease;
  padding: 0px !important;
}

.mega-column ul{
  text-align: start !important;
}

.mega-column ul li a:hover {
  color: #ff0400 !important;
}



/* ============================================
   🌟 FULL RESPONSIVE DESIGN
============================================ */


/* ===== TABLET VIEW (max-width: 992px) ===== */
@media (max-width: 992px) {

  .mega-menu {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 10px;
  }

  .mega-column {
    width: 45%;
  }
}


/* ===== MOBILE VIEW (max-width: 768px) ===== */
@media (max-width: 768px) {

  .mega-dropdown{
    display: none;
  }
  .mega-menu {
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }

  .mega-column {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .mega-column:last-child {
    border-bottom: none;
  }

  .mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    display: none;  /* by default hidden on mobile */
  }
  
  /* Click toggle for mobile */
  .mega-dropdown.active .mega-menu {
    display: block;
  }

  /* Make top menu clickable (not hover) */
  .mega-dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}


/* Desktop Menu */
#desktopMenu ul {
    display: flex;
    gap: 25px;
    list-style: none;
}

#desktopMenu ul li {
    position: relative;
}

#desktopMenu a {
    color: #fff;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* MEGA MENU */
.mega-dropdown .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 900px;
    background: #29414E;
    color: #fff;
    padding: 20px;
    display: flex;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.mega-column h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

.mega-column ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

/* MOBILE MENU */
#mobileMenu {
    display: none;
}

#mobileMenu ul {
    list-style: none;
}

.mobile-toggle i {
    float: right;
}

/* SHOW MOBILE MENU ON SMALL SCREENS */
@media (max-width: 768px) {
    #desktopMenu { display: none; }
    #mobileMenu { display: block; }
    .sub-menu { display: none; }
    .sub-menu.open { display: block; }
}


.page-header {
  position: relative;
  padding: 120px 0;
  background: url('assets/img/hero/hero1.png') no-repeat center center/cover !important;
  color: #fff;
  overflow: hidden;
}

/* Overlay for readability */
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

/* Text Styling */
.page-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.page-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  line-height: 1.6;
}

/* Decorative Circle */
.page-header .bg-circle {
  width: 200px;
  height: 200px;
  background: #ffffff;
  opacity: 0.15;
  right: 5%;
  bottom: -50px;
  z-index: 1;
}
