.sr-pagination-container {
  display: flex;
  justify-content: start;
  margin-top: 3rem;
  margin-bottom: 20px;
}

.pagination .page-item .page-link {
  background-color: transparent;
  border-color: transparent;
  color: rgb(33 37 41);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.desc-text div a {
  color: blue;
}

.pagination .page-item.active .page-link {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.about .common-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about .story h1 {
  font-size: 8vw;
  font-weight: 600;
  width: 50%;
  margin: 0 auto;
}

.about .story p {
  font-size: 1.3vw;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}

.about .story .story-text {
  border: 2px solid #fff;
  /* aspect-ratio: 1/1; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .vision {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about .story .title::after {
  content: "";
  display: block;
  width: 25%;
  height: 6px;
  background: #ff7777;
  margin: 0 auto;
  transition: width 0.3s;
  margin-top: 0.5rem;
  border-radius: 10px;
}

.about .story .timeline .timeline-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .story .timeline .timeline-content .box {
  background: url(../assets/timeline-box.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10vw;
  height: 10vw;
  position: relative;
  margin: 0 1rem;
  cursor: default;
  transition: all 0.3s ease;
}

.about .story .timeline .timeline-content .box:hover {
  background: url(../assets/timeline-box-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about .story .timeline .timeline-content .box:hover > p {
  color: #fff;
}

.about .story .timeline .timeline-content p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 160%;
  font-weight: 400;
  color: #000;
  z-index: 2;
}

.tooltip {
  opacity: 1 !important;
  width: 90% !important;
  max-width: 700px;
}

.tooltip-inner {
  font-family: "Poppins", sans-serif !important;
  background-color: #ff7777 !important;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  padding: 1.8rem !important;
  border-radius: 1.3rem;
  text-align: center;
  max-width: none;
  opacity: 1 !important;
}

.tooltip-inner .span {
  color: #000 !important;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ff7777 !important;
  transform: scale(2);
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ff7777 !important;
  transform: scale(2);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ff7777 !important;
  transform: scale(2);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  transform: scale(2);
  border-bottom-color: #ff7777 !important;
}

.about .v-m .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #ff7777;
  margin: 0 auto;
  transition: width 0.3s;
  margin-top: 0.5rem;
  border-radius: 10px;
}

.about .v-m .story-text {
  border: 2px solid #fff;
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .v-m .story-text p,
.about .story-text p {
  line-height: 0.5cm;
  font-weight: 300;
  margin: 0;
  font-size: 1rem;
}

.about .os-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  width: 100%;
  max-height: 600px;
}

.about .initiative {
  background-color: #f5f3f4;
  color: #000;
}

.about .initiative .title {
  font-size: 4vw;
}

.about .initiative .title::after {
  display: none;
}

.about .input-border {
  width: 5px;
  height: 60px;
  background-color: var(--light-red);
  display: block;
  border-radius: 10px;
  margin-right: 1rem;
}

@media (max-width: 756px) {
  .about .os-cover {
    height: 10vh;
  }
  .about .story h1 {
    font-size: 10vw;
    width: 100%;
  }

  .about .story p {
    font-size: 4vw;
  }

  .about .story .story-text {
    aspect-ratio: auto;
    margin-top: 2rem;
  }

  .about .story .timeline .timeline-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .about .story .timeline .timeline-content .box {
    margin: 1rem auto;
  }

  .about .story .timeline .timeline-content .box.odd {
    grid-column: span 2;
    justify-self: center;
    width: calc(100% - 2rem);
  }
  .about .v-m .story-text p,
  .about .story-text p {
    line-height: 0.7cm;
  }

  .about .story .timeline .timeline-content .box {
    width: 158px;
    height: 158px;
  }

  .about .initiative .title {
    font-size: 6vw;

    text-align: left;
  }

  .about .input-border {
    width: 5px;
    height: 40px;
    background-color: var(--light-red);
    display: block;
    border-radius: 10px;
    margin-right: 1rem;
  }
}

/* Presence */

.presence p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.presence img {
  user-select: none;
  -webkit-user-drag: none;
}

.presence .marker {
  position: absolute;
  cursor: default;
}

.presence .marker .marker-icon img {
  width: 35px !important;
}

.presence .marker .marker-icon p {
  position: absolute;
  font-weight: 600;
  width: 130px;
  font-size: 1rem;
}

.presence .marker .marker-card {
  display: none;
  position: absolute;
  top: -80%;
  left: 120%;
  background-color: #edf2f4;
  color: #000;
  width: 40vw;
  min-width: fit-content;
  max-width: 280px;
  border-radius: 20px;
  cursor: default;
  z-index: 5;
}

.presence .marker:hover > .marker-card {
  display: block;
}

.presence .marker .marker-card .v-divider {
  height: 2.5rem;
  width: 6px;
  background-color: #ff7777;
  border-radius: 8px;
  margin-right: 1rem;
}

.presence .marker .marker-card a {
  text-align: center;
  text-decoration: underline !important;
  width: 100%;
}

.presence .marker .marker-card .phno {
  align-items: center;
  margin: 1rem 0;
  margin-bottom: 0.5rem;
}

.presence .marker .marker-card.left {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-90%, 10%);
}

.presence .marker .marker-card.left.bang {
  transform: translate(-110%, -17%);
}

@media (min-width: 600px) and (max-width: 1024px) {
  .about .story h1 {
    font-size: 6vw;
    width: 100%;
    text-align: center;
  }

  .about .story p {
    font-size: 2vw;
    text-align: justify;
  }

  .about .story .story-text {
    aspect-ratio: auto;
    margin-top: 2rem;
  }

  .about .story .timeline .timeline-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .about .story .timeline .timeline-content .box {
    margin: 1rem auto;
  }

  .about .story .timeline .timeline-content .box.odd {
    grid-column: span 2;
    justify-self: center;
    width: calc(100% - 2rem);
  }

  .presence .marker .marker-card,
  .presence .marker .marker-card.left {
    position: fixed; /* Change to fixed positioning */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .presence .marker .marker-card.left.bang {
    transform: translate(-50%, 70%) !important;
  }

  .presence .marker .fa-location-dot {
    font-size: 0.7rem;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 600px) {
  .about .story h1 {
    font-size: 10vw;
    width: 100%;
    text-align: center;
  }

  .about .story p {
    font-size: 4vw;
    text-align: justify;
  }

  .about .story .story-text {
    aspect-ratio: auto;
    margin-top: 2rem;
  }

  .about .story .timeline .timeline-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .about .story .timeline .timeline-content .box {
    margin: 1rem auto;
  }

  .about .story .timeline .timeline-content .box.odd {
    grid-column: span 2;
    justify-self: center;
    width: calc(100% - 2rem);
  }

  .presence .marker .marker-card,
  .presence .marker .marker-card.left {
    position: fixed; /* Change to fixed positioning */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .presence .marker .fa-location-dot {
    font-size: 0.7rem;
    width: 24px;
    height: 24px;
  }
}

/* Management */
.about .management {
  background-color: white;
}
.about .management .title::after {
  content: "";
  display: block;
  width: 35%;
  height: 6px;
  background: #ff7777;
  margin: 0 auto;
  transition: width 0.3s;
  margin-top: 1rem;
  border-radius: 10px;
}

.management .management-card {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80vw;
  margin: 2rem auto;
}

.management .management-card .avatar {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #d9d9d9;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.management .management-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management .management-card .details {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.management .management-card .details h3 {
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0.5rem 0;
  margin-bottom: 0;
}

.management .management-card .details .v-divider {
  height: 3rem;
  width: 6px;
  background-color: #ff7777;
  border-radius: 8px;
  margin: 1rem 1rem;
  margin-bottom: 0.5rem;
}

.management .management-card .details p {
  font-size: 1rem;
  margin: 0;
}

.management .management-card p {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
  line-height: 0.5cm;
}

.management .carousel {
  height: 90vh;
  max-height: 550px;
}

.carousel-indicators {
  margin-bottom: -1.8rem;
}

.management .carousel-control-next,
.management .carousel-control-prev {
  align-items: calc(50% - 1.5rem) !important;
}

.management .carousel-control-next-icon,
.management .carousel-control-prev-icon {
  background-color: #989898;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.management .carousel-indicators [data-bs-target] {
  background-color: black;
}

@media (max-width: 1024px) {
  .management .management-card .details h3 {
    font-size: 1.5rem;
  }

  .management .management-card .details p {
    font-size: 1rem;
  }

  .management .management-card p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .management .management-card .v-divider {
    height: 2.2rem !important;
  }

  .management .management-card .avatar {
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .management .management-card .details h3 {
    font-size: 1.3rem;
  }

  .management .management-card .details p {
    font-size: 0.9rem;
  }

  .management .management-card p {
    font-size: 0.9rem;
  }

  .management .carousel {
    height: auto;
    max-height: 100%;
  }

  .presence .marker .marker-icon img {
    width: 25px !important;
  }
  .presence .marker .marker-icon p {
    font-size: 0.7rem;
    width: 100px;
  }
}
/* Management */
