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{
    background-color: #cedeed;
}
.rightnav {
    display: flex; /* Flexbox for right side items */
    align-items: center; /* Center vertically */
    color: white ;
}

.boby {
    font-family: Arial, sans-serif;
    background-color: #9b65bd39;
    background-image:url("natural\ back.jpg");
    
}

.containner {
    border: 2px black;
    backdrop-filter: blur 20px;
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background: linear-gradient(rgba(255,255,240,0.18));
    border-radius: 8px;
    -webkit-backdrop-filter:blur(10px) ;
    box-shadow: 4px 4px 20px rgba(58, 8, 8, 0.1);
}

h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
    border-color: #007bff;
    outline: none;
}
.contme {
    padding: 10px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    background-color: #007bff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.3s;
    text-align: center;
}
button, .contme {
    padding: 10px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    background-color: #007bff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}

button[type="reset"] {
    background-color: #6c757d;
}

button[type="reset"]:hover {
    background-color: #5a6268;
}


.footer {
    background-color: #2c3e50; /* Dark background for the footer */
    color: white; /* White text color */
    padding: 40px 20px; /* Padding for spacing */
    position: relative; /* Allows for positioning of copyright */
}

.widgets_row {
    display: flex; /* Use Flexbox for layout */
    flex-wrap: wrap; /* Wrap items to next line */
}

.footer_widgets {
    flex: 1; /* Equal space for all widgets */
    margin: 10px; /* Margin between widgets */
}

.widget_title {
    font-size: 18px; /* Font size for widget titles */
    margin-bottom: 15px; /* Space below title */
    border-bottom: 2px solid #007bff; /* Underline effect */
    padding-bottom: 5px; /* Padding below title */
}

.textwidget p, .textwidget ul {
    font-size: 13px; /* font size */
    line-height: 1.6; /* Spacing between lines */
    margin: 0; /* Remove default margin */
}

.textwidget ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
}

.textwidget ul li {
    margin: 10px 0; /* Space between links */
}

.textwidget a {
    color: #3498db; /* Link color */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s; /* Smooth transition */
}

.textwidget a:hover {
    color: #1abc9c; /* Color change on hover */
}

.copyright_row {
    background-color: #34495e; /* Slightly lighter background for copyright */
    padding: 20px 0; /* Padding for spacing */
    text-align: center; /* Center text */
    font-size: 14px; /* Smaller font for copyright text */
}

.copyright {
    color: white; /* White text for copyright */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .widgets_row {
        flex-direction: column; /* Stack widgets on smaller screens */
    }

    .footer_widgets {
        margin: 20px 0; /* Space for stacked widgets */
    }
}
body {
    font-family: 'Arial', sans-serif; /* Clean font for the body */
    margin: 0;
    background-color: #f4f4f4; /* Light background for contrast */
}

.footer {
    background-color: #2c3e50; /* Dark background for the footer */
    color: white; /* White text color */
    padding: 40px 20px; /* Padding for spacing */
    position: relative; /* Allows for positioning of copyright */
}

.widgets_row {
    display: flex; /* Use Flexbox for layout */
    flex-wrap: wrap; /* Wrap items to next line */
}

.footer_widgets {
    flex: 1; /* Equal space for all widgets */
    margin: 10px; /* Margin between widgets */
}

.widget_title {
    font-size: 18px; /* Font size for widget titles */
    margin-bottom: 15px; /* Space below title */
    border-bottom: 2px solid #007bff; /* Underline effect */
    padding-bottom: 5px; /* Padding below title */
}

.textwidget p, .textwidget ul {
    line-height: 1.6; /* Spacing between lines */
    margin: 0; /* Remove default margin */
}

.textwidget ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
}

.textwidget ul li {
    margin: 10px 0; /* Space between links */
}

.textwidget a {
    color: #3498db; /* Link color */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s; /* Smooth transition */
}

.textwidget a:hover {
    color: #1abc9c; /* Color change on hover */
}


.copyright_row {
    background-color: #34495e; /* Slightly lighter background for copyright */
    padding: 20px 0; /* Padding for spacing */
    text-align: center; /* Center text */
    font-size: 14px; /* Smaller font for copyright text */
}

.copyright {
    color: white; /* White text for copyright */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .widgets_row {
        flex-direction: column; /* Stack widgets on smaller screens */
    }

    .footer_widgets {
        margin: 20px 0; /* Space for stacked widgets */
    }
}
