/* Global Styles */
body {
  font-family: 'Enriqueta', sans-serif;
  background-color: #69a0a0;
  color: #29343d;
  margin: 0;
  padding: 0;
}

/* Hero Section */
.hero-section {
  margin-top: 50px;
}

.hero-header {
  font-size: 2.5rem;
  font-weight: 700;
  color: #29343d;
}

.hero-text {
  font-size: 1.2rem;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-header {
    font-size: 2rem;
  }

  .hero-text {
    font-size: 1rem;
  }
}

/* Column Customization */
img.img-fluid {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Custom Section Styles */
.section-1 {
  background-color: #000000;
  padding: 30px;
}

.section-2 {
  background-color: #B0E0E6;
  padding: 40px;
  text-align: center;
}
/* Services Section */
.services-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 30px;
}

.services-section .card-title {
  font-size: 1.2rem;
  color: #5F9EA0;
}

.services-section .card-text {
  color: #000000;
}

.services-section .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* About Section */
.about-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 30px;
}

.about-section p {
  color: #000000;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Why Choose Us Section */
.why-choose-us .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 30px;
}

.why-choose-us p {
  color: #000000;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Knowledge Database Section */
.knowledge-database .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 30px;
}

.knowledge-database p {
  color: #000000;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* FAQ Section */
.faq-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 30px;
}

.faq-section .faq-item {
  margin-bottom: 20px;
}

.faq-section h5 {
  color: #29343d;
  font-size: 1.2rem;
}

.faq-section p {
  color: #000000;
  font-size: 1rem;
}
/* Testimonials Section */
.testimonials-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 30px;
}

.testimonials-section .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.testimonials-section .card-title {
  font-size: 1rem;
  color: #5F9EA0;
}

.testimonials-section .card-text {
  color: #87CEEB;
  margin-bottom: 10px;
}

/* Form Section */
.form-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 20px;
}

.form-section .custom-form {
  max-width: 600px;
  margin: auto;
}

.form-section .btn-primary {
  background-color: #29343d;
  border: none;
  font-size: 1rem;
  padding: 10px 20px;
}

.form-section .btn-primary:hover {
  background-color: #5F9EA0;
}

/* Contact Section */
.contact-section .section-header {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 20px;
}

.contact-section p {
  font-size: 1rem;
  color: #000000;
}

/* Footer Section */
.footer-section {
  background-color: #29343d;
  color: #F0FFFF;
  padding: 20px 0;
}

.footer-section a {
  color: #B0E0E6;
  text-decoration: none;
  margin: 0 10px;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section p {
  margin-top: 10px;
  font-size: 0.9rem;
}
/* History and Mission Section */
.history-mission-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 20px;
}

.history-mission-section img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.history-mission-section p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 15px;
}
/* Cookie Policy Section */
.cookie-policy-section .section-header, 
.privacy-policy-section .section-header {
  font-size: 2rem;
  color: #29343d;
  margin-bottom: 20px;
}

.cookie-policy-section p, 
.privacy-policy-section p, 
.cookie-policy-section ul, 
.privacy-policy-section ul {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
}

.cookie-policy-section ul, 
.privacy-policy-section ul {
  margin-left: 20px;
  list-style-type: disc;
}

.cookie-policy-section h3, 
.privacy-policy-section h3 {
  font-size: 1.5rem;
  color: #29343d;
  margin-top: 20px;
}

/* Privacy Policy Section */
.privacy-policy-section ul li, 
.cookie-policy-section ul li {
  margin-bottom: 10px;
}
