/***
=============================================
Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

.contact-page__top {
    position: relative;
    display: block;
    padding: 120px 0px 245px;
    background: var(--logistiq-gray-bg);
    z-index: 1;
}

.contact-page__top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.contact-page__top-content {
    position: relative;
    display: block;
}

.contact-page__top-content .sec-title {
    padding-bottom: 41px;
}

.contact-page__top-content-text1 {
    position: relative;
    display: block;
}

.contact-page__top-content-text1 p {
    margin: 0;
}

.contact-page__top-content .social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 52px;
}

.contact-page__top-content .social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(var(--logistiq-gray-rgb), 0.1);
    color: var(--logistiq-black);
}

.contact-page__top-content .social-links a+a {
    margin-left: 10px;
}

.contact-page__top-content .social-links a:hover {
    color: var(--logistiq-white);
    background: var(--logistiq-base);
}

.contact-page__top-content .social-links a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.contact-page__top-form {
    position: relative;
    display: block;
}

.contact-page__top-form .why-choose-one__form .input-box input[type="text"],
.contact-page__top-form .why-choose-one__form .input-box input[type="email"] {
    background-color: transparent;
}

.contact-page__top-form .why-choose-one__form .input-box .nice-select {
    background-color: transparent;
}

.contact-page__top-form .why-choose-one__form .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--logistiq-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--logistiq-gray);
    border-radius: 2px;
    font-family: var(--logistiq-font);
    width: 100%;
    height: 120px;
    padding-top: 11px;
    outline: none;
    resize: none;
}

.contact-page__top-form .why-choose-one__form .input-box .icon.style2 {
    top: 11%;
    transform: translateY(0%);
}

.contact-page__bottom {
    position: relative;
    display: block;
    margin-top: -126px;
    margin-bottom: -130px;
    z-index: 5;
}

/* .contact-page__bottom-inner {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 50px 0px 42px;
    border-radius: 3px;
} */

.contact-page__bottom-grid {
    position: relative;
    display: grid;
    gap: 40px;
}

.contact-page__bottom-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.contact-page__bottom-single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 28px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: var(--logistiq-white);
    box-shadow: 0px 24px 60px rgba(5, 16, 54, 0.08);
    transition: all 300ms ease;
    height: 100%;
    overflow: hidden;
}

.contact-page__bottom-single::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 14px;
    width: 8px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 129, 64, 1) 0%, rgba(255, 94, 58, 1) 100%);
    opacity: 0.9;
    transition: opacity 300ms ease;
}

.contact-page__bottom-single .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 18px;
    background: rgba(var(--logistiq-base-rgb), 0.08);
}

.contact-page__bottom-single .icon span {
    position: relative;
    display: block;
    color: var(--logistiq-base);
    font-size: 32px;
    line-height: 32px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.contact-page__bottom-single:hover {
    transform: translateY(-8px);
    box-shadow: 0px 30px 70px rgba(5, 16, 54, 0.12);
}

.contact-page__bottom-single:hover::before {
    opacity: 1;
}

.contact-page__bottom-single:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.contact-page__bottom-single .content {
    position: relative;
    display: block;
}

.contact-page__bottom-single .content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-page__bottom-single .content p {
    margin: 0;
}

.contact-page__bottom-single .content p a {
    color: var(--logistiq-gray);
}

.contact-page__bottom-single .content p a:hover {
    color: var(--logistiq-base);
}

.contact-page__schedule {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    gap: 10px;
    justify-items: center;
}

.contact-page__schedule li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.6;
    color: var(--logistiq-gray);
    width: 100%;
    max-width: 360px;
}

.contact-page__schedule-city {
    font-weight: 600;
    color: var(--logistiq-black);
    white-space: nowrap;
}

.contact-page__schedule-city::after {
    content: ":";
    margin-left: 8px;
    color: var(--logistiq-gray);
}

.contact-page__schedule-time {
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .contact-page__schedule li {
        grid-template-columns: 1fr;
        row-gap: 4px;
        text-align: center;
    }

    .contact-page__schedule-city::after {
        content: '';
    }

    .contact-page__schedule-time {
        white-space: normal;
    }
}

@media (max-width: 1199px) {
    .contact-page__bottom-row {
        gap: 30px;
    }

    .contact-page__bottom-single {
        padding: 28px 24px;
    }
}

@media (max-width: 991px) {
    .contact-page__bottom-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .contact-page__bottom-grid {
        gap: 24px;
    }

    .contact-page__bottom-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}


/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
    position: relative;
    display: block;
    z-index: 0;
    padding: 0px 0px 120px;
}

.google-map-one__map {
    position: relative;
    display: block;
    border: none;
    height: 550px;
    min-height: 420px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 32px 80px rgba(5, 16, 54, 0.15);
    overflow: hidden;
}

.google-map-one__map:hover {
    box-shadow: 0px 38px 90px rgba(5, 16, 54, 0.22);
}

@media (max-width: 991px) {
    .google-map-one__map {
        height: 420px;
    }
}

@media (max-width: 575px) {
    .google-map-one__map {
        height: 320px;
        border-radius: 12px;
    }
}