/* Import Lato Font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:wght@400;700;900&display=swap');
@import url("color-schemes.css");

/* Custom CSS for Website Template */

/* Color Variables - Now handled by color-schemes.css */
/* Removed hardcoded variables as they're now in color-schemes.css */

::-webkit-scrollbar-track {
    background: var(--scroll-bar-track);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--scroll-bar);
}

/* Hide scrollbars for all elements except body */
*:not(body) {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

*:not(body)::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* General Styles */
body {
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    padding-top: 70px;
    /* Account for fixed navbar */
    margin: 0;
    font-weight: 400;
}

/* Navigation Styles */
.bg-dark-custom {
    background-color: var(--nav-bg);
}

.navbar {
    padding: 1rem 0;
    min-height: 100px;
}

.navbar-dark .navbar-brand {
    color: var(--text-white);
    padding: 0;
}

.navbar-dark .navbar-brand img,
footer.footer img {
    height: 65px;
}

.logo-placeholder {
    display: flex;
    width: 130px;
    height: 72px;
    padding: 24px 44px;
    justify-content: center;
    align-items: center;
    color: var(--text-white);
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* border: 1px dashed var(--text-white); */
    letter-spacing: 0.15px;
}

.footer .logo-placeholder {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.navbar-nav .nav-link {
    font-family: "DM Sans", sans-serif;
    color: var(--text-white);
    margin: 0 16px;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

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

.btn-primary-custom {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--text-white);
    background: var(--primary-color);
    color: var(--text-white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.btn-primary-custom:hover {
    background-color: var(--primary-btn-hover);
    color: #fff;
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 160px);
}

/* Hero Section */
.hero-section {
    background: var(--background-gradient);
    padding: 80px 0 80px 0;
}

.hero-title,
.hero-subtitle {
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0.5px;
    margin: 0;
}


.text-primary-custom {
    color: var(--primary-color) !important;
}

h2.hero-subtitle {
    margin-bottom: 15px;
}

.hero-text {
    color: var(--text-white);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 85%;
}

.hero-section a.btn.btn-primary-custom {
    max-width: 180px;
    margin-top: 30px;
}

/* Image Placeholders */
.image-placeholder-large {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

.image-placeholder-large-outline {
    border: 2px dotted var(--border-color);
    border-radius: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-bottom: 20px;
}

.image-placeholder-medium {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 472px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--background-color);
    overflow: hidden;
    border-radius: 40px;
}

.image-placeholder-medium img,
.image-placeholder-small img {
    border-radius: 40px;
    max-width: 100%;
    max-height: 100%;
}

.image-placeholder-small {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 70px;
    bottom: 0px;
    width: 60%;
    height: 236px;
    overflow: hidden;
    border-radius: 40px;
    background: var(--background-color);
}

.image-placeholder-small-outline {
    border: 2px dotted var(--border-color);
    border-radius: 0;
    width: 280px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.equipment-image-placeholder {
    background: transparent;
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}

.equipment-image-placeholder img,
.image-placeholder-large img {
    border-radius: 4px;
    max-width: 100%;
}

/* Section Styles */
.section-label {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

.section-title {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.services-col-text {
    width: 40%;
    margin: auto;
}

.section-title-large {
    font-size: 3.2rem;
    font-weight: 300;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* About Section */
.about-section {
    padding: 70px 0;
    background: var(--background-color);
}

.about-main-section {
    padding: 100px 0;
    background-color: #fff;
}

.image-group {
    position: relative;
    height: 540px;
    width: 100%;
    display: block;
    padding-right: 60px;
}

.image-group-large {
    position: relative;
    height: 450px;
    width: 100%;
    display: block;
}

.about-section-content p {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
}

section.inner-section {
    margin-top: 35px;
}

/* Services Section */
.services-section {
    background-color: var(--bg-mute-light);
    padding: 80px 0;
}

.capabilities-services-section {
    padding: 100px 0 60px 0;
    background-color: #fff;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.capabilities-grid-item {
    max-width: 290px;
}

.service-item {
    padding: 0;
    margin-bottom: 2rem;
}

.service-item h5 {
    color: var(--text-dark);
    margin-bottom: 8px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.service-item p {
    color: var(--text-dark) !important;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

/* Equipment Section */
.equipment-section {
    background-color: var(--light-gray);
    padding: 80px 0;
}

.equipment-info {
    padding-left: 3rem;
    min-height: 450px;
    height: 40vh;
    overflow: auto;
    padding-right: 0px;
    justify-content: start;
    display: flex;
    flex-direction: column;
}

.equipment-item {
    margin-bottom: 24px;
}

.equipment-item:last-child {
    margin: 0;
}

.equipment-item h5 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.equipment-section-text,
.contact-subtitle {
    color: var(--text-dark);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.equipment-item p {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Additional Services Section */
.additional-services-section {
    padding: 80px 0;
    background: var(--bg-mute-light);
}

/* Contact Section */
.contact-section {
    padding: 50px 0;
    background: var(--bg-mute-light);
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.contact-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.contact-info {
    margin-top: 4rem;
    max-width: 40%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
}

.contact-item {
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
}

.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.contact-text {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

/* Footer */
.footer {
    background-color: var(--footer-bg);
    padding: 24px 0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin: 0;
}

.footer-nav li {
    margin: 0;
}

.footer-nav a {
    color: var(--footer-text) !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
}

.footer-nav a:hover {
    color: var(--text-white) !important;
}

.footer p {
    color: var(--footer-text);
    font-size: 0.9rem;
    margin-top: 1.5rem;
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    margin-top: 1rem;
}

section.quote-section {
    margin: 35px 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .image-placeholder-large,
    .about-section-content {
        margin-bottom: 30px;
        justify-content: start;
    }

    .hero-section.bg-dark-custom .row {
        flex-direction: column-reverse;
    }

    .image-group {
        margin-bottom: 50px;
    }

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

    .capabilities-grid-item {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .image-placeholder-small {
        right: auto;
        left: 220px;
    }

    .equipment-info {
        padding-top: 3rem;
        justify-content: start;
        padding-left: 0;
        min-height: 360px;
        height: 40vh;
    }

    .services-section {
        padding-bottom: 20px;
    }

    .navbar-dark .navbar-brand {
        order: 1;
        margin: 0;
    }

    .navbar-dark .btn-primary-custom {
        order: 2;
    }

    .navbar-dark .navbar-collapse {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 104px;
        left: 0;
        background: #0f1c2c;
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: center;
        padding: 20px 0;
    }

    .services-col-text {
        width: 60%;
    }

}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .image-group {
        padding: 0;
    }

    .hero-subtitle {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-title-large {
        font-size: 2.5rem;
    }

    .contact-title {
        font-size: 2.8rem;
    }

    .hero-section {
        padding: 60px 0 80px 0;
    }

    .hero-text {
        max-width: 100%;
    }

    .about-section,
    .about-main-section {
        padding: 60px 0;
    }

    .contact-section {
        padding: 100px 0;
    }

    .capabilities-services-section {
        padding: 60px 0 40px 0;
    }

    .equipment-info {
        padding-left: 0;
        margin-top: 2rem;
    }

    .image-placeholder-medium {
        width: 85%;
        height: 450px;
        top: auto;
        left: auto;
    }

    .image-placeholder-small {
        right: 0px;
    }

    .image-placeholder-small-outline {
        position: relative;
        width: 100%;
        height: 180px;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }

    .footer-nav {
        align-items: flex-start;
    }

    .services-col-text {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.2rem;
        line-height: 30px;
    }

    .hero-subtitle {
        font-size: 2.2rem;
    }

    .section-title,
    .section-title-large {
        font-size: 2rem;
        line-height: 46px;
    }

    .contact-title {
        font-size: 2.2rem;
    }

    .navbar-collapse {
        height: 100vh;
    }

    .navbar-collapse ul.navbar-nav {
        padding: 15px 0;
    }

    .navbar-nav .nav-link {
        margin: 0 10px;
        padding: 15px 0;
    }

    .image-placeholder-large-outline {
        height: 220px;
    }

    .image-placeholder-small-outline {
        width: 100%;
        height: 160px;
    }

    .contact-section {
        padding: 80px 0;
    }

    .equipment-info {
        padding-left: 0;
    }

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