/*============================================================================================*/
/* Your custom styles below */
.social-icons a {
    color: #fff; /* White icons */
    font-size: 18px;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #C94F7C; /* Gold hover color */
}


.mobile-social-icons a {
    color: #fff;
    font-size: 15px;
    margin-left: 12px;
    transition: color 0.3s ease;
}

.mobile-social-icons a:hover {
    color: #C94F7C;
}

@media (min-width: 768px) {
    .mobile-social-icons {
        display: none !important;
    }
}

/* Load the GE Dinar Two font */
@font-face {
  font-family: "GEDinarTwo";
  src: url("fonts/GEDinarTwo.woff2") format("woff2"),
       url("fonts/GEDinarTwo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply only on Arabic page */
body.arabic {
  font-family: "GEDinarTwo", "Tajawal", sans-serif !important;
  direction: rtl;
  text-align: right;
}

/*============================================================================================*/


