:root {
    --primary-color: #3e3e3e;
    --secondary-color: #05aa37;
    --accent-color: #009846;
    --text-color: #2d3748;
    --light-text-color: #555;
    --background-color: #fff;
}
* {margin: 0;padding: 0;box-sizing: border-box;}
body {font-family: 'Poppins', sans-serif !important;font-size: 16px;background-color: var(--background-color);}
.address {
    max-width: 415px;
}.copyrg.text-center {
   
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
     h2,.privacy-policy h1 {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
        position: relative;
        padding: 0;
        margin: 0;
        font-weight: 300;
        font-size: 40px;
        color: #080808;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
      }
       h2:before,.privacy-policy h1:before  {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: 3px;
        left: 50%;
        margin-left: -14px;
        background-color: #009846;
      }
       h2:after ,.privacy-policy h1:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 25px;
        left: 50%;
        margin-left: -50px;
        background-color: #009846;
        top: -5px;
      }
  
.logo img{width: 100px;}
header {background-color: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;width: 100%;top: 0;z-index: 10;transition: all 0.3s ease;}
header.scrolled {background-color: #3e3e3e;}
nav {display: flex;justify-content: space-between;align-items: center;padding: 10px 0;}

header.scrolled .logo { filter: grayscale(100%) brightness(1000%);}


nav ul {list-style: none;display: flex;margin: 0;}
nav ul li { margin-left: 2rem;}
nav a {display: flex; align-items: center; gap: 4px;white-space: nowrap; text-decoration: none;color: var(--light-text-color);font-weight: 500;transition: color 0.3s ease;}
header.scrolled nav a {color: #fff;}
header.scrolled nav a i{filter: grayscale(100%) brightness(1000%);}
nav a:hover {color: var(--accent-color);}

.list {padding: 0px !important;list-style: none;}
.list li{ 
    background: url(../images/right-icon.png) 0px 9px no-repeat;
    padding: 10px 4px 11px 30px !important;
    background-size: 20px;
    margin: 1px 0px;
    background-position: 4px;}
.banner {background: linear-gradient(135deg, var(--primary-color), #140220);color: #fff;
    padding: 10rem 0 6rem;text-align: center;position: relative;overflow: hidden;}
.banner::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;
    background: url(../images/banner-agri.jpg) no-repeat center center;
    background-size: cover;opacity: 0.2;z-index: 0;}
.banner-content {position: relative;z-index: 1; padding: 0 100px;}
.banner h1 {font-family: 'Poppins', sans-serif;font-size: 2.5rem;margin-bottom: 1rem;line-height: 3.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);}
.banner p {font-size: 1.2rem;max-width: 600px;margin: 0 auto 2rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.2);}
.btn {display: inline-block;background-color: var(--accent-color);color: #fff;padding: 0.8rem 2rem;
    border-radius: 50px;text-decoration: none;font-weight: 600;transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);}
.btn:hover {background-color: #04bd0d;transform: translateY(-3px);box-shadow: 0 6px 12px rgba(0,0,0,0.2);}
.P40 { padding: 40px 0;}
.P0{padding: 0;}
/* new classes */
nav .contact-icon li a i{
    color: var(--accent-color);
    font-size: 18px;
}
.contact-us-model .modal-body p a{
    text-decoration: none;
    color: var(--light-text-color);
    transition: all 0.3s ease;
    font-size: 1.2rem;
}
.contact-us-model .modal-body p a i{
    color:var(--accent-color);
    font-size: 1.5rem;
}
.contact-us-model .modal-body p a:hover{
    color: var(--accent-color);
}
.contact-us-model .modal-content{
    border-radius: 1rem !important;
}
.heading-section h2,.privacy-policy h1 {font-family: 'Poppins', sans-serif;font-size: 2.5rem;color: var(--primary-color);margin-bottom: 2rem; font-weight: 600;
    text-align: center;}  
.service-card1 h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.service-card1 h4{
    color: var(--primary-color);
    font-size: 16px;
    margin:1rem 0;
}
.about p, .service-card1 p, .why-choose p, .privacy-policy p{
    color: var(--light-text-color);
    line-height: 28px;
}
.vitara-img-cont, .humic-acid{
    padding: 2rem 0 2rem 2rem;
}
.vitara-img-cont img, .humic-acid img{
    border-radius: 0.8rem;
    box-shadow: 5px 3px 13px 0px rgba(0,0,0,0.45);
}
.privacy-policy h3{
    margin-top: 2rem;
    font-size:25px
}
.privacy-policy h3+p{
    margin-top: 1.2rem;
}

._why-us img{width: 100%;}

.why-us-card {background-color: #fff;padding: 20px;text-align: center;height: 100%;display: flex;
    flex-direction: column;    justify-content: center;}
.why-us-card h3 {font-family: 'Poppins', sans-serif;color: var(--primary-color);margin-bottom: 1rem; font-size: 28px; font-weight: 700;}
.contact {background-color: var(--primary-color);color: #fff;}
.contact h2 {color: #fff;}
form {background-color: #fff;padding: 3rem;border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);max-width: 500px;margin: 0 auto;}
label {display: block;margin-bottom: 0.5rem;color: var(--light-text-color);}
input, textarea {width: 100%;padding: 0.8rem;margin-bottom: 1.5rem;border: 1px solid #e2e8f0;  
      border-radius: 5px;transition: border-color 0.3s ease;}
input:focus, textarea:focus {outline: none;border-color: var(--accent-color);}
button {background-color: var(--accent-color);color: #fff;padding: 0.8rem 2rem;border: none;
    border-radius: 50px;cursor: pointer;font-weight: 600;transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);}
    
button:hover {background-color: #cb2323;transform: translateY(-3px);box-shadow: 0 6px 12px rgba(0,0,0,0.2);}
footer {background-color: var(--primary-color);color: #fff; padding-top: 20px;}
footer .footer-section h3{
    color: var(--accent-color);
    font-size: 24px;
    font-weight: 500;
    margin-top: 2rem;
}
footer .footer-section ul{
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}
footer .footer-section ul li a{
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
    display: inline-block;
}
footer .footer-section ul li a:hover{
    color: var(--accent-color);
}
.term-service,.privacy-policy{padding: 120px 0 60px;}
.term-service h2,.privacy-policy h2{margin:12px 0;}
.term-service h3,.privacy-policy h3{font-size:25px;}
 
@media (max-width: 768px) {
    .vitara-img-cont, .humic-acid{
        padding: 1rem;
        margin: 0 auto;
    }
    .logo img{width: 60%;}
    .heading-section h2,.privacy-policy h1 {font-size: 1.8rem;}  
    .banner{
        padding: 7rem 0 3rem;
    }
    .banner h1 {
        font-size: 2rem;
        line-height: normal;
    }
    .banner p {
        font-size: 1rem;
    }

    .footer-bottom {flex-direction: column;}
    .banner-content{padding: 0px;}
    footer a {word-wrap: break-word;}
    .footer-section{min-width: min-content;}
}