/* ===================================
   ABOUT PAGE BANNER STYLES
   =================================== */
.section.top {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    padding: 60px 20px;
    position: relative;
}

.section.top h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: white;
}

.section.top .section-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
        
        .company-details {
            padding: 80px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #e74c3c;
            border-radius: 2px;
        }
        
        .sectionss h2:after{
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #e74c3c;
            border-radius: 2px;
        }
        .section-header p {
            font-size: 1.2rem;
            color: #7f8c8d;
            max-width: 700px;
            margin: 20px auto 0;
        }
        
        .details-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .detail-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid #e74c3c;
        }
        
        .detail-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .detail-card h3 {
            font-size: 1.4rem;
            color: #2c3e50;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }
        
        .detail-card h3 i {
            margin-right: 10px;
            color: #e74c3c;
        }
        
        .detail-item {
            margin-bottom: 15px;
            display: flex;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 15px;
        }
        
        .detail-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .detail-label {
            font-weight: 600;
            color: #2c3e50;
            min-width: 120px;
            flex-shrink: 0;
        }
        
        .detail-value {
            color: #555;
            flex-grow: 1;
        }
        
        .representatives {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .rep-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }
        
        .rep-card:hover {
            transform: translateY(-5px);
        }
        
        .rep-icon {
            width: 80px;
            height: 80px;
            background: #e74c3c;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 1.8rem;
        }
        
        .rep-name {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 5px;
        }
        
        .rep-position {
            color: #e74c3c;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .contact-info {
            background: #2c3e50;
            color: white;
            padding: 50px 0;
            margin-top: 50px;
            border-radius: 10px;
        }
        
        .contact-info .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        
        .contact-text {
            flex: 1;
            min-width: 300px;
            margin-right: 30px;
        }
        
        .contact-text h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }
        
        .contact-button {
            display: inline-block;
            background: #e74c3c;
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .contact-button:hover {
            background: #c0392b;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }
        
        /* About Page Header */
        .about-header-banner {
            background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
        }

        .company-overview-container {
            padding-top: 80px;
        }

        .col-6-offset {
            padding-left: 30px;
        }

        .company-image {
            width: 100%;
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-lg);
        }

        .cta-heading,
        .cta-text {
            color: white;
        }

        /* Slide In Left H2 Styling */
        .slide-in-left h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 35px;
            position: relative;
            display: inline-block;
        }

        .slide-in-left h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 4px;
            background: #e74c3c;
            border-radius: 2px;
        }

        @media (max-width: 768px) {
            .section.top {
                min-height: 220px;
                padding: 50px 20px;
            }

            .section.top h1 {
                font-size: clamp(2rem, 6vw, 2.5rem);
            }

            .section.top .section-subtitle {
                font-size: clamp(1rem, 3vw, 1.2rem);
            }

            .section-header h2 {
                font-size: 2rem;
            }

            .details-grid {
                grid-template-columns: 1fr;
            }

            .contact-info .container {
                flex-direction: column;
                text-align: center;
            }

            .contact-text {
                margin-right: 0;
                margin-bottom: 30px;
            }

            .col-6-offset {
                padding-left: 0;
                padding-top: 30px;
            }
        }
