.casestudy-banner-section {
  position: relative;
  background: linear-gradient(to bottom right,
      #0f172a,
      /* slate-900 */
      #1e293b,
      /* slate-800 */
      #1e3a8a
      /* blue-900 */
    );
  color: #ffffff;


  /* py-24 */
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  /* px-6 */
  padding-right: 1.5rem;

  overflow: hidden;
}

.site-content section.casestudy-banner-section {
  padding-top: 6rem;
}

.casestudy-banner-section .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  /* w-1/2 */
  height: 100%;
  left: auto;
  /* h-full */
  opacity: 0.1;
}

.casestudy-banner-section .banner-bg::before {
  display: none;
}

.casestudy-banner-section .banner-content-inner {
  margin-left: auto;
  /* mx-auto */
  margin-right: auto;
  position: relative;
  /* relative */
  z-index: 10;
}

.casestudy-banner-section .case-study-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.3);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.casestudy-banner-section .banner-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.casestudy-banner-section .content-text {
  font-size: 1.5rem;
  font-weight: 300;
  color: #dbeafe;
  max-width: 48rem;
  line-height: 1.625;
  margin-bottom: 2rem;
}

.casestudy-banner-section .content-text p {
  line-height: 1.4;
}

.casestudy-banner-section .casestudy-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.casestudy-banner-section .casestudy-cate .category-single {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
}

.casestudy-cate .category-single svg {
  color: #60a5fa;
}

.challenges-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.casestudy-title-wrap .case-sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  display: block;
}

.casestudy-title-wrap .case-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}

.challenges-section .content-text {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 2rem;
  line-height: 1.625;
}

.challenges-section .col-inner {
  background-color: #f8fafc;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.challenges-section .top-title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.challenges-section .top-title-wrap .title-wrap {
  width: 45%;
  display: flex;
  align-items: center;

  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.clinic-side-single .clinic-side-text {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-left: 4px solid #3b82f6;
  font-size: 0.875rem;
  font-weight: 600;
}

.clinic-side-single .prod-side-text {
  padding: 1rem;
  background-color: #1e293b;
  color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  font-weight: 600;
}

.clinic-side-wrap .clinic-side-single {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.clinic-side-single .clinic-side-text,
.clinic-side-single .prod-side-text {
  width: 45%;
}

.clinic-side-single .arrow {
  width: 10%;
  text-align: center;
  color: #cbd5f5;
}

.approach-section .casestudy-approach-box {

  background-color: #0f172a;
  border-radius: 3rem;
  padding: 3rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.approach-section .casestudy-title-wrap .case-sub-title {
  color: #60a5fa;
  margin-bottom: 1rem;
}

.approach-row .approach-col .col-inner {
  display: flex;
  gap: 1rem;
}

.approach-row {
  margin-top: 50px;
}

.approach-row .approach-col {
  margin-bottom: 30px;
}

.approach-col .col-inner .icon-wrap {
  background-color: rgba(59, 130, 246, 0.2);
  padding: 0.75rem;
  height: fit-content;
  border-radius: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.approach-col .col-inner .icon-wrap svg {
  color: #60a5fa;
}

.approach-content-wrap h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.approach-content-wrap .content-text {
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.625;
}

.evolution-section .casestudy-title-wrap {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.evolution-row {

  border-radius: 2.5rem;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  margin: 0;
  box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.05);
}

.evolution-row .evolution-col {
  background-color: #f8fafc;
  padding: 2.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.evolution-row .evolution-right-col {
  background-color: #ffffff;
  padding: 2.5rem;
  position: relative;
}

.evolution-row .evolution-col .title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.evolution-col .title-wrap .icon-wrap {
  background-color: #e2e8f0;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.evolution-col .title-wrap .icon-wrap svg {
  color: #64748b;
}

.evolution-col .title-wrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.evolution-col .evolution-content-wrap ul {
  list-style: none;
}

.evolution-col .evolution-content-wrap ul li {
  margin-top: 2rem;
  position: relative;
  padding-left: 30px;
  font-size: 1.125rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.625;
}

.evolution-col .evolution-content-wrap ul li::before {
  content: '';
  background-color: #ffffff;
  padding: 0.25rem;
  border-radius: 9999px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  border-radius: 50%;

}

.evolution-col .evolution-content-wrap ul li::after {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #cbd5f5;
  border-radius: 9999px;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  /* z-index: -1; */
}

.evolution-right-col .title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.evolution-right-col .title-wrap .icon-wrap {
  background-color: #2563eb;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

.evolution-right-col .title-wrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.evolution-right-col li {
  position: relative;
  padding-left: 40px;
  font-size: 1.125rem;
  color: #1e293b;
  font-weight: 700;
  list-style: none;
  line-height: 1.625;
  margin-top: 2rem;
}

.evolution-right-col li::before {
  content: '';
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #eff6ff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.evolution-right-col li::after {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #2563eb;
}

.evolution-right-col::before {
  content: '';
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
  height: 120px;
  width: 120px;
  pointer-events: none;
  opacity: 0.05;
}

.impact-section .casestudy-title-wrap {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.impact-section .casestudy-title-wrap .section-sub-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.impact-row .impact-col .col-inner {
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.impact-row .impact-col{
  margin-bottom: 20px;
}

.impact-row .impact-col .impact-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.5rem;
}

.impact-row .impact-col .sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  /* letter-spacing: -0.025em; */
  margin-bottom: 0.5rem;
}

.impact-row .impact-col .content-text {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 15px
}

.conclusion-section .conclusion-box-wrap {
  background-color: #f8fafc;
  border-radius: 3rem;
  padding: 3rem;
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;

}

.conclusion-box-wrap .quote-text {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.625;
  font-style: italic;
  margin-bottom: 2rem;
}

.conclusion-box-wrap .content-text {
  color: #475569;
}

.conclusion-box-wrap .conclusion-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e40af;
  border-left: 2px solid #60a5fa;
  padding-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 20px;
}

.conclusion-box-wrap .conversation-form-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f5f9;
  width: 100%;
}

.conclusion-box-wrap .conv-form-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.conversation-form-wrap>span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.5rem;
}

.profile-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.profile-wrap ul li {
  margin-top: 15px;
}

.profile-wrap ul li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #475569;
  transition: color 0.2s ease;
  font-size: 0.875rem;
  font-weight: 600;
}

.profile-wrap ul li a .icon-wrap {
  background-color: #f1f5f9;
  padding: 0.5rem;
  border-radius: 0.5rem;

}

.profile-wrap ul li a:hover {
  color: #2563eb;
}

.conversation-form-wrap .btn-wrap a {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2563eb;
  color: #ffffff;
  border-radius: 1rem;
  font-weight: 700;
  transition: all 0.2s ease;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2),
    0 4px 6px -4px rgba(37, 99, 235, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.conversation-form-wrap .btn-wrap a:hover {
  background-color: #1d4ed8;
}

.conversation-form-col {
  margin-top: 30px;
}


/* header design */
header.casestudy-header {
  position: sticky;
  top:0;
  left: 0;
  z-index:999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
   border-bottom: 1px solid #f1f5f9;
}
.casestudy-header .navbar-brand{
  max-height: unset;
  max-width: unset;
  width: 140px;
}
.casestudy-header .navbar-brand img{
  width: 100%;
}
.casestudy-header .navbar-expand-xl .navbar-nav .nav-link{
  transition: color 0.2s ease;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
}
.casestudy-header .navbar-expand-xl .navbar-nav .nav-link:hover{
color: #2563eb;
}
.casestudy-header .navbar-expand-xl .navbar-nav .nav-link.btn{
  padding: 0.7rem 1rem;
  background-color: #0f172a;
  color: #ffffff;
  border-radius: 9999px;
  border: none;
transition: all 300ms ease-in-out;

}
.casestudy-header .navbar-expand-xl .navbar-nav .nav-link.btn:hover{
  background-color: #2563eb;
}
.casestudy-header  .navbar-toggler{
      width: 30px;
    height: 30px;
        border: 2px solid #2563eb;
}
.casestudy-header .navbar-toggler span{
  width: 65%;
  background: #2563eb;
}
.casestudy-header  .navbar-toggler span:first-child{
  top: 8px;
}
.casestudy-header  .navbar-toggler span:nth-child(2){
  top: 13px;
}
.casestudy-header .navbar-toggler span:nth-child(3){
  top: 18px;
}
.casestudy-header .navbar-toggler[aria-expanded="true"] span:nth-child(2){
  top:12px
}
.casestudy-header .navbar-toggler[aria-expanded="true"] span:nth-child(3){
  top: 13px;
}
footer.casestudy-footer{
   padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top: 1px solid #f1f5f9;
  background-color: #ffffff;
  text-align: center;
}
.casestudy-footer .footer-logo-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.casestudy-footer .footer-logo-wrap .footer-logo{
  background-color: #0f172a;
  color: #ffffff;
  /* padding: 0.25rem; */
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}
.casestudy-footer .footer-logo-wrap .footer-logo svg{
  width: 15px;
  height: auto;
}
.casestudy-footer .footer-logo-wrap p{
   font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
}
.casestudy-footer .footet-text-wrap{
  font-size: 0.75rem;
  color: #94a3b8;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
/* header design End*/

@media (min-width: 768px) {
  .casestudy-banner-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .casestudy-banner-section .banner-title {
    font-size: 4.5rem;
  }

  .casestudy-banner-section .content-text {
    font-size: 1.875rem;
  }


  .evolution-row .evolution-col {
    padding: 3.5rem;
    border-bottom: none;
    border-right: 1px solid #e2e8f0;
  }



  .evolution-row .evolution-right-col {
    padding: 3.5rem;
  }

}

@media (max-width: 767px) {
  .challenges-section .col-inner {
    padding: 20px;
  }

  .approach-section .casestudy-approach-box,
  .conclusion-section .conclusion-box-wrap {


    padding: 2rem;
    border-radius: 2rem;
  }
}