.heading-red {
  color: #953734 !important;
}
.abt-header-2 {
  padding: 35px;
  border: 1px solid var(--GreyCCC, #ccc);
  background: var(
    --Gradient-Card-Event-alt,
    linear-gradient(
      180deg,
      rgba(58, 64, 216, 0.06) 0%,
      rgba(58, 64, 216, 0.16) 100%
    )
  );
}
.abt-header-2 .heading-2 {
  text-align: center;
}

.abt-header-2 .heading-2 h1 {
  margin: 0px;
  margin-top: -20px;
  padding: 0px;
  font-weight: 500;
  font-size: 34px;
}
/* full width div */
.full-width {
  position: relative; /* Relative positioning */
  left: 50%; /* Move the div horizontally */
  transform: translateX(-50%); /* Center the div horizontally */
  width: 100vw; /* Set the width to cover the entire viewport width */
}

.abt-section {
  padding: 70px 0px;
}

.abt-content,
.story {
  padding-left: 25px;
}
.abt-section h3 {
  font-weight: 600;
}
.abt-section p {
  font-size: 18px;
  line-height: 1.6;
}

.abt-section .story h4 {
  font-weight: 600;
  margin-top: 30px;
}
.abt-section .story p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
}
.abt-section .story .category {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
}
.schedule {
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: -10px;
}
.schedule ul li {
  display: inline-block;
  margin-right: 50px;
}
.schedule ul li:last-child {
  margin-right: 0px;
}
.event-form-cover .schedule {
  margin-top: 0px;
}
.event-form-cover .schedule hr {
  background-color: #111;
}

.event-form-cover .schedule ul li {
  font-weight: 500;
  font-size: 12px;
}

.abt-section .eventbox {
  padding-top: 5px;
  padding-bottom: 15px;
}
.abt-section .eventbox .col {
  font-weight: 600;
}
.abt-section .eventbox .col img {
  width: 100%;
}
.abt-section .eventbox .col h5 {
  font-size: 20px;
  margin: 15px 0px;
}
.abt-section .eventbox .col hr {
  border: none;
  border-bottom: 2px solid #999;
  margin-bottom: 6px;
}
.abt-section .date {
  font-size: 14px;
}
.event-form-section {
  background-color: #fff;
  box-shadow: 0px 0px 5px #999;
}

.event-form-section .wrapper .row:first-child {
  padding: 10px;
}
.event-form {
  padding: 20px 0px;
}
.event-form-cover {
  font-size: 13px;
}
.event-form-cover span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.event-form-cover h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.event-form-cover p {
  margin: 0px;
}
.event-form-cover .eventbox .col h5 {
  font-size: 16px;
}
.event-form-cover .eventbox .col hr {
  margin-top: -5px;
  margin-bottom: 3px;
}
.event-form .form-title {
  font-size: 14px !important;
  background-color: #fafafa;
  padding: 5px 0px;
}

.contact-form {
  background-color: #fff;
  width: 100%;
  padding: 0px;
}
.contact-form table {
  width: 100%;
}
.contact-form .contact-form p {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-form table td {
  font-size: 15px;
}

.contact-form table td span {
  font-size: 15px;
  font-weight: 600;
}
.contact-form table td:first-child {
  padding: 10px 0px;
}

.contact-form table td input[type="text"],
.contact-form table td input[type="number"],
.contact-form table td input[type="email"],
.contact-form table td textarea {
  width: 95%; /* Make the input fields span the full width */
  box-sizing: border-box;
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.contact-form table td textarea {
  width: 98%; /* Make the input fields span the full width */
}

.send-enquiry-btn {
  padding: 12px 30px;
  border: 1px solid #ccc;
  border-radius: 75px;
  background-color: #111;
  color: #fff;
  border: 1px solid transparent;
  transition: color 0.1s ease, background 0.1s ease;
}

.send-enquiry-btn:hover {
  padding: 12px 30px;
  border: 1px solid #ccc;
  border-radius: 75px;
  border: 1px solid #111;
  color: #111;
  background-color: #fff;
  font-weight: bold;
}
.required {
  color: #f00;
}

.center-heading {
  text-align: center;
}

.center-heading h3 {
  font-weight: 600;
}

.related-section {
  margin-top: 60px;
}
.related-links {
  border-radius: 15px;
  border: 2px solid #ccc;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.related-second-div a {
  color: #111;
}
.related-links img {
  width: 35px;
}
.related-section .related-second-div .d-flex {
  justify-content: flex-end;
}

.breadcrumb-container {
  text-align: center;
  padding: 30px 0px;
  margin-top: -50px;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block; /* Ensures the breadcrumb stays centered */
}

.breadcrumb-item {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb-item:first-child {
  margin-right: -10px; /* Adjusted margin for the first item */
}

.breadcrumb-item span {
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 5px;
  color: #888;
}

.breadcrumb-item a {
  color: #3a40d8;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #555;
}

.carousel-indicators {
  width: 100%;
  margin-left: 0px;
}
.carousel-indicators li {
  background-color: #bbb; /* Grey color */
  width: 100px !important;
  padding: 1px;
  border-radius: 10px;
}

.three-members {
  max-width: 800px !important;
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
  .abt-header {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .slider-container {
    padding-right: 0px;
  }
  .abt-content,
  .story {
    padding-left: 0px;
  }
  .abt-content {
    padding: 20px 0px;
  }

  .abt-pic {
    text-align: center;
  }

  .abt-top-header {
    height: 250px;
  }

  .related-section .d-flex {
    justify-content: center;
    text-align: center;
  }
  .related-section .related-second-div .d-flex {
    justify-content: center;
  }
  .heading h1 {
    font-size: 38px;
  }
  .abt-pic h2 {
    font-size: 32px;
  }
  .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      /* Starting color (black with 70% opacity) */ transparent
        /* Ending color (fully transparent) */
    ); /* Linear gradient from top to bottom */
    background-color: rgba(
      0,
      0,
      0,
      0.4
    ); /* Solid black color with 70% opacity */
  }
}
.story h5 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .abt-pic {
    padding: 35px;
  }

  .abt-pic h2 {
    font-size: 26px;
  }
}
