body {
  font-family: sans-serif;
  background-color: whitesmoke;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.cover{
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background-image: url('3.jpeg');
  background-size: cover;
}

.cover4{
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background-image: url('back.jpg');
  background-size: cover;
}

.cover p{
  font-size: 20px;
  color: #fff;
  /* -webkit-text-stroke: 1px #fff; /* For Safari */
  /* text-stroke: 1px black; For other browsers */ 
  margin-bottom: 30px;
}

.cover4 p{
  font-size: 20px;
  color: #fff;
  /* -webkit-text-stroke: 1px #fff; /* For Safari */
  /* text-stroke: 1px black; For other browsers */ 
  margin-bottom: 30px;
}


.cover button {
  width: 150px;
  margin-top: 40px;
  color: #3d85c6;
  font-weight: bold;
  height: 60px;
  border: none;
}

.main-four{
  width: 100%;
  /* margin-top: 30px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px;
  background-color: whitesmoke;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}

.four {
  /* background-color: red; */
  margin: 1px;
  padding: 10px;
  text-align: center;
  text-align: center;
}

.small-part h3{
  color: #3d85c6;
  margin-bottom: 10px;
}

.my{
  font-size:60px; color:#3d85c6; margin-bottom:20px;
}

.small-part p{
  font-size: 17px;
 }

 .container {
  width: 100%;
  padding: 20px;
  background-color: whitesmoke;
  /* border-radius: 10px; */
  margin-top: 20px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: row;
}

.about {
  flex: 2;
  padding-right: 20px;
}

.photo {
  flex: 1;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.experience {
  margin-top: 30px;
}

.container1 {
  width: 100%;
  /* margin: 20px auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service {
  flex: 1;
  height: auto;
  margin: 15px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.container1 h1 {
  text-align: center;
  margin-bottom: 20px;
}

.container1 h2 {
  margin-bottom: 15px;
  color: #3d85c6;
  margin-top: 10px;
}

.container1 p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #666;
}

.container1 img {
  max-width: 100%;
  border-radius: 10px;
}

.header {
  color: #3d85c6;
  padding: 20px;
  text-align: center;
}

.container2 {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  /* background-color: #fff; */
  border-radius: 10px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}

.header h1 {
  text-align: center;
  margin-bottom: 20px;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial {
  flex: 1 0 100%;
  padding: 20px;
  text-align: center;
}

.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial h3 {
  margin-bottom: 5px;
  color: #333;
}

.testimonial p {
  margin-bottom: 10px;
  color: #666;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 2;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.containeroo {
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.containeroo h2 {
  color: #3d85c6;
  margin-bottom: 10px;
}

.containeroo p {
  color: #333;
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-info p {
  margin-bottom: 10px;
}

.containeroo .photos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.containeroo .photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.containeroo .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containeroo form {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}

.containeroo input[type="text"],
input[type="email"],
textarea {
  width: calc(100% - 40px);
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.containeroo textarea {
  resize: vertical;
}

.containeroo button {
  background-color: #3d85c6;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.containeroo button:hover {
  background-color: #336699;
}
/* Media Queries for responsiveness */

@media (max-width: 768px) {
 
.cover{
  height: 300px;
}

.cover4{
  height: 300px;
}

.cover4 p{
 font-size: 15px;
}


.cover h1, .cover4 h1{
  font-size: 23px;
  color: #fff;
}


.cover p {
  font-size: 15px;
  color: #3d85c6;
}

.cover button {
  width: 130px;
  color: #3d85c6;
  font-weight: bold;
  height: 40px;
  border: none;
}
.main-four{
  flex-direction: column;
}

.my{
  font-size: 30px;
}
.small-part h3{
 font-size: 15px;
}

.small-part p{
  font-size: 13px;
 }

 .container {
  flex-direction: column;
}
.photo {
  flex: none;
  order: -1;
  margin-bottom: 20px;
}
.about {
  padding-right: 0;
}
.footer {
  flex-direction: column;
  align-items: center;
}
}

@media screen and (max-width: 768px) {
  .service {
    flex-basis: calc(50% - 40px);
  }
}

@media screen and (max-width: 480px) {
  .service {
    flex-basis: calc(100% - 40px);
  }
}