* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Satoshi-Regular';
}

a {
    text-decoration: none;
    color: #000;
}

footer .w-100 {
    width: auto !important;
}


a:hover {
    text-decoration: none;
    color: #000;

}

.logo {
    height: 55px;
}

.dropdown-menu {
    background: #E8E8E8;
    border-radius: 0;
}

.dropdown-item {
    font-family: 'Satoshi-Medium';
}

body {
    font-family: 'Satoshi-Black';
    background-color: #FFFFFF;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
    background: #E8E8E8 !important;
    max-height: 100vh;

}

@media (max-width: 767px) {
    .navbar {
        overflow-y: auto;
    }
}

/* .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
  } */
.navbar .main-drop-menu-title {
    font-family: 'Satoshi-Bold';
    font-size: 30px;
    /* text-decoration: underline; */
    text-align: left;
    color: #48762C;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 150% */
}

.navbar .main-drop-menu-title-without-border {
    font-family: 'Satoshi-Medium';
    color: #4A4244;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    display: block;
}

.self-start {
    align-items: self-start !important;
}

.navbar .links .link {
    text-align: left;
    font-family: 'Satoshi-Light';
    color: #4A4244;
    margin: 5px 0;
    /* Global Tokens/Body/B-2 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.nav-link {
    color: #1C1C1C !important;
    font-family: 'Satoshi-Medium';
    border: none;
}

.navbar .nav-item {
    position: unset;
}

section.home {
    margin-top: 0 !important;
}

.hero-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;
    width: 100%;

}

.hero-text-background {
    flex-shrink: 0;
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 147px;  */
    width: 80%;
}

.hero-text-background span {
    background: #89C665;

}

.serve {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.view-website {

    text-decoration: underline;
    color: #66A83E;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.view-website-bolder {

    text-decoration: underline;
    color: #66A83E;
    font-weight: 700 !important;
    font-family: 'Satoshi-Bold';
    font-size: 18px;
    font-style: normal;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-text {
    color: #66A83E;
    text-align: center;
    /* Global Tokens/Headings/H-7 */
    font-family: 'Satoshi-bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    /* 150% */
}

.product-image {
    max-width: 100%;
    max-height: 500px;
}

.hero-text {
    font-size: 100px;
    flex-shrink: 0;
    color: #FFF;
    font-family: 'Satoshi-Medium';
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 147px;  */
    width: 80%;
}

.hero-text-muted {
    font-size: 100px;
    flex-shrink: 0;
    width: 80%;

    color: #FFF;
    font-family: 'Satoshi-Light';
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    /* line-height: 69px;  */
}

.hero-btn-background {
    background-color: #231F20;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFFFFF !important;
    margin: 0 10px;
}

.here-btn-transparent {
    border: 1px solid #FFF !important;
    background: transparent;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFFFFF !important;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;

}

.w-80 {
    width: 80%;
}

section {
    margin: 100px 0;
}

.section-title {
    font-family: 'Satoshi-Regular';
    font-size: 24px;
    color: #48762C;

}

.main-title {
    font-family: 'Satoshi-Bold';
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 52px;  */
}

.description {
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    /* line-height: 24px;  */
}

.innovative .sub-title {
    font-family: 'Satoshi-Regular';
    background-color: rgb(137, 198, 101);
    padding: 2px;

}

.innovative .image-title {
    color: #000;
    text-align: center;
    font-family: 'Satoshi-Bold';
    font-size: 28px;
    /* line-height: 48px;  */
    margin: 10px 0;
}

.icon-title {
    font-family: 'Satoshi-Bold';
    color: #48762C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 31px;  */
}

.icon-description {
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px;  */
}

.faat-mep .faat-title {
    font-family: 'Satoshi-Bold';
    color: #48762C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 31px;  */
}

.faat-mep .faat-description {
    color: #000;
    font-family: 'Satoshi-Regular';

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px;  */
}

.heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: black;
}

.heading {
    text-align: center;
    width: 70%;

}

.portfolio .view-all {
    color: #1C1C1C;
    text-align: center;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px;  */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-decoration: underline !important;
}


.portfolio .slider-title {
    color: #000;
    font-family: 'Satoshi-Bold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 25.2px;  */
    text-transform: uppercase;
}

.portfolio .owl-controls {
    position: absolute;
    left: -130px !important;
    display: flex;
    bottom: 20px;
}

.portfolio .owl-buttons {
    justify-content: space-between;
    display: flex;
}

.portfolio .owl-next {
    margin: 0 25px;
}

.portfolio .owl-buttons i {
    font-size: 30px;
    color: #777777;
}



.dropdown-item:focus,
.dropdown-item:hover {
    color: #48762C;
    text-decoration: none;
    background-color: transparent;
}

.reviews .customer-name {
    font-family: 'Satoshi-Bold';
    font-size: 20px;
}

.reviews .review {
    color: #020520;
    text-align: center;
    font-family: 'Satoshi-MediumItalic';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 30.8px;  */
    letter-spacing: -0.2px;
}

.reviews .customer-name2 {
    font-family: 'Satoshi-Bold';
    color: #66A83E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 27px;  */
}

.reviews .customer-job {
    color: #696A72;
    font-family: 'Satoshi-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 17.5px;  */
    letter-spacing: 0.1px;
}

.reviews .owl-next {
    position: absolute;
    top: 40%;
    right: 20px;
}

.reviews .owl-prev {
    position: absolute;
    top: 40%;
    left: 20px;
}

.reviews .owl-buttons i {
    font-size: 30px;
    color: #000;
}

.last-section .text1 {
    font-family: 'Satoshi-Bold';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 57px;  */
    color: #000;
}

footer {
    background-color: #000;
    padding: 70px 20px 10px 20px;
    font-family: 'Satoshi-Regular';
    color: #A9A9A9;
}

ul {
    list-style: none;
    padding: 0 10px;
}

ul li {
    margin: 10px 0;
    font-family: 'Satoshi-LightItalic';
}

footer ul li:first-child {
    color: #fff;
}

footer .footer-bottom {
    border-top: 1px solid white;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

footer button {
    background-color: transparent;
    border: 1px solid white;
    display: flex;
    max-width: 240px;
    padding: 6px 18.41px 8px 17px;
    align-items: center;
    color: white;
}

footer .first-child {
    color: #fff !important;
}

footer a {
    color: #A9A9A9 !important;
}

footer ul li:first-child {
    color: #fff !important;
    font-weight: bold;
}

.mobile {
    display: none;
}

section.mobile {
    margin: 10px;
}

.path-muted {
    color: #595D62;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 150% */
    font-family: 'Satoshi-Regular';
}

.path-bold {
    color: #4A4244;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    /* 150% */
    font-family: 'Satoshi-Regular';

}

#mainNavbar {
    transition: all 0.5s ease;
    /* إضافة انتقال ناعم لتغيير الوضع */
}

#icon-top {
    position: fixed;
    bottom: 13px;
    right: 13px;
    padding: 20px;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #48762C;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 9px #48762C;
    z-index: 99999999999999999;
}

.about-arrow {
    background: #D8ECCC;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 62px;
    display: flex;
    width: 52px;
    height: 52px;
    padding: 11.371px 11.373px 11.38px 11.368px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    font-size: 23px;

}

/* عندما يكون التمرير تجاوز 400px، يظهر الزر */
#icon-top.visible {
    display: flex;
}

/* تأثير عند المرور على الزر */
#icon-top:hover {
    background-color: #131313;
    /* تغيير اللون عند التمرير */
    transform: translateY(-3px);
    /* تأثير رفع الزر */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* تأثير الظل عند التمرير */
}

/* تأثير عند الضغط على الزر */
#icon-top:active {
    transform: translateY(1px);
    /* انكماش الزر عند الضغط */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* الظل عند الضغط */
}

.number {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-family: Inter;
    font-size: 106px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    /* 103.774% */
}

.item .main-text-medium {
    color: #000;
    font-family: 'Satoshi-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.font-medium {
    font-family: 'Satoshi-Medium' !important;
}
.dropdown-menu{
    border: 0;
}
/* Show dropdown on hover */
/* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

.nav-item.dropdown .dropdown-toggle::after {
    /* display: none; */
}

@media (max-width: 768px) {
    .number {
        font-size: 50px;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .about-arrow {
        background: #D8ECCC;
        display: flex;
        padding: 8px;
        align-items: center;
        gap: 8px;
        border-radius: 62px;
        transform: rotate(85deg);
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72% !important;
    }

    .navbar .dropdown-menu {
        gap: 10px;
        width: 106vw;
        left: 0;
        top: 84px;
        align-items: center;
        justify-content: space-around;
        border-top: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .navbar .view-website {
        text-decoration: underline;
        color: #66A83E;
        font-size: 16px !important;
    }

    .navbar .dropdown-menu img {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .navbar .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        border: navajowhite;
        padding: 0;
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        font-size: 19px;
        font-weight: bold;
        font-family: 'Satoshi-Bold';
    }

    .navbar ul {
        padding: 0;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .dropdown-item {
        font-family: 'Satoshi-Medium';
        text-align: left;
        padding: 0;
        margin: 16px 0px;
    }

    .home {

        height: fit-content !important;
        padding-bottom: 80px;
    }

    .hero-btn-background {

        margin: 0;
    }

    .hero-text-background {
        flex-shrink: 0;
        color: #FFF;
        font-family: 'Satoshi-Medium';
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        width: 90%;
        /* line-height: unset; */

    }

    .hero-text-muted {
        font-size: 100px;
        flex-shrink: 0;
        width: 80%;
        color: #FFF;
        font-family: 'Satoshi-Light';
        font-size: 21px;
        font-style: normal;
        font-weight: 300;
        /* line-height: unset; */

    }

    .hero-text {
        font-size: 100px;
        flex-shrink: 0;
        color: #FFF;
        font-family: 'Satoshi-Medium';
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        /* line-height: unset; */

        width: 80%;
    }

    .hero-bottom {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .hero-bottom .buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .main-title {
        font-size: 24px;
    }

    .portfolio .main-title {
        font-size: 19px;
    }

    .portfolio .description {
        font-size: 16px;
    }

    .innovative .main-border-top {
        border-top: none !important;
    }

    .description {
        font-size: 17px;
    }

    .maintenance .description {
        width: 93% !important;
        text-align: center;
    }

    .reviews .owl-next {
        position: absolute;
        top: 40%;
        right: -2px;
    }

    .reviews .owl-prev {
        position: absolute;
        top: 40%;
        left: -2px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    .hero-text-background {
        font-size: 75px;
    }

    .hero-text {
        font-size: 70px;
    }

    .home {

        height: fit-content !important;
        padding-bottom: 60px;
    }

    .innovative .main-border-top {
        border-top: none !important;
    }
}