
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nova+Mono&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Style+Script&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yatra+One&display=swap');
body {
    background-color: rgb(255, 255, 255);
    
      font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

    padding: 0px;
    margin: 0px;
}
:root{
    --primary:#75a140;
    --primary-dark:#3E6C10;
    --black:#0B0B0B;
    --dark:#121212;
    --white:#FFFFFF;
}
ul, li {
    list-style: none;
}
h2, h3, h4, h5, h6{
  
      font-family: "Oswald", sans-serif;
}
/* ==========================
   NAVBAR
========================== */

.navbar{
    transition:all .3s ease;
    background:transparent;
}

.navbar.scrolled{
    background:rgba(11,11,11,.95);
    box-shadow:0 10px 30px rgba(0,0,0,.35);
    backdrop-filter:blur(10px);
}

.navbar-brand{
    color:var(--primary)!important;
    font-weight:700;
    letter-spacing:1px;
}

.nav-link{
    color:#fff!important;
    font-weight:500;
}

/* ==========================
   HERO
========================== */

.hero{
    height:100vh;
    position:relative;
    overflow:hidden;
}

.hero video{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:translate(-50%,-50%);
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.hero-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    align-items:center;
}

.hero h1{
    font-size:clamp(2.5rem,2vw,3rem);
    font-weight:800;
    line-height:1.3;
    columns: var(--primary);
}

.hero-highlight{
    color:var(--primary);
}

.hero p{
    color:#ddd;
    font-size:1.25rem;
    max-width:700px;
}

.btn-primary-custom{
    background:var(--primary);
    border:none;
    color:#000;
    font-weight:700;
    padding:14px 32px;
}

.btn-primary-custom:hover{
    background:var(--primary-dark);
    color:#fff;
}

.btn-outline-custom{
    border:2px solid #fff;
    color:#fff;
    padding:14px 32px;
}

.btn-outline-custom:hover{
    background:#fff;
    color:#000;
}

/* ==========================
   TRUST BAR
========================== */

.trust-bar{
    background:var(--primary);
    color:#000;
    padding:24px 0;
}

.trust-number{
    font-size:2rem;
    font-weight:800;
}

.step-box{
    cursor: pointer;
}
/* SECTION SPACING */
.step-box:hover{
     transition: all .3s;
    
    margin: -6px 0px;
}
.section-padding{
    padding:100px 0;
}
.black-gradient {
  
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 59%, rgba(0, 0, 0, 0.9) 100%), url(../img/pattern-1.png);
}

.white-gradient {
  
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 59%, rgba(255, 255, 255, 0.9) 100%), url(../img/pattern-1.png);
}


.green-gradient {
    background: linear-gradient(to bottom, rgba(117, 161, 64, 0.9) 0%, rgba(117, 161, 64, 0.9) 59%, rgba(117, 161, 64, 0.9) 100%), url(../img/pattern-1.png);
}
.site-green{
    color:  var(--primary);
}
.hero .site-btn-green {
        text-transform: capitalize;
        font-size: 1.2rem;
        line-height: 2.4rem;
}
.site-btn-green{
    color: #fff;
    border-radius: 30px;


    background: linear-gradient(to bottom, rgba(166, 206, 57, 0.9) 0%, rgba(140, 175, 44, 0.9) 59%, rgba(166, 206, 57, 0.9) 100%);
}

ul, li{ margin: 0px; padding: 0px;}
a{ text-decoration: none;}

.text-green{
    color: #75a140;
}

.list ul{
    margin: 10px;
    padding: 0px;
}
.list  li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
.list ul li::before {
        content: '';
    width: 10px;
    height: 10px;
    border: 1px solid  #191a5a;;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;

}
.header-bar {
    padding: 20px 0px;
    text-align: center;
}

.header-bar h5{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.header-bar p{
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
}
.services .card{
 border-radius: 20px !important;
}
.section-head {}
.section-head h2{ font-size: 2.6rem;  font-weight: bold;}
.section-head p{  font-size:1.2rem;}
footer{
    min-height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 59%, rgba(0, 0, 0, 0.9) 100%), url(../img/footer_background.png);
    background-position:center;
    background-size:cover;
}
.why{
   
}
.why ul { 
    margin-left: 20px;
    
}
.why ul li{
    color: #fff;
    margin-bottom: 20px;
    list-style:disc;
    line-height: 1.8rem;
    font-weight: 400;
} 
.why ul li strong{
   font-weight : 600;
   font-size: 1.1rem;
} 


@media only screen and (max-width: 480px) {
.section-head {}
.section-head h2{ font-size: 1.6rem;  font-weight: bold;}
.section-head p{  font-size:1rem;}

.hero h1 {
    font-size: clamp(1.5rem, 1vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
    columns: var(--primary);
}

}

.accordion-button:not(.collapsed) { background-color: #75a140; color: #fff;}