body, .navbar, .nav-link, .language-selector, .test-links{
   font-family: 'Aptos', 'Quicksand', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1.6;
  /* color: #104A64; */
}


  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
 


.custom-logo{
block-size: auto;
inline-size:50px;
}

.pencil-test-link:hover{
/* color:'violet'; */
  color:#27D09C

}
/* About Us Section*/

#about {

  margin-block-start: 100px;
  justify-content: center;
  background-color: #EBEBEB;
}

#about img{
    inline-size: auto;
    block-size: auto;
}

.get-started{
    display: flex;
    justify-content: space-around;
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: -300px;

}

.get-started button {
  padding: 20px;
  margin: 10px;
  background-color: #0E5580;
  color: white;
  transition: background-color 0.3s, color 0.3s;

}
.get-started button:hover {
    background-color: #27D09C;
    color: white;
  }

/* Upload and form section */
.custom-section {
    display: flex;
    align-items: stretch;
  }

.custom-form {
    flex: 1;

  }
  .custom-form form{
    margin-block-start: 40px;
  }

  .custom-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    background-color: #EBEBEB;
    margin-block-start: 80px;

  }

  .custom-buttons button {
    flex: 1;
    margin: 10px;
    background-color: #0E5580;
    color: white;
    transition: background-color 0.3s, color 0.3s;
  }


  .custom-buttons button:hover {
    background-color: #27D09C; /* Green */
    color: white;
  }

  .img-fluid{
    /* inline-size: 100%; */
    block-size: 360px;
  }

/* adjust font-weight of h5 inside div.row to 600 */
div.row h5 {
  font-weight: 600;
  color: #104A64;
}

h4 h3 h2 h1 h5 h6{
  color: #104A64 !important;
}

p {
  font-size: 20px; /* Larger paragraph font size */
  /* color: #104A64; */
}

.ec-welcome-title {
  color: #0E5580  !important;
  margin-bottom: 1.5rem;
}

.ec-paragraph {
  /* color: #104A64; */
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.ec-video-title {
  color: #104A64;
  margin-top: 2rem;
}

.ec-video-container {
  background: #EBEBEB;
  padding: 1rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}