.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-right: 10px; /* Add margin between items */
}

.header a:last-child {
    margin-right: 0; /* Remove margin from the last item */
}

.header a.logo {
    padding: 0;
    margin-right: 20px;
}

.header a.logo img {
    height: 75px;
    width: auto;
}

.header-right {
    display: flex;
    align-items: center;
}

.header a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
    color: black;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: black;
    padding: 12px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 4px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
        margin-right: 0; /* Ensure no margin on small screens */
    }
    .header-right {
        float: none;
        display: block;
    }
}

html {
    scroll-behavior: smooth;
}

/* explore */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.content-section {
    display: flex;
    align-items: stretch; 
    justify-content: space-between;
    padding: 20px;
    background-color: #f4f4f4;
}

.text-content, .image-content {
    flex: 1;
}

.text-content {
    margin-right: 20px;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}

.text-content h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.text-content p {
    font-weight: 300;
    margin: 0 0 20px;
    font-size: 16px;
}

.text-content button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block; 
    text-align: center; 
}

.text-content button:hover {
    background-color: #0056b3;
    border-color: #0056b3; 
}

.text-content button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block; 
    text-align: center; 
}

.text-content button:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}


.image-content {
    display: flex; 
    align-items: center;
    justify-content: center;
}

.image-content img {
    max-width: 100%; 
    height: auto; 
    object-fit: cover;
}



/* 
cards section */



.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    padding: 0;
    height: 100%;
}
  /* PRODUCT SECTIO  BEGINS  */
.product-section {
    text-align: center;
    padding: 23px 0;
}

.product-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.product-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.product-item {
    display: flex;
    align-items: center;
    background-color: #d1cfcfa6;
    padding: 20px;
    border-radius: 10px;
    width: 478px;
}

.product-info {
    text-align: left;
    margin-right: 20px;
    flex: 1;
}

.product-image {
    flex: 1;
}

.product-image img {
    width: 100%;
    border-radius: 10px;
}

.product-item h3 {
    font-size: 1.5em;
    margin: 15px 0;
}

.product-item p {
    font-size: 1em;
    color: rgb(45, 42, 42);
}

.product-item a {
    font-size: 1.2em;
    color: #00000078;
    text-decoration: none;
    font-weight: bold;
}

.product-item a:hover {
    text-decoration:underline;
}

/* --------------------------------------------------- */

.product-section2 {
    text-align: center;
    padding: 23px 0;
}

.product-section2 h2 {
    font-size: 2.5em;
    margin-bottom: 20px;    
}

.product-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.product-item {
    display: flex;
    align-items: center;
    background-color: #d1cfcfa6;
    padding: 20px;
    border-radius: 10px;
    width: 478px;
}

.product-item2 {
    display: flex;
    align-items: center;
    background-image:url('assets/Our_Product/kitchen.jpg'); ;
    padding: 20px;
    border-radius: 10px;
    width: 478px;
}

.product-info {
    text-align: left;
    margin-right: 20px;
    flex: 1;
}

.product-image {
    flex: 1;
}

.product-image img {
    width: 100%;
    border-radius: 10px;
}

.product-item h3 {
    font-size: 1.5em;
    margin: 15px 0;
}

.product-item p {
    font-size: 1em;
    color: rgb(45, 42, 42);
}

.product-item a {
    font-size: 1.2em;
    color: #00000078;
    text-decoration: none;
    font-weight: bold;
}

.product-item2 a {
    font-size: 1.2em;
    color: #00000078;
    text-decoration: none;
    font-weight: bold;
}
.product-item a:hover {
    text-decoration:underline;
}

.product-item2 a:hover {
    text-decoration:underline;
}


.about-us {
    background-color: #f4f4f4; 
    padding: 20px;
    text-align: center; 
    margin-bottom: 20px; 
}
.about-us h2 {
    font-weight: bold; 
    margin-bottom: 15px; 
}

.about-us p {
    margin: 0 0 10px;
    line-height: 1.6; 
    font-weight: 500;
    color: #705847;

}


/* donwload css */


.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
    max-width: 1200px;
    margin: 0 auto;
}

.pdf-download-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px); 
    box-sizing: border-box;
}

.pdf-download-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.pdf-download-section p {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
}

.download-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.download-button:hover {
    background-color: #0056b3;
}



.footer {
    background-color: #f1f1f1;
    padding: 20px;
    color: #333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    height: 75px;
    width: auto;
}

.footer-middle {
    flex: 2;
    text-align: left;
    padding: 0 20px;
}

.footer-right {
    flex: 1;
    text-align: right;
}

.footer-right p {
    margin: 10px 0;
}

.footer-middle p,
.footer-right p {
    margin: 5px 0;
    line-height: 1.6;
    font-weight: 500;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.phone-icon::before {
    content: url('assets/phone-icon.png'); 
    margin-right: 10px;
}

.email-icon::before {
    content: url('assets/email-icon.png'); 
    margin-right: 10px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-middle {
        padding: 10px 0;
    }

    .footer-right {
        text-align: center;
    }
}
