body{
    overflow: hidden;
}
section.case-design{
    position: relative;
    padding: 0;
}
section.case-design .head{
    padding-right: 40px;
}
section.case-design .container-fluid{
    padding: 0;
}
section.case-design .col-3{
    padding-left: 0;
    background: #e7e7e769;
}
section.case-design .head h2{
    font-size: 20px;
}
section.case-design .case-sidebar{
    position: sticky;
    top: 0px;
    padding: 30px;
}
section.case-design .head p{
    color: var(--black-color);
}
section.case-design .row{
    justify-content: space-between;
}
.case-card{
    position: relative;
    box-shadow: 0 15px 30px 0 rgba(24, 109, 184, 0.16);
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    padding: 0;
    width: 32%;
}

.case-card p{
    color: var(--black-color);
}
.case-card span{
    font-family: var(--primary-font);
    color: #000;
}
.case-card h2{
    color: var(--heading-color);
    font-size: 14px;
    margin-top: 10px;
}
.case-card img{
    height: 220px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
.cont{
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

section.case-design .tab__title {
    margin: 20px 0 0;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    .tab__button:first-of-type {
    }
  }
  section.case-design .tab-sec .col-12{
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--lt-color);  
}
  section.case-design .tab__button {
      padding: 11px 10px;
      border: none;
      /* border-bottom: 1px solid #e5e5e5; */
      border-bottom: 1px solid #b3b3b3;
      background: transparent;
      outline: none;
      margin: 0 -5px;
      cursor: pointer;
      width: 100%;
      text-align: left;
      font-size: 16px;
      /* border-radius: 20px; */
      font-family: var(--secondary-font);
      font-weight: 500;
  }
    
  section.case-design .tab_button-active {
      border-bottom: none;
      background: var(--btn-color);
      color: var(--white-color); 
  }
  
  section.case-design .tab__inside {
    
    visibility: hidden; 
    opacity: 0;
    height: 0;
    justify-content: flex-start;
    gap: 14px;
    transform: translateY(10px);
    transition: transform .3s ease-in;
    
    .tab__inside-img {
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      
    img {
      width: 100%;
      height: 370px;
      object-fit: cover;
    }
  }
  }
  section.case-design .tab__inside-active {
    padding: 30px 0;
  visibility: visible; 
  opacity: 1;
  height: 100%;
    transform: translateY(0);
    transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}
  section.case-design .tab__inside-text {
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      gap: 30px;
      
      p {
        color: #000;
        font-size: 14px;
        font-weight: 100;
        opacity: 1;
        font-weight: 400;
      }
    
  }

section.common_banner img{
    object-position: 50% 87%;
}


/* newletter */

section.newsletters{
    background: url(https://themes.pixelwars.org/consultra/demo-01/wp-content/uploads/sites/2/2024/12/Canva-Team-of-Creative-People-in-Office-1920x1200.jpg);
    background: url(../images/web5.JPG);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
}
section.newsletters::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000000a3;
}
section.newsletters .container{
    position: relative;
}
section.newsletters .cont-sec span{
    color: #fff;
    font-size: 15px;
    position: relative;
}
section.newsletters .cont-sec span::before{
    content: '';
    position: absolute;
    top: 10px;
    right: -150px;
    background: #fff;
    height: 1.5px;
    width: 140px;
}

section.newsletters .cont-sec h3{
    color: #fff;
    margin-top: 10px;
}
section.newsletters .cont-sec p{
    color: #fff;
    font-size: 18px;
}
section.newsletters form input{
    padding: 15px;
    border: none;
    background: var(--white-color);
}
section.newsletters form button{
    background: var(--btn-color);
    padding: 15px;
    border: none;
    color: #fff;
}
section.newsletters form{
    display: flex;
    justify-content: center;
}
section.newsletters .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-muted{
    margin-bottom: 0;
}


@media screen and (max-width: 991px){
    .blog-wrapper .col-lg-4{
        width: 50%;
    }
    section.case-design .col-5{
        width: 100%;
        margin-bottom: 20px;
    }
    section.case-design .col-7{
        width: 100%;
    }
    section.case-design .col-3{
        width: 100%;
    }
    section.case-design .col-9{
        width: 100%;
    }
    .case-card{
        width: 50%;
    }
}
@media screen and (max-width: 540px){
    .case-card img{
    height: auto;
    }
    .case-card h2{
        font-size: 16px;
        margin-top: 10px;
    }
    .case-card{
        width: 100%;
    }
}