/* Custom Styles */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  height: 50px;
}

.btn-apply {
  background-color: #c22400;
  color: white;
  border-radius: 5px;
}

.btn-apply:hover {
  background-color: white;
}

.hero {
  background: url("../images/hero.jpg") center center/cover no-repeat;
  color: white;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  text-align: center;
}

.hero2 {
  background: url("../images/hero1.png") center center/cover no-repeat;
  color: white;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  text-align: center;
}

.hero3 {
  background: url("../images/hero3.jpg") center center/cover no-repeat;
  color: white;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.btn-primary-custom {
  background-color: #c22400;
  color: white;
  border-radius: 5px;
}

.btn-secondary-custom {
  background-color: #fff;
  color: #c22400;
  border: 2px solid #c22400;
  border-radius: 5px;
}



.section {
  background-color: #fff;
  color: black;
  width: 100%;
  padding: 70px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.section h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.section p {
  font-size: 16px;
  margin-bottom: 20px;
}
.btn-custom {
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
}
.btn-custom:hover {
  background-color: #555555;
}
.study-section {
  background-color: #fff;
  color: white;
  padding: 30px;
  border-radius: 12px;
}
.study-section h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.study-section img {
  width: 100%;
  border-radius: 8px;
}
.section-images img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.section2 {
            background-color: #fff;
            color: white;
            padding: 30px;
            border-radius: 12px;
            margin-bottom: 30px;
        }
        .section2 h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }
        .section2 p {
            font-size: 16px;
            margin-bottom: 20px;
        }
        .btn-custom {
            background-color: #444444;
            border: none;
            padding: 10px 20px;
            color: white;
            font-size: 16px;
            border-radius: 5px;
        }
        .btn-custom:hover {
            background-color: #555555;
        }
        .testimonial-section {
            background-color: #fff;
            color: white;
            padding: 30px;
            border-radius: 12px;
            margin-bottom: 30px;
        }
        .testimonial-section h3 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        .testimonial-section .testimonial-content {
            background-color: #2b6a9b;
            padding: 20px;
            border-radius: 8px;
        }
        .testimonial-section .testimonial-content img {
            border-radius: 8px;
            width: 100px;
        }


 .footer {
            background-color: #2f2f36;
            color: white;
            padding: 40px;
        }
        .footer h5 {
            font-size: 16px;
            font-weight: 600;
            color: #bdbdbd;
            margin-bottom: 15px;
        }
        .footer ul {
            list-style: none;
            padding: 0;
        }
        .footer ul li {
            margin-bottom: 10px;
        }
        .footer ul li a {
            color: #d2d2d2;
            text-decoration: none;
        }
        .footer ul li a:hover {
            text-decoration: underline;
        }
        .footer .btn-custom {
            background-color: #ffffff;
            color: #2f2f36;
            border: none;
            border-radius: 20px;
            padding: 8px 20px;
            font-weight: 500;
        }
        .footer .btn-custom:hover {
            background-color: #dddddd;
        }
        .footer .btn-signup {
            background-color: #3490dc;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            border: none;
        }
        .footer .btn-signup:hover {
            background-color: #287bb5;
        }
        .logo {
            margin-bottom: 15px;
        }


        .footer {
          background-color: #2f2f36;
          color: white;
          padding: 40px;
      }
      .footer h5 {
          font-size: 16px;
          font-weight: 600;
          color: #bdbdbd;
          margin-bottom: 15px;
      }
      .footer ul {
          list-style: none;
          padding: 0;
      }
      .footer ul li {
          margin-bottom: 10px;
      }
      .footer ul li a {
          color: #d2d2d2;
          text-decoration: none;
      }
      .footer ul li a:hover {
          text-decoration: underline;
      }
      .footer .btn-custom {
          background-color: #ffffff;
          color: #2f2f36;
          border: none;
          border-radius: 20px;
          padding: 8px 20px;
          font-weight: 500;
      }
      .footer .btn-custom:hover {
          background-color: #dddddd;
      }
      .footer .btn-signup {
          background-color: #3490dc;
          color: white;
          padding: 8px 20px;
          border-radius: 20px;
          border: none;
      }
      .footer .btn-signup:hover {
          background-color: #287bb5;
      }
      .logo {
          margin-bottom: 15px;
      }


/*sign up styles*/
.signup-container {
  max-width: 450px;
  margin: 50px auto;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.signup-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.signup-btn {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.or-divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.or-divider:before, .or-divider:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #ccc;
  top: 50%;
}
.or-divider:before {
  left: 0;
}
.or-divider:after {
  right: 0;
}
.signup-form {
  margin-top: 20px;
}
.signup-form .form-control {
  border-radius: 5px;
  margin-bottom: 15px;
}
.remember-me {
  display: flex;
  align-items: center;
}
.remember-me input {
  margin-right: 8px;
}
.recaptcha {
  margin: 20px 0;
  text-align: center;
}
.signup-footer {
  text-align: center;
  margin-top: 15px;
}
.signup-footer a {
  color: #3490dc;
  text-decoration: none;
}

/* Example Media Queries */

/* Styles for devices with a maximum width of 768px (Tablets and below) */
@media (max-width: 768px) {
    .navbar {
        padding: 10px;
    }
    
    .hero {
        padding: 20px;
        text-align: center;
    }

    .hero h1 {
        font-size: 2rem;
    }
    
    .btn-primary-custom,
    .btn-secondary-custom {
        margin-top: 10px;
        width: 100%;
    }
}

/* Styles for devices with a maximum width of 576px (Mobile) */
@media (max-width: 576px) {
    .navbar-brand img {
        height: 40px;
    }
    
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .hero p {
        font-size: 0.9rem;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        font-size: 0.9rem;
    }
}

/* Styles for larger screens (Desktops) */
@media (min-width: 992px) {
    .hero {
        height: 70vh;
    }

    .hero h1 {
        font-size: 3.5rem;
    }

    .btn-primary-custom {
        padding: 15px 30px;
    }

    .btn-secondary-custom {
        padding: 15px 30px;
    }
}
