.elementor-7928 .elementor-element.elementor-element-77a03a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7928 .elementor-element.elementor-element-ac7ad00{width:100%;max-width:100%;}.elementor-7928 .elementor-element.elementor-element-428385d{--display:flex;--min-height:409px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7928 .elementor-element.elementor-element-16ca370 .elementor-repeater-item-d92c7e2.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-7928 .elementor-element.elementor-element-16ca370 .elementor-repeater-item-4b0483f.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-7928 .elementor-element.elementor-element-16ca370 .elementor-repeater-item-4fae721.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-7928 .elementor-element.elementor-element-16ca370 .elementor-repeater-item-4fae721.elementor-social-icon i{color:var( --e-global-color-astglobalcolor2 );}.elementor-7928 .elementor-element.elementor-element-16ca370 .elementor-repeater-item-4fae721.elementor-social-icon svg{fill:var( --e-global-color-astglobalcolor2 );}.elementor-7928 .elementor-element.elementor-element-16ca370{--grid-template-columns:repeat(0, auto);text-align:center;--grid-column-gap:15px;--grid-row-gap:0px;}.elementor-7928 .elementor-element.elementor-element-635adf1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-7928 .elementor-element.elementor-element-ac7ad00{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-ac7ad00 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --ast-global-color-1: #60a5fa;
            --ast-global-color-2: #ffffff;
            --ast-global-color-3: #cbd5e1;
            --ast-global-color-5: #0f172a;
        }

        body {
            background: #0f172a;
            color: #ffffff;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
        }

        /* Section Hero */
        .hero {
            height: 40vh;
            background: linear-gradient(rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.4)), 
                        url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            max-width: 1000px;
            padding: 0 2rem;
            position: relative;
            z-index: 10;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #ffffff;
        }
        
        .hero-subtitle {
            font-size: 1.25rem;
            color: #bfdbfe;
            margin-bottom: 2rem;
            line-height: 1.7;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            font-size: clamp(28px, 5vw, 42px);
            font-weight: 700;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        .section-subtitle {
            font-size: clamp(16px, 2.5vw, 18px);
            color: #cbd5e1;
            text-align: center;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        /* Section Citation - Réduite */
        .quote-separator {
            padding: 60px 0;
            background: linear-gradient(135deg, rgba(96, 165, 250, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
            position: relative;
            overflow: hidden;
        }

        .quote-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .quote-icon {
            color: #60a5fa;
            margin-bottom: 24px;
            opacity: 0.7;
            display: flex;
            justify-content: center;
        }

        .quote-text {
            font-size: clamp(16px, 2.5vw, 20px);
            line-height: 1.6;
            color: #ffffff;
            font-style: italic;
            font-weight: 300;
            margin: 0;
            position: relative;
        }

        .quote-text::before,
        .quote-text::after {
            content: '"';
            font-size: 1.3em;
            color: #60a5fa;
            font-weight: bold;
        }

        /* Section Statistiques - Réduite */
        .stats-section {
            padding: 40px 0;
            background: #0f172a;
            position: relative;
            overflow: hidden;
        }

        .stats-grid {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0;
        }

        .stat-item {
            text-align: center;
            flex: 1;
        }

        .stat-number {
            font-size: clamp(36px, 6vw, 56px);
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 6px;
            text-shadow: 0 4px 12px rgba(96, 165, 250, 0.3);
            background: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .stat-label {
            font-size: clamp(12px, 1.8vw, 14px);
            color: #cbd5e1;
            font-weight: 500;
        }

        .stat-divider {
            width: 2px;
            height: 50px;
            background: linear-gradient(180deg, transparent, #60a5fa, transparent);
            margin: 0 15px;
            flex-shrink: 0;
        }

        /* Ligne Décorative */
        .decorative-line-section {
            padding: 30px 0;
            background: #0f172a;
        }

        .decorative-line {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .line-gradient {
            height: 2px;
            width: 100%;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(96, 165, 250, 0.3) 20%, 
                #60a5fa 50%, 
                rgba(96, 165, 250, 0.3) 80%, 
                transparent 100%
            );
        }

        .line-dots {
            position: absolute;
            display: flex;
            gap: 20px;
            align-items: center;
            justify-content: center;
            background: #0f172a;
            padding: 0 20px;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #60a5fa;
            animation: pulse 2s ease-in-out infinite;
        }

        .dot:nth-child(2) {
            animation-delay: 0.3s;
        }

        .dot:nth-child(3) {
            animation-delay: 0.6s;
        }

        @keyframes pulse {
            0%, 100% {
                opacity: 0.4;
                transform: scale(1);
            }
            50% {
                opacity: 1;
                transform: scale(1.2);
            }
        }

        /* Section Partenaires Juridiques - MODIFIÉE */
        .legal-partners-carousel-section {
            padding: 80px 0;
            background: rgba(15, 23, 42, 0.95);
            display: flex;
            align-items: center;
        }

        .carousel-container {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .carousel-content {
            flex: 1;
            overflow: hidden;
            border-radius: 16px;
        }

        .carousel-slides {
            position: relative;
        }

        .carousel-slide {
            display: none;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            padding: 20px;
            background: rgba(96, 165, 250, 0.02);
            border: 1px solid rgba(96, 165, 250, 0.1);
            border-radius: 16px;
            animation: slideIn 0.5s ease-in-out;
        }

        .carousel-slide.active {
            display: grid;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .partner-carousel-card {
            background: rgba(96, 165, 250, 0.05);
            border: 1px solid rgba(96, 165, 250, 0.1);
            border-radius: 16px;
            padding: 28px;
            transition: all 0.3s ease;
            min-height: 320px;
            display: flex;
            flex-direction: column;
        }

        .partner-carousel-card:hover {
            transform: translateY(-8px);
            border-color: rgba(96, 165, 250, 0.3);
            box-shadow: 0 12px 32px rgba(96, 165, 250, 0.15);
        }

        .card-header {
            text-align: center;
            margin-bottom: 24px;
            flex-shrink: 0;
        }

        .card-icon {
            font-size: 48px;
            display: block;
            margin-bottom: 16px;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
            transition: transform 0.3s ease;
        }

        .partner-carousel-card:hover .card-icon {
            transform: scale(1.1);
        }

        .card-title {
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .card-description {
            color: #cbd5e1;
            line-height: 1.5;
            font-size: 14px;
        }

        .specialties-list {
            list-style: none;
            padding: 0;
            margin: 0;
            flex: 1;
        }

        .specialties-list li {
            color: #cbd5e1;
            line-height: 1.5;
            margin-bottom: 6px;
            padding-left: 20px;
            position: relative;
            font-size: 14px;
        }

        .specialties-list li::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: #60a5fa;
        }

        .partner-carousel-card:hover .specialties-list li {
            color: #ffffff;
        }

        .partner-carousel-card:hover .specialties-list li::before {
            transform: translateX(4px);
            transition: transform 0.3s ease;
        }

        /* Carousel Buttons avec flèches CSS */
        .carousel-button {
            background: transparent;
            border: none;
            color: #60a5fa;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
            font-size: 24px;
            position: relative;
        }

        .carousel-button::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            border-top: 3px solid #60a5fa;
            border-right: 3px solid #60a5fa;
            transition: all 0.3s ease;
        }

        .carousel-button-prev::before {
            transform: rotate(-135deg);
            left: 14px;
        }

        .carousel-button-next::before {
            transform: rotate(45deg);
            left: 10px;
        }

        .carousel-button:hover {
            color: #ffffff;
            transform: scale(1.1);
            text-shadow: 0 2px 8px rgba(96, 165, 250, 0.5);
        }

        .carousel-button:hover::before {
            border-color: #ffffff;
        }

        .carousel-button:active {
            transform: scale(0.95);
        }

        /* Section Partenaires Médicaux */
        .medical-partners-section {
            padding: 80px 0;
            background: rgba(15, 23, 42, 0.95);
        }

        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 32px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .partner-block {
            background: rgba(96, 165, 250, 0.05);
            border: 1px solid rgba(96, 165, 250, 0.1);
            border-radius: 16px;
            padding: 32px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .partner-block:hover {
            transform: translateY(-8px);
            border-color: rgba(96, 165, 250, 0.3);
            box-shadow: 0 12px 32px rgba(96, 165, 250, 0.15);
        }

        .partner-icon {
            color: #60a5fa;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .partner-block:hover .partner-icon {
            transform: scale(1.1);
        }

        .partner-title {
            color: #ffffff;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .partner-subtitle {
            color: #cbd5e1;
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .partner-list {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }

        .partner-list li {
            color: #cbd5e1;
            line-height: 1.6;
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative;
        }

        .partner-list li::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: #60a5fa;
        }

        /* Section Expertise Technique */
        .technical-expertise-section {
            padding: 120px 0;
            background: #0f172a;
        }

        .expertise-timeline {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }

        .timeline-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, #60a5fa, #3b82f6);
            transform: translateX(-50%);
        }

        .expertise-item {
            position: relative;
            margin-bottom: 80px;
        }

        .expertise-item:nth-child(odd) .item-content {
            margin-right: calc(50% + 60px);
            text-align: right;
        }

        .expertise-item:nth-child(even) .item-content {
            margin-left: calc(50% + 60px);
            text-align: left;
        }

        .timeline-icon {
            position: absolute;
            left: 50%;
            top: 20px;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #60a5fa, #3b82f6);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            box-shadow: 0 4px 12px rgba(96, 165, 250, 0.3);
            z-index: 2;
        }

        .item-content {
            background: rgba(96, 165, 250, 0.05);
            border: 1px solid rgba(96, 165, 250, 0.1);
            border-radius: 16px;
            padding: 32px;
            transition: all 0.3s ease;
        }

        .item-content:hover {
            transform: translateY(-8px);
            border-color: rgba(96, 165, 250, 0.3);
            box-shadow: 0 12px 32px rgba(96, 165, 250, 0.15);
        }

        .item-header {
            margin-bottom: 24px;
        }

        .item-title {
            color: #ffffff;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .item-description {
            color: #cbd5e1;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 12px;
        }

        .expertise-tag {
            background: rgba(96, 165, 250, 0.1);
            border: 1px solid rgba(96, 165, 250, 0.2);
            color: #cbd5e1;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .expertise-tag:hover {
            background: rgba(96, 165, 250, 0.2);
            color: #ffffff;
            border-color: rgba(96, 165, 250, 0.4);
        }

        /* Section Correspondants Mondiaux */
        .correspondants-section {
            padding: 80px 40px;
            background-color: var(--ast-global-color-5);
            position: relative;
            overflow: hidden;
        }

        .correspondants-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .correspondants-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .correspondants-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 24px;
            letter-spacing: -0.5px;
        }

        .correspondants-description {
            color: var(--ast-global-color-3);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Boutons de régions */
        .region-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-bottom: 48px;
        }

        .region-button {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 24px;
            border: 2px solid #334155;
            background: transparent;
            color: var(--ast-global-color-3);
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .region-button:hover {
            border-color: var(--ast-global-color-1);
            color: var(--ast-global-color-2);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(96, 165, 250, 0.2);
        }

        .region-button.active {
            border-color: var(--ast-global-color-1);
            background: var(--ast-global-color-1);
            color: #0f172a;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
        }

        /* Contenu des régions */
        .region-content {
            min-height: 300px;
            display: none;
            animation: fadeInUp 0.6s ease-out;
        }

        .region-content.active {
            display: block;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .region-info {
            background: rgba(96, 165, 250, 0.1);
            border: 1px solid var(--ast-global-color-1);
            border-radius: 12px;
            padding: 32px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .region-info:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            border-color: #93c5fd;
            background: rgba(96, 165, 250, 0.15);
        }

        .region-info h3 {
            color: var(--ast-global-color-1);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .region-cities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 16px;
        }

        .city-card {
            background: rgba(15, 23, 42, 0.5);
            border-radius: 8px;
            padding: 16px;
            border-left: 3px solid var(--ast-global-color-1);
            transition: all 0.3s ease;
        }

        .city-card:hover {
            background: rgba(15, 23, 42, 0.8);
            transform: translateX(5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .city-name {
            color: var(--ast-global-color-2);
            font-weight: 600;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .city-name::before {
            content: "📍";
            font-size: 14px;
        }

        .city-description {
            color: var(--ast-global-color-3);
            font-size: 14px;
            line-height: 1.5;
        }

        /* Bouton voir tous les pays */
        .view-all-container {
            text-align: center;
            margin-top: 48px;
        }

        .view-all-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            border: 2px solid var(--ast-global-color-1);
            background: transparent;
            color: var(--ast-global-color-1);
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }

        .view-all-button:hover {
            background: var(--ast-global-color-1);
            color: #0f172a;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
        }

        /* Section FAQ */
        .faq-section {
            padding: 80px 0;
            background: rgba(15, 23, 42, 0.95);
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .faq-item {
            background: rgba(96, 165, 250, 0.05);
            border: 1px solid rgba(96, 165, 250, 0.1);
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: rgba(96, 165, 250, 0.3);
            box-shadow: 0 4px 12px rgba(96, 165, 250, 0.1);
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            padding: 20px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            text-align: left;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(96, 165, 250, 0.08);
        }

        .faq-text {
            flex: 1;
        }

        .faq-arrow {
            color: #60a5fa;
            transition: transform 0.3s ease;
        }

        .faq-arrow.rotated {
            transform: rotate(90deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            background: rgba(96, 165, 250, 0.02);
        }

        .faq-item.open .faq-answer {
            max-height: 200px;
            padding: 0 24px 20px;
        }

        .faq-answer p {
            color: #cbd5e1;
            line-height: 1.6;
            margin: 0;
        }

        /* Modal */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            padding: 20px;
        }

        .modal-content {
            background: #1e293b;
            border: 1px solid rgba(96, 165, 250, 0.2);
            border-radius: 16px;
            padding: 32px;
            max-width: 600px;
            width: 100%;
            max-height: 80vh;
            overflow-y: auto;
        }

        .modal-content h3 {
            color: #ffffff;
            font-size: 24px;
            margin-bottom: 20px;
            text-align: center;
        }

        .countries-list {
            list-style: none;
            padding: 0;
            margin: 0 0 24px 0;
        }

        .countries-list li {
            color: #cbd5e1;
            line-height: 1.6;
            margin-bottom: 12px;
            padding-left: 16px;
            position: relative;
        }

        .countries-list li::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: #60a5fa;
        }

        .countries-list strong {
            color: #60a5fa;
        }

        .modal-close {
            background: #60a5fa;
            color: #0f172a;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            display: block;
            margin: 0 auto;
            transition: all 0.3s ease;
        }

        .modal-close:hover {
            background: #3b82f6;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .stats-grid {
                flex-direction: column;
                gap: 30px;
            }

            .stat-divider {
                width: 100px;
                height: 2px;
                margin: 0;
            }

            .carousel-slide {
                grid-template-columns: repeat(2, 1fr);
            }

            .carousel-container {
                flex-direction: column;
                gap: 30px;
            }

            .carousel-button {
                position: static;
            }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }

            .stats-grid {
                flex-direction: column;
                gap: 20px;
            }

            .carousel-slide {
                grid-template-columns: 1fr;
            }
            
            .timeline-line {
                left: 20px;
            }

            .timeline-icon {
                left: 20px;
                width: 40px;
                height: 40px;
            }

            .expertise-item:nth-child(odd) .item-content,
            .expertise-item:nth-child(even) .item-content {
                margin-left: 60px;
                margin-right: 0;
                text-align: left;
            }

            .partners-grid {
                grid-template-columns: 1fr;
            }

            .region-buttons {
                flex-direction: column;
                align-items: center;
            }

            .region-cities-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }

            .partner-block,
            .partner-carousel-card {
                padding: 20px;
            }

            .item-content {
                padding: 20px;
            }

            .modal-content {
                padding: 20px;
                margin: 10px;
            }

            .quote-text {
                font-size: 16px;
            }
        }/* End custom CSS */