/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Outfit', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 80%;
    height: 40%;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 50px;
}
.titlepage span  {
    font-size: 24px;
    color: #6b7908;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    display:block;
    text-transform: uppercase;
}
.titlepage h2 {
    font-size: 50px;
    color: #1f2f12;
    line-height: 50px;
    font-weight: bold;
    display: block;
    text-transform: capitalize;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background: #323232;
    max-width: 203px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #6b7908;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header-area {
    border-top: #6b7908 solid 15px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    height: 85px;
    background: transparent;
    line-height: 68px;
}

.logo a {
    color: #1c1c1b;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.logo a span {
    color: #6b7908;  
}

.navbar-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #1c1c1b;
    font-size: 17px;
    display: block;
    text-decoration: none;
}

.site-navbar ul li {
    padding-right: 55px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #6b7908;
}
.site-navbar ul li a.active {
    color: #6b7908;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #363636;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #363636;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}



ul.email li {
     display: inline-block;
     padding-right: 30px;
}
ul.email li:last-child {padding-right: 0;}
ul.email li a {
     color: #6b7908;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #1a1b1b;
     font-size: 19px;
     ;
     padding-left: 10px;
}

/** end header **/


/** banner section **/


.relative {
     left: 5%;
     right: 5%;
     text-align: left;
}

.carousel-item {
     height: 100%;
     width: 100%;
}
#banner1 .carousel-item img {
    width: 100%; 
    height: 100vh;
}
.willom {
    display: flex;
    margin-top: -85px;
}
.willom h1 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    background: #6b7908;
    display: inline-block;
    padding: 46px 46px;
    border-radius: 30px;
}
.slider_main .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 103px;
     height: 103px;
     background-color: #ffffffc4;
     color: #000000;
     font-size: 60px;
     opacity: 1;
     top: 50%;
    
     z-index: 999;
     border-radius: 10px;
}

#banner1 .carousel-control-prev {
     left: 3%;
}

#banner1 .carousel-control-next {
     right: 3%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
     color: #6b7908;
}



/** end banner section **/

/** about section **/

.about {
    background: #fff;
    padding-top: 90px;
}



.about .titlepage {
    padding-bottom: 0;
    max-width: 610px;
    width: 100%;
    float: right;
}

.about .titlepage p {
    padding-top: 20px;
    color: #000000;
}

.about .read_more {
    margin-top: 35px;
}

.about_img figure img:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
    transition: ease-in all 0.5s;
}


/** end about section **/


/** services section **/

.services {
    background: #fff;
    padding-top: 90px;
}

.services .titlepage {
    padding-bottom: 20px;
}

.services_box {
    margin-top: 30px;
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.14);
    background:#fff;
    margin-bottom: 50px;
    border-radius: 5px;
}

.services_box figure {
    margin: 0;
}

.services_box figure img {
    border-radius: 5px 5px 0 0;
}

.veget {
    padding: 40px;
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
    position: relative;
    z-index: 99999;
    background: #fff;
}

.services_box h3 {
    color: #292928;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
       padding-bottom: 20px;
}

.services_box_main .read_more {
    margin: 0 auto; 
    display: block;
}

/** end services section **/



/** customers **/

.customers {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}
.customers .titlepage {padding-bottom: 15px;}
.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}
.custom { text-align: left;  }
.custom {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
    margin: 36px 0;
    padding: 40px;
}
.custom i img {
    border-radius: 50%;
    border: #6b7908e3 solid 10px;
}
.clint {
    text-align: left;
    padding-left: 20px;
}
.clint h4 {
    color: #6b7908;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.clint span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #303030;
}

.custom p {
   
    line-height: 30px;
    padding: 30px 0px;
    
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 49%;
    z-index: 999;
}

#myCarousel .carousel-control-prev {
    left: 4%;
}

#myCarousel .carousel-control-next {
    right: 4%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #000;
}


/** end customers **/

/** choose section **/


.choose {
    background: url(../images/chose.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 60px 0;
}

.choose .titlepage {
    text-align: center;
}
.choose .titlepage h2 {
    color: #fff;
    margin-bottom: 25px;
}
.choose-image-wrapper {
    padding: 40px 0 20px 0;
}
.choose-image-wrapper .choose-full-img {
    max-width: 760px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.choose .titlepage p {
    color: #ffffff;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 20px auto;
    line-height: 1.8;
    font-weight: 600;
}
.point {margin-bottom: 30px;}
.point h3 {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    border: #cfd8b7 solid 18px;
    font-size: 37px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6b7908;
}

.point span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 28px;
    display: block;
}


/** end choose section **/


/** news section **/

.news {
    background: #fff;
    padding-top: 90px;
}

.news .titlepage {padding-bottom: 20px;}


.latest {
    background: #fff;
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    animation: slideUpCard 0.6s ease backwards;
}

.latest:nth-child(1) {
    animation-delay: 0.1s;
}

.latest:nth-child(2) {
    animation-delay: 0.2s;
}

.latest:nth-child(3) {
    animation-delay: 0.3s;
}

.latest:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 30px rgba(107, 121, 8, 0.25);
}

.box_desho {box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);}

.latest figure {
    margin: 0;
    overflow: hidden;
    height: 250px;
}

.latest figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.latest:hover figure img {
    transform: scale(1.08);
}

.latest span {
    background: #6b7908;
    width: 79px;
    height: 68px;
    margin: 0 auto;
    z-index: 999999;
    line-height: 15px;
    color: #fff;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nostrud {
    padding: 20px 15px 0px 15px;
}
.nostrud p {
    padding-top: 10px;
}

.nostrud h3 {
    color: #1f2f12;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}



.nostrud .read_more {
    display: inline-block;
    background: #6b7908;
    color: #fff;
    text-align: center;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    margin-top: 15px;
}

.nostrud .read_more:hover {
    background: #323232;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(107, 121, 8, 0.35);
}


/** end news section **/

/* Card entrance animation */
@keyframes slideUpCard {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/** contact  **/

.contact {
    background: #fff;
    padding-top: 90px;
}

.map-responsive {margin-top: 90px;}
.main_form .form_control {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 66px;
    background: #fff;
    color: #999998;
    font-size: 18px;
    font-weight: normal;
    border: #6b7908 solid 3px;
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    color: #999998 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px 15px 20px;
    border: #6b7908 solid 3px;
    height: 179px;
}


.group_btn {display: flex; justify-content: center;}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #323232;
    text-transform: uppercase;
    color: #fff;
    max-width: 169px;
    width: 100%;
    display: block;
    font-weight: 500;
    height: 69px;
    line-height: 69px;
    margin: 0 5px;
    border-radius: 10px;
}

.main_form .send_btn:hover {
    background-color: #6b7908;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #d0d0cf;
    opacity: 1;
}

.datepicker-days {
    padding: 20px;
}


/** end contact  **/




/** footer **/

.footer {
    padding-top: 70px;
    background: #252525;
    text-align: center;
}


.hedingh3  {padding-top: 20px;}
.hedingh3 h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #6b7908;
}

.newsl {
    width: 100%;
    height: 51px;
    background: #fff;
    color: #c9c7c7;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 2px;
    margin-bottom: 20px;
   
}

.subsci_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #6b7908;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 59px;
    height: 59px;
    max-width: 70px;
    width: 100%;
    display: block;
    border:inherit;
    border-radius:0px;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    box-shadow: 0 0 10px 0px #dddddd5e;
}

#colof *::placeholder {
    color: #c9c7c7;
    opacity: 1;
}

ul.recent li {
    display: flex;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.recent li img {
    width: 61px;
    height: 46px;
    margin-right: 13px;
}

.flot_right {float: right;}


ul.top_infomation li {
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #6b7908;
    line-height: 30px;
    font-size: 15px;
}

ul.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #6b7908;
}

.copyright {
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #6b7908;
}
ul.social_icon {text-align: right;}
ul.social_icon li {
    display: inline-block;
    margin-left: 40px;
}

ul.social_icon li a i {
    font-size: 17px;
    color: #fff;
    transition: ease-in all 0.5s;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
}

ul.social_icon li a i:hover {
    color: #111111;
    transition: ease-in all 0.5s;

}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #111111;
}


/** end footer **/


/**  inner page css **/

.inner_page .header-area {
    background: #dddddd7a;
    position: inherit;
}
.testimonail_page .footer {
    margin-top: 0;
}

.about_page .about, .service_page .services, .blog_page .news {padding-bottom: 90px;} 

.latest figure {
   margin: 0;
   width: 100%;
}

.latest figure img {
   width: 100%;
   height: 242px;
   object-fit: cover;
   display: block;
}

/* LOGO - SMALL */
.logo img{
    height:55px;
    width:auto;
    display:block;
    margin-top:5px;
}

/* HEADER OVER BANNER */
.header-area{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:transparent;
    padding:8px 0;
}

/* MENU ALIGNMENT */
.site-navbar ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    margin:0;
    padding:0;
}

.site-navbar ul li{
    list-style:none;
}

.site-navbar ul li a{
    color:#fff;
    font-size:18px;
    font-weight:500;
}

/* LOGIN + SEARCH */
.email li a{
    color:#fff;
}

/* BIG BANNER */
.slider_main{
    position:relative;
}

.slider_main img{
    width:100%;
    height:780px;
    object-fit:cover;
    display:block;
}

/* DARK OVERLAY FOR PREMIUM LOOK */
.slider_main::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
    z-index:1;
}

.header-area{
    z-index:9999;
}

/* FIX HEADER + BANNER ALIGNMENT */

.full_bg,
.slider_main,
.carousel,
.carousel-inner,
.carousel-item {
   width: 100%;
   max-width: 100%;
}

.carousel-item img {
   width: 100% !important;
   height: 780px;
   object-fit: cover;
   display: block;
}

/* ===== FINAL HEADER + FULL BANNER FIX ===== */

body{
    overflow-x:hidden;
}

/* HEADER */
.header-area{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:transparent;
    padding:10px 0;
    border-top:8px solid #6b7908;
}

/* SMALL LOGO */
.logo img{
    height:55px;
    width:auto;
    display:block;
    max-width:none;
}

/* MENU */
.navbar-area{
    display:flex;
    justify-content:center;
}

.site-navbar ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:38px;
    margin:0;
    padding:0;
}

.site-navbar ul li{
    list-style:none;
    padding:0;
}

.site-navbar ul li a{
    color:#ffffff;
    font-size:18px;
    font-weight:600;
}

.site-navbar ul li a.active{
    color:#6b7908;
}

/* LOGIN */
.email{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:20px;
}

.email li a{
    color:#ffffff;
}

/* ===== FULL WIDTH BANNER ===== */

/* FINAL BANNER FIX */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.full_bg,
.slider_main,
#banner1,
#banner1 .carousel-inner,
#banner1 .carousel-item {
    width: 100%;
    margin: 0;
    padding: 0;
}

#banner1 .carousel-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
    display: block;
}

/* Header */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    background: transparent;
    border-top: 8px solid #6b7908;
    padding: 12px 0;
}

/* Small Logo */
.logo img {
    height: 55px !important;
    width: auto !important;
    max-width: none !important;
}

/* Menu */
.site-navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin: 0;
    padding: 0;
}

.site-navbar ul li {
    padding: 0;
}

.site-navbar ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Banner title */
.willom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 99;
    display: flex;
    justify-content: center;
}

.willom h1 {
    font-size: 65px;
    color: #fff;
    background: #6b7908;
    padding: 25px 45px;
    border-radius: 25px;
}

/* Arrows */
#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    z-index: 999;
}
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
   background: #ffffff;
   
}

.banner-section {
   padding: 60px 0;
   background: #ffffff;
}

.container {
   width: 90%;
   max-width: 1100px;
   margin: 0 auto;
}

.banner-box {
   width: 100%;
   border-radius: 18px;
   overflow: hidden;
   box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.banner-box img {
   width: 100%;
   height: auto;
   display: block;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@400;600;700;800;900&family=Poppins:wght@400;600;700;800;900&display=swap');

.vf-offer-section {
    padding: 70px 0;
    background: #f8faf5;
    font-family: 'Poppins', 'Noto Sans Tamil', sans-serif;
}

.vf-title {
    text-align: center;
    margin-bottom: 35px;
}

.vf-title span {
    color: #557315;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.vf-title h1 {
    color: #222;
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
}

.vf-title p {
    color: #555;
    font-size: 18px;
}

.language-buttons {
    text-align: center;
    margin-bottom: 45px;
}

.lang-btn {
    background: #fff;
    color: #557315;
    border: 2px solid #557315;
    padding: 12px 38px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 800;
    margin: 6px;
    cursor: pointer;
}

.lang-btn.active,
.lang-btn:hover {
    background: #557315;
    color: #fff;
}

.lang-content {
    display: none;
}

.lang-content.active {
    display: block;
}

.vf-card {
    max-width: 1050px;
    margin: 0 auto 38px;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: stretch;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.10);
    border: 1px solid #e9e9e9;
}

.vf-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.vf-card-content {
    padding: 38px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vf-card-content h2 {
    color: #557315;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 12px;
}

.vf-card-content h3 {
    color: #111;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 18px;
}

#tamil .vf-card-content {
    font-family: 'Noto Sans Tamil', 'Poppins', sans-serif;
}

#tamil .vf-card-content h2 {
    font-size: 25px;
    line-height: 1.5;
}

#tamil .vf-card-content h3 {
    font-size: 34px;
    line-height: 1.45;
}

.vf-card-content p {
    color: #222;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.price-highlight {
    background: #557315;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    margin: 20px 0;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
}

.installment {
    align-self: flex-start;
    background: #111;
    color: #fff;
    padding: 13px 30px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .vf-card {
        grid-template-columns: 1fr;
    }

    .vf-card img {
        height: 320px;
        min-height: unset;
    }

    .vf-card-content {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .vf-title h1 {
        font-size: 30px;
    }

    .vf-card-content h3,
    #tamil .vf-card-content h3 {
        font-size: 27px;
    }

    .vf-card-content p {
        font-size: 16px;
    }

    .price-highlight {
        font-size: 25px;
        padding: 16px;
    }
}

@media (max-width: 576px) {

    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    .vf-offer-section {
        padding: 35px 0;
    }

    .vf-offer-section .container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .vf-card {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        display: block;
        overflow: hidden;
    }

    .vf-card img {
        width: 100%;
        max-width: 100%;
        height: 260px;
        object-fit: cover;
        display: block;
        border-radius: 0;
    }

    .vf-card-content {
        width: 100%;
        padding: 24px;
    }
}

/* ===============================
   VRIKSHA FARMS - COMMON HEADER
   =============================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #6b7908;
    z-index: 99999;
    padding: 12px 0;
    box-shadow: 0 3px 12px rgba(0,0,0,0.18);
}

/* space for sticky header */
body {
    padding-top: 90px;
}

/* header layout */
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* logo */
.site-logo {
    display: flex;
    align-items: center;
}

.site-logo img {
    height: 65px;
    width: auto;
    max-width: none;
    display: block;
}

/* desktop menu */
.main-menu {
    display: flex;
    align-items: center;
}

.main-menu ul {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-menu ul li a i {
    font-size: 20px;
    transition: all 0.3s ease;
}

.main-menu ul li a:hover i,
.main-menu ul li a.active i {
    transform: scale(1.15);
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    color: #dbe89f;
}

/* phone icon */
.header-phone {
    display: flex;
    align-items: center;
}

.header-phone a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

.header-phone a:hover {
    color: #dbe89f;
}

/* hamburger */
.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
}

/* ===============================
   MOBILE HEADER
   =============================== */

@media (max-width: 991px) {

    body {
        padding-top: 82px;
    }

    .site-header {
        padding: 10px 0;
    }

    .header-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-logo img {
        height: 52px;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        margin-right: 18px;
    }

    .header-phone a {
        font-size: 22px;
    }

    .main-menu {
        display: none;
        position: absolute;
        top: 66px;
        left: 0;
        width: 100%;
        background: #6b7908;
        padding: 18px 0;
        z-index: 999999;
        box-shadow: 0 8px 18px rgba(0,0,0,0.18);
        border-top: 1px solid rgba(255,255,255,0.25);
    }

    .main-menu.active {
        display: block;
    }

    .main-menu ul {
        display: block;
        text-align: left;
        padding-left: 24px;
    }

    .main-menu ul li {
        margin: 14px 0;
        text-align: left;
    }

    .main-menu ul li a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }
}

/* ===============================
   COMMON FOOTER
   =============================== */

.site-footer {
    background: #111111;
    color: #ffffff;
    padding: 60px 0;
}

.site-footer h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer p,
.site-footer a {
    color: #dddddd;
    font-size: 17px;
    line-height: 1.7;
    text-decoration: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a:hover {
    color: #6b7908;
}
/* LOGO ROUND SHAPE */

.site-logo img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    display:block;
    border:2px solid rgba(255,255,255,0.35);
    background:#fff;
}

/* MOBILE */

@media (max-width:991px){

    .site-logo img{
        width:52px;
        height:52px;
        border-radius:50%;
    }

}
Use your **same old HTML**. Only change these 2 things in HTML:

### 1. Remove green box class

Change this:

```html
<div class="vf-service-card vf-green-card">
```

to:

```html
<div class="vf-service-card">
```

### 2. Change Farm Cultivation icon

Change this:

```html
<i class="fa fa-truck"></i>
```

to:

```html
<i class="fa fa-pagelines"></i>
```

Your uploaded service page already has header/footer linked correctly using `fetch("header.html")` and `fetch("footer.html")`. 

Now replace your full `css/service.css` with this:

```css
body {
   font-family: 'Outfit', sans-serif;
}

.vf-service-banner {
   min-height: 430px;
   background:
      linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
      url("../images/service1.png");
   background-size: cover;
   background-position: center;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   color: #fff;
   padding-top: 90px;
   overflow: hidden;
}

.vf-banner-content {
   max-width: 900px;
   padding: 0 20px;
   animation: bannerFadeUp 1.2s ease forwards;
}

.vf-banner-content span {
   display: inline-block;
   background: rgba(107,121,8,0.95);
   color: #fff;
   padding: 10px 28px;
   border-radius: 30px;
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 20px;
   animation: bannerZoom 1.2s ease forwards;
}

.vf-banner-content h1 {
   font-size: 72px;
   font-weight: 800;
   margin-bottom: 18px;
   color: #ffffff;
   text-shadow: 0 4px 15px rgba(0,0,0,0.55);
}

.vf-banner-content p {
   font-size: 22px;
   color: #ffffff;
   line-height: 1.7;
   text-shadow: 0 3px 12px rgba(0,0,0,0.55);
}

.vf-services {
   padding: 90px 0;
   background: #f7f9f2;
}

.vf-title {
   max-width: 850px;
   margin: 0 auto 60px;
   text-align: center;
}

.vf-title span {
   color: #6B7908;
   font-size: 22px;
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: 2px;
   display: inline-block;
   margin-bottom: 12px;
}

.vf-title h2 {
   color: #1f2f12;
   font-size: 46px;
   font-weight: 800;
   line-height: 1.2;
   margin: 14px 0;
}

.vf-title p {
   color: #666;
   font-size: 17px;
   line-height: 1.8;
}

.vf-service-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
}

.vf-service-card {
   background: #fff;
   border-radius: 0;
   padding: 42px 34px;
   box-shadow: 0 10px 35px rgba(0,0,0,0.06);
   transition: 0.4s ease;
   position: relative;
   overflow: hidden;
   min-height: 365px;
   border: none;
}

.vf-service-card::before {
   content: "";
   position: absolute;
   width: 120px;
   height: 120px;
   background: #e5ebcd;
   border-radius: 50%;
   top: -45px;
   right: -45px;
   transition: 0.4s ease;
}

.vf-service-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 18px 45px rgba(0,0,0,0.13);
}

.vf-service-card:hover::before {
   transform: scale(1.5);
   background: #d4dfaa;
}

.vf-service-card * {
   position: relative;
   z-index: 2;
}

.vf-icon {
   width: 66px;
   height: 66px;
   background: #6B7908;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 30px;
   margin-bottom: 24px;
}

.vf-service-card h3 {
   font-size: 25px;
   color: #1f2f12;
   font-weight: 700;
   margin-bottom: 15px;
}

.vf-service-card p {
   color: #555;
   line-height: 1.8;
   margin-bottom: 18px;
}

.vf-service-card ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.vf-service-card ul li {
   color: #333;
   margin-bottom: 8px;
   padding-left: 24px;
   position: relative;
   font-size: 15px;
}

.vf-service-card ul li::before {
   content: "✓";
   position: absolute;
   left: 0;
   color: #6B7908;
   font-weight: 700;
}

/* disable old green service card */
.vf-green-card {
   background: #fff !important;
}

.vf-green-card h3,
.vf-green-card p,
.vf-green-card ul li {
   color: inherit !important;
}

.vf-green-card .vf-icon {
   background: #6B7908 !important;
   color: #fff !important;
}

.vf-green-card ul li::before {
   color: #6B7908 !important;
}

.vf-future {
   padding: 90px 0;
   background: #6B7908;
}

.vf-white span,
.vf-white h2,
.vf-white p {
   color: #fff;
}

.vf-future-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
}

.vf-future-card {
   background: #fff;
   padding: 45px;
   transition: 0.4s ease;
}

.vf-future-card:hover {
   transform: translateY(-10px);
}

.vf-future-card h3 {
   color: #1f2f12;
   font-size: 30px;
   font-weight: 800;
   margin-bottom: 15px;
}

.vf-future-card p {
   color: #666;
   line-height: 1.8;
}

.vf-ideas {
   padding: 85px 0;
   background: #fff;
}

.vf-ideas-list {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
   justify-content: center;
}

.vf-ideas-list span {
   background: #f7f9f2;
   color: #1f2f12;
   padding: 14px 26px;
   border: 1px solid #d8dfc0;
   font-weight: 600;
   transition: 0.3s ease;
}

.vf-ideas-list span:hover {
   background: #6B7908;
   color: #fff;
   transform: translateY(-5px);
}

@keyframes bannerFadeUp {
   from {
      opacity: 0;
      transform: translateY(45px);
   }
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

@keyframes bannerZoom {
   from {
      opacity: 0;
      transform: scale(0.85);
   }
   to {
      opacity: 1;
      transform: scale(1);
   }
}

@media (max-width: 991px) {
   .vf-service-grid {
      grid-template-columns: repeat(2, 1fr);
   }

   .vf-banner-content h1 {
      font-size: 54px;
   }
}

@media (max-width: 768px) {
   .vf-service-banner {
      min-height: 380px;
      padding-top: 100px;
   }

   .vf-banner-content h1 {
      font-size: 42px;
   }

   .vf-banner-content p {
      font-size: 17px;
   }

   .vf-title span {
      font-size: 18px;
   }

   .vf-title h2 {
      font-size: 34px;
   }

   .vf-service-grid,
   .vf-future-grid {
      grid-template-columns: 1fr;
   }

   .vf-service-card {
      min-height: auto;
   }
}
```
/* GLOBAL FONT - SAME FONT FOR ALL PAGES */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

html,
body,
p,
a,
li,
span,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif !important;
}

/* ===== CONTACT FORM CENTER FIX ===== */

.contact .main_form {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.contact .main_form .form_control,
.contact .main_form .textarea {
    width: 100% !important;
    display: block;
}

.contact .group_btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.contact .send_btn {
    width: 169px !important;
}
/* ===== ENTRY POPUP ===== */

.entry-popup {
    position: fixed;
    inset: 0;
    background: rgba(20, 35, 10, 0.86);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.popup-box {
    width: 100%;
    max-width: 480px;
    background: #fff;
    padding: 38px 34px;
    border-radius: 26px;
    text-align: center;
    box-shadow: 0 25px 80px rgba(0,0,0,0.35);
    animation: popupZoom 0.6s ease;
}

.popup-box h2 {
    color: #1f2f12;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 14px;
}

.popup-box p {
    color: #555;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.popup-box input {
    width: 100%;
    height: 56px;
    border: 2px solid #6b7908;
    border-radius: 14px;
    padding: 0 18px;
    margin-bottom: 14px;
    font-size: 16px;
}

.popup-box button {
    width: 100%;
    height: 58px;
    background: #6b7908;
    color: #fff;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.3s;
}

.popup-box button:hover {
    background: #1f2f12;
}

@keyframes popupZoom {
    from {
        opacity: 0;
        transform: scale(0.82);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* ===== FLOATING WHATSAPP + UP BUTTON ===== */

.floating-buttons {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-whatsapp,
.float-top {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 28px;
}

.float-whatsapp {
    background: #25D366;
}

.float-top {
    background: #6b7908;
}

.float-whatsapp:hover,
.float-top:hover {
    transform: translateY(-5px);
}

@media (max-width: 576px) {
    .floating-buttons {
        right: 16px;
        bottom: 20px;
    }

    .float-whatsapp,
    .float-top {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}
/* ===== FIREFLY EFFECT ===== */

.particles{
    position:fixed;
    inset:0;
    pointer-events:none;
    overflow:hidden;
    z-index:1;
}

.particles span{
    position:absolute;
    width:10px;
    height:10px;
    background:rgba(181,255,120,.7);
    border-radius:50%;
    box-shadow:
    0 0 10px #b5ff78,
    0 0 25px #8fff5a;
    animation:firefly 12s linear infinite;
}

.particles span:nth-child(1){
    left:10%;
    top:90%;
    animation-delay:0s;
}

.particles span:nth-child(2){
    left:30%;
    top:70%;
    animation-delay:2s;
}

.particles span:nth-child(3){
    left:50%;
    top:95%;
    animation-delay:4s;
}

.particles span:nth-child(4){
    left:70%;
    top:80%;
    animation-delay:1s;
}

.particles span:nth-child(5){
    left:85%;
    top:60%;
    animation-delay:3s;
}

.particles span:nth-child(6){
    left:60%;
    top:40%;
    animation-delay:5s;
}

@keyframes firefly{
    0%{
        transform:translateY(0) translateX(0);
        opacity:.3;
    }
    50%{
        transform:translateY(-120px) translateX(40px);
        opacity:1;
    }
    100%{
        transform:translateY(-250px) translateX(-40px);
        opacity:.2;
    }
}
/* ===== MAP SECTION ===== */

.tn-map-section{
    padding:80px 0;
    background:linear-gradient(135deg,#edf5df,#dce9c5);
    text-align:center;
}

.map-title span{
    color:#6b7908;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
}

.map-title h2{
    font-size:42px;
    font-weight:900;
    color:#1c2e12;
    margin:12px 0 40px;
}

.tn-map-wrapper{
    position:relative;
    max-width:720px;
    margin:auto;
}

.tn-map-wrapper img{
    width:100%;
    display:block;
    margin: 0 auto;
    border-radius:18px;
    border: 5px solid #ffffff;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/* ===== Pins ===== */

.district-pin{
    position:absolute;
    transform:translate(-50%,-50%);
}

.district-pin span{
    background:#6b7908;
    color:#fff;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    animation:pulse 1.8s infinite;
}

.district-pin::after{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    background:#ff4b2b;
    border:3px solid #fff;
    border-radius:50%;
    left:50%;
    top:100%;
    transform:translateX(-50%);
}

/* Exact positions for your map */

.vellore{
    top:15%;
    left:67%;
}

.thiruvannamalai{
    top:24%;
    left:64%;
}

.trichy{
    top:48%;
    left:51%;
}

.thanjavur{
    top:52%;
    left:62%;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(107,121,8,.45);
    }
    70%{
        box-shadow:0 0 0 16px rgba(107,121,8,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(107,121,8,0);
    }
}
/* ===== FINAL FIX: MOBILE HEADER + MENU ===== */

body{
    padding-top:0 !important;
}

/* fixed header space handled properly */
.site-header{
    position:fixed !important;
    top:0;
    left:0;
    width:100%;
    z-index:999999;
}

/* remove white gap on mobile */
@media(max-width:991px){
    body{
        padding-top:82px !important;
    }

    .main-menu{
        display:none !important;
        position:absolute !important;
        top:100% !important;
        left:0 !important;
        width:100% !important;
        background:#5f790f !important;
        padding:28px 0 !important;
        z-index:999999 !important;
        text-align:center !important;
        box-shadow:0 12px 30px rgba(0,0,0,.25);
    }

    .main-menu.active{
        display:block !important;
    }

    .main-menu ul{
        display:block !important;
        padding:0 !important;
        margin:0 !important;
        text-align:center !important;
    }

    .main-menu ul li{
        display:block !important;
        margin:16px 0 !important;
        text-align:center !important;
    }

    .main-menu ul li a{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        gap:8px !important;
        color:#fff !important;
        font-size:16px !important;
        font-weight:800 !important;
        text-align:center !important;
    }

    .header-inner{
        position:relative !important;
    }
}

/* remove about image border */
.about_img figure,
.about_img figure img{
    border:none !important;
    box-shadow:none !important;
    outline:none !important;
}