/* Page: mutual-funds/expert.php */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.wp-site-blocks,
.site,
.site-content,
.entry-content,
.wp-block-post-content,
.elementor,
.elementor-section,
.elementor-container {
  max-width: 100%;
  overflow-x: hidden;
}

.ws-elite-page {
  width: 100%;
  max-width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
  color: #0d2344;
  background: #fff;
  line-height: 1.55;
  overflow: visible !important;
}

.ws-elite-page *,
.ws-elite-page *::before,
.ws-elite-page *::after {
  box-sizing: border-box;
}

.ws-elite-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 70px;
  overflow: visible !important;
}

.ws-elite-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 55px;
  align-items: start;
  width: 100%;
  overflow: visible !important;
}

.ws-main-content {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  order: 1;
}

.ws-right-sidebar {
  position: relative !important;
  width: 100%;
  max-width: 300px;
  min-width: 0;
  order: 2;
  align-self: stretch;
}

.ws-sidebar-inner {
  width: 300px;
  max-width: 100%;
  position: relative;
}

.ws-sidebar-inner.is-fixed {
  position: fixed !important;
  top: 24px;
  z-index: 999;
}

.ws-sidebar-inner.is-bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
  z-index: 5;
}

.ws-title h1 {
  font-size: clamp(30px, 4vw, 40px);
  margin: 0 0 15px;
  color: #08306b !important;
  font-weight: 800;
  line-height: 1.15;
}

.ws-subtitle {
  font-size: 13px;
  color: #63738c;
  margin-bottom: 22px;
}

.ws-rating {
  font-size: 14px;
  color: #19345a;
  font-weight: 700;
  margin-bottom: 45px;
}

.ws-rating span {
  color: #ffb400;
}

.ws-rating a {
  color: #243c60;
  font-weight: 400;
  text-decoration: none;
  margin-left: 12px;
}

.ws-price-card {
  width: 100%;
  background: #90d5ff;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 12px 35px rgba(21, 52, 92, 0.12);
  text-align: center;
  margin-bottom: 35px;
  margin-top: 40px;
  overflow: hidden;
}

.ws-price-card h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #08306b !important;
}

.ws-price {
  font-size: 34px;
  font-weight: 800;
  color: #08306b !important;
}

.ws-old-price {
  color: #7f8797;
  text-decoration: line-through;
  margin-right: 6px;
  font-size: 13px;
}

.ws-off {
  color: #ff5b5b;
  font-size: 13px;
}

.ws-buy-btn {
  display: block;
  width: 100%;
  margin-top: 18px;
  background: orange;
  color: black !important;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.ws-buy-btn:hover {
  background: #0049c4;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 85, 222, 0.22);
}

.ws-side-nav {
  width: 100%;
  background: #fff;
}

.ws-side-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #d8dee8;
  color: #617086;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ws-side-nav a:hover,
.ws-side-nav a.active {
  color: #1f70e8;
  font-weight: 700;
}

.ws-side-nav a.active::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #1f70e8;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.ws-section {
  width: 100%;
  padding: 42px 0;
  border-bottom: 1px solid #dbe1ea;
  scroll-margin-top: 35px;
}

.ws-section:first-child {
  padding-top: 0;
}

.ws-section h2 {
  font-size: 24px;
  margin: 0 0 22px;
  color: #08306b !important;
  line-height: 1.25;
}

.ws-section h3 {
  color: #08306b !important;
}

.ws-section p {
  font-size: 14px;
  color: #092548;
  margin: 0;
}

.ws-services {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
  gap: 45px;
  align-items: center;
}

.ws-check-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ws-check-list li {
  list-style: none !important;
  position: relative;
  padding-left: 38px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #092548;
}

.ws-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #35c85a;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
}

.ws-illustration {
  text-align: center;
}

.ws-illustration svg {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ws-buy-grid,
.ws-doc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px 55px;
}

.ws-icon-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14px;
  color: #092548;
}

.ws-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-icon.green { color: #39c658; }
.ws-icon.pink { color: #ff5f9b; }
.ws-icon.purple { color: #8d76ff; }
.ws-icon.blue { color: #3a91ff; }
.ws-icon.orange { color: #ff9a3c; }

.ws-process-note {
  margin-bottom: 22px !important;
}

.ws-estimate {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.ws-timeline {
  position: relative;
  padding-left: 28px;
}

.ws-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 2px;
  height: 105px;
  background: #8fbaff;
}

.ws-step {
  position: relative;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #33445f;
}

.ws-step::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #4d95ff;
  background: #fff;
}

.ws-step.done::before {
  border-color: #4d95ff;
  background: radial-gradient(circle, #37ce61 35%, #fff 38%);
}

.ws-cta-banner {
  margin-top: 34px;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #08306b, #0054e2);
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  box-shadow: 0 16px 38px rgba(8, 48, 107, 0.2);
}

.ws-cta-banner h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #fff !important;
}

.ws-cta-banner p {
  color: #eef5ff !important;
  font-size: 15px;
  line-height: 1.6;
}

.ws-cta-banner a {
  flex: 0 0 auto;
  background: orange;
  color: #000 !important;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.ws-cta-banner a:hover {
  background: #ffffff;
  color: #08306b !important;
}

.ws-faq-item {
  border-bottom: 1px solid #e5e9ef;
}

.ws-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 52px 26px 0;
  position: relative;
  font-weight: 600;
  line-height: 1.35;
  font-size: 18px;
  color: #1d2f48;
}

.ws-faq-item summary::-webkit-details-marker {
  display: none;
}

.ws-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 26px;
  width: 32px;
  height: 32px;
  border: 1.5px solid #aab2bd;
  border-radius: 50%;
  color: #8a94a3;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}

.ws-faq-item[open] summary::after {
  content: "-";
  line-height: 26px;
}

.ws-faq-item p {
  margin: -4px 55px 30px 0 !important;
  line-height: 1.55 !important;
  color: #06162d !important;
}

.ws-testimonial-section {
  background: #f7f8fb;
  border-bottom: none;
  padding: 60px 24px;
  border-radius: 28px;
  margin-top: 35px;
}

.ws-testimonial-head {
  max-width: 820px;
  margin: 0 auto 38px;
}

.ws-testimonial-head h2 {
  font-size: clamp(28px, 4vw, 34px);
  color: #08306b !important;
  margin-bottom: 16px;
  font-weight: 900;
}

.ws-testimonial-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #071326;
}

.ws-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ws-testimonial-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 16px 34px rgba(13, 35, 68, 0.1);
}

.ws-testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.ws-testimonial-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #f6f8fc;
  border: 1px solid #e6ebf3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0055de;
  font-size: 20px;
}

.ws-stars {
  color: #ff9f00;
  font-size: 20px;
  letter-spacing: 2px;
}

.ws-testimonial-text {
  line-height: 1.65;
  color: #06162d !important;
  margin-bottom: 24px !important;
}

.ws-testimonial-author {
  text-align: right;
  font-size: 14px;
  color: #07185f;
  font-weight: 800;
  line-height: 1.15;
}

.ws-testimonial-author span {
  display: block;
  font-style: italic;
  font-weight: 700;
  color: #07185f;
}

/* TABLET */
@media (max-width: 1100px) {
  .ws-elite-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .ws-main-content {
    max-width: 100%;
    padding-top: 20px;
    order: 1;
  }

  .ws-right-sidebar {
    position: static !important;
    max-width: 100%;
    padding-top: 20px;
    order: 2;
  }

  .ws-sidebar-inner,
  .ws-sidebar-inner.is-fixed,
  .ws-sidebar-inner.is-bottom {
    position: static !important;
    width: 100%;
    max-width: 100%;
  }

  .ws-price-card {
    max-width: 360px;
  }

  .ws-services,
  .ws-buy-grid,
  .ws-doc-grid,
  .ws-testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ws-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .ws-elite-container {
    padding: 16px 14px 50px;
  }

  .ws-title h1 {
    font-size: 30px;
  }

  .ws-section h2 {
    font-size: 22px;
  }

  .ws-rating a {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  .ws-price-card {
    max-width: 100%;
    padding: 22px;
  }

  .ws-faq-item summary {
    font-size: 17px;
    padding: 22px 45px 22px 0;
  }

  .ws-faq-item summary::after {
    top: 21px;
    width: 28px;
    height: 28px;
    font-size: 23px;
    line-height: 24px;
  }

  .ws-faq-item p {
    font-size: 16px !important;
    margin-right: 0 !important;
  }

  .ws-testimonial-section {
    padding: 45px 16px;
  }

  .ws-testimonial-card {
    padding: 26px 22px;
  }

  .ws-testimonial-text {
    font-size: 16px !important;
  }

  .ws-cta-banner {
    padding: 24px 20px;
  }

  .ws-cta-banner h3 {
    font-size: 22px;
  }

  .ws-cta-banner a {
    width: 100%;
    text-align: center;
  }
}
