
body{
    font-family: 'Inter', sans-serif;
    background: #F7F5FA;
}

.contact-btn {
    border: none;
    outline: none;
    background: linear-gradient(90deg,#F6A62D 0%, #F5C77D 100%);
    color: #170430;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: .4s;
}

.contact-btn:hover{
    transform: translateY(-5px);
    color: #170430;
    box-shadow: 0px 14px 30px rgba(246,166,45,.3);
}

.contact-btn i{
    transition: .4s;
}

.contact-btn:hover i{
    transform: translateX(4px);
}


/* =========================================
CONTACT HERO
========================================= */

.contact-hero {
    background: linear-gradient(#140B28 0%,#3E227E 36%,#A58CE1 100%);
    padding: 120px 0px 90px;
    position: relative;
    /* overflow: hidden; */
}

.contact-subtitle {
    padding: 5px 10px;
    background: #3E227E;
    border: 1px solid #6941C6;
    border-radius: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F5F2F7;
}

.contact-hero h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    color: #FFFFFF;
}

.contact-hero p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #D2D2D2;
}


/* =========================================
FORM BOX
========================================= */

.contact-form-box {
    background: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0px 30px 80px rgba(0,0,0,.12);
    position: absolute;
    z-index: 5;
}

.form-subtitle{
    color: #6D42D8;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 18px;
}

.contact-form-box h2{
    font-size: 52px;
    font-weight: 700;
    color: #181825;
    margin-bottom: 40px;
}

.form-group{
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #70707B;
    margin-bottom: 2px;
}

.contact-form-box .form-group input, .contact-form-box .form-group select, .contact-form-box .form-group textarea {
    width: 100%;
    border: 1px solid #D8D8E5;
    border-radius: 14px;
    height: 50px;
    padding: 0px 22px;
    font-size: 16px;
    outline: none;
    transition: .3s;
    background: #fff;
    color: #333;
}

.contact-form-box option {
    background: #261947;
    color: #fff;
}

.contact-form-box .form-group textarea{
    height: 150px;
    padding-top: 10px;
    resize: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color: #8E59FF;
    box-shadow: 0px 0px 0px 4px rgba(142,89,255,.12);
}


/* =========================================
CAPTCHA
========================================= */

.fake-captcha{
    border: 1px solid #D8D8E5;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}

.captcha-left{
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-left input{
    width: 22px;
    height: 22px;
}

.captcha-left span{
    color: #222;
    font-size: 15px;
    font-weight: 500;
}

.captcha-right img{
    width: 80px;
}


/* =========================================
LOCATION SECTION
========================================= */

.location-section{
    background: url(../images/contact/bg.png);
    padding: 120px 0px;
    /*position: relative;*/
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.location-shape{
    position: absolute;
    right: 8%;
    top: 0;
    opacity: .18;
    z-index: 1;
}

.location-shape img{
    width: 850px;
}

.location-content{
    position: relative;
    z-index: 5;
}

.location-content h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 44px;
letter-spacing: -0.02em;
color: #181D27;

}

.location-content p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #8E8E93;
margin-bottom: 30px;

}


/* =========================================
LOCATION ITEM
========================================= */

.location-item {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 40px;
}

.location-icon{
  /*  min-width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg,#7C4DFF,#5E35B1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;*/

    width: 48px;
    height: 48px;
    background: #6941C6;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05), inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18), inset 0px -2px 0px rgba(10, 13, 18, 0.05);
    border-radius: 10px;

}

.location-icon i {
    font-size: 20px;
    padding: 15px;
    color: #fff;
}

.location-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #181825;
    /* margin-bottom: 10px; */
    line-height: 28px;
}

.location-info span {
    color: #7E7E88;
    font-size: 14px;
    line-height: 24px;
}

/* =========================================
CTA
========================================= */

.contact-cta{
    margin-top: 50px;
}

.contact-cta h3{

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 44px;
text-align: left;
letter-spacing: -0.02em;
color: #181D27;
margin-bottom: 30px;

}

.small-btn{
    padding: 16px 28px;
    font-size: 15px;
}


/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .contact-hero{
        padding: 80px 0px;
    }

    .contact-hero h1{
        font-size: 48px;
        line-height: 56px;
    }

    .contact-hero p{
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .contact-form-box{
        padding: 35px;
    }

    .contact-form-box h2{
        font-size: 38px;
    }

    .location-content h2{
        font-size: 44px;
        line-height: 50px;
    }

    .location-content p{
        font-size: 18px;
        line-height: 32px;
    }

    .location-info h4{
        font-size: 22px;
    }

    .location-info span{
        font-size: 16px;
        line-height: 28px;
    }

    .contact-cta h3{
        font-size: 40px;
        line-height: 48px;
    }

    .location-shape{
        opacity: .08;
    }

}


@media(max-width:767px){

    .contact-hero h1{
        font-size: 36px;
        line-height: 44px;
    }

    .contact-hero p{
        font-size: 16px;
        line-height: 28px;
    }

    .contact-form-box{
        padding: 25px;
    }

    .contact-form-box h2{
        font-size: 30px;
    }

    .fake-captcha{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .location-section{
        padding: 80px 0px;
    }

    .location-content h2{
        font-size: 34px;
        line-height: 40px;
    }

    .contact-cta h3{
        font-size: 30px;
        line-height: 38px;
    }

}