@font-face {
    font-family: 'SST Arabic';
    src: url('fonts/SSTArabic-Medium.woff2') format('woff2'),
        url('fonts/SSTArabic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    background-color: #e8e8e8;
    font-family: 'SST Arabic' !important;
}


.container{
    width: 1200px;
    margin: 0 auto;
}

section{
    position: relative;
}
/* section 1  */
.hero {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    position: relative;
}

/* التعديل الجذري هنا */
.hero-img-pc {
    width: 100%;
    height: auto;
    display: block !important; /* علامة التعجب تجبر الصورة على الظهور في كل المقاسات */
}

/* تم تعطيل الصورة القديمة تماماً */
.hero-img-mb {
    display: none !important; 
}

.after-hero {
    width: 100%;
    overflow: hidden;
}

/* المشكلة كانت هنا سابقاً
   لقد قمت بتنظيف الميديا كويري بحيث لا تحتوي على أمر إخفاء للصورة الكبيرة
*/
@media (max-width: 768px) {
   /* .hero-img-pc { display: none; }  <-- هذا السطر المحذوف هو سبب المشكلة */
   
    .after-hero {
        display: none;
    }
}
/* section 1  */

/* section 2  */
.swiper-navigation-icon{
    width: 10px !important;
}
.swiper-button-prev,
.swiper-button-next{
    background-color: white;
    border-radius: 50%;
}
.swiper {
      width: 100%;
      overflow: hidden;
    }
 .swiper-slide {
    display: flex;
      text-align: center;
      font-size: 18px;
      justify-content: center;
      align-items: center;
    }

.swiper-slide img {
      display: block;
     object-fit: contain !important;
}
.opinion{
    margin-bottom: 100px;
}
.opinion h2{
    text-align: center;
    margin-bottom: 50px;
    color: #135c97;
    font-size: 36px;
}
.opinion.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.card-1,
.card-2,
.card-3{
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #dddddd;
    padding: 10px;
    
}
@media (max-width: 768px) {
    .card-1,
    .card-2,
    .card-3{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .card-1 .text,
    .card-2 .text,
    .card-3 .text{
        
        text-align: center !important;
    }
    
}
.card-1 .text,
.card-2 .text,
.card-3 .text{
    
    text-align: right !important;
}
.btn-contact{
    text-align: center;
    padding: 50px 0;
}
.btn{
    
    display: inline-block;
    padding: 5px 30px;
    background-color: #135c97;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
}

/* section 2  */




/* section 3  */
.services{
    background-image: url(/images/s2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    height: 600px;
}
@media (max-width: 768px) {
    .services{
        height: auto;
        padding: 20px;
    }
    
}
.services h2,
.services h2 + p{
    color: #fff;
}
.services h2{
    font-size: 36px;
    
}
.services h2 + p{
    font-size: 24px;
    margin-bottom: 50px;
}


.cards{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 80px;

}

.card1,
.card2,
.card3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 30px;
    background-color: #fff; 
    width: 33%;
}
.card{
    padding-bottom: 20px;
}
.card img{
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}
.card h3{
    margin-top: -50px;
}
.card p{
    margin-top: -20px;
}
.card .textt{
    padding: 0px 30px;
}


/* section 3  */

/* section 4  */


.our_work{
    text-align: center;
    background-color: #fff;
}
.our_work h2{
    color: #000000;
}
.our_work h2 + p{
    color: #135c97;
}
.our_work h2{
    font-size: 36px;
    
}
.our_work h2 + p{
    font-size: 24px;
    margin-bottom: 50px;
}
.our_work .swiper-slide img {
    display: block;
    object-fit: cover !important;
    height: 400px;
    width: 580px;
}

/* section 4 */


.subscribe img{
    border-radius: 12px;
}


/* section 5  */
.map{
    text-align: center;
}
.map h2{
    color: #000000;
}
/* section 5  */
@media(min-width: 992px){
.success{
    margin-top: 300px !important;
}
}
 





@media(max-width: 992px){
    .container {
    width:100% !important;
}
.our_work .swiper-slide img{
    width: 80% !important;
}


.work .swiper-slide {
 width:100% !important;
 display:flex;
 justify-content:center;
 align-items:center;
}


section.services .cards {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 17px;
}
   
}
iframe{
   width: 100% !important;
}
.copyright{
    height: 50px;
    width: 100%;
    background-color: #135c97;
}



.fixed{
    position: fixed;
    bottom: 20px;
    right: 50%;
    z-index: 1000;
    transform: translateX(50%);
    
}
.fixed a{
    padding: 5px 15px !important;
}
.fixed a:hover{
    background-color: #48843D;
}

.contact-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FF8C00; /* اللون البرتقالي */
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.contact-icon img {
    width: 40px;
    height: 40px;
}