/* ==========================================================
   GARAM MASALA RESTAURANT
   CONTACT PAGE
   Version : 1.0
   Last Updated : 02-Aug-2026
   ========================================================== */


/* ==========================================================
   01. CONTACT HERO
   ========================================================== */

.gm-contact-hero{

    position:relative;

    min-height:620px;

    overflow:hidden;

    background-image:url("../images/contact/contact-banner.jpg");

   background-size:105%;

    background-position:center 35%;

    background-repeat:no-repeat;
    box-shadow:
    inset 0 -120px 120px rgba(0,0,0,.05);

}

.gm-contact-overlay{

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            rgba(0,0,0,.08),
            rgba(0,0,0,.08)
        );

}

.gm-contact-content{

    position:relative;

    z-index:2;

    padding:320px 0 35px;

}
.gm-contact-minimal{

    display:flex;

    align-items:flex-end;

}

.gm-contact-content h1{

    font-size:clamp(2.8rem,5vw,4rem);

    margin:20px 0;

    line-height:1.2;

}

.gm-contact-content p{

    color:rgba(255,255,255,.92);

    line-height:1.9;

    max-width:650px;

}


/* ==========================================================
   02. CONTACT INFORMATION
   ========================================================== */

.gm-contact-info{

    padding:120px 0;

    background:#ffffff;

}

.gm-contact-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.gm-contact-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    border:1px solid rgba(212,175,55,.15);

    box-shadow:0 15px 45px rgba(0,0,0,.07);

    transition:.35s;

}

.gm-contact-card:hover{

    transform:translateY(-8px);

    border-color:#D4AF37;

    box-shadow:0 22px 60px rgba(0,0,0,.10);

}

.gm-contact-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#D4AF37;

    color:#fff;

    font-size:30px;

}

.gm-contact-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:1.8rem;

    color:#222;

    margin-bottom:18px;

}

.gm-contact-card p{

    color:#666;

    line-height:1.9;

    margin:0;

}
/* ==========================================================
   03. GOOGLE MAP
   ========================================================== */

.gm-contact-map{

    padding:120px 0;

    background:#faf8f3;

}

.gm-map-wrapper{

    margin-top:70px;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

    border:1px solid rgba(212,175,55,.15);

}

.gm-map-wrapper iframe{

    width:100%;

    height:520px;

    border:0;

    display:block;

}


/* ==========================================================
   04. RESERVATION / CONTACT FORM
   ========================================================== */

.gm-contact-form-section{

    padding:120px 0;

    background:#ffffff;

}

.gm-contact-form-grid{

    display:grid;

    grid-template-columns:.95fr 1.05fr;

    gap:70px;

    align-items:start;

}

.gm-contact-form-content{

    padding-top:50px;

    max-width:480px;

    margin:0 auto;

}

.gm-contact-form-box{

    background:#faf8f3;

    padding:45px;

    border-radius:24px;

    border:1px solid rgba(212,175,55,.15);

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.gm-contact-form-content .gm-section-title{

    margin-bottom:25px;

}

.gm-contact-form-content .gm-section-description{

    max-width:420px;

}
/* ==========================================================
   FORM CONTROLS
   ========================================================== */

.gm-contact-form-box .form-control{

    height:58px;

    border-radius:14px;

    border:1px solid #ddd;

    box-shadow:none;

    padding:0 18px;

    font-size:15px;

    transition:.30s;

    background:#fff;

}

.gm-contact-form-box textarea.form-control{

    height:auto;

    padding:18px;

    resize:vertical;

}

.gm-contact-form-box .form-control:focus{

    border-color:#D4AF37;

    box-shadow:0 0 0 .18rem rgba(212,175,55,.18);

}

.gm-contact-form-box .gm-btn{

    min-width:220px;

}


/* ==========================================================
   FORM PLACEHOLDER
   ========================================================== */

.gm-contact-form-box input::placeholder,
.gm-contact-form-box textarea::placeholder{

    color:#999;

}


/* ==========================================================
   FORM HOVER
   ========================================================== */

.gm-contact-form-box:hover{

    box-shadow:0 25px 70px rgba(0,0,0,.10);

}
/* ==========================================================
   05. BUSINESS HOURS
========================================================== */

.gm-business-hours{

    padding:120px 0;

    background:#faf8f3;

}

.gm-hours-box{

    max-width:700px;

    margin:70px auto 0;

    background:#ffffff;

    border-radius:22px;

    padding:35px 45px;

    border:1px solid rgba(212,175,55,.18);

    box-shadow:0 18px 55px rgba(0,0,0,.08);

}

.gm-hours-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

    border-bottom:1px solid rgba(0,0,0,.08);

}

.gm-hours-row:last-child{

    border-bottom:none;

}

.gm-hours-row span{

    font-weight:500;

    color:#555;

}

.gm-hours-row strong{

    color:#222;

    font-weight:600;

}
/* ==========================================================
   06. FAQ
========================================================== */

.gm-contact-faq{

    padding:120px 0;

    background:#ffffff;

}

#gmFaq{

    max-width:900px;

    margin:70px auto 0;

}

#gmFaq .accordion-item{

    border:none;

    border-radius:18px;

    overflow:hidden;

    margin-bottom:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

}

#gmFaq .accordion-button{

    padding:22px 28px;

    font-size:18px;

    font-weight:600;

    background:#fff;

    box-shadow:none;

}

#gmFaq .accordion-button:not(.collapsed){

    background:#D4AF37;

    color:#fff;

}

#gmFaq .accordion-body{

    padding:25px 28px;

    line-height:1.9;

    color:#666;

}
/* ==========================================================
   07. CONTACT PAGE NAVBAR OVERRIDE
========================================================== */

.contact-page .gm-navbar .nav-link{

    color:#3a2b1a;

    font-weight:600;

}

.contact-page .gm-navbar .nav-link:hover,

.contact-page .gm-navbar .nav-link.active{

    color:#D4AF37;

}

.contact-page .gm-navbar .nav-link::after{

    background:#D4AF37;

}
/* ==========================================================
   CONTACT PAGE
   NAVBAR OVERRIDE
========================================================== */

.gm-contact-hero + *{}

body:has(.gm-contact-hero) .gm-navbar .nav-link{

    color:#3a2b1a;

    font-weight:600;

}

body:has(.gm-contact-hero) .gm-navbar .nav-link:hover,

body:has(.gm-contact-hero) .gm-navbar .nav-link.active{

    color:#b8860b;

}

body:has(.gm-contact-hero) .gm-navbar .nav-link::after{

    background:#b8860b;

}