/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.42
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

code {
  background-color: lightgray;
  padding: 20px 40px;
}

.review-layout {
  /* display: inline-flex !important;*/
  width: 100%;
  padding-left: 100px !important;
  padding-right: 100px !important;
  text-align: center;
}

.user-img {
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
}

.user-details {
  width: 100%;
  text-align: center;
}

.star-rating {
  font-size: 24px;
}

.star {
  color: #f0ad4e;
  /* Set star color */
}

.empty {
  color: #ccc;
  /* Set empty star color */
}

.rvw-img {
  border-radius: 50% !important;
  width: 45px;
}

.rvw-name {
  font-size: 22px;
  font-family: "satoshi", Sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: #221827;
}

.rvw-desc {
  font-size: 18px;
  font-family: "satoshi", Sans-serif;
  font-weight: 400;
}

.swiper {

  width: 100%;
  max-width: 1280px;
  height: 300px;
  margin-top: 40px;
  display: inline-flex;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0c070f !important;
}

.swiper-slide {
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  padding: 5px 10px !important;
  border-radius: 0 !important;
  width: auto !important;
  height: 30px !important;
  text-align: center !important;
  line-height: 30px !important;
  font-size: 12px !important;
  color: #000 !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.swiper-pagination-bullet-active {
  color: #fff !important;
  background: #007aff !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #B2B5BE;
  opacity: 1;
  background: transparent;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  margin: 0 1px;
  background: #f2f2f2;
  color: #000;
}

.swiper-pagination-bullet {
  height: 24px !important;
  width: 24px !important;
  text-align: center !important;
  padding: 0px !important;
  font-size: 14px !important;
  border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
  background-color: #dd0000 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .review-layout {
    padding-left: 50px !important;
    padding-right: 50px !important
  }
}

.rating-wrapper ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.rating-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}