.org-chart {
    display: flex;
    justify-content: left;
    padding-left: 50px;
    align-items: center;
    padding-top: 50px;
}

.org-chart ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
}

.org-chart li {
    list-style-type: none;
    text-align: center;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
}

/* Connector lines */

.org-chart li::before, .org-chart li::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 20px;
    border-top: 2px solid #ccc;
}

.org-chart li::before {
    right: 50%;
}

.org-chart li::after {
    left: 50%;
    border-left: 2px solid #ccc;
}

.org-chart li:only-child::before, .org-chart li:only-child::after {
    display: none;
}

.org-chart li:only-child {
    padding-top: 0;
}

/* First and last child connectors */

.org-chart li:first-child::before, .org-chart li:last-child::after {
    border: 0 none;
}

.org-chart li:last-child::before {
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
}

.org-chart li:first-child::after {
    border-radius: 5px 0 0 0;
}

/* Vertical connector from parent to child */

.org-chart li > ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 20px;
}

/* Node styling */

.org-chart .node {
    border: 2px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    /*background-color: #EFF7FC;*/
    transition: all 0.5s;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: source sans pro;
}

/* Centering first and second nodes' connectors */

.org-chart > ul > li > ul::before {
    top: -20px;
}

.org-chart > ul > li > ul > li > .node {
    margin-top: 20px;
}


.search-container {
    display: flex;
    gap: 10px;
    padding: 10px;
    background-color: #172a53; /* Slightly lighter than background */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.search-input, .search-type, .search-button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.search-input {
    flex-grow: 1;
    max-width: 300px;
}

.search-type {
    max-width: 100px;
}

.search-button {
    cursor: pointer;
    background-color: #ffffff; /* White buttons */
    color: #000000; /* Black text */
    transition: background-color 0.3s;
}

.search-button:hover {
    background-color: #e0e0e0; /* Light gray on hover */
}

@media (max-width: 600px) {
    .search-container {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input, .search-type, .search-button {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-button {
        margin-bottom: 0;
    }
}
.box {
      
      margin: 10px;
      padding: 20px;
     border: 1PX SOLID #FFFFFF;
      color: white;
      text-align: center;
width: 360px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }



  /* Faq page */

  /* section{
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

} */
.faq{
    max-width: 700px;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #FFFFFF;
    cursor: pointer;
}
.questions{

    display: flex;
    justify-content: space-between;
    align-items: center;

}
.questions h3{
    font-size: 24px;
    line-height: 40px;
    font-family: source sans pro ;
    font-weight: 600px ;
    color: #FFFFFF;
}
.answer p{
    font-size: 20px;
    line-height: 40px;
    font-family: source sans pro ;
    font-weight: 400px ;
    color: #FFFFFF;
    padding-top: 1.6rem;
}
.answer li{
    font-size: 20px;
    line-height: 40px;
    font-family: source sans pro ;
    font-weight: 400px ;
    color: #FFFFFF;
    padding-top: 1.6rem;
}
.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
}
.faq.active .answer{
    max-height: 300px;
}
.faq.active .svg{
    transform: rotate(180deg);
} 
svg{
    transition: transform .5s ease-in;
}

/* Example CSS for .active class */
.faq .answer {
    display: none;
  }
  
  .faq.active .answer {
    display: block;
  }
  .box {
          
    margin: 10px;
    padding-top: 20px;
    padding-left: 20px;
   border: 1PX SOLID #FFFFFF;
    color: white;
    text-align: center;
width: 363px;
height: 284px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.box p{
  font-size: 20px;
  font-family: source sans pro;
  line-height: 34px;
  font-weight: 400px;
}
.input-box{
    font-family: source sans pro ;
    margin-left: 15px;
}
        .input-box span{
            font-size: 24px ;
            line-height: 30px;
            font-family: source sans pro ;
            color: white;
            font-weight: bold;
            padding-top: 11px;
        }
.input-box input {

    height: 55px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    background: transparent;
    padding-left: 15px;
   
}
.input-box select{
    height: 55px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    background: transparent;
    padding-left: 15px;
  
    
}
li{
  font-size: 20px;
  line-height: 26px;
  font-weight: 400px;
  font-family: source sans pro;
  color: white;
  padding-top: 40px;
}  