/* Preloader Fullscreen */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Preloader GIF */
.preloader-gif {
    width: 100px; /* Adjust size as needed */
    height: auto;
}


/* Global Styles */
body {
    font-family :'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
   
}


  
  h1, h2, h3, h4, h5, h6 {
    color: #000;
  }

  html {
    scroll-behavior: smooth;
}

  /* Navbar Styles */
  .navbar {
    width: 100%;
    background-color: white; /* Adjust color */
    z-index: 1000; /* Ensures it stays on top */
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow */
    }
  
    
    .navbar-brand {
      font-weight: bold;
    }
    
    .navbar-nav .nav-link {
      color: #333;
      margin-left: 15px;
      transition: color 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
      color: #007bff;
    }
    
    .navbar .btn {
      background-color: #007bff;
      color: white;
    }
    
    .navbar .btn:hover {
      background-color: #0056b3;
    }

     /* Hero Section */
  .hero {
    color: white;
    padding: 10px 0px;
  }
  
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .hero p {
    font-size: 1.2rem;
  }

    /* Hero Section */
  
    .hero-section {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
       /* padding: 40px 0px;   */
      background-color: #ffffff;
      width: 100%;
     
      
      
    }
    .hero-content {
      flex: 1;
      padding: 20px;
     
      max-width: 650px;
    }
    .hero-title {
      font-size: 2.0rem;
      font-weight: bold;
    }
    .hero-subtitle {
      font-size: 1.2rem;
      color: #6c757d;
      margin-bottom: 20px;
    }
    
    .container-image {
      /* padding:0px; */
      flex: 1;
      display: flex;
      justify-content: top;
      max-width: 650px;
      animation: moveUpDown 3s ease-in ;
     /* position: sticky;*/
      overflow: auto
    }
    
    .container-image img {
      max-width: 100%;
      height: auto;
    }
    
    /* Animation */
    @keyframes moveUpDown {
    0% {
        transform: translateY(-100vh); /* Start from above the screen */
    }
    100% {
        transform: translateY(0); /* End at the center of the screen */
    }
    }
    
    @media (max-width: 768px) {  /* Mobile View */
      .hero-section {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center;
          min-height: auto;
          /* padding: 40px 15px; */
          text-align: center;
          
      }
  
      .container-image {
          order: 1; /* Image appears first */
          max-width: 100%;
          height:50vh;
          display: flex;
          justify-content: center;
          position: static; /* Removes stickiness */
          z-index: static;
          align-items: center;
      }
  
      .hero-content {
          order: 2; /* Hero text appears below image */
          max-width: 100%;
          font-size: 14px;
          justify-content: center;
          align-items: center;
      }
  
      .hero-section1 {
          order: 3; /* logistic  */
          max-width: 100%;
          /* padding: 100px;  */
          display: flex;
          text-align: center;
          justify-content: center;
          
      }
  

  }
  
   .sticky-element {
    position: sticky;
  
   }

  
    /* logistic services points */
    .hero-section1 {
        background-color: #050537;
        padding: 40px 15px; 
        color: white;
        /* animation: fadeInUp 1.5s ease-in-out; */
      }
  
  
      .btn-primary {
        background-color: #007bff;
        border: none;
      }
      .features-container {
        display:flex ; 
        justify-content: left; /* Center the columns */
        gap: 60px; /* Space between the columns */
        max-width: 600px; /* Adjust width as needed */
     
    }
    .features-column {
        list-style: none;
        padding: 0;
    }
    .features-column li {
        margin-bottom: 10px; /* Spacing between items */
    }
    /* Responsive Design */
  
  /* Tablet View (Between 768px - 1024px) */
        @media (max-width: 1024px) {
        .hero-section1{
            align-content: center;
            justify-content: center;
            width: 100%;
            }
        }
        
  
     @media (max-width: 768px) {
      .hero-section1{
         
          align-content: center;
          justify-content: center;
          width: 100%;
      }
    
    
    .features-container {
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      overflow: hidden;
      text-align: center;
      gap: 10px;
      display: inline;
      font-size: 14px;
  }
  
  
  }

 /* ======= About Section Styles ======= */

.about-section {

    background-color: #f8f9fa;
    text-align: left;
    color: #333;
    display: flex;
    padding: 40px 100px;
    align-content: center;
    }
  
    .about-section h2 {
      font-weight: bold;
      color: #111827;
      margin-bottom: 20px;
    }
  
    .about-section P {
      font-size: 1.2rem;
    }

/* Image Styling */
.wipe-image {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    animation: wipeEffect 1.5s ease-in-out forwards;
}

/* Wipe Animation */
@keyframes wipeEffect {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

/* Mission Box Styling */

.mission-box {
    background-color: #e2e2e2c3;
    color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 10px;
    text-align: left;

    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
  }
  .mission-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  
  .mission-box h5 {
   font-weight: bold;
  }
  
  
  /* Icons */
  .mission-box i {
    font-size: 20px;
    color: #c90f0f;
    margin-bottom: 10px;
  }
  
/* Text Styling */
h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}


/* ======= Responsive Design ======= */

/* Tablet View (Between 768px - 1024px) */
@media (max-width: 1024px) {
    .about-section {
        padding: 40px 20px;
    }

    .mission-box {
        margin-bottom: 20px;
    }

    .wipe-image {
        max-width: 400px;
    }
}

/* Mobile View (Below 768px) */
@media (max-width: 768px) {
    .about-section {
        text-align: center;
        padding: 30px 10px;
    }

    .text-center-mobile {
        text-align: center;
    }

    .mission-box {
        padding: 15px;
    }

    .wipe-image {
        max-width: 100%;
        height: auto;
    }

    h2 {
        font-size: 28px;
        color: #007bff;
    }

    p {
        font-size: 14px;
    }
}

/*=======  CSS Styling for Gallery =======   */

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.photo-gallery h2{
    font-weight: bold;
    color: #111827;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:hover {
    transform: scale(1.05);
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


/*=======  Service Section =======  */
.service-section {
padding: 60px 0;
text-align: center;
background: linear-gradient(to right, #111827, #1f2937);
color: white;
justify-content: center;
}

.service-section h2 {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 20px;
color: white;
}

.service-section h4 {
font-weight: bold;
margin: 20px;
font-size: 1.5rem;
}

.service-section p {
font-size: 1rem; 
text-align: left;
margin-bottom: 20px;
line-height: 1.6;

}

.service-image img {
margin-left: 50px;
max-width: 150px;
height: auto;
}

/* Service Boxes */
.service-box {
background-color: white;
color: black;
padding: 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 4px 6px rgba(247, 245, 245, 0.1);
margin-bottom: 20px;
position: relative;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
height: 90%;
}

/* Moving Image Effect */
 .service-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(241, 237, 237, 0.2);
 }

/* Icon Box */
.icon-box {
font-size: 40px;
color: #007bff;
margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
.service-section {
  padding: 40px;
}

.service-box:hover {
transform: scale(1.05); 
box-shadow: 0 6px 12px rgba(58, 56, 56, 0.321);
}

.h2 {
    font-size: 24px;
    color: #007bff;
}


}


/* ======= Contact Section Styles ======= */
.contact-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

/* Contact Box */
.contact-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    color: #111827;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-box h1 {
    font-weight: bold;
    text-transform: capitalize;
    color: #111827;
    font-size: 28px;
}

.contact-box h5 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #111827;
}

.contact-box p {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #111827;
}

.contact-box a {
    color: #111827;
    text-decoration: none;
    font-weight: bold;
}

.contact-box a:hover {
    text-decoration: underline;
}

/* ======= Moving Image Styles ======= */
.moving-container-image {
    max-width: 100%; 
    /* margin-left: -200px; */
    height: auto;
    border-radius: 10px;
    animation: wipeEffect 1.5s ease-in-out forwards;
}

/* Wipe Animation */
@keyframes wipeEffect {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

/* ======= Responsive Design ======= */

/* Tablet View (Between 768px - 1024px) */
@media (max-width: 1024px) {
    .contact-section {
        padding: 40px 20px;
    }

    .moving-container-image {
        max-width: 80%;
        margin-bottom: 20px;
    }

    .contact-box {
        padding: 30px;
    }
}

/* Mobile View (Below 768px) */
@media (max-width: 768px) {
    .contact-section {
        text-align: center;
        padding: 30px 10px;
    }

    /* Hide Image on Mobile */
    .moving-container-image {
        display: none;
    }

    .contact-box {
        padding: 20px;
        text-align: left;
    }

    .contact-box h1 {
        font-size: 26px;
    }

    .contact-box p {
        font-size: 14px;
    }
}

/* ======= Footer Styling ======= */

/* Footer Styling */
.footer-section {
    background: #111827;
    color: #ffffff;
    padding: 20px 10px;  /* Reduced padding */
    text-align: center;
}

/* Footer Logo */
.footer-logo img {
    width: 200px; /* Reduced size */
    margin-bottom: 5px;
}

.footer-logo p {
    /* font-size: 12px; Smaller text */
    color: #bbb;
    margin-bottom: 8px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 5px; /* Less spacing */
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px; /* Smaller text */
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Social Media Icons */
.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    width: 30px; /* Smaller icons */
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    font-size: 14px; /* Smaller icon size */
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #ffffff;
    color: #111827;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    padding-top: 10px; /* Less padding */
    border-top: 1px solid #444;
    font-size: 12px; /* Smaller text */
}

.footer-bottom p{
    text-align: center;
    font-size: 12px; /* Smaller text */
    color: #bbb;
    margin-bottom: 8px;
}

/* Scroll to Top Button */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #0d6efd;
    color: white;
    border: none;
    padding: 8px 12px; /* Smaller button */
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
}

#scrollTopBtn:hover {
    background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-section {
        padding: 15px 5px; /* Further reduced padding */
    }

    .footer-logo img {
        width: 100px; /* Smaller logo */
    }

    .footer-links {
        text-align: center;
    }

    .social-icons a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .footer-bottom {
        padding-top: 5px;
    }
}
