@charset "UTF-8";
/* Body */
body {
    font-family: source-sans-pro;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-style: normal;
    font-weight: 200;
}
/* Container */
/* .container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 450px;
    background-color: #FFFFFF;
    color: #245A81;
    text-align: center;
    text-transform:none;
    padding: 0;
    box-sizing: border-box;
} */
/* Navigation */
header {
    width: 100%;
    min-height: 50px;
    background-color: #FFFFFF;
    border-bottom: 0px solid #000000;
}
.logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 10%;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
}
/* nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
    margin-top: 47px;
}
header nav ul {
    list-style: none;
    float: right;
}
nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
} */
/* ul li a {
    color: #000000;
    text-decoration: none;
}
ul li:hover a {
    color: #000000;
} */
.hero_header, .company, .carousel_placeholder, .carousel, .products {
    color: #245a81;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    line-height: 1.5;
    letter-spacing: 4px;
    width: 100%;
    text-transform: capitalize;
}
/* Hero Section */
.hero {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}
.light {
    font-weight: bold;
    color: #717070;
}
.tagline {
    text-align: center;
    color: #245a81;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

/* About Section */
.about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
}

/* More info */
/* footer {
    background-color: #FFFFFF;
    padding-bottom: 35px;
    width: 100%;
} */

.button {
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1c1e56;
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing: 2px;
    text-transform: none;
    border-top-width: 2px;
    width: 100%;
}
/* .location {
    text-align: left !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    color: #000000;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    width: 100%;
} */

.ourproductstext {
    text-align: center !important;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1C1B52 !important;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}

.email {
    color: #000000;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
}

/* Mobile */
@media (max-width: 320px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        display: none;
    }
    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }
    .thumbnail {
        width: 100%;
    }
    .footer_column {
        width: 100%;
        margin-top: 0px;
    }
    .parallax {
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 40%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        font-size: 18px;
    }
    .banner {
        background-color: #2D9AB7;
        background-image: none;
    }
    .tagline {
        margin-top: 20px;
        line-height: 22px;
    }
    .hero_header {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
        text-align: center;
    }
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        color: #043745;
    }
    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        overflow: auto;
        display: inline-block;
        background: #52bad5;
    }
    header nav ul {
        padding: 0px;
        float: none;
    }
    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .thumbnail {
        width: 100%;
    }
    .footer_column {
        width: 100%;
        margin-top: 0px;
    }
    .parallax {
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 40%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        font-size: 18px;
    }
    .banner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_column {
        width: 100%;
    }
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    .thumbnail {
        width: 50%;
    }
    .banner {
        margin-top: 0px;
        padding-top: 0px;
    }
}


section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


footer, .copyright, .location {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}


header img {
    position: relative;
    left: -15%; 
    margin-left: 20px; 
}

/* For mobile responsiveness */
@media (max-width: 768px) {
    header img {
        left: 0; /* Reset for mobile */
        margin-left: 10px;
    }
}

#corpimg {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.quote-button {
    background-color: #1c1e56;
    color: white;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    margin-right: 25px;
    min-width: 240px;
    white-space: nowrap;
}

.quote-button:hover {
    background-color: #2a2c6e;
}

/* Updated header layout */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-actions {
    display: flex;
    align-items: center;
}

/* Adjust any existing header styles that might conflict */
@media (max-width: 768px) {
    header {
        flex-direction: column;
    }
    
    .quote-button {
        margin-top: 15px;
        margin-right: 0;
    }
}

/* Banner text overlay styling */
.banner-container {
  position: relative;
  width: 100%;
  display: block;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 2px;
  z-index: 10;
  width: 100%;
  text-align: center;
  text-shadow: 
    -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    2px 0px 0 #000,
    -2px 0px 0 #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-text {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .banner-text {
    font-size: 22px;
  }
}

/* Parallax Banner Styling */
.parallax-banner {
    position: relative;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 1.5s ease-out;
    width: 100%;
}
.banner-text.fade-in {
    opacity: 1;
}

/* Responsive text sizing */
@media (max-width: 768px) {
    .banner-text {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .banner-text {
        font-size: 1.5rem;
    }
}

/* Smooth scrolling for better parallax experience */
html {
    scroll-behavior: smooth;
}

/* Optimize for performance */
.parallax-banner * {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

h4 {
     font-size: 24px !important;
    line-height: 1.5;
    margin: 15px 0;
}
/* Dark Blue Bar Styles - More specific to override existing styles */
section.dark-blue-bar {
  background-color: #1c1e56 !important;
  padding: 100px 0 !important;
  margin: 20px 0 !important;
  width: 100vw !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

section.dark-blue-bar .dark-blue-bar-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  text-align: center !important;
}

section.dark-blue-bar .dark-blue-bar-content p {
  font-size: 24px !important;
  color: white !important;
  margin: 0 !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  section.dark-blue-bar .dark-blue-bar-content p {
    font-size: 18px !important;
    padding: 0 10px !important;
  }
}