        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-red: #C41E3A;
            --primary-orange: #FF8C00;
            --dark-bg: #1a1a1a;
            --light-bg: #f8f9fa;
            --text-dark: #2c3e50;
            --text-light: #6c757d;
            --white: #ffffff;
            --gradient: linear-gradient(135deg, #C41E3A 0%, #FF8C00 100%);
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        /* Navigation */
        nav {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            z-index: 1000;
            transition: all 0.3s ease;
        }

        nav.scrolled {
            background: rgba(255, 255, 255, 1);
            box-shadow: 0 2px 20px rgba(0,0,0,0.15);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2rem;
        }

        .logo-container {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .logo-container img {
            height: 50px;
            width: auto;
        }

        .logo-text {
            display: flex;
            flex-direction: column;
        }

        .logo-text h1 {
            font-size: 1.5rem;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 700;
        }

        .logo-text p {
            font-size: 0.75rem;
            color: var(--text-light);
            font-weight: 500;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--text-dark);
            font-weight: 500;
            transition: color 0.3s ease;
            position: relative;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            transition: width 0.3s ease;
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        .nav-links a:hover {
            color: var(--primary-red);
        }

        .mobile-menu {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
        }

        .mobile-menu span {
            width: 25px;
            height: 3px;
            background: var(--text-dark);
            transition: all 0.3s ease;
        }

        /* Hero Section */
        .hero {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--white);
            position: relative;
            overflow: hidden;
        }

        .hero-slideshow {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .hero-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .hero-slide.active {
            opacity: 1;
        }

        /* Optional subtle dark overlay for text readability - remove if not needed */
        .hero-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

        /* Slide backgrounds - using actual images */
        /* Hero slide images are now set dynamically via JavaScript from data-image attributes */
        
        /* Fallback patterns if images don't load */
        .hero-slide-1.no-image {
            background: linear-gradient(135deg, rgba(41, 128, 185, 0.3), rgba(52, 152, 219, 0.3)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%232c3e50" width="1920" height="1080"/><g fill="%233498db" opacity="0.3"><rect x="100" y="200" width="300" height="200" rx="10"/><rect x="500" y="150" width="250" height="300" rx="10"/><rect x="850" y="250" width="350" height="250" rx="10"/><rect x="1300" y="180" width="280" height="280" rx="10"/></g></svg>');
        }

        .hero-slide-2.no-image {
            background: linear-gradient(135deg, rgba(46, 204, 113, 0.3), rgba(39, 174, 96, 0.3)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%2327ae60" width="1920" height="1080"/><g fill="%232ecc71" opacity="0.4"><rect x="200" y="300" width="400" height="300" rx="15"/><rect x="700" y="250" width="500" height="400" rx="15"/></g></svg>');
        }

        .hero-slide-3.no-image {
            background: linear-gradient(135deg, rgba(155, 89, 182, 0.3), rgba(142, 68, 173, 0.3)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%238e44ad" width="1920" height="1080"/><g fill="%239b59b6" opacity="0.4"><circle cx="400" cy="300" r="150"/><circle cx="800" cy="450" r="120"/></g></svg>');
        }

        .hero-slide-4.no-image {
            background: linear-gradient(135deg, rgba(231, 76, 60, 0.3), rgba(192, 57, 43, 0.3)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%23c0392b" width="1920" height="1080"/><g fill="%23e74c3c" opacity="0.4"><circle cx="960" cy="400" r="200"/></g></svg>');
        }

        .slideshow-indicators {
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .indicator.active {
            background: var(--white);
            transform: scale(1.3);
            border-color: var(--primary-orange);
        }

        .indicator:hover {
            background: rgba(255, 255, 255, 0.8);
        }

        .hero-content {
            max-width: 800px;
            padding: 2rem;
            position: relative;
            z-index: 1;
            animation: fadeInUp 1s ease;
        }

        .hero h2, .hero p {
            transition: opacity 0.3s ease;
        }

        .hero h2 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .hero p {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .cta-button {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: var(--white);
            color: var(--primary-red);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            background: var(--light-bg);
        }

        /* Section Styles */
        section {
            padding: 5rem 2rem;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-title h2 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .section-title p {
            color: var(--text-light);
            font-size: 1.1rem;
        }

        .section-title::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: var(--gradient);
            margin: 1rem auto;
            border-radius: 2px;
        }

        /* About Section */
        #about {
            background: var(--light-bg);
        }

        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: start;
            margin-bottom: 4rem;
        }

        .about-text h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: var(--primary-red);
        }

        .about-text p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
            color: var(--text-dark);
        }

        /* Values Section */
        .values-section {
            margin-top: 3rem;
        }

        .values-heading {
            font-size: 2rem;
            margin-bottom: 2rem;
            color: var(--primary-red);
            text-align: center;
            position: relative;
            padding-bottom: 1rem;
        }

        .values-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient);
            border-radius: 2px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }

        .value-card {
            background: var(--white);
            padding: 0;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
        }

        .value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(196, 30, 58, 0.2);
        }

        .value-image-container {
            width: 100%;
            height: 150px;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(196, 30, 58, 0.1), rgba(255, 140, 0, 0.1));
        }

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

        .value-card:hover .value-image {
            transform: scale(1.05);
        }

        .value-card h4 {
            color: var(--primary-orange);
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
            padding: 1rem 1.5rem 0;
        }

        .value-card p {
            padding: 0 1.5rem 1.5rem;
        }

        .mission-box {
            background: var(--white);
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            border-left: 5px solid var(--primary-red);
        }

        .mission-box h3 {
            color: var(--primary-red);
            margin-bottom: 1rem;
            font-size: 1.8rem;
        }

        .mission-box p {
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .usp-box {
            background: var(--gradient);
            color: var(--white);
            padding: 2rem;
            border-radius: 15px;
            margin-top: 2rem;
            box-shadow: 0 5px 20px rgba(196, 30, 58, 0.3);
        }

        .usp-box h3 {
            margin-bottom: 1rem;
            font-size: 1.8rem;
        }

        /* Services Section */
        .services-grid-compact {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            max-width: 900px;
            margin: 0 auto;
        }

        .service-card-compact {
            background: var(--white);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .service-card-compact:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
        }

        .service-image-container {
            width: 100%;
            height: 200px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, rgba(196, 30, 58, 0.1), rgba(255, 140, 0, 0.1));
        }

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

        .service-card-compact:hover .service-image {
            transform: scale(1.1);
        }

        .service-compact-content {
            padding: 2rem;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .service-compact-content h3 {
            font-size: 1.3rem;
            margin-bottom: 0.8rem;
            color: var(--text-dark);
        }

        .service-compact-content p {
            color: var(--text-light);
            line-height: 1.6;
            margin-bottom: 1.5rem;
            flex-grow: 1;
        }

        .service-link {
            display: inline-flex;
            align-items: center;
            color: var(--primary-red);
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .service-link:hover {
            color: var(--primary-orange);
            transform: translateX(5px);
        }

        /* Team Section */
        #team {
            background: var(--light-bg);
        }

        .leadership-description {
            max-width: 1000px;
            margin: 0 auto;
        }

        .leadership-intro {
            background: var(--white);
            padding: 3rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin-bottom: 3rem;
            border-left: 5px solid var(--primary-red);
        }

        .leadership-intro p {
            font-size: 1.1rem;
            line-height: 1.9;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }

        .leadership-intro p:last-child {
            margin-bottom: 0;
        }

        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .expertise-card {
            background: var(--white);
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            text-align: center;
            transition: all 0.3s ease;
        }

        .expertise-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
        }

        .expertise-icon {
            width: 80px;
            height: 80px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            margin: 0 auto 1.5rem;
            color: var(--white);
        }

        .expertise-card h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: var(--primary-red);
        }

        .expertise-card p {
            color: var(--text-light);
            font-size: 0.95rem;
        }

        .leadership-footer {
            background: var(--gradient);
            color: var(--white);
            padding: 2.5rem;
            border-radius: 15px;
            text-align: center;
        }

        .leadership-footer p {
            font-size: 1.2rem;
            line-height: 1.8;
            margin: 0;
        }

        /* Portfolio Section */
        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .portfolio-item {
            background: var(--white);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .portfolio-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
        }

        .portfolio-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, rgba(196, 30, 58, 0.8), rgba(255, 140, 0, 0.8)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect fill="%23f0f0f0" width="400" height="200"/><text x="50%" y="50%" fill="%23666" font-size="20" text-anchor="middle" dy=".3em">Project Image</text></svg>');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.2rem;
            font-weight: 600;
        }

        .portfolio-content {
            padding: 1.5rem;
        }

        .portfolio-content h3 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: var(--text-dark);
        }

        .portfolio-content p {
            color: var(--text-light);
            line-height: 1.6;
        }

        .portfolio-tag {
            display: inline-block;
            background: var(--light-bg);
            color: var(--primary-red);
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.85rem;
            margin-top: 0.5rem;
            font-weight: 500;
        }

        /* Testimonials Section */
        #testimonials {
            background: var(--light-bg);
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .testimonial-card {
            background: var(--white);
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            position: relative;
            transition: all 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(196, 30, 58, 0.2);
        }

        .quote-icon {
            font-size: 3rem;
            color: var(--primary-orange);
            opacity: 0.3;
            line-height: 1;
            margin-bottom: 1rem;
        }

        .testimonial-text {
            font-style: italic;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--gradient);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-weight: 600;
            font-size: 1.2rem;
        }

        .author-info h4 {
            font-size: 1rem;
            color: var(--text-dark);
            margin-bottom: 0.2rem;
        }

        .author-info p {
            font-size: 0.9rem;
            color: var(--text-light);
        }

        /* Contact Section */
        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
        }

        .contact-icon {
            width: 60px;
            height: 60px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.5rem;
            flex-shrink: 0;
        }

        .contact-details h3 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            color: var(--text-dark);
        }

        .contact-details p {
            color: var(--text-light);
            line-height: 1.6;
        }

        .contact-form {
            background: var(--light-bg);
            padding: 2.5rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: var(--text-dark);
            font-weight: 500;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 0.8rem;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
            font-family: inherit;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary-red);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-button {
            background: var(--gradient);
            color: var(--white);
            padding: 1rem 2.5rem;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(196, 30, 58, 0.3);
        }

        .submit-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4);
        }

        /* Footer */
        footer {
            background: var(--dark-bg);
            color: var(--white);
            padding: 3rem 2rem 1.5rem;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .footer-section h3 {
            margin-bottom: 1rem;
            color: var(--white);
        }

        .footer-section p,
        .footer-section a {
            color: rgba(255,255,255,0.7);
            line-height: 1.8;
        }

        .footer-section a {
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-section a:hover {
            color: var(--primary-orange);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
            color: rgba(255,255,255,0.5);
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .nav-links {
                display: none;
            }

            .mobile-menu {
                display: flex;
            }

            .hero h2 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.2rem;
            }

            .about-content,
            .contact-container {
                grid-template-columns: 1fr;
            }

            .values-grid,
            .services-grid-compact {
                grid-template-columns: 1fr;
            }

            .expertise-grid {
                grid-template-columns: repeat(2, 1fr);
            }

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

            .values-heading {
                font-size: 1.8rem;
            }

            .leadership-intro {
                padding: 2rem;
            }

            .leadership-intro p {
                font-size: 1rem;
            }
        }

        @media (max-width: 600px) {
            .hero h2 {
                font-size: 2rem;
            }

            .hero p {
                font-size: 1rem;
            }

            section {
                padding: 3rem 1rem;
            }

            .nav-container {
                padding: 1rem;
            }

            .logo-container img {
                height: 40px;
            }

            .logo-text h1 {
                font-size: 1.2rem;
            }

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

            .leadership-intro {
                padding: 1.5rem;
            }

            .leadership-footer {
                padding: 1.5rem;
            }

            .leadership-footer p {
                font-size: 1rem;
            }
        }

/* Page Hero for internal pages */
.page-hero {
    background: var(--gradient);
    color: var(--white);
    text-align: center;
    padding: 6rem 2rem 4rem;
    margin-top: 80px;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero p {
    font-size: 1.3rem;
    opacity: 0.95;
}

/* News Section Styles */
.news-section {
    background: var(--light-bg);
}

.news-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.news-item {
    background: var(--white);
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.news-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.news-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.news-header:hover {
    background: var(--light-bg);
}

.news-thumbnail {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.news-header-content {
    flex-grow: 1;
}

.news-header h3 {
    color: var(--primary-red);
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.news-header p {
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

.news-toggle {
    font-size: 1.5rem;
    color: var(--primary-orange);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.news-item.active .news-toggle {
    transform: rotate(180deg);
}

.news-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.news-item.active .news-body {
    max-height: 1000px;
}

.news-content {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    gap: 2rem;
}

.news-image-large {
    width: 350px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.news-text {
    flex-grow: 1;
}

.news-text p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

/* Client Logos Section */
.clients-section {
    background: var(--white);
}

.clients-scroll-container {
    overflow-x: auto;
    margin-bottom: 2rem;
    padding: 2rem 0;
}

.clients-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.clients-scroll-container::-webkit-scrollbar-track {
    background: var(--light-bg);
    border-radius: 10px;
}

.clients-scroll-container::-webkit-scrollbar-thumb {
    background: var(--primary-orange);
    border-radius: 10px;
}

.clients-grid {
    display: flex;
    gap: 3rem;
    padding: 0 1rem;
    min-width: min-content;
}

.clients-grid a {
    text-decoration: none;
    display: block;
    flex-shrink: 0;
}

.client-logo {
    width: 150px;
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.client-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.view-more-link {
    text-align: center;
}

.view-more-link a {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--gradient);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-more-link a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(196, 30, 58, 0.3);
}

/* Responsive adjustments for news and clients */
@media (max-width: 968px) {
    .news-content {
        flex-direction: column;
    }
    
    .news-image-large {
        width: 100%;
    }
    
    .news-thumbnail {
        width: 100px;
        height: 70px;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .news-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .news-thumbnail {
        width: 100%;
        height: 150px;
    }
    
    .clients-grid {
        gap: 2rem;
    }
    
    .client-logo {
        width: 120px;
        height: 80px;
    }
}

/* CEO's Desk Section */
.ceo-desk {
    max-width: 1000px;
    margin: 0 auto;
}

.ceo-content {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 3rem;
    align-items: start;
}

.ceo-image-container {
    position: relative;
}

.ceo-photo {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 5px solid var(--white);
}

.ceo-name-plate {
    background: var(--gradient);
    color: var(--white);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    margin-top: -30px;
    position: relative;
    box-shadow: 0 5px 20px rgba(196, 30, 58, 0.3);
}

.ceo-name-plate h3 {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.ceo-name-plate p {
    font-size: 0.95rem;
    opacity: 0.95;
    margin: 0;
}

.ceo-message {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-left: 5px solid var(--primary-orange);
}

.ceo-message p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    text-align: justify;
}

.ceo-message p:last-of-type {
    margin-bottom: 2rem;
}

.ceo-signature {
    padding-top: 1.5rem;
    border-top: 2px solid var(--light-bg);
    margin-top: 1.5rem;
}

.ceo-signature p {
    margin-bottom: 0.3rem;
    text-align: left;
}

/* Responsive for CEO section */
@media (max-width: 968px) {
    .ceo-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .ceo-image-container {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .ceo-message {
        padding: 2rem;
    }
    
    .ceo-message p {
        font-size: 1rem;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .ceo-photo {
        height: 350px;
    }
    
    .ceo-message {
        padding: 1.5rem;
    }
}

/* Testimonial Image Styles */
.testimonial-image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: -2rem -2rem 1.5rem -2rem;
}

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

.testimonial-card {
    position: relative;
    overflow: hidden;
}

/* Portfolio Responsive Styles */
@media (max-width: 968px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

/* Portfolio Client Logos */
.portfolio-clients {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--light-bg);
}

.portfolio-clients-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.portfolio-clients-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.portfolio-client-logo {
    height: 40px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.portfolio-client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.portfolio-content {
    position: relative;
}

.portfolio-tag {
    margin-top: 1rem;
}

/* ============================================================
   SOLUTIONS SECTION
   ============================================================ */

.solutions-section {
    padding: 5rem 2rem;
    background: var(--light-bg);
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.solution-card {
    background: var(--white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid transparent;
    border-image: linear-gradient(135deg, #C41E3A 0%, #FF8C00 100%) 1;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(196, 30, 58, 0.15);
}

.solution-icon {
    font-size: 2.2rem;
    line-height: 1;
}

.solution-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-red);
    background: rgba(196, 30, 58, 0.08);
    padding: 0.2rem 0.65rem;
    border-radius: 20px;
    width: fit-content;
}

.solution-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
}

.solution-card p {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.6;
    flex: 1;
}

.solution-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-red);
    text-decoration: none;
    margin-top: 0.5rem;
    transition: color 0.2s ease;
}

.solution-link:hover {
    color: var(--primary-orange);
}

@media (max-width: 968px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .solutions-grid {
        grid-template-columns: 1fr;
    }
}

/* ── SrisaaERP Login Button ────────────────────────────────────── */
.nav-links a.erp-login-btn {
    background: #f59e0b;
    color: #0f172a !important;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}
.nav-links a.erp-login-btn:hover {
    background: #fbbf24;
    transform: translateY(-1px);
}
.footer-erp-link {
    margin-top: 8px;
}
.footer-erp-link a {
    color: #f59e0b;
    font-weight: 600;
    text-decoration: none;
}
.footer-erp-link a:hover { text-decoration: underline; }

/* Mobile menu */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}
@media (max-width: 768px) {
    .mobile-menu-btn { display: block; }
    .nav-links { display: none; flex-direction: column; width: 100%; }
    .nav-links.mobile-open { display: flex; }
}
