@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* General styles */
body {
    font-family: "Poppins", sans-serif;
}

/* header-section */
.header {

    display: flex;
    padding: 10px; 
    border-bottom: #d4d4d4 solid 1px;
    box-shadow: 0.5px 0 0.8px rgba(0,0,0,0.75);
}

.logo{
    display: flex;
}
.logo img{
    width: 100px;
    justify-content: center;
    align-self: center;
    top: 0;
    right: 0;
}
.logo-text h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 6px;
    margin-left: 3px;
    color: rgb(68, 68, 68);
}

.logo-text h1::after {
    content: "+91 90035 25975";
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: #8f8f8f;
}

/* nav-bar section */
nav{
    height: 60px;
    background-color: var(--color1);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-bars{
    justify-content: center;
    align-items: center;
    margin-left: 150px;
}
.links-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav a{ 
    padding: 0 20px;
    display: flex;
    text-decoration: none;
    color: var(--text-color);
}
nav a:hover{
    color: #F3B649;
    transition: 0.5s;
}
nav .home-links{
    fill: var(--text-color);
}
nav svg {
    fill: var(--text-color);
}
#sidebar-active{
    display: none;
}
.open-sidebar-button,.close-sidebar-button{
    display: none;
}

/* Language Switch Container */
.language-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10%;
}

/* Switch Control Styling */
.switch-control {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch-control input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .switch-slider {
    background-color: rgba(243, 182, 73, 0.8); /* Active switch color */
}

input:checked + .switch-slider:before {
    transform: translateX(26px);
}

/* Language Label Styling */
#langLabel {
    font-size: 16px;
    color: rgb(23, 23, 23);
}



@media(max-width:1250px){
    .links-container{

        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        width: 300px;
        background-color: #d3d3d3;
        box-shadow: -5px 0 5px rgba(0,0,0,0.25);
        transition: 0.75s ease-out;
    }
    nav a{
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 20px 30px;
        justify-content: flex-start;
    }
    .open-sidebar-button,.close-sidebar-button{
        padding: 20px;
        display: block;
    }
    #sidebar-active:checked ~ .links-container{
        right: 0;
    }
    #sidebar-active:checked ~ #overlay{
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .header {
        flex-direction: row; /* Keep row layout */
        justify-content: space-between; /* Align logo to left, menu to right */
        align-items: center;
        padding: 10px;
    }

    .logo {
        flex-direction: row;
        align-items: center;
    }

    .logo-text h1 {
        font-size: 16px; /* Slight size reduction for smaller screens */
    }
    .logo-text h1::after{
        font-size: 14px;
    }

    .nav-bars {
        margin-left: 0; /* Remove unnecessary margin on mobile */
    }

    .open-sidebar-button {
        display: block; /* Ensure menu icon is visible on mobile */
        margin-left: auto; /* Align the menu icon to the right */
    }
}

@media(max-width:430px){
   
    .logo img {
        width: 60px; /* Further reduce logo size for smaller screens */
    }

    .logo-text h1 {
        font-size: 14px; /* Adjust title size */
    }
    .logo-text h1::after{
        font-size: 12px;
    }

    .header {
        padding: 8px; /* Compact padding */
    }
}


/* Home Section */
/* Base Styling */
.home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/image/Home.JPG');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: #fff;
    padding: 20px;
    overflow: hidden; /* Prevents any overflow during animation */
}

.home h1 {
    max-width: 800px;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateX(100%); /* Start off-screen to the right */
    animation: fadeInRight 1.5s ease-in-out forwards; /* Animation applied */
    margin-bottom: 10px;
}

.home h1 span {
    color: rgba(206, 143, 32, 1);
}

.home p {
    font-style: italic;
    font-size: 15px;
    opacity: 0;
    transform: translateX(100%); /* Start off-screen to the right */
    animation: fadeInRight 1.8s ease-in-out forwards; /* Slight delay for smoother effect */
    margin-top: 10px;
}

/* Animation for Fade-in from Right */
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@media (max-width: 1980px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}
/* Responsive Styling for Mobile */
@media (max-width: 767px) {
    .home h1 {
        font-size: 22px;
        line-height: 1.2;
        max-width: 90%; /* Reducing width for smaller screens */
        margin-top: 5%; /* Adjust margin for mobile view */
    }

    .home p {
        font-size: 14px;
    }
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}
@media (max-width: 991px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}

/* Offer Section Styles */
.offer {
    width: 100%; /* Full width */
    padding: 20px;
    background-color: #fff; /* Background color for contrast */
    display: flex; /* Enables flexbox layout */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
}

.offer h1 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    margin-top: 5%;
}

.offer-img {
    display: flex;
    justify-content: center; /* Center the image */
    width: 500px;
    margin-bottom: 20px; /* Space below the image */
}

.offer-img img {
    max-width: 100%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px;
}

.offer-txt {
    margin-top: 3%;
    text-align: center; /* Center text */
    margin-bottom: 20px; /* Space below text */
}
.offer-txt h4{
    margin-bottom: 2%;
    font-size: 24px;
    color: #444;
}
.offer-txt p{
    margin-bottom: -1%;
    width: 700px;
    color: #555;
}

.benefits {
    width: 35%; /* Set a fixed width for benefits */
    margin-top: 4%;
    margin-bottom: 4%;
    color: #444;
    background-color: #F3B649;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Shadow effect */
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition */
    text-align: center; /* Center text in benefits */
}

/* Add slight shadow change on hover */
.benefits:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); 
}

.benefits h4 {
    font-size: 24px;
    margin-top: 4%;
    margin-bottom: 15px;
}

.benefits ul {
    list-style: none;
    padding: 0; /* Reset padding */
    margin-bottom: 6%;
}

.benefits ul li {
    font-size: 17.6px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    margin-left: 18%; /* Align text nicely */
}

/* Learn More Button */
.offer button { 
    margin-bottom:20%;
    padding: 10px 20px;
    background-color: #F3B649;
    border: none;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, box-shadow 0.3s; /* Add transition for shadow */
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.offer button:hover {
    background-color: rgb(254, 200, 107);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) { /* Tablet and iPad */
    .benefits {
        width: 60%; /* Adjust width for smaller screens */
    }

    .offer {
        padding: 10px; /* Adjust padding */
    }

    .offer h1 {
        font-size: 26px; /* Slightly smaller font size */
    }

    .offer-txt h4,
    .benefits h4 {
        font-size: 20px; /* Adjust font size */
    }

    .offer button {
        width: 180px; /* Adjust button width */
    }
}

@media (max-width: 768px) { /* Mobile */
    .offer {
        padding: 10px; /* Adjust padding */
    }

    .benefits {
        width: 95%; /* Make benefits wider on mobile */
    }

    .offer h1 {
        font-size: 24px; /* Smaller font size */
    }
    .offer-txt p{
        width: 400px;
    }

    .offer-txt h4,
    .benefits h4 {
        font-size: 18px; /* Adjust font size */
    }

    .benefits ul li {
        margin-left: 10%; /* Adjust margin for better alignment */
    }

    .offer button {
        width: 150px; /* Smaller button on mobile */
    }
}


/* Naveensharma Section Styles */
.Naveensharma {
    width: 100%;
    background-color: rgba(243, 182, 73, 1);
    display: flex; /* Enables flexbox layout */
    justify-content: space-between; /* Distributes containers to the left and right */
    align-items: center; /* Vertically centers the containers */
    padding: 20px;
    box-sizing: border-box;
    position: relative;

}

/* Heading Styles */
#abouttext {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    
}

/* Container Styles */
.container1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

.container2 {
    display: flex;
    justify-content: center; /* Center the image */
}

/* Content Heading */
.content h1 {
    font-size: 24px;
    color: #333;
    margin-left: 20px; /* Adjust margin for better centering */
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}
#aboutTitle{
    color: #f8f9fa;
}
/* List Styles */
.content-list ul {
    list-style-type: disc;
    margin-left: 15%;
    color: #333;
    margin-top: 2%;
    width: 620px;
}

.content-list ul li {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: justify;
}

.content-list ul li span {
    font-weight: bold;
}

/* Image Styles */
.ns-img img {
    width: 50%;
    max-width: 600px; /* Responsive max-width */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Added shadow effect */
    margin-left: 45%;
    margin-top: 6%;
}


/* Media Queries for Responsiveness */
@media (max-width: 1024px) { /* Tablet and iPad */
    .Naveensharma {
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center elements */
    }

    .content {
        margin: 0; /* Reset margin for better centering */
    }

    #abouttext {
        font-size: 26px; /* Adjust font size */
    }

    .content-list ul li {
        font-size: 22px; /* Adjust list item font size */
    }

    .ns-img img {
        width: 500px;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 5%; /* Center the image */
    }
}

@media (max-width: 768px) { /* Mobile */
    #abouttext {
        font-size: 24px; /* Smaller font size for mobile */
    }

    .Naveensharma {
        margin-top: 20%; /* Adjust top margin for better spacing */
    }

    .content-list ul li {
        font-size: 18px;
        margin-left: 8%;
        width: 350px; /* Further reduce font size */
    }
     #aboutTitle{
        font-size: 22px;
        margin-bottom: 5%;
        
     }
    .ns-img img {
        width: 50%; /* Allow more space on mobile */
        margin-left: 25%; /* Center the image */
    }
}

/* Travel Section Styles */
.travel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.travel h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-top: 3%;
}

.travel img {
    display: block;
    width: 100%; /* Change to 100% for responsiveness */
    max-width: 900px; /* Set max-width for larger screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto;
}

.travel-txt {
    background-color: rgba(243, 182, 73, 1);
    text-align: center;
    border-radius: 8px;
    margin-top: -10%; /* Adjusted for better visual balance */
    width: 100%; /* Change to 100% for responsiveness */
    max-width: 390px; /* Set a max-width for larger screens */
    padding: 20px; /* Added padding for better spacing */
}

.travel-txt h2 {
    margin-top: 5%;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}

.travel-txt p {
    font-size: 17px;
    color: #1c1b1b;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.travel-txt button {
    padding: 10px 20px;
    background-color: #eee;
    color: #F3B649;
    font-size: 1rem;
    border: none;
    margin-top: 4%;
    margin-bottom: 3%;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.travel-txt button a {
    text-decoration: none;
    color: #F3B649;
}

.travel-txt button:hover {
    background-color: #ddd; /* Slightly darker on hover */
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) { /* Tablet and iPad */
    .travel h1 {
        font-size: 28px; /* Smaller font size */
    }

    .travel-txt {
        width: 90%; /* Wider on tablets */
        margin-top: -5%; /* Adjust margin for better alignment */
    }

    .travel-txt h2 {
        font-size: 1.8rem; /* Smaller subheading font size */
    }

    .travel-txt p {
        font-size: 16px; /* Slightly smaller paragraph font */
    }
}

@media (max-width: 768px) { /* Mobile */
    .travel h1 {
        font-size: 26px; /* Further decrease font size */
    }

    .travel img {
        max-width: 100%; /* Full width on mobile */
        height: auto; /* Maintain aspect ratio */
    }

    .travel-txt {
        width: 80%; /* Full width for mobile */
        margin-top: -80px; /* Reset margin for mobile */
    }

    .travel-txt h2 {
        font-size: 1.5rem; /* Smaller heading font size */
    }

    .travel-txt p {
        font-size: 18px; /* Smaller paragraph font size */
    }
}


/* Project Section */
.project {
    padding: 50px 20px;
    color: white;
    text-align: center;
    
}

.span1 {
    color: #F3B649;
}

.project .text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1c2035;
}

.slider-container {
    overflow: hidden;
    width: 100%;
    
}

.slider {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
     /* Firefox */
}

.slider::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.slide {
    min-width: 300px;
    max-width: 300px;
    background: white;
    color: black;
    padding: 20px;
    box-shadow:  2px 4px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    flex-shrink: 0;
    margin-left: 2%;
    margin-bottom: 5%;
    margin-top: 2%;
}

.slide img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 8px;

}
#projectTitle{
    margin-top: 3%;
}

.slider .slide h1 {
    font-size: 20px;
    margin-top: 10%;
    font-weight: 500;
}
#Description{
    font-size: 14px;
    margin-bottom: 2%;

}
#Description1{
    font-size: 14px;
    margin-bottom: 10%;

}
button {
    background-color: rgba(243, 182, 73, 1);
    padding: 10px 20px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3%;
}

button a {
    color: #f8f9fa;
    text-decoration: none;
    font-weight: 400;
}

/* Media Queries */
@media (max-width: 820px) {
    /* Tablet View */
    .slider {
        flex-direction: column;
        
        align-items: center;
        
    }
    .slide {
        min-width: 45%; /* Adjust width for tablets */
    }
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 576px) {
    /* Mobile View */
    .slider {
        flex-direction: column;

    }
    .slide {
        min-width: 80%; /* Full-width on smaller screens */
        max-width: 80%;
        margin-bottom: 20px;
    }
    html,body{
        width: 100%;
        overflow-x: hidden;
    }
}

/* Testimonials Section Styling */
.testimonials {
    padding: 50px 20px;
    color: white;
    text-align: center;
    margin-top: -5%;
    margin-bottom: 12%;
}

.span1 {
    color: #F3B649;
}

.span2 {
    color: #F3B649;
    font-size: 20px;
}

.testimonials .texts h1 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
    margin-bottom: -2%;
}

.testimonials .texts h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1c2035;
    margin-bottom: 2%;
}


/* Sliders Container Styling */
.sliders-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; /* Center alignment */
}

.sliders {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.sliders::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Safari/Chrome */
}

/* Slide Card Styling */
.slide1 {
    min-width: 300px;
    max-width: 400px;
    background: white;
    color: black;
    padding: 20px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    flex-shrink: 0;
    margin: 20px;
    margin-top: 6%;
}

#testimonialsTitle {
    margin-top: 3%;
}

/* Text Styling within the Slides */
.slide1 h1 {
    font-size: 18px;
    margin-top: 5%;
    font-weight: 700;
    color: #F3B649;
}

.slide1 h2 {
    color: #555;
}
.slide1 h3{
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

#Description {
    font-size: 14px;
    margin: 4% 0;
}
html {
    scroll-behavior: smooth;
}

/* Arrow Button Styling */
.arrow {
    position: absolute;
    top: -2%;
    transform: translateY(-50%);
    background-color: #F3B649;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    transition: background-color 0.3s ease;
    z-index: 100;
}

.arrow:hover {
    background-color: #c69641;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

/* Media Queries for Responsive Design */
@media (max-width: 820px) {
    .sliders {
        flex-direction: column;
        align-items: center;
    }

    .slide1 {
        min-width: 60%; /* Adjust for smaller screens */
    }

    .arrow {
        display: none; /* Hide arrows on smaller devices */
    }
}

@media (max-width: 576px) {
    .sliders {
        flex-direction: column;
        align-items: center;
    }

    .slide1 {
        min-width: 70%; /* Full-width on small screens */
        margin-bottom: 20px;
    }
}

/* Contact Section Styles */
/* General Styles */
.contact {
    width: 100%;
    height: auto;
    background: rgba(243, 182, 73, 1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 20px;
    box-sizing: border-box;
    flex-wrap: wrap; /* Allows wrapping for smaller screens */
}

.cont-head {
    background-color: #F3B649;
    text-align: center;
}

.cont-head h4 {
    font-size: 30px;
    font-weight: 600;
    color: #eee;
    padding: 25px 0;
    margin-top: -2%;
    
}

/* Icon Container Styles */
.icon-container {
    background-color: #f9f9f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 15px;
    box-shadow:  2px 4px 10px  rgba(0, 0, 0, 0.2);
    width: 100%; /* Full width for smaller screens */
    max-width: 500px; /* Limit width on larger screens */
    margin: 0 auto; /* Center align */
}

.icon {
    flex-shrink: 0;
}
.icon-detail{
    cursor: pointer;
}
.icon-detail h3 {
    font-weight: 500;
    margin: 0;
}

.icon-detail p {
    color: #F3B649;
    margin: 5px 0;
}
.icon-detail a{
    text-decoration: none;
    color: inherit;
}

/* Container Layouts */
.container-1, .container-2 {
    width: 48%; /* Take half the width on larger screens */
}

.container-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.container-2 form {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto; /* Center align the form */
}

.form-group {
    margin-bottom: 20px;
}
.form-group h3{
    margin-bottom: 5%;
    text-align: center;
    color: #444;

}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.form-group textarea {
    resize: vertical;
}

.form-group-buttons {
    display: flex;
    justify-content: space-between;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 3%;
}

button[type="reset"] {
    border:  1px solid #F3B649 ;
    background: #fff;
    color: #F3B649;
}

button[type="submit"] {
    background-color: rgba(243, 182, 73, 1);
    color: white;
    transition: background-color 0.3s;
}

button[type="submit"]:hover {
    background-color: rgba(206, 143, 32, 1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    /* Tablet View */
    .container-1, .container-2 {
        width: 100%; /* Full width */
    }
    .icon-container {
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    /* Mobile View */
    .container-1, .container-2 {
        width: 100%; /* Full width */
    }
    .icon-container {
        flex-direction: row;
    }
    .contact {
        flex-direction: column;
        align-items: center;
    }
    .icon-container {
        flex-direction: column;
        text-align: center;
    }
    .form-group-buttons {
        flex-direction: column;
        gap: 10px;
    }
}


/* Footer Section */
/* Footer Styles */
.footer {
    background-color: #fff;
    color: rgba(73, 72, 72, 1);
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px; /* Space between sections */
}

/* Working Hours Section */
.footer .work {
    flex: 1;
    margin-bottom: 20px;
}

.footer .work h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: rgb(21, 21, 21);
}

.footer .work p {
    font-size: 1rem;
    color: rgba(73, 72, 72, 1);
}

/* Logo Section */
.footer .logo-f {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.footer .logo-f img {
    max-height: 80px;
    width: auto;
    margin-bottom: 10px;
}

.footer .logo-f p {
    font-size: 1.2rem;
    color: rgba(73, 72, 72, 1);
}

/* Contact Section */
.footer .contact-footer {
    flex: 1;
    margin-bottom: 20px;
}

.footer .contact-footer h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: rgb(21, 21, 21);
}

.footer .contact-footer p {
    font-size: 1rem;
    color: rgba(73, 72, 72, 1);
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.social-icons a {
    font-size: 1.5rem;
    color: rgba(243, 182, 73, 1);
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #FFD700;
}

/* Copyright Section */
.copyr {
    color: #222;
    text-align: center;
    padding: 10px 0;
    font-size: 0.9rem;
    margin-top: 20px;
    width: 100%;
}

.copyr p {
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    /* Tablet View */
    .footer {
        text-align: center;
    }
}

@media (max-width: 576px) {
    /* Mobile View */
    .footer {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer div {
        width: 100%; /* Full width for sections */
    }

    .social-icons {
        flex-wrap: wrap;
        gap: 20px;
    }

    .social-icons a {
        font-size: 1.3rem; /* Slightly smaller on mobile */
    }
}




/* Fade Left */
[data-aos="fade-left"] {
    opacity: 0;
    transform: translateX(-50px); /* Start from the left */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-aos="fade-left"].aos-animate {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
}

/* Fade Right */
[data-aos="fade-right"] {
    opacity: 0;
    transform: translateX(50px); /* Start from the right */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-aos="fade-right"].aos-animate {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
}

/* Fade Up */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(50px); /* Start from below */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0); /* Move to original position */
}

/* Fade Down */
[data-aos="fade-down"] {
    opacity: 0;
    transform: translateY(-50px); /* Start from above */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-aos="fade-down"].aos-animate {
    opacity: 1;
    transform: translateY(0); 
}


#scrollTopButton {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    width: 50px; 
    height: 50px; 
    border-radius: 50%;
    background-color: #F3B649; 
    color: white;
    font-size: 24px; 
    border: none; 
    outline: none; 
    cursor: pointer; 
    display: none; 
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease; 
}

#scrollTopButton:hover {
    background-color: #e8a93d; /* Darker shade on hover */
}

