/* =======================
TOP BAR
======================= */

.top-bar{
    background:#0B6E3A;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.top-bar-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.top-left,
.top-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.top-left a,
.top-right a,
.top-right span{
    color:#fff;
    text-decoration:none;
}

/* =======================
NAVBAR
======================= */

.main-navbar{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
    padding:15px 0;
    z-index:999;
}

.logo{
    height:50px;
    width:auto;
}

.navbar-nav .nav-link{
    font-size:15px;
    font-weight:600;
    color:#222;
    margin:0 10px;
    transition:0.3s;
}

.navbar-nav .nav-link:hover{
    color:#0B6E3A;
}

.dropdown-menu{
    border:none;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.10);
}

.dropdown-item{
    padding:10px 20px;
    font-size:14px;
}

.dropdown-item:hover{
    background:#0B6E3A;
    color:#fff;
}

.nav-actions{
    display:flex;
    gap:10px;
}

.btn-call{
    background:#f5f5f5;
    color:#222;
    text-decoration:none;
    padding:10px 18px;
    border-radius:8px;
    font-weight:600;
}

.btn-quote{
    background:#0B6E3A;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    border-radius:8px;
    font-weight:600;
}

.btn-quote:hover{
    background:#08562D;
    color:#fff;
}

/* =======================
RESPONSIVE
======================= */

@media(max-width:991px){

    .top-bar{
        display:none;
    }

    .nav-actions{
        flex-direction:column;
        margin-top:20px;
    }

    .navbar-nav{
        padding-top:15px;
    }

    .navbar-nav .nav-link{
        margin:5px 0;
    }

    .logo{
        height:55px;
    }
}


/* ===================================
HERO SECTION
=================================== */

.hero-section{
    background:#fff;
    padding:80px 0;
    overflow:hidden;
}

.hero-wrapper{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:50px;
    align-items:center;
}

.hero-logo{
    width:120px;
    margin-bottom:30px;
}

.hero-tagline{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#0B6E3A;
    font-style:italic;
    margin-bottom:15px;
}

.hero-content h1{
    font-size:5rem;
    line-height:1;
    font-weight:900;
    color:#1d1d1d;
    margin-bottom:25px;
    text-transform:uppercase;
}

.hero-content p{
    font-size:18px;
    line-height:1.8;
    color:#444;
    max-width:650px;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.btn-primary{
    background:#0B6E3A;
    color:#fff;
    padding:14px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.btn-primary:hover{
    background:#08562D;
    color:#fff;
}

.btn-secondary{
    border:2px solid #0B6E3A;
    color:#0B6E3A;
    padding:14px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.hero-brands{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    align-items:center;
}

.hero-brands img{
    height:110px;
    object-fit:contain;
}

/* ===================================
DESKTOP GALLERY
=================================== */

.hero-gallery{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.gallery-item{
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:170px;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

/* Desktop Brochure Style */

@media (min-width:1024px){

    .heroGallerySlider .swiper-wrapper{
        display:flex;
        flex-direction:column;
        gap:15px;
    }
    
    /*.heroGallerySlider .swiper-wrapper {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    flex-wrap: wrap;*/
    /*    gap: 15px;*/
    /*}*/

    .heroGallerySlider .swiper-slide{
        width: 100%;
        height:auto !important;
        /*width: calc(50% - 7.5px);*/

    }

    .heroGallerySlider .swiper-pagination{
        display:none;
    }

}

/* ===================================
TABLET
=================================== */

@media (max-width:1023px){

    .hero-wrapper{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hero-content{
        text-align:center;
    }

    .hero-content p{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-brands{
        justify-content:center;
    }

    .hero-brands img{
        height:85px;
        object-fit:contain;
    }

    /* Swiper Slider */

    .heroGallerySlider{
        width:100%;
        padding-bottom:45px;
    }

    .heroGallerySlider .swiper-wrapper{
        display:flex;
        flex-direction:row;
        gap:0;
    }

    .heroGallerySlider .swiper-slide{
        width:100%;
        height:auto;
    }

    .heroGallerySlider .gallery-item{
        margin:0;
    }

    .heroGallerySlider .gallery-item img{
        height:350px;
        width:100%;
        object-fit:cover;
        border-radius:12px;
    }

    .heroGallerySlider .swiper-pagination{
        bottom:0 !important;
    }

    .heroGallerySlider .swiper-pagination-bullet{
        background:#0B6E3A;
        opacity:.4;
    }

    .heroGallerySlider .swiper-pagination-bullet-active{
        opacity:1;
    }

}

/* ===================================
MOBILE
=================================== */

@media (max-width:767px){

    .hero-section{
        padding:50px 0;
    }

    .hero-logo{
        width:90px;
    }

    .hero-content h1{
        font-size:2.8rem;
        line-height:1.1;
    }

    .hero-tagline{
        font-size:16px;
    }

    .hero-content p{
        font-size:15px;
        line-height:1.7;
    }

    .hero-buttons{
        flex-direction:column;
        gap:12px;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }

    .hero-brands{
        gap:15px;
    }

    .hero-brands img{
        height:45px;
    }

    .heroGallerySlider{
        padding-bottom:40px;
    }

    .heroGallerySlider .gallery-item img{
        height:250px;
        border-radius:10px;
    }

}

/* ===================================
EXTRA SMALL MOBILE
=================================== */

@media (max-width:480px){

    .hero-content h1{
        font-size:2.2rem;
    }

    .hero-content p{
        font-size:14px;
    }

    .hero-tagline{
        font-size:15px;
    }

    .hero-brands{
        gap:10px;
    }

    .hero-brands img{
        height:38px;
    }

    .heroGallerySlider .gallery-item img{
        height:220px;
    }

}


/* ===================================
HERO SECTION
=================================== */

/*.hero-section{*/
/*    background:#fff;*/
/*    padding:80px 0;*/
/*    overflow:hidden;*/
/*}*/

/*.hero-wrapper{*/
/*    display:grid;*/
/*    grid-template-columns:1.2fr .8fr;*/
/*    gap:50px;*/
/*    align-items:center;*/
/*}*/

/*.hero-logo{*/
/*    width:120px;*/
/*    margin-bottom:30px;*/
/*}*/

/*.hero-tagline{*/
/*    display:inline-block;*/
/*    font-size:18px;*/
/*    font-weight:700;*/
/*    color:#0B6E3A;*/
/*    font-style:italic;*/
/*    margin-bottom:15px;*/
/*}*/

/*.hero-content h1{*/
/*    font-size:5rem;*/
/*    line-height:1;*/
/*    font-weight:900;*/
/*    color:#1d1d1d;*/
/*    margin-bottom:25px;*/
/*    text-transform:uppercase;*/
/*}*/

/*.hero-content p{*/
/*    font-size:18px;*/
/*    line-height:1.8;*/
/*    color:#444;*/
/*    max-width:650px;*/
/*    margin-bottom:30px;*/
/*}*/

/*.hero-buttons{*/
/*    display:flex;*/
/*    gap:15px;*/
/*    flex-wrap:wrap;*/
/*    margin-bottom:50px;*/
/*}*/

/*.btn-primary{*/
/*    background:#0B6E3A;*/
/*    color:#fff;*/
/*    padding:14px 28px;*/
/*    border-radius:8px;*/
/*    text-decoration:none;*/
/*    font-weight:600;*/
/*}*/

/*.btn-primary:hover{*/
/*    background:#08562D;*/
/*    color:#fff;*/
/*}*/

/*.btn-secondary{*/
/*    border:2px solid #0B6E3A;*/
/*    color:#0B6E3A;*/
/*    padding:14px 28px;*/
/*    border-radius:8px;*/
/*    text-decoration:none;*/
/*    font-weight:600;*/
/*}*/

/*.hero-brands{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    gap:30px;*/
/*    align-items:center;*/
/*}*/

/*.hero-brands img{*/
/*    height:110px;*/
/*    object-fit:contain;*/
/*}*/

/* RIGHT GALLERY */

/*.hero-gallery{*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*    gap:15px;*/
/*}*/

/*.gallery-item{*/
/*    overflow:hidden;*/
/*    border-radius:12px;*/
/*    box-shadow:0 10px 25px rgba(0,0,0,.08);*/
/*}*/

/*.gallery-item img{*/
/*    width:100%;*/
/*    height:170px;*/
/*    object-fit:cover;*/
/*    transition:.4s;*/
/*}*/

/*.gallery-item:hover img{*/
/*    transform:scale(1.05);*/
/*}*/

/* ==========================
TABLET
========================== */

/*@media (max-width:1023px){*/

/*    .hero-wrapper{*/
/*        grid-template-columns:1fr;*/
/*        gap:40px;*/
/*    }*/

/*    .hero-content{*/
/*        text-align:center;*/
/*    }*/

/*    .hero-content p{*/
/*        margin-left:auto;*/
/*        margin-right:auto;*/
/*    }*/

/*    .hero-buttons{*/
/*        justify-content:center;*/
/*    }*/

/*    .hero-brands{*/
/*        justify-content:center;*/
/*    }*/

/*    .hero-brands img{*/
/*        height:85px;*/
/*        object-fit:contain;*/
/*    }*/

/*    .hero-gallery{*/
/*        width:100%;*/
/*    }*/

/*    .hero-gallery .swiper-slide{*/
/*        height:auto;*/
/*    }*/

/*    .hero-gallery .gallery-item img{*/
/*        height:350px;*/
/*        width:100%;*/
/*        object-fit:cover;*/
/*        border-radius:12px;*/
/*    }*/

/*}*/

/* ==========================
MOBILE
========================== */

/*@media (max-width:767px){*/

/*    .hero-section{*/
/*        padding:50px 0;*/
/*    }*/

/*    .hero-logo{*/
/*        width:90px;*/
/*    }*/

/*    .hero-content h1{*/
/*        font-size:2.8rem;*/
/*    }*/

/*    .hero-tagline{*/
/*        font-size:16px;*/
/*    }*/

/*    .hero-content p{*/
/*        font-size:15px;*/
/*    }*/

/*    .hero-buttons{*/
/*        flex-direction:column;*/
/*    }*/

/*    .btn-primary,*/
/*    .btn-secondary{*/
/*        width:100%;*/
/*        text-align:center;*/
/*    }*/

/*    .hero-brands{*/
/*        gap:15px;*/
/*    }*/

/*    .hero-brands img{*/
/*        height:45px;*/
/*    }*/

/*    .hero-gallery .gallery-item img{*/
/*        height:250px;*/
/*    }*/

/*}*/

/* ===================================
DESKTOP GALLERY
=================================== */

/*@media (min-width:1024px){*/

/*    .heroGallerySlider .swiper-wrapper{*/
/*        display:flex;*/
/*        flex-direction:column;*/
/*        gap:15px;*/
/*    }*/

/*    .heroGallerySlider .swiper-slide{*/
/*        width:100% !important;*/
/*        height:auto !important;*/
/*    }*/

/*    .heroGallerySlider .swiper-pagination{*/
/*        display:none;*/
/*    }*/

/*}*/

/* ===================================
TABLET & MOBILE SLIDER
=================================== */

/*@media (max-width:1023px){*/

/*    .heroGallerySlider{*/
/*        width:100%;*/
/*        padding-bottom:40px;*/
/*    }*/

/*    .heroGallerySlider .swiper-wrapper{*/
/*        display:flex;*/
/*        flex-direction:row;*/
/*        gap:0;*/
/*    }*/

/*    .heroGallerySlider .swiper-slide{*/
/*        width:100%;*/
/*    }*/

/*    .heroGallerySlider .gallery-item{*/
/*        margin:0;*/
/*    }*/

/*    .heroGallerySlider .swiper-pagination{*/
/*        bottom:0 !important;*/
/*    }*/

/*    .heroGallerySlider .swiper-pagination-bullet{*/
/*        background:#0B6E3A;*/
/*        opacity:.4;*/
/*    }*/

/*    .heroGallerySlider .swiper-pagination-bullet-active{*/
/*        opacity:1;*/
/*    }*/

/*}*/



/* =======================
FOOTER
======================= */

.footer-section{
    background:#0B6E3A;
    color:#fff;
    padding:80px 0 0;
}

.footer-logo{
    max-height:70px;
    margin-bottom:20px;
    filter:brightness(0) invert(1);
}

.footer-widget h4{
    margin-bottom:20px;
    font-size:20px;
    font-weight:700;
}

.footer-widget ul{
    list-style:none;
    padding:0;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget a{
    color:#fff;
    text-decoration:none;
}

.footer-social{
    display:flex;
    gap:15px;
    margin-top:20px;
}

.footer-social a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.15);
    border-radius:50%;
}

.footer-services{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:50px;
    padding-top:40px;
}

.service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.service-tags span{
    background:rgba(255,255,255,.15);
    padding:8px 15px;
    border-radius:30px;
}

.footer-seo{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid rgba(255,255,255,.2);
}

.footer-bottom{
    margin-top:50px;
    background:#08562D;
    padding:20px 0;
}

.footer-bottom-content{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
}

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:999;
}

#backToTop{
    position:fixed;
    right:20px;
    bottom:95px;
    width:50px;
    height:50px;
    border:none;
    background:#0B6E3A;
    color:#fff;
    border-radius:50%;
    display:none;
    z-index:999;
}

/* ====================================
RESPONSIVE FOOTER
==================================== */

/* Large Desktop */
@media (min-width: 1200px) {

    .footer-section {
        padding: 90px 0 0;
    }

    .footer-about {
        max-width: 95%;
    }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {

    .footer-section {
        padding: 70px 0 0;
    }

    .footer-widget {
        text-align: left;
    }

    .footer-widget h4 {
        font-size: 18px;
    }

    .footer-logo {
        max-height: 60px;
    }

    .footer-services h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .service-tags {
        justify-content: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .footer-section {
        padding: 50px 0 0;
    }

    .footer-widget {
        text-align: center;
    }

    .footer-widget h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-logo {
        max-height: 55px;
        margin: 0 auto 20px;
        display: block;
    }

    .footer-about {
        font-size: 14px;
        line-height: 1.8;
    }

    .footer-widget ul {
        margin-bottom: 0;
    }

    .footer-contact li {
        justify-content: center;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
    }

    .footer-services {
        margin-top: 30px;
        padding-top: 25px;
        text-align: center;
    }

    .footer-services h4 {
        margin-bottom: 20px;
    }

    .service-tags {
        justify-content: center;
        gap: 8px;
    }

    .service-tags span {
        font-size: 12px;
        padding: 6px 12px;
    }

    .footer-seo {
        text-align: center;
    }

    .footer-seo p {
        font-size: 14px;
        line-height: 1.8;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .footer-bottom-content p {
        margin: 0;
        font-size: 13px;
    }

    .whatsapp-btn {
        width: 55px;
        height: 55px;
        right: 15px;
        bottom: 15px;
        font-size: 24px;
    }

    #backToTop {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 80px;
    }

}

/* Extra Small Mobile */
@media (max-width: 480px) {

    .footer-widget h4 {
        font-size: 17px;
    }

    .footer-about,
    .footer-seo p {
        font-size: 13px;
    }

    .service-tags span {
        font-size: 11px;
        padding: 6px 10px;
    }

    .footer-social {
        gap: 10px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
    }

}