.navbar {
    background: none !important;
    padding: 0 !important;
}

.NavBefore {
    transition: 500ms ease;
}

.NavAfter {
    transition: 500ms ease;
    background: #FFF;
    border-bottom: 2px solid #0AB4FF;
}

.Logo {
    transition: 500ms ease;
}

.NavAfter .nav-link {
    color: #0AB4FF !important;
}

.nav-link {
    transition: 500ms ease;
    /* color: #FFFFFF !important; */
    /* padding: 0.7em 1em !important; */
    font-weight: 500 !important;
    transition: transform .2s;
    font-size: 16px !important;
}

.nav-link:hover {
    color: #F3A631 !important;
}

.NavBefore .Logo {
    width: 9rem;
}

.NavAfter .Logo {
    width: 6.5em;
}

.nav-item .active {
    color: #F3A631 !important;
}

.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
}

.dark:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.5;
    z-index: 1;
}

#Carousel video {
    width: 100%;
    object-fit: cover;
    height: 47em;
    object-position: center;
}

.carousel-item img {
    height: 47em;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-item video {
    height: 47em;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    top: 33%;
    z-index: 2;
    left: 10% !important;
    font-weight: 800;
    font-size: 1.2em;
}

.carousel-caption h1 {
    font-weight: bold;
    font-size: 4em;
    text-transform: uppercase;
}

.carousel-caption h1,
p {
    text-align: left;
}

.MainHeading {
    font-weight: bold;
    color: #005782;
}

.VisionMission {
    background: rgba(0, 88, 126, 0.9);
    padding: 7em 0em;
}

.VisionMission .col-sm-4 div {
    background: #FFF;
    padding: 0em 2em 2em 2em;
    text-align: center;
    transition: transform .2s;
}


.VisionMission .col-sm-4 div:hover {
    transform: scale(1.04);
}

.VisionMission .col-sm-4 div img {
    width: 55%;
}

.VisionMission .col-sm-4 div h2 {
    color: #005782;
    margin-bottom: .5em;
}

.VisionMission .col-sm-4 div p {
    text-align: center;
}

.Gallery .col-sm-3 {
    transition: transform .2s;
}

.Gallery .col-sm-3:hover {
    transform: scale(1.05);
}

.clients {
    padding: 5em 0em;
}

.clients img {
    width: 13em;
    height: 13em;
    object-fit: cover;
    margin-top: 2em;
    padding: 2em;
    border: 4px solid #EEEEEE;
    transition: transform .2s;
}

.clients img:hover {
    transform: scale(1.1);
}

.Footer {
    background: #00344d;
}

.Footer h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
}

.Footer p a {
    color: white;
    text-decoration: none;
}

a{
    color: white !important;
}

/* .Footer i {
    font-size: 25px;
    padding-right: .4em;
} */

.TopLinks p {
    /*margin-bottom: .3em;*/
    text-transform: uppercase;
}

.SocialLinks p a {
    margin-right: 1.5em;
}

.About {
    padding: 7em 0em;
}

.ContactUs .col-sm-6 a {
    text-decoration: none;
    color: black;
}

.ContactUs .col-sm-6 b {
    color: #005782;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:hover {
    background: rgba(0, 87, 130, 0.6) !important;
}

.dropdown .dropdown-menu {
    background: rgba(10, 180, 255, 0.9) !important;
    border-radius: 0;
    padding: 0;
}

.dropdown .dropdown-menu .dropdown-item {
    color: white;
    padding-top: .6em;
    padding-bottom: .6em;
    text-transform: uppercase;
}

/* .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1050;
} */


.BannerInner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 83%;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
    z-index: 1;
}

.BannerInner img {
    width: 100%;
    height: 22.4em;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.Directors {
    margin: 3em 0em;
}

.Directors h3 {
    color: #00344d;
}

.Directors h6 {
    color: #F3A631;
}

.Directors b {
    color: #0AB4FF;
    font-weight: 600;
}

.Directors img {
    width: 100%;
}

.OurTeam {
    margin: 3em 0em;
}

.OurTeam h3 {
    color: #00344d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4em;
}

.OurTeam h6 {
    color: #005782;
    font-weight: 500;
}

.OurTeam .col-sm-4 div {
    border: 1px dotted #F3A631;
    padding: 1em;
    text-align: center;
    /*background: #EEEEEE;*/
    margin-bottom: 1.4em;
}

.CoalTransportation img {
    width: 100%;
    height: 25em;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.5em;
}

.Animation {
    position: relative;
    opacity: 0;
}

.Animation.active {
    opacity: 1;
}

.active.Animation-Left {
    animation: left 2s ease-in-out;
}

.active.Animation-Top {
    animation: top 2s ease-in-out;
}

.active.Animation-Right {
    animation: right 2s ease-in-out;
}

.active.Animation-Bottom {
    animation: botttom 2s ease-in-out;
}

.active.Animation-Open {
    animation: Open 2s ease-in-out;
}

@keyframes top {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

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

@keyframes left {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }

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

@keyframes right {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }

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

@keyframes bottom {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

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

@media only screen and (max-width: 576px) {
    .NavBefore .Logo {
        width: 7em;
    }

    .NavAfter .Logo {
        width: 5em;
    }

    #Carousel video {
        width: 100%;
        height: 43em;
    }

    .VisionMission {
        padding: 3em 0em;
    }

    .VisionMission .col-sm-4 div {
        margin-bottom: 1.5em;
    }

    .Footer h3 {
        padding-top: 1em;
    }

    .navbar-nav {
        /* background: #0AB4FF; */
        background-color: white;
    }

    .carousel-item img {
        height: 40em;
    }

    .carousel-caption {
        top: 40%;
        z-index: 2;
        left: 12% !important;
    }

    .carousel-caption h1 {
        font-weight: bold;
        font-size: 1.6em;
        text-transform: uppercase;
    }

    .About {
        padding: 3em 0em;
    }

    .NavAfter .nav-link {
        color: #0AB4FF !important;

    }

    /* .BannerInner:after {
        bottom: 49% !important;
    } */

    .nav-link:hover {
        color: #F3A631 !important;
    }

    .nav-item .active {
        color: #F3A631 !important;
    }
}

@media screen and (min-width: 1900px) {
    .BannerInner:after {
        bottom: 63% !important;
    }

}

@media screen and (min-width: 1600px) {
    .BannerInner:after {
        bottom: 63% !important;
    }
}

/* .OUR CLIENT-img-container {
  width: 200px;
  height: 200px;
} */
.slider {
    padding-top: 40px;
}

/* Center the dots below the slider */
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Style the dots */
.slick-dots li button {
    background: black;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    transition: background 0.3s;
}

/* Highlight active dot */
.slick-dots li.slick-active button {
    background: #000;
    transform: scale(1.2);
}

/* Optional: Add hover effect */
.slick-dots li button:hover {
    background: #555;
}


swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Testimonials {
    border-radius: 50%;
    width: 120px;
    border: 4px solid;
    margin: 0 auto;
}

.icon {
    color: #F3A631;
}

.heading {
    color: #0AB4FF;
}

@media (max-width: 768px) {
    .OUR CLIENT .content p {
        text-align: center;
    }

    .swiper-slide {
        font-size: 16px;
        padding: 10px;
    }

    .swiper-v {
        background: #f5f5f5;
    }
}


/* OVERSEAS PAGE  */
.image {
    border-radius: 18px;
}

.btn {
    border-radius: 19px;
    cursor: pointer;
    transition: 0.3s;
}

.bgcard {
    background: rgba(255, 255, 255, 0.8);
    /* Transparent white */
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon1 {
    font-size: 44px;
    color: #0AB4FF;
}

/* .leftcol {
    padding-top: 80px;
} */

.leftcol h3 {
    font-size: 15px;
    font-weight: 700;
}

.leftcol p {
    font-size: 12px;

}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
a {
    text-decoration: none;
}

.services .service-item {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid color-mix(in srgb, #444444, transparent 85%);
    padding: 20px 18px;
    transition: all ease-in-out 0.3s;
    height: 100%;
    border-radius: 10px;
}

.services .service-item .icon {
    margin: 7px auto;
    width: 38px;
    height: 38px;
    background: #1977cc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.services .service-item .icon i {
    color: #ffffff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .service-item .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: color-mix(in srgb, #1977cc, transparent 80%);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.services .service-item h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 15px;
    color: gray;
}

.services .service-item p {
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 0;
    width: fit-content;
}

.services .service-item:hover {
    background: #ffffff;
    border-color: #1977cc;
}

.services .service-item:hover .icon {
    background: #ffffff;
}

.services .service-item:hover .icon i {
    color: #1977cc;
}

.services .service-item:hover .icon::before {
    background: color-mix(in srgb, #ffffff, transparent 70%);
}

.services .service-item:hover h3,
.services .service-item:hover p {
    color: #ffffff;
}

.services .service-item:hover {
    background: #1977cc;
    /* Change background to blue */
    border-color: #1977cc;
    /* Match the border color with the blue */
}

.services .service-item:hover .icon {
    background: #ffffff;
    /* Keep the icon background the same blue */
}

.services .service-item:hover .icon i {
    color: #1977cc;
    ;
    /* Ensure the icon color contrasts with the blue */
}

.services .service-item:hover h3,
.services .service-item:hover p {
    color: #ffffff;
    /* Change text color to white for better readability */
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .section-title h2 {
    font-size: 28px;
    /* font-weight: 700; */
    /* color: #1977cc; */
}


.contact .section-title p {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.contact form {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact .form-label {
    font-weight: 500;
    color: #444444;
}

.contact .btn-primary {
    background-color: #1977cc;
    border: none;
    transition: background-color 0.3s ease;
    padding: 8px 20px;
    font-size: 14px;
    width: auto !important;
    height: auto;
}

.contact .btn-primary:hover {
    background-color: #125d99;
}

/* .contact .info-item i {
    color: var(--contrast-color);
    background:  #ff6b35;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
} */

.contact .info-wrap .info-item {
    margin-bottom: 10px;
    padding: 6px 10px;

}

.contact .info-wrap .info-item h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1977cc;
    margin-bottom: 3px;

}

.info-item p {
    margin: 0;
    font-size: 14px;
    color: #333;

}

.info-item i {
    font-size: 20px;
    color: #0AB4FF;
    background: rgba(10, 180, 255, 0.08);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.info-item:hover i {
    color: #ffffff;
    background: #0AB4FF;
    /* Solid blue background */
    transform: scale(1.1);
    /* Slightly larger icon */
}

/* OVERSEAS PAGE  */

/* -----------------------------------------------------------
#customer page
----------------------------------------------------------------------------- */

.about p {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    color: #364146;
    padding: 15px 0;
    transition: 0.3s;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid color-mix(in srgb, #555555, transparent 90%);
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 22px;
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px;
    }
}

.features .nav-link:hover {
    color: #009cea !important;
    border-color: color-mix(in srgb, #555555, transparent 80%);
}

.features .nav-link.active {
    background-color: #ffffff;
    color: #009cea;
    border-color: #009cea;
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    color: #364146;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.features .tab-pane h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #009cea;
    left: 0;
    bottom: 0;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-top: 10px;
    font-size: 14px;
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #009cea;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

.features-heading {
    font-size: 16px;
    font-weight: 700;
    color: #364146;


}


/* CHAIN SUPPLY PAGE */
/*--------------------------------------------------------------
# Departments Section
--------------------------------------------------------------*/
.departments {
    overflow: hidden;
}

.departments .nav-tabs {
    border: 0;
}

.departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #444444 !important;
    border-radius: 0;
    border-right: 2px solid color-mix(in srgb, #444444, transparent 90%);
    font-weight: 600;
    font-size: 12px;
}

.departments .nav-link:hover {
    color: #1977cc;
}

.departments .nav-link.active {
    color: #1977cc !important;
    border-color: #1977cc;
    background-color: #ffffff;
}

.departments .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.departments .details p {
    color: color-mix(in srgb, #444444, transparent 20%);
}

.departments .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .departments .nav-link {
        border: 0;
        padding: 15px;
    }

    .departments .nav-link.active {
        color: #1977cc;
        background: #1977cc;
    }
}

/* shipment service */
.services .btn-primary {
    background-color: #1977cc;
    border: none;
    transition: background-color 0.3s ease;
    padding: 8px 20px;
    font-size: 14px;
    width: auto !important;
    height: auto;
}

.services {
    background-color: #f3f6f5;
}



/* global   */
.global .img-hover img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    border-radius: 8px;
}

.global .img-hover img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

h4 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li {
    font-size: 16px;
    /* line-height: 1.5; */
    color: #444;
    /* margin-bottom: 10px; */
}

ul li strong {
    color: #007bff;
    font-weight: 600;
}

.container {
    padding: 0 15px;
}

@media (max-width: 768px) {

    .col-md-5,
    .col-md-7 {
        margin-bottom: 20px;
    }
}

/* IMPORT PAGE----ABOUT SECTION */
/* .about-images {
    position: relative;
    height: 100px;
   
}

.about-images .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    
}


.about-images .image:nth-child(1) {
    z-index: 1;
    left: 0;
    height: 400px;
}


.about-images .image:nth-child(2) {
    z-index: 2;
    left: 45%;
    top: 91px;
    height: 282px;
    width: 400px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
} */

.xs-section-padding {
    padding: 100px 0;
}

.primary-bg {
    background-color: #0c5adb;
}



.xs-heading {
    margin-bottom: 23px;
    position: relative;
}

.primary-bg .section-subtitle,
.primary-bg .section-title {
    color: #fff;
}

.xs-heading .section-title {
    margin-bottom: 0;
}

.section-title,
h3 {
    font-size: 22px;
    font-weight: 600;
}

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

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

.work-process-icon img {
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
    transition: transform 0.3s ease-out;
}

.single-work-process:hover .work-process-icon img {
    transform: scale(1.1);
    /* Optional: Makes image grow slightly when hovered */
}

.primary-bg {
    background-color: #ADD8E6;
}



.work-process-icon {
    display: flex;
    /* Centers the image inside the circle */
    justify-content: center;
    align-items: center;
    width: 100px;
    /* Set the size of the circle */
    height: 100px;
    /* Must be equal to width for a perfect circle */
    border-radius: 50%;
    /* Makes it a circle */
    background-color: #ffffff;
    /* Optional: Background color of the circle */
    border: 3px solid #ADD8E6;
    /* Border around the circle */
    margin: 0 auto 15px;
    overflow: hidden;
}

.work-process-icon img {
    object-fit: cover;
    animation: fadeIn 0.5s ease-out forwards;
}

.small {
    padding-left: 60px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 253, 253);
}

.small1 {
    padding-left: 77px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 253, 253);
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-container .faq-item {
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid color-mix(in srgb, #1977cc, transparent 75%);
    border-radius: 5px;
    overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq .faq-container .faq-item h3 .num {
    color: #1977cc;
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: #1977cc;
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: #70ade2;
}

.faq .faq-container .faq-active {
    background-color: #1977cc;
    border-color: #1977cc;
    color: #ffffff;
}

.faq .faq-container .faq-active h3,
.faq .faq-container .faq-active h3:hover {
    color: #ffffff;
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: #1977cc;
}

/* im[orts slider */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-v {
    background: #eee;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}


/* imports card  */
.importcol h3 {
    font-size: 15px;
    font-weight: 700;
}

.importcol p {
    font-size: 12px;

}

.middle-content .row {
    display: flex;
    /* Enable Flexbox for the row */
    align-items: center;
    /* Center items vertically */
}

.middle-content .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.bordercard {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: #0AB4FF;
}


.bgcard1 {
    background: #fafafa;

    border-radius: 10px;
    box-shadow: rgba(50, 192, 211, 0.4) 5px 5px, rgba(161, 154, 202, 0.3) 10px 10px;
}


.about-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* .about-images .row .col-md-6 img {
    height: 180px;
} */

.about-images .row .col-md-12 img {
    height: 240px;
}


/* chainsupply hover effect */

/* Flip Card Container */
.flip-card {
    perspective: 1000px;
    /* Creates the 3D effect */
    position: relative;
    width: 100%;
    height: 100%;
}

/* Inner Card */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* Front and Back of the Card */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* text-align: center; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

/* Front Side (Image) */
.flip-card-front img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Back Side (Content) */
.flip-card-back {
    background-color: #333;
    color: #fff;
    transform: rotateY(180deg);
    /* padding: 20px; */
    font-size: 16px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
}

/* Flip Animation on Hover */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);

}

/* Smooth Hover Effect on Images */
.flip-card-front img,
.flip-card-back {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flip-card:hover .flip-card-front img {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);

}


/* CUSTONM IMG ZOOM EFFECT */


.customimg {
    transform: scale(1.1);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.customimg:hover {
    transform: scale(1) rotate(-3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.customimg:hover img {
    transform: scale(1.05) translateY(-5px);
    transition: transform 0.3s ease-out;
}


/* EXPORT */
.exportcard {
    background-color: #afdef3;
}


#infographic .circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 7px double;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 40px;
    position: absolute;
    left: 50%;
    margin: 40px 0;
}

#infographic section:nth-child(odd) .circle {
    transform: translateX(-100%);
}

#infographic article {
    max-width: 410px;
    margin-bottom: 20px;
    cursor: pointer;
    left: 50%;
    position: relative;
}

#infographic article header {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#infographic article header i {
    display: flex;
    font-size: 2em;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 14px;
    transition: transform 0.4s;
    color: white;
    border: 16px solid var(--bs-dark);
    margin: -16px 0 -16px -20px;
}

#infographic article:hover header i {
    transform: scale(1.2);
}

#infographic article.active header i {
    transform: none;
}

#infographic article .body {
    background: white;
    padding: 0 20px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-height: 0;
    transition: max-height 0.5s, padding 0.5s;
    overflow: hidden;
}

#infographic article .body .btn {
    padding: 3px 10px;
    text-transform: uppercase;
}

#infographic :nth-child(even) article {
    text-align: right;
    transform: translateX(-100%);
}

#infographic :nth-child(even) article header {
    flex-flow: row-reverse;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#infographic :nth-child(even) article header i {
    margin: -16px -20px -16px 0;
}

#infographic section:nth-child(odd) article.active header {
    border-bottom-right-radius: 0;
}

#infographic section:nth-child(even) article.active header {
    border-bottom-left-radius: 0;
}

#infographic article.active .body {
    padding: 20px;
    max-height: 300px;
    border: 1px solid;
}

/* 
   Articles Positioning
   Uncomment these for debugging article positions
*/
/*#infographic .circle {
   outline: 96px solid yellow;
}
#infographic article header i {
   opacity: 0.5;
   position: relative;
}
#infographic article header i:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 4px;
   height: 4px;
   transform: translate(-2px, -2px);
   background: blue;
}*/

#infographic article[data-step="1"] {
    margin-left: 6px;
}

#infographic article[data-step="2"] {
    margin-left: 54px;
}

#infographic article[data-step="3"] {
    margin-left: 71px;
}

#infographic article[data-step="4"] {
    margin-left: 61px;
}

#infographic article[data-step="5"] {
    margin-left: 22px;
}

#infographic article[data-step="6"] {
    margin-left: -5px;
}

#infographic article[data-step="7"] {
    margin-left: -54px;
}

#infographic article[data-step="8"] {
    margin-left: -70px;
}

#infographic article[data-step="9"] {
    margin-left: -60px;
}

#infographic article[data-step="10"] {
    margin-left: -21px;
}

#infographic article[data-step="11"] {
    margin-left: 7px;
}

#infographic article[data-step="12"] {
    margin-left: 55px;
}

#infographic article[data-step="13"] {
    margin-left: 73px;
}

#infographic article[data-step="14"] {
    margin-left: 62px;
}

#infographic article[data-step="15"] {
    margin-left: 23px;
}

#infographic article[data-step="16"] {
    margin-left: -102px;
}

/* csss of export */
.exportimage {
    position: relative;
    transition: transform 0.3s ease;
}

.exportimage:hover {
    transform: translateX(180px);
    /* Slide to the right */
}

/* export card */
.exportcard {
    background: rgba(198, 237, 242, 0.152);
    /* Transparent white */
    border-radius: 10px;
    box-shadow: rgba(86, 170, 206, 0.2) 0px 2px 8px 0px;
}

.icon1 {
    font-size: 44px;
    color: #0AB4FF;
}

.exportleftcol h3 {
    font-size: 15px;
    font-weight: 700;
}

.exportleftcol p {
    font-size: 12px;

}

/* Base styles for the card */
.exportcard {
    background-color: #ffffff;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.exportcard .card-body {
    padding: 20px;
}

/* Icon and text styling */
.exportcard .icon1 i {
    font-size: 36px;
    color: #007bff;
    transition: color 0.3s ease;
}

.exportcard h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.exportcard p {
    font-size: 14px;
    color: #6c757d;
    transition: color 0.3s ease;

}

/* Hover effect */
.exportcard:hover {
    background-color: #738dde;
    border-color: #007bff;

}

.exportcard:hover .icon1 i {
    color: #ffffff;

}

.exportcard:hover h3 {
    color: #ffffff;
}

.exportcard:hover p {
    color: #f1f1f1;
}


/* For Card Icons */
.exportcard .icon1 i {
    transition: transform 0.3s ease;
}

.exportcard:hover .icon1 i {
    transform: scale(1.2);
}




/* import-icon */
.import-icon {
    font-size: 50px;
    font-weight: 200;
    color: #C0C0C0;
}

.aboutheading {
    color: #005782;
    font-weight: bold;
}

/* responsive */


@media (max-width: 768px) {
    .bordercard {
        margin-bottom: 30px;
    }

}


@media (max-width: 471px) {
    .small {
        /* padding-left: 155px !important; */
        font-size: 15px !important;
        font-weight: 700 !important;
        color: rgb(255, 253, 253);
    }

    .small1 {
        padding-left: 160px !important;
        font-size: 18px;
    }
}

/* responsive */
@media (max-width: 768px) {

    /* importpage */
    .about-images .image:nth-child(2) {
        top: 47px;
        width: 203px;
        height: 188px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        left: 14px;
    }

    .about-images .image:nth-child(1) {
        z-index: 1;
        left: 0;
        height: 200px;
        width: 318px;
    }

    .bluecontainer {
        padding-bottom: 0 !important;
    }

    .importfaqheading {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .importrow {
        padding-top: 0;
    }

    .small {
        padding-left: 227px;
        font-size: 15px;
        font-weight: 700;
        color: rgb(255, 253, 253);
    }

    .small1 {
        padding-left: 234px;
        font-size: 18px;
    }

    .import-icon {
        display: none;
    }

    .imageoverseas {
        width: 343px;
    }

    /* chainsupply */
    .welcome {
        margin-top: 60px;
    }

    .textcol {
        margin-top: 135px;
        padding: 0;
    }

    .flipimg2 {
        margin-top: 84px;
    }

    .pt-5 {
        padding-top: 0 !important;
    }
}

.about,
.departments,
.global,
.process,
.features,
.welcome,
.services,
.working-process-anim,
.contact,
.why-choose-us,
.bluecontainer,
.workflow {
    padding: 70px 0px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 22px !important;
    height: 22px !important;
}


/* @media (min-width: 764px)  {
.about-images .image:nth-child(2){
    left: 48%;
}
.xs-section-padding{
   margin-top: 256px;
}

}
@media (max-width: 991px) {
.about-images .image:nth-child(2){
    left: 48%;
}
.xs-section-padding{
   margin-top: 256px;
}

} */

@media (min-width:768px) and (max-width:992px) {
    .about-images img {
        max-width: 54%;
    }
}

@media (min-width:768px) and (max-width:1013px) {
    /* .small {
        padding-left: 109px;
    } */

    .small1 {
        padding-left: 138px;
    }
}



/* =======================================================
#warehousing
=============================================================== */
/* Banner Container */
.HeroInner  {
    position: relative;
    width: 100%;
    height: 80vh; 
    overflow: hidden;
}

/* Banner Image */
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    filter: blur(5px);
}

/* Text Overlay */
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
     font-family: "Whisper";
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Main Heading */
.hero-text h1 {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 1s ease-in-out;
}

/* Subheading */
.hero-text p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    color: white;
    text-align: center;
    opacity: 0.9;
    animation: fadeInUp 1.5s ease-in-out;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

        /* Features section */
        .features-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .feature-box {
            text-align: center;
            padding: 30px 20px;
            border-radius: 10px;
            background: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .feature-box p {
         font-size: 13px;

        }

        .feature-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: blue;
            color: white;
            border-radius: 50%;
            font-size: 2rem;
        }

        /* Facility section */
        .facility-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }

        .facility-card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .facility-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .facility-img {
            height: 200px;
            object-fit: cover;
        }

                    /* CTA section */
                .cta-section {
                position: relative;
                background: url('../img/Banner/bg-what.jpg') no-repeat center center;
                background-size: cover;
                background-attachment: fixed;
                padding: 80px 0;
                color: white;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 300px;
                height: 80vh;
            }

            .cta-section::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(21, 21, 23, 0.3);
                mix-blend-mode: multiply; 
                z-index: 1;
            }

            .cta-section::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(61, 60, 60, 0.4); /* Black overlay */
                z-index: 2;
            }

            .cta-section * {
                position: relative;
                z-index: 3;
            }



        .cta-section h2 {
            font-size: 2rem;
            margin-bottom: 25px;
            font-weight: 900px;
        }

        .cta-section p {
            color: white;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 30px;
        }

        /* Stats section */
        .stats-section {
            padding: 80px 0;
            background: url('../img/Banner/bg-who-we-are.jpg') no-repeat center center;
            background-position: bottom;
            background-repeat: no-repeat;
            position: relative;

        }

            .stats-section::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: #1141BED9;
            top: 0px;
            left: 0px;
        }

        .stat-card {
            padding: 10px;
            text-align: center;
            border: none;
            border-radius: 30px;
            background: white;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            opacity: 0.99;
            margin: 0px auto;

        }

        .stat-card:hover {
            transform: translateY(-10px);
        }

        .stat-number {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 15px 0;
            color: #0AB4FF;
        }

         .stats-section .stats-tittle {
           opacity: 0.99;
            margin: 0px auto; 
        }
         .stats-section .aboutheading {
          color: white;
        }
         .stats-section .lead{
          color: white !important;
        }
        /* Space Calculator */
        .calculator-section {
            padding: 80px 0;
            background: linear-gradient(45deg,rgb(26, 100, 108),rgba(116, 133, 163, 0.4));
            color: white;
        }

        .calculator-wrapper {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            color: #333;
        }

        .calculator-icon {
            font-size: 3.5rem;
            color: #0AB4FF;
        }
        
        /* Testimonials */
        .testimonial-section {
            padding: 80px 0;
            background: #f9f9f9;
        }
        
        .testimonial-card {
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            margin: 20px 0;
            position: relative;
            background: white;
        }
        
        .testimonial-card:before {
            content: "\201C";
            font-family: Georgia, serif;
            position: absolute;
            top: -30px;
            left: 20px;
            font-size: 5rem;
            color: #FFC12B;
            opacity: 0.3;
        }
        
        .client-info {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }
        
        .client-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 15px;
        }



        /* /* contact  */
.contact-form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Form Title */
.contact-form h3 {
    font-size: 1.8rem;
    color: #3949ab;
}

/* Input Fields */
.stylish-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    background: #f9f9f9;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.stylish-input:focus {
    outline: none;
    border-color: #1e88e5;
    background: white;
    box-shadow: 0 0 10px rgba(30, 136, 229, 0.3);
}

/* Submit Button */
.btn-custom {
    background: linear-gradient(135deg, #3949ab, #1e88e5);
    color: white;
    padding: 12px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.btn-custom i {
    margin-right: 5px;
}

.btn-custom:hover {
    background: linear-gradient(135deg, #1e88e5, #3949ab);
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
}



/* EXPORT-PAGE-SECTION */
/* fcl-lcl-section */  
.lcl{
   background-color:rgba(208, 204, 195, 0.26);
} 
.fcl{
  background-color:rgba(250, 245, 235, 0.55);
} 
   .section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a3a5f;
    }                                 
                        
   .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
 }
                        
    .lcl-section .section-title:after {
        background-color:  #3498db;
    }
                        
.fcl-section .section-title:after {
       background-color: #f39c12;
 }
                        
.service-section {
 padding: 40px 30px;
 border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
 margin-bottom: 30px;
 position: relative;
 overflow: hidden;
 }
                        
 .lcl-section {
 background: linear-gradient(135deg, #ffffff 85%, rgba(52, 152, 219, 0.2) 100%);
border-left: 5px solid #3498db;
}
                        
 .fcl-section {
 background: linear-gradient(135deg, #ffffff 85%, rgba(243, 156, 18, 0.2) 100%);
 border-left: 5px solid #f39c12;
 }
                        
.service-icon {
 font-size: 48px;
 margin-bottom: 20px;
 }
                        
.lcl-section .service-icon {
 color:  #3498db;
 }
                        
.fcl-section .service-icon {
 color: #f39c12;
}
                        
.feature-list {
 padding-left: 0;
list-style: none;
 }
                        
.feature-list li {
 padding: 8px 0 8px 35px;
 position: relative;
  margin-bottom: 8px;
 }
                        
.feature-list li:before {
  font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 left: 0;
font-size: 18px;
}
                        
 .lcl-features li:before {
 content: "\f058";
 color:  #3498db;
}
                        
.fcl-features li:before {
 content: "\f058";
color: #f39c12;
 }
                        
.specs-table {
 width: 100%;
border-collapse: separate;
 border-spacing: 0;
  margin-top: 20px;
  }
.specs-table th {
background-color: #f8f9fa;
 padding: 12px 15px;
 text-align: left;
 font-weight: 600;
 }
                        
                                    .specs-table td {
                                        padding: 12px 15px;
                                        border-top: 1px solid #e9ecef;
                                    }
                        
                                    .lcl-table th {
                                        color:  #3498db;
                                    }
                        
                                    .fcl-table th {
                                        color: #f39c12;
                                    }
                        
                                    .cta-button {
                                        padding: 10px 25px;
                                        border-radius: 50px;
                                        font-weight: 600;
                                        margin-top: 20px;
                                        transition: all 0.3s;
 }
                        
 .lcl-cta {
 background-color:  #3498db;
  border-color:  #3498db;
}
                        
 .lcl-cta:hover {
  background-color: #2980b9;
 border-color: #2980b9;
 }
                        
.fcl-cta {
background-color: #f39c12;
border-color: #f39c12;
 }
                        
.fcl-cta:hover {
background-color: #e67e22;
border-color: #e67e22;
}
                        
.ship-image {
 border-radius: 8px;
}
                        
.watermark {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 120px;
opacity: 0.03;
transform: rotate(-15deg);
 }
                                 


        .distribution-section {
            padding: 80px 0;
            background: #f4f4f4;
        }

        .dist-box {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            transition: transform 0.3s ease-in-out;
        }

        .dist-box:hover {
            transform: scale(1.05);
        }

        .dist-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

        .dist-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            color: white;
            transition: background 0.3s ease-in-out;
            border-radius: 12px;
        }

        .dist-box:hover .dist-overlay {
            background: rgba(0, 0, 0, 0.8);
        }

        .dist-overlay i {
            font-size: 50px;
            margin-bottom: 15px;
            color: #FFD700; /* Gold Color */
        }

        .dist-overlay h4 {
            font-weight: bold;
        }

/* international distribution section  */

            .international {
                background:rgb(241 231 231 / 33%);
                margin-top: 2rem;
            }
               .distribution-card {
                border-radius: 15px;
                overflow: hidden;
                padding: 20px;
                box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                height: 100%;
            }

            .distribution-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
            }

            .card-header {
                padding: 1.5rem;
                border-bottom: none;
            }

            .int-header {
                background: linear-gradient(135deg, #4b6cb7, #182848);
                color: white;
            }

            .dom-header {
                background: linear-gradient(135deg, #11998e, #38ef7d);
                color: white;
            }

            .card-icon {
                font-size: 2.5rem;
                margin-bottom: 1rem;
            }

            .location-item {
                padding: 12px 15px;
                border-left: 4px solid transparent;
                transition: all 0.2s ease;
                display: flex;
                align-items: center;
            }

            .international-item:hover {
                border-left-color: #4b6cb7;
                background-color: rgba(75, 108, 183, 0.05);
            }

            .domestic-item:hover {
                border-left-color: #11998e;
                background-color: rgba(17, 153, 142, 0.05);
            }

            .location-icon {
                margin-right: 10px;
                width: 24px;
                height: 24px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .stat-box {
                border-radius: 10px;
                padding: 15px;
                margin-top: 20px;
                text-align: center;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            }

            .int-stat {
                background-color: rgba(75, 108, 183, 0.1);
            }

            .dom-stat {
                background-color: rgba(17, 153, 142, 0.1);
            }

            .stat-value {
                font-size: 1.8rem;
                font-weight: bold;
            }

            .progress {
                height: 8px;
                margin-top: 8px;
            }

            .map-container {
                height: 250px;
                background-color: #e9ecef;
                border-radius: 10px;
                margin-top: 20px;
                overflow: hidden;
                position: relative;
            }

            .distribution-selector {
                position: absolute;
                bottom: 15px;
                left: 15px;
                z-index: 100;
            }

            @media (max-width: 767px) {
                .distribution-card {
                    margin-bottom: 2rem;
                }
      
      
      
      
 