/* About Section - Mobile Responsive Design - NO ANIMATIONS */
.about-section {
    padding: 80px 0;
    background: #f7fafc;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    clear: both;
    width: 100%;
    max-width: 100vw;
}

.section-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* About Content Layout */
.about-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: start;
    width: 100%;
    max-width: 100%;
}

/* Text Content - Mobile Responsive */
.about-text-content {
    background: #fafbfc;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.about-text-content::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--primary-orange) 0%, transparent 70%);
    opacity: 0.03;
}

.about-intro {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.intro-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.intro-icon i {
    font-size: 1.8rem;
    color: var(--white);
}

.company-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bg-light);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
}

.info-item:hover {
    border-color: var(--primary-orange);
    transform: translateY(-2px);
}

.info-item i {
    color: var(--primary-orange);
    flex-shrink: 0;
}

/* Mission Vision Grid */
.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.mv-card {
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mv-card.mission {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: var(--white);
}

.mv-card.vision {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: var(--white);
}

.mv-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.mv-icon {
    margin-bottom: 1.5rem;
}

.mv-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    word-wrap: break-word;
}

.mv-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.95;
    word-wrap: break-word;
}

/* Achievements */
.achievements {
    background: #f3f4f6;
    padding: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.achievements h4 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--primary-blue);
    word-wrap: break-word;
}

.achievements h4 i {
    color: var(--primary-orange);
    flex-shrink: 0;
}

.achievement-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
}

.achievement {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--white);
    border-radius: 15px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.achievement:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.achievement i {
    font-size: 1.3rem;
    color: var(--primary-blue);
    flex-shrink: 0;
}

.achievement span {
    word-wrap: break-word;
    flex: 1;
}

/* Visual Section */
.about-visual {
    width: 100%;
    max-width: 100%;
}

.image-showcase {
    position: relative;
    width: 100%;
    max-width: 100%;
}

/* Showcase main */
.showcase-main {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    max-width: 100%;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: var(--white);
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.image-overlay i {
    font-size: 2rem;
    color: var(--primary-orange);
    flex-shrink: 0;
}

.image-overlay span {
    font-size: 1.5rem;
    font-weight: 700;
    word-wrap: break-word;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
}

/* Grid items */
.grid-item {
    position: relative;
    overflow: hidden;
    height: 150px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
}

.grid-item:hover {
    transform: scale(1.05);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
}

.item-label i {
    color: var(--primary-orange);
    flex-shrink: 0;
}

/* Company Values */
.company-values {
    background: #fafbfc;
    padding: 2rem;
    margin-top: 2rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.company-values h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary-blue);
    word-wrap: break-word;
}

.value-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 15px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.value-item:hover {
    background: var(--bg-light);
    transform: translateX(5px);
}

.value-item i {
    font-size: 2rem;
    color: var(--primary-orange);
    flex-shrink: 0;
}

.value-item h5 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    color: var(--text-dark);
    word-wrap: break-word;
}

.value-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    word-wrap: break-word;
}