/*==========================================================
                CONTACT HERO
==========================================================*/

.contact-hero{

    padding:180px 0 110px;

    background:
    linear-gradient(135deg,#F8FFF9,#EEF8F3);

    position:relative;

    overflow:hidden;

}

/* Decorative Circles */

.contact-hero::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:rgba(26,142,75,.08);

    border-radius:50%;

    top:-120px;

    left:-120px;

}

.contact-hero::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(44,191,108,.08);

    border-radius:50%;

    right:-80px;

    bottom:-80px;

}

/*==========================================================
                BREADCRUMB
==========================================================*/

.breadcrumb{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    margin-bottom:35px;

    font-size:16px;

    position:relative;

    z-index:2;

}

.breadcrumb a{

    text-decoration:none;

    color:#1A8E4B;

    font-weight:600;

}

.breadcrumb span{

    color:#667085;

}

/*==========================================================
                HERO CONTENT
==========================================================*/

.contact-hero-content{

    max-width:900px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;

}

/* Badge */

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#EAF8EF;

    color:#1A8E4B;

    padding:12px 22px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:30px;

}

.hero-badge i{

    font-size:18px;

}

/* Heading */

.contact-hero-content h1{

    font-size:62px;

    font-weight:800;

    color:#222;

    margin-bottom:25px;

    line-height:1.2;

}

.contact-hero-content h1 span{

    color:#1A8E4B;

}

/* Paragraph */

.contact-hero-content p{

    font-size:21px;

    line-height:1.9;

    color:#667085;

    max-width:850px;

    margin:auto;

}

.contact-hero-content strong{

    color:#1A8E4B;

}

/*==========================================================
            CONTACT INFO
==========================================================*/

.contact-info-section{

    padding:110px 0;

    background:#ffffff;

}

.section-title{

    text-align:center;

    max-width:760px;

    margin:auto;

    margin-bottom:70px;

}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#EAF8EF;

    color:#1A8E4B;

    font-weight:700;

    margin-bottom:20px;

}

.section-title h2{

    font-size:52px;

    font-weight:800;

    color:#222;

    margin-bottom:20px;

}

.section-title p{

    font-size:20px;

    line-height:1.8;

    color:#667085;

}

/*==========================================================
                GRID
==========================================================*/

.contact-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

/*==========================================================
                CARD
==========================================================*/

.contact-card{

    background:#fff;

    border-radius:30px;

    padding:40px 30px;

    text-align:center;

    box-shadow:0 20px 55px rgba(0,0,0,.08);

    transition:.35s;

}

.contact-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(26,142,75,.18);

}

.contact-icon{

    width:85px;

    height:85px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#EAF8EF;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#1A8E4B;

}

.contact-icon.whatsapp{

    background:#E9FFF2;

    color:#25D366;

}

.contact-icon.email{

    background:#FFF3EA;

    color:#FF7A00;

}

.contact-icon.location{

    background:#FFF0F0;

    color:#E63946;

}

.contact-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:12px;

}

.contact-card p{

    color:#667085;

    line-height:1.8;

    margin-bottom:20px;

}

.contact-card a{

    color:#1A8E4B;

    text-decoration:none;

    font-weight:700;

}

/*==========================================================
            MAP & FORM
==========================================================*/

.contact-main{

    padding:110px 0;

    background:#F8FCF9;

}

.contact-main-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

}

.map-card,

.contact-form-card{

    background:#fff;

    border-radius:30px;

    padding:35px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.map-card h2,

.contact-form-card h2{

    font-size:34px;

    color:#1A8E4B;

    margin-bottom:15px;

}

.map-card p,

.contact-form-card p{

    color:#667085;

    line-height:1.8;

    margin-bottom:25px;

}

.map-card iframe{

    width:100%;

    height:500px;

    border:none;

    border-radius:22px;

}

.form-group{

    margin-bottom:22px;

}

.form-group input,

.form-group select,

.form-group textarea{

    width:100%;

    padding:18px;

    border:2px solid #E6EAF0;

    border-radius:18px;

    font-size:16px;

    outline:none;

    transition:.3s;

}

.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus{

    border-color:#1A8E4B;

    box-shadow:0 0 0 4px rgba(26,142,75,.12);

}

.contact-submit{

    width:100%;

    border:none;

    padding:18px;

    border-radius:18px;

    background:linear-gradient(135deg,#1A8E4B,#28B463);

    color:#fff;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

}

.contact-submit:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(26,142,75,.25);

}

/*==========================================================
            CTA
==========================================================*/

.contact-cta{

padding:100px 0;

background:#fff;

}

.cta-card{


background:linear-gradient(
135deg,
#0F6A38 0%,
#1A8E4B 50%,
#2AAE5F 100%
);

border-radius:35px;

padding:60px;

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

color:#fff;

}

.cta-tag{

display:inline-block;

padding:10px 20px;

border-radius:40px;

background:rgba(255,255,255,.15);

color:#fff;

border:1px solid rgba(255,255,255,.25);

margin-bottom:20px;

font-weight:700;

}

.cta-left h2{

font-size:48px;

margin-bottom:20px;

color:#fff;

}

.cta-left p{

font-size:18px;

line-height:1.9;

color:rgba(255,255,255,.92);

opacity:.95;

}

.cta-right{

display:flex;

gap:20px;

}

.call-now,

.whatsapp-now{

padding:18px 35px;

border-radius:18px;

text-decoration:none;

font-weight:700;

color:#fff;

transition:.35s;

}

.call-now{

background:#fff;

color:#1A8E4B;

}

.whatsapp-now{

background:#fff;

color:#25D366;

}

.call-now:hover,

.whatsapp-now:hover{

background:#F5F5F5;

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}


/*==========================================================
        HOURS
==========================================================*/

.working-hours{

padding:100px 0;

background:#F8FCF9;

}

.hours-card{

background:#fff;

padding:50px;

border-radius:30px;

box-shadow:0 20px 55px rgba(0,0,0,.08);

}

.hours-card h2{

text-align:center;

font-size:40px;

margin-bottom:40px;

color:#1A8E4B;

}

.hours-row{

display:flex;

justify-content:space-between;

padding:20px 0;

border-bottom:1px solid #ECECEC;

font-size:18px;

}

.hours-row:last-child{

border:none;

}


/*==========================================================
        FAQ
==========================================================*/

.contact-faq{

padding:100px 0;

background:#fff;

}

.faq-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.faq-item{

padding:35px;

border-radius:25px;

background:#F8FCF9;

transition:.35s;

}

.faq-item:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.faq-item h3{

margin-bottom:15px;

font-size:24px;

color:#1A8E4B;

}

.faq-item p{

line-height:1.8;

color:#667085;

}