.changa-font {
    font-family: "Changa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.madimi-one-regular {
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

[dir="rtl"] body {
    font-family: "Changa", sans-serif;
}

body {
    font-family: "Madimi One", sans-serif;
}

.green-text {
    color: #92bb34;
}

.bg-footer{
    background-color: #22463a;
}

.white-text  {
    color: white;
}

.text-color{
    color: #2f6150;
}

.list-unstyled a {
    text-decoration: none;
    color: white;
}

.no-deco {
    text-decoration: none;
}

.bg-green {
    background-color: #24530b;
}

.link-unstyled {
    text-decoration: none;
}

.overlay {
    position: relative;
    z-index: 1;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.swiper-slide img {
    width: 100%;
    height: 380px;
}

.cat-card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.cat-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.diagonal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, transparent 49.75%, white 49.75%, white 50.25%, transparent 50%);
    pointer-events: none;
}

.banner1-container {
    display: flex;
    overflow: hidden;
}

.banner1-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.ban-image {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.ban-image img{
    width: 100%;
    object-fit: contain;
}

.overlay-background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 4%;
    top: 6%;
    width: 55%;
    overflow: auto;
    height: 100%;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.overlay-text button.btn-light {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}

.overlay-text button.btn-light:hover {
    background-color: #22463a;
    color: #fff;
    cursor: pointer;
}

.text-darkgreen {
    color: #2f6150
}

.pagination {
    justify-content: center;
}

.pagination > li > a,
.pagination > li > span {
    color: #2f6150;
}

.pagination > li > a:hover {
    color: #2f6150;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #2f6150;
    border-color: #2f6150;
}

.pagination > .active > a:hover {
    background-color: #2f6150;
    border-color: #2f6150;
}

.partner-card {
    transition: transform 0.3s;
}

.partner-card:hover {
    box-shadow: 0 0 20px #2f6150;
    transform: scale(1.05);
}

.shadow-green {
    box-shadow: 0px 8px 5px #2f6150;
}

.border-with-arrow {
    position: relative;
    border-radius: 10px;
    padding: 20px;
}

.border-with-arrow::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #2f6150;
    border-left: 2px solid #2f6150;
    width: 400px;
    height: 200px;
    transform: skewX(-10deg);
}

.border-with-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid #2f6150;
    border-right: 2px solid #2f6150;
    width: 400px;
    height: 200px;
    transform: skewX(-10deg);
}

.nav-blur {
    backdrop-filter: blur(10px) saturate(80%);
}

.search-bar {
    background-color: rgba(255, 255, 255, 0.74);
    width: 70%;
}

@media screen and (max-width: 600px) {
    #search-bar {
        background-color: rgba(255, 255, 255, 0.74);
    }
}

.active {
    background-color: rgba(255, 255, 255, 0.74);
    color: #24530b !important;
    font-weight: bold;
    border-radius: 10px;
}

.navbar-nav > li > a {
    color: #ffffff;
}

.navbar-nav > li > a:hover, .nav-item > a:hover {
    color: #fff;
}
