@media only screen and (min-width: 100px) and (max-width: 1799px) {
    :root {
        /* Font sizes */
        --font-size-xs: 12px;
        --font-size-sm: 14px;
        --font-size-base: 16px;
        --font-size-lg: 18px;
        --font-size-xl: 18px;
        --font-size-2xl: 20px;
        --font-size-28: 24px;
        --font-size-30: 26px;
        --font-size-36: 34px;
        --font-size-3xl: 36px;
        --font-size-50: 45px;
        --font-size-4xl: 60px;
        --font-size-5xl: 85px;
        --font-size-6xl: 90px;
        --font-size-7xl: 80px;

        /* Spacing */
        --spacing-xs: 8px;
        --spacing-sm: 12px;
        --spacing-md: 16px;
        --spacing-lg: 20px;
        --spacing-xl: 24px;
        --spacing-2xl: 32px;
        --spacing-3xl: 40px;
        --spacing-4xl: 48px;
        --spacing-5xl: 55px;
        --spacing-6xl: 65px;

        /* Header */
        --header-height: 80px;
    }

    .banner h1 {
        font-size: 52px;
    }

    .inner-banner h1 {
        font-size: var(--font-size-4xl);
    }

    .banner h1 strong {
        font-size: 64px;
    }

    .banner p {
        max-width: 590px;
    }

    .box-card {
        padding: 40px;
    }

    .traineeship .activity .active p {
        width: 550px;
        color: #fff;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1599px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1366px;
    }

    :root {
        /* Font sizes */
        --font-size-xs: 11px;
        --font-size-sm: 13px;
        --font-size-base: 16px;
        --font-size-lg: 20px;
        --font-size-xl: 22px;
        --font-size-2xl: 23px;
        --font-size-28: 24px;
        --font-size-30: 26px;
        --font-size-36: 32px;
        --font-size-3xl: 28px;
        --font-size-50: 46px;
        --font-size-4xl: 55px;
        --font-size-5xl: 68px;
        --font-size-6xl: 75px;
        --font-size-7xl: 70px;

        /* Spacing */
        --spacing-xs: 6px;
        --spacing-sm: 10px;
        --spacing-md: 14px;
        --spacing-lg: 18px;
        --spacing-xl: 22px;
        --spacing-2xl: 28px;
        --spacing-3xl: 35px;
        --spacing-4xl: 42px;
        --spacing-5xl: 48px;
        --spacing-6xl: 55px;

        /* Header */
        --header-height: 70px;
    }

    .title-wrap .title-bottom {
        font-size: 30px;
    }

    .btn-product {
        padding-left: 12px;
    }

    .product-card {
        padding: 12px;
    }

    .feature-card .btn-card {
        line-height: 1.2;
        gap: 15px;
    }

    .contact-details {
        padding-right: 15px;
    }

    .spacing {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .box-card {
        padding: 24px;
    }

    .services-col {
        padding-bottom: 100px;
    }

    .services-outer {
        background-position: 0px 30px;
        background-color: #242424;
    }

    .team-member-card>* {
        padding: 0 30px;
    }

    .idvas-container .trusted-star {
        flex-direction: column;
        align-items: start !important;
    }

    .traineeship .activity .active p {
        width: 500px;
    }
    .main-navigation ul li {
        margin: 0 8px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px;
    }

    :root {
        /* Font sizes */
        --font-size-xs: 11px;
        --font-size-sm: 13px;
        --font-size-base: 16px;
        --font-size-lg: 17px;
        --font-size-xl: 18px;
        --font-size-2xl: 20px;
        --font-size-28: 22px;
        --font-size-30: 25px;
        --font-size-36: 26px;
        --font-size-3xl: 26px;
        --font-size-50: 40px;
        --font-size-4xl: 46px;
        --font-size-5xl: 58px;
        --font-size-6xl: 62px;
        --font-size-7xl: 66px;

        /* Spacing */
        --spacing-xs: 6px;
        --spacing-sm: 10px;
        --spacing-md: 14px;
        --spacing-lg: 18px;
        --spacing-xl: 22px;
        --spacing-2xl: 28px;
        --spacing-3xl: 35px;
        --spacing-4xl: 42px;
        --spacing-5xl: 48px;
        --spacing-6xl: 55px;

        /* Header */
        --header-height: 70px;
    }

    .banner h1 {
        font-size: 48px;
    }

    .banner h1 strong {
        font-size: 59px;
    }

    .banner p {
        max-width: 520px;
    }

    .card-text {
        font-size: 16px;
    }

    .breast-card p {
        font-size: 16px;
    }

    .product-card .card-title a {
        font-size: 24px;
    }

    span.title-top {
        font-size: 30px;
    }

    .navbar-nav {
        gap: 40px;
        margin-right: 40px;
    }

    .title-wrap .title-bottom {
        font-size: 28px;
    }

    .title-wrap .title-top,
    .title-wrap .title-bottom {
        font-size: 24px;
    }

    .btn-product-wrap {
        flex-direction: column;
    }

    .btn-product {
        padding-left: 15px;
    }

    .btn-book.ms-2 {
        margin-left: 0 !important;
    }

    .services-col {
        padding-bottom: 50px;
    }

    .hero-pagination-tabs {
        padding: 0px 30px;
    }

    .swiper-pagination-custom-tab:last-child {
        margin: 0;
    }

    .main-navigation ul li {
        margin: 0 8px;
    }.site-branding img {
    max-height: 120px;}
}

@media only screen and (min-width: 100px) and (max-width: 1299px) {
    :root {
        /* Font sizes */
        --font-size-base: 16px;
        --font-size-30: 22px;
        --font-size-36: 28px;
        --font-size-50: 32px;
        --font-size-4xl: 42px;
        --font-size-5xl: 65px;
        --font-size-6xl: 65px;
        --font-size-7xl: 60px;
    }

    .banner h1 {
        font-size: 52px;
    }

    .banner h1 strong {
        font-size: 64px;
    }

    .partner-slider::before {
        top: -58px;
    }

    .contact-info-box .contact-number {
        /* font-size: 18px; */
    }
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
    :root {
        /* Font sizes */
        --font-size-4xl: 50px;
        --font-size-5xl: 55px;
        --font-size-6xl: 55px;
        --font-size-7xl: 55px;
        --font-size-50: 36px;
        --font-size-3xl: 30px;
        --font-size-36: 28px;
        --font-size-30: 24px;
        --font-size-28: 22px;
        --font-size-2xl: 20px;
    }

    .how-we-work-arrow {
        display: none;
    }

    .top-bar .contact-info {
        flex-direction: column;
        gap: 5px;
        padding: 10px 0 0;
    }

    header {
        position: unset;
        background-color: #D5BBD3;
    }

    .top-bar a {
        font-size: 14px;
    }

    .top-bar .contact-item {
        margin: 0;
        font-size: 14px;
    }

    section.banner {
        background-position: bottom center;
        aspect-ratio: unset;
        padding-top: 10%;
        padding-bottom: 35%;
    }

    .banner h1 {
        font-size: 28px;
        letter-spacing: 0px;
    }

    .banner h1 strong {
        font-size: 35px;
    }

    .banner-text {
        background-color: #e11f8f3b;
        padding: 15px 15px;
        border-radius: 20px;
    }

    span.title-top {
        font-size: 24px;
    }

    section.boxes {
        margin-top: 0;
    }

    .spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .btn-wrap:has(.btn~.btn) {
        flex-direction: column;
        gap: 0px;
    }

    .btn-wrap:has(.btn~.btn) a {
        min-width: 210px;
    }

    .btn-wrap:has(.btn~.btn) {
        flex-direction: column;
        gap: 0px;
        margin-top: 15px;
    }

    .btn-wrap:has(.btn~.btn) a {
        min-width: 210px;
    }

    .swiper-button-prev-custom::after,
    .swiper-button-next-custom::after {
        font-size: 35px;
    }

    .swiper-button-next-custom,
    .swiper-button-prev-custom {
        top: auto;
        bottom: -120px;
    }

    .swiper-container-custom::before {
        border: unset;
    }

    .testimonial-text {
        font-size: 16px;
        -webkit-line-clamp: unset;
        padding: 0;
    }

    .testimonial-author {
        margin: 0;
        font-size: 19px;
    }

    .ticket.bottom {
        margin-top: 25px;
    }

    section.petition {
        background-position: top center;
        padding: 50% 0px 20%;
        margin-bottom: 15%;
    }

    .petition::before {
        width: 278px;
        height: 85px;
    }

    .goal-logo img {
        max-width: 60px;
        height: auto;
    }

    .goal-wrap {
        padding: 20% 5px 12%;
    }

    section.goals,
    .help {
        padding: 0px 15px;
    }

    .btn-wrap.btn-twin:has(.btn~.btn) {
        gap: 5px;
        padding: 0 10px;
    }

    .help-wrap {
        padding: 5% 0 7%;
    }

    .footer-content p {
        font-size: 15px;
    }

    .footer-section {
        padding: 15px 0 10px;
    }

    .center-image img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .center-image {
        text-align: center;
        overflow: hidden;
        margin: -40px 0;
    }

    .center-image.ribbon-image img {
        height: 70px;
    }

    .center-image.ribbon-image {
        margin: 0;
    }

    .zigzag p {
        margin-top: 15px;
    }

    .breast-content {
        padding-top: 50px;
    }

    .helpus .help-wrap {
        padding: 20% 0 20%;
    }

    .helpus .title-wrap>img {
        width: 50px;
        height: 50px;
    }

    .image-grid .col-lg-6,
    .image-grid .col-md-6 {
        /* padding-top: 0; */
        padding-bottom: 0;
    }

    .image-item:has(~.image-item) {
        margin-bottom: 20px;
    }

    section.banner.inner-banner {
        padding-top: 0%;
    }

    .single-product .woo-wrap {
        padding: 0 15px var(--spacing-6xl) !important;
    }

    .contact-card {
        padding: 15px;
    }

    .contact-form-wrapper {
        padding: 15px;
    }

    .privacy-policy-check {
        flex: 0 0 100%;
        margin-bottom: 0;
    }

    .d-flex:has(.privacy-policy-check) {
        flex-direction: column;
    }

    .zigzag-small .title-wrap .title-top,
    .zigzag-small .title-wrap .title-bottom {
        font-size: 16px;
    }

    .navbar-wrap {
        justify-content: flex-start;
        padding: 20px 0 0;
    }

    .navbar-nav {
        gap: 15px;
        margin-bottom: 30px;
    }

    .navbar-nav .sub-menu {
        position: unset;
        display: block;
        background-color: transparent;
        padding: 0 20px 0;
        margin-top: 15px;
    }

    .navbar-nav .sub-menu li {
        margin-bottom: 10px;
    }

    .navbar-nav .sub-menu li a {
        color: #000;
    }

    /* Home Page Mobile Adjustments 991px */
    .home-hero {
        min-height: 60vh;
        /* Reduce height on tablet/mobile */
        background-position: center left;
    }

    .hero-action-box {
        max-width: 100%;
    }

    .service-card {
        min-height: 200px !important;
        /* Allow shrinking */
    }

    .story-card-img {
        height: 250px;
    }

    .process-row {
        flex-direction: column;
    }

    .traineeship .activity:hover,
    .traineeship .activity {
        width: auto;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.41) 65%, rgba(0, 0, 0, 0.62) 100%);
    }

    .traineeship .activity:hover .inactive,
    .traineeship .activity .inactive {
        display: none;
    }

    .traineeship .activity .active p {
        width: 100%;
    }

    .traineeship .activity .active {
        display: flex;
    }

    .traineeship .activity:hover .activity-icon img,
    .traineeship .activity .activity-icon img {
        filter: grayscale(0);
    }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    :root {
        /* Font sizes */
        --font-size-7xl: 45px;
        --font-size-6xl: 44px;
        --font-size-5xl: 40px;
        --font-size-4xl: 36px;
        --font-size-50: 32px;
        --font-size-3xl: 28px;
        --font-size-36: 26px;
        --font-size-30: 22px;
        --font-size-28: 20px;
        --font-size-2xl: 18px;
        --font-size-xl: 18px;
    }

    /* Home Page Mobile Adjustments 767px */
    .home-hero h1 {
        font-size: 2rem;
    }

    .intro-section h2 {
        font-size: 1.25rem !important;
    }

    .service-card .h4 {
        font-size: 1.2rem;
    }

    .impact-section .display-5 {
        font-size: 2rem;
    }

    .volunteer-section .col-6 {
        padding: 5px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 599px) {
    :root {
        /* Font sizes */
        --font-size-2xl: 18px;
        --font-size-28: 18px;
        --font-size-30: 18px;
        --font-size-36: 22px;
        --font-size-3xl: 26px;
        --font-size-50: 28px;
        --font-size-4xl: 30px;
        --font-size-5xl: 32px;
        --font-size-6xl: 34px;
        --font-size-7xl: 36px;

        /* Spacing */
        --spacing-3xl: 25px;
        --spacing-6xl: 50px;

        /* Header */
        --header-height: 60px;
    }

    .woocommerce div.product form.cart .quantity input.qty {
        height: 42px !important;
    }

    .woocommerce-cart .entry-header,
    .woocommerce-checkout .entry-header {
        padding: 30px 15px 30px !important;
    }

    .woocommerce-cart .entry-header .entry-title,
    .woocommerce-checkout .entry-header .entry-title {
        font-size: 32px;
        margin-bottom: 0;
    }

    .wc-block-components-totals-item,
    .wc-block-components-totals-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .services-outer {
        padding: 50px 30px 30px 30px;
        background-image: none !important;
    }

    .services-col {
        padding-bottom: 0px;
    }

    .impact-card {
        padding: 50px 30px 30px 30px;
        background-image: none !important;
    }

    .border-bottom-lg-1 {
        border: unset;
    }

    .border-end-lg-1 {
        border: unset;
    }

    .stat-item {
        padding: 15px;
    }

    .stat-item>div {
        flex-direction: column-reverse;
        gap: 15px;
        margin-bottom: 15px;
    }

    .about-section .content-center {
        margin: 45px 0;
    }

    .about-section .content-center {
        margin: 45px 0;
        padding: 0 15px;
    }

    .partner-slider {
        margin-top: 60px;
    }

    .partner-slider::before {
        display: none;
    }

    .card-alpha .card-img-overlay {
        padding: 30px 30px;
    }

    .card-alpha .card-img {
        aspect-ratio: 1150 / 1160;
    }

    .card-alpha .play-btn {
        position: unset;
    }

    .card-green .card-img-overlay,
    .card-rating {
        padding: 30px;
    }

    .card-rating h6 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .site-footer {
        padding: 30px 15px 30px;
    }

    .hero-bg-overlay {
        background-color: #00000085;
    }

    .home-hero .swiper-slide {
        background-position: -100% center;
    }

    .col-lg-7:has(.stat-item) {
        padding: 0;
    }

    .volunteer-inner {
        padding: 25px 25px;
    }

    .zigzag-content p em {
        margin-right: 0px;
    }

    .inner-banner h1 {
        line-height: var(--line-height-tight);
    }

    .inb-wrap {
        background-position: 80% center;
    }

    .newsletter-form p {
        flex-direction: column;
        align-items: center;
        gap: 0 !important;
    }

    .trusted-star span {
        font-size: 14px;
    }

    .video-image-container .play-btn-overlay {
        bottom: 30px;
        left: 30px;
    }

    .video-image-container .play-btn-overlay {
        bottom: 30px;
        left: 30px;
    }

    .about-video-section .video-image-container>img {
        aspect-ratio: 982 / 915;
    }

    section.about-video-section .video-image-container .play-btn-overlay {
        padding: 15px;
    }

    .team-member-card .team-member-title {
        font-size: 16px;
    }

    .traineeship .activity .active .title {
        font-size: var(--font-size-36);
    }

    .traineeship .activity .relative-block {
        min-height: 430px;
    }

    .single-post .spacing {
        display: none;
    }

    .footer-heading {
        font-size: 20px;
    }

    .form-half {
        flex: 1 1 100%;
    }

    .volunteer-application-form .form-submission p {
        flex-wrap: wrap;
        gap: 15px;
    }

    .volunteer-application-form .wpcf7-radio .wpcf7-list-item {
        margin-bottom: 15px;
    }

    .self-referral-form-wrap {
        margin-top: 30px;
        padding: 15px;
    }

    .safe-to-leave-message {
        flex-direction: column;
    }

    .card-img-overlay {
        padding: 30px 15px;
    }

    .form-box {
        padding: 30px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 399px) {
    :root {
        /* Font sizes */
        --font-size-7xl: 32px;
        --font-size-6xl: 30px;
        --font-size-5xl: 28px;
        --font-size-4xl: 26px;
        --font-size-50: 24px;
        --font-size-3xl: 22px;
        --font-size-36: 20px;
        --font-size-30: 18px;
        --font-size-28: 17px;
        --font-size-2xl: 16px;
        --font-size-xl: 16px;
    }
}