.elementor-54 .elementor-element.elementor-element-c6d636f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-54 .elementor-element.elementor-element-c776558{color:#310261;}.elementor-54 .elementor-element.elementor-element-a961a17{--display:flex;}.elementor-54 .elementor-element.elementor-element-0cf80d5{color:#3C036B;}.elementor-54 .elementor-element.elementor-element-35427f2{--display:flex;}.elementor-54 .elementor-element.elementor-element-92bc88c{color:#C000A8;}.elementor-54 .elementor-element.elementor-element-957326d{--display:flex;}.elementor-54 .elementor-element.elementor-element-6898c94{color:#BE00B5;}.elementor-54 .elementor-element.elementor-element-1b253bb{--display:flex;}.elementor-54 .elementor-element.elementor-element-2a88324{color:#FF1E5C;}.elementor-54 .elementor-element.elementor-element-c006f14{--display:flex;}.elementor-54 .elementor-element.elementor-element-f87aa0b{color:#FC207F;}.elementor-54 .elementor-element.elementor-element-d54d05d{--display:flex;}.elementor-54 .elementor-element.elementor-element-bc133fe{color:#FF1515;}.elementor-54 .elementor-element.elementor-element-fef919f{--display:flex;}.elementor-54 .elementor-element.elementor-element-ae52b63{color:#FF1313;}.elementor-54 .elementor-element.elementor-element-be3a2af{--display:flex;}.elementor-54 .elementor-element.elementor-element-bea083d{color:#FF1313;}.elementor-54 .elementor-element.elementor-element-72ee772{--display:flex;}.elementor-54 .elementor-element.elementor-element-9847441{color:#F71313;}.elementor-54 .elementor-element.elementor-element-87a0047{--display:flex;}.elementor-54 .elementor-element.elementor-element-4e638e0{--display:flex;}.elementor-54 .elementor-element.elementor-element-05c5ec3{--display:flex;}.elementor-54 .elementor-element.elementor-element-b4e5012{--display:flex;}.elementor-54 .elementor-element.elementor-element-788474e{--display:flex;}.elementor-54 .elementor-element.elementor-element-ae9e41c{--display:flex;}.elementor-54 .elementor-element.elementor-element-66e0260{--display:flex;}.elementor-54 .elementor-element.elementor-element-f40fcd8{--display:flex;}.elementor-54 .elementor-element.elementor-element-3960dfd{--display:flex;}.elementor-54 .elementor-element.elementor-element-10431f7{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}:root{--page-title-display:none;}/* Start custom CSS for nested-accordion, class: .elementor-element-10431f7 *//* ShreeWin FAQ - Elementor Accordion Custom CSS */
/* Color palette: #4E1D7A / #A210F1 (purple gradient) + gold accent */

.elementor-accordion .elementor-accordion-item {
  border: none !important;
  margin-bottom: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(45, 17, 90, 0.12);
}

/* Question header */
.elementor-accordion .elementor-tab-title {
  background: linear-gradient(90deg, #4E1D7A 0%, #A210F1 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 16px 22px !important;
  border-left: 5px solid #FFB020 !important;
  border-radius: 12px !important;
  position: relative;
}

.elementor-accordion .elementor-tab-title a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* +/- icon */
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  color: #ffffff !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  fill: #ffffff !important;
}

/* Active/open question */
.elementor-accordion .elementor-tab-title.elementor-active {
  border-radius: 12px 12px 0 0 !important;
}

/* Answer content */
.elementor-accordion .elementor-tab-content {
  background-color: #ffffff !important;
  border: 1px solid #ecdff7 !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
  padding: 16px 22px !important;
  font-size: 15px !important;
  color: #333333 !important;
  line-height: 1.6;
}

.elementor-accordion .elementor-tab-content strong {
  color: #4E1D7A;
}

.elementor-accordion .elementor-tab-content a {
  color: #A210F1 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.elementor-accordion .elementor-tab-content a:hover {
  text-decoration: underline !important;
}

/* Hover effect on question */
.elementor-accordion .elementor-tab-title:hover {
  filter: brightness(1.08);
  cursor: pointer;
}

/* ============================================= */
/* FALLBACK: Newer Elementor "Nested Accordion" widget
   (used in recent Elementor versions - class names differ) */
/* ============================================= */

.e-n-accordion-item {
  border: none !important;
  margin-bottom: 14px !important;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(45, 17, 90, 0.12);
}

.e-n-accordion-item-title,
.e-n-accordion-item summary {
  background: linear-gradient(90deg, #4E1D7A 0%, #A210F1 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 16px 22px !important;
  border-left: 5px solid #FFB020 !important;
  border-radius: 12px !important;
}

.e-n-accordion-item-title-text,
.e-n-accordion-item .e-n-accordion-item-title * {
  color: #ffffff !important;
}

.e-n-accordion-item-title-icon,
.e-n-accordion-item-title-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.e-n-accordion-item-content {
  background-color: #ffffff !important;
  border: 1px solid #ecdff7 !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
  padding: 16px 22px !important;
  font-size: 15px !important;
  color: #333333 !important;
  line-height: 1.6;
}

.e-n-accordion-item-content strong {
  color: #4E1D7A !important;
}

.e-n-accordion-item-content a {
  color: #A210F1 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.e-n-accordion-item-content a:hover {
  text-decoration: underline !important;
}

.e-n-accordion-item-title:hover,
.e-n-accordion-item summary:hover {
  filter: brightness(1.08);
  cursor: pointer;
}/* End custom CSS */