body {
    margin: 0;
    padding: 0;
    height: 100%;
}

section {
    min-height: 100vh;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*overflow: hidden;*/
}



/* .main-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #007BFF;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
} */

/* Scroll container with snapping */
.scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}


/* Scroll icon */
.scroll-icon {
    font-size: 32px;
    margin-top: 40px;
    cursor: pointer;
    animation: bounce 1.5s infinite;
}


.boxed-container {
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: fixed;
    width: 100%;
    gap: 130px;
    z-index: 1000;
    height: 90px;
}

.logo {
    height: 48px;
}

.main-nav {
    display: flex;
    gap: 48px;
}

.main-nav a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    transition: color 0.2s;
}

.main-nav a:hover {
    color: #e24d56;
}

.header-right {
    display: flex;
    gap: 24px;
}

.header-icon {
    height: 48px;
    background: transparent;
}

/*First Section*/
.hero-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 200px
}

.hero-banner {
    text-align: center;
    margin-bottom: 35px;
}
.hero-banner img{
    width: 40%;
}

.hero-section {
    padding: 130px 0px 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 1489.202px;
    height: 1736.481px;
    background-color: rgba(251, 101, 102, 0.40);
    filter: blur(480.6px);
    transform: rotate(-15.723deg);
    top: 255px;
    left: 922px;
    z-index: -1;
    pointer-events: none;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.hero-left img{
    margin: 10px 0;
}

.video-wrapper {
    position: relative;
    display: inline-block;
}

.mute-toggle-btn {
    position: absolute;
    top: 10px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.ltr .mute-toggle-btn{
    right: 10px;
}
body.rtl .mute-toggle-btn{
    left: 10px;
}

.mute-toggle-btn svg {
    width: 24px;
    height: 24px;
    display: none;
}

/* Only show one icon at a time */
.icon-muted.active,
.icon-unmuted.active {
    display: block;
}

.hero-logos {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}

.hero-logo {
    height: 48px;
}

.hero-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
}


h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 ;
}
h5{
    font-weight: 500;
}

.subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.president-name {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.hero-right {
    flex: 0 0 350px;
    display: flex;
    justify-content: flex-end;
}

.president-img {
    /*width: 250px;*/
    /*height: 300px;*/
    object-fit: cover;
    border-radius: 8px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);*/
}

/* styles for onemillion-section */
.onemillion-section {
    position: relative;
    min-height: 100vh;
    color: #000;
    overflow: hidden;
}

.onemillion-section::before {
    content: "";
    position: absolute;
    width: 1489.202px;
    height: 1736.481px;
    background-color: rgba(251, 101, 102, 0.40);
    filter: blur(480.6px);
    transform: rotate(-15.723deg);
    top: 608px;
    right: 580px;
    z-index: -1;
    pointer-events: none;
}

.onemillion-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.onemillion-left h1 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.highlight {
    color: #e24d56;
}

.onemillion-right {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body.ltr .onemillion-right{
    margin-left: 40px;
}
body.rtl .onemillion-right{
    margin-right: 40px;
}

.onemillion-right .desc {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.join-btn2 {
    display: flex;
    align-items: center;
    background: #e24d56;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
}
.join-btn2:hover{
    color: #000 !important;
}
body.ltr .join-btn2{
    padding: 4px 32px 4px 4px;
}
body.rtl .join-btn2{
    padding: 4px 4px 4px 32px;
}

.join-btn2 .arrow2 {
    color: #e24d56;
    font-size: 26px;
    background-color: #fff;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
}
body.ltr .join-btn2 .arrow2{
    margin-right: 8px;
}
body.rtl .join-btn2 .arrow2{
    margin-left: 8px;
    transform: rotate(280deg);
}





.onemillion-images {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.student-img {
    height: 340px;
    object-fit: contain;
}

.student-img-left {
    margin-left: 0;
}

.student-img-right {
    margin-right: 0;
}

.what-logo {
    width: 28px;
}

.what-text {
    font-size: 40px;
    color: #000;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
}
.whattext
{
    font-size: 40px;
    color: #000;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 10px;
}

.what-text .highlight {
    font-weight: 600;
    color: #000;
}
.onemillion-section img.down
{
    position: relative;
    top:-45px
}

/* What Is BeReady? Section Styles */
.whatis-section {
    position: relative;
    overflow: hidden;
}

.whatis-section::before {
    content: "";
    position: absolute;
    width: 1489.202px;
    height: 1736.481px;
    background-color: rgba(251, 101, 102, 0.24);
    filter: blur(480.6px);
    transform: rotate(-15.723deg);
    flex-shrink: 0;
    left: 520px;
    z-index: -1;
    pointer-events: none;
}

.whatis-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    padding-top: 90px;
}

.whatis-left {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.whatis-desc {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 600px;
    line-height: 1.6;
}

.whatis-right {
    flex: 0 0 60%;
    display: flex;
    justify-content: flex-end;
}

.whatis-bg {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.whatis-impact {
    margin-top: 48px;
    text-align: center;
}

.whatis-impact h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.impact-numbers {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.impact-item {
    min-width: 180px;
}

.impact-number {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.impact-label {
    font-size: 16px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}

/*Track*/

.tracks-section {
    color: #000;
    padding-top:100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tracks-section::before {
    content: "";
    position: absolute;
    background: rgba(251, 101, 102, 0.61);
    filter: blur(269.0368957519531px);
    width: 833.648px;
    height: 972.073px;
    transform: rotate(-15.723deg);
    flex-shrink: 0;
    top: -904px;
    left: 233px;
}

.tracks-title {
    font-size: 48px;
    font-weight: 700;
    margin-top: 0px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.track-cards {
    position: relative;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*gap: 20px;*/
    /*padding: 0 20px;*/
}

.track-cards:before{
    width: 250px;
    height: 100%;
    background: #FFF;
    background: linear-gradient(90deg,rgba(252, 249, 250, 1) 0%, rgba(252, 249, 250, 0) 100%);
    position: absolute;
    content: ' ';
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
}
.track-cards:after{
    width: 250px;
    height: 100%;
    background: #FFF;
    background: linear-gradient(-90deg,rgba(252, 249, 250, 1) 0%, rgba(252, 249, 250, 0) 100%);
    position: absolute;
    content: ' ';
    z-index: 99;
    right: 0;
    top: 0;
    display: none;
}

.track-card {
    background: #F5F5F5;
    color: #000;
    border-radius: 20px;
    padding: 20px;
    flex: 0 0 auto;
    position: relative;
}
body.ltr .track-card{
    text-align: left;
}
body.rtl .track-card{
    text-align: right;
}

.Track-Image {
    width: 100%;
    border-radius: 12px;
    height: 165px;
}

.badge {
    position: absolute;
    top: 30px;
    right: 32px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 6px;
}

.track-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 8px;
}

.track-card p {
    font-size: 14px;
    margin-bottom: 12px;
}
.partners {
    display: flex;
    margin-bottom: 20px;
}
.partners img {
    height: 30px;
    vertical-align: middle;
}
body.ltr .partners img{
    margin-right: 8px;
}
body.rtl .partners img{
    margin-left: 8px;
}

.slick-track{
    display: flex;
}

.slick-slide {
    display: flex !important;
    height: auto !important;
}

.track-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.learn-more {
    background: #e24d56;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    cursor: pointer;
    color: #fff !important;
    margin-top: 16px;
}
.learn-more:hover{
    color: #000 !important;
}

/*attend-section*/
.attend-section {
    color: #000;
    position: relative;
    overflow: hidden;
}

.attend-section .down
{
    position: relative;
    top:-60px;
}
.attend-section::before {
    content: "";
    position: absolute;
    background: rgba(251, 101, 102, 0.17);
    filter: blur(344.17999267578125px);
    width: 833.648px;
    height: 972.073px;
    transform: rotate(-15.723deg);
    flex-shrink: 0;
    top: -904px;
    left: 233px;
}

.attend-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.attend-text {
    flex: 1;
    max-width: 600px;
}

.attend-header {
    margin-bottom: 0px;
    padding-top: 25px;
}

.attend-icon {
    width: 30px;
    margin-bottom: 10px;
}

.join-btn-outer{
    display: inline-block;
    margin-top: 25px;
}

.attend-header h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 10px;
}

.attend-box {
    background: #fff;
    color: #000;
    border-radius: 40px;
    padding: 20px 24px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border: 0.866px solid rgba(251, 101, 102, 0.74);
}

.attend-box h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 5px;
}

.attend-box .sub {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
}

.attend-box p {
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0px !important;
}

.attend-image img {
    width: 100%;
    max-width: 330px;
    border-radius: 12px;
}

.slick-dots li button:before{
    font-size: 12px;
    line-height: 40px;
    color: #fb4e68;
    width: 32px;
    height: 32px;
}
.slick-dots li.slick-active button:before {
    color: #e24d56;
}


/*partners-section*/

.partners-section {
    color: #000;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: "";
    position: absolute;
    background: rgba(251, 101, 102, 0.26);
    filter: blur(344.17999267578125px);
    width: 833.648px;
    height: 972.073px;
    transform: rotate(-15.723deg);
    flex-shrink: 0;
    top: 156px;
    left: -404px;
}


.partners-block h2 {
    font-size: 2rem;
    margin-bottom: 5px;
    margin-top: 0px;
}

.partners-block strong {
    font-weight: 700;
}

.partners-desc {
    font-size: 1rem;
    max-width: 600px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.divider {
    border: none;
    height: 1px;
    background-color: rgb(110 110 110 / 20%);
    margin: 25px 0px;
}


/*apply-steps-section*/
.apply-steps-section {
    position: relative;
    padding: 40px 0px;
    text-align: center;
    overflow: hidden;
}

.apply-steps-section::before {
    content: "";
    position: absolute;
    background: rgba(251, 101, 102, 0.26);
    filter: blur(344.17999267578125px);
    width: 833.648px;
    height: 972.073px;
    transform: rotate(-15.723deg);
    flex-shrink: 0;
    top: 156px;
    left: 404px;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 60px;
}

.section-title strong {
    font-weight: 700;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 11px;
    position: relative;
}

.step {
    flex: 1 1 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step img {
    max-height: 140px;
    margin-bottom: 20px;
}

.step p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    height: 50px;
}

.step strong {
    color: #e24d56;
}


.step-badge {
    display: inline-flex;
    align-items: center;
    background: url('../images/Rectangle.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    gap: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    animation: scaleUp 0.6s ease forwards;
}
body.ltr .step-badge{
    padding: 7px 15px 7px 22px;
}
body.rtl .step-badge{
    padding: 7px 22px 7px 15px;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleUp {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


.step-number {
    background-color: #e24d56;
    color: #fff;
    font-weight: 700 !important;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 0px;
}

.steps-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 2%;
    background: url('../images/BGLine.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 15px;
    z-index: -1;
}

.number-img {
    height: auto;
    width: 110px;
}


/* partners Styling */
.partners-logo {
    display: contents;
}

/* Footer Styling */
.footer {
    background: rgb(251 101 102 / 4%);

}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
}


.footer-column h4 {
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 25px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.footer-column ul li a:hover {
    color: #fb6566;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.footer-links {
    margin-top: 10px;
}

.footer-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
}

.footer-links a:hover {
    color: #fb6566;
}

@media (max-width: 1024px) {
    .steps-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .step {
        flex: 1 1 100%;
        max-width: 400px;
    }
}


/*Sroll Arrow Styles*/
.scroll-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 18px;*/
    cursor: pointer;
    transition: color 0.2s;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    animation: bounce 2s infinite;
}

.hero-logos-imgs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 25px;
}

.track-cards .slick-prev,
.track-cards .slick-next{
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #e24d56 !important;
    border-radius: 50%;
}

body.ltr .track-cards .slick-prev{
    left: 12.5px;
}
body.rtl .track-cards .slick-prev{
    right: 12.5px;
    transform: rotate(180deg);
}
body.ltr .track-cards .slick-next{
    right: 12.5px;
}
body.rtl .track-cards .slick-next{
    left: 12.5px;
    transform: rotate(180deg);
}

.track-cards .slick-prev:before,
.track-cards .slick-next:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffff;
    opacity: 1;
}
.track-cards .slick-prev:before {
    content: "\f104";
}

.track-cards .slick-next:before {
    content: "\f105";
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }
}


/* Initial hidden state */
.animate-up {
    opacity: 0;
    transform: translateY(50px);
    animation: moveUp 1s ease-out forwards;
    animation-delay: 0.3s; /* optional: delay for smoother feel */
}

/* Keyframe animation */
@keyframes moveUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Initial hidden state */
.animate-from-left, .animate-from-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-from-left {
    transform: translateX(-100px);
}



/* Bottom-to-top animation */
.animate-from-bottom {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.animate-visible {
    opacity: 1;
    transform: translateX(0);
}

.hero-slider .slick-slide div{
    width: 100%;
}

.partners-logos{
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0;
}

@media (max-width: 991px) {
    .scroll-arrow{
        display: none;
    }
}

/*Mobile Responsive Styles */
@media (max-width: 768px) {
    .boxed-container{
        width: 100%;
    }
    .hero-left,
    .hero-right {
        padding: 0 15px;
        justify-items: center;
        align-items: center;
    }
    .track-cards:after,
    .track-cards:before{
        display: none;
    }
    .main-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
        gap: 10px;
        height: auto;

    }

    .main-nav {
        display: none;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .main-nav.nav-open {
        display: flex;
    }

    .hamburger {
        display: block;
        align-self: flex-end;
        margin-left: auto;
        position: absolute;
        top: 10px;
        right:60px
    }

    .header-right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
    }

    .footer-container,
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-links {
        flex-wrap: wrap;
    }

    .footer-links a {
        display: inline-block;
        margin: 5px 10px;
    }

    .main-nav a,
    .footer-column ul li a {
        touch-action: manipulation;
    }

    section {
        min-height: auto !important;
        padding: 0px 20px;
        height: auto;
    }

    .hero-details {
        flex-direction: column-reverse;
        align-items: center;
        gap: 25px;
    }

    .hero-banner {
        margin: 40px 0px;
    }

    .hero-left,
    .hero-right {
        flex: 1 1 100%;
        text-align: center;
    }

    .hero-right {
        justify-content: center;
    }

    .president-img {
        width: 200px;
        height: auto;
    }

    h1 {
        font-size: 25px;
    }

    .president-name {
        font-size: 24px;
    }

    .subtitle {
        font-size: 16px;
    }

    .hero-banner img {
        width: 80%;
    }

    .hero-section::before {
        width: 800px;
        height: 900px;
        filter: blur(300px);
        top: 150px;
        left: 50%;
        transform: translateX(-50%) rotate(-15deg);
    }

    .onemillion-content {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        text-align: center;
    }

    .onemillion-left h1 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .onemillion-right {
        margin-left: 0;
        max-width: 100%;
        align-items: center;
    }

    .onemillion-right .desc {
        font-size: 16px;
    }

    .join-btn {
        font-size: 14px;
        padding: 4px 24px 4px 4px;
    }

    .join-btn .arrow {
        font-size: 22px;
        width: 36px;
        height: 36px;
    }

    .onemillion-images {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .student-img {
        height: 200px;
        margin-bottom: 20px;
    }

    .what-section {
        order: -1;
        margin-bottom: 20px;
    }

    .what-text {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .onemillion-section::before {
        width: 800px;
        height: 900px;
        filter: blur(300px);
        top: 200px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(-15deg);
    }

    .onemillion-section img.down {
        top: -20px;
    }

    .whatis-content {
        flex-direction: column;
        gap: 32px;
        padding-top: 60px;
        text-align: center;
    }

    .whatis-left {
        min-width: 100%;
    }

    .whatis-right {
        justify-content: center;
    }

    .whatis-bg {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .whattext {
        font-size: 24px;
    }

    .whatis-desc {
        font-size: 14px;
        max-width: 100%;
        padding: 0 15px;
    }

    .whatis-impact {
        margin-top: 40px;
    }

    .whatis-impact h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .impact-numbers {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .impact-item {
        min-width: 140px;
    }

    .impact-number {
        font-size: 32px;
    }

    .impact-label {
        font-size: 14px;
    }

    .whatis-section::before {
        width: 800px;
        height: 900px;
        filter: blur(300px);
        left: 50%;
        transform: translateX(-50%) rotate(-15deg);
        top: 300px;
    }

    .whatis-section img.down {
        top: -20px;
    }

    .tracks-title {
        font-size: 32px;
    }

    .track-card {
        min-width: 220px;
        padding: 16px;
    }

    .track-card h3 {
        font-size: 16px;
        height: auto;
    }

    .track-card p {
        font-size: 13px;
    }

    .learn-more {
        font-size: 14px;
        padding: 6px 14px;
    }

    .attend-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 30px;
        padding: 0 20px;
    }

    .attend-text {
        max-width: 100%;
    }

    .attend-header h2 {
        font-size: 26px;
        line-height: 1.4;
    }

    .attend-box {
        padding: 16px 18px;
        border-radius: 24px;
    }

    .attend-box h3 {
        font-size: 16px;
    }

    .attend-box .sub,
    .attend-box p {
        font-size: 13px;
    }

    .attend-image img {
        max-width: 240px;
    }

    .attend-section .down {
        top: -40px;
        width: 32px;
    }

    .attend-section {
        padding: 60px 0 20px;
    }

    .attend-header {
        padding-top: 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .step {
        width: 90%;
        max-width: 320px;
    }

    .step img {
        max-height: 100px;
        margin-bottom: 10px;
    }

    .step p {
        font-size: 14px;
        margin-bottom: 10px;
        height: auto;
    }

    .number-img {
        width: 80px;
    }

    .steps-wrapper-img::before {
        display: none;
        /* Hide connecting line on mobile */
    }

    .scroll-arrow .down {
        width: 32px;
        top: -30px;
    }

    .apply-steps-section {
        padding: 40px 20px;
    }
}

/*Tablet Responsive Styles */
@media (min-width: 769px) and (max-width: 1024px) {
    section {
        min-height: auto !important;
        padding: 60px 40px;
    }

    .hero-banner {
        margin: 20px 0px;
    }

    .hero-details {
        flex-direction: column-reverse;
        align-items: center;
        gap: 60px;
    }

    .hero-left,
    .hero-right {
        flex: 1 1 100%;
        text-align: center;
    }

    .hero-right {
        justify-content: center;
    }

    .president-img {
        width: 240px;
        height: auto;
    }

    h1 {
        font-size: 32px;
    }

    .president-name {
        font-size: 28px;
    }

    .subtitle {
        font-size: 18px;
    }

    .hero-banner img {
        width: 60%;
    }

    .hero-section {
        padding: 100px 0px 0px;
    }

    .hero-section::before {
        width: 1000px;
        height: 1100px;
        filter: blur(350px);
        top: 180px;
        left: 60%;
        transform: translateX(-50%) rotate(-15deg);
    }

    .onemillion-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 60px;
    }

    .onemillion-left h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .onemillion-right {
        margin-left: 0;
        max-width: 80%;
        align-items: center;
    }

    .onemillion-right .desc {
        font-size: 17px;
    }

    .join-btn {
        font-size: 15px;
        padding: 4px 28px 4px 4px;
    }

    .join-btn .arrow {
        font-size: 24px;
        width: 38px;
        height: 38px;
    }

    .onemillion-images {
        align-items: center;
        margin-top: 60px;
    }

    .student-img {
        height: 280px;
        margin-bottom: 20px;
    }

    .what-text {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .onemillion-section::before {
        width: 1000px;
        height: 1200px;
        filter: blur(400px);
        top: 250px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(-15deg);
    }

    .onemillion-section {
        padding: 40px;
    }

    .onemillion-section img.down {
        top: -30px;
    }

    .whatis-content {
        flex-direction: column;
        gap: 40px;
        padding-top: 80px;
        text-align: center;
    }

    .whatis-left {
        min-width: 100%;
    }

    .whatis-right {
        justify-content: center;
    }

    .whatis-bg {
        width: 100%;
        max-width: 420px;
    }

    .whattext {
        font-size: 28px;
    }

    .whatis-desc {
        font-size: 15px;
        max-width: 90%;
        margin: 5px auto;
    }

    .whatis-impact {
        margin-top: 48px;
    }

    .whatis-impact h3 {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .impact-numbers {
        gap: 48px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .impact-number {
        font-size: 36px;
    }

    .impact-label {
        font-size: 15px;
    }

    .whatis-section::before {
        width: 1000px;
        height: 1100px;
        filter: blur(400px);
        left: 50%;
        transform: translateX(-50%) rotate(-15deg);
        top: 300px;
    }

    .whatis-section img.down {
        top: -30px;
    }

    .step {
        flex: 1 1 10%;
    }

    .section-title {
        font-size: 2.5rem;
    }
}