<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-brand img {
    width: 61px;
    height: 72px;
    object-fit: contain;
}

.lang-box {
    position: absolute;
    display: none;
    top: 50%;
    color: white;
    right: 100%;
    transform: translateY(-50%);
    gap: 5px;
    background-color: #0D162D;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

    .lang-box input {
        position: absolute;
        opacity: 0
    }

#navbarDropdown:hover .lang-box {
    display: flex
}

.lang-box .btn {
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    font-family: 'Segoe UI';
}

    .lang-box .btn:hover {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

@media (min-width: 1485px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .single-testimonial .testimonial-counter {
        font-size: 50px !important;
    }
}

nav.navbar {
    z-index: 99
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 22px;
}

.header-fixed {
    background-image: url(../../Content/Imgaes/backgrounds/nav-bg.png);
    z-index: 9;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-login-btn {
    background-color: var( --bs-primary);
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 10px;
}

.angle-icon {
    width: 7px;
    height: 10px;
    margin-top: 5px;
    transition: all 0.5s;
}

.hero-logo {
    background-color: #ffffff50;
    border-top-left-radius: 22px;
    overflow: hidden;
    border-top-right-radius: 22px;
    padding: 50px;
}

    .hero-logo img {
        width: 300px;
        margin: auto;
        display: block;
    }

.hero-pattern-img {
    position: absolute;
    right: 20px;
    top: 100px;
}

.hero-paragraph {
    line-height: 40px;
    font-size: 20px;
}

#features {
    min-height: 350px
}

.hover-icon {
    display: none
}

.feature-card {
    box-shadow: 15px 10px 3px #00000020;
    background-color: white;
    border-radius: 50px;
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
    overflow: hidden; /* Ensure content doesn't overflow when height decreases */
    height: 350px; /* Initial height */
}

    .feature-card:hover {
        background-color: var(--bs-primary) !important;
        height: 340px; /* Decreased height on hover */
        color: white
    }

        .feature-card:hover i {
            color: white !important
        }

        .feature-card:hover p {
            color: white
        }

        .feature-card:hover .hover-icon {
            display: block
        }

        .feature-card:hover .feature-icon {
            display: none !important
        }

    .feature-card img {
        height: 70px;
        min-width: 70px;
        object-fit: contain;
        margin-bottom: 15px;
    }

.card-collapsed h5, .card-collapsed p {
    display: none
}

.card-collapsed .feature-detail {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.section-heading h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}

.section-heading p {
    font-size: 20px;
    width: 75%
}

.service-card {
    margin-top: 70px;
    text-decoration: none;
    color: inherit;
}

    .service-card .service-card-heading {
        background-color: white;
        border-radius: 40px;
        padding: 50px 26px;
        font-size: 35px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem !important;
        border: 2px solid #2196F3;
    }

    .service-card p {
        color: white;
    }

    .service-card:hover p {
        text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
        transform: scale(1.03);
    }

    .service-card .service-card-heading .card-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .service-card .service-card-heading .card-heading {
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transform: translateX(0%);
        width: 230px;
        overflow: hidden;
    }

    .service-card .service-card-heading .card-icon {
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transform: translateX(0%);
        height: 60px;
        min-width: 96px;
        max-width: 96px;
    }

    .service-card:hover .service-card-heading .card-icon {
        margin-left: auto;
        transform: translateX(230%);
    }

    .service-card:hover .service-card-heading .card-heading {
        margin-right: auto;
        transform: translateX(-50%);
    }

    .service-card:hover .service-card-heading {
        background-color: var(--bs-primary);
    }

        .service-card:hover .service-card-heading .card-heading {
            color: white;
        }

    .service-card:hover .service-icon {
        display: none
    }

    .service-card:hover .hover-icon {
        display: block
    }

.bg-primary-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10%;
    border-radius: 30px;
    margin: 0px 100px;
}

.characteristics-ptrn {
    position: absolute;
    right: 0;
    top: 115px;
    z-index: 10;
    opacity: 1 !important;
}

.characteristics-content p {
    font-size: 20px;
    line-height: 48px;
}
#characteristics .characteristics-content h3 , #characteristics2 .characteristics-content h3 {
    filter: drop-shadow(0px 0px 4px white);
}

#outStandingFeatures {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wave-img {
    position: absolute;
    top: -50px;
    z-index: -1;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
}

.outstanding-feature-card img {
    width: 100px
}

.fulfillment-arrow-ptrn {
    position: absolute;
    top: 0;
    left: -50px;
    width: 110px;
    z-index: 1;
}

.fulfillment-icon-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

    .fulfillment-icon-box .icon-box-list {
        background-color: white;
        display: flex;
        align-items: center;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding: 20px 30px;
        gap: 25px;
        min-width: 200px;
        transition: all 0.3s;
    }


        .fulfillment-icon-box .icon-box-list:hover {
            width: 45vw;
            max-width: 45vw;
        }

        .fulfillment-icon-box .icon-box-list img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

        .fulfillment-icon-box .icon-box-list p {
            margin-bottom: 0;
            font-size: 22px;
            opacity: 0;
            display: none;
        }

        .fulfillment-icon-box .icon-box-list:hover p {
            opacity: 1;
            display: block;
            transition: all 0.1s ease-in-out;
        }

.international-shipping-wave {
    position: absolute;
    top: -15px;
    z-index: -1;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
}

.international-shipping-card {
    text-align: center
}

    .international-shipping-card img {
        width: 140px !important;
        height: 140px;
        object-fit: cover;
        margin: auto;
        display: block;
        margin-bottom: -20px;
    }

.international-hipping-clr-ptrn {
    position: absolute;
    top: 45%;
    bottom: 50%;
    transform: translateY(-50%);
    right: 100px;
    z-index: -1;
    width: 120px;
}

.single-testimonial {
    height: 310px;
    width: 310px;
    min-height: 310px;
    min-width: 310px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    flex-direction: column;
    border: 5px solid var(--bs-primary);
    box-shadow: 0px 0px 25px var(--bs-primary);
    margin: auto;
}

    .single-testimonial .testimonial-text1 {
        font-size: 30px;
        font-weight: 700
    }

    .single-testimonial .testimonial-counter {
        font-size: 60px;
        font-weight: 600;
        line-height: 90px;
    }

    .single-testimonial .testimonial-text2 {
        font-size: 24px;
        font-weight: 600
    }

.testimonial-mask {
    position: absolute;
    top: 0%;
    background-color: #ffffff50;
    z-index: 1;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    max-width: 17vw;
}

    .testimonial-mask h2 {
        font-size: 40px;
        font-weight: 600
    }

    .testimonial-mask p {
        font-size: 20px;
        font-weight: 500
    }

.mask-end {
    right: 0;
    border-bottom-left-radius: 150px
}

.mask-start {
    left: 0;
    border-bottom-right-radius: 150px
}

.orders-count-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--bs-primary);
    border-radius: 24px;
    background-color: #ffffff20;
    margin-bottom: 15px;
    padding: 0px 5px
}

    .orders-count-box .delivery-icon, .orders-count-box .delivery-count {
        font-size: 40px;
        font-weight: bold;
        line-height: 52px;
    }

    .orders-count-box .delivery-text {
        font-size: 25px;
        font-weight: normal
    }

.review-bg-img {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    /*height: 100%*/
    width:auto
}

.review-card {
    border: 2px solid #dbdbdb60;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff80;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.bg-blur {
    backdrop-filter: blur(33px);
    background-color: #ffffff36;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /*background-image: url('../Imgaes/blur-img.png')*/
}

.navbar-bg-blur {
    backdrop-filter: blur(33px);
    background-color: #ffffff36;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none
}

.client-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 3;
    border: 3px solid var(--bs-primary);
    overflow:hidden
}
    .client-profile img {
        width:100%;
        height:100%;
        object-fit:cover;
        display:unset
    }
.review-card .review-content {
    padding: 30px;
    position: relative;
    z-index: 2;
    font-family: 'Segoe UI';
}

.review-card .star-rating-box {
    font-size: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    width: 100%;
    margin: auto;
    padding: 10px 30px;
    border-radius: 24px;
    border: 2px solid #dbdbdb50;
    color: #0d162d50;
}

.employee-profile-img img {
    border-radius: 50%;
    border: 5px solid var(--bs-primary)
}

.partners .single-partner {
    max-width: 250px;
    height: 150px;
    margin: auto
}

    .partners .single-partner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.section-bottom-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.footer-contact-detail p {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--bs-primary);
    font-family: 'Segoe UI';
}

.footer-ptrn {
    position: absolute;
    right: 0;
    top: -25px;
}

.social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}

    .social-icons a {
        width: 30px;
        height: 30px;
        background-color: var(--bs-primary);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        color: inherit;
        text-decoration: none;
    }

        .social-icons a:hover {
            box-shadow: 0px 0px 20px var(--bs-primary);
            opacity: 0.6;
        }

.footer-form .form-control {
    background-color: #FFFFFF20;
    border: 2px solid var(--bs-primary);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    color: white
}

.footer-arrow-img {
    position: absolute;
    top: 0
}

.footer-arrow-img2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
}

.footer-white-ptrn {
    position: absolute;
    bottom: 85px;
    margin-left: -20px;
    z-index: 1;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 60px
}

    .footer-nav .footer-links {
        font-size: 22px;
        font-weight: 400;
        color: white;
        text-decoration: none
    }

        .footer-nav .footer-links:hover {
            text-shadow: 1px 1px 10px var(--bs-primary), 1px 1px 10px var(--bs-primary);
            transform: scale(1.03);
            color: var(--bs-primary)
        }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    text-shadow: 1px 1px 10px var(--bs-primary), 1px 1px 10px var(--bs-primary);
    transform: scale(1.03);
    color: var(--bs-primary)
}

.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.form-card {
    border-radius: 40px;
}

.form-card-title {
    font-size: 25px;
    font-weight: 400;
}

.form-card .form-control {
    border: none;
    border-bottom: 2px solid var(--bs-light);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    font-size: 20px;
}

.form-card label {
    font-size: 20px;
    font-weight: normal
}

.form-card .form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-right: 20px;
    border-color: #707070;
}

.testimonial .slick-list {
    padding: 20px 0px;
}

.testimonial2 .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .testimonial2 .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .testimonial2 .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            width: 20px;
            height: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .testimonial2 .slick-dots li button:hover, .testimonial2 .slick-dots li button:focus {
                outline: none;
            }

                .testimonial2 .slick-dots li button:hover:before,
                .testimonial2 .slick-dots li button:focus:before {
                    background-color: #08aade00;
                }

            .testimonial2 .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                text-align: center;
                color: #08AADE;
                border: 2px solid #08AADE;
                border-radius: 50%;
                -webkit-font-smoothing: antialiased;
                opacity: 1;
            }

        .testimonial2 .slick-dots li.slick-active button:before {
            color: #08AADE;
            width: 20px;
            background-color: #08AADE;
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            box-shadow: 0px 0px 10px #0dcaf0;
        }

        .testimonial2 .slick-dots li button::before {
            content: "";
        }

.slick-custom-next {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translatey(-50%);
    right: -35px;
    height: 70px;
    width: 70px;
    background-color: #08AADE;
    z-index: 2;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    border: 1px solid #ffffff99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-custom-prev {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translatey(-50%);
    left: -35px;
    height: 70px;
    width: 70px;
    background-color: #08AADE;
    z-index: 2;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    border: 1px solid #ffffff99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-arrow.slick-disabled {
    background-color: #b7b7b7;
}

.reviews .slick-slide {
    margin: 30px
}




.scale-outer-box {
    border-radius: 100px;
    border: 12px solid var(--bs-primary);
    background-color: #ffffff;
    /*box-shadow: inset 3px 3px 42px #011528, 0 0px 24px var(--bs-primary);*/
    box-shadow: inset 3px 3px 42px var(--bs-blue), 0 0px 24px var(--bs-primary);
    width: 100%
}

.scale-outer-box-2 {
    border: 12px solid #ffffff;
    background-color: var(--bs-primary);
}

.scale-outer-box.second-scale-box {
    border-radius: 100px;
    border: 12px solid white;
    background-color: var(--bs-primary);
    /*box-shadow: inset 3px 3px 42px #011528, 0 0px 24px var(--bs-primary);*/
    box-shadow: inset 3px 3px 42px var(--bs-blue), 0 0px 24px white;
    width: 100%
}

.scale-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin: auto;
}

    .scale-container .scale {
        width: 100%;
        height: 88px;
        position: relative;
    }

    .scale-container .lines {
        position: absolute;
        /* top: -10px; */
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
    }

    .scale-container .line {
        width: 8px;
        height: 30px;
        background-color: #08aade;
        border-radius: 50px;
    }

.scale-outer-box-2 .scale-container .line {
    background-color: #ffffff;
}

.second-scale-box .line, .second-scale-box .small-line {
    background-color: white !important;
}

.scale-container .thumb {
    position: absolute;
    top: -70px;
    left: 0;
    cursor: pointer;
    transition: left 0.3s;
    margin-left: -40px;
}

.scale-container .value {
    font-size: 20px;
}

.scale-container .small-lines {
    position: absolute;
    /* top: -10px; */
    left: 0;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-between;
    bottom: -6px;
}

.scale-container .small-line {
    width: 8px;
    height: 25px;
    background-color: #08aade;
    border-radius: 50px;
}

.scale-outer-box-2 .scale-container .small-line {
    background-color: white;
}

.articles .single-article .article-content {
    display: flex;
    align-items: center;
    gap: 50px;
    direction: ltr;
}

    .articles .single-article .article-content h2 {
        color: var(--bs-primary) !important;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
    }

.single-article .article-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
}

.single-article .article-content .btn {
    border-radius: 20px;
    font-weight: normal;
}

.articles .single-article:hover {
    background-color: var(--bs-primary) !important;
    box-shadow: 0px 2px 25px var(--bs-primary);
}

    .articles .single-article:hover p, .articles .single-article:hover h2 {
        color: white !important
    }

.articles .single-article:last-child {
    position: relative;
    padding-bottom: 155px;
}

.articles .bottom-shadow-bg {
    z-index: 1;
    height: 367px;
    object-fit: cover;
}

.blog-header-ptrn-img {
    position: absolute;
    left: -165px;
    bottom: 65px;
}

.article-detail h1 {
    font-size: 45px
}

.article-detail p {
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
}

.editor-ptrn-img {
    position: absolute;
    right: 0;
    bottom: 0
}

.tracking-number-box {
    display: flex;
    align-items: center;
    gap: 60px;
    border: 1px solid var(--bs-light);
    border-radius: 5px;
    font-size: 20px;
    width: max-content;
    padding: 0px 10px;
    color: var(--bs-light);
}

.dotted-div {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .dotted-div .dotted-line-box {
        border: 1px dashed #C8C8C8;
    }

.shipment-box-tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 35px;
    border-bottom-right-radius: 20px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0;
    list-style: none;
}

    /*.timeline::before {
        content: '';
        position: absolute;
        width: 95%;
        height: 2px;
        background: #ccc;
        top: 15px;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        left: 50%;
        right: 50%;
        transform: translatex(-50%);

    }*/
    .timeline .circle::before {
        content: '';
        position: absolute;
        height: 2px;
        background: var(--bs-light);
        left: 0%;
        width: 50%;
        z-index: -1;
    }

    .timeline .circle::after {
        content: '';
        position: absolute;
        height: 2px;
        background: var(--bs-light);
        left: 50%;
        width: 50%;
        z-index: -1;
    }

    .timeline li:first-child .circle::before {
        content: unset
    }

    .timeline li:last-child .circle::after {
        content: unset
    }

    .timeline li.completed .circle::before {
        background: var(--bs-primary);
    }

    .timeline li.active .circle::before {
        background: var(--bs-primary);
    }

    .timeline li.completed .circle::after {
        background: var(--bs-primary);
    }

    .timeline li {
        position: relative;
        z-index: 2;
        text-align: center;
        flex: 1;
        padding: 0px 10px;
    } 
    .timeline li span{
       font-size:12px;
       color:var(--bs-primary)
    }

        .timeline li .circle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: var(--bs-light);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
            margin: auto;
            min-width:30px
        }

        .timeline li.active .circle {
            background: var(--bs-success);
            box-shadow: 0px 0px 14px var(--bs-success);
        }

        .timeline li.completed .circle {
            background: var(--bs-primary);
        }

        .timeline li .text {
            font-size: 16px;
            margin-top: 15px;
            font-weight: 600;
            text-align: center;
        }

        .timeline li.active .text {
            font-weight: bold
        }

.footer-form .form-control::-webkit-input-placeholder {
    color: white;
}

.footer-form .form-control:-moz-placeholder {
    color: white;
}

.footer-form .form-control::-moz-placeholder {
    color: white;
}

.footer-form .form-control:-ms-input-placeholder {
    color: white;
}

.footer-form textarea.form-control::-webkit-input-placeholder {
    color: var(--bs-secondary);
}

.footer-form textarea.form-control:-moz-placeholder {
    color: var(--bs-secondary);
}

.footer-form textarea.form-control::-moz-placeholder {
    color: var(--bs-secondary);
}

.footer-form textarea.form-control:-ms-input-placeholder {
    color: var(--bs-secondary);
}

.testimonial-mobile {
    display: none !important
}

.bg-blur-img {
    background-image: url(../Imgaes/backgrounds/nav-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 350px;
}
/*.outstanding-features2 {
    background-image: url(../../Content/Imgaes/arrow-ptrn.png), url(../../Content/Imgaes/package-delivery.png);
    background-attachment:fixed;
    background-position:right bottom
}*/
#navbarDropdown:hover .angle-icon {
    transform: rotate(-90deg);
}

#deliveryCount-1, #deliveryPrice-1, #deliveryCount-2, #deliveryPrice-2 {
    display: block;
    margin-top: 0px;
}


@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up-animation {
    animation: slideUp 0.4s ease-out;
}

.slide-down-animation {
    animation: slideDown 0.4s ease-out;
}


.form-control:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: none;
    outline: none
}

.form-card .form-control {
    padding: .375rem 0rem;
}

.employee-card {
    font-family: 'Segoe UI';
}

.slick-track .slick-slide .position-relative {
    height: 100%;
}

.review-card, .review-card .review-content {
    height: 100%;
}

    .review-card .review-content {
        padding: 30px;
        position: relative;
        z-index: 2;
        font-family: 'Segoe UI';
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .review-card .star-rating-box {
        font-size: 20px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: white;
        width: 100%;
        padding: 10px 30px;
        border-radius: 24px;
        border: 2px solid #dbdbdb50;
        color: #0d162d50;
        margin-top: auto;
    }

.iti__selected-flag {
    direction: ltr;
}

@media (max-width: 1400px) {
    p, .single-article .article-content p, .form-card .form-control, .form-card label {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }
}

.shipping-hero {
    box-shadow: 15px 10px 3px #00000020;
    background-color: white;
    border-radius: 35px;
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
    overflow: hidden;
}

.video-card {
    position: absolute;
    top: 100%;
    left: 100px;
    width: 45%;
    transform: translateY(-35%);
    box-shadow: 15px 10px 3px #00000020;
    background-color: white;
    border-radius: 35px;
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
    overflow: hidden;
    border: 4px solid #0dcaf0;
}

.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0d162d8c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stop-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin: -28px;
}

.play-btn button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
}

.stop-btn button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.navbar-dark .navbar-nav .nav-item.active .nav-link, .footer-nav a.active {
    text-shadow: 1px 1px 10px var(--bs-primary), 1px 1px 10px var(--bs-primary);
    transform: scale(1.03);
    color: var(--bs-primary);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: var(--bs-primary);
    background-color: #0d6efd00;
    text-shadow: 1px 1px 10px var(--bs-primary), 1px 1px 10px var(--bs-primary);
}

.dropdown-menu-dark {
    color: #ffffff;
    background-color: #0d162d;
}

.profile-card {
    position: relative;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
}

    .profile-card img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1
    }

.profile-card-content {
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 20px;
    background-color: #0000005c;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white !important;
}

    .profile-card-content h5 {
        color: white !important;
        font-size: 20px;
        font-weight: 600;
    }

    .profile-card-content p {
        color: white !important;
        font-size: 14px;
        line-height: 20px;
    }

.gallery-card {
    position: relative;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #08aade;
}

    .gallery-card:hover {
        border: 2px solid #08aade;
    }

    .gallery-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute
    }

    .gallery-card h6 {
        opacity: 0
    }

    .gallery-card:hover h6 {
        color: white;
        position: relative;
        background-color: #08aade6e;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1
    }


.team-card {
    position: relative;
    height: 200px;
    border-radius: 20px;
    border: 4px solid #dbdbdb60;
    background-color: #ffffff80;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.team-card2 {
    position: relative;
    border-radius: 20px;
    border: 4px solid #dbdbdb60;
    background-color: #ffffff80;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.team-card img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    position: absolute;
    display: block;
    margin: -50px auto;
    transform: translate(-50%);
    left: 50%;
    right: 50%;
    top: 0;
    border-radius: 50%;
    border: 4px solid #08aade;
}
/*.team-card h6 {
        color: #08aade;
    }*/
.team-card:hover, .team-card2:hover {
    backdrop-filter: blur(33px);
    background-color: #ffffff59;
    border: 4px solid #08aade;
}

    .team-card:hover h6, .team-card2:hover h6 {
        color: #08aade;
    }

    .team-card:hover h6 {
        color: #08aade;
    }

.li-paragraph {
    margin-left: 10px;
    margin-bottom: 5px;
}

    .li-paragraph i {
        font-size: 6px;
        margin-right: 6px;
    }
#txtTrackingNo {
    padding-left: 60px !important;
}
.employee-profile-img img {
    width: 200px;
    height: 200px;
    object-fit: contain
}
@media (min-width: 768px) {
    #internationalShipping h3 {
        font-size: 34px;
    }
}
.ladda-progress{
    width:100% !important
}
.ladda-button:disabled .ladda-spinner {
    left: 50%;
    opacity: 1;
}</pre></body></html>