.elementor-1987 .elementor-element.elementor-element-8f59b30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1987 .elementor-element.elementor-element-8f59b30:not(.elementor-motion-effects-element-type-background), .elementor-1987 .elementor-element.elementor-element-8f59b30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f16811;}.elementor-1987 .elementor-element.elementor-element-be6c816{--spacer-size:75px;}.elementor-1987 .elementor-element.elementor-element-f6ba93c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1987 .elementor-element.elementor-element-90e82b5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-90e82b5 */.mauritania-footer {
    background: linear-gradient(180deg, #030300 0%, #001D24 100%);
    color: #fff;
    padding: 60px 0 0;
    font-family: inherit;
}

.mf-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0 20px;
}

.mf-logo {
    font-size: 26px;
    font-weight: 800;
    color: #FF6200ز;
    margin-bottom: 15px;
}

.mf-desc {
    line-height: 1.8;
    opacity: .9;
    font-size: 15px;
}

.mf-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.mf-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #FF6200;
    position: absolute;
    bottom: -8px;
    right: 0;
}

.mf-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mf-col ul li {
    margin-bottom: 10px;
}

.mf-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: .3s;
}

.mf-col ul li a:hover {
    color: #FF6200;
    padding-right: 5px;
}

.mf-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.mf-social a {
    background: rgba(255,255,255,0.1);
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.mf-social a:hover {
    background: #FF6200;
    color: #000;
}

.mf-newsletter {
    font-size: 14px;
    opacity: .8;
}

.mf-bottom {
    margin-top: 50px;
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
    .mf-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .mf-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mf-title::after {
        right: 50%;
        transform: translateX(50%);
    }

    .mf-social {
        justify-content: center;
    }
}








.mf-logo {
    margin-bottom: 15px;
}

.mf-logo-img {
    max-width: 220px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1); /* يجعل اللوجو أبيض لو كان غامق */
    transition: .3s ease;
}

.mf-logo-img:hover {
    opacity: 0.8;
}

/* موبايل */
@media (max-width: 600px) {
    .mf-logo-img {
        margin: auto;
        max-width: 180px;
    }
}









/* From Uiverse.io by andrew-demchenk0 */ 
.container {
  position: relative;
  width: 250px;
 /*  choose your size */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.container button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #313638;
  transition: 0.3s;
  cursor: pointer;
}

.icon {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.container button:nth-child(1):hover {
  background-color: #2753a7;
}

.container button:nth-child(2):hover {
  background-color: #cd242b;
}

.container button:nth-child(3):hover {
  background-color: #55acee;
}

.container button:nth-child(4):hover {
  background-color: #0274b3;
}

.title {
  color: gray;
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  top: -35px;
  left: 0;
}/* End custom CSS */