/* Global Styles */
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* body {
  background-color: #f1f3f5;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
}

/* Header Section */
header {
  height: 100%;
  width: 100%;
  background: white;
  color: white;
  display: flex;
  align-items: left;
  justify-content: left;
  text-align: left;
}

/* .hero-text {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  color: #ffffff;
  max-width: 800px;
  text-align: center;
}


nav {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #f5f5f5;
  box-shadow: 0 4px 2px -2px gray;
  z-index: 1000;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
  margin: 0;
}

nav ul li {
  padding: 0 15px;
}

nav ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}


.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 2rem 0 1.5rem;
  text-align: center;
  position: relative;
}

.section-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #0056b3;
  margin: 10px auto 0;
}


.card {
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: scale(1.07);
}


.btn-primary {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}


.testimonial {
  padding: 30px;
  margin: 30px 0;
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
} */


/* General */
body {
  font-family: 'Arial', sans-serif;
  /* background-color: #f8f9fa; */
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


.row {
  justify-content: center;
}
h2, h5 {
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #007bff;
}

a:hover {
  color: #0056b3;
}

/* Navbar */
.navbar {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  background-color: white; 
  /* padding: 10px;  */
  /* border-radius: 5px;  */
}
.logo-container {
  background-color: #ffffff; 
  /* padding: 10px; */
}


#brand-logo {
  height: 40px;
  margin-right: 10px;
}

.navbar-nav .nav-link {
  font-size: 1.1rem;
  color: #343a40;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}

/* Banner */
.main-banner {
  background: linear-gradient(120deg, #007bff, #6c757d);
  color: white;
  padding: 60px 0;
}

.main-banner h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner p {
  font-size: 1.2rem;
}

.white-button a {
  background-color: #ffffff;
  color: #007bff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.white-button a:hover {
  background-color: #e9ecef;
  color: #0056b3;
}

.right-image img {
  width: 100%;
  border-radius: 10px;
}

/* Packages Section */
#packages {
  padding: 40px 0;
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.card {
  transition: transform 0.3s;
  border-radius: 10px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
}

.card-header {
  background-color: #007bff;
  color: white;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.card-body {
  padding: 20px;
  background-color: #ffffff;
}

.card-body h5 {
  font-size: 1.5rem;
}

.card-body h6 {
  font-size: 1rem;
  color: #6c757d;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* Modal */
.modal-header {
  background-color: #007bff;
  color: white;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.modal-body {
  padding: 20px;
}

.form-label {
  font-size: 1rem;
  font-weight: 600;
}

.form-control {
  padding: 10px;
  font-size: 1rem;
}

.btn-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.25rem;
}

/* Footer */
footer {
  background-color: #343a40;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
}

footer a {
  color: white;
  margin-left: 10px;
}

footer a:hover {
  text-decoration: underline;
}

/* Media Queries */
@media (max-width: 768px) {
  .navbar-brand {
      font-size: 1rem;
  }

  .main-banner h2 {
      font-size: 2rem;
  }

  .main-banner p {
      font-size: 1rem;
  }

  .card-body h5 {
      font-size: 1.25rem;
  }

  .white-button a {
      padding: 8px 16px;
      font-size: 0.9rem;
  }
}


#certified-cards{
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
}