.about-us-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.about-us-left {
    flex: 1;
    min-width: 300px;
}

.about-us-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-us-text {
    flex: 2;
    min-width: 300px;
}

.about-us-text p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.social-links {
    margin-top: 20px;
}

.social-links p {
    margin: 5px 0;
}

.social-links a {
    color: #3b5998; /* Facebook blue */
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #8a3ab9; /* Instagram purple */
}

.social-links i {
    margin-right: 8px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
}

header {
    background-color: #ffeb3b;
    padding: 10px 0;
    position: fixed; /* Make the header fixed */
    width: 100%;
    top: 0;
    z-index: 1000; /* Ensure it stays on top */
}

/* Common styles */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px; /* Reduce padding */
    width: 100%;
    max-width: 900px; /* Set max-width to 900px */
    margin: 0 auto;
}

.logo img {
    border-radius: 50%;
    height: 70px;
    background-color: #ffeb3b;
    margin-right: 10px; /* Reduce space between the logo and the nav links */
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

nav ul li {
    margin: 0 5px; /* Reduce margin between nav items */
    position: relative;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    font-weight: bold;
}

nav ul li a:hover {
    background-color: #f1c40f;
    color: #fff;
    transform: scale(1.1);
}

nav ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffeb3b;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 160px;
}

nav ul li .dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

nav ul li .dropdown-content a:hover {
    background-color: #f1c40f;
    color: #fff;
    transform: scale(1.1);
}

nav ul li:hover .dropdown-content {
    display: block;
}

slider {
    position: relative;
    width: 100%;
    height: 800px; /* Increase the height of the slider */
    overflow: hidden;
    margin-top: 80px; /* Add margin to account for fixed header */
}

.slides {
    display: flex;
    width: 300%; /* Adjust width for three images */
    height: 100%;
    animation: slide 12s infinite; /* Adjust animation duration for three images */
}

.slides img {
    width: 33.33%; /* Adjust width for three images */
    height: 100%;
    object-fit: cover;
    filter: brightness(70%); /* Low exposure effect */
}

.quote {
    position: absolute;
    top: 46%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    font-size: 2.5em; /* Slightly reduced font size for better responsiveness */
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); /* Enhanced shadow for better readability */
    text-align: left;
    max-width: 600px;
    line-height: 1.3; /* Improved line spacing for readability */
}

.quote .sub-quote {
    padding-top: 12px;
    font-size: 0.4em; /* Smaller font size for the sub-quote */
    margin-top: 10px;
    line-height: 1.4; /* Improved line spacing for readability */
}

#about {
    position: absolute;
    top: 50%; /* Positioned just below the quote */
    left: 20px;
    padding: px 24px; /* Adjusted padding for a balanced design */
    background-color: transparent; /* Initially transparent */
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; /* Ensure text is readable */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border: 2px solid #ffeb3b; /* Consistent yellow border */
    border-radius: 8px; /* Slightly more rounded corners */
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for hover effects */
    width: auto; /* Automatically adjusts based on text size */
    display: inline-block; /* Ensures proper alignment */
}

.about-home {
    margin-top: 12px;
    font-size: 1.1rem; /* Balanced font size */
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 10px 15px; /* Proper padding for better appearance */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.about-link{
    background-color: transparent;
}

#about:hover {
    background-color: #ffeb3b; /* Strong yellow background on hover */
    color: #333; /* Change text to dark for contrast */
    transform: scale(1.1); /* Slightly enlarge for a dynamic effect */
}

@keyframes slide {
    0% { transform: translateX(0); }
    33.33% { transform: translateX(0); }
    50% { transform: translateX(-33.33%); }
    83.33% { transform: translateX(-66.66%); }
    100% { transform: translateX(0); }
}

h1 {
    text-align: center;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif; /* Apply the Google Font */
    font-size: 2.5em; /* Increase font size */
    color: #333; /* Set font color */
}

section {
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
}

.image-container {
    position: relative;
    text-align: center;

}

.details-link {

    text-decoration: none;
    color: blue;
    border: none;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-top: 10px; /* Add margin to move the button down */
    display: inline-block; /* Ensure proper spacing */
    font-weight: bold; /* Make the font bold */
}

.details-link:hover {
    color: darkblue;
    transform: scale(1.05);
}

.grid-container img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    opacity: 1; /* Start with images visible */
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
}

.grid-container img:hover {
    opacity: 0.7; /* Fade to 70% opacity on hover */
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.service {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition */
    font-family: 'Open Sans', sans-serif;
    position: relative;
    overflow: hidden; /* Ensure the container grows with the image */
    transition: all 0.3s ease-in-out; /* Smooth transition for the container */
}

.service:hover {
    transform: translateY(-10px); /* Slightly lift the card on hover */
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.service h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.service p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.service-image {
    display: block;
    width: 100%;
    height: 0; /* Initially hidden */
    object-fit: cover; /* Maintain aspect ratio */
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Smooth transition */
    opacity: 0;
}

.service:hover .service-image {
    height: 300px; /* Adjust based on the desired height */
    opacity: 1;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 140px;
    max-width: 1200px;
    margin: 0 auto;
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition */
}

.details-grid:hover {
    transform: scale(1.02); /* Slightly enlarge on hover */
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.details-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.details-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}



.about-us-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about-us-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.quote .about-link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s; /* Smooth transition */
}

.quote .about-link:hover {
    background-color: #ffcc0075; /* Slightly darker yellow for hover */
    color: #fff; /* White text on hover */
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.about-us-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: center;
}

.about-us-text {
    display: flex;
    flex-direction: column;
}

.about-us-grid img {
    width: 100%;
    height: auto;
}

.about-us-grid h2 {
    margin-top: 0;
}

.about-us-grid p {
    margin: 0;
}

.about-us-title {
    grid-column: span 2;
    text-align: center;
}

.about-us-grid img {
    width: 100%;
    height: auto;
}

.about-us-grid p {
    margin: 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
}

.testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.testimonial p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.rating span {
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #333;
}

.rating i {
    color: #ffeb3b;
}

.profile-pic {
    width: 120px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    animation: fadeIn 1s ease-in-out;
}
#profile1{
    width: 90px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

footer {
    text-align: center;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
    position: relative; /* Ensure footer is not fixed */
    width: 100%;
    margin-top: auto; /* Push footer to the bottom */
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
}

form input, form textarea {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #555;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
  
}

.map {
    width: 100%;
}

.contact-info {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.contact-info p {
    margin: 10px 0;
}

.contact-info a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #007bff;
}

.contact-info i {
    margin-right: 8px;
}

.why-choose-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    align-items: center;
}

.why-choose-us-image {
    width: 100%;
    max-width: 300px; /* Limit the image width */
    margin: 0 auto; /* Center the image */
}

.why-choose-us-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.why-choose-us-image img:hover {
    transform: scale(1.05); /* Slightly enlarge the image on hover */
}

.why-choose-us-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em; /* Smaller font size */
    color: #666;
    line-height: 1.6;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.why-choose-us-text:hover {
    transform: translateY(-5px); /* Slightly move up on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
    background-color: #333;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    row-gap: 20px; /* Add gap between rows */
}

.footer-grid hr {
    grid-column: span 3; /* Make the hr span all columns */
    border: 0;
    border-top: 1px solid #444;
    margin-bottom: 20px;
}

.footer-left, .footer-middle, .footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-left img {
    width: 150px;
    margin-bottom: 10px;
}

.footer-left p {
    margin: 5px 0;
}

.footer-middle {
    margin-top: 60px; /* Move the middle part down */
    row-gap: 50px; /* Add gap between rows */
}

.footer-middle ul {
    list-style: none;
    padding: 0;
}

.footer-middle ul li {
    margin: 5px 0;
}

.footer-middle ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-middle ul li a:hover {
    color: #007bff;
}

.footer-right {
    margin-top: 20px; /* Move the right part down */
}

.footer-right iframe {
    margin-bottom: 10px;
    border-radius: 10px; /* Add rounded corners to the iframe */
}

.footer-right p {
    text-align: center;
    margin: 5px 0;
}

.footer-left a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-left a:hover {
    color: #007bff;
}

.footer-left i {
    margin-right: 8px;
}

.footer-left .social-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer-left .social-links a {
    color: #fff;
    font-size: 1.5em; /* Increase icon size */
    transition: color 0.3s ease;
}

.footer-left .social-links a:hover {
    color: #007bff;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #111; /* Darker background for the bottom part */
    color: #ccc; /* Lighter text color for contrast */
    font-size: 0.9em;
    border-top: 1px solid #444; /* Add a top border for separation */
}

/* Footer category list */
#category-footer-list {
    list-style-type: disc; /* Use bullet points */
    padding-left: 20px; /* Indent the list */
    font-size: 0.9em; /* Make the text smaller */
    display: none; /* Hide by default */
}

/* Responsive styles */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-grid {
        grid-template-columns: 1fr;
        
    }

    .why-choose-us-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr; /* Make Customer Reviews single-column */
    }

    .map iframe {
        width: 100%; /* Make iframe responsive */
        height: 300px; /* Adjust height for smaller screens */
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-middle {
        margin-top: 0;
    }

    .footer-right {
        margin-top: 0;
    }
}

/* Responsive styles */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    right: 20px; /* Move toggle bar more to the left */
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.3s;
}

.nav-list {
    display: flex;
    flex-direction: row;
}

/* Active link style */
.nav-list a.active {
    text-decoration: underline;
}

/* Smaller screens */
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        background-color: #ffeb3b;
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 20px 0;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 10px 0;
        text-align: center;
    }

    .dropdown-content {
        position: static;
    }

    nav ul li .dropdown-content {
        display: none;
    }

    nav ul li:hover .dropdown-content {
        display: none;
    }

    .nav-list li .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown-content.show {
        display: block;
    }
}

/* Our Latest Design section */
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
}

.image-container {
    position: relative;
    text-align: center;
}

.details-link {
    text-decoration: none;
    color: blue;
    border: none;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
}

.details-link:hover {
    color: darkblue;
    transform: scale(1.05);
}

/* Responsive styles for Our Latest Design section */
@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* Make it single column on phone devices */
    }
}

/* Desktop styles */
@media screen and (min-width: 769px) {
    nav {
        max-width: 900px; /* Set max-width to 900px */
    }
}

/* About Us section */
#about-us {
    padding-top: 100px; /* Add padding to ensure the title is visible below the fixed header */
    padding-bottom: 50px; /* Add padding to ensure the footer is not visible */
}

.about-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    max-width: 800px; /* Make the About Us section smaller */
    margin: 0 auto; /* Center the About Us section */
}

.about-us-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.about-us-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive styles for About Us section */
@media screen and (max-width: 768px) {
    .about-us-grid {
        grid-template-columns: 1fr; /* Make it single column on phone devices */
    }
}

@media screen and (min-width: 769px) {
    #about-us h2 {
        margin-bottom: 10px; /* Reduce margin to bring the title closer to the text */
    }
}

/* Slider section */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none; /* Hide slider by default */
}

.slides img {
    width: 100%;
    height: auto;
}

.mobile-slider {
    display: block; /* Show mobile slider by default */
    position: relative;
}

.mobile-slider img {
    width: 100%;
    height: 50vh; /* Increase the height of the slider images on mobile devices */
    object-fit: cover; /* Ensure the image covers the container */
}

.mobile-slider .quote {
    position: absolute;
    top: 60%; /* Move the quote slightly down */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px; /* Increase padding */
    border-radius: 10px;
    width: 90%; /* Make the quote container smaller */
    font-size: 1.5em; /* Increase the text size */
}

@media screen and (max-width: 768px) {
    .mobile-slider img {
        height: 50vh; /* Increase the height of the slider images on mobile devices */
    }

    .desktop-only {
        display: none; /* Hide the sub-quote on smaller screens */
    }
}

@media screen and (min-width: 769px) {
    .slider {
        display: block; /* Show slider on larger screens */
        height: 100vh; /* Set slider height to full viewport height on larger screens */
    }

    .slides img {
        height: 100vh; /* Ensure images fill the slider height */
        object-fit: cover; /* Cover the entire slider area */
    }

    .mobile-slider {
        display: none; /* Hide mobile slider on larger screens */
    }

    .quote {
        background-color: transparent; /* Remove background color */
        margin-bottom: 10px; /* Reduce margin to bring the title closer to the text */
        font-size: 2em; /* Increase the text size */
        padding: 20px; /* Increase padding */
        top: 60%; /* Move the quote slightly down */
    }
}

/* Dropdown Menu */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* Kitchen Design Section */
#kitchen-design {
    padding: 60px 10px 20px; /* Add top padding to ensure the title is visible */
}

#kitchen-design h2 {
    padding-left: 40px; /* Add left padding to move the title to the right */
}

.kitchen-grid {
    display: grid;
    grid-template-columns: 2fr 2fr; /* Set grid template columns to 2fr */
    gap: 20px;
}

.kitchen-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.kitchen-item img {
    width: 80%; /* Make the images smaller */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover; /* Ensure images cover the container */
}

.kitchen-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em; /* Make the text larger */
    color: #666;
    line-height: 1.6; /* Increase line height for better readability */
    max-width: 80%; /* Ensure text width matches image width */
}

.button-32 {
    text-decoration: none;
    background-color: #fff000;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 12px; /* Make the button padding smaller */
    text-align: center;
    transition: 200ms;
    width: auto;
    box-sizing: border-box;
    border: 0;
    font-size: 14px; /* Make the button text larger */
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: 'Roboto', sans-serif; /* Change font to match the site */
    margin-top: 10px; /* Add margin to separate the button from the text */
}

.button-32:not(:disabled):hover,
.button-32:not(:disabled):focus {
    outline: 0;
    background: #f4e603;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-32:disabled {
    filter: saturate(0.2) opacity(0.5);
    -webkit-filter: saturate(0.2) opacity(0.5);
    cursor: not-allowed;
}

/* Responsive styles for Kitchen Design Section */
@media screen and (max-width: 820px) {
    .kitchen-grid {
        grid-template-columns: 1fr; /* Single column layout for iPad Air and smaller screens */
    }

    .kitchen-item {
        flex-direction: column;
        text-align: center;
    }

    .kitchen-item img {
        width: 100%; /* Ensure images take full width on smaller screens */
        height: auto; /* Maintain aspect ratio */
    }

    .kitchen-item p {
        max-width: 100%; /* Ensure text takes full width on smaller screens */
    }
}

/* Desktop styles */
@media screen and (min-width: 821px) {
    .kitchen-item img {
        height: 500px; /* Make the images taller for desktop devices */
        object-fit: cover; /* Ensure images cover the container */
    }
}

/* Sofa Design Section */
#sofa-design {
    padding: 60px 10px 20px; /* Add top padding to ensure the title is visible */
}

#sofa-design h2 {
    padding-left: 40px; /* Add left padding to move the title to the right */
}

.kitchen-grid {
    display: grid;
    grid-template-columns: 2fr 2fr; /* Set grid template columns to 2fr */
    gap: 20px;
}

.kitchen-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    overflow: hidden; /* Hide overflow to fix the black line issue */
}

.kitchen-item img {
    width: 80%; /* Make the images smaller */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover; /* Ensure images cover the container */
}

.kitchen-item img[src="images/Sofa3.jpeg"] {
    margin-bottom: -10px; /* Adjust margin to hide the black line */
}

.kitchen-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em; /* Make the text larger */
    color: #666;
    line-height: 1.6; /* Increase line height for better readability */
    max-width: 80%; /* Ensure text width matches image width */
}

.button-32 {
    text-decoration: none;
    background-color: #fff000;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 12px; /* Make the button padding smaller */
    text-align: center;
    transition: 200ms;
    width: auto;
    box-sizing: border-box;
    border: 0;
    font-size: 14px; /* Make the button text larger */
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: 'Roboto', sans-serif; /* Change font to match the site */
    margin-top: 10px; /* Add margin to separate the button from the text */
}

.button-32:not(:disabled):hover,
.button-32:not(:disabled):focus {
    outline: 0;
    background: #f4e603;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-32:disabled {
    filter: saturate(0.2) opacity(0.5);
    -webkit-filter: saturate(0.2) opacity(0.5);
    cursor: not-allowed;
}

/* Responsive styles for Kitchen Design Section */
@media screen and (max-width: 820px) {
    .kitchen-grid {
        grid-template-columns: 1fr; /* Single column layout for iPad Air and smaller screens */
    }

    .kitchen-item {
        flex-direction: column;
        text-align: center;
    }

    .kitchen-item img {
        width: 100%; /* Ensure images take full width on smaller screens */
        height: auto; /* Maintain aspect ratio */
    }

    .kitchen-item p {
        max-width: 100%; /* Ensure text takes full width on smaller screens */
    }
}

/* Desktop styles */
@media screen and (min-width: 821px) {
    .kitchen-item img {
        height: 500px; /* Make the images taller for desktop devices */
        object-fit: cover; /* Ensure images cover the container */
    }
}

/* Bookmarks Grid */
.bookmarks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns layout */
    gap: 20px;
}

/* Responsive styles for Bookmarks Grid */
@media screen and (max-width: 768px) {
    .bookmarks-grid {
        grid-template-columns: 1fr; /* Single column layout for smaller screens */
    }
}

/* Scroll to Top Button */
#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: yellow;
    color: black;
    border: none;
    padding: 15px 20px;
    border-radius: 50%; /* Full border radius */
    cursor: pointer;
    display: none; /* Hidden by default */
    z-index: 1000; /* Ensure it is above other elements */
    font-size: 24px; /* Larger font size */
    text-align: center;
}

#scroll-to-top:hover {
    background-color: #ffeb3b;
}

/* Scroll to Top Button for Mobile Devices */
@media screen and (max-width: 768px) {
    #scroll-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: yellow;
        color: black;
        border: none;
        padding: 15px 20px;
        border-radius: 50%; /* Full border radius */
        cursor: pointer;
        display: none; /* Hidden by default */
        z-index: 1000; /* Ensure it is above other elements */
        font-size: 24px; /* Larger font size */
        text-align: center;
    }

    #scroll-to-top:hover {
        background-color: #ffeb3b;
    }
}

/* Ensure slider text is visible on mobile devices */
@media screen and (max-width: 768px) {
    .slider-text {
        font-size: 18px; /* Adjust font size for better readability */
        padding: 10px; /* Add padding for better spacing */
        background-color: rgba(0, 0, 0, 0.5); /* Add background color for better contrast */
        color: white; /* Ensure text color is white for better visibility */
        text-align: center; /* Center align the text */
    }
}

/* Ensure slider text is visible on mobile devices */
@media screen and (max-width: 768px) {
    .slider-text {
        font-size: 18px; /* Adjust font size for better readability */
        padding: 10px; /* Add padding for better spacing */
        background-color: rgba(0, 0, 0, 0.5); /* Add background color for better contrast */
        color: white; /* Ensure text color is white for better visibility */
        text-align: center; /* Center align the text */
        position: absolute; /* Ensure the text is positioned correctly */
        bottom: 20px; /* Position the text at the bottom */
        left: 50%; /* Center the text horizontally */
        transform: translateX(-50%); /* Center the text horizontally */
        width: 90%; /* Ensure the text takes up most of the width */
    }
}

/* Ensure slider text is visible on iPad devices */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .slider-text {
        font-size: 20px; /* Adjust font size for better readability */
        padding: 15px; /* Add padding for better spacing */
        background-color: rgba(0, 0, 0, 0.5); /* Add background color for better contrast */
        color: white; /* Ensure text color is white for better visibility */
        text-align: center; /* Center align the text */
        position: absolute; /* Ensure the text is positioned correctly */
        bottom: 20px; /* Position the text at the bottom */
        left: 50%; /* Center the text horizontally */
        transform: translateX(-50%); /* Center the text horizontally */
        width: 90%; /* Ensure the text takes up most of the width */
    }
}

/* Navigation styles */
.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    margin-right: 20px;
}

.nav-list li:last-child {
    margin-right: 0;
}

.language-button {
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
    border: none;
    padding: 10px 20px; /* Padding */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    font-size: 16px; /* Font size */
    transition: background-color 0.3s ease; /* Smooth transition */
}

.language-button:hover {
    background-color: #45a049; /* Darker green on hover */
}

/* Ensure the navigation bar is aligned to the right */
.nav-list {
    justify-content: flex-end;
    width: 100%;
}

/* styles/style.css */
.nav-list {
    display: flex;
    list-style: none;
}

.nav-list.active {
    display: block;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #333;
    transition: all 0.3s ease-in-out;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .nav-list {
        display: none;
        flex-direction: column;
    }

    .nav-list.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}

social-links a, .contact-info a {
    color: rgb(39, 0, 214);
    font-size: 18px;
    margin-right: 10px;
    transition: color 0.3s;
    font-weight: bold;
}

.social-links a:hover, .contact-info a:hover {
    color: #800080; /* Darker shade of purple */
}

/* Responsive styles for Shërbimet Tona section */
@media screen and (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr; /* Single column layout for smaller screens */
        padding: 0 5px; /* Add padding to make the section wider */
    }
}

/* Scroll to Top Button */
#scrollToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: yellow;
    color: black;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn i {
    font-size: 24px;
}

/* Show the button when scrolling down */
@media (max-width: 768px) {
    #scrollToTopBtn {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grid-container {
        grid-template-columns: 2fr 1fr;
    }
}

/* ...existing code... */

@media screen and (max-width: 768px) {
    .dizajni-yn-i-fundit-title {
        font-size: 1.1em; /* Adjust the font size as needed */
    }
}

/* ...existing code... */

/* ...existing code... */

@media screen and (max-width: 768px) {
    .services-grid {
        display: flex;
        flex-direction: column;
    }

    .service-item {
        display: flex;
        flex-direction: column;
    }

    .service-image {
        order: 2; /* Ensure the image is always below the content */
    }

    .service-content {
        order: 1;
    }
}

/* ...existing code... */