/*
Theme Name: EIAC
Theme URI: https://mosandah.com.sa/
Author: Mosandah
Author URI: https://mosandah.com.sa/
Description: EIAC Theme
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: EIAC Theme
Tags: None

EIAC Theme, (C) 2025 mosandah.com.sa
EIAC Theme is distributed under the terms of the GNU GPL.
*/
.row.container{
	margin-right: auto !important;
	margin-left: auto !important;
}
body .accessibility-trigger.aioa-medium-icon button {
    display: none !important;
}
ul.checkList li::before {
    background-image: url("images/directory/check-list.svg") !important;
}
.directory .owl-carousel.directory-carousel .image img{
	object-fit: contain !important;
}
@media (max-width: 768px){
	.row.container{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.white_space{
	white-space: pre-line;
	line-height: 1.4rem !important;
}
form.mc4wp-form input[type="submit"] {
    display: none !important;
}
.cpt-alm-btn-load-more{
	color: #ffffff !important;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
	padding: 0.45rem 1.2rem !important;
    border-radius: 5rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    line-height: 1.5rem !important;
}
.cpt-alm-btn-load-more:hover {
	color: #ffffff !important;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}
.cpt-btn, .cpt-alm-btn-load-more, .loading-normal-inner div, .cpt-loader-3 div, .cpt-loader-4 > div div, .cpt-post-module .cpt-thumbnail .cpt-date, .cpt-post-module .cpt-category, .cpt-list-box .cpt-list-details{
	background: #c82333 !important;
}
.page-tabs .brief h3:before{
	content: "";
    width: 7rem;
    height: 7rem;
    background-image: url("images/about/illustration_history.png") !important;
    background-repeat: no-repeat;
    background-size: 85%;
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: -60%;
}
/* Preloader styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    display: flex; /* Flexbox to center the spinner */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's on top of other elements */
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Initially fully transparent */
    transition: visibility 0s, opacity 0.3s ease-in-out; /* Smooth transition */
}

.spinner {
    border: 4px solid #f3f3f3; /* Light gray background */
    border-top: 4px solid #D7213B; /* Red spinner color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Optional: CSS to center the spinner */
.loading-spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.padding-top-bottom{

}
.inner-service-details .head-top {
    background-image: url("images/services/inner/details/bg-blur.png") !important;
}
.home-hero.inner-big .hero-wrapper .content .enroll{
	display: inline-block !important;
}
.form-group .group .input-control.datepicker, .form-group .group .select-control.datepicker{
	background-image: url("images/ic-icons/ic_calendar.svg") !important;;
}
/*pagination style*/
.pagination {
	margin-top: 2.8484848485rem;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
}

.pagination ul li a {
  width: 2.5454545455rem;
  height: 2.5454545455rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9090909091rem;
  color: #fff;
  font-size: 0.9696969697rem;
  line-height: 1.696969697rem;
  font-weight: 500;
  background-color: #c82333;
  margin: 0rem 0.6060606061rem;
  transition: all 0.1s ease-in;
  margin-bottom: 0.9090909091rem;
}

.pagination ul li:hover a,
.pagination ul li.active a {
  background-color: #c82333;
  color: #000;
}

.dataTable .row > * {
    margin-top: 2.3rem;
}