
.founder-card.redesigned {
    background: var(--card-bg);
    box-shadow: var(--box-shadow);
    border-radius: 14px;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 40px auto;
    overflow: visible;
}
.founder-modern-card {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 280px;
}
.founder-modern-img-col {
    flex: 0 0 320px;
    display: flex;
    align-items: stretch;
    background: #e8eaef;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    justify-content: center;
}
.founder-modern-img {
    width: 100%;
    height: 100%;
    max-width: 320px;
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    min-height: 360px;
    background: #e8eaef;
}
.founder-modern-info-col {
    flex: 1 1 0;
    padding: 38px 36px 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    border-radius: 0 14px 14px 0;
    position: relative;
}
.founder-modern-accent {
    width: 48px;
    height: 4px;
    background: var(--accent-color);
    border-radius: 2px;
    margin-bottom: 18px;
}
.founder-modern-name {
    color: var(--heading-color);
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 0.2em;
    letter-spacing: 0.5px;
}
.founder-modern-title {
    color: var(--accent-color);
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 1.1em;
    letter-spacing: 0.5px;
}
.founder-modern-bio {
    color: var(--text-color);
    font-size: 1.13em;
    line-height: 1.7;
    margin-bottom: 18px;
}
@media (max-width: 900px) {
    .founder-modern-card {
        flex-direction: column;
        min-height: 0;
    }
    .founder-modern-img-col {
        border-radius: 18px 18px 0 0;
        min-height: 200px;
        max-width: 100%;
    }
    .founder-modern-img {
        border-radius: 18px 18px 0 0;
        min-height: 200px;
        max-width: 100vw;
    }
    .founder-modern-info-col {
        border-radius: 0 0 14px 14px;
        padding: 28px 16px 24px 16px;
    }
}

.founder-section {
    background: linear-gradient(120deg, #0a192f 60%, #1e2a44 100%);
    position: relative;
    z-index: 1;
}
.founder-card.redesigned {
    position: relative;
    overflow: hidden;
}
.founder-card.redesigned::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -120px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, var(--accent-color) 0%, transparent 80%);
    opacity: 0.10;
    z-index: 0;
    pointer-events: none;
}
.founder-details-modern.premium {
    position: relative;
    z-index: 2;
}
.founder-quote {
    font-family: 'Montserrat', serif;
    font-size: 1.18em;
    color: var(--accent-color);
    font-weight: 700;
    margin: 0 0 18px 0;
    padding-left: 18px;
    border-left: 4px solid var(--accent-color);
    background: rgba(255,255,255,0.03);
    border-radius: 0 8px 8px 0;
}

.founder-card.redesigned .founder-image-modern.premium {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    max-width: 260px;
    flex: 0 0 220px;
}
.founder-img-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px -8px rgba(0,0,0,0.22), 0 0 0 6px var(--white);
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
    padding: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.founder-img-frame img {
    width: 210px;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 2px 12px -2px rgba(0,0,0,0.10);
}
.founder-badge-premium {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    background: var(--accent-color);
    color: var(--white);
    font-weight: 700;
    font-size: 1em;
    padding: 6px 20px;
    border-radius: 16px;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,0.13);
    z-index: 3;
    letter-spacing: 1px;
    border: 2px solid var(--white);
    opacity: 0.97;
}
.founder-details-modern.premium {
    flex: 1 1 320px;
    min-width: 220px;
    color: var(--text-color);
    padding-left: 10px;
}
.founder-details-modern.premium h2 {
    color: var(--heading-color);
    font-size: 2.1em;
    margin-bottom: 0.2em;
    font-weight: 800;
}
.founder-title-premium {
    color: var(--accent-color);
    font-size: 1.15em;
    margin-bottom: 0.5em;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.founder-divider-premium {
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    border-radius: 2px;
    margin: 18px 0 22px 0;
}
.founder-bio-premium {
    font-size: 1.13em;
    line-height: 1.7;
    margin-bottom: 18px;
    color: var(--text-color);
}
@media (max-width: 900px) {
    .founder-card.redesigned .founder-image-modern.premium {
        min-width: 0;
        max-width: 100%;
    }
    .founder-img-frame img {
        width: 140px;
        height: 170px;
    }
    .founder-details-modern.premium h2 {
        font-size: 1.3em;
    }
    .founder-bio-premium {
        font-size: 1em;
    }
}

.founder-card.redesigned {
    display: flex;
    align-items: center;
    gap: 40px;
    background: var(--card-bg);
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    padding: 40px 32px;
    max-width: 900px;
    margin: 0 auto 40px auto;
    flex-wrap: wrap;
}
.founder-image-modern {
    position: relative;
    min-width: 220px;
    max-width: 260px;
    flex: 0 0 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.founder-image-modern img {
    width: 220px;
    height: 280px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 32px -8px rgba(0,0,0,0.22);
    background: var(--white);
    display: block;
}
.founder-info-overlay {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    background: var(--primary-color);
    color: var(--white);
    padding: 14px 28px 10px 28px;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 4px 18px -6px rgba(0,0,0,0.18);
    text-align: center;
    min-width: 180px;
    z-index: 2;
}
.founder-name {
    display: block;
    font-size: 1.15em;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.founder-title {
    display: block;
    font-size: 1em;
    color: var(--accent-color);
    font-weight: 600;
    margin-top: 2px;
}
.founder-details-modern {
    flex: 1 1 320px;
    min-width: 220px;
    color: var(--text-color);
}
.founder-details-modern h2 {
    color: var(--heading-color);
    font-size: 2em;
    margin-bottom: 18px;
    font-weight: 800;
}
.founder-details-modern p {
    font-size: 1.13em;
    line-height: 1.7;
    margin-bottom: 18px;
}
@media (max-width: 900px) {
    .founder-card.redesigned {
        flex-direction: column;
        align-items: center;
        padding: 28px 8px;
        gap: 24px;
    }
    .founder-image-modern img {
        width: 160px;
        height: 200px;
    }
    .founder-info-overlay {
        padding: 10px 18px 7px 18px;
        min-width: 120px;
        font-size: 0.98em;
    }
    .founder-details-modern h2 {
        font-size: 1.3em;
    }
    .founder-details-modern p {
        font-size: 1em;
    }
}

:root {
    --primary-color: #0a192f;
    --secondary-color: #f8f9fa;
    --accent-color: #e63946;
    --text-color: #8892b0;
    --heading-color: #ccd6f6;
    --card-bg: #112240;
    --border-color: #233554;
    --white: #ffffff;
    --box-shadow: 0 10px 30px -15px rgba(2, 12, 27, 0.7);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--primary-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--heading-color);
    margin-bottom: 0.8em;
    font-weight: 700;
    line-height: 1.2;
}

h1 { font-size: 3.5em; }
h2 { font-size: 2.8em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p {
    margin-bottom: 1em;
}

.section-padding {
    padding: 80px 0;
}

.section-subtitle {
    font-size: 1.2em;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}


.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid var(--white);
    font-size: 1em;
}

.btn-primary {
    background-color: var(--white);
    color: var(--primary-color);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.btn-secondary {
    background-color: transparent;
    color: var(--white);
    margin-left: 15px;
}

.btn-secondary:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

.btn-text {
    color: var(--white);
    text-decoration: none;
    transition: color 0.25s ease;
}

.btn-text:hover {
    color: var(--accent-color);
}


.main-header {
    background-color: rgba(10, 25, 47, 0.85);
    padding: 20px 0;
    box-shadow: var(--box-shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .logo img {
    height: 50px;
}

.main-nav ul {
    list-style: none;
    display: flex;
}

.main-nav ul li {
    margin-left: 30px;
}

.main-nav ul li a {
    color: var(--heading-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
    color: var(--accent-color);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8em;
    cursor: pointer;
    color: var(--heading-color);
}


.hero-section {
    position: relative;
    color: var(--white);
    text-align: left;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

#hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-content {
    max-width: 800px;
}

.hero-content h1 {
    font-size: 4.5em;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-content .tagline {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--heading-color);
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: var(--text-color);
}


.founder-section {
    background-color: var(--primary-color);
}

.founder-card {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: var(--card-bg);
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    margin: 0 auto 40px auto;
    max-width: 900px;
    flex-wrap: wrap;
}

.founder-image img {
    display: none;
}
.founder-divider {
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    border-radius: 2px;
    margin: 18px 0 22px 0;
}
.founder-details {
    flex: 1 1 320px;
    min-width: 260px;
}
.founder-details h2 {
    color: var(--white);
    margin-bottom: 6px;
    font-size: 2em;
}
.founder-details h3 {
    color: var(--heading-color);
    font-size: 1.3em;
    margin-bottom: 0;
}
.ceo-title {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.05em;
}
.founder-bio {
    color: var(--text-color);
    font-size: 1.08em;
    margin-bottom: 10px;
    line-height: 1.7;
}
@media (max-width: 800px) {
    .founder-card {
        flex-direction: column;
        align-items: center;
        padding: 50px 20px; 
        gap: 30px;
    }
    .founder-details {
        min-width: unset;
    }
}

.founder-details h2 {
    color: var(--white);
    margin-bottom: 10px;
}

.founder-details h3 {
    color: var(--heading-color);
    font-size: 1.5em;
    margin-bottom: 5px;
}


.products-section {
    background-color: var(--primary-color);
}

.products-section h2, .products-section .section-subtitle {
    text-align: center;
}

.other-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.product-item {
    background-color: var(--card-bg);
    box-shadow: var(--box-shadow);
    border-radius: 4px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid var(--border-color);
    margin-top: 50px;
    position: relative;
    padding: 180px 30px 30px 30px;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -20px rgba(2, 12, 27, 0.7);
}

.product-item img.product-image {
    max-width: 200%;
    height: 250px;
    object-fit: contain;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    
}

.product-item h3 {
    color: var(--heading-color);
    font-size: 1.4em;
    margin-bottom: 15px;
}

.product-item p {
    font-size: 0.95em;
    margin-bottom: 20px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    font-size: 0.9em;
}

.product-features li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.product-features li::before {
    content: '✓';
    color: var(--accent-color);
    position: absolute;
    left: 0;
}


.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.support-item {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    text-align: center; 
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid var(--border-color);
}

.support-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -20px rgba(2, 12, 27, 0.7);
}

.support-item h3 {
    color: var(--heading-color);
    font-size: 1.4em;
    margin-bottom: 15px;
}

.support-item p {
    font-size: 0.95em;
    margin-bottom: 20px;
}

.btn-sm {
    padding: 8px 16px;
    font-size: 0.9em;
}

.btn-outline {
    background-color: transparent;
    color: var(--white); 
    border: 1px solid var(--white); 
}

.btn-outline:hover {
    background-color: var(--white); 
    color: var(--primary-color); 
}



.branch-locator-section {
    background-color: var(--primary-color);
}

.branch-locator-section h2, .branch-locator-section .section-subtitle {
    text-align: center;
}

.branch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.branch-item {
    background-color: var(--card-bg);
    padding: 25px;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    border-left: 4px solid var(--accent-color);
    transition: transform 0.25s ease;
}

.branch-item:hover {
    transform: translateY(-5px);
}

.branch-item h3 {
    color: var(--heading-color);
    font-size: 1.3em;
    margin-bottom: 15px;
}

.branch-item p {
    margin-bottom: 10px;
    font-size: 0.95em;
}

.branch-item strong {
    color: var(--heading-color);
    font-weight: 500;
}

.map-placeholder {
    margin-top: 50px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.map-placeholder iframe {
    width: 100% !important;
    max-width: 100vw;
    height: 420px;
    display: block;
    border: 0;
}



.news-media-section {
    background-color: var(--primary-color);
}

.news-media-section h2, .news-media-section .section-subtitle {
    text-align: center;
}

.media-content {
    margin-top: 50px;
}

.media-content p {
    text-align: center;
    margin-bottom: 40px;
}

.news-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.news-post {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    border-left: 4px solid var(--accent-color);
    transition: transform 0.25s ease;
}

.news-post:hover {
    transform: translateY(-5px);
}

.news-post h4 {
    color: var(--heading-color);
    font-size: 1.3em;
    margin-bottom: 10px;
}

.news-post .post-date {
    font-size: 0.9em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.news-post p {
    font-size: 0.95em;
    margin-bottom: 20px;
    text-align: left;
}

.news-post .post-thumbnail {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px; 
    border-radius: 4px; 
    object-fit: cover; 
}


.contact-section {
    background-color: var(--primary-color);
}

.contact-section h2, .contact-section .section-subtitle {
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 40px;
    margin-top: 50px;

}

.contact-form {
    background-color: var(--card-bg);
    padding: 40px; 
    border-radius: 4px;
    box-shadow: var(--box-shadow);
}

.contact-form h3 {
    color: var(--heading-color);
    margin-bottom: 30px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: var(--heading-color);
    margin-bottom: 8px;
    font-size: 0.95em;
    font-weight: 600;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="subject"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background-color: var(--primary-color); 
    color: var(--white);
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(var(--accent-color-rgb), 0.3); 
}


:root {
    --accent-color-rgb: 230, 57, 70; 
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    width: 100%; 
    margin-top: 20px;
    padding: 15px; 
}

.contact-info {
    background-color: var(--card-bg);
    padding: 40px;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
}

.contact-info h3 {
    color: var(--heading-color);
    margin-bottom: 30px;
}

.contact-info p {
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 1em;
}

.contact-info strong {
    color: var(--white);
}

.contact-info .social-links {
    margin-top: 30px;
    justify-content: flex-start; 
}




.main-footer {
    background: #091427;
    color: var(--text-color);
    padding: 50px 0 0 0;
    font-size: 1em;
    border-top: 2px solid var(--border-color);
}
.main-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}
.footer-section {
    flex: 1 1 220px;
    min-width: 220px;
    text-align: left;
}
.footer-logo img {
    width: 160px;
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
    display: block;
    mix-blend-mode: screen; 
}
.footer-about p {
    margin-bottom: 18px;
    color: var(--text-color);
}
.footer-about .social-links {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}
.footer-about .social-links a img {
    width: 28px;
    height: 28px;
    transition: transform 0.2s;
}
.footer-about .social-links a:hover img {
    transform: scale(1.12);
    filter: brightness(1.2);
}
.footer-section h3 {
    color: var(--heading-color);
    font-size: 1.2em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav ul li {
    margin-bottom: 10px;
}
.footer-nav ul li a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    position: relative;
}
.footer-nav ul li a:hover {
    color: var(--accent-color);
}
.footer-contact p {
    color: var(--text-color);
    margin-bottom: 10px;
    font-size: 1em;
}
.footer-bottom {
    border-top: 1px solid var(--border-color);
    margin-top: 30px;
    padding: 18px 0;
    text-align: center;
    color: #7a8ca7;
    font-size: 0.98em;
}


@media (max-width: 900px) {
    .main-header .container {
        padding: 0 15px;
    }

    .main-nav {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 80px; 
        left: 0;
        width: 100%;
        background-color: var(--primary-color);
        box-shadow: var(--box-shadow);
        z-index: 999;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out;
    }

    .main-nav.active {
        max-height: 500px; 
    }

    .main-nav ul {
        flex-direction: column;
        padding: 20px 0;
        width: 100%;
    }

    .main-nav ul li {
        margin: 0;
        border-bottom: 1px solid var(--border-color);
    }

    .main-nav ul li:last-child {
        border-bottom: none;
    }

    .main-nav ul li a {
        display: block;
        padding: 15px 20px;
        text-align: center;
        width: 100%;
    }

    .menu-toggle {
        display: block;
    }

    .hero-section {
        height: auto; 
        min-height: 60vh; 
        padding: 80px 0; 
        text-align: center;
        justify-content: center;
    }

    .hero-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .hero-content h1 {
        font-size: 4.5em;
    }

    .hero-content .tagline {
        font-size: 1.8em;
    }

    .hero-content p {
        font-size: 1.2em; 
    }

    h1 { font-size: 2.5em; }
    h2 { font-size: 2em; }
    h3 { font-size: 1.5em; }
    h4 { font-size: 1.2em; }

    p { 
        font-size: 0.95em;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-subtitle {
        font-size: 1em;
        margin-bottom: 30px;
    }

    .founder-card {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px; 
        gap: 30px;
    }

    .founder-details {
        min-width: unset;
        flex: auto;
        text-align: center; 
    }
    
    .founder-details h2 {
        font-size: 1.8em;
    }

    .other-products-grid,
    .branch-grid,
    .support-grid,
    .news-feed,
    .contact-grid {
        grid-template-columns: 1fr; 
        gap: 30px;
    }

    .product-item, .branch-item, .support-item, .news-post, .contact-form, .contact-info {
        padding: 25px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        min-width: unset;
        width: 100%;
        max-width: 300px; 
    }

    .footer-about .social-links {
        justify-content: center;
    }

    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2em;
    }

    .hero-content .tagline {
        font-size: 1.2em;
    }

    .btn {
        padding: 8px 16px; 
        font-size: 0.85em;
    }

    h1 { font-size: 2em; }
    h2 { font-size: 1.8em; }
    h3 { font-size: 1.3em; }
    p { font-size: 0.9em; } 

    .section-padding {
        padding: 40px 0; 
    }

    .founder-photo-rect {
        width: 180px; 
        height: 230px;
    }

    .founder-accent-shape {
        width: 200px;
        height: 130px;
        top: 20px;
    }
    .founder-badge {
        display: none; 
    }
}


