.equity-color {
  color: #073d37;
}

.equity-background {
  background-color: #073d37;;
}

.equity-light-background {
  background-color: #017264;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "serif";
}

#myCarousel {
  height: 95vh;
  margin: 0;
  padding: 0;
  position: relative;
}

.carousel-inner {
  height: 100%;
}

.carousel-item img {
  height: 96vh; /* Full height for image */
  width: 100%;  /* Full width for image */
  object-fit: cover; /* Keep the image aspect ratio */
}

.spinning-logo-container {
  position: absolute;
  bottom: 170px; /* Adjust to ensure it’s below the caption */
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 8px solid #6a2875;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
  z-index: 1050;
  background-color: white;
}

.spinning-logo {
  width: 85px;
  /* animation: spinLeftRight 5s infinite linear; */
  padding: 15px;
}

@keyframes spinLeftRight {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.carousel-caption {
  position: absolute;
  bottom: 260px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1000;
  right: 0;
  width: 100%;
}

.carousel-caption p {
  font-size: 55px;
  color: white; 
  margin-bottom: 15px;
}

/* Media Queries for smaller screens */
@media (max-width: 576px) {
  .carousel-item img {
    object-fit: cover; /* Keep the image responsive */
  }

  .spinning-logo-container {
    bottom: 200px; /* Adjust bottom for small screens */
    height: 70px;
    width: 70px;
  }

  .spinning-logo {
    width: 60px;
  }

  .scroll-indicator {
    bottom: 175px; /* Adjust for small devices */
    font-size: 14px;
  }

  .carousel-caption {
    bottom: 250px;
  }
}

/* Scroll to know more button */
.scroll-indicator {
  position: absolute;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6a2875;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer !important;
  text-align: center;
  z-index: 1030;
  bottom: 70px;
}

.scroll-indicator:hover {
  background-color: #87fa11;
  color: #6a2875;
}

/* Navbar */
.navbar {
  background-color: #6a2875;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
}

.navbar-nav .nav-link:hover {
  color: #87fa11;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  border-radius: 5px;
}

/* Content spacing for sections */
.section {
  padding: 50px 15px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .section {
    padding: 30px 10px;
  }
}

.social-icons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.phone-link {
  color: black;
  text-decoration: none;
}

/* .equity-box-shadow {
  box-shadow: 3px 3px 3px #6a2875;
} */

.values-style {
  font-size: 25px;
}

.text-align-left {
  text-align: left;
}

.padding-40 {
  padding: 0 40px;
}

.form-control, label, button {
  font-size: 16px;
}
.text-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1f5a4e;
}
.img-placeholder {
  width: 100%;
  height: 200px;
  background-color: #6a2875;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 10px;
}
.btn-submit {
  background-color: #1f5a4e;
  color: white;
  border: 1px solid white;
  font-size: 16px;;
}

.btn-submit:hover {
  background-color: #87fa11;
}
.career-section {
  padding: 40px 0;
}
.career-left,
.career-right {
  padding: 20px;
  border-radius: 10px;
}

.form-control {
  margin-bottom: 15px;
}

.heading-text {
  color: #1f5a4e;
  text-align: center;
  font-weight: bolder;
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

.sub-heading-text {
  color: #1f5a4e;
  text-align: left;
  font-weight: bolder;
  font-size: 20px;
}

.equity-header-title {
  color: #073d37;
  /* font-weight: 700; */
  font-kerning: none;
  text-decoration: none;
  font-family: "serif";
  font-size: 50px;
  line-height: 66px;
}

.equity-para {
  font-size: 19px;;
}

.equity-image-border {
  border: 10px solid #017264;
}

.service-title {
  font-size: 27px;
  color: #fff;
  padding: 10px;
}

.service-button {
  background-color: #6a2875;
  color: #fff;
}

.service-button:hover {
  background-color: #073d37;
  color: #fff;
}

.service-content {
  border: 2px solid #87fa11;
  margin-top: 15px;
  margin-bottom: 2px;
  padding: 10px;
}

.equity-service {
  background: #017264; 
  padding: 15px;
  width: 32%;
  margin-left: 15px;
}

.equity-values {
  border: 10px solid #1f5a4e
}

.row {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
}

#services .row .equity-service {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .equity-service {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .equity-service {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .equity-header-title {
    font-size: 40px;
    line-height: 44px;
  }

  .service-title {
    font-size: 22px;
  }

  .service-content {
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .equity-service {
    width: 100%; /* Full width for each service */
    padding: 10px; /* Reduce padding for smaller devices */
  }

  .equity-header-title {
    font-size: 30px; /* Further reduce header size */
    line-height: 34px;
  }

  .service-title {
    font-size: 18px; /* Smaller font size for service titles */
  }

  .service-button {
    font-size: 14px; /* Adjust button font size */
    padding: 8px 12px; /* Adjust button padding */
  }
}

@media (max-width: 768px) {
  .top-line {
    margin-left: 0;
  }

  .bottom-line {
    margin-left: 0;
    text-align: left;
  }

  .image-container {
    margin-top: 10px;
  }
}

.services-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.service-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.service-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service-card a {
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-card a:hover {
  color: white;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.contact-section, .enquiry-form {
  width: 100%;
  margin-bottom: 40px;
}

.contact-section {
  height: 80%;
}

@media (min-width: 768px) {
  .contact-section {
      width: 40%;
      padding: 20px;
  }
}

.contact-icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-wrap: break-word;
}

.contact-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea, button {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

button {
  background-color: #1f5a4e;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.checkbox-group label {
  display: block;
  margin-bottom: 5px;
  margin-left: 5px; 
}

.checkbox-group input {
  width: unset !important;
  margin-left: 5px; 
}

.border-line {
  border-radius: 10px;
  padding: 20px;
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.ndis-registration-text {
  box-shadow: 30px 45px 33px rgba(106, 40, 117, 0.4);
  background-color: #6a2875;
  line-height: 25px !important;
  border-radius: 10px;
  padding: 28px;;
}