/* General
===========================*/
@font-face {
    font-family: "Helvetica LT Std Roman";
    src: url("/assets/fonts/Helvetica LT Std Roman.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.site-wrapper {
    overflow-x: hidden;
}

body {
    font-family: "Helvetica LT Std Roman", Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; 
    overflow-x: hidden;
    box-sizing: border-box;
}

#sidenav-open {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 9999;
    display: none;
}

.pc {
    text-align: left;
    font-family: "Helvetica";
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0px;
    color: #46b654;
    opacity: 1;
}

.sc {
    color: #14467c;
}

.gr {
    background-color: #f5f5f5;
    padding: 10px 0px;
}

.pbg {
    background: linear-gradient(
        158deg,
        rgb(70, 182, 84, 0.1),
        rgba(20, 70, 124, 0.1)
    );
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        /* padding-left: 60px !important;
        padding-right: 60px !important; */
        padding-left: 100px;
        padding-right: 100px;
    }
}


/* .container.diljale {
    padding-right: 100px;
    padding-left: 90px;
}

@media (max-width: 1199px) {
    .container.diljale {
        padding-right: 0px;
        padding-left: 0px;
    }
}


@media (max-width: 991px) {
    .container.diljale {
        padding-right: 60px;
        padding-left: 50px;
    }
}


@media (max-width: 767px) {
    .container.diljale {
        padding-right: 40px;
        padding-left: 30px;
    }
}


@media (max-width: 575px) {
    .container.diljale {
        padding-right: 20px;
        padding-left: 15px;
    }
}


@media (max-width: 375px) {
    .container.diljale {
        padding-right: 10px;
        padding-left: 10px;
    }
} */

.cards {
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}

.heading {
    padding-bottom: 30px;
}

.customers.aos-init.aos-animate {
    padding-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4d4d4d;
    font-weight: 600;
    position: relative;
    transition: all 0.15s ease-in-out;
    /* font-family: 'HelveticaNeueLTStd'; */
}

.heading h2 {
    text-align: center;
    font-size: 35px;
    color: rgba(77, 77, 77, 1);
}

@media (max-width: 800px) {
    .heading h2 {
        font-size: 28px; /* Adjust font size for smaller screens */
    }
}

h2.Stay-Ahead-with-Industry {
    text-align: center;
    font-size: 35px;
    color: #46b654;
    padding-left: 70px;
}

@media (max-width: 800px) {
    h2.Stay-Ahead-with-Industry {
        font-size: 26px; 
        padding-right: 60px;
    }
}

h2.Trusted-by-Industry-Leaders {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 40px;
}

@media (max-width: 800px) {
    h2.Trusted-by-Industry-Leaders {
        font-size: 28px; /* Adjust font size for smaller screens */
    }
}

.view-all {
    font-size: 1rem;
    text-align: right;
    line-height: 1;
    padding-right: 1.5rem;
}

.view-all {
    text-decoration: none;
    color: #46b654;
    transition: all 0.4s ease-in-out;
}

.view-all:hover{
    color: #14467c;
}

.btn-dsgn {
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 600;
    width: initial;
    padding: 12px 46px;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(90deg, #46b654 0%, #14467c 100%);
}

.btn-dsgn:hover {
    background-color: #14467c;
    color: #fff;
}

.track-btn {
    position: fixed;
    bottom: 0;
    right: 100px;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    font-size: 0.9rem;
    z-index: 10000;
    background-color: rgb(58, 58, 58);
}

.scroll-up {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 4px 20px;
    background-color: rgb(58, 58, 58);
    color: #fff;
    z-index: 10001;
    border-radius: 5px 5px 0 0;
    font-size: 1.4rem;
    display: none;
}

.scroll-up:hover {
    opacity: 0.9;
    background-color: #14467c;
}

.social-media {
    flex-wrap: wrap;
}

.social-media .newsroom-contact span:hover a {
    color: #46b654;
}

.social-media .social-icons b:hover {
    color: #46b654;
}

.social-media .social-icons .fa-facebook:hover {
    color: #3b5998;
}

.social-media .social-icons .fa-twitter:hover {
    color: #00acee;
}

.social-media .social-icons .fa-linkedin:hover {
    color: #0e76a8;
}

.social-media .social-icons .fa-envelope:hover {
    color: #c71610;
}

.social-media .social-icons {
    column-gap: 12px;
}

/* .recommended {
    padding: 50px 0 0 0;
} */

.knowledge-img,
.blog-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-img {
    height: 400px;
}

/* Header
======================= */

header .header-cont {
    position: fixed;
    width: 100%;
    padding: 16px 0;
    background-color: transparent;
    z-index: 9998;
    transition: all 0.1s ease-in-out;
}

body header * {
    overflow: initial;
}

.header-cont button.nav-toggler {
    border: none;
    background-color: transparent;
}

.nav-toggler i {
    font-size: 2.5rem;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color:black;
    backdrop-filter: blur(30px);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 3px 6px #373737;
}


.sidenav .sidenav-cont {
    height: inherit;
    margin-right: 100px;
    padding-top: 40px;
}

.sidenav .sidenav-cont a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.sidenav .sidenav-cont a:hover,
.sidenav .sidenav-cont a:hover i {
    color: #46b654;
}

.sidenav .sidenav-cont .closebtn {
    position: absolute;
    top: 20px;
    right: 100px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .sidenav-cont .closebtn i {
    color: #46b654;
    font-size: 2.5rem;
    transition: 0.3s;
}

.sidenav .sidenav-cont .closebtn:hover i {
    color: #fff;
}

.sidenav .sidenav-cont .sidenav-contact {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.sidenav .sidenav-cont .sidenav-contact a {
    font-size: 16px;
    font-weight: 400;
}

.sidenav .sidenav-cont .sidenav-contact .social {
    column-gap: 7px;
    padding: 7px 0;
    justify-content: end;
}

.sidenav .sidenav-cont .sidenav-contact .social a {
    text-decoration: none;
    background-color: #46b654;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    padding: 0;
    width: 22px;
    height: 22px;
    font-size: 16px;
}

.sidenav .sidenav-cont .sidenav-contact .social a:hover {
    background-color: #77e285;
}

.sidenav .sidenav-cont .sidenav-contact .social a i {
    color: #373837;
}

/* Welcome - Home
=========================== */

#welcome::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -11;
}

#welcome .welcome-home {
    height: inherit;
    position: relative;
    margin-top: 75px;
    padding: 7rem;
}

@media (min-width: 992px) {
    #welcome .welcome-home {
        margin-top: 0;
    }
}
@media (max-width: 1024px) {
    #welcome .welcome-home {
        padding: 40px;
        margin-top: 40px;
    }
}
#welcome .welcome-home #home-carousel {
    padding-bottom: 80px;
}

#welcome .welcome-home #home-carousel .carousel-indicators {
    bottom: 42px;
}

#welcome .welcome-home #home-carousel .carousel-indicators [data-bs-target] {
    background-color: rgb(48, 48, 48);
    width: 48px;
    height: 4px;
}

#welcome .welcome-home .banner-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
}

.banner-btn .btn-dsgn {
    padding: 1vw 3vw;
    font-size: 1.5vw;
}

#welcome .welcome-home .btn-dsgn:hover {
    background-color: #46b654;
    color: #fff;
}

@media (min-width: 1200px) {
    .welcome-text {
        font-size: 40px;
    }

    .supply-chain-heading {
        font-size: 35px;
    }

    .underline-section {
        width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .welcome-text {
        font-size: 4vw;
    }

    .supply-chain-heading {
        font-size: 3.5vw;
    }

    .underline-section {
        width: 10%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .welcome-text {
        font-size: 5vw;
    }

    .supply-chain-heading {
        font-size: 4vw;
    }

    .underline-section {
        width: 15%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #welcome .welcome-home {
        margin-top: 75px;
        padding: 1rem;
    }

    .text-card {
        padding-left: 17px;
        width: 314px;
        text-align: center;
    }

    .txt-description {
        width: 100%;
    }
}

@media (min-width: 400px) and (max-width: 575px) {
    #welcome .welcome-home {
        margin-top: 75px;
        padding: 1rem;
    }

    .text-card {
        padding-left: 17px;
        width: 100%;
        text-align: center;
    }

    .txt-description {
        width: 100%;
    }
}

@media (max-width: 399px) {
    #welcome .welcome-home {
        top: 30px;
        left: 0;
        padding: 1rem;
    }

    .txt-description {
        font-size: 12px;
        padding: 5px;
        width: 100%;
    }

    .welcome-text {
        font-size: 7vw;
        text-align: center;
        width: 100%;
    }

    .supply-chain-heading {
        font-size: 6vw;
        text-align: center;
    }

    .underline-section {
        width: 40%;
    }
}

body #services-customer_segment * {
    overflow: visible;
}

.services-customer_segment .services-customer_segment-pills {
    padding-top: 65px;
    padding-bottom: 65px;
    padding: 120px 1285px;
    top: 1285px;
    left: 140px;
    width: 794px;
    height: 140px;
    border-radius: 16px;
    opacity: 1;
    column-gap: 10px;
    transform: rotate(0deg);
}

.services-customer_segment .services-customer_segment-cont {
    padding-top: 65px;
    padding-bottom: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-customer_segment .nav-item {
    transition: 0.4s;
}

.services-customer_segment .nav-item button {
    height: 100%;
}

.services-customer_segment
    .services-customer_segment-pills
    .nav-item
    button
    span {
    display: inline-block;
}

/* .cards_customer_service,
.cards_customer_segment {
    height: 200px;
} */

h3.text-md-start.expertise {
    font-size: 25px;
}

.services-customer_segment .nav-item .nav-link {
    padding: 0.8rem 0;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.4s ease-in-out;
    color: #292626;
    border-radius: 20px;
    height: 70px;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 33%);
}

@media (max-width: 500px) and (min-width: 300px) {
    .services-customer_segment .nav-item .nav-link {
        font-size: 15px;
    }
}

.services-customer_segment .nav-item .nav-link:hover {
    background: #8888884d;
    border-color: #46b654;
    box-shadow: 4px 6px 10px #888888;
    transform: scale(1.02);
}

.services-customer_segment .nav-pills .nav-link.active,
.services-customer_segment .nav-pills .show > .nav-link {
    color: #fff;
    border-radius: 20px;
    height: 70px;
    background: linear-gradient(90deg, #46b654 0%, #14467c 100%);
    font-weight: 600;
    box-shadow: 4px 6px 15px rgba(20, 70, 124, 0.4);
    transform: scale(1.05);
}

.services-customer_segment .services-customer_segment-cont .services-segment,
.services-customer_segment-cont .customer_segment {
    row-gap: 48px;
}

#services-customer_segment .cards {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 7px 3px 12px #0000004d;
    border-radius: 5px;
    opacity: 1;
}

#services-customer_segment .services-customer_segment-cont .cards a {
    flex-direction: column;
    align-items: initial;
}

#services-customer_segment .cards:hover {
    border: 2px solid #46b654;
}

#services-customer_segment .cards:hover img {
    filter: brightness(1) saturate(100%) invert(50%) sepia(90%) saturate(367%)
        hue-rotate(75deg) brightness(96%) contrast(94%);
}

.services-customer_segment .services-customer_segment-svg {
    padding-bottom: 20px;
    /* height: 90px;
    width:100px; */
    display: flex;
}

.services-customer_segment .services-customer_segment-card-cont {
    row-gap: 14px;
    width: 100%;
    /* padding-left: 15px; */
    /* text-align: center; */
    font-size: 14px;
}

#services-customer_segment a {
    text-decoration: none;
    color: #4d4d4d;
    padding: 38px 20px;
    align-items: center;
}

#services-customer_segment p {
    color: #888888;
    font-size: 13px;
    line-height: 1.6;
}

/* Extra large devices (max-width: 1400px) */
@media (max-width: 1200px) {
    #services-customer_segment p {
        font-size: 12px;
        line-height: 1.8;
    }
}

#services-customer_segment h5 {
    text-transform: capitalize;
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 18px;
    color: #4d4d4d;
}

/* Extra large devices (max-width: 1400px) */
@media (max-width: 1200px) {
    #services-customer_segment h5 {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    #services-customer_segment h5 {
        text-align: initial;
        /* margin-top: 0; */
    }

    #services-customer_segment p {
        text-align: initial;
    }
}

#services-customer_segment .services-customer_segment-cont span {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

#services-customer_segment .container .services-segment .col-lg-4,
#services-customer_segment .container .customer_segment .col-lg-4 {
    padding: 15px;
}

#services-customer_segment .container .services-segment .col-lg-4 .row,
#services-customer_segment .container .customer_segment .col-lg-4 .row {
    margin: 0;
}

.cards:hover .svg {
    filter: brightness(0) saturate(100%) invert(50%) sepia(60%) saturate(600%)
        hue-rotate(100deg) brightness(100%) contrast(90%);
}

.cards:hover .svg {
    fill: linear-gradient(90deg, #46b654 0%, #14467c 100%);
}

#comp-stats .container {
    padding-top: 55px;
    padding-bottom: 30px;
}

#comp-stats .container .row {
    row-gap: 50px;
}

#comp-stats .comp-stats-cont {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px 65px;
}

#comp-stats .comp-stats-cont-head {
    padding-bottom: 60px;
}

#comp-stats .comp-stats-cont-head h2 {
    font-size: 55px;
    padding: 0;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(-n + 3) {
    padding-bottom: 20px;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(n + 4) {
    padding-top: 20px;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(1) {
    border-bottom: 2px solid #888888;
    border-right: 2px solid #888888;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(2) {
    border-bottom: 2px solid #888888;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(3) {
    border-bottom: 2px solid #888888;
    border-left: 2px solid #888888;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(4) {
    border-right: 2px solid #888888;
}

#comp-stats .comp-stats-cont .comp-stats-cont-txt .stat-inf:nth-child(6) {
    border-left: 2px solid #888888;
}

#comp-stats h1 {
    font-size: 3.6rem;
    font-weight: 700;
}

#comp-stats p {
    font-weight: 600;
    font-size: 1.2rem;
}

#comp-stats .row > div {
    text-align: center;
}

/*      Happy Customer
============================A.R== */

.testimonial-card {
    background-color: #ffffff;
    border-radius: 10px 60px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
    border: solid 2px #b5b4b4;
    margin-bottom: 20px;
}

.quotation-icon {
    position: absolute;
    top: -20px;
    left: 20px;
}

.img-fluid-mark-who-talk {
    width: 90px;
    height: 50px;
}

.testimonial-content {
    margin-top: 20px;
}

.testimonial-text {
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1.6;
    text-align: justify;
}

.testimonial-author {
    color: #46b654;
    margin-top: 30px;
}

.happy-cust {
    padding: 55px 0 65px;
}

.happy-cust .container > .row {
    justify-content: space-between;
}

.happy-cust .happy-cont {
    height: 100%;
    padding: 70px 40px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 8px 10px #00000029;
    border: 2px solid #b5b4b4;
    border-radius: 10px 100px;
    opacity: 1;
}

.happy-cont .txt-p {
    font-size: 17px;
    color: #4d4d4d;
    line-height: 28px;
}

.happy-cust .happy-cont p + p {
    padding-top: 20px;
    color: #46b654;
    font-size: 1.2rem;
    font-weight: 500;
}

.happy-cust .happy-cont::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/home/quotation-mark.png);
    top: -62px;
    left: 6%;
    background-repeat: no-repeat;
    background-size: 100px;
}

/* Large Desktop (max-width: 1200px) */
@media only screen and (max-width: 1200px) {
    .happy-cust {
        padding: 50px 0 60px;
    }

    .happy-cust .heading {
        padding-bottom: 100px;
    }

    .happy-cust .happy-cont {
        padding: 60px 35px;
        border-radius: 10px 90px;
    }
}

/* Tablet Landscape (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
    .happy-cust {
        padding: 45px 0 55px;
    }

    .happy-cust .heading {
        padding-bottom: 80px;
    }

    .happy-cust .happy-cont {
        padding: 50px 30px;
        border-radius: 10px 80px;
    }

    .happy-cont .txt-p {
        font-size: 16px;
        line-height: 26px;
    }

    .happy-cust .happy-cont::before {
        top: -50px;
        left: 5%;
        background-size: 80px;
    }
}

/* Tablet Portrait (max-width: 768px) */
@media only screen and (max-width: 768px) {
    .happy-cust {
        padding: 35px 0 45px;
    }

    .happy-cust .heading {
        padding-bottom: 60px;
    }

    .happy-cust .happy-cont {
        padding: 40px 20px;
        border-radius: 10px 60px;
    }

    .happy-cont .txt-p {
        font-size: 15px;
        line-height: 24px;
    }

    .happy-cust .happy-cont::before {
        top: -40px;
        left: 4%;
        background-size: 70px;
    }
}

/* Large Mobile (max-width: 600px) */
@media only screen and (max-width: 600px) {
    .happy-cust {
        padding: 30px 0 40px;
    }

    .happy-cust .heading {
        padding-bottom: 50px;
    }

    .happy-cust .happy-cont {
        padding: 35px 18px;
        border-radius: 10px 50px;
    }

    .happy-cont .txt-p {
        font-size: 14.5px;
        line-height: 23px;
    }

    .happy-cust .happy-cont::before {
        top: -35px;
        left: 4%;
        background-size: 65px;
    }
}

/* Small Mobile (max-width: 480px) */
@media only screen and (max-width: 480px) {
    .happy-cust {
        padding: 25px 0 35px;
    }

    .happy-cust .heading {
        padding-bottom: 40px;
    }

    .happy-cust .happy-cont {
        padding: 30px 15px;
        border-radius: 10px 40px;
    }

    .happy-cont .txt-p {
        font-size: 14px;
        line-height: 22px;
    }

    .happy-cust .happy-cont::before {
        top: -30px;
        left: 3%;
        background-size: 60px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media only screen and (max-width: 360px) {
    .happy-cust {
        padding: 20px 0 30px;
    }

    .happy-cust .heading {
        padding-bottom: 35px;
    }

    .happy-cust .happy-cont {
        padding: 25px 12px;
        border-radius: 10px 30px;
    }

    .happy-cont .txt-p {
        font-size: 13px;
        line-height: 20px;
    }

    .happy-cust .happy-cont::before {
        top: -25px;
        left: 3%;
        background-size: 55px;
    }
}

/* Larger screens (min-width: 912px) */
@media (min-width: 912px) {
    .happy-cust .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Knowledge Center */
.knowledge-center {
    padding-bottom: 65px;
}

.knowledge-center .container > .row + .row {
    row-gap: 30px;
}

.knowledge-center .know-cont {
    box-shadow: 0px 0px 10px #0000004f;
    background-color: #ffffff;
    height: 100%;
}

@media screen and (max-width: 1100px) {
    .knowledge-center .know-cont {
        flex: 1 1 100%; /* Full width - one card per row */
    }
}

.knowledge-center .know-cont > .row {
    height: 100%;
}

img#test-one {
    height: 100%;
}

.know-cont .know-txt {
    padding: 25px 25px 25px 25px;
    display: flow-root;
    height: 100%;
}

.know-txt-part-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 70%;
    text-decoration: none;
}

.dic-para {
    font-size: 8px;          
    line-height: 1.5;
    color: #333;
    margin-bottom: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Small devices (≥576px) */
  @media (min-width: 576px) {
    .dic-para {
      font-size: 12px;
    }
  }
  
  /* Medium devices (≥768px) */
  @media (min-width: 768px) {
    .dic-para {
      font-size: 15px;
    }
  }
  
  /* Large devices (≥992px) */
  @media (max-width: 992px) {
    .dic-para {
      font-size: 13px;
    }
  }
  
  

.know-cont .know-txt a {
    text-decoration: none;
    font-size: 12px;
}

.know-cont .know-txt a:hover .read-more {
    color: #000000;
}

.know-cont .know-txt a:hover .read-more i {
    border: 3px solid #000000;
}

p.by-date-time {
    font-size: 10px;
}

p.blog-para-text {
    font-size: 12px;
}

.know-cont .know-txt p:nth-child(3) {
    padding-right: 9px;
    color: grey;
    font-size: 14px; /* Default font size for very large screens */
}

/* For screens up to 1600px (Large desktops, wide screens) */
@media screen and (max-width: 1600px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 12px;
    }
}

/* For screens up to 1400px (Smaller large desktops) */
@media screen and (max-width: 1400px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 14px;
    }
}

/* For screens up to 1200px (Laptops, standard desktops) */
@media screen and (max-width: 1200px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 13.5px;
    }
}

/* For screens up to 992px (Tablets, smaller desktops) */
@media screen and (max-width: 992px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 13px;
    }
}

/* For screens up to 768px (Tablets) */
@media screen and (max-width: 768px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 12px;
    }
}

/* For screens up to 576px (Smaller mobile devices) */
@media screen and (max-width: 576px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 11px;
    }
}

/* For very small mobile screens (Optional) */
@media screen and (max-width: 360px) {
    .know-cont .know-txt p:nth-child(3) {
        font-size: 10px;
    }
}

.knowledge-center .know-cont h5 {
    color: #000000;
    font-size: 18px;
}

/* Extra Small Devices (Phones in Portrait) - Less than 480px */
@media screen and (max-width: 479px) {
    .knowledge-center .know-cont h5 {
        font-size: 14px;
    }
}

/* Small Devices (Phones in Landscape) - 480px to 767px */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .knowledge-center .know-cont h5 {
        font-size: 16px;
    }
}

/* Medium Devices (Tablets and Small Laptops) - 768px to 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge-center .know-cont h5 {
        font-size: 15px;
    }
}

/* Large Devices (Laptops and Desktops) - 992px to 1199px */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge-center .know-cont h5 {
        font-size: 15px;
    }
}

/* Extra Large Devices (Large Desktops) - 1200px and above */
@media screen and (min-width: 1200px) {
    .knowledge-center .know-cont h5 {
        font-size: 16px;
    }
}

.knowledge-center .know-cont h5::after {
    content: "";
    display: flex;
    width: 88px;
    height: 4px;
    background-color: #fff;
    margin-top: 6px;
    border-radius: 10px;
}

.know-cont .know-txt .by-date {
    font-size: 0.8rem;
    color: #46b654;
    margin-top: 1rem;
}

.by-date-blog {
    /* UI Properties */
    color: grey;
    opacity: 1;
    font-size: 12px;
}

.know-txt .read-more {
    color: #46b654;
    display: flex;
    transition: all 0.4s ease-in-out;
    float: right;
}

.know-txt .read-more i {
    font-size: 0.8rem;
    padding: 3px 4px 2px 5px;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

/* Our Trusted by Industry Leaders */

body #customers,
body #customers * {
    overflow: visible;
}

.customers {
    padding-top: 65px;
    padding-bottom: 80px;
}

.customers .cust-cont .carousel-inner .carousel-item {
    transition: transform 10s;
}

/* About Us
===========================*/

.about_us .row {
    display: flex;
    align-items: center;
}

.about_us {
    background-image: url(/assets/img/about_us/Rectangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    height: auto;
}

h1 {
    font-size: 3rem !important;
    font-weight: bold;
    color: #003366;
}

.btn-dsgn.pbg {
    background: linear-gradient(121deg, #46b654 38%, #14467c 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1.2rem;
    transition: background 1.5s ease;
}

@media (max-width: 576px) {
    h1 {
        margin-top: 100px;
        font-size: 35px;
    }

    .btn-dsgn.pbg {
        font-size: 0.9rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    h1 {
        margin-top: 100px;
        font-size: 35px;
    }

    .btn-dsgn.pbg {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    h1 {
        font-size: 35px;
        margin-top: 100px;
    }

    .btn-dsgn.pbg {
        font-size: 1.1rem;
    }
}

b.Non-Returnable {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    h1 {
        font-size: 2.75rem;
        margin-top: 100px;
    }

    .btn-dsgn.pbg {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }

    .btn-dsgn.pbg {
        font-size: 1.2rem;
    }
}

.btn-dsgn.pbg:hover {
    background: linear-gradient(90deg, #2ec9ad 0%, #38c466 100%);
    transition-delay: 3s;
}

.team-img {
    max-width: 100%;
    height: 520px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 50px;
    transform: translate(10px, 15px);
}

@media (max-width: 576px) {
    .team-img {
        max-width: 60%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .team-img {
        max-width: 80%;
        height: auto;
        transform: translate(10px, 5px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .team-img {
        max-width: 90%;
        height: 263px;
        transform: translate(10px, 8px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .team-img {
        max-width: 100%;
        height: auto;
    }
}

/****************************************about us end***************************************/

/**************************************** our story***************************************/

.our_story {
    padding: 70px 0 50px 0;
}

p.para {
    font-size: 14px;
    color: #555;
    text-align: justify;
}

img.img-fluid-our {
    height: 430px;
}

@media (max-width: 576px) {
    .img-fluid-our {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .img-fluid-our {
        max-width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .img-fluid-our {
        max-width: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .img-fluid-our {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .img-fluid-our {
        max-width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .our_story p {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .our_story p {
        width: 92%;
    }
}

/****************************************What we do***************************************/

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f5f5f5;
}

/**++++++++++++++++++++++ dot section end++++++++++*/
.What_we_do {
    padding: 50px 0;
    background-color: #f5f5f5;
}

@media (max-width: 766px) and (min-width: 280px) {
    .What_we_do {
        padding: 35px 0px 0px 0px;
    }
}

h2.We_do {
    text-align: center;
    color: #4d4d4d;
    font-size: 35px;
    padding-bottom: 30px;
}

img#arrow-img {
    height: 280px;
    width: 20px;
    margin-left: 15px;
}

/* Large devices (desktops, max-width: 1199px) */
@media (max-width: 1199px) {
    #arrow-img {
        height: 310px !important;
        width: 20px !important;
        margin-left: 22px !important;
    }
}

/* Medium devices (tablets, max-width: 991px) */
@media (max-width: 991px) {
    #arrow-img {
        height: 235px !important;
        width: 19px !important;
        margin-left: 14px !important;
    }
}

/* Small devices (phones, max-width: 767px) */
@media (max-width: 767px) {
    #arrow-img {
        height: 300px !important;
        width: 19px !important;
        margin-left: 15px !important;
    }
}

/* Extra small devices (portrait phones, max-width: 575px) */
@media (max-width: 575px) {
    #arrow-img {
        height: 280px !important;
        width: 20px !important;
        margin-left: 17px !important;
    }
}

/* Extra extra small devices (very small screens, max-width: 375px) */
@media (max-width: 375px) {
    #arrow-img {
        height: 230px !important;
        width: 18px !important;
        margin-left: 18px !important;
    }
}

.left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
}

/* Extra large devices (≥1400px) */
@media (max-width: 1399px) {
    .left-section {
        margin: 20px !important;
    }
}

/* Large devices (≥1200px) */
@media (max-width: 1199px) {
    .left-section {
        margin: 8px !important;
    }
}

@media (max-width: 991px) {
    .left-section {
        margin-left: 0px !important;
    }
}

/* Small devices (≥768px) */
@media (max-width: 767px) {
    .left-section {
        margin: 100px !important;
    }
}

@media (max-width: 575px) {
    .left-section {
        margin: 50px 0px 0px 50px !important;
    }
}

@media (max-width: 425px) {
    .left-section {
        margin: 70px 0px 0px 40px !important;
    }
}

@media (max-width: 375px) {
    .left-section {
        margin: 50px 0px 0px 7px !important;
    }
}

/* Smallest devices (≥320px) */
@media (max-width: 320px) {
    .left-section {
        margin: 6px !important;
    }
}

.left-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4d4d4d;
}

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

.left-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Default styling */
.left-section li img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .left-section li img {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .left-section li img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    .left-section li img {
        width: 45px;
        height: 45px;
        margin-right: 8px;
    }
}

.right-section {
    text-align: center;
}

.right-section img {
    max-width: 100%;
    height: 440px;
    transform: translate(15px, 80px);
}

li.End_Customer_blue {
    background-color: #13467c !important;
    width: 300px !important;
    padding: 7px 0px 7px 50px !important;
    border-radius: 0px 10px !important;
    color: white !important;
}

@media (max-width: 1199px) {
    li.End_Customer_blue {
        width: 310px !important;
        padding: 10px 0px 10px 55px !important;
        height: 55px;
    }
}

@media (max-width: 991px) {
    li.End_Customer_blue {
        width: 270px !important;
        padding: 10px 0px 10px 40px !important;
        height: 50px;
    }
}

@media (max-width: 767px) {
    li.End_Customer_blue {
        width: 270px !important;
        padding: 10px 0px 10px 30px !important;
        height: 60px;
    }
}

@media (max-width: 575px) {
    li.End_Customer_blue {
        width: 271px !important;
        padding: 10px 0px 10px 45px !important;
        height: 60px;
    }
}

/* Very small devices (≥425px) */
@media (max-width: 425px) {
    li.End_Customer_blue {
        width: 260px !important;
        padding: 7px 0px 7px 50px !important;
    }
}

@media (max-width: 375px) {
    li.End_Customer_blue {
        width: 240px !important;
        padding: 7px 0px 7px 40px !important;
    }
}

/* Smallest devices (≥320px) */
@media (max-width: 320px) {
    li.End_Customer_blue {
        width: 150px !important;
        padding: 7px 0px 7px 10px !important;
    }
}

/* Media Queries */
@media (max-width: 700px) {
    .right-section img {
        height: 280px;
        transform: translate(5px, -25px);
        width: 96%;
    }
}

@media (max-width: 585px) {
    .right-section img {
        height: 270px !important;
        transform: translate(3px, 15px) !important;
        width: 69% !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .right-section img {
        height: 320px;
        transform: translate(8px, 20px);
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .right-section img {
        height: 320px;
        transform: translate(50px, 110px);
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .right-section img {
        height: 380px;
        transform: translate(10px, 125px);
        width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .orderSecond {
        order: 2;
    }
    .orderOne {
        order: 1;
    }
}

/* Combined Styles for li.production and li.End_Customer */
li.step {
    border: solid 1px;
    border-radius: 0px 10px;
    width: 310px;
    padding: 6px 50px;
    background-color: #14467c;
    color: white;
}

li.step:last-child {
    padding: 4px 60px;
}

/*+++++++++++++++++++++++++++ who we are +++++++++++++++++++++++++++++*/
.we-are {
    background-color: #f5f5f5;
    padding: 45px 0;
}

img.img-fluid-mark-who {
    height: 35px;
    width: 60px;
}

@media (max-width: 1200px) {
    img.img-fluid-mark-who {
        height: 28px;
        width: 43px;
    }
}

@media (max-width: 992px) {
    img.img-fluid-mark-who {
        height: 19px;
        width: 33px;
    }
}

@media (max-width: 768px) {
    img.img-fluid-mark-who {
        height: 20px;
        width: 40px;
    }
}

@media (max-width: 576px) {
    img.img-fluid-mark-who {
        height: 15px;
        width: 33px;
    }
}

.we-are .we-are-cont p {
    margin-left: 20px;
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .we-are .we-are-cont p {
        margin-left: 15px;
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .we-are .we-are-cont p {
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .we-are .we-are-cont p {
        margin-left: 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .we-are .we-are-cont p {
        font-size: 14px;
        margin-top: 6px;
    }
}

.we-are .nav-pills .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 16px;
    font-size: 16px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
}

.we-are .nav-pills .nav-item .nav-link:hover {
    border-bottom: 4px solid #46b654;
    border-radius: 0;
    color: #46b654;
}

.we-are .nav-pills .nav-link {
    color: #4d4d4d;
    font: normal bold 20px Helvetica;
    width: 100%;
    text-align: center;
}

.we-are .nav-pills .nav-link.active,
.we-are .nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom: 4px solid #46b654;
    border-radius: 0;
    color: #46b654;
    font-size: 15px;
}

/*========================================= Proposition ===================*/

#proposition {
    padding: 50px 0;
    background-color: #f5f5f5;
}

@media (max-width: 766px) and (min-width: 280px) {
    #proposition {
        padding: 0px 0;
    }
}

#proposition h2 {
    letter-spacing: 0px;
    color: #4d4d4d;
    opacity: 1;
}

#proposition p {
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 767px) {
    #proposition .row {
        flex-direction: column;
    }
}

#proposition img {
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    @media (max-width: 576px) {
        #proposition img {
            max-width: 100%;
            margin-bottom: 15px;
        }
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #proposition img {
        max-width: 85%;
        margin-bottom: 18px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #proposition img {
        max-width: 90%;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #proposition img {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    #proposition img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

#proposition h2,
#proposition p {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 576px) {
    #proposition p {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #proposition p {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #proposition p {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #proposition p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #proposition p {
        font-size: 15px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++ our team ++++++++++++++++++++++++++++++++*/
.our-team-know {
    padding: 55px 0;
}

.for-black-moon {
    display: flex;
}

.card-body-team {
    padding: 20px;
    height: auto;
}

/* this css for  black moon image */
img.blck-moon {
    margin-right: 18px;
    height: 8px;
    width: 8px;
    transform: translate(0px, -3px);
}

img.blck-moon-b {
    margin-right: 18px;
    height: 8px;
    width: 8px;
    transform: translate(0px, -3px);
}

img.blck-moon-c {
    margin-right: 18px;
    height: 8px;
    width: 8px;
    transform: translate(0px, -3px);
}

p.post {
    text-align: left;
    color: #888888;
    opacity: 1;
    font-size: 12px;
    margin: 4px 0px;
}

.list-disclaimer {
    font-size: 12px;
    color: #707070;
    text-align: start;
}

.social-read.d-flex {
    flex-direction: row-reverse;
}

.our-team-cont {
    row-gap: 55px;
}

.our-team-know .our-team-cont > div {
    padding: 0 30px;
}

.our-team-know .our-team-cont .card {
    margin: 17px;
    padding: 0;
    height: auto;
}

.our-team-know .our-team-cont .card h6 {
    font-size: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: start;
    color: #4d4d4d;
}

.our-team-know .our-team-cont .card h6::after {
    content: "";
    display: flex;
    width: 54px;
    height: 4px;
    margin-top: 10px;
    background-color: #46b654;
}

.our-team-know .our-team-cont .card .expand {
    height: 75px;
    transition: all 1s ease-in-out;
}

.our-team-know .our-team-cont .card a {
    display: flex;
    justify-content: flex-end;
    color: #46b654;
    text-decoration: none;
    transition: 0.4s;
}

.our-team-know .our-team-cont .social-read span {
    transition: 0.3s;
    cursor: pointer;
}

.our-team-know .our-team-cont .social-read .social-links {
    column-gap: 18px;
}

.our-team-know .our-team-cont .social-read .social-links a i {
    color: #256ff7;
    background-color: white;
}

.our-team-know .our-team-cont .social-read span:hover {
    color: #14467c;
}

@media (max-width: 576px) {
    .our-team-know {
        padding: 30px 0;
    }

    .card-body-team {
        height: auto;
        padding: 15px;
    }

    .our-team-cont {
        row-gap: 30px;
    }

    .our-team-know .our-team-cont .card h6 {
        font-size: 18px;
    }

    .for-black-moon {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-read .social-links {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .our-team-know {
        padding: 20px 0;
    }

    .card-body-team {
        height: auto;
        padding: 10px;
    }

    .our-team-cont {
        row-gap: 20px;
    }

    .our-team-know .our-team-cont .card h6 {
        font-size: 16px;
    }

    .for-black-moon {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-read .social-links {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .our-team-know {
        padding: 35px 0;
    }

    /* .card-body-team {
        height: 300px;
        padding: 12px;
    } */

    .our-team-cont {
        row-gap: 35px;
    }

    .our-team-know .our-team-cont .card h6 {
        font-size: 17px;
    }

    .social-read .social-links {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-team-know {
        padding: 45px 0;
    }

    /* .card-body-team {
        height: 340px;
        padding: 18px;
    } */

    .our-team-cont {
        row-gap: 45px;
    }

    .our-team-know .our-team-cont .card h6 {
        font-size: 20px;
    }

    .for-black-moon {
        flex-direction: row;
    }

    .social-read .social-links {
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-team-know {
        padding: 50px 0;
    }

    /* .card-body-team {
        height: 390px;
        padding: 20px;
    } */

    .our-team-cont {
        row-gap: 50px;
    }

    .our-team-know .our-team-cont .card h6 {
        font-size: 21px;
    }

    .social-read .social-links {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .our-team-know {
        padding: 55px 0;
    }

    /* .card-body-team {
        height: 310px;
    } */

    .our-team-cont {
        row-gap: 55px;
    }

    .our-team-know .our-team-cont .card h6 {
        font-size: 18px;
    }
}

/*++++++++++++++++++++++++++++ card second section +++++++++++++++++++++++++**********/

.our-team-know .our-team-cont .card .card-body-second {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    padding: 20px;
}

/* .d-flex {
    display: flex !important;
    flex-direction: row-reverse;
} */

@media (max-width: 576px) {
    .our-team-know .our-team-cont .card .card-body-second {
        height: auto;
        padding: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .our-team-know .our-team-cont .card .card-body-second {
        height: 180px;
        padding: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-team-know .our-team-cont .card .card-body-second {
        height: 240px;
        padding: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-team-know .our-team-cont .card .card-body-second {
        height: 260px;
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .our-team-know .our-team-cont .card .card-body-second {
        height: 240px;
        padding: 25px;
    }
}

/********++++++++++++++++++++++++++++ card Third section +++++++++++++++++++++++++**********/

.our-team-know .our-team-cont .card .card-body-third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 210px;
    padding: 20px;
}

.card {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 10px rgba(182, 182, 182, 0.844);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {
    .our-team-know .our-team-cont .card .card-body-third {
        height: auto;
        padding: 15px;
    }

    .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
        transform: scale(1.02);
        box-shadow: 0 2px 8px rgba(182, 182, 182, 0.7);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .our-team-know .our-team-cont .card .card-body-third {
        height: 180px;
        padding: 16px;
    }

    .card:hover {
        transform: scale(1.02);
        box-shadow: 0 2px 9px rgba(182, 182, 182, 0.8);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-team-know .our-team-cont .card .card-body-third {
        height: 235px;
        padding: 18px;
    }

    .card:hover {
        transform: scale(1.03);
        box-shadow: 0 3px 10px rgba(182, 182, 182, 0.84);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our-team-know .our-team-cont .card .card-body-third {
        height: 260px;
        padding: 20px;
    }

    .card:hover {
        transform: scale(1.04);
        box-shadow: 0 3px 12px rgba(182, 182, 182, 0.9);
    }
}

@media (min-width: 1200px) {
    .our-team-know .our-team-cont .card .card-body-third {
        height: 230px;
        padding: 25px;
    }

    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 14px rgba(182, 182, 182, 0.95);
    }
}

/* Case Studies
===========================*/

#case-study {
    height: 100vh;
    color: #fff;
}

.case-study .container {
    height: inherit;
}

.case-study .container > .row {
    height: inherit;
}

.case-study {
    background-image: url(/assets/img/case_study/case_studies_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.case-study p {
    width: 100%;
}

@media (min-width: 768px) {
    .case-study p {
        width: 59%;
    }
}

.case-study h1 {
    color: #fff;
}

.case-study h1::after {
    content: "";
    display: flex;
    width: 78px;
    height: 5px;
    margin-top: 25px;
    background-color: #46b654;
}

.case-study-cont {
    padding: 55px 0;
}

.case-study-cont .case-studies {
    padding: 0;
}

.case-study-cont .case-studies .container > .row {
    row-gap: 0;
}

.case-study-cont .case-studies .container > .row + .row {
    row-gap: 50px;
}

/* Knowledge Center
===========================*/

#knowledge-center-home {
    height: 100vh;
    color: #fff;
}

.knowledge-center-home .container {
    height: inherit;
}

.knowledge-center-home .container > .row {
    height: inherit;
}

.knowledge-center-home {
    background-image: url(/assets/img/knowledge_center/knowledge_center_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.knowledge-center-home p {
    width: 100%;
}

@media (min-width: 768px) {
    .knowledge-center-home p {
        width: 59%;
    }
}

.knowledge-center-home h1 {
    color: #fff;
}

.knowledge-center-home h1::after {
    content: "";
    display: flex;
    width: 78px;
    height: 5px;
    margin-top: 25px;
    background-color: #46b654;
}

/*Knowledge Center Content */
.knowledge-center-cont {
    padding: 55px;
}

.knowledge-center-cont .knowledge-center {
    padding: 0;
}

.knowledge-center-cont .knowledge-center .container > .row {
    row-gap: 50px;
}

.knowledge-center-cont .knowledge-center .know-cont-card {
    height: 100%;
}

.knowledge-center-cont .knowledge-center .know-cont-card .card-body .card-link {
    color: #46b654;
    text-decoration: none;
}

.knowledge-center-cont
    .knowledge-center
    .know-cont-card
    .card-body
    .card-link
    i {
    font-size: 1.5rem;
}

/* Knowledge Center
===========================*/

#newsroom-home {
    height: 100vh;
}

.newsroom-home .container {
    height: inherit;
}

.newsroom-home .container > .row {
    height: inherit;
}

.newsroom-home {
    background-image: url(/assets/img/newsroom/newsroom_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.newsroom-home p {
    width: 100%;
}

@media (min-width: 768px) {
    .newsroom-home p {
        width: 30%;
    }
}

.newsroom-home h1::after {
    content: "";
    display: flex;
    width: 78px;
    height: 5px;
    margin-top: 25px;
    background-color: #46b654;
}

/* Newsroom Content */
.newsroom-cont {
    padding: 55px 0;
}

.newsroom-cont .container > .row + .row {
    row-gap: 30px;
}

.newsroom-cont .card {
    padding: 0;
    height: 100%;
    background-color: #f5f5f5;
    transition: all 0.4s ease-in-out;
}

.newsroom-cont .card:hover {
    background-color: #46b654;
    color: #fff;
}

.newsroom-cont .card:hover .card-body .card-text,
.newsroom-cont .card:hover .card-body .read-more {
    color: #fff;
}

.newsroom-cont .card:hover .card-body .read-more i {
    color: #fff;
    border: 3px solid #fff;
}

.newsroom-cont .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 20px 30px;
}

.newsroom-cont .card .card-body .card-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4d4d4d;
    padding-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.newsroom-cont .card .card-body .date p {
    font-size: 0.9rem;
    margin: 0;
}

.newsroom-cont .card .card-body a {
    text-decoration: none;
}

.newsroom-cont .card .card-body a:hover .read-more {
    color: #14467c;
}

.newsroom-cont .card .card-body a:hover .read-more i {
    border: 3px solid #14467c;
    color: #14467c;
}

.newsroom-cont .card .card-body h5::after {
    content: "";
    display: flex;
    width: 88px;
    height: 4px;
    background-color: #46b654;
    margin-top: 20px;
    border-radius: 10px;
}

.card .card-body .read-more,
.card .card-body .read-less {
    color: #46b654;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    font-size: 1.1rem;
    transition: all 0.4s ease-in-out;
}

.card .card-body .read-more i {
    font-size: 1rem;
    border: 3px solid #46b654;
    border-radius: 60px;
    padding: 3px 5px 3px 6px;
    transition: all 0.4s ease-in-out;
}

/* Newsroom Blogs */
.blogs {
    padding-bottom: 55px;
}

.blogs .knowledge-center {
    padding: 0;
}

.blogs .knowledge-center .container > .row {
    row-gap: 0;
}

.blogs .knowledge-center .container > .row + .row {
    row-gap: 50px;
}

/* Newsroom contact us */

.newsroom-contact h4 {
    margin: 0;
}

.newsroom-contact span a {
    text-decoration: none;
    color: #46b654;
    transition: 0.3s;
}

.newsroom-contact span a:hover {
    color: #14467c;
}

/* Services
======================= */

.offered-services-box {
    display: flex;
    flex-direction: column;
}

.offered-services .offered-services-cont {
    row-gap: 20px;
}

.offered-services-box .btn {
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    color: #4d4d4d;
    padding: 10px 28px;
    position: relative;
    transition: 0.3s;
}

.offered-services-box .btn:focus {
    box-shadow: none;
}

.offered-services-box .btn.active-collapse-btn {
    background-color: #46b654;
    color: #fff;
}

.offered-services-box .btn::after {
    content: "\f105";
    position: absolute;
    right: 28px;
    font-family: "FontAwesome";
    font-size: 40px;
    top: -5px;
    color: #46b654;
    transition: 0.3s;
}

.offered-services-box .btn.active-collapse-btn::after {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.offered-services-box .collapse-card .card {
    border: none;
}

.offered-services-box .collapse-card .card-body {
    padding: 1.2rem 1rem 1.2rem 28px;
}

.collapse-card .row {
    column-gap: 72px;
}

/* Services Home */
#services_home {
    /* height: 70vh; */
    color: #fff;
    height: 500px;
}

.services_home {
    background-image: url(/assets/img/services/Fullfilment.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.services_home .container {
    height: inherit;
}

.services_home .row {
    height: inherit;
    padding-top: 3%;
}

.services_home h1:first-of-type {
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: 12px;
}

.services_home h1 {
    font-weight: 700;
    color: #fff;
}

.case-studies-services {
    padding: 65px 0;
}

.case-studies-services .case-cont .case-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 100%;
}

.case-studies-services .case-cont .case-txt {
    padding: 2.2rem 2rem;
    background-color: #f5f5f5;
}

.case-studies-services .case-cont .case-txt h5::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
}

.d-flex.align-items-center.Fulfilment-Centre-btn {
    flex-direction: row-reverse;
}

a.d-flex.align-items-center.stretched-link {
    flex-direction: row-reverse;
}



/* Fulfilment Center Solution */

#fulfilment_centre,
#hyperlocal,
#last-mile,
#specialized,
#technology,
#transport {
    height: 100vh;
    color: #fff;
}

.fulfilment_centre {
    background-image: url(/assets/img/services/fulfilment_centre/fulfilment_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.fulfilment_centre p,
.hyperlocal p,
.last-mile p,
.specialized p,
.technology p,
.transport p {
    width: 100%;
}

@media (min-width: 768px) {
    .fulfilment_centre p,
    .hyperlocal p,
    .last-mile p,
    .specialized p,
    .technology p,
    .transport p {
        width: 59%;
    }
}

.fulfilment_centre .container,
.hyperlocal .container,
.last-mile .container,
.specialized .container,
.technology .container,
.transport .container {
    height: inherit;
}

.fulfilment_centre .row,
.hyperlocal .row,
.last-mile .row,
.specialized .row,
.technology .row,
.transport .row {
    height: inherit;
}

.fulfilment_centre h1,
.hyperlocal h1,
.last-mile h1,
.specialized h1,
.technology h1,
.transport h1 {
    font-weight: 700;
    color: #fff;
}

.fulfilment_centre h1::after,
.hyperlocal h1::after,
.last-mile h1::after,
.specialized h1::after,
.technology h1::after,
.transport h1::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
}

/* Hyperlocal */
.hyperlocal {
    background-image: url(/assets/img/services/hyper/hyper_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.hyperlocal h3 {
    color: #fff;
}

/* Last Mile */
.last-mile {
    background-image: url(/assets/img/services/last_mile/last_mile_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Specialized Packaging and Logistics Solutions */
.specialized {
    background-image: url(/assets/img/services/special/special_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Technology Solutions */

#it-solutions {
    background-image: url(/assets/img/services/technology/tech-services-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #f5f5f5 0% 0% no-repeat padding-box;
}

.technology {
    background-image: url(/assets/img/services/technology/technology_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.it-solutions {
    padding: 50px 0;
}

.it-solutions h2 {
    color: #fff;
}

.it-solutions .it-sol-cont {
    margin-top: 45px;
    row-gap: 30px;
}

.it-sol-cont .it-sol-box {
    background-image: url(/assets/img/services/technology/tech-box-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 70px 30px 30px 30px;
    position: relative;
    height: 100%;
}

.it-sol-box p {
    text-align: center;
}

body .it-solutions * {
    overflow: visible;
}

.it-sol-box h4 {
    text-align: center;
    text-transform: uppercase;
}

.it-sol-box h4::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
    margin-left: auto;
    margin-right: auto;
}

.it-sol-box .it-sol-img {
    text-align: center;
}

.it-sol-box .it-sol-img img {
    width: 80%;
}

.it-sol-box button i {
    padding-left: 10px;
    transition: 0.3s;
}

.it-sol-box .btn-dsgn:hover {
    padding: 12px 36px 12px 46px;
}

.it-sol-box .btn-dsgn:hover i {
    padding-left: 20px;
}

.services .service-cont-txt span {
    font-weight: 400;
    color: #888888;
    margin: 10px 0;
}

.speed-value-para-show {
    margin: 10px 0px -5px 0px;
    font-size: 25px;
    color: #4d4d4d;
}

.value-para {
    margin: 20px 0px -5px 0px;
    font-size: 25px;
    color: #4d4d4d;
}

.service-cont-txt .service-cont-vid {
    float: right;
    color: #888888;
}

/* Technology
======================= */

#it-contact {
    padding: 0 0 55px 0;
}

.it-contact {
    background-color: #f5f5f5;
    padding: 20px 0;
}

.it-contact p {
    margin: 0;
    font-size: 1.2rem;
}

.it-contact a {
    font-weight: 600;
    text-decoration: none;
    color: #46b654;
    transition: 0.3s;
}

.it-contact a:hover {
    color: #14467c;
}

body .about * {
    overflow: visible;
}

#about {
    padding: 40px 0;
}

.about .about-cont {
    background-color: #eae9e9;
    height: 100%;
    position: relative;
    padding: 50px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.about .about-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #46b654;
    height: 20px;
}

.about .row {
    row-gap: 40px;
}

.functionality {
    padding-bottom: 65px;
}

.functionality-func {
    background-color: #46b654;
    padding: 65px;
    color: #fff;
}

.functionality-func h4 {
    color: #fff;
}

.functionality-func a {
    color: #14467c;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.functionality-func a:hover {
    color: #fff;
}

.functionality-benefit {
    background-image: url(/assets/img/technology/wms_func.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px;
    color: #fff;
}

.functionality-benefit h4 {
    color: #fff;
}

body .user-man * {
    overflow: visible;
}

.user-man {
    padding-bottom: 65px;
}

.user-man li {
    padding-bottom: 12px;
}

body .smart-benefit * {
    overflow: visible;
}

.smart-benefit {
    padding-top: 50px;
}

.smart-benefit h4 {
    color: #46b654;
}

/* Verdis */

#verdis,
#wms,
#tms,
#ulms,
#hops,
#holiscope,
#dms,
#smart-manu {
    height: 100vh;
    color: #fff;
}

.verdis,
.wms,
.tms,
.ulms,
.hops,
.holiscope,
.dms,
.smart-manu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.verdis {
    background-image: url(/assets/img/technology/verdis-bg.jpg);
}

.wms {
    background-image: url(/assets/img/technology/wms-bg.png);
}

.tms {
    background-image: url(/assets/img/technology/tms-bg.jpg);
}

.ulms {
    background-image: url(/assets/img/technology/ulms-bg.png);
}

.hops {
    background-image: url(/assets/img/technology/hops-bg.png);
}

.holiscope {
    background-image: url(/assets/img/technology/holiscope-bg.png);
}

.dms {
    background-image: url(/assets/img/technology/dms-bg.png);
}

.smart-manu {
    background-image: url(/assets/img/technology/smart-manu-bg.png);
}

.wms-img {
    width: 60%;
}

.dms-str {
    font-size: 1.3rem;
    margin-top: 1.2rem;
}

.verdis p,
.wms p,
.tms p,
.ulms p,
.hops p,
.holiscope p,
.dms p,
.smart-manu p {
    width: 100%;
}

@media (min-width: 768px) {
    .verdis p,
    .wms p,
    .tms p,
    .ulms p,
    .hops p,
    .holiscope p,
    .dms p,
    .smart-manu p {
        width: 59%;
    }
}

.verdis .container,
.wms .container,
.tms .container,
.ulms .container,
.hops .container,
.holiscope .container,
.dms .container,
.smart-manu .container {
    height: inherit;
}

.verdis .row,
.wms .row,
.tms .row,
.ulms .row,
.hops .row,
.holiscope .row,
.dms .row,
.smart-manu .row {
    height: inherit;
}

.verdis h1,
.wms h1,
.tms h1,
.ulms h1,
.hops h1,
.holiscope h1,
.dms h1,
.smart-manu h1 {
    font-weight: 700;
    color: #fff;
}

.verdis h1::after,
.wms h1::after,
.tms h1::after,
.ulms h1::after,
.hops h1::after,
.holiscope h1::after,
.dms h1::after,
.smart-manu h1::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
}

/* Transport */
.transport {
    background-image: url(/assets/img/services/transport/trans-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Services */

body .services * {
    overflow: visible;
}


.services img.svg {
    width: 88px;
    height: 85px;
}

.services .services-tabs {
    justify-content: space-between;
}

.services .services-tabs .row {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services .services-tabs .service-box {
    background-color: #f5f5f5;
    width: 200px;
    height: 200px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}

.services.customer-segment .services-tabs .service-box {
    width: 150px;
}

.services .services-tabs .service-box p {
    color: #4d4d4d;
    font-weight: 600;
}

.services .nav {
    row-gap: 3px;
}

.services .nav .nav-link {
    width: 100%;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    padding: 1rem 1rem;
}

.services .nav .nav-link:hover,
.services .nav .nav-link.active {
    background-color: #46b654;
}

.services .service-contact i {
    color: #46b654;
    font-size: 1.4rem;
}

.services .service-contact a {
    text-decoration: none;
    font-weight: 400;
    font-size: 1.1rem;
    color: #4d4d4d;
}

.infrastructure ul,
.services-offer ul,
.formats ul,
.easy-steps ul,
.network ul {
    margin-bottom: 0;
}

.formats ul {
    padding-left: 42px;
}

.infrastructure li::before,
.services-offer li:before,
.formats li::before,
.easy-steps li::before,
.network li:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    margin-left: -22px;
    margin-top: 13px;
}

.infrastructure li,
.services-offer li,
.formats li,
.easy-steps li,
.network li {
    padding-bottom: 12px;
    text-align: left;
    font: normal normal normal 20px / 30px Helvetica LT Std;
    color: #888888;
}

.infrastructure li:last-child,
.services-offer li:last-child,
.formats li:last-child,
.easy-steps li:last-child,
.network li:last-child {
    padding-bottom: 0;
}

/* Start Your Journey */
.start-journey {
    margin: 55px 0;
    padding: 35px 0;
    background-color: #f5f5f5;
}

.start-journey p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #4d4d4d;
}

.automation li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    margin-left: -28px;
    margin-top: 7px;
}

.automation li {
    padding-bottom: 12px;
}

.automation li:last-child {
    padding-bottom: 0;
}

/* Team /People/Processes */

.team {
    padding-bottom: 65px;
}

.team li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    margin-left: -28px;
    margin-top: 7px;
}

.team li {
    padding-bottom: 25px;
}

.team li:last-child {
    padding-bottom: 0;
}

.performance li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    margin-left: -28px;
    margin-top: 7px;
}

.performance li {
    padding-bottom: 12px;
}

.performance li:last-child {
    padding-bottom: 0;
}

.vas li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    margin-left: -28px;
    margin-top: 7px;
}

.vas li {
    padding-bottom: 12px;
}

.vas li:last-child {
    padding-bottom: 0;
}

/* Customer Segment Pages
============================= */
.services_home.customer-segment {
    background-image: url(/assets/img/customer_segment/fashion/vgvgv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

#ecommerce,
#auto,
#beauty,
#egrocery,
#fashion,
#furniture,
#health,
#construct,
#engineering,
#machine,
#tractor,
#glass {
    height: 100vh;
    color: #fff;
}

.ecommerce p,
.auto p,
.beauty p,
.egrocery p,
.fashion p,
.furniture p,
.health p,
.construct p,
.engineering p,
.machine p,
.tractor p,
.glass p {
    width: 100%;
}

@media (min-width: 768px) {
    .ecommerce p,
    .auto p,
    .beauty p,
    .egrocery p,
    .fashion p,
    .furniture p,
    .health p,
    .construct p,
    .engineering p,
    .machine p,
    .tractor p,
    .glass p {
        width: 59%;
    }
}

.ecommerce .container,
.auto .container,
.beauty .container,
.egrocery .container,
.fashion .container,
.furniture .container,
.health .container,
.construct .container,
.engineering .container,
.machine .container,
.tractor .container,
.glass .container {
    height: inherit;
}

.ecommerce .row,
.auto .row,
.beauty .row,
.egrocery .row,
.fashion .row,
.furniture .row,
.health .row,
.construct .row,
.engineering .row,
.machine .row,
.tractor .row,
.glass .row {
    height: inherit;
}

.ecommerce h1,
.auto h1,
.beauty h1,
.egrocery h1,
.fashion h1,
.furniture h1,
.health h1,
.construct h1,
.engineering h1,
.machine h1,
.tractor h1,
.glass h1 {
    font-weight: 700;
    color: #fff;
}

.ecommerce h1::after,
.auto h1::after,
.beauty h1::after,
.egrocery h1::after,
.fashion h1::after,
.furniture h1::after,
.health h1::after,
.construct h1::after,
.engineering h1::after,
.machine h1::after,
.tractor h1::after,
.glass h1::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
}

/* Auto Parts */
.auto {
    background-image: url(/assets/img/customer_segment/auto/auto_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Beauty and Personal Care */
.beauty {
    background-image: url(/assets/img/customer_segment/beauty/beauty_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* E-Commerce */
.ecommerce {
    background-image: url(/assets/img/customer_segment/ecommerce/ecommerce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* E-Grocery */
.egrocery {
    background-image: url(/assets/img/customer_segment/egrocery/egrocery_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Fashion */
.fashion {
    background-image: url(/assets/img/customer_segment/fashion/fashion_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Furniture */
.furniture {
    background-image: url(/assets/img/customer_segment/furniture/furniture_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Healthcare */
.health {
    background-image: url(/assets/img/customer_segment/health/health_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Construction */
.construct {
    background-image: url(/assets/img/customer_segment/ecommerce/ecommerce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Engineering Goods */
.engineering {
    background-image: url(/assets/img/customer_segment/ecommerce/ecommerce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Heavy Machinery */
.machine {
    background-image: url(/assets/img/customer_segment/heavy/heavy-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Tractor */
.tractor {
    background-image: url(/assets/img/customer_segment/ecommerce/ecommerce.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

/* Glass Industries */

/* Value added and tech enabled */

.value-add {
    padding: 65px 0;
}

.value-add span,
.tech-en span,
.services span,
.benefits span {
    font-weight: bold;
    color: #4d4d4d;
}

p.Our-facilities-are-designed {
    color: #888888;
}

.value-gr li {
    margin-left: 32px;
}

.value-gr li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    margin-left: -15px;
    margin-top: 7px;
}

.value-gr li {
    padding-bottom: 25px;
    font-size: 15px;
    list-style: none;
    font-weight: 400;
}

.value-gr li:last-child {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.tech-en {
    padding-bottom: 65px;
}

.value-grey {
    padding: 15px 0 0 0;
}

.value-grey li,
.value-white li {
    font-weight: 400;
    padding-bottom: 12px;
}

.value-white li::marker {
    color: #46b654;
}

.value-grey li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #888888;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #888888;
    margin-left: -22px;
    margin-top: 7px;
}

.value-white li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid #46b654 2px;
    outline: 2px solid #fff;
    margin-left: -28px;
    margin-top: 7px;
}

.cards:hover img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(60%) saturate(600%)
        hue-rotate(100deg) brightness(100%) contrast(90%);
}

.cards:hover .services-customer_segment-svg svg {
    fill: #46b654;
}

/* Container styling */
.service-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    gap: 20px;
    padding: 20px;
}

/* Individual service styling */
.service {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Hover effect */
.service:hover {
    transform: translateY(-5px);
}

/* Image styling */
.service img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

/* Text styling */
.service-text {
    font-size: 1rem;
    font-weight: bold;
    color: #4D4D4D;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .service-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on tablets */
    }
}

@media (max-width: 480px) {
    .service-container {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
    }
}

/* Bullet styling for safari browser */
/* Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        body .infrastructure *,
        body .services-offer *,
        body .formats *,
        body .network *,
        body .easy-steps *,
        body .automation *,
        body .team .team-cont *,
        body .performance .performance-cont *,
        body .vas .vas-cont *,
        body .services *,
        body .value-cont *,
        body .tech-cont *,
        body .benefits * {
            overflow: visible;
        }

        .formats,
        .performance,
        .benefits,
        .network {
            position: relative;
            z-index: -1;
        }

        .infrastructure li::marker,
        .services-offer li::marker,
        .formats li::marker,
        .network li::marker,
        .easy-steps li::marker,
        .automation li::marker,
        .team li::marker,
        .performance li::marker,
        .vas li::marker,
        .value-gr li::marker {
            color: #46b654;
            font-size: 1.3rem;
        }

        .value-grey li::marker {
            color: #888888;
            font-size: 1.3rem;
        }

        .value-white li::marker {
            color: #fff;
            font-size: 1.3rem;
        }

        .infrastructure li::before,
        .services-offer li:before,
        .formats li::before,
        .network li::before,
        .easy-steps li::before,
        .automation li::before,
        .team li::before,
        .performance li::before,
        .vas li::before,
        .value-gr li::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            border: solid #46b654 2px;
            margin-left: -23px;
            margin-top: -20px;
            z-index: -1;
            outline: none;
        }

        .value-grey li::before {
            position: absolute;
            content: "";
            border: solid #888888 2px;
        }

        .value-white li::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #46b654;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            border: solid #fff 2px;
            margin-left: -23px;
            margin-top: -20px;
            outline: none;
            z-index: -1;
        }
    }
}

/* Safari 10.1 */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
        body .infrastructure *,
        body .services-offer *,
        body .formats *,
        body .network *,
        body .easy-steps *,
        body .automation *,
        body .team .team-cont *,
        body .performance .performance-cont *,
        body .vas .vas-cont *,
        body .services *,
        body .value-cont *,
        body .tech-cont *,
        body .benefits * {
            overflow: visible;
        }

        .formats,
        .performance,
        .benefits,
        .network {
            position: relative;
            z-index: -1;
        }

        .infrastructure li::marker,
        .services-offer li::marker,
        .formats li::marker,
        .network li::marker,
        .easy-steps li::marker,
        .automation li::marker,
        .team li::marker,
        .performance li::marker,
        .vas li::marker,
        .value-gr li::marker {
            color: #46b654;
            font-size: 1.3rem;
        }

        .value-grey li::marker {
            color: #888888;
            font-size: 1.3rem;
        }

        .value-white li::marker {
            color: #fff;
            font-size: 1.3rem;
        }

        .infrastructure li::before,
        .services-offer li:before,
        .formats li::before,
        .network li::before,
        .easy-steps li::before,
        .automation li::before,
        .team li::before,
        .performance li::before,
        .vas li::before,
        .value-gr li::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            border: solid #46b654 2px;
            margin-left: -23px;
            margin-top: -20px;
            z-index: -1;
            outline: none;
        }

        .value-grey li::before {
            position: absolute;
            content: "";
            border: solid #888888 2px;
        }

        .value-white li::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            border: solid #46b654 2px;
            outline: 2px solid #fff;
            margin-left: -23px;
            margin-top: -20px;
        }
    }
}

.benefits .value-grey li {
    font-weight: 400;
}

h2.benefits {
    margin: 20px 0px;
}

/* Customer testimonials */
#cust-testimonials {
    padding-bottom: 65px;
}

.cust-testimonials .testimonial-cont {
    padding: 5%;
    background-color: #f5f5f5;
    box-shadow: 0px 8px 12px #00000024;
    position: relative;
}

.cust-testimonials * {
    overflow: visible;
}

.cust-testimonials p {
    margin: 0;
}

.cust-testimonials .testimonial-cont::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/home/quotation-mark.png);
    top: -44px;
    left: 6%;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100px;
}

.testimonial-cont .customer-name {
    color: #46b654;
}

/* Case Study Blog Page
============================= */

.case-study-blog {
    margin-top: 125px;
}

.case-study-blog h1 {
    font-weight: 700;
    font-size: 38px;
}

.case-study-blog .pagination {
    margin: initial;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.case-study-blog .pagination a {
    text-decoration: none;
    color: #888888;
    font-size: 13px;
}

.case-study-blog ul.pagination li:last-child a {
    color: #46b654;
}

.case-study-blog .pagination a:hover {
    color: #46b654;
}

.case-study-blog li {
    font-size: 15px;
}

.case-study-blog img {
    height: 100%;
    width: 100%;
}

.case-study-blog .social-media a {
    /* font-size: 25px; */
    text-decoration: none;
    color: #4d4d4d;
    transition: 0.3s;
}

/* Knowledge Center Blog Page
============================= */

.knowledge-center-blog {
    margin-top: 125px;
}

.knowledge-center-blog h1 {
    font-weight: 700;
    font-size: 38px;
}

.knowledge-center-blog .pagination {
    margin: initial;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.knowledge-center-blog .pagination a {
    text-decoration: none;
    color: #888888;
    font-size: 13px;
}

.knowledge-center-blog ul.pagination li:last-child a {
    color: #46b654;
}

.knowledge-center-blog .pagination a:hover {
    color: #46b654;
}

.knowledge-center-blog li {
    font-size: 15px;
}

.knowledge-center-blog img {
    height: 100%;
    width: 100%;
}

.knowledge-center-blog .social-media a {
    /* font-size: 25px; */
    text-decoration: none;
    color: #4d4d4d;
    transition: 0.3s;
}
/*home page newsroom section css*/

.newspaerrr-section {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
}

.newspaerrr-content h2 {
    font-weight: bold;
    display: flex;
    align-items: center;
   padding-top: 10px;
    color: #4d4d4d;
}

    .container-newsroom {
        padding: 0px 15px 0px 0px;
    }

    .custom-image-newsroom {
        width: 100%;
        max-width: 180px;
        border-radius: 8px;
        object-fit: cover;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      }
      
      @media (min-width: 577px) {
        .custom-image-newsroom {
          max-width: 200px;
        }
      }
      
      @media (min-width: 769px) {
        .custom-image-newsroom {
          max-width: 220px;
          height: 118px;
        }
      }
      
      @media (min-width: 993px) {
        .custom-image-newsroom {
            max-width: 240px;
            height: 138px;
        }
      }
      
      @media (min-width: 1201px) {
        .custom-image-newsroom {
            max-width: 250px;
            height: 180px;
        }
      }

      

  /* Text Styling */
  .custom-text-newsroom {
    font-size: 1.125rem;
    color: #444;
    line-height: 1.7;
  }

  
  @media (max-width: 767.98px) {
    .custom-section-newsroom {
      text-align: center;
      padding: 1.5rem;
    }

    .custom-text-newsroom {
      font-size: 1rem;
    }

    .custom-image-newsroom {
        max-width: 50%;
        margin: 0 auto 1rem;
        height: 250px;
    }
  }

  @media (max-width: 550px) {
    .custom-image-newsroom {
        max-width: 70%;
        height: 200px; /* optional: adjust height for smaller screens */
    }
}

@media (max-width: 900px) {
    .newspaerrr-content h2 {
        font-size: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 700px) {
    .newspaerrr-content h2 {
        font-size: 16px;
        padding-top: 10px;
    }
}
.newspaerrr-content h2 img {
    margin-left: 8px;
    height: 24px;
}

.newspaerrr-content h3 {
    font-weight: bold;
    color: #4d4d4d;
    font-size: 14px;
  }
  
  @media (min-width: 577px) {
    .newspaerrr-content h3 {
      font-size: 16px;
    }
  }
  
  @media (min-width: 769px) {
    .newspaerrr-content h3 {
      font-size: 12px;
    }
  }

  
  @media (min-width: 993px) {
    .newspaerrr-content h3 {
      font-size: 20px;
    }
  }
  
  @media (min-width: 1201px) {
    .newspaerrr-content h3 {
      font-size: 22px;
    }
  }
  

.newspaerrr-content p {
    color: #666;
    font-size: 15px; /* Default font size */
    text-align: justify;
}

.newspaerrr-content p {
    font-size: 12px;
  }
  
  @media (min-width: 481px) {
    .newspaerrr-content p {
        font-size: 15px;
        line-height: 22px;
    }
  }
  
  @media (min-width: 590px) {
    .newspaerrr-content p {
      font-size: 15px;
    }
  }
  
  @media (min-width: 769px) {
    .newspaerrr-content p {
        font-size: 11px;
        line-height: 14px;
        font-weight: 200;
    }
  }
  
  @media (min-width: 993px) {
    .newspaerrr-content p {
        font-size: 12px;
        line-height: 18px;
    }
  }
  
  @media (min-width: 1201px) {
    .newspaerrr-content p {
      font-size: 15px;
      line-height:23px;
    }
  }
  


a.mt-auto.read-moreee.newsroom-read-more {
    padding-right: 20px;
    margin-bottom: 15px;
}

.newspaerrr-content .underline {
    width: 59px;
    height: 4px;
    background-color: #4caf50;
    margin: 5px 0px 20px 0px;
    border-radius: 10px;
}

.read-moreee {
    color: #4caf50;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px; 
    float: inline-end;
}


@media (min-width: 768px) {
    .read-moreee {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

/* Large devices and above (≥992px) */
@media (min-width: 992px) {
    .read-moreee {
        font-size: 14px;
    }
}

.read-moreee:hover {
    text-decoration: underline;
}

.read-moreee i {
    margin-left: 5px;
}

/* .col-md-6.newspaerrr-content {
    padding: 0px 35px 0px 28px;
} */

/* Newsroom Blog Page
============================= */

p.Northern-Arc {
    margin-top: 5px;
}

@media (max-width: 769px) {
    .news-logo-heading {
      padding-left: 22px;
    }
  }
  

.media-logo {
    height: 30px;
    width: 120px;
    margin-top: 20px;
    transition: transform 0.3s ease-in-out;
  }
  
  .media-logo:hover {
    transform: scale(1.1);
  }
  
  @media (min-width: 577px) {
    .media-logo {
        height: 40px;
        width: 160px;
        margin-top: 35px;

    }
  }
  
  @media (min-width: 769px) {
    .media-logo {
      height: 23px;
      width: 84px;
      margin-top: 20px;
    }
  }
  
  @media (min-width: 993px) {
    .media-logo {
        height: 34px;
        width: 120px;
        margin-top: 8px;
    }
  }
  
  @media (min-width: 1201px) {
    .media-logo {
        height: 50px;
        width: 150px;
        margin-top: 20px;
    }
  }

.Funding-alert {
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: inline-block;
}

.Funding-alert:hover {
    color: #007bff !important;
    transform: scale(1.05);
}

.col-md-4.media-box {
    margin-bottom: 50px;
    padding: 14px;
}

.yourstory {
    margin-bottom: 20px;
    text-align: center;
}

.yourstoryy {
    margin-bottom: 20px;
}

.Media-Presence {
    background-color: #13467c;
    text-align: center;
    height: 100px;
}

.Media-Presence-heading {
    color: #45b653;
    padding-top: 35px;
    font-weight: bold;
}

.newsroom-blog {
    margin-top: 85px;
}

.newsroom-blog h1 {
    font-weight: 700;
    font-size: 38px;
}

.newsroom-blog .pagination {
    margin: initial;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.newsroom-blog .pagination a {
    text-decoration: none;
    color: #888888;
    font-size: 13px;
}

.newsroom-blog ul.pagination li:last-child a {
    color: #46b654;
}

.newsroom-blog .pagination a:hover {
    color: #46b654;
}

.newsroom-blog li {
    font-size: 15px;
}

.newsroom-blog .social-media a {
    text-decoration: none;
    color: #4d4d4d;
    transition: 0.3s;
}

.newsroom-blog .news-content .news-img img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
    .newsroom-blog .news-content .news-img img {
        width: 300px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .newsroom-blog .news-content .news-img img {
        width: 655px;
        height: auto;
    }
}

.newsroom-blog .social-media a.pdf {
    color: #46b654;
    font-weight: 600;
}

.newsroom-blog .social-media a.pdf:hover {
    color: #14467c;
}

.newsroom-blog .social-media > div {
    width: initial;
}


/* work with us update
========================== */

.Recent-Openings {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.job-btn {
    border: 1px solid #68A167;
    border-radius: 50px;
    padding: 15px 25px;
    background-color: white;
    color: #10316B;
    font-size: 16px;
    text-align: center;
    min-width: 250px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

h3.Recent-Opening {
    color: #46B654;
    width: 260px;
    font-size: 24px;
    padding-left: 20px;
}

.work-arrow{
    border: none;
    background-color: #f8f9fa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-arrow i {
    font-size: 20px;
    color: #10316B;
}

.job-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 20px 0px;
}

.job-slider::-webkit-scrollbar {
    display: none;
}

span.work-heading {
    color: #14467C;
}

.close-icon {
    display: flex
;
    justify-content: center;
    gap: 10px;
}

.rounded {
    float: right;
    border-radius: .25rem !important;
    height: 20px;
}

.text-muted {
    color: #6c757d !important;
    font-size: 10px; /* Default size */
}

@media (min-width: 768px) { /* For medium screens (md) */
    .text-muted {
        font-size: 12px;
    }
}

@media (min-width: 992px) { /* For large screens (lg) */
    .text-muted {
        font-size: 12px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .Recent-Openings {
        flex-wrap: wrap;
    }

    .nav-arrow {
        display: none !important;
    }

    .job-slider {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .job-btn {
        min-width: 200px;
    }
}


h3.text-center.fw-bold.send-your {
    color: #46B654;
    margin: 10px 0px;
}

i.fa.fa-chevron-down {
    color: #46B654;
}

.Recent-Openings {
    background-color: #F5F5F5;
}

img.d-block.w-100.rounded {
    height: 650px;
}

h3.Life-at-Holisol {
    font-weight: bold;
    color: #14467C;
    text-align: center;
    margin: 10px 0px;
}

.job-slider::-webkit-scrollbar {
    display: none;
}
.job-btn {
    border: 1px solid green;
    border-radius: 30px;
    padding: 10px 20px;
    background: white;
}
.nav-arrow-one {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 20px 20px;
    margin: 20px;
    border: solid #46B654;
    rotate: 180deg;
}

.nav-arrow-two {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 20px 20px;
    margin: 20px;
    border: solid #46B654;
}

@media (max-width: 772px) and (max-height: 400px) {
    .nav-arrow-two {
        display: none !important;
    }
}

/* work with us
========================== */


#work-with {
    height: 75vh;
    color: #fff;
}

.work-with {
    background-image: url(/assets/img/work_with/work-with.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.work-with h1 {
    color: #fff;
}

.work-with p {
    width: 100%;
}

@media (min-width: 768px) {
    .work-with p {
        width: 59%;
    }
}

.work-with .container {
    height: inherit;
}

.work-with .row {
    height: inherit;
}

.work-with .btn-dsgn {
    width: initial;
}

.work-with h3::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
}

/*  Why Join Us  */
.work-with-cont {
    padding: 55px 0;
}

.work-with-cont img {
    margin-bottom: 30px;
}

.work-with-cont p {
    font-size: 1rem;
    color: #888888;
}

.work-with-cont h5::after {
    content: "";
    display: flex;
    width: 60px;
    height: 3px;
    margin-top: 17px;
    background-color: #46b654;
    margin-left: auto;
    margin-right: auto;
}

.work-with-cont button {
    color: #46b654;
    font-weight: 600;
    padding: 8px 32px;
    border-radius: 50px;
    font-size: 1rem;
    border: 2px solid #46b654;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.work-with-cont button:hover {
    color: #fff;
    background-color: #46b654;
}

.work-with-cont .work-with-txt {
    height: 100%;
}

/* Apply Now Form */

.modal {
    z-index: 10000;
}

.modal .modal-body .container-fluid {
    padding: 0;
}

.apply-form .row {
    padding-bottom: 20px;
}

.apply-form .form-border {
    padding: 30px 50px;
    background-color: white;
    border-radius: 10px;
}

.apply-form .btn-apply {
    border-radius: 5px;
    width: 170px;
}

.apply-form .dropdown .form-control {
    cursor: pointer;
}

.apply-form .dropdown i {
    position: absolute;
    right: 20px;
    top: 10px;
}

.apply-form label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #4d4d4d;
    text-transform: uppercase;
}

.apply-form .form-control {
    border: 1px solid rgba(110, 110, 110, 0.6);
    height: calc(1.7em + 0.77rem + 2.5px);
}

.apply-form form input::placeholder,
.apply-form form textarea::placeholder {
    font-size: 0.9rem;
    color: lightgray;
}

.apply-form form input::-webkit-input-placeholder,
.apply-form form textarea::-webkit-input-placeholder {
    font-size: 0.9rem;
    color: lightgray;
}

.apply-form .attach-cv .cv-up {
    border: 2px dashed #4d4d4d;
    height: 120px;
}

.apply-form .attach-cv .cv-up::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/assets/img/work_with/cv_up.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
    z-index: 1000;
    background-color: #f8f8f8;
}

/* what co worker say */
.what-say {
    padding-bottom: 65px;
}

.what-say * {
    overflow: visible;
}

.what-say .what-say-cont {
    background-color: #f5f5f5;
    box-shadow: 0px 8px 12px #00000024;
    padding: 45px 0;
    position: relative;
}

.what-say-cont::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/work_with/quotation-mark.png);
    background-repeat: no-repeat;
    top: -40px;
    left: 89%;
    right: 0;
    bottom: 0;
    background-size: 100px;
}

.what-say-cont p {
    font-size: 1.3rem;
    margin: 0;
    text-align: justify;
}

/* Happy Customers
========================= */
#happy-customer {
    height: 100vh;
}

.happy-customer {
    background-image: url(/assets/img/happy_cust/happy_customer_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    position: relative;
}

.happy-customer p {
    width: 100%;
    color: #fff;
}

.happy-customer .container {
    height: inherit;
}

.happy-customer .row {
    height: inherit;
}

.happy-customer .btn {
    width: initial;
}

.happy-customer h1 {
    font-weight: 700;
    color: #fff;
}

.happy-customer h1::after {
    content: "";
    display: flex;
    width: 58px;
    height: 5px;
    margin-top: 10px;
    background-color: #46b654;
}

.happy-customer button {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 1rem;
    background-color: #46b654;
}

/* Testimonials */

.testimonials .div1 {
    background-color: #f5f5f5;
    box-shadow: 0px 8px 12px #00000024;
    margin-top: 7%;
}

.testimonials .div1 h2 {
    font-weight: 700;
}

.testimonials .div1 .image1 img {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20%;
}

.testimonials .div1 p {
    padding: 40px;
    text-align: justify;
}

.testimonials .div1::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/home/quotation-mark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -47px;
    margin-left: 3%;
    z-index: 1;
    width: 8vw;
    height: 100px;
}

@media (min-width: 576px) {
    .testimonials .div1 .image1 img {
        padding-left: 0px;
        padding-top: 20%;
    }

    .testimonials .div1 p {
        padding-right: 0px;
    }
}

.testimonials .div2 {
    background-color: #f5f5f5;
    box-shadow: 0px 8px 12px #00000024;
    margin: 90px 0;
}

.testimonials .div2::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/home/quotation-mark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    margin-top: -56px;
    margin-left: 69%;
    width: 8vw;
    height: 100px;
}

@media (min-width: 992px) {
    .testimonials .div1::before {
        width: 100px;
    }

    .testimonials .div::before {
        width: 100px;
    }
}

.testimonials .div2 .image2 img {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20%;
    padding-bottom: 20%;
}

.testimonials .div2 p {
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
}

.happy-cou {
    text-align: justify;
}

@media (min-width: 576px) {
    .testimonials .div2 .image2 img {
        padding-right: 0px;
    }

    .testimonials .div2 p {
        padding-left: 0px;
    }
}

/* Contact Us
=========================*/

body .contact-us * {
    overflow: visible;
}

#contact-us .contact-us a {
    text-decoration: none;
    color: #888888;
}

#contact-us .contact-us {
    height: inherit;
}

.contact-us h1,
.contact-us .contact-us-cont > .row > p {
    color: #fff;
}

.contact-us-cont > .row:first-child {
    margin-top: 160px;
}

@media (min-width: 576px) {
    .contact-us-cont > .row:first-child {
        margin-top: 180px;
    }
}

.contact-us-cont .row:last-child {
    row-gap: 100px;
}

.contact-us::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/contact_us/contact_us_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 78%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: -1;
}

.contact-us p {
    width: 100%;
}

@media (min-width: 768px) {
    .contact-us p {
        width: 59%;
    }
}

.contact-us .container {
    height: inherit;
}

.contact-us .btn {
    width: initial;
}

.contact-us h1::after {
    content: "";
    display: flex;
    width: 109px;
    height: 5px;
    margin-top: 25px;
    background-color: #46b654;
}

/* contact us cont */
.contact-us-cont {
    height: inherit;
}

.contact-box-container {
    height: 100%;
}

.contact-box-container:hover {
    cursor: pointer;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    position: relative;
    transition: all 0.4s ease-in-out;
    padding-bottom: 25px;
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
}

.contact-box .contact-box-cont {
    row-gap: 15px;
    margin-top: 20%;
    text-align: center;
}

.contact-box-container .support-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 576px) {
    .contact-box .contact-box-cont {
        margin-top: 110px;
    }
}

.contact-box p {
    width: initial;
}

.contact-box:hover {
    background-color: #46b654;
    color: #fff;
}

.contact-box:hover h6 {
    color: #fff;
}

.contact-box .contact-box-img {
    position: absolute;
    height: auto;
    top: -72px;
}

.contact-box .contact-box-img .contact-img {
    width: 80%;
}

#supportModal .modal-content {
    border: 1px solid #46b654;
    border-radius: 10px;
}

.customer-support-modal {
    padding: 30px 0;
}

.customer-support-modal h3 {
    color: #46b654;
}

.customer-support-modal p {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 1.1rem;
}

.customer-support-modal a {
    text-decoration: none;
}

.customer-support-modal-cont .supp-num,
.customer-support-modal-cont .supp-mail {
    border: 4px solid #46b654;
    border-radius: 45px;
    transition: 0.3s;
}

.customer-support-modal-cont .supp-num:hover,
.customer-support-modal-cont .supp-mail:hover {
    border: 4px solid #14467c;
}

.customer-support-modal-cont .supp-num:hover a i,
.customer-support-modal-cont .supp-mail:hover a i {
    background-color: #14467c;
}

.customer-support-modal-cont {
    row-gap: 20px;
    column-gap: 30px;
}

.customer-support-modal-cont a {
    padding: 5px;
    color: #4d4d4d;
    font-size: 1.2rem;
    font-weight: 600;
}

.customer-support-modal-cont a i {
    color: #fff;
    background-color: #46b654;
    padding: 6px;
    border-radius: 20px;
    font-size: 1.8rem;
    transition: 0.3s;
}

.customer-support-modal-cont a .fa-phone {
    padding: 6px 9px;
}

/* Track Order
======================= */
.track-order {
    margin: 150px 0 60px 0;
}

@media (min-width: 768px) {
    .track-order {
        height: 50vh;
    }
}

.track-order .row:first-child {
    row-gap: 50px;
}

.track-order-cont .track-radio .order-num {
    column-gap: 5px;
}

.track-order-cont .track-inp input {
    width: 300px;
    border-radius: 20px;
    padding: 8px 15px;
    border: 2px solid lightgray;
    background-color: lightgray;
}

.track-order-cont .track-inp #order-num-inp {
    display: none;
}

.track-order-cont .btn-dsgn {
    border-radius: 5px;
    padding: 8px 77px;
}

.track-order .contact-track p {
    font-weight: 600;
    font-size: 1.2rem;
}

.custom-button {
    color: gray;
    background-color: #d3d3d3;
    border: none;
    padding: 6px 20px;
    display: inline-block;
    font-size: 16px;
    margin: 15px 3px;
    cursor: pointer;
    border-radius: 5px;
}

.custom-button:hover,
.custom-button:active,
.custom-button:focus {
    background: linear-gradient(90deg, #46b654 0%, #14467c 100%);
    color: white;
    outline: none;
    /* transform: scale(1.2);  */
}

.effect {
    background: linear-gradient(90deg, #46b654 0%, #14467c 100%);
    color: white;
    outline: none;
    transform: scale(1.2);
}

/* Privacy Policy
======================= */
section#privacy {
    margin-top: 110px;
}

.Privacy-Policy-heading{
    background-color:#14467c;
    padding: 30px 0px 20px 0px;
    text-align: center;
    color: white;
}

.terms-heading{
    background-color:#14467c;
    padding: 30px 0px 20px 0px;
    text-align: center;
    color: white;
    margin-top: 110px;
}

.privacy .container,
.terms .container {
    padding: 50px 0;
}

.privacy .container .row,
.terms .container .row {
    row-gap: 5px;
}

.privacy .heading h1,
.terms .heading h1 {
    color: #fff;
    text-align: center;
}

.privacy h4,
.terms h4 {
    color: #46b654;
}

.terms h5 {
    color: #46b654;
}

.terms span {
    color: #46b654;
    font-size: 1.2rem;
}

body .terms * {
    overflow: visible;
    text-align: justify;
}

.terms ul,
.terms ol {
    padding-left: 30px;
}

.terms p {
    margin: 0;
    text-align: justify;
}

/* Footer
======================= */

.footer .footer-cont-txt {
    padding: 55px 0 45px 0;
}

.footer-cont-txt .footer-txt h5 {
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Helvetica";
    letter-spacing: 0px;
    color: #14467c;
    opacity: 1;
}

.footer-cont-txt .footer-txt p {
    text-align: left;
    font-family: "Helvetica";
    letter-spacing: 1px;
    color: #46b654;
    opacity: 1;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.footer-cont-txt .footer-txt p a {
    text-decoration: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #4d4d4d;
    opacity: 1;
    font-weight: 500;
}

.footer-cont-txt .footer-txt .input-group .form-control {
    border-radius: 0;
    border: none;
}

.footer-cont-txt .footer-txt .input-group .input-group-text {
    border-radius: 0;
    background-color: #000;
    border: none;
}

.footer-cont-txt .footer-txt .input-group .input-group-text i {
    color: #fff;
}

.footer-cont-txt .footer-txt .footer-btn {
    row-gap: 1rem;
    width: fit-content;
}

.footer-cont-txt .footer-txt .footer-btn .subscribe-btn {
    display: none;
}

.footer-cont-txt .footer-txt .footer-btn button {
    width: 100%;
}

.footer-cont-txt .footer-txt .footer-btn .btn-dsgn {
    border-radius: 5px;
    font-size: 0.9rem;
}

.footer-cont-txt .footer-txt .footer-btn .btn-dsgn:hover {
    background-color: #fff;
    color: #46b654;
}

/* Footer credits and Social */
.footer .footer-creds {
    padding: 15px 0;
    background: linear-gradient(
        90deg,
        rgba(70, 182, 84, 1) 0%,
        rgba(20, 70, 124, 1) 89%
    );
}

body .footer * {
    overflow: visible !important;
}

.footer-creds .footer-creds-social .creds-privacy span {
    font-size: 0.8rem;
    color: #fff;
}

.footer-creds .footer-creds-social .creds-privacy span a {
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.footer-creds .footer-creds-social .creds-privacy span:hover a {
    color: #46b654;
}

.footer-creds .social {
    column-gap: 0.5rem;
}

.footer-creds .social a {
    text-decoration: none;
    color: #14467c;
    background-color: #46b654;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.footer-creds .social a:hover {
    opacity: 0.8;
}

.social-footer-icon {
    font-size: 20px;
    background-color: #46b654 0% 0% no-repeat padding-box;
    opacity: 1;
}

.social-footer-icon a i {
    color: #46b654;
}

/* tooltip for social media icons */
/* Tooltip container */
.tooltips {
    position: relative;
}

/* Tooltip text */
.tooltips .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 0.7rem;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Pagination css */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #53b655;
    border-color: #53b655;
}

/*Home Page carousel - owl*/

#customers-testimonials .owl-stage-outer {
    padding: 40px 0;
}

#customers-testimonials .item {
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
}

#customers-testimonials .owl-item {
    border-radius: 10px;
}

#customers-testimonials .item .happy-cust-txt {
    padding: 50px 50px 50px 50px;
}

#customers-testimonials .item .customer-sig {
    padding: 30px 50px 30px 50px;
    background-color: #14467c;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

#customers-testimonials .item .customer-sig-txt {
    font-size: 1.4rem;
    width: 70%;
}

#customers-testimonials .item .happy-cust-quote {
    padding: 24px 16px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 50px;
    top: -64px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

#customers-testimonials .item .happy-cust-quote img {
    width: 80%;
    margin: auto;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: #fff;
}

/* .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
} */

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: none;
}

#customers-testimonials.owl-carousel .owl-nav button span {
    font-size: 5rem;
    color: #46b654;
}

#customers-testimonials.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 90px;
    left: 20px;
}

#customers-testimonials.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 90px;
    right: 20px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}

.commo img {
    width: 30px !important;
    height: auto;
    float: left;
}

.author-img img {
    width: 60px !important;
    height: auto;
    border-radius: 100%;
    margin-bottom: 0 !important;
}

/* style update part */
/* welcome page */

.welcome-text {
    color: #46b654ff;
    width: 100%;
    font-size: 30px;
    text-align: left;
    font-weight: revert;
}

.supply-chain-heading {
    text-align: left;
    font-size: 23px;
    color: #4d4d4d;
    font-weight: 300;
}

.underline-section {
    width: 80px;
    border-top: 5px solid #14467c;
    border-radius: 5px;
    margin: 10px 0px;
}

span.sq {
    font-size: 17px;
    margin: 0px;
}

.txt-description > p {
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.txt-description {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #4d4d4d;
}

/* Main container styling */
.supply-chain-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 10px auto;
    padding: 15px 0px;
    width: 100%;
    max-width: 1200px;
    /* Updated max-width for responsiveness */
}

/* Card styling */
.card-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
    flex: 1 1 calc(33.333% - 40px);
    /* 3 cards per row */
    height: 100px;
}

.card-item:hover {
    transform: scale(1.05);
}

/* Border styles for cards */
.green-border {
    border-left: 5px solid #28a745;
}

.blue-border {
    border-left: 5px solid #14467c;
}

/* Typography for card content */
.card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #28a745;
    margin: 0;
}

.card-description {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: bold;
}

.card-description {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: bold;
}

/* Extra small devices (up to 576px) */
@media (max-width: 576px) {
    .card-description {
        font-size: 12px;
    }
}

/* Small devices (576px to 768px) */
@media (min-width: 576px) and (max-width: 768px) {
    .card-description {
        font-size: 13px;
    }
}

/* Medium devices (768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .card-description {
        font-size: 14px;
    }
}

/* Large devices (992px to 1300px) */
@media (min-width: 992px) and (max-width: 1300px) {
    .card-description {
        font-size: 12px;
    }
}

/* Responsive Layout Adjustments */

@media (max-width: 1024px) {
    .card-item {
        flex: 1 1 calc(50% - 40px);
        /* max-width: calc(50% - 40px); */
        height: auto;
    }

    .card-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .card-item {
        flex: 1 1 100%;
        max-width: 100%;
        height: auto;
    }

    .card-title {
        font-size: 1.6rem;
    }

    .card-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .card-item {
        flex: 1 1 100%;
        max-width: 100%;
        height: auto;
    }

    .card-title {
        font-size: 1.4rem;
    }

    .card-description {
        font-size: 0.85rem;
    }
}

@media (min-width: 912px) and (max-width: 1368px) {
    .welcome-text {
        font-size: 26px;
    }

    .supply-chain-heading {
        font-size: 22px;
    }
}

@media (min-width: 950px) and (max-width: 900px) {
    .welcome-text {
        font-size: 45px;
    }

    .supply-chain-heading {
        font-size: 33px;
    }

    .txt-description {
        font-size: 17px;
    }
}

.map-btn-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Common Button Styles */
.map-btn-section .btn {
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    height: 35px;
    width: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.map-btn-section .btn:hover {
    transform: scale(1.1);
}

/* FCs Button Specific Style */
.map-btn-section .fc-btn {
    background: linear-gradient(90deg, #46b654 0%, #14467c 100%);
    color: #ffffff;
    border: none;
    transform: scale(1.1);
}

/* Hover Effect for Non-FC Buttons */
.map-btn-section .btn:not(.fc-btn):hover {
    background: rgba(70, 182, 84, 0.1);
    border-color: #46b654;
    box-shadow: 4px 6px 10px rgba(70, 182, 84, 0.2);
    transform: scale(1.02);
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .map-btn-section .btn {
        margin-bottom: 8px;
        font-size: 11px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .map-btn-section .btn {
        margin-bottom: 10px;
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .map-btn-section .btn {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .chain-card {
        height: auto;
    }
}

@media (min-width: 1000px) {
    .map-btn-section .btn {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .map-btn-section .btn {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

/* Container for the map */
.map-container {
    height: 100%;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    border: 0;
    overflow: hidden;
    opacity: 1;
    margin-top: -25px;
}

/* Iframe styles to fill the container */
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.call-btn {
    background: linear-gradient(90deg, #46b654 0%, #14467c 100%);
    color: #fff;
    font-weight: 600;
    width: initial;
    padding: 12px 46px;
    border-radius: 50px;
}

.call-btn:hover {
    color: #4d4d4d;
}

.txt-description > p {
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.txt-description {
    margin: 0;
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .supply-card .col-lg-4,
    .supply-card .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1035px) and (max-width: 1245px) {
    .supply-card .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1245px) {
    .supply-card .col-md-6 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* For screens between 768px and 1366px: Full width for each card */
@media (min-width: 500px) and (max-width: 1366px) {
    .supply-card .col-lg-4,
    .supply-card .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 
===========================A.R==*/

#customer-stories {
    padding: 40px 0;
}

@media (min-width: 1365px) and (max-width: 1440px) { 
    .row.d-flex.justify-content-between.case-studies-cards {
        gap: 40px; 
    }
}



h2.case-studies-card {
    margin-bottom: 40px;
    font-size: 35px;
}

@media (max-width: 800px) {
    h2.case-studies-card {
        font-size: 28px; /* Adjust font size for smaller screens */
    }
}

.col.case-studies {
    text-align: center;
}

@media (max-width: 730px) {
    .col.case-studies {
        transform: translate(30px, 5px); 
    }
}


@media (max-width: 460px) {
    .col.case-studies {
        transform: translate(20px, 0px); 
}
}

.view-all a {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
}

@media all and (max-width: 770px) {
    .view-all a {
    padding-left: 15px;   
    }
}

.view-all a:hover {
    text-decoration: underline;
}

h5.card-title-shape {
    font-size: 16px;
    color: #46b654;
    text-align: start;
}

.card-custom {
    border-radius: 30px 0px;
    box-shadow: 0 9px 11px rgb(0 0 0 / 28%);
    margin-bottom: 20px;
    overflow: hidden;
    width: 350px;
    height: 480px;
    padding: 0px;
    transition: box-shadow 0.5s ease;
}

.card-custom:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body-fleet {
    text-align: center;
    padding: 40px 25px 25px 25px;
    height: 250px;
    background-color: white;
    transition: transform 0.7s ease, background-color 0.5s ease, color 0.5s ease;
}


/* .card-custom:hover .card-body-fleet {
    background-image: linear-gradient(#46b654, #14467c);
    color: #fff;
    transform: translateY(-20px);
} */

/* .card-custom:hover .shape {
    border-bottom: 50px solid #46b654;
    transform: translateY(-20px);
} */

.card-custom .shape {
    transform: translateY(0);
    transition: transform 0.7025s ease;
}

/*          Card Title
===============================*/ 
.underline {
    width: 60px;
    height: 3px;
    background-color: #46b654;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

button.case-studies-read{
    color: #292626;
    font-weight: bold;
    font-size: 12px;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    text-transform: uppercase;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 33%);
    transition: background 0.3s ease, transform 0.2s ease;
}

button.case-studies-read:hover {
    opacity: 0.9;
    transform: translateY(-2px); /* <- smooth lift effect on hover */
    cursor: pointer;
     background: linear-gradient(90deg, #46b654 0%, #1e81b0 100%);
}

/*+++++++++++++++++++++++++++++++++++ Ahead Section +++++++++++++++++++++++++++++++++++++++++++++++++++ */
.stay-card {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 20px;
    align-items: stretch;
    box-sizing: border-box;
}

.image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 0px 10px 10px 0px;
    opacity: 1;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    border-radius: 44px;
}

.custom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    opacity: 1;
}

.insights-heading {
    color: #46b654;
    font-size: 2rem;
    font-weight: bold;
}

.details {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    padding: 16px 16px 12px 21px;
    opacity: 1;
    border-radius: 10px 0px 0px 10px;
}

.card-title-welcome {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color:#46B654;
}

/* Extra small devices (up to 576px) */
@media (max-width: 576px) {
    .card-title-welcome {
        font-size: 18px;
    }
}

/* Small devices (576px to 768px) */
@media (min-width: 576px) and (max-width: 768px) {
    .card-title-welcome {
        font-size: 20px;
    }
}

/* Medium devices (768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .card-title-welcome {
        font-size: 22px;
    }
}

/* Large devices (992px to 1300px) */
@media (min-width: 992px) and (max-width: 1300px) {
    .card-title-welcome {
        font-size: 20px;
    }
}

.details .underline {
    width: 20%;
    height: 4px;
    background-color: #061007;
    margin-bottom: 16px;
    border-radius: 5px;
}

.details-txt {
    color: #b5b4b4;
    margin: 0;
    font-size: 14px;
}

h6.d-flex.text-align-start.mb-4.text-md-start.combined-experience {
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 500;
}

.stay-card-txt {
    letter-spacing: 0px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.card-link {
    color: #46b654;
    font-weight: 400;
    text-decoration: none;
    padding-left: 30pc;
}

.card-link:hover {
    text-decoration: underline;
}

.img-fluid-details-img {
    height: 35vh;
    width: 100%;
}

/* Screens from 100px to 480px */
@media (max-width: 480px) {
    .details h5 {
        font-size: 1.2rem;
    }

    .stay-card-txt {
        font-size: 0.9rem;
    }

    .know-txt {
        padding: 15px;
    }

    .read-more {
        font-size: 0.9rem;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .details h5 {
        font-size: 1.4rem;
    }

    .stay-card-txt {
        font-size: 1rem;
    }

    .know-txt {
        padding: 18px;
    }

    .read-more {
        font-size: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1090px) {
    .details h5 {
        font-size: 1.5rem;
    }

    .stay-card-txt {
        font-size: 1.1rem;
    }

    .know-txt {
        padding: 20px;
    }

    .read-more {
        font-size: 1.1rem;
    }

    .image-container img {
        width: 100%;
    }

    .img-fluid-details-img {
        height: 55vh;
        width: 100%;
    }

    @media (max-width: 1024px) {
        .stay-card {
            flex-direction: column !important;
        }

        .details {
            width: 100%;
            margin-bottom: 20px;
        }

        .image-container {
            width: 100%;
        }

        .img-fluid-details-img {
            width: 100%;
            height: auto;
        }
    }

    @media (min-width: 1025px) and (max-width: 1280px) {
        .details h5 {
            font-size: 1.6rem;
        }

        .stay-card-txt {
            font-size: 1.2rem;
        }

        .know-txt {
            padding: 24px;
        }

        .read-more {
            font-size: 1.2rem;
        }

        .image-container img {
            width: 90%;
        }

        .img-fluid-details-img {
            height: 55vh;
            width: 100%;
        }

        /* Responsive adjustments */
        @media (max-width: 991px) {
            .stay-card {
                flex-direction: column;
                text-align: center;
            }

            .details,
            .image-container {
                width: 100%;
            }

            .image-container {
                margin-bottom: 20px;
            }

            .card-title {
                font-size: 16px;
            }

            .details-txt {
                font-size: 12px;
            }

            .stay-card-txt {
                font-size: 14px;
            }

            .img-fluid-details-img {
                height: 55vh;
                width: 100%;
            }
        }

        /*+++++++++++++++++++++++++++++++++++ Newsroom Section +++++++++++++++++++++++++++++++++++++++++++++++++++ */

        .newsroom .heading {
            padding-bottom: 35px;
        }

        .newsroom .row .col-sm-6:first-child {
            padding: 0;
        }

        .newsroom .newsroom-txt {
            height: 100%;
            padding: 72px 60px 30px 40px;
            position: relative;
        }

        .card-newsroom .underline {
            width: 20%;
            height: 4px;
            background-color: #46b654;
            margin-bottom: 16px;
            border-radius: 5px;
        }

        @media (max-width: 992px) {
            .newsroom img.newsroom-img {
                max-width: 60%;
            }
        }

        .newsroom .newsroom-txt .side-tag {
            position: absolute;
            left: 0;
            top: 0;
            background-color: #46b654;
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }

        .newsroom .newsroom-txt .side-tag p {
            color: #fff;
            padding: 7px 30px;
            margin: 0;
            font-weight: 600;
            font-size: 1vw;
        }

        .newsroom-txt h2 {
            text-align: initial;
        }

        .newsroom .newsroom-txt .txt-under {
            display: flex;
            width: 97px;
            height: 4px;
            background-color: #46b654;
            border-radius: 10px;
        }

        .newsroom .newsroom-txt h2 {
            padding-bottom: 25px;
            margin: 0;
        }

        .newsroom .newsroom-txt > p {
            padding: 25px 0;
        }

        .newsroom .newsroom-txt a {
            text-decoration: none;
            transition: all 0.4s ease-in-out;
        }

        .newsroom .newsroom-home-cont .newsroom-read-more {
            position: absolute;
            bottom: -32px;
            background-color: #147c17;
            font-size: 1.1rem;
            padding: 14px 28px;
            transform: skew(-28deg);
        }

        .newsroom .newsroom-txt a:hover {
            background-color: #fff;
            border: 1px solid #14467c;
        }

        .newsroom .newsroom-txt a:hover .read-more {
            color: #14467c;
        }

        .newsroom .newsroom-txt h5::after {
            content: "";
            display: flex;
            width: 88px;
            height: 4px;
            background-color: #46b654;
            margin-top: 20px;
            border-radius: 10px;
        }

        .newsroom-txt .read-more {
            color: #fff;
            display: flex;
            justify-content: flex-end;
            margin: 0;
            font-size: 1.2rem;
            transition: all 0.4s ease-in-out;
            transform: skew(28deg);
        }

        .news-img {
            max-width: 100%;
        }
    }
}

/*+++++++++++++++++++++++++++++++++++ Landing-PageGet A call back +++++++++++++++++++++++++++++++++++++++++++++++++++ */

.landing-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("./assets/img/home/statistics/landing.png");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

h2.section-heading {
    color: #46b654;
    line-height: 1.5;
    font-size: 30px;
    margin-top: 10px;
}

.text-white {
    color: #fff !important;
    width: 550px;
}

h4.section-subheading {
    color: white;
}

.form-container {
    background-color: white;
    padding: 20px;
    max-width: 650px;
    border-radius: 10px;
}

.Customer-Stories-an {
    align-items: center !important;
    justify-content: center;
    padding-left: 70px;
}

strong {
    color: #14467c;
    margin-left: 16px;
    font-size: 13px;
}

.check {
    display: flex;
    color: gray;
    font-size: 12px;
    margin-top: 5px;
    justify-content: space-evenly;
}

.check .form-check-input:checked + .form-check-label {
    color: #14467c;
}

.check .form-check:hover .form-check-label {
    color: #14467c;
}

button.btn.btn-success {
    padding: 5px;
    border-radius: 50px;
    width: 300px;
    color: #fff;
    background-color: #46b654;
    border: 2px solid #46b654;
    margin: 3px;
}

button.btn.btn-success:hover {
    background-color: #3e9b4c;
    border-color: #3e9b4c;
    transform: scale(1.05);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    background-color: #fff;
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
    );
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check-input:checked {
    background-color: #46b654;
    border-color: #46b654;
}

.text-success {
    color: #46b654;
}

.text-center {
    text-align: center !important;
    color: #14467c;
}

h2.ourr-leadership {
    text-align: center;
}

.privacy-statement {
    background-image: linear-gradient(#46b654e6, #14467ce6);
    padding: 20px;
    color: #fff;
}

.your_privacy {
    text-align: end;
    color: white;
}

@media (max-width: 992px) {
    .your_privacy {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .your_privacy {
        text-align: center;
        font-size: 14px;
        padding: 10px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 12px;
    }
}

.privacy-statement h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
}

.privacy-statement p {
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .landing-page {
        padding: 80px 0;
    }

    .form-container {
        max-width: 100%;
        margin-top: 20px;
    }

    .btn-success {
        width: 100%;
    }
}

@media (max-width: 576px) {
    h2.section-heading {
        font-size: 24px;
        margin-top: 25px;
    }

    .text-white {
        width: 100%;
    }

    .section-paragraph {
        font-size: 14px;
    }

    .form-control,
    .form-select {
        font-size: 14px;
        margin: 7px 0px;
    }

    .form-check {
        font-size: 12px;
    }

    .btn-success {
        padding: 10px;
        margin: 15px auto;
    }

    .check {
        flex-direction: column;
        align-items: flex-start;
    }

    .privacy-statement h2 {
        font-size: 20px;
    }

    .privacy-statement p {
        font-size: 14px;
    }

    .nav-icon {
        font-size: 18px;
    }

    .txt-fulfillment {
        font-size: 0.9rem;
    }
}

/* +++++++++++++++++++++++++++ customer segment service &  customer servivce page ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.nav-icon {
    font-size: 25px;
    font-weight: 700;
    vertical-align: middle;
    float: right;
    padding-top: 4pt;
    color: #4d4d4d;
}

.servicesCustomerSegment_home_underline {
    border: 3px solid #46b654;
    width: 6%;
}

.services_home .txt-omni {
    text-align: left;
    font: normal normal normal 25px / 50px Helvetica;
    letter-spacing: 0px;
    color: #ffffff;
}

.services_home .btn-dsgn {
    background: linear-gradient(131deg, #46b654 0%, #14467c 100%);
    border-radius: 40px;
    color: white;
    padding: 15px 55px;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.txt-nav-link {
    font-size: 14px;
    padding-left: 55px;
}

.nav-link:hover .txt-nav-link,
.nav-link.active .txt-nav-link {
    color: #ffffff;
}

.services .nav .nav-link.active img,
.services .nav .nav-active img,
.nav-link:hover img {
    filter: brightness(0) invert(1);
}

.nav-link:hover .nav-icon,
.nav-link.active .nav-icon {
    color: #ffffff;
}

#menu-title {
    width: 100%;
    font-size: 2.5rem;
    padding-top: 25px;
    font-weight: 900;
}

.nav-link .sidebar-svg {
    width: 35px;
    margin-right: 10px;
}

.nav-link span.txt-nav-link {
    flex-grow: 1;
    padding-left: 10px;
    text-align: left;
}

.nav-link img.service-svg-cards-sidebar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media (max-width: 578px) {
    .servicesCustomerSegment_home_underline {
        border: 3px solid #46b654;
        width: 25%;
    }

    #apparel-tab {
        background: #46b654;
    }

    #apparel-heading {
        color: #ffffff;
    }

    #apparel-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #apparel-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }

    #collapseApparel .nav-link[data-segment="Apparel"] {
        display: none;
    }
}

@media (min-width: 578px) and (max-width: 768px) {
    #apparel-tab {
        background: #46b654;
    }

    #apparel-heading {
        color: #ffffff;
    }

    #apparel-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #apparel-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }

    #collapseApparel .nav-link[data-segment="Apparel"] {
        display: none;
    }
}

@media (min-width: 820px) and (max-width: 912px) {
    #apparel-tab {
        background: #46b654;
    }

    #apparel-heading {
        color: #ffffff;
    }

    #apparel-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #apparel-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }

    #collapseApparel .nav-link[data-segment="Apparel"] {
        display: none;
    }
}

@media (min-width: 800px) and (max-width: 992px) {
    @media (min-width: 853px) {
        #apparel-tab {
            background: #46b654;
        }

        #apparel-heading {
            color: #ffffff;
        }

        #apparel-tab .service-svg-cards-sidebar {
            filter: brightness(0) invert(1);
        }

        #apparel-tab .nav-icon {
            color: white;
        }

        #collapseApparel .nav-link[data-segment="Apparel"] {
            display: none;
        }
    }

    @media (max-width: 852px) {
        #apparel-tab {
            background: transparent;
        }
    }
}

h5.Key-Packaging-and-Logistics {
    font-size: 25px;
}

@media (min-width: 992px) {
    #apparel-tab {
        display: none;
    }

    #collapseApparel {
        display: block !important;
    }

    #collapseApparel .nav-link {
        display: block;
    }

    #collapseApparel .nav-link.active {
        display: block;
        background: #46b654;
        color: #fff;
    }

    #collapseApparel .nav-link.active .nav-icon {
        color: #ffffff;
    }
}

@media (max-width: 1280px) {
    #apparel-tab {
        background: #46b654;
    }

    #apparel-heading {
        color: #ffffff;
    }

    #apparel-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #apparel-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }
}

/* +++++++++++++++++++++++ customer segment - fulfilment solution cards +++++++++++++++++++++++++++++ */

.box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: -1px 4px 12px #14467c38;
    border-radius: 10px;
    opacity: 1;
    padding: 20px;
    width: 12.5%;
    text-align: center;
    transition: transform 0.3s ease;
}

.box .icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.card-style {
    background: #ffffff;
    box-shadow: -1px 4px 12px rgba(20, 70, 124, 0.22);
    border-radius: 10px;
    opacity: 1;
    padding: 15px;
    height: 15vh;
}

.tech-suite {
    margin-top: 30px;
    font-size: 25px;
}

.cta {
    margin: 40px 0;
}

h6.cta-1 {
    height: 19px;
    margin: 20px 0px;
}

/*++++++++++++++++++++++++++++++++-- Value-Added Services cards --+++++++++++++++++++++++++++++*/

.services_home .underline {
    border: 3px solid #46b654;
    width: 6%;
}

.services_home .txt-omni {
    text-align: left;
    font: normal normal normal 25px / 50px Helvetica;
    letter-spacing: 0px;
    color: #ffffff;
}

.services_home .btn-dsgn {
    background: linear-gradient(131deg, #46b654 0%, #14467c 100%);
    border-radius: 40px;
    color: white;
    padding: 15px 55px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    opacity: 1;
}

.nav-link .txt-nav-link {
    text-align: left;
    color: #888888;
}

.services .nav .nav-link.active img,
.services .nav .nav-active img {
    filter: brightness(0) invert(1);
}

.nav-link .sidebar-svg {
    width: 35px;
    margin-right: 10px;
}

.tech-suite-txt {
    color: #888888;
    font-size: 15px;
    text-align: justify;
}

h3.Comprehensive-service-we-offer {
    margin: 25px 0px 10px 0px;
}

.benefits-heading-li {
    font-size: 18px;
    color: #888888;
    font-weight: 700;
}

.benifts-txt-p {
    padding-left: 30px;
    color: #888888;
    margin-top: -20px;
    font-size: 13px;
}

p.Our-facilities-are-designed-for {
    color: #888888;
}

/*========= Value-Added Services cards =====A>R=====*/

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
     flex: 0 0 calc(25% - 20px);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 47%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}

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

.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    flex-direction: row-reverse;
}

.value-added-text {
    font-size: 16px;
    color: #4d4d4d;
    margin: 0;
    flex: 1;
    text-align: left;
}

.card-icon {
    width: 48px;
    height: 45px;
    flex-shrink: 0;
    margin-right: 12px;
}

@media (max-width: 1200px) {
    .card {
        flex: 0 0 calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .card {
        flex: 0 0 calc(50% - 20px);
    }

    .value-added-text {
        font-size: 14px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .card {
        flex: 0 0 100%;
    }

    .value-added-text {
        font-size: 15px;
        margin-left: 20px;
    }

    .card-icon {
        width: 35px;
        height: 35px;
    }
}
/*++++++++++++++++++++++++++++++++ Best-in-Class Customer Experience cards +++++++++++++++++++++++++++++*/

/* Hexagon styling */
.honey-singh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.hexagon,
.hexagon-green {
    width: 75px;
    height: 118px;
    border-radius: 1em / 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hexagon {
    border-top: 4px solid #14467c;
    border-bottom: 4px solid #14467c;
}

.hexagon:before,
.hexagon:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    border-top: 4px solid #14467c;
    border-bottom: 4px solid #14467c;
}

.hexagon:before {
    transform: rotate(60deg);
}

.hexagon:after {
    transform: rotate(-60deg);
}

.hexagon-green {
    border-top: 4px solid #46b654;
    border-bottom: 4px solid #46b654;
}

.hexagon-green:before,
.hexagon-green:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    border-top: 4px solid #46b654;
    border-bottom: 4px solid #46b654;
}

.hexagon-green:before {
    transform: rotate(60deg);
}

.hexagon-green:after {
    transform: rotate(-60deg);
}

.hexagon-text-meeting {
    font-size: 13px;
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #4d4d4d;
}

p.consistency-in-meeting {
    color: #46b654;
    margin: 0px;
    font-size: 18px;
}

.pin-codes {
    margin: -10px;
    color: #46b654;
    font-size: 11px;
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .custom-col-1024 {
        flex: 0 0 22%;
        max-width: 50%;
    }
}

@media (max-width: 578px) {
    .hexagon,
    .hexagon-green {
        width: 80px;
        height: 135px;
    }
}

@media (min-width: 1440px) {
    .hexagon,
    .hexagon-green {
        width: 80px;
        height: 128px;
    }
}

/*passenger vehicle hexagon design
=======================================*/

.Customer-Experience-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.hexagon-passenger,
.hexagon-green-passenger {
    width: 96px;
    height: 160px;
    border-radius: 1em / 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hexagon-passenger {
    border-top: 4px solid #14467c;
    border-bottom: 4px solid #14467c;
}

.hexagon-passenger:before,
.hexagon-passenger:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    border-top: 4px solid #14467c;
    border-bottom: 4px solid #14467c;
}

.hexagon-passenger:before {
    transform: rotate(60deg);
}

.hexagon-passenger:after {
    transform: rotate(-60deg);
}

.hexagon-green-passenger {
    border-top: 4px solid #46b654;
    border-bottom: 4px solid #46b654;
}

.hexagon-green-passenger:before,
.hexagon-green-passenger:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    border-top: 4px solid #46b654;
    border-bottom: 4px solid #46b654;
}

.hexagon-green-passenger:before {
    transform: rotate(60deg);
}

.hexagon-green-passenger:after {
    transform: rotate(-60deg);
}

.hexagon-text-meeting {
    font-size: 13px;
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #4d4d4d;
}


p.consistency-in-meeting-reduction {
    color: #46b654;
    margin: 0px;
    font-size: 13px;
}


@media (max-width: 578px) {
    p.consistency-in-meeting-reduction {
        font-size: 12px;
    }
}


@media (min-width: 579px) and (max-width: 768px) {
    p.consistency-in-meeting-reduction {
        font-size: 13px
    }
}


@media (min-width: 769px) and (max-width: 1020px) {
    p.consistency-in-meeting-reduction {
        font-size: 12px;
    }
}


@media (min-width: 1410px) {
    p.consistency-in-meeting-reduction {
        font-size: 15px; 
    }
}


p.Real-time-inventory {
    width: 115px;
    font-size:12px;
    color: #4D4D4D;
}

@media (max-width: 578px) {
    p.Real-time-inventory {
        width: 125px;
        font-size: 10px;
    }
}

@media (min-width: 1440px) {
    p.Real-time-inventory {
        width: 120px;
        /* font-size: 13px; */
    }
}

@media (max-width: 1024px) {
    .custom-col-1024 {
        flex: 0 0 22%;
        max-width: 50%;
    }
}

@media (max-width: 578px) {
    .hexagon-passenger,
    .hexagon-green-passenger {
        width: 87px;
        height: 145px;
    }
}

@media (min-width: 1020px) and (max-width: 1440px) {
    .hexagon-passenger,
    .hexagon-green-passenger {
        width: 92px;
        height: 148px;
    }
}
/* +++++++++++++++++++++++++++++++++++++ service section +++++++++++++++++++++++++++++++++++++++++ */
.service-section-cont {
    margin-left: -100px;
}

#collapseFulfilment .nav-link.active {
    background: #46b654;
    color: #fff;
}

.fulfilment-icon {
    filter: brightness(1) invert(0) !important;
}

.icofont-thin-right:before {
    content: "\eaca";
}

.nav-link img.service-svg-cards-sidebar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.service-section-cont {
    margin-left: -100px;
}

#collapseFulfilment .nav-link.active {
    background: #46b654;
    color: #fff;
}

.fulfilment-icon {
    filter: brightness(1) invert(0) !important;
}

.icofont-thin-right:before {
    content: "\eaca";
}

.nav-link img.service-svg-cards-sidebar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media (max-width: 578px) {
    .col-12 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .service-txt-cont {
        margin-right: -85px;
    }

    #fulfilment-tab {
        background: #46b654;
    }

    #fulfilment-heading {
        color: #ffffff;
    }

    #fulfilment-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #fulfilment-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }

    #collapseFulfilment .nav-link[data-segment="Fulfilment"] {
        display: none;
    }
}

@media (min-width: 578px) and (max-width: 768px) {
    #fulfilment-tab {
        background: #46b654;
    }

    #fulfilment-heading {
        color: #ffffff;
    }

    #fulfilment-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #fulfilment-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }

    #collapseFulfilment .nav-link[data-segment="Fulfilment"] {
        display: none;
    }
}

@media (min-width: 820px) and (max-width: 912px) {
    #fulfilment-tab {
        background-color: #46b654;
    }

    #fulfilment-heading {
        color: #ffffff;
    }

    #fulfilment-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #fulfilment-tab .nav-icon {
        color: white;
    }

    .txt-nav-link {
        font-size: 20px;
    }

    #collapseFulfilment .nav-link[data-segment="Fulfilment"] {
        display: none;
    }
}

@media (min-width: 800px) and (max-width: 992px) {
    @media (min-width: 853px) {
        #fulfilment-tab {
            background: #46b654;
        }

        #fulfilment-heading {
            color: #ffffff;
        }

        #fulfilment-tab .service-svg-cards-sidebar {
            filter: brightness(0) invert(1);
        }

        #fulfilment-tab .nav-icon {
            color: white;
        }

        #collapseFulfilment .nav-link[data-segment="Fulfilment"] {
            display: none;
        }
    }

    @media (max-width: 852px) {
        #fulfilment-tab {
            background: transparent;
        }
    }
}

@media (min-width: 992px) {
    .service-txt-cont {
        margin-right: -295px;
    }

    #fulfilment-tab {
        display: none;
    }

    #collapseFulfilment {
        display: block !important;
    }

    #collapseFulfilment .nav-link {
        display: block;
    }

    #collapseFulfilment .nav-link.active {
        display: block;
        background: #46b654;
        color: #fff;
    }

    #collapseFulfilment .nav-link.active .nav-icon {
        color: #ffffff;
    }
}

@media (max-width: 1280px) {
 
    .service-main .col-12 {
        padding-left: 13px;
        padding-right: 13px;
        word-wrap: break-word;
    }

    #fulfilment-tab {
        background: #46b654;
    }

    #apparel-heading {
        color: #ffffff;
    }

    #fulfilment-tab .service-svg-cards-sidebar {
        filter: brightness(0) invert(1);
    }

    #fulfilment-tab .nav-icon {
        color: white;
    }

    .nav-link {
        background: transparent;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++ The Benifits for you section  +++++++++++++++++++++++++++++++++++ */

h2.Best-in-Class-customer.pb-3 {
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 10px;
}

b.Customization-heading {
    font-size: 17px;
}

.benefits-section-heading ul {
    margin-bottom: 0;
}

.benefits-section-card-formats {
    padding-bottom: 20px;
    font-size: 13px;
    color: #888888;
}

.benefits-section-card-formats li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #46b654;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: solid white 2px;
    outline: 2px solid #46b654;
    /* margin-left: -19px; */
    margin-left: -30px;

    margin-top: 6px;
}

.benefits-section-heading {
    color: #4d4d4d;
    font-size: 25px;
}

.benefits-section-heading li:last-child {
    padding-bottom: 0;
}

/* Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        body .benefits-section-heading * {
            overflow: visible;
        }

        .benefits-section-heading li::marker {
            color: #46b654;
            font-size: 1.3rem;
        }

        .benefits-section-card-formats li::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            border: solid #46b654 2px;
            margin-left: -23px;
            margin-top: -20px;
            z-index: -1;
            outline: none;
        }
    }
}

/* Safari 10.1 */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
        body .benefits-section-heading * {
            overflow: visible;
        }

        .benefits-section-heading li::marker {
            color: #46b654;
            font-size: 14px;
        }

        .benefits-section-card-formats li::before {
            position: absolute;
            content: "";
            display: block;
            background-color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            border: solid #46b654 2px;
            margin-left: -23px;
            margin-top: -20px;
            z-index: -1;
            outline: none;
        }
    }
}

a {
    text-decoration: none;
}




