body {
    font-family: 'Arial', sans-serif; /* Clean font for the body */
    margin: 0;
    background-color: #f4f4f4; /* Light background for contrast */
}
.navbar {
    display: flex; /* Flexbox for layout */
    justify-content: space-between; /* Space between elements */
    align-items: center; /* Center items vertically */
    padding: 15px 30px; /* Padding for spacing */
    background-color: #a596db;/* Navbar background color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.nav-list {
    display: flex; /* Horizontal layout for list */
    align-items: center; /* Center items vertically */
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.nav-list .logo {
    margin-right: 20px; /* Space between logo and links */
}

.nav-list li {
    margin: 0 15px; /* Space between links */
}

.nav-list a {
    text-decoration: none; /* Remove underline */
    color: white; /* White text color */
    font-size: 18px; /* Font size for links */
    padding: 10px 15px; /* Padding for links */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
}

.nav-list a:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Light hover effect */
    transform: scale(1.05); /* Slight scale on hover */
}
.gst{
    align-items: left;
    justify-content: baseline;
}
.logo img {
    width: 50px; /* Fixed width for logo */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Circular logo */
    border: 2px solid white; /* White border for contrast */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}
.logo image :hover{
    .logo image :hover{
        background-color: #cedeed;
    }

}
.rightnav {
    display: flex; /* Flexbox for right side items */
    align-items: center; /* Center vertically */
    color: white ;
}

.name {
    font-family: 'Arial', sans-serif; /* Clean font for the name */
    font-size: 50px; /* Large font size for prominence */
    font-weight: bold; /* Bold text for emphasis */
    color: #302e46; /* Bright blue color for the text */
    text-align: center; /* Center the text */
    padding: 20px; /* Padding for spacing around the text */
    text-shadow: 8px 4px 8px rgba(12, 12, 12, 0.3), /* First shadow */
                 8px 4px 8px rgba(0, 0, 0, 0.2); /* Second shadow for depth */
    background-color: #e7f4d5;
}
.name {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
}


.slider {
    position: relative;
    max-height: 500px;
    max-width: 80%; /* Adjust based on your image size */
    margin: auto;
    overflow: hidden; /* Hide overflow */
    border: 2px solid #ddd; /* Optional border */
    border-radius: 10px; /* Optional rounded corners */
}

.slides {
    display: flex; /* Use flexbox for slide layout */
    transition: transform 0.8s ease; /* Smooth transition */
}

.slide {
    min-width: 100%; /* Each slide takes full width */
    position: relative; /* Position relative for absolute overlay */
    box-sizing: border-box; /* Include padding in width */
}

.slide img {
    width: 100%; /* Make images responsive */
    border-radius: 10px; /* Optional rounded corners */
}

.overlay {
    position: absolute; /* Positioning the overlay */
    bottom: 20px; /* Position from the bottom */
    left: 20px; /* Position from the left */
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: white; /* White text color */
    padding: 10px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners for overlay */
    font-size: 18px; /* Font size for the product name */
    transition: background-color 0.3s; /* Smooth transition for background */
    justify-content: center;
}

.overlay:hover {
    background-color: rgba(0, 0, 0, 0.9); /* Darker background on hover */
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    user-select: none;
}

.prev {
    left: 10px; /* Position left */
}

.next {
    right: 10px; /* Position right */
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
}

.main-box{
    display: flex;
    justify-content: space-between;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.firstsectin{
    display: flex;
}
.fhalf{
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 29px;
}
.text-big{
    font-size: 40px;
    font-weight: 400;
    background-color: #97bdd7;
    margin: 0%;
}
.text-small{
    font-size: 20px;
    font-weight: 300;
    display: flex;
    padding: 10px auto;
} 

.wel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin: 0 auto;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Left side styling */
.well {
    flex: 1;
    padding: 20px;
}
.well h3{
    font-size: 18px;
    font: optional;

}
.wle {
    font-size: 2rem;
    font-weight: bold;
    color: #0a1929;
}

.par {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #7f8c8d;
    line-height: 1.5;
}

.con {
    margin-top: 30px;
    font-size: 1.5rem;
    color: #1b2227;
    font-weight: 530;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
}

/* Contact button styling */
.contact-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #3498db;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-button:hover {
    background-color: #2980b9;
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Right side styling */
.well2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lo {
    margin-right: 30px;
}

.log {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.NBM {
    text-align: center;
}

.nab {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
}

.man {
    font-size: 1.5rem;
    color: #16a085;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .wel {
        flex-direction: column;
        padding: 20px;
    }

    .well2 {
        margin-top: 20px;
    }

    .lo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}



.produc{
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #cedeed;
    padding: 18px 55px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}
.pro-list {
    height: auto; /* Allow dynamic height based on content */
    display: flex;
    padding: 20px 10px;
    border-radius: 15px;
    border: 1px solid #ccc; /* Softer border color */
    max-width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Enhanced shadow for depth */
    background-color: #fff; /* White background for the section */
    transition: transform 0.5s; /* Smooth transition for hover effect */
    flex-direction: row-reverse;
}

.pro-list:hover {
    transform: scale(1.02); /* Slight scale on hover */
}

.thumbnail {
    width: 30%; /* Increased width for a better image display */
    display: flex;
    justify-content: center; /* Center the image */
    align-items: center; /* Center the image vertically */
    padding: 10px;
}

.thumbnail img {
    max-width: 100%; /* Responsive image */
    border-radius: 10px; /* Rounded corners for the image */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for image */
}

.ulsize {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
    margin-left: 20px; /* Add some space between image and text */
    flex: 1; /* Allow text area to grow */
}

.sectag {
    font-size: 24px; /* Adjust font size */
    font-weight: bold; /* Make the section tag bold */
    color: #333; /* Dark color for better readability */
    margin-bottom: 10px; /* Space below the section tag */
}

.price {
    color: rgb(164, 85, 57); /* Keep the original color */
    font-size: 18px; /* Slightly smaller for balance */
    margin-bottom: 10px; /* Space below the price */
}

.D-btn {
    width: 100%; /* Full width button container */
    display: flex;
    justify-content: flex-start; /* Align button to the left */
    margin-bottom: 10px; /* Space below the button */
}

.D-btn button {
    padding: 10px 15px; /* Button padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    background-color: #007bff; /* Bootstrap primary color */
    color: white; /* White text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth background color transition */
}

.D-btn button:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

.delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; /* Adjust font size */
    color: #555; /* Softer color */
    padding: 10px 0; /* Space above and below the delivery text */
}

.about {
    max-width: 100%; /* Maximum width for the section */
    margin: 20px auto; /* Center the section */
    padding: 5px; /* Padding for inner spacing */
    background-color: rgb(77, 53, 63); /* Background color for the section */
    border-radius: 8px; /* Rounded corners */
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);/* Subtle shadow for depth */
}
.suname{
    color: white;
}
.aboutDetail {
    font-size: 26px; /* Font size for the title */
    font-weight: bold; /* Bold font for emphasis */
    color: white; /* color for text */
    margin-bottom: 15px; /* Space below the title */
}

.aboutD {
    font-size: 16px; /* Font size for address */
    color: white; /* Slightly lighter color for less emphasis */
    margin-bottom: 20px; /* Space below the address */
    line-height: 1.5; /* Spacing between lines */
}

.contact {
    /* You can style the contact section here */
    margin-bottom: 20px; /* Space below the contact section */
    color: #ccc;
    text-size-adjust: 10px;
}

.trust {
    display: flex; /* Enable Flexbox layout */
    justify-content: center; /* Align items to the right */
    align-items: center; /* Center items vertically */
    margin-right: 10px; /* Margin on the right */
    width: 100%; /* Full width of the container */
}

.im {
    max-width: 90%; /* Responsive image */
    height: 70px; /* Maintain aspect ratio */
    width: 140px;
}
.copyright {
    background-color: #34495e; /* Slightly lighter background for copyright */
    padding: 20px 10px; /* Padding for spacing */
    text-align: center; /* Center text */
    font-size: 14px; /* Smaller font for copyright text */
    border-radius: 8px;
}

.copyright {
    color: white; /* White text for copyright */
}

