* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

:root {
  --primary-font: "Mulish";
  --primary-color: #1e193a;
  --secondary-color: #f46621;
  --black-color: #606060;
  --white-color: #fff;
  --success-color: #333333;
  --tertiary-color: #fffbf6;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
  display: none;
}

.cookies-eu-banner .accept-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
  background: #fff;
  color: #222;
}

.cookie-checkbox:checked + .cookies-content {
  display: none;
}

.header-swissgrillpro.com-9 {
  background-color: #2c3e50;
  padding: 18px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.C7kbp8yjf2 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-9 {
  color: #ecf0f1;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 12px;
  letter-spacing: 3px;
  user-select: none;
}

.Sj06SsqAxo {
  width: 100%;
}

.nav-links-9 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.nav-links-9 li a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links-9 li a:hover,
.nav-links-9 li a:focus {
  background-color: #34495e;
  color: #ffffff;
}

@media (min-width: 768px) {
  .C7kbp8yjf2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo-9 {
    margin-bottom: 0;
  }

  .Sj06SsqAxo {
    width: auto;
  }

  .nav-links-9 {
    justify-content: flex-end;
    gap: 30px;
  }
}

body {
  padding: 0px;
  margin: 0px;
  border: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--primary-font);
}

p {
  margin: 0px;
  color: var(--success-color);
}

/*** header ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  margin: 0px;
  padding: 0;
  color: var(--success-color);
}

h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 900;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}

h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

/*** list ***/
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/*** link ***/
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.text-wrap {
  color: var(--secondary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

/*** btn ***/
.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--secondary-font);
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: none;
  border-radius: 0px;
  padding: 13px 30px;
}

.btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/*** padding-top-bottom ***/
.ptb-120 {
  padding: 120px 0px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.zkscn3NSFs {
  padding-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

/*** margin-top-bottom ***/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/************************* 
    02. Header
*************************/
.header-wrap .top-bar {
  background-color: var(--primary-color);
}

.top-bar .social-icon a i {
  font-size: 22px;
}

.top-bar .social-icon a i:hover {
  font-size: 22px;
  color: var(--secondary-color);
}

.header-wrap .main-inner {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--white-color);
}

.main-inner .navbar-expand-lg .navbar-nav .nav-link {
  padding: 13px 20px;
  color: var(--primary-color);
  font-weight: 700;
}

.main-inner .navbar-expand-lg .navbar-nav .nav-link:hover,
.main-inner .navbar-expand-lg .navbar-nav .active {
  color: var(--secondary-color);
}

.main-inner .navbar-expand-lg .navbar-toggler {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 10px;
  border: 0px;
  border-radius: 4px;
}

.main-inner .navbar-expand-lg .navbar-toggler:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/************************* 
    03. Hero Section
*************************/
.Vx5FJa8W43 {
  background-image: linear-gradient(
    140deg,
    #ffb80030 0%,
    var(--white-color) 64%
  );
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
}

.Vx5FJa8W43 .XUgYnMIT8J h1 {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.Vx5FJa8W43 .XUgYnMIT8J p {
  font-weight: 700;
  width: 87%;
}

.Vx5FJa8W43 .play-icon:hover {
  color: var(--secondary-color);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--primary-color);
  right: 0%;
}

.Vx5FJa8W43 .home-image {
  position: relative;
  z-index: 1;
}

.Vx5FJa8W43 .home-image .arrow-orange {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}

.Vx5FJa8W43 .home-image .progress-arrow {
  position: absolute;
  bottom: 100px;
  left: 0;
}

.Vx5FJa8W43 .home-image .arrow-gray {
  position: absolute;
  top: 20%;
  left: 0;
}

/************************* 
    04. Our Features Section
*************************/
.omgD71IkEh h6,
.omgD71IkEh h2 {
  color: var(--success-color);
}

.divider-line {
  width: 140px;
}

.omgD71IkEh .features-item {
  position: relative;
}

.omgD71IkEh .features-item::after {
  content: "";
  border-right: 3px solid #f4f3f5;
  position: absolute;
  height: 200px;
  right: 0;
  top: 13%;
}

.omgD71IkEh .features-item p {
  width: 68%;
}

.omgD71IkEh .features-item a {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.omgD71IkEh .features-item a:hover {
  color: var(--primary-color);
}

/************************* 
    05. About Us Section
*************************/
.NgtFTb1DpF {
  background-color: var(--tertiary-color);
}

.NgtFTb1DpF .about-content .about-text {
  width: 87%;
}

.NgtFTb1DpF .about-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.NgtFTb1DpF .about-image img {
  width: 70%;
}

/************************* 
    06. Services Section
*************************/
.services-section .services-item .card {
  padding: 30px;
  display: flex;
  align-items: center;
  border: 2px solid var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  border-radius: 0;
}

.services-section .services-item .card:hover {
  border: 2px solid #f466213d;
  cursor: pointer;
}

.services-section .services-item .card i {
  width: 70px;
  height: 70px;
  padding: 16px;
  border-radius: 50px;
  font-size: 36px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}

.services-section .services-item .card .card-body .H87jyAjIcU {
  color: var(--black-color);
  width: 80%;
}

.services-section .services-item .card .card-body a {
  color: var(--secondary-color);
}

.services-section .services-item .card .card-body a:hover {
  color: var(--primary-color);
}

/************************* 
    07. Working Section
*************************/
.working-section {
  background-color: var(--tertiary-color);
}

.working-section .working-image {
  width: 12%;
}

.working-section .slick-dots,
.slick-arrow {
  display: none !important;
}

.working-section .working-wrapper {
  width: 83%;
  padding: 55px 45px 55px 45px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.working-wrap {
  margin-top: -38px;
}

.working-wrap .working-title {
  padding: 80px 40px 40px 40px;
  border: 5px solid var(--secondary-color);
}

.working-wrap .working-text p {
  width: 79%;
}

.left-arrow {
  animation: run 2s linear infinite;
}

@keyframes run {
  0% {
    left: 0;
  }

  50% {
    transform: translateX(-15px);
  }

  100% {
    left: 0;
  }
}

/************************* 
    08. work Process
*************************/
.process-section .process-item-wrap .process-item {
  width: 170px;
  height: 170px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  position: relative;
}

.process-wrapper {
  background-image: url(../images/process-line.png);
  background-position: 33% 100%;
  background-repeat: no-repeat;
  background-size: 62% auto;
}

.process-item-wrap .process-item span {
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  padding: 11px 10px 11px 10px;
  right: 9px;
  border-radius: 50px;
  color: var(--white-color);
  font-size: 16px;
  line-height: 18px;
}

.process-item-wrap .process-item h6 {
  width: 41%;
  text-align: center;
  padding-top: 15px;
}

/************************* 
    09. Real Numbers
*************************/
.counter-section {
  background-color: var(--tertiary-color);
}

.counter-section .counter-image {
  background-image: url(../images/background-circle.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 15% center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-section .counter-image img {
  width: 70%;
}

.counter-section .counter-image .arrow-black {
  position: absolute;
  left: 70px;
  top: 20%;
  width: 10%;
}

.counter-section .counter-content h2 {
  width: 85%;
}

.counter-section .counter-content p {
  width: 73%;
}

.counter-section .counter-icon-list i {
  color: var(--secondary-color);
  padding-right: 10px;
}

.counter-number-wrap .counter-wrap h3 {
  font-size: 36px;
  line-height: 46px;
  color: var(--primary-color);
}

.counter-number-wrap span {
  font-size: 18px;
  line-height: 28px;
  color: var(--black-color);
}

.counter-number-wrap {
  width: 33%;
  border-right: 2px dotted var(--black-color);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.counter-number-wrap:last-child {
  border-right: 0px;
}

/************************* 
    10. Your Seo Score?
*************************/
.cta-section .cta-image {
  background-image: url(../images/seo-check-element.png);
  background-repeat: no-repeat;
  position: relative;
}

.cta-section .Md3u49Yc4R {
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 14px 25px 14px;
  border-radius: 0px;
  border: 1px solid #fff;
}

.cta-section P {
  width: 48%;
  text-align: center;
}

.cta-section .Md3u49Yc4R:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  border: 1px solid #69727d;
}

.cta-section .form-group .btn {
  padding: 13px 38px;
}

.cta-section .arrow-gradient {
  width: 150px;
  position: absolute;
  right: 0;
}

/************************* 
    11. Creative Team
*************************/
.team-section {
  background-color: var(--tertiary-color);
}

.team-section h2 {
  width: 50%;
}

.team-item-wrap .card {
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: transparent;
  border: 0px;
}

.team-item-wrap .card:hover {
  cursor: pointer;
  background-color: var(--white-color);
}

.team-item-wrap .card .BbHmmK5Ggu {
  width: 130px;
  border-radius: 140px;
}

.team-item-wrap .card .card-body .K9zNFKx4O8,
.team-item-wrap .card .card-body .H87jyAjIcU {
  color: var(--success-color);
}

.team-item-wrap .card .card-body .card-social-icon i {
  padding: 0px 15px;
  font-size: 18px;
  display: flex;
  line-height: 28px;
  color: var(--black-color);
  width: 40px;
  text-align: center;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.team-item-wrap .card .card-body .card-social-icon i:hover {
  border-radius: 30px;
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/************************* 
    12. Choose Your Plan
*************************/
.pricing-section .pricing-wrap .card {
  border: 2px solid #f466214f;
  padding: 25px 0px;
  border-radius: 0px;
}

.pricing-section .pricing-wrap .card .K9zNFKx4O8 {
  padding: 8px 16px 8px 16px;
  background-color: var(--secondary-color);
  border-radius: 0px 30px 30px 0px;
  color: var(--white-color);
  display: block;
  width: 135px;
}

.pricing-section .pricing-wrap .card .card-body {
  padding: 0px 25px;
}

.pricing-section .pricing-wrap .card .card-body h2,
.pricing-section .pricing-wrap .card .card-body ul li a {
  color: var(--success-color);
}

.pricing-section .pricing-wrap .card .card-body h5 {
  color: var(--black-color);
}

.pricing-section .pricing-wrap .card .card-body span {
  width: 100%;
  border: 1px solid #6060603b;
  display: inline-block;
}

/************************* 
    13. Testimonials
*************************/
.testimonials-section {
  background-color: var(--tertiary-color);
  background-image: url(../images/testimonials-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 56%;
}

.testimonial-slide p {
  width: 60%;
  text-align: center;
  font-weight: 700;
}

.testimonials-section .testimonial-slide {
  cursor: pointer;
}

.testimonials-wrapper .slick-arrow {
  display: none !important;
}

.testimonials-wrapper .slick-dots {
  display: flex !important;
  justify-content: center;
  padding-top: 40px;
}

.testimonials-wrapper .slick-dots li {
  margin: 0 5px;
}

.testimonials-wrapper .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 0px;
  text-indent: -9999px;
  background-color: var(--black-color);
}

.testimonials-wrapper .slick-dots li.slick-active button {
  background-color: var(--secondary-color);
}

/************************* 
    14. Blog
*************************/
.blog-section .blog-item .card {
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0px;
}

.blog-section .blog-item .card .H87jyAjIcU {
  color: var(--success-color);
}

.blog-section .blog-item .card .card-body .blog-btn {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.blog-section .blog-item .card .card-body .blog-btn:hover {
  color: var(--primary-color);
}

/************************* 
    15. Footer
*************************/
.UrccYKGMAJ {
  background-image: url(../images/footer-bg-image.png);
  background-position: center center;
  padding: 120px 120px;
  background-size: cover;
  background-repeat: no-repeat;
}

.UrccYKGMAJ img {
  display: inline-block;
  width: 200px;
}

.UrccYKGMAJ .footer-item a {
  color: var(--success-color);
}

.UrccYKGMAJ .footer-menu ul li a {
  padding: 0px 20px;
}

.UrccYKGMAJ .footer-menu ul li .active,
.UrccYKGMAJ .footer-menu ul li a:hover {
  color: var(--secondary-color);
}

.UrccYKGMAJ p {
  width: 35%;
  color: var(--primary-color);
}

.footer-contact-item .footer-item i {
  font-size: 23px;
  padding: 16px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 30px;
  margin-right: 15px;
}

.footer-social-icon i {
  font-size: 22px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 12px;
  border-radius: 30px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icon i:hover {
  font-size: 22px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  transform: scale(1.1);
}

.navbar-modern {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 0 0 0 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 68px;
}

.navbar-logo {
  font-size: 1.7rem;
  font-weight: 900;
  color: #ff7e5f;
  letter-spacing: 1px;
  text-decoration: none;
}

.navbar-links {
  display: flex;
  gap: 28px;
}

.navbar-links a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.08rem;
  transition: color 0.2s;
}

.navbar-links a:hover {
  color: #ff7e5f;
}

.gOgxh2NyQD {
  background: linear-gradient(90deg, #ff7e5f 0%, #feb47b 100%);
  color: #fff;
  padding: 48px 0 28px 0;
  text-align: center;
}

.gOgxh2NyQD h1 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.gOgxh2NyQD p {
  font-size: 1.2rem;
  font-weight: 400;
}

.osPT6IJ2be {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
  max-width: 1200px;
  margin: 48px auto 0 auto;
  padding: 0 16px;
}

.product-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s, box-shadow 0.22s;
  position: relative;
  border: 1.5px solid #f3e7e2;
}

.product-card:hover {
  transform: translateY(-10px) scale(1.025);
  box-shadow: 0 10px 36px rgba(255, 126, 95, 0.13);
  border-color: #ff7e5f33;
}

.product-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: #eee;
}

.product-content {
  padding: 28px 22px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.CzxSk7E5Py {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #222;
}

.product-desc {
  font-size: 1.04rem;
  color: #555;
  margin-bottom: 18px;
  flex: 1;
}

.product-rating {
  margin-bottom: 14px;
}

.star {
  color: #ffd700;
  font-size: 1.13em;
  margin-right: 2px;
}

.product-price {
  font-size: 1.22rem;
  font-weight: 900;
  color: #ff7e5f;
  margin-bottom: 18px;
}

.kpPOXbPD0F {
  background: linear-gradient(90deg, #ff7e5f 0%, #feb47b 100%);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 13px 0;
  font-size: 1.13rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(255, 126, 95, 0.1);
  display: block;
  letter-spacing: 0.5px;
}

.kpPOXbPD0F:hover {
  background: linear-gradient(90deg, #feb47b 0%, #ff7e5f 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 126, 95, 0.18);
}

/* Reviews Section */
.reviews-section {
  max-width: 1100px;
  margin: 70px auto 0 auto;
  padding: 0 16px 70px 16px;
}

.reviews-title {
  font-size: 2.1rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 38px;
  color: #ff7e5f;
  letter-spacing: 1px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.review-card {
  background: linear-gradient(120deg, #fff 80%, #ffe3d1 100%);
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 32px 26px 24px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border: 1.5px solid #ff7e5f22;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16px;
  border: 2.5px solid #ff7e5f;
}

.review-name {
  font-weight: 800;
  font-size: 1.13rem;
}

.review-rating {
  margin-left: 10px;
}

.w8kjNiBp91 {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Footer */
.footer-modern {
  background: #222;
  color: #fff;
  padding: 38px 0 18px 0;
  margin-top: 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: #ff7e5f;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 18px 0 0 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-links a:hover {
  opacity: 1;
  color: #feb47b;
}

.footer-copy {
  margin-top: 24px;
  font-size: 0.98rem;
  opacity: 0.7;
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gOgxh2NyQD h1 {
    font-size: 2rem;
  }

  .osPT6IJ2be,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .navbar-container,
  .footer-container {
    padding: 0 8px;
  }
}

/************************* 
    16. Blog Page
*************************/
.MIcTsGSbIa {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  height: 300px;
  display: flex;
  align-items: center;
}

.main-hero-image img {
  width: 60%;
  max-width: 100%;
}

.MIcTsGSbIa .main-hero-image {
  position: relative;
}

.main-hero-image .about-arrow-image {
  position: absolute;
  top: 50%;
  left: 113px;
}

/************************* 
    17. About Us Page
*************************/
.mission-section {
  background-color: var(--tertiary-color);
}

.ZYa6jGUUyg {
  background-image: url(../images/about-us-video-elements.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ZYa6jGUUyg .video-wrap {
  position: relative;
}

.ZYa6jGUUyg .mission-about-wrap {
  margin-top: -80px;
  border-radius: 20px;
  z-index: 99;
  position: relative;
  text-align: center;
}

.ZYa6jGUUyg .popup-video .play-icon {
  margin-top: -50px;
  position: absolute;
  top: 75px;
  left: 75px;
}

.mission-about-text h2 {
  width: 86%;
}

.mfp-container {
  padding-left: 6px;
  padding-right: 6px;
  position: fixed;
  background-color: #000000b0;
}

.step-section .step-item,
.step-section .people-item,
.step-section .process-item {
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  padding: 30px;
  border-radius: 10px;
  border: 2px solid var(--white-color);
}

.step-item h5,
.people-item h5,
.process-item h5 {
  width: 54px;
  height: 47px;
  background-color: #fde4e7;
  border-radius: 30px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  color: var(--secondary-color);
  margin-right: 20px;
}

.people-item h5 {
  background-color: #e7e3ff;
  color: #745efe;
}

.process-item h5 {
  background-color: #fef3d9;
  color: #ec901c;
}

.people-item .stop-item-text p,
.process-item .stop-item-text p {
  width: 90%;
}

.step-section .people-item:hover {
  cursor: pointer;
  border: 2px solid #745efe;
}

.step-section .process-item:hover {
  cursor: pointer;
  border: 2px solid #ed901b;
}

.step-item .stop-item-text p {
  width: 90%;
}

.step-section .step-item:hover {
  cursor: pointer;
  border: 2px solid #e25549;
}

.choose-section {
  background-color: var(--tertiary-color);
}

.choose-section .choose-text h2 {
  width: 80%;
}

.choose-section .choose-text p {
  width: 80%;
}

.choose-section .animated-progress {
  width: 100%;
  height: 18px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-color: #eeeeee;
  margin-top: 10px;
}

.choose-section .animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  font-size: 12px;
  background-color: var(--secondary-color);
  line-height: 19px;
  padding-right: 5px;
}

.choose-section .choose-image img {
  width: 80%;
}

.about-counter {
  background-image: url(../images/counter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.about-counter .counter-number-wrap {
  width: 25%;
}

.about-counter .counter-number-wrap .counter-wrap h3 {
  font-size: 52px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.about-working-section {
  background-color: transparent;
}

/************************* 
    18. Services Page
*************************/
.services-counter .counter-image {
  background-image: none;
}

.client-section {
  background-color: var(--tertiary-color);
}

.kGChRtv8WX {
  background-image: url(../images/background-circle.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.client-section .Md3u49Yc4R {
  padding: 15px 25px;
  margin-bottom: 20px;
  border: 1px solid #f4662130;
  border-radius: 0px;
  font-weight: 600;
  color: var(--black-color);
}

/************************* 
    19. Our Customer  Page
*************************/
.trust-section p {
  width: 52%;
}

.trust-wrapper {
  margin: 60px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #33333312;
  border-radius: 0px 0px 0px 0px;
}

.touch-section {
  background-color: var(--tertiary-color);
}

.touch-section .Md3u49Yc4R {
  padding: 15px 25px;
  margin-bottom: 20px;
  border: 1px solid #f4662130;
  border-radius: 0px;
  font-weight: 600;
  color: var(--black-color);
}

/************************* 
    20. Contact  Page
*************************/
.eMUZpb1Lxi .features-item-text {
  color: var(--success-color) !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

.contact-testimonials-section {
  background-color: var(--white-color);
}

/************************* 
    21. Single Blog Page
*************************/
.blog-details-wrap span {
  color: var(--secondary-color);
}

.related-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 20px;
  border-radius: 8px;
}

.blog-box .related-box .BbHmmK5Ggu {
  width: 30%;
  background-size: cover;
  border-radius: 0px;
}

.blog-box .related-box .site-info i:hover {
  background-color: var(--secondary-color);
  transform: translateY(-8px);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.blog-box .related-box .site-info i {
  background-color: var(--primary-color);
  padding: 12px 14px;
  color: var(--white-color);
  border-radius: 50px;
  margin-right: 5px;
  font-size: 18px;
  list-style: 28px;
}

/************************* 
    22. 404 Page
*************************/
.error-page {
  background: url(../images/404-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  height: 100vh;
}

.error-page-text-area img {
  width: 50%;
}

.error-page-text-area p {
  width: 50%;
}

.error-page .error-page-text-area .btn-home:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

/************************* 
    23. Coming Soon Page
*************************/
.coming-hero-section {
  background-image: url(../images/404-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  height: 100vh;
}

.coming-hero-text img {
  width: 30%;
}

.coming-hero-title p {
  width: 30%;
}

.coming-hero-text .contact-form .Md3u49Yc4R {
  background-color: var(--white-color);
  border: 2px solid var(--success-color);
  color: var(--black-color) !important;
  border-radius: 0px;
}

.coming-hero-text .contact-form .form-btn {
  border-radius: 10px;
  margin-left: 15px;
}
