.about-heading {
  font-size: 35px; /* Set font size */
  word-spacing: 0.5rem; /* Adjust word spacing for better readability */
  text-align: center; /* Align text to the center */
  line-height: 1.6; /* Add spacing between lines for readability */
  color: #e8dcb5; /* Optional: Set text color */
}

.vision-heading {
  font-size: 40px;
}

.vision-text {
  font-size: 20px;
  color: #e8dcb5;
  font-weight: 400;
}

.custom-image {
  overflow: hidden; /* Hide overflow content */
  position: relative; /* Ensures that the img element behaves correctly inside the div */
}

.custom-image img {
  width: 100%; /* Make the image width 100% of the container */
  height: 100%; /* Make the image height 100% of the container */
  object-fit: cover; /* Ensures the image covers the entire div */
  object-position: center center; /* Centers the image within the div */
}

.circle-container {
  width: 452px;
  /* Set the container width */
  height: 452px;
  /* Set the container height */
  border-radius: 50%;
  /* Make the container circular */
  overflow: hidden;
  /* Hide parts of the image that go outside the container */
  position: relative;
}

.circle-image {
  width: 100%;
  /* Ensure the image fills the container */
  height: 100%;
  /* Ensure the image fills the container */
  object-fit: cover;
  /* Crop and cover the image within the container */
}

.tab-space {
  letter-spacing: normal;
}

.about-section {
  background-color: rgb(73, 73, 73);
  padding: 40px;
  border-radius: 8px;
}

.about-section img {
  max-width: 100%;
  border-radius: 12px;
}

.about-content h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.about-content p {
  line-height: 1.6;
}

.sec-head {
  font-size: 1.5rem;
}

p.sholk-text {
  white-space: nowrap;
}

.container-padding {
  padding-left: 26px;
  padding-right: 26px;
}

input::placeholder {
  color: #e8dcb5 !important;
  opacity: 0.5;
}

textarea::placeholder {
  color: #e8dcb5 !important;
  opacity: 0.5;
}

/* Responsive Styles */

/* For small screens, such as mobile */
@media (max-width: 767px) {
  .about-heading {
    font-size: 28px;
    word-spacing: 0.2rem;
    line-height: 1.4;
  }

  .vision-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .vision-text {
    font-size: 16px;
    /* Smaller text */
    color: #e8dcb5;
  }

  .circle-container {
    width: 250px;
    /* Reduced size */
    height: 250px;
    /* Reduced size */
    margin: 0 auto;
    /* Center the circle */
  }

  .circle-image {
    object-fit: cover;
  }

  .eye-image {
    margin-top: 18px;
    margin-bottom: -100px;
  }

  .about-section {
    padding: 20px;
    margin-bottom: 23px;
  }

  .about-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .about-content h2 {
    font-size: 22px;
    margin-top: 15px;
  }

  .about-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  p.sholk-text {
    white-space: normal !important;
  }

  .text {
    padding: 10px;
  }

  .nai-men {
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 5px;
  }

  .mob-contact {
    font-size: 61px !important;
  }
}

/* For medium screens, such as tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .about-heading {
    font-size: 32px;
    word-spacing: 0.4rem;
    line-height: 1.5;
  }

  .vision-heading {
    font-size: 45px;
  }

  .vision-text {
    font-size: 18px;
  }

  .circle-container {
    width: 350px;
    height: 350px;
  }

  .about-section {
    padding: 30px;
  }

  .about-section img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .about-content h2 {
    font-size: 24px;
    margin-top: 15px;
  }

  .about-content p {
    font-size: 16px;
  }
  .mob-contact {
    font-size: 61px !important;
  }
}

/* For larger screens, such as desktops */
@media (min-width: 1024px) {
  .about-heading {
    font-size: 35px;
    word-spacing: 0.5rem;
    line-height: 1.6;
  }

  .vision-heading {
    font-size: 50px;
  }

  .vision-text {
    font-size: 20px;
  }

  .circle-container {
    width: 452px;
    height: 452px;
  }

  .about-section {
    padding: 40px;
  }

  .about-section img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .about-content h2 {
    font-size: 26px;
    margin-top: 15px;
  }

  .about-content p {
    font-size: 18px;
  }
}
