/* public/assets/css/site.css */

:root {
    --orange: #f58220;
    --blue: #0067a8;
    --dark: #111;
    --muted: #777;
}



body {
    font-family: Inter, Arial, sans-serif;
    color: var(--dark);
    background: #fff;
}

.serif {
    font-family: Georgia, 'Times New Roman', serif;
}

.brand-mark {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: var(--blue);
    border-left: 6px solid var(--orange);
}

.navbar {
    min-height: 76px;
}

.nav-link {
    color: #111;
    letter-spacing: .04em;
}

.nav-link:hover {
    color: var(--orange);
}

.brand-logo {
    width: 240px;
    height: 44px;
    object-fit: contain;
}

.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
                url("../images/about-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.check-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.25));
}

.eyebrow {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .12em;
}

.text-white-75 {
    color: rgba(255,255,255,.75);
}

.stats {
    margin-top: -96px;
    position: relative;
    z-index: 3;
}

.stat-item {
    padding: 28px 16px;
    border-right: 1px solid rgba(255,255,255,.12);
    font-size: 1.7rem;
    font-weight: 600;
}

.stat-item span {
    display: block;
    margin-top: 6px;
    font-size: .7rem;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
}

.card-clean {
    border: 1px solid #e9e9e9;
    padding: 32px;
    min-height: 220px;
    background: #fff;
}

.section-pad {
    padding: 90px 0;
}

.footer-dark {
    background: #161616;
    color: #fff;
    padding: 56px 0;
}

@media (max-width: 768px) {
    .hero {
        min-height: 720px;
    }

    .display-3 {
        font-size: 3rem;
    }

    .stats {
        margin-top: 0;
    }
}




.sustainability-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
                url("../images/sustainability-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.min-vh-50 {
    min-height: 50vh;
}

.sustain-stat {
    background: #f8f9fa;
    border-left: 4px solid #ffc107;
    padding: 24px;
    border-radius: 18px;
    height: 100%;
}

.sustain-card {
    transition: all 0.3s ease;
}

.sustain-card:hover {
    transform: translateY(-8px);
}

.sustain-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.sustain-check {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.impact-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 35px 25px;
    border-radius: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.impact-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-6px);
}

.impact-box i {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ffc107;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.sustain-process-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 32px;
    border-radius: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.sustain-process-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.sustain-process-box span {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #111;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}



.projects-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
                url("../images/projects-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.min-vh-50 {
    min-height: 50vh;
}

.project-stat {
    background: #f8f9fa;
    border-left: 4px solid #ffc107;
    padding: 24px;
    border-radius: 18px;
    height: 100%;
}

.project-card {
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
}

.project-img-wrap {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.project-card:hover .project-img {
    transform: scale(1.08);
}

.project-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    background: #ffc107;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 30px;
}

.featured-info {
    background: #f8f9fa;
    padding: 18px;
    border-radius: 16px;
    border-left: 4px solid #ffc107;
}

.project-process-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.project-process-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-6px);
}

.project-process-box span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}






.sustainability-cta {
    background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
                url("../images/sustainability-cta.jpg");
    background-size: cover;
    background-position: center;
}


.news-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
                url("../images/news-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.min-vh-50 {
    min-height: 50vh;
}

.news-card {
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-8px);
}

.news-img-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.news-card:hover .news-img {
    transform: scale(1.08);
}

.news-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    background: #ffc107;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 30px;
}

.news-meta {
    font-size: 14px;
    color: #6c757d;
}

.news-link {
    color: #111;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-link:hover {
    color: #ffc107;
}

.news-sidebar {
    background: #fff;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    text-decoration: none;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-item:last-child {
    border-bottom: none;
}

.category-item:hover {
    color: #ffc107;
    padding-left: 8px;
}

.category-item span:last-child {
    background: #f8f9fa;
    color: #111;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.newsletter-box {
    background: #f8f9fa;
    height: 100%;
}

.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
                url("../images/contact-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.min-vh-50 {
    min-height: 50vh;
}

.contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.contact-form-box {
    background: #f8f9fa;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.contact-card {
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
}

.contact-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.map-box iframe {
    display: block;
}

.accordion-button:not(.collapsed) {
    background: #ffc107;
    color: #111;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #ffc107;
}


.home-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
                url("../images/home-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 75vh;
}

.home-stat {
    background: #f8f9fa;
    border-left: 4px solid #ffc107;
    padding: 24px;
    border-radius: 18px;
    height: 100%;
}

.home-service-card,
.home-project-card,
.home-news-card,
.home-process-box {
    transition: all 0.3s ease;
}

.home-service-card:hover,
.home-project-card:hover,
.home-news-card:hover,
.home-process-box:hover {
    transform: translateY(-8px);
}

.home-service-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.home-link {
    color: #111;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-link:hover {
    color: #ffc107;
}

.home-project-img-wrap {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.home-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.home-project-card:hover .home-project-img {
    transform: scale(1.08);
}

.home-project-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    background: #ffc107;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 30px;
}

.home-check {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #ffc107;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.sustain-small-box {
    background: #f8f9fa;
    padding: 22px;
    border-radius: 18px;
    height: 100%;
}

.sustain-small-box i {
    font-size: 28px;
}

.home-process-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 35px 25px;
    border-radius: 24px;
    height: 100%;
}

.home-process-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.home-process-number {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #111;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto;
}

.home-news-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.home-cta {
    background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
                url("../images/home-cta.jpg");
    background-size: cover;
    background-position: center;
}







