
html, body{
    font-family: 'Roboto', sans-serif;
	margin: 0;
    padding: 0;
	overflow-x: hidden;
}

.container {
    max-width: 1200px;
	    position: relative;
}
.main-navbar {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-link {
    font-size: 15px;
    padding: 12px 12px !important;
}
a.nav-link.track_btn_top {
    border-radius: 8px;
    background-color: #1e4bff;
    color: #fff;
    padding: 10px 20px !important;
    margin: 3px 0 0 12px;
}
.hero_wrapper {
    position: relative;
    height: auto;
    background: url(../images/hero.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 120px 0 220px;
}

    .hero_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
      z-index: 1;
    }

    .hero_content {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 100%;
    }

    .hero_subtitle {
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 15px;
      opacity: 0.8;
    }

    .hero_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
	
.track_field {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.tracking_box {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    max-width: 770px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    margin: 0 auto -65px;
}

    .tracking_title {
      font-size: 18px;
      margin-bottom: 15px;
      color: #000;
    }

    .tracking_input {
      height: 50px;
      border-radius: 8px;
	  font-size: 15px;
    }

    .track_btn {
      height: 50px;
      border-radius: 8px;
      background-color: #1e4bff;
      color: #fff;
      border: none;
      padding: 0 25px;
      font-weight: 500;
	  font-size: 15px;
    }
	
	
	

		
		
.home_service_section {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    padding: 120px 0 70px;
}

/* Left Section */
.home_service_section .section-subtitle {
  color: #2f5cff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.home_service_section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2a44;
  line-height: 40px;
}

/* Card */
.home_service_section .service-card {
  transition: all 0.3s ease;
}

.home_service_section .service-card img {
  width: 100%;
  height: 180px;
  border-radius: 15px;
  object-fit: cover;
}

.home_service_section .service-card .card-body {
    padding: 18px 0;
}

/* Card Header */
.home_service_section .card-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  padding: 0;
}

.home_service_section .card-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2a44;
  margin: 0;
  line-height: 1.4;
}

.home_service_section .arrow {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.home_service_section a.arrow {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../images/arow.png);
    background-size: 100% auto;
}

/* Description */
.home_service_section .service-card p {
    font-size: 14px;
    color: #6c7a92;
    margin: 0;
    line-height: 20px;
    width: 50%;
}

/* Hover Effect */
.home_service_section .service-card:hover {
  transform: translateY(-5px);
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
}













.tech_service_section {
  font-family: 'Roboto', sans-serif;
  background-color: #F4F7FA;
}

/* Heading */
.tech_service_section .section-subtitle {
  color: #2f5cff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.tech_service_section .section-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
    color: #1f2a44;
    line-height: 40px;
}

.tech_service_section .section-desc {
  font-size: 16px;
  color: #6c7a92;
}

/* Image Box */
.tech_service_section .video-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.tech_service_section .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
/*.tech_service_section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #ffffff;
  color: #2f5cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}*/

/* Feature List */
.tech_service_section .feature-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Feature Item */
.tech_service_section .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

/* Icon (dotted square style) */
.tech_service_section .feature-item .icon {
  width: 18px;
    height: 18px;
    background-image: url(../images/arow-bulletin.png);
    background-size: 100%;
    margin: 5px 0 0;
    display: block;
    background-repeat: no-repeat;
  /*background-color: #2f5cff;
  mask-image: radial-gradient(circle, black 2px, transparent 3px);
  mask-size: 6px 6px;
  -webkit-mask-image: radial-gradient(circle, black 2px, transparent 3px);
  -webkit-mask-size: 6px 6px;*/
}

/* Text */
.tech_service_section .feature-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 5px;
}

.tech_service_section .feature-item p {
    font-size: 14px;
    color: #6c7a92;
    margin: 0;
    line-height: 1.6;
    padding: 0 215px 0 0;
}















/* Section */
.home_about_section {
  font-family: 'Roboto', sans-serif;
  position: relative;
  background-color: #fff;
  padding-bottom: 45px;
}

/* Background Image */
.home_about_section .about-bg {
    background: url(../images/about-bg.png) no-repeat center center / cover;
    height: 300px;
    width: 100%;
}

/* Card */
.home_about_section .about-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

/* Text */
.home_about_section .section-subtitle {
  color: #2f5cff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.home_about_section .section-title {
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 36px;
    font-weight: 700;
    color: #1f2a44;
}

.home_about_section .section-desc {
  font-size: 14px;
  color: #6c7a92;
  line-height: 1.6;
}

.home_about_section .section-small {
  font-size: 14px;
  margin-top: 20px;
  color: #6c7a92;
}

/* Features */
.home_about_section .about-features {
  margin-top: 15px;
}

.home_about_section .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.home_about_section .feature-item .icon {
  width: 55px;
    height: 55px;
    background: #003bff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.home_about_section .feature-item span {
  font-size: 15px;
  color: #1f2a44;
}

/* Images */
.image-main {
    display: flex;
    justify-content: end;
}

.home_about_section .image-main img {
  width: 85%;
  border-radius: 16px;
}



.home_about_section .image-small {
  position: absolute;
  bottom: -58px;
  left: 20px;
}

.home_about_section .image-small img {
    width: 320px;
    border-radius: 50px;
    border: solid 28px #fff;
}

/* Bottom Section */
.home_about_section .about-bottom {
    margin-top: 60px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 30px;
}

.home_about_section .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home_about_section .stat-item p {
    margin: 0;
    font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 20px;
}

.home_about_section .dot {
    width: 15px;
    height: 15px;
    background: #2f5cff;
    margin: 0 10px;
}



















/* Section */
.teastimonial_section {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #003CFF, #05123C);
    color: #fff;
    position: relative;
    overflow: hidden;
	padding: 70px 0;
}
.teastimonial_section .container {
    position: relative;
    z-index: 99;
}

/* Decorative Lines Background */
.teastimonial_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/pattern.png') no-repeat center;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
}

/* Left Text */
.teastimonial_section .section-subtitle {
  font-size: 13px;
  letter-spacing: 1px;
  color: #a9c3ff;
  margin-bottom: 10px;
}

.teastimonial_section .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

/* Right Content */
.teastimonial_section .testimonial-content {
  padding-left: 20px;
}

.teastimonial_section .testimonial-text {
  font-size: 20px;
  line-height: 1.7;
  color: #e0e7ff;
  max-width: 700px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 25px;
}

/* User */
.teastimonial_section .testimonial-user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.teastimonial_section .testimonial-user h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.teastimonial_section .testimonial-user span {
  font-size: 13px;
  color: #a9c3ff;
}
.swiper-button-next, .swiper-button-prev {
    display: none!important;
}










/* Swiper spacing */
.teastimonial_section .swiper {
  padding-bottom: 50px;
}

/* Navigation Arrows */
.teastimonial_section .swiper-button-next,
.teastimonial_section .swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
}

.teastimonial_section .swiper-button-next::after,
.teastimonial_section .swiper-button-prev::after {
  font-size: 18px;
}

/* Pagination */
.teastimonial_section .swiper-pagination-bullet {
  background: rgba(255,255,255,0.4);
  opacity: 1;
}

.teastimonial_section .swiper-pagination-bullet-active {
  background: #fff;
}

/* Optional: center content nicely */
.teastimonial_section .swiper-slide {
  display: flex;
  align-items: center;
}
.teastimonial_section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background-image: url(../images/testimonial_pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}









.footer_wrapper {
  font-family: 'Roboto', sans-serif;
}

/* Partners Section */
.footer_wrapper .partners-section {
  background: #f1f3f8;
  padding: 60px 0;
}

.footer_wrapper .partner-title {
  display: inline-block;
  background: #0b1f66;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
}

.footer_wrapper .partners-section img {
  max-height: 40px;
  opacity: 0.9;
  transition: 0.3s;
}

.footer_wrapper .partners-section img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Main Footer */
.footer_wrapper .main-footer {
  background: #161C2D;
  color: #fff;
  padding: 70px 0;
}

/* Logo */
.footer_wrapper .footer-logo {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Description */
.footer_wrapper .footer-desc {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
}

/* Read More */
.footer_wrapper .read-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}

/* Social */
.footer_wrapper .social-icons a {
    display: inline-block;
    width: auto;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    margin-right: 19px;
    color: #fff;
    font-size: 20px;
}

/* Links */
.footer_wrapper h6 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #e2e8f0;
}

.footer_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_wrapper ul li {
  margin-bottom: 10px;
}

.footer_wrapper ul li a {
  font-size: 14px;
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer_wrapper ul li a:hover {
  color: #fff;
}
.partners-section img {
    width: 155px !important;
    max-height: inherit !important;
    height: auto !important;
}
















/* Responsive */


@media (max-width: 991px) {
.footer_wrapper .main-footer {
        text-align: left;
    }

  .footer_wrapper .social-icons {
    justify-content: center;
  }
 .footer_wrapper h6 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 20px;
} 
}




/* Responsive */
@media (max-width: 991px) {
  .teastimonial_section .testimonial-content {
    padding-left: 0;
  }

  .teastimonial_section .section-title {
    font-size: 28px;
  }

  .teastimonial_section .testimonial-text {
    font-size: 18px;
  }
}




/* Responsive */
@media (max-width: 991px) {
  .home_about_section .about-card {
    padding: 25px;
  }

  .home_about_section .image-small {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
  }
}	


    @media (max-width: 991px) {
      .hero_title {
        font-size: 36px;
      }

      .tracking_box {
        width: 90%;
      }
    }
	
@media (min-width:250px) and (max-width:991px) {		
div#navbarContent {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 0 15px;
}	
.nav-link {
    text-align: center;
}
}

@media (min-width:250px) and (max-width:767px) {	
    .hero_title {
        font-size: 36px;
        line-height: 41px;
    }
.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}
.tech_service_section .feature-item p {
    padding: 0;
}	
.home_about_section .image-main img {
    width: 100%;
    border-radius: 16px;
    margin: 20px 0 0;
}
.home_about_section .image-small img {
    width: 100%;
    border: none;
    border-radius: 15px;
}
.home_about_section .about-bottom img {
    width: 70px;
}
.home_about_section .stat-item {
    justify-content: normal;
    margin: 15px 20px;
}
.home_about_section .about-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
	    border-radius: 15px;
    margin: 25px 0 0;
}
.stat-item.border-start {
    border: none !important;
}
.home_about_section .about-bottom {
    border: 1px solid #D4D4D4;
}
}	
	
	
	
@media (min-width:250px) and (max-width:576px) {	
    .home_about_section .about-bottom img {
        width: 40px;
    }
.home_about_section .stat-item p {
    font-size: 15px;
    line-height: 15px;
}
.home_about_section .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
    .home_about_section .stat-item {
        justify-content: normal;
        margin: 8px 10px;
    }
	
}	
