@font-face {
    font-family: 'MyFont';
    src: url('font/transporth.ttf') format('truetype');
    
}
body {
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }
.fontclass{
  font-family: 'MyFont', sans-serif;
  letter-spacing: -1px;
}
.fontclass1{
  font-family: 'MyFont', sans-serif;
}
    /* Navbar */
    .navbar {
      padding: 1rem 3rem;
      animation: fadeInDown 1s ease;
      z-index: 4;
    }
    .qwq-marg-auto-right{
      margin-right: auto !important;
      margin-left: 50px;
    }
    .navbar-brand img {
      height: 45px;
      animation: fadeIn 1.2s ease;
    }

    .nav-link {
      color: #000 !important;
      font-weight: 500;
      margin-right: 1rem;
      transition: color 0.3s;
    }

    .nav-link.active {
      color: #00a651 !important;
    }

    .nav-link:hover {
      color: #00a651 !important;
    }

    /* Search */
    .search-container {
      position: relative;
      display: flex;
      align-items: center;
    }

    .search-bar {
      border-radius: 20px;
      padding: 4px 12px;
      border: 1.5px solid #00a651;
      outline: none;
      width: 0;
      opacity: 0;
      transition: all 0.4s ease;
      position: absolute;
      right: 40px;
    }

    .search-bar.active {
      width: 260px;
      opacity: 1;
    }

    .search-btn {
      background: #00a651;
      border: none;
      color: #fff;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
    }

    /* Hero Section */
    /* HERO SECTION */
.hero-wrapper{
    width: 100%;
    position: relative;
    padding: 0px 0 225px;
    overflow: hidden;
    margin-top: 38px;
}

.hero-green-bg{
    position: absolute;
    right: 0;
    top: -130px;
    width: 100%;
    height: 85%;
    background: url('../images/pattern.png') no-repeat center;
    background-size: cover;
    z-index: 1;
}
.hero-green-bg3{
    position: absolute;
    right: 0;
    top: -70px;
    width: 100%;
    height: 85%;
    background: url('../images/pattern.png') no-repeat center;
    background-size: cover;
    z-index: 1;
}

.hero-rider-img{
  animation: slideInRight 1s ease;
      width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 4;
    margin-right: -17%;
    margin-top: -10%;
}
.hero-rider-img1{
  animation: slideInRight 1s ease;
      width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 4;
    margin-right: -10%;
    margin-top: -10%;
}
.hero-rider-img3{
  animation: slideInRight 1s ease;
      width: 88%;
    max-width: 100%;
    position: relative;
    z-index: 4;
    margin-right: -10%;
}

.dots-bg{
    width: 85px;
    height: 85px;
    background: url('../images/dots-png.png') no-repeat;
    background-size: contain;
    margin-bottom: 35px;
}

.bottom-bg-img{
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 0;
}

.btn-download {
    padding: 14px 35px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    background: #ffffff;
    
    border: 4px solid transparent; /* solid 4px border */
    border-radius: 50px;

    background-image: 
        linear-gradient(#ffffff, #ffffff), /* inside white */
        linear-gradient(45deg, #00a651, #00723d); /* border gradient */

    background-origin: border-box;
    background-clip: padding-box, border-box; /* keeps gradient in border */
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.35); /* Green glow shadow */
    transition: .3s;
}
.btn-download1 {
    font-weight: 600;
    color: black;
    text-decoration: none;
    background: #ffffff;
    
    border: 4px solid transparent; /* solid 4px border */
    border-radius: 50px;

    background-image: 
        linear-gradient(#ffffff, #ffffff), /* inside white */
        linear-gradient(45deg, #00a651, #00723d); /* border gradient */

    background-origin: border-box;
    background-clip: padding-box, border-box; /* keeps gradient in border */
    box-shadow: 0 4px 12px rgba(0, 166, 81, 0.35); /* Green glow shadow */
    transition: .3s;
}
.btn-download:hover {
    background-image:
        linear-gradient(#09A34A, #09A34A), /* white becomes green on hover */
        linear-gradient(45deg, #00a651, #00723d);
    color: #ffffff;
}

/* homepage service card css */

.card-img-wrapper-image {
  position: relative;
  overflow: hidden;
}
.card-img-wrapper-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* translucent dark layer to improve readability */
.card-img-wrapper-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* center content */
.overlay-content {
  position: absolute;
  margin-top: 45%;
  inset: 0;
  z-index: 2; /* above overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}
.leadtext{
  font-size: 0.85rem;
  color: grey;
}
.overlay-content h1 { margin-bottom: .5rem; font-weight: 700; }
.overlay-content p { margin-bottom: .75rem; opacity: 0.95; }

/*.btn-download:hover {
    background: #09A34A;
    color: #fff;
}*/
.custom-margin{
  margin-top: -10%;
}

.btn-download:hover{
    background: #09A34A;
    color: #fff;
}
/* Custom circular arrow icon */
.download-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #00a651;
    position: relative;
    display: inline-block;
    margin-bottom: -8px;
}

/* Vertical arrow line */
.download-icon::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    width: 6px;
    height: 14px;
    background-color: #ffffff;
    transform: translateX(-50%);
    border-radius: 1.5px;
}

/* Arrow head */
.download-icon::after {
    content: "";
    position: absolute;
    bottom: 18%;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #ffffff;
    transform: translateX(-50%);
}

.div-cus-main{
  margin-left: 17%;
  margin-top: -25%;
  animation: slideInLeft 1s ease;
}
.div-cus-mainheroo{
  margin-left: 17%;
  margin-top: -25%;
  animation: slideInLeft 1s ease;
}

.div-cus-main2{
  margin-left: 17%;
  margin-top: -45%;
  animation: slideInLeft 1s ease;
}
.title-1{
  font-size: 2.875rem;
}
.title-2{
  font-size: 3.625rem;
}
.text-clr-qwqer{
  color:#00a651;
}
.section-with-dots {
    position: relative;
    padding: 2.5rem 1.25rem;
    border-radius: .5rem;
    overflow: hidden;
  }

  .section-with-dots::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 220px; /* Adjust according to design */
    height: 100%;
    background-image: url("../images/dots-png.png"); /* Replace with your image path */
    background-repeat: repeat; /* Repeats both directions */
    background-size: auto; /* You can change to contain/cover if needed */
    pointer-events: none;
  }

  

    /* Animations */
    @keyframes fadeIn {
      0% {opacity: 0;}
      100% {opacity: 1;}
    }

    @keyframes fadeInDown {
      0% {opacity: 0; transform: translateY(-30px);}
      100% {opacity: 1; transform: translateY(0);}
    }

    @keyframes slideInLeft {
      0% {opacity: 0; transform: translateX(-60px);}
      100% {opacity: 1; transform: translateX(0);}
    }

    @keyframes slideInRight {
      0% {opacity: 0; transform: translateX(60px);}
      100% {opacity: 1; transform: translateX(0);}
    }

    @keyframes bounceIn {
      0% {transform: scale(1);}
      100% {transform: scale(1.05);}
    }
    .footer-section, .industries-section {
  background: url('../images/pattern-1.png') no-repeat center center/cover;
  padding: 80px 0;
}

.footer-overlay {
  padding: 50px 0;
}

.footer-content {
  width: 85%;
  max-width: 1200px;
  margin: auto;
}

.footer-box, .industries-section-bg{
  background: #fff;
  color: #000;
  padding: 50px;
  border-radius: 12px;
}



.footer-heading {
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 45px;
}

.footer-heading span {
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
}

.footer-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/*.footer-left, .footer-right {
  flex: 1;
}*/

/* Form UI */
.footer-left form input,
.footer-left form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.footer-left form textarea {
  height: 120px;
  resize: none;
}

.footer-right{
  border: 1px solid #ccc;
}
.footer-right h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-right ul {
  list-style: none;
  padding: 10px;
}

.footer-right ul li {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
}

.footer-right ul li i {
  margin-right: 8px;
  font-size: 25px;
  color: #00a651;
}

.footer-social {
  text-align: center;
  margin-top: 35px;
}

.footer-social a {
  margin: 0 10px;
  font-size: 24px;
  color: #000;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #00a651;
}

@media(max-width: 768px) {
  .footer-inner {
    flex-direction: column;
  }
}
/*.order-container {
      position: relative;
      margin-bottom: 0;
      transition: all 0.4s ease;
      overflow: hidden;
    }*/

    /* Green hover box (hidden by default) */
    /*.hover-box {
      background: linear-gradient(180deg, #00a33b, #007d2d);
      color: #fff;
      text-align: center;
      padding: 20px;
      border-radius: 12px;
      font-weight: 600;
      width: 100%;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      opacity: 0;
      transform: translateY(-20px);
      transition: all 0.4s ease;
    }*/

    /* Main card */
    /*.order-card {
      background: #fff;
      border: 2px solid #00a33b;
      border-radius: 12px;
      text-align: center;
      transition: all 0.3s ease;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .order-card img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }*/

    /* On hover → expand + show green box */
    /*.order-container:hover {
      margin-bottom: 270px; 
    }

    .order-container:hover .hover-box {
      opacity: 1;
      transform: translateY(0);
      margin-bottom: 20px;
    }*/
.order-container {
      position: relative;
      width: 360px;
    }

    /* Green hover box */
    .hover-box {
      position: absolute;
      top: -250px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(180deg, #00a33b, #007d2d);
      color: #fff;
      text-align: center;
      padding: 20px;
      border-radius: 12px;
      font-weight: 600;
      width: 90%;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      opacity: 0;
      font-size: 20px;
      visibility: hidden;
      transition: all 0.4s ease;
      z-index: 5;
    }

    .hover-box::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #007d2d;
    }

    /* Main card */
    .order-card {
      background: #fff;
      border: 2px solid #00a33b;
      border-radius: 12px;
      text-align: center;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .order-card img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    /* Show hover box */
    .hover-box.show {
      opacity: 1;
      visibility: visible;
      top: -270px;
    }
.ordercard-heading{
      text-align: center;
    font-size: 46px;
}
.order-card-margin{
  margin-top: -170px;
}
.partners-section {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 25px rgba(0,0,0,0.1);
      padding: 40px 30px;
      margin: 60px auto;
      /*max-width: 1200px;*/
      overflow: hidden;
    }

    .partners-heading {
      
      text-align: center;
      margin-bottom: 30px;
    }

    .partners-heading span {
      color: #16a34a; /* QWQER green */
    }

    .slider-wrapper {
      display: flex;
      align-items: center;
      position: relative;
    }

    .logos-container {
      display: flex;
      gap: 25px;
      overflow: hidden;
      flex-wrap: nowrap;
      scroll-behavior: smooth;
      width: 100%;
    }

    .partner-item {
      flex: 0 0 calc(20% - 20px);
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 110px;
      transition: transform 0.3s ease;
    }

    .partner-item:hover {
      transform: scale(1.05);
      box-shadow: 0 0 15px rgba(0,0,0,0.15);
    }

    .partner-item img {
      max-height: 100%;
      width: 100%;
      object-fit: contain;
    }

    .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #000;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      cursor: pointer;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.8;
    }

    .arrow-btn:hover {
      opacity: 1;
    }

    .arrow-left {
      left: -10px;
    }

    .arrow-right {
      right: -10px;
    }

    @media (max-width: 768px) {
      .partner-item {
        flex: 0 0 45%;
      }
    }

    @media (max-width: 576px) {
      .partner-item {
        flex: 0 0 80%;
      }
    }
.swiper {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      padding-bottom: 40px; /* space for dots */
    }

    .slide-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 3px solid #ccc;
    }

    .slide-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .slide-body {
      padding: 14px;
      text-align: center;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .slide-title {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 6px;
    }

    .slide-desc {
      font-size: 13px;
      color: #666;
    }

    /* pagination dots outside */
    .swiper-pagination {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
    }

    /* responsive breakpoints */
    @media (max-width: 900px) {
      .slide-card img { height: 160px; }
    }
.fb-icon{
  background: white;
    padding: 10px 18px 10px 18px;
    border-radius: 30px;
}
.twitter-icon{
  background: white;
    padding: 10px 16px 10px 16px;
    border-radius: 30px;
}
.insta-icon{
  background: white;
    padding: 10px 16px 10px 16px;
    border-radius: 30px;
}
.section-about-para{
  font-size:20px;
  width: 80%;
}

/* About page css */

.partner-banner {
      background: linear-gradient(90deg, #004d1a 0%, #00a651 100%);
      color: #fff;
      border-radius: 20px;
      padding: 60px 40px;
      overflow: hidden;
    }
.service-sec-banner {
      background: linear-gradient(90deg, #004d1a 0%, #00a651 100%);
      color: #fff;
      border-radius: 20px;
      overflow: hidden;
      width: 99.5%
    }
.service-main-banner {
      background: linear-gradient(90deg, #004d1a 0%, #00a651 100%);
      color: #fff;
      border-radius: 20px;
      padding: 60px 40px;
      overflow: hidden;
    }
    .partner-banner h1 {
      font-weight: 600;
      font-size: 3.8rem;
      line-height: 1.2;
    }
    .partner-banner h1 span {
      color: #00ff66;
    }
    .partner-banner p {
      margin-top: 15px;
      font-size: 1.1rem;
      opacity: 0.9;
    }
    .download-btn1 {
      background: #fff;
      color: #000;
      font-weight: 600;
      border-radius: 50px;
      padding: 12px 30px;
      display: inline-block;
      text-decoration: none;
      margin-top: 25px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.15);
      transition: all 0.3s ease;
    }
    .download-btn1:hover {
      background: #00ff66;
      color: #000;
      transform: translateY(-3px);
    }
    .banner-img {
      text-align: right;
    }
    .banner-img img {
      max-width: 100%;
      height: auto;
    }

.section-about-card {
      padding: 60px 20px;
    }

    .section-about-card-title {
      text-align: center;
      font-weight: 900;
      font-size: clamp(34px, 4.5vw, 56px);
      animation: fadeIn 1.2s ease;
      margin-bottom: 48px;
    }

    .section-about-card-title .green { color: #00a651; }

    .card-wrap-about-card {
      position: relative;
      padding: 8px;
    }

    .feature-card-about-card {
      position: relative;
      background: #fff;
      border-radius: 18px;
      padding: 36px 28px;
      box-shadow: 0 10px 28px grey;
      z-index: 2;
      overflow: visible;
      text-align: center;
      min-height: 160px;
      transition: transform .22s ease;
    }

    .feature-card-about-card:hover {
      transform: translateY(-6px);
    }

    .card-wrap-about-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #00a651;
      border-radius: 18px;
      z-index: 1;
      transform: translate(-22px, 22px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    .feature-icon-about-card img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      margin-bottom: 18px;
    }

    .feature-card-about-card h5 {
      font-weight: 800;
      margin-bottom: 8px;
      color: #111;
      font-size: 18px;
    }

    .feature-card-about-card p {
      margin: 0;
      color: #444;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
    }
    .margin-about{
      margin-bottom: 20px !important;
    }

    @media (max-width: 767px) {
      .card-wrap-about-card::before { transform: translate(-16px, 16px); }
      .feature-card-about-card { padding: 28px 18px; min-height: 140px; }
    }
.testimonial-slider {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .slider-container {
            overflow: hidden;
            border-radius: 15px;
        }
        
        .slider-track {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .testimonial-slide {
            min-width: 33.333%;
            padding: 30px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .testimonial-card {
            background-color: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
            height: 100%;
            width: 100%;
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
        }
        
        .quote-icon {
            font-size: 1.8rem;
            color: #28a745;
            margin-bottom: 15px;
        }
        
        .testimonial-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        .testimonial-author {
            font-weight: 700;
            color: #28a745;
            font-size: 1.1rem;
            margin-top: auto;
        }
        
        .slider-nav {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .slider-dot.active {
            background-color: white;
            transform: scale(1.2);
        }
        
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            z-index: 10;
            font-size: 1.2rem;
            color: #28a745;
        }
        
        .slider-arrow:hover {
            background-color: #f0f0f0;
            transform: translateY(-50%) scale(1.1);
        }
        
        .slider-arrow.prev {
            left: -25px;
        }
        
        .slider-arrow.next {
            right: -25px;
        }
        
        @media (max-width: 992px) {
            .testimonial-slide {
                min-width: 50%;
            }
        }
        
        @media (max-width: 768px) {
            .testimonial-slide {
                min-width: 100%;
            }
            
            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            
            .slider-arrow.prev {
                left: -10px;
            }
            
            .slider-arrow.next {
                right: -10px;
            }
            .search-bar{
                position: relative;
                right: -4%;
            }
            .search-btn{
                margin-left: 18px;
            }
            .div-cus-mainheroo{
                margin-top: 0% !important;
            }
            
        }
        /* Tablet Styling */
        @media (min-width: 768px) and (max-width: 1024px) {
            .leadtext{
                font-size: 0.65rem !important;
            }
            .card-img-wrapper-image .overlay-content h5{
                font-size: 1rem;
            }
            .section-about-para {
                font-size: 14px;
            }
            .btn-download{
                padding: 10px 10px;
            }
            .order-card{
                width:100% !important;
            }
            .order-container{
                width:100% !important;
            }
            .hero-section-service{
                min-height: 41vh !important;
                padding: 0px 19px !important;
            }
            .business-box-service h2{
                font-size: 20px !important;
            }
            .hero-title-service{
                font-size: 35px !important;
            }
            .new-sec-service-gap{
                margin-top: 14% !important;
            }
            .new-sec-service-gap h5{
                font-size: 1rem !important;
            }
            .expres-text{
                font-size: 0.75rem !important;
            }
            .text-testimonial p{
                font-size: 10px !important;
            }
            .service-card-indust h4{
                font-size: 15px !important;
            }
            .partner-banner h1{
                font-size: 2rem !important;
            }
        }
.signupText{
  color: #00a651;
  font-size: 5rem;
}
.app-text{
  font-size: 5rem;
}
.appimg{
  width: 40%;
}
.img-app{
  width: 100%;
}

/* Track Page Css */
.track-order-section {
            padding: 40px 20px;
            background: linear-gradient(90deg, #004d1a 0%, #00a651 100%);
            border-radius: 15px;
            margin: 20px auto;
            max-width: 1000px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .section-title {
            text-align: center;
            color: white;
            margin-bottom: 30px;
            font-weight: 700;
            font-size: 1.8rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        }
        
        .track-form-container {
            background-color: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto 40px;
        }
        
        .form-label {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 10px;
            display: block;
        }
        
        .form-input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s ease;
            margin-bottom: 25px;
        }
        
        .form-input:focus {
            border-color: #28a745;
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            outline: none;
        }
        
        .track-button {
            width: 100%;
            padding: 14px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .track-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #004d1a 0%, #00a651 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }
        
        .track-button:hover::before {
            opacity: 1;
        }
        
        .track-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
        }
        
        .track-button:active {
            transform: translateY(-1px);
        }
        
        .icon-container {
            text-align: center;
            margin-bottom: 25px;
        }
        
        .track-icon {
            font-size: 3rem;
            color: #28a745;
            background: linear-gradient(135deg, #e8f5e8 0%, #d1f2d1 100%);
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto;
        }
        
        /* Table Styles */
        .tracking-table-container {
            background-color: white;
            border-radius: 15px;
            padding: 25px 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            display: none;
            margin-top: 20px;
            animation: fadeIn 0.5s ease;
            overflow-x: auto;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .table-title {
            color: #28a745;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
            font-size: 1.4rem;
        }
        
        .tracking-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            min-width: 600px; /* Prevent table from getting too small */
        }
        
        .tracking-table th {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: white;
            padding: 12px 10px;
            text-align: left;
            font-weight: 600;
            border: none;
            font-size: 0.9rem;
        }
        
        .tracking-table td {
            padding: 12px 10px;
            border-bottom: 1px solid #e9ecef;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        
        .tracking-table tr:last-child td {
            border-bottom: none;
        }
        
        .tracking-table tr:hover td {
            background-color: #f8f9fa;
        }
        
        .status-delivered {
            color: #28a745;
            font-weight: 600;
        }
        
        .status-pending {
            color: #ffc107;
            font-weight: 600;
        }
        
        .status-shipped {
            color: #17a2b8;
            font-weight: 600;
        }
        
        .order-summary {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
        }
        
        .summary-title {
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }
        
        .summary-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dee2e6;
        }
        
        .summary-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .summary-label {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .summary-value {
            font-weight: 600;
            color: #2c3e50;
            font-size: 0.9rem;
            text-align: right;
            max-width: 60%;
        }
        
        /* Mobile-specific styles */
        @media (max-width: 768px) {
            .track-order-section {
                padding: 30px 15px;
                margin: 15px auto;
            }
            .search-bar{
                position: relative;
                right: -4%;
            }
            .search-btn{
                margin-left: 18px;
            }
            .section-title {
                font-size: 1.5rem;
                margin-bottom: 20px;
            }
            
            .track-form-container {
                padding: 25px 20px;
            }
            
            .track-icon {
                width: 70px;
                height: 70px;
                font-size: 2.5rem;
            }
            
            .tracking-table-container {
                padding: 20px 15px;
            }
            
            .table-title {
                font-size: 1.3rem;
            }
            
            .tracking-table {
                min-width: 500px;
            }
            
            .tracking-table th,
            .tracking-table td {
                padding: 10px 8px;
                font-size: 0.85rem;
            }
            
            .order-summary {
                padding: 15px;
            }
            
            .summary-title {
                font-size: 1.1rem;
            }
            
            .summary-item {
                flex-direction: column;
            }
            
            .summary-value {
                text-align: left;
                max-width: 100%;
                margin-top: 5px;
            }
        }
        
        @media (max-width: 576px) {
            .tracking-table {
                min-width: 450px;
            }
            
            .tracking-table th,
            .tracking-table td {
                padding: 8px 6px;
                font-size: 0.8rem;
            }
            
            .form-input {
                padding: 10px 12px;
                font-size: 0.9rem;
            }
            
            .track-button {
                padding: 12px;
                font-size: 1rem;
            }
        }
        
        /* Custom scrollbar for table on mobile */
        .tracking-table-container::-webkit-scrollbar {
            height: 8px;
        }
        
        .tracking-table-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        
        .tracking-table-container::-webkit-scrollbar-thumb {
            background: #28a745;
            border-radius: 10px;
        }
        
        .tracking-table-container::-webkit-scrollbar-thumb:hover {
            background: #20c997;
        }
.animate-box {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s ease;
}

.animate-box.show {
  opacity: 1;
  transform: translateY(0);
}

/* Service page css */
.new-sec-service-gap{
  margin-left: 11%;
}
.cust-padding{
    padding: 10px 0px 0px 55px;
}

.hero-section-service {
      background: url("../images/express-banner.png") no-repeat center center/cover;
      min-height: 90vh;
      display: flex;
      align-items: center;
      border-radius: 20px;
      padding: 60px 40px;
      color: #fff;
  }

  .hero-title-service {
      font-size: 52px;
      font-weight: 800;
      line-height: 1.2;
  }

  .hero-title-service .green {
      color: #38E038;
  }

  .hero-text-service {
      font-size: 18px;
      margin-top: 15px;
      max-width: 450px;
  }

  .hero-btn-service {
      background: #fff;
      color: #000;
      border-radius: 40px;
      padding: 12px 30px;
      font-size: 18px;
      font-weight: 600;
      border: none;
      margin-top: 25px;
      transition: 0.3s;
  }

  .hero-btn-service:hover {
      background: #d8d8d8;
  }

  @media(max-width: 768px) {
      .hero-section-service {
          text-align: center;
          padding: 40px 20px;
      }
      .hero-title-service {
          font-size: 36px;
      }
  }
.business-box-service {
    background: #fff;
    border-radius: 22px;
    padding: 25px 35px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.business-box-service h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.business-box-service h2 .green {
    color: #22C55E;
}

.btn-outline-green {
    border: 2px solid #22C55E;
    color: #000;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 500;
    background: #fff;
    transition: 0.4s;
}

.btn-outline-green:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(90deg, #16a34a, #22c55e);
    box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
}

@media(max-width:768px){
    .business-box-service {
        flex-direction: column;
        text-align: center;
    }
}


/* Responsive css */
@media (max-width: 576px) {
  .section-with-dots::before {
    width: 120px; /* Smaller dotted area for mobile */
  }
  .hero-green-bg{
    background: none;
  }
  .hero-section-service{
    background: none;
    color: black;
    height: 100%;
    min-height:100%;
  }
  .hero-section-service .cust-padding{
    padding: 0;

  }
  .service-sec-banner{
    width: 100%;
    margin-bottom: 6%;
    margin-left: 1%;
  }
  .new-sec-service-gap{
    padding-top: 10%;
    margin-left: 0;
    text-align: center;
  }
  .hero-green-bg3{
    background: none;
  }
  .feature-content{
    text-align: left;
  }
  .div-cus-main2{
    margin-left: 0%;
    margin-top: 0%;
  }
  .div-cus-main{
    margin-left: 0%;
    margin-top: 1px !important;
    text-align: center;
  }
  .div-cus-mainheroo{
        margin-top: 0% !important;
    }
  .navbar{
    padding: 0;
  }
  .hero-rider-img{
    margin-top: 0;
    margin-right: 0;
  }
  .hero-wrapper{
    padding: 0 0 25px;
  }
  .hero-rider-img1{
    margin-top: 0;
    margin-right: 0;
  }
  .custom-margin{
    margin-top: 0%;
  }
  .order-container{
    width: 100%;
  }
  .section-with-dots{
    display: none;
  }
  .title-2{
    text-align: center;
  }
  .section-about-para{
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-section {
    text-align: center;
    padding: 3rem 1rem;
  }

  .hero-content {
    margin-bottom: 2rem;
  }

  .hero-title {
    font-size: 2.2rem;
  }
}

/* features section css service page*/
.section-servicefeature-card {
      padding: 60px 20px;
    }

    .section-servicefeature-card-title {
      text-align: center;
      font-weight: 900;
      font-size: clamp(34px, 4.5vw, 56px);
      animation: fadeIn 1.2s ease;
      margin-bottom: 48px;
    }

    .section-servicefeature-card-title .green { color: #00a651; }

    .card-wrap-servicefeature-card {
      position: relative;
      padding: 8px;
    }

    .feature-card-servicefeature-card {
      position: relative;
      background: #fff;
      border-radius: 113px;
      padding: 36px 28px;
      box-shadow: 0 10px 28px grey;
      z-index: 2;
      overflow: visible;
      text-align: center;
      min-height: 389px;
      transition: transform .22s ease;
    }

    .feature-card-servicefeature-card:hover {
      transform: translateY(-6px);
    }

    .card-wrap-servicefeature-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #00a651;
      border-radius: 124px;
      z-index: 1;
      transform: translate(-22px, 22px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }
    .feature-icon-servicefeature-card{
      margin-top: 24%;
    }
    .feature-icon-servicefeature-card img {
      width: 35%;
      height: 35%;
      object-fit: contain;
      margin-bottom: 18px;
    }

    .feature-card-servicefeature-card h5 {
      font-weight: 800;
      margin-bottom: 8px;
      color: #111;
      font-size: 18px;
    }

    .feature-card-servicefeature-card p {
      margin: 0;
      color: #444;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
    }
    .margin-servicefeature{
      margin-bottom: 20px !important;
    }

/* Stats Section */
.stats-section {
      background: #f1efed;
      padding: 40px 0;
    }

    .stats-box {
      background: linear-gradient(90deg, #00662E, #02B64D);
      border-radius: 20px;
      color: #fff;
      padding: 30px 10px;
      text-align: center;
      width: 100%;
    }

    .stats-box h3 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .stats-box p {
      font-size: 16px;
      margin: 0;
      font-weight: 400;
    }

    @media(max-width:768px){
      .stats-box h3 {
        font-size: 26px;
      }
      .stats-box p {
        font-size: 14px;
      }
    }
section.services-indust {
        padding: 60px 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .left-box-indust {
        width: 55%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .service-card-indust {
        border: 2px solid #04a34c;
        border-radius: 16px;
        padding: 25px 10px;
        text-align: center;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.12);
        transition: .3s;
        cursor: pointer;
    }

    .service-card-indust:hover {
        transform: translateY(-3px);
    }

    .service-card-indust img {
        width: 48px;
        margin-bottom: 12px;
    }

    .service-card-indust h4 {
        font-size: 19px;
        color: #0a8c41;
        font-weight: 600;
        margin-top: 10px;
    }

    .and-more {
        border: 2px solid #04a34c;
        border-radius: 16px;
        padding: 25px;
        grid-column: span 3;
        text-align: center;
        font-size: 20px;
        color: #000;
        font-weight: 500;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.12);
    }

    .right-image-indust {
        width: 45%;
        text-align: right;
    }

    .right-image-indust img {
        width: 100%;
    }

    @media(max-width:992px){
        section.services-indust {
            flex-direction: column;
        }
        .left-box-indust, .right-image-indust {
            width: 100%;
        }
        
    }
    @media (max-width: 1280px) {
   /* styles for 12-inch laptops */
        .title-1{
          font-size: 1.875rem;
        }
        .title-2 {
            font-size: 2.625rem;
        }
        .div-cus-main{
          margin-top: -35%;
        }
        .section-about-para{
          font-size: 16px;
        }
        .hero-title-service{
          font-size: 45px;
        }
        .div-cus-mainheroo{
          margin-top: -18%;
        }
    }

.testimonial-box {
      position: relative;
      background: transparent;
      display: flex;
      align-items: center;
    }

    .inner-box-testimonial {
      background: #f7f7f7;
      border-radius: 60px;
      padding: 25px 35px;
      flex: 1;
      margin-left: 13px;
      box-shadow: 0 0 20px grey;
      min-height: 150px;
      z-index: 1;
    }

    .side-shape {
      position: absolute;
      left: 0;
      width: 200px;
      height: 174px;
      border: 12px solid #00A651;
      border-right: none;
      border-radius: 80px 0 0 80px;
    }

    .logo-testimonial {
      width: 75px;
      height: 75px;
      overflow: hidden;
      border-radius: 10px;
      flex-shrink: 0;
    }

    .logo-testimonial img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .text-testimonial p {
      font-size: 14px;
      margin: 0 0 5px;
    }

    .text-testimonial strong {
      font-size: 14px;
    }

    @media(max-width: 600px){
      .inner-box-testimonial{
        margin-left: 13px;
        padding: 20px;
      }
      .side-shape{
                width: 189px;
        height: 171px;
      }
      .testimonial-box{
        margin-bottom: 20px;
      }
      .cust-marg-test{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
      }
      .left-box-indust{
         display: block;
        grid-template-columns: repeat(2, 2fr) !important;
      }
      .services-indust {
        flex-direction: column;
      }
      .service-card-indust{
        margin-bottom: 15px;
      }
    }
.feature-row {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        .feature-row img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }
        .feature-content h5 {
            font-size: 22px;
            font-weight: 700;
            margin: 0;
        }
        .feature-content p {
            margin: 3px 0 0;
            font-size: 12px;
        }
.newstatsmarg{
  margin-top: -10%;
}
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: landscape) {

  /* iPad Landscape styles here */
  .business-box-service h2{
    font-size: 22px !important;
  }
  .new-sec-service-gap h5{
    font-size: 18px;
  }
  .new-sec-service-gap p{
    font-size: 14px !important;
  }
  .text-testimonial strong{
    font-size: 14px !important;
  }
  .text-testimonial p{
    font-size: 13px !important;
  }
  .side-shape{
    height: 200px !important;
  }
}