.banner-section {
  color: white;
  margin-top: 90px;
  padding-top: 60px;
}

.casestudy-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
}

.casestudy-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  transform: translateX(0%);
  width: 100px;
  height: 3px;
  background: #111111;
  border-radius: 2px;
}

.sticky-heading {
  position: sticky;
  top: 120px;
}

.sticky-heading h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}

.content-box {
  padding-left: 40px;
}

.content-box div {
  margin-bottom: 60px;
}

.next-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #111;
}

.cs-content {
  padding-bottom: 150px;
}

.case-study-hero .casestudy-img img {
  width: 100%;
  border-radius: 20px;
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3607843137);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.01);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.glass-card.feature-card p {
  margin-bottom: 0;
}

.keyfeature-icon {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #111111;
  box-shadow: 0 8px 20px -8px rgba(79, 70, 229, 0.5019607843);
  margin-bottom: 1.5rem;
  transition: all 0.2s;
}

.banner-section .breadcrumb .breadcrumb-item {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

li.breadcrumb-item a {
  color: #ffffffc7;
}

.glass-card.feature-card p i {
  font-size: 16px;
}

.case-study-hero h4 {
  color: #ffffffc7;
}

.breadcrumb-item.active {
  color: #ffffff !important;
}

h1.case-detail-title {
  font-size: 62px;
}

.testimonial-box {
  padding: 25px;
  background: #00000042;
  border-radius: 15px;
}

.testimonial-box .obj-1 {
  position: relative;
  bottom: -24px;
  right: -23px;
}

.section-title {
  margin-bottom: 45px;
}

img.store-icon {
  border-radius: 8px;
}

.consult-btn {
  text-decoration: underline;
}

.about-left-slider.opportunity img {
  width: 100%;
  border-radius: 10px;
}

ul.case-opportunity-point li {
  font-size: 20px;
  font-weight: 300;
}

.agent-img img {
  width: 100%;
}

.agent-bio-right ul li {
  margin-bottom: 10px;
  text-align: justify;
}

.agent-bio-left ul li {
  margin-bottom: 10px;
  text-align: justify;
}

.agent-bio-right {
  padding-left: 10%;
}

.agent-bio-left {
  padding-right: 10%;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: #111111;
}

.marquee-wrapper::after {
  right: 0;
  background: #111111;
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.recognised-box {
  width: 190px;
}

.recognised-logo img {
  height: 65px;
}

.doctor p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.doctor {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.doctor-name {
  background: #0000007a;
  border-radius: 0 0 5px 5px;
  padding: 5px;
  position: absolute;
  bottom: -84%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  text-align: center;
}

.doctor:hover .doctor-name {
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.member-des {
  min-height: 300px;
}

@media (max-width: 1400px) {
  h1.case-detail-title {
    font-size: 52px;
  }
}

@media (max-width: 1200px) {
  h1.case-detail-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .testimonial-box .obj-1 {
    bottom: -94px;
  }
}

@media (max-width: 991px) {
  .cs-content {
    padding-bottom: 20px;
  }

  .content-box {
    padding-left: 10px;
  }

  .sticky-heading h2 {
    font-size: 36px;
  }

  .case-study-hero .casestudy-img img {
    border-radius: 20px;
  }

  .testimonial-box .obj-1 {
    bottom: -24px;
  }
}

@media (max-width: 768px) {
  .doctor-name {
    bottom: -87%;
  }
}

@media (max-width: 567px) {
  .doctor-name {
    bottom: -86%;
  }

  .display-2 {
    font-size: 28px;
  }

  .banner-section {
    padding: 0px 20px 0;
  }

  .sticky-heading h2 {
    font-size: 28px;
  }

  .case-study-hero {
    margin-top: 50px;
  }

  .banner-section .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }

  h1.case-detail-title {
    font-size: 30px;
  }
}

@media (max-width: 567px) {
  .testimonial-box .obj-1 {
    bottom: -62px;
  }
}

@media (max-width: 445px) {
  .testimonial-box .obj-1 {
    bottom: -135px;
  }

  .doctor-name {
    bottom: -82%;
  }
}