/*====================================================
    PYRAMID SPEED LOGISTICS
    CUSTOM DESIGN SYSTEM
    Version 1.0
=====================================================*/

/* Google Font */

body{
    font-family:'Inter',sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#4B5563;
    background:#ffffff;
    overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Plus Jakarta Sans',sans-serif;
    color:#111827;
    font-weight:700;
    line-height:1.2;
}

a{
    transition:.3s;
    text-decoration:none;
}

/*==================================
      COLOR SYSTEM
===================================*/

:root{

--primary:#F59E0B;

--primary-dark:#D97706;

--secondary:#111827;

--light:#F8FAFC;

--text:#4B5563;

--radius:14px;

}

/*==================================
      CONTAINERS
===================================*/

.container{

max-width:1240px;

}

/*==================================
      SECTION SPACING
===================================*/

.py-5{

padding-top:100px!important;

padding-bottom:100px!important;

}

.section-title{

margin-bottom:70px;

}

.section-title h1{

font-size:48px;

font-weight:800;

margin-bottom:15px;

}

.section-title p{

max-width:650px;

margin:auto;

}

/* ==========================================
   MODERN NAVBAR
========================================== */

.navbar{
    background:#fff !important;
    padding:18px 60px;
    box-shadow:0 2px 18px rgba(0,0,0,.05);
}

.main-logo{
    width:75px;
    height:auto;
}

.navbar-brand{
    margin-right:60px;
}

.navbar-nav .nav-link{
    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:600;
    color:#1F2937 !important;
    text-transform:uppercase;
    margin:0 14px;
    transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active{
    color:#d69c13 !important;
}

.navbar .btn{
    margin-left:25px;
    border-radius:8px;
    padding:12px 28px;
    font-weight:600;
}

/*==================================
      BUTTONS
===================================*/

.btn{

border-radius:10px;

padding:15px 34px;

font-weight:600;

transition:.3s;

}

.btn-primary{

background:var(--primary);

border:none;

}

.btn-primary:hover{

background:var(--primary-dark);

transform:translateY(-3px);

}

/*==================================
      IMAGES
===================================*/

img{

border-radius:12px;

max-width:100%;

}

/*==================================
      SERVICE CARDS
===================================*/

.service-item{

border-radius:18px;

overflow:hidden;

background:#fff;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.35s;

}

.service-item:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.service-item img{

transition:.4s;

}

.service-item:hover img{

transform:scale(1.05);

}

.service-item h4{

font-size:24px;

font-weight:700;

}

/*==================================
      PARAGRAPHS
===================================*/

p{

font-size:17px;

line-height:1.9;

}

/*==================================
      FOOTER
===================================*/

.footer{

font-size:15px;

}

.footer h5{

font-size:22px;

font-weight:700;

margin-bottom:25px;

}

/*==================================
      MOBILE
===================================*/

@media(max-width:991px){

.py-5{

padding-top:70px!important;

padding-bottom:70px!important;

}

.section-title h1{

font-size:34px;

}

.display-3{

font-size:42px!important;

}

.navbar-nav .nav-link{

padding:12px!important;

}

}

/*==============================
 TRUST BAR
===============================*/

.shadow-sm{

box-shadow:0 15px 45px rgba(0,0,0,.06)!important;

}

.shadow-sm h5{

font-weight:700;

margin-top:10px;

}

.shadow-sm i{

transition:.3s;

}

.shadow-sm .col-lg-3:hover i{

transform:scale(1.15);

}

/* ==========================================
   PYRAMID SPEED LOGISTICS BRAND COLORS
========================================== */

.bg-primary{
    background-color:#D4A017 !important;
}

.text-primary{
    color:#D4A017 !important;
}

.btn-primary{
    background:#D4A017 !important;
    border-color:#D4A017 !important;
}

.btn-primary:hover{
    background:#B8860B !important;
    border-color:#B8860B !important;
}

.btn-outline-primary{
    color:#D4A017 !important;
    border-color:#D4A017 !important;
}

.btn-outline-primary:hover{
    background:#D4A017 !important;
    color:#fff !important;
}

.border-primary{
    border-color:#D4A017 !important;
}

/* ==========================================
   PREMIUM NAVIGATION
========================================== */

.navbar{
    min-height:90px;
    background:#fff!important;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.navbar-brand img{
    max-height:65px;
    transition:.3s;
}

.navbar-nav .nav-link{

    padding:34px 18px!important;

    font-weight:600;

    color:#222!important;

}

.navbar-nav .nav-link:hover{

    color:#D4A017!important;

}

/* ==========================================
   HERO
========================================== */

.carousel-item{

    height:720px;

}

.carousel-item img{

    object-fit:cover;

    height:720px;

}

.carousel-caption{

    bottom:120px;

}

.carousel-caption h1{

    font-size:68px;

    font-weight:800;

    line-height:1.1;

    max-width:850px;

    margin:auto;

}

.carousel-caption p{

    font-size:22px;

    max-width:700px;

    margin:25px auto;

}

.carousel-caption .btn{

    margin:10px;

}

.carousel-item::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.45);

z-index:1;

}

.carousel-caption{

z-index:2;

}

.py-5{

padding-top:110px!important;

padding-bottom:110px!important;

}

.section-title h1{

font-size:50px;

font-weight:800;

margin-bottom:20px;

}

/* ==========================================
   HERO SECTION
========================================== */

.hero-section{
    padding:90px 0;
}

.hero-tag{
    display:inline-block;
    background:#FFF7E6;
    color:#b8860b;
    padding:12px 24px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:25px;
}

.hero-title{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    color:#111827;
    margin-bottom:30px;
}

.hero-text{
    font-size:19px;
    color:#4B5563;
    line-height:1.8;
    margin-bottom:40px;
}

.hero-image{
    width:100%;
    max-width:560px;
    border-radius:20px;
    box-shadow:0 30px 60px rgba(0,0,0,.15);
}

/* ==========================================
   PREMIUM HERO
========================================== */

.carousel-item{
    height:700px;
}

.carousel-item img{
    height:700px;
    object-fit:cover;
}

.carousel-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.45);
    z-index:1;
}

.carousel-caption{
    z-index:2;
    bottom:120px;
}

.carousel-caption h1{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.carousel-caption p{
    font-size:20px;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

@media(max-width:991px){

.carousel-item,
.carousel-item img{
    height:500px;
}

.carousel-caption{
    bottom:60px;
}

.carousel-caption h1{
    font-size:42px;
}

.carousel-caption p{
    font-size:17px;
}

}

/*==========================================
        PREMIUM NAVIGATION
==========================================*/

.navbar{

background:#fff!important;

padding:15px 0;

box-shadow:0 10px 30px rgba(0,0,0,.08);

z-index:999;

}

.main-logo{
    height:65px;
}

.logo-title{

font-family:'Plus Jakarta Sans',sans-serif;

font-size:28px;

font-weight:800;

color:#1f2937;

line-height:1;

letter-spacing:1px;

}

.logo-subtitle{

font-family:'Inter',sans-serif;

font-size:14px;

font-weight:600;

letter-spacing:5px;

color:#D4A017;

}

.navbar-nav .nav-link{

padding:18px!important;

font-size:16px;

font-weight:600;

color:#374151!important;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:#D4A017!important;

}

.navbar-nav .nav-link.active{
    color:#D4A017 !important;
    background:none !important;
}

.navbar .btn{

padding:12px 28px;

border-radius:8px;

font-weight:600;

margin-left:20px;

}

@media(max-width:991px){

.logo-title{

font-size:20px;

}

.logo-subtitle{

font-size:12px;

letter-spacing:3px;

}

.main-logo{

height:50px;

}

.navbar .btn{

margin:15px 0;

width:100%;

}

}

/* ===== NAVBAR IMPROVEMENTS ===== */

.navbar{
    min-height:90px;
}

.navbar-brand img{
    width:75px !important;
    height:auto !important;
}

.navbar-brand{
    margin-right:50px;
}

.navbar-nav{
    margin-left:auto;
}

.navbar-nav .nav-link{
    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:600;
    margin:0 12px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.btn-request{
    margin-left:25px;
}

/*==================================
 WHY CHOOSE US
==================================*/

.feature-box{

    background:#fff;

    padding:40px 30px;

    border-radius:18px;

    text-align:center;

    transition:.35s;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    height:100%;

}

.feature-box:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.feature-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#FFF7E6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

}

.feature-box h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

}

.feature-box p{

    font-size:16px;

    line-height:1.8;

}

/*==================================
        COMPANY FACTS
==================================*/

.counter-number{

font-size:60px;

font-weight:800;

color:#D4A017;

font-family:'Plus Jakarta Sans',sans-serif;

}

.counter-text{

color:#fff;

font-size:18px;

letter-spacing:.5px;

margin-top:12px;

}

.bg-dark{

background:#101827 !important;

}

/*==================================
 CALL TO ACTION
==================================*/

.cta-box{

    background:#101827;

    padding:70px 40px;

    border-radius:20px;

}

.cta-box h2{

    color:#fff;

    font-size:46px;

    font-weight:800;

    margin-bottom:25px;

}

.cta-box p{

    color:#D1D5DB;

    max-width:700px;

    margin:auto;

    margin-bottom:35px;

    font-size:18px;

    line-height:1.8;

}