
  .btn-outline-dark {
    --bs-btn-color: white;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: white;
    --bs-gradient: none;
  }

  .blogs-body {
    position: absolute;
    bottom: 20px;
  }

  .blogs-div {
    margin-bottom: 57px;
  }

  .heros {
    position: relative;
    height: 100vh;
    /* Full-screen hero */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #heros-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent overlay */
    z-index: 2;
  }

  .heros-content {
    position: relative;
    z-index: 3;
    /* Content above video and overlay */
    color: white;
    text-align: center;
    padding: 0 20px;
  }

  /* Slider styles */
  .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .slider-track {
    display: flex;
    transition: transform 0.6s ease;
  }

  .slider-card {
    flex: 0 0 100%;
    padding: 10px;
  }

  @media (min-width: 768px) {
    .slider-card {
      flex: 0 0 50%;
    }
  }

  @media (min-width: 992px) {
    .slider-card {
      flex: 0 0 25%;
    }
  }

  /* Buttons */
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  #prevBtn {
    left: 5px;
  }

  #nextBtn {
    right: 5px;
  }

  @media (min-width: 768px) {

    #prevBtn,
    #nextBtn {
      position: static;
      transform: none;
    }
  }

  .rt {

    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .rt:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
  }



  /* Card Hover */
  .custom-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    

    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 2;
    height: 500px;
  }

  .custom-card:hover::after {
    top: 0;
  }

  .custom-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 

  }

 

  .card-overlayss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s ease;
    z-index: 3;
   
  }

  .custom-card:hover .card-overlay h5,
  .custom-card:hover .card-overlay p {
    color: #fff;
  }

  .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f194c;
    transition: color 0.3s ease;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }


  .card-text {
    font-size: 0.95rem;
    color: #575a7b;
    line-height: 1.5rem;
    transition: color 0.3s ease;

  }


  .subtitlex {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 8.125rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    font-size: 1.125rem;
    line-height: 1.8rem;
    letter-spacing: .03125rem;
    margin-bottom: 1rem;
  }

  .icon-link {

    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .15em;
  }

  .rt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .rt span {
    position: relative;
    display: inline-block;
  }

  .rt span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #4db8ff;
    /* light blue underline */
    transition: width 0.3s ease;
  }

  .rt:hover {
    color: #4db8ff;
  }

  .rt:hover span::after {
    width: 100%;
    /* underline matches text width only */
  }

  .subtitlezxcz {

    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }

  .bgh {
    top: -10px;
    left: 144px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border-top-left-radius: 24px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid white;
  }

  .bgh-left {
    top: 69px;
    left: -10px;
    background-color: #00000000;
    height: 40px;
    width: 40px;
    border-top-left-radius: 24px;
    border-left: 10px solid white;
    border-top: 10px solid white;
  }







  /* Button overlay box */
  .imgds {
    padding: 3px 12px 16px;
    background-color: white;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 8px;
  }

  .imgd {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 8px;
  }

  .imgss {
    border-top-left-radius: 25px;
  }

  .position-relative {
    overflow: hidden;
    border-radius: 16px;
  }

  .blog-button {
    --bs-btn-color: #0b5d4d;
    --bs-btn-border-color: #0b5d4d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5d4d;
    --bs-btn-hover-border-color: #0b5d4d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b5d4d;
    --bs-btn-active-border-color: #0b5d4d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0b5d4d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0b5d4d;
    --bs-gradient: none;
  }

  .bs {
    --bs-bg-opacity: 1;
    background-color: #0b5d4d !important;
  }


  .card-title-blog {

    /* font-size: 1.05rem;
    font-weight: 600; */
    color: #222;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    min-height: 48px;
  }

  .card-text-blog {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    min-height: 60px;
  }

  .blog-btn {
    border: 2px solid #0b5d4d;
    color: white;
    background-color: #0b5d4d;
    transition: 0.3s;
    font-weight: 600;
    border-radius: 30px;
  }

  .blog-btn:hover {
    border: 2px solid #0b5d4d;
    color: white;
    background-color: #0b5d4d;
    transition: 0.3s;
    font-weight: 600;
    border-radius: 30px;
  }

  .blog-btn:active {
    border: 2px solid #0b5d4d;
    color: white;
    background-color: #0b5d4d;
    transition: 0.3s;
    font-weight: 600;
    border-radius: 30px;
  }

 
 
   .mrb{
    margin-bottom:38px!important;
  }
  .mrt{
    margin-top:38px!important;
  }
.btn-rad {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F4B400;
  --bs-btn-border-color: #F4B400;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F4B400;
  --bs-btn-hover-border-color: #F4B400;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F4B400;
  --bs-btn-active-border-color: #F4B400;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F4B400;
  --bs-btn-disabled-border-color: #F4B400;
}

       
        
        .solution-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
            padding: 5rem 0;
            padding-top:0px ;
            margin-top: 2rem;
            border-radius: 0 0 20px 20px;
        }
        
     
        
        /* .section-header h2 {
            color: black;
            font-weight: 700;
            margin-bottom: 0px;
        
        } */
        
        .section-header p {
            color: var(--light-text);
            
            font-weight: 600;
            margin-bottom: 0px;
            
        }
        
        .problem-column {
            background-color: white;
            padding: 2.5rem;
            padding-top:0px;
            padding-bottom:0px ;
            border-radius: 15px;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
            height: 100%;
            /* border-left: 5px solid #dc3545; */
        }
        
        .solution-column {
            background-color: white;
            padding: 2.5rem;
            padding-top:0px;
            padding-bottom:0px ;
            border-radius: 15px;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
            height: 100%;
            border-left: 5px solid var(--primary-color);
            position: relative;
            overflow: hidden;
        }
        
        .solution-column::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
        }
        
        .column-title {
            font-weight: 700;
            margin-bottom: 1.8rem;
            color: var(--secondary-color);
            font-size: 1.5rem;
            display: flex;
            align-items: center;
        }
        
        .problem-column .column-title {
            color: #dc3545;
        }
        
         .problem-column .column-title i {
            margin-right: 10px;
            color: #dc3545;
        }
         
        .solution-column .column-title i {
            margin-right: 10px;
            color: var(--primary-color);
        }
        
        .problem-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .problem-list li {
            padding: 8px 0px;
           
            display: flex;
            align-items: flex-start;
        }
        
        .problem-list li:last-child {
            border-bottom: none;
        }
        
        .problem-list li i {
            color: #dc3545;
            margin-right: 12px;
            margin-top: 3px;
            flex-shrink: 0;
        }
        
        .solution-content {
            padding: 1rem 0;
        }
        
        .solution-content p {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            color: var(--dark-text);
        }
        
        .solution-highlights {
              padding: 1.5rem;
    border-radius: 10px;
    margin-top: 1.5rem;
    /* backdrop-filter: blur(3px); */
 
    /* background: rgba(255, 255, 255, 0.2); */
        }
        
        .highlight-item {
            display: flex;
            align-items: center;
            margin-bottom: 0.8rem;
        }
        
        .highlight-item:last-child {
            margin-bottom: 0;
        }
        
        .highlight-item i {
            color: var(--primary-color);
            margin-right: 10px;
            background-color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            margin-top: 2rem;
            transition: all 0.3s ease;
            border: none;
            box-shadow: 0 5px 15px rgba(26, 107, 196, 0.3);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(26, 107, 196, 0.4);
            color: white;
        }
        
        .company-logo {
            color: var(--primary-color);
            font-weight: 800;
            font-size: 1.8rem;
            letter-spacing: 1px;
        }
        
        @media (max-width: 768px) {
            .solution-section {
                padding: 3rem 0;
            }
            
            .problem-column, .solution-column {
                padding: 1.8rem;
            }
            
            /* .section-header h2 {
                font-size: 2rem;
            } */
            .solution-column{
              padding: 0px !important;
            }
            .slider-card-jmda{
              flex: 0 0 100% !important;
            }
        }
        .choose {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid #F4B400;
      background-color: #F4B400;
      /* color: #F4B400; */
      display: flex;
      align-items: center;
      justify-content: center;
      /* font-size: 30px; Adjust for icon size */
    }
    
    .choose i {
      display: inline-block;
      color: #198754;
    
    }

  


    
:root {
  --jmda-primary: #3a36e0;
  --jmda-primary-light: #6a6aff;
  --jmda-secondary: #ff4e8c;
  --jmda-accent: #00d4aa;
  --jmda-dark: #0a0a1a;
  --jmda-gray: #6b7280;
  --jmda-glass: rgba(255,255,255,0.85);
  --jmda-border: rgba(255,255,255,0.2);
  --jmda-shadow-md: 0 10px 15px rgba(0,0,0,0.08);
  --jmda-shadow-lg: 0 20px 25px rgba(0,0,0,0.12);
  --jmda-shadow-glow: 0 0 40px rgba(58,54,224,0.15);
}


.jmda-why-section {

  background: linear-gradient(135deg,#f0f2ff,#f2f2f2);
}

.jmda-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.08;
  animation: jmdaFloat 20s ease-in-out infinite;
}

.jmda-bg.one {
  width: 450px;
  height: 450px;
  background: var(--jmda-primary);
  top: -200px;
  right: -150px;
}

.jmda-bg.two {
  width: 350px;
  height: 350px;
  background: var(--jmda-secondary);
  bottom: -150px;
  left: -120px;
  animation-duration: 24s;
}

.jmda-bg.three {
  width: 260px;
  height: 260px;
  background: var(--jmda-accent);
  top: 45%;
  left: 10%;
  animation-duration: 28s;
}

@keyframes jmdaFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-25px); }
}

/* ================= HEADER ================= */
.jmda-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.jmda-badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 26px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg,var(--jmda-primary),var(--jmda-primary-light));
}

/* ================= CARD ================= */
.jmda-card {
  background: var(--jmda-glass);
  border: 1px solid var(--jmda-border);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  box-shadow: var(--jmda-shadow-md);
  transition: all 0.4s ease;
}

.jmda-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--jmda-shadow-lg), var(--jmda-shadow-glow);
}

/* ================= NUMBER ================= */
.jmda-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 4rem;
  font-weight: 800;
  color: #198754;
}

/* ================= ICON ================= */
.jmda-icon-box {
  width: 80px;
  height: 80px;
  background: #F4B400;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--jmda-shadow-md);
  margin-bottom: 30px;
}

.jmda-icon {
  font-size: 2rem;
  background: #198754;
  -webkit-background-clip: text;
  color: transparent;
}

/* ================= TEXT ================= */
.jmda-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.jmda-desc {
  color: var(--jmda-gray);
  margin-bottom: 20px;
  line-height: 1.7;
}

.jmda-list {
  list-style: none;
  padding: 0;
}

.jmda-list li {
  position: relative;
  padding-left: 24px;
  font-size: 0.95rem;
}

.jmda-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--jmda-accent);
  font-weight: 700;
}
/* .custom-section-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
} */

.custom-section-title p {
    color: #64748b;
    max-width: 700px;
    margin: auto;
}

/* ================= PROCESS SECTION ================= */
.custom-process-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #198754;
    transition: all 0.3s ease;
}

.custom-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-left-color: #10b981;
}

.custom-process-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eff6ff;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 15px;
}

/* .custom-process-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
} */

.custom-process-card p {
    color: #6b7280;
    font-size: 0.95rem;
}

/* ================= INDUSTRY SECTION ================= */
.custom-industry-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.custom-industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-industry-list li {
    padding: 12px 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.custom-industry-list li:last-child {
    border-bottom: none;
}

.custom-industry-list i {
    color: #198754;
    font-size: 1.2rem;
}

/* ================= CTA SECTION ================= */
.custom-cta-section {
   
    border-radius: 16px;
    padding: 60px 20px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(59,130,246,0.3);
}

.custom-cta-btn {
    background: #10b981;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s ease;
}

.custom-cta-btn:hover {
    background: #059669;
    color: #ffffff;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .custom-process-card {
        padding: 25px;
    }

    .custom-industry-card {
        padding: 30px 20px;
    }
}
.custom-how-we-work-points {
  background: #fff;
  padding: 15px 12px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  transition: all 0.3s ease;
}

.custom-how-we-work-points i {
  color: #014e37;
  font-size: 18px;
}

.custom-how-we-work-points:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
    
 .custom-cta-section {
     background-image: url(https://www.jmdanalytics.co.in/static/New_jmd/bk.avif)!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
   
    border-radius: 16px!important;
    padding: 60px 20px!important;
    color: #ffffff!important;
    text-align: center!important;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3)!important;
}
 .how{
    color: #198754;
   font-size: 2rem;
  }

.card-how {
  transition: all 0.35s ease;
  cursor: pointer;
}

.card-how:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15) !important;
}


.card-how img.how {
  transition: transform 0.4s ease;
}

.card-how:hover img.how {
  transform: scale(1.08);
}


.card-how .card-title {
  transition: color 0.3s ease;
}

.card-how:hover .card-title {
  color: #198754; 
}


.card-how .card-text {
  transition: color 0.3s ease;
}

.card-how:hover .card-text {
  color: #495057;
}
.custom-how-we-work-points {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border-radius: 14px;
  background:#fff;
  border: 1px solid white;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-how-we-work-points:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

/* Icon Flip */
.icon-flip {
  position: relative;
  width: 44px;
  height: 44px;
  perspective: 700px;
  flex-shrink: 0;
}

.icon-flip i {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #198754;
  background-color:#F4B400;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}

.icon-flip .back {
  transform: rotateY(180deg);
}

.custom-how-we-work-points:hover .icon-flip .front {
  transform: rotateY(180deg);
}

.custom-how-we-work-points:hover .icon-flip .back {
  transform: rotateY(360deg);
}

/* Text */
.custom-how-we-work-points .text {
  flex: 1;
}

.cut{
  border-top-left-radius: 70px;
  border-bottom-right-radius:70px;
  border-top-right-radius: 10px;
  border-bottom-left-radius:10px;
}

.custom-how-we-work{
      width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F4B400;
    display: flex;
    align-items: center;
}



.industries-we-serve-card-text {
  flex-direction: row;
  align-items: flex-start;   
  gap: 0px;
}


.industries-we-serve-icon {
  margin-bottom: 0;
  flex-shrink: 0;
  margin-top: 2px;           
}


.industries-we-serve-card-header-text {
  min-height: 56px;       
  display: flex;
  align-items: flex-start;
}

.industries-we-serve-card-header-text h4 {
  margin: 0;
  line-height: 1.3;
}

.industries-we-serve-card {
  position: relative;
  
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

.industries-we-serve-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-we-serve-card-text {
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;

}

.industries-we-serve-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
    background-color: #F4B400;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.industries-we-serve-icon i {
  font-size: 24px;
   color: #198754;
}

.industries-we-serve-card-header-text{
  max-height: 54px;
}
/* .industries-we-serve-card-header-text h4 {
  font-size: 1.25rem;
  font-weight: 600;
} */

.industries-we-serve-card-sub-header-text {
  font-size: 14px;
}

.industries-we-serve-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}





.industries-we-serve-card-header-text,
.industries-we-serve-card-sub-header-text {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}



@media (min-width: 992px) {
  .industries-we-serve-carousel-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .industries-we-serve-carousel-item {
    display: block;
  }

  .industries-we-serve-carousel-control-prev,
  .industries-we-serve-carousel-control-next {
    display: none;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
  .industries-we-serve { padding: 50px 15px; }
}