.hero-background {
            background-image: url('/assests/int/img/service/services10.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
            z-index: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100vh;
        }
        
        .hero-background::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 10;
            text-align: center;
            color: white;
            padding: 2rem 1rem;
        }

        .hero-content h1 {
            font-size: 2.25rem;
            color: white;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.25;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .hero-content p {
          color: white;
            font-size: 1rem;
            margin-bottom: 2rem;
            max-width: 42rem;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }

        .hero-button {
            background-color: transparent;
            border: 1px solid white;
            color: white;
            font-weight: 700;
            padding: 0.75rem 2rem;
            border-radius: 9999px;
            transition-property: background-color, color;
            transition-duration: 300ms;
            display: inline-block;
        }
        
        .hero-button:hover {
            background-color: white;
            color: black;
        }

        .info-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 2.5rem 1rem;
            font-family: 'Inter', sans-serif;
            width: 100%;
        }

        .info-container {
            max-width: 84rem;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: center;
            padding: 0 1rem;
        }

        .info-title {
            text-align: center;
        }

        .info-title h1 {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            color: #f10e0e;
        }

        .info-text {
            text-align: left;
            color: #0e0e0e;
            font-size: 1rem;
            line-height: 1.625;
        }

        .furniture-section {
            background-color: white;
            color: #212121;
            padding: 2rem 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .furniture-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: center;
            padding: 0 1rem;
        }

        .furniture-content {
            text-align: center;
        }

        .furniture-content h4 {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #6b7280;
            margin-bottom: 0.5rem;
        }

        .furniture-content h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 2.25rem;
            margin-bottom: 1rem;
        }

        .furniture-content p {
            font-size: 1rem;
            line-height: 1.625;
            color: #4b5563;
        }

        .carousel-container {
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 700px;
            margin: 0 auto;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            border-radius: 8px;
        }

        .carousel-item {
            min-width: 100%;
            box-sizing: border-box;
        }

        .carousel-item img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        .carousel-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            cursor: pointer;
            padding: 1rem;
            font-size: 1.5rem;
            border-radius: 50%;
            z-index: 10;
        }

        .carousel-arrow.prev {
            left: 10px;
        }

        .carousel-arrow.next {
            right: 10px;
        }

        .carousel-dots {
            text-align: center;
            padding-top: 1rem;
        }

        .dot {
            height: 10px;
            width: 10px;
            margin: 0 5px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
            cursor: pointer;
        }

        .dot.active {
            background-color: #717171;
        }
        
        @media (min-width: 768px) {
            .hero-content h1 {
                font-size: 3.75rem;
            }

            .hero-content p {
                font-size: 1.125rem;
            }
            
            .info-container {
                grid-template-columns: repeat(2, 1fr);
                padding: 0 2rem;
            }
            
            .info-title {
                text-align: left;
            }
            
            .info-title h1 {
                font-size: 4rem;
            }

            .info-text {
                font-size: 1.125rem;
            }

            .furniture-container {
                grid-template-columns: repeat(2, 1fr);
                text-align: left;
                padding: 0 2rem;
            }

            .furniture-content {
                text-align: left;
            }

            .furniture-content h2 {
                font-size: 3rem;
            }
        }
        /* Furniture designs*/
        .furniture-designs-section {
            background-color: #f9f7f7;
            padding: 4rem 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            color: #212121;
        }

        .furniture-designs-content h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .furniture-designs-content .underline {
            width: 50px;
            height: 2px;
            background-color: #cd140a;
            margin: 0 auto 1.5rem;
        }

        .furniture-designs-content p {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #6b7280;
            margin-bottom: 3rem;
            max-width: 600px;
        }

        .furniture-designs-cards {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            max-width: 1200px;
            width: 100%;
        }

        .furniture-card {
            background-color: transparent;
            padding: 1rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .furniture-card h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #ad3022;
            margin-bottom: 1rem;
        }
        
        .furniture-card p {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #4b5563;
            line-height: 1.6;
        }
        
        @media (min-width: 768px) {
            .furniture-designs-cards {
                flex-direction: row;
                justify-content: space-between;
                gap: 2rem;
            }

            .furniture-card {
                text-align: left;
                align-items: flex-start;
                flex: 1;
            }
        }


    .services-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #ece6e6;
    }

    .services-section h4 {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      color: #121212;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .services-section h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 60px;
      line-height: 1.3;
      color: #121212;
    }

    .services-container {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }

    .service-box {
      width: 300px;
      text-align: center;
    }

    .service-box img {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      object-fit: cover;
    }

    .service-box p {
      font-size: 14px;
      margin: 10px 0 5px;
      color: #666;
    }

    .service-box h3 {
      font-size: 20px;
      font-weight: bold;
      margin: 5px 0 10px;
      color:#000;
    }

    .service-box span {
      font-size: 14px;
      color: #666;
      display: block;
      margin-bottom: 20px;
      justify-content: center;
    }

    .service-box a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border: 1px solid #000;
      border-radius: 50%;
      text-decoration: none;
      color: #000;
      font-size: 20px;
    }

    /* Floating Sidebar */
    .floating-sidebar {
      position: fixed;
      right: 20px;
      top: 40%;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 100;
    }

    .floating-sidebar button {
      background: #111;
      border: none;
      padding: 15px;
      cursor: pointer;
      border-radius: 4px;
    }

    .floating-sidebar button img {
      width: 20px;
      height: 20px;
      filter: invert(1);
    }
    
    /* Responsive Styles */
    @media (max-width: 1024px) {
      .services-section h2 {
        font-size: 28px;
      }
      .service-box {
        width: 260px;
      }
      .service-box img {
        width: 180px;
        height: 180px;
      }
    }

    @media (max-width: 768px) {
      .services-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
      }
      .service-box {
        width: 90%;
      }
      .service-box img {
        width: 200px;
        height: 200px;
      }
    }

    @media (max-width: 480px) {
      .services-section h2 {
        font-size: 22px;
      }
      .service-box h3 {
        font-size: 18px;
      }
      .service-box img {
        width: 160px;
        height: 160px;
      }
      .floating-sidebar {
        right: 10px;
        top: auto;
        bottom: 100px;
        flex-direction: row;
      }
      .floating-sidebar button {
        padding: 10px;
      }
      
    }

    /* cabinet section  */
    .cabinet-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 8%;
      gap: 40px;
      flex-wrap: wrap;
    }

    .cabinet-text {
      flex: 1;
      min-width: 280px;
    }

    .cabinet-text h2 {
      font-size: 2rem;
      font-weight: 800;
      color: #3a2e2a;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .cabinet-text p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #4d4d4d;
    }

    .cabinet-btn {
      display: inline-block;
      padding: 12px 28px;
      background: #a4794d; /* brownish button */
      color: #fff;
      font-weight: bold;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .cabinet-btn:hover {
      background: #8a623c;
    }

    .cabinet-image {
      flex: 1;
      min-width: 280px;
    }

    .cabinet-image img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      object-fit: cover;
    }

    /* Tablets */
    @media (max-width: 992px) {
      .cabinet-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 5%;
      }

      .cabinet-text h2 {
        font-size: 1.7rem;
      }

      .cabinet-btn {
        margin-top: 10px;
      }
    }

    /* Mobile */
    @media (max-width: 600px) {
      .cabinet-section {
        padding: 30px 20px;
      }

      .cabinet-text h2 {
        font-size: 1.4rem;
      }

      .cabinet-text p {
        font-size: 0.9rem;
        line-height: 1.5;
      }

      .cabinet-btn {
        width: 100%;
        padding: 14px;
      }
    }

    /* Appointment Section*/
        .appointment-section {
      width:auto;
      background: #bd4117;
      color: #c3d6e7; 
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 40px 80px;
      flex-wrap: wrap;
       margin-bottom: 40px;
    }

    .appointment-text {
      font-size: 1.8rem;
      font-weight: bold;
      max-width: 60%;
      line-height: 1.4;
    }

    .appointment-buttons {
      display: flex;
      gap: 15px;
    }

    .btn {
      padding: 12px 25px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer;
      border: 2px solid #0c2b47;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .btn-primary {
      background: #0c2b47;
      color: #fff;
    }

    .btn-primary:hover {
      background: transparent;
      color: #0c2b47;
    }

    .btn-outline {
      background: transparent;
      color: #0c2b47;
    }

    .btn-outline:hover {
      background: #0c2b47;
      color: #fff;
    }

    /* Tablets */
    @media (max-width: 992px) {
      .appointment-section {
        padding: 30px 40px;
      }

      .appointment-text {
        font-size: 1.6rem;
        max-width: 100%;
      }
    }

    /* Mobile */
    @media (max-width: 600px) {
      .appointment-section {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 20px;
      }

      .appointment-text {
        font-size: 1.3rem;
        max-width: 100%;
      }

      .appointment-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
      }

      .btn {
        width: 100%;
        padding: 14px;
        font-size: 1rem;
      }
    }

  