.fontbane {
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  margin-top: 10px;
  margin: 12px 0 16px;
  color: var(--black);
  text-align: left;
}

.fontbane span {
  font-weight: 400;
}

.case_main_wrapp .what_seo_wrapp  {
  padding: 35px clamp(20px,8vw,150px);
    padding-bottom: 28px;
}

.case_studies_top_section {
  text-align: center;
  padding: 60px 60px 120px;
  color: var(--white);
  background: url(assets/Pattern.png) no-repeat bottom left;
  background-position-y: 258px;
  background-position-x: -328px;
}
.case_studies_top_section h4 {
  font-size: 30px;
  font-style: italic;
  line-height: 100%;
  font-weight: 600;
}
.case_studies_top_section h2 {
  font-size: 50px;
  line-height: 66px;
  margin: 1rem 0;
}
.case_studies_top_section p {
  line-height: 31px;
  color: var(--white);
}
.case_studies_top_section .link_wrapp {
  margin: 2rem 0 0;
}
.case_studies_top_section .link_wrapp a {
  font-size: 15px;
  background: var(--white);
  color: #0e58d1;
  transition: 0.5s;
}
.case_studies_top_section .link_wrapp a:hover {
  background: var(--black);
  color: var(--white);
}

.health_wellness_wrapp.what_seo_wrapp {
  margin-top: 0;
}

.card_list_wrapp{
    margin: 50px 0 0;
}
.case_card {
    margin-bottom: 2rem;
/*     cursor: pointer; */
}
.case_card .img_wrapp {
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    transition: 0.5s;
    
}

.case_card:hover .img_wrapp  {
    padding: 0 40px;
    background-color: #0006;
    background-blend-mode: color;
}
.case_card .img_wrapp img {
    max-width: 100%;
}

.case_card .card_info_wrapp {
  margin: 1.5rem 0 0;
}
.case_card .card_info_wrapp h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.case_card .card_info_wrapp p {
  margin: 0.75rem 0 2rem;
}
.case_card .card_info_wrapp a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0e58d1;
}

.our_client_wrapp{}
.our_client_wrapp .clients_slides_wrapp{
    margin-top: 3rem;
    border-bottom: 1px solid #1D20471A;
}

.our_client_wrapp .left_wrap{

    padding: 60px 0 60px 60px;
}
.our_client_wrapp .left_wrap h3{}
.our_client_wrapp .left_wrap p{
    margin: 1rem 0;
}
.our_client_wrapp .left_wrap .call_wrap{}
.our_client_wrapp .left_wrap .call_wrap{
    background: #E1ECFF;
    font-size: 18px;
    font-weight: 700;
    color: #0e58d1;
    padding: 12px 24px;
    border-radius: 80px;

}
.our_client_wrapp .left_wrap .call_wrap a{
    text-decoration: underline;
}

.our_client_wrapp .right_form_wrapp{
    padding: 60px 0 0;
}
.our_client_wrapp .right_form_wrapp .input_wrapp{
    margin-bottom: 1.5rem;
}
.our_client_wrapp .right_form_wrapp input{
    width: 100%;
    height: 60px;
    background: #F5F6F9;
    padding: 24px;
    color: #909090;
    border-radius: 16px;
   
    border: 1px solid #D8D8DB;
}
.our_client_wrapp .right_form_wrapp textarea{
    width: 100%;
    background: #F5F6F9;
    padding: 24px;
    color: #909090;
    border-radius: 16px;
   
    border: 1px solid #D8D8DB;
}
.our_client_wrapp .right_form_wrapp input[type=submit]{
    background: #0e58d1;
    color: var(--white);
    border: none;
    outline: none;
    padding: 0.75rem 3rem;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    width: unset;
    transition: 0.5s;
}

.our_client_wrapp .right_form_wrapp input[type=submit]:hover{
    background: var(--black);
}

/* 01/06/2025 */
.what_seo_wrapp.common-pad {
  padding: clamp(25px,2.8vw,45px) clamp(20px,8vw,150px);
}
.highlight {
    background-color: #E1ECFF;
    padding: 10px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0E58D1;
    font-style: italic;
}
.highlight img {
    width: 20px;
    height: 20px;
}
.highlight a:not(:hover) {
  text-decoration: underline;
}
.our_clients_wrapp .logos img {
  max-height: clamp(25px,3.2vw,45px);
}
.our_clients_wrapp .form-control {
  background-color: #F5F6F9;
  padding-block: 15px;
  border-radius: 16px;
}
.our_clients_wrapp .form-control::placeholder {
  color: #909090;
}
.our_clients_wrapp .form-submit {
  min-width: 170px;
}
.our_clients_wrapp .row {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media screen and (min-width: 991px) {
  .our_clients_wrapp .divider {
    margin-inline: calc( -1 * clamp(20px, 2vw, 30px)) !important;
  }
  .row .left {width: 48%}
  .row .has-form {width: 52%}
}
.case_card .card_info_wrapp a {
  overflow: hidden;
  display: inline-block;
}
.case_card .card_info_wrapp a:hover img {
  animation: bounceDownUp 0.6s ease;
}
.wpcf7-acceptance .wpcf7-list-item  {margin: 0px}
.contectInfo a:hover { color: #007BFF}
@keyframes bounceDownUp {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(25px); /* Move down */
  }
  31% {
    transform: translateY(-25px); /* Move up past original point */
  }
  100% {
    transform: translateY(0); /* Return to original */
  }
}