﻿/*=========================================================
    YOG NAMASTE LMS
    CONTACT US
=========================================================*/

:root{

    --primary:#0b6e69;
    --secondary:#052a2a;
    --gold:#d4a017;
    --light:#f8f9fb;
    --white:#ffffff;
    --text:#666;
    --border:#e8ecef;

}


/*=========================================================
HERO
=========================================================*/

.contact-hero{

    background:
    linear-gradient(135deg,#032f2f,#0b6e69);

    color:#fff;

    padding:90px 0;

    position:relative;

    overflow:hidden;

}

.contact-hero::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-180px;
    right:-150px;

}

.hero-badge{

    display:inline-block;

    padding:10px 22px;

    background:rgba(255,255,255,.15);

    border-radius:40px;

    font-size:14px;

    margin-bottom:25px;

    backdrop-filter:blur(10px);

}

.contact-hero h1{

    font-size:58px;

    font-weight:700;

    margin-bottom:20px;

}

.contact-hero p{

    font-size:18px;

    line-height:1.9;

    opacity:.95;

}

.hero-buttons{

    margin-top:35px;

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.btn-call{

    background:#fff;

    color:#0b6e69;

    padding:14px 30px;

    border-radius:12px;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}

.btn-call:hover{

    background:#f2f2f2;

    color:#0b6e69;

}

.btn-whatsapp{

    background:#25D366;

    color:#fff;

    padding:14px 30px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

}

.btn-whatsapp:hover{

    background:#20ba5a;

    color:#fff;

}


/*=========================================================
RIGHT HERO CARD
=========================================================*/

.hero-card{

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(15px);

    padding:35px;

    border-radius:22px;

    text-align:center;

    border:1px solid rgba(255,255,255,.15);

}

.hero-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    color:#0b6e69;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:25px;

}

.hero-card h3{

    font-size:28px;

    margin-bottom:15px;

}

.hero-card h4{

    color:#ffd54f;

}


/*=========================================================
CONTACT INFO
=========================================================*/

.contact-info-section{

    padding:80px 0;

    background:#f7f9fb;

}

.info-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.info-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.info-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#0b6e69;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

}

.whatsapp{

    background:#25D366;

}

.info-card h4{

    font-weight:700;

    margin-bottom:18px;

}

.info-card p{

    color:#666;

    line-height:1.9;

}

.info-btn{

    display:inline-block;

    margin-top:20px;

    background:#25D366;

    color:#fff;

    padding:10px 24px;

    border-radius:30px;

    text-decoration:none;

}

.info-btn:hover{

    color:#fff;

}


/*=========================================================
FORM
=========================================================*/

.contact-form-section{

    padding:90px 0;

    background:#fff;

}

.contact-form-card{

    background:#fff;

    padding:40px;

    border-radius:24px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.contact-form-card h2{

    font-size:38px;

    color:#052a2a;

    font-weight:700;

}

.contact-form-card p{

    color:#666;

    margin-bottom:25px;

}

.contact-form-card label{

    font-weight:600;

    margin-bottom:8px;

}

.contact-form-card .form-control{

    min-height:50px;

    border-radius:12px;

    border:1px solid #ddd;

}

.contact-form-card textarea{

    min-height:170px;

    resize:none;

}

.contact-form-card .form-control:focus{

    border-color:#0b6e69;

    box-shadow:0 0 0 .2rem rgba(11,110,105,.15);

}

.btn-send{

    width:100%;

    height:54px;

    border:none;

    background:linear-gradient(135deg,#0b6e69,#084f4b);

    color:#fff;

    border-radius:12px;

    font-size:18px;

    font-weight:600;

}

.btn-send:hover{

    background:#074844;

}


/*=========================================================
SIDE PANEL
=========================================================*/

.contact-side-card,
.business-card{

    background:#fff;

    border-radius:24px;

    padding:30px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.map-box{

    overflow:hidden;

    border-radius:16px;

    margin:20px 0;

}

.academy-address p{

    margin-bottom:12px;

    color:#666;

}

.business-card table td{

    padding:12px 0;

    border-bottom:1px solid #eee;

}


/*=========================================================
FAQ
=========================================================*/

.faq-section{

    background:#f7f9fb;

    padding:90px 0;

}

.section-title{

    margin-bottom:50px;

}

.section-title h2{

    font-size:46px;

    font-weight:700;

    color:#052a2a;

}

.accordion-item{

    border:none;

    margin-bottom:18px;

    border-radius:16px !important;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.accordion-button{

    font-weight:600;

    padding:20px;

}

.accordion-button:not(.collapsed){

    background:#0b6e69;

    color:#fff;

}


/*=========================================================
CTA
=========================================================*/

.contact-cta{

    padding:90px 0;

    background:linear-gradient(135deg,#032e2e,#0b6e69);

}

.cta-box{

    color:#fff;

    text-align:center;

    padding:60px;

}

.cta-box h2{

    font-size:50px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-box p{

    font-size:18px;

    max-width:750px;

    margin:auto;

    line-height:1.9;

}

.cta-buttons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta-buttons .btn{

    min-width:240px;

    padding:15px 30px;

    border-radius:12px;

    font-weight:600;

}


/*=========================================================
MESSAGE
=========================================================*/

.alert{

    border-radius:12px;

}


/*=========================================================
RESPONSIVE
=========================================================*/

@media(max-width:991px){

.contact-hero{

    text-align:center;

    padding:70px 0;

}

.contact-hero h1{

    font-size:42px;

}

.hero-buttons{

    justify-content:center;

}

.hero-card{

    margin-top:40px;

}

.contact-form-card{

    margin-bottom:30px;

}

}

@media(max-width:768px){

.contact-hero h1{

    font-size:34px;

}

.contact-form-card{

    padding:25px;

}

.contact-form-card h2{

    font-size:30px;

}

.section-title h2{

    font-size:34px;

}

.cta-box{

    padding:30px 20px;

}

.cta-box h2{

    font-size:34px;

}

.info-card{

    padding:25px;

}

}