* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
  display: block;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

  color: white;
  position: relative;
}
.hero {
  background: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/162/601/original/8.jpg?1744183628")
    no-repeat center center/cover;
  background-color: rgba(0, 0, 0, 0.589);
  background-blend-mode: multiply;
  /* height: 100%; */
  text-align: center;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content {
  max-width: 90%;
}
h1 {
  font-family: "Georgia", serif;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
p {
  font-size: 1rem;
  margin: 20px 0;
}
.cta {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  .cta {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}
/* mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm */
/* styles.css */

body {
  margin: 0;

  padding: 0;

  font-family: Arial, sans-serif;

  background-color: #ffffff;
}

.coastline-section {
  display: flex;

  align-items: center;

  justify-content: center;

  /* padding: 50px; */
  padding: 65px 50px 75px 50px;
}

.text-content {
  flex: 1;

  max-width: 50%;

  padding-right: 20px;
}

.text-content h1 {
  font-size: 2.5rem;

  color: #4a90e2;

  font-weight: bold;
}

.text-content p {
  font-size: 1rem;

  color: #333;

  line-height: 1.6;
}

.image-container {
  flex: 1;

  display: flex;

  justify-content: center;
}

.image-container img {
  width: 100%;

  max-width: 500px;

  border-top-left-radius: 50%;

  border-top-right-radius: 50%;
}

/* pppppppppppppppppppppppppppp */
/* General Styles */

/* Section Title */
.seas-section {
  margin: 0;

  padding: 65px 0 75px;
  background-color: #000;

  color: white;

  font-family: "Arial", sans-serif;

  /* text-align: center; */
}
.section-title {
  font-size: 2.5rem;

  font-weight: bold;

  color: #4a90e2; /* Light blue */

  margin-bottom: 40px;
  padding-left: 2.5em;
}

/* Cards Layout */

.cards-container {
  display: flex;

  justify-content: center;

  gap: 90px;

  max-width: 1200px;

  margin: 0 auto;

  flex-wrap: wrap;
}

/* Individual Card */

.card {
  width: 300px;

  text-align: center;
}

/* Images with Semi-Circular Effect */

.card img {
  width: 100%;

  height: 200px;

  object-fit: cover;

  border-radius: 150px 150px 0 0; /* Top rounded, bottom straight */
}

/* Card Titles */

.card h3 {
  font-size: 1.2rem;

  font-weight: bold;

  margin-top: 15px;
}

/* Card Description */

.card p {
  font-size: 1rem;

  margin-top: 10px;

  color: #ccc;
}

/* Responsive Design */

@media (max-width: 1000px) {
  .cards-container {
    flex-direction: column;

    align-items: center;
  }
}

/* kkkkkkkkkkkkkkkkkkkkkkkkkkk  */
* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;

  color: white;
}

.fourSection {
  position: relative;

  width: 100%;

  height: 100vh;

  background: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/162/602/original/12_%284%29.jpg?1744183679")
    center/cover no-repeat;

  /* display: flex; */

  align-items: center;

  /* justify-content: center; */

  text-align: left;

  padding: 8em;
}

.overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.4);
}

.content {
  position: relative;

  max-width: 900px;
}

.fourSection h1 {
  font-size: 3.5rem;

  font-weight: bold;

  text-transform: uppercase;

  line-height: 1.2;
}

.stats {
  display: flex;

  justify-content: space-around;

  margin-top: 80px;
  gap: 10px;
}

.stat {
  flex: 1;

  padding: 10px;
}

.stat h2 {
  font-size: 2.5rem;

  font-weight: bold;
}

.fourSectio p {
  font-size: 1rem;

  line-height: 1.5;
}

/* Responsive Design */

@media (max-width: 768px) {
  .stats {
    flex-direction: column;

    align-items: center;
  }

  .stat {
    margin-bottom: 20px;
  }
}

/* lllllllllllllĺlllllllllllllll */
/* General Reset */

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

.team-section {
  font-family: "Arial", sans-serif;

  background-color: #ffffff;

  text-align: center;

  /* padding: 60px 40px; */
  padding: 75px 0 75px;
}

/* Heading */

.heading {
  font-size: 2.5rem;

  color: #4a90e2;

  font-weight: bold;

  text-transform: uppercase;

  line-height: 1.2;
}

/* Team Section */

.team-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  max-width: 900px;

  margin: 40px auto 0;

  gap: 50px;
}

/* Individual Team Member */

.team-member {
  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  max-width: 180px;
}

/* Profile Image */

.team-member img {
  width: 120px;

  height: 120px;

  border-radius: 50%;

  object-fit: cover;
}

/* Name */

.team-member h3 {
  font-size: 1rem;

  color: #000;

  font-weight: bold;

  margin-top: 10px;
}

/* Title */

.team-member p {
  font-size: 0.9rem;

  color: #666;
}
/* Responsive Design */

@media (max-width: 768px) {
  .team-container {
    flex-direction: column;

    gap: 30px;
  }
}

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */
/* General Reset */

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

/* Section Styling */

.volunteer-section {
  background-color: #2180ec;

  color: white;

  text-align: center;

  font-family: "Times New Roman", serif;

  height: 100vh;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding: 20px;
}

/* Heading Styling */

h1 {
  font-size: 4.5rem;

  font-weight: bold;

  line-height: 1.2;
}

h1 .large {
  font-size: 4.5rem;
}

.volunteer-btn {
  margin-top: 20px;

  padding: 12px 30px;

  border: 2px solid white;

  background: transparent;

  color: white;

  font-size: 1.2rem;

  cursor: pointer;

  font-family: Arial, sans-serif;
}

/* Contact Information */

.contact-info {
  position: absolute;

  bottom: 20px;

  width: 90%;

  display: flex;

  justify-content: space-between;

  font-family: Arial, sans-serif;

  font-size: 1rem;
}

.contact-info .left {
  text-align: left;
}

/* Responsive Adjustments */

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h1 .large {
    font-size: 3.5rem;
  }

  .contact-info {
    flex-direction: column;

    text-align: center;
  }

  .contact-info .left {
    text-align: center;
  }
}
/* ffffffffffffffffffffffffffffffffffff */
@media (max-width: 768px) {
  /* General Hero Section */
  .hero {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .content h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 0.9rem;
  }

  .cta {
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  /* Coastline Section */
  .coastline-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .text-content,
  .image-container {
    max-width: 100%;
    padding: 0;
  }

  .text-content h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  /* Four Section */
  .fourSection {
    padding: 4em 2em;
    text-align: center;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

  /* Volunteer Section */
  .volunteer-section {
    padding: 40px 20px;
    height: auto;
  }

  .volunteer-section h1 {
    font-size: 2.5rem;
  }

  .volunteer-btn {
    font-size: 1rem;
    padding: 10px 24px;
  }

  .contact-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    position: static;
    margin-top: 30px;
  }

  /* Team Section (5th Section Improved) */
  .team-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
  }

  .team-member {
    max-width: 100%;
    width: 100%;
  }

  .team-member img {
    width: 90px;
    height: 90px;
  }

  .team-member h3 {
    font-size: 0.95rem;
  }

  .team-member p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  /* Headings and Text */
  h1,
  .content h1,
  .text-content h1,
  .fourSection h1,
  .volunteer-section h1 {
    font-size: 1.5rem !important;
  }

  .cta,
  .volunteer-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .section-title,
  .heading {
    font-size: 1.6rem;
  }

  /* Cards */
  .card {
    width: 90%;
  }

  /* Team Section (extra small screen tweaks) */
  .team-member img {
    width: 75px;
    height: 75px;
  }

  .team-member h3 {
    font-size: 0.9rem;
  }

  .team-member p {
    font-size: 0.8rem;
  }
}

/* scroll down animations */
/* Initial hidden state */
/* Only fade in elements, not sections with background images */
.fade-in:not(section) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
/* Fade In From Left */
.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* Fade In From Right */
.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
}
