html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}

body {
      font-family: Arial, sans-serif;
    } 


    .nav-link {
  position: relative;
  color: #333;
  font-weight: 500;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -6px;
  width: 70%;
  height: 3px;
  background: #ff6b00;
  border-radius: 2px;
}
    .navbar {
      box-shadow: 0 2px 10px rgba(196, 88, 88, 0.1);
    }
    #menu li a{
        color: black;
    }
    #menu li a:hover{
        color: #e65c00;
    }
    .hero {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                  url('images/rhf.jpeg') center/cover no-repeat;
      padding: 100px 0;
      height: 70vh;
      min-height: 90vh;
      color: white;
      display: flex;
      align-items: center;
      padding: 100px 0px 0px 0px;
    }
    @media(max-width:768px){
  .hero {
    min-height: 70vh;
    padding: 150px 20px;
    text-align: center;
    background-position: center;
  }

  .hero h1 {
    padding-top: 50px;
    font-size: 22px;
  }

  .hero p {
    font-size: 14px;
  }
  .btn-orange {
    padding: 8px 18px;
    font-size: 14px;
  }
}

    .hero h1 {
      font-size: 45px;
      font-weight: bold;
    }

    .btn-orange {
      background: #ff6b00;
      color: white;
      border-radius: 10px;
      padding: 10px 25px;
    }

    .btn-orange:hover {
      background:#ff3c00f6;
      color: white;
    }

    .service-card img {
      height: 180px;
      width: 100%;
      object-fit: cover;
    }
    @media(max-width:768px){
      .service-card{
        max-width: 90%;
        margin: auto;
        display: block;
      }
  .service-card img {
    height: 1px;
    max-width: 300px;
    display: block;
    margin: auto;
  }
  .why-item{
    padding: 15px;
  }
  

}

    .service-card {
      border-radius: 15px;
      transition: 0.3s;
    }

    .service-card:hover {
      transform: translateY(-10px);
    }


    .why-bar {
  background: #0d1b2a;
  padding: 25px;
  border-radius: 15px;
}

.why-item {
  gap: 15px;
}

.icon-circle {
  background: #ff6b00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  color: white;
  font-size: 22px;
}

.why-item h6 {
  margin: 0;
  font-weight: 600;
}

.why-item p {
  margin: 0;
  font-size: 13px;
  color: #ccc;
}

    /* CONTACT STRIP */
    @media(max-width:786px){
      .contact-box{
        flex-direction: column;
    text-align: center;
    gap: 25px;
      }
      
      .divider{
        display: none;
      }
       .footer {
    text-align: center;
  }
 .home-icon{
  padding: 3px 10px;
 }
  .footer-col {
    margin-bottom: 20px;
  }
      
    }
    .contact-box {
  padding:15px 65px;
  border-radius: 15px;

  /* 🔥 Double color gradient */
  background: linear-gradient(to right, #e3f2fd, #ffe0cc);
}
.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.divider {
  width: 1px;
  height: 50px;
  background: rgba(0,0,0,0.2);
}
.call-icon {
  width: 50px;
  height: 50px;
  background: #f7c099;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-icon i {
  color:#fd7e24;
  font-size: 20px;
}

.left h4 {
  font-weight: 550;
}

.left p {
  color: #555;
  max-width: 500px;
}



   .footer {
  background: #0d1b2a;
  padding: 40px 0;
}

.footer p {
  color: #ccc;
  font-size: 14px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  color: #ff6b00;
}
.span{
  color: #e65c00;
  font-size: 20px;
  font-weight: 400;
}
.footer-col {
  
  position: relative;
}


.footer-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background: rgb(92, 91, 91);
}


.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #aaa;
  font-size: 13px;
}


/* ------------------About-------------------- */


@media(max-width:768px){
  .about-hero h2{
    /* text-align: center; */
    padding: 0 0 10px 0;
  }
  .about-hero .bold{
    /* margin-right: 200px; */
    text-align: justify;
    color: #0d1b2a;
    padding: 0 50px 0 0;
  }
  .about-hero .small-text{
    text-align: justify;
    min-width: 90%;
    /* min-width: 80px; */
  }
  .who-img{
    padding-bottom:20px ;
  }
  .who-img img{
   width: 100%;
  }
  .who .heading{
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .who-cont{
    /* margin-left: 20px; */
    margin: auto;
    display: block;
    text-align: justify;
  }
  .miss-vis .icon-img{
       padding: 10px;
  }
  .who .whohead{
    display: none;
  }
 .fleet-row .col-md-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
 
 .fleet-box img{
  margin: auto;
  display: block;
 }
  .what-head{
    text-align: center;
  }
  .trans-card .icon-circle{
    padding: 20px;
  }
}



#about {
  /* height: 1800px; */
  font-family: Arial;
  background: #f6f5f5;
}
.about-hero {
  background: linear-gradient(to right, rgba(243, 242, 242, 0.75), rgba(5, 5, 5, 0.3)),
              url('images/ab\ banner.jpeg') right/cover no-repeat;
  padding: 50px 0;
  margin-top: 90px;
}
.about-hero .small-text{
  color: rgb(41, 40, 40);
  
  width: 100%;
  max-width: 60%;
  text-align: justify;

}

.who{
  /* height: 250px; */
  /* padding: 20px 20px; */
  background-color: rgb(252, 247, 247);
}
.heading{
  display: none;
}
.who p{
   color: #606060;
}
.who img{
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: auto;

}

.card-box {
  background: rgb(255, 252, 252);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 10px 8px 10px rgba(6, 68, 240, 0.05);
}
.icon-img{
   width: 100px;
  height: 40px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
}
.our-text p{
  color: #606060;
}


.blue { background:#3b82f6; }
.orange { background:#ff6b00; }

.what-we .trans-card{
  box-shadow: 10px 8px 10px rgba(62, 128, 235, 0.05);
}
.why-section{
  padding-bottom: 50px;
}
.why-row{
  border-radius: 0 70px ;
}
.why-row h5{
  font-weight:600;
  font-family:'Times New Roman', Times, serif;
}


.fleet-row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 10px;
}


.fleet-box {
  overflow: hidden;
  height: 100%;
  background: white;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.fleet-box img {
  
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  margin: auto;
}

.fleet-box h6 {
  font-weight: 600;
}

.fleet-box p {
  margin: 0;
  font-size: 14px;
}

.fleet-box small {
  color: gray;
}




/* --------------services------------- */

@media(max-width:768px){
  .services-hero p{
    padding-right: 50px;
    font-weight: 100;
    text-align: justify;
    color: black;
  }
  .service-box {
    text-align: center;
  }
  .service-box p{
    /* text-align: center; */
    margin: auto;
    display: block;
  }
  .service-box img {
    margin-bottom: 45px;
  }
  .serv-content{
    right: 20px;
    position: relative;
  }
  .service-image{
    right: 20px;
    position: relative;
  }
  .sec-content{
    margin: auto;
    display: block;
  }
  .serv-con{
    width: 90%;
    left: 20px;
    position: relative;
  }
  
}


.services-hero {
  background: linear-gradient(to right, rgba(243, 242, 242, 0.75), rgba(5, 5, 5, 0.3)),
              url('images/ser-banner1.jpeg') right/cover no-repeat;
  padding: 100px 0;
  /* height: 70vh; */
}
.hero-btn{
  top: 40px;
  position: relative;
}
.service-section{
  margin: auto;
  display: block;
}
.services-hero h1 {
  font-weight: 700;
}
.ser-cont{
  color: #333;
}
.icon-small {
  width: 45px;
  height: 45px;
  background: #ff6b00;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
}

 .service-box {
  margin-bottom: 60px;
}

.service-img {
  width: 90%;
  height: 250px;
  border-radius: 12px;
}

.service-image{
  width: 90%;
  height: 250px;
  border-radius: 12px;
  margin-left: 50px;
}
.sec-content h5 {
  font-weight: 600;
   font-size: 22px;

}
.serv-content{
  padding-left: 60px;
}

.serv-con p{
 text-align: justify;
  width: 90%;
  line-height: 1.7;
}
.serv-content p{
  text-align: justify;
  width: 97%;
  line-height: 1.7;
}
.icon-small i {
  font-size: 18px;
}
.contact-box {
  gap: 20px;
}
.why-bar {
  display: flex;
  justify-content: space-around; /* instead of space-between */
  align-items: center;
  flex-wrap: wrap;
}
.why-bar p {
  margin: 0;
  margin-left: 8px;
  font-size: 15px;
}
.service-fleet{
 background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
}

@media(max-width:768px){
  .contact-box {
    text-align: center;
    justify-content: center 
  }
  
  .why-bar {
    gap: 15px;
  }

  .why-bar > div {
    width: 100%;
    /* justify-content:center; */
  }
}



/* -----------------contact----------------- */


.contact-hero{
    background: linear-gradient(rgba(226, 225, 225, 0.3), rgba(250, 247, 247, 0.90)),
    url('images/contact-bg.jpeg') right/cover no-repeat;
    padding: 120px 0 20px 0 ;
}

/* LEFT TEXT */
.contact-left h6{
    color: #ff6b00;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-left h1{
    font-weight: 700;
}

.contact-left h1 span{
    color:#ff6b00;
}

.contact-left p{
    color:#666;
}

.info-box{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.info-box i{
    background:#fff;
    color:#ff6b00;
    padding:10px;
    border-radius:8px;
    margin-right:10px;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.contact-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.form-control{
    border-radius:8px;
    padding:10px;
}

.map-box{
    margin-top:40px;
}

.map-box iframe{
    width:100%;
    height:300px;
    border:0;
    border-radius:10px;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  font-size: 40px;
  padding: 12px 20px;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: scale(1.1);
}

.whatsapp-float {
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}


.custom-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);

  display: none;
  justify-content: center;
  align-items: flex-start;   

   padding-top: 20px;     
  z-index: 9999;
}

.alert-box {
  background: #ffffff;
  padding: 30px 25px 20px 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  max-width: 420px;
  width: 90%;
  animation: slideDown 0.3s ease;
}

.alert-box p {
  font-weight: 500;
  font-size: 15px;
  color: #0d0d0d;
  margin-bottom: 18px;
  line-height: 1.5;
}

.alert-box button {
  background: linear-gradient(135deg, #ff6600, #ff8533);
  border: none;
  padding: 8px 28px;
  color: white;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.alert-box button:hover {
  background: linear-gradient(135deg, #e65c00, #ff751a);
  transform: scale(1.05);
}