.product-hero{
    background:#002855;
    color:white;
    padding:80px 20px;
}

.material-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.material-card:hover{
    transform:translateY(-5px);
}

.material-card img{
    height:250px;
    object-fit:cover;
}

.stock-badge{
    background:#28a745;
    color:white;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    display:inline-block;
    margin-bottom:15px;
}

.request-summary{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-top:50px;
}

.customer-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-top:30px;
}
.pricing-notice{
    background:linear-gradient(
        135deg,
        #002855,
        #003f7f
    );

    color:#fff;

    border-radius:18px;

    padding:25px 30px;

    display:flex;

    align-items:center;

    gap:20px;

    box-shadow:0 10px 30px rgba(0,40,85,.18);

    border-left:6px solid #ff6b00;
}

.notice-icon{
    width:70px;
    height:70px;

    background:#ff6b00;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;
}

.notice-icon i{
    font-size:28px;
    color:#fff;
}

.pricing-notice h5{
    margin-bottom:10px;
    font-weight:700;
    color:#fff;
}

.pricing-notice p{
    margin-bottom:8px;
    color:rgba(255,255,255,.95);
    font-size:15px;
}

@media(max-width:768px){

    .pricing-notice{
        flex-direction:column;
        text-align:center;
        padding:20px;
    }

    .notice-icon{
        width:60px;
        height:60px;
    }

    .notice-icon i{
        font-size:24px;
    }
}

.card-img-top,
.product-image{

    width:100%;

    height:250px;

    object-fit:cover;

    display:block;

}

.card-img-top{

    border-radius:0;

}

.material-card,
.product-card {

    height: 100%;

    display: flex;
    flex-direction: column;

}

.products-grid {

    display: grid;

    grid-template-columns:
    repeat(auto-fit, minmax(280px, 1fr));

    gap: 25px;

}

img {

    max-width: 100%;
    height: auto;

}

@media (max-width: 768px){

    h1{

        font-size: 2rem;

    }

    h2{

        font-size: 1.6rem;

    }

    .product-hero{

        padding: 60px 20px;

    }

}

@media (max-width: 991px){

    .navbar-brand img{

        width: 45px;

    }

    .company-name{

        font-size: 15px;

    }

}

.card,
.material-card{

    overflow: hidden;

    transition: 0.3s ease;

}

.card:hover,
.material-card:hover{

    transform: translateY(-5px);

}

.card-img-top,
.material-card img,
.product-image{

    width:100% !important;

    height:250px !important;

    object-fit:cover !important;

    display:block !important;

}

.patrol-hero{

    background:
    linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.55)
    ),
    url('../images/services/patrol-guarding-banner.jpg');

    background-size:cover;
    background-position:center;

    min-height:500px;

    display:flex;
    align-items:center;

}

.security-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s ease;

    text-align:center;

    border-top:5px solid #002855;

}

.security-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.security-icon{

    width:90px;

    height:90px;

    margin:0 auto 20px;

    background:#002855;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

}

.security-icon i{

    color:#fff;

    font-size:36px;

}

.security-card h4{

    color:#002855;

    font-weight:700;

    margin-bottom:15px;

}

.security-card p{

    color:#555;

    font-size:15px;

}

.security-card ul{

    list-style:none;

    padding:0;

    margin-top:15px;

}

.security-card ul li{

    padding:5px 0;

    color:#444;

}

.security-card ul li::before{

    content:"✓ ";

    color:#28a745;

    font-weight:bold;

}

.dog-hero{

background:
linear-gradient(
rgba(0,0,0,.55),
rgba(0,0,0,.55)
),
url('../images/services/dog-patrol-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.industry-card{

background:#fff;

padding:35px;

border-radius:18px;

text-align:center;

height:100%;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.35s;

}

.industry-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.industry-card i{

font-size:48px;

color:#002855;

margin-bottom:20px;

}

.industry-card h4{

font-weight:700;

margin-bottom:15px;

color:#002855;

}

.industry-card p{

color:#555;

}

.process-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

height:100%;

transition:.3s;

}

.process-card:hover{

transform:translateY(-8px);

}

.process-number{

width:70px;

height:70px;

background:#002855;

color:#fff;

font-size:30px;

font-weight:bold;

margin:auto auto 20px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

}

.process-card h4{

font-weight:700;

color:#002855;

margin-bottom:15px;

}

.service-image{

    width:100%;

    max-width:420px;

    height:320px;

    object-fit:cover;

    border-radius:15px;

    display:block;

    margin:auto;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}

.alarm-hero{

background:
linear-gradient(
rgba(0,0,0,.60),
rgba(0,0,0,.60)
),
url('../images/services/alarm-backup-banner.jpeg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.investigation-hero{

background:
linear-gradient(
rgba(0,0,0,.60),
rgba(0,0,0,.60)
),
url('../images/services/crime-investigation-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.cctv-hero{

background:
linear-gradient(
rgba(0,0,0,.60),
rgba(0,0,0,.60)
),
url('../images/services/cctv-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.bouncer-hero{

background:
linear-gradient(
rgba(0,0,0,.60),
rgba(0,0,0,.60)
),
url('../images/services/club-bouncers-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.cleaning-hero{

background:
linear-gradient(
rgba(0,40,85,.65),
rgba(0,40,85,.65)
),
url('../images/services/commercial-cleaning-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.janitorial-hero{

background:
linear-gradient(
rgba(0,40,85,.65),
rgba(0,40,85,.65)
),
url('../images/services/janitorial-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.landscaping-hero{

background:
linear-gradient(
rgba(11,110,79,.55),
rgba(11,110,79,.55)
),
url('../images/services/landscaping-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.compound-hero{

background:
linear-gradient(
rgba(0,40,85,.60),
rgba(0,40,85,.60)
),
url('../images/services/compound-maintenance-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.waste-hero{

background:
linear-gradient(
rgba(0,40,85,.65),
rgba(0,40,85,.65)
),
url('../images/services/waste-management-banner.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:550px;

display:flex;
align-items:center;

}

.fumigation-hero{

min-height:100vh;

display:flex;
align-items:center;

background:

linear-gradient(
rgba(0,20,40,.75),
rgba(0,40,85,.65)
),

url('../images/services/fumigation-banner.jpg');

background-size:cover;
background-position:center;

}

.pest-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.pest-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.pest-card img{

height:220px;

width:100%;

object-fit:cover;

}

.pest-content{

padding:25px;

text-align:center;

}

.pest-content i{

font-size:45px;

color:#0B6E4F;

margin-bottom:15px;

}

.it-hero{

background:

linear-gradient(
rgba(0,40,85,.80),
rgba(0,20,40,.80)
),

url('../images/services/it-banner.jpg');

background-size:cover;
background-position:center;

min-height:100vh;

display:flex;
align-items:center;

}

/*=============================
TECHNOLOGY PARTNERS
==============================*/

.tech-card{

background:#fff;

padding:30px 20px;

border-radius:18px;

text-align:center;

height:100%;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.35s;

}

.tech-card:hover{

transform:translateY(-10px);

box-shadow:0 18px 40px rgba(0,0,0,.18);

}

.tech-card img{

height:70px;

width:auto;

object-fit:contain;

margin-bottom:20px;

filter:grayscale(100%);

transition:.4s;

}

.tech-card:hover img{

filter:none;

transform:scale(1.08);

}

.tech-card h6{

font-weight:700;

margin-bottom:10px;

color:#002855;

}

.tech-card p{

font-size:14px;

color:#666;

margin-bottom:0;

}

.maintenance-hero{

background:

linear-gradient(
rgba(0,40,85,.75),
rgba(0,20,40,.75)
),

url('../images/services/equipment-maintenance-banner.jpg');

background-size:cover;
background-position:center;

min-height:100vh;

display:flex;
align-items:center;

}

/*=====================================
 EQUIPMENT HEALTH DASHBOARD
=====================================*/

.dashboard-card{

background:#fff;

padding:35px 25px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

border-top:5px solid #0d6efd;

position:relative;

overflow:hidden;

}

.dashboard-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.dashboard-card::before{

content:'';

position:absolute;

top:0;

left:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#0d6efd,#00b894);

}

.dashboard-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:linear-gradient(135deg,#0d6efd,#00b894);

display:flex;

align-items:center;

justify-content:center;

}

.dashboard-icon i{

font-size:38px;

color:#fff;

}

.dashboard-card h2{

font-size:40px;

font-weight:800;

color:#002855;

margin-bottom:12px;

}

.dashboard-card h5{

font-weight:700;

margin-bottom:15px;

color:#002855;

}

.dashboard-card p{

color:#666;

line-height:1.7;

margin-bottom:0;

font-size:15px;

}

@media(max-width:768px){

.dashboard-card{

padding:25px;

}

.dashboard-icon{

width:70px;

height:70px;

}

.dashboard-icon i{

font-size:30px;

}

.dashboard-card h2{

font-size:30px;

}

}

.delivery-hero{

background:

linear-gradient(
rgba(0,40,85,.75),
rgba(0,20,40,.75)
),

url('../images/services/delivery-banner.jpg');

background-size:cover;
background-position:center;

min-height:100vh;

display:flex;
align-items:center;

}

.contact-hero{

background:

linear-gradient(
rgba(0,40,85,.80),
rgba(0,20,40,.80)
),

url('../images/contact-banner.jpg');

background-size:cover;
background-position:center;

min-height:450px;

display:flex;
align-items:center;

}

.contact-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.contact-card:hover{

transform:translateY(-10px);

}

.contact-card i{

font-size:45px;

color:#002855;

margin-bottom:20px;

}

.contact-sidebar{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

height:100%;

}

.contact-sidebar ul{

list-style:none;

padding-left:0;

}

.contact-sidebar li{

padding:10px 0;

border-bottom:1px solid #eee;

}

.contact-sidebar li:last-child{

border:none;

}

/*===========================
FUMIGATION ICON CARDS
===========================*/

.pest-service-card{

background:#fff;

padding:35px 30px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.4s;

border-top:5px solid #198754;

}

.pest-service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.pest-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:linear-gradient(135deg,#198754,#20c997);

display:flex;

align-items:center;

justify-content:center;

}

.pest-icon i{

font-size:42px;

color:#fff;

}

.pest-service-card h4{

font-weight:700;

color:#002855;

margin-bottom:15px;

}

.pest-service-card p{

color:#666;

line-height:1.8;

margin:0;

}

.about-hero{

background:

linear-gradient(
rgba(0,40,85,.78),
rgba(0,20,40,.78)
),

url('../images/logo.png');

background-size:cover;

background-position:center;

min-height:90vh;

display:flex;

align-items:center;

}