.elementor-1736 .elementor-element.elementor-element-182d9fe{margin-top:-20px;margin-bottom:0px;z-index:0;}/* Start custom CSS for html, class: .elementor-element-1f4bd97 *//* ===================================
   RESET AND GLOBAL STYLE
=================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;

    background: #f7faff;

    color: #ffffff;
}

a {
    color: inherit;

    text-decoration: none;
}

input,
textarea,
button {
    font-family: inherit;
}


/* ===================================
   CONTACT HERO
=================================== */

.contact-hero {
    position: relative;

    min-height: 590px;

    overflow: hidden;

    border-radius: 0 0 48px 48px;

    background-image:
        linear-gradient(
            rgba(3, 24, 62, 0.15),
            rgba(3, 24, 62, 0.25)
        ),
        url("https://trackmybl.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-28-2026-06_21_17-PM.png");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    box-shadow: inset 0 -22px 0 #0879d6;
}


/* Blue dark overlay */

.contact-hero-overlay {
    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(2, 24, 63, 0.97) 0%,
        rgba(2, 27, 68, 0.82) 35%,
        rgba(3, 37, 78, 0.40) 67%,
        rgba(3, 37, 78, 0.12) 100%
    );
}


/* Main container */

.contact-container {
    position: relative;

    z-index: 2;

    width: min(1370px, calc(100% - 60px));

    margin: 0 auto;

    padding-top: 80px;
}


/* ===================================
   HERO HEADING
=================================== */

.contact-heading {
    max-width: 620px;
}

.heading-line {
    display: block;

    width: 66px;

    height: 4px;

    margin-bottom: 26px;

    background: linear-gradient(
        90deg,
        #25baff 0%,
        #25baff 60%,
        #ffffff 60%,
        #ffffff 100%
    );
}

.small-heading {
    margin-bottom: 12px;

    color: #22b9ff;

    font-size: 18px;

    font-weight: 700;
}

.contact-heading h1 {
    color: #ffffff;

    font-size: clamp(62px, 6vw, 82px);

    line-height: 1;

    font-weight: 800;

    letter-spacing: -3px;
}

.contact-heading h1 span {
    color: #24b9ff;
}

.heading-description {
    max-width: 590px;

    margin-top: 20px;

    color: rgba(255, 255, 255, 0.93);

    font-size: 16px;

    line-height: 1.7;
}


/* ===================================
   CONTACT INFO CARDS
=================================== */

.contact-info-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    margin-top: 24px;
}

.contact-info-card {
    min-height: 100px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 18px 16px;

    border: 1px solid rgba(255, 255, 255, 0.30);

    border-radius: 12px;

    background: rgba(13, 55, 103, 0.38);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 12px 30px rgba(0, 19, 50, 0.12);

    transition: 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);

    border-color: #24b9ff;

    background: rgba(8, 77, 138, 0.72);
}

.info-icon {
    width: 44px;

    height: 44px;

    min-width: 44px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 7px;

    background: #0879da;

    color: #ffffff;

    font-size: 20px;
}

.info-content h3 {
    margin-bottom: 6px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;
}

.info-content p {
    margin-bottom: 6px;

    color: rgba(255, 255, 255, 0.95);

    font-size: 14px;
}

.info-content span {
    color: rgba(255, 255, 255, 0.80);

    font-size: 12px;

    line-height: 1.5;
}


/* ===================================
   MAIN WHITE CONTACT BOX
=================================== */

.contact-main-section {
    position: relative;

    z-index: 10;

    width: min(1370px, calc(100% - 50px));

    margin: -78px auto 0;
}

.contact-main-box {
    display: grid;

    grid-template-columns: 40% 60%;

    min-height: 440px;

    padding: 34px 42px;

    overflow: hidden;

    border-radius: 16px;

    background: #ffffff;

    color: #12284c;

    box-shadow: 0 18px 50px rgba(12, 44, 81, 0.16);
}


/* ===================================
   SECTION TITLES
=================================== */

.section-title h2 {
    color: #10284e;

    font-size: 25px;

    font-weight: 800;
}

.section-title span {
    display: block;

    width: 38px;

    height: 3px;

    margin-top: 10px;

    background: #0879da;
}


/* ===================================
   FORM SIDE
=================================== */

.contact-form-side {
    padding-right: 44px;

    border-right: 1px solid #dfe5ed;
}

.form-description {
    max-width: 370px;

    margin-top: 15px;

    margin-bottom: 24px;

    color: #667186;

    font-size: 13px;

    line-height: 1.65;
}

.two-fields {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;
}

.form-group {
    position: relative;

    min-height: 43px;

    display: flex;

    align-items: center;

    border: 1px solid #d6dce6;

    border-radius: 5px;

    background: #ffffff;

    transition: 0.3s ease;
}

.form-group:focus-within {
    border-color: #0879da;

    box-shadow: 0 0 0 3px rgba(8, 121, 218, 0.10);
}

.form-group i {
    position: absolute;

    left: 14px;

    color: #758198;

    font-size: 14px;
}

.form-group input {
    width: 100%;

    height: 42px;

    padding: 0 14px 0 40px;

    border: none;

    outline: none;

    background: transparent;

    color: #263650;

    font-size: 12px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #7f899b;
}

.full-field {
    margin-top: 10px;
}


/* Message textarea */

.message-field {
    align-items: flex-start;

    min-height: 100px;

    margin-top: 10px;
}

.message-field i {
    top: 15px;
}

.message-field textarea {
    width: 100%;

    min-height: 98px;

    padding: 14px 14px 14px 40px;

    resize: vertical;

    border: none;

    outline: none;

    background: transparent;

    color: #263650;

    font-size: 12px;

    line-height: 1.6;
}


/* Send button */

.send-message-button {
    min-width: 175px;

    min-height: 46px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    gap: 18px;

    margin-top: 14px;

    padding: 0 20px;

    border: none;

    border-radius: 5px;

    background: #06234d;

    color: #ffffff;

    cursor: pointer;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s ease;
}

.send-message-button:hover {
    transform: translateY(-3px);

    background: #0879da;
}


/* ===================================
   LOCATIONS SIDE
=================================== */

.locations-side {
    padding-left: 44px;
}

.world-map {
    position: relative;

    width: 100%;

    min-height: 335px;

    margin-top: 10px;
}

.world-map > img {
    width: 100%;

    height: 330px;

    object-fit: contain;

    opacity: 0.75;
}


/* Location Marker */

.map-location {
    position: absolute;

    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: #101b2e;

    font-size: 10px;

    transition: 0.3s ease;
}

.map-location:hover {
    transform: translateY(-4px);
}

.map-location i {
    color: #0879da;

    font-size: 26px;

    filter: drop-shadow(0 4px 5px rgba(4, 86, 167, 0.22));
}

.map-location div {
    display: flex;

    flex-direction: column;

    gap: 2px;
}

.map-location strong {
    font-size: 10px;

    font-weight: 800;
}

.map-location span {
    font-size: 10px;
}


/* Marker Positions */

.location-new-york {
    top: 120px;

    left: 15%;
}

.location-rotterdam {
    top: 40px;

    left: 49%;
}

.location-singapore {
    top: 165px;

    left: 70%;
}

.location-brazil {
    top: 235px;

    left: 33%;
}

.location-sydney {
    top: 255px;

    right: 7%;
}


/* ===================================
   FEATURE BAR
=================================== */

.features-section {
    width: min(1370px, calc(100% - 50px));

    margin: 22px auto 50px;
}

.features-bar {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    padding: 24px 38px;

    border-radius: 14px;

    background: linear-gradient(
        90deg,
        #031c42,
        #082c60
    );

    box-shadow: 0 15px 40px rgba(5, 37, 77, 0.16);
}

.feature-item {
    display: flex;

    align-items: center;

    gap: 16px;

    padding: 7px;

    border-radius: 10px;

    transition: 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-4px);

    background: rgba(255, 255, 255, 0.06);
}

.feature-icon {
    width: 54px;

    height: 54px;

    min-width: 54px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 10px;

    background: rgba(8, 121, 218, 0.16);

    color: #30aefc;

    font-size: 29px;
}

.feature-content h3 {
    margin-bottom: 7px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.83);

    font-size: 12px;

    line-height: 1.5;
}


/* ===================================
   LARGE TABLET
=================================== */

@media screen and (max-width: 1100px) {

    .contact-hero {
        min-height: 660px;
    }

    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-main-box {
        grid-template-columns: 1fr;
    }

    .contact-form-side {
        padding-right: 0;

        padding-bottom: 40px;

        border-right: none;

        border-bottom: 1px solid #dfe5ed;
    }

    .locations-side {
        padding-top: 35px;

        padding-left: 0;
    }

    .features-bar {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ===================================
   TABLET
=================================== */

@media screen and (max-width: 768px) {

    .contact-hero {
        min-height: 830px;

        border-radius: 0 0 30px 30px;
    }

    .contact-container {
        width: calc(100% - 30px);

        padding-top: 60px;
    }

    .contact-heading h1 {
        font-size: 62px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-main-section {
        width: calc(100% - 28px);

        margin-top: -55px;
    }

    .contact-main-box {
        padding: 30px 22px;
    }

    .two-fields {
        grid-template-columns: 1fr;
    }

    .full-field {
        margin-top: 10px;
    }

    .features-section {
        width: calc(100% - 28px);
    }

    .features-bar {
        grid-template-columns: 1fr;

        padding: 24px;
    }

    .world-map {
        overflow-x: auto;
    }

    .world-map > img {
        min-width: 650px;
    }

    .map-location {
        display: none;
    }

}


/* ===================================
   MOBILE
=================================== */

@media screen and (max-width: 480px) {

    .contact-hero {
        min-height: 900px;
    }

    .small-heading {
        font-size: 15px;
    }

    .contact-heading h1 {
        font-size: 50px;

        letter-spacing: -2px;
    }

    .heading-description {
        font-size: 14px;
    }

    .contact-info-card {
        min-height: 96px;
    }

    .contact-main-box {
        padding: 26px 18px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .send-message-button {
        width: 100%;
    }

}/* End custom CSS */