/* تغيير لون خلفية الفوتر إلى الاخضر */
footer {
    background-color: #1C4234 !important; /* كحلي غامق */
}

/* تغيير لون النصوص داخل الفوتر إلى الأبيض ليكون واضحًا */
footer, footer a {
    color: #ffffff !important;
}

/* تغيير لون الأيقونات إن وجدت */
footer svg {
    fill: #ffffff !important;
}
/*
div.container {
    padding-right: 0px;
    padding-left: 0px;
}
*/


@media only screen and (min-width: 1025px) {


#app > div.app-inner.flex.flex-col.min-h-full.with-transparent-header.relative > section:nth-child(3) > div > a {
  max-height: 70vh;
  display: flex;
}

#app > div.app-inner.flex.flex-col.min-h-full.with-transparent-header.relative > section:nth-child(3) {
     padding-top: 0;
     /* max-height: 70vh; */
}

#app > div.app-inner.flex.flex-col.min-h-full.with-transparent-header.relative > section:nth-child(3) > div {
    max-width: max-content;
    padding-left: 0;
    padding-right: 0;
    /* max-height: 70vh; */
    /* max-height: 70vh; */
    /* display: flex; */
}

#mainnav > div > div {
  max-width: none;
        padding-left: 120px;
    padding-right: 120px;
}

}