/*
Theme Name: Transland
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: Transport & Logistics HTML  Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/style.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */

/* Professional contact page */
.professional-contact {
    background: #f6f8fb;
}

.contact-intro {
    max-width: 720px;
    margin: 0 auto 48px;
}

.contact-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #ef6c00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-intro h2,
.contact-location h2 {
    margin-bottom: 14px;
    color: #10233f;
    font-size: clamp(34px, 4vw, 50px);
}

.contact-intro p {
    color: #65738a;
    font-size: 17px;
    line-height: 1.75;
}

.contact-methods {
    margin-bottom: 64px;
}

.contact-method-card {
    display: flex;
    min-height: 174px;
    height: 100%;
    padding: 28px;
    align-items: flex-start;
    gap: 18px;
    color: #10233f;
    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(16, 35, 63, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

a.contact-method-card:hover {
    color: #10233f;
    border-color: #ef6c00;
    box-shadow: 0 18px 45px rgba(16, 35, 63, .11);
    transform: translateY(-4px);
}

.contact-method-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    color: #fff;
    background: #ef6c00;
    border-radius: 10px;
    font-size: 20px;
}

.contact-method-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.contact-method-copy small {
    margin-bottom: 6px;
    color: #738198;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.contact-method-copy strong {
    overflow-wrap: anywhere;
    font-size: 17px;
    line-height: 1.4;
}

.contact-method-copy em {
    margin-top: 8px;
    color: #7c889a;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
}

.contact-method-arrow {
    margin-top: 18px;
    color: #ef6c00;
}

.contact-workspace {
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 65px rgba(16, 35, 63, .12);
}

.contact-form-aside {
    height: 100%;
    padding: 52px 40px;
    color: #fff;
    background: #10233f;
}

.contact-form-aside h3 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 32px;
}

.contact-form-aside > p {
    color: #c8d1de;
    line-height: 1.7;
}

.contact-form-aside ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.contact-form-aside li {
    margin: 14px 0;
    color: #e7ebf1;
}

.contact-form-aside li i {
    margin-right: 10px;
    color: #ef6c00;
}

.response-note {
    display: flex;
    margin-top: 38px;
    padding-top: 26px;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.response-note > i {
    color: #ef6c00;
    font-size: 24px;
}

.response-note span,
.response-note strong {
    display: block;
}

.response-note span {
    color: #bfc9d7;
    font-size: 13px;
    line-height: 1.6;
}

.response-note strong {
    color: #fff;
    font-size: 15px;
}

.professional-contact .contact-form {
    padding: 52px;
}

.professional-contact .single-personal-info {
    margin-bottom: 24px;
}

.professional-contact .single-personal-info label {
    margin-bottom: 9px;
    color: #10233f;
    font-size: 13px;
    font-weight: 700;
}

.professional-contact .single-personal-info input,
.professional-contact .single-personal-info select,
.professional-contact .single-personal-info textarea {
    width: 100%;
    padding: 14px 16px;
    color: #10233f;
    background: #f8fafc;
    border: 1px solid #dce3ec;
    border-radius: 7px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.professional-contact .single-personal-info input,
.professional-contact .single-personal-info select {
    height: 54px;
}

.professional-contact .single-personal-info textarea {
    min-height: 150px;
    resize: vertical;
}

.professional-contact .single-personal-info input:focus,
.professional-contact .single-personal-info select:focus,
.professional-contact .single-personal-info textarea:focus {
    background: #fff;
    border-color: #ef6c00;
    box-shadow: 0 0 0 3px rgba(239, 108, 0, .1);
}

.professional-contact .submit-btn {
    min-width: 190px;
    padding: 16px 24px;
    color: #fff;
    background: #ef6c00;
    border: 0;
    border-radius: 6px;
    font-weight: 700;
}

.professional-contact .submit-btn i {
    margin-left: 8px;
}

.form-privacy {
    display: inline-block;
    margin: 0 0 0 18px;
    color: #7a8799;
    font-size: 12px;
}

.form-privacy i {
    margin-right: 5px;
}

.contact-location {
    padding: 90px 0;
    background: #fff;
}

.location-heading {
    display: flex;
    margin-bottom: 28px;
    align-items: flex-end;
    justify-content: space-between;
}

.location-heading h2 {
    margin: 0;
    font-size: 38px;
}

.location-heading a {
    color: #10233f;
    font-weight: 700;
}

.location-heading a i {
    margin-left: 8px;
    color: #ef6c00;
}

.contact-location .office-google-map-wrapper {
    overflow: hidden;
    height: 420px;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(16, 35, 63, .12);
}

.contact-location .office-google-map-wrapper iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .professional-contact .contact-form,
    .contact-form-aside {
        padding: 40px 32px;
    }
}

@media (max-width: 767px) {
    .contact-intro {
        margin-bottom: 34px;
    }

    .contact-methods {
        margin-bottom: 42px;
    }

    .professional-contact .contact-form,
    .contact-form-aside {
        padding: 34px 22px;
    }

    .form-privacy {
        display: block;
        margin: 14px 0 0;
    }

    .location-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .contact-location {
        padding: 64px 0;
    }

    .contact-location .office-google-map-wrapper {
        height: 340px;
    }
}



