/* =====================================================
   CONTACT PAGE
   HOTEL CARPETS INDIA
===================================================== */

/* ===========================
   HERO SECTION
=========================== */

.contact-hero{

    position:relative;

    width:100%;

    max-width:100% !important;

    margin:0 !important;

    padding:0 !important;

    height:calc(100vh - 82px);

    min-height:760px;

    overflow:hidden;

    display:flex;

    align-items:center;

    background-image:url("/images/contact-hero.png");

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

}

/* ===========================
   OVERLAY
=========================== */

.contact-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.86) 0%,
        rgba(0,0,0,.70) 35%,
        rgba(0,0,0,.22) 70%,
        rgba(0,0,0,0) 100%
    );

}

/* ===========================
   HERO CONTAINER
=========================== */

.contact-hero .container{

    position:relative;

    z-index:2;

    width:92%;

    max-width:1380px;

    margin:auto;

    display:flex;

    align-items:center;

    height:100%;

}

/* ===========================
   HERO CONTENT
=========================== */

.hero-content{

    width:100%;

    max-width:700px;

}

/* ===========================
   SMALL TITLE
=========================== */

.hero-tag{

    display:inline-block;

    color:#C8A96A;

    text-transform:uppercase;

    letter-spacing:4px;

    font-size:15px;

    font-weight:600;

    margin-bottom:18px;

}

/* ===========================
   MAIN TITLE
=========================== */

.contact-hero h1{

    font-family:"Cormorant Garamond",serif;

    font-size:92px;

    line-height:.9;

    font-weight:500;

    color:#fff;

    margin-bottom:25px;

}

/* ===========================
   DIVIDER
=========================== */

.hero-divider{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:35px;

    color:#C8A96A;

    font-size:16px;

}

.hero-divider span{

    width:80px;

    height:1px;

    background:#C8A96A;

}

/* ===========================
   HERO DESCRIPTION
=========================== */

.hero-content > p{

    color:#f4f4f4;

    font-size:22px;

    line-height:1.8;

    margin-bottom:45px;

    max-width:620px;

}

/* ===========================
   CONTACT ITEMS
=========================== */

.hero-contact{

    display:flex;

    flex-wrap:wrap;

    gap:30px;

    margin-bottom:45px;

}

.hero-contact-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

    width:280px;

}

/* ===========================
   ICONS
=========================== */

.hero-contact .icon{

    width:58px;

    height:58px;

    border-radius:50%;

    border:1px solid rgba(200,169,106,.5);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    color:#C8A96A;

    flex-shrink:0;

}

/* ===========================
   CONTACT TEXT
=========================== */

.hero-contact small{

    display:block;

    color:#C8A96A;

    margin-bottom:5px;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.hero-contact strong{

    color:#fff;

    font-size:17px;

    font-weight:500;

    line-height:1.4;

}

/* ===========================
   HERO BUTTON
=========================== */

.contact-hero .hero-buttons{

    display:flex;

    justify-content:flex-start;

    margin-top:20px;

}

.contact-hero .btn{

    padding:16px 34px;

    border-radius:40px;

    font-size:15px;

    font-weight:600;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:992px){

.contact-hero{

height:auto;

min-height:650px;

padding:120px 0;

}

.contact-hero h1{

font-size:64px;

}

.hero-content>p{

font-size:18px;

}

.hero-contact{

gap:20px;

}

.hero-contact-item{

width:100%;

}

}

@media(max-width:768px){

.contact-hero{

padding:100px 0;

min-height:auto;

}

.contact-hero h1{

font-size:46px;

}

.hero-divider span{

width:40px;

}

.hero-content>p{

font-size:17px;

}

.hero-buttons{

flex-direction:column;

align-items:flex-start;

}

.contact-hero .btn{

width:100%;

text-align:center;

}

}
/* =====================================================
   CONTACT CARDS
===================================================== */

.contact-cards{

    position:relative;

    margin-top:-80px;

    z-index:20;

}

.cards-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.contact-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.contact-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.contact-card .icon{

    width:78px;

    height:78px;

    margin:0 auto 25px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#F8F4EC;

    color:#C8A96A;

    font-size:32px;

}

.contact-card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#222;

}

.contact-card p{

    color:#666;

    line-height:1.8;

}

/* =====================================================
   CONTACT SECTION
===================================================== */

#contact-form{

    padding:100px 0;

}

.contact-wrapper{

    display:grid;

    grid-template-columns:1fr 1.2fr;

    gap:80px;

    align-items:flex-start;

}

/* =====================================================
   LEFT CONTENT
===================================================== */

.contact-left{

    position:sticky;

    top:120px;

}

.contact-left h2{

    font-size:42px;

    margin:20px 0;

    color:#222;

}

.contact-left p{

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

}

/* =====================================================
   TRUST LIST
===================================================== */

.trust-list{

    display:grid;

    gap:18px;

}

.trust-item{

    background:#FAF7F1;

    border-left:4px solid #C8A96A;

    padding:18px 22px;

    border-radius:10px;

    color:#444;

    transition:.3s;

}

.trust-item:hover{

    background:#F4EAD8;

    transform:translateX(8px);

}

/* =====================================================
   FORM
===================================================== */

.contact-form{

    background:#fff;

    border-radius:25px;

    padding:45px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.form-row{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.form-group{

    margin-bottom:24px;

}

.form-group label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

    color:#333;

    font-size:15px;

}

/* =====================================================
   INPUTS
===================================================== */

.form-group input,

.form-group select,

.form-group textarea{

    width:100%;

    border:1px solid #ddd;

    border-radius:12px;

    padding:15px 18px;

    font-size:15px;

    transition:.3s;

    background:#fff;

    font-family:inherit;

}

.form-group textarea{

    resize:vertical;

    min-height:170px;

}

.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus{

    outline:none;

    border-color:#C8A96A;

    box-shadow:0 0 0 4px rgba(200,169,106,.15);

}

/* =====================================================
   PLACEHOLDER
===================================================== */

.form-group input::placeholder,

.form-group textarea::placeholder{

    color:#999;

}

/* =====================================================
   RECAPTCHA
===================================================== */

.g-recaptcha{

    margin-top:10px;

    margin-bottom:25px;

}

/* =====================================================
   BUTTON
===================================================== */

.contact-form button{

    width:100%;

    padding:18px;

    border:none;

    border-radius:50px;

    background:#C8A96A;

    color:#fff;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.contact-form button:hover{

    background:#B18F53;

    transform:translateY(-2px);

}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1100px){

.cards-grid{

grid-template-columns:repeat(2,1fr);

}

.contact-wrapper{

grid-template-columns:1fr;

gap:50px;

}

.contact-left{

position:relative;

top:auto;

}

}

@media(max-width:768px){

.cards-grid{

grid-template-columns:1fr;

}

.contact-form{

padding:30px 25px;

}

.form-row{

grid-template-columns:1fr;

}

.contact-left h2{

font-size:34px;

}

}
/* =====================================================
   LOCATION SECTION
===================================================== */

.location-section{

    padding:100px 0;

    background:#fafafa;

}

.location-wrapper{

    display:grid;

    grid-template-columns:1.2fr 1fr;

    gap:60px;

    align-items:center;

}

.location-map{

    overflow:hidden;

    border-radius:22px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.location-map iframe{

    width:100%;

    height:520px;

    border:none;

}

.location-content{

    background:#fff;

    padding:50px;

    border-radius:22px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.location-content h3{

    font-size:34px;

    margin-bottom:20px;

}

.location-content>p{

    color:#666;

    line-height:1.8;

    margin-bottom:35px;

}

.location-details{

    display:grid;

    gap:25px;

    margin-bottom:40px;

}

.location-details strong{

    display:block;

    color:#222;

    margin-bottom:8px;

}

.location-details p{

    color:#666;

}

/* =====================================================
   FAQ
===================================================== */

.faq-section{

    padding:100px 0;

}

.faq-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.faq-item{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.faq-item:hover{

    transform:translateY(-8px);

}

.faq-item h3{

    margin-bottom:18px;

    color:#222;

    font-size:22px;

}

.faq-item p{

    color:#666;

    line-height:1.8;

}

/* =====================================================
   CTA
===================================================== */

.contact-cta{

    padding:100px 0;

}

.cta-box{

    background:linear-gradient(135deg,#111,#2b2b2b);

    border-radius:25px;

    padding:80px 70px;

    text-align:center;

    color:#fff;

}

.cta-box h2{

    color:#fff;

    font-size:46px;

    margin-bottom:20px;

}

.cta-box p{

    color:#ddd;

    font-size:18px;

    line-height:1.8;

    max-width:700px;

    margin:0 auto 40px;

}

.contact-cta .hero-buttons{

    justify-content:center;

}

/* =====================================================
   BUTTON OVERRIDES
===================================================== */

.btn-outline{

    border:2px solid #C8A96A;

    color:#fff;

    background:transparent;

}

.btn-outline:hover{

    background:#C8A96A;

    color:#fff;

}

/* =====================================================
   SIMPLE ANIMATIONS
===================================================== */

.contact-card,

.faq-item,

.location-content,

.contact-form,

.trust-item{

    transition:all .35s ease;

}

.contact-card:hover,

.faq-item:hover,

.location-content:hover,

.contact-form:hover{

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1100px){

.location-wrapper{

grid-template-columns:1fr;

}

.faq-grid{

grid-template-columns:1fr;

}

.cta-box{

padding:60px 40px;

}

}

@media(max-width:768px){

.location-section,

.faq-section,

.contact-cta{

padding:70px 0;

}

.location-content{

padding:30px;

}

.location-map iframe{

height:380px;

}

.cta-box{

padding:45px 25px;

}

.cta-box h2{

font-size:34px;

}

.cta-box p{

font-size:16px;

}

}

/* =====================================================
   PAGE SPACING
===================================================== */

.contact-section,

.location-section,

.faq-section,

.contact-cta{

position:relative;

z-index:2;

}

/* =====================================================
   SMOOTH SCROLL
===================================================== */

html{

scroll-behavior:smooth;

}