*,.btn {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    background: #32005e;
}

.navbar{
    background: #000000a1;
    box-shadow: none;
}
.navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.637);
}
.navbar .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

@media (max-width: 768px) { /* 768px هو مقاس شاشات التابلت والجوال */
.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    color:#ffffff;
  }
}

/* تصميم الهيرو */
.hero-section {
    position: relative;
    height: 100vh;
    background: url('/assets/images/hero/2.jpg') center/cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #32005e 0%, rgba(0, 0, 0, 0.5) 40%);
    /* تغطية شفافة */
}

.hero-content {
    position: relative;
    z-index: 1;
}

/* تصميم السلايدر */
.slider-swiper {
    /* background: url('/assets/images/bg/map.webp') bottom center no-repeat; */
    background-size: 15%;
    padding-bottom: 150px;
}
.swiper-container {
    height: 300px;
    overflow: hidden;
}


.swiper-slide {
    display: flex;
    align-items: center;
    color: white;
}
.slider-swiper .container{
    background: hsla(0, 0%, 100%, .11);
    padding: 20px;
    border-radius: 12px;
}
/* تصميم القسم */
.solutions-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

/* تصميم الكروت */
.solution-card {
    background: hsla(0, 0%, 100%, 0.11);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.solution-icon {
    color: #fff;
}

.solution-icon svg {
    width: 60px;
    height: 60px;
}


.fields-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* تصميم القسم */
.fields-section .swiper-slide {
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
}

.fields-section .swiper-slide img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fields-section .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32005ec7;
    transition: all 0.3s ease;
}

.fields-section .swiper-slide:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}


.accordion-header {
}
.accordion-header .accordion-button{
    color: #fff;
}
.accordion-body {
    color: #ffffffa6;
}
.features-icon{
    background: #ffffff42;
    padding: 5px 10px;

}
.features-section-2  .ti{
    color: #ae3ec9;
    font-size: 40px;
    height: 40px;
}
.features-section-2 h4{
    color: #ffffff;
}

.features-icon-2{
    /* background: #ffffff11; */
    padding: 20px 10px;
    border-bottom: 1px solid #ffffff17;
}

.features-section-2 > .row > div{
    padding: 0;
    margin: 0;
}

.successful-events .content{
    background: hsla(0, 0%, 100%, .11);
}

footer .nav-link{
    color: #ffffffb6;
}
footer .nav-link:hover{
    color: #ffffff;
}

footer .border-bottom{
    border-bottom: 1px solid #ffffff33 !important;
}
.organization-section{
    position: relative;
    min-height: 50vh;
    background: url('/assets/images/bg/bg2.jpg') center/cover no-repeat;
    background-attachment: fixed;
}
.organization-section .content{
    position: relative;
    z-index: 1;
}
.organization-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32005e7a url('/assets/images/bg/pattern1.png') ;
    background-size: 7%;
    /* تغطية شفافة */
}
.subtitle{
    color: #ffffff71;
}

.request_service{
    position: relative;
    background: hsla(0,0%,100%,.04);
    border: 1px solid #b325eb;
    border-radius: 63px;
    box-shadow: 0 0 56px 18px rgba(0,0,0,.25);
    padding: 60px 80px;
    color: #b325eb;
}

/* media screen and (max-width: 767px) */
@media screen and (max-width: 767px) {
    .request_service{
        padding: 60px 20px;
    }
}
.request_service .form-control,
.request_service .form-select{
    background: transparent;
    border: 1px solid #b325eb;
    color: #fff;
    font-size: 18px;
}

.request_service .form-control:focus,
.request_service .form-select:focus{
    box-shadow: 0 0 0 .2rem #ecbffe;
    outline: 0 none;
    outline-offset: 0;
}

.request_service::after{
    color: #b325eb;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: url('../logo_white.png') center center no-repeat;
    background-size: cover;
    width: 468px;
    height: 400px;
    opacity: 0.1;
    z-index: -1;
}
