body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    background-color: aliceblue;
    margin: 0;
    padding: 0;
    overflow-x: hidden;


}

body, h1, h2, h3, h4 ,p {

    margin: 0;
    padding: 0;

}

header { 

    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 80px;
    background-color: black;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    

}
.logo {

    height: 135px;
    width: auto;
    margin-left: 10px;
    






    
}

nav {
    display: flex;
    justify-content: flex-end;  /* Align nav to the right */
    padding: 10px 100px 10px 20px;
}
 
nav ul {
    list-style: none;        /* Remove bullets */
    display: flex;           /* Make items horizontal */
    gap: 20px;               /* Space between items */
    margin: 0;
    padding: 0;
}

nav li a {
    text-decoration: none;   /* No underline */
    color: antiquewhite;             /* Adjust color as needed */
    font-weight: bold;       /* Optional */
}

.homepageimg {

    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    margin: 0;
}

.container {

position: relative;
display: inline-block;
width: 100%;



}
.container .content {



  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;
  right: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
  text-align: center;
  z-index: 1;
}

.container .content a.quote,
a.quote {

display: inline-block;
padding: 10px 18px;
background: rgb(165, 158, 158);
color: #fff;
font-weight: 700;
text-decoration: none;
border-radius: 6px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
transition: background .18s, transform .12s;


}

a.quote:hover {

background: grey;
transform: translateY(-2px);
cursor: pointer;


}

.container .content h1 {

    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 90%;
    margin: 0 auto;



}

.container .content h3 {

font-size: 2rem;
font-weight: 600;
max-width: 85%;
margin: 10px auto;


}

.meetme-section {

    background-color: rgb(214, 215, 217);
    padding: 40px 0;


}

.meetme {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
    background-color: whitesmoke;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

.meetme img {

    width: 250px;
    height: auto;
    border-radius: 8px;
    margin: 20px;
    display: block;

    }

.meetme h3 {

font-size: 2rem;
margin-bottom: 20px;
color: #222;
text-align: center;

}

.meetme p {

    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #444;
    text-align: left;
    max-width: 700px;



}

.reviews {
    background-color: #2e2e2e;
    color: whitesmoke;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 40px;



}

.reviews h4 {
    color: whitesmoke;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;

}

h4.subheading {

    font-size: 18px;



}



.rievew {

background: rgba(255, 255, 255, 0.05)
padding: 20px 25px;
margin-bottom: 30px;
border-left: 4px solid #00b894;
border-radius: 6px;



}

.review p {

font-size: 1rem;
line-height: 2.5;
color: #eee;
margin-bottom: 10px;
font-style: italic;



}

.review .author {

display: block;
text-align: right;
font-size: 0.9rem;
color: #ccc;
font-weight: bold;



}

footer {

background-color: rgb(188, 190, 193);
color: white;
text-align: center;
padding: 20px;
margin-top: 0;
}

.footer-links {

margin-bottom: 10px;

}

.footer-btn {

    display: inline-block;
    background-color: #181d23;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3 ease, transform 0.2 ease;


}

.footer-btn:hover {

    background-color: #161819;
    transform: translateY(-2px);

}

footer p {

    font-size: 12px;
    margin-top: 10px;
    color: black;


}

.ourservices {
    background-color: #161819;




}

.contactusheader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    color: antiquewhite;

}

.conactusheader h1 {
    margin: 0;
    font-size: 2rem;
    color: antiquewhite;
    text-align: center;
    flex: 1;

}

.contactus img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;

}

.contactus h1 {
    font-size: 2rem;
    margin-top: 20px;
    color: #222;
    font-family: "segoe UI", tahoma, sans-serif;
    padding-bottom: 5px;
    text-align: center;
    color: antiquewhite;

}

.contactus p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: antiquewhite;


}

.contactusheader .btn {

    position: absolute;
    right: 20px;
    background-color: #bababb;
    color: rgb(14, 14, 13);
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;

}
.contactusheader .btn:hover {
    background-color: #999;
    transform: scale(1.05);

}

.contactusheader .logo {
    height: 145px;
    position: absolute;
    left: 20px;

}

.footer-links-services {

margin-bottom: 10px;

}

.footer-links-services-btn {

    display: inline-block;
    background-color: #181d23;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3 ease, transform 0.2 ease;


}

.footer-links-services-btn:hover {

    background-color: #161819;
    transform: translateY(-2px);
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #222;
    color: #fff;
    padding: 10px 20px;

}

.page-header .logo {
    height: 145px;
    width: auto;
    display: block;
}

.page-header h1 {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
    flex-grow: 1;

}
.page-header nav {
    margin-left: auto;
}

.btn {
    display: inline-block;
    background: #c2c3c6;
    color: #1a1818;
    padding: 8px 16px;
    margin: 5px 0;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;

}

.btn:hover {
    background: #005bb5;
}

.contact-section {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    background: f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.contact-section h2 {
    margin-top: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin: 10px 0 5px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    margin-top: 15px;
    cursor: pointer;
}

.contact-links {
    margin: 20px 0;
}

.footer-links-contactus {

margin-bottom: 10px;

}

.footer-links-contactus-btn {

    display: inline-block;
    background-color: #181d23;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3 ease, transform 0.2 ease;


}

.footer-links-contactus-btn:hover {

    background-color: #161819;
    transform: translateY(-2px);
}

