:root {
--primary:#C1D82F;
--secondary:#ffff;
--text:#000000;
--background:#FBFCEF;
--gutter-x: 30px;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", serif;


}

p {
    margin: 0px !important;
}
a:link {
text-decoration:none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
}
h1, h2, h3, h4, h5, h6, p, li, a, span, div {
 font-family: "Poppins", serif;
}


.row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
header#top{
background:white;
z-index:1030;
transition:all 0.4s ease-in-out;
}
#header-container{
max-width:100%;
padding: 0 74px;
}
.logo_image{
width:100%;
height:100%;
}
.logo{
max-height:29px;
}
.gd_mobile_nav{
display:none;
}
.gd_header .navbar-light .gd_nav{
margin:auto;
}
.gd_header .navbar-light .gd_nav .gd_link{
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#000000;
}
.gd_header .navbar-light .gd_nav .dropdown-toggle::after {
display:none;
}
.gd_header .navbar-light .gd_nav .nav-link{
padding:0 50px;
}
.embase-logo{
padding:8px 0;
}
.logo-img svg{
    height: 55px;
    width: 100%;
    object-fit: cover;
}
.gd_header .get-quote {
    background: var(--primary);
    color: black !important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 2px 25px;
    border-radius: 50px;
}
#wrapwrap::-webkit-scrollbar {
    display:none;
}
.sections{
    background: var(--background);
}
.title{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}
.cards_container{
padding-left:90px;
padding-right:90px;
}
.card_row{
display:flex;
flex-wrap:wrap;
    justify-content: center;
    gap: 27px;
    row-gap: 46px;
}
.card_item{
border-radius: 50px;
background: #FFF;
box-shadow: 6px 6px 13px 0px rgba(193, 216, 47, 0.36);
width: 100%;
max-width: 395px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
padding: 32px 44px;
z-index: 11;
height:445px;
transition: all 0.4s ease-in-out;

}
.card-icon{
height:96px;
}
.card_head{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;

}
.card_text{
    color: #6C6C6C;
    text-align: left;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bg-icon1{
    position: absolute;
    bottom: -200px;
    height: 100%;
    left: -30px;
    z-index: 10;
    pointer-events: none;
}
.bg-icon2{
    position: absolute;
    bottom: -100px;
    height: 100%;
    z-index: 10;
    right: -40px;
    pointer-events: none;
}
.impressive-numbers {
    background: url(../svg/bg-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.stats-container {
    position: relative;
    width: 100%;
    height: 632px;
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.stats-item {
    position: absolute;
    padding: 30px 20px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C1D82F;
    background: #FFF;
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    z-index:1;
}
.stats-item.top-left {
    top: 10%;
    left: 10%;
}
.stats-item.top-right {
    top: 10%;
    right: 10%;
}
.image-container {
    position: absolute;
    width: 412px;
    height: 412px;
    border-radius: 50%;
    overflow: hidden;
    border: 20px solid #C1D82F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#number-text{
    color: #000;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.stats-item.bottom-left {
    bottom: 30%;
    left: 18%;
    padding: 20px 85px;
}
.stats-item.bottom-center {
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 75px;
}
.stats-item.bottom-right {
   bottom: 28%;
    right: 16%;
}
.client-say-carousel{
    padding: 0 90px;
}
.client-say-carousel .carousel-inner{
    padding-top: 180px;
    padding-bottom: 60px;
}
.clients_say{
background: linear-gradient(180deg, rgba(255, 255, 255, 0.39) 0%, rgba(131, 154, 22, 0.38) 100%);
        height: 650px;
        overflow: hidden;
}
.bg-3{
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 0;
    right: 0px;
    pointer-events: none;
}
.bg-4{
    position: absolute;
    bottom: -200px;
    height: 100%;
    left: 0px;
    z-index: 0;
    pointer-events: none;
}
.carousel-box {
    border-radius: 20px;
    background: #F5F9CE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 140px 150px 50px 150px;
    z-index: 10;
    width: 100%;

}
.carousel-text{
color: #000;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
.carousel-author{
color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px;
padding-top: 18px;
text-align: center;
}
#carousel-author-designation{
    font-weight: 400;
    line-height: 1.8;
}
.client-image{
    border-radius: 50%;
    background: #f4f6e59e;
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: -100px;
    border: 15px solid transparent;
}
.client-img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #A9C121;
    position: relative;
}
#leader{
    overflow: hidden;
}
.client-say-carousel .carousel-item.active {
display:flex;
}
.client-say-carousel .prev-button, .next-button{
    width: 38px;
    height: 38px;
    background: var(--primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54%;
    z-index: 11;
    transform: translateY(54%) translateX(0px);
}
.client-say-carousel .prev-button{
left: 70px;
}
.client-say-carousel .next-button{
right: 70px;
}
.client-say-carousel #client_indicators {
    bottom: 0rem;
}
.client-say-carousel #client_indicators li{
    height: 12px;
    margin-bottom: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    width: 12px;
    opacity: 1;
    background: white;
}
.client-say-carousel #client_indicators .active {
    opacity: 1;
    background: #A9C121;
}
.comma-top{
    position: absolute;
    left: 150px;
    top: -40px;
}
.comma-bottom{
    position: absolute;
    right: 150px;
    bottom: -40px;
}
.last-part{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.ship-img{
    object-fit: cover;
    width: 100%;
    height: 496px;
}
#last-part-content{
    position: absolute;
    right: 200px;
}
.last-part-title{
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.last-part-text{
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}
#lets-talk{
display: flex;
 margin-top: 40px;
}
.home-page-btn:link {
    color: black;
}
.o_footer_copyright{
display:none;
}
#bottom{
background:#ffff;
overflow: hidden;
}
.footer_gd{
    display: flex;
    flex-wrap: wrap;
    padding: 0 90px;
    position: relative;
    z-index:2;
}
.footer-item-1 {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index:2;
}
.footer-item-2{
width:30%;
}
.footer-item1-title{
    color:#3D3D3D;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    width:fit-content;
}
.footer-img{
    height: 50px;
    width: auto;
    object-fit: cover;
    padding-left: 90px;
    margin-bottom: 30px;
}
.footer-description{
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}
.foot-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    position: absolute;
    left: 90px;
}
#foot-item-1{
    width: 100%;
    max-width: 345px;
}
.foot-item-2{
    width: 100%;
    height: 180px;
    z-index: 1;
    max-width: 220px;
}
#item_2{
margin-left:auto;
}
#item_22{
margin-right:auto;
}
.footer_gd ul{
    padding: 0;
    padding-top: 20px;
}
.foot_links{
    color: #3D3D3D !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
#address{
color: #3D3D3D ;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
    padding-top: 20px;
}
#address span{
font-weight: 500;
}
.footer-bg{
    position: absolute;
    top: -170px;
    transform: translateX(55%);
    pointer-events: none;

}

.footer_bottom{
padding: 40px 90px 0 90px;
}
#designed{
    border-top: 2px solid #A9C121;
    color: #3D3D3D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 20px 0;
}
.footer-map{
    position: absolute;
    bottom: 0;
    left: 15%;
    transform: translateX(50%);
    width: 475px;
    height: 254px;
}
.mail-icon{
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #3D3D3D !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.mail-icon:hover {
    color: var(--primary) !important;
}
.mail-icon:hover::after {
    width: 100%; /* Expands the line fully on hover */
}
.mail-icon svg path{
transition:all 0.3s ease-in-out;
}
.mail-icon:hover svg path{
fill:var(--primary);
}
#footer-map{
display:none;
}
#foot-icons{
display:none;
}
.homepage header#top {
border-bottom: 1px solid rgba(169, 193, 33, 0.21) !important;
}
header#top {
border-bottom: 1px solid rgba(169, 193, 33, 0.21) !important;
}
.home-section {
        background: #FBFCEF;
        overflow: hidden;
    }

    .content-box {
        padding: 100px;
    }

    .home-page-head-1 {
        color: #010101;
        font-family: Poppins;
        font-size: 56px;
        font-weight: 800;
        line-height: 60px;
        font-family:"Dela Gothic One", serif;
           font-weight:400;
    }

    .home-page-head-2 {
        color: #010101;
        font-family: Poppins;
        font-size: 40px;
        font-weight: 800;
        line-height: 60px;
    }

    .image-box-svg {
       position: absolute;
       top: 5%;
       right: 0;
    }

    .home-page-para-1 {
        color: #000;
        padding-top: 30px;
        padding-bottom: 50px;
        font-family: Poppins;
        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
    }

.logo-img-2 {
    height: 140px;
    width: 140px;
    margin: 17px;
}
.logo-img-2 {
    height: 140px;
    width: 140px;
    margin: 17px;
}
    .home-page-btn {
        width: fit-content;
        padding: 13px 40px;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        border-radius: 50px;
        background: #C1D82F;
        text-decoration: none !important;
    }

    .image-box {
        display: flex;
        justify-content: center;
        position: relative;
        padding: 15px;
    }

    .home-page-img {
        height: 480px;
        width: auto;
        z-index:1;
    }

    .order-box, .order-box-2, .order-box-3 {
        width: 184px;
        height: 102px;
        border-radius: 30px;
        border: 1px solid #C1D82F;
        background: #FFF;
        text-align: center;
        padding: 20px;
        position: absolute;
        z-index:1;
    }

    .order-box {
    right: 67%;
    top: 110px;
}

    .order-box-2 {
        right: 18%;
        top: 50px;
    }

    .order-box-3 {
        right: 12%;
        top: 340px;
    }

    .num-order {
        color: #000;
        font-size: 24.239px;
        font-weight: 700;
        margin: 0;
    }

    .para-order {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }

    .tracking-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 156px;
        max-width: 1490px;
        padding: 20px;
        background-color: #fff;
        border-radius: 30px;
        border: 1px solid #C1D82F;
    }

    .services-diagram-svg {
    width: 76px !important;
    height: 76px !important;
    }

    .tracking-text {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        line-height: 40px;
    }

    .input-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 20px;
    }

    .order-id-input {
        padding: 15px;
        border: 1px solid #ccc;
        width: 300.094px;
        height: 55px;
        border-radius: 30px;
        border: 1px solid #C1D82F;
        background: #FBFCEF;
    }

    .illustration img {
        width: auto;
    height: 189px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
    margin-top: -60px;
    }
    .track-section {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FBFCEF;
        display:none;
    }
            .services-section {
            padding: 50px 20px;
        }

        .logo-img-2 {
        height: 140px;
        width: 140px;
        margin: 17px;
    }

        .services-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

        .services-content {
            flex: 1;
            max-width: 45%;
            text-align: left;
            margin-right: 20px;
        }

        .services-content h2 {
            color: #3D3D3D;
            font-family: Poppins;
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .services-content p {
           color: #3D3D3D;
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding-bottom: 25px;
        }

          .services-content span {
            padding-left: 16px;
        }

        .service-item-para {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
        }

        .view-services {
            text-decoration: none !important;
             color: #3D3D3D;
            text-align: center;
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            transition: all 0.3s ease-in-out;
        }
        .mail-icon::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Line will appear at the bottom */
    left: 0;
    height: 2px;
    width: 0%;
    background-color: var(--primary); /* Line color */
    transition: width 0.3s ease-in-out;
}
        .view-services svg {
         transition: all 0.3s ease-in-out;
        }
        .view-services:hover svg {
        transform: rotate(43deg);
        }

          .view-services:hover {
            color: #6aae3f;
          }

        .view-services::after {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #6aae3f;
            border-radius: 50%;
        }

        .services-diagram {
            flex: 1;
            position: relative;
            width: 100%;
            max-width: 500px;
            height: 500px;
             flex: 1;
    position: relative !Important;
    width: 100%;
    max-width: 500px;
    height: 500px;
    right: auto;
    left: auto;
    bottom: auto;
    display: flex;
margin-left: 0;
    margin-right: 0;
    margin-bottom: auto;
        }
        .s_carousel.s_carousel_default .services-diagram.carousel-indicators li {
    margin-bottom: auto;
       border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: none;
    width: 160px;
    height: 160px;
    opacity: 1;
        margin-right: 0;
    margin-left: 0;
    text-indent: -1px;
    z-index: 100;
    background:white !important;
}
.s_carousel.s_carousel_default .services-diagram.carousel-indicators li.active {
    border-color: #6aae3f;
    background-color: #eaf8e3 !important;
}

        .services-diagram svg {
            width: 100%;
            height: 100%;
        }
        .service-item svg {
            width: 76px;
            height: 76px;
            margin-bottom: 10px;
        }

    .service-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    transition: background-color 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.services-contents h2 {
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.services-contents p {
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 25px;
}
.services-content {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.services-content.fade-out {
    opacity: 0;
}

.services-content.fade-in {
    opacity: 1;
}


.item-1 {
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
}

.item-2 {
    top: 20%;
    right: -13px;
    transform: translate(0, -50%);
}

.item-3 {
    bottom: 127px;
    left: 96%;
    transform: translate(-50%, 0);
}

.item-4 {
    top: 92%;
    left: 280px;
    transform: translate(0, -50%);
}

.item-5 {
    top: 76%;
    left: 56px;
    transform: translate(0, 0);
}

.item-6 {
    bottom: 26%;
    left: -13%;
    transform: translate(0, 0);
}

.item-7 {
    top: 5%;
    left: 13%;
    transform: translate(-50%, 0);
}


        .center-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            height: 190px;
            width: 190px;
            border-radius: 50%;
            background-color: #fff;
        }

        .service-item.active {
            border-color: #6aae3f;
            background-color: #eaf8e3;
        }
        .center-logo-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            height: 280px;
            width: 280px;
            border-radius: 50%;
        }
        .service-item.active {
    border: 2px solid #6aae3f;
    background-color: #eaf8e3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 .services-section-mobile {
    display: none;
  }
  #bg-icon3{
    bottom: 0;
    top: 60px;
  }
  #bg-icon4{
    bottom: 80px;
    right: 0;
  }
  .gd_header .navbar-light .gd_nav .nav-link.active{
    font-weight: 700;
  }
  .whatsapp{
  display: block;
     position: fixed;
    right: 0;
    bottom: 115px;
    z-index: 1;
    animation: slideTopToBottom 4s linear infinite;
}
.services-round{
   animation: rotate-svg 60s linear infinite;
}
@keyframes rotate-svg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.enquire{
    border-radius: 0px 0px 5px 5px;
    background: #010101;
  color: #d0e931 !important;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
     display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 35px;
    font-size: 16px;
        z-index: 100;
    right: 0px;
    position: fixed;
    transform-origin: right center;
    top: 50%;
    transform: rotate(90deg) translateY(52%);
}
 .enquire:link {
    color: #C1D82F;
}
 @keyframes slideTopToBottom {
    0% {
        transform: translateY(-30px);
    } 50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-30px);
    }
}
 #get_quote{
     position: absolute;
    right: 90px;
    color: #000;
    padding: 13px 15px;
    }
              .home-page-btn{
               border: 2px solid var(--primary);
                transform: perspective(1px) translateZ(0);
                overflow: hidden;
              }
              .home-page-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition-timing-function: ease-out;
    transition-property: transform, -webkit-transform;
    transition-duration: .5s;
    transform: scaleX(0);
    transform-origin: 0 50%;
    border-radius: 50px;
}
.home-page-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
              .gd_header .get-quote {
    background: var(--primary);
    color: black !important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 2px 25px;
    border-radius: 50px;
    position: relative;
    border: 2px solid var(--primary);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
}
.get-quote::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition-timing-function: ease-out;
    transition-property: transform, -webkit-transform;
    transition-duration: .5s;
    transform: scaleX(0);
    transform-origin: 0 50%;
    border-radius: 50px;
}
.get-quote:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
               .order-box {
              opacity:0;
              transform: translateY(-10px);
              transition: transform 1s ease-out, opacity 1s ease-out;
              }
               .order-box.inview {
              opacity:1;
              transform: translateY(0);
              }
              .order-box-2 {
              opacity:0;
              transform:translateX(10px) translateY(10px);
              transition: transform 1s ease-out, opacity 1s ease-out;
              }
               .order-box-2.inview {
              opacity:1;
              transform: translateX(0) translateY(0);
              }
               .order-box-3 {
              opacity:0;
              transform:translateX(10px);
              transition: transform 1s ease-out, opacity 1s ease-out;
              }
               .order-box-3.inview {
              opacity:1;
              transform: translateX(0);
              }
              .content-box {
    overflow: hidden;
}
              .home-contact {
              opacity: 0;
        transform: translateY(150%);
        position:absolute;/* Start off-screen at the bottom */
        transition: transform 1s ease-out, opacity 1s ease-out;
              }
              .home-contact.inview {
        opacity: 1;
        transform: translateY(0); /* Move to its original position */
    }
              .home-page-contents {
        opacity: 0;
        transform: translateX(-100%); /* Start off-screen to the left */
        transition: transform 1s ease-out, opacity 1s ease-out;
    }

    /* Final state when in view */
    .home-page-contents.inview {
        opacity: 1;
        transform: translateX(0); /* Slide to its original position */
    }
.card_item:hover {
    transform: translateY(-30px);
}
.services-heading {
        opacity: 0;
        transform: translateX(-100%); /* Start off-screen to the left */
        transition: transform 1s ease-out, opacity 1s ease-out;
    }
    .services-heading.inview {
        opacity: 1;
        transform: translateX(0); /* Slide to its original position */
    }
.services-heading-2 {
    opacity: 0;
    transform: translateX(-100%); /* Start off-screen to the left */
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.services-heading-2.inview {
    opacity: 1;
    transform: translateX(0); /* Slide to its original position */
}
.gd-icons svg rect{
    transition:all 0.4s ease-in-out;
    }
    .gd-icons svg:hover{
    border: 1px solid var(--primary);
    border-radius: 50px;
    }
    .gd-icons svg:hover rect{
    fill: white;
    }
 @media screen and (min-width: 1840px) {
.card_row {
    gap:60px;
}
.tracking-box {
    max-width: 100%;
    justify-content: space-around;
}
.order-box {
    right: 63%;
    top: 100px;
}
    .footer-map {
        left:20%;
    }
     .input-container {
     gap: 50px;
     margin-left:0;
 }
 .logo-img svg {
height: 60px;
}
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .card_row {
        justify-content: center;
        gap: 30px;
    }
    .stats-item {
font-size: 38px;
    padding: 25px 20px;
    }
    #number-text {
    font-size: 18px;
    }
    .stats-item.bottom-left {
    padding: 20px 60px;
}
.foot-icons {
    position: relative;
    left: 0;
}

.footer_gd {
position:relative;
}
.footer-item-1 {
    width: 60%;
}
}
@media(max-width:1200px){
.gd_header .navbar-light .gd_nav .nav-link {
    padding: 0 15px;
}
.gd_header .get-quote{
    padding: 2px 18px;
        font-size: 18px;
}
.card_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.image-container {
    width: 300px;
    height: 300px;
}
.stats-item.top-left {
    top: 10%;
    left: 3%;
}
.stats-item.top-right {
    top: 10%;
    right: 6%;
}
.stats-item.bottom-left {
    bottom: 38%;
    left: 10%;
    padding: 20px 85px;
}
.stats-item.bottom-center {
    bottom: 15%;
}
.stats-item.bottom-right {
    bottom: 35%;
    right: 7%;
}
.footer_gd {
    padding: 0 0px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.footer-item-1 {
    flex-direction: column;
    width: 50%;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bg {
    top: 0;
    transform: translateX(5%);
}
.foot-icons {
    display: flex;
    position: relative;
    left: 0;
}
.services-container {
    justify-content: space-around;
}
.services-diagram {
    max-width: 400px;
    height: 400px;
}
.service-item {
    width: 90px;
    height: 90px;
}
#item_2 {
    margin-left: 0;
    margin-top: 20px;
}
.service-item svg {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}
.service-item-para {
font-size: 12px;
line-height: 10px;
}
.home-page-head-2 {
    font-size: 23px;
    line-height: 35px;
}
.home-page-head-1 {
    font-size: 36px;
    line-height: 46px;
}
.home-page-para-1 {
    font-size: 18px;
        padding-top: 0px;
    padding-bottom: 30px;
        line-height: 30px;
}
.order-id-input {
    width: 240.094px;
}
.tracking-text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
}
#track-btn{
    padding: 10px 20px;
    width: 160px;
}
.illustration img {
    width: auto;
    height: 120px;
}
}
@media(max-width:900px){
.row {
    margin: 0px !important;
}
.embase-logo{
    margin-left: 20px;
    padding-left: 0px;
}
.card_row {
    justify-content: center;
    gap: 30px;
}
.cards_container {
    padding-left: 20px;
    padding-right: 20px;
}
.card_item {
padding: 32px 22px 55px 22px;
border-radius: 30px;
align-items: flex-start;
border: 1px solid var(--primary);
box-shadow:none;
height:auto;
}
.card_item:hover {
    transform: none;
    box-shadow: rgb(99 99 99 / 18%) 0px 0px 12px 0px;
}
.card_text {
    font-size: 14px;
    color: #6C6C6C;
    text-align: left;
}
.home-page-contents {
    opacity: 1;
    transform: translateX(0%);
}
.image-container {
    width: 280px;
    height: 280px;
    display: none;
}
.stats-item {
    padding: 22px 30px;
    font-size: 30px;
}
#number-text {
    font-size: 18px;
}
#leadrer{
    overflow: hidden;
}
.clients_say {
    height: auto;
}
.carousel-box {
    padding: 120px 80px 80px 80px;
}
.comma-bottom {
    max-width: 70px;
    max-height: 70px;
    right: 50px;
    bottom: -20px;
}
.comma-top{
    left: 50px;
    top: -20px;
     max-width: 70px;
    max-height: 70px;
}
.comma-bottom img{
    width:100%;
    height:100%;
}
.comma-top img{
    width:100%;
    height:100%;
}
.footer-item-2 {
    width: auto;
}
#last-part-content {
    position: absolute;
    transform: translateX(0%);
    left: 40%;
    right:auto;
}
.last-part-title {
    text-align: left;
    font-size: 15px;
}
.last-part-text{
    font-size: 12px;
    padding-top: 0px;
}
.footer_gd {
    padding: 0 40px;
}
.home-page-btn{
display:none;
}
#lets-talk {
    display: flex;
    margin-top: 15px;
    font-size: 15px;
    line-height: normal;
    padding: 2px 20px;
    margin-left: 0;
}
.footer-map {
  display:none;
}
.stats-container {
    height: auto;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.stats-item.top-left {
    top: auto;
    left: auto;
    position: relative;
    width: 220px;
    height: auto;
}
.stats-item.top-right {
    top: auto;
    right: auto;
    position: relative;
    width: 220px;
    height: auto;
}
.stats-item.bottom-left {
    bottom: auto;
    left: auto;
    padding: 17px 45px;
    position: relative;
    width: 220px;
    height: auto;
}
.stats-item.bottom-center {
    bottom: auto;
    padding: 17px 40px;
    left: auto;
    position: relative;
    width: 220px;
    height: auto;
    transform: none;
}
.stats-item.bottom-right {
    bottom: auto;
    right: auto;
    position: relative;
    width: 220px;
    height: auto;
}
.navbar {
padding: 0;
}
.navbar-light .navbar-toggler {
    padding-left: 0;
    padding-right: 0;
    outline: none;
    position: absolute;
    right: 20px;
    top: 40%;
    box-shadow: none;
    z-index:11;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    width: 0;
    background: transparent !important;
}
.navbar-toggler-icon {
    width: 24px;
    height: 3px;
    display: block;
    position: relative;
    transition: background-color 0.3s ease;
    background: #1C1B1F;
    border-radius: 8px;
}
.navbar-toggler-icon:before {
    top: -8px;
}
.navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #fff;
    left: 0;
    transition: transform 0.3s ease;
    background: #1C1B1F;
    border-radius: 8px;
}
#top_menu_collapse {
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
        right: 0 !important;
        position: absolute;
        padding-top: 60px !important;
        background-color: #ffffff !important;
        min-width: 100vw !important;
        z-index: 2 !important;
        padding-bottom: 20px;
        height: 100vh ! Important;
        top: 0 !important;
        overflow: hidden;
        max-height: none;
        min-height: auto;
        background: url(../svg/bg1.svg);
        background-size: cover;
        background-position: center;
    }
    header .navbar-collapse.show {
        transform: translate(0) ! IMPORTANT;
    }
        .navbar .gd_nav {
        margin-left: 0 !important;
        margin: 40px 0;
    }
    #top_menu_collapse:not(.show) {
        transform: translateX(100%);
        transition: transform 0.6s ease-out;
    }
    .nav-item.dropdown.o_no_autohide_item{
    display:none;
    }
    .gd_header .navbar-light .gd_nav .nav-link {
        padding: 0 15px;
        font-size: 24px;
        line-height: 50px;
        width: fit-content;
        margin: auto;
        margin-bottom: 45px;
    }

    .gd_header .navbar-light .gd_nav .nav-link.active{
     border-bottom: 2px solid var(--primary);
     }
         .gd_header .get-quote {
        padding: 2px 18px;
        font-size: 18px;
        margin: auto;
        width: 90%;
        position: absolute;
        bottom: 50px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(43deg) translate(6px, 7px) !important;
        right: 10px;
        left: auto;
    }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        animation: widthCollapseExpand2 0.5s ease-in-out;
    }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-44deg) translate(4px, -5px) !important;
        right: 10px;
        left: auto;
    }
     @keyframes widthCollapseExpand {
        0% {
            width: 30px;
        }

        50% {
            width: 0px;
        }

        100% {
            width: 30px;
        }
    }

    @keyframes widthCollapseExpand2 {
        0% {
            width: 25px;
        }

        50% {
            width: 0px;
        }

        100% {
            width: 25px;
        }
    }
    .o_top_menu_collapse_shown #header-container {
        padding: 0;
    }
    .lock-scroll {
    overflow: hidden !important;
    height: 100vh ! Important;
}
#footer-map {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    left: 0;
    transform: none;
}
    #foot-icons {
        display: flex;
        justify-content: center;
        position: relative;
        left: 0;
    }
    #social-media{
    display:none;
    }
    #header-container {
    max-width: 100%;
    padding: 0;
}
.services-container {
                flex-direction: column;
                align-items: center;
            }

            .services-content {
                max-width: 80%;
                margin-bottom: 80px;
                text-align: center;
            }

            .services-diagram {
                max-width: 400px;
                height: 400px;
            }

            .service-item {
                width: 120px;
                height: 120px;
                font-size: 0.8rem;
            }

            .service-item img {
                width: 35px;
                height: 35px;
            }

            .center-logo {
                height: 160px;
                width: 160px;
            }
             .content-box {
            padding: 50px;
        }

        .home-page-head-1 {
            font-size: 40px;
        }

        .home-page-head-2 {
            font-size: 28px;
        }

        .home-page-para-1 {
            font-size: 18px;
        }

        .home-page-img {
            height: 350px;
        }

        .order-box, .order-box-2, .order-box-3 {
            width: 140px;
            height: 87px;
            font-size: 14px;
            padding: 10px;
        }

        .order-box-3 {
            right: 16%;
            top: 260px;
        }

        .tracking-box {
            flex-direction: column;
            height: auto;
            padding: 30px;
        }

        .input-container {
            margin-left: 0;
            flex-direction: column;
            align-items: center;
        }

        .order-id-input {
            width: 250px;
            margin-bottom: 20px;
        }

        .illustration img {
           display:none;
        }
         .services-section {
    display: none;
  }
  .services-section-mobile {
    display: block;
  }
  .home-page-para-1 {
  padding-top: 32px;
        padding-bottom: 32px;
}
#track-btn{
display:block;
}
 .services-section-mobile-list {
        padding: 20px;
    }

    .services-list {
        display: flex;
        flex-direction: column; /* Stack services vertically */
        gap: 20px;
        padding-top: 30px;
    }

    .services-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        font-size: 0.9rem;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        gap: 10px; /* Spacing between icon and text */
        transition: transform 0.2s ease-in-out;
    }

    .services-list a:hover {
        transform: translateY(-3px);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    }


    .services-list a svg {
        width: 32px;
        height: 32px;
    }

    .services-list span {
    color: #010101;
    padding-left: 16px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    }

    .services-svg-b {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    }

    .services-list a span {
        flex-grow: 1;
    }

    /* Additional Padding for Explore Section */
    .services-section h2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
        .foot-icons {
        display:none;
        }
         .gd_header .get-quote {
                bottom:180px;
                }
                .enquire{
                display:none;
                }
}
@media(max-width:768px){
    .stats-item {
        padding: 22px 20px;
        font-size: 25px;
    }
    #number-text {
        font-size: 16px;
    }
    .footer_bottom {
        padding: 40px 50px 0 50px;
    }
    .mail-icon{
        justify-content: center;
    }
         .content-box {
            padding: 50px;
        }

        .home-page-head-1 {
        font-size: 33px;
        line-height: normal;
        margin: 0;
    }

    .home-page-head-2 {
        font-size: 21px;
        line-height:30px;
    }

    .home-page-para-1 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }

        .home-page-img {
            height: 350px;
        }

        .order-box, .order-box-2, .order-box-3 {
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 15px;
    }
    .order-box {
    right: 68%;
    top: 60px;
        width: 150px;
}
.para-order {
    color: #000;
    font-size: 11px;
}
.num-order {
    font-size: 21.239px;
}

        .order-box-3 {
       right: 10%;
        top: 200px;
        width: 100px;
        }

        .tracking-box {
            flex-direction: column;
            height: auto;
            padding: 30px;
        }

        .input-container {
            margin-left: 0;
            flex-direction: column;
            align-items: center;
            padding-top: 30px;
        }

        .order-id-input {
       width: auto;
        height: auto;
        margin-bottom: 10px;
        padding: 12px;
        }
        #footer-map{
        position: absolute;
    top: auto;
    width: 50%;
    right: 20px;
    left: auto;
    bottom: 10%;
}
}
@media(max-width:600px){
.title {
    font-size: 18px;
    line-height: 21px;
    width: 209px;
    margin: auto;
}
.stats-item {
        padding: 17px 10px;
        font-size: 18px;
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 6px;
        width: 45% ! IMPORTANT;
        height:87px !important;
        flex-direction: row;
       flex-wrap: wrap;
    }
    #number-text {
        font-size: 14px;
    }
    .stats-container {
        height: auto;
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .carousel-box {
        padding: 120px 10px 60px 10px;
    }
    .client-say-carousel {
        padding: 0 20px;
    }
    .client-say-carousel .carousel-inner {
        padding-top: 140px;
        padding-bottom: 60px;
    }
.client-say-carousel .prev-button {
    left: 0px;
}

.client-say-carousel .next-button {
    right: 0px;
}
.comma-top {
    left: 20px;
    top: -10px;
    max-width: 30px;
    max-height: 30px;
}
.comma-bottom {
    max-width: 30px;
    max-height: 30px;
    right: 10px;
    bottom: -10px;
}
.footer_gd {
    padding: 0 20px;
}
#foot-item-1 {
    width: 100%;
    max-width: 100%;
}
.footer-item-2 {
    width: 100%;
}
.footer_bottom {
    padding: 40px 30px 0 30px;
}
.footer-item-1 {
    width: 100%;
}
.footer-img{
    padding-left: 20px;
}
#last-part-content {
        right: 10px;
}
.card-icon {
    height: 36px;
}
.card-icon svg{
width:48px;
height:36px;
}
.ship-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    object-position: right;
    min-height: 160px;
}
#lets-talk {
    display: flex;
    margin-top: 15px;
    font-size: 15px;
    line-height: normal;
    padding: 2px 20px;
}
.navbar {
padding: 0;
}
  .content-box {
            padding: 30px;
            padding-bottom: 0;
        }

        .home-page-head-1 {
            font-size: 22px;
            text-align: center;
            line-height: 25px;
            margin:0;
        }

        .home-page-head-2 {
            font-size: 20px;
            line-height: 25px;
            text-align: center;
        }

        .home-page-para-1 {
        color: #3D3D3D;
        text-align: center;
        font-family: Poppins;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
        padding-top: 32px;
        padding-bottom: 32px;
        }
            .home-page-img {
        height: auto;
        mix-blend-mode: darken;
        width: 100%;
        object-fit: contain;
        max-height: 330px;
    }

    .num-order {
    color: #000;
    font-size: 13.239px;
    }
    .para-order {
    color: #000;
    font-size: 10px;
    }
        .order-box, .order-box-2, .order-box-3 {
                   width: auto;
        height: auto;
            font-size: 12px;
            padding: 8px;
        }
        .order-box{
    top: 50px;
    padding: 8px 12px;
    }
    .track-section {
    padding-top:30px;
    }
            .order-box-2{
    top: 120px;
    right: 30px;
    padding: 8px 12px;
    }
    .whatsapp{
    display:none;
    }

        .order-box-3 {
            padding: 8px 25px;
                right: 45px;
        top: auto;
        bottom: 40px;
        }

            .tracking-box {
        width: 90%;
        padding: 20px 55px;
    }
    .tracking-text {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    text-align: center;
    padding-bottom: 20px;
}

        .input-container {
            flex-direction: column;
            align-items: center;
            padding-top:0;
        }

           .order-id-input {
        width: 270px;
        margin-bottom: 10px;
        padding: 9px 20px;
        font-size: 14px;
    }
    #track-btn{
        display: flex;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 400;
    width: auto;
    }
    #leader{
    padding-top:48px !important;
    }
        .logo-img-2 {
            height: 90px;
            width: 90px;
            margin: 17px;
        }
        .services-container {
        padding: 10px;
         flex-direction: column;
        align-items: center;
            }

            .services-content h2 {
                font-size: 1.5rem;
            }

            .services-content p {
                font-size: 0.9rem;
            }

            .services-diagram {
                max-width: 300px;
                height: 300px;
            }

            .service-item {
                width: 100px;
                height: auto;
                font-size: 0.7rem;
                display: block;
            }

            .service-item img {
                width: 30px;
                height: 30px;
                margin: 10px 0;
            }

            .center-logo {
                height: 130px;
                width: 130px;
            }

    /* Services Section */
    .services-section-mobile-list {
        padding: 20px;
    }

    .services-list {
        display: flex;
        flex-direction: column; /* Stack services vertically */
        gap: 20px;
    }

    .services-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        font-size: 0.9rem;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        gap: 10px; /* Spacing between icon and text */
        transition: transform 0.2s ease-in-out;
    }

    .services-list a:hover {
        transform: none;
       box-shadow: rgb(194 217 52 / 79%) -2px 2px 6px;
    }


    .services-list a svg {
        width: 32px;
        height: 32px;
    }

    .services-list span {
    color: #010101;
    padding-left: 16px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    }

    .services-svg-b {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    }

    .services-list a span {
        flex-grow: 1;
    }

    /* Additional Padding for Explore Section */
    .services-section h2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
        .image-box-svg {
        position: absolute;
        top: 5%;
        right: 10px;
        width: 100%;
        height: 420px;
    }
    #footer-map {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
        left: 0;
        transform: none;
    }
        .mail-icon {
        justify-content: center;
    }
}
@media(max-width:350px){
   .title {
        font-size: 18px;
        line-height: 21px;
        width: 209px;
        margin: auto;
    }
}
@media(max-width:330px){
    .ship-img {
min-height: 145px;
    }
        #last-part-content {
        right: 10px;
        left: 30%;
    }
    .services-list span {
        font-size: 12px;
    }
}