/* =========================
   AQUA STYLE HERO
========================= */

.aqua-style-hero {
    overflow: hidden;
    padding-top: 80px;
}

/* =========================
   TOP CONTENT
========================= */

.hero-top-content {
    text-align: center;
    padding-bottom: 40px;
}

/* TITLE */

.hero-top-content h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #5f7755;
    margin-bottom: 25px;
}

/* DESCRIPTION */

.hero-top-content p {
    font-size: 20px;
    color: #eb7b34;
    line-height: 1.7;
    max-width: 1000px;
    margin: auto;
}

/* =========================
   VIDEO BANNER
========================= */

.banner {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.banner video {
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position:bottom ;
    display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {

    .hero-top-content h1 {
        font-size: 38px;
    }

}

@media (max-width: 991px) {

    .hero-top-content h1 {
        font-size: 36px;
    }

    .hero-top-content p {
        font-size: 20px;
    }

    .banner {
        height: 60vh;
    }

}

@media (max-width: 767px) {

    .aqua-style-hero {
        padding-top: 50px;
    }

    .hero-top-content h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-top-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .banner {
        height: 45vh;
        border-radius: 15px;
    }

}

@media (max-width: 575px) {

    .hero-top-content h1 {
        font-size: 28px;
    }

    .hero-top-content p {
        font-size: 15px;
    }

    .banner {
        height: 35vh;
    }

}

/* =========================
   ABOUT KHETI SECTION
========================= */

.about-kheti-section{

    padding:100px 0 50px;
   

}


/* LEFT */

.about-left{

    padding-right:40px;

}


.small-title{

    color:var(--orange);
    font-size:20px;
    font-weight:600;
    display:block;
    margin-bottom:25px;

}


.about-left h2{

    font-size:28px;
    line-height:1.4;
    font-weight:700;
    color:#10223a;
    margin-bottom:30px;

}


.about-left p{

    font-size:16px;
    line-height:1.8;
    color:#505358;
    margin-bottom:40px;

}


/* BUTTON */

.about-btn{

    display:inline-block;
    padding:12px 40px;

    background:var(--orange);
    color:#fff;

    font-size:20px;
    font-weight:600;

    border-radius:10px;

    text-decoration:none;

    transition:0.3s;

}


.about-btn:hover{

    background:#1e5631;
    color:#fff;

}


/* RIGHT */

.about-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:50px;

    padding-left:50px;

}


/* BOX */

.feature-box{

    transition:0.4s;

}


.feature-box:hover{

    transform:translateY(-8px);

}


/* ICON */

.feature-icon{

    width:100px;
    margin-bottom:20px;

}


/* TITLE */

.feature-box h4{

    font-size:28px;
    color:#111;
    font-weight:700;
    margin-bottom:15px;

}


/* TEXT */

.feature-box p{

    font-size:16px;
    line-height:1.8;
    color:#404246;

}


/* RESPONSIVE */

@media(max-width:991px){

    .about-left{

        padding-right:0;
        margin-bottom:50px;

    }

    .about-features{

        padding-left:0;

    }

}


@media(max-width:767px){

    .about-kheti-section{

        padding:70px 0;

    }

    .about-left h2{

        font-size:24px;

    }

    .about-left p{

        font-size:15px;

    }

    .about-features{

        grid-template-columns:1fr;

        gap:35px;

    }

    .feature-box h4{

        font-size:20px;

    }

    .feature-box p{

        font-size:15px;

    }

    .about-btn{

        font-size:18px;
        padding:15px 30px;

    }

} 
@media(max-width:545px){

    

    .about-left h2{

        font-size:20px;

    }

   

} 
/* =========================
   KNOWLEDGE SECTION
========================= */

.knowledge-section{
    padding:100px 0;
    background:linear-gradient(180deg,#f4fbf6 0%, #fffdf8 100%);
    position:relative;
    overflow:hidden;
}

/* optional background effect */

.knowledge-section::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(11,122,51,0.06);
    border-radius:50%;
    top:-120px;
    left:-100px;
}

.knowledge-section::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:rgba(255,140,0,0.06);
    border-radius:50%;
    bottom:-120px;
    right:-100px;
}


/* =========================
   TOP CONTENT
========================= */

.knowledge-top{
    max-width:850px;
    margin:auto;
    position:relative;
    z-index:2;
}

.sub-title{
    display:inline-block;
    color:var(--orange);
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.knowledge-top h2{
    font-size:40px;
    font-weight:800;
    color:var(--dark-green);
    margin-bottom:24px;
    line-height:1.3;
}

.knowledge-top p{
    font-size:17px;
    line-height:1.9;
    color:var(--gray);
}


/* =========================
   CARD DESIGN
========================= */

.knowledge-card{
    background:var(--white);
    padding:40px 30px;
    height:100%;
    transition:0.4s ease;
    border-radius:22px;
    border:1px solid rgba(11,122,51,0.08);
    position:relative;
    overflow:hidden;
    z-index:1;
}

/* top gradient border */

.knowledge-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(to right,var(--green),var(--orange));
}

/* hover */

.knowledge-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
}


/* =========================
   ICON
========================= */

.knowledge-icon{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--green),var(--orange));
    border-radius:20px;
    font-size:38px;
    margin-bottom:28px;
    color:#fff;
    box-shadow:0 10px 25px rgba(11,122,51,0.18);
}


/* =========================
   TITLE
========================= */

.knowledge-card h4{
    font-size:26px;
    font-weight:700;
    color:var(--dark-green);
    margin-bottom:18px;
    line-height:1.4;
}


/* =========================
   TEXT
========================= */

.knowledge-card p{
    font-size:15px;
    line-height:1.9;
    color:var(--gray);
}


/* =========================
   RESPONSIVE
========================= */


/* Large Laptop */

@media(max-width:1399px){

    .knowledge-top h2{
        font-size:38px;
    }

}


/* Laptop */

@media(max-width:1199px){

    .knowledge-section{
        padding:90px 0;
    }

    .knowledge-top h2{
        font-size:36px;
    }

    .knowledge-card{
        padding:35px 26px;
    }

}


/* Tablet */

@media(max-width:991px){

    .knowledge-section{
        padding:80px 0;
    }

    .knowledge-top h2{
        font-size:32px;
    }

    .knowledge-top p{
        font-size:15px;
    }

    .knowledge-card h4{
        font-size:24px;
    }

}


/* Mobile Large */

@media(max-width:767px){

    .knowledge-section{
        padding:70px 0;
    }

    .sub-title{
        font-size:15px;
    }

    .knowledge-top h2{
        font-size:28px;
    }

    .knowledge-top p{
        font-size:14px;
        line-height:1.8;
    }

    .knowledge-card{
        padding:30px 24px;
        border-radius:18px;
    }

    .knowledge-card h4{
        font-size:22px;
    }

    .knowledge-card p{
        font-size:14px;
    }

    .knowledge-icon{
        width:70px;
        height:70px;
        font-size:32px;
        border-radius:18px;
    }

}


/* Small Mobile */

@media(max-width:575px){

    .knowledge-section{
        padding:60px 0;
    }

    .knowledge-top h2{
        font-size:24px;
    }

    .knowledge-card{
        padding:26px 20px;
    }

    .knowledge-card h4{
        font-size:20px;
    }

    .knowledge-card p{
        font-size:13px;
        line-height:1.8;
    }

    .knowledge-icon{
        width:65px;
        height:65px;
        font-size:28px;
    }

}