.abstract-section {
  margin-top: 1vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.abstract-content {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  color: white;
}

.abstract-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.abstract-subtitle {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  color: #f3e3c3;
}

/* ≤ 1024px */
@media (max-width: 1024px) {
  .abstract-title {
    font-size: 2.5rem;
  }

  .abstract-subtitle {
    font-size: 0.95rem;
  }
}

/* ≤ 768px */
@media (max-width: 768px) {
  .abstract-content {
    max-width: 80%;
  }

  .abstract-title {
    font-size: 2rem;
  }

  .abstract-subtitle {
    font-size: 0.9rem;
  }
}

/* ≤ 480px */
@media (max-width: 480px) {
  .abstract-title {
    font-size: 1.6rem;
  }

  .abstract-subtitle {
    font-size: 0.85rem;
  }

  .abstract-buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.risk-section {
  color: white;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.risk-arc-container {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  max-width: 80%;
}

.risk-arc {
  display: flex;
  justify-content: center;
  gap: 40px;
  border-radius: 50%;
  padding: 0px 20px 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.arc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #6e6658;
  padding: 20px;
  border-radius: 12px;
  width: 240px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}

.arc-item.active {
  color: #000;
  background: #f3e3c3;
  box-shadow: 0 0 20px #f3e3c3;
}

.icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.icon-img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  pointer-events: none;
}

.cta-button {
  margin-top: 20px;
  padding: 12px 24px;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  background: #f3e3c3;
  color: black;
}

.risk-content {
  width: 100%;
  max-width: 80%;
}

.risk-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.subtext {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
}

/* ✅ Breakpoint: 1024px and below */
@media (max-width: 1024px) {
  .risk-section,
  .risk-content,
  .risk-arc-container {
    max-width: 80%;
  }

  .risk-arc {
    gap: 30px;
    padding: 50px 10px 30px;
  }

  .risk-content h2 {
    font-size: 1.6rem;
  }
}

/* ✅ Breakpoint: 768px and below */
@media (max-width: 768px) {
  .risk-arc {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 10px 20px;
  }

  .arc-item {
    width: 270px;
  }

  .risk-content h2 {
    font-size: 1.4rem;
  }

  .cta-button {
    font-size: 0.85rem;
  }
}

/* ✅ Breakpoint: 480px and below */
@media (max-width: 480px) {
  .risk-content h2 {
    font-size: 1.2rem;
  }

  .subtext {
    font-size: 0.95rem;
  }

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


/* Base (desktop-first) styles */
.thewwinddex_hero {
  padding: 40px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}

.thewwinddex_title {
  color: #ddd;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.thewwinddex_highlight {
  font-size: 4rem;
  display: block;
  font-weight: 100;
}

.thewwinddex_subtitle {
  margin: 15px 0 30px;
  color: #d2c5b5;
  font-size: 1.2rem;
}

.thewwinddex_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 80%;
  padding: 0;
  box-sizing: border-box;
}

.thewwinddex_storecard {
  border: 1px solid #e8a854;
  border-radius: 12px;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  color: #f3e3c3;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 100%;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.thewwinddex_storecard:hover {
  background-color: #e8a85417;
  transform: translateY(-3px);
}

.thewwinddex_storetitle {
  font-size: 0.8rem;
  color: #ecd997;
  margin-bottom: 3px;
}

.thewwinddex_storename {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ecd997;
}

.thewwinddex_storesub {
  font-size: 0.75rem;
  margin-top: 6px;
  color: #c0b5a4;
}

/* Tablets and below (≤1024px) */
@media (max-width: 1024px) {
  .thewwinddex_hero {
    max-width: 90%;
  }

  .thewwinddex_highlight {
    font-size: 3.2rem;
  }
}

/* Medium screens (≤768px) */
@media (max-width: 768px) {
  .thewwinddex_hero {
    text-align: center;
    max-width: 90%;
  }

  .thewwinddex_highlight {
    font-size: 2.6rem;
  }

  .thewwinddex_subtitle {
    font-size: 1rem;
  }

  .thewwinddex_buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
  }

  .thewwinddex_storecard {
    max-width: 320px;
    width: 100%;
  }
}

/* Small phones (≤480px) */
@media (max-width: 480px) {
  .thewwinddex_hero {
    text-align: center;
    max-width: 90%;
  }

  .thewwinddex_highlight {
    font-size: 2.2rem;
  }

  .thewwinddex_subtitle {
    font-size: 0.95rem;
  }

  .thewwinddex_buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
  }

  .thewwinddex_storecard {
    max-width: 100%;
    width: 100%;
    padding: 14px 20px;
  }
}


.ww-title-container {
  padding: 50px 0;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;

}

.ww-title {
  font-size: 2rem; /* Base font size for large screens */
  color: #ffffff;
  margin: 0 auto;
}

.ww-description {
  font-size: 13px; /* Base font size for large screens */
  color: #fff;
  width: 80%; /* Set width to 80% */
  margin: 0 auto; /* Center the description */
}

/* Responsive design adjustments */

/* For tablets and medium screens (768px to 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
  .ww-title {
    margin: 0 auto;
    font-size: 3rem; /* Decrease font size for tablets */
  }
  .ww-description {
    margin: 0 auto;
    font-size: 12px; /* Slightly smaller description text for tablets */
  }
}

/* For mobile devices (480px to 767px) */
@media (max-width: 767px) and (min-width: 480px) {
  .ww-title {
    margin: 0 auto;
    max-width: 80%;
    font-size: 2.5rem; /* Adjust font size for small screens */
  }
  .ww-description {
    margin: 0 auto;
    font-size: 11px; /* Smaller description text for small screens */
  }
}

/* For extra small screens (below 480px) */
@media (max-width: 479px) {
  .ww-title {
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.5rem; /* Smaller font size for very small devices */
  }
  .ww-description {
    font-size: 10px; /* Further reduction for description text */
  }

  .ww-title-container {
    margin-top: 30px; /* Less vertical space on smaller devices */
  }
}

.blueww_container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 0px 0;
  padding-bottom: 30px;
}

.blueww_card {
  background: rgba(255, 255, 255, 0.08); /* semi-transparent for glass effect */
  border-radius: 16px;
  padding: 20px 24px;
  flex: 1 1 calc(20% - 24px);
  min-width: 200px;
  max-width: 250px;
  text-align: left;
  position: relative;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  
  border: 1px solid rgba(255, 255, 255, 0.15); /* subtle border like frosted glass */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}


.blueww_card:hover {
  transform: translateY(-6px);
}

.blueww_number {
  color: #ecd997;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.6;
}

.blueww_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.blueww_text {
  font-size: 14px;
  color: #dddddd;
  line-height: 1.6;
}

/* Responsive: Tablets */
@media (max-width: 1024px) {
  .blueww_container {
    gap: 20px;
  }

  .blueww_card {
    flex: 1 1 calc(45% - 20px);
  }
}

/* Responsive: Small Tablets & Phones */
@media (max-width: 768px) {
  .blueww_card {
    flex: 1 1 100%;
    max-width: 80%;
  }

  .blueww_number {
    bottom: 16px;
    right: 16px;
    font-size: 18px;
  }
}

/* Responsive: Small Phones */
@media (max-width: 480px) {
  .blueww_container {
    max-width: 80%;
    padding: 0px 0;
  }

  .blueww_card {
    padding: 18px 40px;
  }

  .blueww_title {
    font-size: 16px;
  }

  .blueww_text {
    font-size: 13px;
  }

  .blueww_number {
    font-size: 16px;
    bottom: 12px;
    right: 12px;
  }
}


.faq-section {
  padding: 0px 0px;
}

.faq-container {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #444;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 20px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #333;
}

.faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #1a1a1a;
  color: #ddd;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 20px;
}

.faq-answer p {
  padding: 10px 0;
  font-size: 1rem;
}

.faq-answer.open {
  max-height: 300px; /* Adjust based on answer length */
  padding: 15px 20px;
}

.faq-answer a {
  color: #f5a623;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .faq-section{
    max-width: 80%;
    margin: 0 auto;
  }
  .faq-container {
    max-width: 100%; /* Slightly reduced width for tablets */
  }

  .faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .faq-section{
    max-width: 80%;
    margin: 0 auto;
  }
  .faq-container {
    max-width: 100%; /* Ensures 80% width on smaller screens */
  }

  .faq-question {
    font-size: 1rem;
    padding: 12px;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .faq-section{
    max-width: 80%;
    margin: 0 auto;
  }
  .faq-container {
    max-width: 100%; /* Keeps 80% width for better mobile layout */
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 10px;
  }

  .faq-icon {
    font-size: 1.2rem;
  }

  .faq-answer p {
    font-size: 0.85rem;
  }
}

