/*=========================================
            Contact Hero
=========================================*/

.contact-hero{

    position:relative;

    height:80vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:url('../images/ChatGPT Image Jun 25, 2026, 11_50_42 AM.png') center center/cover no-repeat;

    background-attachment:fixed;

    overflow:hidden;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.contact-hero .container{

    width:90%;

    max-width:1300px;

    margin:auto;

    position:relative;

    z-index:2;

}

.hero-content{

    text-align:center;

    color:#fff;

    max-width:800px;

    margin:auto;

}

.hero-subtitle{

    display:inline-block;

    color:#ff9c42;

    font-size:15px;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.hero-content h1{

    font-size:72px;

    font-family:Georgia, serif;

    font-weight:400;

    margin-bottom:22px;

}

.hero-content p{

    font-size:18px;

    line-height:1.9;

    margin-bottom:35px;

}

.breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    font-size:16px;

}

.breadcrumb a{

    color:#fff;

    text-decoration:none;

}

.breadcrumb span{

    color:#ffb167;

}

/*=========================================
            Contact Section
=========================================*/

.contact-section{

    padding:50px 0;

    background:#fcf8f3;

}

.contact-section .container{

    width:90%;

    max-width:1400px;

    margin:auto;

}

.contact-wrapper{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:60px;

    align-items:start;

}

/*=========================================
            Left Info
=========================================*/

.contact-info{

    position:sticky;

    top:100px;

}

.info-heading{

    margin-bottom:40px;

}

.info-heading span{

    color:#f36b2a;

    font-size:15px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.info-heading h2{

    margin:18px 0;

    font-size:52px;

    font-family:Georgia, serif;

    font-weight:400;

    color:#2d2d2d;

    line-height:1.2;

}

.info-heading p{

    color:#666;

    line-height:1.9;

    font-size:17px;

}

/*=========================================
            Contact Card
=========================================*/

.info-card{

    display:flex;

    align-items:flex-start;

    gap:20px;

    background:#fff;

    padding:25px;

    border-radius:22px;

    margin-bottom:22px;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

    transition:.35s;

}

.info-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.info-icon{

    width:65px;

    height:65px;

    min-width:65px;

    border-radius:50%;

    background:#fff3eb;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    color:#f36b2a;

    transition:.35s;

}

.info-card:hover .info-icon{

    background:#f36b2a;

    color:#fff;

}

.info-content h4{

    font-size:22px;

    color:#222;

    margin-bottom:10px;

    font-family:Georgia, serif;

    font-weight:500;

}

.info-content p{

    color:#666;

    font-size:16px;

    line-height:1.8;

}

/*=========================================
            Form Box
=========================================*/

.contact-form-box{

    background:#fff;

    border-radius:28px;

    padding:50px;

    box-shadow:0 18px 50px rgba(0,0,0,.08);

}

.form-heading{

    margin-bottom:35px;

}

.form-heading span{

    color:#f36b2a;

    font-size:15px;

    letter-spacing:2px;

    font-weight:600;

    text-transform:uppercase;

}

.form-heading h2{

    font-size:46px;

    margin:15px 0;

    font-family:Georgia, serif;

    font-weight:400;

    color:#222;

}

.form-heading p{

    color:#666;

    line-height:1.8;

    font-size:16px;

}
/*=========================================
            Contact Form
=========================================*/

.form-row{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin-bottom:20px;

}

.form-group{

    margin-bottom:22px;

}

.form-group input,
.form-group select,
.form-group textarea{

    width:100%;

    padding:18px 22px;

    border:1px solid #ece5dd;

    border-radius:14px;

    background:#fff;

    font-size:16px;

    color:#444;

    outline:none;

    transition:.35s;

    font-family:inherit;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{

    border-color:#f36b2a;

    box-shadow:0 0 0 4px rgba(243,107,42,.08);

}

.form-group textarea{

    resize:none;

    min-height:170px;

}

.form-group input::placeholder,
.form-group textarea::placeholder{

    color:#999;

}

.form-group select{

    cursor:pointer;

}

/*=========================================
        WhatsApp Button
=========================================*/

.contact-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    border:none;

    background:#f36b2a;

    color:#fff;

    font-size:18px;

    font-weight:600;

    padding:18px;

    border-radius:50px;

    cursor:pointer;

    transition:.35s;

}

.contact-btn i{

    font-size:22px;

}

.contact-btn:hover{

    background:#d95921;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(243,107,42,.28);

}

/*=========================================
            Map Section
=========================================*/

.contact-map-section{

    padding:50px 0;

    background:#fff;

}

.contact-map-section .container{

    width:90%;

    max-width:1400px;

    margin:auto;

}

.map-wrapper{

    overflow:hidden;

    border-radius:26px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.map-wrapper iframe{

    width:100%;

    height:550px;

    border:0;

    display:block;

}

/*=========================================
        Section Heading
=========================================*/

.section-heading{

    text-align:center;

    margin-bottom:55px;

}

.section-subtitle{

    display:inline-block;

    color:#f36b2a;

    font-size:15px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-title{

    font-size:54px;

    font-family:Georgia, serif;

    font-weight:400;

    color:#2d2d2d;

    margin-bottom:18px;

}

.section-description{

    max-width:760px;

    margin:auto;

    color:#666;

    font-size:17px;

    line-height:1.9;

}
/*=========================================
        Temple Visit Information
=========================================*/

.visit-info-section{

    padding:50px 0;

    background:#fcf8f3;

}

.visit-info-section .container{

    width:90%;

    max-width:1400px;

    margin:auto;

}

.visit-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.visit-card{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border-radius:24px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.visit-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.visit-card i{

    width:85px;

    height:85px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    background:#fff3eb;

    color:#f36b2a;

    font-size:34px;

    transition:.35s;

}

.visit-card:hover i{

    background:#f36b2a;

    color:#fff;

}

.visit-card h4{

    font-size:24px;

    font-family:Georgia, serif;

    color:#222;

    margin-bottom:15px;

}

.visit-card p{

    font-size:16px;

    line-height:1.8;

    color:#666;

}

/*=========================================
        Temple Guidelines CTA
=========================================*/

.guideline-section{

    padding:50px 0;

    background:#fff;

}

.guideline-section .container{

    width:90%;

    max-width:1300px;

    margin:auto;

}

.guideline-box{

    background:linear-gradient(135deg,#f36b2a,#d85720);

    border-radius:35px;

    padding:70px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    color:#fff;

}

.guideline-content{

    max-width:700px;

}

.guideline-content span{

    display:inline-block;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:15px;

    margin-bottom:15px;

}

.guideline-content h2{

    font-size:56px;

    font-family:Georgia, serif;

    font-weight:400;

    margin-bottom:20px;

}

.guideline-content p{

    line-height:1.9;

    font-size:17px;

}

.guideline-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    min-width:220px;

    padding:18px 35px;

    border-radius:60px;

    background:#fff;

    color:#f36b2a;

    font-weight:700;

    transition:.35s;

}

.guideline-btn:hover{

    background:#2b2b2b;

    color:#fff;

}

/*=========================================
        Laptop
=========================================*/

@media(max-width:1200px){

    .contact-wrapper{

        grid-template-columns:350px 1fr;

        gap:40px;

    }

    .visit-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .guideline-box{

        padding:50px;

    }

    .guideline-content h2{

        font-size:44px;

    }

}

/*=========================================
        Tablet
=========================================*/

@media(max-width:992px){

    .contact-wrapper{

        grid-template-columns:1fr;

    }

    .contact-info{

        position:relative;

        top:0;

    }

    .form-row{

        grid-template-columns:1fr;

    }

    .visit-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .guideline-box{

        flex-direction:column;

        text-align:center;

    }

    .hero-content h1{

        font-size:52px;

    }

    .section-title{

        font-size:42px;

    }

}

/*=========================================
        Mobile
=========================================*/

@media(max-width:768px){

    .contact-hero{

        height:65vh;

        background-attachment:scroll;

    }

    .hero-content h1{

        font-size:38px;

    }

    .hero-content p{

        font-size:16px;

    }

    .breadcrumb{

        font-size:14px;

    }

    .contact-section{

        padding:70px 0;

    }

    .contact-section .container{

        width:92%;

    }

    .info-heading h2{

        font-size:34px;

    }

    .contact-form-box{

        padding:30px 22px;

    }

    .form-heading h2{

        font-size:34px;

    }

    .section-title{

        font-size:34px;

    }

    .map-wrapper iframe{

        height:350px;

    }

    .visit-grid{

        grid-template-columns:1fr;

    }

    .visit-card{

        padding:35px 25px;

    }

    .guideline-box{

        padding:35px 25px;

        border-radius:24px;

    }

    .guideline-content h2{

        font-size:34px;

    }

    .guideline-btn{

        width:100%;

    }

}

/*=========================================
        Small Mobile
=========================================*/

@media(max-width:480px){

    .hero-content h1{

        font-size:30px;

    }

    .info-heading h2{

        font-size:28px;

    }

    .form-heading h2{

        font-size:28px;

    }

    .section-title{

        font-size:28px;

    }

    .guideline-content h2{

        font-size:28px;

    }

    .contact-btn{

        font-size:16px;

    }

    .contact-btn i{

        font-size:20px;

    }

}