.sectionWrapper {
  max-width: 2400px;
  margin: 0 auto;
}
/* odmBannerSection */
p {
  margin-bottom: 0;
}
.odmBanner {
  background-image: url(../../../assets/images/odmpage/odm_banner.webp);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
}
.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bannerContent {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.bannerContent h1,
.bannerContent h4,
.bannerContent p {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.57) 0%, #fff 56.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerContent h1 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.bannerContent h1 span {
  font-size: 2.6rem;
  vertical-align: middle;
}

.bannerContent h4 {
  font-size: 1.75rem;
  margin: 20px 0;
  font-weight: 600;
}

.bannerContent p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}

.bannerContent button {
  padding: 10px 30px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 8px;
}
.bannerContent button i {
  margin-left: 6px;
}
.counter {
  transition: transform 0.4s ease;
}
.loaded .counter {
  transform: translateY(0);
}
.projectOdmBox {
  border-radius: 30px;
  box-shadow: 8px 6px 14px 0px rgba(0, 0, 0, 0.1);
}
.counterParennt {
  width: 100%;
  max-width: 67px;
  aspect-ratio: 1 / 1;
  background-color: #254789;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allOdmBoxParent {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
}
.counter {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.25px;
}
.odmDel {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.paraOdm {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  margin: 2rem 0;
}

@media (max-width: 1300px) {
  .bannerContent h1 {
    font-size: 2.25rem;
  }
  .bannerContent h4 {
    font-size: 1.25rem;
  }
  .bannerContent p,
  .bannerContent button {
    font-size: 1rem;
  }
  .allOdmBoxParent {
    position: static;
    transform: none;
    margin-top: 3rem !important;
  }
}
@media (max-width: 576px) {
  .odmDel,
  .paraOdm {
    font-size: 14px;
  }
}

/* deviceSection  */
#deviceSection {
  margin-top: 200px;
}
@media (max-width: 1300px) {
  #deviceSection {
    margin-top: 40px;
  }
}

.gatewayBoxes {
  background: linear-gradient(to bottom, #000530, #254789);
  border-radius: 1rem;
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); */
  /* place-items: center; */
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .gatewayBoxes {
    flex-wrap: wrap;
  }
}
.gatewayBoxes p {
  font-size: larger;
  font-weight: bold;
}

.section2cards {
  position: relative;
  height: 110px;
  margin: 20px 0;
  width: 170px;
}
@media screen and (max-width: 576px) {
  /* ← add px */
  .gatewayBoxes {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .section2cards {
    width: 140px;
  }
}

.glow-line {
  width: 4px;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  border-radius: 50%;
}
.section2cards > img {
  height: 40px;
  width: 40px;
}

.beforeLine::before {
  position: absolute;
  content: "";
  left: -12%;
  width: 2px;
  height: 90px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  border-radius: 50%;
}
/* /* odmServices */
.commonHeaderOdm {
  margin: 60px 0;
}
.commonHeaderOdm h4 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}

/*  */
.process-card {
  margin-bottom: 30px;
  border-radius: 12px;
  padding: 25px 30px;
  color: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  width: 60px !important;
  height: 60px;
  transform: rotate(45deg);
  flex-shrink: 0;
  border-radius: 10px;
  border: 4px solid #000;
}
.step-number span {
  transform: rotate(-45deg);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}

.card-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-bottom: 1rem !important;
}

.card-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}

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

.feature-list li {
  font-size: 0.9rem;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}

.feature-list li:before {
  content: "•";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
}

.section-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.container-fluid {
  padding: 20px;
}

.main-title {
  text-align: center;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.boxdiv {
  display: flex;
  column-gap: 30px;
}
#header_nav .container,
#odmBannerSection .container,
#deviceSection .container,
#odmServices .container,
#industryOdmSection .container,
#odmStackSection .container,
#technologyOdmSection .container,
#developementOdmSection .container,
#faqOdmSection .container {
  max-width: 90%;
}
#selectedCountryHome {
  padding: 6px;
  border-color: #ccc;
  border-radius: 4px;
  color: #000000a3;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }

  .process-card {
    padding: 20px;
  }

  .card-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 1.8rem;
  }

  .process-card {
    padding: 24px 15px;
  }

  .card-title {
    font-size: 1.1rem;
  }
  .boxdiv {
    column-gap: 1rem;
  }
}

/* section 4 */
/*------------------------- Section 4 CSS -----------------*/
#industryOdmSection {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.sec4CardGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; /* space between cards */
}

@media (max-width: 992px) {
  .sec4CardGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .sec4CardGrid {
    grid-template-columns: 1fr;
  }
}

.section4card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  color: #fff;
}
.section4card p span {
  font-weight: 700;
}
.sec4CardImage > img {
  width: 70px;
}
.section4card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 36px 16px;
  height: 300px;
  position: relative;
  align-items: end;
  box-shadow: 0px 0px 12px 1px #ffffff2b;
  border-radius: 10px;
}
.sectionCardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

  border-radius: 10px;
}
.industryBg1 {
  background-image: url(../../../assets/images/odmpage/energy-and-utility.jpg);
}
.industryBg2 {
  background-image: url(../../../assets/images/odmpage/agritech.jpg);
}
.industryBg3 {
  background-image: url(../../../assets/images/odmpage/industrial-iot.jpg);
}
.industryBg4 {
  background-image: url(../../../assets/images/odmpage/smart-warehousing.jpg);
}
.industryBg5 {
  background-image: url(../../../assets/images/odmpage/automotive.jpg);
}
.industryBg6 {
  background-image: url(../../../assets/images/odmpage/smart-cities.jpg);
}
.industryHeader {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 60px;
}
/* faqOdmSection */
.faq-item {
  background-color: #e5ecff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: "Segoe UI", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-item.active {
  background-color: #e5ecff;
}

.faq-question {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Enough to fit content */
}

.faq-icon {
  float: right;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.odmPara {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}
.leftfaqSe {
  border-radius: 10px;
  background: #dce5ff;
  padding: 1.5rem 1rem;
  margin-bottom: 20px;
}
.leftfaqSe h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
}
.leftfaqSe p {
  color: #000;
  font-size: 18px;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.leftfaqSe a {
  border-radius: 10px;
  background: #254789;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  /* ✨ smooth animation for the properties you tweak on :hover */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.leftfaqSe a span i {
  color: #fff;
}

.leftfaqSe a:hover {
  color: #fff;
  text-decoration: none;
  /* optional: subtle darken */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18); /* optional lift */
}
.faq-icons {
  background-color: #c4d4fe;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 8px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-icon {
  font-size: 20px;
  color: #254789;
}
.faq-headerss {
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 992px) {
  .faq-headerss {
    position: static;
  }
}

/*  odmStackSection*/
/* ----------  CUSTOM STYLES  ---------- */
.tech-stack-gradient {
  /* deep‑blue to navy gradient like the screenshot */
  background-color: #f6fbff;
}
.tech-card {
  background: rgba(29, 55, 114, 0.85); /* translucent blue panel   */
  border: 1px solid #fff;
  border-radius: 10px;
  color: #f5f8ff; /* soft white text          */
  backdrop-filter: blur(2px); /* subtle glassy feel (opt.)*/
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.tech-card p {
  font-size: 18px; /* 16 px by default          */
  line-height: 1.5;
  letter-spacing: -0.15px;
}

/* technologyOdm Section */
.technoParentKit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 70px;
  justify-content: center;
  row-gap: 60px;
}

.kitImage {
  width: 118px;
}

.kitImage img {
  width: 100%;
}

.widthAdjust {
  width: 118px;
}

.widthAdjust img {
  width: 50%;
}
/* technologyOdmSection */
.info-card {
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.info-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .info-title {
    font-size: 18px;
  }
}
/* developementOdmSection */

.prntDiv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
}

.divOne {
  background-color: #e5ecff;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-left: 10%;
}
.divTwo {
  max-width: 60%;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
}
.image-wrapper #ContactfgEnqForm .subMiOdmBtn {
  background-color: #254789;
  color: white;
}
.subMiOdmBtn:hover {
  background-color: #1b3a75;
  color: white;
}
@media (max-width: 992px) {
  .prntDiv {
    grid-template-columns: 1fr;
  }

  .divOne,
  .divTwo {
    width: 100%;
    padding: 4% 6%;
    min-height: auto;
  }
  .divTwo {
    max-width: 90%;
  }
}
#developementOdmSection {
  margin: 60px 0;
  background: linear-gradient(
    to right,
    /* direction */ #e5ecff 0 75%,
    /* green from 0% → 70% */ #1b3a75 75% 100% /* red  from 70% → 100% */
  );
}
.section-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.text-content {
  flex: 1 1 480px;
  padding-right: 40px;
}

.text-content h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.36px;
}

.text-content h3 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.36px;
}
.text-content h3 span {
  font-weight: 700;
}

.text-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
  margin-top: 16px;
}

.text-content p strong {
  color: #000;
}

.cta-button {
  display: inline-block;
  background-color: #1f3e84;
  color: white;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #142c61;
  text-decoration: none;
  color: white;
}

.image-wrapper {
  flex: 1 1 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.image-frame {
  background-color: #e5ecff;
  padding: 10px;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
  }

  .image-wrapper {
    border-radius: 0 0 12px 12px;
    padding: 30px 20px;
  }

  .text-content {
    padding: 30px 20px;
  }

  .text-content h2 {
    font-size: 1.8rem;
  }

  .text-content h3 {
    font-size: 1.5rem;
  }
}
