

/* =========================
   CONTACT PAGE
========================= */

.contact-page{
    width:100%;
    background:#fff;
}

/* =========================
   HERO
========================= */


.contact-hero{
    max-width:1400px;
    margin:0;
    padding:20px 5%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}




.contact-hero-left h1{
    font-size:4.5rem;
    line-height:1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:600;
}



.contact-hero-right{
    max-width:500px;
    justify-self:end;
    margin-top: 15%;
}

.contact-hero-right p{
    font-size:1.1rem;
    line-height:1.8;
    color:#3a3939;
    margin-top:20px;
   
}

.contact-btn{
    display:inline-block;
    margin-top: 5%;
    padding:15px 35px;
    background:#f4b300;
    color:#ffd900;
    text-decoration:none;
    border: radius 20px;
    font-weight:600;
    transition:.3s;
    
}

.contact-btn:hover{
    transform:translateY(-2px);
    background-color: #969090;
    
}

/* =========================
   CONTACT SECTION
========================= */

.contact-section{
    max-width:1200px;
    margin:0;
    padding: 25px ;

    display:grid;
    grid-template-columns:1fr 1px 1fr;

    gap:60px;
    align-items:start;
}

/* LEFT */

.contact-info{
    
    padding:10px;
    border-radius:12px;
    margin-left: 2px;
    width: 100%;
    
   
}

.info-card{
    display:flex;
    flex-direction:column;
    
    gap:30px;
    
}


.info-item h3{
    margin-bottom:8px;
    font-size:2rem;
    font-weight:400;
    padding-left: 5%;

    color:#111;
}

.info-item p{
    margin-left:12px; /* slight indent */
    color:#000000;
    line-height:1.9;
    padding-left: 20%;
    font-size:1rem;
}

.contact-question{
    margin-top: 30%;
}

.contact-question h2{

    font-size:15px;
    color:#f4b400;
    line-height:1.3;
    margin-bottom:10px;
    color:#111;
}

.contact-question p{
    color:#313131;
    font-size:13px;
}

/* DIVIDER */

.contact-divider{
    background:#777474;
    width:2.5px;
    height:100%;
    padding-left: 20%;
    border-radius: 70%;

    align-self:stretch;
}

/* RIGHT */

.contact-form-container{
    margin-left: 15%;
    
}

.contact-form-container h2{
    font-size:2rem;
    margin-bottom:30px;
    color:#111;
}

.contact-form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:18px;
    border:1px solid #0c8f00;
    border-radius:6px;
    outline:none;
    font-size:1rem;
}

.contact-form textarea{
    resize:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#f4b400;
}

.contact-form button{
    width:fit-content;
    padding:15px 35px;
    border:none;
    cursor:pointer;
    border-radius:6px;
    background:#f4b400;
    color:#fff;
    font-weight:600;
}

/* =========================
   TABLET (991px and below)
========================= */
@media (max-width: 991px){

    .contact-hero{
        grid-template-columns:1fr;
        gap:35px;
        padding:50px 6%;
    }

    .contact-hero-left{
        text-align:center;
    }

    .contact-hero-left h1{
        font-size:3rem;
        line-height:1.25;
    }

    .contact-hero-right{
        max-width:100%;
        justify-self:center;
        margin-top:0;
        text-align:center;
    }

    .contact-hero-right p{
        font-size:1rem;
        line-height:1.7;
        margin-top:10px;
    }

    .contact-btn{
        margin-top:20px;
        padding:14px 30px;
    }

    .contact-section{
        grid-template-columns:1fr;
        gap:40px;
        padding:40px 6%;
    }

    .contact-divider{
        display:none;
    }

    .contact-info{
        margin-left:0;
        padding:0;
    }

    .info-card{
        gap:20px;
    }

    .info-item h3{
        font-size:1.6rem;
        padding-left:0;
    }

    .info-item p{
        padding-left:0;
        margin-left:0;
        font-size:0.95rem;
    }

    .contact-question{
        margin-top:40px;
    }

    .contact-question h2{
        font-size:1.5rem;
    }

    .contact-question p{
        font-size:0.95rem;
    }

    .contact-form-container{
        margin-left:0;
    }
}

/* =========================
   MOBILE (768px and below)
========================= */
@media (max-width:768px){

    .contact-hero{
        padding:35px 20px;
        gap:25px;
    }

    .contact-hero-left h1{
        font-size:2.3rem;
        line-height:1.2;
    }

    .contact-hero-right p{
        font-size:0.95rem;
        line-height:1.6;
    }

    .contact-btn{
        width:100%;
        text-align:center;
        padding:14px;
        margin-top:20px;
    }

    .contact-section{
        padding:30px 20px;
        gap:30px;
    }

    .info-card{
        gap:18px;
    }

    .info-item h3{
        font-size:1.35rem;
    }

    .info-item p{
        font-size:0.9rem;
        line-height:1.7;
    }

    .contact-question{
        margin-top:25px;
    }

    .contact-question h2{
        font-size:1.3rem;
        line-height:1.4;
    }

    .contact-question p{
        font-size:0.9rem;
    }

    .contact-form-container h2{
        font-size:1.6rem;
    }

    .contact-map h2,
    .contact-faq h2{
        font-size:1.5rem;
    }
}





/* =========================
   MAP + FAQ
========================= */

.contact-bottom{
    max-width:1400px;
    margin:auto;
    padding:80px 4%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:start;
}

.contact-map h2,
.contact-faq h2{
    margin-bottom:30px;
    font-size:2rem;
    color:#111;
}

.contact-map iframe{
    border-radius:12px;
    overflow:hidden;
}

/* FAQ */
.contact-faq{
    background:#f8f8f8;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:30px;
}

.contact-faq h2{
    margin-bottom:25px;
    color: #111;
}

/* Remove individual cards */
.faq-item{
    border:none;
    border-radius:0;
    overflow:visible;
    padding:0;
}

/* Divider between questions */
.faq-item:not(:last-child){
    border-bottom:1px solid #ddd;
}

.faq-question{
    width:100%;
    padding:22px 0;
    border:none;
    background:none;
    text-align:left;
    cursor:pointer;
    font-size:1rem;
    font-weight:600;
}

.faq-question::before{
    content:"★";
    margin-right:10px;
    color:#f4b400;
}

.faq-answer{
    padding:0 0 22px 28px;
    color:#666;
    line-height:1.8;
}


/* =========================
   TABLET
========================= */
@media (max-width:991px){

    .contact-bottom{
        grid-template-columns:1fr;
        gap:40px;
        padding:50px 6%;
    }

    .contact-map h2,
    .contact-faq h2{
        font-size:1.8rem;
        margin-bottom:20px;
    }

    .contact-map iframe{
        height:380px;
    }

    .contact-faq{
        padding:25px;
    }

    .faq-question{
        font-size:0.95rem;
        padding:18px 0;
    }

    .faq-answer{
        padding:0 0 18px 28px;
        font-size:0.95rem;
        line-height:1.7;
    }
}




/* =========================
   MOBILE
========================= */
@media (max-width:768px){

    .contact-bottom{
        padding:35px 20px;
        gap:30px;
    }

    .contact-map h2,
    .contact-faq h2{
        font-size:1.5rem;
        margin-bottom:18px;
        text-align:center;
    }

    .contact-map iframe{
        height:280px;
        border-radius:10px;
    }

    .contact-faq{
        padding:18px;
        border-radius:10px;
    }

    .faq-question{
        font-size:0.9rem;
        padding:16px 0;
        line-height:1.5;
    }

    .faq-question::before{
        margin-right:8px;
    }

    .faq-answer{
        padding:0 0 16px 22px;
        font-size:0.9rem;
        line-height:1.6;
    }
}




/* =========================
   FOOTER
========================= */

.contact-footer{
    text-align:center;
    padding:30px;
    border-top:1px solid #eee;
}

.contact-footer p{
    color:#777;
    margin:0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .contact-hero{
        grid-template-columns:1fr;
        gap:40px;
    }

    .contact-hero-left h1{
        font-size:4rem;
    }

    .contact-hero-right{
        justify-self:start;
    }

    .contact-section{
        grid-template-columns:1fr;
    }

    .contact-divider{
        display:none;
    }

    .contact-bottom{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .contact-hero-left h1{
        font-size:3rem;
    }

    .contact-question h2,
    .contact-form-container h2,
    .contact-map h2,
    .contact-faq h2{
        font-size:1.7rem;
    }
}


/* Hide by default */
.dropdown-menu {
    display: none;
}

/* Desktop */
@media (min-width:769px){

    .dropdown:hover .dropdown-menu{
        display:block;
    }

}

/* Mobile */
@media (max-width:768px){

    .dropdown.active .dropdown-menu{
        display:block;
    }

}


/* ==========================
   CONTACT SOCIALS
========================== */

.contact-socials{
    margin-top:35px;
}

.contact-socials strong{
    display:block;
    margin-bottom:18px;
    font-size:1rem;
    font-weight:600;
    color:#222;
    letter-spacing:.5px;
}

.contact-socials a{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    width:46px;
    height:46px;

    margin-right:12px;

    border:2px solid #0A66C2;
    border-radius:50%;

    background:#fff;
    color:#0A66C2;

    text-decoration:none;

    transition:all .3s ease;
}

.contact-socials a:last-child{
    margin-right:0;
}

.contact-socials i{
    font-size:18px;
    line-height:1;
}

.contact-socials a:hover{
    background:#0A66C2;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(10,102,194,.25);
}

/* Mobile */

@media (max-width:768px){

    .contact-socials{
        margin-top:30px;
        text-align:center;
    }

    .contact-socials a{
        width:42px;
        height:42px;
        margin:6px;
    }

}



/* ===========================
   CONTACT SOCIAL ICONS
=========================== */

.top-icons{
    margin-top:30px;          /* Pushes Follow Us down from the paragraph */
}

.top-icons strong{
    display:block;
    margin-bottom:16px;
    font-size:1rem;
    font-weight:600;
    color:#222;
}

.top-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:45px;
    height:45px;

    margin-right:12px;

    border:1px solid #0332b5;
    border-radius:50%;

    
    text-decoration:none;

    transition:all .3s ease;
}

.top-icons a:last-child{
    margin-right:0;
}

.top-icons a i{
    font-size:18px;
}

/* Hover */

.top-icons a:hover{
    background:#f4a300;
    color:#fff;
    border-color:#f4a300;
    transform:translateY(-3px);
}


