@media (min-width: 1024px) {
.hero-section .container {
    grid-template-columns: 43% 57%;
}
}
.hero-section .container {
    align-items: center ;
}

.hero-section {
        background-color: transparent;
    background-image: linear-gradient(110deg, #FB876B 0%, #FB876B 27%);
    padding: 40px 10px 20px 10px;
    margin-bottom: 50px;
}
.hero-section h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    z-index: 1;
}
.hero-section p {
    color: #fff;
    z-index: 1;
    font-size: 18px;
}
.banner-contact-info {
    background-color: #fff;
    width: fit-content;
    padding: 12px 5px 12px 5px;
    border-radius: 55px;
    z-index: 1;
}
.phone-info {
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 55px;
    text-decoration: none;
    background-image: linear-gradient(102deg, var(--e-global-color-accent) 0, #ed6e9f 100%);
}
.section-column {
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: relative;
}
.section-column img{
    width: 100%;
}
.section-heading {
    font-size: 32px;
    text-align: center;
    color: var(--e-global-color-accent);
}
.section-description {
    text-align: center;
    color: var(--e--global-color-text);
    max-width: 80%;
    margin: 20px auto;
}
.products {
      padding: 15px;
}
.products-list {
    margin-top: 20px;
    row-gap: 30px;
}
.product-item {
    color: inherit !important;
    text-decoration: none;
    margin: 0 auto;
}
.product-item img{
    border-radius: 10px;
    width: 100%;
}
.product-item h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-secondary) !important;
}
.product-item p{
    color: var(--e--global-color-text);
     margin-bottom: 0px;
}
.product-price {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.price {
    color: #EA8A6E;
}
@media screen and (max-width: 600px) {
.product-item {
        width: 260px;
    }
}
.steps-wrapper {
    margin: 0 auto;
}
 .steps-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    margin-top: 10px;
    justify-content: start;
    align-items: center;
}
.steps-item .img-wrapper {
    padding: 40px;
    border: 2px solid var(--e-global-color-accent);
    border-radius: 999px;
    width: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    position: relative;
}
.steps-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}
.four:before, .one:before, .three:before, .two:before {
    position: absolute;
    top: -7px;
    right: -10px;
    background: #fff;
    border-radius: 555px;
    box-shadow: 3px 0 40px #0000001f;
    font-size: 24px;
    color: #ec8b6b;
    padding: 5px 10px;
}
.one:before {
    content: "01";
}
.two:before {
    content: "02";
}
.three:before {
    content: "03";
}
.four:before {
    content: "04";
}
.steps-item p,
.wcs-item p{
   text-align: center;
}
@media screen and (max-width: 767px) {
    .steps-wrapper,
    .content-section {
        padding: 15px;
    }
    .steps-item .img-wrapper {
        padding: 40px;
    }
    .wcs-wrapper {
    padding-left: 20px;
}
}
.wcs-container {
    background-color: var(--e-global-color-accent);
    padding: 50px 10px 50px 10px;
    margin-bottom: 50px;
}
.wcs-item {
    margin: 50px 30px 30px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 20px 40px 0;
    border-radius: 12px;
    position: relative;
}
.icon-wrapper {
    padding: 15px;
    box-shadow: 0 0 10px #0002;
    border-radius: 999px;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: 1;
}
.wcs-item img {
    width : 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
}
.icon-wrapper, .wcs-item{
    display: flex;
    background: #fff;
}
 .wcs-heading,
 .industry-heading {
    color: var(--e-global-color-primary) !important;
    font-weight: 600;
    font-size: 20px;
}
.content-section {
    gap: 40px;
}
.content-text h2 {
    color: var(--e-global-color-accent);
    font-size: 32px;
    margin-top: 0px;
    text-align: left;
}
.content-text p{
 margin-bottom: 20px;
 line-height: 1.7rem;
}
.content-image img{
    border-bottom-right-radius: 70px;
    width: 100%;
}
.industry-wrapper {
    max-width: 750px;
    margin: 0 auto;
}
.industry-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 27px #0002;
    width: 90%;
    aspect-ratio: 1 / 1;
    margin: 20px;
}
.industry-item img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
}
@media screen and (max-width: 600px) {
   .industry-wrapper {
        grid-template-columns: 50% 50%;
        padding: 15px;
   }
   .industry-item {
    margin: 0px;   
}
   .image-box {
    width: 260px;
    margin: 0 auto;
}
}
.image-box img{
    margin-bottom: 15px;
}
.image-box span{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: var(--e-global-color-primary);
}
.star {
  font-size: 35px;
  color: #ccc;
  cursor: pointer;
  margin: 0 3px;
  transition: color 0.3s;
}
.star.filled { color: #f7b500; }
.custom-success {
  padding: 10px;
  border: 1px solid green;
  border-radius: 5px;
  background: #e9f9e9;
  color: green;
}
.google-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 6px;
  background: #fff;
  max-width: 100%;
}
.google-reviews-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.google-reviews-logo {
  width: 120px;
}
.google-reviews-title {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #FB876B;
}
.google-reviews-count {
  font-size: 14px;
  color: #666;
}
.google-reviews-stars {
  display: flex;
  gap: 2px;
  margin-left: 0px;
}
.google-reviews-stars i {
  color: #fbbc05;
  font-size: 18px;
}
.google-reviews-btn {
  background: #155c91;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}
.google-reviews-btn:hover {
  background: #0d436b;
}
.review-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start !important;
  width: 250px;
  margin: 0 !important;
  overflow: visible;
}
.reviews-slider .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden !important;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 8px;  
  margin-bottom: 10px;
  justify-content: flex-start !important;
}
.stars {
  display: flex;
  gap: 2px;
}
.stars i {
  color: #f5ba2c;
  font-size: 15px;
}
.review-content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
}
.review-content span.more {
  display: none;
}
.read-more {
  color: #A7A7A7;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
}
.review-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.review-footer .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.review-footer .name {
  font-weight: 600;
  color: #2a2a2a;
}
.review-footer .date {
  font-size: 12px;
  color: #777;
}
@media only screen and (max-width: 600px) {
 .google-reviews-header {
     flex-direction: column;
     gap: 30px;
 }   
 .review-card {
    margin: 0 auto;
 }
 .reviews,
 .faqs {
  padding: 15px;
 }
}
.review-button {
    display: flex;
    justify-content: end;
}
.popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      z-index: 999;
      justify-content: center;
      align-items: center;
    }
    .popup-box {
      position: relative;
      background: #fff;
      width: 640px;
      height: 353px;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }
    @media (max-width: 767px) {
      .popup-box {
        width: 100%;
        max-width: 100%;
        height: 353px;
        border-radius: 0;
      }
    }
   button#openPopup {
        background-color: var(--e-global-color-accent);
        padding: .5rem 1rem;
    color: var(--e-global-color-00df441);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 5px 5px 5px 5px;
    }
    .faq-section-heading {
    background-color: var(--e-global-color-accent);
    color: #fff !important;
    padding: 7px 20px;
    margin: 0;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: center;
}
.faq-heading {
    color: var(--e-global-color-primary);
    font-weight: 500;
    font-size: 20px;
}