.elementor-1712 .elementor-element.elementor-element-e520c17, .elementor-1712 .elementor-element.elementor-element-e520c17 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-1712 .elementor-element.elementor-element-e520c17{margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:0;}/* Start custom CSS for html, class: .elementor-element-e1f4799 *//* =================================
   RESET
================================= */

* {
    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;
}

button,
input {
    font-family: inherit;
}


/* =================================
   HERO SECTION
================================= */

.logistics-hero {
    position: relative;
    min-height: 800px;
    overflow: hidden;

    border-radius: 0 0 48px 48px;

    /*
    Yahan apni background image ka path lagao.
    Example:
    url("images/logistics-port.jpg")
    */

    background:
        linear-gradient(
            rgba(4, 18, 45, 0.15),
            rgba(4, 18, 45, 0.45)
        ),
        url("https://trackmybl.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-30-2026-10_43_43-PM.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow: inset 0 -24px 0 #0874d1;
}


/* Dark Gradient Overlay */

.hero-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(5, 17, 45, 0.94) 0%,
        rgba(5, 17, 45, 0.76) 30%,
        rgba(5, 17, 45, 0.35) 58%,
        rgba(5, 17, 45, 0.12) 100%
    );
}


/* Hero Container */

.hero-container {
    position: relative;
    z-index: 2;

    width: min(1320px, calc(100% - 50px));
    margin: 0 auto;

    padding-top: 105px;
}


/* =================================
   HERO TEXT
================================= */

.hero-text {
    max-width: 570px;
}

.small-line {
    display: block;

    width: 68px;
    height: 4px;

    margin-bottom: 28px;

    background: linear-gradient(
        90deg,
        #2cbcff 0%,
        #2cbcff 58%,
        #ffffff 58%,
        #ffffff 100%
    );
}

.hero-tagline {
    margin-bottom: 18px;

    color: #24b8ff;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.hero-text h1 {
    font-size: clamp(62px, 7vw, 100px);
    line-height: 0.95;

    font-weight: 800;
    letter-spacing: -4px;

    color: #ffffff;
}

.hero-text h1 span {
    display: block;

    margin-top: 12px;

    color: #28b8ff;
}

.hero-description {
    max-width: 530px;

    margin-top: 28px;

    font-size: 18px;
    line-height: 1.7;

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


/* Explore Button */

.explore-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    margin-top: 24px;
    padding: 16px 22px;

    border-radius: 7px;

    background: #0878df;
    color: #ffffff;

    font-size: 15px;
    font-weight: 600;

    box-shadow: 0 12px 30px rgba(0, 76, 167, 0.35);

    transition: 0.3s ease;
}

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

    background: #1b91f4;
}


/* =================================
   SERVICE CARDS
================================= */

.service-grid {
    display: grid;

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

    gap: 24px;

    margin-top: 30px;
}

.service-card {
    min-height: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 20px 10px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;

    background: rgba(5, 38, 75, 0.35);

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

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 12px 30px rgba(2, 20, 46, 0.12);

    text-align: center;

    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);

    border-color: #20b9ff;

    background: rgba(6, 67, 119, 0.72);
}

.service-card i {
    margin-bottom: 12px;

    color: #19baff;

    font-size: 40px;
}

.service-card h3 {
    margin-bottom: 5px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}

.service-card p {
    color: rgba(255, 255, 255, 0.85);

    font-size: 14px;
}


/* =================================
   FEEDBACK BUTTON
================================= */

.feedback-button {
    position: absolute;
    z-index: 5;

    top: 90px;
    right: 0;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 20px 14px;

    border-radius: 10px 0 0 10px;

    background: #0874d1;

    box-shadow: 0 12px 30px rgba(0, 39, 87, 0.3);

    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.feedback-button:hover {
    background: #1492f2;
}


/* =================================
   TRACKING SECTION
================================= */

.tracking-section {
    position: relative;
    z-index: 10;

    width: min(1180px, calc(100% - 40px));

    margin: -84px auto 0;
}

.tracking-box {
    overflow: hidden;

    border-radius: 16px;

    background: #ffffff;
    color: #17253d;

    box-shadow: 0 18px 48px rgba(13, 42, 76, 0.19);
}


/* Tabs */

.tracking-tabs {
    display: grid;

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

    border-bottom: 1px solid #e2e7ef;
}

.tracking-tab {
    position: relative;

    min-height: 76px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 13px;

    color: #626c7f;

    font-size: 17px;
    font-weight: 500;

    transition: 0.3s ease;
}

.tracking-tab i {
    font-size: 21px;
}

.tracking-tab:hover {
    color: #0878df;
}

.tracking-tab.active {
    color: #0878df;
}

.tracking-tab.active::after {
    content: "";

    position: absolute;

    left: 24%;
    right: 24%;
    bottom: 0;

    height: 3px;

    background: #0878df;
}


/* Tracking Form */

.tracking-form {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    gap: 20px;

    padding: 38px 60px 30px;
}

.tracking-field {
    width: min(620px, 100%);
}

.tracking-field label {
    position: relative;
    z-index: 2;

    display: block;

    width: fit-content;

    margin: 0 0 -8px 26px;
    padding: 0 8px;

    background: #ffffff;
    color: #465269;

    font-size: 14px;
}

.tracking-input {
    min-height: 66px;

    display: flex;
    align-items: center;

    padding: 0 22px;

    border: 1px solid #ccd3df;
    border-radius: 8px;

    background: #ffffff;
}

.tracking-input:focus-within {
    border-color: #0878df;

    box-shadow: 0 0 0 3px rgba(8, 120, 223, 0.1);
}

.tracking-input i {
    margin-right: 16px;

    color: #6f7b91;

    font-size: 21px;
}

.tracking-input input {
    width: 100%;

    border: none;
    outline: none;

    background: transparent;

    color: #25324a;

    font-size: 16px;
}

.tracking-input input::placeholder {
    color: #929bad;
}


/* Track Button */

.track-button {
    min-width: 225px;
    min-height: 62px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    gap: 22px;

    border: none;
    border-radius: 7px;

    background: #041e43;
    color: #ffffff;

    cursor: pointer;

    font-size: 16px;
    font-weight: 600;

    transition: 0.3s ease;
}

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

    background: #0878df;
}


/* =================================
   PROMISE SECTION
================================= */

.promise-section {
    padding: 45px 20px 80px;

    text-align: center;

    color: #09264d;
}

.promise-section p {
    margin-bottom: 9px;

    color: #0878df;

    font-size: 13px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.promise-section h2 {
    font-size: clamp(28px, 3vw, 42px);

    font-weight: 800;
}

.promise-section h2 span {
    color: #0878df;
}

.promise-line {
    display: block;

    width: 56px;
    height: 3px;

    margin: 16px auto 0;

    background: #0878df;
}


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

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

    .logistics-hero {
        min-height: 1040px;
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


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

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

    .logistics-hero {
        min-height: auto;

        padding-bottom: 130px;

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

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

        padding-top: 65px;
    }

    .hero-text h1 {
        font-size: 62px;

        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 16px;
    }

    .service-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .service-card {
        min-height: 145px;
    }

    .tracking-section {
        margin-top: -65px;
    }

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

    .tracking-form {
        flex-direction: column;
        align-items: stretch;

        padding: 30px 20px;
    }

    .tracking-field {
        width: 100%;
    }

    .track-button {
        width: 100%;
    }

    .feedback-button {
        top: 160px;
    }

}


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

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

    .hero-tagline {
        font-size: 15px;
    }

    .hero-text h1 {
        font-size: 50px;
    }

    .hero-description {
        font-size: 15px;
    }

    .tracking-tab {
        min-height: 62px;

        gap: 8px;

        font-size: 13px;
    }

    .tracking-tab i {
        font-size: 17px;
    }

}/* End custom CSS */