body{
  overflow-x: hidden;
}

.backimg1 {
    background-image: url("../images/new.webp"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh; 
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
}

/*.backimg1::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(to top, #1D0101, rgba(50, 13, 13, 0.455));*/

/*    z-index: 1;*/
/*    pointer-events: none; */
/*}*/
.text {
    position: relative; 
    z-index: 1; 
    color: white; 
  
  }
  .text2 {
    position: relative; 
    z-index: 1; 
    
  
  }
  .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .align{
    text-align: center;
  }
  .height1{
height:75vh;
  }
  .widttrucks{
    width:40%;
  }
  
  p{
    font-size: 22px;
  }
  .minustruck{
    margin-top: -150px;
    z-index: 2000;
    position: absolute;
  }
  
  .widthimg2{
    width:100%;
  }
  .margin_5{
    margin-top: 5%;
  }
  .margin_10{
    margin-top: 10%;
  }
  .margin_15{
    margin-top: 15%;
  }
  .bold{
    font-weight: bold;
  }
 .button{
    color:white;
    background-color: gray;
    border: none;
    padding:12px 40px;
    margin-right: 15px;
    border-radius: 10px;
    font-weight: bold;
    
 }
 .backcolor1{
    background-color: #F7F7F7;
    padding: 5% 0%;
 }
 .border1 {
    border: 1px solid #BCBCBC;
    padding: 15px;
    border-bottom: 4px solid #BCBCBC;
    border-right: 4px solid #BCBCBC;
    border-radius: 10px;
    transition: transform 0.5s ease; /* Smooth transition for transform and shadow */
}

.border1:hover {
    transform: scale(1.05); /* Scales the element up to 105% of its original size */
}

 .border1:hover{
    background-color: #FFF0F0;
 }
 .box1height{
height:330px;
 }
 .box2height{
    height:250px;
     }
 .iconwidth1{
    width:60px;
 }
 .pfont{
font-size: 18px;
 }
 .iconwidth2{
    width:80px;
 }
 .red{
color:#E31E25;
 }
 .widthtruck2{
    width:100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height:150px;
 }
 .border2{
    border-radius: 20px;
    background-color: white;
    padding-top: 5%;
    height:400px;
    
 }
 .padding2{
    padding-left:5%;
 }

 .testimonial-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.circle {
    position: absolute;
    top: -50px;
    left: 100px;
    width: 100px;
    height: 100px;
    background-color: #f8d4d4;
    border-radius: 50%;
    z-index: -1;
}

.h1s {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.boxshadowfaq{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding:10% 2%;
        border-radius: 20px;
}
.footerlogo{
    width:50%;
}
.pink{
    background-color:  rgba(128, 128, 128, 0.522);
;
    border-radius: 20px;
    width:80%;
    padding:6px 20px;
}
.pinkp{
    font-weight: bold;
}





.zoom-content {
    opacity: 0;
    transform: scale(0.8); /* Start zoomed out */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth zoom-in transition */
}

.zoom-in {
    opacity: 1;
    transform: scale(1); /* Zoom to original size */
}
@media(max-width:768px){
    .col-md-3{
        margin-top: 5%;
    }
    .col-md-4{
        margin-top: 5%;
    }
    .col-md-6{
        margin-top: 5%;
    
}
.col-md-8{
    margin-top: 5%;
}

.col-md-12{
    margin-top: 5%;
}
}



/* /////////////////////////////////////////////////////// navbar*/


.navbar-brand img {
  max-height: 100px; /* Adjust logo size */
}
.dropdown-menu {
  min-width: 200px; /* Adjust dropdown menu width */
}
 /* Optional: Customize offcanvas width */
 .offcanvas {
  width: 250px; /* Adjust the width as needed */
}
.offcanvas-body {
  padding: 1rem;
}
.navbar-toggler {
  z-index: 1050; /* Ensure the toggler is on top of the offcanvas */
}
/* Show dropdown menu on hover */
.nav-item:hover .dropdown-menu {
  display: block;
}

/* Hide dropdown menu initially */
.dropdown-menu {
  display: none;
}

/* Optional: Adjust dropdown position */
.dropdown-menu {
  margin-top: 0;
  border-radius: 0.25rem;
  border-bottom: 5px solid orangered;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Optional: Adjust dropdown items */
.dropdown-item {
  padding: 0.5rem 1rem;
 
}
.dropdown-item:hover {
 background-color: #1A2538;
 color:white;
 font-weight: bold;
 
}
.backimgtop1{
  background-image: url("../images/a-big-truck-is-driving-along-the-highway-delivering-goods-the-concept-of-logistics-and-delivery-rout.webp");
width:100%;
background-size: cover;
color:white;
}

.backimgtop1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background-color: rgba(0, 0, 0, 0.584);

  z-index: 1;
  pointer-events: none; /* Allows clicks to pass through */
}


.backimgtop2{
  background-image: url("../images/air_1.webp");
width:100%;
background-size: cover;
color:white;
}

.backimgtop2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background-color: rgba(0, 0, 0, 0.422);

  z-index: 1;
  pointer-events: none; /* Allows clicks to pass through */
}
.widthaeroplane{
  width:100%;
}



.image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide-in {
  width: 100%;
  position: relative;
  transform: translateX(100%); /* Start the image off the screen (right) */
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.visible {
  transform: translateX(0); /* Move the image to its final position */
  opacity: 1;
}
.hiddencopyright2{
    display:none;
}
@media(max-width:768px){
  .widttrucks{
    width:100%;
  }
  .minustruck{
    margin-top: -100px;
  }
  .topmg{
    margin-top: 35%;
  }
  .topmg2{
    margin-top: 60%;
  }
  .hiddencopyright{
      display:none;
  }
  .hiddencopyright2{
    display:block;
}
}