/* ===================================================
   Sohail Academy v4.0
   Contact Page
=================================================== */

/* ==========================================
   Hero Section
========================================== */

.contact-hero{

    padding:120px 0 90px;

    background:linear-gradient(
        135deg,
        #08111F,
        #102347
    );

    overflow:hidden;

}

.hero-badge{

    display:inline-block;

    background:rgba(255,255,255,.10);

    color:#F59E0B;

    padding:10px 22px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:25px;

}

.hero-title{

    color:#ffffff;

    font-size:3.4rem;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.hero-description{

    color:#CBD5E1;

    font-size:1.15rem;

    line-height:1.9;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.hero-image{

    max-width:100%;

    animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-15px);

    }

    100%{

        transform:translateY(0px);

    }

}

@media(max-width:991px){

    .contact-hero{

        text-align:center;

    }

    .hero-buttons{

        justify-content:center;

    }

    .hero-title{

        font-size:2.6rem;

    }

}

@media(max-width:576px){

    .hero-title{

        font-size:2rem;

    }

}

/* ===================================================
   CONTACT INFORMATION
=================================================== */

.contact-info{

    padding:100px 0;

    background:#F8FAFC;

}

.section-heading{

    text-align:center;

    margin-bottom:60px;

}

.section-heading h2{

    font-size:2.7rem;

    font-weight:800;

    color:#0F172A;

    margin-bottom:15px;

}

.section-heading p{

    color:#64748B;

    max-width:720px;

    margin:auto;

    line-height:1.8;

}

.contact-card{

    background:#ffffff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 35px rgba(15,23,42,.08);

}

.contact-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 45px rgba(15,23,42,.15);

}

.contact-icon{

    width:90px;

    height:90px;

    margin:auto auto 25px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

}

.contact-icon i{

    color:#ffffff;

    font-size:2.4rem;

}

.contact-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#0F172A;

}

.contact-card p{

    color:#64748B;

    line-height:1.8;

    margin-bottom:20px;

}

.contact-card a{

    color:#2563EB;

    text-decoration:none;

    font-weight:700;

}

.contact-card a:hover{

    color:#F59E0B;

}

.contact-card span{

    color:#16A34A;

    font-weight:600;

}

/* ===================================================
   CONTACT FORM
=================================================== */

.contact-form-section{

    padding:100px 0;

    background:#ffffff;

}

.form-content h2{

    font-size:2.6rem;

    font-weight:800;

    margin:20px 0;

    color:#0F172A;

}

.form-content p{

    color:#64748B;

    line-height:1.9;

    margin-bottom:30px;

}

.contact-features{

    list-style:none;

    padding:0;

}

.contact-features li{

    margin-bottom:18px;

    font-size:1.05rem;

    color:#334155;

}

.contact-features i{

    color:#16A34A;

    margin-right:10px;

}

.contact-form-box{

    background:#F8FAFC;

    border-radius:25px;

    padding:45px;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

}

.contact-form-box label{

    font-weight:700;

    margin-bottom:10px;

    display:block;

    color:#0F172A;

}

.contact-form-box .form-control{

    border-radius:14px;

    padding:15px 18px;

    border:1px solid #CBD5E1;

    box-shadow:none;

}

.contact-form-box .form-control:focus{

    border-color:#2563EB;

    box-shadow:0 0 0 4px rgba(37,99,235,.15);

}

.contact-form-box textarea{

    resize:none;

}

.contact-form-box button{

    padding:14px 35px;

    font-weight:700;

    border-radius:50px;

}

.contact-form-box button:hover{

    transform:translateY(-4px);

}

/* ===================================================
   LOCATION & GOOGLE MAP
=================================================== */

.map-section{

    padding:100px 0;

    background:#F8FAFC;

}

.map-box{

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(15,23,42,.12);

}

.map-box iframe{

    width:100%;

    height:520px;

    border:0;

}

.location-card{

    background:#ffffff;

    border-radius:25px;

    padding:40px;

    box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.location-item{

    display:flex;

    gap:18px;

    margin-bottom:35px;

}

.location-item:last-child{

    margin-bottom:0;

}

.location-item i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #2563EB,
        #3B82F6
    );

    color:#ffffff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:1.4rem;

    flex-shrink:0;

}

.location-item h5{

    font-weight:700;

    margin-bottom:6px;

    color:#0F172A;

}

.location-item p{

    color:#64748B;

    margin:0;

    line-height:1.7;

}

@media(max-width:991px){

    .map-box iframe{

        height:420px;

    }

}

@media(max-width:576px){

    .location-card{

        padding:30px;

    }

    .map-box iframe{

        height:320px;

    }

}

/* ===================================================
   SOCIAL SECTION
=================================================== */

.social-section{

    padding:100px 0;

    background:#ffffff;

}

.social-card{

    display:block;

    background:#ffffff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    text-decoration:none;

    color:inherit;

    box-shadow:0 15px 40px rgba(15,23,42,.08);

    transition:.35s;

    height:100%;

}

.social-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(15,23,42,.15);

    text-decoration:none;

    color:inherit;

}

.social-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    margin:auto auto 25px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:2rem;

}

.linkedin{

    background:#0A66C2;

}

.github{

    background:#24292F;

}

.youtube{

    background:#FF0000;

}

.facebook{

    background:#1877F2;

}

.social-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#0F172A;

}

.social-card p{

    color:#64748B;

    line-height:1.8;

    margin:0;

}

/* ===================================================
   CONTACT FAQ
=================================================== */

.contact-faq{

    padding:100px 0;

    background:#F8FAFC;

}

.contact-faq .accordion-item{

    border:none;

    border-radius:18px;

    overflow:hidden;

    margin-bottom:20px;

    box-shadow:0 10px 30px rgba(15,23,42,.08);

}

.contact-faq .accordion-button{

    font-weight:700;

    padding:22px 28px;

    background:#ffffff;

    color:#0F172A;

    box-shadow:none;

}

.contact-faq .accordion-button:not(.collapsed){

    background:#2563EB;

    color:#ffffff;

}

.contact-faq .accordion-button:focus{

    box-shadow:none;

}

.contact-faq .accordion-body{

    padding:28px;

    color:#475569;

    line-height:1.8;

    background:#ffffff;

}

/* ===================================================
                CONTACT FORM
=================================================== */

.contact-form-section{

    padding:100px 0;

    background:#F8FAFC;

}

.contact-form-card{

    background:#ffffff;

    border-radius:25px;

    padding:50px;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

}

.contact-form-card .form-label{

    font-weight:700;

    color:#0F172A;

    margin-bottom:10px;

}

.contact-form-card .form-control,
.contact-form-card .form-select{

    height:58px;

    border-radius:14px;

    border:1px solid #E2E8F0;

    font-size:16px;

    padding:12px 18px;

    transition:.3s;

}

.contact-form-card textarea.form-control{

    height:auto;

    min-height:180px;

    resize:vertical;

}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus{

    border-color:#2563EB;

    box-shadow:0 0 0 .2rem rgba(37,99,235,.15);

}

.contact-form-card button{

    padding:16px 42px;

    border-radius:50px;

    font-size:18px;

    font-weight:700;

}

.contact-form-card button i{

    margin-right:8px;

}

@media(max-width:768px){

.contact-form-card{

padding:30px 25px;

}

}