@import url('../fonts/pri/stylesheet.css');
@import url('../fonts/sec/stylesheet.css');


*{margin:0 auto;}

body{
    background-color: #eeeeee;
    color: #0d2c6c;
    font-family: 'Bw Mitga DEMO';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.site-header__initial {
    display: none;
}

.page-node-type-e-commerce-logistics-solutions header {
    margin-top: 0;
}

.home-slider .card {
    border: none;
}

.content,
.home-slider {
  margin-top: 30px;
}

.navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-right: 0px !important;
}

.scrolled .container {
    height: 22vh;
}

.banner-text {
  position: absolute;
  top: 20%;
  left: 5%;
  max-width: 40%;
  /* background: rgba(0, 0, 0, 0.5); semi-transparent background for contrast */
  color: #00205b;
  padding: 20px;
  /* border-radius: 10px; */
}

.banner-text h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.banner-text p {
  margin-bottom: 10px;
}

.banner-text .btn {
  background-color: #b8152a;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
}



/* new css 07.07.2025 */

a.navbar-brand img {
    /* background: #ffffff; */
    padding: 11px;
    /* border-radius: 30px; */
}

header.scrolled {
    background: none;
    box-shadow: none;
}

header{margin-top: 30px;}
.navbar.fixed-top{top: 55px;margin-right: 2%;text-transform: uppercase;}

.top-bg{
    background-image: url(../img/banner-bg.png);
    background-size: contain;
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
}


.form-floating>.form-control, .form-floating>.form-select{
    border-radius: 40px;
}

.dwn-arrow {
  position: relative;
  animation-direction: alternate;
  animation: mymove 3s infinite;
  text-align: center;
  margin-top: -6px;

}

@keyframes mymove {
  from {top: 0px;}
  to {top: 25px;}
}


.arrow-up{
  animation-direction: alternate-reverse;
  animation: mymove-up 3s infinite;
  text-align: center;
}


@keyframes mymove-up {
  from {top: 25px;}
  to {top: 0px;}
}

.navbar-brand {
    padding-left: 60px;
    margin: 0;
    
}

.navbar-brand img{width: 100%;}
.navbar-collapse{background-color: hsl(0deg 0% 93.73% / 78%);padding: 9px 0;border-radius: 40px; margin: 0 1%;}


.slider-container{border-radius: 40px;}
h1{font-size: 1.5rem;color: #00205b;}
.ban-content p{line-height: 16px;color: #00205b !important;}

.slide-visible .card{border: 0;}
/* header.slider-container{height: 600px !important;} */

header .slider-indicators>* {
    background-color: red;
    background-clip: padding-box;
}

/* new css banner 12.07.25 start */

.home-slider .card{background: transparent;}

.text-banner{color: #00205b;}

.ban-txt{
    position: absolute;
    width: 40%;
    left: 3%;
    background: rgb(255 255 255 / 62%);
    padding: 2%;
    border-radius: 15px;
    color: #00205b;
}

.ban-para {
    display: block;
    text-align: left;
    margin-left: 2%;
    width: 100%;
    font-size: 18px;
}

.ban-txt h1{
    text-align: left;
    display: block;
    width: 100%;
    margin-left: 2%;
    font-size: 25px;
}


@media screen and (max-width:480px){

    .home-slider{margin-top: 17%;}   

    .ban-txt h1{font-size: 20px;}

    .ban-para {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ban-txt {

        width: 100%;
        left: 6px;
        right: 0;
    }

    .ban-txt a {
        font-size: 14px;
    }

    .slider-container-css {
        height: 215px !important;
    }

}

/* new css banner 12.07.25 end */

@media screen and (max-width: 1920px)  {

    .scrolled .container {
        height: 11vh;
    }

}


@media screen and (max-width: 1280px)  {

    .dwn-arrow {
        position: relative;
        animation-direction: alternate;
        animation: mymove 3s infinite;
        text-align: center;
        margin-top: 10px;
    }

}


@media screen and (max-width: 1080px) {
    .dwn-arrow {
        margin-top: -168px;
    }
    .h1, h1 {
        font-size: 25px;
    }

}

@media screen and (max-width: 480px)  {

    .navbar.fixed-top {
        top: 0;background: #fff !important;
    }

    .navbar {background: #ffffff !important;}
    .navbar-collapse, .navbar-toggler{background: #fff;}
    header .swiffy-slider{margin-top: 45px;}

}
/* new css 07.07.2025 end */

/* .blogs .card{
    background-color: #fff;
    border-radius: 30px;
}

.blogs .card:hover{box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -webkit-box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -moz-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ffc7cd;
    background-color: #fff3f4;
    border-radius: 30px;
} */

.enquire-now{text-align: center;}
.enquire-btn{
    background-color: #efefef;
    padding: 16px 26px;
    color: #0d2c6c;
    font-weight: 700;
    border-radius: 40px;
    border: 0;
    font-size: 18px;
}

.navbar{padding: 0;background: transparent !important;}
.nav-link{color: #0d2c6c;font-weight: 700;}
.nav-link.active, .nav-link:hover, .nav-link:focus {
    color: #b8152a !important;
}
li.nav-item {
    padding: 0 3px;
}
/* Navigation css end */

/* banner css start */

.ban-text{min-height: 400px;}
.ban-content {
    padding-left: 4%;
}
/* banner css end */

/* About section | banner bottom start */

.spc-top{padding-top: 35px;}
.spc-btm{padding: 60px;}
 .spc-top-mb{padding-top: 35px;}

.about h2{font-weight: 700;}
.about h3{color: #000;font-style: italic;}


/* Cards css start */

.about .card{position: relative;border-radius: 15px;border: 1px solid #e5e5e5;min-height: 442px;}
.about .card:hover{position: relative;border-radius: 15px;
    box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
-webkit-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
-moz-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
-webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #ffc7cd;
  background-color: #fff3f4;
  margin-top: -5px;

}

.card-img img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -38px;
    right: 25px;
}

.about .card-body{padding: 70px 10px 15px 25px;margin-top: 20px;}


.about .card-body:hover{cursor: pointer;}
.about .card-title{color: #0d2c6c;font-weight: 700;}
.about .card-body ul li{list-style: none;margin-bottom: 8px;font-size: 14px;}

.about .card-body ul li:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 22px;
    background-image: url('../img/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -35px;

}
/* About section | banner bottom end */



/* Blogs start */

/* .blogs h2{font-weight: 700;}
.view-all-art{color: #0d2c6c;font-weight: 700;}
.blogs .card-body .btn-danger{
    border-radius: 50px;
    margin: 0 auto;
    float: right;
}

.blogs .view-content {
    display: flex;
}
.blogs img.card-img-top {
    height: 218px;
}

.blogs .col-lg-4.col-12 {
    padding: 0 12px;
}

.blogs .read-btn {
    margin-right: 0;
}*/

.page-node-type-e-commerce-logistics-solutions .rounded-box {
    border-radius: 25px;
} 

/* Blogs end */

/* Download brochure start */

.down-brochure-main{position: relative;}
.down-brochure{    
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/dwn-br-bg.png);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.down-brochure-btn .btn-danger{
    background-color: rgb(79 26 53 / 62%) !important;
    border-radius: 50px;
    
}

.down-brochure-btn img{width: 20%;margin: 0;}
.down-brochure-btn a{color: #fff;text-decoration: none;font-size: 20px;position: relative;
    top: 4px;}

/* Download brochure end*/

/* Great companies trust us start */
.section-clients {
    /* background: #fff; */
    padding: 80px 0 35px;
    margin-bottom: 60px;
    text-align: center;
}
    

/* .section-clients__list__each {
    float: none;
} */
/* Great companies trust us end */

.featured-techology__each__title,
.solutions__each__title {
    font-family: 'Bw Mitga DEMO EXTRA';
    font-size: 32px;
}

.solutions__each__desc ul li {
    font-family: 'Dubai W23';
}


/* footer css start */
footer {
    background-color: #001845;
}

.ft-bg{
    background-color: #001845;
    color: #fff;
}

.footer-logo{
    width: 50%;
    margin-bottom: 25px;
}

.footer-links ul{
    padding-left: 0 !important;
}

.footer-links ul li{
    list-style: none;
    margin-bottom: 15px;
}

.footer-links ul li a, footer a{
    color: #fff;
    text-decoration: none;
}

.ft-first{border-right: 1px solid #5b74bb;}
.ft-sec{border-right: 1px solid #5b74bb;}
.ft-abt-bdr{border-top: 1px solid #5b74bb;border-bottom: 1px solid #5b74bb;}

.copy-social{margin: 0;}
.copy-social li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
  
}

.copy-social li a img:hover{
    margin-top: -15px;
      transition: 0.2s ease-in-out;
}

/* footer css end */


/* resposive media query start */

@media screen and (max-width: 1900px)  {
    li.nav-item {
        padding: 0;
    }
}

@media screen and (max-width: 1400px)  {
    .top-bg{height: 560px;}
}

@media screen and (max-width: 1280px)  {

    .top-bg{height: 550px;}
    .dwn-arrow {bottom: -12px;}
    .abt-cards ul{
        height: 256px;
        overflow: scroll;}
    .about .card-body ul li:before{
        height: 12px;
        width: 22px;
        margin-left: -30px;
    }   

    .navbar-brand {
        padding-left: 1%;
    }
    .ban-content {
        padding-left: 2%;
    }

}

@media screen and (max-width: 1080px)  {

    .top-bg {height: 468px;}
    .navbar-collapse, .enquire-btn{font-size: 11px;}
    .about .card{margin-top: 45px;}
    .about .card .card-body{margin: 15px;}

}

@media screen and (max-width: 480px)  {

    .spc-top-mb{margin-top: 15px;padding-top: 0px;}
    .card-img img{right: 0;left: 0;}
    .navbar-brand{width: 70%;}
    .mob-reverse{flex-direction: row-reverse;}
    .ban-text {min-height: auto;}  
    .enquire-now{display: none;}  
    .top-bg {
        height: 195px;
        margin-top: 85px;
        border-radius: 15px;
    }
    .top-bg .sticky-top{
        position: fixed;
        background: #fff;
        padding: 10px 10px;
        border-bottom: 1px solid #999;

    }
    .top-bg .pt-4{padding-top: 10px !important;}

    .ban-content {
        padding: 8px 8px 1px 8px;
        margin-top: 55px;
        font-size: 14px;
        width: 75%;
        background: #e7e7e7b8;
        text-align: center;
        border-radius: 4px;
    }

    .dwn-arrow {
       bottom: -15px;
        left: 49%;
        width: 3%;
    }

    .enquire-btn{
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        width: 100%;
        padding-top: 0;
    }

    .navbar-collapse{
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-top: 10px;

    }

    .about h3{font-size: 18px;margin-bottom: 0;}

    .testi .card .card-body {
        padding-bottom: 20px;
    }

    /* .blogs .card-body .btn-danger {
        margin: 0 auto;
        float: none;
        display: block;
    } */

    .down-brochure {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../img/dwn-br-bg.png);
        background-size: contain;
    }

    .ft-first, .ft-sec {
        border-bottom: 1px solid #5b74bb;
        padding-top: 30px;
        padding-bottom: 30px !important;
        border-right: 0;
    }

    .sub-mob{padding: 30px 0;}

    button.btn.btn-danger.submit.rounded-pill {
        margin: 0 auto;
        display: block;
    }

    .ft-copy{text-align: center;display: block;}
    .ft-copy a{
    font-size: 14px;
        padding-bottom: 13px;
        display: block;
    }
    .ft-copy ul{padding-left: 0;}

}

/* New Dropdown Menu CSS */
.navbar-nav .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #0d2c6c;
  font-size: 16px;
}

.dropdown-item {
  color: #0d2c6c !important;
  padding: 10px 30px !important;
}

.dropdown-item:hover {
    background-color: #0d2c6c !important;
    color: #fff !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  /* color: #007bff; */
}

/* Dropdown menus */
.dropdown-menu {
  border-radius: 10%;
  border: none !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #f0f1f1 !important;
}

.dropdown-menu.show {
  display: block;
}

/* Submenu positioning (2nd level +) */
.dropdown-submenu {
  position: relative;
}

/* .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
} */

/* Show submenu on hover (desktop) 992px */
@media (min-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0px; /* align properly */
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
  .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }

  .dropdown-menu {
    position: static;   /* stack dropdowns vertically */
    float: none;
    border: none;
    box-shadow: none;
  }

  .dropdown-submenu .dropdown-menu {
    margin-left: 1rem; /* indent nested menus */
  }
  .dropdown-submenu {
    font-size: 11px;
  }
  .dropdown-sub-submenu {
    font-size: 11px;
  }
}

/* Mobile dropdown behavior */
@media (max-width: 480px) {

  /* .dropdown-submenu .dropdown-toggle>.show .dropdown-menu{
    display: block;
  } */

  .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
  .dropdown-submenu > .dropdown-menu {
    margin-left: 1rem;
  }
  .dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }

  .dropdown-submenu {
    font-size: 11px;
  }

  .dropdown-sub-submenu {
    font-size: 11px;
  }
}

/* Indicate submenu with arrow */
.dropdown-toggle::after {
  margin-left: .5rem;
}
.dropdown-submenu > .dropdown-toggle::after {
  content: "›";
  float: none;
  border: none;
  /* font-size: 14px; */
  transform: none;
}