.elementor-13295 .elementor-element.elementor-element-eed7cf6{--display:flex;}.elementor-13295 .elementor-element.elementor-element-b38b70c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13295 .elementor-element.elementor-element-ebf67d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-13295 .elementor-element.elementor-element-02a9e97{width:100%;max-width:100%;}/* Animated iOS-style Mesh Background */
.ios-glass-environment {
  margin: 0;
  padding: 4rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  min-height: 100vh;
  /* Smooth, moving gradient background */
  background: linear-gradient(-45deg, #1e3a8a, #3b82f6, #9333ea, #4c1d95);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  color: #ffffff;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

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

.faq-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Liquid Glass Accordion Items */
.glass-accordion {
  background: rgba(255, 255, 255, 0.1);
  /* The core iOS blur effect */
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  /* Soft lighting on the top and left edges */
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.glass-accordion:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}

.glass-accordion[open] {
  background: rgba(255, 255, 255, 0.15);
}

.glass-accordion summary {
  padding: 1.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  outline: none;
}

/* Hide the default HTML triangle */
.glass-accordion summary::-webkit-details-marker {
  display: none;
}

.toggle-icon {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(255, 255, 255, 0.8);
}

/* Rotate to an 'X' when open */
.glass-accordion[open] .toggle-icon {
  transform: rotate(45deg);
  color: #ffffff;
}

.accordion-content {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  animation: fadeSlideIn 0.4s ease-out forwards;
}

/* Smooth reveal for the text */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Start custom CSS for html, class: .elementor-element-02a9e97 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap');

/* Pure White Background Environment */
.clean-white-environment {
  margin: 0;
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background-color: #ffffff; /* Pure white */
  color: #1d1d1f;
}

.faq-container {
  max-width: 900px;
  width: 100%;
}

/* Header Text Styling */
.page-header {
  text-align: center;
  margin-bottom: 60px;
}

.main-title {
  font-family: 'Playfair Display', 'Merriweather', 'Times New Roman', serif;
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
}

.sub-title {
  font-size: 1.25rem;
  color: #666666;
  font-weight: 400;
  margin: 0;
}

/* FAQ List Container */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Individual Floating Cards */
.faq-card {
  background: #ffffff;
  border: 1px solid #f0f0f5; 
  border-radius: 20px;
  overflow: hidden; 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.03);
  border-color: #e5e5ea;
}

/* Summary acts as the clickable button */
.faq-summary {
  cursor: pointer;
  list-style: none; /* Hides default triangle */
  outline: none;
}

.faq-summary::-webkit-details-marker {
  display: none; /* Hides default triangle in Safari/Chrome */
}

/* FAQ Title Styling */
.faq-info {
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.faq-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
  padding-right: 20px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

/* Expansion Icon (+ / x) */
.expand-icon {
  font-size: 1.8rem;
  font-weight: 300;
  color: #86868b;
  transition: transform 0.3s ease;
  line-height: 1;
}

/* Rotate icon when details are open */
.faq-card[open] .expand-icon {
  transform: rotate(45deg);
  color: #1a1a1a;
}

/* Expanding Description Box */
.faq-description {
  padding: 0 30px 24px 30px;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a4a4a;
  background: #ffffff;
  animation: slideDown 0.3s ease-out forwards;
}

.faq-description p {
  margin: 0;
  border-top: 1px solid #f5f5f7;
  padding-top: 20px;
}

/* Animation for the expanding text */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .main-title { 
    font-size: 2.8rem; 
  }
  .clean-white-environment {
    padding: 60px 15px;
  }
  .faq-info {
    padding: 20px;
  }
  .faq-description {
    padding: 0 20px 20px 20px;
  }
  .faq-title {
    font-size: 1.1rem;
  }/* End custom CSS */