/********** Template CSS **********/

:root {
    --primary: #083427;
    --secondary: #936133;
    --light: #F6FFF2;
    --dark: #263A4F;
}

.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .7s;
}
@media screen and (min-width: 1000px) and (max-width: 1030px) {
    .navbar-dark .navbar-nav .nav-link{
            font-size: 10px !important;
    }

}
.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--secondary);

}

/* ===== Navbar Language Icons Styling ===== */
.navbar .d-flex a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.navbar .d-flex a i {
    font-size: 1.1rem;
    margin-right: 6px;
    color: #8b5e34;
    transition: color 0.3s ease;
}

.navbar .d-flex a:hover {
    color: #e9f6ef;
}

.navbar .d-flex a:hover i {
    color: #2e8b57;
}

.navbar .d-flex a+a {
    margin-left: 14px;
}

.navlogo {
    margin: -4rem;
    height: 9rem;
    margin-left: 1rem;
}

@media (max-width: 992px) {
    .navbar .d-flex {
        margin-top: 10px;
        justify-content: center;
    }

}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px;
    }

    .bgContent {
        margin-top: 0 !important;

    }

}
@media (min-width: 991.98px) {
    .navbar-collapse.navvv {       
        margin-left: -18rem ;
    }  
     .navbar-collapse.navvv [dir=rtl]{       
        margin-left: 0 ;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
        font-size: 0.7rem;
    }

    .chooseImg {
        height: 15rem !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;

    }

    .navbar-nav {
        padding-left: 6rem;
    }

    .navbar .navbar-brand.d-lg-none img {
        height: 8rem !important;
    }

    .display-1 {
        font-size: 1rem;
    }

    .bgContent {
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .bannerDiv {
        height: 366px !important;
    }

    .hero {
        padding: 2rem 0 !important;
    }

    .footerdiv {
        padding: 2rem 0 !important;
    }

    .navbar .lang-switch {

        right: 1rem !important;
        bottom: 0.2rem !important;
    }

    .blog-single {
        padding: 0px !important;

    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .backbtn {
        width: 11.7rem;
        margin: 1rem 0;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
    }

    .bg-hero {
        background: url(../webImg/background.png) top right no-repeat;
        background-size: cover;
        background-position: 0%;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }


}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }

}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .header_h3 {
        font-size: 1.7rem;
    }

    .bgContent {
        margin-left: 2rem;
    }

    .greenbgwithouthover {
        padding: 2rem;
    }

    .ServiceDiv {
        background-color: red;
    }

}

.bg-vegetable {
    background: #083427;
    background-size: contain;
}

.bg-fruit {
    background: #936133;
    background-size: contain;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(#936133, #936133);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.ServiceDiv:hover {
    background-color: #083427 !important;
    color: white !important;
    transition: ease all 700ms;
}

.ServiceDiv:hover h4 {
    color: white !important;
}

.ServiceDiv:hover p {
    color: white !important;
}



.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: #083427;
    background-size: contain;
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(52, 173, 84, .7);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgb(8 52 39));
    z-index: 1;
}

.bg-footer {
    background: #083427, url(../img/footer.png) center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}

/* custom css */
.greenColor {
    color: #083427;
}

.brownColor {
    color: #936133;
}

.fontsize {
    font-size: 1.5rem;
}

.greenbg {
    background-color: #083427;
    border: none;
}

.greenbgwithouthover {
    background-color: #083427;
    border: none;
}

.greenbg:hover {
    background-color: #936133;
    border: none;
    color: #fff;
}

.brownbg {
    background-color: #936133;
    border: none;
}

.brownbgwithouthover {
    background-color: #936133;
    border: none;
}

.brownbg:hover {
    background-color: #083427;
    border: none;
}

.bgContent {
    text-align: start;
    margin-top: -7rem;
    margin-right: 15rem;
    max-width: 900px;

}

.lightgreen {
    background: #5c795c33;
    border: none;
    border-radius: 1rem
}

.lightgreen:hover {
    background-color: #936133;
    color: white;
}

.lightbrown {
    background-color: #936133;
    border: none;
    border-radius: 1rem;
}

.lightbrown:hover {
    background: #5c795c33;
    color: white;
}

.borderprimary {
    border-color: #083427 !important;
}

.about_P {
    color: #3e3e3ecf;
    font-weight: 600;
}

.icn {
    font-size: 1.3rem;
}

.chooseImg {
    height: 20rem;
    width: 30rem;
}

.projects-alt {
    padding: 50px 0;

}

.projects-alt .container {
    max-width: 1140px;
    margin: auto;
    padding: 0 16px;
}

.projects-alt__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px;
}

.eyebrow {
    color: #2e8b57;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: .85rem;
}

.title {
    color: #8b5e34;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    margin: 0 0 10px;
}

.subtitle {
    color: #6b6b6b;
    margin: 0 auto;
    font-size: 1rem;
}

.projects-alt__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

@media (max-width: 992px) {
    .projects-alt__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .projects-alt__grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Card ===== */
.proj-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    border: 1px solid rgba(15, 59, 47, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}

.proj-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, #8b5e34, #2e8b57);
    transform: translateY(4px);
    opacity: 0;
    transition: .25s ease;
}

.proj-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
    border-color: rgba(15, 59, 47, .14);
}

.proj-card:hover::before {
    transform: translateY(0);
    opacity: 1;
}

.icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    background: #e9f6ef;
    color: #8b5e34;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 24px;
}

.proj-title {
    margin: 0 0 6px;
    color: #2b2b2b;
    font-weight: 800;
    font-size: 1.05rem;
}

.proj-desc {
    color: #6b6b6b;
    font-size: .95rem;
    line-height: 1.5;
    margin: 0 0 14px;
}

.proj-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #2e8b57;
    text-decoration: none;
}

.proj-link i {
    font-size: .9rem;
    transition: transform .25s;
}

.proj-link:hover i {
    transform: translateX(4px);
}

.testi {
    padding: 30px 0;
    background: linear-gradient(180deg, #ffffff, #f7f8f7);
}

.testi .container {
    max-width: 1140px;
    margin: auto;
    padding: 0 16px;
}

.testi-head {
    text-align: center;
    margin-bottom: 28px
}

.testi .eyebrow {
    color: #2e8b57;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin: 0 0 6px
}

.testi .title {
    color: #8b5e34;
    font-size: clamp(26px, 4vw, 38px);
    margin: 0
}

/* ===== Card ===== */
.testi-card {
    background: #fff;
    border: 1px solid rgba(15, 59, 47, .08);
    border-radius: 18px;
    padding: 26px 24px;
    height: 100%;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
}

.testi-quote {
    color: #2e8b57;
    font-size: 20px;
    margin-bottom: 10px
}

.testi-text {
    color: #2b2b2b;
    line-height: 1.65;
    margin: 0 0 14px
}

.testi-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 12px
}

.testi-id {
    display: flex;
    align-items: center;
    gap: 10px
}

.testi-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e9f6ef;
    color: #8b5e34;
    font-weight: 800
}

.testi-name {
    font-weight: 800;
    color: #2b2b2b
}

.testi-role {
    font-size: .9rem;
    color: #8b5e34;
    font-weight: 600
}

.testi-stars i {
    color: #f2b01e;
    margin-left: 2px
}

/* ===== Owl arrows/dots ===== */
.testi .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin: 0 6px;
    background: #0f3b2f !important;
    color: #fff !important;
    display: grid;
    place-items: center;
    font-size: 16px
}

.testi .owl-carousel .owl-nav button span {
    font-size: 18px;
    line-height: 1
}

.testi .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #cfd7d3;
    margin: 5px;
    border-radius: 999px;
    display: block
}

.testi .owl-carousel .owl-dots .owl-dot.active span {
    background: #2e8b57;
    width: 18px
}


.testi .owl-nav {
    display: flex;
    gap: 20px;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.testi .owl-nav .owl-prev,
.testi .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.testi .owl-nav .owl-prev:hover,
.testi .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.blogs {
    height: 22rem;
}

.blogImg {
    width: 100%;
}

/* ====== VISION & MISSION SECTION ====== */


.vision-mission .container {
    max-width: 1140px;
    margin: auto;
    padding: 0 16px;
    text-align: center;
}

.section-head {
    margin-bottom: 40px;
}

.eyebrow {
    color: #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 8px;
}

.title {
    color: #8b5e34;
    font-size: clamp(28px, 4vw, 38px);
    margin-bottom: 12px;
}

.subtitle {
    color: #666;
    font-size: 1rem;
    max-width: 680px;
    margin: 0 auto;
}

/* ====== Grid Layout ====== */
.vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

@media (max-width: 768px) {
    .vm-grid {
        grid-template-columns: 1fr;
    }

    .greenbgwithouthover {
        padding: 2rem;
    }
      .ceoImg img {
        width: 100% !important;
        height: 0 !important;
        height: 50% !important;
        border: none !important;

    }
    .footdiv{
    padding: 0 8% !important;
}
}

/* ====== Card Styling ====== */
.vm-card {
    background: #fff;
    border: 1px solid rgba(15, 59, 47, .08);
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
    transition: all .3s ease;
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .1);
}

.vm-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9f6ef;
    color: #8b5e34;
    font-size: 30px;
}

.vm-title {
    color: #2b2b2b;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.vm-text {
    color: #555;
    line-height: 1.6;
    font-size: .97rem;
}

.svc-flow {
    padding: 72px 0;
}

.svc-flow .container {
    max-width: 1140px;
    margin: auto;
    padding: 0 16px;
    text-align: center;
}

.svc-flow__head {
    max-width: 760px;
    margin: 0 auto 34px;
}

.svc-eyebrow {
    color: #2e8b57;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin: 0 0 6px;
    font-size: .85rem;
}

.svc-title {
    color: #8b5e34;
    font-size: clamp(26px, 4vw, 38px);
    margin: 0 0 8px;
}

.svc-subtitle {
    color: #6b6b6b;
    margin: 0
}

/* ===== Steps Grid ===== */
.svc-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 22px;
}

@media (max-width:992px) {
    .svc-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}
.ceoImg {
    /* height: 40rem !important; */
}
@media (max-width:576px) {
    .svc-steps {
        grid-template-columns: 1fr;
    }

  
}

/* connector line on desktop */
@media (min-width:993px) {
    .svc-steps::before {
        content: "";
        position: absolute;
        top: 54px;
        left: 12.5%;
        right: 12.5%;
        height: 2px;
        background: rgba(15, 59, 47, .15);
    }
}

/* ===== Step Card ===== */
.svc-step {
    background: #fff;
    border: 1px solid rgba(15, 59, 47, .08);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    position: relative;
    text-align: left;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.svc-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
    border-color: rgba(15, 59, 47, .18);
}

.svc-step__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e9f6ef;
    color: #8b5e34;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 12px;
}

.svc-step__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0f3b2f;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: .9rem;
}

.svc-step__title {
    margin: 0 0 6px;
    color: #2b2b2b;
    font-weight: 800;
    font-size: 1.05rem;
}

.svc-step__text {
    margin: 0;
    color: #6b6b6b;
    line-height: 1.6;
    font-size: .95rem;
}

/* ===== CTA ===== */
.svc-cta {
    margin-top: 26px;
}

.svc-btn {
    display: inline-block;
    background: #0f3b2f;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.svc-btn:hover {
    opacity: .92;
    background-color: #8b5e34 !important;
    color: white;
    transition: all ease 400ms;
}

.contactbtn {
    border-radius: 2rem;
    background: transparent;
    border: 1px solid #8dbdaf;
}

.contactbtn:hover {
    background-color: #8b5e34;
    color: white;
    transition: ease all 500ms;
    border: none;
}

/* contact icn */
.container-fluid1 .bg-primary.h-100.p-5,
.container-fluid1 .bg-secondary.h-100.p-5 {

    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}
.contactInput1 {
    height: 52px !important;

}

.container-fluid1 textarea.form-control {
    min-height: 120px;

}
.contactform1 {
    width: 56px;
    height: 56px;
    min-width: 56px;
}
.bg-secondary .ps-3 h5 {
    margin-bottom: 2px;
}

.bg-secondary .ps-3 span {
    opacity: .95;
}
.container-fluid1 .bg-primary.h-100.p-5 form .row.g-3>.col-6 {
    width: 100%;
}
.contact1{
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .container-fluid1 .bg-primary.h-100.p-5 form .row.g-3>.col-6 {
        width: 50%;
    }
}
@media (max-width: 576px) {

    .container-fluid1 .bg-primary.h-100.p-5,
    .container-fluid1 .bg-secondary.h-100.p-5 {
        padding: 20px !important;
    }

    .container-fluid1 .row.g-0 {
        gap: 16px;
    }
}
.container-fluid1 .btn.btn-secondary.w-100 {

    font-weight: 700;
}
/* single blog */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

.blog-single {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #ffffff, #f7f8f7);
    color: #2b2b2b;
}

.blog-hero {
    background: #0f3b2f;
    border-radius: 18px;
    padding: 34px 24px;
    margin-top: 18px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.blog-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, #8b5e34, #2e8b57);
    opacity: .9;
}

.blog-title {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.2;
    font-weight: 800;
}

.blog-meta {
    margin: 0;
    color: #e9f6ef;
    font-weight: 600;
    letter-spacing: .02em;
    opacity: .9;
}

.cover {
    margin: 16px 0 28px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 59, 47, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.blogImg {
    width: 100%;
    height: 21rem;
    display: block;
    transform: scale(1.001);
    transition: transform .35s ease;
}

.cover:hover .blogImg {
    transform: scale(1.02);
}

.content {
    background: #fff;
    border: 1px solid rgba(15, 59, 47, .08);
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}

.content p {
    color: #2b2b2b;
    line-height: 1.75;
    font-size: 1.02rem;
    margin: 0 0 14px;
}

.content h3 {
    margin: 18px 0 8px;
    color: #8b5e34;
    font-weight: 800;
    font-size: 1.25rem;
    position: relative;
}

.content h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 48px;
    height: 3px;
    background: #2e8b57;
    border-radius: 2px;
}

@media (max-width: 576px) {
    .blog-hero {
        padding: 26px 18px;
    }

    .content {
        padding: 18px 16px;
    }
}

/* singleService */
.service-modern {
    padding: 80px 0;
    background: #ffffff;
    color: #1a1a1a;
}

.service-modern .service-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f3b2f;
    margin-bottom: 10px;
}

.service-modern .subtitle {
    font-size: 1.1rem;
    color: #8b5e34;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-modern .description {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}

.main-image img {
    height: 25rem;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.thumb-gallery img {
    width: 24%;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumb-gallery img:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.tags span {
    display: inline-block;
    background: #e9f5ee;
    color: #0f3b2f;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 25px;
    margin-right: 6px;
    border: 1px solid #2e8b57;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-grid h6 {
    font-weight: 700;
    color: #8b5e34;
    margin-bottom: 5px;
}

.info-grid p {
    color: #444;
    font-size: 0.95rem;
    margin: 0;
}

.btn-learn {
    display: inline-block;
    background: #0f3b2f;
    color: #fff;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-learn:hover {
    background: #2e8b57;
}

@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .service-modern .service-title {
        font-size: 1.7rem;
    }
}

/* Content blocks */
.svc-block {
    margin: 18px 0
}

.svc-head {
    color: #8b5e34;
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px
}

.svc-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.svc-list li {
    position: relative;
    padding-left: 26px;
    margin: 8px 0;
    color: #333;
    line-height: 1.6
}

.svc-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2e8b57;
    font-weight: 700
}

/* contact */
.map {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.map iframe {
    height: 19rem;
    width: 82%;
}

.newsdiv {
    height: 24em;
}

.seemoreBtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

/* wp icn */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background-color: #25D366;
    color: #fff;
    font-size: 26px;
    line-height: 55px;
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    color: #fff;
}

.whatsapp-float i {
    vertical-align: middle;
}

.whatsapp-float::after {
    content: attr(title);
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.whatsapp-float:hover::after {
    opacity: 1;
}

/* investment  */

.OurPartner {
    padding: 20px 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.PartnerH3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #083427 !important;
}

.parner {
    overflow: hidden;
    position: relative;
    height: 120px;
}

.partnercompanies {
    display: flex;
    width: calc(250px * 10);
    animation: scroll 25s linear infinite;
}

.ImgDiv {
    height: 120px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PartnerImg {
    max-height: 100px;
    max-width: 200px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* faq */
.faq-section {
    max-width: 820px;
    margin: 26px auto;
    padding: 0 16px;
}

.faq-head {
    text-align: center;
    margin-bottom: 18px;
}

.faq-head h2 {
    margin: 0;
    font-weight: 800;
    font-size: clamp(24px, 4vw, 32px);
}

.faq-head .sub {
    margin: 6px 0 0;
    font-weight: 600;
    font-size: .95rem;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    overflow: hidden;
}

/* Header button */
.faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 0;
    cursor: pointer;
    text-align: left;
}

.faq-q {
    color: #222;
    font-weight: 700;
    font-size: 1rem;
}

.faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 2px var(--green-600);
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: var(--green-600);
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease;
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Panel */
.faq-panel {
    padding: 0 20px 0;
    color: #936133;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    border-top: 1px solid var(--border);
}

/* Expanded state */
.faq-toggle[aria-expanded="true"]+.faq-panel {
    padding: 16px 20px 18px;
    max-height: 260px;
}

.faq-toggle[aria-expanded="true"] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    /* turn into minus */
}

.faq-toggle:focus-visible {
    outline: 3px solid rgba(46, 139, 87, .35);
    outline-offset: 3px;
}

/* Hover hint */
.faq-toggle:hover .faq-q {
    color: var(--green)
}
/* single investment */
.text-brown {
    color: #8b5e34;
}
.investment-details ul li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #2f3e33;
}
.investment-details ul li strong {
    color: #0f3b2f;
}
.btn-success {
    background-color: #0f3b2f;
    border: none;
}

.btn-success:hover {
    background-color: #236144;
}

.btn-outline-secondary {
    color: #8b5e34;
    border-color: #8b5e34;
}

.btn-outline-secondary:hover {
    background-color: #8b5e34;
    color: #fff;
}

.investImg {
    height: 29rem;
}

.factsdiv {
    width: 60px !important;
    height: 60px !important;
}

.bannerDiv {
    height: 300px;
}

.featureDiv {
    width: 60px;
    height: 60px;
}

.newDiv {
    max-width: 500px;
}

.newcontent {
    background: #083427
}

.BlogDiv {
    max-width: 500px;
}

.imgblog {
    width: 75px;
}

.contactDiv {
    max-width: 500px;
}

.contactInput {
    height: 55px;
}

.contactform {
    width: 60px;
    height: 60px;
}

.Explore {
    font-weight: 600;
}

/* ========= Language Switch ========= */

.navbar .lang-switch {
    gap: 12px;
    position: absolute;
    right: 4rem;

}

.navbar .lang-switch a {
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.navbar .lang-switch a:hover {
    color: #8b5e34 !important;
    transition: ease all 600ms;
}


@media (min-width: 992px) {
    .navbar>.lang-switch {
        display: flex !important;
    }

    .navbar-collapse .lang-switch {
        display: none !important;
    }
}


@media (max-width: 991.98px) {
    .navbar>.lang-switch {
        display: none !important;
    }

    .navbar-collapse .lang-switch {
        display: flex !important;
        justify-content: flex-start;
        padding: 1rem;
    }
}

.navbar .lang-switch i {
    font-size: 1rem;
    opacity: .95;
    color: #8b5e34;
}

.pre-animate {
    opacity: 0;
}

[hidden] {
    display: none !important;
}

.navvv {
    margin-left: -19rem;

}
.ceo {
    margin-top: -1.8rem !important;
}

.footerdiv {
    display: flex;
    flex-direction: row-reverse;
}

/* faq */

/* ===== HERO ===== */
.hero {
    background: linear-gradient(180deg, #f7faff, transparent);
    border-bottom: 1px solid var(--border);
    padding: 60px 125px 40px;
}

.hero h1 {
    margin: .2rem 0 1rem;
    font-size: clamp(28px, 4.8vw, 46px);
    line-height: 1.05;
}

.hero .lead {
    max-width: 760px;
    color: #4a5568
}

.breadcrumb {
    font-size: .9rem;
    color: #6b7280;
    margin-top: 8px
}

.breadcrumb a {
    color: var(--secondary);
    text-decoration: none
}

/* ===== FAQ LAYOUT ===== */
.faq-wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
}

@media (max-width: 980px) {
    .faq-wrap {
        grid-template-columns: 1fr
    }
}

/* Sidebar card */
.faq-side {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    padding: 31px;
}

.faq-side h3 {
    margin: 0 0 10px;
}

.faq-side .mini {
    color: #667
}

.faq-cta {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap
}

.btn1 {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #dfe6f4;
    text-decoration: none;
    font-weight: 800
}

.btn1.primary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    width: 9.5rem;
    text-align: center;
}

.btn1.primary:hover {
    background-color: #fff;
    border: 1px solid #936133;
    transition: ease all 600ms;
    color: #936133;
}

.btn1.light {
    background: #fff;
    color: var(--secondary)
}

.btn1.light:hover {
    background-color: #936133;
    color: white;
    transition: all ease 600ms;
}

/* Controls */
.faq-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px
}

.faq-controls .chip {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #936133;
    color: #fff;
    font-weight: 700;
    border: 1px solid #e5edff;
    cursor: pointer;
}

.faq-controls .chip:hover {
    background-color: #fff;
    border: 1px solid #936133;
    color: #936133;
    transition: all ease 600ms;
}

.faq-controls .chip.active {
    background: #ffe7ec;
    border-color: #ffd1db;
    color: #8a0f2a
}

.faq-controls .tools {
    margin-left: auto;
    display: flex;
    gap: 8px
}

/* Accordion */
.faq {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.faq details {
    border-top: 1px solid var(--border);
    background: #fff
}

.faq details:first-child {
    border-top: 0
}

.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary);
}

.faq .content {
    padding: 0 20px 18px;
    color: #936133
}

.faq details[open] summary {
    color: var(--active)
}

.faq details[open] summary .dot {
    background: var(--active)
}

/* Search bar (optional look) */
.search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e9edf3;
    border-radius: 12px;
    padding: 8px 10px;
    background: #fff;
}

.search input {
    flex: 1;
    border: 0;
    outline: none;
    font-size: .98rem;
    color: #253;
}

.search .sfx {
    font-weight: 800;
    color: #667
}

.searchstyle {
    flex: 1 1 auto;
    max-width: 520px;
}

.controls {
    margin-top: 14px
}

/* ===============================
   Navbar Logo: Desktop + Mobile
   =============================== */
.navbar .navbar-brand.d-lg-none img {
    height: 44px;
    width: auto;
    display: block;
}
@media (min-width: 992px) {
    .navbar .navbar-brand.d-lg-none {
        display: none !important;
    }
    .navlogo {
        display: block !important;
        height: 72px;
        width: auto;
        margin: -10px 0 -10px 12px;
    }
}

@media (max-width: 991.98px) {
    .navlogo {
        display: none !important;
    }
    .navbar {
        align-items: center;
    }

    .navbar-toggler {
        margin-left: auto;
    }
}
.navbar-dark .navbar-nav .nav-link {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: .7s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--secondary);
}
.navbar .d-flex a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: .95rem;
    transition: color .3s ease;
}

.navbar .d-flex a i {
    font-size: 1.1rem;
    margin-right: 6px;
    color: #8b5e34;
    transition: color .3s ease;
}

.navbar .d-flex a:hover {
    color: #e9f6ef;
}

.navbar .d-flex a:hover i {
    color: #2e8b57;
}

.imglogo {
    height: 3rem;
}
.imglogo{
  height: 44px;      /* For Mobile */
  width: auto;
  display: block;
}
@media (min-width: 992px){
  .imglogo{ height: 64px; } /* For desktop */
}
@media (max-width: 991.98px){
  .navbar-nav{ padding-left: 0 !important; }
  .navvv{ margin-left: 0 !important; }
  .navbar-collapse{
    background: var(--primary);
    width: 100%;
    z-index: 1040;               
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .navbar-dark .navbar-nav .nav-link{
    display: block;
    width: 100%;
    padding: 12px 18px;
  }
  .navbar{ align-items: center; }
  .navbar-brand{ margin-right: auto; } 
  .navbar-toggler{ margin-left: auto; }  
}


@media (min-width: 992px){
  .navbar-collapse.navvv{ margin-left: -16rem; } 
}

/*fooooter*/
.footer-logo{
  
}
@media (max-width: 791.98px){
.footer-logo img {
    width: 100% !important;
    height: 100% !important;
}

}
/* .gettouchDiv {
gap: 1rem !important;
} */
[dir="rtl"] .gettouchDiv {
  gap: 1rem !important;
}
.btn .fab {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:hover .fab {
  transform: scale(1.25) rotate(3deg);
}

@media screen and (min-width: 800px) and (max-width: 900px){
.footerlink{
    padding-top: 1rem  ;
}
.footeraboutDiv{
    margin-top: -1rem;
}
}
[dir="rtl"] .gapIcon {
  gap: 0.5rem !important;
}
/* @media screen and (min-width:800px) and (max-width:900) { */
   /* [dir="rtl"] .gettouch_gap{
            gap: 6rem;
    }
 [dir="rtl"]   .popularproject{
        margin-top: 1rem;
    } */
/* } */
/* new css */
/* NEWS LIST DESIGN */
.news-list{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.news-item{
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

.news-media{
  position: relative;
  display: block;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
}

.news-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease;
}

.news-item:hover .news-media img{
  transform: scale(1.08);
}

.news-badge{
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(12, 62, 51, .92); /* قريب من أخضر الهيدر */
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .3px;
}

.news-body{
  padding: 22px 22px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-title{
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
  font-weight: 800;
}

.news-title a{
  color: #0c3e33;
  text-decoration: none;
}

.news-title a:hover{
  text-decoration: underline;
}

.news-excerpt{
  margin: 0 0 14px;
  color: #555;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777;
  font-size: 13px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.news-meta i{
  margin-inline-end: 6px;
}

.news-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.news-share{
  display: flex;
  gap: 10px;
}

.share-btn{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f5f4;
  color: #0c3e33;
  border: 1px solid rgba(12,62,51,.15);
  transition: all .25s ease;
  text-decoration: none;
}

.share-btn:hover{
  background: #0c3e33;
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile tweaks */
@media (max-width: 991px){
  .news-media{ min-height: 220px; }
  .news-body{ padding: 18px; }
  .news-title{ font-size: 20px; }
}
.newsImages{
   height: 21rem;

}
.newbtn{
    border: none;
    background-color: #936133;
}
.newbtn:hover{
    background-color: #083427;
    color: white;
}
.newIcn{
    background-color: #936133;
    color: white;
}
.newtitle{
    color:#936133 !important ;
}
/* investment */
.projects-alt__grid--five{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

/* 3 cards in first row, 2 in second row */
.projects-alt__grid--five .proj-card--new{
  grid-column: span 4;
}

.projects-alt__grid--five .proj-card--new:nth-child(4),
.projects-alt__grid--five .proj-card--new:nth-child(5){
  grid-column: span 6;
}

.proj-card--new{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
}

.proj-card--new:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  border-color: rgba(12,62,51,.20);
}

.proj-card--new .icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12,62,51,.08);
  color: #0c3e33;
  margin-bottom: 14px;
  font-size: 22px;
}

.proj-card--new.is-featured{
  border-bottom: 4px solid #0c3e33;
}

.proj-card--new .proj-title{
  font-weight: 800;
  color: #0c3e33;
  margin-bottom: 8px;
  font-size: 18px;
}

.proj-card--new .proj-desc{
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
}

.proj-card--new .proj-link{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #1b7b52;
  font-weight: 700;
  text-decoration: none;
}

.proj-card--new .proj-link:hover{
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 991px){
  .projects-alt__grid--five .proj-card--new{
    grid-column: span 6 !important;
  }
}

/* Mobile */
@media (max-width: 575px){
  .projects-alt__grid--five .proj-card--new{
    grid-column: span 12 !important;
  }
}
/* wp popup */
