
:root{
    --primary-green:#1f6b0a;
    --dark-blue:#0d1b3e;
    --light-gray:#f8f9fa;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
} 
/* =====================
   TOP HEADER
===================== */

.top-header{
    background:var(--primary-green);
    color:#fff;
    font-size:14px;
}

.top-header a{
    color:#fff;
    text-decoration:none;
}

.top-header i{
    margin-right:6px;
}

.social-icons a{
    margin-left:15px;
    transition:.3s;
}

.social-icons a:hover{
    opacity:.8;
}

/* =====================
   MAIN HEADER
===================== */
/* Ensure the dropdown menu doesn't show by default until 'show' class is added */
@media (max-width: 1199px) {
    .dropdown-menu.show {
        display: block !important;
        position: static !important;
        float: none;
        background: #f9f9f9; /* Subtle background to differentiate from parent */
    }
}

/* Fix for desktop hover */
@media (min-width: 1200px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.custom-navbar{
    background:#fff;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.logo{
    max-height:95px!important;
}

.navbar-nav .nav-link{
    color:#222;
    font-size:15px;
    font-weight:500;
    margin:0 10px;
    position:relative;
}

.navbar-nav .nav-link:hover{
    color:var(--primary-green);
}

.navbar-nav .nav-link.active{
    color:var(--primary-green);
}

.navbar-nav .nav-link.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:3px;
    background:var(--primary-green);
}

/* Dropdown */
.dropdown-menu{
    border:none;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    min-width:250px;
}

.dropdown-item{
    padding:12px 20px;
    font-size:14px;
    transition:.3s;
}

.dropdown-item:hover{
    background:#f5f5f5;
    color:#1f6b0a;
    padding-left:25px;
}


/* Button */

.quote-btn{
    background:var(--primary-green);
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.quote-btn:hover{
    background:#155406;
    color:#fff;
}

/* Mobile Menu Icon */

.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

.navbar-toggler i{
    color:var(--primary-green);
    font-size:28px;
}

/* Responsive */

@media(max-width:1199px){

    .navbar-nav{
        margin-top:15px;
    }

    .navbar-nav .nav-link{
        padding:12px 0;
        margin:0;
    }

    .navbar-nav .nav-link.active::after{
        display:none;
    }

    .quote-btn{
        margin-top:15px;
        display:inline-block;
    }

    .navbar-collapse{
        background:#fff;
        padding:15px;
        border-radius:10px;
        margin-top:15px;
    }
}

@media(max-width:991px){

    .top-header{
        display:none;
    }

    .logo{
        max-height:60px;
    }
}

@media(max-width:576px){

    .logo{
        max-height:50px;
    }
}
@media (min-width: 992px) {

    .navbar .dropdown-menu{
        display:block;
        opacity:0;
        visibility:hidden;
        transform:translateY(10px);
        transition:all .3s ease;
        margin-top:0;
        border:none;
        box-shadow:0 10px 30px rgba(0,0,0,.08);
    }

    .navbar .dropdown:hover .dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }
}
.dropdown-menu{
    border:none;
    border-radius:10px;
    overflow:hidden;
    padding:0;
    min-width:250px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dropdown-menu li{
    border-bottom:1px solid #e5e5e5;
}

.dropdown-menu li:last-child{
    border-bottom:none;
}

.dropdown-item{
    padding:12px 20px;
    font-size:14px;
    transition:all .3s ease;
}

.dropdown-item:hover{
    background:#f8f8f8;
    color:#1f6b0a;
    padding-left:25px;
}




/* Click Dropdown */

.dropdown-menu{
    border:none;
    border-radius:10px;
    overflow:hidden;
    padding:0;
    min-width:250px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dropdown-menu li{
    border-bottom:1px solid #e5e5e5;
}

.dropdown-menu li:last-child{
    border-bottom:none;
}

.dropdown-item{
    padding:12px 20px;
    font-size:14px;
    transition:.3s;
}

.dropdown-item:hover{
    background:#f8f8f8;
    color:#1f6b0a;
    padding-left:25px;
}



@media(max-width:991px){

    .dropdown-menu{
        display:none;
        position:static !important;
        transform:none !important;
        box-shadow:none;
        border:none;
        width:100%;
        padding-left:15px;
        margin-top:0;
    }

    .dropdown.active .dropdown-menu{
        display:block;
    }

    .dropdown-toggle::after{
        float:right;
        margin-top:10px;
    }
}


/*heresection*/
  .heroSwiper{
    width:100%;
    overflow:hidden;
}

.heroSwiper .swiper-slide{
    height:auto;
}

.swiper-button-next,
.swiper-button-prev{
    color:#257b09;
    width:50px;
    height:50px;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:24px;
    font-weight:bold;
}

    *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


.curve-wrap{
    position:relative;
}
    body{
    margin:0;
    padding:0;
}

.hero-banner{
    display:flex;
    align-items:flex-start;
    width:100%;
    overflow:hidden;
    margin:0;
    padding:0;
}
.hero-content-area{
    width:50%;
    padding-left:40px;
}

.hero-container{
    width:100%;
    max-width:100%;
    padding-left:40px;
    margin:0;
}

.hero-wrap{
    display:flex;
    align-items:center;
    min-height:650px;
}

/* LEFT */

.hero-content h1{
    font-size:78px;
    line-height:0.95;
    font-weight:800;
    color:#03154c;
    margin-bottom:25px;
}

.hero-content h1 span{
    color:#257b09;
}

.hero-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:30px;
    max-width:550px;
}

/* FEATURES */

.hero-features{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
}

.feature-item img{
    width:50px;
    height:50px;
}

.feature-item h6{
    font-size:11px;
    color:#03154c;
    margin:0;
    font-weight:700;
}

.feature-item span{
    font-size:10px;
    color:#666;
}

/* BUTTONS */

.hero-btns{
    display:flex;
    gap:15px;
}

.btn-green{
    background:#257b09;
    color:#fff;
    padding:14px 35px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
}

.btn-white{
    border:1px solid #dcdcdc;
    color:#03154c;
    padding:14px 35px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
}

/* RIGHT IMAGE */
.hero-image-area{
    width:50%;
    height:550px;
    position:relative;
     overflow:visible;
}

.hero-image{
    width:58%;
    height:650px;
    position:relative;
    margin-right:-50px; /* attach to right edge */
}
.hero-image-area img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-top-left-radius:320px;
    border-bottom-left-radius:320px;
}

/* IMAGE ATTACHED TO RIGHT */

/* Main Image */

.curve-wrap{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    border-top-left-radius:320px;
    border-bottom-left-radius:320px;
    z-index:2;
}

.curve-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* GREEN CURVE */

.curve-wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -14px;
    width: 100%;
    height: 104%;
    border-left: 18px solid #2b7a0b;
    border-top-left-radius: 520px;
    border-bottom-left-radius: 520px;
    z-index: 3;
}

/* ORANGE CURVE */

.curve-wrap::after{
    content:"";
    position:absolute;

    top:-15px;
    left:-5px;

    width:100%;
    height:104%;

    border-left:18px solid #f39c12;

    border-top-left-radius:560px;
    border-bottom-left-radius:560px;

    z-index:1;
}
/* FLOATING BOX */

.floating-box{
    position:absolute;
    bottom:150px;
    left:50%;
    transform:translateX(-50%);
    width:88%;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    display:flex;
    padding:20px;
    z-index:5;
}

.floating-item{
    display:flex;
    align-items:center;
    gap:12px;
    flex:1;
}

.floating-item img{
    width:50px !important;
    height:50px !important;
    object-fit:contain;
    display:block;
}

.floating-item h5{
    font-size:15px;
    color:#03154c;
    margin-bottom:4px;
}

.floating-item p{
    font-size:12px;
    color:#666;
    margin:0;
}

/* RESPONSIVE */
/* ==========================
TABLET
========================== */
@media (max-width: 767px){

    .hero-image-area{
        display:none;
    }

    .hero-content-area{
        width:100%;
        padding:20px 15px;
    }
    .curve-wrap{
        display:none;
    }
     .floating-box{
        display:none;
    }

}


@media (max-width:991px){

    .hero-banner{
        flex-direction:column;
    }

    .hero-content-area,
    .hero-image-area{
        width:100%;
    }

    .hero-content-area{
        padding:40px 20px;
    }

    .hero-content h1{
        font-size:55px;
        line-height:1;
    }

    .hero-content p{
        max-width:100%;
    }

    .hero-features{
        flex-wrap:wrap;
        gap:20px;
    }

    .feature-item{
        width:48%;
    }

    .hero-image-area{
        height:500px;
        margin-top:30px;
    }

    .curve-wrap{
        border-top-left-radius:180px;
        border-bottom-left-radius:180px;
    }

    .curve-wrap::before{
        border-top-left-radius:250px;
        border-bottom-left-radius:250px;
    }

    .curve-wrap::after{
        border-top-left-radius:280px;
        border-bottom-left-radius:280px;
    }

    .floating-box{
        width:90%;
        bottom:30px;
        padding:15px;
    }
}

/* ==========================
MOBILE
========================== */

@media (max-width:767px){

    .hero-content-area{
        padding:0px 15px;
    }

    .hero-content h1{
        font-size:38px;
    }

    .hero-content p{
        font-size:14px;
        line-height:1.8;
    }

    .hero-features{
        display:block;
    }

    .feature-item{
        width:100%;
        margin-bottom:15px;
    }

    .hero-btns{
        flex-direction:column;
    }

    .btn-green,
    .btn-white{
        width:100%;
        text-align:center;
    }

    .hero-image-area{
        height:350px;
    }

    /* Hide curves */

    .curve-wrap::before,
    .curve-wrap::after{
        display:none;
    }

    /* Simple rounded image */

    .curve-wrap{
        border-radius:20px;
    }

    .curve-wrap img{
        border-radius:20px;
    }

  

    .floating-box{
        position:relative;
        left:auto;
        bottom:auto;
        transform:none;
        width:95%;
        margin:15px auto 0;
        flex-direction:column;
        gap:15px;
    }

    .floating-item{
        width:100%;
    }
}

@media(max-width:991px){

    .hero-wrap{
        flex-direction:column;
    }

    .hero-content,
    .hero-image{
        width:100%;
    }

    .hero-content h1{
        font-size:52px;
    }

    .hero-features{
        flex-wrap:wrap;
    }

    .curve-wrap{
        border-radius:30px;
    }

    .curve-wrap img{
        height:420px;
    }

    .floating-box{
        position:relative;
        width:100%;
        margin-top:15px;
        left:auto;
        bottom:auto;
        transform:none;
        flex-wrap:wrap;
    }
}

@media(max-width:576px){

    .hero-content h1{
        font-size:38px;
    }

    .hero-features{
        display:block;
    }

    .feature-item{
        margin-bottom:15px;
    }

    .hero-btns{
        flex-direction:column;
    }

    .curve-wrap img{
        height:300px;
    }
}

/*servicesectonhome*/
.services-section{
    padding:80px 0;
    background:#f8fafc;
}

.container{
    max-width:1400px;
    width:95%;
    margin:auto;
}

/* Heading */

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title span{
    display:block;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    color:#2d6b31;
    text-transform:uppercase;
    margin-bottom:8px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#09153d;
    margin:0;
}

.title-border{
    width:70px;
    height:3px;
    background:#f4a024;
    margin:15px auto 0;
}

/* Service Row */

.services-row{
    display:flex;
    gap:15px;
    justify-content:space-between;
}

.service-box{
    flex:1;
    border:1px solid #e5e5e5;
    border-radius:8px;
    background:#fff;
    padding:22px 18px;
    transition:.3s;
}

.service-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.service-inner{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:15px;
}

.service-icon{
    min-width:55px;
}

.service-icon img{
    width:50px;
    height:50px;
    object-fit:contain;
}

.service-content h4{
    font-size:17px;
    color:#09153d;
    font-weight:700;
    line-height:1.4;
    margin-bottom:8px;
}

.service-content p{
    font-size:13px;
    color:#666;
    line-height:1.8;
    margin:0;
}

.service-box a{
    color:#2d6b31;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.service-box a:hover{
    color:#f4a024;
}

/* Large Tablet */

@media(max-width:1200px){

    .services-row{
        flex-wrap:wrap;
    }

    .service-box{
        width:calc(33.33% - 10px);
        flex:none;
    }
}

/* Tablet */

@media(max-width:768px){

    .section-title h2{
        font-size:32px;
    }

    .service-box{
        width:calc(50% - 8px);
    }
}

/* Mobile */

@media(max-width:576px){

    .services-section{
        padding:60px 0;
    }

    .section-title h2{
        font-size:26px;
    }

    .services-row{
        display:block;
    }

    .service-box{
        width:100%;
        margin-bottom:15px;
    }

    .service-inner{
        gap:12px;
    }

    .service-icon img{
        width:45px;
        height:45px;
    }

    .service-content h4{
        font-size:16px;
    }

    .service-content p{
        font-size:13px;
    }
}
/*offering section*/
.offerings-section{
    padding:90px 0;
    background:#fff;
}

.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

/* Heading */

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading span{
    color:#2b7a0b;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-heading h2{
    color:#05164d;
    font-size:42px;
    font-weight:700;
    margin:10px 0 15px;
}

.heading-line{
    width:70px;
    height:3px;
    background:#f59f0a;
    margin:auto;
}

/* Cards */

.offerings-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.offering-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    border:1px solid #e8e8e8;
    transition:.4s;
}

.offering-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.offering-image{
    height:280px;
    overflow:hidden;
}

.offering-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.offering-card:hover img{
    transform:scale(1.05);
}

.offering-content{
    padding:30px;
}

.offering-content h3{
    font-size:20px;
    color:#05164d;
    margin-bottom:15px;
}

.offering-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.offering-content ul{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.offering-content ul li{
    position:relative;
    padding-left:25px;
    margin-bottom:10px;
    color:#333;
}

.offering-content ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#2b7a0b;
    font-weight:bold;
}

.offering-btn{
    display:inline-block;
    padding:12px 28px;
    background:#2b7a0b;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.offering-btn:hover{
    background:#f59f0a;
}

/* Tablet */

@media(max-width:991px){

    .offerings-grid{
        grid-template-columns:1fr;
    }

    .section-heading h2{
        font-size:34px;
    }
}

/* Mobile */

@media(max-width:576px){

    .offerings-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .offering-image{
        height:220px;
    }

    .offering-content{
        padding:20px;
    }

    .offering-content h3{
        font-size:19px;
    }
}

/*abouthome*/
.about-sec{
    padding:100px 0;
    background:#fff;
}

.about-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-img{
    position:relative;
}

.about-img img{
    width:100%;
    border-radius:20px;
    display:block;
}

.experience-box{
    position:absolute;
    bottom:30px;
    right:-20px;

    background:#2B7A0B;
    color:#fff;

    padding:25px 35px;
    border-radius:15px;

    text-align:center;
}

.experience-box h3{
    font-size:40px;
    margin-bottom:5px;
}

.sub-title{
    color:#2B7A0B;
    font-weight:700;
    letter-spacing:1px;
}

.about-content h2{
    font-size:42px;
    color:#03154C;
    margin:15px 0 20px;
    line-height:1.3;
}

.about-content h2 span{
    color:#2B7A0B;
}

.about-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.feature-item{
    color:#03154C;
    font-weight:600;
}

.about-btn{
    display:inline-block;
    background:#F39C12;
    color:#fff;
    text-decoration:none;

    padding:15px 35px;
    border-radius:8px;

    transition:.3s;
}

.about-btn:hover{
    background:#03154C;
}
.testimonial-sec{
    padding:100px 0;
    background:#f8f9fb;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.quote-icon{
    font-size:50px;
    color:#F39C12;
    line-height:1;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #2B7A0B;
}

.client-info h4{
    color:#03154C;
    margin-bottom:5px;
}

.client-info span{
    color:#2B7A0B;
    font-size:14px;
    font-weight:500;
}
/* Tablet */

@media(max-width:991px){

    .testimonial-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

}

/* Mobile */

@media(max-width:767px){

    .testimonial-sec{
        padding:60px 0;
    }

    .testimonial-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .testimonial-card{
        padding:25px;
    }

    .quote-icon{
        font-size:40px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .client-info{
        flex-direction:column;
        text-align:center;
    }

}


/*footer*/
    /* ==========================
   FOOTER
========================== */

.gv-footer{
    background:linear-gradient(
        135deg,
        #0d3f07 0%,
        #145c09 50%,
        #1b6f0a 100%
    );
    color:#fff;
    padding:70px 0 0;
    position:relative;
}

.gv-footer-logo{
    max-width:120px;
    background:#fff;
    padding:8px;
    border-radius:8px;
    margin-bottom:20px;
}

.gv-footer-box h4{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
    position:relative;
}

.gv-footer-box h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:55px;
    height:3px;
    background:#f9a826;
}

.gv-footer-box p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin-bottom:12px;
}

.gv-footer-box ul{
    padding:0;
    margin:0;
    list-style:none;
}

.gv-footer-box ul li{
    margin-bottom:12px;
}

.gv-footer-box ul li a{
    color:rgba(255,255,255,.85);
    text-decoration:none;
    transition:.3s;
}

.gv-footer-box ul li a:hover{
    color:#f9a826;
    padding-left:6px;
}

.gv-footer-box i{
    color:#f9a826;
   
}

/* Social */

.gv-social{
    display:flex;
    gap:12px;
    margin-top:20px;
}
/* Social Icons */



.gv-social a{
    width:45px;
    height:45px;
    background:#fff;
    color:#05164d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.3s ease;
}

.gv-social a:hover{
    background:#f9a826;
    color:#05164d;
    transform:translateY(-4px);
}
.gv-social a{
    width:42px;
    height:42px;
    background:#fff;
    color:#1b6f0a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.gv-social a:hover{
    background:#f9a826;
    color:#fff;
    transform:translateY(-4px);
}

/* Bottom */

.gv-footer-bottom{
    margin-top:50px;
    background:rgba(0,0,0,.15);
    border-top:1px solid rgba(255,255,255,.1);
    padding:18px 0;
    text-align:center;
}
.footer-bottom-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}
.footer-links{
    display:flex;
    align-items:center;
    gap:12px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#28a745;
}

.footer-links span{
    color:#999;
}

/* Responsive */

@media(max-width:768px){

    .footer-bottom-wrap{
        flex-direction:column;
        text-align:center;
    }

    .footer-links{
        justify-content:center;
        flex-wrap:wrap;
    }
}
Create These Pages
privacy-policy.php
terms-conditions.php

This will display:

© 2026 Your Website Name. All Rights Reserved.

Privacy Policy | Terms & Conditions

with a clean responsive layout on desktop and mobile.
.gv-footer-bottom p{
    margin:0;
    color:#fff;
    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

    .gv-footer{
        padding-top:50px;
    }

    .gv-footer-box{
        text-align:center;
    }

    .gv-footer-box h4::after{
        left:50%;
        transform:translateX(-50%);
    }

    .gv-social{
        justify-content:center;
    }

    .gv-footer-logo{
        margin:0 auto 20px;
        display:block;
    }
}

@media(max-width:767px){

    .gv-footer{
        padding-top:40px;
    }

    .gv-footer-logo{
        max-width:180px;
    }

    .gv-footer-box h4{
        font-size:20px;
    }

    .gv-footer-bottom{
        margin-top:30px;
    }
}


/*innerbanner*/
/* Common Inner Banner */

.inner-banner{
    position:relative;
    padding:120px 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
}

.inner-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.inner-banner-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

.inner-banner-content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.inner-banner-content p{
    font-size:18px;
    margin:0;
}

/* Individual Page Backgrounds */

.commercial-banner{
    background-image:url('../images/commercial1.jpg');
}

.housing-banner{
    background-image:url('../images/housingbnr.png');
}

.contact-banner{
    background-image:url('../images/contactusbnr.png');
}

.privacy-banner{
    background-image:url('../images/privacybnr.png');
}
.termcondition-banner{
    background-image:url('../images/termc.png');
}

.off-banner{
    background-image:url('../images/offsitnewbr.png');
}

.ongrid-banner{
    background-image:url('../images/ongridbnr.png');
}

.blog-banner{
    background-image:url('../images/blogbnr.png');
}

.blogdetail-banner{
    background-image:url('../img/blogdetail-banner.jpg');
}

.solarcal-banner{
    background-image:url('../images/solaccalbnr.png');
}

.solarproject-banner{
    background-image:url('../images/solarprbn.png');
}

.solarproject-details-banner{
    background-image:url('../images/detanlbn.png');
}

.city-banner{
    background-image:url('../images/citibnrn.png');
}

.about-banner{
    background-image:url('../images/aboutbnr.jpg');
}

/* Responsive */

@media(max-width:991px){

    .inner-banner{
        padding:90px 0;
    }

    .inner-banner-content h1{
        font-size:38px;
    }
}

@media(max-width:767px){

    .inner-banner{
        padding:70px 0;
    }

    .inner-banner-content h1{
        font-size:30px;
    }

    .inner-banner-content p{
        font-size:15px;
    }
}


/*----countersection*/
.impact-section{
    padding:90px 0;
    background:#f8f9fb;
}

.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#2b7a0b;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.section-title h2{
    font-size:52px;
    color:#03154c;
    font-weight:800;
    margin:15px 0;
}

.section-title h2 span{
    color:#2b7a0b;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.impact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.impact-card{
    background:#fff;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.impact-card:hover{
    transform:translateY(-10px);
}

.counter-icon{
    width:90px;
    height:90px;
    margin:auto auto 25px;

    background:#03154c;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:35px;
}

.counter-icon.green{
    background:#2b7a0b;
}

.counter-icon.orange{
    background:#f39c12;
}

.impact-card h3{
    font-size:45px;
    color:#03154c;
    font-weight:800;
    margin-bottom:10px;
}

.green-text{
    color:#2b7a0b !important;
}

.orange-text{
    color:#f39c12 !important;
}

.impact-card h3 small{
    font-size:26px;
}

.impact-card p{
    font-size:20px;
    color:#444;
}

/* Tablet */

@media(max-width:991px){

    .impact-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:40px;
    }
}

/* Mobile */

@media(max-width:767px){

    .impact-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:30px;
    }

    .impact-card h3{
        font-size:42px;
    }

    .counter-icon{
        width:75px;
        height:75px;
        font-size:28px;
    }
}


/*-----nextsection*/
.quality-section{
    padding:90px 0;
    background:#fff;
}

.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

.quality-row{
    display:flex;
    align-items:center;
    gap:60px;
}

/* IMAGE */

.quality-image{
    width:45%;
    position:relative;
}

.quality-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;

    background:#2b7a0b;
    color:#fff;

    padding:20px 30px;
    border-radius:15px;
}

.experience-box h3{
    font-size:42px;
    margin:0;
    font-weight:800;
}

.experience-box span{
    font-size:15px;
}

/* CONTENT */

.quality-content{
    width:55%;
}

.sub-title{
    color:#2b7a0b;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
}

.quality-content h2{
    font-size:52px;
    line-height:1.2;
    color:#03154c;
    margin:15px 0 20px;
    font-weight:800;
}

.quality-content h2 span{
    color:#2b7a0b;
}

.quality-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

/* CARDS */

.quality-grid{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:30px;
}

.quality-card{
    display:flex;
    gap:20px;
    padding:20px;
    background:#f8f9fb;
    border-radius:15px;
    transition:.3s;
}

.quality-card:hover{
    transform:translateX(8px);
}

.icon-box{
    width:70px;
    height:70px;
    min-width:70px;

    background:#03154c;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;
}

.icon-box.green{
    background:#2b7a0b;
}

.icon-box.orange{
    background:#f39c12;
}

.quality-card h4{
    color:#03154c;
    margin-bottom:8px;
    font-size:22px;
}

.quality-card p{
    margin:0;
    line-height:1.7;
}

.quality-btn{
    display:inline-block;
    padding:15px 35px;
    background:#2b7a0b;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.quality-btn:hover{
    background:#05164d;
    color:#fff;
}

/* TABLET */

@media(max-width:991px){

    .quality-row{
        flex-direction:column;
    }

    .quality-image,
    .quality-content{
        width:100%;
    }

    .quality-content h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .quality-section{
        padding:60px 0;
    }

    .quality-content h2{
        font-size:30px;
    }

    .quality-card{
        flex-direction:column;
        text-align:center;
    }

    .icon-box{
        margin:auto;
    }

    .experience-box{
        left:15px;
        bottom:15px;
        padding:15px 20px;
    }

    .experience-box h3{
        font-size:28px;
    }

}
/*blog*/
.blog-section { padding: 40px 0; }
  .card { margin-bottom: 20px; transition: 0.3s; border: none; box-shadow: 0 4px 8px rgba(0,0,0,0.1); height:100%; }
  .card:hover { transform: translateY(-10px); }
  .card-img-top { height: 200px; object-fit: cover; }

/*  housingpage*/
.projects-section{
    padding:100px 0;
    background:#fff;
}


/* TITLE */




/* GRID */

.projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* CARD */

.project-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.project-card:hover{
    transform:translateY(-10px);
}

.project-image{
    height:280px;
    overflow:hidden;
}

.project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.project-card:hover img{
    transform:scale(1.08);
}

.project-content{
    padding:30px;
}

.project-content span{
    color:#f39c12;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}

.project-content h3{
    color:#03154c;
    font-size:28px;
    margin:10px 0 20px;
}

.project-content ul{
    list-style:none;
    padding:0;
}

.project-content ul li{
    margin-bottom:12px;
    color:#555;
    position:relative;
    padding-left:20px;
}

.project-content ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#2b7a0b;
    font-weight:bold;
}

/* ==========================
TABLET
========================== */

@media (max-width:991px){

    .projects-section{
        padding:80px 0;
    }

    .projects-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .project-image{
        height:240px;
    }

    .project-content{
        padding:25px;
    }

    .project-content h3{
        font-size:24px;
        margin:10px 0 15px;
    }

}

/* ==========================
MOBILE
========================== */

@media (max-width:767px){

    .projects-section{
        padding:60px 0;
    }

    .projects-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .project-card{
        border-radius:15px;
    }

    .project-image{
        height:220px;
    }

    .project-content{
        padding:20px;
    }

    .project-content span{
        font-size:12px;
    }

    .project-content h3{
        font-size:22px;
        margin:8px 0 15px;
        line-height:1.3;
    }

    .project-content ul li{
        font-size:14px;
        margin-bottom:10px;
    }

}

/* ==========================
SMALL MOBILE
========================== */

@media (max-width:480px){

    .project-image{
        height:200px;
    }

    .project-content{
        padding:18px;
    }

    .project-content h3{
        font-size:20px;
    }

    .project-content ul li{
        font-size:13px;
        padding-left:18px;
    }

}

/* ===========================
   GUARANTEED SAVINGS SECTION
=========================== */

.guarantee-section {
    padding: 100px 0;
    background: #f8fbf7;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.guarantee-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.guarantee-content {
    flex: 1;
}

.section-tag {
    display: inline-block;
    color: #2e7d32;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 14px;
}

.guarantee-content h2 {
   color: #05164d;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.guarantee-content h2 span {
    color: #2e7d32;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.guarantee-content p {
    color: #666;
   
    line-height: 1.8;
    margin-bottom: 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 35px 0;
}

.benefit-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.benefit-item i {
    color: #2e7d32;
    margin-right: 8px;
}

.btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #2e7d32;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #05164d;
}

.btn-outline {
    border: 2px solid #2e7d32;
    color: #2e7d32;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #05164d;
    color: #fff;
}

/* Stats Card */

.stats-card {
    flex: 0.9;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-box {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box h3 {
    font-size: 38px;
    color: #2e7d32;
    margin-bottom: 10px;
}

.stat-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 991px) {

    .guarantee-wrapper {
        flex-direction: column;
    }

    .guarantee-content h2 {
        font-size: 34px;
    }

    .stats-card {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .guarantee-section {
        padding: 70px 0;
    }

    .guarantee-content h2 {
        font-size: 30px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .stats-card {
        grid-template-columns: 1fr;
    }

    .btn-group {
        flex-direction: column;
    }

    .btn-primary,
    .btn-outline {
        text-align: center;
        width: 100%;
    }
}
/*faq*/
/* ==========================
   FAQ SECTION
========================== */

.faq-section {
    padding: 100px 0;
    background: #f8fbf7;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header span {
    color: #2e7d32;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}

.section-header h2 {
    font-size: 42px;
    margin: 15px 0;
    color: #0f172a;
}

.section-header p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-left: 4px solid #2e7d32;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 22px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    font-size: 24px;
    color: #2e7d32;
    transition: 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer p {
    padding: 0 25px 25px;
    color: #666;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

/* Responsive */

@media(max-width:768px){

    .faq-section {
        padding: 70px 0;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
    }
}

/*contactpage*/
/* ====================
   CONTACT SECTION
==================== */

.contact-section{
    padding:100px 0;
    background:#f8fbf7;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.contact-header{
    text-align:center;
    margin-bottom:60px;
}

.contact-header span{
    color:#2e7d32;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}

.contact-header h2{
    font-size:42px;
    color:#0f172a;
    margin:15px 0;
}

.contact-header p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1.3fr;
    gap:40px;
}

/* Contact Info */

.contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.info-card{
    background:#fff;
    padding:10px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-5px);
}

.icon{
    width:60px;
    height:60px;
    background:#1f6b0a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.info-card h4{
    margin-bottom:5px;
    color:#0f172a;
}

.info-card p{
    color:#666;
    line-height:1.6;
}

/* Contact Form */

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#2e7d32;
}

.contact-form button{
    background:#2e7d32;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.contact-form button:hover{
    background:#1b5e20;
}

/* Responsive */

@media(max-width:991px){

    .contact-wrapper{
        grid-template-columns:1fr;
    }

    .contact-header h2{
        font-size:34px;
    }
}

@media(max-width:768px){

    .contact-section{
        padding:70px 0;
    }

    .contact-header h2{
        font-size:28px;
    }

    .form-row{
        grid-template-columns:1fr;
    }

    .contact-form{
        padding:25px;
    }

    .info-card{
        padding:20px;
    }
}


/* =========================
   RESPONSIVE CSS
========================= */

@media (max-width: 991px){

    .contact-wrapper{
        grid-template-columns:1fr;
        gap:30px;
    }

    .contact-info{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .contact-form{
        padding:30px;
    }
}

@media (max-width: 768px){

    .contact-section{
        padding:70px 0;
    }

    .contact-wrapper{
        gap:25px;
    }

    .contact-info{
        grid-template-columns:1fr;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:15px;
    }

    .contact-form{
        padding:25px 20px;
    }

    .contact-form input,
    .contact-form textarea{
        padding:14px;
        font-size:14px;
    }

    .info-card{
        padding:18px;
        gap:15px;
    }

    .icon{
        width:50px;
        height:50px;
        font-size:18px;
        flex-shrink:0;
    }

    .quality-btn{
        width:100%;
    }
}

@media (max-width: 576px){

    .container{
        width:95%;
    }

    .contact-section{
        padding:60px 0;
    }

    .contact-form{
        padding:20px 15px;
        border-radius:15px;
    }

    .info-card{
        padding:15px;
        align-items:flex-start;
    }

    .info-card h4{
        font-size:16px;
    }

    .info-card p{
        font-size:14px;
        word-break:break-word;
    }

    .contact-form textarea{
        min-height:120px;
    }
}

/*offgridpage*/
/* ==========================
   OFF GRID SOLAR SECTION
========================== */

.offgrid-section{
    padding:100px 0;
    background:#f8fbf7;
}

.offgrid-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.offgrid-image{
    position:relative;
}

.offgrid-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.section-tag{
    display:inline-block;
        color: #2b7a0b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.offgrid-content h2{
        color: #05164d;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.offgrid-content h2 span{
    color:#1f6b0a;
}

.offgrid-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.feature-box{
    background:#fff;
    padding:18px;
    border-radius:12px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.feature-box i{
    color:#1f6b0a;
    font-size:20px;
}

.feature-box span{
    font-weight:600;
    color:#0f172a;
}

.quality-btn{
    display:inline-block;
    background:#1f6b0a;
    color:#fff;
    padding:14px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.quality-btn:hover{
    background:#05164d;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .offgrid-wrapper{
        grid-template-columns:1fr;
        gap:40px;
    }

    .offgrid-content h2{
        font-size:34px;
    }
}

@media(max-width:768px){

    .offgrid-section{
        padding:70px 0;
    }

    .offgrid-content h2{
        font-size:28px;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }

    .quality-btn{
        width:100%;
        text-align:center;
    }
}

@media(max-width:576px){

    .offgrid-content h2{
        font-size:24px;
    }

    .offgrid-image img{
        border-radius:15px;
    }
}


/*offgridabout*/
/* ==========================
   OFF GRID ABOUT SECTION
========================== */

.offgrid-about-section{
    padding:100px 0;
    background:#fff;
}

.offgrid-about-wrapper{
    display:grid;
    grid-template-columns:520px 1fr;
    gap:60px;
    align-items:center;
}

.offgrid-about-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.section-tag{
    display:inline-block;
    color:#1f6b0a;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.offgrid-about-content h2{
    font-size:42px;
     font-weight:700;
    line-height:1.2;
    color:#0f172a;
    margin-bottom:15px;
}

.offgrid-about-content h2 span{
     font-weight:700;
    color:#1f6b0a;
}

.offgrid-about-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.offgrid-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
    color:#222;
}

.feature-item i{
    color:#fff;
    font-size:18px;
}

.heading-line{
    width:80px;
    height:4px;
    background:#1f6b0a;
    margin-bottom:25px;
    border-radius:20px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1200px){

    .offgrid-about-wrapper{
        grid-template-columns:450px 1fr;
        gap:40px;
    }
}

@media(max-width:991px){

    .offgrid-about-wrapper{
        grid-template-columns:1fr;
    }

    .offgrid-about-image{
        max-width:600px;
        margin:auto;
    }

    .offgrid-about-content{
        text-align:center;
    }

    .heading-line{
        margin:0 auto 25px;
    }

    .offgrid-about-content h2{
        font-size:36px;
    }
}

@media(max-width:768px){

    .offgrid-about-section{
        padding:70px 0;
    }

    .offgrid-about-content h2{
        font-size:30px;
    }

    .offgrid-features{
        grid-template-columns:1fr;
    }

    .feature-item{
        justify-content:center;
    }

    .quality-btn{
        width:100%;
        text-align:center;
    }
}

@media(max-width:576px){

    .offgrid-about-content h2{
        font-size:26px;
    }

    .offgrid-about-content p{
        font-size:15px;
    }

    .offgrid-about-image img{
        border-radius:15px;
    }
}

/* ==========================
   OFF GRID COMPONENTS
========================== */

.offgrid-components{
    padding:100px 0;
    background:#f8fbf7;
}

.components-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:60px;
}

.component-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:20px;
    transition:.4s;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
    border:1px solid #eef2ee;
}

.component-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.component-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:#1f6b0a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.component-icon i{
    color:#fff;
    font-size:32px;
}

.component-card h3{
    font-size:22px;
    color:#03154C;
    margin-bottom:12px;
}

.component-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .components-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .offgrid-components{
        padding:70px 0;
    }

    .components-grid{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:40px;
    }

    .component-card{
        padding:30px 20px;
    }

    .component-icon{
        width:70px;
        height:70px;
    }

    .component-icon i{
        font-size:28px;
    }

    .component-card h3{
        font-size:20px;
    }
}

/*---ongrid*/
.ongrid-section{
    padding:100px 0;
    background:#fff;
}

.ongrid-row{
    display:flex;
    align-items:center;
    gap:60px;
}

.ongrid-image{
    width:50%;
    position:relative;
}

.ongrid-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.power-badge{
    position:absolute;
    bottom:25px;
    left:25px;

    background:#2b7a0b;
    color:#fff;

    padding:20px 30px;
    border-radius:15px;
}

.power-badge h3{
    font-size:40px;
    margin:0;
}

.power-badge span{
    font-size:14px;
}

.ongrid-content{
    width:50%;
}

.sub-title{
    color:#2b7a0b;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
}

.ongrid-content h2{
    font-size: 42px;
    line-height: 1.2;
    color: #03154c;
    margin: 15px 0 20px;
    font-weight: 700;
}

.ongrid-content h2 span{
    color:#2b7a0b;
}

.ongrid-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:30px;
}

.benefit-item{
    display:flex;
    gap:15px;
    padding:20px;
    background:#f8f9fb;
    border-radius:12px;
}

.icon-box{
    width:55px;
    height:55px;
    min-width:55px;

    background:#03154c;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    font-size:24px;
}

.icon-box.green{
    background:#2b7a0b;
}

.icon-box.orange{
    background:#f39c12;
}

.benefit-item h4{
    color:#03154c;
    margin-bottom:8px;
}

.benefit-item p{
    margin:0;
    font-size:14px;
    line-height:1.7;
}

.ongrid-btn{
    display:inline-block;
    background:#2b7a0b;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:6px;
    font-weight:600;
}
.solar-process-section{
    padding:100px 0;
    background:#f8f9fb;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:50px;
}

.process-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}

.process-card:hover{
    transform:translateY(-10px);
}

.process-number{
    width:70px;
    height:70px;
    background:#2b7a0b;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.process-card:nth-child(2) .process-number{
    background:#03154c;
}

.process-card:nth-child(3) .process-number{
    background:#f39c12;
}

.process-card:nth-child(4) .process-number{
    background:#2b7a0b;
}

.process-card h3{
    color:#03154c;
    font-size:22px;
    margin-bottom:15px;
}

.process-card p{
    color:#666;
    line-height:1.8;
}

.ongrid-advantages{
    padding:100px 0;
    background:#fff;
}

.advantage-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.advantage-box{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.14);
}

.advantage-box:hover{
    transform:translateY(-10px);
}

.advantage-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;

    background:#2b7a0b;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;
}

.advantage-box h3{
    font-size:22px;
    color:#03154c;
    margin-bottom:15px;
}

.advantage-box p{
    color:#666;
    line-height:1.8;
}

/* Tablet */

@media(max-width:991px){

    .advantage-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:767px){

    .ongrid-advantages{
        padding:60px 0;
    }

    .advantage-wrapper{
        grid-template-columns:1fr;
        gap:20px;
    }

    .advantage-box{
        padding:30px 20px;
    }

    .advantage-box h3{
        font-size:20px;
    }

}

/*solarcalculatorpage*/
/* Solar Calculator Section */
.gv-calculator{
    padding:100px 0;
    background:#f8f9fb;
}

.calculator-box{
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.building-type{
    display:flex;
    justify-content:center;
    gap:40px;
    margin-bottom:30px;
}

.building-type label{
    color:#03154C;
    font-weight:600;
}

.building-type input{
    accent-color:#2B7A0B;
}

.calc-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.input-group input{
    width:100%;
    height:60px;
    border:2px solid #e5e5e5;
    border-radius:8px;
    padding:0 20px;
    outline:none;
}

.input-group input:focus{
    border-color:#2B7A0B;
}

.consumer-title{
    text-align:center;
    margin:35px 0 25px;
    color:#03154C;
}

.consumer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.consumer-btn{
    height:60px;
    border:none;
    border-radius:8px;
    background:#f2f2f2;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    color:#03154C;
    transition:.3s;
}

.consumer-btn:hover,
.consumer-btn.active{
    background:#2B7A0B;
    color:#fff;
}

.calculate-btn-wrap{
    text-align:center;
    margin-top:40px;
}

.calculate-btn{
    min-width:300px;
    height:60px;
    border:none;
    border-radius:8px;
    background:#F39C12;
    color:#fff;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.calculate-btn:hover{
    background:#03154C;
}

.solar-result{
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.result-box{
    background:#03154C;
    color:#fff;
    text-align:center;
    padding:25px;
    border-radius:12px;
}

.result-box h4{
    margin-bottom:10px;
    font-size:15px;
}

.result-box span{
    color:#F39C12;
    font-size:28px;
    font-weight:700;
}

/* Responsive */

@media(max-width:991px){

    .calc-grid{
        grid-template-columns:1fr;
    }

    .solar-result{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .gv-calculator{
        padding:60px 0;
    }

    .calculator-box{
        padding:25px;
    }

    .building-type{
        flex-direction:column;
        align-items:center;
        gap:15px;
    }

    .consumer-grid{
        grid-template-columns:1fr;
    }

    .solar-result{
        grid-template-columns:1fr;
    }

    .calculate-btn{
        width:100%;
        min-width:100%;
    }

}
.location-wrap{
    position:relative;
    width:100%;
}

.location-wrap input{
    width:100%;
    height:60px;
    border:2px solid #e5e5e5;
    border-radius:8px;
    padding:0 140px 0 20px;
    font-size:15px;
    outline:none;
}

.location-wrap input:focus{
    border-color:#2B7A0B;
}

.detect-btn{
    position:absolute;
    right:6px;
    top:50%;
    transform:translateY(-50%);

    height:48px;
    padding:0 18px;

    border:none;
    border-radius:6px;

    background:#2B7A0B;
    color:#fff;

    font-size:14px;
    font-weight:600;
    cursor:pointer;

    transition:.3s;
}

.detect-btn:hover{
    background:#03154C;
}
@media(max-width:576px){

    .location-wrap input{
        padding-right:110px;
        font-size:14px;
    }

    .detect-btn{
        height:42px;
        padding:0 12px;
        font-size:12px;
    }

}

.solar-journey{
    padding:100px 0;
    background:#fff;
}

.journey-wrapper{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
    margin-top:60px;
}

.journey-wrapper::before{
    content:"";
    position:absolute;
    top:70px;
    left:10%;
    width:80%;
    border-top:3px dashed #d8d8d8;
    z-index:1;
}

.journey-step{
    text-align:center;
    position:relative;
    z-index:2;
}

.step-number{
    color:#03154C;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.step-icon{
    width:110px;
    height:110px;
    margin:auto;
    border-radius:50%;
    background:#2B7A0B;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:42px;

    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.journey-step:nth-child(2) .step-icon{
    background:#03154C;
}

.journey-step:nth-child(3) .step-icon{
    background:#F39C12;
}

.journey-step:nth-child(4) .step-icon{
    background:#2B7A0B;
}

.journey-step:nth-child(5) .step-icon{
    background:#03154C;
}

.journey-step h3{
    margin:25px 0 12px;
    color:#03154C;
    font-size:22px;
}

.journey-step p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/*solarproject*/
/* Solar Projects */

.solar-projects-sec{
    padding:90px 0;
    background:#f8faf8;
}

.solar-projects-head{
    text-align:center;
    max-width:700px;
    margin:auto;
    margin-bottom:50px;
}

.solar-projects-head span{
    color:#2d8c1f;
    font-weight:600;
    letter-spacing:2px;
    font-size:14px;
}

.solar-projects-head h2{
    font-size:42px;
    font-weight:700;
    color:#07245b;
    margin:15px 0;
}

.solar-projects-head p{
    color:#666;
    line-height:1.8;
}

.solar-projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.solar-project-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.solar-project-card:hover{
    transform:translateY(-10px);
}

.project-img{
    height:250px;
    overflow:hidden;
}

.project-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.solar-project-card:hover img{
    transform:scale(1.08);
}

.project-content{
    padding:25px;
}

.project-capacity{
    display:inline-block;
    background:#1f7d18;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.project-content h3{
    font-size:24px;
    color:#07245b;
    margin-bottom:10px;
}

.project-content p{
    color:#666;
    margin-bottom:15px;
}

.project-content ul{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.project-content ul li{
    margin-bottom:10px;
    color:#444;
}

.project-content a{
    color:#1f7d18;
    font-weight:600;
    text-decoration:none;
}

.project-content a:hover{
    color:#07245b;
}
/* ==========================
   RESPONSIVE - SOLAR PROJECTS
========================== */

@media (max-width: 1199px){

    .solar-projects-head h2{
        font-size:38px;
    }

    .solar-projects-grid{
        gap:25px;
    }

    .project-img{
        height:230px;
    }
}

@media (max-width: 991px){

    .solar-projects-sec{
        padding:70px 0;
    }

    .solar-projects-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .solar-projects-head{
        margin-bottom:40px;
    }

    .solar-projects-head h2{
        font-size:32px;
    }

    .project-content{
        padding:20px;
    }

    .project-content h3{
        font-size:22px;
    }

    .project-img{
        height:220px;
    }
}

@media (max-width: 767px){

    .solar-projects-sec{
        padding:60px 0;
    }

    .solar-projects-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .solar-projects-head h2{
        font-size:28px;
        line-height:1.3;
    }

    .solar-projects-head p{
        font-size:15px;
    }

    .project-img{
        height:250px;
    }

    .project-content{
        padding:20px;
    }

    .project-content h3{
        font-size:20px;
    }

    .project-content ul li{
        font-size:14px;
    }

    .project-capacity{
        font-size:13px;
        padding:7px 14px;
    }
}

@media (max-width: 575px){

    .solar-projects-sec{
        padding:50px 0;
    }

    .solar-projects-head h2{
        font-size:24px;
    }

    .solar-projects-head span{
        font-size:13px;
    }

    .project-img{
        height:220px;
    }

    .project-content{
        padding:18px;
    }

    .project-content h3{
        font-size:18px;
    }

    .project-content p{
        font-size:14px;
    }

    .project-content ul{
        margin-bottom:15px;
    }

    .project-content ul li{
        font-size:13px;
        margin-bottom:8px;
    }

    .project-content a{
        font-size:14px;
    }
}

/*projectdetail*/
.project-details-sec{
    padding:100px 0;
}

.project-details-wrap{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

.project-banner img{
    width:100%;
    border-radius:20px;
    display:block;
}

.project-content{
    margin-top:35px;
}

.project-tag{
    display:inline-block;
    background:#2B7A0B;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}

.project-content h2{
    font-size:42px;
    color:#03154C;
    margin-bottom:20px;
}

.project-content h3{
    margin:30px 0 15px;
    color:#03154C;
}

.project-content p{
    color:#666;
    line-height:1.9;
}

.project-list{
    padding-left:20px;
}

.project-list li{
    margin-bottom:12px;
    color:#555;
}

.project-sidebar{
    position:sticky;
    top:120px;
    height:fit-content;
}

.sidebar-card{
    background:#f8f9fb;
    padding:30px;
    border-radius:20px;
    margin-bottom:25px;
}

.sidebar-card h4{
    color:#03154C;
    margin-bottom:20px;
}

.sidebar-card ul{
    list-style:none;
    padding:0;
}

.sidebar-card ul li{
    padding:12px 0;
    border-bottom:1px solid #ddd;
    color:#555;
}

.contact-box{
    background:#03154C;
    color:#fff;
}

.contact-box h4,
.contact-box p{
    color:#fff;
}

.sidebar-btn{
    display:inline-block;
    margin-top:15px;
    background:#F39C12;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:6px;
}
.project-links{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.project-links a{
    display:flex;
    align-items:center;
    justify-content:space-between;

    text-decoration:none;
    color:#03154C;

    background:#fff;
    padding:15px 18px;

    border-radius:8px;

    transition:.3s;
    font-weight:500;
}

.project-links a::after{
    content:"➜";
    color:#2B7A0B;
}

.project-links a:hover{
    background:#2B7A0B;
    color:#fff;
    transform:translateX(5px);
}

.project-links a:hover::after{
    color:#fff;
}

/* ===================================
LARGE TABLET
=================================== */

@media (max-width:1199px){

    .project-content h2{
        font-size:36px;
    }

    .sidebar-card{
        padding:25px;
    }

}

/* ===================================
TABLET
=================================== */

@media (max-width:991px){

    .project-details-sec{
        padding:80px 0;
    }

    .project-details-wrap{
        grid-template-columns:1fr;
        gap:30px;
    }

    .project-sidebar{
        position:relative;
        top:auto;
    }

    .project-content h2{
        font-size:32px;
        line-height:1.3;
    }

    .project-banner img{
        border-radius:15px;
    }

}

/* ===================================
MOBILE
=================================== */

@media (max-width:767px){

    .project-details-sec{
        padding:60px 0;
    }

    .project-content{
        margin-top:25px;
    }

    .project-content h2{
        font-size:28px;
        margin-bottom:15px;
    }

    .project-content h3{
        font-size:22px;
        margin:25px 0 12px;
    }

    .project-content p{
        line-height:1.8;
        font-size:15px;
    }

    .project-list{
        padding-left:18px;
    }

    .project-list li{
        font-size:14px;
        margin-bottom:10px;
    }

    .sidebar-card{
        padding:20px;
        border-radius:15px;
        margin-bottom:20px;
    }

    .sidebar-btn{
        width:100%;
        text-align:center;
        padding:14px;
    }

    .project-links a{
        padding:14px;
        font-size:14px;
    }

}

/* ===================================
SMALL MOBILE
=================================== */

@media (max-width:480px){

    .project-content h2{
        font-size:24px;
    }

    .project-tag{
        font-size:12px;
        padding:6px 14px;
    }

    .sidebar-card{
        padding:18px;
    }

    .sidebar-card h4{
        font-size:18px;
        margin-bottom:15px;
    }

    .sidebar-card ul li{
        font-size:14px;
        padding:10px 0;
    }

    .project-links a{
        font-size:13px;
        padding:12px;
    }

}

/*city*/
.city-service-sec{
    padding:100px 0;
    background:#f8f9fb;
}

.city-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:50px;
}

.city-card{
    display:flex;
    align-items:center;
    justify-content:center;

    min-height:90px;

    background:#fff;
    border:2px solid #e9ecef;

    border-radius:12px;

    text-decoration:none;
    color:#03154C;

    font-size:18px;
    font-weight:600;

    transition:.3s;
}

.city-card:hover{
    background:#2B7A0B;
    border-color:#2B7A0B;
    color:#fff;
    transform:translateY(-5px);
}
/* Tablet */

@media(max-width:991px){

    .city-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

/* Mobile */

@media(max-width:767px){

    .city-service-sec{
        padding:60px 0;
    }

    .city-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .city-card{
        min-height:70px;
        font-size:16px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .city-grid{
        grid-template-columns:1fr;
    }

}
/* Modal */
.solar-modal{
    border:none;
    border-radius:20px;
    overflow:hidden;
    background:#f5f7fb;
}

.solar-close{
    position:absolute;
    top:20px;
    right:20px;
    z-index:2;
}

.solar-modal .modal-body{
    padding:30px;
}

.solar-title{
    font-size:38px;
    font-weight:700;
    line-height:1.2;
    color:#1d2340;
    margin-bottom:10px;
}

.solar-title span{
    color:#1f6b0a;
}

.solar-subtitle{
    color:#5e6478;
    font-size:18px;
    margin-bottom:25px;
}

.solar-save{
    color:#3b3f56;
    margin-bottom:25px;
    font-weight:600;
}

.solar-input{
    height:62px;
    border-radius:10px;
    border:1px solid #d8dce6;
    font-size:16px;
}

.solar-btn{
    width:100%;
    border:none;
    height:58px;
    border-radius:10px;
    background:linear-gradient(90deg,#1f2bb5,#11163d);
    color:#fff;
    font-size:20px;
    font-weight:600;
}

/* Responsive */
@media(max-width:768px){

    .solar-modal .modal-body{
        padding:20px;
    }

    .solar-title{
        font-size:28px;
    }

    .solar-subtitle{
        font-size:15px;
    }

    .solar-btn{
        font-size:17px;
        height:54px;
    }
}

/*blogpage*/
.solar-blog-sec{
    padding:100px 0;
    background:#f8f9fb;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-img{
    height:260px;
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover img{
    transform:scale(1.08);
}

.blog-content{
    padding:30px;
}

.blog-date{
    color:#2B7A0B;
    font-size:14px;
    font-weight:600;
}

.blog-content h3{
    color:#03154C;
    font-size:24px;
    line-height:1.4;
    margin:15px 0;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.blog-btn{
    text-decoration:none;
    color:#F39C12;
    font-weight:600;
}

/* ==========================
LAPTOP
========================== */

@media (max-width:1199px){

    .blog-grid{
        gap:25px;
    }

    .blog-content{
        padding:25px;
    }

    .blog-content h3{
        font-size:22px;
    }

}

/* ==========================
TABLET
========================== */

@media (max-width:991px){

    .solar-blog-sec{
        padding:80px 0;
    }

    .blog-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .blog-img{
        height:240px;
    }

    .blog-content h3{
        font-size:21px;
    }

}

/* ==========================
MOBILE
========================== */

@media (max-width:767px){

    .solar-blog-sec{
        padding:60px 0;
    }

    .blog-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .blog-card{
        border-radius:15px;
    }

    .blog-img{
        height:220px;
    }

    .blog-content{
        padding:20px;
    }

    .blog-date{
        font-size:13px;
    }

    .blog-content h3{
        font-size:20px;
        margin:12px 0;
        line-height:1.4;
    }

    .blog-content p{
        font-size:14px;
        line-height:1.8;
        margin-bottom:15px;
    }

}

/* ==========================
SMALL MOBILE
========================== */

@media (max-width:480px){

    .blog-img{
        height:200px;
    }

    .blog-content{
        padding:18px;
    }

    .blog-content h3{
        font-size:18px;
    }

    .blog-btn{
        font-size:14px;
    }

}

/*blogdeails*/
.blog-detail-sec{
    padding:100px 0;
}

.blog-detail-wrap{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

.blog-banner img{
    width:100%;
    border-radius:20px;
    display:block;
}

.blog-content{
    margin-top:30px;
}

.blog-meta{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.blog-meta span{
    color:#2B7A0B;
    font-weight:600;
}

.blog-content h1{
    font-size:42px;
    color:#03154C;
    margin-bottom:20px;
}

.blog-content h2{
    font-size:30px;
    color:#03154C;
    margin:30px 0 15px;
}

.blog-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.blog-content blockquote{
    background:#f8f9fb;
    border-left:5px solid #2B7A0B;
    padding:25px;
    margin:30px 0;
    font-size:20px;
    color:#03154C;
    font-weight:600;
}

.blog-list{
    padding-left:20px;
}

.blog-list li{
    margin-bottom:12px;
    color:#555;
}

.inner-blog-img{
    width:100%;
    border-radius:15px;
    margin:30px 0;
}

.blog-sidebar{
    position:sticky;
    top:120px;
    height:fit-content;
}

.sidebar-widget{
    background:#f8f9fb;
    padding:30px;
    border-radius:20px;
    margin-bottom:25px;
}

.sidebar-widget h3{
    color:#03154C;
    margin-bottom:20px;
}

.recent-post{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.recent-post img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:10px;
}

.recent-post h5{
    color:#03154C;
    line-height:1.4;
    margin-bottom:5px;
}

.recent-post span{
    color:#2B7A0B;
    font-size:13px;
}

.blog-category{
    list-style:none;
    padding:0;
}

.blog-category li{
    margin-bottom:12px;
}

.blog-category a{
    text-decoration:none;
    color:#03154C;
    transition:.3s;
}

.blog-category a:hover{
    color:#2B7A0B;
}

/* ===================================
LARGE TABLET
=================================== */

@media(max-width:1199px){

    .blog-content h1{
        font-size:38px;
    }

    .blog-content h2{
        font-size:28px;
    }

    .sidebar-widget{
        padding:25px;
    }

}

/* ===================================
TABLET
=================================== */

@media(max-width:991px){

    .blog-detail-sec{
        padding:80px 0;
    }

    .blog-detail-wrap{
        grid-template-columns:1fr;
        gap:30px;
    }

    .blog-sidebar{
        position:relative;
        top:auto;
    }

    .blog-content h1{
        font-size:34px;
        line-height:1.3;
    }

    .blog-content h2{
        font-size:26px;
    }

    .blog-banner img{
        border-radius:15px;
    }

}

/* ===================================
MOBILE
=================================== */

@media(max-width:767px){

    .blog-detail-sec{
        padding:60px 0;
    }

    .blog-content{
        margin-top:20px;
    }

    .blog-meta{
        flex-wrap:wrap;
        gap:10px;
    }

    .blog-content h1{
        font-size:28px;
        line-height:1.4;
        margin-bottom:15px;
    }

    .blog-content h2{
        font-size:22px;
        margin:25px 0 12px;
    }

    .blog-content p{
        font-size:15px;
        line-height:1.8;
    }

    .blog-content blockquote{
        padding:20px;
        font-size:18px;
    }

    .inner-blog-img{
        margin:20px 0;
        border-radius:10px;
    }

    .sidebar-widget{
        padding:20px;
        border-radius:15px;
    }

    .recent-post{
        gap:12px;
        align-items:center;
    }

    .recent-post img{
        width:80px;
        height:80px;
    }

    .recent-post h5{
        font-size:14px;
    }

}

/* ===================================
SMALL MOBILE
=================================== */

@media(max-width:480px){

    .blog-content h1{
        font-size:24px;
    }

    .blog-content h2{
        font-size:20px;
    }

    .blog-content blockquote{
        font-size:16px;
        padding:15px;
    }

    .recent-post{
        flex-direction:column;
        align-items:flex-start;
    }

    .recent-post img{
        width:100%;
        height:180px;
        object-fit:cover;
    }

    .recent-post div{
        width:100%;
    }

    .sidebar-widget{
        padding:18px;
    }

}
/*aboutuspage*/
/* ==========================
   Mission Vision Values
========================== */

.mvv-section{
    padding:90px 0;
    background:#f8fafc;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-heading span{
    color:#1f7d18;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.section-heading h2{
    font-size:42px;
    color:#08245c;
    font-weight:700;
    margin:15px 0;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.mvv-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.mvv-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.mvv-card:hover{
    transform:translateY(-10px);
}

.mvv-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
}

.mission-card::before{
    background:#1f7d18;
}

.vision-card::before{
    background:#f59e0b;
}

.value-card::before{
    background:#08245c;
}

.mvv-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
}

.mission-card .mvv-icon{
    color:#1f7d18;
}

.vision-card .mvv-icon{
    color:#f59e0b;
}

.value-card .mvv-icon{
    color:#08245c;
}

.mvv-card h3{
    font-size:28px;
    color:#08245c;
    margin-bottom:15px;
}

.mvv-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}
@media(max-width:991px){

    .mvv-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    .section-heading h2{
        font-size:34px;
    }

    .value-card{
        grid-column:span 2;
    }
}

@media(max-width:767px){

    .mvv-section{
        padding:60px 0;
    }

    .mvv-wrapper{
        grid-template-columns:1fr;
        gap:20px;
    }

    .value-card{
        grid-column:unset;
    }

    .section-heading{
        margin-bottom:40px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .mvv-card{
        padding:30px 25px;
    }

    .mvv-icon{
        width:75px;
        height:75px;
        font-size:30px;
    }

    .mvv-card h3{
        font-size:24px;
    }
}

@media(max-width:575px){

    .section-heading h2{
        font-size:24px;
    }

    .mvv-card{
        padding:25px 20px;
    }

    .mvv-card p{
        font-size:14px;
    }
}

/* ==========================
   Modern About Section
========================== */

.about-modern-sec{
    padding:100px 0;
    background:#fff;
    overflow:hidden;
}

.about-image-wrap{
    position:relative;
    padding-right:50px;
}

.about-main-img img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.about-exp-box{
    position:absolute;
    left:-20px;
    bottom:50px;
    background:#0d6b1d;
    color:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    min-width:150px;
    box-shadow:0 15px 35px rgba(13,107,29,.25);
}

.about-exp-box h3{
    font-size:42px;
    margin:0;
    font-weight:700;
}

.about-exp-box span{
    font-size:15px;
}

.about-floating-card{
    position:absolute;
    top:40px;
    right:0;
    background:#fff;
    border-radius:18px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.about-floating-card i{
    font-size:35px;
    color:#0d6b1d;
}

.about-floating-card h4{
    margin:0;
    color:#08245c;
    font-weight:700;
}

.about-floating-card p{
    margin:0;
    font-size:14px;
    color:#666;
}

.section-tag{
    display:inline-block;
    color:#0d6b1d;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.about-content h2{
    font-size:42px;
    line-height:1.2;
    color:#08245c;
    font-weight:700;
    margin-bottom:20px;
}

.about-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.about-feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#222;
    font-weight:500;
}

.feature-item i{
    color:#0d6b1d;
}

.about-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary-green{
    background:#0d6b1d;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-outline-dark{
    border:2px solid #08245c;
    color:#08245c;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:991px){

    .about-modern-sec{
        padding:80px 0;
    }

    .about-image-wrap{
        margin-bottom:50px;
        padding-right:0;
    }

    .about-content h2{
        font-size:32px;
    }
}

@media(max-width:767px){

    .about-modern-sec{
        padding:60px 0;
    }

    .about-content h2{
        font-size:28px;
    }

    .about-feature-list{
        grid-template-columns:1fr;
    }

    .about-exp-box{
        left:10px;
        bottom:15px;
        min-width:120px;
        padding:18px;
    }

    .about-exp-box h3{
        font-size:30px;
    }

    .about-floating-card{
        top:15px;
        right:10px;
        padding:12px 15px;
    }

    .about-floating-card i{
        font-size:24px;
    }

    .about-btns{
        flex-direction:column;
    }

    .btn-primary-green,
    .btn-outline-dark{
        text-align:center;
        width:100%;
    }
}

@media(max-width:575px){

    .about-content h2{
        font-size:26px;
    }

    .about-content p{
        font-size:14px;
    }

    .about-exp-box{
        position:relative;
        left:auto;
        bottom:auto;
        margin-top:15px;
        width:100%;
    }

    .about-floating-card{
        position:relative;
        top:auto;
        right:auto;
        margin-top:15px;
    }
}

.card-body h5{
    color: #03154C;
    font-size: 24px;
    line-height: 1.4;
    margin: 15px 0;
}
.error 
{
    color:red;
}
 .g-recaptcha{
    margin:15px 0;
}

@media(max-width:480px){
    .g-recaptcha{
        transform:scale(0.85);
        transform-origin:left center;
    }
}


/*whatsapp*/
.whatsapp-chat{
    position:fixed;
    left:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:34px;
    z-index:9999;
    box-shadow:0 5px 20px rgba(0,0,0,.2);
    animation:whatsappPulse 1.8s infinite;
    transition:.3s;
}

.whatsapp-chat:hover{
    color:#fff;
    transform:scale(1.08);
}

@keyframes whatsappPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.7);
    }
    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

/* Tablet */
@media (max-width:768px){

    .whatsapp-chat{
        width:58px;
        height:58px;
        left:15px;
        bottom:15px;
        font-size:30px;
    }
}

/* Mobile */
@media (max-width:576px){

    .whatsapp-chat{
        width:52px;
        height:52px;
        left:12px;
        bottom:12px;
        font-size:26px;
    }
}

/* Small Mobile */
@media (max-width:360px){

    .whatsapp-chat{
        width:48px;
        height:48px;
        font-size:24px;
        left:10px;
        bottom:10px;
    }
}

/*preloader*/
/* ==========================
   PRELOADER
========================== */

#preloader{
    position:fixed;
    inset:0;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999999;
    transition:all .5s ease;
    padding:20px;
}

.preloader-content{
    text-align:center;
    width:100%;
}

.preloader-logo{
    width:clamp(80px, 15vw, 140px);
    height:auto;
    max-width:100%;
    border:2px solid #1f6b0a;
    border-radius:50%;
    animation:pulse 1.5s ease-in-out infinite;
}

.loader-line{
    width:clamp(80px, 18vw, 140px);
    height:4px;
    background:#e5e5e5;
    border-radius:50px;
    overflow:hidden;
    margin:20px auto 0;
    position:relative;
}

.loader-line::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#1f6b0a;
    animation:loading 1.5s linear infinite;
}

@keyframes loading{
    100%{
        left:100%;
    }
}

@keyframes pulse{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
}

/* Large Desktop */
@media (min-width:1600px){

    .preloader-logo{
        width:140px;
    }

    .loader-line{
        width:140px;
    }
}

/* Laptop */
@media (max-width:1200px){

    .preloader-logo{
        width:120px;
    }

    .loader-line{
        width:120px;
    }
}

/* Tablet */
@media (max-width:992px){

    .preloader-logo{
        width:110px;
    }

    .loader-line{
        width:110px;
    }
}

/* Mobile */
@media (max-width:768px){

    .preloader-logo{
        width:90px;
    }

    .loader-line{
        width:90px;
    }
}

/* Small Mobile */
@media (max-width:480px){

    .preloader-logo{
        width:75px;
    }

    .loader-line{
        width:75px;
        height:3px;
    }
}

/* Extra Small Devices */
@media (max-width:360px){

    .preloader-logo{
        width:65px;
    }

    .loader-line{
        width:65px;
    }
}

/*404page*/
.error-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(rgba(0,40,20,.75),rgba(0,40,20,.75)),
    url("assets/images/404-banner.jpg") center/cover no-repeat;
}

.error-content{
    max-width:700px;
    margin:auto;
    color:#fff;
    position:relative;
    z-index:2;
}

.error-content h1{
    font-size:180px;
    line-height:1;
    font-weight:800;
    color:#fff;
    margin-bottom:10px;
    text-shadow:0 10px 25px rgba(0,0,0,.3);
}

.error-content h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.error-content p{
    font-size:18px;
    line-height:1.8;
    color:#ddd;
    margin-bottom:35px;
}

.error-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 35px;
    background:#1f6b0a;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.error-btn:hover{
    background:#08245c;
    color:#fff;
    transform:translateY(-3px);
}
/* Tablet */

@media(max-width:991px){

    .error-content h1{
        font-size:130px;
    }

    .error-content h2{
        font-size:34px;
    }

}

/* Mobile */

@media(max-width:767px){

    .error-content h1{
        font-size:90px;
    }

    .error-content h2{
        font-size:26px;
    }

    .error-content p{
        font-size:15px;
        padding:0 15px;
    }

    .error-btn{
        padding:12px 25px;
        font-size:14px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .error-content h1{
        font-size:70px;
    }

    .error-content h2{
        font-size:22px;
    }

}
/*residential*/
.residential-section{
    padding:90px 0;
    background:#fff;
}

.residential-row{
    display:flex;
    align-items:center;
    gap:60px;
}

.residential-image{
    width:50%;
}

.residential-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.residential-content{
    width:50%;
}

.residential-content h2{
    font-size:42px;
    color:#03154C;
    margin:15px 0;
    line-height:1.2;
}

.residential-content h2 span{
    color:#2B7A0B;
}

.residential-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.residential-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.feature-box{
    background:#f8f9fb;
    padding:18px;
    border-radius:10px;
    font-weight:600;
}

.feature-box i{
    color:#2B7A0B;
    margin-right:8px;
}

/*residential*/
.residential-section{
    padding:90px 0;
    background:#fff;
}

.residential-wrapper{
    display:flex;
    align-items:center;
    gap:60px;
}

.residential-image{
    width:48%;
}

.residential-image img{
    width:100%;
    display:block;
    border-radius:20px;
    object-fit:cover;
}

.residential-content{
    width:52%;
}

.section-tag{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

.section-tag span{
    color:#2B7A0B;
    font-size:16px;
    font-weight:700;
}

.section-tag:after{
    content:"";
    width:60px;
    height:2px;
    background:#2B7A0B;
}

.residential-content h2{
    font-size:42px;
    line-height:1.15;
    color:#03154C;
    margin-bottom:20px;
    font-weight:700;
}

.residential-content h2 span{
    color:#2B7A0B;
}

.residential-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:35px;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#2B7A0B;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.feature-item h4{
    color:#03154C;
    font-size:18px;
    margin-bottom:5px;
}

.feature-item p{
    margin:0;
    font-size:14px;
}

.consult-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#2B7A0B;
    color:#fff;
    padding:16px 35px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.consult-btn:hover{
    background:#03154C;
}
@media(max-width:991px){

    .residential-wrapper{
        flex-direction:column;
        gap:30px;
    }

    .residential-image,
    .residential-content{
        width:100%;
    }

    .residential-content h2{
        font-size:42px;
    }

}
@media(max-width:767px){

    .residential-section{
        padding:60px 0;
    }

    .residential-content h2{
        font-size:32px;
    }

    .features-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .feature-item{
        padding:15px;
        border:1px solid #eee;
        border-radius:10px;
        background:#fff;
    }

    .consult-btn{
        width:100%;
        justify-content:center;
    }

    .section-tag span{
        font-size:14px;
    }

}
.why-choose-us{
    padding:90px 0;
    background:#f8faf8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.why-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid #2b7a0b;
}

.why-card:hover{
    transform:translateY(-10px);
}

.why-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    background:#2b7a0b;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.why-card h3{
    color:#03154c;
    font-size:22px;
    margin-bottom:15px;
}

.why-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:991px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .why-choose-us{
        padding:60px 0;
    }

    .why-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .why-card{
        padding:30px 20px;
    }

    .why-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .why-card h3{
        font-size:20px;
    }
}

/*industral*/
.industrial-section{
    padding:100px 0;
    background:#f8fafc;
}

.industrial-row{
    display:flex;
    align-items:center;
    gap:60px;
}

.industrial-content{
    width:50%;
}

.industrial-image{
    width:50%;
}

.industrial-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.industrial-content h2{
    font-size:42px;
    color:#03154C;
    margin:20px 0;
}

.industrial-content h2 span{
    color:#2B7A0B;
}

.industrial-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:35px 0;
}

.industrial-feature{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.industrial-feature i{
    color:#2B7A0B;
    font-size:24px;
    margin-bottom:10px;
}
@media(max-width:991px){

    .industrial-row{
        flex-direction:column-reverse;
    }

    .industrial-content,
    .industrial-image{
        width:100%;
    }

    .industrial-content h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .industrial-features{
        grid-template-columns:1fr;
    }

    .industrial-content h2{
        font-size:30px;
    }

    .quality-btn{
        width:100%;
        text-align:center;
    }
}
.why-industrial-section{
    padding:90px 0;
    background:#f8fbf7;
}

.industrial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.industrial-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    border-bottom:4px solid #2b7a0b;
}

.industrial-card:hover{
    transform:translateY(-10px);
}

.industrial-icon{
    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:20px;
    background:#03154c;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.industrial-card h3{
    color:#03154c;
    font-size:22px;
    margin-bottom:15px;
}

.industrial-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:991px){

    .industrial-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .why-industrial-section{
        padding:60px 0;
    }

    .industrial-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .industrial-card{
        padding:30px 20px;
    }

    .industrial-icon{
        width:75px;
        height:75px;
        font-size:28px;
    }

    .industrial-card h3{
        font-size:20px;
    }
}

/*hybrid*/
.hybrid-process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:60px;
}

.process-arrow{
    display:none;
}
.hybrid-section{
    padding:40px 0;
    background:linear-gradient(
        135deg,
        #f8fafc 0%,
        #ffffff 100%
    );
}

.hybrid-row{
    display:flex;
    align-items:center;
    gap:60px;
}

.hybrid-image{
    width:50%;
    position:relative;
}

.hybrid-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.hybrid-content{
    width:50%;
}

.hybrid-content h2{
    font-size:42px;
    color:#03154C;
    line-height:1.2;
    margin:20px 0;
}

.hybrid-content h2 span{
    color:#2B7A0B;
}

.hybrid-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.hybrid-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:35px;
}

.feature-box{
    background:#fff;
    padding:18px;
    border-radius:12px;
    border-left:4px solid #2B7A0B;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.feature-box i{
    color:#2B7A0B;
    margin-right:10px;
}
@media(max-width:991px){

    .hybrid-row{
        flex-direction:column;
    }

    .hybrid-image,
    .hybrid-content{
        width:100%;
    }

    .hybrid-content h2{
        font-size:40px;
    }
}

@media(max-width:767px){

    .hybrid-section{
        padding:60px 0;
    }

    .hybrid-content h2{
        font-size:30px;
    }

    .hybrid-features{
        grid-template-columns:1fr;
    }

    .quality-btn{
        width:100%;
        text-align:center;
    }
}

.hybrid-process-section{
    padding:100px 0;
    background:#f8fafc;
}

.hybrid-process-grid{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-top:60px;
    flex-wrap:wrap;
}

.process-box{
    width:260px;
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.process-box:hover{
    transform:translateY(-10px);
}

.process-icon{
    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#03154c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.process-icon.green{
    background:#2b7a0b;
}

.process-icon.orange{
    background:#f39c12;
}

.process-box h3{
    color:#2b7a0b;
    font-size:18px;
    margin-bottom:10px;
    font-weight:700;
}

.process-box h4{
    color:#03154c;
    font-size:22px;
    margin-bottom:15px;
}

.process-box p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.process-arrow{
    font-size:35px;
    color:#2b7a0b;
}

@media(max-width:991px){

    .hybrid-process-grid{
        flex-direction:column;
    }

    .process-arrow{
        transform:rotate(90deg);
    }

    .process-box{
        width:100%;
        max-width:400px;
    }
}

@media(max-width:767px){

    .hybrid-process-section{
        padding:60px 0;
    }

    .process-box{
        padding:30px 20px;
    }

    .process-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .process-box h4{
        font-size:20px;
    }
}
select[name="subject"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
}