@charset "UTF-8";

.navbar-toggler {
    border-radius: 0;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-item {
        padding: 0px 0;
    }

    .navbar-brand.d-lg-none {
        margin-right: auto;
    }
}

/* Page Fade In */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen {
    body {
        opacity: 0; /* make things invisible upon start */
        -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animation ease-in and repeat it only 1 time */
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;

        -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;

        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

:root {
    --primary-orange: #ef3e33;
    --darker-red: #c13d14;
    --dark-bg: #222222;
    --text-gray: #666666;
    --light-gray: #f8f8f8;
    --border-color: #e5e5e5;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

h1, h2, h3, .serif {
    font-family: 'Libre+Baskerville', serif;
}

.orange-text {
    color: var(--primary-orange);
}

.bg-orange {
    background-color: var(--primary-orange);
}

/* Top Bar */
.top-bar {
    background-color: var(--primary-orange);
    color: white;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
}

.top-bar a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
}

/* Navbar */
.navbar {
    padding: 20px 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.logo-size {
    height: 88px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.nav-link {
    font-weight: 700;
    color: #333 !important;
    font-size: 17px;
    text-transform: none;
    padding: 0 25px !important;
    transition: color 0.3s ease;
}

.nav-margin-left {
    margin-right: 40px;
}

.nav-margin-right {
    margin-left: 40px;
}

@media (max-width: 991.98px) {
    .nav-margin-left {
        margin-right: 0px;
    }

    .nav-margin-right {
        margin-left: 0px;
    }
}

.nav-link:hover {
    color: var(--primary-orange) !important;
}

.nav-item.active .nav-link {
    color: var(--primary-orange) !important;
}

.dropdown-item {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-item:hover {
    color: white !important;
    background-color: var(--primary-orange) !important;
}

.dropdown-item.active {
    color: white !important;
    background-color: var(--darker-red) !important;
}

.dropdown-menu {
    margin-top: 20px !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    padding-top: 30px !important;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 80vh;
    min-height: 600px;
    background: url('/static/img/homerotation-blank.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 700px;
}

.hero-home {
    top: 290px;
}

.inner-page-header .hero-content {
    margin-top: 5rem;
}

.hero-section .hero-content {
    margin-top: 17rem;
}


.hero-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    color: var(--primary-orange);
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.9); /* x-offset, y-offset, blur, color */
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 400;
}
.hero-gallery-title {
    font-size: 3.8rem;
    line-height: 1.1;
    margin-bottom: 25px;
}

.carousel-item {
    height: 760px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.carousel-item.inner-page-header {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 75%);
    z-index: 0;
}

.image-wrap {
    width: 230%;
    height: 99vw;
    margin: 0 auto;
    overflow: hidden;
    top: 6px;
    position: relative;
}

.image-wrap img {
    width: 100%;
    animation: move 40s ease;
    /* Add infinite to loop. */

    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -o-animation: move 40s ease;
    -moz-animation: move 40s ease;
    position: absolute;
}

.btn-orange {
    background-color: var(--primary-orange);
    color: white;
    border-radius: 0;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
}

.btn-outline-white {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 0;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid white;
    margin-left: 10px;
}

.btn-primary {
    background-color: var(--primary-orange) !important;
    color: white !important;
    border-radius: 0;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid white;
    margin-left: 10px;
}

.btn-primary:hover {
    background-color: var(--darker-red) !important;
    border-color: var(--darker-red) !important;
    color: white !important;
}

/* Sections General */
section {
    padding: 80px 0;
}

.animatedParent {
    overflow: hidden;
}

.section-label {
    color: var(--primary-orange);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 30px;
}

/* Who We Are Stats */
.stat-card {
    background: var(--light-gray);
    padding: 40px;
    margin-top: 8px;
    height: 100%;
    border: 1px solid var(--border-color);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-gray);
    letter-spacing: 1px;
}

.stat-icon {
    font-size: 24px;
    color: var(--primary-orange);
    margin-bottom: 20px;
}

.cert-box {
    border: 1px solid var(--border-color);
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

/* Expertise Cards */
.expertise-card {
    background: white;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s;
}

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

/* changed: larger icon + light red square around it */
.expertise-icon {
    width: 56px;
    height: 56px;
    background: rgba(241, 90, 36, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.expertise-icon i {
    color: var(--primary-orange);
    font-size: 30px;
    line-height: 1;
}

.expertise-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.expertise-text {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Work / Projects */
.project-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.project-card:hover .project-img {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.project-cat {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 0px #000, 0 0 8px rgba(0, 0, 0, 0.8);
    color: white;
    margin-bottom: 5px;
    display: block;
}

.project-name {
    font-size: 18px;
    font-weight: 600;
}

.project-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: 1px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.project-card:hover .project-arrow {
    background-color: rgba(255, 204, 204, 0.2); /* very light red/pinkish tint */
    border-color: #ffcccc; /* light red border */
    color: #ffcccc; /* light red icon */
}

/* Content Styles */
.home-text, .inside-blurb-text {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.home-text a, .inside-blurb-text a {
    color: var(--primary-orange);
    transition: color 0.3s ease;
}

.home-text a:hover, .inside-blurb-text a:hover {
    color: var(--darker-red);
    text-decoration: underline;
}

.blurb-parent .col-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.blurb-awi {
    background-color: #7e9684;
    position: relative;
    z-index: 0;
    color: white !important;
}

.blurb-awi .inside-blurb-text {
    font-size: 22px;
    line-height: 2.0;
    letter-spacing: 0.8px;
    color: white !important;
}

.blurb-awi .inside-blurb-text a {
    color: white !important;
    text-decoration: underline;
}

.blurb-awi .inside-blurb-text a:hover {
    color: #e5e5e5 !important;
}

.blurb-awi .btn-outline-blurb {
    color: white !important;
    border-color: white !important;
    background-color: #3e5945 !important;
}

.blurb-awi .btn-outline-blurb:hover {
    background-color: white !important;
    color: #3e5945 !important;
}

.blurb-awi::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #7e9684;
    z-index: -1;
}

.blurb-parent .container > .row.visible-blurb:not(.blurb-awi):not(.blurb-faded-hero) {
    background-color: #ffffff;
    position: relative;
    z-index: 0;
}

.blurb-parent .container > .row.visible-blurb:not(.blurb-awi):not(.blurb-faded-hero)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    z-index: -1;
}

/* Third Blurb - Faded Background */
.blurb-faded-hero {
    position: relative;
    z-index: 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    text-align: left;
    /* Ensure no overflow issues from full-bleed background */
}

.blurb-faded-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: rgba(255, 255, 255, 0.88); /* Increased fade for text visibility */
    z-index: -1;
}

/* Make the background image full-width */
.blurb-faded-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: inherit; /* Inherit the background-image from the row's inline style */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.blurb-faded-hero .blurb-image-col {
    display: none !important;
}

.blurb-faded-hero .blurb-text-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.blurb-faded-hero .inside-blurb-text {
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Blurb Grid (4th, 5th, 6th blurbs) */
.blurb-grid-item {
    height: 400px;
}

.blurb-grid-content {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.blurb-grid-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit; /* Inherit background image from inline style */
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 0;
}

.blurb-grid-item:hover .blurb-grid-content::before {
    transform: scale(1.1);
}

.blurb-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 1;
}

.blurb-grid-item:hover .blurb-grid-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.btn-grid-link {
    background-color: var(--primary-orange);
    color: white !important;
    border-radius: 0;
    padding: 12px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}

.btn-grid-link:hover {
    background-color: var(--darker-red);
    transform: scale(1.05);
}

/* Contact Section */
.contact-section {
    background-color: #1a1a1a;
    color: white;
}

.contact-info {
    padding-right: 50px;
}

.contact-item {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-icon-box {
    background: var(--primary-orange);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-form-card {
    background: white;
    padding: 50px;
    color: #333;
}

.form-control {
    border-radius: 0;
    background-color: #f5f5f5;
    border: none;
    padding: 15px;
    height: auto;
}

.btn-submit {
    background-color: var(--primary-orange);
    color: white;
    width: 100%;
    border-radius: 0;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
}

/* Footer */
.footer {
    padding: 60px 0 20px;
    background: white;
    border-top: 1px solid var(--border-color);
}

.footer-logo img {
    height: 80px;
}

.footer-links a {
    color: var(--text-gray);
    margin: 0 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.social-icons a {
    color: var(--primary-orange);
    font-size: 24px;
    margin-left: 15px;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
}

.social-icons a:hover {
    transform: scale(1.1);
}

.copyright {
    font-size: 12px;
    color: #999;
    margin-top: 40px;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.sticky .logo-size {
    height: 65px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* Green Blurb Full Width */
/* Removed nth-of-type(1)::before as it is now .blurb-awi::before */
