
:root{
   --maincolor:#293273;
   --midcolor:#181818;
   --lightcolor: rgba(255, 255, 255, .18);
   --redcolor: #e60e12;
   --paracol:#484848;
   --whitpara:#b1b6bc;
}
a{
    display: inline-block;
    text-decoration: none !important;
}

ul{
    padding: 0;
    list-style: none;
}
@font-face {
  font-family: 'Nasa Font';
  src: url(../fonts/Nasa.ttf);
}
/*----------top----------------*/
.top{
   background:var(--redcolor);
   border-bottom: 1px solid var(--whitpara);
}

.rt-items a{ 
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;  
  margin: 0 15px;  
}
.rt-items a i{
    color:#fff;
    margin-right: 8px;
}
.lft-items{
    float: right;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.lft-items a{
    color:#fff;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 15px;
    line-height: 40px;
  }
  
/*-------------mid-----------------*/
.mid {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1030; /* higher than default elements */
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Optional: subtle shadow */
}

.navbar-brand img{
    width:500px;
}

.my-nav li a{
    color:#000 !important;
    margin: 15px;
    font-size: 16px; 
    font-weight:500;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;   
}
.dropdown-item{
    margin: 0 !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /*Optional: adjust if dropdown jumps */
  }
  /* Prevent all dropdowns from staying open after mouse leaves */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.mob{
  display: none;
}

/* Submenu dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu2{
  position: absolute;
  top: 0 ;
  left: 100% ;
  margin-top: -1px;
  display: none;
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0;
}

/* Show the submenu on hover (desktop) */
.dropdown-submenu:hover .dropdown-menu2 {
  display: block;
}

/* Optional: smooth dropdown appearance */
.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Responsive adjustments for submenu on mobile */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu2  {
    left: auto;
    top: auto;
    margin-left: 1rem;
    margin-top: 0.5rem;
    position: relative;
  }
}

/*------------banner-------------------*/
.banner {
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.carousel-item img {
  position: relative;
  z-index: 0;
}

.mob-img {
  display: none;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 15%;
  left: 13%;
  width: 900px;
  z-index: 2;
  text-align: left;
}

.orange-bg {
  background: linear-gradient(45deg, var(--redcolor, #e44d26), #ff7e5f);
  width:300px;
  padding: 10px 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  clip-path: polygon(9% 0%, 95% 0%, 87% 100%, 2% 100%);
  transition: transform 0.3s ease;
}

.orange-bg:hover {
  transform: scale(1.02);
}

.carousel-caption h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 10px 0;
}

.carousel-caption p span {
  color: var(--redcolor, #e44d26);
}

.button-28 {
  appearance: none;
  background-color: var(--redcolor, #e44d26);
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
  width: 160px;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.button-28:hover {
  background-color: #fff;
  color: var(--redcolor, #e44d26);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.button-28:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid var(--redcolor, #e44d26);
  margin: 0 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.carousel-indicators [data-bs-target]:hover {
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.8);
}

.carousel-indicators .active {
  background-color: var(--redcolor) !important;
  width: 80px !important;
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .carousel-caption {
    width: 90%;
    left: 5%;
    top: 10%;
  }
  
  .orange-bg {
    width: 100%;
    max-width: 400px;
  }
  
  .carousel-caption p {
    font-size: 40px;
  }
  
  .carousel-caption h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .desk-img {
    display: none;
  }
  
  .mob-img {
    display: block;
  }
  
  .carousel-caption p {
    font-size: 30px;
  }
  
  .carousel-caption h5 {
    font-size: 16px;
    letter-spacing: 2px;
  }
  
  .button-28 {
    width: 140px;
    padding: 12px 20px;
    font-size: 16px;
  }
  
  .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 6px;
    margin: 0 8px;
  }
}
/*---------------------------------*/
.fixe-butn{
    display: inline-block;
    text-decoration: none !important;
    background-color: var(--redcolor);
    font-family: "Roboto Condensed", sans-serif;    
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
   /* transform: rotate(-90deg);*/
    color:#fff !important;
    padding: 10px ;
    border-radius: 5px;
}
#cont-form input::placeholder{
    font-style: italic;
}
.my-key{
    display: inline-block;
    text-decoration: none !important;
    background-color: var(--redcolor) !important;
    font-family: "Roboto Condensed", sans-serif;   
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
    color:#fff !important;
    padding: 8px;
    border-radius: 5px;
}
/*------------------about--------------------*/
.smallhd{
    color: var(--redcolor);
    text-transform: uppercase;
    font-size: 20px;    
    letter-spacing: 5px;
    font-family: "Roboto Condensed", sans-serif; 
   /*font-family: 'Nasa Font';*/
}
.para1{
    font-family: "Roboto Condensed", sans-serif;  
    font-size: 18px; 
    color:var(--paracol);
    text-align: justify; 
}
.para{
    font-family: "Roboto Condensed", sans-serif;  
    font-size: 14px;
    font-weight: 600; 
    color:var(--paracol);
    text-align: justify;
    color:#fff;
}
.abt-list{
   padding: 0;
}
.abt-list li{
  font-family: "Roboto Condensed", sans-serif;  
  font-size: 18px;
  font-weight: 600; 
  color:var(--maincolor);
  line-height: 2;
  border-bottom: 1px dotted #ccc;
}
.abt-list li i{
   margin-right: 5px;
   color:var(--redcolor);
}
.hd{
  font-family: "Roboto Condensed", sans-serif;  
  font-size: 28px;
  font-weight: 600; 
  color:var(--paracol);
}

.button-81 {
  background-color: var(--redcolor);
  border: 0 solid #e2e8f0;
  border-radius: 1.5rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;  
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-81:hover {
  background-color: var(--maincolor);
  color: #fff;
}

@media (min-width: 768px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}
/*-------------services---------------------*/
/*.serv-items{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
}
.serv-img{
    width:100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.serv-img img{
    width:100%;
    border-radius: 5px;
}
.small-hd{
     font-family: "Roboto Condensed", sans-serif; 
    font-size: 24px;
    text-transform: uppercase;
    color:#000;
    position: relative;
}
.small-hd::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    content: "";
    width: 200px;
    height: 3px;
    background-color: var(--redcolor);
    margin: auto;
}
.small-hd::after {
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    content: "";
    width: 10px;
    height: 3px;
    margin: auto;
    background-color: #fff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}
.serv-box {    
    background: #fff;
    padding: 15px;
    border-radius: 10px;    
    z-index: 1;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;  
    min-height:270px; 
    position: relative;
}
.serv-box h3{
     font-family: "Roboto Condensed", sans-serif; 
    font-size: 18px;
    text-align: center;
    color:var(--maincolor);
}
.serv-box p{
     font-family: "Roboto Condensed", sans-serif;
    text-align: justify;
    color: var(--paracol);
}
.icon{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;    
}
.box-items{
    margin-top: 50px;
}
.serv-row{
    padding: 100px 0;
}*/

.small-hd{
    /*font-family: "Roboto Condensed", sans-serif; */
    font-family: 'Nasa Font';
    font-size: 24px;
    text-transform: uppercase;
    color:var(--maincolor);
    position: relative;
}
.small-hd::before {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  content: "";
  width: 200px;
  height: 3px;
  background-color: var(--redcolor);
  margin: auto;
}
.small-hd::after {
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  content: "";
  width: 10px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  -webkit-animation: moveLeftBounces 10s linear infinite;
  animation: moveLeftBounces 10s linear infinite;
}
.service-box {
  position: relative;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  border: 2px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.service-box.logistics {
  background-image: url('../images/ser_img/logistics.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-box.contract-manu {
  background-image: url('../images/ser_img/contract-manu.png'); /* Verify this path */
}

.service-box.imfl {
  background-image: url('../images/ser_img/imfl.png');
}

.service-box.restaurants {
  background-image: url('../images/ser_img/guest.png');
}

/* Rest of your CSS remains unchanged */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.service-box h2 {
  position: relative;
  z-index: 2;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  text-align: center;
  padding: 20px;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.know-more-btn {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 20px;
  width: 123px;
}

.know-more-btn a {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  background-color: var(--redcolor);
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.know-more-btn a:hover {
  background-color: var(--maincolor);
  color:#fff;
}
/*-------------------Our-locations---------------------------*/

.map{
    text-align: center;
}
  /* Section Title */
  .small-hd {
    font-size: 2rem;    
    margin-bottom: 30px;
    position: relative;
    animation: fadeInDown 1s ease-out;
  }
  
  /* Card Styles */
  .vas {
    background: #f9f9f9;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-left: 5px solid var(--redcolor);
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: slideUp 1s ease forwards;
  }
  
  .vas:nth-child(2) { animation-delay: 0.2s; }
  .vas:nth-child(3) { animation-delay: 0.4s; }
  .vas:nth-child(4) { animation-delay: 0.6s; }
  .vas:nth-child(5) { animation-delay: 0.8s; }
  .vas:nth-child(6) { animation-delay: 1s; }
  
  .vas:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  }
  
  /* Text Styles */
  .vas h3 {
    color: var(--maincolor);
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;  
  }
  
  .vas p {
    font-family: "Roboto Condensed", sans-serif;  
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* Animations */
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .vas h3 {
      font-size: 1.25rem;
    }
  
    .vas p {
      font-size: 0.95rem;
    }
  
    .small-hd {
      font-size: 1.5rem;
    }
  }
  /*-------------------INDUSTRIES WE SERVE-------------------------*/
  /* General Styling */
.indus-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

/* Image Styling */
.indus-box img {
  width:100%;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

/* Text Styling */
.indus-box p {
  font-family: "Roboto Condensed", sans-serif;  
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--maincolor);
}

/* Hover Effect */
.indus-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.indus-box:hover img {
  transform: scale(1.1);
}

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------small-hd-------------------------*/

.hdng{     
    font-size: 28px;
    font-weight: 600; 
    color:var(--maincolor);
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;  
}

.button-64 {
  align-items: center;
  background: var(--redcolor);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF !important;
  display: flex;
   font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  justify-content: center;
  line-height: 1em;  
  width: 140px;
  padding: 16px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-64:active,
.button-64:hover {
  outline: 0;
  
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;  
}

.abt-img img{      
    max-width: 100%;  
}

/*---------------why-us----------------------*/
.white-para{
    font-family: "Roboto Condensed", sans-serif;  
    font-size: 14px;
    font-weight: 400; 
    color: var(--paracol);
    text-align: justify;
}
.box{
    border: 1px solid var(--lightcolor);
    border-radius: 10px;
    padding: 20px 15px;
   /* height: 150px;*/
    margin-bottom: 30px;
    background: #fff;
}
.line{
    font-family: "Roboto Condensed", sans-serif;  
    font-size: 20px;
    font-weight: bold;
    color: var(--maincolor); 
    text-transform: uppercase;
    text-align: center;    
}

.box:hover{
    background: var(--redcolor);
    transition: all 0.6s ease-in-out;
}
.box:hover .line{
    color:#fff;
    transition: all 0.6s ease-in-out;
}
.box:hover .icon img{
    filter: invert(40%);
}
.box:hover .white-para{
    color: #fff;
    transition: all 0.6s ease-in-out;
}
.column{
    flex:0 0 20%;
    max-width: 20%;
}
/*----------------client------------------------------*/
.why{
  background: #f4f4f4;
  padding: 60px 0;
}
.client-img img {
  width: 60%;
  transform: scale(1); 
  transition: all 0.6s ease-in-out;
}

.client-img:hover img {
  transform: scale(1.1);
}

/*-------------footer--------------------------*/
.footer{
    background:  linear-gradient(to right, rgba(0,0,0,0.5),
    rgba(0,0,0,0.7),rgba(0,0,0,0.6)), url('../images/banner/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.footlogo{
    text-align: center;
    margin-top: -50px;
    background: #fff;
    
  }
  .foot_logo img{
    width:300px;
  }
  
.foot_para h4{
    color:var(--redcolor);
  } 
  .foot-list{
    padding: 0;
  }
  .foot-list li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color:#fff;
    margin: 10px 0;
  }
  .foot-list li a span{
    font-weight: 600;
  }
  .foot-list li a i{
    color:var(--redcolor);
    margin-right: 10px;
  }
  .foot-img img{
    width: 100px;
  }
  .rights{
    border-top: 1px solid #ccc;
    padding-top: 10px;   
  }
  .last{
    font-size: 12px;
    color:var(--whitpara);
  }
  /*///////////////////transportation////////////////////////////////////////*/
  .list-ban{
     position: relative;
  }
  .listing{
    font-family: "Roboto Condensed", sans-serif;  
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top:20%;
    left:15%;  
    z-index: 3;     
  }
  .listing a{
    color:#fff;
  }
  .card h1 {
    font-size: 2rem;
  }
  
  .info-box h5 {
    color: var(--maincolor);
    margin-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .info-box p,
  .info-box .new-list {
    margin: 20px;
    color: var(--paracol);
    font-family: "Roboto Condensed", sans-serif;
  }
  .info-box h5 i{
     color: var(--redcolor);
  }
 .new-list{
    padding-left: 1.2rem;
    font-family: "Roboto Condensed", sans-serif;
  }
  .new-list li{
    margin: 8px 0;
  }

  .transport-section {
    background-color: #ffffff;
    padding: 60px 20px;
    max-width: 100%;
    margin: 40px auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
  }

  /*.transport-section h2 {
    color: #333;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
  }*/

  .transport-section p {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    font-family: "Roboto Condensed", sans-serif;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .feature-card {
    background-color: #fdddde;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUpFade 0.8s ease forwards;
  }

  /* Staggered animation delays */
  .feature-card:nth-child(1) { animation-delay: 0.2s; }
  .feature-card:nth-child(2) { animation-delay: 0.4s; }
  .feature-card:nth-child(3) { animation-delay: 0.6s; }
  .feature-card:nth-child(4) { animation-delay: 0.8s; }
  .feature-card:nth-child(5) { animation-delay: 1s; }

  .feature-card:hover {
    background-color: #bfc4e6;
    transform: translateY(-5px);
  }

  .feature-card h4 {
    color: var(--maincolor);
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
  }

  .feature-card p {
    color: var(--paracol);
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
  }
  .feature-icon i{
    color:var(--redcolor);
  }

  /* Animations */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideUpFade {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 600px) {
    .transport-section h2 {
      font-size: 26px;
    }

    .transport-section p {
      font-size: 16px;
    }
  }

/*///////////////////////////////client-page-start///////////////////////////////////*/ 
.clnt-logo{
  width:100%;
  overflow:hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 20px;
} 
.clnt-logo img{
  width:100%;
}
/*///////////////////////contact-us ///////////////////////////////////////*/

.contitems{
border-right: 1px solid #ccc;
}
.conthd{
  color: var(--maincolor);
  font-weight: 600;
  text-transform: capitalize;
}
.contline a{
  display: inline-block;
  text-decoration: none !important;
  color:var(--paracol);
}

#contactForm{
  margin-top: 30px;
  background: var(--maincolor);
  padding: 30px;
}
#contactForm label{
  color:#fff;
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
}
#contactForm .form-control::placeholder {
  text-transform: capitalize;
  font-style: italic;
}
.my-bttn{
  background-color:var(--redcolor);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.con-hd{
  font-family: "Roboto Condensed", sans-serif;
   color:var(--paracol);
   font-weight: 600;
}
.con-hd span{
  color:var(--maincolor);
   font-weight: 400;
}
/*/////////////////////////enquiry-form-starts///////////////////////////////////*/
#enq_form {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
}

#enq_form h2 {
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
}

#enq_form label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: bold;
}

/*#enq_form input, select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s;
}*/

#enq_form input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #007bff;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.radio-group label {
  font-weight: normal;
}

.enq-btn {
  width: 100%;
  padding: 12px;
  background-color: var(--redcolor);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.enq-btn:hover {
  background-color: #0056b3;
}

.required::after {
  content: '*';
  color: red;
  margin-left: 5px;
}

@media (max-width: 480px) {
  .radio-group {
      flex-direction: column;
      gap: 10px;
  }
}
/*///////////////////////warehouse////////////////////////////////*/
.warehous{
   background: #f4f4f4;
   padding: 60px 0;
}
.ware-img img{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.img-cultr img{
  transform: scale(1); 
  transition: all 0.6s ease-in-out;
}

.img-cultr:hover img {
  transform: scale(1.1);
}

/*////////////////////about///////////////////////////*/
 /* Header Section */
  .about-header{
      background: linear-gradient(135deg, #293273 0%, #3a4bcc 100%);
      color: white;
      text-align: center;
      padding: 49px 20px;
      position: relative;
      overflow: hidden;
    }
    .about-header h1 {
      font-family: 'Nasa Font';
      font-size: 3.5rem;
      margin-bottom: 20px;
      animation: fadeInDown 1s ease-out;
    }

    .about-header p {
      font-family: "Roboto Condensed", sans-serif; 
      font-size: 1.2rem;
      text-align: left;

      animation: fadeInUp 1s ease-out 0.3s;
      animation-fill-mode: backwards;
    }



 .header {
  background: linear-gradient(135deg, #293273 0%, #3a4bcc 100%);
  color: white;
  text-align: center;
  padding: 49px 20px;
  position: relative;
  overflow: hidden;
}

.header h1 {
  font-family: 'Nasa Font';
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
}

.header p {
  font-family: "Roboto Condensed", sans-serif; 
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out 0.3s;
  animation-fill-mode: backwards;
}

.core-values ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.core-values li {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Roboto Condensed", sans-serif;  
  font-size: 16px; 
  color:var(--paracol);
  /* text-align: justify; */
}

.core-values li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.core-values li i {
  color: var(--redcolor);
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  display: block;
}

.core-values li strong {
  font-family: "Roboto Condensed", sans-serif;  
  font-size: 18px;
  color: var(--maincolor);
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

/* Animations */
@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .header h1 {
      font-size: 2.5rem;
  }

  .section h2 {
      font-size: 2rem;
  }

  .core-values ul {
      grid-template-columns: 1fr;
  }
}

.vision{
   padding: 30px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   background: #fff;
   min-height:294px;
}
.mis{
  background: #f4f4f4;
  padding: 60px 0;
}
/*///////////////////logistics-page-start///////////////////////////*/
.service-box.transport {
  background-image: url('../images/ser_img/transport.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-box.warehouse {
  background-image: url('../images/ser_img/warehouse.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wel-para{
   max-width: 1000px;
   margin: auto;
}
.list-ban{
  position: relative;
}

.overlay1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
/*//////////////////////////////////////////*/
#topBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  background-color: var(--redcolor);
  color: white;
  border: none;
  outline: none;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#topBtn:hover {
  background-color: #555;
}
  /*====== sticky icons css=======================*/

.icon-bar1 {
    position: fixed;
    top: 70%;
    z-index: 999;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar1 a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
  }
  
  .icon-bar1 a:hover {
    background-color: #000;
    background: rgb(0,0,0);
    background: linear-gradient(152deg, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%, rgba(234,108,67,1) 100%, rgba(246,211,157,1) 100%);
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  .instagram {
    background: rgb(255,255,255);
    background: linear-gradient(152deg, rgba(255,255,255,1) 0%, rgba(103,83,196,1) 0%, rgba(234,108,67,1) 61%, rgba(246,211,157,1) 100%);
    
    color: white;
  }
  .youtube {
    background: #FF0000;
    color: white;
  }
  .twitter {
    background: #55ACEE;
    color: white;
  }
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .whatsapp {
    background: #06b303;
    color: white;
  }
  
  .display-2{
          font-size: 3rem;
      }