@media (min-width: 1920px) {
    .container-fluid {
        max-width: 1600px;
    }
}
@media (min-width: 1800px) {
    .text-why img{
        width: 350px;
    }   
}

@media (min-width: 1200px) and (max-width: 1799px){
.box-warea {
    margin: 0 150px;
}
.text-why img {
    width: 350px;
}
.logo-block {
    padding: 50px 0;
}
.trophy-content {
    padding: 160px 50px;
}
.trophy-heading span {
    width: 40%;
}
.trophy-desc {
    margin: 30px 0 10px;
        font-size: 30px;
}
.trophy-card {
    height: 185px;
}
.why-join-section::after {
    right: 150px;
}
.why-join-section::before {
    left: 100px;
    top: 120px;
}
.journey-section .lead {
    padding: 30px 150px 50px;
}
li.marg-rgt{
    margin-right:150px !important;
}
}
@media (min-width: 1400px) and (max-width: 1799px) {
    .trophy-desc {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 35px;
    }
    .trophy-card {
    padding: 32px 32px;
    }
        .trophy-card {
        height: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){

    .hero-section h1 {
    font-size: 52px;
    }
    .box-warea {
    margin: 0 100px;
}
.journey-section .lead {
    padding: 30px 100px 50px;
}
.about-section::before {
    content: "";
    background: url(../images/icon1.webp) no-repeat center center;
    width: 77px;
    height: 122px;
    right: 100px;
}
.about-content1 {
    margin-left: 0px;
}
.trophy-content {
    padding: 180px 50px;
}
.trophy-heading span {
    width: 45%;
}
.trophy-desc {
    margin: 30px 0 10px;
}
.trophy-card {
    height: 175px;
}
.why-join-desc {
    margin: 0 10%;
}
.why-join-section::after{
    right:50px;
}
.text-why img {
    width: 300px;
}
.solh-sponsor-label{
    margin-top:0;
    margin-bottom:30px;
}
.logo-block {
    padding: 50px 0;
}
}
/* Base styles (Desktop First) */
@media (min-width: 992px) {
    
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: remove small gap */
}
.banner-image{
width: 115%;
}
.mobile{
display: none;
}
}
/* Tablet styles */
@media (max-width: 991px) {
    .logo-block {
    padding: 50px 0;
    }
.desktop{
display: none;
}
.box-warea{
margin: 0 40px;
}
.lead,
.journey-section .lead {
padding: 20px 30px 30px;
}
.why-join-desc {
margin: 0 5%;
}
.why-box {
padding: 40px;
border-radius: 30px;
}
.about-content {
padding: 20px;
}
.navbar-toggler{
background-color: #fff;
border:none;
}
.navbar-toggler:focus {
outline: none;
box-shadow: none;
}
.navbar-nav li a {
padding: 0px !important;
}
.navbar-nav li {
line-height: 50px;
}
.navbar-nav .dropdown-menu {
position: static;
box-shadow: none;
border: none;
padding: 0;
margin: 0;
}
.navbar-nav .dropdown-menu li a{
color:var(--accent-color) !important;
}
.banner-image{
display: none;
}
.about-section::before, .trophy-content::before, .trophy-content::after, .why-join-section::before, .why-join-section::after{
content:none;
}
.marathon-stats {
gap: 24px;
}
.marathon-stat-card {
min-width: 180px;
min-height: 140px;
}
.stat-number {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 20px;
    }
.stat-label {
font-size: 25px;
}
.navbar-nav {
padding: 0 10px;
border-radius: 10px;
margin-bottom: 10px;
}
.trophy-content {
    padding: 30px 0;
}
.text-why img {
        display: none;
    }
    .why-warea {
        padding: 20px 20px 0px 20px;
        margin: 0 !important;
    }
    .partners-section {
    margin-top: 40px;
}
.navbar-nav li ul.dropdown-menu li a {
    padding-left:8px !important;
}
.navbar-nav li ul.dropdown-menu li a:after{
    content: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #f8f9fa;

}
}
@media (min-width: 768px) and (max-width: 991px){
   .trophy-img img {
    width: 100%;
   }
   .trophy-heading span {
    width: 55%;
   }
   .trophy-heading {
    font-size: 20px;
    
}
.trophy-desc {
    font-size: 22px;
    margin: 30px 0 25px;
    line-height: 26px;
}
.trophy-card{
    padding: 32px 24px 0;
}
.text-why img {
    width: 250px;
}
.why-warea {
    padding: 30px;
}
.why-card h5 {
    font-size: 25px;
}

.speech-warea, .speech-warea-right{
    width:260px;
}
.speech-warea {
       margin-bottom: 50px;
}
.speech-warea-right {
    margin-top: 50px;
}
.speech-bubble-name {
    font-size: 20px;
}
.speech-bubble-role {
    font-size: 18px;
}
h2 {
    font-size: 40px !important;
}
.story-card {
    max-width: 210px;
}
.story-card-content h6 {
    font-size: 18px;
}
.hero-section h1 {
    font-size: 39px;
    line-height: 60px;
}
.solh-sponsor-label{
    margin-top:0;
    margin-bottom:30px;
}

}
/* Mobile styles */
@media (max-width: 767px) {
.about-section{
    padding:20px 0;
}
.marathon-stats {
flex-direction: column;
align-items: center;
gap: 18px;
}
.marathon-stat-card {
min-width: 90vw;
min-height: 100px;
}
.solh-sponsor-circle {
width: 110px;
height: 110px;
}
.partner-logo-circle{
width: 130px;
height: 130px;
}
.partner-logo-img {
    max-width: 80px;
    max-height: 80px;
}
    
    .marg-rgt {
    margin-right: 0px !important;
}
.btm-hd {
    font-size: 18px;
}
.about-content1 .card{
margin-bottom: 30px;
}
.about-content1 p {
font-size: 1rem;
}

.journey-title {
padding-top: 50px;
margin-bottom: 30px;
}
.about-content1 h2 {
    margin-top: 50px;
}
.award-number {
font-size: 40px;
line-height: 45px;
}
.award-label {
font-size: 20px;
}
.content-warea {
padding: 0 20px 20px 20px;
}


.announcement-card{
    padding:10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.awards-section {
padding: 0px 0 0;
}
.hero-content h1 img{
width: 120px;
}
.award-card .img-warea img{
border-radius: 20px 0 0 0
}
h2 {
font-size: 1.8rem !important;
margin-bottom: 30px;
}
.why-card h5 {
    font-size: 21px;
}
.why-card-text {
    font-size: 1rem;
}
.hero-section h1 {
font-size: 1.7rem;
line-height: 2.5rem;
}
.lead,
.journey-section .lead {
font-size: 1rem;
padding: 0;
}
.journey-marquee {
padding: 30px 0;
}
.box-warea{
margin: 0 5px;
}
.why-box {
padding: 20px;
border-radius: 18px;
}
.features-grid {
grid-template-columns: 1fr;
gap: 15px;
}
.faces-card {
border-radius: 20px;
padding: 12px 6px;
}
.speech-warea,
.speech-warea-right {
width: 250px;
margin-bottom: 10px;
margin-top: 10px;
}
.speech-bubble-arrow {
    left:50px;
    top: -33px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 28px solid #fff;
    border-top: 0;
 }
 .speech-bubble {
    padding: 8px 15px 8px 15px;
 }
 .speech-warea{
    background-image: linear-gradient(180deg, #fff 30%, #B47620 100%);
 }
.speech-warea-right {
        background-image: linear-gradient(360deg, #fff 30%, #B47620 100%);
    }
 .speech-bubble-arrow-right {
    right: 50px;
    bottom: -33px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 28px solid #fff;
    border-bottom: 0;
    z-index: 1;
    top:inherit;
}
.speech-warea{
left: 45px;
}
.speech-warea-right{
    right:45px;
}
.speech-bubble-name {
    font-size: 18px;
}
.speech-bubble-role {
    font-size: 11px;
}
.award-card {
    margin: 5px 0;
}
.story-block {
padding: 30px 0;
}
.gallery-warea {
border-radius: 20px;
padding: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.logo-block {
padding: 20px 0;
}
.why-warea {
    padding: 20px;
    margin:0 !important;
}
.hero-title {
font-size: 2.5rem;
}

.festival-badge {
font-size: 1.4rem;
padding: 12px 25px;
}

.photo-gallery {
justify-content: center;
}

.photo-card {
width: 150px;
height: 180px;
}

.awards-grid,
.features-grid,
.marathon-stats,
.story-grid,
.partners-grid,
.trophy-container {
grid-template-columns: 1fr;
gap: 20px;
}

.about-content {
padding: 30px;
}
.trophy-card {
padding: 24px 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
height:auto;
}

.trophy-img img {
max-width: 250px;
}
.trophy-heading span {
    width: 30%;
}
.trophy-heading{
    font-size: 17px;
}
.trophy-desc {
    font-size: 22px;
    margin:40px 0 20px;
}
.trophy-desc {
    margin: 40px 0 30px;
}
.story-grid {
flex-direction: column !important;
align-items: center;
}
.story-card {
max-width: 100%;
width: 100%;
height: 350px;
}
.solh-sponsor-label{
    margin-top:0;
    margin-bottom: 20px;
}
.why-box{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.why-join-section{
padding:50px 0; 
}
.marathon-section, .announcement-section, .journey-section, .faces-section, .storytelling-section {
    padding: 0px 0 50px;
}
#gallery-carousel, #gallery-carousel .owl-stage-outer{
border-radius: 20px 20px 0 0;
}
#gallery-carousel2, #gallery-carousel2 .owl-stage-outer{
border-radius:  0 0 20px 20px;
}
.about-content1 {
margin-left: 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.about-inner-section {
    padding: 40px 0 30px;
    margin: 0 0 0px;
}
.inner-section {
    margin: 0px 0 40px;
    padding-top: 40px;
    background-color: #fff;
}
}
@media (min-width: 576px) and (max-width: 767px){
   
.award-card {
    margin: 5px;
}
.marathon-stats {
    background: url(../images/marathon-bg.webp) no-repeat right top;
}
}
/* Extra small devices */
@media (max-width: 575px) {
.hero-title {
font-size: 2rem;
}

.photo-card {
width: 120px;
height: 150px;
}

.photo-card img {
height: 100px;
}
.white-warea{
padding:14px;
}
.navbar-brand img{
width: 100px;
}

.btn-nominate {
padding: 12px 20px;
font-size: 20px;
}

.stat-number {
font-size: 4rem;
line-height: 4rem;
margin-bottom: 10px;
}
.stat-label {
font-size: 2rem;
}
.footer {
padding: 15px 0;
}
.about-section .card-body .text-muted {
    color: #fff !important;
    font-size: 20px;
}

}
@media (min-width: 446px) and (max-width:575px) {
    .btn-nominate {
        letter-spacing: 1px;
        font-size: 16px;
}
.award-card {
        display: flex;
        align-items: center;
    }
    .award-card .img-warea {
    width: 45%;
}
    .content-warea {
        width: 55%;
    }
}
@media (max-width: 400px) {
.trophy-heading span {
    width: 40%;
}
}