/* About Us Page Specific Styles */

:root {
    --primary-color: #4361ee;
    --primary-dark: #3730a3;
    --primary-light: #e0e7ff;
    --primary-light-hover: #f0f4ff;
    --primary-gradient-start: #4361ee;
    --primary-gradient-end: #3730a3;
    --secondary-color: #2b6cb0;
    --accent-color: #ff7e33;
    --text-dark: #1e293b;
    --text-medium: #4a5568;
    --text-light: #718096;
    --bg-light: #f8fafc;
    --border-radius: 8px;
    --card-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    --card-shadow-hover: 0 15px 35px rgba(0, 0, 0, 0.1);
    --transition-speed: 0.3s ease;
}

/* SEO Hidden Heading */
.seo-heading {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Hero Section - Enhanced with gradients */
.hero-section {
    text-align: center;
    padding: 4em 2em 3em;
    margin-bottom: 3em;
    background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
    border-radius: var(--border-radius);
    box-shadow: 0 20px 50px rgba(67, 97, 238, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-speed);
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/>');
    opacity: 0.3;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: heroFloat 20s ease-in-out infinite alternate;
}

@keyframes heroFloat {
    0% { transform: translateY(0px) rotate(0deg); opacity: 0.3; }
    100% { transform: translateY(-30px) rotate(5deg); opacity: 0.1; }
}

.hero-section:hover {
    box-shadow: 0 25px 60px rgba(67, 97, 238, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.hero-section h2 {
    font-size: 3.2em;
    color: white;
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    letter-spacing: -0.01em;
}

.hero-section .subtitle {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 2.5em;
    margin-top: 2.5em;
    position: relative;
    z-index: 2;
}

.hero-stat {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.hero-stat .number {
    font-size: 2.2em;
    font-weight: 700;
    display: block;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-stat .label {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    opacity: 0.8;
}

.mission-statement {
    max-width: 900px;
    margin: 2em auto 0;
    background: white;
    border-radius: var(--border-radius);
    padding: 2em;
    position: relative;
    box-shadow: var(--card-shadow);
    transition: all var(--transition-speed);
    z-index: 2;
    border-top: 4px solid var(--primary-color);
}

.mission-statement:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-5px);
}

.mission-statement blockquote {
    border-left: 4px solid var(--primary-color);
    padding-left: 1.5em;
    margin: 0;
    font-style: italic;
    color: var(--text-medium);
    position: relative;
}

.mission-statement blockquote::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -0.5em;
    top: -0.5em;
    font-size: 2em;
    color: var(--primary-light);
    opacity: 0.5;
}

.mission-statement blockquote p {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0.8em 0;
    font-weight: 500;
}

/* Mission Section - Enhanced with gradients */
.story-section {
    margin: 5em 0;
}

.story-section h3,
.values-section h3,
.team-section h3,
.partners-section h3,
.office-section h3 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    font-size: 2.2em;
    line-height: 1.4;
    padding: 0.2em 0;
}

.story-section h3 i,
.values-section h3 i,
.team-section h3 i,
.partners-section h3 i,
.office-section h3 i {
    color: var(--primary-color);
    margin-right: 0.5em;
    flex-shrink: 0;
}

.values-section h3,
.team-section h3,
.partners-section h3 {
    justify-content: center;
}

/* Center specific titles with icons */
.story-section .content-box h3,
.office-section h3 {
    justify-content: center;
    text-align: center;
}

.content-box h3 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.8em;
    margin-bottom: 1em;
    line-height: 1.4;
    padding: 0.1em 0;
}

.content-box h3 i {
    color: var(--primary-color);
    margin-right: 0.5em;
}

.content-box {
    padding: 2.5em;
    border-radius: var(--border-radius);
    background: white;
    box-shadow: var(--card-shadow);
    height: 100%;
    transition: all var(--transition-speed);
    border: 2px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-gradient-start), var(--primary-gradient-end));
}

.content-box:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.content-box.with-gradient {
    background: linear-gradient(135deg, white, var(--bg-light));
}

.content-box p {
    color: var(--text-medium);
    line-height: 1.7;
}

.accent-color {
    color: var(--primary-color);
}

.image-container {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: all var(--transition-speed);
    height: 100%;
    border: 2px solid #e2e8f0;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-gradient-start), var(--primary-gradient-end));
    z-index: 2;
}

.image-container:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.rounded-image {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: var(--border-radius);
    transition: transform 0.6s ease;
}

.image-container:hover .rounded-image {
    transform: scale(1.05);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
    color: white;
    padding: 1em;
    font-size: 0.9em;
    font-weight: 600;
}

/* Values Section - Enhanced with consistent gradients */
.values-section {
    margin: 5em 0;
    text-align: center;
}

.values-section h3 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 2.2em;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row-cards > .col-4 {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 2em;
}

.value-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 2.5em 2em;
    box-shadow: var(--card-shadow);
    height: 100%;
    transition: all var(--transition-speed);
    border: 2px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-gradient-start), var(--primary-gradient-end));
}

.value-card:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-8px);
    border-color: var(--primary-color);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-light-hover));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5em;
    transition: all var(--transition-speed);
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.2);
}

.value-card:hover .value-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    transform: scale(1.1);
}

.value-icon i {
    font-size: 2.5em;
    color: var(--primary-color);
    transition: all var(--transition-speed);
}

.value-card:hover .value-icon i {
    color: white;
}

.value-card h4 {
    font-size: 1.4em;
    margin-bottom: 1em;
    color: var(--text-dark);
    font-weight: 600;
}

.value-card p {
    color: var(--text-medium);
    line-height: 1.6;
}

/* Team Section - Enhanced */
.team-section {
    margin: 5em 0;
    text-align: center;
}

.team-section h3 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 2.2em;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    height: 100%;
    transition: all var(--transition-speed);
    border: 2px solid #e2e8f0;
    position: relative;
    width: 100%;
}

.team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-gradient-start), var(--primary-gradient-end));
    z-index: 2;
}

.team-member:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-10px);
    border-color: var(--primary-color);
}

.team-photo-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, var(--bg-light), #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.team-photo-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 70%, rgba(67, 97, 238, 0.1));
    opacity: 0;
    transition: opacity var(--transition-speed);
}

.team-member:hover .team-photo-container::after {
    opacity: 1;
}

.team-photo-container img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    transition: transform 0.6s ease, filter 0.3s ease;
    filter: brightness(1.05) contrast(1.02);
}

.team-member:hover .team-photo-container img {
    transform: scale(1.02);
    filter: brightness(1.1) contrast(1.05);
}

.member-info {
    padding: 2em 1.5em;
    text-align: center;
}

.member-info h4 {
    font-size: 1.4em;
    margin-bottom: 0.3em;
    color: var(--text-dark);
    font-weight: 600;
}

.member-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 1.1em;
}

.member-info p {
    color: var(--text-medium);
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.member-social {
    display: flex;
    justify-content: center;
    gap: 1em;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary-light-hover));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    transition: all var(--transition-speed);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.2);
}

.social-icon:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    color: white;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(67, 97, 238, 0.3);
}

/* Stats Section - Enhanced with animations */
.stats-section {
    margin: 5em 0;
}

.stat-box {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: var(--border-radius);
    padding: 2.5em 2em;
    text-align: center;
    color: white;
    box-shadow: 0 15px 35px rgba(67, 97, 238, 0.2);
    transition: all var(--transition-speed);
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="8" height="8" patternUnits="userSpaceOnUse"><path d="M 8 0 L 0 0 0 8" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/>');
    opacity: 0.3;
    pointer-events: none;
}

.stat-box:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 45px rgba(67, 97, 238, 0.3);
}

.stat-number-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.5em;
    height: 80px;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 3.5em;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-unit {
    font-size: 2em;
    font-weight: 600;
    margin-left: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.2em;
    opacity: 0.95;
    height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* Partners Section - Enhanced */
.partners-section {
    margin: 5em 0;
    text-align: center;
    width: 100%;
}

.partners-section h3 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 2.2em;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 1.5em;
}

.partner-logo {
    flex: 1 1 200px;
    min-width: 150px;
    padding: 2em 1.5em;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    transition: all var(--transition-speed);
    margin: 0.5em;
    opacity: 0;
    transform: translateY(30px);
    border: 2px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.partner-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-gradient-start), var(--primary-gradient-end));
}

.partner-logo.visible {
    opacity: 1;
    transform: translateY(0);
}

.partner-logo:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-8px) scale(1.05);
    border-color: var(--primary-color);
}

.partner-logo img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    filter: grayscale(60%) opacity(0.8);
    transition: all var(--transition-speed);
}

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

/* Partner logo animation sequence */
.partner-logo:nth-child(1) { transition-delay: 0.1s; }
.partner-logo:nth-child(2) { transition-delay: 0.2s; }
.partner-logo:nth-child(3) { transition-delay: 0.3s; }
.partner-logo:nth-child(4) { transition-delay: 0.4s; }
.partner-logo:nth-child(5) { transition-delay: 0.5s; }

/* Logo pulse animation */
@keyframes logoPulse {
    0% { transform: scale(1); box-shadow: var(--card-shadow); }
    50% { transform: scale(1.05); box-shadow: var(--card-shadow-hover); }
    100% { transform: scale(1); box-shadow: var(--card-shadow); }
}

.partner-logo.active-pulse {
    animation: logoPulse 3s infinite;
}

/* CTA Banner - Enhanced */
.cta-banner {
    background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
    margin: 5em 0;
    text-align: center;
    padding: 4em 3em;
    color: white;
    border-radius: var(--border-radius);
    box-shadow: 0 20px 50px rgba(67, 97, 238, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/>');
    opacity: 0.3;
    pointer-events: none;
}

.cta-banner::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

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

.cta-banner h3 {
    font-size: 2.5em;
    color: white;
    margin-bottom: 0.8em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.cta-banner p {
    font-size: 1.3em;
    margin-bottom: 2em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.cta-banner .button {
    background: white;
    color: var(--primary-color);
    font-weight: 700;
    transition: all var(--transition-speed);
    border-radius: 50px;
    padding: 1em 3em;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    border: none;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.cta-banner .button:hover {
    background: var(--primary-color);
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

/* Office Section - Enhanced */
.office-section {
    margin: 5em 0;
}

.office-section h3 {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.8em;
    margin-bottom: 1em;
}

.office-section h3 i {
    color: var(--primary-color);
    margin-right: 0.5em;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.address {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    color: var(--text-dark);
    line-height: 1.6;
}

.contact-details {
    margin-bottom: 2em;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.contact-item i {
    color: var(--primary-color);
    font-size: 1.2em;
    margin-right: 1em;
    width: 20px;
    text-align: center;
}

.contact-item span {
    color: var(--text-medium);
}

.contact-info .button {
    align-self: flex-start;
    margin-top: auto;
}

/* Button hover effect for calendar button */
.button.large.icon.solid.fa-calendar-check {
    background-color: var(--primary-color);
    color: white !important;
    border: 2px solid transparent;
    transition: all var(--transition-speed), border-color 0.3s ease;
}

.button.large.icon.solid.fa-calendar-check:hover {
    background-color: white !important;
    color: var(--primary-color) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
    border-color: var(--primary-color);
    text-decoration: none !important;
}

/* Counter Animation */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.counter {
    animation: countUp 0.8s ease-out;
}

/* Scroll animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

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

/* Media Queries */
@media screen and (max-width: 980px) {
    .hero-section {
        min-height: 50vh;
        padding: 3em 2em 2.5em;
    }
    
    .hero-section h2 {
        font-size: 2.8em;
    }
    
    .hero-section .subtitle {
        font-size: 1.2em;
    }
    
    .hero-stats {
        gap: 2em;
    }
    
    .hero-stat .number {
        font-size: 2em;
    }
    
    .mission-text blockquote p {
        font-size: 1.3em;
    }
    
    .image-container {
        margin-top: 2em;
    }
    
    .contact-info {
        margin-top: 2em;
    }
    
    .team-member, .value-card {
        margin-bottom: 2em;
    }
    
    .partner-logos {
        justify-content: center;
    }
    
    .partner-logo {
        flex: 0 1 150px;
        max-width: 150px;
    }
    
    .team-photo-container {
        height: 220px;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        min-height: 45vh;
        padding: 2.5em 2em 2em;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1.5em;
        align-items: center;
    }
    
    .hero-stat {
        min-width: 120px;
    }
    
    .mission-statement {
        padding: 1.5em;
    }
    
    .mission-text blockquote {
        font-size: 1.2em;
    }
    
    .image-container {
        margin-top: 1.5em;
    }
    
    .team-member {
        margin-bottom: 2em;
    }
    
    .team-photo-container {
        height: 200px;
    }
    
    /* Make value cards and team cards full width on tablets */
    .row-cards > .col-4 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 2em;
    }
    
    .value-card,
    .team-member {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    .hero-section {
        padding: 2em 1.5em 1.5em;
        min-height: 40vh;
    }
    
    .hero-section h2 {
        font-size: 2.2em;
    }
    
    .hero-section .subtitle {
        font-size: 1.1em;
        margin-bottom: 2em;
    }
    
    .hero-stats {
        gap: 1em;
        margin-top: 2em;
    }
    
    .hero-stat .number {
        font-size: 1.8em;
    }
    
    .hero-stat .label {
        font-size: 0.8em;
    }
    
    .mission-statement {
        padding: 1.2em; 
        margin-top: 1em; 
    }
    
    .mission-text blockquote p {
        font-size: 1em; 
        line-height: 1.3; 
    }
    
    .values-section h3, .team-section h3, .partners-section h3 {
        font-size: 1.8em;
        line-height: 1.3;
        padding: 0.15em 0;
    }
    
    .content-box, .value-card, .team-member {
        padding: 1.5em;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-icon i {
        font-size: 2em;
    }
    
    .cta-banner {
        padding: 2em 1.5em;
    }
    
    .cta-banner h3 {
        font-size: 1.6em;
    }
    
    .cta-banner p {
        font-size: 1em;
    }
    
    .stat-box {
        height: 160px; 
        margin-bottom: 1em;
    }
    
    .stat-number-container {
        height: 60px;
    }
    
    .stat-label {
        height: 35px;
    }
    
    .partner-logos {
        gap: 1em;
    }
    
    .partner-logo {
        flex: 1 1 120px;
        max-width: 120px;
        padding: 1em;
    }
    
    .partner-logo img {
        height: 60px;
    }
}

@media screen and (max-width: 480px) {
    .hero-section {
        min-height: 35vh;
        padding: 1.5em 1em;
    }
    
    .hero-section h2 {
        font-size: 1.8em;
    }
    
    .hero-section .subtitle {
        font-size: 1em;
    }
    
    .stat-box {
        padding: 1em 0.5em;
        height: 140px; 
    }
    
    .stat-number {
        font-size: 1.8em;
    }
    
    .stat-unit {
        font-size: 1.2em;
    }
    
    .stat-number-container {
        height: 50px;
    }
    
    .stat-label {
        height: 30px;
    }
    
    .partner-logos {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-member {
        text-align: center;
    }
    
    .member-image {
        margin: 0 auto 1em auto;
    }
    
    .member-social {
        justify-content: center;
    }
}
