/** Shopify CDN: Minification failed

Line 325:14 Expected ":"
Line 1894:4 Unexpected "{"
Line 1894:5 Expected identifier but found "%"
Line 1898:4 Unexpected "{"
Line 1898:5 Expected identifier but found "%"
Line 1964:8 Expected identifier but found "*"
Line 1968:8 Expected identifier but found "*"
Line 1975:8 Expected identifier but found "*"
Line 1979:8 Expected identifier but found "*"
Line 1986:8 Expected identifier but found "*"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
.lq-about-us-award-section {
    padding: 50px 0px 80px;
    background-color: #F9F9F9;
}
 .lq-about-us-award-section .lq-section-description {
    text-align: center;
    margin-top: 15px;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
   
}
.lq-about-us-award-section .lq-award-slider-section {
    padding-top: 0px;
    overflow: hidden;
}
.lq-about-us-award-section .lq-award-slider-section .swiper-slide {
    height: auto;
    display: flex;
}
.lq-about-us-award-section .lq-award-item {
    border-radius: 20px;
    background-color: ;
    padding: 0px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.lq-about-us-award-section .lq-award-item .lq-award-content {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
}
.lq-about-us-award-section .lq-award-item .lq-award-content img {
    width: 80%;
    height: 300px;
    object-fit: contain;
}
.lq-about-us-award-section .lq-award-item .lq-award-content .lq-sub-heading {
    color: #101010;
}
.lq-learn-more-btn-container {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    display: none;
}
.lq-learn-more-btn-container .lq-learn-more-btn {
    padding: 5px 20px;
    background-color: #000;
    display: flex;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lq-learn-more-btn-container .lq-learn-more-btn:hover {
    background-color: #FF8832;
}
.lq-award-modal-section {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;    
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease 0.2, opacity 0.3s ease 0.4s;
}
.lq-award-modal-section.open {
    visibility: visible;
    opacity: 1;
}
.lq-award-modal-section .lq-overlay {
    background-color: #00000045;
    height: 100%;
    width: 100%;
}
.lq-award-modal-container {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    height: fit-content;
    border-radius: 20px;
    padding: 50px 100px;
}
.lq-award-modal-container .lq-award-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff0e4;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lq-award-modal-container .lq-award-close svg {
    width: 13px;
}
.lq-award-modal-container .lq-award-close svg path {
    stroke: #000;
    stroke-width: 2px;
}
body.no-scroll {
    overflow: hidden;
}
.lq-award-images-gallery {
    padding-top: 30px;
    overflow: hidden;
}
.lq-award-images-gallery-desktop {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-top: 30px;
}
.lq-award-images-gallery-desktop .lq-award-image-item {
    padding: 20px 30px;
    background-color: #f9f9f9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lq-award-images-gallery-desktop .lq-award-image-item img {
    width: 100%;
}
.lq-award-images-gallery .lq-award-image-item {
    padding: 20px 0px;
    background-color: #f9f9f9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.lq-award-images-gallery .lq-award-image-item img {
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .lq-award-images-gallery-desktop {
        display: none;
    }
    .lq-award-modal-container {
        padding: 40px 20px 30px;
        width: 90%;
    }
    .lq-about-us-award-section .lq-section-heading {
        text-align: center;
    }
    .lq-award-modal-container .lq-award-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .lq-award-modal-container .lq-award-close svg {
        width: 12px;
    }
    .lq-learn-more-btn-container {
        padding-top: 20px;
    }
    .lq-learn-more-btn-container .lq-learn-more-btn {
        padding: 8px 20px;
    }
    .lq-award-images-gallery .lq-award-image-item {
        padding: 0px;
    }
    .lq-award-images-gallery .lq-award-image-item img {
        width: 80%;
    }
    .lq-about-us-award-section .lq-award-slider-section {
        padding-top: 30px;
    }
  .lq-about-us-award-section .lq-section-description {
        font-size: 15px;
        text-align:left;
    }
  .lq-about-us-award-section .lq-award-item .lq-award-content img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
}

@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) {
    .lq-award-images-gallery-desktop {
        display: none;
    }
    .lq-award-modal-container {
        padding: 40px 20px 30px;
        width: 90%;
    }
    .lq-about-us-award-section .lq-section-heading {
        text-align: left;
    }
    .lq-award-modal-container .lq-award-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .lq-award-modal-container .lq-award-close svg {
        width: 12px;
    }
    .lq-learn-more-btn-container {
        padding-top: 20px;
    }
    .lq-learn-more-btn-container .lq-learn-more-btn {
        padding: 8px 20px;
    }
    .lq-award-images-gallery .lq-award-image-item {
        padding: 0px;
    }
    .lq-award-images-gallery .lq-award-image-item img {
        width: 80%;
    }
    .lq-about-us-award-section .lq-award-slider-section {
        padding-top: 30px;
    }
}
.about-us-award-section{
    padding:50px 0px 80px;
    background-color:#F9F9F9;
  }
  .about-us-award-section .award-slider-section{
    padding-top:50px;
    overflow:hidden;
  }
  .about-us-award-section .award-slider-section .swiper-slide{
    height:auto;
    display:flex;
  }
  .about-us-award-section .award-item{
    border-radius: 20px;
    background-color: #fff;
    padding: 50px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
  }
  .about-us-award-section .award-item .award-content{
     padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
  }
  .about-us-award-section .award-item .award-content img{
    width: 80%;
    height: 100px;
    object-fit: contain;
  }
  .about-us-award-section .award-item .award-content .sub-heading{
    color:#101010;
  }
  .learn-more-btn-container{
    padding-top:50px;
    display:flex;
    justify-content: center;
    display:none;
  }
  .learn-more-btn-container .learn-more-btn{
    padding:5px 20px;
    background-color:#000;
    display:flex;
    border-radius:50px;
    color:#fff;
    transition: all 0.3s ease;
    cursor:pointer;
  }
  .learn-more-btn-container .learn-more-btn:hover{
    background-color:#FF8832;
  }
  .award-modal-section{
    position:fixed;
    z-index:9999;
    height:100%;
    width:100%;
    top:0;    
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:hidden;
    opacity:0;
    transition visibility 0.3s ease 0.2, opacity 0.3s ease 0.4s;
  }
  .award-modal-section.open{
    visibility:visible;
    opacity:1;
  }
  .award-modal-section .overlay{
    background-color:#00000045;
    height:100%;
    width:100%;
  }
  .award-modal-container{
    background-color:#fff;
    position:absolute;
    width:100%;
    height:100%;
    max-width:1300px;
    height:fit-content;
    border-radius:20px;
    padding:50px 100px;
  }
  .award-modal-container .award-close{
    position:absolute;
    top:20px;
    right:20px;
    background-color: #fff0e4;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .award-modal-container .award-close svg{
    width:13px;
  }
  .award-modal-container .award-close svg path{
    stroke: #000;
    stroke-width: 2px;
  }
  body.no-scroll{
    overflow:hidden;
  }
  .award-images-gallery{
    padding-top:30px;
    overflow:hidden;
  }
  .award-images-gallery-desktop{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    padding-top:30px;
  }
  .award-images-gallery-desktop .award-image-item{
    padding:20px 30px;
    background-color:#f9f9f9;
    border-radius:16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .award-images-gallery-desktop .award-image-item img{
    width:100%;
  }
  .award-images-gallery .award-image-item{
    padding:20px 0px;
    background-color:#f9f9f9;
    border-radius:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:auto;
  }
  .award-images-gallery .award-image-item img{
    width:80%;
  }

  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .award-images-gallery-desktop{
      display:none;
    }
    .award-modal-container{
      padding:40px 20px 30px;
      width:90%;
    }
    .about-us-award-section .section-heading{
      text-align:left;
    }
    .award-modal-container .section-heading{
      font-size:20px;
      text-align:center;
    }
    .award-modal-container .award-close{
      top:10px;
      right:10px;
      width:30px;
      height:30px;
    }
    .award-modal-container .award-close svg{
      width:12px;
    }
    .learn-more-btn-container{
      padding-top:20px;
    }
    .learn-more-btn-container .learn-more-btn{
      padding:8px 20px;
    }
    .award-images-gallery .award-image-item{
      padding:0px;
    }
    .award-images-gallery .award-image-item img{
      width:80%;
    }
    .about-us-award-section .award-slider-section{
      padding-top:30px;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .award-images-gallery-desktop{
      display:none;
    }
    .award-modal-container{
      padding:40px 20px 30px;
      width:90%;
    }
    .about-us-award-section .section-heading{
      text-align:left;
    }
    .award-modal-container .section-heading{
      font-size:24px;
      text-align:center;
    }
    .award-modal-container .award-close{
      top:10px;
      right:10px;
      width:30px;
      height:30px;
    }
    .award-modal-container .award-close svg{
      width:12px;
    }
    .learn-more-btn-container{
      padding-top:20px;
    }
    .learn-more-btn-container .learn-more-btn{
      padding:8px 20px;
    }
    .award-images-gallery .award-image-item{
      padding:0px;
    }
    .award-images-gallery .award-image-item img{
      width:80%;
    }
    .about-us-award-section .award-slider-section{
      padding-top:30px;
    }
  }
.about-us-featured-specs-section{
      padding:80px 0px;
  }
  .featured-specs-content-header{
      display:flex;
      gap:1rem;
  }
  .featured-specs-details-list-container{
      padding-top:50px;
      display:flex;
      gap:25px;
  }
  .about-us-featured-specs-section .featured-specs-item{
      flex-grow: 1;
      height:650px;
      transition: all 300ms ease-in-out !important;
      position: relative;
      overflow:hidden;
      border-radius:30px;

      &:hover {
          flex-grow: 1.6;
      }
      &:hover .featured-specs-content .description{ 
          display:block;
      }
  }
  .featured-specs-item .featured-specs-img{
      width:100%;
      height:100%;
      object-fit:cover;
      position:absolute;
  }
  .featured-specs-content{
    position:absolute;
    bottom:30px;
    z-index:1;
    padding:0px 30px;
    width:100%;
  }
  .featured-specs-content .description{
    display:none;
  }
  .featured-specs-content-header .description{
     line-height: revert;
  }
  
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .featured-specs-content-header{
      flex-direction:column;
    }
    .about-us-featured-specs-section{
      padding:50px 0px;
    }
    .featured-specs-details-list-container{
      flex-direction:column;
    }
    .about-us-featured-specs-section .featured-specs-item{
      height:450px;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .featured-specs-content-header{
      flex-direction:column;
    }
    .about-us-featured-specs-section{
      padding:50px 0px;
    }
    .featured-specs-details-list-container{
      flex-direction:column;
    }
    .about-us-featured-specs-section .featured-specs-item{
      height:450px;
    }
  }
.about-us-footer-links-section{
    padding:50px 0px 80px;
  }
  .about-us-footer-links-section .footer-links-section{
    display:flex;
    gap:30px;
  }
  .about-us-footer-links-section .footer-links-item{
    border-radius:25px;
    overflow:hidden;
    position:relative;
  }
  .about-us-footer-links-section .footer-links-section .footer-links-img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: all 0.3s ease;
  }
  .about-us-footer-links-section .footer-links-item .footer-link-tag{
    position:absolute;
    bottom:20px;
    z-index:1;
    width:fit-content;
    left:0;
    padding:0px 30px;
  }
  .about-us-footer-links-section .footer-links-item .footer-link-tag:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF8832;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    bottom: 5px;
  }
  .about-us-footer-links-section .footer-links-item .footer-link-tag:hover:after{
    opacity:1;
  }
  
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .about-us-footer-links-section{
      padding-bottom:20px;
    }
    .about-us-footer-links-section .footer-links-section{
      flex-direction:column;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .about-us-footer-links-section{
      padding-bottom:20px;
    }
    .about-us-footer-links-section .footer-links-section{
      flex-direction:column;
    }
  }
.about-us-count-label-section{
    padding:100px 0px;
  }
  .about-us-count-label-section .count-label-list-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    justify-items: center;
  }
  .about-us-count-label-section .count-label-item{
    display:flex;
    flex-direction:column;
    gap:1rem;
    position:relative;
  }
  .about-us-count-label-section .count-label-item h2{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:5px;
  }
  .about-us-count-label-section .count-label-item:after{
     content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #FFF0E4;
    position: absolute;
    top: 0;
    right: -41%;
  }
  .about-us-count-label-section .count-label-item:last-child:after{
    display:none;
  }
  .about-us-count-label-section .count-label-item .description{
    color:#ACACAC;
  }
  
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .about-us-count-label-section{
      padding:50px 0px;
    }
    .about-us-count-label-section .count-label-list-container{
      grid-template-columns: 1fr;
      row-gap:30px;
    }
    .about-us-count-label-section .count-label-item{
      padding:0px 40px;
    }
    .about-us-count-label-section .count-label-item:after{
      display:none;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .about-us-count-label-section{
      padding:50px 0px;
    }
    .about-us-count-label-section .count-label-list-container{
      grid-template-columns: 1fr;
      row-gap:30px;
    }
    .about-us-count-label-section .count-label-item{
      padding:0px 40px;
    }
    .about-us-count-label-section .count-label-item:after{
      display:none;
    }
  }
.about-us-header-container{
        box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.1);
        background-color:#fff;
    }
    .page-header-section .product-header-menu{
        display:flex;    
        justify-content: space-evenly;
    }
    .page-header-section .product-header-menu .list-menu-link{
        padding:1.5rem 0px;
        transition: all 0.3s ease;
        border-bottom: 3px solid #fff;
        cursor:pointer;
    }
    .page-header-section .product-header-menu .list-menu-link.active{
        border-bottom: 3px solid #FF8832;
    }
    .shopify-section-header-sticky{
        opacity:1;
        visibility:visible;
        transition: visibility 0.1s ease, opacity 0.5s ease;
    }
    .header-hide {
        opacity:0;
        visibility:hidden;
    }
    .product-header-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4; /* Make sure it's above other content */
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .page-header-section .product-header-menu .list-menu-link{
            font-size:15px;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .page-header-section .product-header-menu .list-menu-link{
            font-size:16px;
        }
    }
.partner-section-wrapper {
  background-color: #F9F9F9;
}
.partner-section {
  display: flex;
  gap: 4rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.partner-section__left {
  flex: 0.3;
}
.illustration {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.partner-section__right {
  flex: 0.7;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.partner-logos {
  display: flex;
  gap: 2rem;
  position: relative;
  padding: 2rem 0;
}
.partner-logos::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #e0e0e0;
}
.partner-logo-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.partner-logo {
  height: 90px;
  width: auto;
}
.cta-button {
  background: #FF8832;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.cta-button:hover {
  background: #000000;
  transform: translateY(-1px);
}
.contact-info {
  text-align: center;
  color: #666;
  padding-top: 2rem;
  margin-top: 1rem;
   position: relative;
}
.contact-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width:60%;  
  height: 1px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .partner-section {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .partner-logos {
    flex-direction: column;
    gap: 2rem;
  }
  .partner-logos::after {
    display: none;
  }
  .partner-logo-item {
    width: 100%;
  }
}
.article-recommended-section{
    padding-bottom:50px;
    background-color:#FBFBFB;
    overflow:hidden;
  }
  .article-recommended-section .recommended-article-list-container{
    padding-top:30px;
  }
  .article-recommended-section .recommended-article-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap:25px;
    row-gap:40px;
  }
  .article-recommended-section .recommended-article-list-container .article-featured-image{
    height:280px;
    overflow:hidden;
  }
  .article-recommended-section .recommended-article-list-container .article-featured-image img{
    object-fit:cover;
  }
  .article-recommended-section .recommended-article-list-container .article-item{
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 280px;
  }
  .article-recommended-section .recommended-article-list-container .article-item .article-featured-image img,
  .article-recommended-section .recommended-article-list-container .article-item .article-details .article-title{
    transition: all 0.5s ease;
  }
  .article-recommended-section .recommended-article-list-container .article-item:hover .article-featured-image img{
    scale:1.1;
  }
  .article-recommended-section .recommended-article-list-container .article-item:hover .article-details .article-title{
    color:#FF8832;
  }
  .article-recommended-section .recommended-article-list-container .article-item .article-details{
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
  }
  .article-recommended-section .article-except{
    padding-top: 10px;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .article-recommended-section{
      padding-bottom:20px;
    }
    .article-recommended-section .recommended-article-list-container{
      grid-template-columns: 1fr;
      row-gap:25px;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .article-recommended-section{
      padding-bottom:20px;
    }
    .article-recommended-section .recommended-article-list-container{
      grid-template-columns: 1fr;
      row-gap:30px;
    }
  }
.contact-us-banner-img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
.contact-us-map-section{
    padding:20px 0px 50px;
  }
  .contact-us-map-section iframe{
    width:100%;
    height:500px;
  }
.custom-slider-heading h2.heading {
    font-weight: 800 !important;
    font-synthesis: weight; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .custom-content-slider{
        padding:50px 0px;
    }
    .custom-content-slider .inner-section{
        padding:0px 70px;
    }
    .custom-content-slider .mid-image-container{
        display:flex;
        gap:70px;
    }
    .custom-content-slider .mid-image-item{
        display:flex;
        width:100%;
        align-items: center;
    }
    .custom-content-slider .mid-image-item img{
        width:100%;
      height: auto !important;
      object-fit:contain;
      max-height: 750px; 
    }
    .custom-content-slider .mid-image-item.image-image-content h2{
      padding-bottom:20px;
    }
    .custom-content-slider .mid-image-item.image-image-content .content-image{
      object-fit:contain;
      width:80%;
      height:fit-content;
      margin-top:15px;
    }
    .custom-content-slider .custom_mid-image-slider{
        overflow:hidden;
        margin-top:50px;
    }
    .custom-content-slider .text-conatiner{
        overflow:hidden;
    }
    .custom-content-slider .text-content-details{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .custom-content-slider .top-header-item .text-animate{
        transform: translateY(80px);
        opacity:0;
        transition: transform 0.5s ease, opacity 0.3s ease;
    }
    .custom-content-slider .top-header-item.swiper-slide-active .text-animate{
        transform: translateY(0px);
        opacity:1;
    }
    .custom-content-slider .bottom-pagination-slider{
        width:fit-content !important;
        margin:auto;
        border-radius:50px;
        text-align:center;
    }
    .custom-content-slider .tab-pagination{
        font-family: 'Mulish-SemiBold';
        font-size:17px;
        color:#fff;
        opacity:1;
        position: unset;
        width: fit-content;
        height: fit-content;
        background: #fff;
        padding:10px 2.5rem;
        border-radius:50px;
        color:#7E7E7E;
        border:1px solid #DBDBDB;
        margin:0px 10px !important;
    }
    .custom-content-slider .tab-pagination.swiper-pagination-bullet-active{
        background:#FF8832;
        color:#fff;
    }
    .custom-content-slider .image-slider-slider-arrows{
        position:absolute;
        top:50%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next_custom{
        background: #E2E2E2;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev-mobile_custom, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next-mobile_custom{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom:hover, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next_custom:hover{
        background: #FF8832;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev:hover svg path, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next:hover svg path{
        fill:#fff;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom svg path,
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next_custom svg path{
        fill:#000;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom svg, .image-slider-slider-arrows .image-slider-button-next_custom svg{
        width:45px;
        height:45px;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev-mobile_custom svg, .image-slider-slider-arrows .image-slider-button-next-mobile_custom svg{
        width:40px;
        height:40px;
    }
    .custom-content-slider .additinal-img{
      height:fit-content !important;
      margin-top:20px;
      width:80%;
    }
      .custom-slider-heading {
        text-align: center;
        margin-bottom: 50px;
    }
    .custom-slider-heading .black-text {
        color: #121212;
      font-weight:800;
    }
    .custom-slider-heading .green-text {
        color: #42B134;
      font-weight:800;
    }
    
    @media only screen and (max-width: 768px) {
        .custom-slider-heading {
            margin-bottom: 30px;
        }
    }
   .custom-slider-heading .black-text {
        color: #121212;
      font-weight:800;
    }
  .custom-slider-heading .green-text {
        color: #42B134;
      font-weight:800;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
      .custom-slider-heading h2,
        .custom-slider-heading .black-text,
        .custom-slider-heading .green-text {
            font-weight: 800;
      .custom-slider-heading h2.heading {
        font-synthesis: weight;
        font-weight: 900 !important;
    }
        .custom-content-slider .bottom-pagination-slider-container{
           display:none;
        }
        .custom-content-slider .bottom-pagination-slider-container::-webkit-scrollbar {
          height:0px;
        }
        .custom-content-slider .bottom-pagination-slider-mobile{
            width: 1000px !important;
            margin:unset;
            text-align: unset;
            padding-left:20px;
        }
        .custom-content-slider .tab-pagination{
            font-size:16px;
            margin:0px !important;    
            padding:5px 20px;
            margin-right:10px !important;
        }
        .custom-content-slider{
            padding:0px 0px 50px;
        }
        .custom-content-slider .mid-image-item{
            display:flex;
            flex-direction:column;
            border-radius:10px;
            gap:30px;
        }
        .custom-content-slider .mid-image-item.right-content{
          flex-direction:column-reverse;
        }
        .custom-content-slider .page-width{
          padding:0px;
        }
        .custom-content-slider .inner-section{
            padding:0px;
        }
        .custom-content-slider .image-slider-slider-arrows{
            padding:0px 10px;
            top:50%;
        }
        .custom-content-slider .mid-image-slider-mobile_custom{
            margin-top:0px;
            padding:0px 20px;
            overflow:hidden;
            position:relative;
        }
        .custom-content-slider .mid-image-item{
            width:100% !important;
        }
        .custom-content-slider .text-content-details{
            justify-content:flex-start;
        }
        .custom-content-slider .mid-image-item img{
          height:100%;
        }
        .custom-content-slider .mid-image-item.image-image-content{
          flex-direction:column-reverse;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .custom-content-slider .bottom-pagination-slider-container{
           display:none;
        }
        .custom-content-slider .tab-pagination{
            font-size:12px;
            margin:0px !important;    
            padding:5px 10px;
        }
        .custom-content-slider{
            padding:0px 0px 50px;
        }
        .custom-content-slider .mid-image-item{
            display:flex;
            flex-direction:column;
            border-radius:10px;
            gap:30px;
        }
        .custom-content-slider .mid-image-item.right-content{
          flex-direction:column-reverse;
        }
        .custom-content-slider .inner-section{
            padding:0px;
        }
        .image-slider-slider-arrows{
            padding:0px 10px;
        }
        .custom-content-slider .custom_mid-image-slider{
            margin-top:0px;
        }
        .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev svg, 
        .custom-content-slider .image-slider-slider-arrows .image-slider-button-next svg{
            width:40px;
            height:40px;
        }
        .custom-content-slider .text-content-details{
            justify-content:flex-start;
        }
        .custom-content-slider .mid-image-item img{
          height:100%;
        }
        .custom-content-slider .mid-image-item.image-image-content{
          flex-direction:column-reverse;
        }
    }

  @media (min-width: 1024px) and (orientation: portrait) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
      height:100%;
    }
  }
  
   /* COMPUTERS */
  @media (min-width: 1024px) and (orientation: landscape) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
     height: auto !important; 
        max-height: 750px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
       height: auto !important;
        max-height: 750px;
    }
  }
  @media only screen and (min-width: 1366px) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
      height: auto !important;
        max-height: 750px;
    }
  }
  @media only screen and (min-width: 1440px) {
    .custom-content-slider .mid-image-item{
      gap:5%;
    }
    .custom-content-slider .mid-image-item img{
      height:750px;
    }
  }
  @media only screen and (min-width: 1536px) {
    .custom-content-slider .mid-image-item{
      gap:7%;
    }
    .custom-content-slider .mid-image-item img{
       height: auto !important;
        max-height: 750px;
    }
  }
  @media only screen and (min-width: 1600px) {
    .custom-content-slider .mid-image-item{
      gap:8%;
    }
    .custom-content-slider .mid-image-item img{
     height: auto !important;
        max-height: 750px;
    }
  }
  @media only screen and (min-width: 1920px) {
   
    .custom-content-slider .mid-image-item{
      gap:10%;
    }
    .custom-content-slider .mid-image-item img{
    height: auto !important;
        max-height: 750px;
    }
    }
  }
  @supports (-webkit-touch-callout: none) {
    .custom-slider-heading h2.heading {
        font-synthesis: weight style; 
        font-weight: 900 !important;
    }
}
.search-recommendation-container{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    column-gap:1rem;
    row-gap:20px;
    padding-top:20px;
  }
  .search-recommendation-item{
    display:flex;
    gap:1.5rem;
    align-items: center;
  }
  .search-recommend-img{
    width:52px;
    height:52px;
    object-fit:contain;
  }
  .search-recommendation-container .product-details p{
    line-height:normal;
  }
    
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .search-recommendation-container{
      grid-template-columns: 1fr;
      row-gap:10px;
    }
    .header__search .search-modal{
      padding-top:30px;
      background:#fff;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .search-recommendation-container{
      grid-template-columns: 1fr;
      row-gap:10px;
    }
    .header__search .search-modal{
      padding-top:30px;
    }
  }
.about-us-section{
        padding:80px 0px;
        background-color:#f9f9f9;
    }
    .about-us-img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .about-us-content{
        display:flex;
        align-items:center;
    }
    .img-container{
        border-radius:16px;
        overflow:hidden;
        height:100%;
        display:flex;
    }
    .fit-height{
        height:fit-content;
    }
    .about-us-content-mobile{
      display:none;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px){
        .about-us-content{
            display:none;
        }
        .about-us-section .content-container{
            align-items: center;
        }
        .about-us-section .content-container h5,
        .about-us-section .content-container h2{
            text-align: center;
        }
        .about-us-section{
            padding:50px 0px;
        }
        .about-us-content-mobile{
          display:flex;
          flex-direction:column-reverse;
          gap:30px;
        }
        .about-us-content-mobile .about-us-images-container{
            display:flex;
            flex-direction:column;
            gap:10px;
        }
        
        .about-us-content-mobile .about-us-images-container .column-container{
            display:grid;
            grid-template-columns: 65% auto;
            column-gap:10px;
        }
        .about-us-images-container .img-container{
          height:200px;
        }
        .about-us-content-mobile .about-us-images-container .img-container img{
          width:100%;
          height:100%;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .about-us-content{
            display:none;
        }
        .about-us-section .content-container{
            align-items: center;
        }
        .about-us-section .content-container h5,
        .about-us-section .content-container h2{
            text-align: center;
        }
        .about-us-content-mobile{
          display:flex;
          flex-direction:column-reverse;
          gap:30px;
        }
        .about-us-content-mobile .about-us-images-container .img-container img{
          width:100%;
          height:100%;
        }
        .about-us-images-container .img-container{
          height:200px;
        }

    }
.community-section{
        padding:80px 0px;
        position:relative;
    }
    .community-slider-container{
        padding-top:50px;
        overflow:hidden;
    }
    .community-item{
        overflow:hidden;
        border-radius:20px;
        position:relative;
    }
    .author-img{
        width:30px;
        height:30px;
        object-fit:cover;
        border-radius:50px;
    }
    .community-content{
        position:absolute;
        bottom:0;
        padding:2rem;
    }
    .author-name{
        font-size:14px;
    }
    .author-details{
        display:flex;
        gap:1rem;
        padding-bottom:1rem;
    }
    .community-section .bg-image{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .community-slider-arrows{
        position:absolute;
        top:55%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .community-slider-arrows .community-button-next, 
    .community-slider-arrows .community-button-prev{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .community-slider-arrows .community-button-next:hover, 
    .community-slider-arrows .community-button-prev:hover{
        background: #FF8832;
    }
    .community-section .community-slider-swiper-pagination{
        display:none;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .community-slider-container .community-item{
            height:450px;
        }
        .community-section .community-slider-swiper-pagination{
            display:flex;
        }
        .community-slider-container{
            padding-top:30px;
        }
        .community-slider-arrows{
            padding:0px 10px;
        }
        .community-slider-arrows .community-button-next svg, 
        .community-slider-arrows .community-button-prev svg{
            width:45px;
            height:45px;
        }
        .community-slider-arrows .community-button-next, 
        .community-slider-arrows .community-button-prev{
            background:#dbdbdb6e;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .community-slider-container .community-item{
            height:450px;
        }
        .community-section .community-slider-swiper-pagination{
            display:flex;
        }
        .community-slider-container{
            padding-top:30px;
        }

    }
    /* TABLETS  */ 
    @media only screen and (min-width: 768px) {
        .community-slider-container .community-item{
            height:450px;
        }
    }
    @media only screen and (min-width: 800px) {
        .community-slider-container .community-item{
            height:450px;
        }
    }
    @media (min-width: 1024px) and (orientation: portrait) {
        .community-slider-container .community-item{
            height:400px;
        }
    }

    /* COMPUTERS */
    @media (min-width: 1024px) and (orientation: landscape) {
        .community-slider-container .community-item{
            height:400px;
        }
    }
    @media only screen and (min-width: 1280px) {
        .community-slider-container .community-item{
            height:400px;
        }
    }
    @media only screen and (min-width: 1366px) {
        .community-slider-container .community-item{
            height:400px;
        }
    }
    @media only screen and (min-width: 1440px) {
        .community-slider-container .community-item{
            height:450px;
        }
    }
    @media only screen and (min-width: 1536px) {
        .community-slider-container .community-item{
            height:500px;
        }
    }
    @media only screen and (min-width: 1600px) {
        .community-slider-container .community-item{
            height:600px;
        }
    }
    @media only screen and (min-width: 1920px) {
        .community-slider-container .community-item{
            height:650px;
        }
    }
.featured-blog-section{
        padding:50px 0px 50px;
        background-color:#F9F9F9;
        overflow:hidden;
        position:relative;
    }
    .footer-icons-support-section,
    .newsletter-section{
        background-color:#F9F9F9;
    }
    .featured-blog-list-slider{
        padding-top:50px;
    }
    .featured-blog-section .feat-blog-item{
        position:relative;
        border-radius:32px;
        overflow:hidden;
    }
    .featured-blog-section .feat-blog-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
    }
    .featured-blog-section .blog-details{
        position:absolute;
        bottom:2rem;
        left:0;
        width: fit-content;
        padding: 0px 2.5rem;
        z-index:2;
    }
    .featured-blog-section .feat-blog-item:before{
        background: linear-gradient(0deg, #00000073 0%, transparent 100%);
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        transition: all 0.5s ease;
        opacity: 1;
    }
    .featured-blog-section .blog-date-time{
        font-size:14px;
    }
    .featured-blog-slider-arrows{
        position:absolute;
        top:55%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .featured-blog-slider-arrows .featured-blog-button-prev, 
    .featured-blog-slider-arrows .featured-blog-button-next{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .featured-blog-slider-arrows .featured-blog-button-prev:hover, 
    .featured-blog-slider-arrows .featured-blog-button-next:hover{
        background: #FF8832;
    }
    .featured-blog-section .featured-blog-swiper-pagination{
      display:none;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px){
        .featured-blog-section .content-heaher{
            flex-direction:column;
            align-items: center;
        }
        .featured-blog-section .featured-blog-swiper-pagination{
          display:flex;
        }
        .featured-blog-section .content-heaher .heading,
        .featured-blog-section .content-heaher .description{
            text-align:center;
        }
        .featured-blog-section .content-heaher .see-all-collection{
            justify-content: center;
            margin-top:20px;
        }
        .featured-blog-list-slider{
            padding-top:30px;
        }
        .featured-blog-section .feat-blog-item{
            border-radius:20px;
        }
        .featured-blog-slider-arrows{
            padding:0px 10px;
        }
        .featured-blog-slider-arrows .featured-blog-button-prev, 
        .featured-blog-slider-arrows .featured-blog-button-next{
              background: #dbdbdb6e;
        }
        .featured-blog-slider-arrows .featured-blog-button-prev svg, 
        .featured-blog-slider-arrows .featured-blog-button-next svg{
            width:45px;
            height:45px;
        }
        .featured-blog-section .feat-blog-item{
            height:250px;
        }
        .featured-blog-section .feat-blog-item .blog-post-title{
            font-size:20px;
        }   
        .blog-description {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 250px;
        }
        .featured-blog-section .blog-details{
            bottom:1rem;
            padding:0px 2rem;
        }
    }
    
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .featured-blog-section .featured-blog-swiper-pagination{
          display:flex;
        }
        .featured-blog-section .content-heaher{
            flex-direction:column;
            align-items: center;
        }
        .featured-blog-section .content-heaher .heading,
        .featured-blog-section .content-heaher .description{
            text-align:center;
        }
        .featured-blog-section .content-heaher .see-all-collection{
            justify-content: center;
            margin-top:20px;
        }
        .featured-blog-list-slider{
            padding-top:30px;
        }
        .featured-blog-section .feat-blog-item{
            border-radius:20px;
        }
        .featured-blog-slider-arrows{
            padding:0px 10px;
        }
        .featured-blog-slider-arrows .featured-blog-button-prev, 
        .featured-blog-slider-arrows .featured-blog-button-next{
              background: #dbdbdb6e;
        }
        .featured-blog-slider-arrows .featured-blog-button-prev svg, 
        .featured-blog-slider-arrows .featured-blog-button-next svg{
            width:45px;
            height:45px;
        }
        .featured-blog-section .feat-blog-item{
            height:300px;
        }
        .featured-blog-section .blog-details{
            bottom:1rem;
            padding:0px 2rem;
        }
    }

    /* TABLETS  */ 
    @media only screen and (min-width: 768px) {
        .featured-blog-section .feat-blog-item{
            height:300px;
        }
    }
    @media only screen and (min-width: 800px) {
        .featured-blog-section .feat-blog-item{
            height:300px;
        }
    }
    @media (min-width: 1024px) and (orientation: portrait) {
        .featured-blog-section .feat-blog-item{
            height:300px;
        }
    }

    /* COMPUTERS */
    @media (min-width: 1024px) and (orientation: landscape) {
        .featured-blog-section .feat-blog-item{
            height:300px;
        }
    }
    @media only screen and (min-width: 1280px) {
        .featured-blog-section .feat-blog-item{
            height:300px;
        }
    }
    @media only screen and (min-width: 1366px) {
        .featured-blog-section .feat-blog-item{
            height:350px;
        }
    }
    @media only screen and (min-width: 1440px) {
        .featured-blog-section .feat-blog-item{
            height:350px;
        }
    }
    @media only screen and (min-width: 1536px) {
        .featured-blog-section .feat-blog-item{
            height:400px;
        }
    }
    @media only screen and (min-width: 1600px) {
        .featured-blog-section .feat-blog-item{
            height:400px;
        }
    }
    @media only screen and (min-width: 1920px) {
        .featured-blog-section .feat-blog-item{
            height:450px;
        }
    }
.collection-list-section{
        padding:80px 0px;
        position:relative;
        overflow:hidden;  
    }
    .collectin-list-container{
        margin-top:30px;
        overflow:hidden;
    }
    .collectin-list-container .collection-item{
        display:flex;
        border-radius:20px;
        position:relative;
        overflow:hidden;
    }
    .collectin-list-container .collection-item img{
        width:100%;
        height:100%;
        transition: all 0.3s ease;
    }
    .collectin-list-container .collection-item img:hover{
        scale:1.2;
    }
    .heading-content{
        position: absolute;
        display: flex;
        gap: .5rem;
        align-items: center;
        bottom: 30px;
        width: 100%;
        justify-content: space-between;
        padding: 0px 30px;  
    }
    .heading-content svg{
        width:12px;
        height:12px;
        margin-top:1px;
    }
    .collection-list-slider-arrows{
        position:absolute;
        top:50%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .collection-list-slider-arrows .collection-list-button-prev, 
    .collection-list-slider-arrows .collection-list-button-next{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .collection-list-slider-arrows .collection-list-button-prev:hover, 
    .collection-list-slider-arrows .collection-list-button-next:hover{
        background: #FF8832;
    }
    {% if section.blocks.sizes =< 4 %}
        .collection-list-slider-arrows{
            display:none;
        }
    {% endif %}
    .collection-list-section .collectin-list-swiper-pagination{
        display:none;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
      
        .collection-list-section{
            padding-bottom:0;
        }
        .collection-list-section .collectin-list-swiper-pagination{
            display:flex;
        }
        .collection-list-slider-arrows{
            display:flex;
        }
        .collection-list-section .collection-item .heading-content{
            width:82%;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .collection-list-section .collectin-list-swiper-pagination{
            display:flex;
        }
        .collection-list-slider-arrows{
            display:flex;
        }
        .collection-list-section .collection-item .heading-content{
            width:82%;
        }
    }
.icons-section{
        background-color:#f9f9f9;
        padding:80px 0px;
        overflow:hidden;
    }
    .icon-slider-section{
        display:grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .icons-section .icon-item{
        display:flex;
        flex-direction:column;
        gap:1rem;
        align-items: center;
    }
    .icons-section .icon-item:nth-child(2){
        border-left: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
    }
    .icons-section .icon-item .sub-heading{
        margin-top:-15px;
    }
    .icon-img{
        width:50px;
        height:50px;
    }
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        position: relative;
    }
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
        *display: inline;
    }
    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        position: relative;
    }
    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
        *display: inline;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        visibility: hidden;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
        *display: inline;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
        text-align: left;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
        display: block;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
        display: block;
        -webkit-backface-visibility: hidden;
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
        display: block;
        -webkit-transform: translateZ(0);
    }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
        position: absolute;
    }
    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
    }
    .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .odometer-block span{
        font-family: 'Poppins-SemiBold';
    }
    .odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
        text-align: center;
    }
    .counter-both-container{
      display:flex;
    }

    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px){
        .icons-section{
            padding:50px 0px;
        }
        .icons-section .icon-item:nth-child(2){
            border:none;
        }
        .icons-section .icon-item{
            gap:0px;
        }
        .icons-section .icon-item .heading{
            font-size:26px;
        }
        .icons-section .icon-item .icon-img{
            margin-bottom:10px;
        }
        .icons-section .icon-item .sub-heading{
            margin-top:-5px;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .icons-section{
            padding:50px 0px;
        }
        .icons-section .icon-item:nth-child(2){
            border:none;
        }
        .icons-section .icon-item{
            gap:0px;
        }
        .icons-section .icon-item .icon-img{
            margin-bottom:10px;
        }
        .icons-section .icon-item .sub-heading{
            margin-top:-5px;
        }

    }
.featured-review-section{
        padding:100px 0px 80px;
        background-color:#F9F9F9;
        overflow:hidden;
    }
    .review-content-slider{
        overflow:hidden;
        margin:auto;
        height:400px;
        width: 100%;
    }
    .featured-review-section .review-icons{
        display:block;
        text-align:center;
        overflow:hidden;
        padding-top:40px;
    }
    .featured-review-section .review-icons .review-icon-item{
        width: 100%; 
        display: inline;
        justify-content: center;
        align-items: center;
        opacity:0.6;
        transition: all 0.5s ease;
        cursor:pointer;
        height:auto;
        display:flex;
    }
    .featured-review-section .review-icons .review-icon-item .icon-inner-container{
      display:flex;
      padding:0px 15px;
    }
    .featured-review-section .review-icons .review-icon-item.swiper-slide-active{
        opacity:1;
    }
    .featured-review-section .review-icons .review-icon-item .review-icon-img{
        max-height: 75px;
        width: 100%;
        object-fit: contain;
    }   
    .review-content-description{
      display: flex;
      margin: auto;
      justify-content: center;
      max-width: 700px;
      align-items: center;
      height: 100%;
      position:relative;
    }
    .review-content-description .static-quote{
        position:absolute;
    }
  
    .review-content-description .static-quote img{
      width:90px;
      height:90px;
      object-fit:contain;
    }
    .review-content-description .static-quote.quote-before{
        top:0;
        left:-50px;
    }
    .review-content-description .static-quote.quote-after{
        bottom:0;
        right:-50px;
    }

    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .featured-review-section{
            padding:80px 0px 30px;
        }
        .featured-review-section .review-content-slider h2{
            font-size:21px;
        }
        .review-content-description .static-quote img{
          width:60px;
          height:60px;
          object-fit:contain;
        }
        .review-content-description .static-quote.quote-before{
            left:0px;
        }
        .review-content-description .static-quote.quote-after{
            right:0px;
        }
        .featured-review-section .review-icons{
          padding-top:20px;
        }
        .review-content-slider{
          height:250px;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .featured-review-section{
            padding:80px 0px 30px;
        }
        .review-content-description .static-quote img{
          width:60px;
          height:60px;
          object-fit:contain;
        }
        .review-content-description .static-quote.quote-before{
            left:0px;
        }
        .review-content-description .static-quote.quote-after{
            right:0px;
        }
        .featured-review-section .review-icons{
          padding-top:20px;
        }

    }
.slider-product-section{
        background-color:#f9f9f9;
        padding:80px 0px;
        height:250vh;
    }
    .slider-product-section .inner-section{
        overflow:hidden;
        position: sticky;
        top: 25%;
    }
    .product-slider-container .product-slide-item{
        width:fit-content;
        margin-right:10%;
    }
    .product-slide-image-container{
        padding-left:80px;
        position:relative;
        width:fit-content;
        display: flex;
        align-items: center;
        gap:50px;
    }
    .product-featured-slide-image{
        position: absolute;
        top: 30%;
        left: 0;
        width: 200px;
        background: #fff;
        border-radius: 50%;
        padding: 50px;
    }
    .product-slide-content{
        display:flex;
        gap:5%;
        align-items: center;
    }
    .product-slide-image{
        width:550px;
        height:100%;
    }
    .slide-content{
        display:flex;
        flex-direction:column;
        gap:1rem;
    }
    .product-explore-btn{
        display:flex;
        gap:1rem;
        border:1px solid #FF6600;
        border-radius:32px;
        background: transparent;
        padding:1.5rem 3rem;
        transition: all 0.3s ease;
        width:fit-content;
    }
    .product-explore-btn:hover h5{
        color:#fff !important;
    }
    .product-explore-btn:hover {
        background: #FF6600;
    }
    .product-explore-btn:hover svg path{
        fill:#fff;
    }
    .product-explore-btn svg{
        transform: rotate(315deg);
        width: 20px;
        height: 20px;
    }
    .slider-product-section .product-slider-swiper-pagination{
        display:none;
    }

    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .slider-product-section{
            padding:50px 0px;
        }
        .product-slide-image-container{
            padding-left:0px;
            flex-direction: column-reverse;
            gap:30px;
        }
        .product-slide-image-container .slide-content h2{
            text-align:center;
            font-size:45px;
        }
        .product-slide-image-container .slide-content{
            align-items: center;
        }
        .product-slide-image-container .product-explore-btn svg{
            display:none;
        }
        .product-featured-slide-image{
            display:none;
        }
        .product-slide-image{
            width:100%;
        }
        .product-slider-container .product-slide-item{
            width:100%;
            margin-right:0;
        }
        .slider-product-section .product-slider-swiper-pagination{
            display:flex;
        }
        .slider-product-section .inner-section{
          top:10%;
        }
        .product-explore-btn{
          padding:1rem 2.5rem;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .slider-product-section{
            padding:50px 0px;
        } 
        .product-slide-image-container{
            padding-left:0px;
            flex-direction: column-reverse;
            gap:30px;
        }
        .product-slide-image-container .slide-content h2{
            text-align:center;
            font-size:45px;
        }
        .product-slide-image-container .slide-content{
            align-items: center;
        }
        .product-slide-image-container .product-explore-btn svg{
            display:none;
        }
        .product-featured-slide-image{
            display:none;
        }
        .product-slide-image{
            width:100%;
        }
        .product-slider-container .product-slide-item{
            width:100%;
            margin-right:50px;
        }
        .slider-product-section .product-slider-swiper-pagination{
            display:flex;
        }
        .slider-product-section .inner-section{
          top:15%;
        }
        .product-explore-btn{
          padding:1rem 2.5rem;
        }
    }

  /* TABLETS  */ 
  @media only screen and (min-width: 768px) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
   @media only screen and (min-width: 800px) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  @media (min-width: 1024px) and (orientation: portrait) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  
   /* COMPUTERS */
  @media (min-width: 1024px) and (orientation: landscape) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  @media only screen and (min-width: 1280px) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  @media only screen and (min-width: 1366px) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  @media only screen and (min-width: 1440px) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  @media only screen and (min-width: 1536px) {
    .slider-product-section .inner-section{
      top:9%;
    }
  }
  @media only screen and (min-width: 1600px) {
    .slider-product-section .inner-section{
      top:15%;
    }
  }
  @media only screen and (min-width: 1920px) {
    .slider-product-section .inner-section{
      top:25%;
    }
  }
.user-stories-section{
        padding:80px 0px;
        background-color:#F9F9F9;
        overflow:hidden;
        position:relative;
    }
    .user-stories-container{
        padding-top:50px;
    }
    .user-stories-section .user-stories-item{
        flex-grow: 1;
        transition: all 300ms ease-in-out !important;
        position: relative;
        overflow:hidden;
        border-radius:20px;

        &:hover {
            flex-grow: 2.5;
        }
    }
    .user-stories-item video,
    .user-stories-item img{
        width:100%;
        height:100%;
        object-fit:cover;
        position:absolute;
    }
    .user-stories-content{
        position:absolute;
        bottom:3rem;
        padding:0px 3rem;
    }
    .user-stories-item .link-tag{
        position:absolute;
        bottom:3rem;
        right:3rem;
        opacity:0;
        transition: all 0.3s ease;
    }
    .user-stories-item:hover .link-tag{
        opacity:1;
    }
    .user-stories-section .user-stories-swiper-pagination{
        display:none;
    }
    .stories-slider-arrows{
        padding:0px 10px;
    }
    .stories-slider-arrows{
        position:absolute;
        top:55%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .stories-slider-arrows .stories-button-prev, 
    .stories-slider-arrows .stories-button-next{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .stories-slider-arrows .stories-button-prev svg, 
    .stories-slider-arrows .stories-button-next svg{
        width:45px;
        height:45px;
    }
    .stories-slider-arrows{
      display:none;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .user-stories-section{
            padding-bottom:40px;
        }
        .user-stories-section .user-stories-item{
            height: 400px;
            width:90%;
        }
        .user-stories-container{
            padding-top:30px;
        }
        .user-stories-section .user-stories-swiper-pagination{
            display:flex;
        }
        .user-stories-item .link-tag{
            opacity:1;
            display:none;
        }
        .stories-slider-arrows{
            padding:0px 10px;
        }
        .stories-slider-arrows .stories-button-prev, 
        .stories-slider-arrows .stories-button-next{
              background: #dbdbdb6e;
        }
        .stories-slider-arrows .stories-button-prev svg, 
        .stories-slider-arrows .stories-button-next svg{
            width:45px;
            height:45px;
        }
        .stories-slider-arrows{
          display:flex;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .user-stories-section{
            padding-bottom:40px;
        }
        .user-stories-container{
            padding-top:50px;
        }
        .user-stories-section .user-stories-item{
            height: 400px;
            width:90%;
        }
        .user-stories-section .user-stories-swiper-pagination{
            display:flex;
        }
        .user-stories-item .link-tag{
            opacity:1;
        }
        .stories-slider-arrows{
            padding:0px 10px;
        }
        .stories-slider-arrows .stories-button-prev, 
        .stories-slider-arrows .stories-button-next{
              background: #dbdbdb6e;
        }
        .stories-slider-arrows .stories-button-prev svg, 
        .stories-slider-arrows .stories-button-next svg{
            width:45px;
            height:45px;
        }
        .stories-slider-arrows{
          display:flex;
        }
    }

    /* TABLETS  */ 
    @media only screen and (min-width: 768px) {
        .user-stories-section .user-stories-item{
            height: 400px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 800px) {
        .user-stories-section .user-stories-item{
            height: 400px;
            width:fit-content;
        }
    }
    @media (min-width: 1024px) and (orientation: portrait) {
        .user-stories-section .user-stories-item{
            height: 450px;
            width:fit-content;
        }
    }

    /* COMPUTERS */
    @media (min-width: 1024px) and (orientation: landscape) {
        .user-stories-section .user-stories-item{
            height: 450px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 1280px) {
        .user-stories-section .user-stories-item{
            height: 450px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 1366px) {
        .user-stories-section .user-stories-item{
            height: 500px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 1440px) {
        .user-stories-section .user-stories-item{
            height: 550px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 1536px) {
        .user-stories-section .user-stories-item{
            height: 500px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 1600px) {
        .user-stories-section .user-stories-item{
            height: 550px;
            width:fit-content;
        }
    }
    @media only screen and (min-width: 1920px) {
        .user-stories-section .user-stories-item{
            height: 650px;
            width:fit-content;
        }
    }
.main-blog-section{
    padding:50px 0px;
  }
  .main-blog-section .main-blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap:25px;
    row-gap:40px;
  }
  .main-blog-section .main-blog-container .article-featured-image{
    height:280px;
    overflow:hidden;
  }
  .main-blog-section .main-blog-container .article-featured-image img{
    object-fit:cover;
    height:100%;
    width:100%;
  }
  .main-blog-section .main-blog-container .article-item{
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 280px;
  }
  .main-blog-section .main-blog-container .article-item .article-featured-image img,
  .main-blog-section .main-blog-container .article-item .article-details .article-title{
    transition: all 0.5s ease;
  }
  .main-blog-section .main-blog-container .article-item:hover .article-featured-image img{
    scale:1.1;
  }
  .main-blog-section .main-blog-container .article-item:hover .article-details .article-title{
    color:#FF8832;
  }
  .main-blog-section .main-blog-container .article-item .article-details{
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
  }
  .main-blog-section .pagination {
     padding: 0px;
    list-style: none;
    display: flex;
    gap: 1rem;
    width: fit-content;
    margin:0px;
  }
  .main-blog-section .pagination-index .page-item {
    padding: 0;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    line-height: normal;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
  }
  .main-blog-section .pagination-index{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .main-blog-section .pagination .page-item {
    color: #1f1f1f;
  }
  .main-blog-section .pagination .page-item.active {
    background:#FF8832;
  }
  .main-blog-section .pagination .page-item.active {
    color:#fff;
  }
  .main-blog-section .article-except{
    padding-top: 10px;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .blog-nav{
    display:flex;
  }
  .blog-nav a{
    padding:1rem 2rem;
    width: fit-content;
    text-wrap-mode: nowrap;
  }
  .blog-nav a.active{
    border-bottom: 2px solid #FF8832;
  }
  .nav-container{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:40px;
  }
  .search-nav-container .search-input{
    position:relative;
    display:flex;
    align-items: center;
  }
  .search-nav-container .search-input input{
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 12px 20px;
    padding-right:65px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
  }
  .search-nav-container .search-input label{
    position:relative;
    z-index:0;
    color:#CCCCCC;
    padding-left:20px;
  }
  .search-nav-container .search-input input:focus~label,
  .search-nav-container .search-input input:not(:placeholder-shown)~label{
      opacity:0;
  }
  .search-nav-container .search-input input::placeholder{
      color:transparent;
  }
  .search-nav-container .search-input label{
    position:absolute;
  }
  .search-nav-container .search-label{
    font-size:12px;
  }
  .search-nav-container .btn-search{
    position: absolute;
    right: 0;
    z-index: 2;
    background: #D9D9D9;
    border: none;
    height: 100%;
    padding: 0px 2rem;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .search-nav-container .btn-search:hover{
    background: #FF8832;
  }
  .search-nav-container .btn-search:hover svg path{
    fill:#fff;
  }
  .article-tag-container{
    display:flex;
    background:#F8F8F8;
    padding:8px 15px;
    width:fit-content;
    border-radius:50px;
    transition: all 0.3s ease;
  }
  .article-tag-container:hover {
    background:#FF8832;
  }
  .article-tag-container:hover a{
    color:#fff;
  }
  .article-tag-container a{
    line-height:normal;
    font-size:12px;
  }
  
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .main-blog-section{
      padding:20px 0px;
    }
    .main-blog-section .main-blog-container {
      grid-template-columns:repeat(1,1fr);
    }
    .search-nav-container .search-input{
      background:#fff;
      border-radius:50px;
      top:20px;
    }
    .search-nav-container .search-input{
        width: 85%;
        margin: auto;
    }
    .blog-nav a{
      font-size:16px;
    }
    .nav-container{
      display:block;
      width:100%
      padding-bottom:30px;
      overflow-x:scroll;
    }
    .nav-container::-webkit-scrollbar{
      height:0px;
    }
    .main-blog-section .main-blog-container .article-item .article-details{
      height:fit-content;
    }
  }
  
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .main-blog-section{
      padding:20px 0px;
    }
    .main-blog-section .main-blog-container {
      grid-template-columns:repeat(1,1fr);
    }
    .search-nav-container .search-input{
      background:#fff;
      border-radius:50px;
      top:20px;
    }
    .search-nav-container .search-input{
        width: 86%;
        margin: auto;
    }
    .blog-nav a{
      font-size:16px;
    }
    .nav-container{
      display:block;
      width:100%
      padding-bottom:30px;
      overflow-x:scroll;
    }
    .nav-container::-webkit-scrollbar{
      height:0px;
    }
    .main-blog-section .main-blog-container .article-item .article-details{
      height:fit-content;
    }
  }
.policy-content-section{
    padding:80px 0px;
  }
  .policy-content-section .page-title{
    padding-bottom:20px;
  }
  .policy-content-section .description{
    color:#262626;
  }
  .policy-content-section .page-content{
    padding-top:50px;
  }
  .policy-content-section .page-content h2,
  .policy-content-section .page-content h3{
    font-family: 'Mulish-SemiBold';
  }

  /* TABLE */
  .policy-content-section table{
    margin:50px 0px;
    width:100% !important;
  }
  .policy-content-section table th,
  .policy-content-section table td{
    padding:2rem !important;
  }
  .policy-content-section table th{
    background-color:#F3F3F3;
  }
  .policy-content-section table tr:nth-child(2),
  .policy-content-section table tr:nth-child(4){
    background-color:#F3F3F3;
  }
  .ecom__element.ecom-element-table{
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-left:1px;
    padding-right:1px;
  }
  body,
  b{
    color:#262626 !important;
  }
  /* FOR MOBILE PHONE */
  @media only screen and (max-width: 768px) {
    .policy-content-section table th, .policy-content-section table td{
      padding:8px !important;
      overflow-wrap: anywhere;
    }
    .ecom-element-table table th:nth-child(1){
      width:50% !important;
      text-align:left !important;
    }
    .ecom-element-table table td:nth-child(1){
      text-align:left !important;
    }
    .ecom-element-table table th:nth-child(2){
      width:25% !important;
    }
    .ecom-element-table table th:nth-child(3){
      width:25% !important;
    }
    .ecom__element.ecom-element-table{
      overflow: auto;
    }
  }
  /* ipad Air */
  @media only screen 
      and (min-device-width : 768px) 
      and (max-device-width : 1024px){
    .policy-content-section table th, .policy-content-section table td{
      padding:8px !important;
      overflow-wrap: anywhere;
    }
    .ecom-element-table table th:nth-child(1){
      width:50% !important;
      text-align:left !important;
    }
    .ecom-element-table table td:nth-child(1){
      text-align:left !important;
    }
    .ecom-element-table table th:nth-child(2){
      width:25% !important;
    }
    .ecom-element-table table th:nth-child(3){
      width:25% !important;
    }
    .ecom__element.ecom-element-table{
      overflow: auto;
    }
  }
.box-section{
        background-color:#F9F9F9;
        padding:30px 0px;
    }
    .in-the-box-image{
        display:flex;
        width:100%;
        object-fit:contain;
    }
    .in-the-box-container{
        display:flex;
        align-items:center;
    }
    .box-description{
        display:flex;
        gap:1rem;    
        justify-content: center;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px)  {
        .in-the-box-container{
            flex-direction:column-reverse;
            gap:30px;
        }
        .box-description{
            justify-content:flex-start;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .in-the-box-container{
            flex-direction:column-reverse;
            gap:30px;
        }
        .box-description{
            justify-content:flex-start;
        }
    }
.custom-content-slider{
        padding:50px 0px;
    }
    .custom-content-slider .inner-section{
        padding:0px 70px;
    }
    .custom-content-slider .mid-image-container{
        display:flex;
        gap:70px;
    }
    .custom-content-slider .mid-image-item{
        display:flex;
        width:100%;
        align-items: center;
    }
    .custom-content-slider .mid-image-item img{
        width:100%;
      object-fit:contain;
    }
    .custom-content-slider .mid-image-item.image-image-content h2{
      padding-bottom:20px;
    }
    .custom-content-slider .mid-image-item.image-image-content .content-image{
      object-fit:contain;
      width:80%;
      height:fit-content;
      margin-top:15px;
    }
    .custom-content-slider .custom_mid-image-slider{
        overflow:hidden;
        margin-top:50px;
    }
    .custom-content-slider .text-conatiner{
        overflow:hidden;
    }
    .custom-content-slider .text-content-details{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .custom-content-slider .top-header-item .text-animate{
        transform: translateY(80px);
        opacity:0;
        transition: transform 0.5s ease, opacity 0.3s ease;
    }
    .custom-content-slider .top-header-item.swiper-slide-active .text-animate{
        transform: translateY(0px);
        opacity:1;
    }
    .custom-content-slider .bottom-pagination-slider{
        width:fit-content !important;
        margin:auto;
        border-radius:50px;
        text-align:center;
    }
    .custom-content-slider .tab-pagination{
        font-family: 'Mulish-SemiBold';
        font-size:17px;
        color:#fff;
        opacity:1;
        position: unset;
        width: fit-content;
        height: fit-content;
        background: #fff;
        padding:10px 2.5rem;
        border-radius:50px;
        color:#7E7E7E;
        border:1px solid #DBDBDB;
        margin:0px 10px !important;
    }
    .custom-content-slider .tab-pagination.swiper-pagination-bullet-active{
        background:#FF8832;
        color:#fff;
    }
    .custom-content-slider .image-slider-slider-arrows{
        position:absolute;
        top:50%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next_custom{
        background: #E2E2E2;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev-mobile_custom, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next-mobile_custom{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom:hover, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next_custom:hover{
        background: #FF8832;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev:hover svg path, 
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next:hover svg path{
        fill:#fff;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom svg path,
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-next_custom svg path{
        fill:#000;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev_custom svg, .image-slider-slider-arrows .image-slider-button-next_custom svg{
        width:45px;
        height:45px;
    }
    .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev-mobile_custom svg, .image-slider-slider-arrows .image-slider-button-next-mobile_custom svg{
        width:40px;
        height:40px;
    }
    .custom-content-slider .additinal-img{
      height:fit-content !important;
      margin-top:20px;
      width:80%;
    }
    
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .custom-content-slider .bottom-pagination-slider-container{
           display:none;
        }
        .custom-content-slider .bottom-pagination-slider-container::-webkit-scrollbar {
          height:0px;
        }
        .custom-content-slider .bottom-pagination-slider-mobile{
            width: 1000px !important;
            margin:unset;
            text-align: unset;
            padding-left:20px;
        }
        .custom-content-slider .tab-pagination{
            font-size:16px;
            margin:0px !important;    
            padding:5px 20px;
            margin-right:10px !important;
        }
        .custom-content-slider{
            padding:0px 0px 50px;
        }
        .custom-content-slider .mid-image-item{
            display:flex;
            flex-direction:column;
            border-radius:10px;
            gap:30px;
        }
        .custom-content-slider .mid-image-item.right-content{
          flex-direction:column-reverse;
        }
        .custom-content-slider .page-width{
          padding:0px;
        }
        .custom-content-slider .inner-section{
            padding:0px;
        }
        .custom-content-slider .image-slider-slider-arrows{
            padding:0px 10px;
            top:50%;
        }
        .custom-content-slider .mid-image-slider-mobile_custom{
            margin-top:0px;
            padding:0px 20px;
            overflow:hidden;
            position:relative;
        }
        .custom-content-slider .mid-image-item{
            width:100% !important;
        }
        .custom-content-slider .text-content-details{
            justify-content:flex-start;
        }
        .custom-content-slider .mid-image-item img{
          height:100%;
        }
        .custom-content-slider .mid-image-item.image-image-content{
          flex-direction:column-reverse;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .custom-content-slider .bottom-pagination-slider-container{
           display:none;
        }
        .custom-content-slider .tab-pagination{
            font-size:12px;
            margin:0px !important;    
            padding:5px 10px;
        }
        .custom-content-slider{
            padding:0px 0px 50px;
        }
        .custom-content-slider .mid-image-item{
            display:flex;
            flex-direction:column;
            border-radius:10px;
            gap:30px;
        }
        .custom-content-slider .mid-image-item.right-content{
          flex-direction:column-reverse;
        }
        .custom-content-slider .inner-section{
            padding:0px;
        }
        .image-slider-slider-arrows{
            padding:0px 10px;
        }
        .custom-content-slider .custom_mid-image-slider{
            margin-top:0px;
        }
        .custom-content-slider .image-slider-slider-arrows .image-slider-button-prev svg, 
        .custom-content-slider .image-slider-slider-arrows .image-slider-button-next svg{
            width:40px;
            height:40px;
        }
        .custom-content-slider .text-content-details{
            justify-content:flex-start;
        }
        .custom-content-slider .mid-image-item img{
          height:100%;
        }
        .custom-content-slider .mid-image-item.image-image-content{
          flex-direction:column-reverse;
        }
    }

  @media (min-width: 1024px) and (orientation: portrait) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
      height:100%;
    }
  }
  
   /* COMPUTERS */
  @media (min-width: 1024px) and (orientation: landscape) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
      height:600px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
      height:650px;
    }
  }
  @media only screen and (min-width: 1366px) {
    .custom-content-slider .mid-image-item{
      gap:50px;
    }
    .custom-content-slider .mid-image-item img{
      height:700px;
    }
  }
  @media only screen and (min-width: 1440px) {
    .custom-content-slider .mid-image-item{
      gap:5%;
    }
    .custom-content-slider .mid-image-item img{
      height:750px;
    }
  }
  @media only screen and (min-width: 1536px) {
    .custom-content-slider .mid-image-item{
      gap:7%;
    }
    .custom-content-slider .mid-image-item img{
      height:800px;
    }
  }
  @media only screen and (min-width: 1600px) {
    .custom-content-slider .mid-image-item{
      gap:8%;
    }
    .custom-content-slider .mid-image-item img{
      height:800px;
    }
  }
  @media only screen and (min-width: 1920px) {
    .custom-content-slider .mid-image-item{
      gap:10%;
    }
    .custom-content-slider .mid-image-item img{
      height:800px;
    }
  }
.faqs-section{
        padding:50px 0px;
        margin:50px 0px 80px;
        background-color:#F9F9F9;
    }
    .faqs-section .faqs-list-container{
        padding-top:50px;
    }
    .faqs-section .faqs-list-container .faqs-heading{
        padding:1.7rem 0px;
        border-top: 1px solid #DBDBDB;
        cursor:pointer;    
        position:relative;
        padding-right:30px;
    }
    .faqs-section .faqs-list-container .ui-accordion-content {
        padding-bottom:30px;
    }
    .faqs-section .faqs-list-container .faqs-heading .ui-accordion-header-icon{
        background-image: url(/cdn/shop/files/keyboard_arrow_down--1.svg?v=1728224007);
        background-size: contain;
        display: block;
        width: 25px;
        height: 25px;
        filter: invert(1);
        position: absolute;
        right: 5px;
    }
    .faqs-section .faqs-list-container .faqs-heading.ui-accordion-header-active .ui-accordion-header-icon{
        background-image: url(/cdn/shop/files/keyboard_arrow_up--1.svg?v=1728224060);
    }
    .faqs-section .faqs-list-container{
        border-bottom: 1px solid #DBDBDB;
    }
    .load-more-btn{
        cursor:pointer;
    }

    .faq-item {
        display: none;
    }
    .faq-item.visible {
        display: block;
    }
.featured-product-image-section{
    background-color:#f9f9f9;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
    position:relative;
    padding:0px 50px;
    overflow:hidden;
  }
  .featurd-product-image{
    width:100%;
    height:90%;
    object-fit:contain;
    position:absolute;
    z-index:1;
  }
  .featured-product-title {
      white-space: nowrap; /* Force text to stay on one line */
    overflow: hidden; /* Prevent overflow */
    text-overflow: ellipsis; /* Optional: if you want the text to cut off */
    font-size: 23vw; /* Start with large text */
    transition: font-size 0.2s ease-in-out; /* Smooth transition */
  }
.featured-specification-section{
        position:relative;
        display:flex;
        height:93vh;
    }
    .featured-specification-section .bg-image{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .featured-specification-section .featured-specs-item{
        border: 1px solid #fff;
        border-radius: 21px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .featured-specification-section .featured-specs-content{
        display: flex;
        column-gap: 30px;
        position: absolute;
        bottom: 50px;
        max-width: 1150px;
        margin: auto;
        left: 0;
        right: 0;
        justify-content: center;
    }
    .featured-specification-section .heading-icons-content{
        display:flex;
        justify-content: space-between;
        padding-bottom:30px;
    }
    .featured-specification-section .feat-specs-icon{
        height:30px;
        width:40px;
        object-fit:contain;
    }

    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .featured-specification-section .featured-specs-content{
            display:grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding: 0px 20px;
        }
        .heading-icons-content h3{
            font-size:15px;
        }
        .featured-specification-section .heading-icons-content{
            padding-bottom:10px;
        }
        .featured-specification-section .featured-specs-item{
            padding:1rem;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .featured-specification-section .featured-specs-content{
            display:grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            padding: 0px 20px;
        }
        .heading-icons-content h3{
            font-size:16px;
        }
        .featured-specification-section .heading-icons-content{
            padding-bottom:10px;
        }
        .featured-specification-section .featured-specs-item{
            padding:1rem;
        }

    }
    /* TABLETS  */ 
    @media only screen and (min-width: 768px) {
    }
    @media only screen and (min-width: 800px) {
    }
    @media (min-width: 1024px) and (orientation: portrait) {
        .featured-specification-section .featured-specs-content{
            max-width: 900px;
        }
    }

    /* COMPUTERS */
    @media (min-width: 1024px) and (orientation: landscape) {
        .featured-specification-section .featured-specs-content{
            max-width: 900px;
        }
    }
    @media only screen and (min-width: 1280px) {
        .featured-specification-section .featured-specs-content{
            max-width: 900px;
        }
    }
    @media only screen and (min-width: 1366px) {
        .featured-specification-section .featured-specs-content{
            max-width: 1000px;
        }
    }
    @media only screen and (min-width: 1440px) {
        .featured-specification-section .featured-specs-content{
            max-width: 1000px;
        }
    }
    @media only screen and (min-width: 1536px) {
        .featured-specification-section .featured-specs-content{
            max-width: 1050px;
        }
    }
    @media only screen and (min-width: 1600px) {
        .featured-specification-section .featured-specs-content{
            max-width: 1100px;
        }
    }
    @media only screen and (min-width: 1920px) {
        .featured-specification-section .featured-specs-content{
            max-width: 1150px;
        }
    }
.featured-video-section{
        background-color:#000;
    }
    .featured-video-section .background-video-container{
        height:250vh;
    }
    .featured-video-section .content-slider-section{
        overflow: hidden;
        height: 100%;
    }
    .featured-video-section .content-slide{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .featured-video-section .content-slide h2{
      opacity:0;
      transition: opacity 0.3s ease;
    }
    .featured-video-section .content-slide.swiper-slide-active h2{
      opacity:1;
    }
    .featured-video-section .inner-video-section{
        position: sticky;
        top: 60px;
        height:90vh;
        width:100%;
    }
    .featured-video-section .content-slider-section-container{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .featured-video-section .inner-video-section .video-tag{
      width:100%;
      height:100%;
      object-fit:cover;
    }
  
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
      .featured-video-section .content-slide h2{
        font-size:36px;
      }
      .scroll-detail-icons .scoll-icons-item{
        width:50%;
      }
    }
    
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
      .featured-video-section .content-slide h2{
        font-size:36px;
      }
      .scroll-detail-icons .scoll-icons-item{
        width:50%;
      }
    }
.product-page-footer-container{
        background-color:#F9F9F9;
        padding:1rem 0px;
    }
    .product-footer-section .page-width{
        display:flex;
    }
    .product-footer-section .product-details{
        display:flex;
        align-items: center;
        gap:1.5rem;
    }
    .product-footer-section .price-details{
        display:flex;
        flex-wrap: wrap;
        gap:0.5rem;
        row-gap:0px;
    }
    .product-footer-section .product-variant{
        padding:0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap:1.5rem;
    }
    .product-footer-section .add-to-cart-btn-container{
        width:fit-content;
        height:100%;
        display:flex;
        align-items:center;
    }
    .product-footer-section .add-to-cart-btn-container .add-to-cart-btn,
    .product-footer-section .add-to-cart-btn-container product-page-form,
    .product-footer-section .add-to-cart-btn-container product-page-form form{
        height: 100%;
        display: block;
    }
    .product-footer-section .add-to-cart-btn-container .add-to-cart-btn{
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .product-footer-section .add-to-cart-btn-container .add-to-cart-btn button{
        height:100%;
        background-color:#FFF0E4;
        padding:7px 2rem;
        border-radius:50px;
    }
    .product-footer-section .product-select-dropdown-container{
        position:relative;
    }
    .product-footer-section .product-select-dropdown-container h4{
        display: flex;
        align-items: center;
        justify-content: center;
        cursor:pointer;
        gap:5px;
    }
    .product-footer-section .product-select-dropdown-container svg{
        width:20px;
        height:20px;
        transform: rotate(180deg);
    }
    .product-footer-section .selector-dropdown-product-variant{
        position: absolute;
        bottom: 110%;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        padding:7px 10px;
        transition: visibility 0.1s ease, opacity 0.3s ease;
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius:12px;
        overflow:hidden;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .product-footer-section .selector-dropdown-product-variant h5{
        padding:3px 15px;
        transition: all 0.2s ease;
        cursor:pointer;
        border-radius:5px;
    }
    .product-footer-section .selector-dropdown-product-variant h5:hover{
        background-color:#FFF0E4;
    }
    .product-footer-section .product-select-dropdown-container.show .selector-dropdown-product-variant{
        visibility:visible;
        opacity:1;
    }
    .product-footer-section .product-select-dropdown-container.show .default-selector svg{
        transform: rotate(0);
    }

    .product-footer-sticky {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999; /* Make sure it's above other content */
    }
    .footer-product-add-to-cart .quick-add__submit.loading .add-to-cart-btn{
      opacity:0;
    }
    .footer-product-add-to-cart .quick-add__submit .sold-out-message{
      position:absolute;
      opacity:0;
    }
    .footer-product-add-to-cart .quick-add__submit[aria-disabled="true"]  .add-to-cart-btn{
      opacity:0;
    }
    .footer-product-add-to-cart .quick-add__submit[aria-disabled="true"]  .sold-out-message{
      opacity:1;
    }
    
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .product-select-dropdown-container{
            display:none;
        }
        .product-footer-section .page-width{
            display:grid;
            grid-template-columns:70% 30%;
        }
        .product-footer-section .add-to-cart-btn-container .add-to-cart-btn button{
          padding:5px 1rem;
        }
        .product-footer-section .price-details{
          align-items: center;
        }
        .product-footer-sticky .product-details .price-details h5{
          font-size:14px;
        }
        .product-footer-sticky .product-details .price-details .compare-price{
          font-size:12px;
        }
        .product-footer-sticky .product-details .product-title{
          font-size:13px;
        }
        .product-footer-section .add-to-cart-btn-container .add-to-cart-btn{
          font-size:12px;
        }
        .product-footer-section .product-details{
          gap:5px;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .product-select-dropdown-container{
            display:none;
        }
        .product-footer-section .page-width{
            display:grid;
            grid-template-columns:70% 30%;
        }
        .product-footer-section .add-to-cart-btn-container .add-to-cart-btn button{
          padding:0px 0.5rem;
        }
        .product-footer-section .product-details{
          gap:5px;
        }
      .product-footer-section .product-variant{
        padding-right:0px;
      }
    }
    /* TABLETS  */ 
    @media only screen and (min-width: 768px) {
      .product-footer-section .product-variant{
        padding-right:0px;
      }
    }
     @media only screen and (min-width: 800px) {
      .product-footer-section .product-variant{
        padding-right:0px;
      }
    }
    @media (min-width: 1024px) and (orientation: portrait) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    
     /* COMPUTERS */
    @media (min-width: 1024px) and (orientation: landscape) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    @media only screen and (min-width: 1280px) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    @media only screen and (min-width: 1366px) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    @media only screen and (min-width: 1440px) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    @media only screen and (min-width: 1536px) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    @media only screen and (min-width: 1600px) {
      .product-footer-section .product-variant{
        padding-right:80px;
      }
    }
    @media only screen and (min-width: 1920px) {
      .product-footer-section .product-variant{
        padding-right:0px;
      }
    }
.product-header-container{
        box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.1);
        background-color:#fff;
    }
    .product-header-section .product-header-menu{
        display:flex;    
        justify-content: space-evenly;
    }
    .product-header-section .product-header-menu .list-menu-link{
        padding:1.5rem 0px;
        transition: all 0.3s ease;
        border-bottom: 3px solid #fff;
        cursor:pointer;
    }
    .product-header-section .product-header-menu .list-menu-link.active{
        border-bottom: 3px solid #FF8832;
    }
    .shopify-section-header-sticky{
        opacity:1;
        visibility:visible;
        transition: visibility 0.1s ease, opacity 0.5s ease;
    }
    .header-hide {
        opacity:0;
        visibility:hidden;
    }
    .product-header-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4; /* Make sure it's above other content */
    }
  
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .product-header-section .product-header-menu .list-menu-link{
            font-size:15px;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px){
        .product-header-section .product-header-menu .list-menu-link{
            font-size:16px;
        }
    }
.image-slider-section{
        padding:80px 0px;
        background-color:#F9F9F9;
        position:relative;
        
    }
    .image-slider-section .inner-section{
        padding:0px 30px;
    }
    .image-slider-section .mid-image-container{
        display:flex;
        gap:70px;
    }
    .image-slider-section .mid-image-item{
        display:flex;
        width:100%;
        gap:50px;
    }
    .image-slider-section .mid-image-item img{
        width:100%;
    }
    .image-slider-section .mid-image-slider{
        overflow:hidden;
        margin-top:50px;
    }
    .image-slider-section .text-conatiner{
        overflow:hidden;
    }
    .image-slider-section .text-content-details{
        display: flex;
        align-items: center;
    }
    .image-slider-section .top-header-item .text-animate{
        transform: translateY(80px);
        opacity:0;
        transition: transform 0.5s ease, opacity 0.3s ease;
    }
    .image-slider-section .top-header-item.swiper-slide-active .text-animate{
        transform: translateY(0px);
        opacity:1;
    }
    .image-slider-section .bottom-pagination-slider{
        width:fit-content !important;
        margin:auto;
        border-radius:50px;
        text-align:center;
    }
    .image-slider-section .tab-pagination{
        font-family: 'Mulish-SemiBold';
        font-size:17px;
        color:#fff;
        opacity:1;
        position: unset;
        width: fit-content;
        height: fit-content;
        background: #fff;
        padding:10px 2.5rem;
        border-radius:50px;
        color:#7E7E7E;
        border:1px solid #DBDBDB;
        margin:0px 10px !important;
    }
    .image-slider-section .tab-pagination.swiper-pagination-bullet-active{
        background:#FF8832;
        color:#fff;
    }
    .image-slider-section .image-slider-slider-arrows{
        position:absolute;
        top:50%;
        left:0;
        right:0;
        margin:auto;
        width:100%;
        max-width:var(--page-width);
        padding:0px 20px;
        display:flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev, 
    .image-slider-section .image-slider-slider-arrows .image-slider-button-next{
        background: #E2E2E2;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev-mobile, 
    .image-slider-section .image-slider-slider-arrows .image-slider-button-next-mobile{
        background: #DBDBDB;
        border-radius: 50px;
        display: flex;
        cursor: pointer;
        z-index: 2;
        width:fit-content;
        transition: all 0.3s ease;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev:hover, 
    .image-slider-section .image-slider-slider-arrows .image-slider-button-next:hover{
        background: #FF8832;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev:hover svg path, 
    .image-slider-section .image-slider-slider-arrows .image-slider-button-next:hover svg path{
        fill:#fff;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev svg path,
    .image-slider-section .image-slider-slider-arrows .image-slider-button-next svg path{
        fill:#000;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev svg, .image-slider-slider-arrows .image-slider-button-next svg{
        width:45px;
        height:45px;
    }
    .image-slider-section .image-slider-slider-arrows .image-slider-button-prev-mobile svg, .image-slider-slider-arrows .image-slider-button-next-mobile svg{
        width:40px;
        height:40px;
    }
    
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .image-slider-section .bottom-pagination-slider-container{
             overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* Enables smoother scrolling on iOS */
            padding-left:20px;
            padding-right:20px;
            padding-bottom: 25px;
            white-space: nowrap; /* Prevents pagination items from wrapping */
        }
        .image-slider-section .bottom-pagination-slider-container::-webkit-scrollbar {
          height:0px;
        }
        .image-slider-section .bottom-pagination-slider-mobile{
            display: flex;
            gap: 10px; /* Adjust space between bullets as needed */
            width: auto; /* Let it be as wide as the content inside */
            scroll-behavior: smooth; /* Smooth scrolling on pagination click */
        }
        .image-slider-section .tab-pagination{
            font-size:16px;
            margin:0px !important;    
            padding:5px 20px;
            margin-right:5px !important;
        }
        .image-slider-section{
            padding:50px 0px;
        }
        .image-slider-section .mid-image-item{
           display:block;
           border-radius:10px;
        }
        .image-slider-section .mid-image-item .text-details{
            padding:0px 10px 20px;
        }
        .image-slider-section .page-width{
          padding:0px;
        }
        .image-slider-section .inner-section{
            padding:0px;
        }
        .image-slider-section .image-slider-slider-arrows{
            padding:0px 10px;
            top:50%;
        }
        .image-slider-section .mid-image-slider-mobile{
            margin-top:0px;
            padding:0px 20px;
            overflow:hidden;
        }
        .image-slider-section .mid-image-item{
            width:100% !important;
        }
    }

    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .image-slider-section .tab-pagination{
            font-size:12px;
            margin:0px !important;    
            padding:5px 10px;
        }
        .image-slider-section{
            padding:50px 0px;
        }
        .image-slider-section .mid-image-item{
           display:block;
           border-radius:10px;
        }
        .image-slider-section .mid-image-item .text-details{
            padding:20px 10px 10px;
        }
        .image-slider-section .inner-section{
            padding:0px;
        }
        .image-slider-slider-arrows{
            padding:0px 10px;
        }
        .image-slider-section .mid-image-slider{
            margin-top:0px;
        }
        .image-slider-section .image-slider-slider-arrows .image-slider-button-prev svg, 
        .image-slider-section .image-slider-slider-arrows .image-slider-button-next svg{
            width:40px;
            height:40px;
        }
    }
.side-by-side-content-section{
        padding:80px 0px;
    }
    .side-by-side-content{
        display:flex;
    }
    .bg_image_side{
        width:100%;
        height:100%;
    }
    .side-by-side-list-container{
        display:flex;
        flex-direction:column;
        gap:80px;
    }
    .side-by-side-content-details{
        display:flex;
        justify-content: center;
        align-items: center;
        height:100%;
    }
    .side-by-side-content-details .heading{
        padding-bottom:20px;
    }
    .side-by-side-icons{
        display:flex;
        gap:50px;
        padding-top:30px;
    }
    .side-by-side-icons-item{
        display:flex;
        flex-direction:column;
    }
    .side-by-side-list-container .additinal-img{
      width:100%;
      height:100%;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .side-by-side-content-section{
            padding:50px 0px;
        }
        .side-by-side-list-container{
            gap:50px;
        }
        .left-image-container{
            flex-direction:column-reverse;
            gap:20px;
        }
        .right-image-container{
            flex-direction:column;
            gap:20px;
        }
        .side-by-side-icons{
            gap:20px;
        }
        .side-by-side-icons h4{
            font-size:16px;
        }
        .side-by-side-icons{
            padding-top:0px;
        }
    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .side-by-side-content-section{
            padding:50px 0px;
        }
        .side-by-side-list-container{
            gap:50px;
        }
        .left-image-container{
            flex-direction:column-reverse;
            gap:20px;
        }
        .right-image-container{
            flex-direction:column;
            gap:20px;
        }
        .side-by-side-icons{
            gap:20px;
        }
        .side-by-side-icons h4{
            font-size:16px;
        }
        .side-by-side-icons{
            padding-top:0px;
        }
    }
.specification-section{
        padding: 80px 0px;
    }
    .specification-section .spefication-list-container{
        padding:30px 0px;
    }
    .document-list-container{

    }
    .specification-section .spec-heading{
        padding-bottom:30px;
    }
    .specification-section .document-list-container .document-item{
        display:grid;
        grid-template-columns: 19% 1fr;
    }
    .specification-section .download-icon{
        width:24px;
        height:24px;
        object-fit:contain;
    }
    .specification-section .specification-item{
        display:flex;
        border-top:1px solid #DADADA;
        padding:30px 0px;
    }
    .specification-section .specification-content{
        display:grid;
        grid-template-columns: 37% auto;
    }
    .specification-section .document-list{
        padding-top:30px;
        border-top:1px solid #DADADA;
    }
    .specification-section .document-description{
        display: flex;
        justify-content: space-between;
    }
    .image-specs-section{
      padding-top:50px;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
        .specification-section{
            padding:50px 0px;
        }
        .specification-section .spefication-list-container{
            padding:20px 0px;
        }
        .specification-section .specification-item{
            flex-direction:column;
            gap:30px;
            padding: 20px 0px;
        }
        .specification-section .specification-content{
            grid-template-columns:100%;
        }
        .specification-section .document-list-container .document-item{
            grid-template-columns:100%;
        }
        .specification-section .spec-heading{
            padding-bottom:20px;
        }

    }
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .specification-section{
            padding:50px 0px;
        }
        .specification-section .spefication-list-container{
            padding:20px 0px;
        }
        .specification-section .specification-item{
            flex-direction:column;
            gap:30px;
            padding: 20px 0px;
        }
        .specification-section .specification-content{
            grid-template-columns:100%;
        }
        .specification-section .document-list-container .document-item{
            grid-template-columns:100%;
        }
        .specification-section .spec-heading{
            padding-bottom:20px;
        }
    }
.side-by-side-content-section{
        padding:80px 0px;
    }
    .side-by-side-content{
        display:flex;
    }
    .bg_image_side{
        width:100%;
        height:100%;
    }
    .side-by-side-list-container{
        display:flex;
        flex-direction:column;
        gap:80px;
    }
    .side-by-side-content-details{
        display:flex;
        justify-content: center;
        align-items: center;
        height:100%;
    }
    .side-by-side-content-details .heading{
        padding-bottom:20px;
    }
    .black-text {
        color: #000000;
    }
    .green-text {
        color: #42B134;
    }
    .side-by-side-icons{
        display:flex;
        gap:50px;
        padding-top:30px;
    }
    .side-by-side-icons-item{
        display:flex;
        flex-direction:column;
    }
    .side-by-side-list-container .additinal-img{
      width:100%;
      height:100%;
    }
    /* FOR MOBILE PHONE */
    @media only screen and (max-width: 768px) {
      .side-by-side-content-details .heading{
        text-align: center;
    }  
      .side-by-side-content-section{
            padding:50px 0px;
        }
        .side-by-side-list-container{
            gap:50px;
        }
        .left-image-container{
            flex-direction:column-reverse;
            gap:20px;
        }
        .right-image-container{
            flex-direction:column;
            gap:20px;
        }
        .side-by-side-icons{
            gap:20px;
        }
        .side-by-side-icons h4{
            font-size:16px;
        }
        .side-by-side-icons{
            padding-top:0px;
        }
    }
  .right-image-container.side-by-side-content,
    .left-image-container.side-by-side-content {
        padding: 0 var(--gutter-x);
    /* ipad Air */
    @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) {
        .side-by-side-content-section{
            padding:50px 0px;
        }
        .side-by-side-list-container{
            gap:50px;
        }
        .left-image-container{
            flex-direction:column-reverse;
            gap:20px;
        }
        .right-image-container{
            flex-direction:column;
            gap:20px;
        }
        .side-by-side-icons{
            gap:20px;
        }
        .side-by-side-icons h4{
            font-size:16px;
        }
        .side-by-side-icons{
            padding-top:0px;
        }
    }
   .gray-bg-wrapper {
        background-color: #f8f8f8;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
    .gray-bg-wrapper .right-image-container {
        max-width: var(--page-width);
        margin: 0 auto;   
    }
  .right-image-container.side-by-side-content,
  .left-image-container.side-by-side-content {
    padding: 0 var(--gutter-x);
}
  .right-image-container.side-by-side-content,
  .left-image-container.side-by-side-content {
        padding: 0 var(--gutter-x);
 }