* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #3e4095 !important;
}
:root {
  --primary-color: #ffffff !important;
  --secondary-color: #6c757d !important;
  --light-color: #fbfbfb !important;
}

body {
  margin: 0;
  background-color: var(--primary-color);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: var(--light-color);
}

.btn-primary {
  background-color: var(--primary-color);
  color: #fff !important;
}


h1,h2,h3,h4,h5,h6 {
  color: var(--primary-color);
}
.footer_sec{
    background:#080808!important;
}
.footer2{
    background:#252525!important;
}

/* /header start/ */

.nav-link{
  font-family: 'Lato', sans-serif;
}
.contact-info{
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Universal Styles */


.main-header {
     background: #4b4ba7;
    position: relative;
    z-index: 1; /* Ensure header is on top */
}

/* --- Right Bar --- */
.right-bar {
  display: flex;
  justify-content: space-between; /* left + right */
  align-items: center;
  background: #000;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
li.nav-item a {
    font-size: 14px;
}

/* Purple curve inside black */
.right-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -188px;
  width: 1470px;
  height: 100%;
  background: #4b4ba7;
  border-bottom-right-radius: 100px;
  z-index: 0;
}

/* Contact info (left side) */
.contact-info {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
}

/* Social Icons (right side) */
/* Default styling (desktop) — optional */
.right-bar {
  display: flex;
  justify-content: space-between; /* optional */
  align-items: center;
  padding: 10px 20px;
}

/* Contact info and social default alignment */
.contact-info,
.social {
  text-align: right; /* default right or center */
}

/* Responsive overrides for small screens */
@media (max-width: 767.98px) {
  .right-bar {
    flex-direction: column;
    align-items: flex-start; /* Align children to the left */
    text-align: left;
  }

  .contact-info,
  .social {
    text-align: left;
    width: 100%;         /* Optional: make full width */
    margin-bottom: 10px; /* Optional: spacing */
  }

  .social a {
    margin-right: 8px;
  }
}

/* --- Top Bar Section --- */









/* --- Main Navigation Bar --- */
.navbar-container {
    background-color: #fff;
    padding: 10px 40px;
    position: relative;
    /* Create the concave curve on the top-left side */
    border-top-left-radius: 75px;
    margin-top: 0px; /* Pull it up to overlap the top bar */
    padding-top: 10px; /* Add extra padding to compensate for the overlap */
    z-index: 2; /* Place on top of the dark header */
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #4338ca;
    margin-right: 20px;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

.logo span {
    position: relative;
}

.logo sup {
    font-size: 0.5em;
    vertical-align: super;
    position: absolute;
    top: -5px;
    right: -15px;
}

/* Navigation Links */
.main-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 15px;
}

.nav-btn,
.nav-link {
    background: none;
    border: none;
    color: #4338ca;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 20px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-btn.active {
    background-color: #4b4ba7;
    color: #fff;
}

/* Action Buttons */
.nav-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.login-btn {
    background-image: linear-gradient(to bottom, #4b4ba7, #6e6eaf);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 15px;
    padding: 12px 55px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.grid-btn {
    background-color: transparent;
    border: 1px solid #c9c9e8;
    color: #c9c9e8;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 1.2em;
    transition: background-color 0.3s, color 0.3s;
}

.grid-btn:hover {
    background-color: #c9c9e8;
    color: #fff;
}

/* --- Responsiveness --- */
@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }
    
    .navbar-content {
        flex-direction: column;
        gap: 20px;
    }
    .logo, .nav-actions {
        width: 100%;
        justify-content: center;
    }
  /* Keep nav visible in desktop, collapse in mobile */
.main-nav ul {
  flex-wrap: wrap; /* allows wrapping in small screens */
}

}
/* /header end/ */

/* Our Service */




.a.btn.btn-primary.btn-sm{
    color: #3e4095 !important;
}




.fw-bold {
  font-weight: 700 !important;
  color: #3e4095 !important;
}

.hero-buttons{
    font-weight: 700 !important;
  color: #0d0d0e !important;
}


/* Custom purple button with curved edges */
a.btn-purple {
background-image: linear-gradient(to bottom, #FFEA00, #FFBF00);
  color: white;
  border: none;
  border-radius: 50px;       /* 🔥 This makes it curved */
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
a.btn-purple:hover {
  background-color: #FFBF00;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

a.btn-yellow {
  background-color: #f8b400;      /* Bright yellow */
  color: #fff;                    /* White text */
  border: none;
  padding: 10px 25px;
  border-radius: 50px;            /* Curved button */
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
a.btn-yellow:hover {
  background-color: #d99a00;      /* Darker yellow on hover */
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


/* Optional: Maintain box-shadow if using Bootstrap's `shadow` class */
.btn.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
p.text-muted {
  font-family: 'Poppins', sans-serif;
  font-size: 16px; /* optional: adjust size */
  line-height: 1.6; /* optional: improves readability */
}


.about-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.stat-box {
  text-align: center;
}

.stat-number {
  color: #f8b400; /* Warm gold/yellow */
  font-size: 26px;
  font-weight: 700;
}

.stat-label {
  color: #2c2c2c; /* Bootstrap muted text */
  font-size: 14px;
}





.about-section {
  background-color: #fff;
}

.feature-icon {
  font-size: 1.2rem;
  margin-right: 8px;
}
.icon-circle {
    width: 70px;
    height: 70px;
    background-color: var(--bs-yellow);
    border-radius: 50%;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}
.campaign-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem 1.5rem;
}
.campaign-card p{
    font-size:14px;
}

.campaign-card {
  background: white;
  border-radius: 8px;
  width: 270px;
  position: relative;
  transition: all 0.3s ease;
}
.campaign-card1, .knowledge_sec{
    padding:0 5px;
} 

.campaign-card:hover {
  transform: translateY(-6px);
}
/* /knowledgehub start/ */
.card-custom {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: none;
}
.card-custom img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.card-overlay {
    position: absolute;
    bottom: 0;
    width: 90%;
    background: rgba(255, 193, 7, 0.95);
    color: white;
    text-align: center;
    padding: 12px 15px;
    margin: 0 14px 20px;
    border-radius: 15px;
}
.card-overlay h5 {
  font-weight: bold;
}
.plus-btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #ff6600; /* Orange + */
  z-index: 2;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.6); /* outer light white ring */
  border: 2px solid #fff; /* inner border */
}
/* /knowledgehub end/ */








/* .btn-donate {
    background-color: #3e4095 !important;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 6px 18px;
    border-radius: 25px;
} */
/* .hero-buttons .btn {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 500;
}

.btn-purple {
  background: #4b4ded;
  color: #fff;
}

.btn-purple:hover {
  background: #3839c9;
  color: #fff;
}

.btn-yellow {
  background: #f8b400;
  color: #fff;
}

.btn-yellow:hover {
  background: #d99d00;
  color: #fff;
} */

:root {
  --purple-color: #4b4ded;
  --purple-hover: #3839c9;
  --yellow-color: #f8b400;
  --yellow-hover: #d99d00;
}
/*.btn-purple {*/
/*  background: var(--purple-color);*/
/*  color: #fff;*/
/*}*/

.btn-purple:hover {
  background: var(--purple-hover);
  color: #fff;
}

.btn-yellow {
  background: var(--yellow-color);
  color: #fff;
}

.btn-yellow:hover {
  background: var(--yellow-hover);
  color: #fff;
}

.hero-img {
  position: relative;
}
.hero-img .rounded{
    border-radius: 8px 8px 8px 150px !important;
} 
.class-sec .rounded-circle{
   box-shadow: 8px 8px 0px rgba(0,0,0,0.2);
}
.img-box {
  position: relative;
  overflow: visible; /* allow image to overflow */
}
.offset-img {
  position: relative;
  left: 103px!important;
  max-width: 100%;   /* responsive */
  height: auto;
}

.badge-box {
  position: absolute;
  bottom: 15%;
  left: 3%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.vcounter span {
    font-size: 27px;
}
.vcounter {
    margin-left: 10px;
}
.badge-box i {
  font-size: 1.5rem;
  color: #f8b400;
}
.avatars img {
    border-radius: 40px !important;
    height: 40px;
}

.social a {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    background-color: #6c63ff;
}

.about_sad_sec{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.about_sad_sec > :nth-child(2) {
    border-left: 1px solid #e6dddd5c;
    border-right: 1px solid #e6dddd5c;  
  padding: 0 15px;
}

.btn-login {
  background:#3e4095;
  color: #fff;
  border-radius: 25px;
  padding: 8px 15px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(67, 56, 202, 0.3);
}

.btn-grid {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 8px 10px;
  margin-left: 10px;
  border: 1px solid #ddd;
}

.about-box {
    position: absolute;
    bottom: 15%;
    right: 8%;
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.class-sec {
  box-shadow: rgb(237 111 192 / 19%) 10px 10px;
}

#testimonialCarousel {
  box-shadow: rgb(237 111 192 / 19%) 10px 10px;
  border-radius: 15px;
}

.testimonial-box {
  background: #fff !important;
  border-radius: 15px;
  padding: 30px;
  min-height: 250px;
  position: relative;
  border: 1px solid lightgray !important;

}

.stars {
  color: #fbc02d !important;
  margin-bottom: 15px;
}

.testimonial-content {
  font-size: 1rem;
  color: #444;
  margin-bottom: 40px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.testimonial-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial_sec [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4b4ba7 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .8;
    transition: opacity .6s ease;
}


/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
} */

.partner-logo {
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.partner-logo:hover {
  filter: grayscale(0%);
}
.carousel-indicators.partner_btn_sec [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4b4ba7 ;
    background-clip: padding-box;
    border: 0;
    opacity: .8;
    transition: opacity .6s ease;
}
.carousel-indicators.partner_btn_sec {
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-left: 15%;
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}









/* latest */


@media (max-width: 768px) {
  .offset-img {
    left: 0!important;         /* reset offset */
    margin: 0 auto!important;  /* center image */
    display: block;
  }
}






/* Show dropdown on hover (for large screens only) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;}

}




/* Background */
.bg-light { 
    background-color: #f8f9fa !important; 
}

/* Olympiad Items */
.olympiad-item { 
    text-align: center; 
    margin-bottom: 2rem; 
    transition: all 0.3s ease; 
}

.image-container {
    position: relative; 
    border-radius: 12px; 
    overflow: hidden; 
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Stagger effect for desktop */
/*.row .col-lg-3:nth-child(odd) .olympiad-item {*/
/*    margin-top: -20px;*/
/*}*/

/*.row .col-lg-3:nth-child(even) .olympiad-item {*/
/*    margin-top: 20px;*/
/*}*/

.image-container:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 25px rgba(0,0,0,0.15); 
}

.olympiad-image { 
    width: 100%; 
    height: 350px; 
    object-fit: cover; 
    display: block; 
    transition: transform 0.3s ease; 
}

.image-container:hover .olympiad-image { 
    transform: scale(1.05); 
}

/* Hover Buttons */
.hover-buttons {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    opacity: 0; 
    visibility: hidden; 
    transition: all 0.3s ease; 
    z-index: 10;
    display: flex; 
    gap: 12px; 
    align-items: center; 
    flex-wrap: nowrap; 
    margin-top: 140px;
    width: 280px;
}

.image-container:hover .hover-buttons { 
    opacity: 1; 
    visibility: visible; 
}

/* Overlay effect */
.image-container::before {
    content: ''; 
    position: absolute; 
    inset: 0; 
    background: rgba(0,0,0,0.4); 
    opacity: 0; 
    transition: opacity 0.3s ease; 
    z-index: 5;
}

.image-container:hover::before { 
    opacity: 1; 
}

/* Content Below */
.content-below { 
    padding: 0; 
    background: none; 
}

.olympiad-title { 
    font-size: 1.5rem; 
    font-weight: bold; 
    color: #2c5aa0; 
    margin-bottom: 0.5rem; 
    letter-spacing: 0.5px; 
}

.olympiad-subtitle { 
    color: #46647e; 
    font-size: 0.95rem; 
    line-height: 1.4; 
    margin-bottom: 0; 
    font-weight: 500; 
}
.ser_btn_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
/* Buttons */
.btn-primary-1 { 
    background-color: #222; 
    font-weight: 500; 
    padding: 0.6rem 1.2rem; 
    border-radius: 20px; 
    transition: all 0.3s ease;
    color: white;
}
.btn-primary { 
    background-color: #ffc107	; 
    border-color: #ffc107	; 
    font-weight: 600; 
    padding: 0.6rem 1.2rem; 
    border-radius: 20px; 
    transition: all 0.3s ease; 
}
.btn-primary-1:hover { 
    background-color: #1e3f73; 
    border-color: #1e3f73; 
    transform: translateY(-1px); 
}
.btn-primary:hover { 
    background-color: #1e3f73; 
    border-color: #1e3f73; 
    transform: translateY(-1px); 
}

.btn-warning { 
    background-color: #ffc107; 
    border-color: #ffc107; 
    color: #000; 
    font-weight: 600; 
    padding: 0.6rem 1.2rem; 
    border-radius: 20px; 
    transition: all 0.3s ease; 
}

.btn-warning:hover { 
    background-color: #ffcd39; 
    border-color: #ffc720; 
    color: #000; 
    transform: translateY(-1px); 
}

.hover-buttons .btn {
    padding: 0.6rem 1.5rem;
    min-width: 120px;
    white-space: nowrap;
    font-size: 0.9rem;
    color: white;
}

/* Typography */
h2.fw-bold { 
    color: #212529; 
    font-size: 2.5rem; 
    margin-bottom: 1rem; 
}

.text-muted { 
    color: #6c757d !important; 
    font-size: 1.1rem; 
}

/* FIXED CAROUSEL CONTROLS - NO VIBRATION EFFECT */
.carousel-control-prev-2, 
.carousel-control-next-2 { 
    width: 4%; 
    color: #2c5aa0;
    /* Remove all transitions and transforms to prevent vibration */
    transition: none !important;
    transform: none !important;
}
.carousel-control-prev-2 {
    left: -250px;
}
.carousel-control-next-2{
    right: -250px;
}



.carousel-control-prev-icon-2, 
.carousel-control-next-icon-2 { 
    border-radius: 50%; 
    width: 20px; 
    height: 20px;
    background-color: red;
    /* Remove all transitions and transforms */
    transition: none !important;
    transform: none !important;
    align-items: center;
}

.carousel-control-prev-icon-2:hover,
.carousel-control-next-icon-2:hover {
    /* Disable hover effects on icons */
    margin-left: 200px;
    transition: none !important;
    transform: none !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}
/* for mobile  */

/* Custom Carousel Controls */
.carousel-control-prev-1,
.carousel-control-next-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

/* === Carousel Navigation Buttons === */
/*.carousel-control-prev-1,*/
/*.carousel-control-next-1 {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    cursor: pointer;*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
  
/*    border-radius: 50%;*/
/*    z-index: 10;*/
/*    transition: transform 0.3s ease, background-color 0.3s ease;*/
/*    border: none;*/
/*}*/

/* Positioning */
.carousel-control-prev-1 { left: -20px; }
.carousel-control-next-1 { right: -20px; }

/* Hover effects */
.carousel-control-prev-1:hover,
.carousel-control-next-1:hover {
    /*background-color: rgba(44, 90, 160, 0.9);*/
    transform: translateY(-50%) scale(1.1);
}

/* === Icons === */
/*.carousel-control-prev-icon-1,*/
/*.carousel-control-next-icon-1 {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    display: block;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*}*/

/* SVG Arrows */
.carousel-control-prev-icon-1 {
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
}

.carousel-control-next-icon-1 {
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
}


/* Responsive adjustments for mobile */
@media (max-width: 767.98px) {
    .carousel-control-prev-1,
    .carousel-control-next-1 {
        width: 35px;
        height: 35px;
    }

    .carousel-control-prev-icon-1,
    .carousel-control-next-icon-1 {
        width: 12px;
        height: 12px;
    }
}


/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .carousel-item .row { 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: hidden; 
    }
    .carousel-item .col-lg-3 { 
        flex: 0 0 100%; 
        max-width: 100%; 
    }
}

@media (max-width: 767.98px) {
    .olympiad-image { 
        height: 240px; 
    }
    
    .olympiad-title { 
        font-size: 1.25rem; 
    }
    
    .olympiad-subtitle { 
        font-size: 0.9rem; 
    }
    
    .hover-buttons .btn { 
        font-size: 0.8rem; 
        padding: 0.5rem 1.2rem;
        min-width: 100px;  
    }

    /* Mobile buttons - always visible */
    .mobile-buttons { 
        opacity: 1 !important; 
        visibility: visible !important; 
        position: static; 
        transform: none; 
        margin-top: 0; 
        justify-content: center; 
        padding: 10px 0; 
        background: rgba(255, 255, 255, 0.95);
        border-radius: 0 0 12px 12px;
    }
    
    /* Remove overlay on mobile */
    .image-container::before { 
        display: none; 
    }
    
    /* Remove stagger effect on mobile */
/*    .row .col-lg-3:nth-child(odd) .olympiad-item,*/
/*    .row .col-lg-3:nth-child(even) .olympiad-item {*/
/*        margin-top:0;*/
/*}*/
}


