.srex-portfolio.srex-section {
  padding: 0 0 70px;
  text-align: center;
  background: #fff
}

.srex-portfolio__title {
  margin-bottom: 40px
}

.srex-section__head__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #E31E24;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px
}

.srex-section__head__badge img {
  width: 18px;
  height: 18px
}

.srex-section__head__title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a1a;
  max-width: 750px;
  margin: 0 auto
}

.controls {
  margin: 30px 0 40px
}

.controls ul#filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0
}

.controls ul#filters li.filter {
  padding: 15px 24px;
  border-radius: 16px;
  background: #f2f2f2;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap
}

.controls ul#filters li.filter:hover {
  background: #e6e6e6
}

.controls ul#filters li.filter.active {
  background: #bc0501;
  color: #fff
}

.review-slider-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px
}

.review-prev,
.review-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 14px rgb(0 0 0 / .12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease
}

.review-prev:hover,
.review-next:hover {
  background: #f5f5f5
}

.review-prev {
  left: 0
}

.review-next {
  right: 0
}

.review-prev i,
.review-next i {
  font-size: 16px;
  color: #1a1a1a
}

.reviewSwiper {
  overflow: hidden
}

.swiper-wrapper {
  display: flex
}

.swiper-slide {
  flex-shrink: 0;
  padding: 6px;
  box-sizing: border-box
}

.card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 26px 24px;
  text-align: left;
  height: 100%;
  box-shadow: 0 2px 6px rgb(0 0 0 / .03);
  transition: box-shadow 0.25s ease, transform 0.25s ease
}

.card:hover {
  box-shadow: 0 10px 25px rgb(0 0 0 / .08);
  transform: translateY(-3px)
}

.card .header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px
}

.card .header>div[class^="avatar"] {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background: #E31E24
}

.card .header>div[class$="a"] {
  background: #E75480
}

.card .header>div[class$="b"] {
  background: #2E86C1
}

.card .header>div[class$="c"] {
  background: #16A085
}

.card .header>div[class$="d"] {
  background: #8E44AD
}

.card .header>div[class$="e"] {
  background: #D35400
}

.card .header>div[class$="f"] {
  background: #27AE60
}

.card .header>div[class$="g"] {
  background: #C0392B
}

.card .header>div[class$="h"] {
  background: #2980B9
}

.card .header>div[class$="i"] {
  background: #7D3C98
}

.card .header>div[class$="j"] {
  background: #B03A2E
}

.card .header>div[class$="k"] {
  background: #229954
}

.card .header>div[class$="l"] {
  background: #1F618D
}

.card .header>div[class$="m"] {
  background: #D68910
}

.card .header>div[class$="n"] {
  background: #A93226
}

.card .header>div[class$="o"] {
  background: #2471A3
}

.card .header>div[class$="p"] {
  background: #8E44AD
}

.card .header>div[class$="r"] {
  background: #E31E24
}

.card .header>div[class$="s"] {
  background: #E67E22
}

.card .header>div[class$="t"] {
  background: #148F77
}

.card .name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a
}

.card .meta {
  margin: 2px 0 0;
  font-size: 13px;
  color: #8a8a8a
}

.card .rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px
}

.card .stars {
  color: #F5A623;
  font-size: 15px;
  letter-spacing: 1px
}

.card .time {
  font-size: 13px;
  color: #9a9a9a
}

.card .review-text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a4a4a
}

@media (max-width:992px) {
  .srex-section__head__title {
    font-size: 34px
  }

  .review-slider-wrap {
    padding: 0 46px
  }
}

@media (max-width:576px) {
  .srex-portfolio.srex-section {
    padding: 40px 0;
    overflow-x: hidden
  }

  .srex-section__head__title {
    font-size: 24px;
    padding: 0 16px
  }

  .controls {
    padding: 0 16px;
    margin: 20px 0 24px
  }

  .controls ul#filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none
  }

  .controls ul#filters::-webkit-scrollbar {
    display: none
  }

  .controls ul#filters li.filter {
    padding: 8px 16px;
    font-size: 13px;
    flex: 0 0 auto
  }

  .review-slider-wrap {
    max-width: 100%;
    padding: 0 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .reviewSwiper {
    width: 100%;
    order: 1
  }

  .swiper-slide {
    width: calc(100% - 4px) !important;
    padding: 4px;
    box-sizing: border-box
  }

  .card {
    padding: 20px 18px;
    font-size: 14px
  }

  .card .review-text {
    font-size: 14px;
    line-height: 1.55
  }

  .review-arrows-row {
    order: 2;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px
  }

  .review-prev,
  .review-next {
    position: static;
    transform: none;
    width: 40px;
    height: 40px
  }
}

@media (max-width:576px) {
  .review-prev {
    display: none !important
  }
}

@media (max-width:576px) {
  .review-next {
    display: none !important
  }
}

@media (max-width:576px) {
  .floating_btn {
    display: none
  }
}

.faq-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 15px
}

.faq-gallery .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px
}

.faq-gallery .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block
}

.img1 {
  grid-column: 1;
  grid-row: 1
}

.img2 {
  grid-column: 2;
  grid-row: 1
}

.img3 {
  grid-column: 1 / span 2;
  grid-row: 2
}

.marquee-wrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100%
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  width: max-content;
  will-change: transform
}

.marquee-set {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  padding-right: 60px
}

.marquee-content a {
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap
}

.why-choose-one__list .content h3 a {
  color: #000 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.why-choose-one__list .content h3 a:hover {
  color: #bc0501 !important;
}

.g-rating-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: #fff;
  /* border: 1px solid #ececec; */
  border-radius: 16px;
  padding: 20px 24px;
  width: 86%;
  margin: 0 90px 20px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); */
}

.g-rating-card__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.g-rating-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.g-rating-card__area {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
}

.g-rating-card__line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding-left: 40px;
}

.g-rating-card__num {
  font-weight: 600;
  color: #1a1a1a;
}

.g-rating-card__stars {
  color: #F5A623;
  font-size: 14px;
}

.g-rating-card__dot {
  color: #999;
}

.g-rating-card__count {
  color: #8a8a8a;
}

.g-rating-card__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.g-rating-card__btn {
  padding: 18px 31px;
  font-size: 17px;
  white-space: nowrap;
}

.g-rating-card__btn--whatsapp {
  background-color: green;
}

@media (max-width: 576px) {
  .g-rating-card {
    justify-content: center;
    text-align: center;
    margin: 0 21px 26px;
  }

  .g-rating-card__left {
    align-items: center;
  }

  .g-rating-card__top {
    justify-content: center;
  }

  .g-rating-card__line {
    padding-left: 0;
    justify-content: center;
  }

  .g-rating-card__right {
    justify-content: center;
    width: 100%;
  }
}