
  
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #9631a3;
  color: #0e0606;
}


.intro img{

border-radius: 10px;
}

.intro {
  
  text-align: center;
  padding: 50px 20px;
  background-color: #e4aaec;
}

.intro h1 {
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 2.5em;
}

.intro p {
  font-size: 1.2em;
}

.vision-mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.vision, .mission {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 80%;
}

.vision img, .mission img {
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.vision .text, .mission .text {
  width: 60%;
  padding: 0 20px;
  text-align: left;
}

.vision .text h2, .mission .text h2 {
  margin-top: 0;
  color: #24c42a;
}

.unique {
  text-align: center;
  padding: 20px;
  background-color: #e4aaec;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* TESTIMONIAL */
.testimonial-section {
  background-color:#e5d8e7;
  color:black;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
}
h2{
  text-align: center;
  font-size: 40px;
}
h2:hover{
  
  color: rgb(20, 176, 56);
}

.testimonial-box {
  grid-column: 2 / -1;
  align-self: center;
}

.testimonial-box h2 {
  margin-bottom: 24px;
  /* 20 / 24 / 30 */
  font-size: 24px;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #e6fcf5;
}

.testimonial-author {
  color: rgb(218, 13, 13);
} 
/* FEATURES */
.features-icon {
  stroke: rgb(38, 186, 60);
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}

.features-title {
  margin-bottom: 16px;
  font-size: 30px;
}

.features-text {
  font-size: 18px;
  line-height: 1.7;
}
.grid-3-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}

/* HEADER */
header {
background-color: #008080;
color: white;
padding: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 1000;
}

header h1 {
margin: 0;
}

header h1 a {
text-decoration: none;
color: #fff;
}


/* LOGO */
.logo {
flex-grow: 1;
display: flex;
align-items: center;
}

.logo h1 {
margin: 0;
font-size: 2.3rem;
color: white;
text-transform: none;
font-family: "Rowdies", sans-serif;
font-weight: 700;
font-style: normal;
}

/* HEADER NAV */
nav {
z-index: 999;
display: flex;
align-items: center;
flex-grow: 2;
}

nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: center;
background-color: #007373;
margin: 0;
}

nav ul li {
margin: 0 1rem;
position: relative;         /*dropdown*/
}

nav ul li a {
color: rgb(241, 232, 232);
text-decoration: none;
padding: 0.5rem 1rem;
display: block;
transition: background-color 0.3s ease, color 0.3s ease;
}

nav ul li a:hover {
background-color: #005959;
color: white;
}

/* Dropdown */
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 180px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
transition: background-color 0.2s ease, color 0.2s ease;           /* transition for background and text color */
}

.dropdown-content a:hover {
background-color: #4f8c8c;
color: white;
}

.dropdown:hover .dropdown-content {
display: block;
}

/*HEADER RIGHT*/
.header-right {
display: flex;
align-items: center;
}

/* SEARCH BAR */
.search-container {
display: flex;
align-items: center;
background-color: white;
border-radius: 25px;
padding: 0 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#search-icon img {
width: 20px;
height: auto;
vertical-align: middle;
}

.search-container input {
border: none;
font-family: "Lato", sans-serif;
outline: none;
padding: 10px;
border-radius: 25px;
width: 200px;
}

.search-container #search-icon {
cursor: pointer;
font-size: 1.2rem;
color: #666;
margin-left: 10px;
}

.suggestions {
display: none;
background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
max-height: 200px;
overflow-y: auto;
position: absolute;
top: 40px;
right: 0;
z-index: 1000;
width: 100%;
}

.suggestions a {
display: block;
padding: 0.5rem;
text-decoration: none;
color: #333;
}

.suggestions a:hover {
background-color: #f1f1f1;
}

.login-btn {
background-color: black;
color: white;
border: none;
padding: 10px 20px;
border-radius: 25px;
margin-left: 10px;
text-decoration: none;
font-size: 1rem;
transition: background-color 0.3s ease;
}

.login-btn:hover {
background-color: rgb(21, 21, 21);
}

/* footer */
body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}

.footer {
  background: #002525;  /*linear-gradient(45deg, #34495e, #2c3e50);*/
  font-family: 'Arial', sans-serif;           /*'Roboto', sans-serif;*/
  color: white;
  padding: 40px 0;
  position: relative;
  text-align: center;
  overflow: hidden;

  bottom: 0;
  width: 100%;
}

.footer .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-section {
  margin: 20px;
  flex: 1;
  min-width: 250px;
  /*position: relative;
  overflow: hidden;*/
}

.footer-section h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1abc9c;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.footer-section h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #1abc9c;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.footer-section p, .footer-section ul, .footer-section li, .footer-section a {
  font-size: 16px;
  line-height: 1.8;
  color: #bdc3c7;
  transition: color 0.3s ease;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #bdc3c7;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #1abc9c;
}

.footer-section .social-links a {
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  color: #bdc3c7;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-section .social-links a:hover {
  color: #1abc9c;
  transform: scale(1.2);
}

.footer-section:hover h2 {
  color: #e74c3c;
}

.footer-section:hover h2::after {
  width: 100%;
}

.footer-section:hover p, .footer-section:hover ul li a {
  color: #ecf0f1;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  background: #011f1f;
  width: 100%;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #bdc3c7;
}

@media (max-width: 768px) {
  .footer-content {
      flex-direction: column;
      align-items: center;
  }

  .footer-section {
      margin: 10px 0;
  }
}