/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  
 }
#fp{
    text-align:center;
    color:#000000;
    
}
#tp{
    text-align:center;
    color:#000000;
    
}
.features-section{
background: linear-gradient(180deg,rgba(120, 196, 181, 0.24) 41%, rgba(0, 129, 132, 0.5) 100%);
color:#000000;

}
.feature-icon {
   
    width: 100%;               /* Make the container full width */
    display: flex;             /* Use flex to center content */
    justify-content: center;   /* Horizontally center */
    align-items: center;       /* Vertically center if needed */
    margin: 0 auto;            /* Ensure centering in older browsers */
}

.feature-icon img {
    max-width: 55px;           /* Adjust size of images */
    width: 100%;               /* Make it responsive */
    height: auto;              /* Maintain aspect ratio */
}
a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%)   !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ;
    border-color: linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }
  
.product-item a {
  text-decoration: none !important;
  color: inherit !important;
}

.product-section {
  padding: 1rem 0;
}

.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 90px; /* ⬆️ more room for + icon */
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden; /* keep gradient inside */
}

/* 🔧 Consistent image sizing & spacing */
.product-section .product-item .product-thumbnail {
  display: block;
  margin: 0 auto 25px;
  height: 230px;
  width: auto;
  object-fit: contain;
  position: relative;
  top: 0;
  transition: 0.3s all ease;
}

/* Titles */
.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
  color: #2f2f2f;
  text-decoration: none;
  margin-bottom: 5px;
}

/* Prices */
.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
  color: #2f2f2f;
  text-decoration: none;
}

/* '+' icon styling */
.product-section .product-item .icon-cross {
  position: absolute;
  width: 40px; /* ⬆️ slightly larger for better visibility */
  height: 40px;
  display: inline-block;
  background: #2f2f2f;
  bottom: 25px; /* ⬆️ moved up so it’s not cut */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 2; /* ensure it's above image */
}

/* Center + icon inside the circle */
.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

/* Background gradient hover effect */
.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: linear-gradient(
    360deg,
    rgba(120, 196, 181, 0.53) 41%,
    rgba(0, 129, 132, 0.02) 100%
  );
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s all ease;
}

/* Hover effects */
.product-section .product-item:hover .product-thumbnail {
  top: -15px;
}

.product-section .product-item:hover .icon-cross {
  opacity: 1;
  visibility: visible;
  bottom: 35px; /* smooth transition upward */
}

.product-section .product-item:hover:before {
  height: 70%;
}

/* Why Choose Us Section */
.why-choose-section {
  padding: 7rem 0;
}

/* Image Wrapper */
.why-choose-section .img-wrap {
  position: relative;
  text-align: center; /* center image horizontally */
}

/* Decorative Dots */
.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-40%, -40%);
  z-index: -1;
}

/* Image Styling */
.why-choose-section .img-wrap img {
  border-radius: 20px;
  max-width: 100%;  /* responsive */
  height: auto;     /* maintain aspect ratio */
  display: inline-block;
  transform: rotate(0deg); /* ensures no upside-down issue */
}

/* Vertically center image in row */
.why-choose-section .row {
  align-items: center;
}

/* Feature Boxes */
.feature {
  margin-bottom: 30px;
}

.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}

.feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}

.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}


.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
.we-help-section .imgs-grid .grid.grid-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3 / span 10;
  -ms-grid-row: 20;
  -ms-grid-row-span: 8;
  grid-row: 20 / span 8;
  padding-top: 20px;
  margin-top: -40px; /* moves it slightly upward to overlap naturally */
}

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ;
      position: absolute;
      left: 0;
      top: 8px; }

/* ------------------------------
   KEY FEATURES AUTO SLIDER
--------------------------------*/
.key-features-slider {
  background-color: #f9fafa;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

.key-features-slider h2 {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.key-features-slider h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: calc(250px * 20); /* 10 items duplicated = 20 */
  animation: scroll 40s linear infinite;
}

.feature-item {
  flex: 0 0 250px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  margin: 0 12px;
  padding: 20px 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.feature-item img {
  width: 70px;
  height: auto;
  margin-bottom: 12px;
  border-radius: 10%;
 
  padding: 10px;
}

.feature-item h5 {
  font-size: 15px;
  color: #008184;
  font-weight: 600;
  line-height: 1.3;
}

/* Continuous Scroll Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.slider-wrapper:hover .slider-track {
  animation-play-state: paused;
}

/* Responsive behavior */
@media (max-width: 992px) {
  .feature-item {
    flex: 0 0 200px;
  }
  .slider-track {
    width: calc(200px * 20);
  }
}

@media (max-width: 576px) {
  .feature-item {
    flex: 0 0 160px;
  }
  .feature-item img {
    width: 60px;
  }
  .feature-item h5 {
    font-size: 13px;
  }
  .slider-track {
    width: calc(160px * 20);
  }
}


.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

/* Blog Section Improvements */
.recent-blogs-section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.blog-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    transition: 0.3s;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
}

.blog-content h3 a {
    text-decoration: none;
    color: #222;
}

.blog-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #068487;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.read-more-btn:hover {
    opacity: 0.9;
}

/* Tablet */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
/* -----------------------------
   Footer Section Styles
------------------------------ */
.footer-section {
  
  background: #ffffff;
}
.footer-section .relative {
  position: relative;
}
.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  transition: .3s all ease;
}
.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}

/* ============================= */
/* FOOTER SECTION */
/* ============================= */

.footer-section{
    background: #f3f6f6;
    color:#2f2f2f;
    padding-top:80px;
}

.footer-logo{
    font-size:32px;
    font-weight:700;
    color:#3b9d96 !important;
    text-decoration:none;
}

.footer-logo span{
    color:#3b9d96;
}

/* paragraph */
.footer-section p{
    color:#6a6a6a;
    line-height:1.8;
    max-width:420px;
}

/* LINKS */
.links-wrap ul li{
    margin-bottom:12px;
}

.links-wrap ul li a{
    color:#2f2f2f;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.links-wrap ul li a:hover{
    color:#3b9d96;
}

/* SOCIAL ICONS */
.custom-social li a{
    width:44px;
    height:44px;
    background:#dce5e4;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#3b9d96;
    font-size:18px;
    transition:.3s;
}

.custom-social li a:hover{
    background:#3b9d96;
    color:#fff;
}

/* COPYRIGHT */
.footer-section .border-top{
    border-color:#e5e5e5 !important;
    margin-top:40px;
}

.footer-section .text-center{
    color:#777;
}
/* -----------------------------
   Subscription Form
------------------------------ */
.footer-section .subscription-form {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;

  background: #f8f9fa;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
  outline: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  border: 2px solid transparent;
  background-image: linear-gradient(white, white),
                    linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.footer-section .subscription-form .btn {
  border-radius: 10px !important;
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  transition: background 0.3s ease;
}
.footer-section .subscription-form .btn:hover {
  opacity: 0.9;
}

/* Sofa Image */
.footer-section .sofa-img {
  position: absolute;
  top: -150px;
  right: 30px;
  z-index: 1;
}
.footer-section .sofa-img img {
  max-width: 220px;
  height: auto;
}

/* Footer Links and Social Icons */
.footer-section .links-wrap {
  margin-top: 0;
}
@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}
.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}
.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: linear-gradient(360deg,rgba(120, 196, 181, 0.53) 41%, rgba(0, 129, 132, 0.02) 100%);
  border-radius: 50%;
  color: #008184;
}
.footer-section .custom-social li a:hover {
  background: linear-gradient(206deg, #78c4b5 0%, #008184 100%);
  color: #ffffff;
}
.footer-section .border-top {
  border-color: rgba(120, 196, 181, 0.3);
}
.footer-section .border-top.copyright {
  font-size: 14px !important;
}

/* -----------------------------
   Air Quality Index Section
------------------------------ */
.air-quality-section {
  margin-top: 70px;
  display: flex;
  align-items: flex-end;/* Vertically aligned with subscribe box */
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  
}

/* AQI Box */
.air-quality-widget {
  background: linear-gradient(180deg, #4fb8a4, #008184);
  color: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center;
  transition: all 0.4s ease;
}
#aqi-box {
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 15px;
  margin: 15px auto;
  width: 60%;
  transition: 0.4s ease;
}
#aqi-value {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

/* AQI Dynamic States */
.aqi-good #aqi-box {
  background-color: rgba(0, 228, 0, 0.3);
  box-shadow: 0 0 20px 4px #00e400;
}
.aqi-moderate #aqi-box {
  background-color: rgba(255, 235, 59, 0.3);
  box-shadow: 0 0 20px 4px #ffff66;
}
.aqi-unhealthy #aqi-box {
  background-color: rgba(255, 126, 0, 0.3);
  box-shadow: 0 0 20px 4px #ff9933;
}
.aqi-hazardous #aqi-box {
  background-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 25px 6px #ff0000;
}

/* Legend */
.legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.legend-item .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.legend .dot.good { background: #00e400; }
.legend .dot.moderate { background: #ffeb3b; }
.legend .dot.unhealthy { background: #ff7e00; }
.legend .dot.hazardous { background: #ff0000; }

/* Active Highlight */
.legend-item.active {
  transform: scale(1.3);
  font-weight: 700;
  color: #fff;
  filter: drop-shadow(0 0 8px currentColor);
}
.legend-item.active .dot {
  box-shadow: 0 0 18px 6px currentColor;
}

/* Responsive */
@media (max-width: 768px) {
  .air-quality-section {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .footer-section .subscription-form {
    width: 100%;
    text-align: center;
  }
}


/* service style */

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid linear-gradient(206deg, #78c4b5 0%, #008184 100%)   !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: linear-gradient(206deg, #78c4b5 0%, #008184 100%)   !important; }

.thankyou-icon {
  position: relative;
  color: linear-gradient(206deg, #78c4b5 0%, #008184 100%)  ; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
    
    
/* -------------------------
   MOBILE RESPONSIVE FIXES
-------------------------- */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100%;
  }

  /* Hero Section Fix */
  .hero .hero-img-wrap img,
  .hero .hero-img-wrap:after {
    right: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    position: relative !important;
  }

  /* We Help Section Grid Fix */
  .we-help-section .imgs-grid {
    display: block !important;
  }
  .we-help-section .imgs-grid .grid {
    padding: 0 !important;
    margin-bottom: 20px;
  }

  /* Key Features Slider */
  .slider-track {
    width: max-content !important;
  }

  /* Footer Fix */
  .footer-section .sofa-img {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  /* Decorative backgrounds */
  .why-choose-section .img-wrap:before,
  .hero .hero-img-wrap:after,
  .we-help-section .imgs-grid:before {
    display: none !important;
  }

  /* Ensure sections fit viewport */
  .section,
  .container,
  .row {
    margin: 0 !important;
    padding: 0 15px !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Fix AQI & subscribe section width */
  .air-quality-section,
  .subscription-form {
    width: 100% !important;
  }
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  font-size: 16px;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #1ebe57, #0b7a61);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.cta-btn i {
  font-size: 20px;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none !important; /* ✅ Remove underline */
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
