/* Modern Premium Base Styles */

/* Performance Optimizations */
* {
    box-sizing: border-box;
}

/* Improve font loading performance - Note: @font-display should be used in @font-face rules */

/* Reduce layout shifts */
img {
    height: auto;
    max-width: 100%;
}

/* Optimize animations for performance */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Accessibility Improvements */

/* Focus indicators for keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus,
.se.nav-links a:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 2px solid var(--accent-color);
}

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 8px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 4px;
}

.skip-link:focus {
    top: 6px;
}

/* High contrast mode support */
@media (prefers-contrast) {
    .btn-primary {
        border: 2px solid var(--secondary-color);
    }
    
    .nav-links a {
        border-bottom: 2px solid var(--border-color);
    }
}

/* Loading States and Performance */

/* Lazy loading optimization */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* GPU acceleration for animations */
.btn,
.hamburger .bar,
.nav-links {
    will-change: transform;
    transform: translateZ(0);
}

/* Print Styles */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    .header,
    .footer,
    .nav-links,
    .hamburger {
        display: none !important;
    }
    
    .hero {
        page-break-inside: avoid;
    }
    
    h1, h2, h3 {
        page-break-after: avoid;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    .btn {
        border: 1px solid black;
        background: white;
        color: black;
    }
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background-color: var(--surface-color);
    position: relative;
    overflow: hidden;
}

.contact .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact .section-header h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact .section-header p {
    color: var(--text-light);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.contact-form {
    padding: 50px;
    background: var(--secondary-color);
}

.contact-form-container {
    max-width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
    font-size: 0.95rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    transition: var(--transition);
    background-color: #f9fafb;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(128, 44, 143, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    transition: var(--transition);
    background-color: #f9fafb;
}

.btn-block {
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-info {
    padding: 50px;
    background: var(--primary-color);
    color: var(--secondary-color);
    position: relative;
    overflow: hidden;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAyKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.15;
    z-index: 0;
}

.contact-info-card {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-info h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 15px;
}

.contact-info h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    border-radius: 3px;
}

.contact-info p {
    margin-bottom: 30px;
    line-height: 1.7;
    opacity: 0.9;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--secondary-color);
}

.contact-text h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-text a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: var(--transition);
    opacity: 0.9;
}

.contact-text a:hover {
    opacity: 1;
    text-decoration: underline;
}

.contact-text p {
    margin: 0;
    opacity: 0.9;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: var(--transition);
    text-decoration: none;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.schedule-cta {
    margin-top: 30px;
}

.schedule-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: var(--secondary-color);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-btn:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .contact-form,
    .contact-info {
        padding: 40px 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-info h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .contact {
        padding: 60px 0;
    }
    
    .contact .section-header h2 {
        font-size: 2rem;
    }
    
    .contact-form,
    .contact-info {
        padding: 30px 20px;
    }
    
    .contact-item {
        flex-direction: column;
    }
    
    .contact-icon {
        margin-bottom: 15px;
    }
}

/* Form Focus Styles */
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px rgba(128, 44, 143, 0.1) !important;
}

/* Custom Select Styling */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    padding-right: 2.5rem !important;
}

/* Button Hover Effect */
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 44, 143, 0.2);
}

/* Form Hint Styling */
.form-hint {
    display: block;
    margin-top: 6px;
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
}

/* Form Validation Styles */
input:invalid, select:invalid, textarea:invalid {
    border-color: #f87171;
}

input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Animation for form elements */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-group {
    animation: fadeIn 0.3s ease-out forwards;
    opacity: 0;
}

.form-group:nth-child(1) { animation-delay: 0.1s; }
.form-group:nth-child(2) { animation-delay: 0.2s; }
.form-group:nth-child(3) { animation-delay: 0.3s; }
.form-group:nth-child(4) { animation-delay: 0.4s; }
:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --accent-color: #188953;
    --accent-secondary: #029750;
    --text-color: #2d2d2d;
    --text-light: #6b7280;
    --surface-color: #fafafa;
    --border-color: #e5e7eb;
    --gradient-primary: linear-gradient(135deg, #188953 0%, #029750 100%);
    --gradient-surface: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.12);
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --border-radius: 12px;
    --border-radius-lg: 16px;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    overflow-x: hidden;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    margin-bottom: var(--spacing-md);
    color: var(--primary-color);
    letter-spacing: -0.025em;
    line-height: 1.2;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
}

h5 {
    font-size: 1.125rem;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--accent-color);
}

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header .vision-quote {
    max-width: 800px;
    margin: 20px auto 0;
    padding: 15px 0;
    font-size: 1.25rem;
}

.about .section-header {
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.about .section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
}

.about .section-header h2::after {
    margin: 15px 0 0;
    width: 100px;
    background: linear-gradient(90deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
}

/* Add responsive fixes for the About section */
@media (max-width: 768px) {
    .about {
        padding: 80px 0;
    }
    
    .about .section-header,
    .about-text {
        text-align: center;
        padding: 0 15px;
    }
    
    .about-text h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .about-text p {
        max-width: 100%;
    }
    
    .about-bullets {
        grid-template-columns: 1fr;
    }
}

.section-header h2 {
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    margin: 15px auto 0;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-md) var(--spacing-xl);
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: var(--gradient-primary);
    color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    min-height: 48px;
}

.btn::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: left 0.5s;
    z-index: 1;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: var(--spacing-md) 0;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.btn-primary {
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: var(--secondary-color);
    border: none;
}

.btn-primary::before {
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover::before {
    background: linear-gradient(135deg, #029750 0%, #188953 100%);
}

.btn-secondary {
    color: var(--primary-color);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
}

.btn-secondary::before {
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    margin: -2px;
    border-radius: inherit;
    z-index: -1;
}

.btn-secondary::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: var(--secondary-color);
    border-radius: 48px;
    z-index: -1;
    transition: var(--transition);
}

.btn-secondary:hover {
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-secondary:hover::after {
    background: transparent;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: var(--transition);
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-cta {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header-btn {
    padding: 10px 24px;
    font-size: 14px;
    white-space: nowrap;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: var(--secondary-color);
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1400px;
    height: 100%;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo img {
    height: 60px;
    width: auto;
    margin: 0;
    object-fit: contain;
    transition: var(--transition);
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 10px;
}

/* Unified Contact Us button styling */
.nav-cta {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.nav-cta .btn {
    padding: 12px 24px;
    font-size: 14px;
    white-space: nowrap;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%) !important;
    color: var(--secondary-color) !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: var(--transition);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(24, 137, 83, 0.3) !important;
    text-decoration: none !important;
}

.nav-cta .btn:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(24, 137, 83, 0.4) !important;
    border: 2px solid transparent !important;
}

.nav-links li {
    margin: 0;
    position: relative;
}

.nav-links a {
    font-weight: 500;
    position: relative;
    padding: 12px 16px;
    font-size: 15px;
    height: 44px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    color: var(--text-color);
    border: none !important;
    border-bottom: 2px solid transparent;
    background: none !important;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.nav-links a:hover {
    color: var(--accent-color);
    border: none !important;
    border-bottom: 2px solid var(--accent-color);
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-links a.active {
    color: var(--accent-color);
    border: none !important;
    border-bottom: 2px solid var(--accent-color);
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-links a.active:hover {
    color: var(--accent-secondary);
    border: none !important;
    border-bottom: 2px solid var(--accent-secondary);
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1000;
    position: relative;
}

.hamburger .bar {
    width: 28px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 4px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Modern Hero Section with Video Background */
.hero {
    min-height: 100vh;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: var(--spacing-2xl) 0;
    padding-top: 120px; /* Add space for header (80px) + extra spacing (40px) */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(24, 137, 83, 0.85) 0%, rgba(2, 151, 80, 0.75) 100%);
    z-index: -1;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(2, 151, 80, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
    z-index: 1;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.hero .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: var(--spacing-xl);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-xl);
}

.hero-content::after {
    content: '';
    position: absolute;
    bottom: -30px; /* Moved down to match desktop spacing */
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 3px;
}

.hero-content h1 {
    color: var(--secondary-color);
    margin-bottom: var(--spacing-lg);
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: var(--accent-color);
    position: relative;
    min-width: auto;
    max-width: 100%;
    transition: opacity 0.5s ease;
}

.hero-line {
    display: block;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: var(--secondary-color);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

/* About Section - Completely New Design - Centralized */
.vision-section {
    padding: 80px 0 120px;
}

.vision-container-centered {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 1;
text-align: center;
}

.vision-contain.hero-content {
text-align: center;
max-width: 900px;
margin: 0 auto;
z-index: 2;
position: relative;
padding: var(--spacing-xl);
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.05);
border-radius: var(--border-radius-lg);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: var(--shadow-xl);
}

.vision-content-centered {
position: relative;
z-index: 1;
}

.vision-content-centered > p {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #333;
    font-weight: 400;
}

.vision-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #188953;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.vision-content-centered h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: var(--primary-color);
    text-align: center;
}

.vision-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    margin: 0 auto 30px;
}

.vision-quote {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.6;
    color: #444;
    margin: 0 auto 40px;
    position: relative;
    padding: 20px 30px;
    max-width: 900px;
    border-top: 2px solid #029750;
    border-bottom: 2px solid #029750;
    border-left: none;
    text-align: center;
}

.vision-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px auto;
    max-width: 500px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #188953;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: var(--dark-gray);
    line-height: 1.4;
}

.vision-approach {
    background-color: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    margin: 30px auto 0;
    max-width: 1000px;
    text-align: center;
}

.vision-approach h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.vision-approach p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--dark-gray);
    margin: 0;
}

/* Media queries for About Section */
@media (max-width: 992px) {
    .vision-container-centered {
        padding: 0 30px;
    }
    
    .vision-content-centered h2 {
        font-size: 2.5rem;
    }
    
    .vision-quote {
        font-size: 1.2rem;
        padding: 15px 20px;
    }
}

@media (max-width: 768px) {
    .vision-section {
        padding: 80px 0 60px;
    }
    
    .vision-stats {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .vision-content-centered h2 {
        font-size: 2rem;
    }
    
    .vision-approach {
        padding: 30px 20px;
    }
}

.about-bullets li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    list-style-type: none;
}

.about-bullets li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #029750; /* Gold/orange brand color */
    border-radius: 50%;
}

/* Responsive styles for About section */
@media (max-width: 992px) {
    .about-content {
        grid-template-columns: 1fr;
    }
    
    .about-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .profile-content {
        grid-template-columns: 1fr;
    }
    
    .credentials-experience-container {
        flex-direction: column;
        gap: 20px;
    }
}

.kelly-profile {
    background-color: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.premium-profile {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border: 2px solid var(--accent-color);
    position: relative;
    overflow: hidden;
}

/* Gradient text styling for headings */
.gradient-text {
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.premium-profile .profile-image img {
    border: 4px solid #029750; /* Brand purple color */
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    border-radius: 12px;
}

.premium-profile .profile-image img:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-xl);
}

.kelly-profile h3 {
    text-align: center;
    margin-bottom: 30px;
}

.profile-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    margin-bottom: 30px;
}

.profile-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.credentials-experience-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 20px 0 30px;
    padding: 0;
    width: 100%;
    border-bottom: none;
}

.credentials {
    flex: 1;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #188953;
}

.experience {
    flex: 1;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #029750; /* Gold brand color */
}

.credentials h5, .additional-info h5 {
    color: #188953;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--accent-color);
    display: inline-block;
    font-weight: 600;
}

.experience h5 {
    color: #029750; /* Gold brand color */
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #029750; /* Gold border bottom */
    display: inline-block;
    font-weight: 600;
}

.credentials ul, .experience ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.credentials li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.credentials li::before {
    content: '•';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #188953; /* Green bullet points */
    font-size: 24px;
    line-height: 1;
}

.experience li {
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333;
}

.experience ul {
    list-style: none;
    padding-left: 0;
}

.experience li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333;
}

.experience li::before {
    content: '•';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #029750; /* Gold bullet points */
    font-size: 24px;
    line-height: 1;
}

.about-text p {
    line-height: 1.6;
}

.about-text h5 {
    color: #029750; /* Gold/orange brand color */
    font-weight: 600;
    margin-bottom: 10px;
}

/* Experience section styling */
.profile-content h5 {
    color: #029750; /* Gold/orange brand color */
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-content ul {
    list-style: none;
    padding-left: 0;
}

.profile-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.profile-content li:before {
    content: '•'; /* Unicode bullet */
    position: absolute;
    left: 0;
    color: #029750; /* Gold/orange brand color */
    font-size: 18px;
    line-height: 1.2;
}

.learn-more-container {
    text-align: left;
    margin: 30px 0 0;
    border: none;
}

#learn-more-btn {
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

#learn-more-btn:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    color: #ffffff;
}

.additional-info {
    margin-top: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    text-align: left;
    border-top: none;
}

.additional-info.active {
    max-height: 2000px;
    opacity: 1;
    padding-top: 25px;
}

.additional-info h5 {
    margin-top: 25px;
}

.additional-info h5:first-child {
    margin-top: 0;
}

.connect-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.connect-link {
    display: inline-flex;
    align-items: center;
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    border: none;
}

.connect-link i {
    font-size: 1.3rem;
    margin-right: 10px;
}

.connect-link:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.next-steps {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--medium-gray);
}

/* Modern Services Section */
.services {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-2xl);
}

.service-card {
    background: var(--gradient-surface);
    padding: var(--spacing-2xl);
    border-radius: var(--border-radius-lg);
    text-align: left;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent-color);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-md);
    color: var(--secondary-color);
    font-size: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.service-card h3 {
    margin-bottom: var(--spacing-sm);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
}

.service-summary {
    margin-bottom: var(--spacing-md);
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

.service-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    margin-top: 0;
}

.service-card:hover .service-details,
.service-card.expanded .service-details {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
}

.service-card ul {
    margin-left: 20px;
}

/* Service card styles already defined above */

/* Quote Section */
.quote {
    background-image: url('../images/fertility clinic Innovators 4.png');
    background-size: cover;
    background-position: center;
    color: var(--secondary-color);
    padding: 80px 0;
    position: relative;
}

.quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.quote-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

blockquote {
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

blockquote p {
    color: var(--secondary-color);
}

blockquote cite {
    font-size: 1.2rem;
    font-style: normal;
    color: var(--accent-color);
}

/* Success Map Section */
.success-map {
    background-color: var(--light-gray);
}

.success-map-content {
    max-width: 1200px;
    margin: 0 auto;
}

.intro-text {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
}

.map-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.map-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
    min-width: 200px;
}

.map-step h3 {
    white-space: nowrap;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.map-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -30px;
    width: 60px;
    height: 2px;
    background-color: var(--accent-color);
}

.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 auto 20px;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-step:hover .step-number {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
}

.commitment {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.profile-section {
    padding: 80px 0;
    background-color: var(--secondary-color);
    border: none;
}

/* Moving Text Section */
.moving-text {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 30px 0;
    overflow: hidden;
}

.text-slider {
    display: flex;
    animation: scroll 30s linear infinite;
    white-space: nowrap;
}

.text-slide {
    padding: 0 30px;
    font-size: 1.2rem;
    font-weight: 500;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Experience Section */
.experience {
    background-color: var(--secondary-color);
}

.experience-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.engagements h3, .partners h3 {
    margin-bottom: 30px;
}

.publication-list {
    list-style: none;
    margin-left: 0;
}

.publication-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--medium-gray);
}

.publication-list li:last-child {
    border-bottom: none;
}

.publication-list a {
    color: var(--primary-color);
    font-weight: 500;
    transition: var(--transition);
}

.contact-links a {
    display: block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: 600;
    transition: var(--transition);
}

.strategy-session-btn {
    display: inline-block;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: var(--secondary-color) !important;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.strategy-session-btn:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}

.strategy-session-btn i {
margin-right: 8px;
}

/* Podcast Section Styling */
.podcast {
    background-color: var(--light-gray);
}

.podcast-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.podcast-frame {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.podcast-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.podcast-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.podcast-card {
    display: flex;
    align-items: center;
    padding: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border-left: 5px solid var(--accent-color);
}

.podcast-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-right: 30px;
    flex-shrink: 0;
}

.podcast-info h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.podcast-info p {
    color: var(--dark-gray);
    margin-bottom: 15px;
}

.listen-btn {
    display: inline-block;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
}

.listen-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
}

.listen-btn i {
    margin-right: 5px;
}

.additional-content {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-more-btn {
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    border: none;
    color: var(--secondary-color);
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.view-more-btn:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    color: var(--secondary-color);
}

.publications-list {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.publications-list h3 {
    margin-bottom: 20px;
    text-align: center;
}

.publications-list.hidden {
    display: none;
}

@media (max-width: 768px) {
    .podcast-card {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .podcast-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.publication-list a:hover {
    color: var(--accent-color);
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.partner-card {
    background-color: var(--light-gray);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: var(--transition);
}

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

.partner-card img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.partner-card h4 {
    font-size: 1rem;
    margin-bottom: 0;
}

/* Next Steps Section */
.next-steps-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    text-align: center;
}

.next-steps-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.next-steps-content h3 {
    color: #188953;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.next-steps-content h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #029750;
}

.next-steps-content p {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.next-steps-cta {
    margin-top: 30px;
}

.next-steps-cta .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
    border: none;
    color: white;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(26, 107, 84, 0.3);
    transition: all 0.3s ease;
}

.next-steps-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(26, 107, 84, 0.4);
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
}

/* Media queries for Next Steps Section */
@media (max-width: 768px) {
    .next-steps-section {
        padding: 60px 0;
    }
    
    .next-steps-content {
        padding: 20px;
    }
    
    .next-steps-content h3 {
        font-size: 1.8rem;
    }
    
    .next-steps-content p {
        font-size: 1.1rem;
    }
}

/* Contact Section */
.contact {
    background-color: var(--light-gray);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-form {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--medium-gray);
    border-radius: 5px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.contact-info {
    padding: 40px;
}

.contact-links {
    margin-top: 30px;
}

.contact-links a {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact-links i {
    margin-right: 10px;
    color: var(--accent-color);
}

/* Partners & Clients Section */
.partners-section {
    padding: 30px 0 40px;
    background-color: #ffffff;
    border-top: 1px solid var(--medium-gray);
    border-bottom: none;
}

.partners-logo-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    flex: 1;
    transition: all 0.3s ease;
}

.partner-logo img {
    max-width: 85%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 80px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 200px;
    filter: brightness(0) invert(1); /* Makes the logo white */
    height: auto;
}

.logo-white {
    filter: brightness(0) invert(1);
}

.footer-info p {
    color: var(--secondary-color);
    opacity: 0.8;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-links ul {
    list-style: none;
    margin-left: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--secondary-color);
    opacity: 0.8;
    transition: var(--transition);
}

.footer-links a:hover {
    opacity: 1;
    color: var(--accent-color);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: var(--transition);
}

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

/* Footer Contact Styles */
.footer-contact-links p {
    margin-bottom: 15px;
}

.footer-contact-links {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.social-icon-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    font-size: 1.2rem;
    transition: var(--transition);
    text-decoration: none;
}

.social-icon-link a i {
    color: #ffffff;
}

.social-icon-link a:hover {
    background-color: #333333;
    color: var(--accent-color);
}

.footer-contact-links i {
    margin-right: 10px;
}

.footer-newsletter {
    margin: 20px 0;
    text-align: left;
}

.newsletter-link {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--accent-color);
    border-radius: var(--border-radius);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: var(--shadow-sm);
}

.newsletter-link:hover {
    color: var(--secondary-color);
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

.footer-consultation {
    margin-top: 20px;
}

.consultation-btn {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: var(--gradient-primary);
    color: var(--secondary-color);
    border-radius: var(--border-radius);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.consultation-btn:hover {
    background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.footer-description {
    color: var(--secondary-color);
    opacity: 0.8;
    margin-top: 15px;
    font-size: 0.9rem;
    max-width: 90%;
}

.footer-bottom {
    text-align: left;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: var(--secondary-color);
    opacity: 0.6;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    section {
        padding: 80px 0;
    }
    
    .map-steps {
        flex-direction: column;
        gap: 40px;
    }
    
    .map-step:not(:last-child)::after {
        display: none;
    }
    
    .experience-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }
    
    .footer-logo img {
        max-width: 180px;
        margin: 0;
    }
    
    .footer-description {
        max-width: 100%;
        margin: 15px 0 0;
        text-align: left;
    }
    
    .consultation-btn {
        padding: 8px 12px;
        display: block;
        width: 100%;
    }
    
    .footer-contact-links {
        justify-content: flex-start;
    }
    
    .footer-links ul {
        text-align: left;
    }
    
    .footer-bottom {
        text-align: left;
    }
    
    .footer-bottom p {
        text-align: left;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .nav-links {
        display: none !important;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 80px);
        background-color: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 40px 30px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
        z-index: 9999;
        overflow-y: auto;
        gap: 0;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .header-right {
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    
    /* Remove old header-cta - we're using nav-cta now */
    .header-cta {
        display: none;
    }
    
    .nav-links.active {
        display: flex !important;
        left: 0;
        animation: slideDown 0.3s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .nav-links li {
        margin: 0;
        width: 100%;
    }
    
    .nav-links li:last-child {
        margin-top: 30px;
    }
    
    /* Mobile nav link styling */
    .nav-links a {
        padding: 20px 16px;
        font-size: 18px;
        font-weight: 500;
        color: var(--text-color);
        border-radius: 8px;
        width: 100%;
        text-align: left;
        height: auto;
        border-bottom: none;
        margin: 4px 0;
    }
    
    .nav-links a:hover {
        background-color: rgba(24, 137, 83, 0.05);
        color: var(--accent-color);
    }
    
    .nav-links a.active {
        background-color: transparent;
        color: var(--accent-color);
        font-weight: 600;
    }
    
    /* Style for nav-cta on mobile */
    .nav-cta {
        margin: 0;
        display: block;
        width: 100%;
    }
    
    .nav-cta .btn {
        display: block;
        padding: 16px 20px;
        margin: 0;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    .nav-cta .btn:hover {
        background: linear-gradient(135deg, #000000 0%, #029750 25%, #188953 75%, #000000 100%);
        transform: none;
    }
    
    .hamburger {
        display: flex !important;
        flex-direction: column;
        cursor: pointer;
        padding: 10px;
        z-index: 1001;
        position: relative;
        border-radius: 6px;
        transition: var(--transition);
    }
    
    .hamburger:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }
    
    .hamburger .bar {
        width: 25px;
        height: 3px;
        background-color: var(--primary-color);
        margin: 3px 0;
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    
    .profile-content {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-grid {
        grid-template-columns: 1fr;
    }
    
    /* Fix hero section on mobile */
    .hero {
        padding: 100px 15px 40px;
        min-height: 100vh;
        height: auto;
        width: 100%;
        overflow-x: hidden;
    }
    
    .hero::before {
        width: 100%;
    }
    
    .hero-content {
        padding: 100px 15px 30px; /* Increased top padding to match desktop spacing */
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        margin-bottom: 15px;
        line-height: 1.1;
        word-wrap: break-word;
    }
    
    .hero-line {
        display: block;
        margin: 0;
    }
    
    .changing-text {
        display: block;
        margin: 0;
        font-size: 1.8rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
        margin-bottom: 18px;
        line-height: 1.4;
        padding: 0 5px;
    }
    
    .btn {
        padding: 16px 24px;
        font-size: 16px;
        width: 100%;
        max-width: 320px;
        margin: 15px auto;
        display: block;
        text-align: center;
        min-height: 52px;
        touch-action: manipulation;
        border-radius: 8px;
    }
    
    .header-btn {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .contact-form, .contact-info {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contact-form {
        padding: 25px 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
    
    /* Partners section responsive styles */
    .partners-logo-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 40px 20px;
        overflow-x: visible;
    }
    
    .partner-logo {
        height: 100px;
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 12px;
        padding: 15px;
        transition: all 0.3s ease;
    }
    
    .partner-logo img {
        max-height: 70px;
        max-width: 110px;
        object-fit: contain;
        filter: brightness(1);
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group input,
    .form-group textarea {
        font-size: 16px;
        padding: 14px 16px;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid var(--border-color);
        background-color: #f9fafb;
        transition: var(--transition);
    }
    
    .form-group textarea {
        min-height: 100px;
        resize: vertical;
        font-family: inherit;
        line-height: 1.5;
    }
    
    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: var(--accent-color);
        box-shadow: 0 0 0 3px rgba(24, 137, 83, 0.1);
        background-color: #ffffff;
    }
    
    .contact-form .btn {
        width: 100%;
        margin-top: 10px;
        padding: 14px 24px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    
    .contact-form .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    blockquote {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile Devices */
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    /* Additional fixes for very small screens */
    header .container {
        padding: 0 15px;
    }
    
    header {
        height: 70px;
    }
    
    .logo img {
        height: 50px;
    }
    
    .hero {
        padding: 90px 10px 30px;
        min-height: 100vh;
    }
    
    .nav-links {
        top: 70px;
        height: calc(100vh - 70px);
    }
    
    .hero-content {
        padding: 15px 5px;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    
    .hero-content h1 {
        font-size: 1.6rem;
        margin-bottom: 12px;
        line-height: 1.1;
        word-break: break-word;
    }
    
    /* Ensure decorative line has consistent spacing on mobile */
    .hero-content::after {
        bottom: -30px;
    }
    
    .changing-text {
        min-width: auto;
        display: block;
        margin: 10px 0;
        font-size: 1.8rem;
    }
    
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    
    .btn {
        padding: 12px 15px;
        font-size: 12px;
        width: 90%;
        max-width: 280px;
        margin: 0 auto;
        display: inline-block;
        white-space: normal;
        line-height: 1.3;
        text-align: center;
    }
    
    .header-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .contact-form, .contact-info {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contact-form {
        padding: 25px 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
    
    /* Partners section responsive styles */
    .partners-logo-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 40px 20px;
        overflow-x: visible;
    }
    
    .partner-logo {
        height: 100px;
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 12px;
        padding: 15px;
        transition: all 0.3s ease;
    }
    
    .partner-logo img {
        max-height: 70px;
        max-width: 110px;
        object-fit: contain;
        filter: brightness(1);
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group input {
        min-height: 48px;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
    
    .contact-form .btn {
        width: 100%;
        margin-top: 10px;
        padding: 14px 24px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        background: linear-gradient(135deg, #000000 0%, #188953 25%, #029750 75%, #000000 100%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    
    .contact-form .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
    blockquote {
        font-size: 1.5rem;
    }
}
