/* 
===========================================
  Terminus Solutions Trading LLC Stylesheet 
===========================================
*/

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

body {
    background-color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    color: rgb(102, 102, 102);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

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

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Base Top Bar */
.top-bar {
    background-color: rgb(238, 28, 37);
    /* Red used by Terminus */
    padding: 10px 0;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.contact-info a {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    margin-right: 20px;
}

.contact-info a i {
    margin-right: 5px;
}

.social-icons a {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: rgb(255, 255, 255);
    margin-left: 15px;
}

/* Header Wrapper */
.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Header */
.main-header {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-height: 60px;
}

.nav-menu {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.nav-menu li a:hover {
    color: rgb(12, 113, 195);
}

/* Hero Section */
.hero-section {
    position: relative;
    background: url('../images/banner2.jpg') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.hero-content h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}

/* CTA Section */
.cta-section {
    background-color: rgb(238, 28, 37);
    padding: 30px 0;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-text {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
}

.cta-btn {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    border: 2px solid white;
    padding: 5px 30px;
    border-radius: 3px;
}

.cta-btn:hover {
    background: white;
    color: rgb(238, 28, 37);
}

/* General Layouts */
.split-layout {
    display: flex;
    align-items: center;
    padding: 80px 15px;
    gap: 40px;
}

.split-layout.align-center {
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-image {
    flex: 1;
    text-align: right;
}

.split-image img {
    max-width: 100%;
}

.split-map {
    flex: 1;
}

.split-form {
    flex: 1;
}

.pr-5 {
    padding-right: 50px;
}

.pr-4 {
    padding-right: 40px;
}

.pl-4 {
    padding-left: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mb-3 {
    margin-bottom: 20px;
}

.mb-4 {
    margin-bottom: 30px;
}

.pt-5 {
    padding-top: 80px;
}

.pb-5 {
    padding-bottom: 80px;
}

.hidden {
    visibility: hidden;
}

.w-half {
    width: 50%;
    max-width: 600px;
}

.text-max-w {
    max-width: 800px;
    margin: 0 auto;
}

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

/* About Us Section */
.title-about-us {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(12, 113, 195);
}

.text-about-us {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}

/* About Industry Section */
.about-industry-section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/product-banner4.jpg') center center / cover no-repeat fixed;
    padding: 100px 0;
}

.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.title-industry {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
}

.text-industry {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

/* Products Section */
.products-section {
    background: url('../images/bg.png') repeat center center;
    padding: 80px 0;
}

.products-section h2.title-products,
.title-products {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    line-height: 50px !important;
    color: rgb(12, 113, 195) !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.products-grid {
    display: flex;
    gap: 40px;
}

.products-grid>div {
    flex: 1;
}

.products-section h3.subtitle-products,
.subtitle-products {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 26px !important;
    color: rgb(51, 51, 51) !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.products-section p.body-text,
.body-text {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: rgb(102, 102, 102) !important;
    margin: 0 0 15px 0 !important;
}

/* Industries Who Benefits Section */
.industries-benefit-section {
    position: relative;
    background: url('../images/product-banner.jpg') center center / cover no-repeat fixed;
    padding: 100px 0;
}

.overlay-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 113, 195, 0.7);
}

.title-benefit {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
}

.list-benefit {
    margin-left: 20px;
}

.list-benefit li {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    position: relative;
}

.list-benefit li::before {
    content: "•";
    position: absolute;
    left: -15px;
    top: 0;
}

/* Customer Support Team Section */
.customer-support-section {
    background-color: #fff;
}

.title-support {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(12, 113, 195);
}

.text-support {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}

/* Technical Team Section */
.technical-team-section {
    position: relative;
    background: url('../images/tech.jpg') center center / cover no-repeat;
    padding: 80px 0;
}

.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 163, 185, 0.8);
}

.title-technical {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
}

.text-technical {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

/* Highlight Section */
.highlights-section {
    background: url('../images/bg.png') repeat center center;
}

.title-highlight {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(12, 113, 195);
}

.text-highlight {
    margin-left: 20px;
}

.text-highlight li {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    margin-bottom: 5px;
    position: relative;
}

.text-highlight li::before {
    content: "•";
    position: absolute;
    left: -15px;
}

/* Contact Us */
.contact-section.full-split {
    display: flex;
    padding: 0;
    max-width: 100%;
    background-color: #ffffff;
}

.half-map {
    width: 50%;
}

.half-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
}

.half-form {
    width: 50%;
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-contact {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}

.text-blue {
    color: rgb(12, 113, 195);
}

.contact-form .form-control {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    background: #ffffff;
}

.contact-form .form-row {
    display: flex;
}

.contact-form .half {
    flex: 1;
}

.mr-2 {
    margin-right: 10px;
}

.ml-2 {
    margin-left: 10px;
}

.submit-row {
    display: flex;
    justify-content: flex-end;
}

.submit-btn.solid-blue {
    padding: 12px 40px;
    background: rgb(12, 113, 195);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn.solid-blue:hover {
    background: rgb(8, 80, 140);
}

/* Footer Section */
.site-footer {
    background-color: rgb(12, 113, 195);
    padding: 60px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-header {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: rgb(255, 255, 255);
}

.footer-body {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.footer-menu {
    padding-left: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.footer-gallery img {
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Bottom Bar */
.bottom-bar {
    background-color: rgb(8, 80, 140);
    padding: 20px 0;
}

.footer-credits {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgb(220, 220, 220);
}

.footer-credits a {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.footer-social a {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    margin-left: 15px;
}

.footer-social a:hover {
    color: rgb(200, 200, 200);
}

/* Menu Toggle */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: rgb(12, 113, 195);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {

    /* Top Bar Phone fixes */
    .top-bar-inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 0;
        justify-content: center;
    }

    .contact-info a {
        margin: 5px 10px;
    }

    /* Header & Navigation fixes */
    .header-inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .menu-toggle {
        display: block;
    }

    .navigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: none;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 1001;
    }

    .navigation.active {
        display: block;
    }

    .nav-menu {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .nav-menu li {
        width: 100%;
        margin: 0;
        border-top: 1px solid #f1f1f1;
    }

    .nav-menu li a {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .split-layout {
        flex-direction: column;
    }

    .w-half {
        width: 100%;
    }

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

    .hero-content h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .footer-header {
        font-size: 20px;
        line-height: 24px;
    }

    .title-industry,
    .title-about-us,
    .title-benefit,
    .title-support,
    .title-technical,
    .title-highlight {
        font-size: 30px;
        line-height: 38px;
    }

    .products-grid {
        flex-direction: column;
    }

    .contact-section.full-split {
        flex-direction: column;
    }

    .half-map,
    .half-form {
        width: 100%;
    }
}

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

    .cta-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cta-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .cta-btn {
        font-size: 16px;
        padding: 8px 30px;
    }

    .contact-form .form-row {
        flex-direction: column;
    }

    .mr-2 {
        margin-right: 0;
    }

    .ml-2 {
        margin-left: 0;
        margin-top: 20px;
    }

    .hero-content h1 {
        font-size: 26px !important;
        line-height: 34px !important;
    }
}