:root {
    --primary-color: #2c3e50;
    --secondary-color: #FFCD05;
    --accent-color: #1a252f;
    --text-color: #2c3e50;
    --light-bg: #f8f9fa;
    --dark-bg: #1a252f;
    --white: #ffffff;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
}

/* Typography */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    padding-top: 90px;
    line-height: 1.8;
    background-color: var(--gray-100);
    font-size: 1.1rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

h1, .h1 {
    font-size: 2.5rem;
    font-weight: 800;
}

h2, .h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--secondary-color);
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Partners Section */
.partners .partner-logo {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    transition: all 0.3s ease;
    padding: 10px;
    opacity: 0.9;
}

.partners a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.partners a:hover {
    transform: translateY(-3px);
}

.partners a:hover .partner-logo {
    opacity: 1;
    transform: scale(1.05);
}

.partners .small {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gray-700);
    margin-top: 0.5rem;
}

/* Donors Section */
.donors {
    background-color: #ffffff;
}

.donor-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.donor-logo {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.donor-name {
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.donor-logo-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

/* Media & News Section */
.media-news {
    background-color: var(--light-bg);
}

.news-list .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 1.5rem;
}

.news-list .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-list .card-img-top {
    height: 100%;
    object-fit: cover;
}

.news-list .card-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--primary-color);
}

.news-list .card-text {
    font-size: 0.95rem;
    color: var(--gray-700);
    margin-bottom: 1.25rem;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

/* Responsive Typography */
@media (max-width: 768px) {
    body {
        font-size: 1rem;
    }
    
    h1, .h1 {
        font-size: 2rem;
    }
    
    h2, .h2 {
        font-size: 1.75rem;
    }
    
    h3, .h3 {
        font-size: 1.5rem;
    }
    
    .lead {
        font-size: 1.1rem;
    }
}

/* Enhanced Header Styles */
.navbar {
    padding: 0.5rem 0;
    background-color: #f5f5f5 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.brand-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: 1rem;
    line-height: 1.2;
    white-space: nowrap;
}

.navbar-brand:hover .logo-img {
    transform: scale(1.05);
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
    margin-right: 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    bottom: -8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 0;
}

.navbar-collapse {
    transition: all 0.3s ease;
}

.nav-link {
    color: #000000 !important;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.7rem 1.2rem !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--secondary-color) !important;
    transform: translateY(-2px);
}

.nav-link:hover::after {
    width: 80%;
}

.nav-link.active {
    color: var(--secondary-color) !important;
}

.nav-link.active::after {
    width: 80%;
}

@media (max-width: 991px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .logo-img {
        height: 50px;
    }
    
    .brand-text {
        display: none;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #f5f5f5;
        padding: 5rem 2rem 2rem;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
    }
    
    .navbar-collapse.show {
        right: 0;
    }
    
    .navbar-nav {
        margin-top: 2rem;
    }
    
    .nav-item {
        margin: 1rem 0;
        opacity: 0;
        transform: translateX(50px);
        transition: all 0.3s ease;
    }
    
    .navbar-collapse.show .nav-item {
        opacity: 1;
        transform: translateX(0);
    }
    
    .navbar-collapse.show .nav-item:nth-child(1) { transition-delay: 0.1s; }
    .navbar-collapse.show .nav-item:nth-child(2) { transition-delay: 0.2s; }
    .navbar-collapse.show .nav-item:nth-child(3) { transition-delay: 0.3s; }
    .navbar-collapse.show .nav-item:nth-child(4) { transition-delay: 0.4s; }
    .navbar-collapse.show .nav-item:nth-child(5) { transition-delay: 0.5s; }
    .navbar-collapse.show .nav-item:nth-child(6) { transition-delay: 0.6s; }
    
    .nav-link {
        font-size: 1.2rem;
        padding: 0.5rem 0 !important;
        display: block;
    }
    
    .nav-link::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .logo-img {
        height: 45px;
    }
    
    body {
        padding-top: 70px;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem !important;
    }
}

/* Enhanced Hero Section */
.hero {
    background: linear-gradient(135deg, var(--gray-200) 0%, var(--white) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23FFCD05" opacity="0.1"/></svg>');
    opacity: 0.1;
    animation: backgroundMove 20s linear infinite;
}

.hero h1 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: fadeInUp 1s ease-out;
}

.hero .lead {
    color: var(--gray-800);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.2s backwards;
}

/* Enhanced Feature Grid */
.feature-grid {
    padding: 6rem 0;
    background-color: var(--white);
    position: relative;
}

.feature-item {
    text-align: center;
    padding: 2.5rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--secondary-color) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-item:hover::before {
    opacity: 0.05;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

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

.feature-item h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-item p {
    color: var(--gray-800);
    font-size: 1rem;
    line-height: 1.6;
}

/* Enhanced Case Cards */
.case-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    background: var(--white);
    position: relative;
}

.case-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.case-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.case-card:hover::after {
    opacity: 1;
}

.case-card img {
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.case-card:hover img {
    transform: scale(1.1);
}

.case-card .card-body {
    padding: 1.5rem;
}

.case-card .card-title {
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.case-card .card-text {
    color: var(--gray-800);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Enhanced Team Section */
.team-member {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--secondary-color) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-member:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-member:hover::before {
    opacity: 0.05;
}

.team-member h4 {
    color: var(--primary-color);
    margin-top: 1.5rem;
    font-weight: 600;
}

.team-member .text-muted {
    color: var(--secondary-color) !important;
    font-weight: 500;
}

.team-member p {
    color: var(--gray-800);
    margin-bottom: 1rem;
}

.team-member .btn-link {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.team-member .btn-link:hover {
    color: var(--primary-color);
}

/* Partners Section Styles */
.partner-logo {
    height: 80px;
    object-fit: contain;
    transition: all 0.3s ease;
    padding: 1rem;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.partner-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Footer Styles */
footer {
    background-color: var(--dark-bg);
    color: var(--white);
    padding: 4rem 0 2rem;
}

footer h5 {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

footer p {
    color: var(--gray-300);
    margin-bottom: 0.5rem;
}

footer a {
    color: var(--gray-300);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--secondary-color);
}

.social-links a {
    font-size: 1.5rem;
    color: var(--gray-300);
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 1rem;
}

.social-links a:hover {
    color: var(--secondary-color);
    transform: translateY(-3px);
}

/* Enhanced Section Titles */
.section-title {
    color: var(--primary-color);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    border-radius: 2px;
    animation: widthGrow 1s ease-out 0.5s backwards;
}

/* Enhanced Buttons */
.btn-primary {
    background: linear-gradient(45deg, var(--secondary-color) 0%, #ffd700 100%);
    border: none;
    color: var(--primary-color);
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 205, 5, 0.3);
}

.btn-primary:hover::before {
    left: 100%;
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes widthGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes backgroundMove {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 100%;
    }
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Add smooth scrolling to the whole page */
html {
    scroll-behavior: smooth;
}

/* Enhanced Responsive Design */
@media (max-width: 768px) {
    .navbar {
        padding: 0.5rem 0;
    }
    
    .logo-img {
        height: 45px;
    }
    
    body {
        padding-top: 70px;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem !important;
    }
    
    .hero {
        padding: 6rem 0;
    }
    
    .feature-item,
    .case-card,
    .team-member {
        margin-bottom: 2rem;
    }
    
    .section-title {
        margin-bottom: 2rem;
    }
}

/* Team Page Styles */
.team-page {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.team-member-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.team-member-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.team-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.team-member-card:hover .team-image-container img {
    transform: scale(1.05);
}

.team-name {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.team-position {
    color: var(--secondary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.team-bio {
    color: var(--gray-800);
    font-size: 1.1rem;
    line-height: 1.8;
}

.team-bio p {
    margin-bottom: 1.5rem;
}

.team-quote {
    font-style: italic;
    color: var(--gray-700);
    border-left: 4px solid var(--secondary-color);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .team-member-card {
        padding: 1.5rem;
    }
    
    .team-name {
        font-size: 1.75rem;
    }
    
    .team-position {
        font-size: 1.1rem;
    }
    
    .team-bio {
        font-size: 1rem;
    }
    
    .team-quote {
        font-size: 1rem;
    }
}

/* Privacy Policy Page Styles */
.privacy-page {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.privacy-content {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.privacy-content h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.privacy-content h2 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.privacy-content p {
    color: var(--gray-800);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.privacy-content ul li {
    color: var(--gray-800);
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
}

.privacy-content .text-muted {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .privacy-content {
        padding: 2rem;
    }
    
    .privacy-content h1 {
        font-size: 2rem;
    }
    
    .privacy-content p,
    .privacy-content ul li {
        font-size: 1rem;
    }
}

/* Contact Page Styles */
.contact-page {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.contact-content {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-content h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-info {
    background-color: var(--gray-100);
    padding: 2rem;
    border-radius: 10px;
    height: 100%;
}

.contact-info h2 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-info h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem;
}

.contact-info p {
    color: var(--gray-800);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.contact-info a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--secondary-color);
}

.contact-form {
    padding: 2rem;
    background-color: var(--gray-100);
    border-radius: 10px;
}

.contact-form h2 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-form p {
    color: var(--gray-800);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.contact-form .form-label {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.contact-form .form-control {
    border: 1px solid var(--gray-300);
    border-radius: 5px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 205, 5, 0.25);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .contact-content {
        padding: 2rem;
    }
    
    .contact-content h1 {
        font-size: 2rem;
    }
    
    .contact-info,
    .contact-form {
        padding: 1.5rem;
    }
    
    .contact-info h2,
    .contact-form h2 {
        font-size: 1.3rem;
    }
    
    .contact-info p,
    .contact-form p {
        font-size: 1rem;
    }
}

/* Map Section Styles */
.map-section {
    margin-top: 4rem;
}

.map-section h2 {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.map-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.map-container:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none;
}

@media (max-width: 768px) {
    .map-section {
        margin-top: 3rem;
    }
    
    .map-section h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .map-container iframe {
        height: 350px;
    }
} 