@import '../Headers/Header_02/header_02.css';

/* Contact Boxes
---------------------------------------------*/
    #contact-us .three-col-grid {
        gap: 1.56vw; /* 30 */
    }
    #contact-us .col-content { 
        padding: 2.86vw 2.08vw;  /* 55 40 */
        flex-direction: column;
        position: relative;
        z-index: 1;        
    }
    #contact-us .col-content-title {
        flex-grow: 1;
    }
    #contact-us .content-element  > * {
        margin-bottom: 0;
    }
    #contact-us .content-element:not(.col-content-title) {
        padding-top: 0.94vw; /* 18 */
    }
    #contact-us .content-element:not(.col-content-title) > * {
        line-height: 1;
    }    
    #contact-us .content-element p {
        font-family: var(--lg-font);
    }
    #contact-us a {
        text-decoration: unset;
    }
    #contact-us .white a:hover {
        color: #b3c7d2 !important;
    }
    #contact-us .col-content-hours p {
        letter-spacing: 0.02em;
    }
    #contact-us .content-element .phone-label {
        margin-right: 0.26vw; /* 5 */
    }    

    /* Contact Boxes backgound effects
    ------------------------------------*/
        .bg-logos {
            backdrop-filter: blur(2px);
        }    
        .bg-logos .bg-col {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background-color: #383D49;
            opacity: 0.9;
            z-index: 0;
            pointer-events: none;
        }
        .bg-logos .bg-col .img-fit-cover {
            object-fit: none;
        }
        .bg-logos .bg-col img {
            filter: brightness(10);
            opacity: 0.02;
        }
        .bg-logos .bg-col.grad:before {
            height: 100%;
            opacity: 0.5;
            pointer-events: none;
        }
        .bg-logos .bg-col .light-e_2:after {
            background: rgb(255, 255, 255);
            background: linear-gradient(233deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
            opacity: .4;
            pointer-events: none;
        }

/* Map Stripe
---------------------------------------------*/
    #location h3 {
        font-family: var(--rg-font);
    }
    #location .city {
        top: 9em;
    }
    #location .address-box {
        top: 44%;
        width: 25vw; /* 480 */
        min-width: 400px;
    }
    #location .address-box-container {
        height: 16.67vw; /* 320 */
        min-height: 260px;
    }

    #location a {
        text-decoration: unset;
    }
    #location .address-description {
        padding-top: 0.78vw; /* 15 */
    }
    #location .map-content h2 > * {
        display: block;
    }
    #location .map-content .city-state {
        font-family: var(--rg-font);
        margin-top: -0.52vw !important; /* 10 */
    }    

/* Contact Stripe
---------------------------------------------*/
    .contact-stripe-bk,
    .contact-us-bk {
        position: relative;
    }
    .contact-stripe-bk:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0C0D11;
        background: linear-gradient(180deg,rgba(12, 13, 17, 1) 0%, rgba(0, 0, 0, 1) 100%);
        z-index: -1;
        pointer-events: none;
    }
    .contact-us-bk:before {
        content: '';
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #1E2128;
        background: linear-gradient(180deg,rgba(30, 33, 40, 0) 0%, rgba(30, 33, 40, 1) 100%);
        pointer-events: none;
    }

    #contact-stripe textarea {
        height: 9.9vwx;/* 190 */
    }


/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
    /* Contact Boxes
    ---------------------------------------------*/
        #contact-us .content-element:not(.col-content-title) {
            padding-top: 18px; /* 18 */
        }
        #contact-us .content-element .phone-label {
            margin-right: 5px; /* 5 */
        } 
        /* Contact Boxes backgound effects
        ------------------------------------*/
            .logos-bg {
                backdrop-filter: blur(7px); /* 7 */
            }

    /* Map Stripe
    ---------------------------------------------*/
        #location .address-description {
            padding-top: 15px; /* 15 */
        }
        #location .map-content .city-state {
            margin-top: -10px !important; /* 10 */
        }

    /* Contact Stripe
    ---------------------------------------------*/   
        #contact-stripe textarea {
            height: 9.9vwx;/* 190 */
        }
}


@media screen and (max-width: 1600px) {
    #contact-us .col-content {
        padding: 2.86vw 1.99vw;
    }
}

@media screen and (max-width: 1440px) {
    #location .city {
        top: 6em;
    }
    #location .address-box {
        top: 48%;
    }
}

/* Small Laptops - Ok until 1150px
------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1280px) {

    }

/* Ok until 993px
------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1150px) {
        #contact-us .box-size_01 {
            min-height: 270px;
        }
        #contact-us .col-content {
            padding: 25px 20px;
        }

        #location .city {
            top: 5em;
        }
        #location .address-box-container {
            min-height: 220px;
        }
        #location .address-box {
            min-width: 345px;
        }
    }

/* Ok until 767px
------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 992px) {
        #contact-us .three-col-grid {
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: .5em;
        }
        .map img {
            object-fit: cover;;
            min-height: 580px;
            object-position: 30%;
        }
        .city.abs-p.tp-lf {
            left: 2em;
            top: 80px;
        }
        .address-box.abs-p.bt-lf {
            left: 2em;
            bottom: 2em;
        }
    }


/* Mobile
------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 767px) {
        .address-box-container {
            height: 12em;
        }


        .map img {
            object-position: 60%;
            min-height: 140vh;
        }
    }

/* Mobile
------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 600px) {
        #contact-us .three-col-grid {
            grid-template-columns: 1fr;
            grid-gap: 1em;
        }
        #contact-us .box-size_02 .col-content {
            min-height: unset;
            height: 240px;
        }
        .map img {
            min-height: 100vh;
        }
    }
