/* About Page Specific Styles */

/* About Hero */
.about-hero {
    background-color: #F6F6F6;
    text-align: center;
    height: 639px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 65px;
}

.about-hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-breadcrumb-text {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #005678;
}

.about-hero-title {
   font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 938px;
    width: 100%;
    color: #0D2B37;
}

@media (max-width: 1024px) {
    .about-hero-title {
        font-size: 36px;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .about-hero-title {
        font-size: 20px;
        max-width: 100%;
        width: 100%;
    }
}

.about-hero-description {
   font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #6F6F6F;
    width: 100%;
}

@media (max-width: 750px){
	.about-hero-description {
       padding:10px;
	}
}

/* Company Gallery */
.company-gallery {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-gallery-container {
    max-width: 1662px;
    width: 100%;
    height: 307.2330322265625px;
    margin-top: -110px;
}

@media (max-width: 1024px) {
    .company-gallery-container {
        height: auto;
        padding: 30px 16px;
        margin-top: 0;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr 1.5fr 1fr;
    gap: 17px;
}

.gallery-item {
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition-base);
    height: 307.2330322265625px;
    width: 100%;
}

.gallery-item:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 750px){

    .gallery-item {
        box-shadow: none;
        background-color: transparent;
    }

    .gallery-item img {
        object-fit: scale-down;
    }
}

/* About Content */
.about-content {
    margin-top: 125px;
}

@media (max-width: 1024px) {
    .about-content {
        margin-top: 74px;
    }
}

.about-content-container {
    max-width: 1217px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: flex-start;
}

.about-text .about-main-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0D2B37;
    max-width: 466px;

}

.about-text .about-main-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #4E5D63;
    max-width: 560px;

}

@media (max-width: 1024px) {
    .about-text .about-main-text {
        max-width: 100%;
        width: 100%;
    }
}


.about-sidebar {
    max-width: 560px;
    width: 100%;
}

.sidebar-content .about-sidebar-text {
   font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #4E5D63;
    width: 100%;
}

@media (max-width: 1024px) {
    .about-sidebar {
        max-width: 100%;
        width: 100%;
    }
}


.about-sidebar-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0D2B37;
    margin-top: 38px;
}



/* About Stats Section */
.about-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}

.about-stats-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 1219px;
    width: 100%;
  
}

@media (max-width: 1217px) {
    .about-stats-container {
        max-width: 100%;
        padding: 0 16px;
    }
}

@media (max-width: 600px) {
    .about-stats {
        margin-top: 74px;
    }
}

.about-stats-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-lg);
    width: 100%;
    gap: 85px;
}

@media (max-width: 1000px) {
    .about-stats-grid {
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }
}

.about-stat {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 600px) {
    .about-stat {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.about-stat-divider{
    width: 1px;
    height: 93px;
    background-color: #E2E2E2;
    border-color: #E2E2E2;
}

@media (max-width: 1000px) {
    .about-stat-divider {
        width: 100%;
        height: 1px;
        background-color: #E2E2E2;
    }
}

.about-stat-number {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0D2B37;
}

@media (max-width: 1024px) {
    .about-stat-number {
        text-align: center; 
    }
}

.about-stat-description {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;    
    max-width: 252px;
    color: #4E5D63;
}

@media (max-width: 1000px) {
    .about-stat-description {
        max-width: 100%;
        text-align: center;
    }
}

/* Values Section */
.values {
    margin-top: 130px;
}

@media (max-width: 1024px) {
    .values {
        margin-top: 74px;
    }
}

.values-container {
    max-width: 1217px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

@media (max-width: 1217px) {
    .values-container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    text-align: center;
}

@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.values-item {
    background-color: #F6F6F6;
    max-width: 385px;
    width: 100%;
    height: 303px;
    border-radius: 16px;
    padding: 46px 32px 32px 32px;
}

@media (max-width: 1024px) {
    .values-item {
        max-width: 100%;
        width: 100%;
    }
}

.value-item:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--spacing-md);
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon img {
   width: 44px;
   height: 44px;
}

.values-item .values-item-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #0D2B37;
    margin-top: 24px;
}

.values-item .values-item-description {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #4E5D63;
    margin-top: 16px;
}

/* Founders Section */
.founders {
    margin-top: 130px;
    background-color: #005678;
    padding-top:117px;
    padding-bottom: 120px;
}

.founders-container {
    max-width: 1217px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}   


.founders-section-subtitle {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.founders .founders-section-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 16px;

}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-2xl);
    position: relative;
    z-index: 2;
    margin-top: 64px;
}

.founder-card {
    height: 855px;
    background:url('../images/cover-founder.png') no-repeat center center;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 16px;
}


.founder-card:hover {
    transform: translateY(-4px);
}

.founder-image {
    margin-bottom: var(--spacing-lg);
}


.founder-card-content {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.founder-name-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #0D2B37;
    margin:0;
}

.founder-description-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #4E5D63;
    margin-top: 16px;
}


.social-links {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
}

/* Final CTA */
.final-cta {
    background-color: var(--background-light);
    text-align: center;
}

.final-cta .section-header h2 {
    font-size: var(--font-size-lg);
    margin-bottom: var(--spacing-xs);
    font-weight: 500;
}

.final-cta .section-header h3 {
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-sm);
}

.final-cta .section-header p {
    margin-bottom: var(--spacing-lg);
}

.footer-contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
    padding-top: var(--spacing-xl);
    border-top: 1px solid var(--border-color);
}

.footer-contact-info .contact-item h4 {
    margin-bottom: var(--spacing-sm);
    color: var(--text-primary);
}

.footer-contact-info .contact-item p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xs);
    font-size: var(--font-size-sm);
}

/* Responsive Design for About */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }
    
    .founders-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }
    
    .footer-contact-info {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .about-hero {
        height: auto;
        padding: var(--spacing-xl) 0;
        min-height: auto;
    }
    
    .hero-content h1 {
        font-size: var(--font-size-xl);
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid,
    .values-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    
    .founders {
        padding: var(--spacing-2xl) 0;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: var(--font-size-lg);
    }
    
    .about-text,
    .sidebar-content {
        text-align: left;
    }
    
    .about-sidebar {
        padding: var(--spacing-md);
    }
    
    .value-item {
        padding: var(--spacing-md);
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-icon img {
        width: 30px;
        height: 30px;
    }
    
    .founder-card {
        padding: var(--spacing-md);
    }
    
    .founder-image img {
        width: 120px;
        height: 120px;
    }
}