
.headerone {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 20px;
   background-color: #f8f9fa;
   /* or any background color you prefer */
}

/* .header-left {
   flex: 1;
} */

.headerone-right {
   flex: 1;
   display: flex;
   justify-content: flex-end;
   align-items: center;
}

.headerone-logo img {
   height: 50px;
   /* Adjust as needed */
}

.headerone-menu {
   flex: 2;
   display: flex;
   justify-content: center;
   align-items: center;
}

.headerone-menu a {
   margin: 0 15px;
   text-decoration: none;
   color: #333;
   /* Text color */
   font-size: 18px;
   font-weight: bold;
}

.headerone-sign-in a {
   text-decoration: none;
   color: #007bff;
   /* Link color */
   font-size: 16px;
}

.top-social ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.top-social li {
   display: inline-block;
   padding: 0;
}

.top-social li a {
   color: #2c2c2c;
   margin-right: 15px;
   font-size: 18px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

a:visited {
   text-decoration: none;
   /* color: #0d2474; */
}

.fa {
   display: inline-block;
   font: normal normal normal 14px / 1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before,
.fa-facebook:before {
   content: "\f09a";
}

.text-right {
   text-align: right;
}
body {
   font-family: 'Poppins', sans-serif;
   margin: 0;
   padding: 0;
   color: #333;
}
.header {
   background-image: url('image/banner-1.jfif');
   background-size: cover;
   background-position: center;
   padding: 100px 0;
   color: white;
   text-align: center;
   position: relative;
}
.header h1 {
   font-size: 48px;
   margin-bottom: 10px;
}
.header p {
   font-size: 18px;
   margin-bottom: 20px;
}
.contact-section {
   display: flex;
   justify-content: space-between;
   padding: 50px 0;
   background-color: #f9f9f9;
   margin: 0 100px;
}
.contact-section .info {
   width: 40%;
   background-color: #fff;
   padding: 30px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
}
.contact-section .info h2 {
   margin-bottom: 20px;
   color: #555;
}
.contact-section .info p {
   font-size: 18px;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
}
.contact-section .info p i {
   margin-right: 10px;
   color: #ff4b5c;
}
.contact-section .form {
   width: 50%;
   background-color: #fff;
   padding: 30px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
}
.contact-section .form h2 {
   margin-bottom: 20px;
   color: #555;
}
.contact-section .form input, .contact-section .form textarea {
   width: 100%;
   padding: 15px;
   margin-bottom: 10px;
   border-radius: 5px;
   border: 1px solid #ddd;
}
.contact-section .form button {
   padding: 15px 30px;
   background-color: #ff4b5c;
   color: white;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   transition: background-color 0.3s;
}
.contact-section .form button:hover {
   background-color: #e0434f;
}
.map-section {
   text-align: center;
   padding: 50px 0;
}
.map-section h2 {
   margin-bottom: 20px;
}
.map-section iframe {
   width: 80%;
   height: 400px;
   border: none;
   border-radius: 10px;
}
/* Footer Section */
.footer {
background-color: #25425e;
color: white;
/* padding: 50px 20px; */
text-align: center;
font-size: 14px;

}

.footer-container {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
padding: 0 5%;
gap: 30px;
}

.footer-logo img {
max-height: 60px;
margin-bottom: 10px;
}

.footer-column h4 {
font-size: 18px;
margin-bottom: 37px;
color: #fff;
font-weight: bold;
}

.footer-column p,
.footer-column a {
color: #d1d1d1;
font-size: 14px;
line-height: 1.6;
text-decoration: none;
margin-bottom: 10px;
}

.footer-column a:hover {
color: #00aaff;
text-decoration: underline;
}

.footer-column {
flex: 1;
}

.footer .buy-now-button {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background-color: #00aaff;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}

.footer .buy-now-button:hover {
background-color: #007acc;
}

.footer-social {
text-align: center;
margin: 30px 0;
}

.footer-social a {
margin: 0 15px;
color: white;
font-size: 24px;
text-decoration: none;
}

.footer-social a:hover {
color: #00aaff;
}

.footer-bottom {
font-size: 12px;
color: #ccc;
margin-top: 20px;
text-align: center;
}
.footer-column {
text-align: left; /* Ensures all text is aligned to the left */
}
