/*==================================================
                HERO SECTION
==================================================*/

.contact-hero{

    position:relative;

    background:url("https://nectafresh.com/wp-content/uploads/2026/07/contact.png") center center/cover no-repeat;

    min-height:520px;

    display:flex;

    align-items:center;

    overflow:hidden;
}


/* White fade in center for text visibility */

.contact-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:radial-gradient(circle at center,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.72) 22%,
        rgba(255,255,255,.48) 42%,
        rgba(255,255,255,.18) 65%,
        rgba(255,255,255,0) 100%);

    z-index:1;
}


/* Soft top shadow */

.contact-hero::after{

    content:"";

    position:absolute;

    left:0;

    right:0;

    top:0;

    height:120px;

    background:linear-gradient(to bottom,
        rgba(255,255,255,.35),
        transparent);

    z-index:1;
}


.hero-overlay{

    display:none;
}


.contact-hero .container{

    position:relative;

    z-index:5;
}



/*==================================================
                BREADCRUMB
==================================================*/

.breadcrumb{

    margin-bottom:35px;

    font-size:15px;

    font-weight:500;

    text-align:center;
}

.breadcrumb a{

    color:#6b8f1c;

    text-decoration:none;
}

.breadcrumb span{

    color:#666;
}



/*==================================================
                HERO CONTENT
==================================================*/

.hero-content{

    max-width:850px;

    margin:auto;

    text-align:center;
}


.section-subtitle{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 24px;

    border-radius:50px;

    background:#edf6d9;

    color:#5d7f18;

    font-size:15px;

    font-weight:700;

    margin-bottom:25px;
}



.hero-content h1{

    font-size:72px;

    line-height:1.05;

    font-weight:900;

    color:#1d1d1d;

    margin-bottom:25px;

    text-transform:uppercase;

    letter-spacing:-1px;
}



.hero-content h1 span{

    display:block;

    color:#72991b;
}



.hero-content p{

    max-width:760px;

    margin:auto;

    font-size:23px;

    line-height:1.8;

    color:#444;

    margin-bottom:45px;
}






/*==================================================
                TRUST STRIP
==================================================*/

.trust-section{

    margin-top:-40px;

    position:relative;

    z-index:10;
}



.trust-strip{

    max-width:900px;

    margin:auto;

    background:#fff;

    border-radius:60px;

    padding:18px 35px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:14px;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

    border:1px solid #edf1e6;
}



.trust-strip i{

    color:#6b8f1c;

    font-size:22px;
}



.trust-strip span{

    color:#4a4a4a;

    font-size:17px;

    line-height:1.6;
}



.trust-strip strong{

    color:#5c8017;
}



/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:1200px){

.hero-content h1{

    font-size:60px;
}

}



@media(max-width:991px){

.contact-hero{

    min-height:520px;

    padding:70px 0;
}

.hero-content h1{

    font-size:48px;
}

.hero-content p{

    font-size:18px;
}

.trust-strip{

    border-radius:20px;

    padding:20px;
}

}



@media(max-width:767px){

.contact-hero{

    min-height:auto;

    padding:80px 0 70px;
}

.hero-content h1{

    font-size:36px;
}

.hero-content p{

    font-size:16px;

    line-height:1.8;
}

.hero-certifications{

    gap:12px;
}

.cert-item{

    font-size:14px;

    padding:12px 18px;
}

.trust-strip{

    flex-direction:column;

    text-align:center;

    border-radius:18px;

    padding:18px;
}

.trust-strip span{

    font-size:15px;
}

}

/*==========================================
        CERTIFICATION TAGS
==========================================*/

.hero-certifications{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:45px;
}

.cert-item{
    background:#ffffff;
    padding:14px 22px;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-weight:600;
    color:#47650d;
    transition:.35s;
}

.cert-item i{
    margin-right:8px;
}

.cert-item:hover{
    transform:translateY(-6px);
    background:#6d8e18;
    color:#fff;
}
/*==========================================
        CONTACT SECTION
==========================================*/

.contact-section{

    position:relative;

    padding:50px 0 50px;

    background:#f8faf5;

    overflow:hidden;
}

.contact-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(107,143,28,.05);

    top:-180px;

    right:-180px;
}

.contact-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(107,143,28,.05);

    left:-180px;

    bottom:-180px;
}


/*==========================================
        WRAPPER
==========================================*/

.contact-wrapper{

    position:relative;

    z-index:5;

    display:grid;

    grid-template-columns:360px 1fr;

    gap:45px;

    align-items:start;
}



/*==========================================
        LEFT CARD
==========================================*/

.contact-card{

    position:relative;

    background:#fff;

    border-radius:24px;

    padding:25px 35px 170px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    overflow:hidden;

    transition:.35s;
}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 35px 65px rgba(0,0,0,.12);
}



/*==========================================
        HEADING
==========================================*/

.contact-card h2{

    margin:0;

    font-size:34px;

    color:#244300;

    font-weight:700;
}

.contact-card h2::after{

    content:"";

    display:block;

    width:70px;

    height:4px;

    background:#6b8f1c;

    border-radius:20px;

    margin-top:18px;
}

.contact-desc{

    margin:25px 0 35px;

    color:#666;

    font-size:16px;

    line-height:1.8;
}



/*==========================================
        INFO BOX
==========================================*/

.info-box{

    display:flex;

    align-items:flex-start;

    gap:18px;

    padding:22px;

    border-radius:18px;

    background:#fafcf7;

    border:1px solid #edf2e8;

    margin-bottom:18px;

    transition:.35s;
}

.info-box:hover{

    background:#fff;

    border-color:#dce8c4;

    transform:translateX(8px);

    box-shadow:0 12px 25px rgba(0,0,0,.08);
}



/*==========================================
        ICON
==========================================*/

.info-icon{

    width:62px;

    height:62px;

    min-width:62px;

    border-radius:50%;

    background:#edf5d8;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#5f8218;

    font-size:24px;

    transition:.35s;
}

.info-box:hover .info-icon{

    background:#6b8f1c;

    color:#fff;

    transform:rotate(-8deg);
}



/*==========================================
        CONTENT
==========================================*/

.info-content{

    flex:1;
}

.info-content span{

    display:block;

    color:#5f8218;

    font-size:14px;

    font-weight:600;

    margin-bottom:8px;

    text-transform:uppercase;

    letter-spacing:.5px;
}

.info-content strong{

    display:block;

    color:#222;

    margin-bottom:8px;

    font-size:17px;
}

.info-content a{

    display:block;

    color:#333;

    text-decoration:none;

    font-size:16px;

    margin-bottom:6px;

    transition:.3s;
}

.info-content a:hover{

    color:#6b8f1c;
}

.info-content p{

    margin:0;

    color:#666;

    line-height:1.7;

    font-size:15px;
}



/*==========================================
        RICE BOWL
==========================================*/

.contact-bottom-image{

    position:absolute;

    left:-20px;

    bottom:-10px;

    z-index:2;
}

.contact-bottom-image img{

    width:220px;

    transition:.35s;
}

.contact-card:hover .contact-bottom-image img{

    transform:scale(1.05);
}



/*==========================================
        FORM BOX
==========================================*/

.contact-form-box{

    background:#fff;

    border-radius:24px;

    padding:20px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    min-height:100%;

    position:relative;
}



/*==========================================
        FORM HEADER
==========================================*/

.form-header{

    margin-bottom:5px;
}

.form-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:8px 8px;

    background:#edf5d8;

    color:#5b8118;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;
}

.form-header h2{

    font-size:38px;

    color:#244300;

    margin-bottom:8px;

    font-weight:700;
}

.form-header p{

    color:#666;

    font-size:17px;

    line-height:1.8;
}

.form-header strong{

    color:#5b8118;
}

/*==========================================
        CONTACT FORM 7
==========================================*/

.cf7-wrapper{

    width:100%;
}

.cf7-wrapper .wpcf7{

    width:100%;
}

.cf7-wrapper form{

    width:100%;
}



/*==========================================
        FORM GRID
==========================================*/

.nf-form-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;
}

.nf-half{

    width:100%;
}

.nf-full{

    grid-column:1/-1;
}



/*==========================================
        LABEL
==========================================*/

.nf-form-grid label{

    display:block;

    font-size:15px;

    font-weight:600;

    color:#2d4804;

    margin-bottom:4px;
}



/*==========================================
        INPUT
==========================================*/

.nf-form-grid input,

.nf-form-grid select,

.nf-form-grid textarea{

    width:100%;

    border:1px solid #dfe7d5;

    background:#fafcf8;

    border-radius:12px;

    outline:none;

    transition:.35s;

    font-size:15px;

    color:#333;
}



/*==========================================
        TEXT INPUT
==========================================*/

.nf-form-grid input,

.nf-form-grid select{

    height:48px;

    padding:0 5px;
}



/*==========================================
        TEXTAREA
==========================================*/

.nf-form-grid textarea{

    height:100px;

    padding:5px;

    resize:vertical;

    line-height:1.8;
}



/*==========================================
        PLACEHOLDER
==========================================*/

.nf-form-grid ::placeholder{

    color:#999;
}



/*==========================================
        FOCUS
==========================================*/

.nf-form-grid input:focus,

.nf-form-grid textarea:focus,

.nf-form-grid select:focus{

    background:#fff;

    border-color:#6b8f1c;

    box-shadow:0 0 0 4px rgba(107,143,28,.12);
}



/*==========================================
        SELECT
==========================================*/

.nf-form-grid select{

    appearance:none;

    cursor:pointer;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%236b8f1c' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%236b8f1c' stroke-width='2' fill='none'/%3E%3C/svg%3E");

    background-repeat:no-repeat;

    background-position:right 18px center;

    padding-right:35px;
}



/*==========================================
        SUBMIT BUTTON
==========================================*/

.submit-row{

    margin-top:10px;
}

.nf-submit{

    width:100%;

    height:50px;

    border:none;

    border-radius:50px;

    cursor:pointer;

    color:#fff;

    font-size:18px;

    font-weight:700;

    letter-spacing:.5px;

    background:linear-gradient(135deg,#5d8017,#82ae1c);

    transition:.35s;

    box-shadow:0 15px 35px rgba(91,126,18,.25);
}

.nf-submit:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 45px rgba(91,126,18,.35);
}



/*==========================================
        VALIDATION
==========================================*/

.wpcf7-not-valid{

    border-color:#d93025 !important;
}

.wpcf7-not-valid-tip{

    color:#d93025;

    font-size:13px;

    margin-top:6px;
}



/*==========================================
        RESPONSE
==========================================*/

.wpcf7-response-output{

    margin-top:25px !important;

    padding:16px 20px !important;

    border-radius:12px;

    font-size:15px;
}



/*==========================================
        PRIVACY NOTE
==========================================*/

.privacy-note{

    display:flex;

    align-items:center;

    gap:5px;

    margin-top:8px;

    padding-top:8px;

    border-top:1px solid #edf1e7;

    color:#666;

    font-size:14px;

    line-height:1.7;
}

.privacy-note i{

    color:#6b8f1c;

    font-size:20px;
}



/*==========================================
        LOADING
==========================================*/

.wpcf7-spinner{

    margin-top:4px;
}

/*==========================================
        PART 2C
        PREMIUM FINISHING
==========================================*/


/* Decorative Background */

.contact-form-box::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(107,143,28,.05);

    top:-90px;

    right:-90px;
}

.contact-form-box::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:rgba(107,143,28,.05);

    bottom:-60px;

    left:-60px;
}



/*==========================================
        FORM HOVER
==========================================*/

.contact-form-box{

    transition:.35s;
}

.contact-form-box:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 70px rgba(0,0,0,.12);
}



/*==========================================
        CONTACT CARD RIBBON
==========================================*/

.contact-card{

    overflow:hidden;
}

.contact-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:#edf5d8;

    top:-110px;

    right:-110px;
}

.contact-card::after{

    content:"";

    position:absolute;

    width:130px;

    height:130px;

    border-radius:50%;

    background:#f6f9ef;

    bottom:-65px;

    left:-65px;
}



/*==========================================
        SECTION TITLE
==========================================*/

.contact-section .section-heading{

    text-align:center;

    margin-bottom:70px;
}

.contact-section .section-heading span{

    display:inline-block;

    background:#eef5dd;

    color:#5b8118;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;
}

.contact-section .section-heading h2{

    font-size:46px;

    color:#244300;

    margin-bottom:20px;
}

.contact-section .section-heading p{

    max-width:760px;

    margin:auto;

    color:#666;

    line-height:1.9;
}



/*==========================================
        TRUST BADGE
==========================================*/

.contact-trust{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:18px;

    padding:12px 22px;

    background:#fff;

    border-radius:50px;

    border:1px solid #e5edd7;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    font-size:15px;

    color:#4e700f;

    font-weight:600;
}

.contact-trust i{

    color:#6b8f1c;

    font-size:18px;
}



/*==========================================
        LINK EFFECT
==========================================*/

.info-content a{

    position:relative;
}

.info-content a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-2px;

    width:0;

    height:2px;

    background:#6b8f1c;

    transition:.3s;
}

.info-content a:hover::after{

    width:100%;
}



/*==========================================
        BUTTON ICON
==========================================*/

.nf-submit::after{

    content:"→";

    margin-left:12px;

    font-size:20px;

    transition:.3s;
}

.nf-submit:hover::after{

    margin-left:20px;
}



/*==========================================
        TABLET
==========================================*/

@media(max-width:991px){

.contact-wrapper{

    grid-template-columns:1fr;

}

.contact-card{

    padding:35px 30px 140px;
}

.contact-form-box{

    padding:35px;
}

.trust-strip{

    flex-wrap:wrap;

    justify-content:center;
}

.contact-bottom-image img{

    width:180px;
}

.section-heading h2{

    font-size:36px;
}

}



/*==========================================
        MOBILE
==========================================*/

@media(max-width:767px){

.contact-section{

    padding:70px 0;
}

.contact-card{

    padding:30px 25px 120px;
}

.contact-form-box{

    padding:30px 25px;
}

.form-header h2{

    font-size:30px;
}

.form-header p{

    font-size:15px;
}

.trust-strip{

    display:block;

    padding:18px;
}

.trust-strip div{

    margin-bottom:15px;
}

.trust-strip div:last-child{

    margin-bottom:0;
}

.contact-bottom-image{

    left:-10px;
}

.contact-bottom-image img{

    width:150px;
}

.info-box{

    padding:18px;
}

.info-icon{

    width:55px;

    height:55px;

    min-width:55px;

    font-size:22px;
}

.info-content strong{

    font-size:16px;
}

.info-content a{

    font-size:15px;
}

.contact-trust{

    width:100%;

    justify-content:center;

    text-align:center;

    line-height:1.6;
}

}



/*==========================================
        SMALL MOBILE
==========================================*/

@media(max-width:480px){

.contact-card h2{

    font-size:28px;
}

.form-header h2{

    font-size:26px;
}

.info-box{

    flex-direction:column;

    text-align:center;
}

.info-icon{

    margin:auto;
}

.contact-bottom-image{

    display:none;
}

}
/*=========================================================
        PART 2D
        PREMIUM FINISHING EFFECTS
=========================================================*/


/*==========================================
        GLASS EFFECT
==========================================*/

.contact-card,
.contact-form-box{

    backdrop-filter:blur(10px);

    -webkit-backdrop-filter:blur(10px);

    transition:all .35s ease;
}


/*==========================================
        CARD HOVER
==========================================*/

.contact-card:hover,
.contact-form-box:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}



/*==========================================
        INPUT ICON EFFECT
==========================================*/

.nf-form-grid input:hover,
.nf-form-grid select:hover,
.nf-form-grid textarea:hover{

    border-color:#aacd5c;
}



/*==========================================
        SUBMIT BUTTON
==========================================*/

.nf-submit{

    position:relative;

    overflow:hidden;
}

.nf-submit::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:120%;

    height:100%;

    background:

    linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.35),

        transparent

    );

    transition:.8s;
}

.nf-submit:hover::before{

    left:120%;
}



/*==========================================
        INFO CARD BORDER
==========================================*/

.info-box{

    position:relative;
}

.info-box::before{

    content:"";

    position:absolute;

    left:0;

    top:18px;

    bottom:18px;

    width:4px;

    background:#6b8f1c;

    border-radius:50px;

    opacity:0;

    transition:.3s;
}

.info-box:hover::before{

    opacity:1;
}



/*==========================================
        FORM HEADER
==========================================*/

.form-header{

    position:relative;

    padding-bottom:25px;

    margin-bottom:35px;

    border-bottom:1px solid #eef2e8;
}



/*==========================================
        TRUST STRIP
==========================================*/

.trust-strip{

    transition:.35s;
}

.trust-strip:hover{

    background:#f3f8e8;
}



/*==========================================
        SCROLL ANIMATION
==========================================*/

.contact-card,
.contact-form-box{

    animation:fadeUp .7s ease;
}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(30px);
    }

    to{

        opacity:1;

        transform:translateY(0);
    }

}



/*==========================================
        SECTION DIVIDER
==========================================*/

.contact-section{

    border-top:1px solid #edf2e8;

    border-bottom:1px solid #edf2e8;
}



/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:1200px){

.contact-wrapper{

    grid-template-columns:330px 1fr;
}

}



@media(max-width:991px){

.contact-wrapper{

    grid-template-columns:1fr;

    gap:35px;
}

.contact-card{

    padding-bottom:130px;
}

.contact-form-box{

    padding:35px;
}

}



@media(max-width:767px){

.contact-section{

    padding:70px 0;
}

.contact-card{

    padding:30px;
}

.contact-form-box{

    padding:30px 25px;
}

.nf-form-grid{

    grid-template-columns:1fr;
}

.nf-full{

    grid-column:auto;
}

.trust-strip{

    flex-direction:column;

    align-items:flex-start;

    gap:12px;
}

.contact-bottom-image{

    display:none;
}

.form-header h2{

    font-size:30px;
}

}



@media(max-width:480px){

.contact-card h2{

    font-size:28px;
}

.form-header h2{

    font-size:26px;
}

.info-box{

    flex-direction:column;

    text-align:center;
}

.info-icon{

    margin:auto;
}

.contact-form-box{

    padding:22px;
}

.nf-submit{

    height:56px;

    font-size:16px;
}

}



/*==========================================
        SELECTION
==========================================*/

::selection{

    background:#6b8f1c;

    color:#fff;
}
.cf7-wrapper .wpcf7{
    width:100%;
}

.cf7-wrapper .wpcf7-form{
    width:100%;
}

.cf7-wrapper .nf-form-grid{
    display:grid !important;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.cf7-wrapper .nf-half{
    width:100%;
}

.cf7-wrapper .nf-full{
    grid-column:1/-1;
}

.cf7-wrapper input,
.cf7-wrapper select,
.cf7-wrapper textarea{

    width:100% !important;
    box-sizing:border-box;
}
/*==========================================
        WHY CHOOSE US
==========================================*/

.why-choose{
    padding:40px 0;
    background:#f8fbf3;
    position:relative;
    overflow:hidden;
}

.why-choose::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(122,174,27,.06);
    border-radius:50%;
    top:-180px;
    right:-150px;
}

.why-choose::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(122,174,27,.05);
    border-radius:50%;
    left:-120px;
    bottom:-120px;
}

.section-heading{
    position:relative;
    z-index:2;
    margin-bottom:20px;
}

.section-heading.center{
    text-align:center;
}

.section-heading span{
    display:inline-block;
    padding:10px 22px;
    background:#eef7d9;
    color:#6b9315;
    font-weight:700;
    border-radius:50px;
    margin-bottom:20px;
}

.section-heading h2{
    font-size:46px;
    font-weight:800;
    color:#163500;
    margin-bottom:18px;
}

.section-heading p{
    max-width:760px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
    position:relative;
    z-index:2;
}

.why-card{
    background:#fff;
    border-radius:24px;
    padding:10px 10px;
    text-align:center;
    transition:.35s;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border:1px solid rgba(122,174,27,.12);
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 55px rgba(0,0,0,.12);
}

.why-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#edf7d7;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.why-icon i{
    font-size:34px;
    color:#7aac1b;
}

.why-card h4{
    font-size:22px;
    margin-bottom:15px;
    color:#163500;
    font-weight:700;
}

.why-card p{
    color:#666;
    line-height:1.7;
    font-size:16px;
}


/*==========================================
            GOOGLE MAP
==========================================*/

.contact-map{
    padding:40px 0 40px;
    background:#fff;
}

.map-wrapper{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.map-wrapper iframe{
    width:100%;
    height:620px;
    border:0;
    display:block;
}

.map-info{
    position:absolute;
    left:45px;
    top:45px;
    width:400px;
    background:#fff;
    border-radius:24px;
    padding:40px;
    z-index:5;
    box-shadow:0 18px 55px rgba(0,0,0,.18);
}

.map-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#edf7d7;
    color:#6f9917;
    padding:8px 18px;
    border-radius:40px;
    font-weight:700;
    margin-bottom:20px;
}

.map-info h3{
    font-size:34px;
    color:#173600;
    margin-bottom:20px;
    line-height:1.3;
}

.map-info p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.map-info ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.map-info li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
    color:#444;
    font-size:17px;
    line-height:1.6;
}

.map-info li i{
    color:#7aac1b;
    font-size:18px;
    margin-top:4px;
}

.map-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:15px 34px;
    border-radius:60px;
    background:#7aac1b;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

.map-btn:hover{
    background:#5f8612;
    color:#fff;
    transform:translateY(-3px);
}


/*==========================================
            RESPONSIVE
==========================================*/

@media(max-width:1200px){

.why-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:991px){

.why-grid{
    grid-template-columns:repeat(2,1fr);
}

.map-info{
    position:relative;
    width:100%;
    left:0;
    top:0;
    border-radius:0;
    box-shadow:none;
}

.map-wrapper iframe{
    height:450px;
}

}

@media(max-width:767px){

.why-choose{
    padding:70px 0;
}

.section-heading h2{
    font-size:34px;
}

.why-grid{
    grid-template-columns:1fr;
}

.why-card{
    padding:30px;
}

.contact-map{
    padding:70px 0;
}

.map-info{
    padding:30px;
}

.map-info h3{
    font-size:28px;
}

.map-wrapper iframe{
    height:350px;
}

}
/*==========================================
        PREMIUM CTA
==========================================*/

.contact-cta{

    padding:1px 0;
    background:#fff;

}

.cta-banner{

    display:flex;
    justify-content:space-between;
    align-items:center;

    border-radius:0px;

    overflow:hidden;

    background:
    linear-gradient(rgba(72,106,12,.88),rgba(72,106,12,.88)),
    url("../images/rice-bg.jpg") center/cover;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}


.cta-left{

    width:52%;

    display:flex;

    align-items:center;

    gap:15px;

    padding:15px;

}


.cta-rice{

    flex:0 0 180px;

}

.cta-rice img{

    width:180px;

    display:block;

}


.cta-content span{

    display:inline-block;

    padding:8px 20px;

    background:rgba(255,255,255,.15);

    color:#fff;

    border-radius:40px;

    margin-bottom:18px;

    font-weight:600;

}


.cta-content h2{

    color:#fff;

    font-size:44px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:15px;

}


.cta-content p{

    color:rgba(255,255,255,.9);

    font-size:20px;

    line-height:1.7;

}



.cta-right{

    width:48%;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    height:100%;

}


.cta-box{

    text-decoration:none;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    padding:40px 25px;

    border-left:1px solid rgba(255,255,255,.18);

    transition:.35s;

}

.cta-box:hover{

    background:rgba(255,255,255,.08);

}

.cta-box .icon{

    width:90px;

    height:90px;

    background:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:18px;

}

.cta-box i{

    font-size:34px;

    color:#6e9815;

}

.cta-box h4{

    color:#fff;

    font-size:24px;

    text-align:center;

    line-height:1.4;

    font-weight:700;

}



/*=============================
Responsive
=============================*/

@media(max-width:991px){

.cta-banner{

    flex-direction:column;

}

.cta-left{

    width:100%;

}

.cta-right{

    width:100%;

}

}


@media(max-width:767px){

.cta-left{

    flex-direction:column;

    text-align:center;

}

.cta-content h2{

    font-size:34px;

}

.cta-right{

    grid-template-columns:1fr;

}

.cta-box{

    border-left:none;

    border-top:1px solid rgba(255,255,255,.15);

}

}
