body {
  background: var(--Gradient-G8, linear-gradient(278deg, #DEE3FD 0%, #F3ECFD 100%));
}

section.blog-baner-main.Case_Studies_Banner{
 background-image: url(../img/bg-case-study.png);
 background-color: transparent;
 background-size: cover;
}
.Name_Main {
  display: flex;
  justify-content: space-between;
}
.Icon_PV span {
  margin-left: 5px;
}
section.blog-baner-main.Case_Studies_Banner h1 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
}
section.blog-baner-main.Case_Studies_Banner h1::after {
  content: "";
  width: 75px;
  background-color: #5849D0;
  height: 3px;
  display: block;
  text-align: center;
  margin: 8px auto;
}
.caseTitle {
    overflow: hidden;
    color: var(--secondary-secondary-100, #171A1F);
    text-overflow: ellipsis;
    /* white-space: nowrap; */

    /* min-height: fit-content; */
    min-height: 70px;
    align-self: stretch;
    /* H5 */
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 33px */
}

.caseTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.caseAuth {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 14px 0 15px;
    flex-wrap: wrap;
    gap: 12px;
}

.caseBoxRgt p {
    color: var(--secondary-secondary-70, #5D5F62);
    text-align: justify;
   
    /* Body Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    /* 27px */
     min-height: fit-content;
    max-height: 55px;
      
}

.caseBoxRgt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden ;
}





.caseBoxNew {
    display: inline-block;
    padding: 16px;
  }
  
  .caseBoxLeftNew {
    width: 100%;
  }
  
  .caseBoxRgtNew {
    width: auto;
    padding: 16px 0;
  }
  
  .caseAuthNew {
    padding: 8px 0px 15px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  
  .caseBoxRgtNew p {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: none;
    overflow: auto;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

  .caseTitleNew {
    display: -webkit-box;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    min-height: auto;
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }


  .Watch_video .modal-dialog {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  
  .Watch_video iframe {
      position: relative;
      width: 100%;
  }
  
  .Watch_video button.btn-close {
    background-color: #fff;
    background-size: 12px;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    padding: 10px 10px;
    font-size: 14px;
    width: 15px;
    height: 15px;
    z-index: 9;
  }
  
  .Watch_video .modal-header {
    position: relative;
    padding: 0;
  }
  
  .Watch_video .modal-body {
    width: 100%;
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 80vw;
    padding: 20px;
    position: relative;
    padding-bottom: 58.25%;
    height: 0;
  }
  
  .Watch_video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
  }


  /* Selection Start */

  section.Case_study .filter select.form-select {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

/* Selection End */
 
a.view_more_btn {
  padding: 8px 14px;
  border-radius: 4px;
  background: var(--Theme-Purple-50, #F3F1FD);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Theme-Purple-500, #7162EA);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

a.view_more_btn svg {
  margin-left: 8px;
}

.Icon_PV {
  min-width: fit-content;
}