/* ====================================
ROOT VARIABLES
==================================== */

:root{
    --primary:#282a75;
    --secondary:#3d464d;
    --white:#ffffff;
    --light:#f8f9fa;
    --border:#e5e7eb;
    --success:#25d366;
}

/* ====================================
GLOBAL
==================================== */

body{
    font-family:'Segoe UI',sans-serif;
    color:#333;
    line-height:1.7;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

.section-title{
    font-size:2.3rem;
    font-weight:700;
    color:var(--primary);
    margin-bottom:15px;
}

.section-header{
    margin-bottom:50px;
}

/* ====================================
TOP BAR
==================================== */

.top-bar{
    background:var(--secondary);
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.top-bar a{
    color:white;
}

.top-social{
    margin-left:15px;
    color:white;
}

/* ====================================
HEADER
==================================== */

.navbar{
    background:white !important;
    padding:12px 0;
}

.main-logo{
    max-height:70px;
    width:auto;
}

.navbar-nav .nav-link{
    color:#333;
    font-weight:600;
    margin:0 10px;
}

.navbar-nav .nav-link:hover{
    color:var(--primary);
}

.navbar-nav .nav-link.active{
    color:var(--primary);
}

.btn-quote{
    background:var(--primary);
    color:white;
    padding:10px 25px;
    border-radius:5px;
}

.btn-quote:hover{
    background:var(--secondary);
    color:white;
}

.btn-call{
    margin-right:10px;
    border:1px solid var(--primary);
    color:var(--primary);
}

.btn-call:hover{
    background:var(--primary);
    color:white;
}

/* ====================================
MEGA MENU
==================================== */

.mega-menu{
    width:100%;
    padding:30px;
    border:none;
    border-radius:0;
}

.mega-menu h6{
    color:var(--primary);
    font-weight:700;
    margin-bottom:15px;
}

.mega-menu .dropdown-item{
    padding:8px 0;
}

.mega-menu .dropdown-item:hover{
    color:var(--primary);
    background:none;
}

/* ====================================
HERO
==================================== */

.hero-section{
    background:
    linear-gradient(
    rgba(40,42,117,.85),
    rgba(40,42,117,.85)),
    url('../images/hero-bg.jpg');

    background-size:cover;
    background-position:center;
    color:white;
    padding:120px 0;
}

.hero-badge{
    display:inline-block;
    background:white;
    color:var(--primary);
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-title{
    font-size:3.2rem;
    font-weight:800;
    line-height:1.2;
}

.hero-description{
    margin-top:20px;
    font-size:18px;
}

.hero-buttons{
    margin-top:30px;
}

.hero-buttons .btn{
    margin-right:10px;
}

.hero-image{
    max-height:500px;
}

/* ====================================
SEARCH
==================================== */

.search-box{
    background:white;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

#searchResults{
    position:absolute;
    width:100%;
    background:white;
    z-index:999;
    border-radius:10px;
    overflow:hidden;
    margin-top:5px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

/* ====================================
CATEGORIES
==================================== */

.category-card{
    display:block;
    background:white;
    padding:35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    color:#333;
    height:100%;
}

.category-card:hover{
    transform:translateY(-8px);
    color:#333;
}

.category-icon{
    width:80px;
    height:80px;
    background:rgba(40,42,117,.1);
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.category-icon i{
    font-size:32px;
    color:var(--primary);
}

/* ====================================
ABOUT
==================================== */

.company-benefits{
    list-style:none;
    padding:0;
}

.company-benefits li{
    margin-bottom:12px;
}

.company-benefits i{
    color:green;
    margin-right:10px;
}

/* ====================================
PRODUCTS
==================================== */

.product-card{
    background:white;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.product-image{
    width:100%;
    height:250px;
    object-fit:cover;
}

.product-content{
    padding:20px;
}

.product-category{
    color:var(--primary);
    font-size:13px;
    font-weight:600;
}

.product-actions{
    display:flex;
    gap:10px;
    margin-top:20px;
}

/* ====================================
WHY US
==================================== */

.why-card{
    background:white;
    padding:30px;
    text-align:center;
    border-radius:15px;
    height:100%;
}

.why-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:rgba(40,42,117,.1);
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-icon i{
    font-size:30px;
    color:var(--primary);
}

/* ====================================
COUNTERS
==================================== */

.counter-section{
    background:var(--primary);
    padding:90px 0;
}

.counter-box{
    color:white;
}

.counter{
    font-size:48px;
    font-weight:800;
    margin-bottom:10px;
}

/* ====================================
INDUSTRIES
==================================== */

.industry-card{
    text-align:center;
    padding:30px;
    background:white;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.industry-card i{
    font-size:40px;
    color:var(--primary);
    margin-bottom:15px;
}

/* ====================================
COVERAGE
==================================== */

.coverage-map{
    max-height:500px;
}

.coverage-list{
    list-style:none;
    padding:0;
}

.coverage-list li{
    padding:8px 0;
    border-bottom:1px solid #eee;
}

/* ====================================
QUOTE FORM
==================================== */

.quote-wrapper{
    background:white;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* ====================================
TESTIMONIALS
==================================== */

.testimonial-card{
    background:white;
    padding:40px;
    text-align:center;
    max-width:800px;
    margin:auto;
    border-radius:15px;
}

.stars{
    color:#ffc107;
    font-size:20px;
    margin-bottom:20px;
}

/* ====================================
REVIEWS
==================================== */

.review-summary{
    text-align:center;
    background:white;
    padding:40px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.review-summary h1{
    font-size:4rem;
    color:var(--primary);
}

/* ====================================
BRANDS
==================================== */

.brand-logo{
    opacity:.7;
    transition:.3s;
}

.brand-logo:hover{
    opacity:1;
}

/* ====================================
BLOG
==================================== */

.blog-card{
    background:white;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.blog-card img{
    height:250px;
    width:100%;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

/* ====================================
FAQ
==================================== */

.accordion-button:not(.collapsed){
    background:var(--primary);
    color:white;
}

/* ====================================
CTA
==================================== */

.footer-cta{
    background:var(--primary);
    color:white;
    padding:70px 0;
}

/* ====================================
FOOTER
==================================== */

.footer{
    background:var(--secondary);
    color:white;
    padding:70px 0 30px;
}

.footer-logo{
    max-height:80px;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer a{
    color:white;
}

.footer a:hover{
    color:#ddd;
}

/* ====================================
FLOATING BUTTONS
==================================== */

.sticky-whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    background:#25d366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:999;
}

.sticky-call{
    position:fixed;
    right:20px;
    bottom:90px;
    width:60px;
    height:60px;
    background:var(--primary);
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    z-index:999;
}

/* ====================================
BUTTONS
==================================== */

.btn-primary{
    background:var(--primary);
    border-color:var(--primary);
}

.btn-primary:hover{
    background:var(--secondary);
    border-color:var(--secondary);
}

/* ====================================
RESPONSIVE
==================================== */

@media(max-width:991px){

.hero-title{
    font-size:2.4rem;
}

.hero-section{
    text-align:center;
}

.hero-image{
    margin-top:40px;
}

.quote-wrapper{
    padding:30px;
}

}

@media(max-width:768px){

.section-title{
    font-size:1.8rem;
}

.hero-title{
    font-size:2rem;
}

.counter{
    font-size:36px;
}

.main-logo{
    max-height:55px;
}

}