/* Hero Section for About Page */
.first-section {
  background-image: url("../assets/images/Group8.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content-about {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title-about {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle-about {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-mission {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-tagline {
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.first-section {
  background-image: url("../assets/images/Group8.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  background-position:center;
}
.intro-section {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.service-image {
  max-width: 460px;
  padding: 0 !important;
  box-shadow: 20px 20px 0 #bea47b;
  width: 100%;
  height: auto;
}

.support-image,
.service-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.title {
  margin-top: 100px;
}
.team-grid .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.team-members {
  display: flex;
  justify-content: center; /* center the grid horizontally */
  align-items: flex-start;
  gap: 40px; /* space between cards */
  flex-wrap: wrap; /* allow wrap on small screens */
  margin-top: 40px;
}


.team-members {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.team-member {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex-wrap: nowrap;
}

.team-member img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.team-member h3 {
  margin-bottom: 8px;
  color: #003b3d;
}

.team-member p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

.team-member a {
  color: #0077cc;
  text-decoration: none;
  font-size: 15px;
}

.team-member a:hover {
  text-decoration: underline;
}
.team-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.uber-mich .container {
	display:block
}
.about-nw{
	display:flex;
	margin-bottom:150px;gap:20px
}
.section-design {
	height:auto !important
}

/* Network Section */
.network-section {
  padding: 70px 0;
}

.network-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.network-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}

.network-logo {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-drive-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Expectations Section */
.expectations-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.expectations-intro {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.expectations-subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
}

.expectations-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.expectations-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
}

.checkmark {
  color: #daaa7f;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}

.expectation-text {
  flex: 1;
}

.expectations-trust {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.section-title-white {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Curious Section */
.curious-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.curious-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.curious-content .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.curious-text {
  font-size: 22px;
  color: #0e5551;
  margin-bottom: 15px;
  font-weight: 600;
}

.curious-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.6;
}

.curious-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.curious-btn {
  display: inline-block;
  padding: 18px 45px;
  background: #0e5551;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.curious-btn:hover {
  background: #bea47b;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.curious-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 400px;
}

.curious-links p {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-align: center;
}

.curious-links a {
  color: #0e5551;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.curious-links a:hover {
  color: #bea47b;
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .hero-title-about {
    font-size: 40px;
  }

  .hero-mission {
    font-size: 24px;
  }

  .hero-tagline {
    font-size: 20px;
  }

  .about-nw {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .about-nw .service-image {
    max-width: 360px;
  }

  .about-nw .service-description {
    text-align: left;
    max-width: 100%;
  }

  .network-content p {
    font-size: 16px;
  }

  .hs-drive-logo {
    max-width: 250px;
  }

  .curious-text {
    font-size: 20px;
  }

  .curious-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .curious-contact {
    gap: 20px;
  }

  .curious-btn {
    padding: 15px 35px;
    font-size: 18px;
  }

  .curious-links {
    gap: 12px;
    max-width: 350px;
  }

  .curious-links p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-title-about {
    font-size: 32px;
  }

  .hero-subtitle-about {
    font-size: 20px;
  }

  .hero-mission {
    font-size: 22px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-tagline {
    font-size: 18px;
  }

  .about-nw {
    align-items: center;
    text-align: center;
    gap: 25px;
  }

  .about-nw .service-image {
    max-width: 320px;
  }

  .about-nw .service-description {
    text-align: left;
    padding: 0 10px;
  }

  .network-content p {
    font-size: 15px;
  }

  .hs-drive-logo {
    max-width: 200px;
  }

  .curious-section {
    padding: 60px 0;
  }

  .curious-text {
    font-size: 18px;
  }

  .curious-subtitle {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .curious-contact {
    gap: 18px;
  }

  .curious-btn {
    padding: 14px 30px;
    font-size: 16px;
    width: 100%;
    max-width: 320px;
  }

  .curious-links {
    gap: 12px;
    max-width: 100%;
  }

  .curious-links p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hero-title-about {
    font-size: 28px;
  }

  .about-nw {
    gap: 20px;
  }

  .about-nw .service-description {
    text-align: left;
    padding: 0 5px;
  }

  .about-nw .service-image {
    max-width: 280px;
  }

  .curious-section {
    padding: 50px 0;
  }

  .curious-text {
    font-size: 17px;
  }

  .curious-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .curious-contact {
    gap: 15px;
  }

  .curious-btn {
    padding: 12px 25px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }

  .curious-links {
    gap: 10px;
    width: 100%;
  }

  .curious-links p {
    font-size: 14px;
  }
}

.about-mission-section {
  padding: 70px 0;
}

.about-mission-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #0e5551;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-mission-content h2 {
  font-size: 36px;
  font-weight: 700;
}

.about-mission-content p {
  font-size: 20px;
  line-height: 1.55;
  color: #333;
  margin: 0;
  text-align: center;
  width: 100%;
}

.about-mission-content p + p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .about-mission-section {
    padding: 50px 0;
  }

  .about-mission-content h2 {
    font-size: 30px;
  }

  .about-mission-content p {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
  }
}
