:root{
    --black: #000;
    --dark: #000000B2;
    --dark-900: #1B1212;
    --light: #FAF9F6;
    --primary: #092D05;
    --secondary: #86BC43;
    --tertiary: #609222;
    --quaternary:#594E45;

    --primary-font: "Montserrat", sans-serif;
    --secondary-font: "Alexandria", sans-serif;
}

body{
    background-color: var(--light) !important; 
}
.wrapper{
    width: 100%;
    overflow-x: hidden;
}
.bg-primary-color{
    background-color: var(--primary); 
}
.navbar{
    border-radius: 71px;
    padding: 13px 17px;
    position: relative;
    top: 30px;;
    z-index: 999
}
.navbar-brand{
    max-width: 235px !important;
}
.navbar-brand img{
    width: 60px;
}
.navbar-brand h1{
    color: var(--secondary);
    font-size: 26px;
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: 0;
}
button:focus:not(:focus-visible){
    outline: none !important;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow:none !important
}
.nav-link{
    color: var(--light) !important;
    font-size: 20px;
    font-weight: 200;
    font-family: var(--secondary-font);
    padding: 0 13px !important;
}
.nav-item .active{
    font-weight: 400;
    opacity: 1;
}
.btn-agri{
    padding: 8px 24px;
    border: .5px solid var(--light);
    border-radius: 40px;
    color: var(--light);
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    transition: .5s;
}
.btn-agri:hover{
    color: var(--light);
    background-color: var(--tertiary);
    border: 1px solid var(--tertiary);
}
/* Banner Section Starts */
.banner-carousel{
    position: relative;
    top: -77px;
}
.slide-bg {
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: 0px -411px 190px 5px #092D05D6 inset;
    padding-bottom: 50px;
}
.slide-bg h2{
    font-family: var(--secondary-font);
    font-size: 72px;
    font-weight: 600;
    color: var(--light);
    margin-bottom: 0;
}
.slide-bg p{
    font-family: var(--primary-font);
    font-size: 28px;
    font-weight: 400;
    color: var(--light);
    padding-bottom: 30px;
}
.slide-bg a{
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--primary-font);
    background-color: var(--light);
    box-shadow: 0px 2px 4px 0px #FFFFFF54;
    backdrop-filter: blur(4px);
    border-radius: 12px;
    color: var(--primary);
    text-decoration: none;
    transition: .5s;
    position: relative;
    top: -15px;
}
.slide-bg a:hover{
    color: var(--light);
    background-color: var(--tertiary);
}
/* Banner Section Ends */

/* Who We Are Starts */
.who-we-are{
    padding: 250px 0;
}
.who-we-are .section-title{
    text-align: center;
}
.section-title span{
    border:1px solid var(--tertiary);
    padding: 8px 24px;
    border-radius: 41px;
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 300;
    box-shadow: 0px 0px 4px 0px #6092224D;
    color: var(--tertiary);
}
.section-title span::before {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: var(--tertiary);
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
  }
.section-title h2{
    margin: 30px 0;
    color: var(--black);
    font-size: 52px;
    font-weight: 400;
    font-family: var(--secondary-font);
}
.who-we-are p{
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    font-family: var(--secondary-font);
    line-height: 44px;
}
.who-we-are p span{
    color: var(--tertiary);
}
.btn-main{
    font-size: 24px;
    font-weight: 300;
    padding: 8px 32px;
    border-radius: 52px;
    background-color: var(--tertiary);
    color: var(--light);
    font-family: var(--secondary-font);
    text-decoration: none;
    margin-top: 30px;
    transition: .5s;
}
.btn-main:hover{
    background-color: var(--secondary);
    color: var(--light);
}
.btn-main i { 
    font-size: 24px;
    line-height: 1;
    color: var(--light);  
}
.top-left img{
    position: absolute;
    width: 206px;
    height: 247px;
    object-fit: cover;
    border-radius: 24px;
    left: 80px;
    margin-top: -90px;
}
.top-right img{
    position: absolute;
    width: 289px;
    height: 346px;
    object-fit: cover;
    border-radius: 24px;
    right: 80px;
    margin-top: -190px;
}
.bottom-left img{
    position: absolute;
    width: 392px;
    height: 289px;
    object-fit: cover;
    border-radius: 24px;
    left: 80px;
    margin-top: -30px;
}
.bottom-right img{
    position: absolute;
    width: 289px;
    height: 289px;
    object-fit: cover;
    border-radius: 24px;
    right: 80px;
    margin-top: -120px;
}
/* Who We Are Ends */

/* Service Section Starts */
.service-section{
    position: relative;
    top: 120px;
}
.service-section .col-lg-4{
    margin-bottom: 20px;
}
.service-section .item{
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px #00000040; 
    height: 100%;
    transition: .5s;
}
.service-section .item:hover{
    background-color: var(--tertiary);
}
.service-section .item:hover .num{
    color: var(--light);
}
.service-section .item:hover h3{
    color: var(--light);
}
.service-section .item:hover p{
    color: var(--light);
}
.service-section .item:hover a{
    color: var(--light);
}
.service-section .item:hover a i{
    color: var(--light);
}
.service-section .item .num{
    font-size: 76px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--tertiary);
    padding-bottom: 15px;
    transition: .5s;
}
.service-section .item h3{
    font-size: 24px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--black);
    padding-bottom: 15px;
    margin-bottom: 0;
    transition:.5s;
}
.service-section .item p{
    font-size: 16px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: var(--dark);
    padding-bottom: 15px;
    margin-bottom: 0;
    transition: .5s;
}
.service-section .item a{
    font-size: 16px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: var(--tertiary);
    text-decoration: none;
    transition: .5s;
}
.service-section .item a i{
    font-size: 16px; 
    color: var(--tertiary); 
    position: relative;
    top:2px;
    transition: .5s;
}
/* Service Section Ends */

/* CTA Section Starts */
.cta-section{ 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    padding: 80px 0;
    margin-bottom: -250px;
    margin-top: 180px;
    z-index: 99999999;
    position: relative;
}
.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust transparency here */
    z-index: -1;
    border-radius: 24px;
  }
.cta-section h3{
    font-size: 52px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: var(--light);
    line-height: 78px; 
    margin-bottom: 20px;
}
.input-group{
    border-radius: 52px;
    padding: 10px;
    background-color: var(--light);
    width: 500px !important;
}
.input-group .form-control{
    background-color: var(--light) !important;
    border: none !important;
    height:56px ;
    padding: 0 32px !important;
}
.input-group .form-control:focus{
    outline:none !important;
    box-shadow: none !important;
}
.input-group input::placeholder{
    font-size: 20px;
    font-family: var(--secondary-font) !important;
    color: #00000080;
    !important;
    font-weight: 300 !important;
    padding: 20px 0px;
}
.btn-cta{
    font-size: 24px;
    font-weight: 300!important;
    padding: 12px 32px!important;
    border-radius: 52px!important;
    background-color: var(--tertiary)!important;
    color: var(--light)!important;
    font-family: var(--secondary-font)!important;
    text-decoration: none!important; 
    transition: .5s;
    border: none !important;
}
.btn-cta:hover{
    background-color: var(--secondary)!important;
    color: var(--light)!important;
}
.btn-cta i { 
    font-size: 24px;
    line-height: 1;
    color: var(--light);  
}
/* CTA Section Ends */

/* Footer Section Starts */
.footer-section{
    background-color: var(--dark-900);
    padding-top: 300px;
}
.footer-logo img{
    width: 124px;
    margin-bottom: 20px;
}
.footer-section .widget p{
    color: var(--light);
    font-size: 18px;
    font-weight: 300;
    font-family: var(--secondary-font);
    line-height: 36px; 
}
.social-media h3{
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--light);
    margin-bottom: 20px;
    line-height: 36px;
}
.social-media ul{
    padding-left: 0;
    display: flex;
    justify-content: start;
}
.social-media ul li{
    list-style-type: none;
    margin-right:20px;
}
.social-media li a{
    line-height: ;
    color: var(--light);
    padding: 20px 19px;
    background-color: var(--quaternary);
    border-radius: 50%; 
    transition: .5s;
    text-decoration:none;
    width: 44px;
    height: 44px;
}
.social-media li a i{
    font-size: 20px;
    line-height: 52px;
    position: relative;
    top: 3px;
}
.social-media li a:hover{
    color: var(--dark-900);
    background-color: var(--tertiary);
}
.footer-section .item h3{
    font-size: 24px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--light);
    margin-bottom: 20px;
    line-height: 36px;
}
.footer-section .item ul{
    padding-left: 0;
}
.footer-section .item ul li{
    list-style-type: none;
    margin-bottom: 15px;
}
.footer-section .item ul li a{
    font-size: 20px;
    font-weight: 300;
    color: var(--light);
    font-family: var(--secondary-font);
    line-height: 36px;
    text-decoration: none;
}
.footer-section .item p{
    font-size: 20px;
    font-weight: 300;
    color: var(--light);
    font-family: var(--secondary-font);
    line-height: 36px; 
}
.footer-section .item a{
    font-size: 20px;
    font-weight: 300;
    color: var(--light);
    font-family: var(--secondary-font);
    line-height: 36px; 
    text-decoration: none; 
}
.footer-section .item a i{
    font-size: 20px; 
    color: var(--tertiary)!important; 
    line-height: 36px; 
}
.copyright p{
    font-size: 20px;
    font-weight: 300;
    color: var(--light);
    font-family: var(--secondary-font);
    line-height: 36px; 
    margin-bottom: 0;
    padding: 15px 0;
    border-top:1px solid #3E3E3E;
}
/* Footer Section Ends */

/* Career Page Banner Starts */
.slide-bg2 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: 0px -411px 190px 5px #092D05D6 inset;
    padding-bottom: 50px;
}
.slide-bg2 h2{
    font-family: var(--secondary-font);
    font-size: 122px;
    line-height: 122px;
    font-weight: 400;
    color: var(--light);
    margin-bottom: 0;
}
.slide-bg2 p{
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 400;
    color: var(--light);
    padding-bottom: 30px;
}
.slide-bg2 a{
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--primary-font);
    background-color: var(--light);
    box-shadow: 0px 2px 4px 0px #FFFFFF54;
    backdrop-filter: blur(4px);
    border-radius: 12px;
    color: var(--primary);
    text-decoration: none;
    transition: .5s;
    position: relative;
    top: -15px;
}
.slide-bg2 a:hover{
    color: var(--light);
    background-color: var(--tertiary);
}
/* Career Page Banner Ends */

/* Career Page Value Section Starts */
.value-section{
    padding: 50px 0;
}
.value-section h2{
    font-size: 52px;
    line-height: 78px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.value-section p{
    font-size: 26px;
    line-height: 44px;
    font-weight: 300;
    text-align: justify;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 30px;
}
.value-section .item{
    background-color: var(--light);
    box-shadow: 0px 0px 2px 0px #00000066;
    padding: 24px;
    border-radius: 24px;
    height: 100%;
}
.value-section .item i{
    font-size: 72px; 
    color: var(--tertiary);
    margin-bottom: 10px;
}
.value-section .item img{
    width: 72px;
    margin-bottom: 20px;
}
.value-section .item h3{
    font-size: 24px;
    line-height: 36px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--black);
    margin-bottom: 15px;
}
.value-section .item p{
    font-size: 16px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 300;
    color: #000000ad;
    margin-bottom: 0;
    text-align: start;
}
/* Career Page Value Section Ends */

/* Career Form Starts */
.career-form{
    padding: 50px 0;
    margin-bottom: -155px;
}
.career-form h2{
    font-size: 52px;
    line-height: 78px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.career-form p{
    font-size: 26px;
    line-height: 44px;
    font-weight: 300;
    text-align: justify;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 30px;
}
.career-form .form-group{
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}
.career-form .form-group label{
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    text-align: justify;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 10px;
}
.career-form .form-group input{
    background-color: #EFEEEB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0px 0px 1px 0px #000000E5 inset;
    border: none;
    outline: none;
}
.career-form .form-group input:focus-within{
    box-shadow: none;
    outline: none;
}
.career-form .form-group input::placeholder{
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: #00000072;
}
.career-form button{
    background-color: var(--tertiary);
    border-radius: 52px;
    padding: 12px 32px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: var(--light);
    border: none;
}
/* Career Form Starts */

/* Service Banner Starts */
.slide-bg3{
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: 0px -411px 190px 5px #092D05D6 inset;
    padding-bottom: 50px;
}
.service-banner h2{
    font-family: var(--secondary-font);
    font-size: 72px;
    line-height: 96px;
    font-weight: 600;
    color: var(--light);
    margin-bottom: 0;
}
.service-banner p{
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 400;
    color: var(--light);
    padding-bottom: 30px;
}
.service-banner a{
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--primary-font);
    background-color: var(--light);
    box-shadow: 0px 2px 4px 0px #FFFFFF54;
    backdrop-filter: blur(4px);
    border-radius: 12px;
    color: var(--primary);
    text-decoration: none;
    transition: .5s;
    position: relative;
    top: -15px;
}
.service-banner a:hover{
    color: var(--light);
    background-color: var(--tertiary);
}

/* Service Banner Ends */

/* Section content */
.content-section{
    padding: 50px 0;
}
.content-section h2{
    font-size: 52px;
    line-height: 78px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.content-section p{
    font-size: 26px;
    line-height: 44px;
    font-weight: 300; 
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 30px;
}
/* Section content */

.bg-img-section{
    padding: 50px 0;
}
.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    padding: 130px 0; 
    z-index: 99999999;
    position: relative;
}
.bg-img:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000004D; 
    backdrop-filter: blur(5px) ;
    z-index: -1;
    border-radius: 24px;
}
.bg-img h3{
    font-size: 38px;
    line-height: 54px;
    font-weight: 300;
    font-family: var(--secondary-font);
    text-align: center;
    color: var(--light);
    margin-bottom: 0;
}
.item-points li{
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
    font-family: var(--secondary-font);
    color: var(--black);
    margin-bottom: 20px;
}
.item-points li span{
    color: var(--tertiary);
}
.item-points li::marker {
    color: var(--tertiary);
}

.card {
    border-radius: 24px !important;
    box-shadow: 0px 0px 2px 0px #0000004D;
    border: none;
    height: 100%;
    justify-content: space-between;
  }
  .card h5 {
    font-size: 24px;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 36px;
    color: #00000074;
  }
  .card h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    font-family: var(--secondary-font);
    color: var(--black);
  }
  .card .small-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    font-family: var(--secondary-font);
    color: #0000006e;
  }
  .small-text span{
    color: var(--tertiary) !important;
    font-weight: 400;
  }
  .graph-content span{
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    font-family: var(--secondary-font);
    color: #00000074;
  }
  .chart-bar { 
    background: var(--light);
    border-top: 3px solid var(--tertiary);
  }
   
  .bar {
    width: 100%;
    margin: 0 5px;
  }
   
  .platform-features .item{
    box-shadow: 0px 0px 2px 0px #00000066;
    border-radius: 24px;
    padding: 24px 35px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .platform-features .item img{
    width: 64px;
    opacity: 0.7;
    margin-right: 20px;
  }
  .platform-features .item h4{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: #000000b8;
  }

  .platform-benefits .item{
    box-shadow: 0px 0px 2px 0px #00000066;
    border-radius: 24px;
    padding: 24px;
    height: 100%;

  }
  .platform-benefits .item h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: var(--tertiary);
  }
  .platform-benefits .item p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: #0000008f;
    margin-bottom: 0;
  }
  .card .small-text{
    font-size: 20px;
  }
  .margin-top-clear{
    margin-top:0
  }

  .agriculture-inputs .item{
    box-shadow: 0px 0px 2px 0px #00000066;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: start;
    height: 100%;
  }
  .agriculture-inputs .item img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 12px;
  }
  .agriculture-inputs .item h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: var(--black);
  }
  .agriculture-inputs .item ul li{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: #000000bf;
  }
  .agriculture-inputs .item ul li:marker{
    color: #000000bf;
  }

.impact-snapshot{
    width: 100%;
    box-shadow: 0px 0px 2px 0px #00000066;
    border-radius: 24px;
    height: 100%;
}
.impact-snapshot h3{
    background-color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 44px;
    font-family: var(--secondary-font);
    color: var(--tertiary);
    text-align: center;
    border-radius: 24px 24px 0px 0px;
    padding: 10px;
}
.impact-snapshot ul{
    margin: 0px 100px;
    padding: 30px 0px;
}
.impact-snapshot ul li{
    font-size: 23px;
    line-height: 44px;
    font-weight: 300;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 15px;
}
.farming-activity .item{
    text-align: center;
    margin-bottom: 27px;
} 
.farming-activity .item:not(:last-child)::after {
    content: "";
    display: block;
    margin: 10px auto 0; /* top margin for spacing */
    width: 2px;
    height: 36px;
    background-color: #DEE3DB;
  }
.farming-activity .item img{
    width: 42px;
    margin-bottom: 15px;
}
.farming-activity .item h3{
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--secondary-font);
    text-align: center;
    margin-bottom: 15px;
    color: var(--black);
}
.farming-activity .item p{
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    font-family: var(--secondary-font);
    text-align: center;
    margin-bottom: 15px;
    color: #000000b1;
}
.performance-section .item{
    background-color: var(--light);
    box-shadow: 0px 0px 2px 0px #00000066;
    padding: 24px;
    border-radius: 24px;
    height: 100%;
}
.performance-section h2{
    font-size: 52px;
    line-height: 78px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.performance-section .item p{
    font-size: 20px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 300;
    color: #000000ad;
    margin-bottom: 0;
    text-align: start;
}
.performance-section .sub-item{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.performance-section .sub-item img{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.performance-section .sub-item h4{
    font-size: 26px;
    margin-bottom: 0;
    font-family: var(--primary-font);
    color: var(--tertiary);
}
.nav-pills .nav-link{
    font-size: 26px !important;
    font-family: var(--secondary-font);
    color:#000000b4 !important;
    font-weight: 400;
    margin:0px 15px 20px 15px !important;
    padding: 8px 0px !important; 
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: var(--tertiary) !important;
    background-color: var(--light) !important;
    border-bottom: 5px solid var(--tertiary);
    border-radius: 0 !important; 
}
.opacity-0{
    opacity: 0;
}