.rvindiay1-section{
    background:#f8f8f8;
    padding:80px 0;
}

.rvindiay1-top-title{
    color:#79b530;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.rvindiay1-main-title{
    font-size:46px;
    font-weight:800;
    color:#1d1d1d;
    line-height:1.25;
}

.rvindiay1-main-title span{
    color:#79b530;
}

.rvindiay1-sub-title{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:30px;
}

.rvindiay1-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    text-align:center;
    padding:35px 20px;
    height:100%;
    transition:.35s;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}

.rvindiay1-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#79b530;
    transform:scaleX(0);
    transition:.35s;
}

.rvindiay1-card:hover::before{
    transform:scaleX(1);
}

.rvindiay1-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    border-color:#79b530;
}

.rvindiay1-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#f3f9ec;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    transition:.35s;
}

.rvindiay1-icon i{
    font-size:30px;
    color:#79b530;
    transition:.35s;
}

.rvindiay1-card:hover .rvindiay1-icon{
    background:#79b530;
}

.rvindiay1-card:hover .rvindiay1-icon i{
    color:#fff;
}

.rvindiay1-card h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.rvindiay1-card p{
    font-size:15px;
    color:#666;
    line-height:28px;
    margin:0;
}

@media(max-width:991px){

    .rvindiay1-main-title{
        font-size:38px;
    }

}

@media(max-width:767px){

    .rvindiay1-section{
        padding:60px 0;
    }

    .rvindiay1-main-title{
        font-size:30px;
    }

    .rvindiay1-sub-title{
        font-size:15px;
        line-height:25px;
    }

    .rvindiay1-card{
        padding:25px 15px;
    }

    .rvindiay1-icon{
        width:60px;
        height:60px;
    }

    .rvindiay1-icon i{
        font-size:24px;
    }

    .rvindiay1-card h5{
        font-size:16px;
    }

    .rvindiay1-card p{
        font-size:14px;
        line-height:24px;
    }

}



/*==================================
 RVINDIAY2 SECTION
==================================*/

.rvindiay2-section{
    background:#f8f8f8;
    padding:90px 0;
}

/*=========================
LEFT CONTENT
=========================*/

.rvindiay2-subtitle{
    display:inline-block;
    color:#78b42b;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.rvindiay2-title{
    font-size:46px;
    font-weight:800;
    color:#222;
    line-height:1.2;
    margin-bottom:30px;
}

.rvindiay2-title span{
    color:#78b42b;
}

.rvindiay2-list{
    margin:0;
    padding:0;
    list-style:none;
}

.rvindiay2-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-size:16px;
    color:#555;
    margin-bottom:18px;
    line-height:28px;
}

.rvindiay2-list li i{
    color:#78b42b;
    font-size:18px;
    margin-top:5px;
}

/*=========================
BUTTON
=========================*/

.rvindiay2-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:20px;
    padding:14px 30px;
    background:#78b42b;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s;
}

.rvindiay2-btn:hover{
    background:#1d6f33;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}

.rvindiay2-btn i{
    transition:.35s;
}

.rvindiay2-btn:hover i{
    transform:translateX(6px);
}

/*=========================
CENTER GALLERY
=========================*/

.rvindiay2-gallery{
    width:100%;
}

.rvindiay2-mainimg{
    width:100%;
    height:360px;
    object-fit:cover;
    border-radius:14px;
    transition:.4s;
}

.rvindiay2-mainimg:hover{
    transform:scale(1.02);
}

.rvindiay2-smallimg{
    width:100%;
    height:130px;
    object-fit:cover;
    border-radius:12px;
    transition:.35s;
}

.rvindiay2-smallimg:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.18);
}

/*=========================
RIGHT CARD
=========================*/

.rvindiay2-mapcard{
    background:#fff;
    border-radius:16px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.rvindiay2-maptitle{
    display:block;
    color:#78b42b;
    font-weight:700;
    font-size:15px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.rvindiay2-mapimg{
    width:100%;
    height:185px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:20px;
}

.rvindiay2-mapcard p{
    color:#555;
    font-size:15px;
    line-height:28px;
    margin-bottom:25px;
}

/*=========================
RIGHT BUTTON
=========================*/

.rvindiay2-btn2{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#1d6f33;
    color:#fff;
    text-decoration:none;
    padding:14px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s;
}

.rvindiay2-btn2:hover{
    background:#78b42b;
    color:#fff;
}

.rvindiay2-btn2 i{
    transition:.35s;
}

.rvindiay2-btn2:hover i{
    transform:translateX(6px);
}



/*=========================
HOVER EFFECTS
=========================*/

.rvindiay2-mapcard,
.rvindiay2-gallery,
.rvindiay2-mainimg,
.rvindiay2-smallimg,
.rvindiay2-btn,
.rvindiay2-btn2{
    transition:all .35s ease;
}

.rvindiay2-mapcard:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.rvindiay2-mainimg:hover{
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.rvindiay2-smallimg:hover{
    transform:translateY(-8px);
}

.rvindiay2-btn:hover,
.rvindiay2-btn2:hover{
    letter-spacing:.3px;
}

/*=========================
DESKTOP LARGE
=========================*/

@media (min-width:1400px){

    .rvindiay2-title{
        font-size:52px;
    }

    .rvindiay2-mainimg{
        height:400px;
    }

    .rvindiay2-smallimg{
        height:145px;
    }

}

/*=========================
LAPTOP
=========================*/

@media (max-width:1199px){

    .rvindiay2-title{
        font-size:38px;
    }

    .rvindiay2-mainimg{
        height:320px;
    }

    .rvindiay2-smallimg{
        height:115px;
    }

}

/*=========================
TABLET
=========================*/

@media (max-width:991px){

    .rvindiay2-section{
        padding:70px 0;
    }

    .rvindiay2-left{
        text-align:center;
        margin-bottom:30px;
    }

    .rvindiay2-list{
        display:inline-block;
        text-align:left;
    }

    .rvindiay2-gallery{
        margin-bottom:30px;
    }

    .rvindiay2-mapcard{
        margin-top:10px;
    }

}

/*=========================
MOBILE
=========================*/

@media (max-width:767px){

    .rvindiay2-section{
        padding:55px 0;
    }

    .rvindiay2-title{
        font-size:30px;
        line-height:1.3;
    }

    .rvindiay2-subtitle{
        font-size:12px;
    }

    .rvindiay2-list li{
        font-size:14px;
        line-height:24px;
        margin-bottom:14px;
    }

    .rvindiay2-mainimg{
        height:240px;
    }

    .rvindiay2-smallimg{
        height:90px;
    }

    .rvindiay2-mapimg{
        height:180px;
    }

    .rvindiay2-btn,
    .rvindiay2-btn2{
        width:100%;
        justify-content:center;
        font-size:14px;
        padding:14px 20px;
    }

}

/*=========================
SMALL MOBILE
=========================*/

@media (max-width:575px){

    .rvindiay2-title{
        font-size:27px;
    }

    .rvindiay2-mainimg{
        height:210px;
    }

    .rvindiay2-smallimg{
        height:75px;
    }

    .rvindiay2-mapcard{
        padding:20px;
    }

}



.rvindiay2-slider{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.rvindiay2-banner{
    height:500px;
    object-fit:cover;
}

.rvindiay2-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:45px;
    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.05));
    color:#fff;
}

.rvindiay2-overlay h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.rvindiay2-overlay p{
    font-size:16px;
    line-height:30px;
    max-width:500px;
    margin:0;
}

.rvindiay2-slider .carousel-control-prev,
.rvindiay2-slider .carousel-control-next{
    width:60px;
}

.rvindiay2-slider .carousel-control-prev-icon,
.rvindiay2-slider .carousel-control-next-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:rgba(0,0,0,.45);
    background-size:45%;
}

.rvindiay2-slider .carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    margin:0 5px;
}

@media(max-width:991px){

    .rvindiay2-banner{
        height:380px;
    }

}

@media(max-width:767px){

    .rvindiay2-banner{
        height:250px;
    }

    .rvindiay2-overlay{
        padding:20px;
    }

    .rvindiay2-overlay h3{
        font-size:24px;
    }

    .rvindiay2-overlay p{
        font-size:14px;
        line-height:24px;
    }

}



/*====================================
 RVINDIAY3 SECTION
====================================*/

.rvindiay3-section{
    background:#f8f8f8;
    padding:80px 0;
}

/*==========================
Heading
==========================*/

.rvindiay3-subtitle{
    display:inline-block;
    color:#79b530;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.rvindiay3-title{
    font-size:44px;
    font-weight:800;
    color:#1f1f1f;
    margin-bottom:15px;
}

/*==========================
Services Row
==========================*/

.rvindiay3-services{
    margin-top:55px;
}

.rvindiay3-item{
    text-align:center;
    padding:15px 20px;
    position:relative;
    transition:.35s;
    height:100%;
}

/* Vertical Divider */

.rvindiay3-item::after{

    content:"";

    position:absolute;

    right:0;

    top:20%;

    width:1px;

    height:60%;

    background:#e8e8e8;

}

.rvindiay3-last::after{
    display:none;
}

/*==========================
Icon
==========================*/

.rvindiay3-icon{

    width:70px;

    height:70px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f4faed;

    transition:.35s;

}

.rvindiay3-icon i{

    font-size:28px;

    color:#79b530;

    transition:.35s;

}

/*==========================
Heading
==========================*/

.rvindiay3-item h5{

    font-size:17px;

    font-weight:700;

    color:#222;

    margin-top:18px;

    line-height:28px;

    transition:.35s;

}

/*==========================
Hover
==========================*/

.rvindiay3-item:hover{

    transform:translateY(-8px);

}

.rvindiay3-item:hover .rvindiay3-icon{

    background:#79b530;

    box-shadow:0 15px 35px rgba(121,181,48,.25);

}

.rvindiay3-item:hover .rvindiay3-icon i{

    color:#fff;

}

.rvindiay3-item:hover h5{

    color:#79b530;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

    .rvindiay3-title{

        font-size:34px;

    }

    .rvindiay3-item{

        margin-bottom:35px;

    }

    .rvindiay3-item::after{

        display:none;

    }

}

@media(max-width:767px){

    .rvindiay3-section{

        padding:60px 0;

    }

    .rvindiay3-title{

        font-size:28px;

        line-height:1.35;

    }

    .rvindiay3-icon{

        width:60px;

        height:60px;

    }

    .rvindiay3-icon i{

        font-size:24px;

    }

    .rvindiay3-item h5{

        font-size:15px;

        line-height:24px;

    }

}



/*====================================
 RVINDIAY4 SECTION
====================================*/

.rvindiay4-section{
    position:relative;
    overflow:hidden;
    padding:45px 0;
    background:linear-gradient(90deg,#081611 0%,#0b241b 45%,#0d2f20 100%);
    border-bottom:3px solid #79b530;
}

/*==========================
LEFT SIDE
==========================*/

.rvindiay4-testimonial{
    color:#fff;
    position:relative;
}

.rvindiay4-quote{

    width:60px;
    height:60px;
    border-radius:50%;
    background:rgba(121,181,48,.12);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;

}

.rvindiay4-quote i{

    font-size:28px;
    color:#79b530;

}

.rvindiay4-review{

    font-size:17px;
    line-height:32px;
    color:#f5f5f5;
    margin-bottom:18px;

}

.rvindiay4-stars{

    margin-bottom:12px;

}

.rvindiay4-stars i{

    color:#ffbe0b;
    font-size:18px;
    margin-right:3px;

}

.rvindiay4-user{

    color:#d5d5d5;
    font-size:15px;

}

/*==========================
COUNTERS
==========================*/

.rvindiay4-counter{

    position:relative;
    text-align:center;
    padding:10px 15px;
    transition:.35s;

}

.rvindiay4-counter::after{

    content:"";
    position:absolute;
    right:0;
    top:18%;
    width:1px;
    height:64%;
    background:rgba(255,255,255,.12);

}

.rvindiay4-last::after{

    display:none;

}

.rvindiay4-icon{

    width:70px;
    height:70px;
    margin:auto;

    border-radius:50%;
    background:rgba(121,181,48,.08);

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;

}

.rvindiay4-icon i{

    font-size:28px;
    color:#79b530;
    transition:.35s;

}

.rvindiay4-counter h2{

    color:#fff;
    font-size:30px;
    font-weight:800;
    margin:18px 0 8px;

}

.rvindiay4-counter p{

    color:#d7d7d7;
    margin:0;
    font-size:15px;

}

/*==========================
RIGHT IMAGE
==========================*/

.rvindiay4-image{

    text-align:right;

}

.rvindiay4-image img{

    max-width:100%;
    transition:.4s;

}

/*==========================
HOVER
==========================*/

.rvindiay4-counter:hover{

    transform:translateY(-8px);

}

.rvindiay4-counter:hover .rvindiay4-icon{

    background:#79b530;

    box-shadow:0 12px 30px rgba(121,181,48,.35);

}

.rvindiay4-counter:hover .rvindiay4-icon i{

    color:#fff;

}

.rvindiay4-counter:hover h2{

    color:#79b530;

}

.rvindiay4-image img:hover{

    transform:scale(1.04);

}

.rvindiay4-testimonial:hover .rvindiay4-quote{

    background:#79b530;

}

.rvindiay4-testimonial:hover .rvindiay4-quote i{

    color:#fff;

}


/*=================================
 RVINDIAY5 CTA SECTION
=================================*/

.rvindiay5-section{

    background:linear-gradient(90deg,#5e8f2c,#3e6f22);

    padding:28px 0;

    position:relative;

    overflow:hidden;

}

/* Decorative circles */

.rvindiay5-section::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-120px;

    left:-100px;

}

.rvindiay5-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    right:-140px;

    top:-150px;

}

/*====================*/

.rvindiay5-content{

    display:flex;

    align-items:center;

    gap:22px;

    position:relative;

    z-index:2;

}

.rvindiay5-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    border:2px solid rgba(255,255,255,.45);

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.rvindiay5-icon i{

    color:#fff;

    font-size:36px;

}

.rvindiay5-text h2{

    color:#fff;

    font-size:38px;

    font-weight:700;

    margin-bottom:8px;

}

.rvindiay5-text p{

    color:rgba(255,255,255,.88);

    margin:0;

    font-size:18px;

}

/*====================*/

.rvindiay5-btn{

    display:inline-flex;

    align-items:center;

    gap:14px;

    background:#fff;

    color:#5d8e2d;

    text-decoration:none;

    padding:18px 34px;

    border-radius:8px;

    font-weight:700;

    font-size:15px;

    transition:.35s;

    position:relative;

    z-index:2;

}

.rvindiay5-btn i{

    transition:.35s;

}

.rvindiay5-btn:hover{

    background:#111;

    color:#fff;

    transform:translateY(-4px);

}

.rvindiay5-btn:hover i{

    transform:translateX(6px);

}

/*====================
 Responsive
====================*/

@media(max-width:991px){

    .rvindiay5-content{

        flex-direction:column;

        text-align:center;

    }

    .rvindiay5-text h2{

        font-size:30px;

    }

    .rvindiay5-btn{

        margin-top:30px;

    }

}

@media(max-width:767px){

    .rvindiay5-section{

        padding:45px 0;

    }

    .rvindiay5-icon{

        width:65px;

        height:65px;

    }

    .rvindiay5-icon i{

        font-size:30px;

    }

    .rvindiay5-text h2{

        font-size:24px;

        line-height:1.4;

    }

    .rvindiay5-text p{

        font-size:15px;

    }

    .rvindiay5-btn{

        width:100%;

        justify-content:center;

        padding:16px;

    }

}


.rvProductSlider{
    padding:15px 5px 60px;
}

.rvProductSlider .swiper-slide{
    height:auto;
}



.rvProductSlider .swiper-button-next,
.rvProductSlider .swiper-button-prev{

    width:45px;
    height:45px;
    border-radius:50%;
    background:#6ca42d;
    color:#fff;

}

.rvProductSlider .swiper-button-next:after,
.rvProductSlider .swiper-button-prev:after{

    font-size:18px;
    font-weight:bold;

}

.rvProductSlider .swiper-pagination-bullet{

    width:10px;
    height:10px;

}

.rvProductSlider .swiper-pagination-bullet-active{

    background:#6ca42d;

}



.rvindiay6-section{

    padding:80px 0;
    background:#f8f8f8;

}

.rvindiay6-subtitle{

    color:#79b530;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;

}

.rvindiay6-title{

    font-size:42px;
    font-weight:800;
    margin-top:10px;

}

.rvindiay6-img{

    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    transition:.4s;
    cursor:pointer;

}

.rvindiay6-img:hover{

    transform:scale(1.05);
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}