﻿/*======================================
Contact Banner
=======================================*/

.banner .page-badge {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.banner h2 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.banner p {
    color: #f2f2f2;
    font-size: 18px;
    max-width: 760px;
    margin: auto;
    line-height: 34px;
    margin-bottom: 30px;
}


/*======================================
Google Map
=======================================*/

.contact-map-section {
    padding: 70px 0 20px;
    background: #fff;
}

.map-wrapper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

    .map-wrapper iframe {
        width: 100%;
        height: 500px;
        border: 0;
    }


/*======================================
Intro
=======================================*/

.contact-intro {
    padding: 90px 0;
}

    .contact-intro h2 {
        font-size: 42px;
        font-weight: 800;
        color: #111;
        margin: 20px 0;
    }

    .contact-intro p {
        font-size: 17px;
        color: #666;
        line-height: 32px;
        max-width: 900px;
        margin: auto;
    }


/*=================================
Premium Contact
=================================*/

.premium-contact-section {
    padding: 90px 0;
    background: #fafafa;
}

.contact-info-card {
    background: #111;
    color: #fff;
    border-radius: 20px;
    padding: 45px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.info-tag {
    display: inline-block;
    background: #d71920;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.contact-info-card h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-info-card p {
    color: #d8d8d8;
    line-height: 28px;
    margin-bottom: 35px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #d71920;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    margin-right: 18px;
    flex-shrink: 0;
}

.contact-text h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
}

.contact-text span {
    color: #d9d9d9;
    line-height: 28px;
}

/*========================*/

.premium-contact-form {
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

    .premium-contact-form h3 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .premium-contact-form p {
        color: #777;
        margin-bottom: 30px;
    }

    .premium-contact-form .form-control {
        height: 56px;
        border-radius: 12px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        box-shadow: none;
        font-size: 15px;
    }

    .premium-contact-form textarea.form-control {
        height: 170px;
        resize: none;
        padding-top: 15px;
    }

    .premium-contact-form .form-control:focus {
        border-color: #d71920;
        box-shadow: 0 0 0 4px rgba(215,25,32,.08);
    }

.premium-btn {
    background: #d71920;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    transition: .35s;
}

    .premium-btn:hover {
        background: #111;
    }

    .premium-btn i {
        margin-left: 10px;
    }

/*==================================
Contact Left Card Text Fix
==================================*/

.contact-info-card h2 {
    color: #ffffff !important;
    font-size: 34px;
    font-weight: 800;
}

.contact-info-card h4 {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-info-card p {
    color: rgba(255,255,255,.82) !important;
    line-height: 30px;
}

.contact-info-card span {
    color: rgba(255,255,255,.88) !important;
    line-height: 28px;
}

.contact-info-card .info-tag {
    color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
     padding: 0 0 0px 0; 
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0;
}

/*=========================================
Contact Intro
=========================================*/

.contact-intro {
    padding: 90px 0;
    background: #ffffff;
}

    .contact-intro .section-tag {
        display: inline-block;
        padding: 8px 22px;
        background: #111111;
        color: #ffffff;
        border-left: 4px solid #d71920;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .contact-intro h2 {
        font-size: 44px;
        font-weight: 800;
        color: #111111;
        line-height: 56px;
        margin-bottom: 25px;
    }

        .contact-intro h2::after {
            content: "";
            display: block;
            width: 80px;
            height: 4px;
            background: #d71920;
            border-radius: 30px;
            margin: 22px auto 0;
        }

    .contact-intro p {
        max-width: 900px;
        margin: 35px auto 0;
        font-size: 17px;
        color: #666666;
        line-height: 32px;
    }