
    /* ===================================
   About Page - Hero Section
   =================================== */
   .about-hero-section {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #E0F2ED 0%, #fff 50%, #F8F9FA 100%);
    position: relative;
    overflow: hidden;
}

.about-hero-label {
    display: inline-block;
    background: linear-gradient(135deg, #15966F 0%, #0D6B4F 100%);
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #202020;
    margin-bottom: 1.5rem;
}

.about-text-highlight {
    background: linear-gradient(135deg, #15966F 0%, #6AB187 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-description {
    font-size: 1.1rem;
    color: #7E909A;
    line-height: 1.8;
}

.about-hero-stats-row {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.about-stat-block {
    text-align: center;
}

.about-stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #15966F;
    margin-bottom: 0.3rem;
}

.about-stat-label {
    font-size: 0.85rem;
    color: #7E909A;
    margin: 0;
}

.about-hero-image-container {
    position: relative;
    padding: 2rem;
}

.about-hero-main-image {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 15px 40px rgba(21, 150, 111, 0.2);
}

.about-floating-badge {
    position: absolute;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: aboutFloatAnimation 3s ease-in-out infinite;
}

.about-floating-badge i {
    font-size: 2rem;
}

.about-floating-badge strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #202020;
}

.about-floating-badge small {
    font-size: 0.75rem;
    color: #7E909A;
}

.about-badge-1 {
    top: 15%;
    right: 0;
    animation-delay: 0s;
}

.about-badge-2 {
    bottom: 20%;
    left: 0;
    animation-delay: 1.5s;
}

@keyframes aboutFloatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* ===================================
   About Story Section
   =================================== */
.about-story-section {
    padding: 4rem 0;
    background: #fff;
}

.about-section-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.about-section-tag {
    display: inline-block;
    background: #E0F2ED;
    color: #15966F;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.about-section-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.8rem;
}

.about-story-content-box {
    padding: 2rem;
}

.about-story-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #15966F;
    margin-bottom: 1.5rem;
}

.about-story-text {
    font-size: 1rem;
    color: #7E909A;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-story-visual-box {
    padding: 2rem;
}

.about-story-image {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ===================================
   About Offer Section
   =================================== */
.about-offer-section {
    padding: 4rem 0;
    background: #F8F9FA;
}

.about-offer-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.about-offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(21, 150, 111, 0.2);
}

.about-offer-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.about-offer-icon-wrapper i {
    font-size: 2.5rem;
}

.about-offer-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 1rem;
}

.about-offer-description {
    font-size: 0.95rem;
    color: #7E909A;
    line-height: 1.7;
    margin: 0;
}

/* ===================================
   About Approach Section
   =================================== */
.about-approach-section {
    padding: 4rem 0;
    background: #fff;
}

.about-approach-image {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-approach-content {
    padding: 0 2rem;
}

.about-approach-text {
    font-size: 1.05rem;
    color: #7E909A;
    line-height: 1.8;
}

.about-approach-list {
    margin-top: 2rem;
}

.about-approach-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.about-approach-check-icon {
    flex-shrink: 0;
}

.about-approach-check-icon i {
    font-size: 2rem;
}

.about-approach-item-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.5rem;
}

.about-approach-item-text {
    font-size: 0.9rem;
    color: #7E909A;
    margin: 0;
}

/* ===================================
   Mission & Vision Section
   =================================== */
.about-mission-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #E0F2ED 0%, #E8F5EE 100%);
}

.about-mission-card {
    background: #fff;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    height: 100%;
}

.about-mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(21, 150, 111, 0.25);
}

.about-mission-icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #E0F2ED 0%, #E8F5EE 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.about-mission-icon-box i {
    font-size: 2.5rem;
    color: #15966F;
}

.about-mission-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #15966F;
    margin-bottom: 1.5rem;
}

.about-mission-text {
    font-size: 1rem;
    color: #7E909A;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* ===================================
   Founder Section
   =================================== */
.about-founder-section {
    padding: 4rem 0;
    background: #fff;
}

.about-founder-profile-card {
    background: #fff;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-founder-avatar {
    position: relative;
    display: inline-block;
}

.about-founder-avatar-inner {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #15966F 0%, #6AB187 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(21, 150, 111, 0.3);
}

.about-founder-initials {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.about-founder-name {
    font-size: 2rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 0.5rem;
}

.about-founder-designation {
    font-size: 1.2rem;
    color: #15966F;
    font-weight: 600;
    margin-bottom: 1rem;
}

.about-founder-qualification {
    font-size: 1rem;
    color: #7E909A;
    margin-bottom: 1.5rem;
}

.about-founder-bio {
    font-size: 1rem;
    color: #7E909A;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-founder-social {
    display: flex;
    gap: 1rem;
}

.about-social-link {
    width: 45px;
    height: 45px;
    background: #E0F2ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15966F;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.about-social-link:hover {
    background: #15966F;
    color: #fff;
    transform: translateY(-5px);
}

/* ===================================
   Why Choose Us Section
   =================================== */
.about-why-choose-section {
    padding: 4rem 0;
    background: #F8F9FA;
}

.about-why-choose-box {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    position: relative;
    height: 100%;
}

.about-why-choose-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(21, 150, 111, 0.2);
}

.about-why-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 3rem;
    font-weight: 700;
    color: #E0F2ED;
    line-height: 1;
}

.about-why-icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #E0F2ED 0%, #E8F5EE 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.about-why-icon-circle i {
    font-size: 2rem;
    color: #15966F;
}

.about-why-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 1rem;
}

.about-why-desc {
    font-size: 0.95rem;
    color: #7E909A;
    line-height: 1.7;
    margin: 0;
}

/* ===================================
   Values Section
   =================================== */
.about-values-section {
    padding: 4rem 0;
    background: #fff;
}

.about-value-tile {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.about-value-tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(21, 150, 111, 0.2);
    background: linear-gradient(135deg, #15966F 0%, #6AB187 100%);
}

.about-value-tile i {
    font-size: 3rem;
    color: #15966F;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.about-value-tile:hover i {
    color: #fff;
}

.about-value-tile h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #202020;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.about-value-tile:hover h5 {
    color: #fff;
}

.about-value-tile p {
    font-size: 0.9rem;
    color: #7E909A;
    margin: 0;
    transition: all 0.3s;
}

.about-value-tile:hover p {
    color: rgba(255, 255, 255, 0.9);
}

/* ===================================
   CTA Section
   =================================== */
.about-cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #15966F 0%, #0D6B4F 100%);
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.about-cta-box {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.about-cta-heading {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.about-cta-subtext {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.about-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #FFC107;
    color: #000;
    padding: 1rem 2.5rem;
    border-radius: 0.6rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
}

.about-cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.5);
    color: #000;
}

.about-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.9rem 2.5rem;
    border-radius: 0.6rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.about-cta-btn-secondary:hover {
    background: #fff;
    color: #15966F;
}

/* ===================================
   Responsive Styles
   =================================== */
@media (max-width: 991px) {
    .about-hero-title {
        font-size: 2.2rem;
    }

    .about-section-main-title {
        font-size: 2rem;
    }

    .about-cta-heading {
        font-size: 2rem;
    }

    .about-floating-badge {
        position: static;
        margin-top: 1rem;
        display: inline-flex;
        animation: none;
    }

    .about-hero-stats-row {
        gap: 1.5rem;
    }

    .about-stat-value {
        font-size: 2rem;
    }

    .about-approach-content {
        padding: 0;
        margin-top: 2rem;
    }

    .about-founder-avatar-inner {
        width: 120px;
        height: 120px;
    }

    .about-founder-initials {
        font-size: 2.5rem;
    }

    .about-founder-name {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .about-hero-title {
        font-size: 1.8rem;
    }

    .about-section-main-title {
        font-size: 1.8rem;
    }

    .about-cta-heading {
        font-size: 1.8rem;
    }

    .about-hero-section,
    .about-story-section,
    .about-offer-section,
    .about-approach-section,
    .about-mission-section,
    .about-founder-section,
    .about-why-choose-section,
    .about-values-section {
        padding: 3rem 0;
    }

    .about-cta-section {
        padding: 3.5rem 0;
    }

    .about-hero-stats-row {
        justify-content: center;
    }

    .about-story-content-box {
        padding: 1rem;
    }

    .about-story-visual-box {
        padding: 0;
    }

    .about-approach-item {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .about-why-number {
        font-size: 2rem;
        top: 1rem;
        right: 1rem;
    }
}

@media (max-width: 576px) {
    .about-hero-title {
        font-size: 1.6rem;
    }

    .about-section-main-title {
        font-size: 1.6rem;
    }

    .about-hero-description {
        font-size: 1rem;
    }

    .about-stat-value {
        font-size: 1.8rem;
    }

    .about-story-heading {
        font-size: 1.5rem;
    }

    .about-offer-title {
        font-size: 1.1rem;
    }

    .about-mission-title {
        font-size: 1.5rem;
    }

    .about-founder-name {
        font-size: 1.5rem;
    }

    .about-founder-designation {
        font-size: 1rem;
    }

    .about-why-title {
        font-size: 1.1rem;
    }

    .about-cta-heading {
        font-size: 1.5rem;
    }

    .about-cta-subtext {
        font-size: 1rem;
    }

    .about-cta-btn-primary,
    .about-cta-btn-secondary {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .about-founder-profile-card {
        padding: 2rem 1.5rem;
    }

    .about-mission-card {
        padding: 2rem 1.5rem;
    }

    .about-value-tile {
        padding: 2rem 1.5rem;
    }
}

/* ===================================
   Utility Classes for About Page
   =================================== */
.about-shadow-hover-effect {
    transition: all 0.3s;
}

.about-shadow-hover-effect:hover {
    box-shadow: 0 15px 35px rgba(21, 150, 111, 0.25) !important;
}

.about-text-primary-custom {
    color: #15966F !important;
}

.about-bg-primary-custom {
    background-color: #15966F !important;
}

.about-border-primary-custom {
    border-color: #15966F !important;
}

/* ===================================
   Animation Enhancements
   =================================== */
@keyframes aboutPulseEffect {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.about-pulse-animation {
    animation: aboutPulseEffect 2s infinite;
}

/* ===================================
   Special Effects
   =================================== */
.about-gradient-overlay {
    position: relative;
}

.about-gradient-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(21, 150, 111, 0.1) 0%, rgba(106, 177, 135, 0.1) 100%);
    pointer-events: none;
}

/* ===================================
   Print Styles (Optional)
   =================================== */
@media print {
    .about-floating-badge,
    .about-cta-section,
    .navbar,
    .footer-section,
    .scroll-top-btn,
    .whatsapp-float {
        display: none !important;
    }

    .about-hero-section,
    .about-story-section,
    .about-offer-section {
        page-break-inside: avoid;
    }
}
