body{
           margin: 0;
  font-family: "Poppins", sans-serif;
            background-color: #fff;
            color: #202124;
        }
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.section-2{
  background:#f9f9fc !important;
}
.service-top{
  padding:100px 0px !important;
}
/* header section  */
 
 
    header {
      overflow: visible;
    }
 
    #navbar-sticky {
      position: sticky;
      top: 0;
      z-index: 1030;
      background-color: white;
    }
 
    .navbar-nav {
      gap: 25px;
    }
 
    .navbar-expand-lg .navbar-collapse {
      justify-content: space-between;
    }
 
    .navbar-toggler {
      border: none;
    }
 
    .mega-menu-custom {
  width: 65%;
  background: white;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 100%;
  left: 18%;
  z-index: 1000;
    max-height: 400px; 
  overflow-x: hidden;

}
 


 
    .services-dropdown:hover .mega-menu-custom,
    .services-dropdown.active .mega-menu-custom {
      display: block;
    }
 
 
.dropdown-menu[data-bs-popper]
{
    top: 100%;
    left: 18%;
    margin-top: var(--bs-dropdown-spacer);
}
 
 
  .menu-tabs {
      background: #f8f9fa;
      border-right: 1px solid #ddd;
      padding: 0;
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d896c036 !important;
}
 
    @media (max-width: 991.98px) {
      .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
    }

   
 
    @media (max-width: 767.98px) {
      .navbar-collapse {
        flex-direction: column;
      }
      .navbar-nav {
        gap: 0;
        width: 100%;
      }
   
 
       .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
 
 
      .services-dropdown .dropdown-toggle::after {
        display: none;
      }
      .nav-pills .nav-link {
        padding: 10px 15px;
      }
      .tab-content a {
        padding: 8px 10px;
        font-size: 13px !important;
      }
    }
 
    @media (max-width: 575.98px) {
      .navbar-brand {
        width: 40%;
      }
      .nav-link {
        font-size: 14px;
      }
      .start-navbar {
        font-size: 14px;
        padding: 10px 20px;
      }
       .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
    }
    .logo{
  width: 100%;
  height: auto;
}
 
 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d896c036 !important;
}
    .menu-tabs .nav-link {
      border-radius: 0;
      text-align: left;
      color: #000;
      padding: 16px 20px;
      font-weight: 500;
      border: none;
        font-family: "Poppins", sans-serif;
  font-weight: 500;
    }
 
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 20px !important;
}
@media (max-width:1600px){
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}

}
@media (max-width:768px){
  .navbar-nav{
    gap: 8px;
  }
    .tab-content a {
        padding: 8px 10px;
        font-size: 13px !important;
      }
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}
}
 
.nav-link:hover{
  color: #1e91e9 !important;
}
.nav-link.active{
  font-weight: 500 !important;
  color: #e91e63 !important;
  font-family: "Poppins", sans-serif;
}

/* .nav-item.nav-link:active{
  color: #e91e63 !important;
} */
 
.navbar-brand{
display: flex;
align-items: center;
width: 12%;
}
.nav-content{
  display: flex;
  gap: 25px;
}
 
 
.mega-menu-custom {
  display: none;
}
 
.services-dropdown.show .mega-menu-custom {
  display: block;
}
 
.flex-column {
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
 
.nav-link{
     text-align: left;
  font-weight: 500;
  color: #444;
 
}
 
  .menu-tabs .nav-link.active {
      background: #e9f1ff;
      color: #e91e63 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
        position: relative;
    }
    .menu-tabs .nav-link.active::after {
      content: "→";
      position: absolute;
      right: 10px;
      font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
    }
 
     .tab-content a {
      display: block;
      padding: 10px;
      color: #000;
      text-decoration: none;
      font-weight: 500;
      transition: 0.2s ease;
          font-family: "Poppins", sans-serif;

    }
 
     .tab-content a:hover {
      text-decoration: underline !important;
            color: #e91e63 ;
 
    }
 
.start-navbar{
   z-index: 1 !important;
  border: none !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 5px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  transition: var(--transition);
  background:#1e87e9 !important ;
  margin-top: 0px;
  font-size: 15.5px !important;
  padding: 17px 35px 13px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}
.dropdown-menu.mega-menu-custom.shadow-lg.p-0
{
    /* margin-top: 10px; */
    left: 18%;
}
 
 
.nav-item.nav-link{
 
align-items: center;
  font-weight: 700 !important;
}
 
.nav-item.nav-link:active {
    font-weight: 500 !important;
    color: #e91e63 !important;
}
 
 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #e91e63;
}
 
.nav-link:active {
    font-weight: 500 !important;
    color: #ff008d !important;
}
 
@media (min-width: 992px) {
  .mega-menu-custom {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}




/* -----------------------------------------Main-footer---------------------- */


/* footer */
.main-footer {
  background-color: #f8f9fa; /* Light gray background */
  padding: 40px 20px;
  font-family: sans-serif; /* Or your preferred font */
  color: #555;
  line-height: 1.6;
}
.footer-row{
  gap: 50px;
}
.footer-container.row {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
/* .footer-column.contact-info.col-lg-4{
  width: 29%;
} */

.footer-column {
  /* flex: 1 1 300px;  */
  margin-bottom: 30px;
}
.bottom-bar p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.bottom-links a{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  z-index: 5;
}
.footer-column h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.footer-column p{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* Contact Info */
.contact-info i {
  margin-right: 8px;
  color: #e91e63; /* Example icon color */
}
.email a:hover{
  color: #e91e63; /* Example icon color */
}
.contact-info a {
  color: #555;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info .phone-number,
.contact-info .email {
  margin-bottom: 10px;
}
.social-links{
  margin-top: 40px;
}
.social-links p {
  margin-bottom: 8px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;

}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
  color: #6c757d; /* Example social icon color */
  text-decoration: none;
}

.social-links a:hover {
  color:  #e91e63 ;
}

/* Quick Links */
.quick-links .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.quick-links .links-list li {
  width: 50%; /* Two columns */
  margin-bottom: 8px;
}

.quick-links .links-list a {
  color: #555;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.quick-links .links-list a:hover {
  text-decoration: underline;
  color: #e91e63;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


 @media (max-width: 425px) {

.footer-column.contact-info.col-lg-4{
  width: 90% !important;
  text-align: start;
}


.quick-links .links-list{
text-align: start !important;
}
 }

@media (min-width:426px) and (max-width: 768px) {

.footer-column.contact-info.col-lg-4{
  width: 50%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;
}
.logo-footer {
    width: 35%;
    height: auto;
}
.footer-column h3 {
  text-align: start;
}

}


@media (min-width:769px) and (max-width: 991px) {

.footer-column.contact-info.col-lg-4{
  width: 35%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}

.footer-column .quick-links .col-lg-4{
  width: 30%;

}
.quick-links .links-list li {
    width: 35%;
    margin-bottom: 8px;
}
.footer-column h3 {
  text-align: start;
}

}

@media (min-width:992px) and (max-width: 1024px) {

.footer-column.contact-info.col-lg-4{
  width: 28%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}



.footer-column h3 {
  text-align: start;
}

}
@media (min-width:1025px) and (max-width: 2560px) {

.footer-column.contact-info.col-lg-4{
  width: 28%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}



.footer-column h3 {
  text-align: start;
}

}

/* Bottom Bar */
.bottom-bar {
  background-color: #e9ecef; /* Light gray bottom bar */
  padding: 15px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.9em;
  flex-wrap: wrap; /* Allow wrapping */
  text-align: center;
}
 
.bottom-bar p {
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links {
  display: flex;
  flex-wrap: wrap; /* Wrap links on small screens */
  justify-content: center;
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links a {
  margin: 0 10px;
}
 
.bottom-bar a {
  color: #555;
  text-decoration: none;
}
 
.bottom-bar a:hover {
  text-decoration: underline;
  color:#e91e63;
}
 
.bottom-bar .back-to-top {
  margin: 5px 10px;
}
 
@media (max-width: 600px) {
  .bottom-bar {
    flex-direction: column; /* Stack items vertically on small screens */
  }
 
  .bottom-bar .bottom-links {
    flex-direction: column; /* Stack links vertically */
    margin-top: 10px;
  }
 
  .bottom-bar .bottom-links a {
    margin: 5px 0;
  }
 
  .bottom-bar .back-to-top {
    margin-top: 10px;
  }
}

 
.logo-footer{
      width: 45%;
    height: auto;
}


.rcw-picker-btn{
  display: none !important;
}

.rcw-widget-container{
 margin-right: 30px !important;
}

.rcw-new-message {
  margin-left: 10px !important;
}

.rcw-send{
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
    background-color: #f4f7f900 !important;
    border: 0px !important;
    margin-left: 30px !important;
}


.error {
  color: red;
  font-size: 0.9em;
}

.form-status-message {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}
.section-2{
  background:#f9f9fc !important;
}
.service-top{
  padding:0px 100px;
}



/* section-1 */
.banner-section{
    background-image: url(./assets/Images/banner2.jpeg);
    background-position: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}
.banner-head{
    max-width: 900px;
    margin:0 auto;
    padding: 150px 0px;
}
.banner-head span{
      font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
}
.banner-head h2 {
       font-size: 50px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
      font-family: "Poppins", sans-serif;

}
.demo-btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gps-btn{
    font-size: 20px;
    font-weight: 400;
    background: white;
    color: #000000;
    border-radius: 10px;
    padding: 10px 20px;
    border: 0px solid gray;
      font-family: "Poppins", sans-serif;
 box-shadow: 0 8px 20px rgba(0,0,0,2.6);
}

@media(max-width:768px){
    .banner-head span{
        font-size:20px;
    }
    .banner-head h2 {
        font-size: 30px !important;
    }
    .banner-head{
        padding: 80px 5px !important;
    }
    .gps-btn{
        font-size: 15px;
        padding: 5px 10px;
    }
    .explore-subhead {
    font-size: 24px !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 20px 0px;
}
.explore-subhead img {
    width:11% !important;
}
    .smartphone h2 {
    font-weight: 500;
    font-size: 23px !important;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.tracking-order h3 {
    font-size: 20px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.tracking-order p
 {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}
.smartphone .row {
    margin-top: 25px;
}
.tracking-order p{
    margin-bottom: 0px !important;
}
.track-content h2 {
    font-size: 25px !important;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}
.track-content p {
    font-size: 15px !important;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
}
.car-track {
    padding: 50px 0px !important;
    background: #fcfeff;
}
.custom-reporting{
    padding: 50px 0px !important;
}
.custom-reporting h3{
    font-size: 25px !important;
}
.custom-content h3 {
    font-size: 22px !important;
}
.custom-content p {
    font-size: 15px !important;}
    .custom-content {
    padding: 10px 0px !important;
}
.faq-section{
    padding: 10px !important;
    padding:10px auto !important
}
.faq-section h3 {
    text-align: center;
    font-size: 29px !important;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.faq-question {
    font-size: 20px !important;
}
.faq-answer {
    font-size: 15px !important;
}
.navbar-brand{
    width: 100px;
}
.footer-row{
    gap: 0px;
}
.footer-row {
    /* gap: 50px; */
}
.row.footer-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
     margin-top:0px !important; 
     margin-right: 0px !important; 
    margin-left: 0px !important;
}
}

@media(max-width:1025px){
    .custom-content{
        padding: 10px 0px !important;
    }
    .vechicle-app p {
    font-size: 13px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
.vehicle-subhead {
    font-weight: 500;
    font-size: 18px !important;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}
.app-head {
    text-align: center;
    font-size: 22px !important;
}
.explore-subhead {
    font-size: 25px !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 20px 0px;
}
.explore-subpara {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 0px 63px !important;
    color: #fff;
}
.app-image{
  width: 100% !important;
}
}

/* section-2 */
.car-track {
    padding: 100px 0px;
    background: #fcfeff;
}
.track-content h2{
    font-size: 50px;
      font-family: "Poppins", sans-serif;
      line-height: 1.2;

}
.track-content p{
    font-size: 17px;
    line-height: 1.6;
      font-family: "Poppins", sans-serif;
}
.car-img{
  margin: auto 0 !important;   
}

/* section-3 */
.smartphone{
    padding: 100px 0px;
    background:#a4c0ff21;
}
.smartphone span{
    font-size: 17px;
    font-weight: 400;
    color: rgb(30, 97, 231);
    font-family: "Poppins", sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
}
.smartphone h2{
    font-weight: 500;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.smartphone .row{
  margin-top: 50px;
}
.tracking-order{
    padding: 20px;
}
.order-img{
    margin-bottom: 10px;
    width: 70px;
}
.tracking-order h3{
    font-size: 25px;
        font-family: "Poppins", sans-serif;
font-weight: 500;
line-height: 1.2;
 margin-bottom: 10px;
}
.tracking-order p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}
.tracking-order ul li{
      font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}


/* faq */
 .faq-section {
      max-width: 1000px;
      margin: 60px auto;
      padding: 20px;
    }

    .faq-section span{
        text-align: center;
        display: flex;
        justify-content: center;
        font-family: "Poppins", sans-serif;
        color: rgb(30, 97, 231) ;
        font-size:20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .faq-section h3 {
      text-align: center;
      font-size: 40px;
      margin-bottom: 30px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
        }

    .faq-item {
      border-top: 1px solid #ddd;
      padding: 18px 0;
      cursor: pointer;
      position: relative;
    }

    .faq-item:last-child {
      border-bottom: 1px solid #ddd;
    }

    .faq-question {
      font-size: 25px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #16014e;
      font-family: "Poppins", sans-serif;

    }

    .faq-question span {
      transition: transform 0.3s ease;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      font-size: 17px;
      line-height: 1.6;
      color: #444;
      margin-top: 10px;
      font-family: "Poppins", sans-serif;
    }

    .faq-item.active .faq-answer {
      max-height: 200px;
    }

    .faq-item.active .faq-question span {
      transform: rotate(180deg);
    }

    /* custom-reporting */
    .custom-reporting{
        padding: 100px 0px;
        background-color: #a4c0ff21;
      
    }
    .custom-reporting span{
        font-size: 20px;
        display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
      color:  rgb(30, 97, 231) ;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }
    .custom-reporting h3{
      line-height:1.2;
      text-align: center;
      color: #000000;
      font-family: "Poppins", sans-serif;
      font-size: 40px;
      max-width: 1000px;
      margin: 0 auto;
      margin-bottom: 50px;
    }
    .custom-content{
        padding: 40px 0px;
    }
    .custom-content h3{
        font-size: 30px;
        font-family: "Poppins", sans-serif;
        text-align: start;
        font-weight: 600;
        color: #16014e;
        margin-bottom: 10px;
    }
    .custom-content p{
        font-size: 17px;
        font-family: "Poppins", sans-serif;
        text-align: start;
        font-weight: 400;
        line-height: 1.6;
        color: #5f5f5f;
        margin-bottom: 10px;
    }


    /* -----------Explore GPS ------------- */
    .Explore-gps{
      padding: 50px 0px;
      background: #5f5f5f87;
    }
    .explore-head{
      font-size: 40px;
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
    }
    .explore-para{
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 17px;
      margin-top: 5px;
      color: #fff;
    }
    .Explore-gps .row{
      margin-top: 40px;
    }
    .explore-left img{
      border-radius: 20px;
      width: 80%;
    }
    .explore-subhead{
      font-size: 30px;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      color: #fff;
      padding: 20px 0px;
    }
    .explore-subhead span{
      margin-left: 30px;
    }
    .explore-subhead img{
      width: 6%;
    }
    .explore-subpara{
      font-size: 17px;
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      padding: 0px 50px;
      color: #fff;
    }
  

    .Vehicle-tracker{
      padding: 50px 0px;
    }
    .vechicle-app{
          text-align: center;
    padding: 10px;
    }
    .vehicle-subhead{
      font-weight: 500;
      font-size: 25px;
      margin-top: 10px;
      font-family: "Poppins", sans-serif;
    }
    .vechicle-app p{
      font-size: 17px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      margin-top: 10px;
    }
    .app-head{
      text-align: center;
      font-size: 30px;
      font-weight: 500;
      margin: 10px 0px;
      color: #16014e;
      font-family: "Poppins", sans-serif;
    }
    .app-para{
      font-weight: 400;
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      text-align: center;
      margin:20px 0px;
    }
    .app-image{
      width: 65%;
      border-radius: 20px;
    }

    .dropdown-menu[data-bs-popper] {
    top: 145% !important;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
0.125rem
;
}

/* ------------Product-1 ------------- */
/* --section1-- */
.top-section{
  padding: 50px 0px;
}
.software-head{
  font-size: 40px;
  font-weight: 500;
      font-family: "Poppins", sans-serif;
      margin-bottom: 20px;
}
.gps-software.row p{
  font-size: 17px;
       font-weight: 400;
      font-family: "Poppins", sans-serif;
      margin:10px 0px;
      line-height: 1.7;
}
.software-subhead{
  font-size: 25px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #3333338a;
}
.gps-software.row strong{
  color: #16014e;
}
.demo-btn.btn{
  font-size: 20px;
   font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 2px solid #16014e;
  background: #16014e;
  color: #fff;
  margin-top: 5px;
}

/* --section-2 --- */
.trackingOrder-card{
  padding: 50px 0px;
    background: #5f5f5f21;
}
.tracking-card {
  padding: 20px;
  background: #fdfafa;
  border-radius: 12px; /* smooth rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* soft shadow */
  /* height: 370px; */
  height: 475px;
  transition: all 0.3s ease; /* smooth hover effect */
  text-align: center;
}

/* Optional: Add hover effect */
.tracking-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.card-head{
  font-size: 18px;
   color: #16014e;
font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* .tracking-card-img{
  height: 150px;
} */
.tracking-card p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.card-btn.btn{
  background:#16014e;
  color: #fff;
   font-weight: 400;
  font-family: "Poppins", sans-serif;
}


/* --section-3-- */
.GPS-server{
  padding: 50px 0px;
}
.server-head{
  font-size: 40px;
   font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-align: center;
}
.GPS-server p{
   font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
 .tabs {
      display: flex;
      border-bottom: 2px solid #cccccc69;
      margin-bottom: 20px;
      justify-content: center;
      margin-top: 40px;
    }

    .tab {
      padding: 10px 20px;
      cursor: pointer;
      border: none;
      background-color: transparent;
      font-size: 16px;
      color: #555;
        font-weight: 400;
  font-family: "Poppins", sans-serif;
    }

    .tab.active {
      border-bottom: 3px solid #333;
      font-weight: bold;
      color: black;
        font-weight: 400;
  font-family: "Poppins", sans-serif;
    }

    .tab-content {
      display: none;
    }
    .personal-content{
       color: black;
        font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: start !important;
  line-height: 1.6;
    }

    .tab-content.active {
      display: block;
    }
    .tab-content a:hover {
    text-decoration: none !important;
    color: #fff;
}


 @media(max-width:768px){
  .software-head{
    font-size: 30px;
    line-height: 1.2;
  }
  .gps-software.row p{
    font-size: 15px;
  }
  .software-subhead{
    font-size: 20px;
  }
  .tracking-card{
    margin-bottom: 10px;
  }
  .server-head{
    font-size: 30px;
  }
  .GPS-server p{
    font-size: 15px;
  }
.tracking-card{
  height: 380px;
}
 }

 @media(max-width:1025px){
  .tracking-card{
    /* height: 400px; */
    height: 485px;
    margin-bottom: 10px;
  }
 }
  @media(max-width:575px) and (min-width:385px){
      .tracking-card{
        height: 675px !important;
      }
    }


    /* ---------------------------about-page ------------------ */
    .feature-span{
          background-color: #f7f7f7;
    border-radius: 50px;
    color: #011633;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 16px;
    padding: 14px 16px;
    text-transform: uppercase;
    }
    .feature-section-head{
          align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    }
    .feature-title{
      color: #3f3f3f;
    font-size: 42px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: center;

    }
    .feature-section-head p{
          color: #474747;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    max-width: 600px;
    text-align: center;
    }
    .feature-block{
      margin: auto !important;
    }
    .feature-block-head{
          color: #011735;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    }
    .feature-block p{
          color: #474747;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 32px;

    }
    .feature-section-item{
          align-items: flex-start;
    background-color: #f7f7f7;
    border-radius: 12px;
    display: flex
;
    flex: 1 1 calc(50% - 24px);
    flex-direction: column;
    margin-right: 12px;
    padding: 16px 14px;
    }
    .feature-section-item h4{
          color: #3f3f3f;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0;

    }
    .feature-section-item p{
          color: #474747;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
    }
    .feature-image{
          align-items: center; 
    display: flex;
    justify-content: center;
    }

    /* ---section-1 */
    .about-hero{
          align-items: center;
    background: linear-gradient(180deg, #011531 20%, rgba(0, 39, 95, 0)), url(/assets/Images/about-banner.png) no-repeat 50% #01142e;
    background-size: 1150px;
    color: #fff;
    flex-direction: column;
    padding: 100px 20px;
    position: relative;
    text-align: center;
    }
    .about-hero-content{
          align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 740px;
    margin: auto;
    }
    .about-hero-title{
          font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
    }
    .about-hero-content p{
          font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    max-width: 620px;
    }
    .about-btn{
          background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    color: #00275f;
    font-size: 18px;
    font-weight: 600;
    line-height: 10x !important;
    padding: 16px 16px;
    text-decoration: none;
    transition: background-color .3s;

    }

    /* --section-3 -- */
    .solutions-section__text h3 {
    color: #3f3f3f;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0;
}
.solutions-section__text p {
    color: #474747;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: start;
}
.solutions-section__features .solutions-section__icon {
    height: 20px;
    margin-top: 4px;
    width: 20px;
}

.solutions-section__features li {
    color: #474747;
    display: grid
;
    font-size: 18px;
    font-weight: 300;
    gap: 12px;
    grid-template-columns: 20px 1fr;
    line-height: 28px;
}
.solutions-section__features {
    display: grid
;
    gap: 12px 24px;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}
.solutions-section__content-wrapper {
    display: flex
    
;
    /* flex-wrap: wrap; */
    gap: 20px;
    padding-bottom: 60px;
    position: relative;
}
.solutions-section__image {
    border-radius: 12px;
    flex: 1;
    max-width: 50%;
    object-fit: cover;
}
.solutions-section__content .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    opacity: 1;
    width: 100%;
}
.solutions-section__button {
    background-color: #1e87e9 ;
    border: none;
    border-radius: 8px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding: 23px 36px;
    text-decoration: none;
    transition: background-color .3s 
ease;
}


/*** Contact Start ***/
.contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.contact::after {
    content: "";
    position: absolute;
    top: 10%;
    left: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveLeft 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveLeft {
    0%   {left: 0px;}
    25%   {top: 100px;}
    50%   {left: 90%;}
    75%   {top: 80%;}
    100%  {left: 0px;}
}
.head-text{
  color:#1e87e9  !important;
  font-family: "Manrope", sans-serif;
    font-weight: 500;
  font-size: 26px;
}
.wow h2 {
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #000;
}
.wow h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 90px;
}
.wow p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
}
.chat-box:hover {
    transform: translateY(-10px);
}
.chat-box {
    background: #9ebceb1a;
    display: flex;
    align-items: center;
    background: #d2dff31a;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #9ebceb1a;
    border-radius: 75px;
    padding: 10px 30px;
    transition: transform 0.3s 
ease, border-color 0.3s 
ease;
}
   @media(max-width:1024px){
      .chaticon{
        width: 300px !important;
        height: 200px;
      }
    }
    .chaticon{
    width: 300px;
    height: 100px;
  }
    @media(max-width:768px){
    .chat-box{
      display: block;
    }
    .chaticon{
      width: 100px !important;
      height: 100px;
    }
    .service h1{
      font-size: 25px !important;
    }
    .service span{
      font-size: 25px !important;
    }
    .feature-content{
      padding: 10px;
    }
    .banner-content h1{
      font-size: 30px !important;
    }
    .head{
      font-size: 20px !important;
    }
    .robotic-modern{
      padding: 30px 10px;
    }
  }
.contact-btn{
  background: #1e87e9 !important;
}
.contact::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveRight 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveRight {
    0%   {right: 0px;}
    25%   {top: 100px;}
    50%   {right: 90%;}
    75%   {top: 80%;}
    100%  {right: 0px;}
}
/*** Contact End ***/


/* ----------------------about active card --------------------------------*/
 .glass-section {
      padding: 60px 0;
      background: url('https://www.transparenttextures.com/patterns/pw-maze-white.png') no-repeat center center;
      background-size: cover;
    }

    .left-content {
      text-align: left;
    }

    .left-content span {
      color: #1e87e9;
      font-weight: 500;
      font-size: 26px !important;
  font-family: "Manrope", sans-serif;
        font-size: 20px;
    }
    .left-content p{
      font-size: 17px !important;
      line-height: 1.8 !important;
  font-family: "Manrope", sans-serif !important;
        font-weight: 400 !important;
      color: #000 !important;
    }

    .left-content h2 {
      font-weight: 500;
      margin-bottom: 20px;
      line-height: 1.4;
  font-family: "Manrope", sans-serif;
    }

    .left-content .btn {
      margin-top: 20px;
    }

    .glass-card {
      background: rgba(255, 255, 255, 0.15);
      border-radius: 20px;
      border-top-right-radius: 100px;
      padding: 30px 20px;
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.25);
      transition: all 0.3s ease;
      color: #000;
      text-align: center;
      height: 100%;
    }

    .glass-card:hover {
      transform: translateY(-10px) scale(1.03);
      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    }

    .glass-card img {
      /* width: 60px;
      height: 60px; */
      margin-bottom: 20px;
    }

    .glass-card .pdf-text {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 20px;
    }

    .glass-card p {
      font-size: 14px;
      color: #333;
    }

    .active-card {
      position: relative;
      z-index: 2;
      animation: glowBorder 1.5s ease-in-out infinite alternate;
      border: 2px solid transparent;
      background: rgba(255, 255, 255, 0.25);
    }

    @keyframes glowBorder {
      0% {
        box-shadow: 0 0 0 rgba(99, 102, 241, 0.0);
        border-color: #1e87e965;
      }
      100% {
        box-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
        border-color: #1e87e941;
      }
    }


    /* --------------------------testimonial-section --------------------- */
     .testimonial-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #ffffff;
}

.testimonial-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
  font-family: "Manrope", sans-serif;
}

.testimonial-section h2 span {
  color: #1e87e9;
}

.process-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.left-fixed-img img {
  max-width: 100%;
  border-radius: 10px;
}

.left-fixed-img {
  flex: 1 1 40%;
}

.right-step-cards {
  flex: 1 1 55%;
}

.testimonial-box {
  background: #1687e017;
  border-radius: 10px;
  padding: 50px 40px;
  display: none;
  transition: all 0.4s ease;
  position: relative;
}

.testimonial-box.active {
  display: block;
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Manrope", sans-serif;
}

.testimonial-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

.company-logo img {
  width: 100px;
}

.author-info .head {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  font-family: "Manrope", sans-serif;
}

.testimonial-indicators {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.testimonial-indicators span {
  width: 60px;
  height: 4px;
  background-color: #d2deea;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.testimonial-indicators span .loader {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #1e87e9;
  transition: width 5s linear;
}

/* ✅ RESPONSIVE: Mobile view */
@media (max-width: 768px) {
  .process-wrapper {
    flex-direction: column;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-box {
    padding: 30px 20px;
  }

  .company-logo img {
    width: 80px;
  }

  .testimonial-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-info h5 {
    font-size: 20px;
  }

  .testimonial-indicators span {
    width: 40px;
  }
}
  .modern-4d-process {
  padding: 100px 20px;
  background: #fdfdfd;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
    margin-bottom: 60px;
  line-height: 1.5;
}

.highlight-text {
  color: #1e87e9;
}

.process-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.left-fixed-img {
  flex: 1 1 40%;
  text-align: start;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.left-fixed-img img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.right-step-cards {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.step-card {
  position: relative;
  border-left: 5px solid #1e87e9;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  border-left-color:#1e87e9;
}

.step-number {
  position: absolute;
  left: -45px;
  top: 25px;
  font-size: 32px;
  font-weight: 700;
  color: #0078ff;
  opacity: 0.1;
  font-family: "Manrope", sans-serif;
}

.step-info h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0078ff;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
}

.step-info p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-family: "Manrope", sans-serif;
}
  .process-icon-2 {
      position: relative;
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      margin-bottom: 20px;
    }

    .process-icon-2 img {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 0.3s ease;
    }

    .focusprocessicon {
      opacity: 0;
      z-index: 1;
    }

    .process-icon-2:hover .focusprocessicon {
      opacity: 1;
    }

    .process-icon-2:hover .processicon {
      opacity: 0;
    }
    .work-process-list{
        margin-top: 90px;
    }


@media (max-width: 991px) {
  .process-wrapper {
    flex-direction: column;
  }

  .left-fixed-img {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .step-number {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 28px;
    opacity: 0.05;
  }

  .step-card {
    padding-left: 30px;
  }
}