/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1756713435
Updated: 2025-09-01 07:57:15

*/

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.course-container, .mentors-container{
  display: flex;
  gap: 40px;
  transition: transform 0.3s ease;
}

.single-course, .single-mentor{
  flex: 0 0 calc((100% - (40px * 3)) / 4); 
}

.single-course > h3{
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 600;
  color: #181b28;
  margin-bottom: 6px;
}

.single-course > img{
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.details-container{
  margin-top: 20px;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #181b28;
}

.course-price{
  font-weight: bold;
}

.course-date, .course-price{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.course-date{
  padding-bottom: 0px;
}

.course-date > img{
  width: 20px;
  height: 20px;
}

.single-course a {
  display: block;
  text-align: center;
  color: #181B28 !important;
  font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 10px;
  background: 
    linear-gradient(#efefef, #efefef) padding-box,
    linear-gradient(241deg, #3987d5 0%, #9258bb 100%) border-box;
  border: 2px solid transparent;
  width: 100%;
  transition: all .1s ease-in-out !important;
  cursor: pointer;
}

.single-course a:hover{
  background: 
    linear-gradient(#efefef, #efefef) padding-box,
    linear-gradient(241deg, #2a78c6 0%, #8347ae 100%) border-box;
}

.previous-button, .next-button {
  position: absolute;
  top: 50%;
  color: #5f6772 !important;
  font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px;
  padding: 1px 9px;
  border-radius: 100%;
  border: 2px solid #5f6772;
  transition: all .1s ease-in-out !important;
  cursor: pointer;
}

.previous-button:hover, .next-button:hover{
  border: 2px solid #2a78c6;
  color: #8347ae;
}

.previous-button:disabled, .next-button:disabled{
  opacity: 0;
  cursor: default !important;
}

.previous-button{
  left: -80px;
}

.next-button{
  right: -80px;
}

.single-mentor > h3{
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
  color: #181b28;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.single-mentor > img{
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.single-mentor p {
  font-family: Manrope, Helvetica, Arial, Lucida, sans-serif;
  color: #5f6772;
}

.mentor-title{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-top: 0px;
  padding-top: 0px !important;
}

.et_pb_toggle {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

#hero{
  position: relative !important;
}

#hero:after{
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/09/arrow-down.png");
  background-size: cover;
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

#hero:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/09/33551.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

#hero {
  background: linear-gradient(286deg, #3987d5dd, #9258bbdd) !important;
}

@media (max-width: 767px) {
	#hero:after{
		width: 20px !important;
  		height: 20px !important;
	}
	
	.single-course, .single-mentor{
  		flex: 0 0 100%; 
	}
  
	.previous-button{
  		left: -48px;
	}

	.next-button{
  		right: -48px;
	}
	
	.single-course > h3, .single-mentor > h3{
		font-size: 18px;
	}
	
	.single-mentor p, .single-course p {
		font-size: 12px;
	}
	
	.single-course a{
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	#hero:after{
		width: 30px !important;
  		height: 30px !important;
	}
	
	.single-course, .single-mentor{
  		flex: 0 0 calc((100% - (40px * 1)) / 2); 
	}
  
	.previous-button{
  		left: -56px;
	}

	.next-button{
  		right: -56px;
	}
	
	.single-course > h3, .single-mentor > h3{
		font-size: 20px;
	}
	
	.single-mentor p, .single-course p {
		font-size: 13px;
	}
	
	.single-course a{
		font-size: 13px;
	}
}