/* Add this CSS to your stylesheet */

body {
  width: 100%;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
}

p {
  color: #999999;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0 10px;
  /* Adjusted padding to provide more space for the content */
}

.owl-2-style {
  margin-top: -60px;
  /* Adjusted margin to create space between the carousel and the content above */
}

p {
  color: #999999;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0 5rem;
  /* Adjusted padding */
}

h2 {
  font-size: 20px;
}

.media-29101 {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 400px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05); 
  border-radius: 7px;
  /* Subtle box shadow for all media items */
  transition: transform 0.3s ease-in-out;
  /* Added transition property for zoom effect */
}

.media-29101 img {
  border-radius: 50%;
  width: 80px !important;
  margin: 0 auto 40px auto;
}

/* Add this CSS to your stylesheet */

.media-29101:hover {
  transform: scale(1.1);
  /* Adjust the scale factor as needed for zoom effect */
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.10);
  border-radius: 7px;
  border: 1px #BF7DDA solid;
}

.media-29101::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  /* Initial border color and width */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Box shadow on hover */
  box-sizing: border-box;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 1;
}

.media-29101:hover::before {
  border: 2px solid #4A2B8F;
  /* Adjust the border color and width as needed */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  /* Adjust the box shadow on hover */
}

.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important;
  margin-bottom: 20px;
  /* Adjusted margin */
  color: #4A2B8F;
  /* Replace with your desired font color */
}

.media-29101 h3 a {
  color: #4A2B8F;
  /* Replace with your desired font color */
}

.show-more {
  margin-top: 20px;
  /* Adjusted margin */
}

.owl-2-style .owl-nav {
  display: none;
}

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -0px;
  margin: 0px !important;
  background-color: #F7F7FA;
}

.owl-2-style .owl-dots .owl-dot {
  margin-right: 10px;
  display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 0px !important;
  border-radius: 50%;
}

.owl-2-style .owl-dots .owl-dot.active span {
  background: #DF6C8C;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
  outline: none;
}

.media-29101 p {
  position: relative;
  z-index: 2;
  color: #000;
  /* Text color on hover */
}

/*---For mobile screen---*/
@media only screen and  (max-width: 768px) {
  .media-29101 {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
    /* Adjusted height */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* Subtle box shadow for all media items */
    transition: transform 0.3s ease-in-out;
    /* Added transition property for zoom effect */
  }

  .media-29101 img {
    border-radius: 50%;
    width: 80px !important;
    margin: 0 auto 40px auto;
  }

  /* Add this CSS to your stylesheet */

  .media-29101:hover {
    transform: scale(1.1);
    /* Adjust the scale factor as needed for zoom effect */
  }

  .media-29101::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    /* Initial border color and width */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Box shadow on hover */
    box-sizing: border-box;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 1;
  }

}