.custom-footer {
      background: #96cd4e;
}
 .kell-testimonial-section {
                background: linear-gradient(180deg, #f8f9fc00, #96cd4ede);
            padding: 80px 0;
        }

        .kell-heading {
            text-align: center;
            margin-bottom: 50px;
        }

        .kell-heading h2 {
            font-size: 36px;
            font-weight: 700;
            color: #222;
        }

        .kell-heading p {
            color: #666;
            max-width: 620px;
            margin: 12px auto 0;
        }

        .kell-testimonial-card {
            background: #fff;
            border-radius: 18px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
            position: relative;
            transition: all 0.3s ease;
        }

        .kell-testimonial-card:hover {
            transform: translateY(-8px);
        }

        .kell-quote {
            font-size: 56px;
            color: #0d6efd;
            position: absolute;
            top: -18px;
            right: 25px;
            opacity: 0.15;
        }

        .kell-text {
            font-size: 16px;
            line-height: 1.7;
            color: #444;
            margin-bottom: 25px;
        }

        .kell-client-name {
            font-size: 18px;
            font-weight: 600;
            color: #111;
        }

        .kell-client-role {
            font-size: 14px;
      color: #96cd4e;
    font-weight: 800;
        }
.key-focus-section {
  background: #ffffff;
          margin: 30px 0 40px !important;
}
.youtube-video video{
 margin: 48px 0; 
 border-radius: 10px;
}
/* Title */
.focus-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

/* Orange Line */
.focus-underline {
  width: 50px;
  height: 4px;
  background: #96cd4e;
  border-radius: 10px;
  margin-top: 6px;
}

/* Box Design */
.focus-box {
  background: #fff;
  border-radius: 12px; 
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #96cd4e;
  height: 82%;
  transition: all 0.6s ease-in-out;
}
.focus-box:hover {
  background: #96cd4e;
}
 .focus-box:hover p {
  color: white;  
}
/* Paragraph Styling */
.focus-paragraphs p {
  font-size: 16px;
  color: #222;
   
}

/* Custom bullet using CSS */
 

/* Committee Text */
.committee-text {
  margin-top: 15px;
  font-size: 15px;
  color: #111;
}
.widget_content p {
      color: black;
    font-size: 16px;
}
.ps-footer__copyright p {
      font-size: 18px;
}
#back2top i {
    color: white;
    font-size: 14px;
}
#back2top {
    align-items: center;
    background-color: #ed9c05;
    border: 1px solid #ed9c05;
    border-radius: 4px;
    bottom: 30px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    display: flex;
    height: 40px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 30px;
    transition: all .4s 
ease;
    visibility: hidden;
    width: 40px;
    z-index: 10000;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  animation: slide 18s linear infinite;
}

@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Design styling */
.plus {
  font-size: 60px;
  font-weight: 700;
  color: #96cd4e;
}

.menu-item {
  font-size: 60px;
  font-weight: 700;
  text-shadow: 1px 1px #d2d2d2;
  color: transparent;
  transition: all 0.6s ease-in-out;
}
.menu-item:hover {
  color: #96cd4e; 
  -webkit-text-stroke: 0px;
}
.menu-item.active {
  color: #8A2A2A;
  -webkit-text-stroke: 0px;
}
.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Circle Image Styling */
.about-section h6 {
      background: #ed9c05;
    color: white;
    width: max-content;
    padding: 5px 8px;
    font-size: 18px;
}
.about-section p {
  color: black !important;
  font-size: 17px;
}
.about-section ul {
     padding: 0 !important;
    list-style: none; 
      display: flex;
    flex-wrap: wrap;
}
.about-section ul li {
      background: #ed9c05;
    padding: 5px 16px;
    width: max-content;
    font-size: 16px;
    color: black;
    border-radius: 50px 0;
}
.about-section h1 {
  font-size: 48px; 
  color: black;
}
.circle-wrapper {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin: 0 0 0 auto !important;
}

.circle-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Custom accordion styling */
.custom-accordion {
    border-radius: 20px;
    background: #f1f1f1;
    border: none;
    padding: 20px;
}

.custom-acc-btn {
    background: none !important;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #8b0000;
}

.custom-acc-btn:focus {
    box-shadow: none !important;
}

.custom-acc-btn .number {
    margin-right: 12px;
    color: #8b0000;
    font-weight: 700;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238b0000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 4Z'/%3E%3Cpath fill-rule='evenodd' d='M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238b0000' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}
.widget_contact-us .widget_content h3 {
    color: #fff;
}
.widget_contact-us .widget_content .ps-list--social {
    padding-top: 10px;
}
.custom-rightspace {
      padding-left: 28px !important;
}
/* Awards Section Styling */
.awards-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    color: #96cd4e; /* matches the reddish title color */
    margin-bottom: 40px;
}

/* Award item text */
.award-item p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
      color: black;
    margin-top: 20px;
}

.award-item small {
    color: #666;
    font-size: 14px;
}

/* Divider line above the title */
.awards-divider {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 auto 30px auto;
}

.designed-section {
    width: 100%;
}

/* LEFT GREEN BOX */
.left-box {
    background: #96cd4e;
    color: #fff;
    border-radius: 25px;
}

.since-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: black;
}

.since-text span {
    color: black;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.section-desc {
    margin-top: 15px;
    line-height: 1.7;
    font-size: 16px;
      color: black;
}

.circle-box {
        width: 120px;
    height: 120px;
    border: 2px solid #ed9c05;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-block-width: 6px;
}

.circle-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: black;
      margin: 0;
}

.circle-text {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
      color: black;
}

/* IMAGE SLIDER */
.comparison-slider {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 25px;
}

.comparison-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.comparison-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right (real) image starts half visible */
.comparison-after {
    width: 50%;
    overflow: hidden;
}

/* Slider handle */
.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #ffffff;
    cursor: ew-resize;
    z-index: 10;
    transform: translateX(-50%);
}

.slider-handle span {
    position: absolute;
        background: #96cd4e;
    padding: 5px 4px;
    border-radius: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 23px;
    color: #000000;
}

.left-arrow {
    left: -18px;
}

.right-arrow {
    right: -18px;
}
.widget_features {
    background-color: #f1f1f1;
    margin-bottom: 30px;
    padding: 20px;
    display: none;
}
.catalouge-section img{
 width: 100%;
 max-width: 165px;
}
.catalouge-section h2{
    font-size: 20px;
    font-weight: 800;
    color: #0191d0;
}
.ps-form--subscribe-popup .ps-form__content {
    max-width: 560px;
    text-align: center;
    margin: auto;
}
.ps-form--subscribe-popup p {
    margin-bottom: 20px;
    color: black;
    font-weight: 500;
    font-size: 16px;
}
.ps-form--subscribe-popup h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.widget_footer .widget-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ps-footer {
    padding-top: 40px;
}
.ps-footer__widgets {
    padding-bottom: 0px;
}
.ps-list--social li a {
    color: black;
    font-size: 18px;
}
.ps-list--link li a {
    color: var(--header-text-accent-color);
    display: inline-block;
    line-height: 20px;
    position: relative;
    font-size: 16px;
}
.ps-footer__copyright {
    border-top: 1px solid black;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 35px 0;
}
.header .header__top {
    background-color: #00000012;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 25px 0;
}
.header .header__top {
    background-color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 25px 0;
}
.icon-user{
  color: #ed9c05 !important;
}
 .header.header--sticky .ps-form--quick-search button{
  background-color: black !important;
}

.header.header--sticky .header__extra span{
  background-color: black !important;
}
 
.header.header--sticky .header__extra{
  color: black !important;
}
.header.header--sticky .header__top .icon-user{
  color: black !important;
}
.header.header--sticky .header__top .ps-block__right a{
  color: black !important;
}
.ps-block__right a{
  color: #ed9c05 !important;
}
.header .header__extra span, .header .ps-form--quick-search button {
    background-color: #ed9c05;
    color: var(--header-button-text-color);
}
.header .header__extra, .header .menu--product-categories .menu__toggle i, .header .menu--product-categories .menu__toggle span, .header .navigation .menu>li>a, .header .navigation__extra>li a, .header .ps-block--user-header .ps-block__right a, .header .ps-block__left i {
    color: #ed9c05;
}
.navigation .header .header__extra, .header .menu--product-categories .menu__toggle i, .header .menu--product-categories .menu__toggle span, .header .navigation .menu>li>a, .header .navigation__extra>li a, .header .ps-block--user-header .ps-block__right a, .header .ps-block__left i {
    color: #000000;
}
.header.header--sticky .header__top {
    background-color: #96cd4e;
}
.navigation__extra{
 display: none; 
}
.ps-logo img{
  max-height: 100px !important;
}
.ps-collection img {
    width: 100%;
    border-radius: 10px;
}
.navigation {
    background-color: #ed9c05;
}
 .header.header--sticky .header .header__extra
.menu>.current-menu-item>a {
    color: #000 !important;
}
.ps-footer__links {
    border-top: 1px solid #e1e1e1;
    padding: 60px 0;
    display: none;
}
.ps-block--download-app {
    background-color: #f8f8f8;
    padding: 30px 0;
}
.ps-btn, button.ps-btn {
    background-color: #96CD4E;
}
.ps-product .ps-product__price {
    color: #000;
    font-size: 16px;
    position: relative;
    margin-bottom: 8px;
}
.ps-product {
    border: 1px solid #96cd4e;
    padding: 5px;
    height: 100%;
    margin-right: 12px;
  text-align: center;
  border-radius: 10px;
}
.ps-product .ps-product__title {
    --max-lines: 2;
    color: #06c;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    max-height: calc(1.2em* var(--max-lines));
    overflow: hidden;
    padding: 0px 4px 5px 4px;
}
.ps-product-list .ps-section__header {
    align-items: center;
    background-color: #96CD4E;
    border-bottom: 1px solid #96cd4e;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 16px 20px;
}
.ps-product-list .ps-section__links li a.active {
    color: white;
    font-weight: 700;
}
.ps-product-list .ps-section__links li a {
    color: #000;
    font-weight: 500;
}
.header--mobile {
    background-color: black;
    border-bottom: 0;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    transition: all .4s cubic-bezier(.455,.03,.515,.955);
    width: 100%;
    z-index: 9999;
}
.header--mobile.header--sticky .navigation--mobile {
    background-color: white;
}
.about-hero {
  margin: 10px 0 0 0;
  position: relative;
  width: 100%;
  height: 50vh;
  background: url('https://kayellsanitations.com/storage/Contact-Us-Banner-1-scaled.png') center center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

/* Dark overlay */
.about-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 17%);
}

/* Text styling */
.about-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 10;
}

.about-breadcrumb {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.story-title {
  font-size: 40px;
  font-weight: 700;
  color: black;
      text-shadow: -1px 2px 3px #96cd4e;
}

.story-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-top: 15px;
}

.story-founder {
  margin-top: 20px;
  font-weight: 800;
      color: #96cd4e;
}

/* Founder Image */
.founder-img {
  max-height: 430px;
  object-fit: contain;
      border-radius: 116px 0px 116px 0px;
    border: 1px solid #96cd4ebf;
    box-shadow: 0 5px 12px 0 #96cd4e5c;
}

/* Stats */
.stat-label {
  font-size: 15px;
  color: black;
  margin-bottom: 5px;
      font-weight: 600;
}

.stat-number {
  font-size: 55px;
  font-weight: 700;
  color: #96cd4e;
}

/* Icons */
.stat-label i {
  margin-right: 6px;
}
.custom-container {
   max-width: 1320px;
      margin: auto;
      padding: 0 15px;
}
@media (max-width: 1024px) {
  .story-title {
    font-size: 32px;
  }
  .stat-number {
    font-size: 45px;
  }
  .about-title {
    font-size: 40px;
  }
.ps-home-ads{
  margin-top: 80px;
  }
  .ps-carousel--responsive .owl-dots {
    bottom: -45px;
}
  #homepage-1 .ps-home-banner .ps-banner {
        min-height: 350px;
    }
}
@media (max-width: 768.99px) {
   .kell-heading h2 {
                font-size: 28px;
            }
  .circle-wrapper {
    width: 370px;
    height: 370px;
    padding: 10px;
}
  .about-section h1 {
    font-size: 28px;
}
  .focus-box {
    padding: 20px 12px !important;
}
  .focus-title {
    font-size: 28px;
}
  .comparison-slider {
    height: 280px;
}
  .section-title {
    font-size: 28px;
}
  .custom-rightspace {
    padding-left: 0px !important;
    display: flex;
    justify-content: space-around;
}
  .key-focus-section {
   margin-bottom: -40px;
}
   
  .story-title {
    font-size: 28px;
  }
  .story-text {
    font-size: 15px;
  }
  .about-hero {
        height: 19vh;
    }
  .about-title {
    font-size: 32px;
  }
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 260px;
    }
  .ps-carousel--responsive .owl-dots {
    bottom: -30px;
}
  .ps-home-ads{
    margin-top: 80px;
  }
  .ps-collection {
    margin-bottom: 28px;
}
}
@media (max-width: 479px) {
  .kell-testimonial-section {
    padding: 10px 0 80px;
}
  .youtube-video iframe {
    margin: 18px 0 48px;
    height: 210px;
}
  .ps-product-list .ps-section__links li {
    margin-right: 14px;
    margin-bottom: 5px;
}
  .about-section {
    padding-top: 10px;
    padding-bottom: 0px;
}
  #homepage-1 .ps-home-banner .ps-section__left {
        margin-bottom: 0px;
        max-width: 100%;
        padding-right: 0;
    }
  .circle-wrapper {
    width: 100%;
    height: 344px;
    padding: 10px;
    margin: 0 0 0 auto !important;
}
  .awards-title {
    font-size: 16px;
    margin-bottom: 20px;
}
  .focus-box {
    height: auto; 
  }
  .comparison-slider {
        height: 150px;
    }
  .section-title {
        font-size: 24px;
    }
  .story-title {
        font-size: 24px;
    }
  .stat-number {
        font-size: 24px;
        margin-bottom: 0;
    }
  .custom-rightspace {
        padding-left: 0px !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
  .about-hero {
    height: 15vh;
  }
  .about-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .about-breadcrumb {
    font-size: 14px;
        margin-top: 2px;
  }
  .brand-slider .ps-carousel--responsive .owl-dots {
        bottom: -40px;
    }
  .ps-form--search-mobile button {
    background-color: #ed9c05;
}
      #back2top.active {
        bottom: 115px;
    }
  .ps-footer__widgets {
    padding-bottom: 0px;
}
  .widget_footer .widget {
    margin-bottom: 20px;
    padding-bottom: 6px;
}
  .ps-footer {
    padding-top: 30px;
}
  #homepage-1 .ps-home-banner .ps-banner {
        min-height: 148px;
    }
   .ps-footer__widgets>* {
        flex-basis: 100%;
        max-width: 50%;
    }
    .ps-shop-brand>* {
        max-width: 100%;
    }
  .ps-carousel--responsive .owl-dots {
    bottom: -30px;
}
   .ps-carousel--nav-inside .owl-dots {
    bottom: 45px;
}
  #homepage-1 .ps-site-features {
    padding-bottom: 0px;
}
  .ps-home-ads{
    margin-bottom: 16px;
    margin-top: 70px;
  }
  .ps-product-list .ps-section__header {
    align-items: center;
    background-color: #96CD4E;
    border-bottom: 1px solid #96cd4e;
    display: flex;
    flex-flow: column;
    justify-content: unset;
    padding: 16px 12px;
    text-align: center;
}
  .ps-product {
    border: 1px solid #96cd4e;
    padding: 5px;
    height: 100%;
    margin-right: 16px;
    text-align: center;
    border-radius: 10px;
}
}