
/* =========================
CONTAINER
========================= */

.contact-container{
    width:100%;
}

/* =========================
HERO
========================= */

.contact-hero{
    margin-bottom:30px;
}

.contact-hero-wrapper{

    background:linear-gradient(135deg,#f5f3ff,#ede9fe);

    border-radius:36px;

    padding:55px;

    display:grid;

    grid-template-columns:1.1fr 0.9fr;

    gap:40px;

    align-items:center;
}

.contact-hero-left h1{

    font-size:72px;

    line-height:1.1;

    margin-bottom:22px;

    font-family:'Poppins',sans-serif;
}

.contact-hero-left h1 span{
    color:#6d28d9;
}

.contact-hero-left p{

    font-size:21px;

    line-height:1.9;

    color:#64748b;

    margin-bottom:12px;
}

/* =========================
RIGHT
========================= */

.contact-hero-right{

    display:flex;

    justify-content:center;

    align-items:center;
}

.contact-big-icon{

    width:260px;

    height:260px;

    border-radius:50%;

    background:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:110px;

    box-shadow:0 20px 50px rgba(0,0,0,0.05);
}

/* =========================
GRID
========================= */

.contact-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

    margin-bottom:40px;
}

/* =========================
CARD
========================= */

.contact-card{

    background:white;

    border-radius:30px;

    padding:30px;

    border:1px solid #ede9fe;

    transition:0.3s ease;
}

.contact-card:hover{
    transform:translateY(-5px);
}

.contact-card-top{

    display:flex;

    align-items:flex-start;

    gap:18px;
}

.contact-icon-box{

    min-width:70px;

    height:70px;

    border-radius:22px;

    background:#f5f3ff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;
}

.contact-card h3{

    font-size:32px;

    margin-bottom:14px;

    line-height:1.3;

    font-family:'Poppins',sans-serif;
}

.contact-card p,
.contact-card li{

    color:#64748b;

    line-height:1.9;

    font-size:17px;
}

.contact-card ul{

    padding-left:22px;

    margin-top:12px;
}

.contact-space{
    margin-top:16px;
}

.contact-line{

    width:100%;

    height:1px;

    background:#ececec;

    margin:22px 0;
}

.contact-email-box{

    background:#f5f3ff;

    padding:16px 18px;

    border-radius:18px;

    color:#6d28d9;

    font-weight:600;

    margin-top:18px;

    word-break:break-word;
}

.contact-time-box{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#f5f3ff;

    color:#6d28d9;

    padding:14px 18px;

    border-radius:16px;

    font-weight:700;

    margin-top:18px;
}

.contact-note-box{

    background:#fff1f2;

    color:#e11d48;

    padding:16px 18px;

    border-radius:18px;

    margin-top:20px;

    font-weight:600;

    line-height:1.8;
}

/* =========================
THANK YOU
========================= */

.contact-thankyou{
    margin-bottom:60px;
}

.contact-thankyou-box{

    background:linear-gradient(135deg,#fff7ed,#fefce8);

    border-radius:32px;

    padding:32px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:24px;

    flex-wrap:wrap;
}

.contact-thank-left{

    display:flex;

    align-items:center;

    gap:18px;
}

.contact-heart{

    width:80px;

    height:80px;

    border-radius:50%;

    background:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;
}

.contact-thank-left h2{

    font-size:40px;

    margin-bottom:8px;

    font-family:'Poppins',sans-serif;
}

.contact-thank-left span{
    color:#6d28d9;
}

.contact-thank-left p{

    color:#64748b;

    line-height:1.8;

    font-size:17px;
}

.contact-thank-emoji{
    font-size:80px;
}

/* =========================
TABLET
========================= */

@media(max-width:1100px){

.contact-hero-wrapper{

    grid-template-columns:1fr;

    text-align:center;
}

.contact-grid{
    grid-template-columns:1fr;
}

.contact-thankyou-box{

    flex-direction:column;

    text-align:center;
}

}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

.contact-hero-wrapper{

    padding:34px 22px;

    border-radius:26px;
}

.contact-hero-left h1{

    font-size:42px;

    line-height:1.2;

    margin-bottom:18px;
}

.contact-hero-left p{

    font-size:16px;

    line-height:1.8;
}

.contact-big-icon{

    width:170px;

    height:170px;

    font-size:72px;
}

/* GRID */

.contact-grid{

    gap:18px;
}

.contact-card{

    padding:22px 18px;

    border-radius:24px;
}

.contact-card-top{

    gap:14px;
}

.contact-icon-box{

    min-width:55px;

    height:55px;

    border-radius:18px;

    font-size:26px;
}

.contact-card h3{

    font-size:24px;

    margin-bottom:10px;
}

.contact-card p,
.contact-card li{

    font-size:15px;

    line-height:1.8;
}

.contact-card ul{
    padding-left:18px;
}

.contact-line{
    margin:18px 0;
}

.contact-email-box{

    padding:14px 15px;

    border-radius:14px;

    font-size:14px;
}

.contact-time-box{

    width:100%;

    justify-content:center;

    font-size:14px;
}

.contact-note-box{

    padding:14px 15px;

    border-radius:16px;

    font-size:14px;
}

/* THANK YOU */

.contact-thankyou{
    margin-bottom:40px;
}

.contact-thankyou-box{

    padding:22px 18px;

    border-radius:24px;
}

.contact-thank-left{

    flex-direction:column;
}

.contact-heart{

    width:65px;

    height:65px;

    font-size:30px;
}

.contact-thank-left h2{

    font-size:28px;

    line-height:1.3;
}

.contact-thank-left p{
    font-size:15px;
}

.contact-thank-emoji{
    font-size:58px;
}

}
