.contact-hero{

    background:linear-gradient(135deg,#538167,#2e6048);

    padding:120px 0;

    position:relative;

    overflow:hidden;

    color:#fff;

}

.contact-hero h1{

    font-size:58px;

    font-weight:800;

    margin-bottom:20px;

}

.contact-hero p{

    font-size:18px;

    color:#ececec;

    margin-bottom:35px;

}

.hero-btns .btn{

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

}

.contact-hero .hero-image{

    max-width:100%;

    animation:float 5s ease-in-out infinite;

}

.shape1{

    position:absolute;

    top:-80px;

    right:-80px;

    width:220px;

    height:220px;

    background:#FDCF09;

    border-radius:50%;

    opacity:.2;

}

.shape2{

    position:absolute;

    bottom:-70px;

    left:-70px;

    width:180px;

    height:180px;

    background:#fff;

    border-radius:50%;

    opacity:.08;

}

@media(max-width:991px){

.contact-hero{

text-align:center;

padding:80px 0;

}

.contact-hero h1{

font-size:38px;

}

.hero-image{

margin-top:40px;

}

}

@media(max-width:576px){

.contact-hero h1{

font-size:30px;

}

}

.contact-info-section{

    padding:100px 0;

    background:#f8f9fa;

}

.contact-card{

    background:#fff;

    padding:40px 25px;

    border-radius:20px;

    text-align:center;

    transition:.4s;

    height:100%;

    border:1px solid #eee;

}

.contact-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.contact-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#538167,#6ba37e);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin-bottom:25px;

    transition:.4s;

}

.contact-card:hover .contact-icon{

    background:#FDCF09;

    color:#222;

    transform:rotate(10deg) scale(1.1);

}

.contact-card h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.contact-card p{

    color:#666;

    margin:0;

    line-height:1.8;

}

@media(max-width:991px){

.contact-info-section{

padding:70px 0;

}

.contact-card{

padding:30px 20px;

}

}

.contact-form-section{

padding:100px 0;

background:#fff;

}

.contact-form-box{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.contact-input{

height:58px;

border-radius:12px;

border:1px solid #ddd;

padding:15px 20px;

box-shadow:none;

}

textarea.contact-input{

height:auto;

resize:none;

}

.contact-input:focus{

border-color:#538167;

box-shadow:0 0 0 .2rem rgba(83,129,103,.15);

}

.contact-submit{

background:#538167;

color:#fff;

padding:15px 40px;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.contact-submit:hover{

background:#FDCF09;

color:#222;

transform:translateY(-3px);

}

.map-box{

overflow:hidden;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

background:#fff;

}

.map-box iframe{

display:block;

}

.office-box{

padding:30px;

}

.office-box h4{

font-weight:700;

margin-bottom:20px;

}

.office-box p{

margin-bottom:15px;

color:#666;

}

.office-box i{

color:#538167;

width:25px;

}

@media(max-width:991px){

.contact-form-box{

padding:30px;

margin-bottom:30px;

}

}