body {
  font-family: Arial, sans-serif;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1321px;
  }
}

.navbar-brand {
  font-size: 1.5rem;
}

.jumbotron {
  background: url('../images/banner.jpg') no-repeat center center;
  background-size: cover;
}

.phone-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.3px;
  text-align: center;
  vertical-align: middle;
}


.navbar-light .navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  padding: 8px 15px;
}

.btn-primary {
  color: #fff;
  background-color: #ff9a56 !important;
  border-color: #ff9a56 !important;
}

.navbar {
  padding: 0px !important;
}

.nav-link {
  display: block;
  padding: 10rem 1rem;
  padding-bottom: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  padding: 0 16px;
}

.navbar-light .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 16px;   
  right: 16px;
  bottom: -5px;
  height: 3px;
  background-color: #ff9a56;
  text-decoration-thickness: 2px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ff9a56 !important;
}

@media (max-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    text-align:left;
  }
  .navbar-nav{
    margin-bottom: 12px;
  }
  .nav-link {
    padding-bottom: 8px !important;
  }
  .navbar-collapse{
    border-top: 1px solid #0000003b;
  }
}
.carousel-item img {
  height: 500px;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 5px;
  border: 2px solid #ff9a56
}

.carousel-indicators .active {
  background-color: #ff9a56;
}

.numb {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ff9a56;
  margin-bottom: 8px;
}

.why-choose {
  background-color: #E9F8FF;
  /* border-top: 2px solid #ff9a56; */
  /* border-bottom: 2px solid #ff9a56; */
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  /* vertical-align: middle; */
  color: #000;
}

.section-title .highlight {
  color: #ff9a56;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  /* vertical-align: middle; */
}

.section-subtitle {
  color: #666666;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 136%;
  letter-spacing: 0px;
  vertical-align: middle;

}

.feature-card {
  background: #fff;
  border-radius: 24px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 28px;
  background-color: #E9F8FF;
  color: #ff9a56;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 28px;
  color: #212121;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.feature-text {
  font-size: 14px;
  color: #666666;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}

.generator-range {
  background-color: #fff;
}

.gen-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e5e5e5;
  box-shadow: 2px 4px 1px 0px rgba(0, 0, 0, 0.1);
}

.gen-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gen-card img {
  border-radius: 6px;
  max-height: 150px;
  object-fit: contain;
}

.gen-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.gen-text {
  color: #666666;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.mission-section {
  border-top: 2px solid #ff9a56;
  border-bottom: 2px solid #ff9a56;
  background: #fff;
  position: relative;
}

.mission-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-steps li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
  transition: color 0.3s;
}

.mission-steps li.active {
  color: #ff9a56;
}

.mission-details {
  max-height: 90vh;
  position: relative;
}

.mission-content {
  display: none;
  animation: fadeIn 0.6s ease;
}

.mission-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Styling */
.testimonial-section {
  background: #fff;
  /* border-top: 2px solid #ff9a56; */
  /* border-bottom: 2px solid #ff9a56; */
}

.testimonial-heading {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}

.testimonial-highlight {
  color: #ff9a56;
}

.testimonial-subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

/* Card Styling */
/* .testimonial-box {
  background: #e0f4fc;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  height: 100%;
} */

.testimonial-quote {
  color: #ff9a56;
  font-size: 20px;
  margin-bottom: 10px;
}

/* .testimonial-client {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.testimonial-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
} */
/* ///// */
.testimonial-box {
  background: #e6f6ff;
  padding: 20px;
  border-radius: 12px;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.testimonial-box p {
  flex-grow: 1;
  /* allows text to take available space */
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  /* leading-trim: NONE; */
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;

}

.testimonial-client {
  display: flex;
  align-items: center;
  margin-top: auto;
  /* pushes client section to bottom */
}

.testimonial-client img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

/* ///////// */
.testimonial-client h6 {
  font-weight: 600;
  margin: 0;
}

.testimonial-client span {
  font-size: 12px;
  color: #ff9a56;
}

/* Controls */
/* .testimonial-control {
  background: #ff9a56;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.testimonial-control i {
  color: #fff;
  font-size: 16px;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

/* Custom carousel item */
.testimonial-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  transition: transform 0.6s ease;
}

.testimonial-slide.active {
  display: block;
}

/* wrapper for controls (centered below carousel) */
.testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* space between arrows */
  margin-top: 18px;
}

/* circular button style */
/* .testimonial-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ff9a56;
  transition: background .2s ease, transform .12s ease;
  box-shadow: 0 4px 12px rgba(3,169,244,0.18);
} */

/* .testimonial-control i {
  color: #fff;
  font-size: 16px;
} */

/* hover/focus */
.testimonial-control:hover,
.testimonial-control:focus {
  background: #0288d1;
  transform: translateY(-2px);
}

/* responsive tweak: make buttons slightly smaller on very small screens */
@media (max-width: 420px) {
  .testimonial-control {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;

}

body {
  background: #f0f0f0;
}

.quote-section {
  /* background: url('<?php echo BASE_URL; ?>assets/images/pf2download.jpg') center center/cover no-repeat; */
  padding: 50px;
  color: white;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.left {
  flex: 1;
}

.right {
  flex: 1;
  display: flex;
  justify-content: center;
}

h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.highlight {
  /* display: block; */
}

.orange {
  color: #ff9a56;
}

.blue {
  color: #00aaff;
  font-weight: 700;
}

.features {
  list-style: none;
  margin: 20px 0;
  font-size: 16px;
}

.features li {
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 500px;
}

.quote-btn {
  background-color: #ff9a56;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-weight: bold;
}

.form-box {
  background-color: #ffffff2e;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  width: 100%;
  max-width: 550px;
}

.form-box h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.form-box input,
.form-box select {
  width: 100%;
  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background: #ffffff54;
  color: #ffffff;
}
.form-box select option{
  color:black;
}
form input:focus,
form select:focus {
  border-color: 1px solid #ffffff;
  outline: none;
}

form input::placeholder {
  color: #ffffff;
  opacity: 1;
}

form input::-webkit-input-placeholder {
  color: #ffffff;
}

form input::-moz-placeholder {
  color: #ffffff;
}

form input:-ms-input-placeholder {
  color: #ffffff;
}

form input:-moz-placeholder {
  color: #ffffff;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #ff9a56;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 22px;
}

.news-section {
  background: white;
  padding: 60px 20px;
  border-top: 2px solid #ccc;
}

/* .news-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
} */

.news-section .blue {
  color: #00aaff;
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 16px;
}

.news-tabs li {
  cursor: pointer;
  color: #555;
  font-weight: 500;
  position: relative;
}

.news-tabs li.active {
  color: #00aaff;
  font-weight: bold;
}

.news-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00aaff;
}

/* .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
} */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Always 4 cards in a row */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-card {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.news-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.news-meta {
  font-size: 13px;
  color: #777;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.news-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.news-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.news-card a {
  color: #00aaff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= Mobile Responsive ================= */
@media (max-width: 992px) {
  .content {
    flex-direction: column;
    /* Stack left and right */
    align-items: center;
    text-align: center;
  }

  h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .features {
    font-size: 15px;
    padding-left: 0;
  }

  .description {
    font-size: 14px;
    margin: 15px auto;
  }

  .quote-btn {
    margin: 15px auto 30px;
    display: inline-block;
  }

  .right {
    width: 100%;
    justify-content: center;
  }

  .form-box {
    max-width: 100%;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .quote-section {
    padding: 30px 15px;
  }

  h1 {
    font-size: 22px;
  }

  .features {
    font-size: 14px;
  }

  .quote-btn {
    width: 100%;
    padding: 14px;
  }

  .form-box {
    padding: 15px;
  }

  .form-box input,
  .form-box select {
    padding: 10px;
  }

  .submit-btn {
    padding: 14px;
  }
}

.formh {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 32px !important;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: center;
  margin-top: 8px;
}

.site-footer {
  background: url('../../assets/images/footer_image.png') center center/cover no-repeat;
  color: #fff;
  padding: 60px 30px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 18px;
  /* border-bottom: 2px solid #555; */
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #00aaff;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 17px;
}

.footer-column p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #00aaff;
}

.contact-info li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
  display: flex;
  align-items: start;
}

.contact-info span {
  display: inline-block;
  /* width: 20px; */
  /* margin-right: 5px; */
  margin-left: 13px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #444;
  font-size: 16px;
  color: #FFFFFF;
}

.footer-bottom .dev-link {
  color: #ff9a56;
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  .footer-column {
    text-align: left;
  }

  .footer-logo {
    margin: 0 auto 15px;
  }

  .social-icons {
    /* justify-content: center; */
  }

  .social-icons a {
    margin: 0 5px;
  }

  .contact-info {
    /* justify-content: center; */
  }

  .contact-info li {
    /* justify-content: center; */
  }

  .contact-info span {
    width: auto;
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .carousel-item img {
    max-height: 300px;
  }
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  max-height: 580px;
  /* Or any value depending on your design */
}

/* ✅ Mobile Responsiveness */
@media (max-width: 768px) {

  .section-title,
  .hero-title {
    font-size: 28px;
    line-height: 120%;
  }

  .section-title .highlight {
    font-size: 28px;
    line-height: 120%;
  }

  .section-subtitle {
    font-size: 14px;
    line-height: 140%;
    padding: 0 15px;
    /* Optional: Add some breathing room */
  }

  .service h3 {
    font-size: 14px;
  }
}


/* Hero Section */
/* .hero-section {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center; */
/* } */
/* .hero-section {
  position: relative;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}

.hero-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
} */
.hero-section {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 123, 194, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
} */

.hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  /* color: #000; */
  color: #ff9a56;
  /* orange */
}

.hero-subtitle {
  /* font-size: 1.2rem; */
  /* margin-top: 10px; */
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}

.hero-desc {
  /* font-size: 1rem;
  margin-top: 10px;
  max-width: 750px; */
  margin-left: auto;
  margin-right: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}

.hero-buttons .btn-warning {
  background-color: #ff9a56;
  border: none;
  padding: 12px 30px;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-buttons .btn-outline-light {
  border: 2px solid #fff;
  padding: 10px 25px;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 20px;

}


/* ---------------------------------
   📲 Small Phones (up to 480px)
--------------------------------- */
@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-desc {
    font-size: 13px;
  }
}

/* About Section */
.about-section {
  padding: 40px 0;
  background: #FFFFFF;
}

.about-section h2 {
  font-weight: 700;
}

.about-section h2 span {
  color: #049EE7;
  /* blue highlight */
}

.about-section p {
  color: #212121;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.about-stats {
  text-align: center;
  margin-top: 40px;
}

.about-stats h3 {
  color: #ff9a56;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;

}

.about-stats p {
  margin: 5px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}

/* Live Support Box */
.live-support {
  position: absolute;
  bottom: -18px;
  left: 0px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 24px 15px;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  text-align-last: left;
  box-shadow: -2px 6px 20px rgba(0, 0, 0, 0.2);
}

.live-support span {
  /* margin-left: 8px; */
  color: #333;
}

.live-support .dot {
  height: 10px;
  width: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.live-support p {
  color: #212121;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 0px
}

/* Common Section Styling */


/* Service Boxes */
.service-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.service-box .icon {
  font-size: 2rem;
  color: #007bc2;
  margin-bottom: 12px;
}

.service-box h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-box p {
  font-size: 0.9rem;
  color: #444;
}

/* Industry Leaders Logos */
.industry-leaders .logos img {
  max-height: 60px;
  margin: 12px 20px;
  transition: transform 0.3s ease;
}

.industry-leaders .logos img:hover {
  transform: scale(1.05);
}

/* Section Backgrounds */
.expertise-services,
.choose-us {
  background: #E9F8FF;
  /* light blue */
  /* border-top: 2px solid #ff9a56; */
  /* border-bottom: 2px solid #ff9a56; */
}

.industry-leaders {
  background: #fff;
}

/* Services Section */
.services {
  padding: 50px 20px;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.services h2 span {
  color: #007bff;
}

.services p {
  margin-bottom: 40px;
  color: #555;
}

/* Service Cards */
.service-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.service {
  background: #fff;
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  text-align: left;
}

.service img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.service-content {
  padding-top: 30px;
}

.service h3 {
  margin-bottom: 10px;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;

}

.service p {
  font-size: 16px;
  color: #666666;
  padding-top: 10px;
  padding-right: 75px;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.6;
}

.choose-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  background-color: #ffffff;
}

.choose-section h2 {
  /* font-size: 2rem; */
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.choose-section h2 span {
  color: #0096ff;
  font-weight: bold;
}

.choose-section p.subtitle {
  color: #666;
  margin-bottom: 40px;
  font-size: 1rem;
}


.choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.choose-card {
  border: 2px solid #ff9a56;
  border-radius: 24px;
  padding: 25px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.choose-card:hover {
  border-color: #ff9a56;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.choose-card h3 {
  /* font-size: 1.2rem; */
  margin-bottom: 15px;
  color: #ff9a56;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.choose-card ul {
  padding-left: 20px;
  margin-top: 24px;
  color: #666666;
}

.choose-card ul li {
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ff9a56;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }
  .service p{
    padding-right: 0px !important;
  }
}
.feature-section2 {
  position: relative;
  color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-overlay2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-title2 {
  /* font-size: 48px;
  font-weight: 600;
  line-height: 100%; */
  margin-bottom: 20px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}

.feature-subtitle2 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #ddd;
}

.feature-desc2 {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}

/* .feature-buttons2 a {
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  text-align: center;
} */

/* Feature Icons Row */
.feature-icons2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.feature-icon-box2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.feature-circle2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff9a56;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
}

.feature-circle2 i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.feature-text2 {
  font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .feature-title2 {
    font-size: 34px;
  }

  .feature-desc2 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .feature-title2 {
    font-size: 28px;
  }

  .feature-icons2 {
    gap: 20px;
    justify-content: flex-start;
  }

  .feature-icon-box2 {
    flex: 1 1 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .feature-title2 {
    font-size: 24px;
  }

  .feature-desc2 {
    font-size: 14px;
  }

  .feature-icons2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .feature-icon-box2 {
    font-size: 14px;
  }

  .feature-circle2 {
    width: 32px;
    height: 32px;
  }

  .feature-circle2 i {
    font-size: 14px;
  }
}

/* Feature Buttons */
.feature-buttons2 {
  display: flex;
  justify-content: center;
  gap: 16px; /* space between buttons */
  flex-wrap: wrap; /* allows stacking on smaller screens */
}

.feature-btn2-orange {
  background-color: #ff9a56;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 24px;
  text-align: center;
}

.feature-btn2-outline {
  border: 2px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 24px;
  text-align: center;
}

.feature-btn2-outline:hover {
  background-color: #ff9a56;
  color: #ffffff;
  text-decoration: none;
}

/* Mobile fix */
@media (max-width: 576px) {
  .feature-buttons2 {
    flex-direction: column; /* stack vertically */
    align-items: center;
  }
  .feature-buttons2 a {
    width: 100%;
    max-width: 280px; /* keeps a good size on mobile */
  }
}
/* .mb-5, .my-5 {
    margin-bottom: 2.8rem !important;
    margin-top: 2.8rem !important;
} */