   .header {
      background-image: url()!important;
      background-size: cover!important;
      background-position: center!important;
      height: 400px!important;
      display: flex!important;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      position: relative;
    }

    .header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .header h1 {
      font-size: 3rem;
      position: relative;
      z-index: 2;
      color: #3c92e8;;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    @media (max-width: 768px) {
      .header {
        height: 200px!important;
      }

      .header h1 {
        font-size: 2rem;
      }
    }
   .title{
    color: #3c92e8;
   }
        .principal {
            display: flex;
            align-items: flex-start;
            margin: 20px 0;
            gap: 1.5rem;
        }
        .principal-us-one, .content-one {
            flex: 1;
            
        }
        .principal-us-one img {
            width: 100%;
            height:100%;
        }
        .title {
            font-size: 1.5rem;
            font-weight: bold;
        }
        .content {
            font-size: 1rem;
            line-height: 1.6;
        }
        .facilities-list {
            list-style-type: none!important;
            padding: 0;
        }
        .facilities-list li {
            margin: 10px 0;

        }
        .facilities-list i{
          color: #3c92e8;
        }
        .achievement {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 1.5rem;
        }
        @media(max-width:789px){
            .achievement {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 1.5rem;
        }
        }

.title{
  color: #3c92e8!important;
  font-size: 1.8rem!important;

}
 .header {
            background-image: url('images/admission-header.jpg') !important; /* Add a relevant background image */
            background-size: cover !important;
            background-position: center !important;
            height: 400px !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            position: relative;
        }

        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .header h1 {
            font-size: 2rem;
            position: relative;
            z-index: 2;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .header {
                height: 200px !important;
            }

            .header h1 {
                font-size: 2rem;
            }
        }
.tutors{
    margin: 60px 6%;
}
                .title {
            font-size: 1.5rem !important;
            color: #3c92e8;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .message {
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .message:hover {
            transform: translateY(-5px);
        }

        .message-header {
            font-size: 1.2rem;
            font-weight: bold;
        }

        .message-body {
            font-size: 1rem;
            line-height: 1.6;
        }

        .button {
            background-color: #3c92e8;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .button:hover {
            background-color: #2a6bb0;
        }

        .visits {
            background-color: #3c92e8;
            padding: 2rem;
            text-align: center;
            margin-top: 2rem;
        }

        .visits h2 {
            margin-bottom: 1rem;
        }

        .button-ones {
            background-color: white;
            color: #3c92e8;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .button-ones:hover {
            background-color: #f0f0f0;
        }

       