body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font: 15px/1.5 Ariel, Helvetica,sans-serif;
    background-color: #eaeee9;

}

main {
  flex:1;
}

.service {
  flex:1;
}


header {
    background: linear-gradient(to right, black, #644388); /* White to Cream Gradient */
    color: navy;
    padding: 5px;
    display: flex;
    min-height:70px;
    justify-content: space-between;
    align-items: center;
    border-bottom:#d1bfe3 3px solid;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 50px;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

/* Dropdown Styles */
.dropdown {
    position: relative;
    display:inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #333;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-content a:hover {background-color: #dadde3; color: black;}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo {
    max-width: 80px; /* Set the maximum width of the logo */
    height: auto; /* Automatically adjust height to maintain aspect ratio */
    padding: 10px;
}

.hero-container {
  height: 39vh;
  display: flex;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  background: linear-gradient(to right, black, #644388);
  background-clip: padding-box;
  color: #fff;
}

.content-container {
  flex: 1;
  padding: 100px 20px; /* Adjust padding as needed */
  text-align: center;
}

.image-container {
  flex: 1;
  background: url('../img/aboutus.jpg') center/cover no-repeat; /* Use the same image for consistency */
}

.image-container2 {
  flex: 1;
  background: url('../img/jobs1.jpg') center/cover no-repeat; /* Use the same image for consistency */
}

.image-container3 {
    flex: 1;
    background: url('../img/jobs-anbrit.jpg') center/cover no-repeat; /* Use the same image for consistency */
  }

.image-container4 {
  flex: 1;
  background: url('../img/dm1.jpg') center/cover no-repeat; /* Use the same image for consistency */
}

.image-container6 {
    flex: 1;
    background: url('../img/image12.jpg') center/cover no-repeat; /* Use the same image for consistency */
}

.hero-container h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}


.material {

  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.material img {
  max-width:35%; /* Adjust the image size */
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
  align-items: center;
  justify-content: space-around;
}

.text{
  width: 40%; /* Adjust the width of the container */
  margin-left: 20px;
  margin-bottom: 20px;

}

.text h2{
  padding: 20px 0;
  max-width: 600px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 30px;
}

.text p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
    margin: 0;
    box-sizing: border-box;
    font-size: 18px;
}

.text ul{
  list-style: disc;
  padding: 20px;
  font-size: 18px;

}

.text li{
  margin-bottom: 20px;
}

.text3 h2{
  width: 50%;
  padding: 20px 80px;
  max-width: 600px;
  font-weight: 400;
  margin: 0;
  font-size: 30px;
}

.text3 p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
    margin: 0;
    padding: 0 40px;
    font-size: 18px;
    margin-top: 15px;
}

.text4{
  width: 40%; /* Adjust the width of the container */
  margin-left: 20px;
  margin-bottom: 20px;
  height: 60vh;

}

.text4 h2{
  padding: 20px 0;
  max-width: 600px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 36px;
}

.text4 p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
    margin: 0;
    box-sizing: border-box;
    font-size: 18px;
}

.text4 ul{
  list-style: disc;
  padding: 20px;
  font-size: 18px;

}

.text4 li{
  margin-bottom: 20px;
}

.text5{
  width: 40%; /* Adjust the width of the container */
  margin-left: 20px;
  margin-bottom: 20px;
  height: 100vh;

}

.text5 h2{
  padding: 20px 0;
  max-width: 600px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 36px;
}

.text5 p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
    margin: 0;
    box-sizing: border-box;
    font-size: 18px;
}

.text5 ul{
  list-style: disc;
  padding: 20px;
  font-size: 18px;

}

.text5 li{
  margin-bottom: 20px;
}

.dm-container{
  width: 100%;
  justify-content:  center;
  align-items: stretch;
        flex-wrap:  wrap;
  padding: 20px;
  display: inline-flex;

}

.feature {
    text-align: center;
    max-width: 300px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fffafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon {
    display: inline-block;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    font-size: 40px;
}

.feature p{
  text-align: justify;
}

.dm-container-abt{
  max-width: 100%;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px;
  display: inline-flex;

}

.feature-abt {
    text-align: center;

    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}


.feature-abt > div {
    display: flex;
    justify-content: space-between; /* Spread child elements horizontally */
  }

.feature-abt1 {
    text-align: center;
    width: 175px;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.feature-abt1 > div {
  display: flex;
  justify-content: space-between; /* Spread child elements vertically */

}

.icon-abt {
    display: inline-block;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    font-size: 40px;
}

.contact-bg{
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    background-image: url('../img/image41.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading {
  font-size: 2rem;
  text-transform: uppercase;
  color: #1f1500;
  padding: 0.4rem 0;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
}

.subheading{
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #1f1500;
}

.contact-body{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}
.contact-info{
    margin: 1rem 0;
    text-align: center;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-info span{
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    flex-direction: column;
}
.contact-info div{
    margin: 0.8rem 1rem;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-info span .fas{
    font-size: 2rem;
    padding-bottom: 0.9rem;
    color: #3d2a00;
    margin-bottom: 0.5rem;
}
.contact-info div span:nth-child(2){
    font-weight: 500;
    font-size: 1.1rem;
    text-align: center;
    color: #1f1500;
}
.contact-info .text{
    padding-top: 0.4rem;
    white-space: nowrap;
    text-align: justify;
}

.contact-form{
    width: 60%;
    padding: 2rem 0;
    border-top: 1px solid #c7c7c7;
    text-align: center;
    align-items: center;
    margin: auto;
}
.contact-form form{
    padding-bottom: 1rem;
}
.form-control{
    width: 100%;
    border: 1.5px solid #c7c7c7;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0.7rem;
    margin: 0.6rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    outline: 0;

}
.form-control:focus{
    box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}
.contact-form form div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
}
.send-btn{
  width: 100%;
  background-color: #8a5e01;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;

}
.send-btn:hover{
  background-color: #a3771a;
  color:white;
}

footer {
    background: linear-gradient(to right, black, #45a899);
    color: white;
    margin-top: auto;
    padding: 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
    justify-content: space-between;
}

.footer-col {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 20px; /* Add margin at the bottom for spacing between columns on smaller screens */
}

ul {
    list-style: none;
    padding: 0;
}

a {
    color: white;
    text-decoration: none;
}

.footer-col a {
    color: white;
    text-decoration: none;
    display: block;
    font-size:15px;
    margin-bottom: 12px;
}

.social-links {
    text-align: center;
}

.social-icon {
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
}

.copyright {
    text-align: center;
    margin: 0;
}

#boxes{
  margin-top:20px;
}

/* Responsive Styling */
@media screen and (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo {
        margin-bottom: 10px;
    }

    nav {
        width: 100%;
        padding:50px;
    }

    nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul li {
        margin-right: 0;
        margin-bottom: 10px;
        padding:20px;
    }


    .footer-col {
        flex: 1 0 100%; /* Take up 100% width on smaller screens, don't shrink */
        margin-right: 0;
    }
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 700px; /* Set the height of the carousel */
    overflow: hidden;
}

.carousel-slide {
    display: none;
}

.carousel-slide img {
    width: 100%;
    height: 812px;
    align: center;
}


.overlay {
    position: absolute;
    top: 28%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
}

.overlay h2 {
  margin-top:100px;
  color: #f3eaed;
  font-size: 55px;
  margin-bottom: 20px;
}

.overlay p {
    font-size: 15px;
    margin-bottom: 10px;
    color:#2a1c21;
    font-weight:bold;
}

/*.overlay a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}*/

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}


.email-info {
    background: radial-gradient(circle,#ffe8ab, #fff3d5);
    padding: 5px;
    text-align: center;
    color: #191404; /* Dark Navy Blue Font Color */
    font-size: 16px; /* Font Size set to 14 pixels */
    font-weight: bold;
    margin-top: auto;
}

/*
main.about-us {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.text-column {
    flex: 1;
    max-width: 65%;
}

.image-column {
    flex: 0 0 30%;
}

.image-column img {
    width: 100%;
    height: auto;
}
*/



table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background: linear-gradient(to right, #001f3f, #003366); /* Navy Blue Gradient */
    color: #ffffff; /* White text */
    cursor: pointer;
}

tr:nth-child(even) {
    background-color: #f2f2f2; /* Light Gray for even rows */
}

tr:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows */
}

tr:hover {
    background-color: #ddd; /* Gray on hover */
}
