  @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');

  body {
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
  }

  .logo-text {
    font-weight: 800;
    font-size: 29px;
  }

  .navbar-nav .nav-item .nav-link {
    font-family: "Marcellus", serif;
    /* font-weight: 400; */
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
  }

  .navbar-nav .nav-item .nav-link:hover {
    color: #9333ea !important;
  }

  .navbar-nav .nav-item.active .nav-link {
    color: #9333ea !important;
  }

  .ticker-wrapper {
    background-color: #eef2ff;
    overflow: hidden;
    white-space: nowrap;
    font-family: system-ui, sans-serif;
  }

  .ticker-content {
    display: flex;
    animation: scroll-left 30s linear infinite;
    width: calc(200% + 20px); /* Double width for seamless loop */
  }

  .ticker-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #2563eb;
    margin: 0 20px;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .ticker-item i {
    color: #9333ea;
    margin: 0 10px;
  }

  .ticker-item .star {
    color: #9333ea;
    font-size: 22px;
    margin: 0 10px;
    display: inline-block;
  }

  .btn-slide-loop {
    padding: 12px 24px;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }

  .btn-slide-loop:hover {
    background: #000;
    color: #fff;
  }

  .btn-slide-loop span {
    display: inline-block;
    transition: transform 0.4s ease;
  }

  .btn-slide-loop:hover span {
    animation: slideDownUp 0.6s ease forwards;
  }

  @keyframes slideDownUp {
    0% {
      transform: translateY(0%);
    }

    50% {
      transform: translateY(-150%);
      opacity: 0.5;
    }

    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }

  .btn-view {
    padding: 12px 24px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;

  }

  .btn-view:hover {
    background: #9333ea;
    color: #fff;
  }

  .btn-view span {
    display: inline-block;
    transition: transform 0.4s ease;
  }

  .btn-view:hover span {
    animation: slideDownUp 0.6s ease forwards;
  }

  /* .left-content-side h1 {
    font-family: "Marcellus", serif;
    font-weight: 600;
  } */
  .left-content-side h2 {
    font-family: "Marcellus", serif;
    font-weight: 600;
  }

  .text-standard {
    font-family: "Marcellus", serif;
    font-weight: 600;
    color: #000;
    font-size: 50px;
  }

  .left-content-side p {

    font-weight: 400;
  }

  .list-count {
    list-style: none;
    /* line-height: 35px; */
  }

  .list-count p {
    font-weight: 400;
    font-size: 18px;
  }

  .text-find {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 50px;
  }

  .text-quick {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #555;
  }

  .footer {
    background: #E9EEFF;
    padding: 50px 20px;
  }

  /* .logo-text-footer {
    font-weight: 800;
    font-size: 29px;
    color: #000;
  } */
  .logo-text-footer h4 {
    font-weight: 800;
    font-size: 29px;
    color: #000;
  }

  .footer-para {
    font-family: "Marcellus", serif;
    font-weight: 400;
    color: #000;
    font-size: 17px;
    line-height: 35px;
  }

  .text-product {
    font-weight: 600;
    color: #000;
  }

  .other-products-heading{
    font-family: "Marcellus", Sans-serif;
    color: #2757FF;
    font-size: 48px;
    line-height: 55px;
  }

  .list-footer {
    list-style: none;
    line-height: 40px;
  }

  .list-footer li a {
    font-weight: 400;
    color: #000;
  }

  .social-icons {
    gap: 22px;
  }

  .social-icons i {
    font-size: 35px;
    cursor: pointer;
    color: #000;
  }

  .social-icons i:hover {
    color: #2757FF;
  }

  .footer-logo-images {
    gap: 35px;
  }

  .footer-logo-images img {
    width: 80px;
  }

  .social-link {
    gap: 25px;
  }
  

  @keyframes slideDownUp {
    0% {
      transform: translateY(0%);
    }

    50% {
      transform: translateY(-150%);
      opacity: 0.5;
    }

    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .hero-section {
    /*background: url(../images/hero-product-img.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*height: 650px;*/
        background: url(../images/hero-product-img.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 410px;
  }

  .product-item {
    flex-grow: 1;
    flex-basis: 200;
    cursor: pointer;

  }

  .two_elementor_element {
    display: flex;
    margin: auto;
    height: 3em;
    position: relative;
    color: #2757FF;
    /*fill: #2563eb;*/
    width: 3em;
  }

  .two_elementor_element_01 {
    display: flex;
    height: 4em;
    position: relative;
    color: #2757FF;
    fill: #2563eb;
    width: 4em;
  }

  .two_elementor_element_02 {
    display: flex;
    height: 4em;
    position: relative;
    color: #2757FF;
    /*fill: #2563eb;*/
    width: 8em;
  }

  .icon-img {
    background: #E9EEFF;
    padding: 30px;
    width: max-content;
    display: flex;
    margin: auto;
    margin-bottom: 35px;
  }

  .product-item h3 {
    text-align: center;
    font-family: "Marcellus", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
  }

  /* First two items - Blue hover */
  .product-item:nth-child(1):hover .icon-img,
  .product-item:nth-child(2):hover .icon-img {
    background: #2757FF;
  }

  .product-item:nth-child(1):hover .two_elementor_element,
  .product-item:nth-child(2):hover .two_elementor_element {
    fill: #fff;
  }

  .product-item:nth-child(1):hover h3,
  .product-item:nth-child(2):hover h3 {
    color: #2757FF;
  }

  /* Center item - Purple hover */
  .product-item:nth-child(3):hover .icon-img {
    background: #9333ea;
  }

  .product-item:nth-child(3):hover .two_elementor_element {
    fill: #fff;
  }

  .product-item:nth-child(3):hover h3 {
    color: #9333ea;
  }

  /* Last two items - Green hover */
  .product-item:nth-child(4):hover .icon-img,
  .product-item:nth-child(5):hover .icon-img {
    background: #10b981;
  }

  .product-item:nth-child(4):hover .two_elementor_element,
  .product-item:nth-child(5):hover .two_elementor_element {
    fill: #fff;
  }

  .product-item:nth-child(4):hover h3,
  .product-item:nth-child(5):hover h3 {
    color: #10b981;
  }

  .img-01 {
    border-radius: 12px;
  }

  .gap-img {
    gap: 10px;
  }

  .text-paper {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #2757ff;
    font-size: 55px;
  }

  .text-embark {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #2757ff;
    text-transform: uppercase;
  }

  .text-embark-01 {
    font-weight: 600;
    color: #2757ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .875rem;
  }

  .text-map {
    font-size: 22px;
    font-weight: 400;
  }

  .map-icon {
    font-size: 24px;
    color: #2757FF;
  }

  .text-create {
    color: #000;
  }

  .text-quote {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 45px;
  }

  .para-paper {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #000;
  }

  .left-content h3 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #000;
  }

  .left-content p {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 18px;
  }

  .left-content:hover h3 {
    color: #2757ff;
  }

  .para-discover {
    font-weight: 400;
    color: #555;
  }

  .testimonial-section {
    background: #eef2ff;
  }

  /* Optional: Style carousel container */
  .owl-carousel img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .footer-google-icon{
    width: 75%;
  }


  /* Custom nav arrows */
  .custom-prev,
  .custom-next {
    font-size: 30px;
    color: #2757FF;
    padding: 10px 15px;
    /* background: rgba(255, 255, 255, 0.7); */
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .custom-prev:hover,
  .custom-next:hover {
    background: transparent !important;
    color: #2757FF !important;
    outline: none !important;
    border: none !important;
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #2757FF !important;
    outline: none !important;
    border: none !important;
  }

  /* Position nav arrows */
  .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* transform: translateY(-50%); */
    padding: 0 10px;
  }

  .owl-nav .owl-prev {
    position: relative;
    left: -65px;
  }

  .owl-nav .owl-next {
    position: relative;
    right: -65px;
  }

  /* Style dots */
  .owl-dots {
    text-align: center;
    margin-top: 15px;
  }

  .owl-dot span {
    width: 5px;
    height: 5px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s ease;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
  }

  .owl-dot.active span {
    background: #2757FF !important;
  }

  .owl-carousel .owl-item img {
    border: 2px solid #2757FF;
  }

  .input-field {
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    height: 45px;
  }

  label {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #555;
  }

  .btn-send {
    background: #2757FF;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-family: "Marcellus", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  .btn-send:hover {
    color: #fff;
  }

  .btn-email {
    gap: 20px;
    background: #2563eb;
    color: #fff;
    padding: 15px;
    font-size: 22px;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .text-why {
    font-size: 55px;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .para-grease {
    font-weight: 400;
    color: #000;
  }

  .para-grease a {
    color: #000;
  }

  .para-grease a:hover {
    color: #2757FF;
  }

  .list-grease {
    list-style: none;
    line-height: 40px;
  }

  .list-grease li a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
  }

  .list-grease li a i {
    color: #942BEF;
  }

  .product-highlight {
    background: #F4F0FF;
  }

  .accordion-wrapper {
    background: #E9EEFF;
    padding: 18px 25px;
    border-radius: 7px;
  }

  /* .accordion-text h3 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    font-size: 24px;
  } */
  .accordion-text {
    width: -webkit-fill-available;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    font-size: 24px;
  }

  .accordion-para {
    font-weight: 400;
    font-size: 18px;
    color: #555;
  }

  .right-icon {
    background: #2757FF;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
  }

  .accordion-para {
    transition: all 0.3s ease;
  }

  .accordion-para a {
    font-weight: 400;
    color: #000;
  }

  .right-icon {
    transition: transform 0.3s ease;
  }

  .text-blog {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #000;
  }

  .card-wrapper {
    border-radius: 8px;
  }

  .card-wrapper .card-img img {
    border-radius: 8px;
        aspect-ratio: 150 / 100;
    object-fit: cover;
  }

  .card-body h2 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #303133;
    font-size: 20px;
    line-height: 30px;
  }

  .card-body p {

    font-weight: 400;
    color: #555;
    font-size: 15px;

  }

  .card-body .text-read {
    font-weight: 500;
    color: #000bec;
  }

  .overlay {
    display: none;
  }

  .card-wrapper:hover .overlay {
    display: block;
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / .75);
    height: -webkit-fill-available;
    border-radius: 8px;
  }

  .arrow-icon {
    height: -webkit-fill-available;
    color: #fff;
  }

  .arrow-icon i {
    font-size: 22px;

  }

  .footer-bottom {
    background: #104FB8;
    padding: 25px;
  }

  #scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 1px solid #fff0;
    background-color: rgb(0 0 0 / .2);
    color: #fff;
    padding: 15px 18px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    font-size: 30px;
    display: flex;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
  }

  #scrollUp:hover {
    background: #2757FF;
  }

  .sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    /* Hidden by default */
    width: 300px;
    height: 100%;
    background: #E9EEFF;
    z-index: 1050;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
  }

  .dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid #c4c4c4;
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
  }

  .dropdown-item:hover {
    color: #9333ea;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px;
  }

  /* Hover-based dropdown functionality - Override Bootstrap default behavior */
  .navbar-nav .dropdown .dropdown-menu {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar-nav .dropdown {
    position: relative;
  }

  /* Prevent Bootstrap from hiding dropdown on click */
  .navbar-nav .dropdown.show .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .text-form-quote {
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 45px;
  }

  .para-quote {
    color: #2757ff;
    text-transform: uppercase;

    font-weight: 600;
  }

  .input-field-form {
    border: 1px solid #69727d;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    height: 45px;
  }

  .text-choose {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #2757FF;
    font-size: 50px;
  }

  .para-choose {
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
  }

  .choose-section {
    position: relative;
    overflow: hidden;
  }

  .choose-section::before {
    content: '';
    position: absolute;
    right: 0px;
    background: url(../images/Shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 65px;
    height: 65px;
    transform: translate(-15px, 90px);
    animation: rotateImg 4s linear infinite;
  }

  .wax-paper-img {
    border-radius: 12px;
  }




  @keyframes rotateImg {
    from {
      transform: translate(-15px, 90px) rotate(0deg);
    }

    to {
      transform: translate(-15px, 90px) rotate(360deg);
    }
  }

  .choose-section::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 135px;
    background: #886CFF;
    width: 70px;
    height: 70px;
    /* transform: translate(-64px, 22px) !important; */
    animation: rotateImg 4s linear infinite;
  }

  @keyframes rotateImg {
    from {
      transform: translate(-15px, 90px) rotate(0deg);
    }

    to {
      transform: translate(-15px, 90px) rotate(360deg);
    }
  }

  .round-clock {
    padding: 30px 35px;
    border-radius: 22px;
  }

  .round-clock {
    cursor: pointer;
    height: 280px;
  }

  .round-clock:hover h4 {
    color: #2757FF;
  }

  .round-clock svg {
    width: 60px;
    fill: #2757FF;
  }

  .round-clock h3 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 22px;
  }

  .round-clock p {
    font-weight: 400;
    color: #555;
  }

  .choose-section .dots-img {
    position: absolute;
    right: -85px;
    width: 12%;
    top: 0px;
  }

  .choose-section .dots-img-01 {
    position: absolute;
    left: -85px;
    width: 12%;
    bottom: 0px;
  }

  .logo-imgs img {
    border-radius: 50px;
  }

  .text-client {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #9333ea;
  }

  .text-product {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
  }

  .para-product {
    font-weight: 400;
    color: #000;
  }

  .product-slide .owl-nav .owl-next {
    position: relative;
    right: 10px;
    font-size: 50px !important;
    color: #2757FF !important;
  }

  .product-slide .owl-nav .owl-prev {
    position: relative;
    left: 0px;
    font-size: 50px !important;
    color: #2757FF !important;

  }

  .product-slide.owl-carousel .owl-item img {
    border: none !important;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .product-slide.owl-carousel .owl-nav button.owl-next,
  .product-slide.owl-carousel .owl-nav button.owl-prev {
    border: none !important;
    outline: none !important;
  }

  .text-product-slide a {
    text-align: center;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 24px;

  }

  .para-quote-01 {
    font-weight: 400;
    color: #555;
  }

  .text-wax {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    /* font-size: 45px; */
    font-size: 3.125rem;
    color: #2757FF;
  }

  .para-wax {
    font-weight: 600;
    color: #000;
    font-size: 18px;
  }

  .text-follow {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #000;
  }

  .social-media-link i {
    font-size: 35px;
    padding: 12px 12px;
    background: #E9EEFF;
    color: #2757FF;
    transition: .2s ease-in;
    cursor: pointer;
  }

  .social-media-link i:hover {
    background: #2757FF;
    color: #fff;
  }

  .navbar {
    padding: 20px 30px;
    border: 1px solid #E9EEFF;
  }

  .nav-tabs {
    border-bottom: none !important;
    gap: 10px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    border: none !important;
    background: #E9EEFF;
    color: #000;
    font-family: "Marcellus", Sans-serif;
    font-weight: 700;
    /* padding: 15px 40px; */
    font-size: 20px;
  }

  .nav-tabs .nav-link:hover {
    background: #E9EEFF;
    color: #000;
    border-bottom: none !important;
  }

  .tab-para {
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    border: none !important;
    /* background: #E9EEFF; */
    color: #000;
    font-family: "Marcellus", Sans-serif;
    border-bottom: 1.5px solid #000 !important;
    font-weight: 700;
    padding: 15px 40px;
    font-size: 20px;
  }

  .list-order li a {
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 400;
    color: #000;
  }

  .list-order li a:hover {
    text-decoration: none;
  }

  .list-order li a.text-deli {

    color: #ff0000;
  }

  .list-order li::marker {
    color: rgba(85, 85, 85, 0.15);
    font-weight: 700;
  }

  .tab-img {
    border-radius: 12px;
  }

  .overlay-img {
    position: absolute;
    width: 100%;
    background: rgba(151, 67, 238, 0.6);
    height: -webkit-fill-available;
    border-radius: 12px;
  }

  .text-offer {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .btn-order {
    background: #fff;
    padding: 12px 24px;
    color: #000;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 500;
    border: 1px solid #2757ff;

  }

  .text-faq {
    font-family: "Marcellus", Sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
  }

  table tr th {
    font-weight: 400;
  }

  .text-contact {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #2757FF;
    font-size: 33px;
  }

  .bg-gradient-section {
    background: #000;
    background-image: url('../images/contact-png-1.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    /* height: 500px; */
    position: relative;
  }

  .bg-gradient-section::before {
    content: '';
    background-image: url('../images/contact-png-2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 500px;
    bottom: 0px;
    position: absolute;
  }

  .text-contact-choose {
    color: #FFF;
    font-family: "Marcellus", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
  }

  .para-contact-choose {
    color: #FFF;
    font-family: "Marcellus", Sans-serif;
    font-size: 18px;
    font-weight: 400;

  }

  .border-box {
    background: #fff;
    padding: 30px 45px;
    border-radius: 22px;
    transition: .5s ease;
    height: 358px;

  }

  .box-icon {
    background: #FFD4DA;
    width: max-content;
    padding: 25px 5px;
    border-radius: 22px;

  }

  .box-icon img {
    width: 65%;
    display: flex;
    margin: auto;
  }

  .border-box:hover {
    background: #FF4A5D;
  }

  .border-box:hover .box-icon {
    background: #fff;
  }

  .border-box:hover h3,
  .border-box:hover p {
    color: #fff;
  }

  .border-box h3 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .border-box p {
    color: #555;
    font-weight: 400;
    font-size: 16.3px;

  }

  .border-box-01 {
    background: #fff;
    padding: 30px 45px;
    border-radius: 22px;
    transition: .5s ease;
    height: 358px;
  }

  .box-icon-01 {
    background: #D6EEE1;
    width: max-content;
    padding: 30px 22px;
    border-radius: 22px;

  }

  .box-icon-01 img {
    width: 80%;
    display: flex;
    margin: auto;
  }

  .border-box-01:hover {
    background: #24C66D;
  }

  .border-box-01:hover .box-icon-01 {
    background: #fff;
  }

  .border-box-01:hover h3,
  .border-box-01:hover p {
    color: #fff;
  }

  .border-box-01 h3 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .border-box-01 p {
    color: #555;
    font-weight: 400;
    font-size: 16.3px;
  }

  .border-box-02 {
    background: #fff;
    padding: 30px 45px;
    border-radius: 22px;
    transition: .5s ease;
    height: 358px;
  }

  .box-icon-02 {
    background: #DFD7F7;
    width: max-content;
    padding: 22px 25px;
    border-radius: 22px;

  }

  .box-icon-02 img {
    width: 80%;
    display: flex;
    margin: auto;
  }

  .border-box-02:hover {
    background: #865DFF;
  }

  .border-box-02:hover .box-icon-02 {
    background: #fff;
  }

  .border-box-02:hover h3,
  .border-box-02:hover p {
    color: #fff;
  }

  .border-box-02 h3 {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .border-box-02 p {
    color: #555;
    font-weight: 400;
    font-size: 16.3px;
  }

  .text-portfolio {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 50px;
  }

  .para-portfolio {
    font-weight: 400;
    color: #000;
    font-size: 16px;
  }

  .blog-wrapper {
    overflow: hidden;
    border-radius: 12px;

  }

  .blog-img {
    border-radius: 12px;
    transition: transform 0.5s ease;
    aspect-ratio: 150 / 90;
    object-fit: cover;
  }

  .blog-wrapper:hover .blog-img {
    transform: scale(1.1);
  }

  .text-blog-product {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #2757FF;
  }

  .entry-title {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .entry-title a {
    color: #000;
    text-decoration: none;
  }

  .entry-title a:hover {
    color: #2757FF;
  }

  .para-blog-product {
    color: #999;
    font-weight: 400;
  }

  .span-paper {
    color: #000;
  }

  .para-blog-product {
    color: #999;
    font-weight: 400;
  }

  .text-search {
    font-weight: 600;
    color: #000;
  }

  .input-field-blog {
    height: 50px;
    padding-left: 30px;
    padding-right: 45px;
  }

  .input-field-blog:focus {
    border: 1px solid #2757FF;
    box-shadow: none;
  }

  .text-found {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #2757FF;
    font-size: 45px;
  }

  .para-found {
    font-weight: 400;
    color: #555;
  }

  .text-category {
    font-weight: 600;
    color: #000;
    font-size: 1.25rem;
  }

  .search-icon {

    position: absolute;
    right: 0px;
    transform: translate(-15px, -37px);
    font-size: 25px;

  }

  .list-category {
    list-style: none;
    /* line-height: 40px; */
  }

  .list-category li a {
    color: #555;
    font-weight: 400;
    text-decoration: none;
  }

  .list-category li a .txt-count {
    /* padding: 8px 12px; */
    padding: 2px 4px;
    border-radius: 8px;
  }

  .list-category li a:hover {
    color: #2757ff;
  }

  .list-category li a:hover .txt-count {
    color: #fff;

    background: #2757ff;
  }

  .thumbnail-img {
    margin-right: 16px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
  }

  .detail-blog-recent h4 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
  }

  .detail-blog-recent h4 a {
    color: #000;
    text-decoration: none;
  }

  .detail-blog-recent h4 a:hover {
    color: #2757ff;
  }

  .detail-blog-recent p {
    font-weight: 400;
    color: #555;
  }

  .list-tag {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 40px;
  }

  .list-tag li a {
    border: 1px solid;
    padding: 4px 9px;
    margin-bottom: 10px;
    margin-right: 7px;
    border-radius: 20px;
    font-weight: 500;
    color: #999;
    border: 1px solid #e7e7e7;
    background-color: #fff0;
    text-transform: capitalize;
  }

  .list-tag li a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
  }

  .btn-quote {
    display: none;
  }

  .pagination-list {
    list-style: none;
    gap: 10px;
  }

  .pagination-list li a {
    padding: 15px 30px;
    padding: 12px 15px;
    font-size: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    color: #000;

  }

  .pagination-list li a:hover {
    background: #000;
    border: none;
    color: #fff;
    text-decoration: none;
  }

  .pagination-list li a.active-pagination {
    background: #000;
    color: #fff;
    border: none;


  }

  /* .form-slide-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  transition: right .9s ease;
  border-left: 3px solid #8c30f5;
  overflow-y: auto;
} */
  /* .form-slide-panel.show {
  right: 0;
} */

  /* Right-side form */
  .form-slide-panel {
    position: fixed;
    top: 0;
    right: -660px;
    width: 610px;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    z-index: 1051;
    overflow-y: auto;
    transition: right 0.8s ease;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  }

  /* Slide-in visible state */
  .form-slide-panel.open {
    right: 0;
  }

  /* Dimmed background using body */
  body.body-darkened::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* dark overlay */
    z-index: 1050;
  }

  .footer-flex-column {
    display: none;
  }

  .form-check-label {
    margin-left: 1rem !important;
    margin-top: .30rem !important;
  }

  input[type=checkbox] {
    width: 25px;
    height: 25px;
  }

  .btn-email:hover {
    color: #fff;
  }

  .badge-icon {
    color: #865DFF;
  }

  /* Custom check icon styling */
  .custom-check-icon {
    width: 20px;
    height: 20px;
    fill: #942BEF;
    margin-right: 8px;
    flex-shrink: 0;
  }

  /* Tag styling */
  .tag-link {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.571428;
    font-weight: 500;
    color: #999;
    padding: 4px 9px;
    margin-bottom: 10px;
    margin-right: 7px;
    border-radius: 20px;
    border: 1px solid #999;
    background-color: #fff0;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .tag-link:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
    text-decoration: none;
  }

  .popular-tags {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-right-content {
    padding-left: 125px;
    padding-right: 30px;
  }

  .text-about {
    font-size: 62px;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #2757FF;
    text-decoration: none;
  }

  .para-about {
    font-family: "Marcellus", Sans-serif;
    font-size: 27px;
    font-weight: 400;
    text-decoration: none;
  }

  .para-about-01 {
    font-family: 'Figtree';
    font-weight: 400;
    color: #555;
    font-size: 16px;
  }

  .text-about a {
    color: #2757FF;
    text-decoration: none;
  }

  .about-text-right {
    box-shadow: 0 5px 50px 0 rgb(33 33 33 / .15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 60px 0 60px -100px;
    padding: 40px 40px 40px 40px;
    /* position: absolute; */
    /* width: 400px; */
    /* transform: translate(-120px, 50px); */
    /* top: 0px; */
  }

  .about-text-right h3 {
    font-size: 2.6rem;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #2757FF;
  }

  .elementor-widget-container {
    margin: 25px -100px 0 50px;
    border: 1.5px solid #F865DC;
  }

  .h-450 {
    height: 450px;
  }

  .text-excellence {
    font-family: "Marcellus", Sans-serif;
    font-weight: 600;
    color: #2757FF;
    font-size: 48px;
  }

  .text-excellence a {
    color: #2757FF;
  }

  .text-print {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 3rem;
  }

  .para-choose-01 {
    font-family: 'Figtree';
    color: #555;
    font-size: 20px;
  }

  .post-excerpt p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 16px;
    color: #555;
  }

  .text-bulk {
    font-size: 3rem;
    color: #2757FF;
    font-family: "Marcellus", Sans-serif;

  }

  .text-why-paper {
    font-size: 2.5rem;
    line-height: 46px;
    font-family: "Marcellus", Sans-serif;
  }

  .list-cost li {
    color: #555;
    font-family: 'Figtree';
  }

  .text-bbq {
    font-size: 2.5rem;
    line-height: 46px;
    font-family: "Marcellus", Sans-serif;
    text-transform: capitalize;
  }

  .tags-links a {
    font-size: 1rem;
    font-family: 'Figtree';
    font-weight: 400;
    color: #999;
  }

  #reply-title {
    font-size: 2.125rem;
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
  }

  .comment-notes {
    color: #555;
    font-family: 'Figtree';
    font-weight: 400;
  }

  .input-field-name {
    width: 100%;
    padding: .6875rem 1.875rem .57rem 1.25rem;
    font-size: 1rem;
    color: #555;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
 font-family: 'Figtree';
    font-weight: 400;
    height: 45px;
  }
  .form-check-label{
    color: #555;
    font-size: .875rem;
    font-family: 'Figtree';
    font-weight: 400;

  }

  .text-footer-paper{
        font-family: "Figtree", Sans-serif;
    font-size: 29px;
    font-weight: 800;
  }
  .text-product-footer{
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }

  .content-area {
    /* padding: 0px 30px; */
  }
  .content-area a{
    color: #ff0000;
    text-decoration: none;
  }
  .content-area p{
    font-family: 'Figtree';
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
  }
  .content-area h1{
    font-size: 2.5rem;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }
  .content-area h2{
        font-size: 3rem;
    line-height: 54px;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
    color: #2757FF;
  }
  .content-area h3{
    font-size: 2.5rem;
    line-height: 46px;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }
  .content-area h4{
    font-size: 1.5rem;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }
  .content-area h5{
    font-size: 1.25rem;
    font-family: Marcellus, sans-serif;
    font-weight: 400;
  }
  .content-area ul{
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .content-area ul li{
    font-family: 'Figtree';
    font-weight: 400;
    color: #555;
    margin-bottom: 10px;
  }


  .client-img{
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
  }

  /* Client slider CSS animation approach */
  .client-slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .client-slider {
    display: flex;
    animation: slide 20s linear infinite;
    width: calc(200% + 40px); /* Double width for seamless loop */
  }

  .client-slider:hover {
    animation-play-state: paused;
  }

  .client-slide {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    min-width: 150px;
  }

  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Responsive adjustments */
  @media (max-width: 1199px) {
    .client-slide {
      min-width: 120px;
      margin: 0 15px;
    }
  }

  @media (max-width: 767px) {
    .client-slide {
      min-width: 100px;
      margin: 0 10px;
    }
    .footer-google-icon{
      width: 50% !important;
    }
  }

  @media screen and (max-width:1030px) {
    .list-navbar {
      display: none;
    }

    .navbar-collapse {
      justify-content: end;
    }
  }

  @media screen and (max-width:1284px) {
    .border-box {
      height: auto;
    }

    .border-box-01 {
      height: auto;
    }

    .border-box-02 {
      height: auto;
    }
    .right-side-search-section{
      margin-left: 0px !important;
    }
  }

  @media screen and (max-width:991px) {
    .flex-product-items {
      gap: 40px;
    }

    .right-side-search-section {
      margin-left: 0px !important;
    }

    .about-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-right: 0px !important;
      padding-left: 0px !important;
    }

    .elementor-widget-container {
      margin: 25px 0px 0 0px;
    }

    .entry-title {
      font-size: 18px;
    }

    .wax-product-section .row {
      margin-top: 0px !important;
    }

    .tab-section .row {
      margin-top: 0px !important;
      padding-top: 30px !important;
    }

    .quote-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .wax-product-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .bg-gradient-section .row {
      margin-left: 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-right: 0px !important;
      margin-top: 0px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }

    .flex-column-padding {
      padding-top: 20px !important;
    }

    .border-box {
      padding: 15px 20px;
      height: auto;
      margin-bottom: 30px;
    }

    .border-box-01 {
      padding: 15px 20px;
      height: auto;
      margin-bottom: 30px;
    }

    .border-box-02 {
      padding: 15px 20px;
      height: auto;
      /* margin-bottom: 10px; */
    }

    .text-contact-choose {
      font-size: 22px;
      line-height: normal;
    }

    .contact-right-content {
      margin-left: 0px !important;
      padding-left: 0px;
      padding-right: 0px;
    }

    .list-order {
      margin-left: 0px !important;
    }

    .tab-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .navbar {
      padding: 20px 10px;
    }

    .wax-product-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-top: 20px !important;
    }

    .text-wax {
      margin-top: 10px;
    }

    .work-column-section .row {
      margin-top: 0px !important;
    }

    .wax-right-content {
      margin-left: 0px !important;
    }

    .para-quote {
      font-size: 12px;
    }

    .text-form-quote {
      font-size: 22px;
    }

    .quote-section .row {
      margin-top: 0px !important;
      padding-top: 10px !important;
    }

    .text-choose {
      font-size: 22px;
    }

    .para-choose {
      font-size: 14px;
    }

    .round-clock {
      padding: 22px 18px;
    }

    .choose-section::before {
      display: none;
    }

    .choose-section .dots-img {
      display: none;
    }

    #scrollUp {
      right: 10px;
    }

    .sidebar {
      position: fixed;
      top: 0;
      right: -350px;
      /* Hidden by default */
      width: 300px;
      height: 100%;
      background: #E9EEFF;
      z-index: 1050;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
      transition: right 0.3s ease-in-out;
      padding: 20px;
    }

    .social-link-icon {
      display: flex;
      gap: 20px;
    }

    .social-link-icon i {
      padding: 10px;
      background: #D1DBFF;
      border-radius: 50px;
      color: #942BEF;
      font-size: 22px;
    }

    .close-sidebar {
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 35px;
    }

    .sidebar.active {
      right: 0;
      /* Show sidebar */
    }

    .bx-close {
      font-size: 24px;
      cursor: pointer;
      position: absolute;
      top: 15px;
      left: 15px;
      color: #000;
    }

    .logo-text {
      width: 30px;
    }

    .logo-text {
      font-size: 18px;
    }

    .footer-div-inner {
      display: none;
    }

    .footer-bottom {
      padding: 15px 10px;
    }

    .footer-img-card {
      margin-bottom: 20px;
    }

    .space-text {
      display: none;
    }

    .blog-section .row {
      margin-top: 0px !important;
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .accordion-wrapper {
      padding: 12px 12px;
    }

    .text-quick {
      font-size: 15px;
    }

    .text-find {
      font-size: 22px;
    }

    .pt-10 {
      padding: 0px !important;
    }

    .text-standard {
      font-size: 30px;
    }

    .list-grease li a {
      font-size: 10px;
    }

    .standard-section .row {
      margin-top: 20px !important;
    }

    /* .accordion-text h3 {
      font-size: 12px;
    } */
    .accordion-text {
      font-size: 12px;
    }

    .footer-logo-images {
      gap: 15px;
      justify-content: center;
      margin-top: 20px;
    }

    .footer-logo-images img {
      width: 50px;
    }


    
    .standard-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .work-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-top: 0px !important;
    }

    .greaseproof-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
    }

    .text-why {
      font-size: 22px;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }

    .list-grease {
      line-height: normal !important;
    }

    hr {
      margin-top: 10px !important;
      margin-bottom: 0px !important;
    }

    .product-img-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
      margin-top: 0px !important;
    }

    .product-highlight .row {
      margin-top: 10px !important;
      padding-top: 10px !important;
    }

    /* .left-content-side h1 {
      font-size: 22px;
    } */
    .left-content-side h2 {
      font-size: 22px;
    }

    .product-img-section .row {
      padding-top: 0px !important;
    }

    .deli-paper-section .row {
      margin-top: 0px !important;
    }

    .para-paper {
      font-size: 25px;
      line-height: 40px;
    }

    .left-content h3 {
      font-size: 22px;
    }

    .left-content p br {
      display: none;
    }

    .left-content p {
      font-size: 14px;
    }

    .two_elementor_element_01 {
      width: 3rem;
      height: 3rem;
    }

    .two_elementor_element_02 {
      width: 6rem;
      height: 3rem;
    }

    .deli-paper-section .row {
      padding-top: 20px !important;
    }

    .btn-email {
      gap: 15px;
      font-size: 20px;
    }

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

    .text-quote {
      margin-top: 20px;
    }

    .quote-content {
      margin-left: 0px !important;
    }

    .gap-img {
      flex-wrap: wrap;
    }

    .owl-nav {
      display: none;
    }

    .w-50 {
      width: 100% !important;
    }

    .deli-paper-section .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
      margin-top: 0px !important;

    }

    .choose-section::after {
      display: none;
    }

  }

  @media screen and (max-width:1260px) {

    /* .left-content-side h1 {
      font-size: 32px;
    } */
    .left-content-side h2 {
      font-size: 32px;
    }
  }

  @media screen and (max-width:767px) {
    .flex-product-items {
      justify-content: center !important;
    }

    .text-about a {
      font-size: 35px !important;
    }

    .para-about {
      font-size: 32px;
    }

    .about-text-right {
      text-align: center;
    }

    .text-excellence a {
      font-size: 40px;
    }

    .text-print {
      font-size: 2rem;
    }

    .elementor-widget-container {
      margin: 20px 0px 0 0px;
      border: 1.5px solid #F865DC;
    }

    .about-text-right {
      margin: 15px 0 15px 0px;
      padding: 15px 15px 15px 15px;
    }

    .social-link {
      gap: 0px;
      margin-bottom: 15px;
    }

    .text-quote {
      font-size: 30px !important;
      padding-bottom: 4px;
    }

    .text-product-slide a {
      font-size: 30px;
      margin-top: 12px;
    }

    .text-product-slide {
      margin-top: 12px;
    }

    .footer-flex-column {
      display: block;
    }

    .footer-para {
      font-size: 16px;
      line-height: 1.6em;
      margin-top: 4px !important;
    }

    .right-side-search-section {
      display: none;
    }

    .form-slide-panel.open {

      width: -webkit-fill-available;
    }

    .footer {
      padding-top: 0px !important;
    }

    .social-link {
      gap: 0px;
      margin-bottom: 15px;
      margin-top: 15px;
    }

    .icon-phone {
      color: #2757ff;
      margin-right: 8px;
    }

    .footer-logo-images {
      gap: 8px;
    }

    .footer-bottom .flex-bottom-footer {
      flex-direction: column-reverse;
      gap: 28px;
      padding-top: 30px;
    }

    .footer-logo-images img {
      margin-top: 10px;
      width: 50px;
    }

    .flex-portfolio-imgs {
      padding: 0px 5px;
    }

    .text-portfolio {
      font-size: 30px;
    }

    .product-slider-section .row {
      padding-top: 0px !important;
      margin-top: 0px !important;
    }

    .box-icon {
      padding: 15px 5px;
    }

    .box-icon-01 {
      padding: 20px 16px;
      display: flex;
      margin: auto;
    }

    .footer {
      padding-top: 0px !important;
      padding-bottom: 12px;
    }

    .footer-logo-images {
      margin: auto;
    }

    .text-quote {
      font-size: 30px;
      padding-bottom: 40px;
    }

    .btn-email i {
      font-size: 28px;
    }

    .pagination-list li a {
      /* padding: 15px 30px; */
      padding: 10px 12px;
      font-size: 15px;
    }

    .pagination-list {
      gap: 5px;
      padding-left: 0px;
    }

    .btn-quote {
      background-color: #C2D0FD;
      border-top: 1px solid #2757FF;
      position: fixed;
      bottom: 0px;
      width: 100%;
      padding: 15px;
      z-index: 111;
      border-radius: 0px;
      display: block;
      font-family: "Marcellus", Sans-serif;
      font-weight: 400;
      color: #000;
      font-size: 24px;
    }

    .text-offer {
      font-size: 22px;
    }

    .icon-img {
      padding: 14px;
      margin-bottom: 5px;
    }

    .icon-img svg.two_elementor_element {
      height: 1em;
      width: 1em;
    }

    .flex-product-items {
      justify-content: center !important;
      flex-wrap: nowrap !important;
    }

    .flex-product-items {
      gap: 5px;
    }

    .product-item h3 {
      font-size: 10px;
      line-height: normal;
    }

    .flex-icons-01 {
      flex-direction: column;
      align-items: center !important;
      justify-content: center;
      gap: 20px;
    }

    .left-content {
      text-align: center;
      margin-left: 0px !important;
    }

    .text-standard {
      text-align: center;
    }

    .flex-padding {
      padding: 0px !important;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
      padding: 15px 15px;
    }

    .logo-imgs img {
      width: 26%;
      margin-bottom: 20px;
    }

    .text-client {
      font-size: 30px;
    }

    .round-clock {
      height: -webkit-fill-available;
    }

    .hero-section {
      height: 150px;
    }

    .text-paper {
      font-size: 30px;
    }
  }





  /* Product Page styling */

  @media screen and (max-width:767px) {
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      margin: auto;
    }

    .text-product {
      margin-top: 35px;
      font-size: 30px;
    }

    .text-offer {
      font-size: 35px;
    }

    .text-faq {
      font-size: 30px;
    }

    .social-media-link i {
      font-size: 18px;
      padding: 8px 8px;
    }

    .para-wax {
      font-size: 18px;
    }

    .list-order {
      margin-left: 35px !important;
    }

    .text-wax {
      font-size: 30px;
      margin-bottom: 20px;
    }

    .social-media-link {
      gap: 8px;
      display: flex;
    }

    .nav-tabs .nav-item {
      width: -webkit-fill-available;
      text-align: center;
    }

    .testimonial-section .row {
      margin-bottom: 0px !important;
    }

    .text-why {
      margin-bottom: 30px !important;
      font-size: 30px;
      text-align: center;
      color: #2757FF;
    }

    .list-grease li a {
      font-size: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      display: flex;
      align-items: baseline;
      margin-top: calc(20px / 2);
      padding-bottom: calc(20px / 2);
    }

    .greaseproof-section .row {
      /* margin-top: 20px !important; */
    }

    .list-grease li a i {
      color: #942BEF;
      font-size: 24px;
    }

    .para-grease {
      font-weight: 400;
      color: #000;
      margin-top: 50px;
    }

    .btn-slide-loop {
      margin: auto;
      
    }
    .mr-auto{
      margin-right: auto !important;
      margin: inherit !important;
      margin-top: 10px !important;
    }

    .paper-img {
      margin-top: 60px;
    }

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

    .deli-paper {
      padding-bottom: 35px;
    }

    .standard-section .row {
      padding-top: 0px !important;
    }

    .text-find {
      font-size: 30px;
      line-height: 40px;
    }

    .text-quick {
      font-size: 22px;
    }

    .accordion-text i {
      display: none;
    }

    .accordion-text {
      font-size: 23px;
    }

    /* .accordion-text h3 {
        font-size: 23px;
    } */
    .flex-padding-01 {
      padding: 5px !important;
    }

    .card-body h2 {
      font-size: 14px;
      line-height: 1.4em;
    }
  }

  .text-paper {
    font-size: 40px;
  }

  .text-embark {
    font-weight: 400;
    letter-spacing: 2px;
  }

  .fs-50 {
    font-size: 50px;
  }

/* WhatsApp Sticky Icon Styles */
.whatsapp-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.whatsapp-link:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    text-decoration: none !important;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-link:hover::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #25D366;
    text-decoration: none !important;
    border-radius: 2px;
    animation: underline-appear 0.3s ease;
}

.whatsapp-link i {
    font-size: 30px;
    color: white;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes underline-appear {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 30px;
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .whatsapp-sticky {
        bottom: 15px;
        left: 15px;
    }
    
    .whatsapp-link {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-link i {
        font-size: 25px;
    }
    
    .whatsapp-link:hover::after {
        width: 25px;
        bottom: -6px;
    }
}

  