:root {
  --dark-color: #008278;
  --primary-color: #009891;
  --light-color: #01b9b1;
}

a {
  text-decoration: none;
}

.no-scroll {
    overflow: hidden;
}

html, body {
  overflow-x: hidden;
}

hr {
    margin: 35px 0;
    border: none;
    border-top: 1px solid #ccc;
}


/* Header */

  .header {
      padding: 18px 0;
      background-color: #ffffff;
    }
    
    .top-header {
        align-items: center;
    }
    
    .nav-dropdown {
      position: relative;
    }
    
    .nav-dropdown a {
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    
    .dropdown-indicator {
      font-size: 0.8em;
      transition: transform 0.2s ease;
    }
    
    .nav-dropdown:hover .dropdown-indicator {
      transform: rotate(180deg);
    }
    
    .nav-dropdown .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #f8f9fa;
      border: 1px solid #ddd;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      z-index: 10;
      min-width: 180px;
      padding: 6px 0;
    }
    
    .nav-dropdown:hover .dropdown-menu {
      display: block;
    }
    
    .nav-dropdown .dropdown-menu a {
      display: block;
      padding: 8px 14px;
      color: #333;
      text-decoration: none;
      white-space: nowrap;
    }
    
    .logo img {
      max-width: 100%;
      height: auto;
    }

    .search-box {
      display: flex;
      border: 1px solid #ccc;
      border-radius: 20px;
      overflow: hidden;
    }

    .search-box input {
      border: none;
      padding: 8px 12px;
      flex: 1;
    }
    
    .search-box input:focus-visible {
        outline: none;
        
    }
    
    .search-box button {
      background-color: #fbdd61;
      border: none;
      padding: 0 16px;
      cursor: pointer;
    }
    
    .search-box i {
        font-size: 22px;
    }
    
    
    .top-right {
      display: flex;
      gap: 20px;
      align-items: center;
    }
    
    .top-right span {
        color: var(--dark-color);
    }
    
    .top-right img {
        cursor: pointer;
    }

    .nav-links {
      text-align: right;
      margin-top: 10px;
    }

    .nav-links a {
      margin-right: 15px;
      text-decoration: none;
      color: #333;
      font-size: 14px;
    }

    .nav-links a:last-child {
      color: red;
    }
    
    .nav-container {
        padding: 12px 0;
    }
    
    .navbar-long {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        position: relative;
    }

    
    .navbar-long a {
        margin-right: 15px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        transition: 0.3s ease;
        
    }
   .navbar-long a:hover { 
        color: var(--primary-color);
        text-shadow: 1px 1px 3px #01999252;
   }

    .mobile-phone-icon i {
        font-size: 35px;
        color: var(--primary-color);
        display: none;
    }
    
/* Home Page */

    .hero-banner {
        background: linear-gradient(to right, #003e73, #0176b2);
        color: white;
        padding: 80px 0;
        position: relative;
    }
    
    .hero-content {
        position: relative;
        left: 10px;
    }

    .hero-content h1 {
        font-weight: 800;
        font-size: 40px;
        text-transform: uppercase;
    }

    .hero-content h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .hero-content p {
        font-size: 21px;
        font-weight: 300;
        max-width: 90%;
    }
    
    .hero-buttons a button{
        margin:10px;
    }

    .shop-button,
    .contact-button {
        width: 240px;
        padding: 8px;
        font-weight: 500;
        font-size: 16px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
    }
    
    .shop-button {
        background-color: #fbdd61;
    }

    .contact-button {
        color: #fff;
        background-color: var(--primary-color);
    }
    
    .shop-button:hover, .contact-button:hover {
        box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2), 0 4px 18px 0 rgba(0,0,0,0.19);
        transition: 0.3s;
    }
    .hero-image img {
        width: 100%;
        max-width: 395px;
        position: absolute;
        right: 20px;
        top: 50px;
    }

/* Brochure */

    iframe.brochure-frame {
        width: 100%;
        max-width: 886px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 801px;
        margin-top: 26px;
        margin-bottom: 40px;
    }
    
/* Pages */
    
    ul.cts-list li {
        font-size: 18px;
    }
    ul.cts-list {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .overlay6 {
        background-image: url(/images/schools.jpg);
    }
    .overlay7 {
        background-image: url(/images/leisure.jpg);
    }
    .overlay8 {
        background-image: url(/images/healthcare.jpg);
    }
    .overlay9 {
        background-image: url(/images/hospitality.jpg);
    }
    .overlay10 {
        background-image: url(/images/food-sector.jpg);
    }
    .overlay11 {
        background-image: url(/images/office.jpg);
    }
    .overlay12 {
        background-image: url(/images/factory.jpg);
    }
    .overlay13 {
        background-image: url(/images/garage.jpg);
    }
    .overlay14 {
        background-image: url(/images/contract-cleaners.jpg);
    }
    .t-o-card {
        background-blend-mode: overlay;
        background-color: #0000002e;
        background-size: cover;
    }
    .t-o-card:hover {
        background-color: #00000091;
    }
    .trade-wrap {
        padding-left: 15px;
        padding-top: 8px;
        padding-right: 15px;
    }
    .review-box {
        border: 2px solid #009891;
        padding: 20px 34px;
        min-height: 269px;
        position: relative;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.2);
    }
    div#cartSidebar {
        max-width: 90%;
    }
    .rev-lower {
        position: absolute;
        bottom: 5px;
        right: 28px;
        color: #009891;
        font-weight: bold;
        font-size: 18px;
    }
    .st-right-image {
        max-width: 518px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ds-right-image {
        max-width: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-section {
        max-width: 100%;
        overflow: hidden;
    }
    .login-mode-link {
    color: var(--primary-color) ;      
    font-weight: 500;
    text-decoration: none;
}

.login-mode-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}


    .quick-info-box {
        background: #f8f9fa;
        border-left: 4px solid #009688;
        padding: 10px 14px;
        border-radius: 6px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #444;
   }
    .quick-info-box p {
        margin-bottom: 6px;
    }


    .login-box-error {
        max-width:500px;
        color: rgba(220, 53, 69);
    }

    
    #loginOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.30);
        z-index: 9998;
        align-items: center;
        justify-content: center;
    }
    
    #loginBox {
        position: relative;
        transition: 0.4s ease;
    }
    
    .open-login {
        display: flex !important;
    }
    
    
    .login-card {
        min-width: 500px;
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    
    .login-card .card-body {
        padding: 30px;
    }
    
    .login-title {
        font-size: 30px;
        font-weight: 600;
        color: #303030;
        margin-bottom: 15px;
    }
    .form-label {
        margin-bottom: 5px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    
    .login-button {
        background: linear-gradient(89deg, #139997, #2bdad2);
        color: white;
        font-size: 22px;
        padding: 8px 30px;
        transition: 0.3s ease;
        margin-top: 15px;
        border: none;
        width: 100%;
        font-weight: 500;
    }
    
    .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        background: transparent;
        border: none;
        font-size: 28px;
        cursor: pointer;
        color: #303030;
        z-index: 1;
        transition: 0.3s ease;
    }
    .close-btn:hover {
        color: var(--light-color);
    }
    
    .product-grid-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    .product-grid-list.product-main-grid {
        display: block;
    }
    .filter-sidebar {
      position: fixed;
      right: -400px;
      top: 0;
      height: 100vh;
      width: 320px;
      background: #fff;
      box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
      transition: right 0.4s ease;
      z-index: 9999;
      overflow-y: auto;
      padding: 20px;
    }
    
    
    .filter-sidebar.open-filter {
        right: 0 !important;
    }
    
    .filter-cart {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.30);
        z-index: 9998;
        align-items: center;
        justify-content: center;
    }
    
    .close-filter {
        background: transparent;
        border: none;
        font-size: 44px;
        color: #434343;
        cursor: pointer;
        transition: 0.4s ease;
        position: absolute;
        right: 10px;
        top: 0px;
    }
    
    .filter-header h3 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-top: 10px;
    }
    
    .filter-header {
        border-bottom: 1px solid #e2e2e2;
        padding: 15px 0;
    }
    
    
    
    .cart-sidebar {
        height: 98vh;
        width: 480px;
        border-radius: 20px;
        position: fixed;
        right: -500px; 
        background: #fff;
        box-shadow: -2px 0 8px rgba(0,0,0,0.15);
        display: flex;
        flex-direction: column;
        z-index: 9999;
        transition: right 0.45s ease;
        font-family: Arial, sans-serif;
          top: 50%;
        transform: translateY(-50%);
    }
    
    .open-cart .cart-sidebar{
        right: 20px!important;
    }
    
    .open-cart {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.30);
        z-index: 9998;
        align-items: center;
        justify-content: center;
    }
    
    .cart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .cart-header h3 {
        display: flex;
        align-items: center;
        font-size: 23px;
        gap: 12px;
        margin: 0;
    }
    .cart-count {
        background: var(--primary-color);
        color: white;
        border-radius: 12px;
        font-size: 15px;
        padding: 3px 8px;
    }
    
    .close-cart {
        background: transparent;
        border: none;
        font-size: 30px;
        color: #434343;
        cursor: pointer;
        transition: 0.4s ease;
    }
    
    .close-cart:hover {
        color: var(--primary-color);
    }
    
    .cart-items {
        flex: 1;
        overflow-y: auto;
        height: 100%;
    }
    
    
    .cart-item {
        display: flex;
        align-items: center;
        padding: 12px 5px;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    
    .cart-item-img {
        width: 120px;
        height: 120px;
        object-fit: contain;
        flex-shrink: 0;
        margin-right: 15px;
    }
    
    .cart-item-details {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cart-item-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .cart-item-title {
        font-size: 17px;
        font-weight: 500;
        margin: 0;
        color: #1a1a1a;
    }
    
    .remove-item {
        background: transparent;
        border: none;
        font-size: 22px;
        color: #1a1a1a;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 6px;
    }
    
    .cart-item-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    
    .amount-control {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
    }
    
    .amount-control button {
        border: none;
        background: transparent;
        padding: 4px 10px;
        font-size: 16px;
        cursor: pointer;
        color: #1a1a1a;
    }
    
    .amount-control span {
        padding: 0 12px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .cart-item-price {
        font-size: 17px;
        font-weight: bold;
        color: #1a1a1a;
        padding: 0px 10px;
    }
    
    
    .cart-footer {
        border-top: 1px solid #eee;
        padding: 15px;
    }
    
    .cart-total {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        margin-bottom: 15px;
        align-items: center;
    }
    
    .total-price {
        font-size: 20px;
    }
    
    .checkout-btn {
    background: #212529;
    font-size: 18px;
    font-weight: 500;
    color: white;
    width: 100%;
    padding: 10px;
    border: none;
    display: block;          
    text-align: center;      
    border-radius: 8px;     
}

.cart-icon-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .cart-badge {
        position: absolute;
        top: -6px;
        right: -6px;
        background: #ff2d2d;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: none;
       
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    
    .icon-strip {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 20px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    
    .icon-box {
        display: flex;
        flex-direction: row;
        gap: 16px;
        flex: 1 1;
        margin: 10px;
        width: 25%;
        max-width: 400px;
        align-items: center;
        padding-right: 8px;
    }
    
    .icon-box .icon svg {
        flex-shrink: 0;
        width: 55px;
    }
    
    .icon-text h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        color: #111;
    }
    
    .icon-text p {
        margin: 4px 0 0;
        font-size: 14px;
        color: #333;
    }
    
    .icon-box:nth-of-type(2) {
        border-right: 1px solid #eaeaea;
    }
    
    .icon-box:nth-of-type(1) {
        border-right: 1px solid #eaeaea;
    }
    
    .icon-box:nth-of-type(3) {
        border-right: 1px solid #eaeaea;
    }
    
    .category-section {
        padding: 40px;
        display: flex;
        justify-content: center;
    }
    
    .category-box {
        display: flex;
    }
    
    .category-info {
        background-color: #f3f4f6;
        border-radius: 10px 0px 0px 10px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        width: 50%;
        background-image: url(/images/category-background.png);
        background-repeat: no-repeat;
        background-position: 0 100%;
    }
    
    .category-text {
        font-weight: bold;
        font-size: 20px;
        margin: 8px 0;
    }
    
    .category-subtext {
        margin-top: 8px;
        color: #333;
    }
    
    .view-link {
        color: var(--primary-color);
        font-weight: bold;
        text-decoration: none;
        margin-top: 10px;
    }
    
    .view-link:hover i {
        transform: translateX(50%);
    }
    
    .view-link i {
        transition: 0.2s ease-in;
        margin-left: 5px;
    }
    
    .image-container {
        width: 50%;
        align-content: center;
        border: solid 1px #f3f4f6;
        border-radius: 0 10px 10px 0;
    
    }
    
    .image-container img {
        width: 100%;
        height: auto;
    }
    
    .product-card {
      background: #fff;
      border-radius: 12px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
      transition: all 0.2s ease-in-out;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    .product-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }
    
    .product-card img {
      width: 100%;
      height: 180px;
      object-fit: contain;
      margin-bottom: 12px;
    }
    
    .product-card p {
      overflow: hidden;
    }
    
    #loadMore {
      display: inline-block;
      margin-top: 35px;
      margin-bottom: 25px;
      padding: 10px 35px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 500;
    }
    
    .text-center.mt-4 {
      grid-column: 1 / -1 !important;
      text-align: center;
    }
    
    .shopping-header {
        display: flex;
        justify-content: space-between;
        align-items: anchor-center;
    }
    
    
    .shopping-header a {
        color: var(--primary-color);
        font-size: 17px;
        transition: 0.3s ease;
    }
    
    .shopping-header a:hover {
        color: var(--light-color);
        text-decoration: underline;
        text-underline-position: under;
    }
    
    .shopping-list-section {
        padding: 30px 0;
    }
    
    .shopping-list-section .cart-items {
        max-height: 550px;
    }
    
    .shopping-list-section .cart-item:first-child {
        border-top: 1px solid rgb(238, 238, 238);
    }
    
    .shopping-list-section .cart-item-img {
        width: 140px;
        height: 140px;
        border: solid 1px #f1f1f1;
        border-radius: 10px;
    }
    
    .shopping-list-section .cart-item {
        padding: 20px 5px;
    }
    
    .shopping-list-section .cart-item-details {
        flex-direction: row;
        align-items: center;
    }
    
    /* Map */
    
    .map-container {
        position: relative;
        width: 100%;
        height: 350px;
        overflow: hidden;
        margin-top: 55px;
        border-top: solid 4px var(--light-color);
    }
    
    .map-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Footer */
    
    .footer-header {
        font-size: 19px;
        text-transform: capitalize;
        margin-bottom: 20px;
        color: white;
        font-weight: 600;
    }
    
    .footer-section {
        background-color: #181818;
    }
    
    .footer-container {
        padding: 35px 15px;
    }
    
    .footer-section .yellow-line {
        color: var(--light-color);
        height: 1px;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .media-nav {
        margin-bottom: 25px!important;
    }
    
    .quick-links {
        color: #f1f1f1;;
        font-size: 15px;
        text-transform: capitalize;
    }
    
    .quick-links .nav-link:hover {
        transition: 0.3s ease;
        color: var(--primary-color);
        text-shadow: 1px 1px 4px #01999252;
    }
    
    .quick-links a {
        margin: 0px 0px 15px 10px;
    }
    
    
    .footer-contact {
        color: white;
        font-weight: 200;
        margin: 0px 0px 20px 10px;
    }
    
    
    .footer-contact .fa-solid {
        font-size: 20px;
        color: var(--light-color);
        margin-right: 15px;
    }
    
    .nav-link.footer-contact {
        color: white;
        font-weight: 200;
    }
    
    .nav-link.footer-contact:hover {
        color: var(--light-color);
    }
    
    
    .footer-media {
        font-size: 35px;
        transition: 0.3s ease;
    }
    
    .cyan-line {
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--primary-color);
        margin: 12px 0;
    }
    
    .copyright-section {
        background-color: var(--primary-color);
        text-align: center;
        color: white;
        padding: 10px 0;
    }
    
/* Contact Section */

    .contact-banner {
        height: 350px;
        display: flex;
        text-align: center;
        align-items: center;
        background-image: url(/images/contact-banner.jpg);
        background-size: cover;
        background-position-y: 70%;
    }
    
    .contact-banner h1 {
        font-size: 48px;
        color: var(--light-color);
        text-shadow: 1px 1px #004540;
    }
    
    .contact-form-section {
        padding-top: 50px;
    }
    
    #contactForm div {
        margin-top: 8px;
    }
    
    .form-label {
        font-size: 18px;
        font-weight: 500;
        color: #484848;
    }
    
    .form-control:focus {
        border-color: var(--light-color);
        box-shadow: 0 0 0 .25rem #00aca452;
    }
    
    .submit-button {
        background: linear-gradient(89deg, #139997, #2bdad2);
        color: white;
        font-size: 18px;
        padding: 6px 30px;
        transition: 0.3s ease;
        margin-top: 25px;
        border: none;
    }
    
    .submit-button:hover {
        color: white;
        box-shadow: #05b6af91 0px 3px 6px 1px;
    }
    
    .contact-details {
        padding: 20px 30px;
    }
    
    .contact-details h2 {
        margin-bottom: 25px;
        color: #484848;
    }
    
    .contact-item {
        margin-bottom: 20px;
    }
    
    .contact-link,
    .contact-text {
        color: #333;
        font-size: 20px;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: 0.3s ease;
    }
    
    .contact-link i,
    .contact-text i {
        font-size: 24px;
        margin-right: 15px;
        color: var(--primary-color);
    }
    
    .contact-link:hover {
        color: var(--primary-color);
        text-shadow: 1px 1px 4px #01999252;
    }
    
    .social-links {
        margin-top: 25px;
        justify-content: center;
        display: flex
    ;
    }
    
    .social-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 0 12px 0 0;
        border-radius: 50%;
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    
    .social-links a:hover {
        background-color: #ffffff00;
        color: var(--light-color);
        border-color: var(--light-color);
        box-shadow: #05b6af91 0px 0px 6px 0px;
    }
    
/*About Section*/
    .about-section {
        background-color: #f4f4f4;
        padding: 65px;
        position: relative;
    }
    
    .about-info {
        padding: 25px 55px;
        background-color: #fff;
        place-self: anchor-center;
        left: 60px;
        position: relative;
        z-index: 1;
    }
    
    .about-info span {
        display: block;
        background-color: #222222;
        height: 3px;
        width: 20px;
        margin-bottom: 20px;
    }
    
    .about-info h2 {
        font-size: 34px;
    }
    
    .about-info p {
        font-size: 20px;
    }
    
    .about-button {
        width: 140px;
        padding: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        background-color: var(--primary-color);
        margin: 15px 0;
        border: 2px solid var(--primary-color);
        transition: 0.4s ease;
    }
    
    .about-button:hover {
        background-color: transparent;
        color: var(--primary-color);
    }
    
    .about-image {
        align-self: center;
    }
    
    .about-image img {
        width: 100%;
        position: relative;
        right: 60px;
    }
    
/*Product Section */
    .product-section {
        background-color: #f1f5f6;
        padding: 40px 0;
    }
    
    .product-section h2 {
        margin-bottom: 25px;
    }
    
     .mobile-filter-box {
        display: none;
    }
    
    .mobile-filter-box i {
        margin-right: 10px;
    }
    
    .mobile-filter-box h4 {
        color: #212529;
        transition: 0.3s ease;
    }
    
    .mobile-filter-box h4:hover {
        text-decoration: underline;
        color: var(--primary-color);
        cursor: pointer;
    }
    
    .product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .product-card {
        border-radius: 8px;
        padding: 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.45s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .product-card:hover {
        transform: scale(1.03)!important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 6px 15px 0px;
    }
    
    .product-card img {
        width: 100%;
        height: 230px;
        object-fit: contain;
        margin-bottom: 10px;
    }
    
    .product-card .title {
        font-weight: 600;
        font-size: 14px;
        flex-grow: 1;
        margin-bottom: 30px;
    }
    
    .product-card .price {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .product-card button {
        padding: 8px;
        border: 1px solid var(--light-color);
        color: #06aaa2;
        background-color: #fff;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        border-radius: 6px;
        transition: 0.3s ease;
    }
    
    .product-card button:hover {
        background-color: var(--light-color);
        color: #fff;
    }
    
/* Contact Section*/
    .contact-section {
        padding: 35px 80px;
    }
    
    .contact-section .left {
        background-image: url(/images/contact-banner.jpg);
        border-radius: 10px 0 0 10px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 425px;
    }
    
    .contact-section .col-md-6 {
        padding: 0;
    }
    
    .contact-section .right {
        align-items: center;
        padding: 40px;
        background-color: #ececec;
        border-radius: 0 10px 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .contact-section h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .contact-section a {
        width: fit-content;
    }
    .contact-section button {
        border: none;
        color: white;
        background-color: var(--primary-color);
        text-transform: uppercase;
        font-weight: 600;
        padding: 15px 18px;
    }
    
    .contact-section p {
        margin-bottom: 25px;
    }

/*Products*/    
    .catergories-box {
        background: #fff;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px;
    }
    
    .catergories-box label {
        margin: 10px 0;
        font-weight: 200;
    
    }
    
    .filter-catergories {
        padding: 0 20px;
        overflow-y: auto;
        max-height: 400px; 
    }
    
    .filter-catergories label {
        font-size: 16px;
        margin: 5px 5px;
    }
    
    #filterOverlay {
        display: none;
    }
    
    #filterOverlay.active {
        display: block;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9997;
    }
    
    .product-section select {
        background: none;
        border: none;
        color: #181818;
        transition: 0.3s ease;
        cursor: pointer;
    }
    
    .product-section select:hover {
        color: var(--primary-color);
    }
    
    .product-section h4 {
        margin-top: 8px;
        margin-bottom: 15px;
        width: max-content;
    }
    
    .catergory-description {
        margin-top: 50px;
    }
    
    .filter-options {
        padding: 0 25px;
        margin-top: 45px;
        font-size: 18px;
    }
    
    .item-image {
        display: flex;
        flex-direction: column;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        border-radius: 8px;
    }
    
    .item-image img {
        width: 100%;
        object-fit: contain;
        border-radius: 8px;
    }
    
    .item-info {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #e9e9e9;
        padding: 30px;
        display: flex;
        flex-direction: column;
        height: -webkit-fill-available;
    }
    
    .item-top {
        height: 100%;
    }
    
    .item-info h1 {
        font-size: 28px;
        font-weight: 500;
        margin: 0;
    }
    
    .item-info p {
        margin-top: 20px;
    }
    
    .item-price {
        font-size: 22px;
        font-weight: 600;
        margin-top: 25px;
    
    }
    
    .item-info .amount-control {
        margin-top: 20px;
        width: fit-content;
    }
    
    .item-info .amount-control button {
        font-size: 20px;
    }
    
    .item-info .amount-control span {
        font-size: 18px;
    }
    
    #product-list {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 25px !important;
    }
  
    
/* About page */

    .story-section {
        padding: 55px 0;
    }
    
    .story-section .cyan-line {
        width: 180px;
        margin: 12px 0 20px 0;
    }
    
    .story-image img {
        width: 100%;
        border-radius: 10px;
    }
    
    .values-section {
        margin: 20px 0;
        padding: 55px 0;
        background-color: #f6f6f6;
    }
    
    .values-section .row {
        margin-top: 30px;
    }
    
    .values-section h2 {
        text-align: center;
        font-size: 40px;
    }
    
    .card-service {
      overflow: hidden;
      position: relative;
      height: 425px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease; 
    }
    
    .card-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0.9;
      transition: 0.3s ease;
    }
    
    .card-service:hover .card-overlay {
      opacity: 1;
    }
    
    .card-content {
      display: table;
      width: 100%;
      height: 100%;
      text-align: center;
      transform: translateY(0);
      transition: transform 0.4s ease-in-out;
    }
    
    .card-service:hover .card-content {
      transform: translateY(-40px);
    }
    
    .card-content > .text-wrapper {
      display: table-cell;
      vertical-align: middle;
    }
    
    .card-title {
        font-size: 30px;
        color: white !important;
        font-weight: 600;
        text-shadow: 1px 1px 1px #00000091;
        padding: 0px 5px;
    }
    
    .service-icons {
        font-size: 28px;
        text-shadow: 1px 1px 1px #00000091;
        color: white;
    }
    
    .card-description {
        font-size: 16px;
        color: white;
        margin-top: 10px;
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        margin-left: 15px;
        margin-right: 15px;
        font-weight: 500;
    }
    
    .card-service:hover .card-description {
        opacity: 1;
    }
    
    .overlay1 {
    background: #50c5bf;
    }
    .overlay2 {
        background: #04a49d;
    }
    .overlay3 {
          background: #0b8887;
    }
      
    .about-info-image img {
        width: 100%;
        box-shadow: rgb(0 0 0 / 24%) 5px 5px 10px 0px;
    }
    
    .about-info-section {
        padding: 35px 0;
    }
    
    .about-info-section .content-box {
        align-self: center;
    }
    
    .about-info-section li {
        font-size: 18px;
        margin: 15px 0;
    }


/*Responsive*/

@media (min-width: 1400px) {
    
    .hero-content h1 {
        font-size: 48px;
    }
    
    .hero-content h2 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 25px;
        max-width: 70%;
    }
    
    .hero-image img {
        width: 100%;
        max-width: 450px;
        position: absolute;
        top: 20px;
        right: 10%;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: 12px;
    row-gap: 6px;
  }

  .top-right > *:first-child {
    flex-basis: 100%;
    text-align: right;
    white-space: nowrap;
  }

  .top-right > *:not(:first-child) {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 991px) {
    
    .header-phone-link {
        display: none;
    }
    
      .mobile-phone-icon i {
          display: block;
      }
    
    .hero-content {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 40px;
    }
    
    .hero-content p {
        max-width: 100%;
    }
    
    .hero-image {
        display: none;
    }
    
    .card-service:hover .card-content {
        transform: translateY(-30%)!important;
    }
    
}

@media (max-width: 767px) {
    
    .logo {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .top-right {
        justify-content: center;
        margin-top: 15px;
    }
    
    .navbar-long {
        justify-content: center;
    }
    
    .nav-links {
        text-align: center;
    }
    
    .mobile-filter-box {
        display: block!important;
    }
    
    .product-grid-list {   
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))!important;
    }
    
    .filter-box {
        display: none;
    }
    
    .sort-box {
        display: none;
    }
    
    .service-boxes {
        display: grid;
        gap: 30px;
        justify-items: center;
    }
    
    .service-box {
        width: 100%;
        max-width: 425px;
    }

    .hero-content {
        padding: 0 20px;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-content h2 {
        font-size: 23px;
    }
    
    .hero-content p {
        font-size: 19px;
    }
    
    .contact-section .right {
        padding: 30px 20px;
        border-radius: 0 0 10px 10px;
    }
    
    .contact-section .left {
        border-radius: 10px 10px 0 0;
    }
    
    .about-section {
        padding: 65px 25px;
    }
}

@media (max-width: 575px) {
    .shop-button, .contact-button {
        width: 170px;
    }
}

@media (max-width: 340px) {
  .card-service:hover .card-content {
    transform: none!important;
  }
  .card-service:hover .card-description {
    opacity: 0!important;
  }
  .card-service:hover .card-overlay {
    opacity: 0.9!important;
  }
  .t-o-card:hover {
        background-color: #0000002e!important;
    }
}

@media only screen and (max-width: 1199px) {
  .review-box {
        min-height: 335px;
    }
}

@media only screen and (max-width: 991px) {
    .review-box {
        min-height: 451px;
    }
    .rev-lower {
        right: 8px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
  .review-box {
        margin-bottom: 20px;
        min-height: 301px;
    }
}

@media only screen and (max-width: 485px) {
  .review-box {
        min-height: 0px;
    }
    .rev-lower {
        position: relative;
        color: #009891;
        font-weight: bold;
        text-align: right;
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    
    .icon-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 2px;
    }

    .icon-box .icon svg {
        margin-bottom: 8px;
    }
  
}

@media (max-width: 600px) {
    
    .icon-box{
        flex: 1 1 200px;
        padding-right: 0;
        border-bottom: 1px solid #eaeaea;
        border-right: none!important;
        padding-bottom: 40px;
    }    

    .login-card {
        min-width: 90%;
    }
    
    .search-box{
        max-width: 90%;
        margin: auto;
    }
}

@media (max-width: 479px) {

    .icon-box:nth-of-type(4) {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    
    .image-container {
        display: none;
    }
    
    .category-info {
        width: 100%;
        border-radius: 10px;
    }
    
}

@media (max-width: 767px) {
    
    .category-section .row {
        gap: 25px;
    }
    
    .category-info {
        width: 50%;
        border-radius: 10px 0px 0px 10px;
    }
    
    .image-container {
        display: block;
    }
    
            
    .logo img{
        max-width: 250px;
    }

}

@media (max-width: 450px) {
    
    .image-container {
        display: none;
    }
    
    .category-info {
        width: 100%;
        border-radius: 10px;
    }
    
}

@media (max-width: 991px) {

    .contact-link, .contact-text {
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    
    .contact-details {
        margin-top: 40px;
        padding: 0 12px;
    }

}

@media (max-width: 450px) {

    .contact-link, .contact-text {
        font-size: 16px;
    }

}

@media (max-width: 1400px) {
    
    .about-info h2 {
        font-size: 26px;
    }
    
    .about-info p {
        font-size: 17px;
    }

    
    .about-image img {
        right: 0;
    }
    
    .about-info {
        left: 0;
    }
    
    .about-image {
        padding: 0!important;
    }

}

@media (max-width: 991px) {
    
    .about-section .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .about-info {
        width: 100%;
        max-width: 750px;
        padding: 25px
    }
    
    .about-image {
        width: 100%;
        max-width: 750px;
    }
    
    .about-image img {
        border-bottom: 4px solid var(--light-color);
    }
    
    .about-info span {
        display: none;
    }

}

@media (min-width: 1513px) {

    .product-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .product-card img {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .contact-section {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .story-section.reverse-st .row {
        flex-direction: column-reverse;
    }
    .story-image {
        margin-top: 15px!important;
    }
}

@media (max-width: 992px) {
    
    .item-row {
        flex-direction: column;
    }
    
    #product-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
  #product-list {
    grid-template-columns: 1fr !important;
  }
}

