body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #333; font-size: 14px;
  }

  html, body{ overflow-x: hidden;}

  h2, h3, h4, h5, h6, 
  .h2, .h3,.h4, .h5, .h6{ font-weight: 700; color: #000; font-family: 'Poppins', sans-serif; } 

  h2{ font-size: 36px;}

  body {
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;          /* Standard syntax */
  }

  .font-18{ font-size: 18px;}

   #scrollTopBtn{ background: #d70006; color: #fff;}
  
  header {
    background-color: #000000;
    color: white;
    padding: 20px 0;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

header {
            background-color: transparent !important;
        }

nav {
  display: flex;
  order: 3;
}

nav ul {
  list-style: none;
  display: flex;

  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

nav ul li a {
  color: #fff; padding: 10px 24px; text-transform: uppercase;
  text-decoration: none;
  font-weight: 600; display: inline-block; position: relative;
}
nav ul li a:before{ content: ""; position: absolute; right: 0px; top: 12px; bottom: 12px; background: #fff; width: 1px;}
nav ul li:last-child a:before{ display: none;}

nav ul li a.active, nav ul li a:hover{   border-radius: 0px; color: #fff; } 
nav ul li a.active:after, nav ul li a:hover:after{  content: ""; width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  
  border-bottom: 8px solid #fff; position: absolute; left: 50%; bottom: 0px; margin-left: -8px; } 

nav.active {
  display: block;
}

nav ul.mobile-hidden {
  display: none;
  flex-direction: column;
  width: 100%;
}

nav ul.mobile-visible {
  display: flex;
}

  nav ul li {
	margin-left: 5px;
}

  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 50px;
    margin-right: 10px;
  }
  section {
    padding: 60px 0;
  }
  .banner { position: relative;
  
    background: #3c0154 url(../images/h-bg.png) no-repeat center center ; 
   
    color: #fff;
    padding: 50px 0px; min-height: 800px; clip-path: polygon(100% 0, 100% 100%, 83% 79%, 0 100%, 0 0);
  }

   
 .banner:after{ content: ""; position: absolute; right: 0px; top: 0px; bottom: 0px; margin-right: -280px; background: #ffa401; width: 50%;}

  .banner h2 {
    font-size: 60px;
    margin-bottom: 10px; 
  } 
 .banner h2 span{ color: #ffa401;}

  .banner p {
    font-size: 18px;
  }
  .banner a {
    display: inline-block; border: #ffa401 1px solid;
    margin-top: 20px;
    background: none; font-size: 14px; text-transform: uppercase;
    color: #ffa401;
    padding: 12px 30px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none; 
  }
.banner a:hover{ background: #fff; color: #ffa401; }

  .section-title {
    color: #000000;
   
    font-size: 36px;
    position: relative;
  }
 
  .services-boxes .col{ display: flex;}
 
  .service-card {
    background: none; width: 100%;  background: none; border-top: #ffa401 6px solid; padding: 30px;
    border-radius: 0px;
    padding: 0px;
    
    transition: transform 0.3s ease; text-align: center;
  }

 .service-card i{ width: 75px; height: 75px; display: inline-flex; align-items: center; justify-content: center; color: #fff !important; background: #ffa401;  margin-bottom: 25px !important; margin-top: -50px; } 
  .service-card h3{ font-size: 20px !important;  color: #fff; padding-bottom: 6px !important; font-weight: 600 !important;}
  .service-card p{ color: #fff;}
  
  .service-card i {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
  }
  .about-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }
 


  .vision-mission {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .cta {
    
    padding: 60px 0px;
  } 

 .cta a{ color: #4f2384;}

  form input,
        form textarea {
            width: 100%;
            padding: 12px;
            margin: 10px 0; background: #fff !important; color: #000;
            border: none !important;
            border-radius: 0px; box-shadow: none !important;
            font-family: 'Poppins', sans-serif; 
            box-sizing: border-box; outline: none !important;
        }

        form button {
            background: none !important; border: #ffa401 1px solid !important;
            color: #ffa401;
            padding: 12px 25px;
            border: none;
            border-radius: 0px !important;
            font-weight: bold;
            cursor: pointer;
        }

         form button:hover{ background: #ffa401; color: #fff; border: #fff 1px solid !important;}

        form input::placeholder, form textarea::placeholder{color:#000;opacity:1;}
 
  .contact-wrapper i {
    color: #fff;
    margin-right: 0px; width: 60px; height: 65px; background: #ffa401; display: inline-flex; align-items: center; justify-content: center; border-radius: 0px 25px 25px 0px;
  }
  .footer {
    background-color: #fff;
   color: #333; 
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
  }

  /* Scroll to top button */
  #scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-size: 20px;
    background-color: #ffa401;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  #scrollProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #d3d3d3; /* light grey */
    z-index: 999;
    transition: width 0.25s ease-out;
  }

 
  .contact-info a {
  color: #000000;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

  /* FAQ Section */
.faq-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}
.faq-section h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.accordion {
  max-width: 800px;  
  margin: 0 auto;
}
.accordion-item {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0px !important; border: none !important;
  margin-bottom: 15px; border: none !important;
  border-left: #ffa401 4px solid !important;
 
  overflow: hidden;
}
.accordion-header {
  background: none !important; border-radius: 0px !important; border: none !important;
  color: #fff;
  cursor: pointer;
  padding: 14px 25px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header i {
  transition: transform 0.3s ease; width: 30px; height: 30px; background: #ffa401; border-radius: 100%; display: inline-flex; align-items: center; justify-content: center; color: #fff;
}
.accordion-header.active{  border: none;}

.accordion-header.active i {
  transform: rotate(180deg);
}
.accordion-body {
  display: none;
  padding:0px 25px 20px; 
  background: none !important; color: #fff;
  
}

.bg-d-gry{ background: #0f1b24;}

.faq {
  max-width: 800px;
  margin: 0 auto 20px;
}
.faq h4 {
  color: #000000;
  margin-bottom: 10px;
}
.faq p {
  margin: 0 0 20px;
}

/* Testimonials */
.testimonial-section {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.testimonial-section h2 {
  color: #000000;
  margin-bottom: 40px;
}
.testimonial-carousel {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
}
.testimonial {
 position: relative;
  background: #fff; 
  padding:30px 25px 30px 90px;
  border-radius: 0px;
  scroll-snap-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.testimonial:before{ content: ""; position: absolute; left: 0px; top: 0px; width: 70px;  height: 100%; background: #ffa401 url(../images/test-icon.png) no-repeat center center; background-size: 30px;}


.testimonial p {
  font-style: italic;
}
.testimonial .author {
  margin-top: 15px;
  font-weight: bold;
  color: #000000;
}
header {
    position: fixed; left: 0px; right: 0px;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
  }
  header.scrolled {
    padding: 20px 0 !important;
    background-color: #3c0154 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); position: fixed; left: 0px; right: 0px; top: 0px;
  }
 

.logo{ color: #fff;  font-size: 24px; font-weight: 600; line-height: 28px; } 
.logo span{ color: #ffa401; display: inline-block;} 

.services, .bg-gray-2{ background: #3c0154; clip-path: polygon(100% 0, 100% 100%, 83% 79%, 0 100%, 0 0);} 

.service-card i {
            color: #4f2384;
        }


        


        

.contact-info a{ color: #000; text-decoration: none;} 

.contact-info ul{ display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap;}
.contact-info li{ display: flex; align-items: center; flex-direction: column; width: 50%; margin-bottom: 25px;} 
.contact-info li span{ padding-bottom: 10px;}
.contact-info li span i{  color: #fff;  font-size: 26px;} 
.contact-info li p{ margin: 0px;}  
.contact-info li p strong{ color: #000; font-weight: 600;  font-size: 16px;}


.b-thmnl{ margin: -70px -150px 0px 0px;}
.b-thmnl:before{ content: ""; position: absolute; left: -50px; bottom: 0px; width: 280px; height: 280px; border-radius: 100%; background: url(../images/pic-3.jpg) no-repeat center center; background-size: cover; box-shadow: 0px 10px 0px #d70006;}

.wwd-bx{ background: #d70006; border-radius: 0px; min-height: 300px; max-width: 950px; padding: 20px 40px; margin-top: -60px !important;} 

.wwd-bx i { display: inline-flex; align-items: center; justify-content: center; width: 150px; height: 150px; background: #fff; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);}  
.wwd-bx i img{ max-height: 60px;}

.l-r-bdr:before{ content: ""; position: absolute; left: -12px; top: 0px; bottom: 0px; width: 1px; background: #fff;}
.l-r-bdr:after{ content: ""; position: absolute; right: -12px; top: 0px; bottom: 0px; width: 1px; background: #fff;} 


.title-1{ position: relative; padding-bottom: 15px;} 
.title-1:before{ content: ""; position: absolute; background: #ff5c01; left: 50%; height: 8px; width: 50px; margin-left: -25px; bottom: 0px; clip-path: polygon(100% 0, 100% 100%, 50% 18%, 0 100%, 0 0);} 

.clippath{clip-path: polygon(100% 0, 100% 100%, 50% 92%, 0 100%, 0 0);}

.truck{ margin: 0px -100px 0px 0px;} 

.wwd-center{ background: #3c0154;} 
.wwd-center h4{ font-weight: 600; padding: 20px 0px 12px; font-size: 20px;} 
.wwd-center i{ display: inline-flex; align-items: center; justify-content: center; min-height: 60px;}

.fast-delivery:before{ content: ""; position: absolute; left: 0px; top: 0px; bottom: 0px; border-left: 1px dashed #fff; width: 1px;}
.fast-delivery:after{ content: ""; position: absolute; right: 0px; top: 0px; bottom: 0px; border-right: 1px dashed #fff; width: 1px;}

.about figure{ margin-left: -12px !important;} 
.about figcaption{ max-width: 800px; width: 100%; background: rgba(60, 1, 84, 0.1); padding: 40px 40px 40px 50px; margin-left: -30px;}
.contact-info{ background: #fff; padding: 40px 20px;}


@media (max-width: 768px) {
  .banner h2 {
    font-size: 2rem;
}

.menu-toggle {
    display: block;
    margin-left: auto; color: #fff;
}

nav {
    width: 100%;
    order: 4; background: #3c0154;
}

nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
}

nav ul.active {
    display: flex;
}

.header-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
} 

.b-thmnl{ margin:30px 0px;} 
.b-thmnl::before{ width: 150px; height: 150px; left: 0px;} 
.l-r-bdr::before, .l-r-bdr::after{ display: none;} 

.service-card h3{ font-size: 18px !important;} 

.section-title, h2, .h2{ font-size: 30px;} 

.services, .bg-gray-2, .banner{ clip-path: polygon(100% 0, 100% 100%, 83% 95%, 0 100%, 0 0);} 

.contact-info li{ width: 100%;}  nav ul li a::before{ display: none;}

}