/* 
 * Responsive Styles
 * ARISE Landing Page
 * Organized by component, then by breakpoint (largest to smallest)
 */

/* ============================================
   HEADER RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1919px) and (min-width: 1400px) {
    .site-header {
        padding: 35px 80px;
    }
    .site-header .logo {
        height: 48px;
    }
    .site-header .nav-link {
        font-size: 1.0625rem;
        padding: 8px 18px !important;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .site-header {
        padding: 30px 60px;
    }
    .site-header .logo {
        height: 44px;
    }
    .site-header .nav-link {
        font-size: 1.0rem;
        padding: 8px 16px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .site-header {
        padding: 25px 40px;
    }
    .site-header .logo {
        height: 40px;
    }
    .site-header .nav-link {
        font-size: 0.9375rem;
        padding: 8px 14px !important;
    }
}

@media (max-width: 991px) {
    .site-header {
        padding: 20px 30px;
    }
    .site-header .logo {
        height: 36px;
    }
    .site-header .navbar-brand {
        font-size: 1.25rem !important;
    }
    .site-header .nav-link {
        font-size: 1.0rem;
        padding: 8px 16px !important;
    }
    .navbar-nav.ms-auto {
        flex-direction: column;
        align-items: flex-start !important;
        margin-top: 15px;
    }
    .nav-item.dropdown {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .site-header {
        padding: 15px 20px;
    }
    .site-header .logo {
        height: 32px;
    }
    .site-header .navbar-brand {
        font-size: 1.125rem !important;
    }
    .site-header .nav-link {
        font-size: 0.9375rem;
        padding: 8px 12px !important;
    }
    .site-header .dropdown-toggle {
        font-size: 0.9375rem !important;
        padding: 8px 12px !important;
    }
}

/* ============================================
   FONT CONTROLS RESPONSIVE STYLES
   ============================================ */

@media (max-width: 991px) {
    .font-controls {
        margin-right: 10px !important;
    }
    .btn-font-size {
        width: 32px;
        height: 32px;
    }
    .btn-font-size.btn-decrease-font .font-size-label {
        font-size: 0.875rem;
    }
    .btn-font-size.btn-default-font .font-size-label {
        font-size: 1.125rem;
    }
    .btn-font-size.btn-increase-font .font-size-label {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .font-controls {
        margin-right: 8px !important;
    }
    .btn-font-size {
        width: 30px;
        height: 30px;
    }
    .btn-font-size.btn-decrease-font .font-size-label {
        font-size: 0.8125rem;
    }
    .btn-font-size.btn-default-font .font-size-label {
        font-size: 1.0rem;
    }
    .btn-font-size.btn-increase-font .font-size-label {
        font-size: 1.25rem;
    }
}

/* ============================================
   HERO SECTION RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1919px) and (min-width: 1400px) {
    .hero-section .wraper {
        width: calc(100% + 160px);
    }
    .hero-section .row {
        min-height: 580px;
    }
    .hero-content {
        padding: 20px 45px;
    }
    .hero-content .hero-decorative-dot.top-right {
        top: 15px;
        right: 15px;
    }
    .hero-title {
        font-size: 5.0rem;
        margin-bottom: 45px;
    }
    .audio-icon {
        width: 2rem;
        height: 2rem;
    }
    .audio-play-btn {
        left: 4rem;
    }
    .hero-description {
        font-size: 1.25rem;
        margin-bottom: 28px;
    }
    .hero-cta-button-container {
        margin-bottom: 20px;
    }
    .hero-cta-button-bg {
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero-cta-button {
        font-size: 1.75rem;
        padding: 28px 45px;
        color: black;
    }
    .btn-hero {
        font-size: 1.125rem;
        height: 60px;
        padding: 12px 22px;
    }
    .hero-image-left {
        width: 350px;
        height: 445px;
    }
    .hero-image-left .hero-decorative-dot.bottom-left {
        right: 70px;
    }
    .hero-image-right {
        width: 370px;
        height: 465px;
    }
    .hero-decorative-dot {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .hero-section .wraper {
        width: calc(100% + 120px);
    }
    .hero-section .row {
        min-height: 520px;
    }
    .hero-content {
        padding: 20px 35px;
    }
    .hero-content .hero-decorative-dot.top-right {
        top: 12px;
        right: 12px;
    }
    .hero-title {
        font-size: 4.0625rem;
        margin-bottom: 38px;
    }
    .audio-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .hero-description {
        font-size: 1.125rem;
        margin-bottom: 25px;
    }
    .hero-cta-button-container {
        margin-bottom: 18px;
    }
    .hero-cta-button-bg {
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero-cta-button {
        font-size: 1.5rem;
        padding: 24px 38px;
        color: black;
    }
    .btn-hero {
        font-size: 1.0rem;
        height: 55px;
        padding: 10px 20px;
    }
    .hero-image-left {
        width: 300px;
        height: 380px;
    }
    .hero-image-left .hero-decorative-dot.bottom-left {
        right: 55px;
    }
    .hero-image-right {
        width: 320px;
        height: 400px;
    }
    .hero-decorative-dot {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hero-section .wraper {
        width: calc(100% + 80px);
    }
    .hero-section .row {
        min-height: 480px;
    }
    .hero-content {
        padding: 20px 28px;
    }
    .hero-content .hero-decorative-dot.top-right {
        top: 10px;
        right: 10px;
    }
    .hero-title {
        font-size: 3.25rem;
        margin-bottom: 32px;
    }
    .audio-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .audio-play-btn {
        left: 3rem;
    }
    .hero-description {
        font-size: 1.0rem;
        margin-bottom: 22px;
    }
    .hero-cta-button-container {
        margin-bottom: 16px;
    }
    .hero-cta-button-bg {
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero-cta-button {
        font-size: 1.25rem;
        padding: 20px 32px;
        color: black;
    }
    .btn-hero {
        font-size: 0.9375rem;
        height: 50px;
        padding: 10px 18px;
    }
    .hero-image-left {
        width: 240px;
        height: 305px;
    }
    .hero-image-left .hero-decorative-dot.bottom-left {
        right: 45px;
    }
    .hero-image-right {
        width: 260px;
        height: 325px;
    }
    .hero-decorative-dot {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 991px) {
    .hero-section .wraper {
        width: 100%;
        left: 0;
        transform: none;
    }
    .hero-section .row {
        flex-wrap: wrap;
        min-height: auto;
    }
    .hero-section .col-lg-4 {
        margin-bottom: 30px;
    }
    .hero-content {
        padding: 30px 20px;
    }
    .hero-title {
        font-size: 2.625rem;
        margin-bottom: 25px;
    }
    .hero-description {
        font-size: 0.9375rem;
        margin-bottom: 20px;
    }
    .hero-cta-button-container {
        margin-bottom: 15px;
    }
    .hero-cta-button-bg {
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero-cta-button {
        font-size: 1.125rem;
        padding: 14px 24px;
        color: black;
    }
    .btn-hero {
        font-size: 0.875rem;
        padding: 10px 18px;
        height: auto;
    }
    .hero-image-left,
    .hero-image-right {
        width: 100% !important;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        transform: none !important;
    }
    .hero-image-left img,
    .hero-image-right img {
        border-radius: 20px !important;
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .hero-decorative-dot,
    .hero-content .hero-decorative-dot.top-right,
    .hero-image-left .hero-decorative-dot.bottom-left {
        display: none !important;
    }

    .audio-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .audio-play-btn {
        left: -3rem !important;
    }
}

@media (max-width: 767px) {
    .hero-section .wraper {
        width: 100%;
        left: 0;
        transform: none;
    }
    .hero-content {
        padding: 20px 15px;
    }
    .hero-title {
        font-size: 2.0rem;
        margin-bottom: 18px;
    }
    .audio-play-btn {
        left: 1rem;
    }
    .hero-description {
        font-size: 0.875rem;
        margin-bottom: 18px;
    }
    .hero-cta-button-container {
        margin-bottom: 12px;
    }
    .hero-cta-button-bg {
        width: 100%;
        left: 0;
        right: 0;
    }
    .hero-cta-button {
        font-size: 1.0rem;
        padding: 12px 20px;
        color: black;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .hero-cta-button,
    .btn-hero {
        width: 100%;
        text-align: center;
    }
    .btn-hero {
        font-size: 0.875rem;
        padding: 12px 20px;
    }
    .hero-image-left,
    .hero-image-right {
        max-width: 100%;
        width: 100% !important;
    }
}

/* ============================================
   SECTIONS RESPONSIVE STYLES
   ============================================ */

/* Who Is It For Section Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .who-is-it-for-section .who-is-it-for-container {
        padding: 0 60px;
        gap: 20px;
    }
    .who-is-it-for-row {
        gap: 18px;
    }
    .who-title-box,
    .audience-card {
        height: 260px;
        padding: 40px;
    }
    .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 120px;
        padding-left: 120px;
    }
    .who-title-box .section-title {
        font-size: 2.5rem;
    }
    .audience-title {
        font-size: 2.5rem;
    }
    
    body.mic-toolbox-fonts-simple .who-title-box .section-title {
        font-size: 2.0rem;
    }
    body.mic-toolbox-fonts-simple .audience-title {
        font-size: 2.0rem;
    }
    body.mic-toolbox-fonts-simple .who-title-box,
    body.mic-toolbox-fonts-simple .audience-card {
        padding: 25px;
    }
    body.mic-toolbox-fonts-simple .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .who-is-it-for-section .who-is-it-for-container {
        padding: 0 45px;
        gap: 18px;
    }
    .who-is-it-for-row {
        gap: 15px;
    }
    .who-title-box,
    .audience-card {
        height: 220px;
        padding: 18px;
    }
    .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 120px;
        padding-left: 120px;
    }
    .who-title-box .section-title {
        font-size: 2.0rem;
    }
    .audience-title {
        font-size: 2.0rem;
    }
    
    body.mic-toolbox-fonts-simple .who-title-box .section-title {
        font-size: 1.625rem;
    }
    body.mic-toolbox-fonts-simple .audience-title {
        font-size: 1.625rem;
    }
    body.mic-toolbox-fonts-simple .who-title-box,
    body.mic-toolbox-fonts-simple .audience-card {
        padding: 15px;
    }
    body.mic-toolbox-fonts-simple .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .who-is-it-for-section .who-is-it-for-container {
        padding: 0 35px;
        gap: 12px;
    }
    .who-is-it-for-row {
        gap: 12px;
    }
    .who-title-box,
    .audience-card {
        height: 180px;
        padding: 15px;
    }
    .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 55px;
        padding-left: 55px;
    }
    .who-title-box .section-title {
        font-size: 1.625rem;
    }
    .audience-title {
        font-size: 1.625rem;
    }
    
    body.mic-toolbox-fonts-simple .who-title-box .section-title {
        font-size: 1.375rem;
    }
    body.mic-toolbox-fonts-simple .audience-title {
        font-size: 1.375rem;
    }
    body.mic-toolbox-fonts-simple .who-title-box,
    body.mic-toolbox-fonts-simple .audience-card {
        padding: 12px;
    }
    body.mic-toolbox-fonts-simple .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .who-is-it-for-section {
        padding: 30px 0;
    }
    .who-is-it-for-section .who-is-it-for-container {
        padding: 0 18px;
        gap: 12px;
    }
    .who-is-it-for-row {
        flex-direction: column;
        gap: 12px;
    }
    .who-is-it-for-row:first-child .who-title-box,
    .who-is-it-for-row:first-child .audience-card,
    .who-is-it-for-row:last-child .audience-card:first-child,
    .who-is-it-for-row:last-child .audience-card:last-child {
        flex: 1 1 100%;
        width: 100%;
    }
    .who-title-box,
    .audience-card {
        height: auto;
        min-height: 100px;
        padding: 15px 12px;
    }
    .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 40px;
        padding-left: 40px;
    }
    .who-title-box .section-title {
        font-size: 1.375rem;
    }
    .audience-title {
        font-size: 1.375rem;
    }
    
    body.mic-toolbox-fonts-simple .who-title-box .section-title {
        font-size: 1.125rem;
    }
    body.mic-toolbox-fonts-simple .audience-title {
        font-size: 1.125rem;
    }
    body.mic-toolbox-fonts-simple .who-title-box,
    body.mic-toolbox-fonts-simple .audience-card {
        padding: 12px 10px;
    }
    body.mic-toolbox-fonts-simple .who-is-it-for-row:last-child .audience-card:first-child {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Partners Section Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .partners-section {
        padding: 0 80px;
        margin-bottom: 45px;
    }
    #partners-title {
        font-size: 2.625rem;
        margin-bottom: 50px;
    }
    .partners-grid {
        gap: 55px;
    }
    .partner-logo {
        height: 55px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .partners-section {
        padding: 0 60px;
        margin-bottom: 40px;
    }
    #partners-title {
        font-size: 2.25rem;
        margin-bottom: 45px;
    }
    .partners-grid {
        gap: 45px;
    }
    .partner-logo {
        height: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .partners-section {
        padding: 0 40px;
        margin-bottom: 35px;
    }
    #partners-title {
        font-size: 1.75rem;
        margin-bottom: 35px;
    }
    .partners-grid {
        gap: 30px;
        justify-content: center;
    }
    .partner-logo {
        height: 50px;
        max-width: 180px;
        flex: 0 0 auto;
    }
}

@media (max-width: 991px) {
    .partners-section {
        padding: 0 35px;
        margin-bottom: 30px;
    }
    #partners-title {
        font-size: 1.625rem;
        margin-bottom: 30px;
    }
    .partners-grid {
        gap: 30px;
    }
    .partner-logo {
        height: 45px;
    }
}

@media (max-width: 767px) {
    .partners-section {
        padding: 0 20px;
        margin-bottom: 25px;
    }
    #partners-title {
        font-size: 1.375rem;
        margin-bottom: 25px;
    }
    .partners-grid {
        gap: 25px 20px;
    }
    .partner-logo {
        height: 40px;
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .partners-section {
        padding: 0 12px;
        margin-bottom: 20px;
    }
    #partners-title {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }
    .partners-grid {
        gap: 20px 15px;
        flex-direction: column;
    }
    .partner-logo {
        height: 50px;
        flex: 0 0 calc(50% - 8px);
    }

    .partner-logo img {
        height: inherit;
    }
}

/* How It Works Section Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .how-it-works-section {
        padding-top: 35px;
        padding-bottom: 0;
    }
    .how-it-works-flow {
        height: 650px;
        max-width: 1000px;
        margin-top: 50px;
    }
    
    .step-circle {
        width: 280px;
        height: 210px;
    }
    .step-image {
        width: 280px;
        height: 280px;
    }
    .step-label {
        font-size: 1.125rem;
        padding: 12px 10px;
        min-width: 272px;
    }
    .arrow-1 {
        width: 280px;
        top: 16%;
    }
    .arrow-2 {
        width: 160px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .how-it-works-section {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .how-it-works-flow {
        height: 580px;
        max-width: 900px;
        margin-top: 45px;
    }
    .step-circle {
        width: 240px;
        height: 180px;
    }
    .step-image {
        width: 240px;
        height: 240px;
    }
    .step-label {
        font-size: 1rem;
        padding: 10px 10px;
        min-width: 232px;
    }
    .arrow-1 {
        width: 240px;
    }
    .arrow-2 {
        width: 140px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .how-it-works-section {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .how-it-works-flow {
        height: 500px;
        max-width: 800px;
        margin-top: 40px;
    }
    .step-circle {
        width: 200px;
        height: 150px;
    }
    .step-image {
        width: 200px;
        height: 200px;
    }
    .step-label {
        font-size: 0.875rem;
        padding: 8px 10px;
        min-width: 192px;
    }
    .arrow-1 {
        width: 250px;
    }
    .arrow-2 {
        width: 130px;
        top: 64%;
        left: 60%;
    }
}

@media (max-width: 991px) {
    .how-it-works-section {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .how-it-works-wrapper {
        padding: 0 20px;
    }
    .how-it-works-flow {
        position: static;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 80px;
        padding: 0;
        max-width: 100%;
        margin: 60px auto 0;
    }
    .step-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .step-1, .step-2, .step-3 {
        left: 0;
        right: 0;
    }
    .step-circle {
        width: 300px;
        height: 225px;
    }
    .step-image {
        width: 300px;
        height: 300px;
    }
    .step-label {
        font-size: 1.1875rem;
        padding: 18px 10px;
        min-width: 294px;
        bottom: -15px;
    }
    .step-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .how-it-works-section {
        padding-top: 18px;
        padding-bottom: 0;
    }
    .how-it-works-wrapper {
        padding: 0 15px;
    }
    .how-it-works-flow {
        gap: 70px;
    }
    .step-circle {
        width: 260px;
        height: 195px;
    }
    .step-image {
        width: 260px;
        height: 260px;
    }
    .step-label {
        font-size: 1.0625rem;
        padding: 16px 10px;
        min-width: 254px;
        bottom: -12px;
    }
}

@media (max-width: 575px) {
    .how-it-works-section {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .how-it-works-wrapper {
        padding: 0 10px;
    }
    .how-it-works-flow {
        gap: 65px;
    }
    .step-circle {
        width: 220px;
        height: 165px;
    }
    .step-image {
        width: 220px;
        height: 220px;
    }
    .step-label {
        font-size: 0.9375rem;
        padding: 14px 10px;
        min-width: 215px;
        bottom: -10px;
    }
}

/* Stats Section Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .stats-section {
        padding: 48px 140px;
    }
    .stats-container {
        gap: 75px;
    }
    .stats-title {
        font-size: 3.4375rem;
        margin-top: 40px;
    }
    .stats-grid {
        gap: 26px;
    }
    .stats-card-row {
        gap: 26px;
    }
    .stat-card {
        min-width: 380px;
        padding: 42px 70px 42px 48px;
        border-radius: 70px;
    }
    .stat-number {
        font-size: 4.0625rem;
        margin-bottom: 8px;
    }
    .stat-label {
        font-size: 1.875rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .stats-section {
        padding: 42px 100px;
    }
    .stats-container {
        gap: 60px;
    }
    .stats-title {
        font-size: 3.0rem;
        margin-top: 35px;
    }
    .stats-grid {
        gap: 22px;
    }
    .stats-card-row {
        gap: 22px;
    }
    .stat-card {
        min-width: 320px;
        padding: 36px 58px 36px 42px;
        border-radius: 60px;
    }
    .stat-number {
        font-size: 3.5rem;
        margin-bottom: 8px;
    }
    .stat-label {
        font-size: 1.625rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .stats-section {
        padding: 38px 70px;
    }
    .stats-container {
        gap: 48px;
    }
    .stats-title {
        font-size: 2.625rem;
        margin-top: 28px;
    }
    .stats-grid {
        gap: 18px;
    }
    .stats-card-row {
        gap: 18px;
    }
    .stat-card {
        min-width: 270px;
        padding: 32px 48px 32px 36px;
        border-radius: 50px;
    }
    .stat-number {
        font-size: 3.0rem;
        margin-bottom: 6px;
    }
    .stat-label {
        font-size: 1.375rem;
    }
}

@media (max-width: 991px) {
    .stats-section {
        padding: 40px 40px;
    }
    .stats-container {
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }
    .stats-title {
        font-size: 2.375rem;
        text-align: center;
        margin-top: 0;
    }
    .stats-grid {
        gap: 16px;
        width: 100%;
    }
    .stats-card-row {
        flex-direction: column;
        gap: 16px;
        justify-content: center;
    }
    .stat-card {
        min-width: auto;
        width: 100%;
        padding: 32px 40px;
        border-radius: 40px;
    }
    .stat-number {
        font-size: 3.125rem;
        margin-bottom: 6px;
    }
    .stat-label {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .stats-section {
        padding: 35px 25px;
    }
    .stats-container {
        gap: 30px;
    }
    .stats-title {
        font-size: 2.0rem;
    }
    .stats-grid {
        gap: 14px;
    }
    .stats-card-row {
        gap: 14px;
    }
    .stat-card {
        padding: 28px 32px;
        border-radius: 32px;
    }
    .stat-number {
        font-size: 2.625rem;
    }
    .stat-label {
        font-size: 1.1875rem;
    }
}

@media (max-width: 575px) {
    .stats-section {
        padding: 30px 18px;
    }
    .stats-container {
        gap: 25px;
    }
    .stats-title {
        font-size: 1.625rem;
    }
    .stats-grid {
        gap: 12px;
    }
    .stats-card-row {
        gap: 12px;
    }
    .stat-card {
        padding: 24px 26px;
        border-radius: 26px;
    }
    .stat-number {
        font-size: 2.25rem;
    }
    .stat-label {
        font-size: 1.0625rem;
    }
}

/* Success Stories Section Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .stories-header {
        padding: 70px 120px 45px 120px;
    }
    .stories-title {
        font-size: 3.4375rem;
    }
    .btn-view-all {
        padding: 16px 45px;
        font-size: 1.125rem;
    }
    .stories-carousel-wrapper {
        padding: 35px 0 25px 0;
    }
    .stories-carousel {
        padding: 0 120px 35px;
    }
    .swiper-slide.story-card {
        width: auto;
        padding: 0 18px 0 18px;
    }
    .story-author-name {
        font-size: 2.0rem;
    }
    .story-author-role {
        font-size: 1.25rem;
        margin-bottom: 35px;
    }
    .story-quote {
        font-size: 1.25rem;
    }
    .carousel-controls {
        padding: 20px 0;
    }
    .carousel-btn {
        width: 95px;
        height: 65px;
        padding: 6px;
    }
    .carousel-arrow {
        width: 36px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .stories-header {
        padding: 60px 100px 40px 100px;
    }
    .stories-title {
        font-size: 3.0rem;
    }
    .btn-view-all {
        padding: 15px 40px;
        font-size: 1.0625rem;
    }
    .stories-carousel-wrapper {
        padding: 30px 0 22px 0;
    }
    .stories-carousel {
        padding: 0 100px 30px;
    }
    .swiper-slide.story-card {
        width: auto;
        padding: 0 15px 0 15px;
    }
    .story-author-name {
        font-size: 1.75rem;
    }
    .story-author-role {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }
    .story-quote {
        font-size: 1.125rem;
    }
    .carousel-controls {
        padding: 18px 0;
    }
    .carousel-btn {
        width: 90px;
        height: 60px;
        margin: 0 12px;
        padding: 6px;
    }
    .carousel-arrow {
        width: 32px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .stories-header {
        padding: 50px 70px 35px 70px;
    }
    .stories-title {
        font-size: 2.625rem;
    }
    .btn-view-all {
        padding: 14px 35px;
        font-size: 1.0rem;
    }
    .stories-carousel-wrapper {
        padding: 28px 0 20px 0;
    }
    .stories-carousel {
        padding: 0 70px 28px;
    }
    .swiper-slide.story-card {
        width: auto;
        padding: 0 13px 0 13px;
    }
    .story-author-name {
        font-size: 1.5rem;
    }
    .story-author-role {
        font-size: 1.0625rem;
        margin-bottom: 25px;
    }
    .story-quote {
        font-size: 1.0625rem;
    }
    .carousel-controls {
        padding: 16px 0;
    }
    .carousel-btn {
        width: 85px;
        height: 55px;
        margin: 0 10px;
        padding: 5px;
    }
    .carousel-arrow {
        width: 28px;
    }
}

@media (max-width: 991px) {
    .stories-header {
        padding: 45px 40px 30px 40px;
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    .stories-title {
        font-size: 2.375rem;
    }
    .btn-view-all {
        padding: 13px 32px;
        font-size: 1.0rem;
        align-self: flex-end;
    }
    .stories-carousel-wrapper {
        padding: 26px 0 18px 0;
    }
    .stories-carousel {
        padding: 0 40px 25px;
    }
    .swiper-slide.story-card {
        width: 85%;
        padding: 0 11px 0 11px;
    }
    .story-author-name {
        font-size: 1.375rem;
    }
    .story-author-role {
        font-size: 1.0rem;
        margin-bottom: 22px;
    }
    .story-quote {
        font-size: 1.0rem;
    }
    .carousel-controls {
        padding: 14px 0;
    }
    .carousel-btn {
        width: 80px;
        height: 50px;
        padding: 5px;
    }
    .carousel-arrow {
        width: 26px;
    }
}

@media (max-width: 767px) {
    .stories-header {
        padding: 40px 25px 28px 25px;
        gap: 20px;
    }
    .stories-title {
        font-size: 2.0rem;
    }
    .btn-view-all {
        padding: 12px 28px;
        font-size: 0.9375rem;
    }
    .stories-carousel-wrapper {
        padding: 24px 0 16px 0;
    }
    .stories-carousel {
        padding: 0 25px 22px;
    }
    .swiper-slide.story-card {
        width: 90%;
        padding: 0 9px 0 9px;
    }
    .story-author-name {
        font-size: 1.25rem;
    }
    .story-author-role {
        font-size: 0.9375rem;
        margin-bottom: 20px;
    }
    .story-quote {
        font-size: 0.9375rem;
    }
    .carousel-controls {
        padding: 12px 0;
    }
    .carousel-btn {
        width: 75px;
        height: 48px;
        margin: 0 8px;
        padding: 4px;
    }
    .carousel-arrow {
        width: 24px;
    }
}

@media (max-width: 575px) {
    .stories-header {
        padding: 35px 20px 25px 20px;
        gap: 18px;
    }
    .stories-title {
        font-size: 1.75rem;
    }
    .btn-view-all {
        padding: 11px 25px;
        font-size: 0.875rem;
    }
    .stories-carousel-wrapper {
        padding: 22px 0 14px 0;
    }
    .stories-carousel {
        padding: 0 20px 20px;
    }
    .swiper-slide.story-card {
        width: 95%;
        padding: 0 8px 0 8px;
    }
    .story-author-name {
        font-size: 1.125rem;
    }
    .story-author-role {
        font-size: 0.875rem;
        margin-bottom: 18px;
    }
    .story-quote {
        font-size: 0.875rem;
    }
    .carousel-controls {
        padding: 10px 0;
    }
    .carousel-btn {
        width: 70px;
        height: 45px;
        margin: 0 6px;
        padding: 4px;
    }
    .carousel-arrow {
        width: 20px;
    }
}

/* Project Goals Section Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .project-goals-section {
        padding: 50px 60px;
        margin: 30px 25px;
        border-radius: 35px;
    }
    .project-goals-section .section-title {
        font-size: 3.4375rem;
        margin-bottom: 50px;
    }
    .goal-card {
        padding: 38px 45px 52px 45px;
        border-radius: 28px;
    }
    .goal-title {
        font-size: 2.0rem;
        margin-bottom: 28px;
    }
    .goal-divider {
        margin-bottom: 32px;
    }
    .goal-description {
        font-size: 1.25rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .project-goals-section {
        padding: 45px 50px;
        margin: 25px 20px;
        border-radius: 32px;
    }
    .project-goals-section .section-title {
        font-size: 3.0rem;
        margin-bottom: 45px;
    }
    .goal-card {
        padding: 32px 38px 44px 38px;
        border-radius: 25px;
    }
    .goal-title {
        font-size: 1.75rem;
        margin-bottom: 24px;
    }
    .goal-divider {
        margin-bottom: 28px;
    }
    .goal-description {
        font-size: 1.125rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .project-goals-section {
        padding: 40px 40px;
        margin: 20px 15px;
        border-radius: 28px;
    }
    .project-goals-section .section-title {
        font-size: 2.625rem;
        margin-bottom: 40px;
    }
    .goal-card {
        padding: 28px 32px 38px 32px;
        border-radius: 22px;
    }
    .goal-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .goal-divider {
        margin-bottom: 24px;
    }
    .goal-description {
        font-size: 1.0rem;
    }
}

@media (max-width: 1200px) {
    .section-title {
        font-size: 2.375rem;
    }
}

@media (max-width: 991px) {
    .project-goals-section {
        padding: 35px 30px;
        margin: 15px 10px;
        border-radius: 25px;
    }
    .project-goals-section .section-title {
        font-size: 2.25rem;
        margin-bottom: 35px;
    }
    .goal-card {
        padding: 25px 28px 32px 28px;
        border-radius: 20px;
    }
    .goal-title {
        font-size: 1.375rem;
        margin-bottom: 18px;
    }
    .goal-divider {
        margin-bottom: 20px;
    }
    .goal-description {
        font-size: 0.9375rem;
    }
}

@media (max-width: 768px) {
    .project-goals-section {
        padding: 25px 20px;
        margin: 10px 5px;
        border-radius: 22px;
    }
    .project-goals-section .section-title {
        font-size: 2.0rem;
        margin-bottom: 25px;
        text-align: center;
    }
    .project-goals-section .row {
        --bs-gutter-y: 1.25rem;
        --bs-gutter-x: 0;
    }
    .project-goals-section .row > * {
        margin-bottom: 1.25rem;
    }
    .goal-card {
        padding: 20px 24px 24px 24px;
        border-radius: 19px;
        text-align: left;
        margin-bottom: 0;
    }
    .goal-title {
        font-size: 1.375rem;
        margin-bottom: 12px;
    }
    .goal-divider {
        margin-bottom: 14px;
    }
    .goal-description {
        font-size: 1.0rem;
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 2.0rem;
    }
    .project-goals-section {
        padding: 28px 20px;
        margin: 10px 5px;
        border-radius: 20px;
    }
    .project-goals-section .section-title {
        font-size: 1.75rem;
        margin-bottom: 28px;
        text-align: center;
    }
    .project-goals-section .row {
        --bs-gutter-y: 1.5rem;
        --bs-gutter-x: 1.25rem;
    }
    .project-goals-section .row > * {
        margin-bottom: 1.5rem;
    }
    .goal-card {
        padding: 22px 24px 28px 24px;
        border-radius: 18px;
        min-height: auto;
        text-align: left;
        margin-bottom: 0;
    }
    .goal-title {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
    .goal-divider {
        margin-bottom: 18px;
    }
    .goal-description {
        font-size: 0.875rem;
    }
    .who-is-it-for-section .who-is-it-for-container {
        padding: 0 20px;
        gap: 15px;
    }
    .who-title-box,
    .audience-card {
        min-height: 90px;
        padding: 14px 12px;
    }
    .who-title-box .section-title {
        font-size: 1.25rem;
    }
    .audience-title {
        font-size: 1.25rem;
    }
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-header .section-title {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .btn-view-all {
        width: 100%;
        text-align: center;
    }
    .eu-funding {
        align-items: flex-start;
        text-align: left;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .project-goals-section {
        padding: 25px 15px;
        margin: 8px 3px;
        border-radius: 18px;
    }
    .project-goals-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    .project-goals-section .row {
        --bs-gutter-y: 1.25rem;
        --bs-gutter-x: 1rem;
    }
    .project-goals-section .row > * {
        margin-bottom: 1.25rem;
    }
    .goal-card {
        padding: 20px 20px 24px 20px;
        border-radius: 16px;
        margin-bottom: 0;
    }
    .goal-title {
        font-size: 1.125rem;
        margin-bottom: 14px;
    }
    .goal-divider {
        margin-bottom: 16px;
    }
    .goal-description {
        font-size: 0.8125rem;
        line-height: 1.6;
    }
    .who-is-it-for-section .who-is-it-for-container {
        padding: 0 12px;
    }
    .who-title-box,
    .audience-card {
        min-height: 80px;
        padding: 12px 8px;
    }
    .who-title-box .section-title {
        font-size: 1.125rem;
    }
    .audience-title {
        font-size: 1.125rem;
    }
}

/* Footer Responsive Styles */

