  /* General Styling */
  body {
    font-family: Arial, sans-serif;
}
.container h2 {
    margin-bottom: 13px;
    margin-top: 37px;
    margin-left: 60px;
}
.container p{
    margin-top: 20px;
    margin-left: 60px;
}

/* case-cantainer */

.all-case {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 20px 0;
  }



  @media (max-width: 480px) {

  .all-case {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

  }
  .case-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 10px;
    max-width: 1200px;
    margin: auto;
  }

.case-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
  }
  .case-card img {
    width: 100%;
    display: block;
} 


.case-card .overlay-text {
    position: absolute;
    top: 37%;
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}
.case-card h3 {
    font-size: 1em;
    margin: 15px 0;
    color: #276ea2;
    text-align: justify;
    letter-spacing: 0.1px;
    font-weight: 500;
  }
  .case-card a {
    display: inline-block;
    text-decoration: none;
    background: #5f9d39;
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 10px;
  }


  /* banner */
  .banner-case {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.banner-case img {
    width: 100%;
    display: block;
    height: auto;
}

.banner-content-case {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 26%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
}

.banner-content-case h1 {
    font-size: 2em;
    margin-bottom: 10px;
    color: white;
    margin-left: -356px;
    font-weight: 400;
    line-height: 1.1;
}

.banner-content-case h2 {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: .5px;
    font-weight: 500;
    margin-left: 210px;
    text-align: start;
    line-height: 1.1;
}

.banner-content-case {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 26%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 75%;
}

.btn-banner-case-1 {
    margin-left: 20px;
}

.btn-banner-case:hover {
    background: #c70039;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .banner-content-case {
        width: 90%;
        padding: 15px;
    }

    .banner-content-case h2 {
        font-size: 22px;
    }

    .btn-banner-case {
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {
    .banner-content-case h1 {
        font-size: 1.6em;
        margin-left: 9px;
        margin-top: 92px;
    }
    .banner-content-case h2 {
        display: none;
    }

    .banner-case img {
height: 120px;


}
.btn-custom-case-btn{
display: none;
}
}

.btn-custom-case-btn {
    border-radius: 24px;
    margin-left: -415px;
    padding: 13px 10px;
    background: rgba(0, 0, 0, 0.6)
}







/* case-1 */

.container-studies {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
}
@media (max-width: 480px) {

    .container-studies p {
        line-height: 1.6;
        color: #555;
        text-align: justify;
        margin-top: 15px;
    }
    .container-studies h1 {
        color: black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 2em;
        margin-left: -19px;
        margin-right: -6px;
        text-align: justify;
    }
}
.container-studies h1{
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2em;

}
.container-studies h2{
    color: black;

}
.container-studies h3{
    color: black;

}


.container-studies p {
    line-height: 1.6;
    color: #555;
    margin-top: 15px;
}
.section-1 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.highlight {
    background: #007bff;
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}
.cta-case {
    text-align: center;
    margin-top: 30px;
}
.cta-casea {
    display: inline-block;
    padding: 10px 20px;
    background: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.cta-case a:hover {
    background: #218838;
}

  /* .case-content-blog h1 {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin-bottom: 15px;
  }
  
  .case-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .case-content-blog h2 {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .case-content-blog p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
  }
  
  /* Responsive Design 
  @media (max-width: 768px) {
    .case-container-content {
        padding: 15px;
    }
  
    .case-content-blog h1 {
        font-size: 24px;
    }
  
    .case-content-blog h2 {
        font-size: 20px;
    }
  
    .case-text, .case-content-blog p {
        font-size: 14px;
    }
    .case-container-content {
      max-width: 800px;
      margin: auto;
      text-align: justify;
      margin-left: 10px;
      margin-right: 10px;
      padding: 20px;
      border-radius: 8px;
  }
  }
   */

