:root {
  --main-color: #2A85CA;
}

.owl-prev,
.owl-next {
  pointer-events: auto;
  background-color: var(--main-color) !important;
  border: none;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.text_color {
  color: #2A85CA !important;
}

.bg_color {
  background-color: #2A85CA !important;
}

.img_container {
  width: 100%;
  height: 205px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(222, 14, 14, 0.15) 1.95px 1.95px 2.6px;
}

.img_container_course {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img_container_special {
  width: 100%;
  /* height: 250px; */
  overflow: hidden;
  position: relative;
  box-shadow: rgba(222, 14, 14, 0.15) 1.95px 1.95px 2.6px;
  object-fit: cover;
}

.img-container_course img,
.img_container img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.img_container_special img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.img-box {
  width: 100%;
  height: 200px;
  position: relative;
  border: 2px solid #2A85CA;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* *************************************** */
.whatsapp-container {
  position: fixed;
  bottom: 130px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 999999;
}

.whatsapp-icon {
  position: relative;
  z-index: 1;
  animation: pulse 2s infinite;
  margin-bottom: 3px;
  text-decoration: none;
}

.animation-background {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: 0;

}



@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}



/* ******************************************** */
i {
  margin-top: 8px;
}

.course_border {
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.course_category {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.text-responsive {
  font-size: 1rem;
  transition: .3s;
  /* Base size */
}

.p-responsive {
  font-size: 1rem;
  transition: .3s;

}

@media (max-width: 575px) {
  .text-responsive {
    font-size: 1rem !important;
  }

  .p-responsive {
    font-size: 1rem !important;
  }

  .call_btn {
    font-size: 1rem !important;
  }

  .img_container {
    height: 300px;
  }

  .img_container_special img {
    object-position: center;
    /* Adjust position for smaller screens */
  }

  .gayab {
    display: none;
  }
}

@media (min-width: 576px) {
  .text-responsive {
    font-size: 1.5rem !important;
  }

  .p-responsive {
    font-size: 1.25rem !important;
  }

  .call_btn {
    font-size: 1rem !important;
  }

  .img_container {
    height: 300px;
  }

  .gayab {
    display: none;
  }
}

@media (min-width: 768px) {
  .text-responsive {
    font-size: 1.75rem !important;
  }

  .p-responsive {
    font-size: 1.25rem !important;
  }

  .call_btn {
    font-size: 1rem !important;
  }

  .img_container {
    height: 300px;
  }

  .gayab {
    display: none;
  }
}

@media (min-width: 992px) {
  .text-responsive {
    font-size: 2rem !important;
  }

  .call_btn {
    font-size: 1rem !important;
  }

  .p-responsive {
    font-size: 1.5rem !important;
  }

  .gayab {
    display: block;
  }
}

@media (min-width: 1200px) {
  .text-responsive {
    font-size: 2.5rem !important;
  }

  .call_btn {
    font-size: 1rem !important;
  }

  .p-responsive {
    font-size: 1.5rem !important;
  }

  .gayab {
    display: block;
  }
}