 <style>
    body {
      font-family: 'Segoe UI', sans-serif;
      scroll-behavior: smooth;
    }

    .navbar {
      transition: all 0.3s ease;
    }

    .navbar-brand h1 {
      font-size: 1.7rem;
      color: #0b5d4d;
      font-weight: bold;
      letter-spacing: 1px;
    }

    .quote-btn {
      border: 2px solid #0b5d4d;
      color: #0b5d4d;
      transition: 0.3s;
      font-weight: 600;
      border-radius: 30px;
    }

    .quote-btn:hover {
      background: #0b5d4d;
      color: #fff;
    }

    .hero {
      padding: 120px 0;
    background-image: url(https://www.jmdanalytics.co.in/static/New_jmd/bk.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .hero::after {
      content: "";
      position: absolute;
      width: 250px;
      height: 250px;
      background: #0b5d4d;
      border-radius: 50%;
      top: -50px;
      right: -100px;
      opacity: 0.1;
    }

    .category-icon,
    .service-icon {
      font-size: 2.5rem;
      color: #0b5d4d;
      transition: 0.4s;
    }

    .category-icon:hover,
    .service-icon:hover {
      color: #09876a;
      transform: scale(1.15);
    }

    .category-card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 30px;
      transition: all 0.4s ease;
      height: 100%;
      background-color: #fff;
    }

    .category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
    }

    .accordion-button.custom-faq {
      background-color: #fff;
      font-weight: 500;
      border-radius: 8px;
      padding: 1rem;
      color: #333;
      transition: background 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
      background-color: #e9f7f4;
      color: #0b5d4d;
      font-weight: 600;
    }

    .accordion-body {
      background-color: #fff;
      border-top: 1px solid #ddd;
      padding: 1rem 1.5rem;
    }

    .accordion-item {
      background-color: #fff;
      transition: box-shadow 0.3s ease;
    }

    .accordion-item:hover {
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    }

    .btn-outline-dark,
    .btn-outline-primary,
    .btn-light {
      border-radius: 30px;
    }

    .img-fluid.shadow {
      transition: transform 0.3s ease;
    }

    .img-fluid.shadow:hover {
      transform: scale(1.03);
    }

    footer .fab {
      color: #fff;
      transition: 0.3s;
      font-size: 30px;
    }

    footer .fab:hover {
      color: #fff;
    }

   .custom-footer-bg {
   
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    } 

    @media (max-width: 768px) {
      .hero h2 {
        font-size: 1.8rem;
      }
    }

    .jmd-footer {
      text-decoration: none !important;
      color: #000 !important;
    }

    .jmda-footer-address {
      display: flex;

    }

    .jmda-footer-address i {
      margin-top: 7px;
    }

    /* .footer-social-media i {
      font-size: 20px !important;
    } */
    .tb {
      color: #0b5d4d;
    }
    .whatsapp-float {
      position: fixed;
      bottom: 90px;
      /* Distance from bottom */
      right: 20px;
      /* Distance from right */

      color: #0b5d4d;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 30px;
      z-index: 1000;

      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s;
    }
   html, body {
    overflow-x: hidden;
  }
  .button-container {
  perspective: 1000px;
}

/* Base button styles with capsule shape and glass effect */
.button {
  width: 200px;
  height: 60px;
  border-radius: 30px; /* Creates the capsule shape */
  background:#F4B400;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    /* Top highlight */ inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    /* Bottom shadow */ 0 4px 8px rgba(0, 0, 0, 0.2),
    /* Drop shadow */ 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glow */
  transform: rotateX(15deg) translateZ(0); /* Initial 3D tilt */
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Springy transition */
  position: relative;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out; /* Pulsing glow animation */
  overflow: hidden;
}
.button-one {
  width: 120px;
  height: 40px;
  border: 2px solid #F4B400;
  border-radius: 30px; /* Creates the capsule shape */
  background: #F4B400;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    /* Top highlight */ inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    /* Bottom shadow */ 0 4px 8px rgba(0, 0, 0, 0.2),
    /* Drop shadow */ 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glow */
  transform: rotateX(15deg) translateZ(0); /* Initial 3D tilt */
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Springy transition */
  position: relative;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out; /* Pulsing glow animation */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-two {

  height: 40px;
  border: 2px solid #F4B400;
  border-radius: 30px; /* Creates the capsule shape */
  background: #F4B400;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    /* Top highlight */ inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    /* Bottom shadow */ 0 4px 8px rgba(0, 0, 0, 0.2),
    /* Drop shadow */ 0 0 20px rgba(255, 255, 255, 0.1); /* Subtle glow */
  transform: rotateX(15deg) translateZ(0); /* Initial 3D tilt */
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Springy transition */
  position: relative;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out; /* Pulsing glow animation */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Moving shine effect for glass-like reflection */
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1),
    transparent
  ); /* Shine gradient */
  transform: skewX(-25deg); /* Tilted shine */
  animation: shine 3s infinite linear; /* Continuous shine movement */
  pointer-events: none;
  z-index: 1;
}
.button-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1),
    transparent
  ); /* Shine gradient */
  transform: skewX(-25deg); /* Tilted shine */
  animation: shine 3s infinite linear; /* Continuous shine movement */
  pointer-events: none;
  z-index: 1;
}
.button-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1),
    transparent
  ); /* Shine gradient */
  transform: skewX(-25deg); /* Tilted shine */
  animation: shine 3s infinite linear; /* Continuous shine movement */
  pointer-events: none;
  z-index: 1;
}
/* Ground shadow to enhance 3D effect */
.button::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 10px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 70%
  ); /* Soft shadow */
  z-index: -1;
}
.button-one::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 10px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 70%
  ); /* Soft shadow */
  z-index: -1;
}
.button-two::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 10px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 70%
  ); /* Soft shadow */
  z-index: -1;
}
/* Text inside the button */
.button span {
  position: relative;
  z-index: 2;
  color: black;
  font-size: 18px;
  font-family: Arial, sans-serif;
 
  display: block;
  line-height: 60px; /* Center vertically */
  text-align: center;
}
.button-one span {
  position: relative;
  z-index: 2;
  color:black;
  font-size: 15px;
  font-family: Arial, sans-serif;
 
  display: block;
  line-height: 60px; /* Center vertically */
  text-align: center;
}
.button-two span {
  position: relative;
  z-index: 2;
  color:black;
  font-size: 15px;
  font-family: Arial, sans-serif;
 
  display: block;
  line-height: 60px; /* Center vertically */
  text-align: center;
}

/* Hover state: Straighten, lift, and enhance glow */
.button:hover {
  transform: rotateX(0deg) translateZ(15px) scale(1.05); /* Lift and scale */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.3),
    /* Stronger shadow */ 0 0 40px rgba(255, 255, 255, 0.25); /* Brighter glow */
}
.button-one:hover {
  transform: rotateX(0deg) translateZ(15px) scale(1.05); /* Lift and scale */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.3),
    /* Stronger shadow */ 0 0 40px rgba(255, 255, 255, 0.25); /* Brighter glow */
}
.button-two:hover {
  transform: rotateX(0deg) translateZ(15px) scale(1.05)!important; /* Lift and scale */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.3),
    /* Stronger shadow */ 0 0 40px rgba(255, 255, 255, 0.25)!important; /* Brighter glow */
}

/* Active state: Depress and dim glow */
.button:active {
  transform: rotateX(0deg) translateZ(-5px) scale(0.95)!important; /* Push down */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.2),
    /* Reduced shadow */ 0 0 10px rgba(255, 255, 255, 0.1)!important; /* Dimmed glow */
}

/* Pulsing animation for idle state */
@keyframes pulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.4),
      inset 0 -1px 2px rgba(0, 0, 0, 0.2),
      0 4px 8px rgba(0, 0, 0, 0.2),
      0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.4),
      inset 0 -1px 2px rgba(0, 0, 0, 0.2),
      0 4px 8px rgba(0, 0, 0, 0.2),
      0 0 30px rgba(255, 255, 255, 0.2); /* Peak glow */
  }
}
.bg-vitor {
  background-image: url('https://www.jmdanalytics.co.in/static/New_jmd/bk.avif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-alter {
  background-image: url('https://www.jmdanalytics.co.in/static/New_jmd/bk2.avif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Shine animation for dynamic glass effect */
@keyframes shine {
  0% {
    left: -50px; /* Start off-screen */
  }
  100% {
    left: 250px; /* Move past button width (200px + buffer) */
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #F4B400;
  color: #000000;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

/* Show button */
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Hover effect */
#scrollTopBtn:hover {
  background: #F4B400;

}
 .footer-icon{
              height:25px;
              width:25px;
              object-fit: cover ;
            }
             .wt{
              height:50px;
              width:50px;
              object-fit: cover ;
            }
           body.modal-open {
  padding-right: 0 !important;
}
   /* =====Testimonail==== */
  .testimonial-section {
    /* background-color:#ebf5ff; */
    /* padding: 5rem 0; */
  }

  .testimonial-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    height: 100%;
  }

  .testimonial-text {
    position: relative;
    padding: 0 1rem;
  }


  .quote-icon {
    color: #0b5d4d;
    font-size: 1.5rem;
    opacity: 0.7;
  }

  .quote-start {
    position: absolute;
    top: -10px;
    left: -10px;
  }

  .quote-end {
    position: absolute;
    bottom: -10px;
    right: 0;
  }

  .testimonial-content {
    color: #696984;
    line-height: 1.7;
    font-style: italic;
    margin: 1.5rem 0;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }

  .author-info h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.25rem;
  }


  .author-info p {
    color: #000000;
    font-size: 0.9rem;
    margin: 0;
  }

  /* Slider styles */
  .slider-jmda {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .slider-track-jmda {
    display: flex;
    transition: transform 0.6s ease;
  }

  .slider-card-jmda {
    flex: 0 0 33.3333%;
    padding: 10px;
  }

  @media (min-width: 768px) {
    .slider-card-jmda {
      flex: 0 0 50%;
    }
  }
 @media (max-width: 400px) {
    .slider-card-jmda {
      flex: 0 0 100%;
    }
  }
  @media (min-width: 992px) {
    .slider-card-jmda {
      flex: 0 0 33.333%;
    }
  }

  /* Buttons */
  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  #prevBtnJMDA {
    left: 5px;
  }

  #nextBtnJMDA {
    right: 5px;
  }

  @media (min-width: 768px) {

    #prevBtnJMDA,
    #nextBtnJMDA {
      position: static;
      transform: none;
    }
  }


/* ==============CaseSturdy========== */
  .custom-case-study img {
        border-radius: 40px;
        /* height: 300px;
        object-fit: cover; */
      } 
        .custom-case-study h2 {
    font-size: 24px;
    font-weight: bold !important;
    color: #000 !important;
  }
      .custom-case-study p {
         font-size: 17px;
        color: #000 !important;
      }
      /* Circle behind everything */
.circle {
  width: 555px;
  height: 555px;
  border-radius: 50%;
  background: conic-gradient(
    #c1a9ec,
    #edd2b3,
    #c1a9ec,
    #c6b2f0,
    #f2f0fe,
    #cc8853,
    #cc8853
  );
  position: absolute;
  z-index: -1; 
}

/* Desktop positions */
.top-corner {
  top: -276px;
  right: -276px;
}

.bottom-corner {
  bottom: -276px;
  left: -276px;
}

/* Make container appear ABOVE circle */
.chors {
  background: white;
  position: relative;
  z-index: 1;
}



/* ===========================
   📱 TABLET VIEW (max 992px)
   =========================== */
@media (max-width: 992px) {

  .circle {
    width: 350px;
    height: 350px;
  }

  .top-corner {
    top: -150px;
    right: -80px;
  }

  .bottom-corner {
    bottom: -150px;
    left: -80px;
  }
}




/* ===========================
   📱 MOBILE VIEW (max 576px)
   =========================== */
@media (max-width: 576px) {

  .circle {
    width: 250px;
    height: 250px;
  }

  .top-corner {
    top: -100px;
    right: -60px;
  }

  .bottom-corner {
    bottom: -100px;
    left: -60px;
  }
}
/* Base (Desktop) */
.plays {
  position: absolute;
  top: 50%;
  left: 172px;
  z-index: -1 !important;
}

.hexc {
  position: absolute;
  bottom: 15%;
  right: 175px;
  z-index: -1 !important;
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .plays {
  top: 50%;
  left: 17px;
  }
       
  .hexc {
   bottom: 12%;
    right: 20px; /* smaller right */
  }
}


.plays {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1 !important;
}

.hexc {
  position: absolute;
  bottom: 15%;
  right: 30px;
  z-index: -1 !important;
}

@media (min-width: 1300px) {
  .plays {
    top: 50%;
    left: 110px; /* more space on large screens */
  }

  .hexc {
    bottom: 15%;
    right: 110px; 
  }
}

/* Large Desktop (1200px - 1300px) */
@media (max-width: 1300px) and (min-width: 1200px) {
  .plays {
    top: 50%;
    left: 25px;
  }

  .hexc {
    bottom: 15%;
    right: 25px;
  }
}
/* Desktop (992px - 1200px) */
@media (max-width: 1200px) {
  .plays {
    top: 50%;
    left: 80px;
  }

  .hexc {
    bottom: 15%;
    right: 80px;
  }
}

/* Tablet (768px - 992px) */
@media (max-width: 992px) {
  .plays {
    top: 50%;
    left: 0px;
  }

  .hexc {
    bottom: 12%;
    right: 0px;
  }
}

/* Mobile Landscape (576px - 768px) */
@media (max-width: 768px) {
  .plays {
    top: 50%;
    left: 0px;
    transform: scale(0.8);
  }

  .hexc {
    bottom: 10%;
    right: 0px;
    transform: scale(0.8);
  }
}

/* Mobile Portrait (<576px) */
@media (max-width: 576px) {
  .plays {
    top: 50%;
    left: 20px;
    transform: scale(0.7);
  }

  .hexc {
    bottom: 8%;
    right: 20px;
    transform: scale(0.7);
  }
}
  .custom-career-discover-services-button-nxt-pre {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .custom-career-discover-services-button-nxt-pre button {
    background-color: #F4B400;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    color: #000000;
  }
 .custom-bg {
        background-color: #fff;
        overflow-y: hidden;
      }
      .custom-circle {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
 .custom-case-study img {
        border-radius: 40px;
        /* height: 300px;
        object-fit: cover; */
      } 
        .custom-case-study h2 {
    font-size: 24px;
    font-weight: bold !important;
    color: #000 !important;
  }
      .custom-case-study p {
         font-size: 17px;
        color: #000 !important;
      }
 hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1.25;
}  
  </style>

<style>
  .logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
}

.marquee-track img {
   height: 120px;
  width: 120px;
  object-fit: contain;
  flex-shrink: 0;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover shadow effect */
.marquee-track img:hover {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .marquee-track img {
    height: 90px;
    width: 90px;
  }
}
  .mrb{
    margin-bottom:38px!important;
  }
  .mrt{
    margin-top:38px!important;
  }
