*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#case-studies3 header {
  background: #2c3e50;
  color: white;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  height: 100%;

}

#case-studies3 section {
  /* border: 1px solid; */
  width: 90%;
  padding: 40px 40px;
  margin: auto;
  border-radius: 10px;
  background: #f4f4f4;
  transition: all 0.3s ease;
}

#case-studies3 section:hover {
  transform: translateY(-2px);
}

#case-studies3 .about-client {
  display: flex;
  justify-content: space-between;
}
#case-studies3 .about-client h2{
  color: #2c3e50;
  font-size: 2rem;
}

#case-studies3 .about-client p{
  color: #2c3e50;
  font-size: 1.1rem;
}
#case-studies3 .about-client .content {
  flex: 1;
  padding: 20px;
  /* border: 1px solid; */
  border: none;
  text-align: center;
padding: 50px;
  height: 100%;
  margin-top: 1.5%;
  box-shadow: 0 5px 10px lightgray;
}

#case-studies3 .about-client .image-container {
  flex: 1;
  /* display: none; */
}

#case-studies3 .challenges, .solution, .team, .benefits, .results, .technologies, .conclusion {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) and (min-width: 340px) {
  #case-studies3 .about-client .image-container {
display: none;
  }
  #case-studies3 .about-client {
    padding: 3px;
  }
  #case-studies3 .about-client .content {
padding: 10px;
  }
  #case-studies3 .about-client .content h2{
    margin-bottom: 10px;
  }
}
/* ************************* */
#case-studies3 .challenges{
  /* border: 1px solid; */
  width: 90%;
  padding: 20px;
  margin-top: 1%;
  box-shadow: 0 5px 10px lightgray;
}
#case-studies3 .challenges>h2{
  color: #4a9f3b;
/* margin: 10%; */
padding: 4px;
display: inline-block;
position: relative;
top: 3rem;
left: 9rem;
/* margin-top: 10px; */
}
#case-studies3 .challenge-list{
  /* border: 1px solid; */
  display: flex;
  flex-direction:column;
  text-align: center;
  list-style: none;
}
#case-studies3 .challenge-list li{
  font-size: 1.1rem;
}
#case-studies3 .challenge-list li::before{
  content: "✓";
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px;

}

@media (max-width: 480px) and (min-width: 340px) {
  #case-studies3 .challenges>h2{
  /* margin: 0 27%; */
  top: 0;
  /* right: 20%; */
  /* margin-right: 100px; */
  left: 30%;
  }
  #case-studies3 .solution>h2{
  margin: 0 -12%;
  left: 0;
  /* right: 40%; */
  }
}
/* ************************88888888888 */
#case-studies3 .solution{
  /* border: 1px solid red; */
  margin-top: 2%;
  box-shadow: 0 5px 10px lightgray;
  width: 90%;

}
#case-studies3 .solution>h2{
  font-size: 2rem;
  padding: 0;
  color: #4a9f3b;
/* margin: 0 50%; */
position: relative;
/* top: 3rem; */
left: 43%;
bottom: 1rem;
display: inline-block;
}


#case-studies3 .solution>p{
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #2c3e50;

}

#case-studies3 .features {
  /* border: 1px solid; */
  margin-top: 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case-studies3 .feature {
  border: 1px solid rgb(101, 100, 100);
  flex: 1 0 30%;
  background: #e2e2e2;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
 background: linear-gradient(#e5f3ff,#f8f9fa);
  transition: transform 0.3s;
}
#case-studies3 .feature h3 {
font-size: 1.2rem;

}
#case-studies3 .feature p {
  margin-top: 1.5%;
  font-size: 1rem;
  }

#case-studies3 .feature:hover {
  transform: scale(1.05);
}
/* *********************** */
#case-studies3 .benefits{
  border: 1px solid #4a9f3b;
  background-color: #e5f3ff;
  width: 70%;
  margin-left: 80px;
  margin-top: 1.5%;
  height: 100%;
  padding: 10px;
  display: flex;
 align-items: center;
 justify-content: center;
 justify-content: space-evenly;
  /* text-align: center; */
}
#case-studies3 .benefits>h2{
  padding: 1px;
  margin-left: 15%;
  color: #084c7f;
}
#case-studies3 .benefits ul{
  list-style: none;
  padding: 1px;
  width: 100%;
  /* text-align: center; */
}
#case-studies3 .benefits ul li{
padding-top: 1px;
margin-left: 10%;
}
#case-studies3 .benefits ul li>p{
  margin-left: 5%;
  margin-top: -23px;
  font-size: 1.1rem;
}
#case-studies3 .benefits ul li::before{
 content: "→";
 font-size:1.5rem;
 color: #4a9f3b;
 margin-top: 10px;
}
/* *********************************** */

#case-studies3 .results{
  border: 1px solid #4a9f3b;
  width: 70%;
  margin-left: 220px;
  margin-top: 1%;
  height: 100%;
  padding: 10px;
  display: flex;
 align-items: center;
 justify-content: center;
 justify-content: space-evenly;
 background-color: #e5f3ff;
  /* text-align: center; */
}
#case-studies3 .results>h2{
  padding: 1px;
  color: #084c7f;
  margin-left: 15%;
}
#case-studies3 .results ul{
  list-style: none;
  padding: 1px;
  width: 100%;
  /* text-align: center; */
}
#case-studies3 .results ul li{
padding-top: 1px;
margin-left: 10%;
}
#case-studies3 .results ul li>p{
  margin-left: 5%;
  margin-top: -23px;
  font-size: 1.1rem;
}
#case-studies3 .results ul li::before{
 content: "→";
 font-size:1.5rem;
 color: #4a9f3b;
 margin-top: 10px;
}
/* ***********************/
#case-studies3 .technologies{
  border: 1px solid #4a9f3b;
  width: 70%;
  margin-left: 340px;
  margin-top: 1%;
  height: 100%;
  padding: 10px;
  display: flex;
 align-items: center;
 justify-content: center;
 justify-content: space-evenly;
 background-color: #e5f3ff;
  /* text-align: center; */
}
#case-studies3 .technologies>h2{
  padding: 1px;
  margin-left: 15%;
  color: #084c7f;
}
#case-studies3 .technologies ul{
  list-style: none;
  padding: 1px;
  width: 100%;
  /* text-align: center; */
}
#case-studies3 .technologies ul li{
padding-top: 1px;
margin-left: 10%;
}
#case-studies3 .technologies ul li>p{
  margin-left: 5%;
  margin-top: -23px;
  font-size: 1.1rem;
}
#case-studies3 .technologies ul li::before{
 content: "→";
 font-size:1.5rem;
 color: #4a9f3b;
 margin-top: 10px;
}

/* Mobile responsiveness for 340px to 480px screens */
@media (max-width: 480px) and (min-width: 340px) {

  /* Benefits Section */
  #case-studies3 .benefits {
    width: 90%; /* Full width of the screen with some padding */
    margin-left: auto;
    margin-right: auto; /* Center the section */
    padding: 10px;
    flex-direction: column; /* Stack the content vertically */
  }

  #case-studies3 .benefits > h2 {
    margin-left: 0; /* Remove left margin */
    font-size: 1.5rem; /* Adjust font size for mobile */
    text-align: center; /* Center align the title */
  }

  #case-studies3 .benefits ul {
    padding: 0; /* Remove padding */
    width: 100%;
    text-align: left; /* Align text to the left */
  }

  #case-studies3 .benefits ul li {
    padding-top: 10px; /* Add space between items */
    margin-left: 0; /* Reset left margin */
  }

  #case-studies3 .benefits ul li > p {
    margin-left: 0; /* Reset margin-left */
    font-size: 1rem; /* Adjust font size for readability */
  }

  #case-studies3 .benefits ul li::before {
    font-size: 1.5rem; /* Keep the arrow size consistent */
    margin-top: 5px; /* Adjust top margin */
  }

  /* Results Section */
  #case-studies3 .results {
    width: 90%; /* Full width with some padding */
    margin-left: auto;
    margin-right: auto; /* Center the section */
    padding: 10px;
    flex-direction: column; /* Stack the content vertically */
  }

  #case-studies3 .results > h2 {
    margin-left: 0; /* Remove left margin */
    font-size: 1.5rem; /* Adjust font size */
    text-align: center; /* Center align the title */
  }

  #case-studies3 .results ul {
    padding: 0; /* Remove padding */
    width: 100%;
    text-align: left; /* Align text to the left */
  }

  #case-studies3 .results ul li {
    padding-top: 10px; /* Space between list items */
    margin-left: 0; /* Reset left margin */
  }

  #case-studies3 .results ul li > p {
    margin-left: 0; /* Reset margin-left */
    font-size: 1rem; /* Adjust font size */
  }

  #case-studies3 .results ul li::before {
    font-size: 1.5rem; /* Keep the arrow size consistent */
    margin-top: 5px; /* Adjust top margin */
  }

  /* Technologies Section */
  #case-studies3 .technologies {
    width: 90%; /* Full width with padding */
    margin-left: auto;
    margin-right: auto; /* Center the section */
    padding: 10px;
    flex-direction: column; /* Stack the content vertically */
  }

  #case-studies3 .technologies > h2 {
    margin-left: 0; /* Remove left margin */
    font-size: 1.5rem; /* Adjust font size for mobile */
    text-align: center; /* Center align the title */
  }

  #case-studies3 .technologies ul {
    padding: 0; /* Remove padding */
    width: 100%;
    text-align: left; /* Align text to the left */
  }

  #case-studies3 .technologies ul li {
    padding-top: 10px; /* Add space between items */
    margin-left: 0; /* Reset left margin */
  }

  #case-studies3 .technologies ul li > p {
    margin-left: 0; /* Reset margin-left */
    font-size: 1rem; /* Adjust font size for readability */
  }

  #case-studies3 .technologies ul li::before {
    font-size: 1.5rem; /* Keep the arrow size consistent */
    margin-top: 5px; /* Adjust top margin */
  }

}


/* ************************ */
#case-studies3 .conclusion{
  /* border: 1px solid; */
  width: 100%;
 margin-top: 1%;
 text-align: center;
}
#case-studies3 .conclusion p{
  font-size: 1.2rem;
}
#case-studies3 .conclusion p>a{
color: #4a9f3b;
font-weight: bold;
font-size: 1.5rem;
}
#case-studies3 footer {
  text-align: center;
  padding: 20px;
  background: #333;
  color: white;
}
