body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  text-decoration: none;
  background-color: #151515;
  background-color: #FFF;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn {
  font-size: 14px;
  padding: 6px 25px;
}

.fa {
  font-size: 16px;
}

input:focus {
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-select:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

/* H1 to H6 Font Size */

h1 {
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-size: 26px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #111;
}

a:hover {
  color: #444444;
}

.form-control,
.form-label,
.form-select {
  font-size: 14px;
}

/* Navbar Start */



.navbar-7 {
  /* background-color: #151515; */
  background-color: #FFF7F2;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar-7 .navbar .navbar-brand {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
}

.navbar-7 .navbar .navbar-brand:hover {
  color: #efefef;
}

.navbar-7 .navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-inline: auto !important;
}

.navbar-7 .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-7 .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  position: relative;
}

.navbar-7 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #F27C2D;
}

.navbar-7 .navbar .navbar-toggler {
  border: none;
  margin-top: 0px;
  padding: 0px;
  font-size: 18px;
  color: #000;
}

.navbar-7 .navbar .btn-wrap .btn {
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 2px;
  background-color: #F27C2D;
  color: #fff;
  border: 2px solid #F27C2D;
}


/* Footer */
#main-footer {
  padding: 40px 0px 0px;
  background: url(../images/footer-bg.png), #2A1100;
  background-repeat: no-repeat;
  background-position: left;
  background-size: inherit;
}

#main-footer .col-logo {
  text-align: center
}

#main-footer .footer-social {
  display: flex;
  justify-content: center;
  margin-top: 50px
}

#main-footer .footer-social a {
  margin: 0 10px;
  color: #fff;
  transition: color .2s
}

#main-footer .footer-social a.tiktok:hover,
#main-footer .footer-social a.tiktok:focus,
#main-footer .footer-social a.tiktok:active {
  color: #ee1d51
}

#main-footer .footer-social a.facebook:hover,
#main-footer .footer-social a.facebook:focus,
#main-footer .footer-social a.facebook:active {
  color: #1877f2
}

#main-footer .footer-social a.youtube:hover,
#main-footer .footer-social a.youtube:focus,
#main-footer .footer-social a.youtube:active {
  color: #cd201f
}

#main-footer .footer-social a.linkedin:hover,
#main-footer .footer-social a.linkedin:focus,
#main-footer .footer-social a.linkedin:active {
  color: #0a66c2
}

.bottom-footer {
  /* border-top: 1px solid #212529; */
  padding: 50px 0px 20px 0;
  font-size: 14px;
  color: #FFF;
  opacity: 0.5;
}

.bottom-footer .footer-links {
  text-align: end;
}

.bottom-footer .footer-links a {
  color: #FFF;
  margin-inline: 25px;
  opacity: 0.5;
}

.bottom-footer .col-copyright {
  text-align: center
}


.bottom-footer .col-designed {
  text-align: center
}


.bottom-footer .col-designed a {
  color: inherit;
  transition: color .2s
}

.bottom-footer .col-designed a:hover,
.bottom-footer .col-designed a:focus,
.bottom-footer .col-designed a:active {
  color: #fff
}



.home-section {
  padding-block: 40px;
}

.home-hero.home-section {
  padding-block: 40px 180px;
  background-color: #fff7f2;
}

.home-hero.home-section.mt-12 {
  background-color: transparent;
  margin-top: -140px;
}

.home-contact.home-section {
  background-color: #fff7f2;
}

.home-contact.home-section .contact_wrap .subtitle {
  font-family: "Playfair Display", serif;
}

.home-hero .hero-wrap h6 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 25px;
}

.home-section .section-title {
  color: #000;
  font-size: 55px;
  font-family: "Playfair Display", serif;
}

.home-section .section-title span {
  color: #F27C2D;
}

.img_wrap img {
  width: 160px;
  margin-bottom: 20px;
}

.home-section .section-description {
  font-size: 16px;
}

.home-hero .hero-wrap {
  text-align: center;
}

.home-hero .hero-wrap h2 {
  font-size: 65px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px;
  font-style: italic;
  font-family: "Playfair Display", serif;
}

.home-hero .hero-wrap h2 span {
  color: #F27C2D;
}

.home-hero .hero-wrap p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.home-hero .hero-wrap .btn-book {
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 2px;
  background-color: #F27C2D;
  color: #fff;
  border: 2px solid #F27C2D;
}

.col-home-services {
  margin-top: 60px;
}

.col-home-services .services {
  background-color: #000000;
  border: 1px solid #F27C2D;
}

.service-item {
  margin-block: 65px;
}


.content {
  padding: 40px;
  color: #FFF;
}

.service-item .image {
  border: 1px solid #FFFFFF;
  position: relative;
}

.service-item .image h5 {
  background-color: #F27C2D;
  width: fit-content;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 0;
}

.content .service-name {
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  color: #F27C2D;
  font-size: 55px;
  font-family: "Playfair Display", serif;
}

.content .description {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 300;
}

.content .description span {
  color: #ba8c63;
}

.content .home-section-cta {
  font-size: 20px;
  color: #FFF;
  position: relative;
  /* margin-left: 40px; */
  color: #F27C2D;
}



.content .home-section-cta:after,
.home-section-cta a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  /* left: 0; */
  width: 100px;
  transform: translateX(-110px);
  height: 3px;
  transform-origin: bottom left;
  background: #F27C2D;
  transition: background .3s, transform .3s, width .2s;
}

.home-team .team-header {
  margin-bottom: 50px;
}

.home-section.top-header {
  background-color: #FFF7F2;
}

.test_arrow {
  text-align: end;
  margin-top: 30px;
}

.test_arrow .btn_arrow {
  /* background-color: #b91f27; */
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0px 4px;
  opacity: 0.3;
}

.test_arrow .btn_arrow:hover {
  opacity: 1;
}

.test_arrow .btn_arrow i {
  font-size: 25px;
}

.home-team .slider-container,
.home-testmonial .test-slider-container {
  display: flex;
  overflow: hidden;
}

.home-team .slider_card {
  margin: 8px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  /* height: 500px; */
}


.home-team .slider_card.sl-flex {
  flex: 0 0 28%;
}

.home-team .slider_card .slider_img {
  height: 500px;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.home-team .slider_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}


.home-team .slider_card .silder_text {
  padding: 30px;
  position: absolute;
  bottom: -5px;
  width: 100%;
}

.home-team .slider_card .silder_text .name {
  color: #FFF;
  transition: color .2s;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.home-team .slider_card .silder_text .info-row {
  display: flex;
  margin-bottom: 10px;
}

.home-team .slider_card .silder_text .team-member-info {
  background: #00000059;
  border: 0.82px solid #545454;
  backdrop-filter: blur(40.859954833984375px);
  width: 100%;
  padding: 10px;
  color: #FFF;
  margin-top: 30px;
}

.home-team .slider_card .silder_text .info-row label {
  font-size: 15px;
  color: #FFF;
  margin-right: 10px;
  width: 60%;
}

.home-team .slider_card .silder_text .info-row #countries img {
  width: 22px;
  margin-right: 8px;
  border-radius: 0;
}

.home-team .slider_card .silder_text .btn_book {
  margin-top: 20px;
  padding: 4px 12px;
  border: 2px solid #f27c2d;
  position: relative;
  transition: color .15s, border-color .2s;
  background: #f27c2d;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
}

.home-section-cta a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  color: #000;
  position: relative;
  display: inline-block;
  line-height: 1;
}


.home-section-cta:hover,
.home-section-cta:focus,
.home-section-cta:active,
.home-section-cta a:hover,
.home-section-cta a:focus,
.home-section-cta a:active {
  color: #F27C2D;
}

.home-section-cta:hover:after,
.home-section-cta:focus:after,
.home-section-cta:active:after,
.home-section-cta a:hover:after,
.home-section-cta a:focus:after,
.home-section-cta a:active:after {
  background: #F27C2D;
  width: calc(100% + 40px);
}

.home-testmonial .test_card {
  background-color: #212121;
  margin: 8px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.home-testmonial .test_card.tsw {
  flex: 0 0 28%;
}

.home-testmonial .test_card .home-item-title.name {
  color: #FFF;
}

.home-testmonial .test_card .rating {
  color: #F27C2D;
  margin-block: 12px;
}

.home-testmonial .test_card .team-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #FFF;
}


.home-testmonial .test_card div a {
  color: #F27C2D;
  font-size: 14px;
}

.gallery-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  grid-gap: 16px;
}

.gallery-img-path img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.gallery-image {
  grid-template-areas:
    "img1 img2 img3"
    "img1 img4 img5";
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 15px;
  padding: 20px;
  width: 100%;
}

.img1 {
  grid-area: img1;
}

.img2 {
  grid-area: img2;
}

.img3 {
  grid-area: img3;
}

.img4 {
  grid-area: img4;
}

.img5 {
  grid-area: img5;
}

.img6 {
  grid-area: img6;
}

.img7 {
  grid-area: img7;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-image img:hover {
  transform: scale(1.05);
}

/* .home-contact .subtitle a {
  color: #FFF;
} */

.home-contact .subtitle a:hover {
  color: #F27C2D;
}

.home-contact .contact_wrap p {
  margin-bottom: 10px;
  font-size: 14px;
}

.home-contact .timetable {
  position: relative;
  margin-top: 0px;
  padding-top: 20px;
}


.home-contact .timetable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 2px;
  border-radius: 2px;
  background: #343a40;
}


.home-contact .timetable table th {
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
  color: #FFF;
  color: #000;
  font-family: "Playfair Display", serif;
}

.home-contact .timetable table td {
  font-size: 18px;
  text-align: right;
  font-weight: 300;
  padding: 10px 0;
  color: #FFF;
  color: #000;
  font-family: "Playfair Display", serif;
}

.home-contact .timetable table tr.is-active td,
.home-contact .timetable table tr.is-active th {
  color: #F27C2D;
}


.breadcrumbs-wrapper {
  padding-block: 50px 20px;
  background-color: #f2f2f2;
}

.breadcrumbs-wrapper .breadcrumb li a {
  color: #495057;
}


.breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #f27c2d;
}

/* .story-header .section-description {
  color: #adb5bd;
} */

.story-header .section-description a {
  color: rgb(186, 140, 99);
}

.home-story .gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 65px;
}

.home-story .gallery-images .image-item {
  transform: rotate(-4deg);
  border: 5px solid #fff;
  border-bottom: 20px solid #fff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, .2);
  transform: rotate(4deg);
  flex: 33% 0 1;
}

.gallery-images .image-item.img2 {
  transform: rotate(-4deg);
}



.member-role-title {
  font-weight: 800;
  color: #343a40;
  position: relative;
  z-index: 0;
  font-size: 50px;
}


.button-filters {
  margin-top: 40px;
}

.services-catalog-filters .filters-title {
  margin-bottom: 8px;
}


.button-filters button.mixitup-control-active {
  color: #F27C2D;
  border-bottom: 3px solid;
  border-color: #F27C2D;
}

.button-filters button {
  padding: 5px 30px;
  background: none;
  /* border: 1px solid #222; */
  border: none;
  color: #fffded;
  color: #000;
  border-radius: 0;
  transition: background .2s, color .2s, border-color .2s;
}

.archive-services .services-catalog {
  margin: 40px 0;
}

/* .services-catalog {
  background-color: #fff7f2;
  padding: 30px;
} */

.services-catalog .service-catalog-item {
  padding: 8px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.services-catalog .service-catalog-item:not(:last-child) {
  border-bottom: 1px solid #212529;
  border-bottom: 1px solid #E1E1E1;
}

.services-catalog .service-catalog-item .title-wrapper {
  font-size: 20px;
  grid-area: title;
  width: 50%;
}

.services-catalog .service-catalog-item .title-wrapper .name {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.services-catalog .service-catalog-item .title-wrapper .service-meta {
  font-weight: 300;
  font-size: 15px;
  font-style: italic;
  color: #6c757d;
}

.services-catalog .service-catalog-item .title-wrapper .service-meta>* {
  display: inline;
}

/* .services-catalog .service-catalog-item .services {
  grid-area: service;
  padding-left: 30px;
} */

.services-catalog .service-catalog-item .services {
  margin-block: 10px;
}


.services-catalog .service-catalog-item .services a {
  /* color: #fffded; */
  font-weight: 400;
  font-size: 16px;
  transition: color .2s;
  color: #F27C2D;
  text-decoration: underline;
  font-family: "Playfair Display", serif;
}

.services-catalog .service-catalog-item .price {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 30px;
  grid-area: price;
}

/* .services-catalog .service-catalog-item .book-now-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-area: book;
} */

.services-catalog .service-catalog-item .book-now-wrapper a {
  padding: 4px 12px;
  border: 2px solid #F27C2D;
  position: relative;
  transition: color .15s, border-color .2s;
  background: #F27C2D;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
}


.home-work-img {
  width: 100%;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  position: relative;
  margin-bottom: 30px;
}


.home-work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-wrapper .top-left {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 24px;
  left: 24px;
}

.inner-wrapper .top-left:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #717171;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform .3s ease-in-out;
}

.inner-wrapper .top-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background: #717171;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: transform .3s ease-in-out;
}


.inner-wrapper .bottom-right {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 24px;
  right: 24px;
}


.inner-wrapper .bottom-right:before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #717171;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform .3s ease-in-out;
}


.inner-wrapper .bottom-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 16px;
  width: 1px;
  height: 100%;
  background: #717171;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: transform .3s ease-in-out;
}


.home-work-img:hover .top-left:before,
.home-work-img:hover .top-left:after,
.home-work-img:hover .bottom-right:before,
.home-work-img:hover .bottom-right:after {
  transform: scale(1, 1);
}

.reviews-count {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-align: start;
  display: flex;
  justify-content: end;
}

.reviews-count .rating {
  color: #F27C2D;
  font-size: 14px;
}

.reviews-count .middle {
  display: flex;
  font-weight: 700;
  font-size: 20px;
}

.reviews-count .middle span {
  margin-right: 4px;
}



.blog_card {
  margin-bottom: 40px;
  position: relative;
  /* background-color: #fff7f2; */
}


.blog_card_img {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.post-cats {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 90;
}

.post-cats a {
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: 4px;
  padding: 4px 8px;
}

.blog_card_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}

.blog_card_img a:hover img {
  border: 1px solid #946f4e;
  background-color: rgb(149, 112, 79);
  filter: sepia(100%);
  border-color: #ba8c63;
}

.blog_card_text h6 {
  font-size: 14px;
  color: #6c757d;
}

.blog_card .blog_card_text {
  padding: 10px;
}

.blog_card .blog_card_text .post-title {
  margin-bottom: 20px;
  font-size: 22px;
}

.blog_card .blog_card_text .post-title a:hover {
  color: #F27C2D;
}

.blog_card .blog_card_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.blog_card .blog_card_text .readMoreBtn {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}

.blog-details-header {
  background: url(../images/blog-1.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 210px;
}

.blog-details-header .top {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.blog-details-header .top>div {
  margin: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
}

.blog-details-header .top>div a {
  color: #FFF;
}

.post-categories:after,
.post-date::after {
  content: "•";
  margin-left: 24px;
}

.blog-details-header .post-title {
  text-align: center;
}

.blog-details-body {
  padding-block: 50px;
}

.blog-details-body p {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: 500;
}

.blog-details-body p a {
  color: #F27C2D;
}

.blog-details-body .post-share,
.blog-details-body .other-posts {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #343a40;
}

.blog-details-body .post-share .share-links a {
  color: #F27C2D;
  margin-right: 10px;
  font-size: 14px;
}

.blog-details-body .other-posts a {
  font-size: 16px;
  font-weight: 500;
}

.blog-details-body .other-posts a:hover {
  color: #ba8c63;
}


.contact-item {
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.contact-item label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 4px;
  color: #6c757d;
}


/* .contact-item a {
  color: #FFF;
} */


.contact-item .address-subtitle {
  font-size: 14px;
  letter-spacing: .4px;
  font-style: italic;
  font-weight: 500;
  margin-top: 8px;
  position: relative;
  padding-top: 8px;
}

.contact-item .address-subtitle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  transform: translateX(-50%);
  height: 2px;
  background: #495057;
}

.form-wrap .form-group {
  margin-bottom: 20px;
}

.form-wrap .form-group label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

.form-wrap .form-group .form-control {
  background-color: #FFF;
  border-style: solid;
  border-color: #b8b8b8;
  border-width: 1px;
  border-radius: 5px;
  padding-block: 10px;
}

.form-wrap .form-group .btn-submit {
  background-color: #F27C2D;
  color: #FFF;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin: 2px;
  border-style: solid;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}


.reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.review-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Arrow buttons */
.arrows {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.arrow-btn.up {
  background: #fff;
  border: 1px solid #ddd;
  color: #ff6600;
}

.arrow-btn.down {
  background: #ff6600;
  color: #fff;
}

/* Review Card */
.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin-bottom: 20px;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.review-header .name {
  font-weight: 700;
  font-size: 18px;
}

.stars {
  color: #ff9900;
  font-size: 14px;
  margin-block: 10px;
}

.review-text {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.review-right-content h2 {
  line-height: 35px;
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
}

.review-right-content h2 span {
  color: #F27C2D;
}

.review-right-content p {
  font-size: 15px;
  font-weight: 400;
}