@media (max-width: 1440px) {
    .header {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-section {
        padding-left: 80px;
        padding-right: 80px;
        gap: 25px;
    }

    .hero-section h2,
    .problem-section h2 {
        font-size: 60px;
        line-height: 62px;
    }

    .hero-section h2 {
        max-width: 470px;
    }

    .problem-section h2 {
        max-width: 510px;
    }

    .problem-section>div {
        gap: 50px;
    }

    .about-section {
        padding-left: 60px;
        padding-top: 100px;
    }

    .why-created {
        padding-right: 60px;
    }

    .why-created-content {
        padding: 40px 50px;
        max-width: 540px;
    }

    .mentorship-section {
        padding: 100px 80px;
        gap: 50px;
    }

    .pillar-section {
        padding: 120px 80px;
        gap: 50px;
    }

    .contact-section,
    .footer {
        padding-left: 80px;
        padding-right: 80px;
    }

    .problem-section {
        padding-top: 100px;
    }
}

@media (max-width: 1200px) {

    .hero-section h2,
    .problem-section h2,
    .about-section h3,
    .mentorship-content h3 {
        font-size: 48px;
        line-height: 52px;
    }

    .hero-section h2 {
        max-width: 360px;
    }

    .mentorship-content h3 {
        max-width: 300px;
    }

    .mentorship-content h4 {
        margin-bottom: 20px;
    }

    .mentor-focus {
        margin: 20px 0;
    }

    .mentorship-section {
        padding: 80px 60px;
        gap: 30px;
    }

    .mentorship-img {
        gap: 20px;
    }

    .hero-section {
        gap: 20px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .problem-section h2 {
        max-width: 400px;
    }

    .problem-section h6 {
        margin-bottom: 20px;
    }

    .problem-section>div>div>p {
        margin: 20px 0;
    }

    .why-created {
        padding-right: 40px;
    }

    .about-content {
        gap: 16px;
    }

    .about-section {
        padding-left: 50px;
        padding-top: 80px;
    }

    .about-img {
        height: 80%;
        overflow: hidden;
    }

    .why-created-content {
        padding: 40px;
        max-width: 430px;
    }

    .why-created-content h3,
    .apply-content h3,
    .pillar-heading h3,
    .pillar-card h4,
    .contact-content h3,
    .offer-letter h3 {
        font-size: 40px;
        line-height: 44px;
    }

    .apply-content h3 {
        max-width: 300px;
    }

    .apply-content {
        max-width: 400px;
    }

    .contact-content h3 {
        max-width: 298px;
    }

    .apply-section {
        padding: 100px 20px;
    }

    .apply-content p {
        max-width: 500px;
        margin: 10px 0 36px;
    }


    .pillar-section {
        padding: 100px 60px;

    }

    .pillar-card {
        width: 38%;
        padding: 50px 40px;
    }

    .pillar-card>p {
        margin: 16px 0;
    }

    .contact-section,
    .footer {
        padding-left: 60px;
        padding-right: 60px;
    }

    .contact-form p {
        line-height: 24px;
        max-width: 300px;
    }

    .contact-divider {
        width: 200px;
        height: 1px;
        background: #fff;
        margin: 26px 0 70px auto;
    }

    .offer-letter {
        padding: 36px;
        height: fit-content;
    }

    .quick-links>img {
        width: 250px;
        height: auto;
    }

    .footer-divider {
        margin: 24px 0 48px;
    }

    .quick-links a,
    .quick-links h6 {
        margin-bottom: 12px;
    }


    .footer {
        gap: 50px;
        padding-bottom: 0;
    }

}

@media (max-width: 1025px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header>a>img {
        width: 180px;
    }

    .btn a span {
        padding: 8px 14px;
    }

    .btn a {
        padding-right: 10px;
    }

    .problem-section>div {
        flex-direction: column-reverse;
    }

    .problem-section>div>div,
    .about-content,
    .about-img {
        width: 100%;
    }

    .clinic-img {
        display: flex;
        justify-content: center;
    }

    .problem-section {
        padding: 80px 50px;
    }

    .about-section {
        flex-direction: column;
    }

    .why-created {
        flex-direction: column-reverse;
        padding: 0;
    }

    .why-created>div {
        width: 100%;
        max-width: unset;
    }

    .why-created-img img {
        width: 100%;
    }

    .why-created-content>p {
        max-width: 80%;
    }

    .mentorship-section {
        flex-direction: column-reverse;
    }

    .mentorship-content h3 {
        max-width: unset;
    }

    .pillar-section {
        position: relative;
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .card-navigation {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-section,
    .footer,
    .pillar-section,
    .mentorship-section,
    .problem-section,
    .hero-section {
        padding-left: 50px;
        padding-right: 50px;
    }

    .header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header nav ul {
        gap: 16px;
    }

    .offer-letter {
        padding: 24px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .quick-links>div {
        align-items: center;
    }

    .offer-letter h3,
    .offer-letter p {
        text-align: center;
    }

    .quick-links {
        width: fit-content;
    }

    .problem-section h2 {
        max-width: unset;
    }

    .about-content {
        padding-bottom: 50px;
    }

    .right-glow {
        top: 50%;
    }

    .hero-section {
        height: 530px;
    }

    .problem-section {
        border-radius: 40px 40px 0 0;
        margin-top: -40px;
    }

    .scroll {
        bottom: 40px;
    }

    .navigation-mobile {
        display: flex;
    }

    .navigation-desktop {
        display: none;
    }

    .pillar-content {
        position: relative;
        padding-bottom: 100px;
    }

}

@media (max-width: 768px) {

    .hero-section h2,
    .problem-section h2,
    .about-section h3,
    .mentorship-content h3 {
        font-size: 40px;
        line-height: 44px;
    }

    .hero-section h2 {
        max-width: 292px;
    }

    .hero-section p {
        max-width: 300px;
    }

    .header .btn {
        display: none;
    }

    .problem-section,
    .mentorship-section,
    .contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .why-created-content h3,
    .apply-content h3,
    .pillar-heading h3,
    .pillar-card h4,
    .contact-content h3,
    .offer-letter h3 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: normal;
    }

    .about-section,
    .pillar-section,
    .footer {
        padding-top: 50px;
    }

    .footer {
        gap: 30px;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 20px;
    }

    .apply-section {
        padding: 50px;
    }

    .pillar-card {
        width: 50%;
        max-width: 75vw;
    }

    .previous-btn,
    .navigation-number,
    .next-btn {
        width: 36px;
        height: 36px;
    }

    .navigation-number {
        font-size: 20px;
        line-height: normal;
    }

    .contact-section {
        flex-direction: column;
        gap: 30px;
    }

    .contact-form {
        width: 100%;
    }

    .contact-content {
        align-items: center;
        gap: 30px;
    }

    .contact-divider {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .header nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #000;
        padding: 100px 24px 40px;
        transition: right 0.35s ease;
        z-index: 1000;
    }

    .header nav.active {
        right: 0;
    }

    .header nav ul {
        flex-direction: column;
        gap: 20px;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .main {
        overflow: hidden;
    }

    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 999;
        display: block;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .hero-section {
        gap: 12px;
    }

    .hero-section h2 {
        margin-top: 30px;
    }

    .scroll {
        width: 100px;
        height: 30px;
    }

    .scroll img {
        width: 12px;
        height: 12px;
    }

    .apply-content {
        max-width: 300px;
        margin: 4px 0 24px;
    }

    .contact-form p {
        max-width: unset;
        margin-bottom: 0;
    }

    .apply-overlay {
        width: 300px;
        height: 300px;
        left: -120px;
        bottom: -40%;
    }

    .pillar-content {
        padding-bottom: 60px;
    }

}


@media (max-width: 480px) {
    .hero-section {
        height: 730px;
        background-image: url('../images/Hero-Banner-Mobile.png');
        gap: 10px;
        background-position: center;
        justify-content: flex-end;
        padding-bottom: 110px;
        gap: 0;
    }

    .scroll {
        bottom: 35px;
        width: 160px;
        height: 50px;
    }

    .scroll img {
        width: 16px;
        height: 16px;
    }

    .problem-section {
        margin-top: -36px;
        border-radius: 36px 36px 0 0;
    }

    .contact-section,
    .footer,
    .pillar-section,
    .mentorship-section,
    .problem-section,
    .hero-section,
    .about-section,
    .why-created-content,
    .apply-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section h2,
    .problem-section h2,
    .about-section h3,
    .mentorship-content h3 {
        font-size: 32px;
        line-height: 30px;
        letter-spacing: normal;
    }

    .hero-section h2 {
        font-size: 32px;
        line-height: 30px;
        max-width: 263px;
        margin: 0 0 8px;
    }

    .hero-section p {
        font-size: 14px;
        line-height: 17px;
        max-width: 284px;
        margin-bottom: 24px;
    }

    .problem-section h6 {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 20px;
    }

    .problem-section h2 {
        max-width: 318px;

        margin: 0 0 10px;
    }

    .problem-section>div>div>p {
        margin: 18px 0 14px;
    }

    .btn a span {
        padding: 12px 24px;
        font-size: 14px;
        line-height: 27px;
    }

    .btn a {
        padding-right: 16px;
    }

    .problem-section>div {
        gap: 30px;
    }

    .about-content {
        padding-bottom: 30px;
    }

    .about-img-overlay {
        height: 117%;
    }

    .about-img-border {
        height: 117%;
    }

    .right-glow {
        top: unset;
        bottom: 30px;
    }

    .offer-letter h3 {
        font-size: 32px;
        line-height: 30px;
    }

    .pillar-heading h3 {
        font-size: 32px;
        line-height: 30px;
        max-width: 293px;
    }

    .pillar-card h4 {
        font-size: 32px;
        line-height: 30px;
    }

    .why-created-content>p {
        max-width: unset;
    }

    .why-created-content .btn {
        margin-top: 20px;
    }

    .mentorship-content h4 {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 16px;
        max-width: unset;
    }

    .pillar-card {
        width: 100vw;
        max-width: 311px;
        padding: 20px 20px 30px;
    }

    .pillar-card-track {
        gap: 14px;
    }

    .pillar-card div {
        border-radius: 0 14px 14px 0;
    }

    .pillar-section {
        padding-bottom: 100px;
    }

    .navigation-divider {
        width: 12px;
        flex: 1;
    }

    .navigation-mobile {
        width: 100%;
    }


    .email-wrapper input::placeholder,
    .email-wrapper input {
        font-size: 12px;
        line-height: 12px;
    }

    .email-wrapper {
        height: auto;
        padding-left: 20px;
    }

    .offer-letter {
        padding: 30px 24px;
        gap: 16px;
    }

    .email-wrapper button {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }

    .about-section h6,
    .pillar-card h6,
    .contact-form p {
        font-size: 16px;
        line-height: 20px;
    }

    .pillar-card h6 {
        line-height: 28px;
    }

    .mentor-focus>div h5 {
        font-size: 14px;
        line-height: 28px;
    }

    .about-section h6 {
        line-height: 15px;
        margin-bottom: 14px;
    }

    .contact-form p {
        margin-bottom: 0;
        line-height: 18px;
    }

    .contact-form {
        padding: 24px;
    }

    .mentorship-img>div {
        justify-content: center;
    }

    .about-content {
        gap: 0;
    }

    .point-wrapper p,
    .about-section p,
    .mentorship-content p,
    .pillar-card>p,
    .pillar-card div p,
    .quick-links a {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 20px;
        max-width: 300px;
    }

    .footer-copyright p:last-child {
        font-size: 12px;
        line-height: 12px;
    }

    .offer-letter p {
        font-size: 16px;
        line-height: 18px;
    }

    .pillar-card div p {
        line-height: 16px;
    }


    .pillar-card>p {
        line-height: 20px;
        margin: 16px 0 10px;
    }

    .pillar-heading p {
        font-size: 16px;
        line-height: 18px;
    }

    .about-content>p {
        line-height: 20px;
        margin: 10px 0 20px;
    }

    .mentorship-content p {
        line-height: 20px;
    }

    .about-content>p:last-of-type {
        display: none;
    }

    .about-point-wrapper {
        padding: 6px;
    }

    .footer-copyright {
        gap: 24px;
        padding: 0 16px 30px 16px;
        border-top: none;
    }

    .footer {
        gap: 30px;
    }

    .pillar-card div {
        padding: 9px 8px;
    }

    .pillar-heading>div {
        margin-bottom: 12px;
    }

    .pillar-section {
        gap: 24px;
    }

    .mentor-focus h6 {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 6px;
    }

    .mentor-focus {
        margin: 18px 0 16px;
    }

    .icon-wrapper {
        width: 35px;
        height: 35px;
        padding: 0;
    }

    .focus-icon {
        width: 45px;
        height: 32px;
    }

    .mentor-focus>div {
        padding: 6px;
    }

    .point-wrapper,
    .about-point-wrapper {
        gap: 10px;
    }

    .point-wrapper {
        padding: 6px;
        margin-bottom: 10px;
    }

    .mentorship-section {
        gap: 20px;
        padding-bottom: 30px;
    }

    .contact-form form input,
    .contact-form form textarea {
        height: 45px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .contact-form form input::placeholder,
    .contact-form form textarea::placeholder {
        font-size: 14px;
        line-height: 18px;
    }

    .contact-form form button {
        height: 45px;
        font-size: 14px;
        line-height: 18px;
    }

    .contact-content,
    .footer-content {
        gap: 20px;
    }

    .quick-links h6 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
    }

    .quick-links a,
    .quick-links h6 {
        margin-bottom: 8px;
    }

    .contact-content h3 {
        max-width: 330px;
        font-size: 32px;
        line-height: 30px;
    }

    .apply-section {
        height: 638px;
        background-image: url('../images/apply-mobile.png');
        justify-content: flex-start;
        align-items: flex-start;
    }

    .apply-content h3 {
        font-size: 32px;
        line-height: 30px;
    }

    .apply-content {
        margin: 0;
    }

    .apply-content p {
        margin: 8px 0 18px;
        font-size: 14px;
        line-height: 20px;
        max-width: 304px;
    }

    .why-created>div {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .why-created-content h3 {
        line-height: 30px;
    }

    .why-created-content>p {
        font-size: 12px;
        max-width: 333px;
        margin: 6px 0 12px;
    }

    .why-created-content>div p {
        font-size: 12px;
    }

    .why-created-content>div>p {
        margin-bottom: 12px;
    }

    .offer-wrapper {
        padding: 8px 12px;
        margin-bottom: 6px;
        gap: 12px;
    }

    .why-created-content>div {
        margin: 12px 0;
    }

    .why-created-content>p:last-of-type {
        margin: 0;
    }

    .why-created .why-created-img {
        padding: 0;
    }

    .mentorship-content h3 {
        max-width: 228px;
    }

    .mentorship-content>p:last-of-type {
        max-width: 353px;
    }

    .mentorship-img-mobile {
        display: flex;
    }

    .mentorship-img-desktop {
        display: none;
    }

    .contact-section {
        background-image: url('../images/contact-background-mobile.png');
        height: 891px;
        padding-bottom: 30px;
    }

    .quick-links>img {
        width: 240px;
        height: 41px;
    }

    .quick-links {
        width: 100%;
    }

    .footer-divider {
        margin: 24px 0 25px;
    }

    .contact-section {
        background-size: auto;
    }
}