
        :root {
            --primary-yellow: #FFD602;
            --primary-green: #081C16;
            --accent-red: #F02D3A;
            --text-dark: #000;
        }

        body {
            font-family: aktiv-grotesk, sans-serif;
            line-height: 1.6;
        }

        .header-section {
            background-color: var(--primary-yellow);
            padding: max(120px, 11vw) 3.5vw 3.5vw;
            position: relative;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            
        }

        @media (max-width: 992px) {

            .header-section {
                padding: 120px 3.5vw 45vw;
                background-position: 0 95%;
            }


        }


        header {
            position: fixed; top: 0;z-index: 999;padding: max(16px, 1vw) 3.5vw;width: 100%;
            -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;


transform: translateY(0);


        }
        .nav-up {
            transform: translateY(-100%);
}
        

        .logo {
            margin-bottom: 0;
            min-width: 200px;
            width: 12vw;
        }


        @media (max-width: 768px) {

            .logo {
                margin-bottom: 0;
        min-width: unset;
        max-width: 160px;
        width: 100%;
        }

        }


        .st0, .st1 {
                                    fill: #1d1d1b;
                                  }
                            
                                  .st0, .st2 {
                                    fill-rule: evenodd;
                                  }
                            
                                  .st2 {
                                    fill: #e6313d;
                                  }
        


        .btn-primary-custom {
            background-color: var(--text-dark);
            border: none;
            color: white;
            padding: 12px 24px;
            border-radius: 0;
            font-weight: 500;
        }

        .btn-primary-custom:hover {
            background-color: #555;
            color: white;
        }

        .main-title {
            font-size: max(58px, 5vw);
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 20px;
        }

        .highlight-red {
            color: var(--accent-red);
        }

        .subtitle {
            font-size: max(21px, 1.9vw);
            color: var(--text-dark);
            line-height: 1.4;
        }

        .dark-section {
            background-color: var(--primary-green);
            color: white;
            padding: 60px 0;
        }

        .section-title {
            font-size: max(16px, 1vw);
            font-weight: 400;
            letter-spacing: 2px;
            margin-bottom: 30px;
            opacity: 0.8;
            text-transform: uppercase;
        }

        .mission-text {
            font-size: max(24px, 2.9vw);
            font-weight: 300;
            line-height: 1.4;
        }

        .service-category {
            font-weight: bold;
            color: var(--primary-yellow);
            margin-bottom: 20px;
        }

        .service-expandable {
            padding: 0;
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .service-expandable:last-child {
            border-bottom: none;
        }

        .service-header {
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .service-header span {
            font-size: max(32px, 3.4vw);
            font-weight: 500;
            color: white;
            transition: color 0.3s ease;
        }

        .service-expandable.expanded .service-header span {
            color: var(--primary-yellow);
        }

        .service-header i {
            font-size: max(2rem, 2.4vw);
            color: white;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        .service-expandable.expanded .service-header i {
            color: var(--primary-yellow);
            transform: rotate(45deg);
        }

        .service-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
            padding: 0;
        }

        .service-expandable.expanded .service-content {
            max-height: 2000px;
            padding-bottom: 30px;
        }

        .service-description {
            font-size: 1.1rem;
            margin-bottom: 30px;
            color: white;
            padding-left: 0;
        }

        .service-list-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 40px;
        }

        .service-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .service-list li {
            padding: 8px 0;
            font-size: 1rem;
            color: white;
        }

        .service-list li::before {
            content: '•';
            color: white;
            font-weight: bold;
            margin-right: 10px;
        }

        @media (max-width: 768px) {
            .service-list-container {
                grid-template-columns: 1fr;
            }
            
            .service-header span {
                font-size: 2rem;
            }
        }

        .insights-section {
            background-color: white;
            padding: 80px 0;
        }

        .insights-title {
            font-size: 2rem;
            font-weight: bold;
            color: var(--text-dark);
            margin-bottom: 40px;
        }

        .blog-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .blog-card:hover {
            transform: translateY(-5px);
        }

        .blog-image {
            height: 200px;
            background-size: cover;
            background-position: center;
        }

        .blog-card-body {
            padding: 20px;
        }

        .blog-title {
            font-size: 1rem;
            color: var(--text-dark);
            margin: 0;
        }

        .blog-card img {
            width: 100%; height: auto;
        }




.col_image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background: #fff;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
        border: 1px solid #eaeaea;
}
.col_image::after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 52.25%;
}
.col_image.portrait:after {
    content: "";
    display: block;
    padding-top: 76.93%;
}
.col_image.square:after {
    content: "";
    display: block;
    padding-top: 100%;
    padding-bottom: 0;
}
.col_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.col_image.portrait img {
    -o-object-fit: cover;
    object-fit: cover;
}
.col_image a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}




        .single {
            padding: max(120px, 11vw) 3.5vw 3.5vw;
        }


        .single h1 {
            font-size: max(58px, 5vw);
            font-weight: 600;
            margin-bottom: 20px;
        }



        .footer-section {
            background-color: var(--primary-yellow);
            padding: 60px 3.5vw;
        }

        .footer-logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: var(--text-dark);
            margin-bottom: 10px;
        }

        .footer-tagline {
            font-size: 0.9rem;
            color: var(--text-dark);
            margin-bottom: 30px;
        }

        .project-title {
            font-size: 2.4vw;
            font-weight: 400;
            color: var(--text-dark);
            margin-bottom: 0;
        }

        .email-link {
            font-size: 2.4vw;
            color: var(--accent-red);
            text-decoration: none;
            font-weight: 400;
        }

        .newsletter-text {
            font-size: 0.9rem;
            color: var(--text-dark);
            margin-bottom: 20px;
        }

        .form-control-custom {
            border: none;
            border-bottom: 2px solid var(--text-dark);
            background: transparent;
            border-radius: 0;
            padding: 10px 0;
            margin-bottom: 15px;
        }

        .form-control-custom:focus {
            box-shadow: none;
            border-bottom-color: var(--accent-red);
        }

        .contact-title {
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--text-dark);
            margin-bottom: 20px;
        }

        .contact-info {
            font-size: 1rem;
            color: var(--text-dark);
            margin-bottom: 10px;
        }

        .social-link {
            color: var(--text-dark);
            text-decoration: none;
            font-weight: 500;
        }

        .social-link:hover {
            color: var(--accent-red);
        }

        /* Animation styles */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .fade-in-up.animated {
            opacity: 1;
            transform: translateY(0);
        }

        /* Ensure inline elements like links animate visibly */
        a.fade-in-up,
        .email-link.fade-in-up,
        .social-link.fade-in-up,
        button.fade-in-up {
            display: inline-block;
        }

        /* Logo color inversion when overlapping dark backgrounds */
        .logo.invert .st0,
        .logo.invert .st1 {
            fill: #ffffff;
            transition: fill 0.25s ease;
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: max(38px, 5vw);
            }
            
            .mission-text {
                font-size: 1.4rem;
            }
            
            .service-category {
                font-size: 2rem;
            }
        }