/* Navbar */

.navbar{
    background:#fff;
    padding:0px 0;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.navbar-brand img{
    width:250px;
    max-width:100%;
}

/* Normal Menu */
.navbar-nav .nav-link{
    color:#222 !important;
    padding:0 8px !important;
    font-weight:600;
    transition:all .3s ease;
}

/* Hover */
.navbar-nav .nav-link:hover,
.navbar-nav .dropdown:hover > .nav-link{
    color:#e8ab1e !important;
}

/* Active Menu */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link.active{
    color:#e8ab1e !important;
    font-weight:700;
}

/* Dropdown */
.dropdown-menu{
    border:none;
    border-radius:6px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    padding:8px 0;
}

.dropdown-item{
    padding:10px 18px;
    transition:.3s;
}

.dropdown-item:hover,
.dropdown-item.active{
    background:#e8ab1e;
    color:#fff !important;
}

.btn-enq{
    background:#329802;
    color:#fff;
    border:none;
    padding:10px 22px;
    border-radius:5px;
    font-weight:600;
    transition:.3s;
}

.btn-enq:hover{
    background:#0b2d5c;
    color:#fff;
}


/* ======================================
        MOBILE RESPONSIVE
====================================== */

@media(max-width:991px){

    /* Top Bar */

    .topmenu .row{
        text-align:center;
    }

    .top-contacts,
    .top-data{
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .top-contacts li,
    .top-data li{
        display:block;
        margin:5px 0;
    }

    /* Navbar */

    .navbar-brand img{
        width:180px !important;
    }

    .navbar-toggler{
        border:none;
        outline:none;
    }

    .navbar-collapse{
        background:#fff;
        margin-top:15px;
        padding:15px;
        border-radius:8px;
        box-shadow:0 5px 15px rgba(0,0,0,.08);
    }

    .navbar-nav{
        text-align:center;
    }

    .navbar-nav .nav-item{
        border-bottom:1px solid #eee;
    }

    .navbar-nav .nav-item:last-child{
        border:none;
    }

    .navbar-nav .nav-link{
        padding:14px !important;
    }

    .btn-enq{
        width:100%;
        margin-top:15px;
    }

    span .btn-enq{
        display:block;
    }

}

/* Small Mobile */

@media(max-width:575px){

    .top-contacts li{
        font-size:13px;
        word-break:break-word;
    }

    .navbar-brand img{
        width:150px !important;
    }

    .btn-enq{
        padding:12px;
    }


}

.product-details{
    padding:80px 0;
    background:#f7f9fc;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#e8ab1e;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:38px;
    color:#0c0c0c;
    margin:12px 0;
    font-weight:700;
}

.section-title p{
    color:#666;
    font-size:18px;
}

.about-product{
    background:#fff;
    padding:35px;
    border-radius:8px;
    margin-bottom:40px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.about-product p{
    color:#555;
    line-height:1.7;
    margin-bottom:18px;
}

.info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:40px;
}

.info-box{
    background:#fff;
    padding:30px;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.info-box h3{
    color:#252525;
    margin-bottom:20px;
    border-left:5px solid #e8ab1e;
    padding-left:15px;
}

.info-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.info-box ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:14px;
    color:#555;
}

.info-box ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#e8ab1e;
    font-weight:bold;
}

.why-choose{
    background:#fff;
    padding:35px;
    border-radius:8px;
    margin-bottom:40px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.why-choose h3{
    color:#1e1e1f;
    margin-bottom:25px;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.choose-item{
    background:#f7f9fc;
    padding:18px;
    text-align:center;
    border-radius:6px;
    font-weight:600;
    color:#333;
    transition:.3s;
}

.choose-item:hover{
    background:#e8ab1e;
    color:#fff;
}

.cta-box{
    background:#c4c4c4;
    color:#fff;
    padding:50px;
    border-radius:8px;
    text-align:center;
}

.cta-box h3{
    font-size:30px;
    margin-bottom:15px;
}

.cta-box p{
    max-width:850px;
    margin:auto;
    line-height:1.7;
}

.btn-contact{
    display:inline-block;
    margin-top:25px;
    padding:14px 35px;
    background:#329802;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:600;
    transition:.3s;
}

.btn-contact:hover{
    background:#fff;
    color:#0b2d5c;
    text-decoration:none;
}

@media(max-width:991px){

.info-grid{
    grid-template-columns:1fr;
}

.choose-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-title h2{
    font-size:30px;
}

}

@media(max-width:576px){

.choose-grid{
    grid-template-columns:1fr;
}

.about-product,
.info-box,
.why-choose,
.cta-box{
    padding:25px;
}

.section-title h2{
    font-size:26px;
}

}
