/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
    color: #191818;
    background-color: #fbfbfb;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* height: 92px; */
    padding: 20px 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo-img {
    width: 100%;
    max-width: 162px;
    height: auto;
}

.right-nav{
    display: flex;
    align-items: center;
        gap: 55px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 55px;
    align-items: center;
}

.nav-link {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #f6f6f6;
    text-decoration: none;
    letter-spacing: 0.52px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #37bd8e;
}

.cta-button {
    background: #2562ff;
    color: #f6f6f6;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.48px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background: #1a4acc;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(1, 9, 37, 1) 0%, rgb(15 0 70) 100%);
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6 !important;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.hero-content .banner1{
    width: 100%;
    max-width: 1019px;
}

.hero-content .banner2{
    width: 100%;
    max-width: 500px;
    padding-top: 50px;
    margin: 0 auto;
}

.event-logo {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.hero-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.hero-left {
    width: 447px;
    height: 160px;
}

.hero-left-img {
    width: 100%;
    height: 100%;
}

.hero-right {
    width: 390px;
    height: 195px;
}

.hero-right-bg {
    width: 100%;
    height: 100%;
    background-image: url('/group-4.png');
    background-size: 100% 100%;
}

.awards-logo {
    width: 909px;
    height: 21px;
    margin-bottom: 64px;
}

.event-details {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    background: #03216C;
    padding: 20px;
}

.event-info {
    display: flex;
    align-items: center;
    gap: 30px;
    /* box-shadow: 0px 4px 4px rgba(0,0,0,0.25); */
}

.event-date {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    color: #83e4c2;
    font-size: 33px;
    letter-spacing: 1.32px;
    line-height: 38.9px;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.divider {
    width: 2px;
    height: 25px;
    background: #83e4c2;
}

.event-location {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    color: #83e4c2;
    font-size: 33px;
    letter-spacing: 1.32px;
    line-height: 38.9px;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

/* Partners Section */
.partners {
    background: #fbfbfb;
    padding: 44px 0;
    position: relative;
    width: 80%;
    margin: -100px auto;
    z-index: 1;
    box-shadow: 0px 0px 54.7px 1px rgba(0, 0, 0, 0.08);
}

.partners-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.partner-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.partner-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    color: #2562ff;
    font-size: 19px;
    letter-spacing: 0.76px;
    line-height: 22.4px;
}

.partner-logo.yes-bank {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.partner-logo.associate {
    width: 100%;
    max-width: 71px;
    height: auto;
}

.bronze-partners {
    display: flex;
    align-items: center;
    gap: 24px;
}

.partner-logo.bronze:first-child {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.partner-logo.bronze:nth-child(2) {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.partner-logo.bronze:last-child {
    width: 100%;
    max-width: 120px;
    height: auto;
}

/* About Section */
.about {
    padding: 64px 0;
    margin-top: 100px;
}   

.about-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-image {
    flex: 1;
}

.about-img {
    width: 594px;
    height: 420px;
    object-fit: cover;
}

.about-text {
    flex: 1;
    max-width: 607px;
}

.section-subtitle {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    color: #2562ff;
    font-size: 19px;
    letter-spacing: 0.76px;
    line-height: 22.4px;
    margin-bottom: 12px;
}

.section-subtitle.green {
    color: #37bd8e;
}

.section-subtitle.blue {
    color: #2562ff;
}

.section-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    color: #191818;
    font-size: 46px;
    letter-spacing: -0.46px;
    line-height: 61.2px;
    margin-bottom: 30px;
}

.section-title.white {
    color: white;
}

.about-description {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23.2px;
    color: #191818;
}

.about-description p {
    margin-bottom: 24px;
    font-weight: 300;
}

.about-description strong {
    font-weight: 700;
    letter-spacing: 0.03px;
}

/* Awards Categories Section */
.awards-categories {
    background: #143794;
    padding: 110px 0;
}

.awards-grid {
    display: flex;
    gap: 80px;
    align-items: center;
}

.awards-info {
    flex: 1;
    max-width: 548px;
}

.awards-description {
    font-weight: 300;
    color: white;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23.2px;
}

.awards-accordion {
    flex: 1;
    max-width: 658px;
}

/* Accordion Styles */
.accordion {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #e1e1e1;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item.active .accordion-header{
    background: #3E62C0;
    color: #FFFFFF;
    border-radius: 8px;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 80px;
    background: #FBFBFB;
}

/* .accordion-item[data-category="startups"] .accordion-header {
    background-image: url('/rectangle-44.png');
}

.accordion-item[data-category="smes"] .accordion-header {
    background-image: url('/rectangle-46.png');
}

.accordion-item[data-category="corporates"] .accordion-header {
    background-image: url('/rectangle-47.png');
} */

.accordion-icon {
    width: 24px;
    height: 26px;
    margin-right: 16px;
}

.accordion-item.active .accordion-title{
    color: #FFFFFF;
}

.accordion-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #191818;
    flex: 1;
    text-align: left;
    margin-left: 16px;
}

.accordion-arrow {
    transition: transform 0.5s ease-in-out;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}

/* 
.accordion-item.active .accordion-content {
    height: 500px;
    padding: 16px 24px 24px;
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background: #EDEDED;
    
    transition: max-height 0.3s ease, padding 0.3s ease;
    will-change: max-height, padding;
} */


.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  background: #EDEDED;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              padding 0.4s ease;
  box-sizing: border-box;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
  padding: 16px 24px 24px;
    opacity: 1;
}

.accordion-list {
    list-style: none;
}

.accordion-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22.9px;
    color: #191818;
}

.accordion-list li:last-child {
    margin-bottom: 0;
}

.accordion-list img {
    width: 16px;
    height: 13px;
    margin-right: 24px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Benefits Section */
.benefits {
    padding: 64px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    background: #fbfbfb;
    border-radius: 10px;
    padding: 60px 36px;
    box-shadow: 0px 0px 45.7px -7px rgba(0,0,0,0.17);
    height: 386px;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: -39px;
    right: 0;
    width: 439px;
    height: 425px;
    background-size: cover;
    background-position: right top;
    z-index: 1;
}

.benefit-card:nth-child(1)::before{
    background-image: url('../index_files/ellipse.svg');
    background-size: 60%;
    background-repeat: no-repeat;
     
}
.benefit-card:nth-child(2)::before{
    background-image: url('../index_files/ellipse.svg');
    background-size: 60%;
    background-repeat: no-repeat;
     
}
.benefit-card:nth-child(3)::before{
    background-image: url('../index_files/ellipse.svg');
    background-size: 60%;
    background-repeat: no-repeat;
     
}
.benefit-card:nth-child(4)::before{
    background-image: url('../index_files/ellipse.svg');
    background-size: 60%;
    background-repeat: no-repeat;
     
}
.benefit-card:nth-child(5)::before{
    background-image: url('../index_files/ellipse.svg');
    background-size: 60%;
    background-repeat: no-repeat;
     
}
.benefit-card:nth-child(6)::before{
    background-image: url('../index_files/ellipse.svg');
    background-size: 60%;
    background-repeat: no-repeat;
     
}

.benefit-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    height: 80px;
    display: flex;
    align-items: center;
}

.benefit-icon img {
    max-width: 70px;
    max-height: 70px;
}

.benefit-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #191818;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

.benefit-description {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23.2px;
    color: #191818;
    position: relative;
    z-index: 2;
}

/* Nomination Process Section */
.nomination-process {
    padding: 96px 0;
    background: linear-gradient(177.79deg, rgba(37, 98, 255, 0) 12.26%, rgba(37, 98, 255, 0.5) 100.59%);


}

.who-can-nominate {
    text-align: center;
    margin-bottom: 64px;
}

.process-subtitle {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #191818;
    margin-bottom: 35px;
}

.process-description {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 23.2px;
    color: #191818;
    max-width: 1207px;
    margin: 0 auto;
}

.nomination-steps h3{
    text-align: center;
}

.steps-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.step-card {
    width: 261px;
    height: 212px;
    border-radius: 10px;
    padding: 27px;
    color: white;
    position: relative;
}

.step-1 { background: #3963d0; }
.step-2, .step-3, .step-4 { background: #143794; }

.step-icon {
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

.step-icon img {
    max-width: 50px;
    max-height: 50px;
}

.step-icon-bg {
    width: 56px;
    height: 46px;
    background-image: url('/group-54.png');
    background-size: 100% 100%;
}

/* .step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
} */

.step-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03px;
}

.step-description {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03px;
    line-height: 23.2px;
}

.step-arrow {
    display: flex;
    align-items: center;
}

.step-arrow img {
    width: 100%;
    max-width: 50px;
    height: auto;
}

/* Speakers Section */
.speakers {
    padding: 24px 0;
}

.speakers-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1098px;
    margin: 0 auto;
}

.speaker {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.speaker-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #191818;
    letter-spacing: 1.35px;
    line-height: 17.7px;
}

.speaker-name {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #191818;
    letter-spacing: 0.96px;
    line-height: 28.3px;
}

/* Jury Section */
.jury {
    padding: 140px 0;
}

.jury-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    max-width: 1090px;
    margin: 0 auto;
}

.jury-member {
    width: 314px;
    /* height: 358px; */
}

.jury-member img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
    box-shadow: 0px 4px 48px 0px #496BC1BF;
}

/* Footer */
.footer {
    background: #e1e1e1;
    padding: 64px 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo img {
    width: 191px;
    height: 28px;
}

.social-section {
    margin-top: 32px;
}

.social-title {
    font-family: 'Sen', sans-serif;
    font-size: 16px;
    color: black;
    margin-bottom: 14px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social-icons img {
    width: 22.7px;
    height: 22.7px;
}

.social-icon-bg {
    width: 22.2px;
    height: 22.7px;
    background-image: url('/group-1.png');
    background-size: 100% 100%;
}

.copyright {
    display: flex;
    align-items: center;
    gap: 3px;
}

.copyright img {
    width: 12px;
    height: 12px;
}

.copyright span {
    font-family: 'Sen', sans-serif;
    color: #646464;
    font-size: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links a {
    font-family: 'Sen', sans-serif;
    color: #646464;
    font-size: 16px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #191818;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* margin-top: 16px;
    padding-top: 16px; */
    /* border-top: 1px solid #ccc; */
}

.contact-item {
    font-family: 'Sen', sans-serif;
    color: #646464;
    font-size: 16px;
}

.certifications {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cert-img:nth-child(1) {
    width: 51px;
    height: 41px;
}

.cert-img:nth-child(2) {
    width: 49px;
    height: 49px;
}

.cert-img:nth-child(3) {
    width: 84px;
    height: 49px;
}

.rbi-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rbi-title {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    color: black;
    font-size: 16px;
}

.rbi-cert {
    font-family: 'Sen', sans-serif;
    color: #6d44e5;
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 1600px) {
    .partners {
        margin: -60px auto;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-content {
        max-width: 90%;
    }
    
    .awards-logo {
        width: 100%;
        max-width: 909px;
    } 
    
    .about-content {
        flex-direction: column-reverse;
        gap: 40px;

    }
    
    .about-img {
        width: 100%;
        max-width: 594px;
        height: auto;
    }
    
    .awards-grid {
        flex-direction: column;
        gap: 40px;
        align-items: normal;
    }
}

@media (max-width: 1049px) {
    .partners-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .partners-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .event-details {
        margin-bottom: 30px;
    }

    .about {
        padding: 30px 0;
        margin-top: 30px;
    }  

    .nav-list {
        display: none;
    }
    
    .hero {
        padding-top: 100px;
    }
    
    .event-info {
        /* flex-direction: column; */
        gap: 16px;
    }

    .partners {
        margin: -120px auto;
    }
    
    .event-date,
    .event-location {
        font-size: 16px;
        line-height: 16px;

    }
    
    .hero-images {
        flex-direction: column;
        gap: 32px;
    }
    
    .hero-left,
    .hero-right {
        width: 100%;
        max-width: 400px;
    }
    
    .bronze-partners {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .section-title {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .steps-grid {
        flex-direction: column;
        gap: 24px;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }
    
    .speakers-grid {
        /* flex-direction: column; */
        gap: 24px;
        text-align: center;
    }
    
    .jury-grid {
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .jury-member {
        width: 100%;
        max-width: 314px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-content .banner2 {
        width: 100%;
        max-width: 300px;
        padding-top: 40px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {

    .hero {
        padding-top: 100px;
        min-height: 46vh;
    }

    .hero-content {
        max-width: 100%;
    }

    .divider {
        width: 2px;
        height: 13px;
        background: #83e4c2;
    }

    .hero-content .banner1 {
        width: 100%;
        max-width: 500px;
    }

    .hero-content .banner2 {
        width: 100%;
        max-width: 250px;
        padding-top: 20px;
        margin: 0 auto;
    }

    .awards-categories {
        padding: 60px 0;
    }

}

@media (max-width: 480px) {
    .hero-content {
        padding: 0 16px;
    }

    .hero {
        padding-top: 55px;
        /* min-height: 70vh; */
    }
    
    /* .event-logo {
        width: 200px;
        height: auto;
    } */
    
    .awards-logo {
        width: 100%;
        height: auto;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .benefit-card {
        height: auto;
        min-height: 300px;
        padding: 24px;
    }
    
    .step-card {
        width: 100%;
        max-width: 280px;
    }

    .cta-button {
        padding: 8px 10px;
    }

    .logo-img {
        max-width: 135px;
    }

    .right-nav {
        gap: 25px;
    }
}


@media (max-width: 375px) {
    .hero {
        padding-top: 60px;
        /* min-height: 60vh; */
    }
}












.nomination-process {
    /* background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%); */
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.nomination-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.nomination-process .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.nomination-process .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.nomination-process .section-subtitle {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    color: #2562ff;
    font-size: 19px;
    letter-spacing: 0.76px;
    line-height: 22.4px;
    margin-bottom: 12px;
}

.nomination-process .section-title {
    font-size: 42px;
    font-weight: 700;
    /* color: white; */
    margin-bottom: 0;
}

.nomination-process .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.nomination-process .process-card {
    background: #143794;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

/* .nomination-process .process-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
} */

.nomination-process .step-number {
    position: absolute;
    top: 45px;
    left: 100px;
    font-size: 48px;
    font-weight: 700;
    color: #3A63D0;
    line-height: 1;
}

.nomination-process .step-icon {
    width: 60px;
    height: 60px;
    /* background: rgba(255,255,255,0.2); */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
}

.nomination-process .step-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    display: block;
}

.nomination-process .step-description {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
}

.nomination-process .cta-section {
    text-align: center;
}

.nomination-process .nominate-btn {
    background: #2562FF;
    color: white;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.4);
}

.nomination-process .nominate-btn:hover {
    background: #3730a3;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(79, 70, 229, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nomination-process {
        padding: 60px 0;
    }
    
    .nomination-process .section-title {
        font-size: 32px;
    }
    
    .nomination-process .process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .nomination-process .process-card {
        padding: 30px 25px;
    }
    
    .nomination-process .step-number {
        font-size: 36px;
        top: 15px;
        right: 20px;
    }
    
    .nomination-process .step-title {
        font-size: 20px;
    }
    
    .nomination-process .step-description {
        font-size: 15px;
    }
    
    .nomination-process .nominate-btn {
        padding: 16px 35px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .nomination-process .container {
        padding: 0 15px;
    }
    
    .nomination-process .section-title {
        font-size: 28px;
    }
    
    .nomination-process .process-grid {
        grid-template-columns: 1fr;
    }
    
    .nomination-process .process-card {
        padding: 25px 20px;
    }
    
    .nomination-process .step-icon {
        width: 50px;
        height: 50px;
    }
    
    .nomination-process .step-icon svg {
        width: 32px;
        height: 32px;
    }
}
