.text-center {
  text-align: center;
}

.fw-bold {
  font-weight: bold !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.align-items-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.text-red {
  color: #ee1111 !important;
}
 .text-justify {
  text-align: justify;
}
.text-white {
  color: #fff !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.hero-v2 .herov2__bottom-container-wrapper {
  background-color: #f5f7f8;
  padding: 30px;
}

.hero-v2 .herov2-l2-l3__wrapper .herov2__asset-wrapper {
  height: 350px;
}

.hero-v2 .herov2-l2-l3__wrapper .herov2__asset-wrapper .herov2__image-wrapper {
  height: 100%;
}

.hero-v2 .herov2-l2-l3__wrapper .herov2__asset-wrapper .herov2__image--fallback,
.hero-v2 .herov2-l2-l3__wrapper .herov2__asset-wrapper .herov2__video--source {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.industry-reconfiguration {
  /* background-image: url("../img/choose-path-bg.jpeg");    */
  background-color: #ffffff;
  padding-top: 95px;
}

.see-shifts-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}



.sizing-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.sizing-section .content {
  flex: 1;
  min-width: 320px;
  max-width: 65%;
}

.sizing-section .content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sizing-section .content p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
}

.sizing-section .content a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.sizing-section .sidebar {
  background: #000000;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
  min-width: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sizing-section .sidebar h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.sizing-section .sidebar .value {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

.sizing-section .sidebar .source {
  font-size: 13px;
  color: #444;
  margin-top: 20px;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .sizing-section {
    flex-direction: column;
  }

  .sizing-section .content {
    max-width: 100%;
  }

  .sizing-section .sidebar {
    max-width: 100%;
    margin-top: 30px;
  }
}


.trust-Based {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
}

.trust-Based p.intro {
  margin-bottom: 30px;
  font-size: 16px;
}

.trust-Based .scenario-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Left side list */
.trust-Based .scenario-list {
  flex: 1;
  min-width: 280px;
}

.trust-Based .scenario-item {
  background: #f2f4f6;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 6px solid transparent;
}

.trust-Based .scenario-item.active {
  background: #ffffff;
  border-left: 6px solid #000000;
}

.trust-Based .scenario-item h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.trust-Based .scenario-item .value {
  font-size: 28px;
  font-weight: bold;
  color: #2b2b2b;
}

/* Right side content */
.trust-Based .scenario-detail {
  flex: 2;
  min-width: 300px;
  animation: fadeIn 0.5s ease;
}

.trust-Based .scenario-detail h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.trust-Based .tags {
  margin-bottom: 15px;
}

.trust-Based .tag {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 8px;
}

.trust-Based .scenario-detail p {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.trust-Based .dropdown {
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}

.trust-Based .source {
  margin-top: 20px;
  font-size: 13px;
  color: #444;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .trust-Based .scenario-wrapper {
    flex-direction: column;
  }
}


.seizing-opportunity {
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 10px 81px;
}

.seizing-opportunity h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.seizing-opportunity p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.seizing-opportunity .btn {
  display: inline-block;
  border: 1px solid #000000;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  transition: 0.3s;
  margin: 20px 0;
}

.seizing-opportunity .btn:hover {
  background-color: #000000;
  color: #fff;
}

.seizing-opportunity .btn span {
  margin-left: 10px;
  font-size: 20px;
}

.seizing-opportunity .section {
  margin-top: 50px;
}


/********/


.business-ideas {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  text-align: center;
  background: #fff;
}

.business-ideas h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #222;
}

.business-ideas p {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Headings */
.business-ideas .ideas-headings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  gap: 15px;
}

/* Grid Layout */
.business-ideas .ideas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.business-ideas .idea {
  background: linear-gradient(135deg, #4f4f4f, #000000);
  padding: 20px;
  min-height: 89px;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0px;
  font-weight: 500;
  line-height: 1.4;
}

.business-ideas .span-2 {
  grid-column: span 2;
}

.business-ideas .span-3 {
  grid-column: span 3;
}

.business-ideas .footer-text {
  margin-top: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.business-ideas .footer-text .arrow {
  font-size: 26px;
  display: block;
  margin-top: 8px;
}

/* ---- Reinvent Section (scoped) ---- */
.reinvent-multiple {
  margin: 0;
  font-family: Georgia, serif;
  background: #fff;
  /* हल्का क्रीम बैकग्राउंड */
  color: #222;
}

.reinvent-multiple .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  gap: 48px;
}

.reinvent-multiple .text-content {
  flex: 1 1 50%;
}

.reinvent-multiple .text-content h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 24px;
}

.reinvent-multiple .text-content p {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.8;
  color: #333;
  margin: 0 0 28px;
  max-width: 48ch;
}

.reinvent-multiple .text-content a {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f0f0f;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.reinvent-multiple .text-content a::after {
  content: "→";
  font-size: 1.2rem;
  line-height: 1;
}

.reinvent-multiple .video-box {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 16/9;
  background: #ddd;
  cursor: pointer;
}

.reinvent-multiple .video-box video,
.reinvent-multiple .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reinvent-multiple .video-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.reinvent-multiple .play-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.reinvent-multiple .play-button::before {
  content: "";
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 2px;
}

@media (max-width: 980px) {
  .reinvent-multiple .section {
    flex-direction: column;
    text-align: left;
    padding: 56px 20px;
  }

  .reinvent-multiple .text-content p {
    max-width: 60ch;
  }
}

.innovation-imperatives-tab {
  max-width: 1200px;
  margin: auto;
}

/* Tabs */
.innovation-imperatives-tab .tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 0;
  overflow: auto;
  white-space: nowrap;
}

.innovation-imperatives-tab .tab {
  cursor: pointer;
  color: #3b3b3b;
  border-bottom: 1px solid;
  padding: 11px 11px;

}

.innovation-imperatives-tab .tab.active {
  border-bottom: 4px solid #000000;
  color: #000;
}

/* Content area */
.innovation-imperatives-tab .tab-content {
  display: none;
  /* 🔴 default hidden */
  margin: 30px auto;
  padding: 0 40px;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.innovation-imperatives-tab .tab-content.active {
  display: block;
  /* ✅ only active tab-content visible */
}

.innovation-imperatives-tab .tab-content h3 {
  margin: 24px 0 8px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.innovation-imperatives-tab .tab-content p {
  margin: 0 0 16px;
  font-size: 15px;
  color: #3b2d2d;
}

@media (max-width: 900px) {
  .innovation-imperatives-tab .tab-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
}


/*****/
.discover-more-section {
  padding: 60px 40px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.discover-more-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #1d1d1d;
}

.discover-more-section .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.discover-more-section .card {
  position: relative;
  border-radius: 8px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.discover-more-section .card:hover {
  transform: translateY(-5px);
}

/* overlay for text */
.discover-more-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
}

.discover-more-section .tag {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.discover-more-section h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.value-in-section p {
  text-align: justify;
}

.value-in-section .value-in-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  height: 80vh; /* ✅ Desktop ke liye height set */
}

.value-in-section .value-in-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* ✅ Tablet view */
@media (max-width: 991px) {
  .value-in-section .value-in-hero {
    height: 60vh; /* tablet me thoda chhota */
  }
}

/* ✅ Mobile view */
@media (max-width: 768px) {
  .value-in-section .value-in-hero {
    height: auto;           /* ✅ vh remove */
    aspect-ratio: 16 / 9;   /* ✅ height width ke hisab se */
  }
  .value-in-section .value-in-hero-video {
    min-height: 100%;
    min-width: 100%;
  }
}

/* ✅ Extra small mobile */
@media (max-width: 480px) {
  .value-in-section .value-in-hero {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}



.value-in-section .value-in-motion .tab-content-main {
  margin-top: 30px;
}

.value-in-section .syc-tabs .tabsnew ul.nav {
  overflow: auto;
  white-space: nowrap;
}

.construction-firm-section {
  background: #f5f5f5;
  padding: 50px 0;
}

.construction-firm-section .firm-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.construction-firm-section .firm-tagline {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 20px;
}

.construction-firm-section .firm-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.construction-firm-section .firm-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #222;
}

.construction-firm-section .firm-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.construction-firm-section .firm-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.construction-firm-section .firm-list li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 18px;
  line-height: 1;
}

.construction-firm-section .firm-image {
  max-width: 80%;
  margin: 0 auto 20px;
}

/************/

/* Hero Section */
.growth-page .growth-hero-section .growth-bg-dark {
  background: #0a0a0a;
  color: #fff;
  padding: 30px 0;
}

.growth-page .growth-hero-section .growth-label {
  background: #23272a;
  color: #fff;
  font-size: 13px;
  border-radius: 16px;
  padding: 7px 18px;
  margin-bottom: 18px;
  display: inline-block;
}

.growth-page .growth-hero-section .growth-hero-title {
  font-size: 38px;
  font-weight: 700;
  margin: 18px 0 10px 0;
  color: #fff;
  line-height: 1.1;
}

.growth-page .growth-hero-section .growth-highlight {
  color: #b1c6e6;
}

.growth-page .growth-hero-section .growth-hero-desc {
  color: #d1d5db;
  font-size: 16px;
  margin-bottom: 32px;
}

.growth-page .growth-hero-section .growth-btn-primary {
  background: #fff;
  color: #111 !important;
  border: none;
  font-weight: 600;
  width: 100%;
}

.growth-page .growth-hero-section .growth-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  width: 100%;
}

.growth-page .growth-hero-section .growth-hero-img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  background: #fff;
}

/* GEaaS Section */

.growth-page .growth-what-section {
  background-color: #f4f4f4;
}

.growth-page .growth-what-section .growth-section {
  padding: 48px 0 32px 0;
}

.growth-page .growth-what-section .growth-section-title {
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.growth-page .growth-what-section .growth-section-desc {
  color: #444;
  font-size: 16px;
  margin-bottom: 38px;
}

.growth-page .growth-what-section .growth-panel {
  border-radius: 14px;
  box-shadow: 0 2px 12px #e6eaf3;
  background-color: #fff;
}

.growth-page .growth-what-section .growth-panel-body .fa {
  font-size: 16px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 11px 10px;
  margin-bottom: 12px;
  display: inline-block;
  width: 40px;
}

/* Why Critical Section */
.growth-page .growth-why-section .growth-section {
  padding: 48px 0 32px 0;
}

.growth-page .growth-why-section .growth-list {
  font-size: 15px;
}

.growth-page .growth-why-section .growth-list .media {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}

.growth-page .growth-why-section .growth-list-icon {
  flex-shrink: 0;
  font-size: 16px;
  background: #23272a;
  color: #fff;
  border-radius: 50%;
  padding: 18px;
  margin-right: 18px;
  margin-top: 2px;
  width: 50px;
  height: 50px;
}

/* Framework Section */
.growth-framework-section {
  background: #f4f4f4;
  padding: 48px 0;
}

.growth-section-desc {
  margin-bottom: 52px;
}

.growth-page .growth-framework-section .growth-framework-row>[class^="col-"] {
  display: flex;
  align-items: stretch;
}

.growth-page .growth-framework-section .growth-framework-list {
  margin-top: 19px;
  padding-left: 0;
}

.growth-page .growth-framework-section .growth-framework-list li {
  text-align: left;
  margin-bottom: 6px;
}

.growth-page .growth-framework-section .growth-panel-body .growth-badge {
  flex-shrink: 0;
  font-size: 16px;
  background: #23272a;
  color: #fff;
  border-radius: 50%;
  padding: 7px 11px;
  margin-right: 11px;
  margin-top: 2px;
  width: 50px;
  height: 50px;
}

.growth-page .growth-framework-section .growth-panel {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px -16px;
  border-radius: 10px;
}

.growth-page .growth-framework-section .growth-panel b {
  margin-top: 20px;
  display: inline-block;
}

/* Impact Section */
.growth-page .growth-impact-section .growth-impact-bg {
  background: #181f2a;
  color: #fff;
  padding: 48px 0 32px 0;
}

.growth-page .growth-impact-section .growth-impact-bg .growth-section-title {
  color: #fff;
}

.growth-page .growth-impact-section .growth-impact-card {
  background: #23272a;
  border-radius: 12px;
  padding: 28px 12px;
  margin-bottom: 18px;
}

.growth-page .growth-impact-section .growth-impact-value {
  font-size: 28px;
  color: #b1c6e6;
  font-weight: 700;
}

/* Together Section */
.growth-page .growth-together-section .growth-together-bg {
  background: #23272a;
  color: #fff;
  padding: 48px 0 32px 0;
}

.growth-page .growth-together-section .growth-together-btn {
  background: #fff;
  color: #111;
  font-weight: 600;
  border-radius: 6px;
}

.growth-page .growth-together-section .growth-together-btn-alt {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.growth-page .growth-together-section .growth-together-link {
  color: #b1c6e6;
  text-decoration: underline;
}

/*****end******/



@media (max-width: 992px) {
  .slim-hamburger-ico+.slim-navigation {
    opacity: 0;
  }

  .slim-hamburger-ico.open+.slim-navigation {
    opacity: 1;
  }

  .slim-navigation {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 60px;

    .nav-primary {
      width: 100%;
    }
  }

}


/****case study*****/
.case-study-page .hero {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../img/banner-domain-make.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
    .case-study-page .hero h1 {
      font-size: 40px;
      font-weight: 700;
      color: #fff;
    }
    .case-study-page .section {
      padding: 60px 20px;
    }
    .case-study-page .section h2 {
      font-size: 39px;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .case-study-page .metrics {
      background: #f9f9f9;
      padding: 30px 15px;
      margin-top: 30px;
      border-radius: 6px;
    }
    .case-study-page .metric-box {
      text-align: center;
      padding: 20px;
      border-right: 1px solid #ddd;
    }
    .case-study-page .metric-box:last-child {
      border-right: none;
    }
    .case-study-page .metric-box h3 {
      font-size: 26px;
      color: #d9534f;
      margin: 0 0 10px;
      font-weight: bold;
    }
    .case-study-page .cta {
      background: #f5f5f5;
      padding: 40px 20px;
      text-align: center;
      margin-top: 40px;
    }
    .case-study-page .cta a {
      margin-top: 20px;
    }
    .case-study-content {
      display: flex;
      justify-content: center;
    } 
    .case-study-page p{ 
      text-align: justify;
    }
@media (max-width: 768px) {
  .case-study-content {
    display: block;   /* ya inline-block / grid — jo aap chaho */
    justify-content: unset;
  }
}
.case-study-content-img {
    height: 260px;
    overflow: hidden;
    object-fit: contain;
    display: flex;
    align-items: center;
    border-radius: 19px;
}
.case-study-page .case-results {
  margin: 50px 0;
}

.case-study-page .case-results h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.case-study-page .metric-box {
  padding: 20px;
}

.case-study-page .metric-icon {
  font-size: 25px;
  color: #000000; /* blue highlight */
  margin-bottom: 15px;
}

.case-study-page .metric-box h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0;
}

.case-study-page .metric-box p {
  font-size: 16px;
  color: #555;
  text-align: center !important;
}


.case-study-page  .case-summary {
  margin: 40px 0;
}

.case-study-page  .summary-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  background: linear-gradient(135deg, #f9f9f9, #eaeaea);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.case-study-page  .summary-item {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-page  .summary-item h4 {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.case-study-page  .summary-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.case-study-page  .summary-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

/* All styles scoped under .case-study-page */
.case-study-page {

  /* Summary Table */
  .summary-table {
    margin: 30px auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    overflow-x: auto;
  }

  .summary-table thead {
    background-color: #f5f5f5;
  }

  .summary-table thead th {
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #ccc; /* only bottom border */
    border-top: none; /* removes top border */
  }

  .summary-table tbody td {
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee; /* only row separators */
  }

  .summary-table tbody tr:last-child td {
    border-bottom: none; /* remove bottom border on last row */
  }

  /* Responsive Table for Mobile */
  @media (max-width: 768px) {
    .summary-table {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .summary-table thead, 
    .summary-table tbody, 
    .summary-table th, 
    .summary-table td, 
    .summary-table tr {
      display: block;
    }

    .summary-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .summary-table tbody tr {
      margin-bottom: 15px;
      border-bottom: 2px solid #eee;
    }

    .summary-table tbody td {
      text-align: right;
      padding-left: 50%;
      position: relative;
    }

    .summary-table tbody td::before {
      content: attr(data-label);
      position: absolute;
      left: 15px;
      width: 45%;
      text-align: left;
      font-weight: 600;
    }
  }


  /* Summary Cards */
  .case-summary .summary-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    background: linear-gradient(135deg, #f9f9f9, #eaeaea);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }

  .case-summary .summary-item {
    flex: 1 1 250px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .case-summary .summary-item h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .case-summary .summary-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
  }

  .case-summary .summary-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
  }

  /* Additional Case Studies */
  .additional-case-studies h2 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
  }
}


/****case study end*****/


/* privacy container */
    .privacy-page {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 30px 15px;
    }

    /* Inner content container */
    .privacy-page .container {
      max-width: 900px;
      margin: 0 auto;
      padding: 25px 30px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    /* Page header */
    .privacy-page .page-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .privacy-page .page-header .brand-name {
      font-weight: bold;
      font-size: 1.2rem;
      color: #444;
      margin-bottom: 5px;
    }
    .privacy-page .page-header .page-title {
      font-size: 2rem;
      font-weight: bold;
      color: #222;
    }

    /* Headings */
    .privacy-page h1, .privacy-page h3 {
      color: #111;
    }
    .privacy-page h1 {
      font-size: 2rem;
      margin-bottom: 15px;
    }
    .privacy-page h3 {
      font-size: 1.2rem;
      margin-top: 25px;
      margin-bottom: 10px;
    }

    /* Paragraphs */
    .privacy-page p {
      margin-bottom: 15px;
    }

    /* Ordered lists */
    .privacy-page ol {
      margin-left: 30px;
      margin-bottom: 15px;
      list-style: auto;
    }
    .privacy-page ol li {
      margin-bottom: 8px;
    }
    .privacy-page ol li ol li {
      list-style: lower-alpha;
    }

    /* Links */
    .privacy-page a {
      color: #0066cc;
      text-decoration: none;
    }
    .privacy-page a:hover {
      text-decoration: underline;
    }

    /* Footer */
  .privacy-page footer {
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid #ddd;
      text-align: center;
      font-size: 0.9rem;
      color: #666;
    }

  .privacy-page .definitions-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
  }
  .privacy-page .definitions-table th, 
 .privacy-page .definitions-table td {
    border: 1px solid #ccc;
    padding: 12px 15px;
    vertical-align: top;
  }
  .privacy-page .definitions-table th {
    background-color: #f2f2f2;
    text-align: left;
  }
  .privacy-page .definitions-table td {
    background-color: #fff;
  }
  .privacy-page .definitions-table tr:nth-child(even) td {
    background-color: #fafafa;
  }
.ai-accelerate {
  p {
    text-align: justify;
  }
}
  .ai-services {
    padding: 40px 0px;
    .text-component p {
      font-size: 15px;
      text-align: justify;
    } 
  }

  
.industries-section {
  padding: 30px 0;
  p {
    text-align: justify !important;
  }
}
  @media (max-width: 768px) {
    .discover-home-section h3{
        font-size: 23px !important;
    }
  }