.color-class {
  color: black;
  background-size: cover;
}

.about-us-btn {
  background-color: black;
  color: #e8dcb5 !important;
  border: black;
  padding: 23px 69px;
  font-size: 44px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 80px;
  /* font-family: "Six Caps", sans-serif !important; */
  letter-spacing: normal !important;
  font-weight: 600 !important;
}

.about-us-btn:hover {
  background-color: #e8dcb5;
  color: black !important;
  border: 1px solid #e8dcb5;
}

.vison-text {
  font-size: 14vw !important;
  line-height: 1.8 !important;
  font-weight: bold !important;
}

.custom-margin {
  margin-bottom: 50px !important;
}

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

.section-newsize {
  padding-top: 50px;
}

.justify-textclass {
  color: #e8dcb5 !important;
  letter-spacing: normal !important;
  font-size: 1.8rem !important;
}

.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: fill;
  /* Crop and cover the image within the container */
}

.sholk-heading {
  font-size: 2rem !important;
}

@media (max-width: 767px) {
  .circle-container {
    width: 250px;
    /* Reduced size */
    height: 250px;
    /* Reduced size */
    margin: 0 auto;
    /* Center the circle */
  }

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

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

  .custom-margin {
    padding: 10px;
    margin-bottom: 70px !important;
  }

  .sholk-text {
    white-space: normal !important;
    font-size: 16px !important;
  }

  .sholk-heading {
    white-space: normal !important;
    font-size: 18px !important;
  }

  .header-size {
    padding-top: 125px !important;
    padding-bottom: 0px;
  }

  .about-us-btn {
    padding: 15px 40px; /* Reduced padding for smaller screens */
    font-size: 28px; /* Smaller font size for better fit */
    border-radius: 50px; /* Adjust border-radius for smaller buttons */
    margin-bottom: 46px !important;
  }

  .about-us-btn:hover {
    background-color: #e8dcb5; /* Slightly different hover color for smaller screens */
    color: black; /* Consistent text color */ /* Keep the border styling consistent */
  }

  .justify-textclass {
    text-align: -webkit-center;
    margin: 25px 25px;
    font-size: 18px !important;
    font-weight: 300 !important;
  }

  .newabout {
    margin-bottom: -35px !important;
  }

  .vison-text {
    margin-left: 23px;
  }

  .vision-img {
    height: 300px !important;
  }

  .mob-display {
    display: none;
  }
  .vision-para {
    padding-top: 0px;
    margin-top: -45px;
  }
  .vision-texts {
    font-size: 15px;
  }

  .ourvision-padding {
    padding: 21px 15px;
    bottom: 166px !important;
  }

  .visioncard-padng {
    margin-bottom: -170px;
  }
  .color-class {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .circle-container {
    width: 300px; /* Adjusted size */
    height: 300px; /* Adjusted size */
    margin: 0 auto; /* Center the circle */
  }

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

  .eye-image {
    margin-top: 20px;
    margin-bottom: -30px;
  }

  .custom-margin {
    padding: 15px;
    margin-bottom: 50px !important;
  }

  .sholk-text {
    white-space: normal !important;
    font-size: 18px !important;
  }

  .sholk-heading {
    white-space: normal !important;
    font-size: 20px !important;
  }

  .header-size {
    padding-top: 100px !important;
    padding-bottom: 10px;
  }

  .about-us-btn {
    padding: 20px 50px; /* Adjusted padding for tablets */
    font-size: 30px; /* Slightly smaller font size */
    border-radius: 40px; /* Adjust border-radius */
  }

  .about-us-btn:hover {
    background-color: #e8dcb5; /* Slightly different hover color for tablets */
    color: black; /* Consistent text color */
    border: 2px solid black; /* Keep the border styling consistent */
  }

  .justify-textclass {
    text-align: center;
    margin: 30px 30px;
    font-size: 22px;
    font-weight: 400 !important;
  }

  .newabout {
    margin-bottom: -20px !important;
  }

  .vison-text {
    margin-left: 30px;
  }

  .vision-img {
    height: 350px !important;
  }

  .mob-display {
    display: block; /* Adjust display for tablet */
  }

  .vision-para {
    padding-top: 10px;
    margin-top: -30px;
  }

  .vision-texts {
    font-size: 17px;
  }

  .ourvision-padding {
    padding: 25px 20px;
    bottom: 150px !important;
  }

  .visioncard-padng {
    margin-bottom: -150px;
  }
}
