.about-section {
    position: relative;
    padding: 120px 0;
    background: url('../../images/laptop.jpg') center/cover no-repeat;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.65);
    /* طبقة التظليل */
    backdrop-filter: blur(1px);
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.about-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
}

.about-text {
    color: #FFFFFF;
    font-size: 24px;

}

@media (max-width: 768px) {
    .about-title {
        font-size: 32px;
    }

    .about-text {
        font-size: 16px;
    }
}

.video-wrapper {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.video-img {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
}

.play-btn {
    width: 70px;
    height: 70px;
    background: var(--main);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.85);
    color: var(--main);
}

.video-text {
    color: var(--sec);
    font-size: 24px;
    /* line-height: 1.9; */
    font-weight: 300;
}

.read-more {
    color: #143f8e;
    text-decoration: none;
    font-size: 18px;
}

.read-more:hover {
    text-decoration: underline;
}
.vision-section {
    background: #ffffff;
}

.vision-card {
    background: var(--main);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.aim-card {
    background: var(--main);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.vision-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}

.aim-card ul li {
    margin-bottom: 10px;
     font-size: 16px;
    font-weight: 300;
}

.aim-card h5 {
    margin-bottom: 45%;
    font-size: 24px;
    font-weight: 700;
}

.vision-card h5 {
    margin-bottom: 45%;
    font-size: 24px;
    font-weight: 700;
}

.image-box img {
    object-fit: cover;
    height: 100%;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle i {
    font-size: 28px;
    color: #ffffff;
}


@media (max-width: 991px) {
    .vision-card,.aim-card,
    .image-box img {
        height: auto;
        border-radius: 0px !important;
    }
}
/* Ceo message */
.ceo-message img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
/* our words */
 .words .card-header{
    background-color: #2D8AB1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  
 }
 .words .gradient-border{
    aspect-ratio: 1 / .9;
 }
@media (max-width:456px) {
     .words .gradient-border{
    aspect-ratio: 1 / .7;
 }
}
 .words .gradient-border h3{
    color: #2D8AB1;
 }
.gradient-border {

 position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  background: var(--bg);
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    #2D8AB1 0%,
    rgba(45, 138, 177, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.branches-card{
    box-shadow: 0px 0px 34px 0px #B4B4B414;
;
    padding: 20px;
    background-color: #fff;
    border: 1px solid  #F0F6FF;
    position: relative;
    overflow: hidden;
}
.branches-card::after{
    content: "";
    position: absolute;
    top: -113px;
    right: -23px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 83px 63px #2D8AB1;
    transition: opacity 0.3s ease;
    z-index: 0;
    background:#2D8AB1;
}
.branches-card h3{
    position:relative;
    z-index: 
    1;
}
.map-box{
    aspect-ratio: 1;
}
/* news  */
.newsletter-section {
    position: relative;
    background: url('../../images/backlaptop.jpg') center/cover no-repeat;
    padding: 120px 0 200px;
    text-align: center;
    color: #fff;
    margin-bottom: 15%;
    border-radius: 23px;
}

/* العنوان */
.newsletter-title {
    font-size: 40px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

/* الصندوق الأبيض */
.newsletter-box {
    background: #fff;
    border-radius: 50px;
    padding: 5px 0px;
    width: 43%;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* المدخل */
.newsletter-input {
    border: none;
    box-shadow: none;
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    padding: 12px 20px;
    color: var(--sec);
    border-radius: 40px;
}

/* الزرار */
.newsletter-btn {
    border-radius: 50px;
    padding: 10px 40px;
    margin-left: 5px;
    white-space: nowrap;
    font-size: 22.5px;
    font-weight: 700;
    background-color: var(--main);
}

/* صورة اللابتوبات */
.newsletter-laptop {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 29%);
    z-index: 1;
}

.newsletter-laptop img {
    width: 950px;
    /* max-width: 100%; */
}
/* slider */
.slider .main-title{
    font-size: 3.2rem;
    position: relative;
}
.slider .main-title::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70%;
  transform: translate(-50%,-50%);
  width: 360px;
  height: 21px;
  background-image: url("../../images/vector.png");
  background-size: contain;
  background-repeat: no-repeat;
}
            .team-card {
               
                
                border-radius: 20px;
               
                transition: transform 0.3s ease, box-shadow 0.3s ease;
              overflow: hidden;
              box-shadow: 4px 4px 0px 0px #0E3375, 0px 4px 4px 0px #00000040;

            }
             .team-card::after{
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
               background: linear-gradient(0deg, #ffffff00, #00000000), linear-gradient(180deg, rgb(0 0 0 / 0%) 30.94%, #000000 100%);

                
                transition: background 0.3s ease;
             }

            .team-card:hover {
                transform: translateY(-10px);
               
            }

            .img-container {
                
            }

            .img-container img {
                width: 100%;
            aspect-ratio: 1/1.3;
                object-fit: cover;
            }
            .text-box{
                z-index: 4;
                right: 10px;
                bottom: 0px;
                color: var(--white);
            }

            .swiper {
                padding: 20px 0;
                height: fit-content;
            }
            .swiper-slide {
                height: fit-content;
            }

            .swiper-button-next,
            .swiper-button-prev {
                color: #2D8AB1;
                background: white;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }

            .swiper-button-next:after,
            .swiper-button-prev:after {
                font-size: 20px;
                font-weight: bold;
            }

            .swiper-pagination-bullet {
                background: #ccc;
                opacity: 1;
            }

            .swiper-pagination-bullet-active {
                background: #2D8AB1;
            }
      


/* Responsive */
@media (max-width: 768px) {
       .newsletter-box {
        flex-direction: column;
        width: 90%;
        border-radius: 15px;
    }
.newsletter-box{
    background-color: transparent;
}
    .newsletter-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .newsletter-laptop img {
        width: 90%;
    }

    .newsletter-title {
        font-size: 1.8rem;
    }
}