/* Modern About Page Styles */

/* Force Poppins Font - BUT NOT on icons */
.about-hero,
.about-hero h1,
.about-hero h2,
.about-hero h3,
.about-hero h4,
.about-hero h5,
.about-hero h6,
.about-hero p,
.about-hero span:not([class*="fa"]):not([class*="rt-icon"]),
.about-hero div:not([class*="fa"]):not([class*="rt-icon"]),
.about-stats-section,
.about-stats-section h1,
.about-stats-section h2,
.about-stats-section h3,
.about-stats-section h4,
.about-stats-section h5,
.about-stats-section h6,
.about-stats-section p,
.about-stats-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-stats-section div:not([class*="fa"]):not([class*="rt-icon"]),
.about-why-section,
.about-why-section h1,
.about-why-section h2,
.about-why-section h3,
.about-why-section h4,
.about-why-section h5,
.about-why-section h6,
.about-why-section p,
.about-why-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-why-section div:not([class*="fa"]):not([class*="rt-icon"]),
.about-mvv-section,
.about-mvv-section h1,
.about-mvv-section h2,
.about-mvv-section h3,
.about-mvv-section h4,
.about-mvv-section h5,
.about-mvv-section h6,
.about-mvv-section p,
.about-mvv-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-mvv-section div:not([class*="fa"]):not([class*="rt-icon"]),
.about-team-section,
.about-team-section h1,
.about-team-section h2,
.about-team-section h3,
.about-team-section h4,
.about-team-section h5,
.about-team-section h6,
.about-team-section p,
.about-team-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-team-section div:not([class*="fa"]):not([class*="rt-icon"]),
.about-testimonials-section,
.about-testimonials-section h1,
.about-testimonials-section h2,
.about-testimonials-section h3,
.about-testimonials-section h4,
.about-testimonials-section h5,
.about-testimonials-section h6,
.about-testimonials-section p,
.about-testimonials-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-testimonials-section div:not([class*="fa"]):not([class*="rt-icon"]),
.about-faq-section,
.about-faq-section h1,
.about-faq-section h2,
.about-faq-section h3,
.about-faq-section h4,
.about-faq-section h5,
.about-faq-section h6,
.about-faq-section p,
.about-faq-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-faq-section div:not([class*="fa"]):not([class*="rt-icon"]),
.about-cta-section,
.about-cta-section h1,
.about-cta-section h2,
.about-cta-section h3,
.about-cta-section h4,
.about-cta-section h5,
.about-cta-section h6,
.about-cta-section p,
.about-cta-section span:not([class*="fa"]):not([class*="rt-icon"]),
.about-cta-section div:not([class*="fa"]):not([class*="rt-icon"]) {
    font-family: 'Poppins', sans-serif !important;
}

/* Ensure icons keep their proper font families */
[class^="fa-"],
[class*=" fa-"],
.fa {
    font-family: 'FontAwesome' !important;
}

[class^="rt-icon"],
[class*=" rt-icon"] {
    font-family: 'rt-icons-2' !important;
}

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/truck.png') no-repeat center right;
    background-size: contain;
    opacity: 0.08;
    z-index: 0;
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-hero-badge {
    display: inline-block;
    background: rgba(255, 195, 38, 0.2);
    color: #ffc326;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-hero h1 .highlight {
    color: #ffc326;
}

.about-hero p.lead {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ddd;
    max-width: 800px;
}

.about-hero-features {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.about-hero-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-hero-feature i {
    font-size: 32px;
    color: #ffc326;
}

.about-hero-feature .feature-text {
    text-align: left;
}

.about-hero-feature .feature-text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.about-hero-feature .feature-text p {
    margin: 0;
    font-size: 14px;
    color: #bbb;
}

/* Stats Section */
.about-stats-section {
    padding: 80px 0;
    background: #ffc326;
    color: #1a1a1a;
}

.stat-box {
    text-align: center;
    padding: 30px 20px;
}

.stat-box i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.stat-box h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px;
}

.stat-box p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Why Choose Section */
.about-why-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.about-why-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.about-why-section .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.section-header-modern {
    text-align: center;
    margin-bottom: 60px;
}

.section-header-modern h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.section-header-modern h2 .highlight {
    color: #ffc326;
    position: relative;
}

.section-header-modern h2 .highlight::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ffc326, #ffb800);
}

.section-header-modern p {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.why-choose-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.why-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.why-choose-card .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffc326, #ffb800);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-choose-card .card-icon i {
    font-size: 32px;
    color: #fff;
}

.why-choose-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.why-choose-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    flex-grow: 1;
}

/* Mission/Vision/Values Section */
.about-mvv-section {
    padding: 100px 0;
    background: #fff;
}

.about-mvv-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.about-mvv-section .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.mvv-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 50px 40px;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.mvv-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 195, 38, 0.1);
    border-radius: 50%;
}

.mvv-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffc326;
    position: relative;
}

.mvv-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #ddd;
    margin: 0;
    position: relative;
    flex-grow: 1;
}

.mvv-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
}

.mvv-card ul li {
    padding: 10px 0 10px 30px;
    position: relative;
    color: #ddd;
}

.mvv-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffc326;
    font-weight: 700;
    font-size: 18px;
}

/* Team Section */
.about-team-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.about-team-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.about-team-section .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.team-member {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.team-member-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member:hover .team-member-image img {
    transform: scale(1.1);
}

.team-member-info {
    padding: 30px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.team-member-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.team-member-info .position {
    font-size: 14px;
    color: #ffc326;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: block;
}

.team-member-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.team-member-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-member-social a {
    width: 36px;
    height: 36px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.team-member-social a:hover {
    background: #ffc326;
    color: #fff;
    transform: translateY(-3px);
}

/* Testimonials Section */
.about-testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
}

.about-testimonials-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.about-testimonials-section .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.testimonial-card-modern {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.testimonial-card-modern:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffc326;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author h5 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.testimonial-author p {
    margin: 0;
    font-size: 14px;
    color: #ffc326;
}

.testimonial-rating {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

.testimonial-rating i {
    color: #ffc326;
    font-size: 14px;
}

.testimonial-content {
    font-size: 16px;
    line-height: 1.8;
    color: #ddd;
    font-style: italic;
    flex-grow: 1;
}

/* FAQ Section */
.about-faq-section {
    padding: 100px 0;
    background: #fff;
}

.faq-accordion-modern .panel {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq-accordion-modern .panel:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.faq-accordion-modern .panel-heading {
    background: #f8f9fa;
    border: none;
    padding: 0;
}

.faq-accordion-modern .panel-title a {
    display: block;
    padding: 20px 25px;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    padding-right: 50px;
}

.faq-accordion-modern .panel-title a::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ffc326;
    font-weight: 700;
    transition: all 0.3s ease;
}

.faq-accordion-modern .panel-title a:not(.collapsed)::after {
    content: '−';
}

.faq-accordion-modern .panel-title a:hover {
    color: #ffc326;
}

.faq-accordion-modern .panel-body {
    padding: 20px 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    border-top: 1px solid #e0e0e0;
}

/* CTA Section */
.about-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffc326 0%, #ffb800 100%);
    text-align: center;
}

.about-cta-section h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-cta-primary {
    padding: 16px 40px;
    background: #1a1a1a;
    color: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    background: transparent;
    color: #1a1a1a;
}

.btn-cta-secondary {
    padding: 16px 40px;
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .about-hero h1 {
        font-size: 38px;
    }
    
    .about-hero p.lead {
        font-size: 18px;
    }
    
    .about-hero-features {
        gap: 25px;
    }
    
    .section-header-modern h2 {
        font-size: 36px;
    }
    
    .about-why-section,
    .about-mvv-section,
    .about-team-section,
    .about-testimonials-section,
    .about-faq-section {
        padding: 80px 0;
    }
    
    .why-choose-card {
        min-height: 300px;
    }
    
    .mvv-card {
        min-height: 320px;
    }
    
    .testimonial-card-modern {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 80px 0 50px;
    }
    
    .about-hero h1 {
        font-size: 32px;
    }
    
    .about-hero p.lead {
        font-size: 16px;
    }
    
    .about-hero-features {
        flex-direction: column;
        gap: 20px;
    }
    
    .about-stats-section {
        padding: 60px 0;
    }
    
    .stat-box {
        margin-bottom: 30px;
    }
    
    .stat-box h3 {
        font-size: 38px;
    }
    
    .section-header-modern h2 {
        font-size: 28px;
    }
    
    .section-header-modern p {
        font-size: 16px;
    }
    
    .about-why-section,
    .about-mvv-section,
    .about-team-section,
    .about-testimonials-section,
    .about-faq-section {
        padding: 60px 0;
    }
    
    /* Reset flexbox for mobile - stack cards naturally */
    .about-why-section .row,
    .about-mvv-section .row,
    .about-team-section .row,
    .about-testimonials-section .row {
        display: block;
    }
    
    .about-why-section .row > [class*='col-'],
    .about-mvv-section .row > [class*='col-'],
    .about-team-section .row > [class*='col-'],
    .about-testimonials-section .row > [class*='col-'] {
        display: block;
    }
    
    .why-choose-card,
    .mvv-card,
    .testimonial-card-modern {
        min-height: auto;
        height: auto;
    }
    
    .about-cta-section h2 {
        font-size: 28px;
    }
    
    .about-cta-section p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        justify-content: center;
    }
}
