.table-custom-color th {
    background: #210654 !important;
    color: #fff;
    vertical-align: middle;
}
.carousel-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
}
.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.carousel-section h2 {
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}
.carousel-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}
.carousel-container .item {
  margin: 20px 0;
}
.carousel-item__card {
  box-shadow: 0 13px 31px #dce1ed;
  height: 300px;
  border-radius: 12px;
  margin: 30px 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  border: 1px solid #dddddd;
}

.gallery-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.gallery-carousel .item img {
    border-radius: 12px; /* Optional: soften image corners */
}
.gallery-carousel::before,
.gallery-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.gallery-carousel::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.gallery-carousel::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.top-shape{
      position: absolute;
    top: -28px;
    z-index: 4;
    width: 100%;
    left: 0px;
}
.bottom-shape{
      position: absolute;
  bottom: -28px;
    z-index: 4;
    width: 100%;
    left: 0px;
}
.custom-card {
    border-right: 1px solid;
    -o-border-image: linear-gradient(to bottom, #E8E9FF 0%, #372F7E 55%, #E8E9FF 100%);
    border-image: linear-gradient(to bottom, #E8E9FF 0%, #372f7e42 55%, #E8E9FF 100%);
    border-image-slice: 1;
}
img.testimonial-image.mobile-testimonial {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.event-img img{
      height: 300px !important;
    -o-object-position: top;
       object-position: top;
}
.height-wrapper img {
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
}
 
.position-icon {
    position: absolute;
    bottom: -6px;
    right: 0px;
}
