
/* سوشيال شريط جانبي */
        .social-icons {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background-color: #333; /* لون الخلفية */
    padding: 10px;
    border-radius: 0 5px 5px 0; /* عشان يكون فيه انحناءة بسيطة */
    z-index: 1000; /* عشان تكون فوق أي محتوى تاني */
}
.social-icons a {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px; /* عرض الأيقونات */
    height: 40px; /* ارتفاع الأيقونات */
}

.social-icons a:last-child {
    margin-bottom: 0; /* عشان ميكونش فيه مسافة تحت آخر أيقونة */
}

/* لما الماوس يجي على الأيقونة */
.social-icons a:hover {
    background-color: #555;
}
/* تنسيقات وضع الموبايل */
@media (max-width: 768px) {
    .social-icons {
        position: fixed;
        top: 50%; /* نخليه في نص الشاشة عمودياً */
        left: 0;
        transform: translateY(-50%);
        width: auto; /* هنحدد عرض الأيقونات نفسه مش الشريط */
        flex-direction: column;
        justify-content: flex-start; /* نرتب الأيقونات من البداية */
        padding: 5px; /* نقلل البادينج */
        border-radius: 0 5px 5px 0;
        background-color: rgba(51, 51, 51, 0.8); /* نضيف شفافية بسيطة للخلفية */
    }

    .social-icons a {
        margin-bottom: 5px; /* نقلل المسافة بين الأيقونات */
        font-size: 16px; /* نصغر حجم الأيقونات */
        width: 30px; /* عرض الأيقونة */
        height: 30px; /* ارتفاع الأيقونة */
        padding: 5px;
    }

    .social-icons a:last-child {
        margin-bottom: 0;
    }
}
    .social-icons a {
        margin-bottom: 0;
        font-size: 18px;
        width: auto; /* عرض تلقائي عشان ياخد مساحة الأيقونة */
        height: auto; /* ارتفاع تلقائي */
        padding: 8px;
    }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #090101;
  padding: 2px 16px;
  color: rgb(17, 14, 14);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  display: flex;
  width: calc(100% / 8);
}
.column1 img {
    width: 100%;
    margin: 0%;
}


/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.s-callback .container {
    padding: 0px;
 height: 100vh;
 width: 100%;
}
.s-callback .container .row {
    margin: 1px;
 height: 100vh;
 width: 100%;
}
.s-callback .container .row .container{
 
 height: 100vh;
 width: 100%;
}
.s-callback .container .row .container h2 {
    margin: 2%;
 
}
.s-callback .container .row .container .carousel9 {
 width: 100%;
 /* background-color: rgb(241, 248, 250); */

}
.s-callback h2 {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.s-callback .container .row .container .cloud9-item {
    margin-top: -5%;
    padding-top:5%;
    height: 90%;

}
.s-callback .cloud9-item:hover .iv-phone {
    color: #0e7715;
}
.s-callback .cloud9-item:hover .item-vertical-2 .k {
    color: #010101;
}
.s-callback .cloud9-item:hover .item-vertical-2 h3 {
    color: #df3f5c;
}
.s-callback .cloud9-item:hover .rounded-img-wrap {
    color: rgba(35, 136, 70, 0.575);
     -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
     box-shadow:
    3px 3px 5px rgba(35, 136, 70, 0.575), /* Bottom-right shadow */
    -3px -3px 5px rgba(193, 64, 64, 0.5); /* Top-left highlight */
}

.s-callback .cloud9-item .rounded-img-wrap {
    border-radius: 10em;
    border: #c5c5f5bf 6px solid;
 width: 200px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #ccc; /* Optional base border */
 box-shadow:
    -3px -3px 5px rgba(78, 78, 79, 0.575), /* Bottom-right shadow */
    3px 3px 5px rgba(97, 95, 101, 0.5); /* Top-left highlight */    overflow: hidden;
    width: 143px;
    height: 143px;
    text-align: center;
    margin: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
        max-width: 100%

}



.s-callback .cloud9-item .item-vertical-2 {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    text-align: center;
    margin-top: 65px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.s-callback .cloud9-item .item-vertical-2 h3 {
    font-size: 20px;
    font-family: OpenSansBold, sans-serif;
    color: #0c0808;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: bolder;
}
.s-callback .cloud9-item .item-vertical-2 .k{
     padding:5px; text-align:center; 
    margin:2% auto;
    color:#b9b9bd ;width:200px;
    font-weight: bolder;
}
.s-callback .cloud9-item .item-vertical-2 p {
    font-size: 13px;
    color: #666666;
    letter-spacing: 2px;
    margin-top: 0
}

.s-callback .cloud9-item .item2-animate1 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.s-callback .cloud9-item .item2-animate2 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.s-callback .cloud9-item .item2-animate3 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.s-callback .cloud9-item .item2-animate4 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.s-callback .cloud9-item .iv-phone {
    margin: 1px;
    color: #959598;
    font-family: Exo2Bold, sans-serif;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: bolder;
}

.s-callback .cloud9-item .iv-phone i {

    font-size: 20px;
    margin-right: 3px;
    margin-bottom: 3%;
}

.s-contacts {
    border-radius: 140px 140px 0 0;

   
}


.s-contacts .s-contacts-wrapper .map {
    margin-top: 30px;
    margin-bottom: 20px
}

.s-contacts .contacts-text {
    font-size: 18px;
    font-family: OpenSansLight, sans-serif
}

.s-contacts .contacts-text p {
    margin-top: 0;
    margin-bottom: 8px
}

.s-contacts .contacts-text p:first-child {
    margin-left: 2px
}

.s-contacts .contacts-text p:first-child .fas {
    margin-right: 10px
}

.s-contacts .contacts-text p a {
    color: #fff;
    text-decoration: underline
}

.s-contacts .contacts-text .fas {
    color: #3340d1;
    margin-right: 11px;
    font-size: 24px;
    width: 15px;
    text-align: center
}

