/*====================================
            RV HERO SECTION
====================================*/

.rv-hero{
    position:relative;
    background:url("img/rv-banner.jpg") center center/cover no-repeat;
    min-height:780px;
    overflow:hidden;
}

/* Dark Overlay */

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(3,18,14,.92) 0%,
        rgba(3,18,14,.82) 30%,
        rgba(3,18,14,.45) 60%,
        rgba(3,18,14,.10) 100%
    );
    z-index:1;
}

.rv-hero .container{
    position:relative;
    z-index:2;
}

/* Hero Height */

.hero-height{
    min-height:650px;
    align-items:center;
}

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

.hero-subtitle{

    display:inline-block;
    color:#8CC63F;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:18px;

}

.hero-title{

    color:#fff;
    font-size:68px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:28px;

}

.hero-title span{

    color:#8CC63F;

}

.hero-text{

    color:rgba(255,255,255,.88);
    font-size:22px;
    line-height:1.8;
    max-width:520px;
    margin-bottom:45px;

}

/*====================================
        FEATURE SECTION
====================================*/

.hero-features{

    display:flex;
    gap:35px;
    flex-wrap:wrap;

}

.feature-box{

    display:flex;
   gap:15px;
    max-width:170px;

}

.feature-icon{

    width:56px;
    height:56px;
    border:1px solid rgba(140,198,63,.45);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8CC63F;
    font-size:22px;
    flex-shrink:0;
}

.feature-box h5{

    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-bottom:6px;

}

.feature-box p{

    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.7;
    margin:0;

}

/* Hover */

.feature-box{

    transition:.35s;

}

.feature-box:hover{

    transform:translateY(-5px);

}

.feature-box:hover .feature-icon{

    background:#8CC63F;
    color:#fff;
    border-color:#8CC63F;
    transition:.35s;

}




@media(max-width:991px){

    .rv-hero{

        min-height:auto;
        padding:90px 0 240px;

    }

    .hero-height{

        min-height:auto;

    }

    .hero-title{

        font-size:48px;

    }

    .hero-text{

        font-size:18px;

    }

}

@media(max-width:576px){

    .rv-hero{

        padding:70px 0 300px;

    }

    .hero-title{

        font-size:36px;

    }

    .hero-text{

        font-size:16px;
        line-height:1.7;

    }

    .hero-features{

        gap:20px;

    }

    

}



/*====================================
        BOTTOM FEATURE BAR
====================================*/

.bottom-feature-bar{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:5;
}

.bottom-feature-bar .container{
    max-width:1140px;
}

.bottom-feature-bar .row{
    background:rgba(7,22,18,.90);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px 12px 0 0;
    overflow:hidden;
    box-shadow:0 -10px 30px rgba(0,0,0,.35);
}




.bottom-item{

    display:flex;
    align-items:center;
    gap:18px;
    padding:28px 25px;
    border-right:1px solid rgba(255,255,255,.08);
    transition:.35s;
    height:100%;

}

.bottom-item:last-child{

    border-right:none;

}


.bottom-item i{

    width:52px;
    height:52px;
    border-radius:50%;
    border:1px solid rgba(140,198,63,.45);

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

    color:#8CC63F;
    font-size:22px;
    flex-shrink:0;

}



.bottom-item h6{

    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-bottom:4px;

}

.bottom-item span{

    color:rgba(255,255,255,.70);
    font-size:14px;
    display:block;

}



.bottom-item:hover{

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

}

.bottom-item:hover i{

    background:#8CC63F;
    color:#fff;
    border-color:#8CC63F;
    transition:.35s;

}

.bottom-item:hover h6{

    color:#8CC63F;

}



@media(max-width:991px){

    .bottom-feature-bar{

        position:relative;
        margin-top:50px;

    }

    .bottom-feature-bar .row{

        border-radius:14px;

    }

    .bottom-item{

        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);

    }

    .bottom-item:nth-last-child(-n+2){

        border-bottom:none;

    }

}

@media(max-width:767px){

    .bottom-item{

        padding:22px 18px;

    }

    .bottom-item i{

        width:46px;
        height:46px;
        font-size:18px;

    }

    .bottom-item h6{

        font-size:16px;

    }

    .bottom-item span{

        font-size:13px;

    }

}

@media(max-width:576px){

    .bottom-item{

        flex-direction:column;
        text-align:center;
        padding:24px 16px;

    }

    .bottom-item i{

        margin-bottom:10px;

    }

    .bottom-item{

        border-bottom:1px solid rgba(255,255,255,.08);

    }

    .bottom-item:last-child{

        border-bottom:none;

    }

}







/*====================================
        OUR RV SECTION
====================================*/

.our-rv{
    padding:90px 0;
    background:#ffffff;
}

.our-rv .container{
    max-width:1320px;
}

/*==============================
        HEADING
==============================*/

.rv-small-title{

    display:block;

    color:#78b42c;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.8px;

    margin-bottom:10px;

}

.rv-title{

    font-size:52px;

    font-weight:700;

    color:#202020;

    line-height:1.1;

    margin:0;

}

.rv-title span{

    color:#78b42c;

}

/*==============================
        FILTERS
==============================*/

.rv-filter{

    display:flex;

    justify-content:flex-end;

    gap:15px;

}

.rv-filter .form-select{

    width:210px;

    height:52px;

    border:1px solid #e6e6e6;

    border-radius:10px;

    box-shadow:none;

    padding:0 18px;

    font-size:15px;

    color:#555;

    transition:.35s;

}

.rv-filter .form-select:focus{

    border-color:#78b42c;

    box-shadow:0 0 0 .15rem rgba(120,180,44,.15);

}

.rv-filter .form-select:hover{

    border-color:#78b42c;

}

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

.rv-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:14px;

    overflow:hidden;

    transition:.35s;

    height:100%;

    display:flex;

    flex-direction:column;

}

.rv-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.10);

}


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

.rv-image{

    position:relative;

    overflow:hidden;

    height:220px;

}

.rv-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.rv-card:hover .rv-image img{

    transform:scale(1.08);

}

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

.rv-content{

    padding:22px;

}

.rv-content h3{

    font-size:20px;

    font-weight:700;

    color:#202020;

    margin-bottom:22px;

    line-height:1.3;

}


.new-badge{

    position:absolute;

    top:15px;

    left:15px;

    background:#78b42c;

    color:#fff;

    padding:7px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    z-index:10;

}


@media(max-width:991px){

    .rv-filter{
    
    justify-content:flex-start;
    
    margin-top:25px;
    
    }
    
    .rv-title{
    
    font-size:42px;
    
    }
    
    }
    
    @media(max-width:767px){
    
    .rv-filter{
    
    flex-direction:column;
    
    }
    
    .rv-filter .form-select{
    
    width:100%;
    
    }
    
    .rv-title{
    
    font-size:34px;
    
    }
    
    }


    /*=========================================
            RV SPECIFICATIONS
=========================================*/

.rv-specs{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;

    padding-bottom:20px;

    border-bottom:1px solid #efefef;

}

.rv-spec{

    display:flex;

    align-items:center;

    gap:8px;

}

.rv-spec i{

    color:#79B530;

    font-size:18px;

}

.rv-spec div{

    display:flex;

    flex-direction:column;

    line-height:1.2;

}

.rv-spec small{

    font-size:11px;

    color:#8d8d8d;

    font-weight:500;

    margin-bottom:2px;

}

.rv-spec strong{

    font-size:14px;

    font-weight:600;

    color:#222;

}


/*=========================================
                PRICE
=========================================*/

.price-box{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    margin-bottom:22px;

}

.price{

    font-size:34px;

    font-weight:700;

    color:#111;

    line-height:1;

}

.price-box span{

    font-size:13px;

    color:#999;

    font-weight:500;

}


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

.rv-btn{

    width:100%;

    height:52px;

    background:#79B530;

    border-radius:8px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#fff;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

    transition:.35s;

}

.rv-btn:hover{

    background:#5e9722;

    color:#fff;

}

.rv-btn i{

    transition:.35s;

}

.rv-btn:hover i{

    transform:translateX(6px);

}


/*=========================================
            CARD EFFECT
=========================================*/

.rv-card:hover{

    border-color:#79B530;

}

.rv-card:hover h3{

    color:#79B530;

}

.rv-content h3{

    transition:.35s;

}


@media(max-width:768px){

    .rv-specs{
    
    flex-wrap:wrap;
    
    gap:18px;
    
    }
    
    .rv-spec{
    
    width:45%;
    
    }
    
    .price-box{
    
    flex-direction:column;
    
    align-items:flex-start;
    
    gap:6px;
    
    }
    
    .price{
    
    font-size:28px;
    
    }
    
    }


    @media(max-width:768px){

        .rv-specs{
        
        flex-wrap:wrap;
        
        gap:18px;
        
        }
        
        .rv-spec{
        
        width:45%;
        
        }
        
        .price-box{
        
        flex-direction:column;
        
        align-items:flex-start;
        
        gap:6px;
        
        }
        
        .price{
        
        font-size:28px;
        
        }
        
        }


        /*=========================================
            CARD DESIGN
=========================================*/

.rv-card{

    border-radius:14px;

    overflow:hidden;

    background:#fff;

    border:1px solid #E8E8E8;

    transition:.35s;

}

.rv-image{

    border-radius:14px 14px 0 0;

}


.rv-card{

    box-shadow:

    0 5px 15px rgba(0,0,0,.04);

}

.rv-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 18px 45px rgba(0,0,0,.14);

}


.rv-image{

    position:relative;

}

.rv-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(

    to top,

    rgba(0,0,0,.12),

    transparent

    );

}


.rv-btn{

    height:50px;

    border-radius:7px;

    font-size:13px;

    letter-spacing:.7px;

    font-weight:700;

}

.rv-btn:hover{

    background:#649d26;

}


.rv-card{

    transition:.35s ease;

}

.rv-image img{

    transition:.7s;

}

.rv-card:hover img{

    transform:scale(1.06);

}

.rv-card:hover h3{

    color:#79B530;

}

.rv-content h3{

    transition:.35s;

}


.rv-card{

    display:flex;

    flex-direction:column;

    height:100%;

}

.rv-content{

    display:flex;

    flex-direction:column;

    flex:1;

}

.price-box{

    margin-top:auto;

}


@media(max-width:991px){

    .rv-card{
    
    margin-bottom:10px;
    
    }
    
    }
    
    @media(max-width:767px){
    
    .rv-image{
    
    height:230px;
    
    }
    
    .rv-content{
    
    padding:16px;
    
    }
    
    .rv-content h3{
    
    font-size:17px;
    
    }
    
    .price{
    
    font-size:30px;
    
    }
    
    }



    /*==============================
        SPECIFICATION
==============================*/

.rv-specs{

    display:flex;
    
    justify-content:space-between;
    
    padding:20px 0;
    
    border-top:1px solid #ededed;
    
    border-bottom:1px solid #ededed;
    
    margin:20px 0;
    
    }
    
    .rv-spec{
    
    flex:1;
    
    text-align:center;
    
    
    
    }
    
    .rv-spec:not(:last-child)::after{
    
    content:"";
    
    position:absolute;
    
    right:0;
    
    top:5px;
    
    width:1px;
    
    height:45px;
    
    background:#ededed;
    
    }
    
    .rv-spec i{
    
    display:block;
    
    font-size:18px;
    
    color:#7DBB39;
    
    margin-bottom:8px;
    
    }
    
    .rv-spec small{
    
    display:block;
    
    font-size:11px;
    
    color:#999;
    
    margin-bottom:4px;
    
    }
    
    .rv-spec strong{
    
    display:block;
    
    font-size:14px;
    
    font-weight:700;
    
    color:#222;
    
    }



    .price-box{

        display:flex;
        
        justify-content:space-between;
        
        align-items:center;
        
        margin-bottom:20px;
        
        }
        
        .price{
        
        font-size:32px;
        
        font-weight:700;
        
        color:#1d1d1d;
        
        }
        
        .price-box span{
        
        font-size:13px;
        
        color:#8b8b8b;
        
        }



        .rv-btn{

            display:flex;
            
            justify-content:center;
            
            align-items:center;
            
            gap:10px;
            
            height:52px;
            
            width:100%;
            
            background:#7DBB39;
            
            color:#fff;
            
            text-decoration:none;
            
            font-size:13px;
            
            font-weight:700;
            
            letter-spacing:1px;
            
            border-radius:8px;
            
            transition:.35s;
            
            }
            
            .rv-btn:hover{
            
            background:#689d2d;
            
            color:#fff;
            
            }
            
            .rv-btn i{
            
            transition:.3s;
            
            }
            
            .rv-btn:hover i{
            
            transform:translateX(5px);
            
            }


            .rv-card{

                transition:.35s;
                
                }
                
                .rv-card:hover{
                
                transform:translateY(-10px);
                
                box-shadow:0 20px 45px rgba(0,0,0,.15);
                
                border-color:#7DBB39;
                
                }
                
                .rv-card:hover h3{
                
                color:#7DBB39;
                
                }











                /*==========================================
        PRODUCT GALLERY
==========================================*/

.product-gallery{

    position:relative;

}

/*==========================
        MAIN IMAGE
==========================*/

.main-image{

    position:relative;

    overflow:hidden;

    border-radius:18px;

    border:1px solid #E8E8E8;

    background:#f5f5f5;

}

.main-image img{

    width:100%;

    height:520px;

    object-fit:cover;

    display:block;

}






/*==========================
        BADGE
==========================*/

.best-seller{

    position:absolute;

    top:18px;

    left:18px;

    z-index:20;

    background:#79B530;

    color:#fff;

    font-size:13px;

    font-weight:700;

    padding:10px 18px;

    border-radius:8px;

    letter-spacing:.5px;

    text-transform:uppercase;

}






/*==========================
        ARROWS
==========================*/

.gallery-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:46px;

    height:46px;

    border:none;

    border-radius:50%;

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

    color:#444;

    font-size:18px;

    cursor:pointer;

    transition:.3s;

    box-shadow:0 5px 18px rgba(0,0,0,.15);

}

.gallery-arrow:hover{

    background:#79B530;

    color:#fff;

}

.left-arrow{

    left:18px;

}

.right-arrow{

    right:18px;

}







/*==========================
        THUMBNAILS
==========================*/

.thumb-gallery{

    display:flex;

    gap:12px;

    margin-top:15px;

}

.thumb{

    width:78px;

    height:78px;

    overflow:hidden;

    border-radius:10px;

    border:2px solid transparent;

    cursor:pointer;

    transition:.35s;

    flex-shrink:0;

}

.thumb img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.thumb.active{

    border-color:#79B530;

}

.thumb:hover{

    border-color:#79B530;

    transform:translateY(-3px);

}




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

.main-image img{

    transition:.6s;

}

.main-image:hover img{

    transform:scale(1.05);

}





@media(max-width:991px){

    .main-image img{
    
    height:420px;
    
    }
    
    }
    
    @media(max-width:767px){
    
    .main-image img{
    
    height:320px;
    
    }
    
    .thumb{
    
    width:65px;
    
    height:65px;
    
    }
    
    .gallery-arrow{
    
    width:40px;
    
    height:40px;
    
    font-size:15px;
    
    }
    
    }






    /*==================================================
            PRODUCT DETAILS
==================================================*/

.product-details{

    padding-left:25px;

}

.product-breadcrumb{

    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;

    margin-bottom:18px;

    font-size:14px;

}

.product-breadcrumb a{

    color:#79B530;
    text-decoration:none;
    font-weight:500;

}

.product-breadcrumb span{

    color:#999;

}

.product-breadcrumb .active{

    color:#666;

}

/*=========================
        TITLE
==========================*/

.product-title{

    font-size:35px;

    font-weight:700;

    color:#202020;

    margin-bottom:18px;

    line-height:1.1;

}

/*=========================
        DESCRIPTION
==========================*/

.product-desc{

    color:#666;

    font-size:16px;

    line-height:1.9;

    margin-bottom:35px;

}





/*==================================================
                SPECIFICATIONS
==================================================*/

.product-specs{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-bottom:35px;

}

.product-spec{

    display:flex;

    gap:12px;

    align-items:flex-start;

}

.product-spec i{

    color:#79B530;

    font-size:22px;

    margin-top:3px;

}

.product-spec small{

    display:block;

    color:#999;

    font-size:13px;

    margin-bottom:3px;

}

.product-spec strong{

    display:block;

    color:#222;

    font-size:12px;

    font-weight:700;

}




/*==================================================
            AVAILABLE COLORS
==================================================*/

.option-title{

    color:#79B530;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

    letter-spacing:.5px;

}

.color-options{

    display:flex;

    gap:12px;

    margin-bottom:30px;

}

.color{

    width:34px;

    height:34px;

    border-radius:50%;

    cursor:pointer;

    border:2px solid #ddd;

    transition:.3s;

}

.color.active{

    border-color:#79B530;

}

.color:hover{

    transform:scale(1.1);

}

.black{background:#000;}
.white{background:#fff;}
.silver{background:#c7c7c7;}
.brown{background:#88705f;}
.blue{background:#63748c;}





/*==================================================
            VARIATIONS
==================================================*/

.variation-list{

    display:flex;

    gap:12px;

    margin-bottom:35px;

}

.variation-btn{

    border:1px solid #ddd;

    background:#fff;

    padding:12px 22px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    transition:.3s;

}

.variation-btn.active{

    background:#79B530;

    color:#fff;

    border-color:#79B530;

}

.variation-btn:hover{

    background:#79B530;

    color:#fff;

}




/*==================================================
                PRICE
==================================================*/

.product-price{

    display:flex;

    align-items:flex-end;

    gap:15px;

    margin-bottom:35px;

}

.product-price h2{

    margin:0;

    font-size:33px;

    font-weight:700;

    color:#202020;

}

.product-price span{

    color:#888;

    margin-bottom:8px;

}




/*==================================================
                BUTTONS
==================================================*/

.product-buttons{

    display:flex;

    gap:15px;

}

.btn-interest{

    flex:1;

    height:58px;

    background:#79B530;

    color:#fff;

    border-radius:8px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-interest:hover{

    background:#679d28;

    color:#fff;

}

.btn-download{

    flex:1;

    height:58px;

    border:2px solid #79B530;

    color:#79B530;

    border-radius:8px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-download:hover{

    background:#79B530;

    color:#fff;

}



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

.product-buttons{

    display:flex;

    align-items:center;

    gap:14px;

}

.btn-interest{

    width:180px;

    flex:none;

}

.btn-download{

    flex:1;

}



/*==========================================
        THUMBNAIL
==========================================*/

.thumb{

    border:2px solid transparent;

    transition:.3s;

}

.thumb.active{

    border-color:#79B530;

}

.thumb:hover{

    border-color:#79B530;

}


.main-image img{

    transition:.4s;

}



/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:991px){

    .product-details{
    
    padding-left:0;
    
    margin-top:40px;
    
    }
    
    .product-specs{
    
    grid-template-columns:repeat(2,1fr);
    
    }
    
    .product-title{
    
    font-size:42px;
    
    }
    
    .product-price h2{
    
    font-size:38px;
    
    }
    
    }
    
    @media(max-width:767px){
    
    .product-title{
    
    font-size:32px;
    
    }
    
    .product-specs{
    
    grid-template-columns:1fr;
    
    }
    
    .product-buttons{
    
    flex-direction:column;
    
    }
    
    .btn-interest,
    
    .btn-download{
    
    width:100%;
    
    }
    
    .thumb-gallery{
    
    justify-content:center;
    
    flex-wrap:wrap;
    
    }
    
    .main-image img{
    
    height:320px;
    
    }
    
    }



    .product-spec{

        transition:.3s;
        
        }
        
        .product-spec:hover{
        
        transform:translateY(-4px);
        
        }
        
        .product-spec:hover i{
        
        color:#5d9820;
        
        }
        
        .btn-interest,
        
        .btn-download{
        
        transition:.35s;
        
        }





        /*==================================
        ENQUIRY FORM
==================================*/

.enquiry-card{

    background:#fff;

    border:1px solid #E8E8E8;

    border-radius:16px;

    padding:28px;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

    position:sticky;

    top:100px;

}

.enquiry-card h3{

    font-size:28px;

    font-weight:700;

    color:#202020;

    margin-bottom:6px;

}

.enquiry-card p{

    color:#666;

    margin-bottom:25px;

    font-size:15px;

}

.enquiry-card .form-control,

.enquiry-card .form-select{

    height:55px;

    border-radius:10px;

    border:1px solid #E5E5E5;

    box-shadow:none;

    padding:0 18px;

    font-size:15px;

}

.enquiry-card textarea.form-control{

    padding:15px 18px;

    resize:none;

}

.enquiry-card .form-control:focus,

.enquiry-card .form-select:focus{

    border-color:#79B530;

    box-shadow:0 0 0 .15rem rgba(121,181,48,.18);

}

.form-check-label{

    font-size:14px;

    color:#555;

}

.form-check-label a{

    color:#79B530;

    text-decoration:none;

    font-weight:600;

}

.submit-btn{

    width:100%;

    height:56px;

    border:none;

    border-radius:8px;

    background:#79B530;

    color:#fff;

    font-weight:700;

    letter-spacing:.5px;

    transition:.35s;

}

.submit-btn:hover{

    background:#659d28;

}












/*==================================
        FEATURE STRIP
==================================*/

.feature-strip{

    background:#051c16;

    background:linear-gradient(90deg,#031813,#07241d);

    border-top:1px solid rgba(255,255,255,.06);

    border-bottom:1px solid rgba(255,255,255,.06);

}

.feature-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

}

.feature-item{

    flex:1;

    display:flex;

    align-items:center;

    gap:18px;

    padding:22px 28px;

    border-right:1px solid rgba(255,255,255,.08);

}

.feature-icon{

    width:58px;

    height:58px;

    border:2px solid #83BC2D;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.feature-icon i{

    font-size:24px;

    color:#83BC2D;

}

.feature-content h5{

    color:#fff;

    font-size:18px;

    font-weight:600;

    margin-bottom:5px;

}

.feature-content p{

    color:#d4d4d4;

    font-size:14px;

    margin:0;

    line-height:1.6;

}





@media(max-width:991px){

    .feature-wrapper{
    
    flex-wrap:wrap;
    
    }
    
    .feature-item{
    
    width:50%;
    
    flex:none;
    
    border-bottom:1px solid rgba(255,255,255,.08);
    
    }
    
    .feature-item:nth-child(2){
    
    border-right:none;
    
    }
    
    }
    
    @media(max-width:767px){
    
    .feature-item{
    
    width:100%;
    
    border-right:none;
    
    padding:18px;
    
    }
    
    .feature-content h5{
    
    font-size:16px;
    
    }
    
    .feature-content p{
    
    font-size:13px;
    
    }
    
    .feature-icon{
    
    width:50px;
    
    height:50px;
    
    }
    
    .feature-icon i{
    
    font-size:20px;
    
    }
    
    }