
.first-parent{
    display: flex;
  justify-content: center;
  align-items: center;
    min-height: 75vh;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), 
              url('../img/worldback.png');
                background-position: center center; /* Focus on the center */
  background-repeat: no-repeat;
}

.vision {
  font-family: 'Brush Script MT', cursive;
}

.about-three{
  width: 100%;
}

.nous-sommes{
  font-size: 200px;
  font-weight: 700 !important; 
  font-family: 'Ubuntu', sans-serif !important;
}

.rejoindre{
  color: #0805b1;
  text-decoration: none;
  background-color: #FFD700;
  padding: 10px 80px;
  border-radius: 50px;
  margin-top: 100px
}

.circular-div {
   width: 100%;               /* Adjust width */
  height: 50vh;              /* Half of the width for perfect semi-circle */
  background-color: blue;      /* Or any color */
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
  overflow: hidden;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}

.second-parent{
    padding-top: 160px;
    padding-bottom: 160px;
    min-height: 100vh;
}

.topicstyle-1{
    color: #0805b1;
    font-weight: bold;
    font-size: 40px;
}

.multiple-photos{
  width: 100%;
}

.third-parent{
  min-height: 100vh;
  padding: 20px 0px;
}

.vision-picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.third-parent-left-side{
  background: linear-gradient(to right, rgba(245, 216, 4, 1), rgba(245, 216, 4, 0));
  padding: 0px 50px !important;
  border-radius: 15px;
  
}

.fourth-parent{
  background-image: url('../img/worldback.png');
  min-height: 90vh;
    background-position: center center; /* Focus on the center */
  background-repeat: no-repeat;
}

.fifth-parent{
  min-height: 100vh;
}

.executive-team-parent{
  padding: 30px 100px;
}

.executive-team{
  padding: 50px 200px;
  background: linear-gradient(to bottom left, #e1e1e1, #ffffff);
  border-radius: 40px;
  box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.5);
}

.topic-box{
  width: 80%;
  margin-bottom: 20px;
}

.about-text-things{

}

.team-card {
        border: none;
        background: transparent;
        text-align: center;
    }

    .team-img-wrapper {
        width: 150px;
        height: 150px;
        margin: 0 auto 0.5rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        box-shadow: inset -4px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .team-img-wrapper img,
    .team-img-wrapper svg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .team-name {
        color: #6c757d; /* Bootstrap gray */
        margin-bottom: 0.2rem;
        font-weight: 500;
    }

    .team-surname {
        color: #6c757d;
        text-transform: uppercase;
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
        font-weight: 500;
    }

    .team-position {
        color: #0805b1; /* Bootstrap blue */
        font-size: 0.85rem;
        width: 100%;
        text-align: center;
    }

     .line-something {
        display: flex;
        width: 100%;
        height: 13px; /* You can adjust thickness */
    }

    .line-something > div {
        flex: 1;
    }

    .line-blue {
        background-color: #1109b4; /* Bootstrap blue */
    }

    .line-brown {
        background-color: #8b0807; /* SaddleBrown */
    }

    .line-yellow {
        background-color: #f5d917; /* Gold */
    }

    .line-group {
  gap: 0px;
}

.line-segment {
  width: 40px;
  height: 5px;
  border-radius: 2px;
}

.bg-blue {
  background-color: #1109b4; /* Bootstrap primary or any custom blue */
}

.bg-brown {
  background-color: #8b0807; /* SaddleBrown */
}

.bg-yellow {
  background-color: #f5d917; /* Gold */
}

.notre{
  font-size: 40px;
  
}

.acp-container {
  display: flex;
  gap: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 100px;
  width: 100%;
}

.letter-a {
  color: #1109b4; /* Blue */
}

.letter-c {
  color: #8b0807; /* Orange/Red */
}

.letter-p {
  color: #f5d917; /* Green */
}

.text-acp {
  color: #000; /* Black */
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif !important;

}

.about-text-things {
  display: flex;
  flex-direction: column;
  align-items: center; /* Horizontal centering */
  justify-content: center; /* Vertical centering (if height is constrained) */
  text-align: center;
}

.tozali{
  margin-top: 50px;
  font-size: 30px;
  font-weight: 500;
  width: 60%;
  font-family: 'Ubuntu', sans-serif !important;
}

.tozali-p{

  width: 60%;
  font-family: 'Ubuntu', sans-serif !important;
}

.vision-paragraph{
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 18px;
  width: 90%;
}

.contact-topic-box{
    width: 60%;
    font-family: 'Ubuntu', sans-serif !important;

}

.contact-topic{
    text-align: center;
    color: #162651;
    font-family: 'Ubuntu', sans-serif !important;
}

.form-box{
    padding: 50px 50px;
    background-color: #162651;
    border-radius: 30px;
}

.form-box-topic{
    color: white;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}

.form-inp{
    height: 45px;
    border-radius: 15px;
    width: 100%;
    border: none;
}

.form-textarea-labe{
 
    border-radius: 15px;
    width: 100%;
    border: none;    

}

.form-labe{
    color: rgb(235, 235, 235);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.btn-submit{
    background-color: #ffd124; /* subtle top-to-bottom gradient */
    color: #0503a6;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 10px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 10px;
    box-sizing: border-box;
    transition: transform 0.1s ease, background 0.2s ease;
    border: none;
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.contact-paragraph{
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
    color: #162651;
    font-family: 'Ubuntu', sans-serif !important;
}

.contact-paragraph-1{

}

.topicstyle-1{
    color: #0805b1;
    font-weight: bold;
    font-size: 30px;
}

.faq-toggle {
    
    
    color: black;
    border-radius: 15px !important;
    transition: background-color 0.3s;
    margin-bottom: 20px;
  }

  .faq-toggle:not(.collapsed) {
    background-color: white !important; /* White when open */
    color: black;
  }

  .accordion-button::after {
    display: none !important; /* Hide Bootstrap’s default arrow */
  }

  .arrow-icon svg {
    transition: transform 0.3s;
  }

  .faq-toggle:not(.collapsed) .arrow-icon svg {
    transform: rotate(180deg); /* Rotate arrow when open */
  }

  .accordion-item {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.accordion-button {
  background: linear-gradient(to right, rgba(255, 235, 59, 1), rgba(255, 235, 59, 0)) !important; /* Yellow */
  border-radius: 15px !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)) !important;
  border-radius: 15px !important;
  border: 2px solid #162651 !important; /* Yellow */
}

.accordion-body {
  background-color: transparent !important;
  padding-top: 0.5rem;
}

@media (max-width: 576px) {

  .executive-team{
    padding: 50px 20px;
    width: 100%;
  }

  .topicstyle-1{
    font-size: 30px;
  }

  .tozali{
  width: 100%;
}

.tozali-p{

  width: 100%;

}




}
