/*==================================================
CONTACT HERO
==================================================*/

.contact-hero{

padding:140px 0 100px;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

color:#fff;

position:relative;

overflow:hidden;

}

.contact-hero::before{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,255,255,.05);

border-radius:50%;

top:-180px;

right:-180px;

}

.contact-hero::after{

content:"";

position:absolute;

width:350px;

height:350px;

background:rgba(251,191,36,.08);

border-radius:50%;

bottom:-120px;

left:-120px;

}

.contact-hero .container{

position:relative;

z-index:2;

}

.contact-hero h1{

font-size:58px;

font-weight:800;

line-height:1.2;

margin:25px 0;

}

.contact-hero h1 span{

color:#FBBF24;

}

.contact-hero p{

font-size:18px;

line-height:2;

color:#CBD5E1;

margin-bottom:35px;

}

.contact-features{

display:flex;

flex-wrap:wrap;

gap:20px;

margin-bottom:35px;

}

.contact-features div{

font-size:16px;

font-weight:500;

}

.contact-features i{

color:#FBBF24;

margin-right:8px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.hero-buttons .btn{

padding:15px 35px;

border-radius:50px;

font-size:17px;

font-weight:600;

}

.contact-hero img{

max-width:100%;

animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%{transform:translateY(0px);}

50%{transform:translateY(-12px);}

100%{transform:translateY(0px);}

}


/*==================================================
CONTACT SECTION
==================================================*/

.contact-section{

padding:100px 0;

background:#F8FAFC;

}

.contact-card{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 15px 45px rgba(15,23,42,.08);

height:100%;

}

.contact-card h2{

font-weight:700;

margin-bottom:10px;

color:#0F172A;

}

.contact-card>p{

color:#64748B;

margin-bottom:35px;

}

.contact-item{

display:flex;

align-items:flex-start;

margin-bottom:30px;

}

.contact-item:last-child{

margin-bottom:0;

}

.contact-item .icon{

width:65px;

height:65px;

background:linear-gradient(135deg,#2563EB,#1E40AF);

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

margin-right:18px;

flex-shrink:0;

}

.contact-item .icon i{

font-size:26px;

color:#fff;

}

.contact-item h5{

font-weight:700;

margin-bottom:6px;

color:#0F172A;

}

.contact-item p{

margin:0;

color:#64748B;

line-height:1.8;

}


/*==================================================
CONTACT FORM
==================================================*/

.form-card{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 60px rgba(15,23,42,.08);

}

.form-card h2{

font-weight:700;

margin-bottom:30px;

color:#0F172A;

}

.form-label{

font-weight:600;

color:#0F172A;

margin-bottom:8px;

}

.form-control{

height:55px;

border-radius:12px;

border:1px solid #D6DCE5;

box-shadow:none;

transition:.3s;

}

textarea.form-control{

height:auto;

min-height:160px;

resize:vertical;

padding-top:15px;

}

.form-control:focus{

border-color:#2563EB;

box-shadow:0 0 0 .2rem rgba(37,99,235,.15);

}

.form-card button{

height:58px;

font-size:18px;

font-weight:600;

border-radius:12px;

}


/*==================================================
MAP
==================================================*/

.map-section{

padding:100px 0;

background:#fff;

}

.map-box{

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 60px rgba(15,23,42,.10);

}

.map-box iframe{

width:100%;

height:500px;

border:0;

display:block;

}


/*==================================================
CONTACT CTA
==================================================*/

.contact-cta{

padding:100px 0;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

position:relative;

overflow:hidden;

}

.contact-cta::before{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,255,255,.05);

border-radius:50%;

top:-180px;

right:-180px;

}

.contact-cta .container{

position:relative;

z-index:2;

}

.contact-cta .cta-box{

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.15);

padding:70px;

border-radius:30px;

text-align:center;

}

.contact-cta h2{

font-size:46px;

font-weight:800;

color:#fff;

margin-bottom:20px;

}

.contact-cta p{

font-size:18px;

line-height:1.9;

color:#CBD5E1;

margin-bottom:40px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.cta-buttons .btn{

padding:16px 38px;

font-size:17px;

font-weight:600;

border-radius:50px;

min-width:220px;

transition:.35s;

}

.cta-buttons .btn:hover{

transform:translateY(-6px);

}


/*==================================================
HOVER EFFECTS
==================================================*/

.contact-card,
.form-card,
.map-box{

transition:.35s;

}

.contact-card:hover,
.form-card:hover,
.map-box:hover{

transform:translateY(-8px);

box-shadow:0 25px 70px rgba(37,99,235,.12);

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.contact-hero{

padding:120px 0 70px;

text-align:center;

}

.contact-hero h1{

font-size:40px;

}

.contact-features{

justify-content:center;

}

.hero-buttons{

justify-content:center;

}

.contact-card{

margin-bottom:35px;

}

.form-card{

padding:30px;

}

.contact-cta .cta-box{

padding:45px 25px;

}

.contact-cta h2{

font-size:34px;

}

}

@media(max-width:576px){

.contact-hero h1{

font-size:32px;

}

.contact-hero p{

font-size:16px;

}

.hero-buttons .btn{

width:100%;

}

.cta-buttons .btn{

width:100%;

}

.contact-item{

flex-direction:column;

text-align:center;

}

.contact-item .icon{

margin:0 auto 15px;

}

}