:root{
--primary:#081B39;
--secondary:#E95F1D;
--text:#0c2340;
--background1:#DCDEE1;
}


.text-primary {
    --bs-text-opacity: 1;
    color: #081B39 !important;
}
body{
font-family:'Inter',sans-serif;
color:#333;
}

p{
    font-size:20px;
    line-height:1.8;
    color:#555;
    margin-bottom:35px;
}

h2{
    font-size:48px;
    font-weight:800;
    color:#081B39;
    margin:10px 0;
    text-transform: uppercase;
}

.text-light
{
    color:#ffffff;
}

.top-bar{
background:#081B39;
color:#fff;
padding:10px 0;
/*font-size:14px;*/
font-size:16px;
}

.top-contact span{
margin-right:20px;
}

.top-bar a{
color:#fff;
text-decoration:none;
}

.header{
background:#fff;
box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.navbar .dropdown-menu{
    border:0;
    border-radius:0;
    padding:10px 0;
    min-width:260px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.navbar .dropdown-item{
    padding:12px 20px;
    font-weight:500;
    transition:.3s;
}

.navbar .dropdown-item:hover{
    background:#E95F1D;
    color:#fff;
}

.navbar .dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

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

.nav-link{
font-weight:600;
text-transform:uppercase;
color:#0c2340;
}

.nav-link.active{
color:#E95F1D;
}

.btn-orange{
background:#E95F1D;
color:#fff;
padding:14px 28px;
font-weight:700;
border-radius:4px;
}


.warehouse{
padding:100px 0;
background:var(--background1);
}

.section-title
{
    text-align: center;
}
/*.section-title span{
color:#E95F1D;
font-weight:700;
}

.section-title h2{
font-size:48px;
font-weight:800;
color:#081B39;
}*/

.location-card{
background:#fff;
border-radius:8px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.location-card img{
width:100%;
}

.card-content{
padding:25px;
}

.card-content h3{
font-size:28px;
font-weight:800;
color:#081B39;
}

.card-content h6{
color:#E95F1D;
font-weight:700;
}

.location-meta{
display:flex;
justify-content:space-between;
margin-top:20px;
}

.texas-map{
height:100%;
background:#081B39;
border-radius:8px;
overflow:hidden;
}

.texas-map img{
width:100%;
height:100%;
object-fit:cover;
}


.footer{
padding:70px 0;
background:#f8f8f8;
}

.footer-logo{
height:60px;
margin-bottom:20px;
}

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

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

.footer a{
/*text-decoration:none;*/
color:var(--primary);
}

.cta-section{
    position: relative;
    overflow: hidden;
}

.cta-section::before{
    content: "";
    position: absolute;
    top: -150px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.cta-section::after{
    content: "";
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
}

.cta-section .container{
    position: relative;
    z-index: 2;
}

.cta-subtitle{
    color: #E95F1D;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cta-section h2{
    font-size: 48px;
    font-weight: 800;
    margin: 12px 0;
    color: #fff;
}

.cta-section p{
    font-size: 18px;
    margin: 0;
    opacity: .9;
}

@media(max-width:991px){

    .cta-section{
        text-align:center;
        padding:60px 0;
    }

    .cta-section h2{
        font-size:32px;
    }

    .cta-section .btn{
        margin-top:15px;
        width:100%;
    }
}

.cta-section{
    background:#081B39;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    padding:120px 0;
    color:#fff;
}

.stats-section{
    padding:80px 0;
    background:#ffffff;
}

.stats{
padding:70px 0;
background:#fff;
}

.stats h2{
font-size:48px;
font-weight:800;
color:#081B39;
}


.stat-box{
    padding:30px 20px;
    border:1px solid #e9ecef;
    border-radius:10px;
    height:100%;
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.stat-number{
    font-size:56px;
    font-weight:800;
    line-height:1;
    color:#081B39;
    margin-bottom:15px;
}

.stat-box h5{
    margin:0;
    font-weight:600;
    color:#333;
}

.stat-icon{
    font-size:38px;
    color:#E95F1D;
    margin-bottom:15px;
}

.min-vh-75{
    min-height:75vh;
}

.heading-tag{
    display:inline-block;
    color:#000000;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:0px;
    text-transform: uppercase;
}


.hero{
    padding:100px 0px;
    background:var(--background1);
    overflow:hidden;
}

.hero-content{
    max-width:600px;
}

/*.hero-tag{
    display:inline-block;
    color:#000000;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}*/

.hero h1{
    font-size:62px;
    font-weight:800;
    line-height:1.05;
    color:#081B39;
    margin-bottom:25px;
}

.hero h1 span{
    display:block;
    color:#ff6b00;
}



.hero-video{
    border-radius:25px;
    overflow:hidden;
    border:8px solid #fff;
    box-shadow:
    0 20px 50px rgba(0,0,0,.12),
    0 0 0 1px rgba(0,0,0,.05);
}

.hero-video video{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}


.btn-orange{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:#ff6b00;
    color:#fff;
    border:none;

    padding:16px 32px;
    border-radius:8px;

    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;

    transition:all .35s ease;
    position:relative;
    overflow:hidden;

    box-shadow:0 10px 25px rgba(255,107,0,.25);
}

.btn-orange:hover{
    background:#e85f00;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(255,107,0,.35);
}

.btn-orange i{
    transition:.3s;
}

.btn-orange:hover i{
    transform:translateX(4px);
}

.btn-outline-custom{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:16px 32px;

    border:2px solid #081B39;
    color:#081B39;

    border-radius:8px;

    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;

    transition:.35s;
}

.btn-outline-custom:hover{
    background:#081B39;
    color:#fff;
    transform:translateY(-3px);
}


.section-industries{
    padding:100px 0px;
    /*background:#ffffff;*/
    background: var(--background1);
}

.industries-heading{
    margin-bottom:60px;
}

/*.industries-heading span{
    color:#ff6b00;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}*/


.industries-heading p{
    max-width:800px;
    margin:auto;
    color:#666;
}

.industry-card{
    position:relative;
    height:420px;
    overflow:hidden;
    border-radius:16px;
    cursor:pointer;
}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .6s ease;
}

.industry-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(7,44,90,.95),
        rgba(7,44,90,.15)
    );
}

.industry-content{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    z-index:2;
    color:#fff;
}

.industry-content i{
    font-size:40px;
    color:#ff6b00;
    margin-bottom:15px;
}

.industry-content h3{
    font-size:32px;
    font-weight:800;
    margin-bottom:10px;
}

.industry-content p{
    opacity:.9;
    margin-bottom:20px;
}

.industry-content a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.industry-content a i{
    font-size:14px;
    margin-left:5px;
    color:#fff;
}

.industry-card:hover img{
    transform:scale(1.1);
}

.industry-card:hover .industry-content{
    transform:translateY(-10px);
}

.industry-content{
    transition:.4s;
}


.whychoose-section{
    padding:100px 0;
    /* temp change background:var(--background1);*/
    background:#ffffff;
}

.whychoose-heading{
    margin-bottom:60px;
}



.whychoose-card{
    background:#fff;
    padding:40px 30px;
    border-radius:16px;
    height:100%;

    transition:.35s ease;

    border:1px solid #000000;

    position:relative;
    overflow:hidden;
}

.whychoose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.whychoose-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#ff6b00;
    transition:.4s;
}

.whychoose-card:hover::before{
    height:100%;
}

.whychoose-icon{
    width:80px;
    height:80px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,107,0,.1);

    margin-bottom:25px;
}

.whychoose-icon i{
    font-size:34px;
    color:#ff6b00;
}

.whychoose-card h4{
    font-size:24px;
    font-weight:700;
    color:#081B39;
    margin-bottom:15px;
}

.whychoose-card p{
    color:#666;
    margin:0;
    line-height:1.8;
}

@media(max-width:991px){

    .whychoose-section{
        padding:70px 0;
    }

    .whychoose-heading h2{
        font-size:34px;
    }

    .whychoose-card{
        padding:30px;
        text-align:center;
    }

    .whychoose-icon{
        margin:0 auto 20px;
    }

}

.manufacturers-section{
    padding:100px 0;
    background:#ffffff;
}

.manufacturers-heading{
    margin-bottom:60px;
}

/*.manufacturers-heading span{
    color:#ff6b00;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.manufacturers-heading h2{
    font-size:48px;
    font-weight:800;
    color:#081B39;
    margin:10px 0;
}

.manufacturers-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
}
*/
/* Slider */

.logo-slider{
    overflow:hidden;
    position:relative;
}

.logo-track{
    display:flex;
    width:max-content;
    animation:logoScroll 30s linear infinite;
}

.logo-slider:hover .logo-track{
    animation-play-state:paused;
}

.logo-item{
    width:220px;
    height:120px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 20px;

    background:#fff;
    border:1px solid #edf0f5;
    border-radius:12px;

    transition:.3s;
}

.logo-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.logo-item img{
    max-width:140px;
    max-height:70px;
    object-fit:contain;

    filter:grayscale(100%);
    opacity:.75;

    transition:.3s;
}

.logo-item:hover img{
    filter:none;
    opacity:1;
}

@keyframes logoScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:991px){

    .manufacturers-section{
        padding:70px 0;
    }

    .manufacturers-heading h2{
        font-size:34px;
    }

    .logo-item{
        width:160px;
        height:90px;
        margin:0 10px;
    }

    .logo-item img{
        max-width:100px;
    }

}

/*.manufacturers-section{
    background:#081B39;
}

.manufacturers-heading h2,
.manufacturers-heading p{
    color:#fff;
}*/

.location-map{
    height:100%;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.location-map iframe{
    width:100%;
    height:100%;
    min-height:500px;
    display:block;
}
.productcats-section{
    padding:100px 0;
    background:#ffffff;
}

.productcats-heading{
    margin-bottom:60px;
}

/*.productcats-heading span{
    color:#ff6b00;
    font-weight:700;
    text-transform:uppercase;
}

.productcats-heading h2{
    font-size:48px;
    font-weight:800;
    color:#081B39;
    margin:12px 0;
}

.productcats-heading p{
    max-width:800px;
    margin:auto;
    color:#666;
}*/

.productcats-card{
    position:relative;
    height:320px;
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
}

.productcats-large{
    height:420px;
}

.productcats-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;
}

.productcats-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        to top,
        rgba(7,44,90,.95),
        rgba(7,44,90,.20)
    );
}

.productcats-content{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    z-index:2;
    color:#fff;
}

.productcats-content span{
    color:#ff6b00;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
}

.productcats-content h3{
    font-size:34px;
    font-weight:800;
    margin:10px 0;
}

.productcats-content h4{
    font-size:26px;
    font-weight:700;
}

.productcats-content ul{
    padding-left:18px;
    margin:15px 0;
}

.productcats-content li{
    margin-bottom:6px;
}

.productcats-content i{
    font-size:40px;
    color:#ff6b00;
    margin-bottom:15px;
}

.productcats-content a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.productcats-card:hover img{
    transform:scale(1.12);
}

.productcats-card:hover{
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.breadcrumb 
{
    --bs-breadcrumb-divider-color: #ffffff !important;
}  

.inner-banner{
    padding:70px 0 70px;
    background:#081B39;
    color:#fff;
    text-align:center;
}

.inner-banner h1{
    font-size:40px;
    font-weight:800;
    margin-bottom:15px;
}

.inner-banner .breadcrumb{
    margin:0;
    background:none;
}

.inner-banner .breadcrumb-item,
.inner-banner .breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.inner-banner .breadcrumb-item.active{
    color:#ff6b00;
}

.comingsoon-page{
    padding:100px 0;
    background:#f8f9fb;
}

.comingsoon-box{
    background:#fff;
    padding:70px 50px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.comingsoon-icon{
    width:100px;
    height:100px;
    margin:0 auto 30px;
    border-radius:50%;
    background:rgba(255,107,0,.1);

    display:flex;
    align-items:center;
    justify-content:center;
}

.comingsoon-icon i{
    font-size:46px;
    color:#ff6b00;
}

.comingsoon-tag{
    display:inline-block;
    color:#ff6b00;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.comingsoon-box h2{
    font-size:42px;
    font-weight:800;
    color:#081B39;
    margin-bottom:20px;
}

.comingsoon-box p{
    color:#666;
    line-height:1.8;
}

.comingsoon-actions{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.contact-card{
    background:#fff;
    padding:40px 30px;
    text-align:center;
    border-radius:15px;
    height:100%;
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.contact-card i{
    font-size:40px;
    color:#ff6b00;
    margin-bottom:20px;
}

.contact-card h4{
    color:#081B39;
    font-weight:700;
}

.contact-card p{
    margin:0;
    color:#666;
}

@media(max-width:991px){

    .inner-banner{
        padding:100px 0 60px;
    }

    .inner-banner h1{
        font-size:38px;
    }

    .comingsoon-box{
        padding:40px 25px;
    }

    .comingsoon-box h2{
        font-size:30px;
    }

}

/* ==========================================
   CONTACT PAGE
========================================== */

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

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.contact-form-box h2{
    font-size:38px;
    font-weight:800;
    color:#072c5a;
    margin-bottom:15px;
}

.contact-form-box p{
    color:#666;
    margin-bottom:30px;
}

.contact-form-box .form-control,
.contact-form-box .form-select{
    height:55px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:0 18px;
    box-shadow:none;
}

.contact-form-box textarea.form-control{
    height:160px;
    padding-top:15px;
    resize:none;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus{
    border-color:#ff6b00;
    box-shadow:none;
}

/* ==========================================
   MAP
========================================== */

#jsh-map{
    width:100%;
    height:600px;
    border-radius:20px;
    overflow:hidden;
}

/* ==========================================
   CONTACT INFO CARDS
========================================== */

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

.contact-info-card{
    background:#072c5a;
    color:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:16px;
    height:100%;
    transition:.3s;
}

.contact-info-card:hover{
    transform:translateY(-8px);
}

.contact-info-card i{
    font-size:42px;
    color:#ff6b00;
    margin-bottom:20px;
}

.contact-info-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.contact-info-card p,
.contact-info-card a{
    color:#fff;
    text-decoration:none;
    margin:0;
}

/* ==========================================
   FORM ALERTS
========================================== */

.alert-success{
    border:none;
    background:#d1fae5;
    color:#065f46;
    border-radius:10px;
    padding:15px 20px;
    margin-bottom:25px;
}

.alert-danger{
    border:none;
    background:#fee2e2;
    color:#991b1b;
    border-radius:10px;
    padding:15px 20px;
    margin-bottom:25px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

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

    .contact-form-box{
        padding:30px;
    }

    .contact-form-box h2{
        font-size:30px;
    }

    .contact-map{
        min-height:400px;
        margin-top:30px;
    }

}

@media(max-width:767px){

    .contact-form-box{
        padding:25px;
    }

    .contact-info-card{
        padding:30px 20px;
    }

}