:root {
    --primary: #356c32;
    --blue:#00005a;
}

body {
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background: linear-gradient(to bottom, #e0f1ff, transparent);
}
.txst{
    min-height:600px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.txst h1{
    font-size:50px;
    font-weight:bold;
}
@media screen and (max-width:768px){
    .txst{
        min-height:50vh;
    }
    .txst h1{
        font-size:40px;
    }
}

.navbar-nav a{
    transition:300ms;
    font-size: 18px;
    font-weight: 700;
}
.bg-blue{
    background-color:var(--blue);
    color:white;
}
.bxer{
    background-color:var(--blue);
    padding:30px;
}
.navbar-nav a:hover{
        padding-bottom: 6px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
    text-decoration-color: #000;
    color:#000 !important;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: var(--primary);
}

.navbar-brand img {
    width: 100px;
}

.nav-link {
    color: #000 !important;
    margin-right: 1rem;
    font-weight: 500;
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.carousel-caption h1 {
    font-size: 100px;
    font-weight: bold;
    color: var(--primary);
}

.carousel-caption p {
    font-style: italic;

}

.green-box {
    background-color: var(--primary);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 40px auto;
    width: fit-content;
}

section {
    padding: 60px 0;
}

.section-title {



    font-family: 'Playfair Display', serif;
}

.team-card {
    text-align: center;
    background-color: #0e1b2c;
    color: white;
}

.team-card h5 {
    margin-top: 10px;
    color: #d3af6e;
}

.footer {
    background-color: #0e1b2c;
    color: white;
    padding: 40px 0;
}

.footer a {
    color: #d3af6e;
}

.btn-dark-outline {
    background: none;
    border: 2px solid #000;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-area {
    background-color: var(--primary);
    color: white;
    padding: 40px;
    text-align: center;
}

.carousel-caption {
    left: 0;
    right: 0;
    background: linear-gradient(to top, #ffffff, transparent);
    bottom: 0;
    top: 0;
    padding-bottom: 54px;
    display: flex !important;
    justify-content: center;
    align-items: end;
}

.carousel-control-next {
    right: 40px;
}

.carousel-control-prev {
    left: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 60%;
    bottom: auto;
    background-color: black;
    opacity: 1;
    width: auto;
    padding: 20px;
    border-radius: 50%;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: var(--primary);
}

.text-primary {
    color: var(--primary) !important
}

.sdd {
    box-shadow: 30px 30px 0 black;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.our-project {
    padding: 50px;
    padding-right: 150px;
    color: white;
}

.projects {
    transform: translateX(-100px) translateY(100px);
    width: 700px;
}

body {
    overflow-x: hidden;
}

.whatwedo {
    margin-top: 200px;
}

.whatwe {
    max-width: 800px;
    margin: auto;
    margin-top: -180px;
    margin-bottom: 50px;
}

.whatwe {
    background-color: var(--primary);
    color: white;
    padding: 50px;
    border-radius: 8px;
}

.wx {
    border-left: 6px solid white;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.item {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 4fr;
    border: 5px solid lightgray;
    padding: 20px;
    background-color: white;

}

.item img {}

.item p {
    margin-bottom: 0;
    font-size: 14px;
}

.xre {
    max-width: 800px;
    margin: auto;
}

.form-area {
    background-image: url('../images/footer.jpg');
    background-size: cover;
    background-position: bottom;
    padding: 100px 0;
}

.formmx {
    max-width: 500px;
    padding: 30px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.716);
    text-align: left;
}

form input,
form textarea {
    border-radius: 0 !important;
    /* Remove rounded corners */
    box-shadow: none !important;
    /* Remove any box shadow */
    border: 1px solid #ccc !important;
    /* Light border */
    transition: border-color 0.3s ease;
    /* Smooth border color change */
}

form input:focus,
form textarea:focus {
    border-color: #007bff !important;
    /* Bootstrap primary blue on focus */
    box-shadow: none !important;
    /* Remove focus shadow */
    outline: none;
    /* Remove default outline */
    background-color: #fff;
    /* Keep background white */
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    width: 100%;
}

.navbar-brand {
    font-size: 40px;
}

.navrr {
    position: relative;
    z-index: 999;
    padding: 0;
}

#heroCarousel {
    margin-top: -100px;
}

.hero-section {
    margin-top: -100px;
}

.hero-section video {
    width: 100%;
}

.banner {
    background-size: cover;
}

.banner h1 {
    font-weight: bold;
    font-size: 60px;
    color: white;
}
@media screen and (max-width:768px){
    .banner h1{
        font-size:36px;
    }
    .hero-section{
        margin-top:20px;
    }
    .bg-{
        padding:0;
    }
    .sdd{
        margin-top:30px;
    }
    .nopad{
        padding:0;
    }
    .our-project{
        padding:35px 20px !important;
    }
    .projects{
        transform:none;
        margin-top:15px;
    }
    .whatwedo,.whatwe{
        margin-top:0;
    }
    .wx{
        margin-top:30px;
    }
    .item{
        grid-template-columns:1fr;
        text-align:center;
        height:100%;
    }
    .item img{
        width:60px;
    }
    .form-area{
        padding:30px 0;
    }
    .fcd{
            flex-direction: column;
            gap:11px
    }
    html,body{
        overflow-x:hidden;
    }
    .cf{
        padding:20px !important;
        margin-top:20px;
    }
    
}