.call {
  border-radius: 12px;
  background: black;
  color: white;

}

.nav-item {
  margin: 10px;
}

.logo {
  width: 30vh;
}

.hero {
  font-family: 'League Spartan', sans-serif;
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  padding: 48px 0;
  /* original 40px → ~20% increase */
  font-size: 1.08rem;
  /* original 0.9rem → ~20% increase */
}

.carousel-inner-part {
  width: 100%;
  height: 300px;
  /* original 250px → ~20% increase */
  border-radius: 20px;
}

.carousel-inner-part img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-caption {
  font-size: 0.96rem;
  /* original 0.8rem → ~20% increase */
}

.btn-custom {
  padding: 10px 24px;
  /* slightly larger buttons */
  font-size: 1rem;
}

.hero h1 {
  font-size: 1.8rem;
  /* slightly larger heading */
}

.hero p {
  font-size: 1.05rem;
}

/* .hero {

  font-family: League Spartan;
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
}

.carousel-inner {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}


.overlay-box {
  background-color: rgba(255, 255, 255, 0.19);
  color: white;
  border-radius: 12px;
  padding: 30px;
} */

.stats-section {
  background-color: #c2d8d3;
  /* soft green background */
  padding: 40px 0;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
}

.stat-label {
  font-size: 1rem;
  color: #000;
}

.frame {
  width: 30vh;
  height: 20vh;
}

.carousel-indicators [data-bs-target] {
  background-color: black;
  width: 10px;
  height: 10px;

  opacity: 0.6;
}

.carousel-indicators .active {
  opacity: 1;
}

.client-section {
  background: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  padding: 50px 20px;
}

.solution-section {
  padding: 40px 20px;
}

.solution-section h2 {
  font-weight: 700;
}

.solution-section .sub-text {
  font-style: italic;
  color: #555;
  font-size: 1rem;
  margin-bottom: 30px;
}

.solution-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  transition: 0.2s ease;
}

.solution-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.solution-card i {
  color: #116029;
  font-size: 0.95rem;
}



.offering-section {
  background: linear-gradient(to right, #0f4c4c, #00af91);
  color: #000;
}

.section-heading {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.left-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.left-card h4 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.left-card ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.left-card ul li {
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #000;
}

.custom-btn {
  border: 2px solid #00796b;
  background: white;
  color: #00796b;
  padding: 6px 20px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 2px 2px 6px #00000020;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.custom-btn:hover {
  background: #00796b;
  color: white;
}

.right-box-2 {
  background-color: #004a7c;
  border-radius: 12px;
  padding: 20px;
  color: white;
  min-height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

}

.right-box p {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.active-tab {
  background: white;
  color: #004a7c;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 12px;
  font-size: 0.9rem;
  text-align: left;
}

@media (max-width: 767.98px) {
  .text-end {
    text-align: center !important;
  }
}



.project-idea-section {
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  text-align: center;
  padding: 10px 10px;
  height: 40vh;
}

.project-idea-section h2 {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin: 8vh;
}

.img-fluid {
  width: 140vh;
}

.project-idea-section .btn-custom {
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.project-idea-section .btn-custom:hover {
  transform: scale(1.05);
}

.timeline-text {
  font-family: 'Brush Script MT', cursive;
  font-size: 1.8rem;
  margin-top: 40px;
}

.timeline-section {
  padding: 60px 20px 40px;
  text-align: center;
}

.timeline-section h3 {
  font-weight: bold;
  margin-bottom: 50px;
}


.why-us-section {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.left-box {
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  padding: 24px;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
  text-align: center;
}

.left-box:hover {
  background-image: linear-gradient(to right, #0B1B24, #02624E, #0B1B24);
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.left-box h2 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.left-box strong {
  font-size: 1rem;
  margin-top: 10px;
}

.left-box p {
  font-size: 0.9rem;
  margin-bottom: 6px;
  line-height: 1.5;
}

.right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
}

.right-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {

  .left-box,
  .right-box {
    text-align: center;
    border-radius: 0 !important;
  }

  .right-box img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}

.strip-section {
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.strip-section h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.strip-section .imge {
  max-height: 70px;
  width: auto;
  margin: 10px auto;
  display: block;
}

.strip-section p {
  font-size: 1.1rem;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .strip-section h4 {
    font-size: 1.2rem;
  }

  .strip-section p {
    font-size: 1rem;
  }

  .strip-section .imge {
    max-height: 80px;
  }
}

.image {
  width: 100vh;
}

.image-grid {
  max-height: 320px;
  overflow: hidden;
}

.image-grid img {
  object-fit: cover;
  width: 100%;
}

.left-img {
  height: 320px;
}

.right-img-half {
  height: 160px;
}

@media (max-width: 768px) {

  .left-img,
  .right-img-half {
    height: auto;
  }
}

body {
  background-color: #ffffff;
}

.industry-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  padding: 20px 10px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.industry-card i {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 8px;
}

.industry-card p {
  margin: 0;
  font-weight: 600;
  font-size: 0.85rem;
  color: #333;
}

.section-title {
  font-weight: bold;
}

body {
  background-color: #f8f9fa;
  /* light gray background */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.team-section {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.team-card {
  background: #ffffff;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.team-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #085a22;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  margin: 0;
}

.services {
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  color: #fff;
}

.services h2,
.services p {
  color: #fff;
}

.service-box {
  background: rgba(255, 255, 255, 0.08);
  /* Semi-transparent box */
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.service-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.service-box p {
  font-size: 0.95rem;
  margin: 0;
  color: #f1f1f1;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
}

.contact-info {
  background: linear-gradient(to right, #02624E, #0B1B24, #02624E);
}

.contact-info p {
  font-size: 1rem;
  margin: 12px 0;
}

.btn-custom {
  background-color: #0a6fb3;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #0aa06e;
  color: #fff;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tos-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #02624E, #0B1B24, #02624E);

}

.tos-section h1 {
  font-size: 2.5rem;
}

.tos-section ul {
  list-style-type: square;
}

.btn-custom {
  background-color: #fff;
  color: #0984e3;
  font-weight: 500;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #00b894;
  color: #fff;
}

.call {
  border-radius: 12px;
  background: black;
  color: white;
}

.img-fluid {
  width: 100%;
}

.nav-item {
  margin: 10px;
}

.logo {
  width: 30vh;
}

.our-company {
  /* background: linear-gradient(to right, #0f9b74, #000d1a, #00c775); */
  color: rgb(0, 0, 0);
  padding: 80px 0;
  font-family: League Spartan;
  text-align: justify;
}

.about-section {
  background: linear-gradient(to right, #0f9b74, #000d1a, #00c775);
  color: rgb(255, 255, 255);
  padding: 80px 0;
  font-family: League Spartan;
  text-align: justify;
}


.about-section h2 {
  font-size: 2.8rem;
  font-weight: 600;
}

.about-section p {
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-img {
  width: 100%;
  height: auto;
  background-color: white;
  /* Placeholder white box */
  min-height: 300px;
}

@media (max-width: 767.98px) {
  .about-section h2 {
    text-align: center;
  }

  .about-section p {
    text-align: center;
  }
}

.recognition-section {
  padding: 60px 0;
}

.recognition-card {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.recognition-card:hover {
  transform: translateY(-5px);
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2);
}

.recognition-icon {
  background-color: #e0e0e0;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: inline-block;
}

.recognition-icon i {
  font-size: 24px;
  color: #0c3f5e;
}

.recognition-title {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 10px;
}

.project-idea-section {
  background-image: linear-gradient(to right, #02624E, #0B1B24, #02624E);
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.project-idea-section h2 {
  font-weight: bold;
  font-size: 2.5rem;
}

.project-idea-section .btn-custom {
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.project-idea-section .btn-custom:hover {
  transform: scale(1.05);
}

.timeline-text {
  font-family: 'Brush Script MT', cursive;
  font-size: 1.8rem;
  margin-top: 40px;
}

.timeline-section {
  padding: 60px 20px 40px;
  text-align: center;
}

.timeline-section h3 {
  font-weight: bold;

  margin-bottom: 50px;
}

.pricing-section {
  background-color: #cce0db;
  /* light bluish-gray */
  padding: 60px 0;
}

.pricing-title {
  font-weight: bold;
  font-size: 2rem;
}

.pricing-subtitle {
  font-size: 1rem;
  color: #333;
}

.pricing-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-card p {
  font-size: 0.95rem;
  color: #333;
}

.imge {
  width: 100%;
}

.recognition-section {
  color: black;
}

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
}

section.innovation-section {
  background: linear-gradient(to right, #0f9b74, #000d1a, #00c775);
  color: #fff;
  padding: 60px 0;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.icon-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.icon-box {
  background-color: #e1e6ea;
  padding: 14px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 15px;
}

.icon-box i {
  font-size: 1.6rem;
  color: #144a68;
}

.icon-title {
  font-size: 1rem;
  font-weight: 500;
}