/* Hakkımızda Sayfası Stilleri */

/* ============================================
   Genel Section Stilleri
   ============================================ */

/* Section'lar arası boşluk artırma */
.about-section,
.logo-meaning-section,
.name-meaning-section,
.campaign-section,
.representatives-section {
    padding: 100px 0 !important;
    margin-bottom: 0;
}

/* Section'lar arası ekstra boşluk */
.about-section {
    padding-bottom: 120px !important;
}

.logo-meaning-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.name-meaning-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.campaign-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.representatives-section {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}

.section-label {
    color: #c00e0e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #c00e0e 0%, #1f2950 100%);
    border-radius: 2px;
}

.section-title h2 {
    color: #1f2950;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.highlight-text {
    color: #c00e0e;
    font-weight: 600;
    position: relative;
}

/* ============================================
   Kuruluş Hikayesi Bölümü
   ============================================ */

.about-section {
    position: relative;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.about-image-1,
.about-image-2 {
    position: relative;
}

.image-frame {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(31, 41, 80, 0.15);
    transition: all 0.4s ease;
}

.image-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(31, 41, 80, 0.25);
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.image-frame:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(31, 41, 80, 0.1) 0%, rgba(192, 14, 14, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 15px;
}

.image-frame:hover .image-overlay {
    opacity: 1;
}

.image-frame-secondary {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(192, 14, 14, 0.15);
    transition: all 0.4s ease;
}

.image-frame-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(192, 14, 14, 0.25);
}

.image-overlay-secondary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(192, 14, 14, 0.2) 0%, rgba(31, 41, 80, 0.2) 100%);
    transition: opacity 0.4s ease;
}

.image-frame-secondary:hover .image-overlay-secondary {
    background: linear-gradient(135deg, rgba(192, 14, 14, 0.3) 0%, rgba(31, 41, 80, 0.3) 100%);
}

.about-info-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #1f2950;
}

.info-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-left-color: #c00e0e;
}

.info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f2950 0%, #2a3a6b 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.info-item:hover .info-icon {
    background: linear-gradient(135deg, #c00e0e 0%, #e01a1a 100%);
    transform: scale(1.1);
}

.info-text {
    flex: 1;
}

.info-text strong {
    display: block;
    color: #1f2950;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-text span {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.info-item:hover .info-text strong {
    color: #c00e0e;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* ============================================
   Logo Anlamı Bölümü
   ============================================ */

.logo-meaning-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.logo-image-wrapper {
    position: relative;
    padding: 20px;
}

.logo-frame {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(31, 41, 80, 0.15);
    transition: all 0.4s ease;
}

.logo-frame:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(31, 41, 80, 0.25);
}

.logo-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #1f2950 0%, #2a3a6b 100%);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

.logo-frame:hover .logo-container img {
    transform: scale(1.05);
}

.logo-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(192, 14, 14, 0.3) 0%, transparent 70%);
    animation: rotate 10s linear infinite;
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.logo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #c00e0e 0%, #e01a1a 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(192, 14, 14, 0.4);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
}

.logo-badge i {
    font-size: 16px;
}

.logo-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #1f2950;
}

.logo-feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.logo-feature-item.highlight-feature {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border-left-color: #c00e0e;
}

.logo-feature-item.highlight-feature:hover {
    background: linear-gradient(135deg, #ffe5e5 0%, #fff5f5 100%);
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f2950 0%, #2a3a6b 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-icon .feature-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.logo-feature-item:hover .feature-icon {
    background: linear-gradient(135deg, #c00e0e 0%, #e01a1a 100%);
    transform: scale(1.1) rotate(5deg);
}

.logo-feature-item.highlight-feature .feature-icon {
    background: linear-gradient(135deg, #c00e0e 0%, #e01a1a 100%);
}

.logo-feature-item.highlight-feature:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-content h4 {
    color: #1f2950;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.logo-feature-item:hover .feature-content h4 {
    color: #c00e0e;
}

.logo-feature-item.highlight-feature .feature-content h4 {
    color: #c00e0e;
}

.feature-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   İsim Anlamı Bölümü
   ============================================ */

.name-meaning-section {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    position: relative;
}

.name-image-wrapper {
    position: relative;
}

.name-image-frame {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(192, 14, 14, 0.15);
    transition: all 0.4s ease;
}

.name-image-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(192, 14, 14, 0.25);
}

.name-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.name-image-frame:hover img {
    transform: scale(1.05);
}

.name-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(192, 14, 14, 0.8) 0%, rgba(31, 41, 80, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 15px;
}

.name-image-frame:hover .name-image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: #fff;
}

.overlay-content i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.overlay-content span {
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.name-principles {
    margin-bottom: 30px;
}

.principle-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #c00e0e;
}

.principle-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-left-color: #1f2950;
}

.principle-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c00e0e 0%, #e01a1a 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.principle-item:hover .principle-icon {
    background: linear-gradient(135deg, #1f2950 0%, #2a3a6b 100%);
    transform: scale(1.1) rotate(-5deg);
}

.principle-text h4 {
    color: #1f2950;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.principle-item:hover .principle-text h4 {
    color: #c00e0e;
}

.principle-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.name-description {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #c00e0e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.name-description p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.name-description strong {
    color: #c00e0e;
    font-weight: 700;
}

/* ============================================
   Yeşil Vatan Müdafaası Bölümü
   ============================================ */

.campaign-section {
    background: linear-gradient(135deg, #f0f8f0 0%, #e8f5e8 100%);
    position: relative;
}

.campaign-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%23228b22" opacity="0.1"/></svg>');
    opacity: 0.3;
}

.campaign-image-wrapper {
    position: relative;
}

.campaign-image-frame {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(34, 139, 34, 0.2);
    transition: all 0.4s ease;
}

.campaign-image-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(34, 139, 34, 0.3);
}

.campaign-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.campaign-image-frame:hover img {
    transform: scale(1.05);
}

.campaign-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.7) 0%, rgba(46, 125, 50, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 15px;
    padding: 20px;
}

.campaign-image-frame:hover .campaign-overlay {
    opacity: 1;
}

.campaign-stats {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

.stat-item {
    text-align: center;
    color: #fff;
}

.stat-item i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-item span {
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.campaign-features {
    margin-bottom: 25px;
}

.campaign-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #2e7d32;
}

.campaign-feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-left-color: #1b5e20;
}

.campaign-feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2e7d32 0%, #388e3c 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.campaign-feature-item:hover .campaign-feature-icon {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    transform: scale(1.1) rotate(5deg);
}

.campaign-feature-text h4 {
    color: #1b5e20;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.campaign-feature-item:hover .campaign-feature-text h4 {
    color: #2e7d32;
}

.campaign-feature-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.campaign-description {
    background: linear-gradient(135deg, #f1f8f4 0%, #ffffff 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #2e7d32;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.campaign-description p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.campaign-description p:not(:last-child) {
    margin-bottom: 15px;
}

.campaign-description strong {
    color: #1b5e20;
    font-weight: 700;
}

.campaign-badge-wrapper {
    margin-top: 25px;
}

.tema-badge {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #2e7d32 0%, #388e3c 100%);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(46, 125, 50, 0.3);
    transition: all 0.3s ease;
    color: #fff;
}

.tema-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.4);
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
}

.tema-badge-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.tema-badge:hover .tema-badge-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) rotate(10deg);
}

.tema-badge-content {
    flex: 1;
}

.tema-badge-content strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tema-badge-content span {
    display: block;
    font-size: 14px;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* ============================================
   Responsive Tasarım
   ============================================ */

@media (max-width: 991px) {
    .about-section,
    .logo-meaning-section,
    .name-meaning-section,
    .campaign-section,
    .representatives-section {
        padding: 80px 0 !important;
    }
    
    .about-section {
        padding-bottom: 100px !important;
    }
    
    .logo-meaning-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    .name-meaning-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    .campaign-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    .representatives-section {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .info-item,
    .logo-feature-item,
    .principle-item,
    .campaign-feature-item {
        padding: 15px;
    }
    
    .info-icon,
    .feature-icon,
    .principle-icon,
    .campaign-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .about-section,
    .logo-meaning-section,
    .name-meaning-section,
    .campaign-section,
    .representatives-section {
        padding: 60px 0 !important;
    }
    
    .about-section {
        padding-bottom: 80px !important;
    }
    
    .logo-meaning-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .name-meaning-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .campaign-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .representatives-section {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-label {
        font-size: 12px;
    }
    
    .about-info-items,
    .logo-feature-item,
    .principle-item,
    .campaign-features {
        margin-bottom: 15px;
    }
    
    .tema-badge {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .campaign-stats {
        flex-direction: column;
        gap: 15px;
    }
}

/* ============================================
   Temsilcilikler Bölümü
   ============================================ */
.representatives-section {
    position: relative;
    overflow: hidden;
}

/* Temsilcilikler için Teşkilat Kart Stilleri */
.representatives-section .teskilat-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.representatives-section .teskilat-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.representatives-section a {
    text-decoration: none;
    color: inherit;
}

.representatives-section a:hover {
    text-decoration: none;
    color: inherit;
}

.representatives-section .teskilat-card-logo {
    padding: 30px 20px 20px;
    text-align: center;
    background-color: #1f2950;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.representatives-section .teskilat-card-logo img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.representatives-section .teskilat-card:hover .teskilat-card-logo {
    background-color: #c00e0e;
}

.representatives-section .teskilat-card:hover .teskilat-card-logo img {
    transform: scale(1.1);
}

.representatives-section .teskilat-card-body {
    padding: 20px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.representatives-section .teskilat-il-adi {
    font-size: 24px;
    font-weight: bold;
    color: #c00e0e;
    margin-bottom: 10px;
}

.representatives-section .teskilat-sayisi {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

.representatives-section .teskilat-sayisi i {
    color: #c00e0e;
    margin-right: 5px;
}

/* Grid Layout */
.representatives-grid {
    margin-top: 50px;
}

.representatives-grid .col-xl-3,
.representatives-grid .col-lg-4,
.representatives-grid .col-md-6,
.representatives-grid .col-sm-6 {
    margin-bottom: 30px;
}

/* Ana Merkez için özel grid */
.ana-merkez-wrapper {
    margin-bottom: 30px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .representatives-section .teskilat-card-logo {
        padding: 25px 15px;
        min-height: 120px;
    }
    
    .representatives-section .teskilat-card-logo img {
        max-width: 100px;
    }
    
    .representatives-section .teskilat-il-adi {
        font-size: 20px;
    }
    
    .representatives-grid .col-md-6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .representatives-grid .col-sm-6 {
        margin-bottom: 20px;
    }
    
    .representatives-section .teskilat-card-logo {
        min-height: 100px;
    }
    
    .representatives-section .teskilat-card-logo img {
        max-width: 80px;
    }
}

/* Section Title Stilleri */
.representatives-section .section-title {
    margin-bottom: 20px;
}

.representatives-section .section-title span {
    color: #c00e0e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.representatives-section .section-title h2 {
    color: #1f2950;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.representatives-section .section-title p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .representatives-section .section-title h2 {
        font-size: 32px;
    }
    
    .representatives-section .section-title p {
        font-size: 14px;
    }
}

