* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    background-color: #f8f8f8;
}
.logo1:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0.151);
    border-radius: 4px;
    cursor: pointer;

}
@media (max-width: 480px) {
    .logo img {
        max-width: 120px;
    }

    .hamburger {
        font-size: 26px;
    }
}
.logo1 img {
max-width: 150px;
height:89px;
/* position: relative;
top: -19pxpx; */


}



/* Header Styles */
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: #fff2f200;
color: rgb(0, 0, 0);
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1000;
}
#focus{
display: inline;
font-size:22px;
font-weight:bold;
color: rgb(42, 188, 42);
}


/* Logo */
.logo1 {
font-size: 21px;
font-weight: bold;
}

/* Navigation Menu */
nav {
display: flex;
}

nav ul {
list-style: none;
display: flex;
padding: 0;
margin: 0;
}

nav ul li {
margin: 0 15px;
/* border: 1px solid rgb(3, 2, 2); */


}
nav ul li:hover{
background-color: rgb(184, 182, 194);
transition: 2s;


}
nav ul li a:hover{
color: rgb(0, 0, 0);

}
#home{
margin-top:50px;
}




nav ul li a{
color: rgb(0, 0, 0);
text-decoration: none;
font-size: 16px;
padding: 10px 8px;
}

/* Contact Info */
.contact-info {
display: flex;
gap: 15px;
}

/* Social Icons */
.social-icons {
display: flex;
gap: 10px;
left: 10px;
}

/* Hamburger Menu */
#hamburger {
display: none;
font-size: 30px;
cursor: pointer;
padding:7px;
margin-right:5px;
margin-top:5px;
margin-left:10px
}
.anchar i{
    display: none;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
nav {
 display: none;
 flex-direction: column;
 position: absolute;
 top:60px;
 left: 0;
 width: 100%;
 background-color: #222;
 text-align: center;
 transition: all 0.3s ease-in-out;
 background-color: #09082df3;
}
/* #head1{
    display: flex;
    justify-content:space-evenly;
} */
.anchar i{
    display: block;
}

nav ul {
 flex-direction: column;
}

nav ul li {
 margin: 15px 0;
}
nav ul li a{
 color: white;
}

#hamburger {
 display: block;
}

.contact-info,
.social-icons {
 display: none;
}
/* .logo1{
    width: 88px;
} */
}

/* Show menu when active */
nav.active {
display: flex;
margin-top: 50px;
}
/* Sticky Header */
header.sticky {
position: fixed;
top: 0;
width: 100%;
background: rgb(232,224,209);
padding: 10px 20px;
z-index: 1000;
color: rgb(0, 0, 0);


}
/* Banner Styling */
.banner {
    margin-top: 9%;
    width: 100%;
    min-height: 350px;
    background: url("https://media.istockphoto.com/id/2188823146/photo/woman-hands-typing-document-management-system-and-files-hologram.jpg?s=612x612&w=0&k=20&c=rfYUu-NBfRPszDzxymlkj_3bJR11xmfdiJ_Q62F5p24=") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 38px;
    font-weight: bold;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
}


/* Banner Hover Effect */
.banner12:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/* Responsive Banner Styles */
@media screen and (max-width: 768px) {
    .banner {
        min-height: 250px; /* Reduce height for smaller screens */
        font-size: 28px; /* Decrease font size */
        padding: 15px;
        margin-top: 30%;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        min-height: 200px; /* Further reduce height for small devices */
        font-size: 22px; /* Adjust font size */
    }
}
/* Main Container */
.container {

    width: 90%;
    max-width: 600px;
    margin:25px 7%;
    padding: 20px;
    text-align: center;
    /* background-color: #10141a; */
}

/* Heading Styles */
h2 {
     margin-left: 90%;
    padding: 20px 0px;
    color: #333;
    font-size: xx-large;
    font-weight: 900;
    /* text-align: center; */
}

/* Map Container */
.map-container {
    width: 200%;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
}

/* Load Map Button */
#load-map {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: #28a745;
    color: white; 
    border-radius: 5px;
    transition: background 0.3s;
}

#load-map:hover {
    background-color: #218838;
}

/* Iframe Styling */
iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .map-container {
        height: 350px;
        width: auto;
    }
    h2{
        margin:auto;
    }
   
}

@media screen and (max-width: 480px) {
    .map-container {
        height: 250px;
        width: auto;
    }
    h2{
        margin: auto;
    }
    
}

/* Main Container */
.fromhead {
    height:110vh;
    width: 100%;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    /* padding: 10px 0; */
}

/* Title Styles */
#color {
    text-align: center;
    padding-top: 20px;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Times New Roman', Times, serif;
}

#color1 {
    color: rgb(243, 51, 51);
    font-size: 28px;
    font-weight: 900;
}

/* Form Container */
#formmsg {
    margin-top: 30px;
    margin-left: 10%;
}

/* Form Groups */
.form-group, .form-group1 {
   padding: 10px;

}

/* Input & Textarea Styling */
input, textarea {
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(199, 193, 193, 0.6);
    width: 90%;
   
    background: #fdfafa;
    padding: 12px;
    font-size: 18px;
}

textarea {
    height: 150px;
    resize: none;
}

/* Button */
button {
    width: 50%;
  
    padding: 12px;
    background-color: #eb9393;
    color: rgb(2, 0, 0);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 20px 20%;
    box-shadow: 2px 2px 2px rgba(199, 193, 193, 0.6);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    #color, #color1 {
        font-size: 24px;
    }

    #formmsg {
        flex-direction: column;
        align-items: center;
    }

    input, textarea, button {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    #color, #color1 {
        font-size: 20px;
    }

    textarea {
        height: 120px;
    }

    input, textarea {
        font-size: 14px;
        padding: 10px;
    }

    button {
        font-size: 14px;
    }
}
/* Footer Styles */
.footer {
    width: 100%;
    padding: 20px 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.footer div {
    flex: 1;
    min-width: 280px;
    margin: 20px;
}

.footer h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #070202;
}

.footer p, .footer a {
    font-size: 16px;
    color: #141414;
    text-decoration: none;
    display: block;
    margin: 8px 0;
}

/* Contact Icons */
.contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-icons i {
    font-size: 18px;
    color: #3a3838;
}

/* Social Icons */
.social-icons1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icons1 a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(247, 108, 108);
    color: #130101f6;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.social-icons1 a:hover {
    background: #333;
    color: white;
}

/* Logo */
.logo img {
    width: 200px;
    margin-top: 18px;
    max-width: 100%;
}

/* Floating Contact Button */
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0078FF;
    color: rgb(230, 222, 222);
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.3s;
}

.floating-btn:hover {
    background: #0056b3;
}

/* Footer Links */
.footer a {
    font-size: 16px;
    color: #3a3838;
    text-decoration: none;
    display: block;
    margin: 8px 0px;
    padding-top: 10px;
    transition: color 0.3s ease-in-out, transform 0.2s;
}

/* Hover Effects for Links */
.footer a:hover {
    color: #1f1b1b;
    transform: scale(1.1);
}

/* Click Effects */
.footer a:active {
    color: #ff6600;
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }

    .footer div {
        min-width: 100%;
        margin: 10px 0;
    }

    .social-icons1 {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .footer h3 {
        font-size: 20px;
    }

    .footer p, .footer a {
        font-size: 14px;
    }

    .social-icons1 a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .floating-btn {
        bottom: 15px;
        right: 15px;
        padding: 12px;
        font-size: 18px;
    }
}
.lazyloading-hidden{
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #10141a;
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.3s;
}
.lazyloading-hidden:hover {
    background: #c55b14;
}
@media (max-width: 768px) {
    .fromhead {
        flex-direction: column;
        align-items:center;
}
}
