img {
  display: block;
  max-width: 100%;
  height: auto;
}
.services-hover:hover {
  background-color: #ED1494 !important;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
.services-hover:hover .services-icon {
  background-color: #742051 !important;
}
.services-hover:hover .services-arrow {
  filter: brightness(0) invert(1);
}
.services-hover:hover .services-btn {
  background-color: #742051 !important;
}
.services-hover:hover .oxel_iconlist__row__icon {
  color: #ffffff !important;
}
.swiper.testimonial-reviews__carousel {
  position: relative;
  padding-bottom: 120px;
}
.testimonial-reviews__carousel .swiper-pagination {
  bottom: 30px !important;
}
.testimonial-reviews__item {
  background-color: #1A1A1A;
  border-radius: 20px;
  width: 100% !important;
  max-width: 821px !important;
  padding: 80px;
}
.testimonial-reviews__message p {
  color: #cccccc;
  font-size: 30px;
  margin: 0;
}
.testimonial-reviews__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
}
.testimonial-reviews__bottom figure {
  margin: 0;
}
.testimonial-reviews__author {
  color: #ffffff;
  font-size: 26px;
  margin: 0;
  line-height: 1.2em;
}
.testimonial-reviews__occupation {
  color: #CCCCCC;
  font-size: 18px;
  margin: 0;
}
.testimonial-reviews__carousel .swiper-pagination-bullet {
  background: #343434 !important;
  opacity: 1;
}
.testimonial-reviews__carousel .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.blog__featured, 
.blog-posts {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
.blog__featured-item,
.blog-posts__item {
  width: 31%;
}
.blog__featured-title,
.blog-posts__title {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2em;
}
.blog__featured-img,
.blog-posts__img {
  margin-bottom: 20px;
}
.blog__featured-excerpt p, 
.blog-posts__excerpt p {
  color: #B8B8B8;
  margin: 0 0 25px;
  min-height: 130px;
}
.blog__featured-title, 
.blog-posts__title {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 20px;
  min-height: 110px;
}
.blog-posts__featured-img-bg,
.blog__featured-img-bg {
  background: transparent no-repeat scroll 0 0 / cover;
  width: 100%;
  max-width: 432px;
  height: 282px;
  border-radius: 10px;
}
.testimonial-reviews__item::after {
  content: "";
  background: transparent url("/wp-content/uploads/2024/02/quote.svg") no-repeat scroll 0 0;
  width: 113px;
  height: 88px;
  position: absolute;
  right: 80px;
  bottom: 80px;
}
.contact-form__group {
  margin-bottom: 30px;
}
.contact-form__group label {
  color: #B8B8B8;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.cfg__input,
.cfg__select {
  width: 100%;
  border: 0 none !important;
  background-color: #000000 !important;
  padding: 15px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
}
.cfg__input:focus,
.cfg__textarea:focus,
.cfg__select:focus {
  outline: none !important;
}
.cfg__textarea {
  width: 100%;
  border: 0 none !important;
  background-color: #000000 !important;
  padding: 15px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  resize: none;
}
.cfg__submit {
  background-color: #ED1494;
  border: 0 none;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  max-width: 212px;
}
.month-term-text-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.toggle-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: #ed1494 none no-repeat 50px center;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.toggle-btn.active {
  background: #ed1494 none no-repeat 10px center ;
}
.toggle-btn.active .round-btn {
  left: 45px;
}
.toggle-btn .round-btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-blog-post-content h2 {
  line-height: 1.2em;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .header-menu .menu-main-menu-container {
    width: 100% !important;
  }
  .header-menu .oxy-pro-menu-list li {
    border-bottom: 1px solid #ffffff;
  }
  .header-menu .oxy-pro-menu-list li:first-child {
    border-top: 1px solid #ffffff;
  }
  .header-menu .oxy-pro-menu-list li a {
    width: 100% !important;
    display: flex;
    justify-content: space-between !important;
  }
  .header-menu .oxy-pro-menu-list li .sub-menu {
    border-top: 0 none !important;
  }
  .testimonial-reviews__message p {
    font-size: 16px;
    padding: 0 30px;
  }
  .testimonial-reviews__bottom {
    padding: 30px;
  }
  .blog__featured-item, 
  .blog-posts__item {
    width: 100%;
  }
  .blog__featured-title, 
  .blog-posts__title,
  .blog__featured-excerpt p, 
  .blog-posts__excerpt p {
    min-height: initial;
  }
}

@media screen and (max-width: 540px) {
  .cfg__submit {
    max-width: 100%;
  }
  .single-blog-post-content h2 {
    font-size: 24px;
  }
  .single-blog-post-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .testimonial-reviews__item::after {
    content: none;
  }
  .testimonial-reviews__bottom {
    gap: 20px;
    flex-wrap: wrap;
  }
  .testimonial-reviews__author-details {
    width: 100%;
    text-align: center;
  }
  .testimonial-reviews__bottom figure {
    margin: 0 auto;
  }
  .testimonial-reviews__message p {
    text-align: center;
  }
  .testimonial-reviews__bottom {
    margin-top: 0;
  }
  .testimonial-reviews__item {
    padding: 30px;
  }
}