body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    background-color: #1f5f0a;
    background-image: url("https://www.transparenttextures.com/patterns/xv.png");
    background-size: 180px;
}

a.button {
    padding: 5px 15px;
    background: #ffb900;
    border-radius: 2px;
    text-decoration: none;
    color: #18284b !important;
    font-weight: 600;
    position: relative;
    height: 25px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    box-shadow: 2px 2px 6px #000;
}

a.button:hover {
    background: #19451d;
    color: #fff !important;
    box-shadow: 2px 2px 0px 3px #000;
}

/* Navigation Styles */
nav {
    display: flex;
    position: fixed;
    width: 100%;
    /* max-width: 1080px; */
    /* height: 5vh; */
    justify-content: space-around;
    align-items: center;
    /* padding: 1rem; */
    background-color: #16320c;
    color: white;
    box-shadow: 0 0 10px #000;
    transition: 0.2s;
    z-index: 2;
}


nav .brand {
    font-size: 1.5rem;
    width: 100%;
    height: 130px;
}

nav .brand a {
    color: #fff;
    /* list-style: none; */
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

nav .brand a img {
    height: 80px;
    background: #fbfbfb;
    padding: 20px;
    border-radius: 5px;
    margin: 5px;
}

nav .menu {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
}

nav .menu li {
    margin-left: 1rem;
    display: flex;
    justify-content: center;
}

nav .menu a {
    color: white;
    text-decoration: none;
}

.hamburger {
    display: none;
    cursor: pointer;
}

/* Header Styles */
header {
    position: relative;
    /* Ensure the header is a positioned container */
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    /* Hide overflow content */
    z-index: 0;
}

header img {
    position: absolute;
    /* Position absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* Ensure the image covers the header */
    object-fit: cover;
    /* Maintain aspect ratio and cover the header */
    object-position: center;
    z-index: 0;
    /* Move the image behind other content */
    filter: brightness(0.3);
}

header .container {
    max-width: 1080px;
    z-index: 1;
}

header h1 {
    font-size: 2rem;
    text-shadow: 0 0 5px #000;
}

header a {
    color: #ffb900;
    font-weight: 700;
}

header a:hover {
    color: #c2212a;
}

header p {
    text-shadow: 0 0 5px #000;
}

/* Section Styles */
section {
    padding: 2rem;
    max-width: 920px;
    width: 920px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#background-div {
    background-color: hsl(0deg 0% 0% / 50%) !important;
    color: #fff;
    /* width: 100vw; */
    /* max-width: 1080px; */
}

#background-div ul {
    padding: 0;
    text-align: justify;
}

#background-div strong {
    font-weight: 800;
    color: #ffb900;
}

.about,
.features {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about div{
    width: 100%;
    margin: 1%;
}

.about img {
    max-width: 50%;
    margin-right: 1rem;
    box-shadow: 2px 2px 3px #000;
}

.features img {
    max-width: 50%;
    margin-left: 1rem;
    box-shadow: 2px 2px 3px #000;
    filter: brightness(0.95);
}

.about .content,
.features .content {
    max-width: 50%;
    font-size: 14px;
    text-align: left;
}

.about p {
    text-align: justify;
}

.about ul li {
    list-style: disc;
    margin-left:12px;
}

h2 {
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.services {
    transition: 0.2s;
    text-align: center;
    background: #0000004f;
    box-shadow: 0 0 5px 1px;
}

.services p{
    color:#fff;
}

.services .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .card {
    flex: 1 1 30%;
    margin: 1rem;
    padding: 1rem;
    border-radius: 4px;
    transition: 0.2s;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
}

.services .card:hover {
    transition: 0.2s;
    background: #16320c;
    color: #fff;
}

.services .card h3 {
    color: #ffb900;
}


.gallery {
    transition: 0.2s;
    text-align: center;
    background: #0000004f;
    box-shadow: 0 0 5px 1px;
}

.gallery img {
    width: 22%;
    margin: 1%;
    box-shadow: 2px 2px 3px #000;
    transition: 0.2s;
    height: 200px;
    object-fit: cover;
}

.gallery img:hover {
    box-shadow: 0px 0px 17px 5px #000;
}

.testimonials-background {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
}

.testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    box-shadow: 2px 2px 3px #000;
    border-radius: 50%;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.slide .quote-icon {
    font-size: 30px;
    color: #c5d4ff;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

/* swiper button css */
.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #4070f4;
}

@media screen and (max-width: 768px) {}


.contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    transition: 0.2s;
    text-align: center;
    background: #0000004f;
    box-shadow: 0 0 5px 1px;
}

/* Footer Styles */
footer {
    background-color: hsl(0deg 0% 0% / 75%) !important;
    color: white;
    text-align: center;
    width: 100%;
    /* max-width: 1080px; */
    padding-block: 1rem;
}

footer i {
    background: #ffb900;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #16320c;
}

@media (max-width: 1024px) {
    nav .brand {
        width: 85%;
    }

    .services .card {
        flex: 1 1 45%;
    }

    .gallery img {
        width: 47%;
    }

    section {
        width: none;
        padding: 2rem;
        max-width: 1080px;
        width: auto;
        margin-left: 0;
        transform: none;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
        width: 15%;
        z-index: 10;
        align-items: center;
    }

    .menu .hamburger {
        width: 0;
        position: absolute;
        bottom: 50px;
    }

    nav {
        position: fixed;
        width: 100vw;
        padding: 5%;
        top: 0;
        flex-direction: column;
        height: auto;
        z-index: 1;
    }

    nav>div {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    nav .menu {
        flex-direction: column;
        display: flex;
        width: 100vw;
        height: 100vh;
        background-color: #0f2109;
        position: absolute;
        top: -1rem;
        left: 100%;
        z-index: 5;
        transition: 1s;
        justify-content: center;
        align-content: center;
    }

    nav .menu.active {
        top: -1rem;
        left: 0;
    }

    nav .menu li {
        margin: 0;
        text-align: center;
        padding: 1rem 0;
    }

    header {
        margin-top: 40px;
        max-height: 100vh;
    }

    .about,
    .features {
        flex-direction: column;
    }

    .about img,
    .features img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .about .content,
    .features .content {
        max-width: 100%;
    }

    .features img {
        margin-top: 20px;
    }

    .services .card {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    .gallery img {
        width: 100%;
        margin: 0.5rem 0;
    }

    .testimonial {
        width: 100%;
    }

    .slide p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none !important;
    }
}


.email-form {
    background-color: #234816;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 600px;
    margin: auto;
    margin-top: 30px;
}

.email-form h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-form .form-row {
    margin-bottom: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus
.contact-form input[type="message"]:focus {
    outline: none;
    border-color: #47b2e4;
}

.contact-form .submit-button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #ffb900;
    color: #18284b;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 2px 2px 6px #000;
}

.contact-form .submit-button:hover {
    background-color: #216828;
    color: white;
    box-shadow: 2px 2px 0px 3px #000;
}

/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000 !important;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #dddddd;
    box-shadow: #000000 0px 0px 5px;
    background: #fff;
    width: 100%;
    accent-color: #216828 !important;
    padding: 8px 12px !important;
    border-radius: 4px;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}