  /* === Lagoon Section Styles === */
.lagoon-section .container1 {
  max-width: 1200px;
  margin: auto;
  padding: 35px;
  margin-top: 80px;
}

.lagoon-section h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.care-tagline {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.care-subtext {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #444;
}

/* Logo Image */
.logoon-image {
  text-align: center;
  margin-bottom: 40px;
}

.logoon-image img {
  max-width: 100%;
  height: auto;
}

.top-image {
  margin-top: 40px;
  margin-bottom: 20px;
}

.top-image img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  display: block;
}

/* Features Grid */
.care-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.care-feature-box {
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.care-feature-box:hover {
  transform: translateY(-5px);
  background-color: #f1f8ff;
}

.care-icon {
  font-size: 5rem;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 30px;
}

.care-feature-box h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #000;
}

.care-feature-box p {
  font-size: 0.95rem;
  color: #333;
}

/* === Grid Section for Benefits === */
.care-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.main-heading {
  margin-bottom: 30px;
  padding: 0 20px;
}

.main-heading h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 35px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid-item img,
.shoes-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
}

.shoes-container {
  position: relative;
  height: 100%;
}

/* Text Box */
.text-box {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
}

.dark-blue {
  background-color: #003366;
  color: white;
}

.grid-item p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
  padding: 20px;
}

/* === Hohenstein & Woolmark Institute Section === */
.institute-section {
  background: #fff;
  padding: 40px 20px;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
}

.institute-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.institute-section h2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.content-box {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.logo img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* === Superscript for ® symbol === */
sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}

.vibes-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #000;
}

.vibes-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.vibes-section .vibes-container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.vibes-section .vibes-container p {
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 800px;
  color: #444;
  line-height: 1.6;
}

.vibes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.vibe-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: transform 0.3s ease;
}

.vibe-item:hover {
  transform: translateY(-5px);
}

.vibe-item img {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}

.vibe-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0b0c2a;
  line-height: 1.4;
}

.equipment-section {
  padding: 20px;
  background: #fff;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
}

.equipment-container {
  max-width: 1100px;
  margin: 0 auto;
}

.equipment-section h2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}

.equipment-section p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #444;
  line-height: 1.6;
}

.equipment-section h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
}

.accordion {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.accordion-item {
  border-top: 1px solid #ddd;
}

.accordion-header {
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
  color: #0b0c2a;
  transition: all 0.2s ease;
}

.accordion-header:hover {
  color: #003366;
}

.accordion-body {
  display: none;
  padding-bottom: 15px;
}

.accordion-item.open .accordion-body {
  display: block;
}

.accordion-body p {
  margin: 0 0 8px;
  font-size: 1rem;
}

.note {
  font-size: 0.9rem;
  margin-top: 30px;
  color: #666;
}

.care-fabric-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
}

.care-fabric-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.care-fabric-text {
  flex: 1 1 50%;
  padding: 50px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #0b0c2a;
  font-weight: 600;
}

.care-fabric-image {
  flex: 1 1 50%;
  text-align: right;
}

.care-fabric-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  .top-image img {
    max-height: 250px;
  }

  .grid-container {
    grid-template-columns: 1fr;
  }

  .main-heading h1 {
    font-size: 1.8rem;
  }

  .content-row {
    flex-direction: column;
  }

  .content-box {
    flex: 1 1 100%;
  }

  .institute-section h2 {
    font-size: 1.4rem;
  }

  .vibes-section .vibes-container h2 {
    font-size: 1.7rem;
  }

  .vibes-section .vibes-container p {
    font-size: 1rem;
  }

  .vibe-item h4 {
    font-size: 1rem;
  }

  .vibe-item img {
    width: 64px;
    height: 64px;
  }

  .care-fabric-container {
    flex-direction: column;
    text-align: center;
  }

  .care-fabric-text {
    font-size: 1rem;
    padding: 20px;
  }

  .care-fabric-image {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .top-image img {
    max-height: 180px;
  }

  .grid-item p {
    font-size: 1.1rem;
    padding: 15px;
  }

  .lagoon-section h1 {
    font-size: 1.5rem;
  }

  .care-tagline {
    font-size: 1.1rem;
  }

  .care-subtext {
    font-size: 0.95rem;
  }

  .vibes-section .vibes-container h2 {
    font-size: 1.5rem;
  }

  .vibes-section .vibes-container p {
    font-size: 0.95rem;
  }

  .vibe-item h4 {
    font-size: 0.95rem;
  }

  .vibe-item img {
    width: 56px;
    height: 56px;
  }

  .vibes-section {
    padding: 40px 15px;
  }
}




