   /* center-studies */
   .center-studies-home {
    background-image: url('../../images/webSite/about/about-us.jpeg');
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #0056b3;
    text-align: center;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.7);
}


   .carousel-indicators {
       position: absolute;
       right: 0;
       bottom: 0;
       left: 0;
       z-index: 2;
       display: flex;
       justify-content: center;
       padding: 0;
       margin-right: 25%;
       margin-bottom: 1rem;
       margin-left: 25%;
   }
.features .feature-box {
    background-color: var(--surface-color);
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    /* height: 100%; */
    border-radius: 8px;
}
   .center-studies-home-title {
        font-size: 40px;
        color: #245AA5;
        font-weight: bold;
        margin-bottom: 20px;
   }

   .center-studies-home-text {

        margin-bottom: 36px;
        font-size: 22px;
        color: #303030;
        line-height: 40px;
       /* background: #245AA5; */
   }

   .center-studies-btn {
       background-color: #ffa033;
       color: #fff;
       box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
       padding: 10px 25px;
       border: none;
       border-radius: 5px;
       font-weight: bold;
       transition:
           background-color 0.3s ease,
           color 0.3s ease;
       font-size: clamp(1rem, 1vw, 14px);
   }

   .center-studies-btn:hover {
       background-color: #ffcc33;
   }

   /* Responsive adjustments */
   @media (max-width: 768px) {
       .center-studies-home {
           height: auto;
           padding: 2rem 1rem;
       }

       .center-studies-home-title {
           font-size: 30px;
       }

       .center-studies-home-text {
           font-size: 20px;
       }

       .center-studies-btn {
           font-size: 0.8rem;
           padding: 7px 15px;
       }
   }

   @media (max-width: 576px) {
       .center-studies-home {
           text-align: center;
           padding: 2rem 1rem;
       }

       .center-studies-home-title {
           font-size: 20px;
       }

       .center-studies-home-text {
           font-size: 16px;
       }
        .carousel-image {
        height: 30vh;
        }
        .orphans .dec-orphans,
        .orphans h2{
            text-align: center;
        }
   }



   .carousel-indicators button {
       width: 12px;
       height: 12px;
       border-radius: 50%;
       background-color: #292626;
       margin: 0 5px;
   }


   .carousel-indicators .active {
       background-color: #333;
   }

   .carousel-indicators [data-bs-target] {
       display: inline-block;
       width: 12px;
       height: 12px;
       margin: 0 5px;
       background: linear-gradient(180deg, #A3DD4B 0%, #74A32D 100%);
       border-radius: 50%;
       border: none;
       opacity: 0.5;
       transition: opacity 0.6s ease;
   }

   .carousel-indicators .active {
       opacity: 1;
   }

   .carousel-image {
       width: 100%;
        height: 70%;
       object-fit: cover;
       border-radius: 16px;
       box-shadow: 0px 12px 84px 0px #625E5E40;
   }
@media (max-width: 1024) {
    .carousel-image {
        height: 36%;
    }
}
  @media (max-width: 768px) {
    .carousel-image {
        height: 30vh;

        /* max-height: 500px; */
    }


  }


   .project-history {
       padding: 60px 0;
       background-image: url(../../images/webSite/about/map.svg);
       background-size: cover;
       background-position: center;
       /* padding: 24px 20px; */
       transition: 0.3s;
       /* height: 100%; */
       color: #fff;

   }

   .project-history .history {
    display: flex;
    justify-content: center;
   }

   .img-history {
       max-width: 75%;
       height: auto;
   }

   .history-card {
       background-color: #ffffff;
       border-radius: 8px;
       border: 1px solid #ddd;
       box-shadow: 0px 4px 4px 0px #245AA540;
       padding: 35px;
   }

   .history-card h3 {
       font-size: 20px;
        margin: 0;
        line-height: 1.6;
        font-weight: bold;
        background: linear-gradient(90deg, #A3DD4B, #74A32D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
   }

   .history-card p {
        color: #303030;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
       /* background: linear-gradient(180deg, rgba(36, 90, 165, 0.8) 0%, #245AA5 100%);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent; */
   }

   .project-history-section h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #245AA5;
   }
@media (max-width: 990px) {
   .img-history {
       max-width: 65%;

   }
}

@media (max-width: 768px) {
    .project-history-section h2{
        font-size: 30px;
    }

    .history-card h3{
        font-size: 22px;
    }
    .history-card p {
        font-size: 18px;
    }
     .img-history {
       max-width: 65%;

   }
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

.board {
    margin: 60px auto;
    height: auto;
    background: #fff;
}

.board h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #245AA5;
    text-align: center;
}

.board .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background: #F5F5FA;
    box-shadow: -5px -5px 10px 0px #FFFFFF inset, 5px 5px 10px 0px #AAAACC80 inset;
    padding: 10px;
    border-radius: 8px;
}

.board>div.board-inner {
    background: #fafafa url(https://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
    box-shadow: 5px 5px 10px 0px #AAAACC80 inset;
    border-radius: 8px;
}

span.round-tabs {
    width: 136px;
    height: 54px;
    line-height: 50px;
    display: inline-block;
    background: white;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 12px;
    position: relative;
}
.board .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background: #F5F5FA;
    box-shadow: -5px -5px 10px 0px #FFFFFF inset, 5px 5px 10px 0px #AAAACC80 inset;
    padding: 10px;
    border-radius: 8px;
    position: relative;
}

.board .nav-tabs:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ddd;
    z-index: 1;
}

.nav-tabs>li {
    position: relative;
    list-style: none;
    z-index: 2;
}

.nav-tabs>li a {
    display: block;
    margin: 20px auto;
    text-decoration: none;
}

span.round-tabs {
    width: 136px;
    height: 54px;
    line-height: 50px;
    display: inline-block;
    background: white;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 12px;
    position: relative;
}

span.round-tabs.one,
span.round-tabs.two,
span.round-tabs.three {
    box-shadow: -10px -10px 20px 0px #FFFFFF;
    color: #245AA5;
    border: 2px solid #245AA5;
}

li.active span.round-tabs {
    background: rgb(45, 95, 120);
    box-shadow: -10px -10px 20px 0px #FFFFFF;
    color: white;
}

.nav-tabs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
}

.nav-tabs>li {
    flex: 1;
    position: relative;
    text-align: center;
}

.nav-tabs>li a {
    display: block;
    margin: 20px auto;
    text-decoration: none;
}

.tab-pane {
    position: relative;
    padding-top: 50px;
}

.board .card-team {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 4px 0px #245AA540;
    padding: 15px;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.board .card-team img {
    padding: 12px;
}

.board .card-team .card-title {
    color: #245AA5;
   font-size: 20px;
    font-weight: 500;
    line-height: 33.6px;
}

.board .card-team p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #19182580;
}

/* Responsive Design */
@media (max-width: 768px) {
    .board h2 {
        font-size: 30px;
    }

    /* .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    } */

    span.round-tabs {
        font-size: 16px;
        width: 107px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 585px) {
    .board {
        width: 90%;
    }
 .nav-tabs {
    flex-direction: column !important;
  }
    span.round-tabs {
              /* font-size: 10px; */
        width: 106px;
        /* height: 50px;
        line-height: 50px; */
    }

    .nav-tabs>li {
        flex: 1;
    }
}



.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}


.nav-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ddd;
}

.nav-tabs li {
    margin: 0 10px;
}


/* .nav-tabs li a {
    text-decoration: none;
    padding: 10px 20px;
    color: #245AA5;
    border: 2px solid #245AA5;
    border-radius: 12px;
    background-color: white;
    transition: all 0.3s ease;
} */

/* .nav-tabs li a:hover,
.nav-tabs li.active a {
    background-color: #245AA5;
    color: white;
} */


/* .nav-tabs li.active a {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */


/* **************************follow-us-section********************** */
.follow-us-section {

    padding: 40px 0;
}

.follow-us-title {
    color: #245AA5;

    font-size: 40px;

    line-height: 88.3px;

    margin-bottom: 15px;
    font-weight: bold;
}

.rtl .follow-us-description
 {
    color: #303030;
    font-size: 22px;
    font-weight: 500;
    line-height: 64px;
    text-align: right;
}
.ltr .follow-us-description{
   color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    text-align: left;
}
.rtl .support-text {
  color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    text-align: right;
}
.ltr .support-text {
  color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    text-align: left;
}
.image-container {
    max-width: 100%;
}

.follow-us-image {
    width: 100%;
    border-radius: 16px;

    box-shadow: 0px 12px 84px 0px #625E5E40;
}

.social-media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-icons {
    display: flex;
    gap: 60px;
    margin-bottom: 15px;
}

.social-icon {
   font-size: 20px;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #e4405f;
}

.linkedin {
    background-color: #0077b5;
}

.social-icon:hover {
    opacity: 0.8;
}

@media(max-width: 997px) {
    .follow-us-title {
        text-align: center;
        font-size: 30px;
    }
}




.read-more-btn {
    color: #333;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: var(--font-weight-medium);
    font-size: 15px;
    line-height: 24px;
}
/* .footer h3 {
    font-size: 2.9rem;}  */
