/*================================================
Enhanced About Page CSS - Logo Colors Only
=================================================*/

/* Enhanced Page Title Area */
.page-title-area-enhanced {
    position: relative;
    background: linear-gradient(135deg, rgba(136, 45, 82, 0.05) 0%, rgba(16, 13, 40, 0.03) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}

.page-title-content-enhanced {
    text-align: center;
    position: relative;
    z-index: 2;
}

.title-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.badge-text {
    background: linear-gradient(135deg, #882D52, #100d28);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(136, 45, 82, 0.3);
}

.main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #100d28;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

.title-description {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-enhanced {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.breadcrumb-link {
    color: #882D52;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.breadcrumb-link:hover {
    color: #100d28;
    text-decoration: none;
}

.breadcrumb-separator {
    color: #6c757d;
    font-weight: 600;
}

.breadcrumb-current {
    color: #100d28;
    font-weight: 700;
}

/* Enhanced About Section */
.about-section-enhanced {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.about-content-enhanced {
    padding: 2rem;
}

.section-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.about-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #100d28;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.highlight-text {
    background: linear-gradient(135deg, #882D52, #100d28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-description {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Features Grid */
.features-grid {
    display: grid;
/*    grid-template-columns: repeat(2, 1fr);
*/    gap: 1.5rem;
    margin: 1.5rem 0;
}

    .features-grid .colwidth {
        flex: 0 0 auto;
        width: 33%;
    }


/* Features Grid */
.features-gridabout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(136, 45, 82, 0.05), rgba(16, 13, 40, 0.03));
    border-radius: 15px;
    border: 1px solid rgba(136, 45, 82, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(136, 45, 82, 0.15);
    border-color: rgba(136, 45, 82, 0.2);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #882D52, #100d28);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #100d28;
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

/* Enhanced CTA Button */
.about-cta {
    margin-top: 2.5rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #882D52, #100d28);
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(136, 45, 82, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #100d28, #882D52);
    transition: all 0.3s ease;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(136, 45, 82, 0.4);
    color: white;
    text-decoration: none;
}

.cta-button:hover::before {
    left: 0;
}

.button-icon {
    transition: all 0.3s ease;
}

.cta-button:hover .button-icon {
    transform: translateX(5px);
}

/* Enhanced Image Section */
.about-image-enhanced {
    padding: 2rem;
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(136, 45, 82, 0.15);
}

.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(136, 45, 82, 0.1), rgba(16, 13, 40, 0.05));
    pointer-events: none;
}

.floating-card {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(136, 45, 82, 0.2);
    border: 1px solid rgba(136, 45, 82, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: float 6s ease-in-out infinite;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #882D52, #100d28);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.card-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #882D52;
    margin: 0;
    line-height: 1;
}

.card-content p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

/* Enhanced Mission Vision Section */
.mv-wrapper {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(136, 45, 82, 0.03) 0%, rgba(16, 13, 40, 0.02) 100%);
}

.mv-section-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.mv-card {
    flex: 1;
    background: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(136, 45, 82, 0.1);
    border: 1px solid rgba(136, 45, 82, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #882D52, #100d28);
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(136, 45, 82, 0.2);
}

.mv-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(136, 45, 82, 0.1), rgba(16, 13, 40, 0.05));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 2px solid rgba(136, 45, 82, 0.2);
}

.mv-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #100d28;
    margin-bottom: 1rem;
}

.mv-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.mv-center-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #882D52, #100d28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 15px 40px rgba(136, 45, 82, 0.3);
    z-index: 2;
}

/* Responsive Design */
@media (max-width: 991px) {
    .main-title {
        font-size: 2.8rem;
    }
    
    .about-title {
        font-size: 2.2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .mv-section-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .mv-center-icon {
        order: -1;
    }
}

@media (max-width: 767px) {
    .page-title-area-enhanced {
        padding: 80px 0 60px;
    }
    
    .main-title {
        font-size: 2.2rem;
    }
    
    .about-title {
        font-size: 1.8rem;
    }
    
    .about-content-enhanced,
    .about-image-enhanced {
        padding: 1rem;
    }
    
    .floating-card {
        bottom: 20px;
        right: 20px;
        padding: 1rem;
    }
    
    .mv-card {
        padding: 2rem 1.5rem;
    }
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}
