body {
      font-family: Verdana, Arial, sans-serif;
    }
    /* .navbar{
  background: linear-gradient(135deg, #f77c00 0%, #fca600 40%, #fff2cc 60%, #fca600 80%, #ffb347 100%);
  color: white;
} */
 .grey-p{
  color: gray;
 }
    .hero {
      background: url('../images/dark-mosaic.png') center center/cover no-repeat;
      background: linear-gradient(
  to right, 
  #f77c00, 
  #fca600, 
  #ffb347
);
      color: white;
      padding: 140px 0;
      text-align: center;
      position: relative;
    }
    .hero {
  position: relative;
  background-image: url('images/banner-.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(to right, rgba(255, 196, 0, 0.4), rgba(255, 128, 0, 0.4)); */
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.hero .content {
  position: relative;
  z-index: 2;
  text-align: left;
}
    .hero::after {
      content: "";
      /* background: #024a94; HID Blue overlay */
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
    }
    .hero .content {
      position: relative;
      z-index: 1;
    }
    .service-hero{
      background: linear-gradient(
  to right, 
  #f77c00, 
  #fca600, 
  #ffb347
);
      color: white;
      position: relative;
      padding: 50px 0;
    }
    .nav-item .nav-link{
        font-size: 1.2rem;
        color: #000;
    }
    .nav-item .btn{
        background: linear-gradient(
  to right, 
  #f77c00, 
  #fca600, 
  #ffb347
);
        color: #fff;
        font-size: 1.2rem;
    }
    .navbar-nav{
        gap: 25px;
    }
    /* .sticky-top{
        border-bottom: 2px solid #024a94;
    } */
    .section-heading {
      color: #024a94;
    }
    .content .btn{
        background-color: #fff;
        color: #000;
        font-size: 1.2rem;
        border-radius: 50px;
    }
    .solution-card {
      transition: transform 0.3s;
    }
    .solution-card:hover {
      transform: translateY(-5px);
    }
    footer {
      background: linear-gradient(to bottom, #000000 0%, #333333 100%);
      color: white;
      padding: 40px 0;
    }
    footer img{
        border-radius: 50%;
        align-items: center;
    }
    footer a {
      color: #fff;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }

.section-title {
      text-align: center;
      margin: 2rem 0;
      color: #024a94;
      font-weight: bold;
    }
    .card {
      /* border: 2px solid #024a94; */
      border-radius: 25px;
      transition: transform 0.3s ease;
      height: 100%;
    }
    .card img{
        border-radius: 25px;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .card-body {
      background-color: #fff;
    }
    .card-title {
      color: #000;
      font-weight: 700;
    }
    .card-text {
      color: #000;
    }


.nav-pills .nav-link {
  /* border-radius: 20px; */
  margin: 5px;
  padding: 8px 20px;
  text-align: left;
  border: 1px solid gray;
}

.nav-pills .nav-link.active {
  background-color: #f77c00;
  padding-left: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.industry-section {
      background: linear-gradient(
  to right, 
  #f77c00, 
  #fca600, 
  #ffb347
);
      color: white;
      padding: 60px 20px;
    }

    .industry-section h2 {
      color: #fff;
      font-size: 36px;
      font-weight: bold;
    }

    .industry-section p {
      color: #fff;
    }

    .industry-section .btn {
      background-color: #fff;
      color: #000;
      font-weight: bold;
      border: none;
    }

    .industry-list i {
      color: #fff;
      margin-right: 10px;
    }

    @media (max-width: 768px) {
      .industry-section h2 {
        font-size: 28px;
      }
    }



.services-section {
      padding: 60px 20px;
    }

    .services-section h2 {
      font-weight: bold;
      color: #222;
    }

    .service-card {
      background-color: #fff;
      border-radius: 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      padding: 20px;
      transition: 0.3s ease-in-out;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-img {
      height: 350px;
      object-fit: contain;
      margin-bottom: 15px;
      border-radius: 5px;
      /* background-color: #f1f1f1; */
      padding: 10px;
    }

    .service-card h5 {
      color: #333;
      font-weight: 600;
      margin-top: auto;
      text-align: center;
    }

    .service-card p {
      color: #555;
      font-size: 15px;
      flex-grow: 1;
      text-align: justify;
      hyphens: auto;
    }

    @media (max-width: 768px) {
      .service-img {
        height: 140px;
      }
    }


.carousel-inner {
      padding: 40px 0;
    }

    .service-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      padding: 20px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .service-card img {
      height: 350px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .service-card h5 {
      font-weight: 600;
      color: #024a94;
    }

    .service-card p {
      font-size: 15px;
      color: grey;
    }

    .carousel-controls-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: -20px;
      margin-bottom: 10px;
    }

    .carousel-indicators {
      position: static;
      margin-top: 20px;
      justify-content: center;
    }

    .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border-radius: 50%;
      background-color: #003087;
      opacity: 0.5;
    }

    .carousel-indicators .active {
      opacity: 1;
    }

    .carousel-item .row {
      display: flex;
    }

    .carousel-item .col {
      display: flex;
    }

    .carousel-button {
      background-color: #fff112;
      border: none;
      /* border-radius: 50%; */
      width: 40px;
      height: 40px;
    }

    .carousel-button span {
      filter: invert(1);
    }


.cta-bg .btn{
        background-color: #fff;
        color: #000;
        font-size: 1.2rem;
    }
.cta-bg {
      background: linear-gradient(135deg, #fdd835, #f57c00);
      color: white;
      padding: 60px 20px;
    }
.career{
  padding: 140px 0;
}
.contact-section {
      padding: 60px 20px;
      text-align: center;
    }

    .contact-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .contact-section h4 {
      color: orange;
      font-size: 1.75rem;
      margin-top: 10px;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .contact-info {
      margin-bottom: 30px;
    }

    .contact-form {
      background-color: transparent;
      border: 1px solid orange;
      border-radius: 10px;
      padding: 30px;
      max-width: 800px;
      margin: 0 auto;
    }

    .form-control {
      border-radius: 8px;
      padding: 10px 15px;
      background-color: #fffce7;
      border: 1px solid #ccc;
    }

    .form-label {
      font-weight: 600;
      text-align: left;
      display: block;
      margin-bottom: 5px;
    }

    .btn-submit {
      background: linear-gradient(
  to right, 
  #f77c00, 
  #fca600, 
  #ffb347
);
      color: #fff;
      padding: 10px 30px;
      border: none;
      border-radius: 10px;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .btn-submit:hover {
      background-color: #054896;
      color: #fff;
    }

    @media (max-width: 767px) {
      .form-row {
        flex-direction: column;
      }
    }
.contact-info a{
  text-decoration: none;
  color: #000;
}
.about-intro{
  position: relative;
  justify-content: center;
}
.about-intro h1{
  font-weight: bold;
  color: orange;
}
.highlight-text{
  color: orange;
}
.about-spe{
  text-align: left;
}
.client-marquee {
      overflow: hidden;
      position: relative;
      background-color: #fff;
      /* border-top: 3px solid #054896;
      border-bottom: 3px solid #054896; */
      padding: 20px 0;
    }
    .client-marquee h1{
      color: #f77c00;
      font-weight: bold;
    }

    .marquee-track {
      display: flex;
      width: calc(250px * 34 * 2);
      animation: scroll-marquee 50s linear infinite;
    }

    .client-marquee:hover .marquee-track {
      animation-play-state: paused;
    }

    .marquee-track img {
      width: 200px;
      height: auto;
      margin: 0 30px;
      object-fit: contain;
      transition: transform 0.3s;
    }

    .marquee-track img:hover {
      transform: scale(1.1);
    }

    @keyframes scroll-marquee {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
      .marquee-track img {
        width: 120px;
        margin: 0 15px;
      }
    }



.offer-section {
      background-color: #fff4e0; /* Light yellow-orange */
      padding: 60px 0;
    }
    .offer-title {
      font-weight: 700;
      color: #f77c00; /* deep red */
      margin-bottom: 20px;
    }
    .offer-text p {
      margin-bottom: 20px;
      line-height: 1.8rem;
    }
    .offer-image img {
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      max-width: 100%;
    }


.industry-section- {
      /* background-color: #fff4e0; */
      padding: 60px 0;
    }
    .industry-title {
      font-weight: 700;
      color: #f77c00;
      text-align: center;
      /* margin-bottom: 40px; */
    }
    .industry-p{
      text-align: center;
      margin-bottom: 50px;
    }
    .industry-card {
      border: 2px solid #fca600;
      border-radius: 15px;
      background-color: #fff;
      padding: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .industry-card img {
      border-radius: 10px;
      margin-bottom: 15px;
      width: 100%;
      height: auto;
    }
    .industry-card h5 {
      font-weight: 700;
      color: #000;
      margin-bottom: 15px;
      text-align: center;
    }
    .industry-card p {
      color: #333;
      text-align: justify;
    }




.why-section {
      background-color: #fff4e0; /* Light yellow-orange */
      padding: 60px 0;
    }
    .why-title {
      font-weight: 700;
      color: #f77c00;
      text-align: center;
      margin-bottom: 10px;
    }
    .why-subtitle {
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      max-width: 900px;
      margin: 0 auto 40px;
    }
    .why-card {
      background-color: #fff;
      border-radius: 15px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    .why-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .why-card i {
      font-size: 40px;
      color: #fca600;
      margin-bottom: 15px;
    }
    .why-card h5 {
      color: #f77c00;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .why-card p {
      color: #333;
      font-size: 0.95rem;
    }


.section-heading {
      text-align: center;
      padding: 60px 20px 20px;
    }

    .section-heading h1 {
      font-weight: 700;
      color: #f77c00;
    }

    .carousel img {
      border-radius: 10px;
      object-fit: cover;
      width: 100%;
      /* height: 300px; */
    }

    .customers-box {
      background: #ffffff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      font-size: 1rem;
      line-height: 1.7;
    }

    .customers-box h3{
      color: #f77c00;
      font-weight: bold;
    }

    .customers-box strong {
      color: #000;
      font-size: 1.1rem;
    }

    @media (max-width: 767px) {
      .carousel img {
        height: 200px;
      }
    }




.sidebar {
      background-color: #fff5e1;
      padding: 2rem 1rem;
      border-right: 1px solid #dee2e6;
      height: 100%;
    }

    .sidebar .nav-link {
      font-weight: 500;
      color: #000;
      border-bottom: 1px solid #ddd;
      padding: 12px 0;
    }

    .sidebar .nav-link.active {
      color: #fff;
    }

    .main-section {
      padding: 2rem;
    }

    .customers-box {
      background-color: #ffffff;
      padding: 2rem;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-top: 2rem;
    }

    .customers-box h5 {
      color: #0d6efd;
      font-weight: 600;
    }

    .carousel img {
      max-height: 400px;
      object-fit: cover;
    }
    .tab-pane h2{
      color: #f77c00;
      font-weight: bold;
      padding-left: 20px;
      padding-top: 20px;
    }




.accordion-button::after {
      color: #054896;
    }

    .accordion-button:not(.collapsed) {
      color: #054896;
      background-color: #eaf3ff;
      font-weight: 600;
    }

    .accordion-button {
      font-size: 1.2rem;
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #dee2e6;
    }

    .accordion-body {
      color: #333;
    }

/* .card {
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
} */
/* Ensure all swiper slides use flex to stretch cards */
.swiper {
  position: relative;
  padding-bottom: 60px; /* enough room for dots */
}

.swiper-pagination {
  position: absolute;
  bottom: 10px; /* outside swiper-wrapper area */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  height: auto !important;
}

.swiper-slide .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card h5 {
  margin-bottom: 0.5rem; /* Tighten spacing */
}

.card p {
  margin-bottom: 0; /* Remove gap below paragraph */
}
/* Make sure dots stay below the Swiper container */
.swiper-pagination {
  position: static !important;  /* key fix */
  margin-top: 20px;
  text-align: center;
}