@charset "utf-8";
/* CSS Document */

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background: url('a1.png') center center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.65) 35%,
            rgba(0,0,0,0.25) 65%,
            rgba(0,0,0,0.10) 100%
        );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 0 8%;
    color: #fff;
    animation: fadeUp 1.2s ease;
}

.hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
}

.hero-content h1 span {
    color: #00d084;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    max-width: 650px;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn {
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.btn-primary {
    background: #00d084;
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-3px);
    background: #00b874;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #111;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */

@media(max-width:991px){

    .hero-slider{
        min-height:650px;
    }

    .hero-content h1{
        font-size:48px;
    }
}

@media(max-width:768px){

    .hero-content{
        padding:0 25px;
    }

    .hero-content h1{
        font-size:38px;
    }

    .hero-subtitle{
        font-size:18px;
    }

    .hero-description{
        font-size:16px;
    }
}


:root{
--green:#138f46;
--orange:#f58220;
--blue:#005aa9;
}

.about-section{
padding:100px 0;
background:#fff;
overflow:hidden;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.section-tag{
background:rgba(19,143,70,.1);
color:var(--green);
padding:10px 20px;
border-radius:30px;
font-weight:600;
display:inline-block;
margin-bottom:20px;
}

.about-content h2{
font-size:52px;
font-weight:700;
line-height:1.2;
margin-bottom:25px;
}

.about-content h2 span{
color:var(--blue);
}

.about-content p{
font-size:17px;
line-height:1.8;
color:#555;
margin-bottom:20px;
}

.about-image{
position:relative;
}

.about-image img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.floating-card{
position:absolute;
bottom:30px;
left:-40px;
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 40px rgba(0,0,0,.15);
animation:float 3s ease-in-out infinite;
}

.floating-card h3{
font-size:40px;
color:var(--green);
}

@keyframes float{
0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}
}

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:60px;
}

.feature-card{
background:#fff;
padding:35px;
text-align:center;
border-radius:15px;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-card:hover{
transform:translateY(-10px);
border-bottom:4px solid var(--orange);
}

.feature-card i{
font-size:45px;
color:var(--green);
margin-bottom:20px;
}

.feature-card h3{
margin-bottom:10px;
color:var(--blue);
}


.bvr-showcase{
    width:100%;
    padding:120px 8%;
    background:#f7f9fc;
}

.showcase-row{
    display:grid;
    grid-template-columns:55% 45%;
    gap:80px;
    align-items:center;
    margin-bottom:180px;
}

.reverse{
    grid-template-columns:45% 55%;
}

.reverse .showcase-image{
    order:2;
}

.reverse .showcase-content{
    order:1;
}

.showcase-image{
    position:relative;
}

.showcase-image img{
    width:100%;
    height:700px;
    object-fit:cover;
    border-radius:30px;
    transition:1s;
}

.showcase-image:hover img{
    transform:scale(1.05);
}

.showcase-image:before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:#00A651;
    border-radius:50%;
    top:-50px;
    left:-50px;
    opacity:.15;
    z-index:0;
}

.showcase-content{
    position:relative;
}

.number{
    position:absolute;
    top:-100px;
    right:0;
    font-size:180px;
    font-weight:800;
    color:#edf2f7;
    line-height:1;
    z-index:0;
}

.subtitle{
    color:#00A651;
    font-weight:700;
    letter-spacing:3px;
    font-size:14px;
}

.showcase-content h2{
    font-size:58px;
    margin:15px 0;
    color:#081c2f;
    position:relative;
    z-index:2;
}

.showcase-content p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
    position:relative;
    z-index:2;
}

.tags{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.tags span{
    background:white;
    padding:14px 25px;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.tags span:hover{
    background:#00A651;
    color:white;
    transform:translateY(-5px);
}

@media(max-width:991px){

.showcase-row{
    grid-template-columns:1fr;
    gap:40px;
}

.reverse .showcase-image,
.reverse .showcase-content{
    order:unset;
}

.showcase-image img{
    height:450px;
}

.number{
    font-size:100px;
    top:-50px;
}

.showcase-content h2{
    font-size:38px;
}

}


.products-section{
padding:100px 6%;
background:#f8fafc;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title span{
color:#00A651;
font-weight:600;
letter-spacing:2px;
}

.section-title h2{
font-size:42px;
color:#0A2342;
margin:15px 0;
}

.section-title p{
max-width:700px;
margin:auto;
color:#666;
}

.products-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.product-card{
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
animation:fadeUp .8s ease forwards;
}

.product-card:hover{
transform:translateY(-10px);
}

.product-img{
overflow:hidden;
}

.product-img img{
width:100%;
height:260px;
object-fit:cover;
transition:.6s;
}

.product-card:hover img{
transform:scale(1.08);
}

.product-content{
padding:25px;
}

.product-content h3{
color:#0A2342;
margin-bottom:12px;
}

.product-content p{
color:#666;
line-height:1.7;
}

.product-content a{
display:inline-block;
margin-top:15px;
color:#00A651;
text-decoration:none;
font-weight:600;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}

@media(max-width:991px){

.products-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.products-grid{
grid-template-columns:1fr;
}

.section-title h2{
font-size:32px;
}

}


:root{
--primary:#00A651;
--secondary:#082B4F;
--light:#F6F9FC;
}

.bvr-catalog{
padding:100px 6%;
background:#f6f9fc;
}

.catalog-header{
text-align:center;
margin-bottom:70px;
}

.catalog-header span{
color:var(--primary);
font-weight:600;
letter-spacing:3px;
}

.catalog-header h2{
font-size:48px;
color:var(--secondary);
margin:15px 0;
}

.catalog-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
gap:30px;
}

.catalog-card{
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
position:relative;
}

.catalog-card:hover{
transform:translateY(-10px);
}

.catalog-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:0;
height:4px;
background:var(--primary);
transition:.4s;
}

.catalog-card:hover::before{
width:100%;
}

.img-box{
height:260px;
overflow:hidden;
background:#fff;
}

.img-box img{
width:100%;
height:100%;
object-fit:contain;
padding:20px;
transition:.6s;
}

.catalog-card:hover img{
transform:scale(1.08);
}

.content{
padding:25px;
}

.content h3{
font-size:18px;
color:var(--secondary);
margin-bottom:10px;
line-height:1.4;
}

.content span{
display:inline-block;
background:#EAF8F0;
color:var(--primary);
padding:8px 14px;
border-radius:30px;
font-size:13px;
font-weight:600;
}


.about-section{
    padding:100px 0;
    background:#fff;
    overflow:hidden;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.section-tag{
    display:inline-block;
    background:#e9f7ef;
    color:#138f46;
    padding:10px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.about-content h2{
    font-size:48px;
    color:#005aa9;
    line-height:1.2;
    margin-bottom:25px;
}

.about-content p{
    font-size:16px;
    color:#555;
    line-height:1.9;
    text-align:justify;
    margin-bottom:18px;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.floating-card{
    position:absolute;
    bottom:30px;
    left:-30px;
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 10px 40px rgba(0,0,0,.15);
    animation:float 4s ease-in-out infinite;
}

.floating-card h3{
    font-size:42px;
    color:#138f46;
    margin-bottom:5px;
}

.info-box{
    margin-top:25px;
    padding:20px;
    border-left:4px solid #f58220;
    background:#fafafa;
    border-radius:10px;
}

.info-box h3{
    color:#005aa9;
    margin-bottom:10px;
}

.about-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin:35px 0;
}

.feature-item{
    background:#f8fafc;
    padding:15px;
    border-radius:10px;
    font-weight:500;
    border-left:4px solid #138f46;
}

.about-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.btn-primary{
    background:#138f46;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
}

.btn-primary:hover{
    background:#0d6e37;
}

.btn-outline{
    border:2px solid #005aa9;
    color:#005aa9;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
}

.btn-outline:hover{
    background:#005aa9;
    color:#fff;
}

@keyframes float{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

/* TABLET */

@media(max-width:991px){

    .about-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .about-image{
        order:1;
    }

    .about-content{
        order:2;
    }

    .about-content h2{
        font-size:34px;
    }

    .floating-card{
        position:relative;
        left:auto;
        bottom:auto;
        margin-top:20px;
        display:inline-block;
    }

}

/* MOBILE */

@media(max-width:768px){

    .about-section{
        padding:60px 0;
    }

    .about-content h2{
        font-size:28px;
    }

    .about-content p{
        font-size:15px;
    }

    .about-features{
        grid-template-columns:1fr;
    }

    .about-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-outline{
        width:100%;
        text-align:center;
    }

    .floating-card{
        width:100%;
        max-width:250px;
        margin:auto;
        margin-top:20px;
    }

}

.contact-section{
padding:100px 6%;
background:#f7f9fc;
}

.contact-container{
display:grid;
grid-template-columns:1fr 1.1fr;
gap:60px;
align-items:center;
}

.section-tag{
color:#00A651;
font-weight:700;
letter-spacing:2px;
}

.contact-info h2{
font-size:48px;
color:#082B4F;
margin:15px 0;
}

.contact-info p{
color:#666;
line-height:1.8;
}

.info-card{
display:flex;
gap:20px;
margin-top:30px;
padding:20px;
background:#fff;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.icon{
width:60px;
height:60px;
background:#00A651;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
}

.contact-form-box{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.contact-form-box h3{
color:#082B4F;
margin-bottom:25px;
}

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.input-group{
margin-bottom:20px;
}

.input-group input,
.input-group textarea{
width:100%;
padding:16px;
border:1px solid #ddd;
border-radius:10px;
font-size:15px;
outline:none;
transition:.3s;
}

.input-group input:focus,
.input-group textarea:focus

.contact-btn{
background:#00A651;
color:#fff;
border:none;
padding:16px 35px;
border-radius:50px;
cursor:pointer;
font-weight:600;
transition:.3s;
}

.contact-btn:hover

@media(max-width:991px){

.contact-container{
grid-template-columns:1fr;
}

.contact-info h2{
font-size:38px;
}

.form-grid{
grid-template-columns:1fr;
}

}




/* ===========================
   BVR ENERGY FOOTER
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
    margin:0;
    padding:0;
}

/* Footer Section */
.bvr-main-footer{
    width:100vw;
    background:#062d5b;
    color:#ffffff;

    /* Removes side gaps */
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

/* Footer Content */
.bvr-footer-inner{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:70px 50px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;
}

/* Footer Columns */
.bvr-footer-item{
    flex:1;
    min-width:220px;
}

/* Company Area */
.bvr-company-area{
    flex:1.5;
}

.bvr-footer-logo{
    width:250px;
    max-width:100%;
    margin-bottom:25px;
}

.bvr-company-area h2{
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
}

.bvr-company-area p{
    font-size:17px;
    line-height:1.9;
}

/* Footer Headings */
.bvr-footer-item h3{
    font-size:24px;
    margin-bottom:30px;
    position:relative;
}

.bvr-footer-item h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:42px;
    height:3px;
    background:#00d26a;
}

/* Links */
.bvr-footer-item ul{
    list-style:none;
}

.bvr-footer-item ul li{
    margin-bottom:16px;
}

.bvr-footer-item ul li a{
    color:#ffffff;
    text-decoration:none;
    font-size:17px;
    transition:0.3s;
}

.bvr-footer-item ul li a:hover{
    color:#00d26a;
}

/* Contact Text */
.bvr-footer-item p{
    font-size:17px;
    line-height:2;
}

/* Bottom Bar */
.bvr-copyright{
    width:100%;
    text-align:center;
    background:#001f42;
    padding:20px;
    font-size:16px;
}

/* Mobile */
@media(max-width:768px){

    .bvr-footer-inner{
        flex-direction:column;
        padding:40px 25px;
    }

    .bvr-footer-item{
        width:100%;
    }

    .bvr-company-area h2{
        font-size:24px;
    }
}
