:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-eb170c2 *//*=========================================================
                MDS CONTACT PAGE
=========================================================*/

:root{

--primary:#0B5ED7;
--secondary:#082542;
--light:#F5FAFF;
--white:#ffffff;
--text:#5E6A7D;
--border:rgba(255,255,255,.20);

}

/*=========================================================
                RESET
=========================================================*/

.contact-hero,
.contact-information,
.contact-form-section,
.contact-map,
.contact-bottom{

position:relative;
overflow:hidden;

}

.contact-hero .container,
.contact-information .container,
.contact-form-section .container,
.contact-map .container,
.contact-bottom .container{

width:92%;
max-width:1320px;
margin:auto;

}

/*=========================================================
                HERO
=========================================================*/

/*=========================================
        NEW HERO
=========================================*/

.contact-hero{

position:relative;

height:720px;

display:flex;

align-items:center;

overflow:hidden;

background:#082542;

}

.hero-bg{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

z-index:1;

}

.hero-bg img{

width:100%;

height:100%;

/* IMPORTANT */

object-fit:contain;

object-position:right center;

background:#082542;

display:block;

}

.hero-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(

90deg,

rgba(8,37,66,.92) 0%,

rgba(8,37,66,.75) 35%,

rgba(8,37,66,.15) 70%,

rgba(8,37,66,.05) 100%

);

z-index:2;

}

.contact-hero .container{

position:relative;

z-index:5;

width:92%;

max-width:1320px;

margin:auto;

}

.hero-content{

max-width:600px;

color:#fff;

}

.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 24px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(18px);

border-radius:50px;

margin-bottom:24px;

font-weight:600;

}

.hero-content h1{

font-size:68px;

line-height:1.1;

margin-bottom:24px;

font-weight:700;

}

.hero-content h1 span{

color:#4DA3FF;

}

.hero-content p{

font-size:18px;

line-height:1.9;

margin-bottom:35px;

color:rgba(255,255,255,.88);

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}
.hero-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 26px;

background:rgba(255,255,255,.14);

border:1px solid rgba(255,255,255,.20);

backdrop-filter:blur(18px);

border-radius:50px;

font-size:15px;

font-weight:600;

margin-bottom:25px;

}

.hero-content h1{

font-size:68px;

font-weight:700;

line-height:1.15;

margin-bottom:25px;

}

.hero-content h1 span{

color:#7CC5FF;

}

.hero-content p{

font-size:18px;

line-height:1.9;

margin-bottom:35px;

max-width:620px;

color:rgba(255,255,255,.90);

}

/*=========================================================
                BUTTONS
=========================================================*/

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.primary-btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 36px;

border-radius:50px;

background:linear-gradient(
135deg,
#0B5ED7,
#4DA3FF
);

color:#fff;

font-weight:600;

transition:.35s;

box-shadow:0 20px 45px rgba(11,94,215,.28);

}

.primary-btn:hover{

transform:translateY(-6px);

}

.secondary-btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 36px;

border-radius:50px;

background:rgba(255,255,255,.16);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.18);

color:#fff;

font-weight:600;

transition:.35s;

}

.secondary-btn:hover{

background:#fff;

color:#082542;

}

/*=========================================================
                SECTION TITLE
=========================================================*/

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title span{

display:inline-block;

padding:10px 24px;

background:#EEF6FF;

border-radius:50px;

color:#0B5ED7;

font-weight:600;

margin-bottom:18px;

}

.section-title h2{

font-size:48px;

color:#082542;

margin-bottom:18px;

font-weight:700;

}

.section-title p{

max-width:700px;

margin:auto;

line-height:1.9;

color:#667085;

font-size:17px;

}
/*=====================================================
        PREMIUM CONTACT CARDS
=====================================================*/

.contact-information{

    padding:120px 0;

    background:linear-gradient(180deg,#F5FAFF,#FFFFFF);

}

.contact-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.contact-card{

    position:relative;

    padding:45px 35px;

    border-radius:28px;

    overflow:hidden;

    background:linear-gradient(135deg,#ffffff,#F7FBFF);

    border:1px solid rgba(11,94,215,.08);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.45s ease;

}

.contact-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(11,94,215,.18);

}

/* LEFT ANIMATED LINE */

.card-border{

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:0;

    background:linear-gradient(

    to bottom,

    #4DA3FF,

    #0B5ED7,

    #082542

    );

    transition:.45s;

}

.contact-card:hover .card-border{

    height:100%;

}

/* ICON */

.card-icon{

    width:82px;

    height:82px;

    border-radius:22px;

    background:linear-gradient(

    135deg,

    #0B5ED7,

    #4DA3FF

    );

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:30px;

    margin-bottom:28px;

    transition:.45s;

    box-shadow:0 18px 35px rgba(11,94,215,.25);

}

.contact-card:hover .card-icon{

    transform:rotate(10deg) scale(1.08);

}

/* HEADING */

.contact-card h3{

    font-size:24px;

    color:#082542;

    margin-bottom:16px;

    font-weight:700;

    transition:.35s;

}

.contact-card:hover h3{

    color:#0B5ED7;

}

/* TEXT */

.contact-card p,

.contact-card a{

    color:#667085;

    line-height:1.9;

    font-size:15px;

    text-decoration:none;

    transition:.35s;

}

.contact-card:hover p,

.contact-card:hover a{

    color:#082542;

}

/* GLOW */

.contact-card::after{

    content:"";

    position:absolute;

    width:160px;

    height:160px;

    border-radius:50%;

    background:rgba(77,163,255,.08);

    right:-60px;

    top:-60px;

    transition:.45s;

}

.contact-card:hover::after{

    transform:scale(1.4);

}
/*=====================================================
        CONTACT FORM SECTION
=====================================================*/

.contact-form-section{

    padding:130px 0;

    background:#ffffff;

    position:relative;

    overflow:hidden;

}

.contact-form-section::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(11,94,215,.05);

    top:-180px;

    left:-180px;

}

/*=====================================================
        FORM WRAPPER
=====================================================*/

.contact-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

}

/*=====================================================
        LEFT IMAGE
=====================================================*/

.contact-left{

    text-align:center;

}

.contact-left img{

    width:100%;

    max-width:540px;

    animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

/*=====================================================
        GLASS FORM
=====================================================*/

.glass-form{

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.7);

    border-radius:30px;

    padding:45px;

    box-shadow:0 30px 70px rgba(0,0,0,.10);

    position:relative;

}

.glass-form span{

    display:inline-block;

    padding:10px 22px;

    background:#EEF6FF;

    border-radius:50px;

    color:#0B5ED7;

    font-weight:600;

    margin-bottom:18px;

}

.glass-form h2{

    font-size:42px;

    color:#082542;

    margin-bottom:18px;

}

.glass-form p{

    color:#667085;

    line-height:1.8;

    margin-bottom:30px;

}

/*=====================================================
        FORM
=====================================================*/

.premium-form{

    width:100%;

}

.form-group{

    margin-bottom:20px;

}

.premium-form input,

.premium-form select,

.premium-form textarea{

    width:100%;

    padding:18px 22px;

    border-radius:16px;

    border:1px solid #DCE7F7;

    background:#fff;

    font-size:15px;

    font-family:'Poppins',sans-serif;

    transition:.35s;

}

.premium-form textarea{

    height:160px;

    resize:none;

}

.premium-form input:focus,

.premium-form select:focus,

.premium-form textarea:focus{

    outline:none;

    border-color:#0B5ED7;

    box-shadow:0 0 0 5px rgba(11,94,215,.12);

}

/*=====================================================
        BUTTON
=====================================================*/

.submit-btn{

    width:100%;

    border:none;

    padding:18px;

    border-radius:50px;

    background:linear-gradient(

    135deg,

    #0B5ED7,

    #4DA3FF

    );

    color:#fff;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    transition:.35s;

    box-shadow:0 18px 40px rgba(11,94,215,.25);

}

.submit-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 28px 55px rgba(11,94,215,.35);

}

.submit-btn i{

    transition:.35s;

}

.submit-btn:hover i{

    transform:translateX(6px);

}
/*=====================================================
        GOOGLE MAP
=====================================================*/

.contact-map{

    padding:120px 0;

    background:#F8FBFF;

}

.map-wrapper{

    overflow:hidden;

    border-radius:30px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

    border:1px solid rgba(11,94,215,.08);

}

.map-wrapper iframe{

    width:100%;

    height:550px;

    display:block;

    border:0;

}

/*=====================================================
        BOTTOM CTA
=====================================================*/

.contact-bottom{

    padding:100px 0;

    background:#ffffff;

}

.bottom-card{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    padding:60px;

    border-radius:30px;

    background:linear-gradient(135deg,#082542,#0B5ED7);

    color:#fff;

    overflow:hidden;

    position:relative;

}

.bottom-card::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    right:-120px;

    top:-120px;

}

.bottom-left{

    max-width:700px;

}

.bottom-left span{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.14);

    margin-bottom:20px;

    font-weight:600;

}

.bottom-left h2{

    font-size:42px;

    margin-bottom:18px;

}

.bottom-left p{

    line-height:1.9;

    color:rgba(255,255,255,.90);

}

.bottom-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:50px;

    background:#ffffff;

    color:#082542;

    font-weight:600;

    transition:.35s;

}

.bottom-btn:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

/*=====================================================
        RESPONSIVE
=====================================================*/

@media(max-width:1200px){

.contact-grid{

grid-template-columns:repeat(2,1fr);

}

.contact-wrapper{

grid-template-columns:1fr;

gap:60px;

}

.contact-left{

order:1;

}

.contact-right{

order:2;

text-align:left;

}

.hero-content h1{

font-size:56px;

}

.bottom-card{

flex-direction:column;

text-align:center;

}

}

@media(max-width:768px){

.contact-hero{

height:auto;

min-height:560px;

padding:120px 0 80px;

}

.hero-bg img{

object-fit:cover;

object-position:center top;

}

.hero-content{

text-align:center;

}

.hero-content h1{

font-size:38px;

}

.hero-content p{

font-size:15px;

}

.hero-buttons{

justify-content:center;

}

.hero-buttons a{

width:100%;

}

.contact-grid{

grid-template-columns:1fr;

}

.contact-card{

padding:35px 25px;

}

.card-icon{

width:70px;

height:70px;

font-size:26px;

}

.contact-wrapper{

grid-template-columns:1fr;

}

.contact-left img{

max-width:340px;

}

.glass-form{

padding:30px;

}

.glass-form h2{

font-size:32px;

}

.bottom-card{

padding:35px 25px;

}

.bottom-left h2{

font-size:30px;

}

.bottom-btn{

width:100%;

justify-content:center;

}

.map-wrapper iframe{

height:320px;

}

}

@media(max-width:480px){

.hero-content h1{

font-size:30px;

}

.section-title h2{

font-size:32px;

}

.glass-form{

padding:25px;

}

.glass-form h2{

font-size:28px;

}

.bottom-left h2{

font-size:26px;

}

.hero-badge{

font-size:13px;

}

}
@media(max-width:992px){

.contact-hero{

height:auto;

padding:100px 0 60px;

}

.hero-bg img{

object-fit:cover;

object-position:75% center;

}

.hero-content{

max-width:100%;

text-align:center;

margin:auto;

}

.hero-buttons{

justify-content:center;

}

.hero-content h1{

font-size:48px;

}

}

@media(max-width:768px){

.contact-hero{

padding:80px 0 40px;

min-height:620px;

}

.hero-bg img{

object-fit:contain;

object-position:center bottom;

}

.hero-overlay{

background:linear-gradient(

180deg,

rgba(8,37,66,.88),

rgba(8,37,66,.45)

);

}

.hero-content h1{

font-size:36px;

}

.hero-content p{

font-size:15px;

}

.hero-buttons a{

width:100%;

justify-content:center;

}

}

@media(max-width:480px){

.hero-content h1{

font-size:30px;

}

.hero-bg img{

height:100%;

object-fit:contain;

object-position:center bottom;

}

}/* End custom CSS */