.section-one {
    margin: 0 auto;
    max-width: 1200px;
    background-image: url('../../assets/menu-baar.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 99% auto;
}

.section-one .left-line img {
    height: 54px;
}

.section-one .right-line img {
    height: 54px;
}

.section-one .header-icon {
    color: #000;
    font-size: 24px;
}

.navbar-nav {
    flex-direction: row;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-light .navbar-toggler {
    border: unset !important;
}

.section-one h2 {
    margin-bottom: 0px !important;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
    .section-one h2:hover {
        color: #f26341 !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../../assets//menu-baar.png);
    }

.section-two {
    padding: 10px;
    margin-top: 150px;
}

    .section-two h2 {
        color: black;
        font-family: "Roboto", Sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 0.1px;
        margin-bottom: 50px;
    }

    .section-two #txtTrackingNo {
        width: 55% !important;
        border: 1px solid #000;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.015em;
        padding: 15px;
        color: #000;
        border-radius: 45px;
    }

    .section-two #btnSelect_OnModal {
        color: white;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.015em;
        background-color: #000;
        border-radius: 192px 192px 192px 192px;
        padding: 15px 56px 15px 56px;
        border: none;
    }

        .section-two #btnSelect_OnModal:hover {
            background-color: #f26341 !important;
        }

.section-three {
    margin-top: 100px;
    position: relative;
}

.elementor-background-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets//overlay1.png);
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.video-text-container {
    width: 1140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

    .video-text-container h2 {
        color: #ffffff00;
        font-size: 50px;
        font-weight: 800;
        line-height: 127%;
        letter-spacing: 0.015em;
        -webkit-text-stroke-width: 2px;
        stroke-width: 2px;
        -webkit-text-stroke-color: #ffffff;
        stroke: #ffffff;
        margin-bottom: 40px;
    }

    .video-text-container p {
        text-align: center;
        color: #ffffff;
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 0.015em;
    }

    .video-text-container .elementor-button {
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        background-color: #ffffff00;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-radius: 192px 192px 192px 192px;
        padding: 22px 50px 22px 50px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all 0.3s;
    }

        .video-text-container .elementor-button:hover {
            background-color: #f26341;
            border-color: #f26341;
        }

.footer-div .last-div {
    margin: 18px 0px 36px 0px;
}

.section-four {
    padding: 50px 0;
    text-align: center;
}

.timeline-title {
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.timeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

    .timeline::after {
        content: "";
        position: absolute;
        width: 3px;
        background-color: #000;
        top: 42px;
        bottom: 40px;
        left: 0%;
        transform: translateX(-50%);
        margin-left: 0px;
    }

.timeline-event {
    position: relative;
    margin: 20px 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 40px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.timeline-date {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f26341;
}

.timeline-content {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.timeline-event::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 0;
    left: -7px;
    z-index: 1;
    background-color: black;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
}

.header-icon {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

    .header-icon:hover {
        color: #f26341 !important;
    }
    @media(max-width:768px){
        .section-two #txtTrackingNo {
            width: 100% !important;
        }
    }
@media (max-width: 767px) {
    .section-two h2, .timeline-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section-two #btnSelect_OnModal {
        color: white;
        font-size: 14px;
        padding: 5px 30px 6px 30px;
    }
}