@font-face {
  font-family: "Mona Sans";
  src: url("/fonts/mona_sans/MonaSans-VariableFont_wdth,wght.ttf");
}
/* SF Pro Label Variables */
/* SF Pro Paragraph Variables */
/* Display Variables */
/* Mona Sans Heading Variables */
/*====================
TEXT COLOR
======================*/
/* Primary colors */
/* Brand colors*/
/* Neutra colors*/
/* Gray*/
/* Display Classes */
.display-lg {
  font-size: 96px;
  line-height: 112px;
  letter-spacing: -4%;
}

.display-md {
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -4%;
}

.display-sm, .pricing-section .main-content .details h3, .trusted-by h2, .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content h4, footer .footer-content .footer-main-content div:nth-child(1) h5 {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -4%;
}

.display-xs {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -4%;
}

/* Heading Classes */
.heading-xxl {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -4%;
}

.heading-xl {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -4%;
}

.heading-lg {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -4%;
}

.heading-md {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -4%;
}

.heading-sm, .why-stagepanda-parent .w-t-left-content div h5 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -4%;
}

.heading-xs, .benefits-for-speakers .all-benefits .benefit-card .benefit-card-details h5, .why-stagepanda-parent .w-t-left-content div h4, .for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card h4,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card h4,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card h4,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card h4, footer .footer-content .footer-main-content div:nth-child(1) h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -4%;
}

/* Label Classes */
.label-l, footer .footer-content .footer-main-content .footer-with-list h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -4%;
}

.label-m, footer .policy-terms ul li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4%;
}

.label-sm, .call-to-action-btns .call-to-action-btn {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -4%;
}

.label-xm {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -4%;
}

/* Paragraph Classes */
.paragraph-l, footer .footer-content .footer-main-content div:nth-child(3) p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -4%;
}

.paragraph-m, .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content p, .why-stagepanda-parent .w-t-left-content div p, footer .footer-content .footer-main-content .footer-with-list ul li a, footer .footer-content .footer-main-content .footer-with-list ul li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4%;
}

.paragraph-sm, .benefits-for-speakers .all-benefits .benefit-card .benefit-card-details p, .for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card p,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card p,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card p,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -4%;
}

.paragraph-xs {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -4%;
}

/* Display Mixins */
/* Heading Mixins */
/* Label Mixins */
/* Paragraph Mixins */
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  width: 100%;
  font-family: "Mona Sans", sans-serif;
  position: relative;
}

.body-radial-gradient {
  background: radial-gradient(at top right, white 1%, #f7f7f7 1% 33%, #f6f6f6 33% 66%, #f5f5f5 66%);
  background-size: 9.5rem;
}

/* Selection background color */
::-moz-selection {
  background-color: #17191c;
  color: #ffffff;
}
::selection {
  background-color: #17191c;
  color: #ffffff;
}

/* Page scroll bar */
::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: black;
  height: 55px;
}

ul {
  list-style: none;
}

.remove-default-btn-style, .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns button, .call-to-action-btns .call-to-action-btn {
  background: none;
  border: none;
}

.remove-default-a-style, .call-to-action-btns .call-to-action-btn, footer .footer-content .footer-main-content .footer-with-list ul li a {
  text-decoration: none;
}

/* Hides content */
.visually-hidden {
  display: none;
  opacity: 0;
}

button {
  cursor: pointer;
}

.hero-section,
.sub-section {
  padding: 10rem 5rem 0 5rem;
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-section .hero-section-content,
.hero-section .sub-section-content,
.sub-section .hero-section-content,
.sub-section .sub-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-section .hero-section-content .badge-container,
.hero-section .sub-section-content .badge-container,
.sub-section .hero-section-content .badge-container,
.sub-section .sub-section-content .badge-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  background: linear-gradient(135deg, #9a9a9a 0%, #6a6a6a 50%, #8a8a8a 100%);
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}
.hero-section .hero-section-content .badge-container .badge-inner,
.hero-section .sub-section-content .badge-container .badge-inner,
.sub-section .hero-section-content .badge-container .badge-inner,
.sub-section .sub-section-content .badge-container .badge-inner {
  position: relative;
  background: linear-gradient(135deg, #6a6a6a 0%, #4a4a4a 100%);
  border-radius: 100px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 -2px 4px rgba(255, 255, 255, 0.05);
  height: 2.8rem;
  border-radius: 2rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-section-content .badge-container .badge-inner p,
.hero-section .sub-section-content .badge-container .badge-inner p,
.sub-section .hero-section-content .badge-container .badge-inner p,
.sub-section .sub-section-content .badge-container .badge-inner p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2%;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff 0%, #c0c0c0 50%, #e8e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  white-space: nowrap;
}
.hero-section .hero-section-content .badge-container .badge-inner p::before,
.hero-section .sub-section-content .badge-container .badge-inner p::before,
.sub-section .hero-section-content .badge-container .badge-inner p::before,
.sub-section .sub-section-content .badge-container .badge-inner p::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(8px);
  opacity: 0.5;
}
.hero-section .hero-section-content .badge-container::before,
.hero-section .sub-section-content .badge-container::before,
.sub-section .hero-section-content .badge-container::before,
.sub-section .sub-section-content .badge-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 100px;
  pointer-events: none;
}
.hero-section .hero-section-content .badge-container::after,
.hero-section .sub-section-content .badge-container::after,
.sub-section .hero-section-content .badge-container::after,
.sub-section .sub-section-content .badge-container::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(135deg, #d0d0d0 0%, #a0a0a0 50%, #c0c0c0 100%);
  border-radius: 98px;
  z-index: -1;
  filter: blur(1px);
  opacity: 0.6;
}
.hero-section .hero-section-content h1,
.hero-section .sub-section-content h1,
.sub-section .hero-section-content h1,
.sub-section .sub-section-content h1 {
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: -0.3rem;
}
.hero-section .hero-section-content h1 span,
.hero-section .sub-section-content h1 span,
.sub-section .hero-section-content h1 span,
.sub-section .sub-section-content h1 span {
  color: #ff6641;
}
.hero-section .hero-section-content h2,
.hero-section .sub-section-content h2,
.sub-section .hero-section-content h2,
.sub-section .sub-section-content h2 {
  font-weight: 400;
  text-align: center;
  color: #4b5563;
  max-width: 58rem;
  margin-top: 2.9rem;
}
.hero-section .hero-section-content:has(.badge-container) h1,
.hero-section .sub-section-content:has(.badge-container) h1,
.sub-section .hero-section-content:has(.badge-container) h1,
.sub-section .sub-section-content:has(.badge-container) h1 {
  margin-top: 2.9rem; /* when span exists */
}
.hero-section .sub-section-content h2,
.sub-section .sub-section-content h2 {
  font-size: 50px;
  font-weight: 500;
  max-width: 70.8rem;
  text-align: center;
}
.hero-section .sub-section-content h3,
.sub-section .sub-section-content h3 {
  font-weight: 400;
  text-align: center;
  color: #4b5563;
  max-width: 58rem;
  margin-top: 2.9rem;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -4%;
}

@media screen and (max-width: 744px) {
  .hero-section,
  .sub-section {
    padding: 4.7rem 1.6rem 0 1.6rem;
    width: 100%;
  }
  .hero-section .hero-section-content,
  .hero-section .sub-section-content,
  .sub-section .hero-section-content,
  .sub-section .sub-section-content {
    width: 100%;
  }
  .hero-section .hero-section-content h1,
  .hero-section .sub-section-content h1,
  .sub-section .hero-section-content h1,
  .sub-section .sub-section-content h1 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -4%;
    font-size: 3.6rem;
    max-width: 100%;
    text-align: center;
  }
  .hero-section .hero-section-content h2,
  .hero-section .sub-section-content h2,
  .sub-section .hero-section-content h2,
  .sub-section .sub-section-content h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .hero-section .sub-section-content h2,
  .sub-section .sub-section-content h2 {
    font-size: 2.4rem;
    line-height: 160%;
    margin-top: 2.4rem;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -4%;
    font-size: 3.6rem;
    max-width: 100%;
    text-align: center;
  }
  .hero-section .sub-section-content h3,
  .sub-section .sub-section-content h3 {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
/* Responsiveness */
@media screen and (max-width: 754px) {
  .body-radial-gradient {
    background-size: 5.35rem;
  }
}
.main-header {
  width: 100%;
  padding: 4.4rem 6rem 2.4rem 6rem;
}
.main-header .large-screen-nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.main-header .large-screen-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 5.2rem;
}
.main-header .large-screen-nav ul li .nav-a {
  color: black;
}
.main-header .large-screen-nav ul li .nav-a:hover {
  color: #f26a31;
}
.main-header .large-screen-nav .login-a {
  color: white;
  background-color: #f26a31;
  width: 8.9rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 3.2rem;
}
.main-header .large-screen-nav .burger-menu {
  display: none;
}

/*Remove later*/
.navigations li:nth-child(1) .nav-a {
  color: #f26a31;
}

/*Mobile menu*/
.burger-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.burger-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 312px;
  height: 100vh;
  background-color: white;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-menu-overlay.active .mobile-menu {
  transform: translateX(0);
}

/* Menu Header */
.mobile-menu-header {
  padding: 3rem 3.2rem 2rem;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-logo {
  display: block;
  text-decoration: none;
}

/* Replace this with your actual logo SVG */
.mobile-menu-logo svg {
  width: 88px;
  height: 30px;
}

/* Menu Navigation */
.mobile-menu-nav {
  padding: 0;
}

.mobile-menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-nav a {
  display: block;
  padding: 2rem 3.2rem;
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  transition: background-color 0.2s ease;
}

.mobile-menu-nav a:hover {
  background-color: #f8f9fa;
}

.mobile-menu-nav a[aria-current=page] {
  color: #dc602d;
  font-weight: 500;
}

/* Login Button */
.mobile-menu-login {
  margin: 2rem 3.2rem;
}

.mobile-menu-login a {
  display: block;
  background-color: #f26a31;
  color: white;
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  border-radius: 2.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
  width: 14.4rem;
  height: 4rem;
}

.mobile-menu-login a:hover {
  background-color: #c5542a;
}

/* Menu Footer */
.mobile-menu-footer {
  padding: 3.2rem;
  margin-top: auto;
}

.mobile-menu-footer h4 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.mobile-menu-footer .contact-email {
  color: #999;
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  display: block;
}

.mobile-menu-footer .contact-email:hover {
  color: #dc602d;
}

/* Social Icons */
.mobile-menu-social {
  display: flex;
  gap: 1.6rem;
}

.mobile-menu-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.mobile-menu-social a:hover {
  background-color: #e9ecef;
}

/* Replace these with your actual social media icons */
.social-icon {
  width: 2rem;
  height: 2rem;
  background-color: #dc602d;
  border-radius: 2px;
}

/* Responsiveness */
@media screen and (max-width: 754px) {
  .main-header {
    padding: 2rem;
  }
  .main-header .large-screen-nav ul {
    display: none;
  }
  .main-header .large-screen-nav .login-a {
    display: none;
  }
  .main-header .large-screen-nav .burger-menu {
    display: block;
    background-color: black;
    height: 4rem;
    width: 4rem;
    border-radius: 1.2rem;
  }
}
footer {
  width: 100%;
  padding: 0 2.5rem 4.4rem 2.5rem;
  /*Policy and Terms & Conditions*/
}
footer .footer-content {
  background-color: white;
  padding: 6.9rem 3.6rem;
  border-radius: 3.2rem;
  border: 0.5rem solid #fef0ea;
}
footer .footer-content .footer-main-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 6rem;
}
footer .footer-content .footer-main-content div:nth-child(1) {
  grid-column: 1/5;
}
footer .footer-content .footer-main-content div:nth-child(1) h4 {
  font-weight: 500;
  color: #545454;
}
footer .footer-content .footer-main-content div:nth-child(1) h5 {
  font-weight: 500;
  color: #aeaeae;
  margin-top: 2rem;
}
footer .footer-content .footer-main-content div:nth-child(2) {
  grid-column: 5/6;
  display: flex;
  align-items: center;
}
footer .footer-content .footer-main-content div:nth-child(3) {
  grid-column: 1/3;
  max-width: 34rem;
}
footer .footer-content .footer-main-content div:nth-child(3) p {
  color: #4b5563;
  margin-top: 2.4rem;
}
footer .footer-content .footer-main-content .footer-with-list h5 {
  color: #333333;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
footer .footer-content .footer-main-content .footer-with-list ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
footer .footer-content .footer-main-content .footer-with-list ul li {
  color: #4b5563;
}
footer .footer-content .footer-main-content .footer-with-list ul li a {
  color: #4b5563;
}
footer .footer-content .footer-main-content .social-links ul {
  display: flex;
  gap: 1.2rem;
}
footer .footer-content .footer-main-content .social-links ul li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4%;
  font-weight: 500;
}
footer .policy-terms {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .policy-terms hr {
  width: 100%;
  margin: 4rem 0;
  border: 1px solid #f5f5f5;
}
footer .policy-terms ul {
  display: flex;
  justify-content: center;
  gap: 8.4rem;
}
footer .policy-terms ul li {
  color: #676767;
}
footer .policy-terms ul li a {
  text-decoration: none;
  color: #676767;
}

@media screen and (max-width: 754px) {
  footer {
    width: 100%;
    padding: 0 1.6rem;
    margin: 10rem 0 5rem 0;
    /*Policy and Terms & Conditions*/
  }
  footer .footer-content {
    padding: 3.7rem 0.8rem 5.69rem 0.8rem;
    border: 0.5rem solid #fef0ea;
    position: relative;
  }
  footer .footer-content .footer-main-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 2rem;
  }
  footer .footer-content .footer-main-content .stagepanda-logo-transparent {
    width: 5.306rem;
  }
  footer .footer-content .footer-main-content .stagepanda-transparent-logo-parent {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.7rem 1.6rem;
  }
  footer .footer-content .footer-main-content div:nth-child(1) {
    grid-column: 1/5;
  }
  footer .footer-content .footer-main-content div:nth-child(1) h5 {
    margin-top: 2rem;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -4%;
    font-size: 2.3rem;
    text-wrap: wrap;
  }
  footer .footer-content .footer-main-content div:nth-child(2) {
    grid-column: 5/6;
    display: flex;
    justify-content: end;
    align-items: start;
  }
  footer .footer-content .footer-main-content div:nth-child(3) {
    grid-column: 1/6;
    max-width: 100%;
    margin-top: 4rem;
  }
  footer .footer-content .footer-main-content div:nth-child(3) p {
    color: #4b5563;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -4%;
    margin-top: 2rem;
  }
  footer .footer-content .footer-main-content .footer-with-list h5 {
    margin-bottom: 1.6rem;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -4%;
    font-weight: 500;
  }
  footer .footer-content .footer-main-content .footer-with-list ul {
    row-gap: 2rem;
  }
  footer .footer-content .footer-main-content .footer-with-list ul li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -4%;
  }
  footer .footer-content .footer-main-content div:nth-child(4) {
    grid-column: 1/3;
    margin-top: 0.8rem;
  }
  footer .footer-content .footer-main-content div:nth-child(5) {
    grid-column: 3/6;
    margin-top: 0.8rem;
  }
  footer .footer-content .footer-main-content div:nth-child(6) h5 {
    display: none;
  }
  footer .footer-content .footer-main-content .social-links {
    margin-top: 0.8rem;
  }
  footer .footer-content .footer-main-content .social-links ul {
    display: flex;
    gap: 2rem;
  }
  footer .footer-content .footer-main-content .social-links ul li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -4%;
  }
  footer .policy-terms {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .policy-terms hr {
    margin: 2rem 0;
  }
  footer .policy-terms ul {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
  }
  footer .policy-terms ul li {
    color: #676767;
  }
}
.plan-card {
  width: 100%;
  max-width: 38rem;
  min-width: 32rem;
  min-height: 58.3rem;
  border-radius: 1.6rem;
  padding: 3.2rem;
  background: black;
  position: relative;
  box-shadow: 0 0 0 0.15rem #2e2b2b, 0 0 0 0.3rem #3d3938, 0 0 0 0.4rem #464241;
  overflow: hidden;
}
.plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(#fef0ea 0% 10%, #55514f, black 70%);
  border-radius: 1.6rem;
  z-index: 1;
  opacity: 0.2;
}
.plan-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 1.6rem;
  z-index: 2;
  opacity: 0.1;
}
.plan-card .card-style-components {
  width: 100%;
  height: 100%;
}
.plan-card .card-style-components .border-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
.plan-card .card-style-components .badge-shadow {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-card .card-style-components .badge-wrapper {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: 20px;
  /* z-index: 10; */
}
.plan-card .card-style-components .badge {
  width: 27.37px;
  height: 27.37px;
  position: relative;
  border-radius: 4.5px;
  background: radial-gradient(#e2e2e2, #b7b7b6, #cacac2);
  box-shadow: 0 0 0 2px black, 0 0 0 4.5px #1a1a1a;
  /* z-index: 1; */
}
.plan-card .card-style-components .badge::before {
  content: "";
  width: 27.37px;
  height: 27.37px;
  border-radius: 4.5px;
  position: absolute;
  z-index: 1;
  box-shadow: 10px 10px 20px 5px black;
}
.plan-card .card-style-components .right-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
}
.plan-card .card-style-components .transparent-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 31px;
  margin-right: 26px;
}
.plan-card .content {
  position: relative;
  padding-top: 5rem;
  z-index: 10;
}
.plan-card .content h2,
.plan-card .content #plan-card-type {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -4%;
  color: #f6f8fa;
  font-weight: 500;
  text-align: start;
}
.plan-card .content .price {
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 500;
  background: linear-gradient(135deg, #ffffff 0%, #c0c0c0 50%, #e8e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  white-space: nowrap;
}
.plan-card .content .price span {
  color: #858585;
  font-size: 1.8rem;
  font-weight: 400;
}
.plan-card .content .price-for {
  margin-top: 3.2rem;
  color: #858585;
  font-size: 1.6rem;
}
.plan-card .content button {
  margin-top: 4.8rem;
  height: 4.8rem;
  width: 100%;
  background-color: #f26a31;
  border-radius: 0.8rem;
  border: none;
  outline: none;
  color: #20242a;
  font-weight: 500;
  font-size: 1.8rem;
}
.plan-card .content .features-line {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  align-items: center;
}
.plan-card .content .features-line .hr-container hr {
  border: 1px solid #141414;
  width: 100%;
  box-shadow: 0.1rem 0.1rem 0.2rem #413e3d;
}
.plan-card .content .features-line p {
  color: #6d6b6b;
  font-weight: 600;
  font-size: 1.2rem;
}
.plan-card .content .features {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.plan-card .content .features li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4%;
  color: #dfdfdf;
}

.white-card {
  background: #ededee;
  position: relative;
  box-shadow: 0 0 0 1px #dfdfdf;
}
.white-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(#ededee 0% 10%, #edeeef 70%);
  border-radius: 16px;
  z-index: 1;
  opacity: 0.4;
}
.white-card .card-style-components .border-svg {
  position: absolute;
  top: 2px;
  left: 2px;
  pointer-events: none;
  z-index: 10;
}
.white-card .card-style-components .badge-wrapper {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: 20px;
}
.white-card .card-style-components .badge {
  background: radial-gradient(#b1b1b1, #4a4a4a, #212121);
  box-shadow: 0 0 0 2px #69696a, 0 0 0 4.5px #959596;
  z-index: 10;
}
.white-card .card-style-components .badge::before {
  content: "";
  width: 27.37px;
  height: 27.37px;
  border-radius: 4.5px;
  position: absolute;
  z-index: 1;
  box-shadow: 5px 5px 20px 0px #8e8f8f;
}
.white-card .content h2 {
  color: #4b5563;
}
.white-card .content .price {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-shadow: none;
  position: static;
  white-space: normal;
  color: #20242a;
}
.white-card .content button {
  background-color: #20242a;
  color: white;
}
.white-card .content .features-line .hr-container hr {
  border: 1px solid #dfdfdf;
  box-shadow: 0.1rem 0.1rem 0.2rem #ffffff;
}
.white-card .content .features-line p {
  color: #676767;
  font-weight: 500;
}
.white-card .content .features li {
  color: #676767;
}

/*home page*/
.home-page-body {
  background-color: #f5f5f5;
  position: relative;
}

.call-to-action-btns {
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}
.call-to-action-btns .call-to-action-btn {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 4.8rem;
  gap: 0.5rem;
  border-radius: 1.6rem;
  width: 16.7rem;
}

.review-videos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4rem;
  margin-top: 8.6rem;
}
.review-videos .review-video {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.review-videos .review-video img {
  max-width: 51rem;
}
.review-videos .review-video .share-locks {
  display: none;
}
.review-videos .review-video .play-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 3.2rem;
  width: 8.8rem;
  height: 8.8rem;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.review-videos .review-video .play-btn-wrapper .play-btn {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background-color: #f95524;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  transition: all 500ms ease-out;
}
.review-videos .review-video .play-btn-wrapper .play-btn svg path {
  fill: white;
  transition: fill 500ms ease-out;
}
.review-videos .review-video .play-btn-wrapper:hover .play-btn {
  background-color: white;
  width: 6rem;
  height: 6rem;
}
.review-videos .review-video .play-btn-wrapper:hover .play-btn svg path {
  fill: #f95524;
}
.review-videos .review-video .play-btn-wrapper.loaded {
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out;
}
.modal.active {
  display: flex;
}

.modal-content {
  position: relative;
  width: 95%;
  max-width: 120rem;
  animation: scaleIn 0.3s ease-out;
}

.close-btn {
  position: absolute;
  top: -4rem;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.3s ease;
  line-height: 1;
  z-index: 1001;
}
.close-btn:hover {
  color: #f95524;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.5);
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.modal-open {
  overflow: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*For speakers*/
.for-speakers-wrapper,
.for-presenters-wrapper {
  width: 100%;
  padding: 0 2.5rem;
  margin-top: 8.6rem;
}
.for-speakers-wrapper .for-speakers,
.for-speakers-wrapper .for-presenters,
.for-presenters-wrapper .for-speakers,
.for-presenters-wrapper .for-presenters {
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 4.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10rem 0;
}
.for-speakers-wrapper .for-speakers .for-speakers-left-content,
.for-speakers-wrapper .for-speakers .for-speakers-right-content,
.for-speakers-wrapper .for-presenters .for-speakers-left-content,
.for-speakers-wrapper .for-presenters .for-speakers-right-content,
.for-presenters-wrapper .for-speakers .for-speakers-left-content,
.for-presenters-wrapper .for-speakers .for-speakers-right-content,
.for-presenters-wrapper .for-presenters .for-speakers-left-content,
.for-presenters-wrapper .for-presenters .for-speakers-right-content {
  -moz-column-span: 1;
       column-span: 1;
}
.for-speakers-wrapper .for-speakers .for-speakers-left-content,
.for-speakers-wrapper .for-presenters .for-speakers-left-content,
.for-presenters-wrapper .for-speakers .for-speakers-left-content,
.for-presenters-wrapper .for-presenters .for-speakers-left-content {
  display: flex;
  padding: 0 0 0 4rem;
  justify-content: end;
  margin-right: 14.3rem;
}
@media screen and (max-width: 1200px) {
  .for-speakers-wrapper .for-speakers .for-speakers-left-content,
  .for-speakers-wrapper .for-presenters .for-speakers-left-content,
  .for-presenters-wrapper .for-speakers .for-speakers-left-content,
  .for-presenters-wrapper .for-presenters .for-speakers-left-content {
    justify-content: start;
    margin-right: 2rem;
  }
}
.for-speakers-wrapper .for-speakers .for-speakers-left-content .for-speakers-left-content-innerContent,
.for-speakers-wrapper .for-presenters .for-speakers-left-content .for-speakers-left-content-innerContent,
.for-presenters-wrapper .for-speakers .for-speakers-left-content .for-speakers-left-content-innerContent,
.for-presenters-wrapper .for-presenters .for-speakers-left-content .for-speakers-left-content-innerContent {
  width: 50.2rem;
  height: 56.5rem;
  position: relative;
}
.for-speakers-wrapper .for-speakers .for-speakers-left-content .f-s-white,
.for-speakers-wrapper .for-presenters .for-speakers-left-content .f-s-white,
.for-presenters-wrapper .for-speakers .for-speakers-left-content .f-s-white,
.for-presenters-wrapper .for-presenters .for-speakers-left-content .f-s-white {
  width: 26.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.for-speakers-wrapper .for-speakers .for-speakers-left-content .f-s-black,
.for-speakers-wrapper .for-presenters .for-speakers-left-content .f-s-black,
.for-presenters-wrapper .for-speakers .for-speakers-left-content .f-s-black,
.for-presenters-wrapper .for-presenters .for-speakers-left-content .f-s-black {
  width: 28.9rem;
  position: absolute;
  left: 0;
  top: 17rem;
  z-index: 1;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content,
.for-speakers-wrapper .for-presenters .for-speakers-right-content,
.for-presenters-wrapper .for-speakers .for-speakers-right-content,
.for-presenters-wrapper .for-presenters .for-speakers-right-content {
  overflow: hidden;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content span:nth-child(1),
.for-speakers-wrapper .for-presenters .for-speakers-right-content span:nth-child(1),
.for-presenters-wrapper .for-speakers .for-speakers-right-content span:nth-child(1),
.for-presenters-wrapper .for-presenters .for-speakers-right-content span:nth-child(1) {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 4.8rem;
  gap: 0.5rem;
  border-radius: 2.9rem;
  width: 12.1rem;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-content,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-content,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-content,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-content {
  padding-right: 10rem;
  margin-top: 2rem;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-content h3,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-content h3,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-content h3,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-content h3 {
  font-weight: 500;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-content p,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-content p,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-content p,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-content p {
  margin-top: 2.8rem;
  color: #444d5a;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features {
  display: flex;
  gap: 1rem;
  margin-top: 5.6rem;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card {
  min-width: 25rem;
  height: 24rem;
  background-color: white;
  border-radius: 2.4rem;
  padding: 2.4rem;
  /* Card H4 */
  /* Card Paragraph */
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon {
  height: 5.2rem;
  width: 5.2rem;
  border-radius: 50%;
  background-color: #ff6641;
  position: relative;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-copy,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-copy,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-copy,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-copy {
  background-color: #ff6641;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 50%;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-main-icon,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-main-icon,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-main-icon,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-main-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card h4,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card h4,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card h4,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card h4 {
  font-weight: 500;
  margin-top: 1rem;
  color: #2c2e2d;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card p,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card p,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card p,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card p {
  margin-top: 0.5rem;
  color: #727372;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1),
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1),
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1),
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) {
  background-color: #ff6641;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon {
  position: relative;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-copy,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-copy,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-copy,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-copy {
  background-color: #ffffff;
  opacity: 25%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid white;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-main-icon,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-main-icon,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-main-icon,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) .f-s-features-card-icon .f-s-features-card-main-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) h4,
.for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) p,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) h4,
.for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) p,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) h4,
.for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) p,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) h4,
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) p {
  color: white;
}

/*For presenters*/
.for-presenters-wrapper .for-presenters {
  background-color: #b0e6fd;
}
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon {
  background-color: #20242a;
}
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card .f-s-features-card-icon .f-s-features-card-copy {
  background-color: #20242a;
}
.for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features .f-s-features-card:nth-child(1) {
  background-color: #20242a;
}

/* Why StagePanda Section*/
.why-stagepanda-parent {
  width: 100%;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 6rem;
  gap: 4.8rem;
}
.why-stagepanda-parent .w-t-left-content {
  padding: 4.85rem 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.why-stagepanda-parent .w-t-left-content div {
  height: -moz-fit-content;
  height: fit-content;
}
.why-stagepanda-parent .w-t-left-content div h4 {
  font-weight: 500;
  color: #20242a;
}
.why-stagepanda-parent .w-t-left-content div h5 {
  color: #dc602d;
  font-weight: 500;
  margin-top: 1.6rem;
}
.why-stagepanda-parent .w-t-left-content div p {
  color: #6f7782;
  margin-top: 0.8rem;
}
.why-stagepanda-parent .w-t-left-content div h4:nth-child(1) {
  color: #4b5563;
}
.why-stagepanda-parent .w-t-left-content div:nth-child(1) {
  margin-bottom: 2rem;
}
.why-stagepanda-parent .w-t-left-content div:nth-child(6) {
  padding-left: 1rem;
  border-left: 0.4rem solid #dc602d;
}
.why-stagepanda-parent .w-t-left-content div:nth-child(6) h4 {
  color: #dc602d;
}
.why-stagepanda-parent .w-t-left-content .african-woman-small-screen {
  display: none;
}
.why-stagepanda-parent .african-woman-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-stagepanda-parent .african-woman-container img {
  width: 100%;
  height: 100%;
}

.faq-container-background {
  width: 100% !important;
  max-width: 100% !important;
  background-color: white;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.faq-container-background .faq-list {
  max-width: 900px;
}
@media (max-width: 768px) {
  .faq-container-background .faq-list {
    gap: 12px;
  }
}

.faq-page-container-home {
  display: none;
}

/*Second call to action*/
.call-to-action-2-wrapper {
  width: 100%;
  height: 40rem;
  min-height: -moz-max-content;
  min-height: max-content;
  margin-top: 18.75rem;
  margin-bottom: 11.2rem;
  padding: 0 6rem;
}
.call-to-action-2-wrapper .c-t-2-main {
  width: 100%;
  height: 100%;
  background-color: #ff6641;
  border-radius: 2.4rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* Hiding clone*/
}
.call-to-action-2-wrapper .c-t-2-main img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.call-to-action-2-wrapper .c-t-2-main img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content {
  width: 50rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content h4 {
  font-weight: 500;
  color: white;
  text-align: center;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content p {
  margin: 2rem 0;
  color: white;
  text-align: center;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns {
  display: flex;
  justify-content: space-around;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns button {
  width: 18.4rem;
  height: 4.8rem;
  border-radius: 2.9rem;
  background-color: white;
  color: #2c2e2d;
  font-weight: 500;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns .start-free-trial {
  margin-top: 4.8rem;
}
.call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content:nth-child(2) {
  opacity: 0;
  display: block;
  position: static;
}

/* Responsiveness */
@media screen and (max-width: 744px) {
  .home-page-body {
    padding: 0;
  }
  /* Review videos*/
  .review-videos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
    margin-top: 3rem;
    padding: 0 1.6rem;
  }
  .review-videos .review-video img {
    width: 100%;
  }
  .review-videos .review-video:nth-child(1) {
    display: none;
  }
  .review-videos .review-video:nth-child(2) {
    position: relative;
  }
  .review-videos .review-video:nth-child(2) .share-locks {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 0 3rem 1rem;
  }
  /* For Speakers*/
  .for-speakers-wrapper,
  .for-presenters-wrapper {
    padding: 0 1.6rem;
  }
  .for-speakers-wrapper .for-speakers,
  .for-speakers-wrapper .for-presenters,
  .for-presenters-wrapper .for-speakers,
  .for-presenters-wrapper .for-presenters {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: block;
    padding: 4rem 0;
    border-radius: 2rem;
  }
  .for-speakers-wrapper .for-speakers .for-speakers-left-content,
  .for-speakers-wrapper .for-presenters .for-speakers-left-content,
  .for-presenters-wrapper .for-speakers .for-speakers-left-content,
  .for-presenters-wrapper .for-presenters .for-speakers-left-content {
    display: none;
  }
  .for-speakers-wrapper .for-speakers .for-speakers-right-content,
  .for-speakers-wrapper .for-presenters .for-speakers-right-content,
  .for-presenters-wrapper .for-speakers .for-speakers-right-content,
  .for-presenters-wrapper .for-presenters .for-speakers-right-content {
    padding: 5rem 0 1rem 2rem;
    overflow: hidden;
  }
  .for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-content,
  .for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-content,
  .for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-content,
  .for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-content {
    padding-right: 0;
  }
  .for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-content h3,
  .for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-content h3,
  .for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-content h3,
  .for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-content h3 {
    margin-top: 2rem;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -4%;
  }
  .for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-content p,
  .for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-content p,
  .for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-content p,
  .for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-content p {
    margin-top: 1rem;
    color: #444d5a;
  }
  .for-speakers-wrapper .for-speakers .for-speakers-right-content .f-s-features,
  .for-speakers-wrapper .for-presenters .for-speakers-right-content .f-s-features,
  .for-presenters-wrapper .for-speakers .for-speakers-right-content .f-s-features,
  .for-presenters-wrapper .for-presenters .for-speakers-right-content .f-s-features {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    overflow-x: auto;
  }
  /* Why StagePanda Section*/
  .why-stagepanda-parent {
    width: 100%;
    border-radius: 4.1rem;
    margin-top: 8rem;
    display: block;
    padding: 0 1.6rem;
  }
  .why-stagepanda-parent .w-t-left-content {
    padding: 0;
    gap: 2.4rem;
  }
  .why-stagepanda-parent .w-t-left-content div {
    height: -moz-fit-content;
    height: fit-content;
  }
  .why-stagepanda-parent .w-t-left-content div h4 {
    font-weight: 500;
    color: #20242a;
  }
  .why-stagepanda-parent .w-t-left-content div h5 {
    color: #dc602d;
    font-weight: 500;
  }
  .why-stagepanda-parent .w-t-left-content div p {
    color: #6f7782;
    margin-top: 1rem;
  }
  .why-stagepanda-parent .w-t-left-content div h4:nth-child(1) {
    color: #4b5563;
  }
  .why-stagepanda-parent .w-t-left-content .african-woman-small-screen {
    width: 100%;
    display: block;
    padding: 0;
  }
  .why-stagepanda-parent .w-t-left-content .african-woman-small-screen img {
    width: 100%;
  }
  .why-stagepanda-parent .w-t-left-content .progress-circle {
    display: none;
  }
  .why-stagepanda-parent .african-woman-container {
    display: none;
  }
  /* 2nd call to action - orange background*/
  .call-to-action-2-wrapper {
    padding: 0 1.6rem;
  }
  .call-to-action-2-wrapper .c-t-2-main {
    overflow: hidden;
    padding: 10rem 2rem;
  }
  .call-to-action-2-wrapper .c-t-2-main img:nth-child(1) {
    top: -20rem;
    left: 0;
  }
  .call-to-action-2-wrapper .c-t-2-main img:nth-child(2) {
    bottom: -15rem;
    right: 0;
  }
  .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content {
    width: 100%;
    padding: 0 4rem;
  }
  .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content h4 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -4%;
    font-weight: 500;
    color: white;
    text-align: center;
  }
  .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns {
    gap: 1.2rem;
  }
  .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 2rem;
  }
  .call-to-action-2-wrapper .c-t-2-main .c-t-2-main-content .c-t-2-btns .start-free-trial {
    margin-top: 3.2rem;
  }
}
/* For speakers page*/
.call-to-action-btns .start-growing {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
}

.for-speakers-review-videos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 3rem;
  margin-top: 6rem;
}
.for-speakers-review-videos .review-video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.for-speakers-review-videos .review-video img {
  width: 70%;
}
.for-speakers-review-videos .review-video .play-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 3.2rem;
  width: 8.8rem;
  height: 8.8rem;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.for-speakers-review-videos .review-video .play-btn-wrapper .play-btn {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background-color: #f95524;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  transition: all 500ms ease-out;
}
.for-speakers-review-videos .review-video .play-btn-wrapper .play-btn svg path {
  fill: white;
  transition: fill 500ms ease-out;
}
.for-speakers-review-videos .review-video .play-btn-wrapper:hover .play-btn {
  background-color: white;
  width: 6rem;
  height: 6rem;
}
.for-speakers-review-videos .review-video .play-btn-wrapper:hover .play-btn svg path {
  fill: #f95524;
}
.for-speakers-review-videos .review-video .play-btn-wrapper.loaded {
  opacity: 1;
}
.for-speakers-review-videos .review-video:nth-child(2) {
  display: none;
}

.problem-solution-section {
  padding: 0 8rem;
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-top: 10rem;
  justify-content: center;
}
.problem-solution-section .pro-sol-wrapper {
  width: 100%;
  max-width: 128rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.problem-solution-section .pro-sol-wrapper .the-problem,
.problem-solution-section .pro-sol-wrapper .the-solution {
  padding: 4.2rem 2rem;
  border-radius: 4.1rem;
}
.problem-solution-section .pro-sol-wrapper .the-problem .badge-container,
.problem-solution-section .pro-sol-wrapper .the-solution .badge-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  background: linear-gradient(135deg, #9a9a9a 0%, #6a6a6a 50%, #8a8a8a 100%);
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}
.problem-solution-section .pro-sol-wrapper .the-problem .badge-container .badge-inner,
.problem-solution-section .pro-sol-wrapper .the-solution .badge-container .badge-inner {
  position: relative;
  background: linear-gradient(135deg, #6a6a6a 0%, #4a4a4a 100%);
  border-radius: 100px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 -2px 4px rgba(255, 255, 255, 0.05);
  height: 2.8rem;
  border-radius: 2rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.problem-solution-section .pro-sol-wrapper .the-problem .badge-container .badge-inner p,
.problem-solution-section .pro-sol-wrapper .the-solution .badge-container .badge-inner p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2%;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff 0%, #c0c0c0 50%, #e8e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  white-space: nowrap;
}
.problem-solution-section .pro-sol-wrapper .the-problem .badge-container .badge-inner p::before,
.problem-solution-section .pro-sol-wrapper .the-solution .badge-container .badge-inner p::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(8px);
  opacity: 0.5;
}
.problem-solution-section .pro-sol-wrapper .the-problem .badge-container::before,
.problem-solution-section .pro-sol-wrapper .the-solution .badge-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 100px;
  pointer-events: none;
}
.problem-solution-section .pro-sol-wrapper .the-problem .badge-container::after,
.problem-solution-section .pro-sol-wrapper .the-solution .badge-container::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(135deg, #d0d0d0 0%, #a0a0a0 50%, #c0c0c0 100%);
  border-radius: 98px;
  z-index: -1;
  filter: blur(1px);
  opacity: 0.6;
}
.problem-solution-section .pro-sol-wrapper .the-problem .content-p,
.problem-solution-section .pro-sol-wrapper .the-solution .content-p {
  margin-top: 2.8rem;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -4%;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.4rem;
}
.problem-solution-section .pro-sol-wrapper .the-problem {
  width: 41.5%;
  min-width: 41.5%;
  background-color: #e5e5e5;
}
.problem-solution-section .pro-sol-wrapper .the-problem .content-p {
  color: black;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-items {
  margin-top: 6rem;
  position: relative;
  min-height: 35rem;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-item {
  border-radius: 2rem;
  position: absolute;
  left: 0;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  height: 6rem;
  width: 42.2rem;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-item p {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(1) {
  bottom: 24rem;
  left: 8%;
  transform: rotate(-8deg);
  z-index: 4;
  background-color: #d1fdb0;
  color: #6abc2c;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(2) {
  bottom: 17rem;
  left: 0;
  transform: rotate(6deg);
  z-index: 3;
  background-color: #fddfb0;
  color: #bc8b2c;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(3) {
  bottom: 10rem;
  left: 8%;
  transform: rotate(-5deg);
  z-index: 2;
  background-color: #c3b0fd;
  color: #453473;
}
.problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(4) {
  bottom: 3rem;
  left: 0;
  transform: rotate(4deg);
  z-index: 1;
  background-color: #b0e6fd;
  color: #1e54b7;
}
.problem-solution-section .pro-sol-wrapper .the-solution {
  width: 58.5%;
  min-width: 58.5%;
  background-color: #fdd4b0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 8.3rem;
}
.problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  max-width: 46.1rem;
}
.problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .chart {
  width: 100%;
  display: block;
}
.problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info {
  position: absolute;
  bottom: 3rem;
  right: -18rem;
  max-width: 25rem;
}
.problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img {
  width: 100%;
  height: auto;
}
.problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img:nth-child(1) {
  display: block;
}
.problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img:nth-child(2) {
  display: none;
}
.problem-solution-section .pro-sol-wrapper .the-solution .content-p {
  color: #292f36;
  max-width: 49.1rem;
}
.problem-solution-section .pro-sol-wrapper .the-solution .ellipsis-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
.problem-solution-section .pro-sol-wrapper .the-solution .ellipsis-container img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .problem-solution-section {
    padding: 0 4rem;
    margin-top: 7rem;
  }
  .problem-solution-section .pro-sol-wrapper {
    flex-direction: column;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem,
  .problem-solution-section .pro-sol-wrapper .the-solution {
    padding: 4.2rem 2rem;
    border-radius: 4.1rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .content-p,
  .problem-solution-section .pro-sol-wrapper .the-solution .content-p {
    margin-top: 2.8rem;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem {
    width: 100%;
    min-width: 100%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-items {
    margin-top: 5rem;
    min-height: 32rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item {
    height: 5.5rem;
    max-width: 38rem;
    left: 20%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(1) {
    bottom: 22rem;
    left: 20%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(2) {
    bottom: 16rem;
    left: 20%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(3) {
    bottom: 9.5rem;
    left: 20%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(4) {
    left: 20%;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution {
    width: 100%;
    min-width: 100%;
    padding-bottom: 6rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info {
    bottom: 10rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img:nth-child(1) {
    display: block;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img:nth-child(2) {
    display: none;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .content-p {
    max-width: 45rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .ellipsis-container {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .problem-solution-section {
    padding: 0 2rem;
    margin-top: 5rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem,
  .problem-solution-section .pro-sol-wrapper .the-solution {
    padding: 3rem 2rem;
    border-radius: 3rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .content-p,
  .problem-solution-section .pro-sol-wrapper .the-solution .content-p {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-items {
    margin-top: 4rem;
    min-height: 30rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item {
    height: 5rem;
    width: 90%;
    max-width: 35rem;
    left: 5%;
    transform: translateX(-50);
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(1) {
    bottom: 21rem;
    left: 5%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(2) {
    bottom: 15rem;
    left: 0;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(3) {
    bottom: 9rem;
    left: 5%;
  }
  .problem-solution-section .pro-sol-wrapper .the-problem .problem-item:nth-child(4) {
    bottom: 3rem;
    left: 0;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution {
    padding-right: 5rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info {
    bottom: 2rem;
    right: -4rem;
    top: -5rem;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img:nth-child(1) {
    display: none;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .chart-wrapper .sonia-w-info img:nth-child(2) {
    display: block;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .content-p {
    max-width: 100%;
  }
  .problem-solution-section .pro-sol-wrapper .the-solution .ellipsis-container {
    width: 15rem;
  }
}
/* Benefits for speakers section*/
.benefits-for-speakers {
  margin-top: 10rem;
  padding: 0 8rem;
}
.benefits-for-speakers .all-benefits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 2rem;
}
.benefits-for-speakers .all-benefits .benefit-card {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  background-color: white;
  border-radius: 0.8rem;
}
.benefits-for-speakers .all-benefits .benefit-card img {
  width: 100%;
}
.benefits-for-speakers .all-benefits .benefit-card .benefit-card-details {
  padding: 0 0.8rem;
}
.benefits-for-speakers .all-benefits .benefit-card .benefit-card-details h5 {
  font-weight: 500;
  color: #20242a;
  margin-top: 0.5rem;
}
.benefits-for-speakers .all-benefits .benefit-card .benefit-card-details p {
  margin-top: 1rem;
  color: #4b5563;
}

/**********
Trusted by section
**********/
.trusted-by {
  margin-top: 10rem;
  padding: 0 8rem;
}
.trusted-by h2 {
  font-weight: 400;
  color: #868d96;
  max-width: 87rem;
}
.trusted-by h2 span {
  font-style: italic;
  font-weight: 600;
  color: #353c46;
}
.trusted-by .testimonies {
  display: flex;
  gap: 20px;
  height: 450px;
  position: relative;
  margin-top: 4.5rem;
}
.trusted-by .testimony {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  width: 30rem;
  flex-basis: 1;
  flex-grow: 0;
  transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.trusted-by .testimony.expanded {
  flex-grow: 1;
}
.trusted-by .testimony > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.trusted-by .testimony::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.trusted-by .testimony-full-details {
  position: relative;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  overflow: hidden;
  z-index: 2;
}
.trusted-by .testimony-fake-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.trusted-by .testimony-main-details {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.trusted-by .testimony.collapsed .testimony-main-details {
  transform: translateY(calc(100% - 20px));
}
.trusted-by .testimony-main-details h5 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: lowercase;
  line-height: 1.2;
  height: 40px;
  overflow: hidden;
}
.trusted-by .testimony-main-details p {
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px;
}
.trusted-by .stars {
  display: flex;
  gap: 15px;
}
.trusted-by .stars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  padding: 10px;
}
@media screen and (max-width: 754px) {
  .trusted-by {
    padding: 0 1.6rem;
  }
  .trusted-by h2 {
    font-size: 3.2rem;
  }
  .trusted-by .testimonies {
    max-width: 100%;
    overflow-x: auto;
    height: 55rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .trusted-by .testimony.collapsed .testimony-main-details {
    transform: none;
  }
  .trusted-by .testimony {
    width: 32rem;
    height: 55rem;
  }
  .trusted-by .testimony.expanded {
    width: 32rem;
  }
}

/**********
PRICING SECTION
**********/
.pricing-section {
  width: 100%;
  padding: 2rem;
  margin-top: 10rem;
}
.pricing-section .main-content {
  width: 100%;
  background-color: #dfdfdf;
  min-height: 70rem;
  border-radius: 5rem;
  padding: 10rem 0;
}
.pricing-section .main-content .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-section .main-content .details .f-p-speakers {
  display: block;
  margin-bottom: 3rem;
  height: 2.8rem;
  border-radius: 2rem;
  background-color: #676767;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 2rem;
}
.pricing-section .main-content .details h3 {
  font-weight: 500;
  margin-top: 1rem;
  color: #444d5a;
}
.pricing-section .main-content .prices {
  width: 100%;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: start;
  margin-top: 3rem;
}
.pricing-section .main-content .prices img {
  width: 35rem;
}

/**********
TWEEK VS OTHERS
**********/
.stagepanda-vs-others .stagepanda-vs-others-h2 {
  color: #20242a !important;
}
.stagepanda-vs-others .stagepanda-vs-others-h3 {
  max-width: 75rem !important;
}
.stagepanda-vs-others .main-content {
  margin-top: 5.3rem;
  width: 100%;
}
.stagepanda-vs-others .icons-section {
  background-color: #f5f5f5;
  position: relative;
  height: 16.8rem;
  width: 37.6rem;
  margin: 0 auto;
}
.stagepanda-vs-others .icon-circle.green-round-bg {
  background-color: #39ac37;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.stagepanda-vs-others .icon-circle.dark-round-bg {
  background-color: #2b2b2b;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.stagepanda-vs-others .icon-circle:hover {
  transform: scale(1.1);
}
.stagepanda-vs-others .icon-circle.top-center {
  position: absolute;
  left: 50%;
  top: -0.4rem;
  transform: translateX(-50%);
}
.stagepanda-vs-others .icon-circle.top-left {
  position: absolute;
  left: 0;
  top: 0;
}
.stagepanda-vs-others .icon-circle.top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.stagepanda-vs-others .icon-circle.bottom-center {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.stagepanda-vs-others .icon-svg {
  width: 45px;
  height: 45px;
}
.stagepanda-vs-others .center .icon-svg {
  width: 55px;
  height: 55px;
}
.stagepanda-vs-others .tab-nav-wrapper {
  margin-top: 8.8rem;
}
.stagepanda-vs-others .tab-navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-radius: 50px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.stagepanda-vs-others .tab-link {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -4%;
  padding: 1.2rem 3.2rem;
  border: none;
  background-color: transparent;
  color: #6f7782;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.stagepanda-vs-others .tab-link.active {
  background-color: #2b2b2b;
  border: 0.1rem solid #555555;
  color: #fff;
  font-weight: 400;
}
.stagepanda-vs-others .tab-link:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
}
.stagepanda-vs-others .comparison-section {
  margin-top: 2rem;
  padding: 0 3rem;
  background-color: #f5f5f5;
}
.stagepanda-vs-others .comparison-card {
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: none;
}
.stagepanda-vs-others .comparison-card.active {
  display: block;
}
.stagepanda-vs-others .comparison-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
}
.stagepanda-vs-others .logos-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
  justify-content: center;
}
.stagepanda-vs-others .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.stagepanda-vs-others .vs-text {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 10px 0;
}
.stagepanda-vs-others .logo-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.stagepanda-vs-others .content-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 5rem;
}
.stagepanda-vs-others .content-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -4%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #20242a;
}
.stagepanda-vs-others .content-title .highlight {
  color: #ff6b35;
}
.stagepanda-vs-others .content-text p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -4%;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 2rem;
}
.stagepanda-vs-others .content-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stagepanda-vs-others .hero-section h1 {
    font-size: 36px;
  }
  .stagepanda-vs-others .icon-circle {
    width: 60px;
    height: 60px;
  }
  .stagepanda-vs-others .icon-circle.center {
    width: 75px;
    height: 75px;
  }
  .stagepanda-vs-others .icon-svg {
    width: 35px;
    height: 35px;
  }
  .stagepanda-vs-others .center .icon-svg {
    width: 45px;
    height: 45px;
  }
  .stagepanda-vs-others .icon-circle.top-left {
    left: 5%;
    top: 15%;
  }
  .stagepanda-vs-others .icon-circle.top-right {
    right: 5%;
    top: 15%;
  }
  .stagepanda-vs-others .icon-circle.bottom {
    bottom: 15%;
  }
  .stagepanda-vs-others .tab-nav-wrapper {
    width: 100%;
  }
  .stagepanda-vs-others .tab-navigation {
    gap: 8px;
    width: 100%;
    margin: 0;
    overflow-x: auto;
  }
  .stagepanda-vs-others .tab-link {
    padding: 10px 20px;
    font-size: 14px;
  }
  .stagepanda-vs-others .comparison-section {
    padding: 0;
  }
  .stagepanda-vs-others .comparison-card {
    padding: 30px 20px;
  }
  .stagepanda-vs-others .comparison-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .stagepanda-vs-others .logos-section {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .stagepanda-vs-others .stagepanda-pattern {
    width: 50px;
    height: 50px;
  }
  .stagepanda-vs-others .vs-text {
    font-size: 24px;
    margin: 0 15px;
    display: block;
  }
  .stagepanda-vs-others .logo-label {
    display: none;
  }
  .stagepanda-vs-others .content-section {
    padding-right: 0;
  }
  .stagepanda-vs-others .content-title {
    font-size: 20px;
  }
  .stagepanda-vs-others .content-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .stagepanda-vs-others .hero-section {
    padding: 60px 15px 40px;
  }
  .stagepanda-vs-others .hero-section h1 {
    font-size: 28px;
  }
  .stagepanda-vs-others .hero-section p {
    font-size: 14px;
  }
  .stagepanda-vs-others .comparison-card {
    padding: 25px 15px;
  }
  .stagepanda-vs-others .content-title {
    font-size: 18px;
  }
  .stagepanda-vs-others .vs-text {
    font-size: 20px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 754px) {
  .call-to-action-speakers-page {
    margin-top: 5rem;
  }
  .call-to-action-btns {
    width: 100%;
  }
  .call-to-action-btns .start-growing {
    width: 100%;
  }
  .for-speakers-review-videos {
    padding: 0 1.6rem;
  }
  .for-speakers-review-videos .review-video:nth-child(1) {
    display: none;
  }
  .for-speakers-review-videos .review-video:nth-child(2) {
    position: relative;
    display: block;
  }
  .for-speakers-review-videos .review-video:nth-child(2) img {
    width: 100%;
  }
  /**/
  .problem-solution-section {
    padding: 0;
    padding: 0 1.6rem;
    flex-direction: column;
    gap: 2.4rem;
  }
  /**********
  Benefits for speakers section
  **********/
  .benefits-for-speakers {
    background-color: #f5f5f5;
    padding-top: 5rem;
    padding: 0 1.6rem;
  }
  .benefits-for-speakers .all-benefits {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  /**********
  Pricing section
  **********/
  .pricing-section {
    width: 100%;
    padding: 0;
  }
  .pricing-section .main-content {
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-radius: 0;
    padding: 10rem 1.5rem;
  }
  .pricing-section .main-content .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pricing-section .main-content .details .f-p-speakers {
    display: block;
    margin-bottom: 3rem;
    height: 2.8rem;
    border-radius: 2rem;
    background-color: #676767;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 2rem;
  }
  .pricing-section .main-content .details h3 {
    font-weight: 500;
    margin-top: 1rem;
    color: #444d5a;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -4%;
  }
  .pricing-section .main-content .prices {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
  .pricing-section .main-content .prices img {
    width: 100%;
  }
}
/* For speakers page*/
.for-organizers-page-body {
  background-color: #ffffff;
}

.benefits-for-organizers {
  margin-top: 10.2rem;
  padding-top: 3rem !important;
  background-color: #ffffff;
}
.benefits-for-organizers .all-benefits-o {
  width: 100%;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  padding: 0 2.6rem;
  margin-top: 6rem;
  position: relative;
}
.benefits-for-organizers .all-benefits-o .benefit-card-o {
  width: 30.7%;
}
.benefits-for-organizers .all-benefits-o .benefit-card-o img {
  width: 100%;
}
.benefits-for-organizers .all-benefits-o .benefit-card-o .benefit-card-details {
  margin-top: 2rem;
}
.benefits-for-organizers .all-benefits-o .benefit-card-o .benefit-card-details h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #313236;
}
.benefits-for-organizers .all-benefits-o .benefit-card-o .benefit-card-details p {
  font-size: 1.6rem;
  color: #5a5b5e;
}
.benefits-for-organizers .all-benefits-o .benefit-card-o:nth-child(2) {
  width: 38.6%;
}
.benefits-for-organizers .all-benefits-o .side-shadow-overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 30rem;
  top: 0;
}
.benefits-for-organizers .all-benefits-o .side-shadow-overlay.left {
  left: -10rem;
  background: linear-gradient(to left, transparent, white, white 80%);
}
.benefits-for-organizers .all-benefits-o .side-shadow-overlay.right {
  right: -10rem;
  background: linear-gradient(to right, transparent, white, white 80%);
}

/*=========================================*/
.slider-container {
  max-width: 500px;
  width: 100%;
  position: relative;
  display: none;
}

.slider-wrapper {
  overflow: hidden;
  border-radius: 2.4rem;
  padding: 3rem;
  position: relative;
}

.slides {
  display: flex;
  width: 300%; /* 3 slides * 100% */
  transition: none; /* GSAP will handle transitions */
  gap: 2rem;
}

.slide {
  width: 33.333%; /* 100% / 3 slides */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.slide-content {
  background: white;
  border-radius: 2rem;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.slide h5 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.slide p {
  font-size: 1.6rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

.feature-item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  background: #f8f9fa;
  border-radius: 1.2rem;
  margin-bottom: 1rem;
  text-align: left;
  min-height: 6rem;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ff6b35;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 2rem;
  height: 2rem;
  fill: white;
}

.feature-text {
  font-size: 1.6rem;
  color: #2c3e50;
  font-weight: 500;
}

/* Slide indicators */
.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.indicator {
  width: 3rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #ff6b35;
  width: 4rem;
}

/* Navigation arrows */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
}

.slider-nav:hover {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slider-nav.prev {
  left: 1rem;
}

.slider-nav.next {
  right: 1rem;
}

.slider-nav svg {
  width: 2rem;
  height: 2rem;
  fill: #2c3e50;
}

/* Touch/drag styles */
.slides {
  cursor: grab;
}

.slides.dragging {
  cursor: grabbing;
}

/* Different slide themes */
.slide-1 .feature-icon {
  background: #ff6b35;
}

.slide-2 .feature-icon {
  background: #28a745;
}

.slide-3 .feature-icon {
  background: #007bff;
}

.slide-2 .indicator.active {
  background: #28a745;
}

.slide-3 .indicator.active {
  background: #007bff;
}

/* Responsive */
@media (max-width: 768px) {
  body {
    padding: 1rem;
  }
  .slider-container {
    display: block;
  }
  .slider-wrapper {
    padding: 2rem;
  }
  .slide-content {
    padding: 3rem 2rem;
    height: 350px;
  }
  .slide h2 {
    font-size: 2rem;
  }
  .slide p {
    font-size: 1.4rem;
  }
  .feature-text {
    font-size: 1.4rem;
  }
}
/*=========================================*/
@media screen and (max-width: 754px) {
  .all-benefits-o {
    padding: 0 !important;
    display: none !important;
  }
  .all-benefits-o .benefit-card-o:nth-child(1),
  .all-benefits-o .benefit-card-o:nth-child(2) {
    display: none;
  }
  .all-benefits-o .benefit-card-o {
    width: 100% !important;
  }
}
/***********
Why StagePanda exits
**********/
/***********
Why StagePanda exists - Mobile Responsive
**********/
.features-section {
  background-color: #ffffff;
  position: relative;
  padding: 13.25rem 0 0 0;
}
.features-section .section-title {
  text-align: center;
  margin-bottom: 120px;
  padding: 0 2rem;
}
.features-section .section-title h2 {
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -4%;
  font-weight: 500;
  color: #20242a;
  max-width: 50rem;
  margin: 0 auto;
}
.features-section .section-title h2 .highlight {
  color: #e8723f;
}
.features-section .features-container {
  position: relative;
}
.features-section .features-container .feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 2rem 7.2rem;
}
.features-section .features-container .feature-card:nth-child(1) {
  z-index: 1;
}
.features-section .features-container .feature-card:nth-child(1) .content-side {
  background-color: #b0c3fd;
  border-top-right-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(1) .image-side {
  border-top-left-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(2) {
  z-index: 2;
  top: 2rem;
}
.features-section .features-container .feature-card:nth-child(2) .content-side {
  background-color: #b0e6fd;
  border-top-left-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(2) .image-side {
  border-top-right-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(3) {
  z-index: 3;
  top: 4rem;
}
.features-section .features-container .feature-card:nth-child(3) .content-side {
  background-color: #6bdee2;
  border-top-right-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(3) .image-side {
  border-top-left-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(4) {
  z-index: 4;
  top: 6rem;
}
.features-section .features-container .feature-card:nth-child(4) .content-side {
  background-color: #e260b0;
  border-top-left-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card:nth-child(4) .image-side {
  border-top-right-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  overflow: hidden;
}
.features-section .features-container .feature-card .image-side {
  width: 100%;
  height: 100%;
  padding: 0;
}
.features-section .features-container .feature-card .image-side .browser-mockup {
  -moz-column-span: 1;
       column-span: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.features-section .features-container .feature-card .image-side .browser-mockup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features-section .features-container .feature-card .content-side {
  -moz-column-span: 1;
       column-span: 1;
  padding: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding-left: 5rem;
}
.features-section .features-container .feature-card .content-side h2 {
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -4%;
  font-weight: 500;
  color: #20242a;
  max-width: 50rem;
  color: #181c39;
}
.features-section .features-container .feature-card .content-side .subtitle {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  max-width: 50rem;
  margin-top: 1.6rem;
}
.features-section .features-container .feature-card .content-side .features-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 48px;
  margin-top: 6.2rem;
}
.features-section .features-container .feature-card .content-side .features-list .feature-item {
  display: flex;
  align-items: center;
  height: 4.8rem;
  min-height: 4.8rem;
  width: 37.9rem;
  gap: 0.6rem;
  padding: 0 1rem;
  background: #ffffff;
  border-radius: 10rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features-section .features-container .feature-card .content-side .features-list .feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.features-section .features-container .feature-card .content-side .features-list .feature-item img {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
.features-section .features-container .feature-card .content-side .features-list .feature-item span {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.features-section .features-container .feature-card .content-side .cta-button button {
  background: #2b2d33;
  color: #ffffff;
  border: none;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(43, 45, 51, 0.3);
}
.features-section .features-container .feature-card .content-side .cta-button button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(43, 45, 51, 0.4);
}
.features-section .features-container .feature-card:nth-child(even) .image-side {
  order: 2;
}
.features-section .features-container .feature-card:nth-child(even) .content-side {
  order: 1;
}
@media (max-width: 768px) {
  .features-section {
    padding: 6rem 0 0 0;
  }
  .features-section .section-title {
    margin-bottom: 6rem;
    padding: 0 1.6rem;
  }
  .features-section .section-title h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .features-section .features-container {
    padding: 0 1.2rem;
  }
  .features-section .features-container .feature-card:nth-child(1) {
    background-color: #b0c3fd;
  }
  .features-section .features-container .feature-card:nth-child(2) {
    background-color: #b0e6fd;
  }
  .features-section .features-container .feature-card:nth-child(3) {
    background-color: #6bdee2;
  }
  .features-section .features-container .feature-card:nth-child(4) {
    background-color: #e260b0;
  }
  .features-section .features-container .feature-card {
    border-radius: 2.4rem;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    margin-bottom: 2rem;
    gap: 0;
    padding: 1.2rem;
    padding-top: 3.6rem;
  }
  .features-section .features-container .feature-card:nth-child(1) .content-side, .features-section .features-container .feature-card:nth-child(2) .content-side, .features-section .features-container .feature-card:nth-child(3) .content-side, .features-section .features-container .feature-card:nth-child(4) .content-side {
    border-radius: 2.4rem 2.4rem 0 0;
    padding: 0;
    padding-bottom: 4rem;
  }
  .features-section .features-container .feature-card:nth-child(1) .image-side, .features-section .features-container .feature-card:nth-child(2) .image-side, .features-section .features-container .feature-card:nth-child(3) .image-side, .features-section .features-container .feature-card:nth-child(4) .image-side {
    border-radius: 2.4rem;
    overflow: hidden;
  }
  .features-section .features-container .feature-card:nth-child(1) .image-side .browser-mockup img, .features-section .features-container .feature-card:nth-child(2) .image-side .browser-mockup img, .features-section .features-container .feature-card:nth-child(3) .image-side .browser-mockup img, .features-section .features-container .feature-card:nth-child(4) .image-side .browser-mockup img {
    border-radius: 2.4rem;
  }
  .features-section .features-container .feature-card .content-side {
    order: 1 !important;
    padding: 0;
    border-radius: 0 !important;
  }
  .features-section .features-container .feature-card .content-side h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    max-width: 100%;
  }
  .features-section .features-container .feature-card .content-side .subtitle {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    max-width: 100%;
  }
  .features-section .features-container .feature-card .content-side .features-list {
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    width: 100%;
    gap: 1.2rem;
  }
  .features-section .features-container .feature-card .content-side .features-list .feature-item {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 0 1.6rem;
    justify-content: flex-start;
    text-align: left;
  }
  .features-section .features-container .feature-card .content-side .features-list .feature-item img {
    width: 2rem;
    height: 2rem;
  }
  .features-section .features-container .feature-card .content-side .features-list .feature-item span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .features-section .features-container .feature-card .content-side .cta-button {
    width: 100%;
  }
  .features-section .features-container .feature-card .content-side .cta-button button {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    padding: 0 3rem;
    height: 5.6rem;
    font-size: 1.5rem;
  }
  .features-section .features-container .feature-card .image-side {
    order: 2 !important;
    height: 40rem;
    min-height: 40rem;
  }
}

/* FAQ */
.faq-page-container {
  width: 100%;
  padding: 0 4rem;
  margin-top: 4.8rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .faq-page-container {
    padding: 4rem 1.6rem;
  }
}
.faq-page-container #faq-page-h2 {
  max-width: 90rem;
}
.faq-page-container .faq-wrapper {
  display: flex;
  gap: 4rem;
  background: white;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-page-container .faq-wrapper {
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}
.faq-page-container .faq-wrapper .sidebar {
  min-width: 31.5rem;
}
@media (max-width: 768px) {
  .faq-page-container .faq-wrapper .sidebar {
    display: none;
  }
}
.faq-page-container .faq-wrapper .sidebar .tab-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.faq-page-container .faq-wrapper .sidebar .tab-list .tab-item {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -4%;
  font-weight: 500;
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s;
  color: #737c87;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq-page-container .faq-wrapper .sidebar .tab-list .tab-item:hover {
  background: #f8f8f8;
  color: #333;
}
.faq-page-container .faq-wrapper .sidebar .tab-list .tab-item.active {
  color: #dc602d;
}
.faq-page-container .faq-wrapper .sidebar .tab-list .tab-item.active::after {
  content: "";
  width: 7rem;
  height: 0.15rem;
  background: #dc602d;
  display: inline-block;
}
.faq-page-container .faq-wrapper .content-area {
  flex: 1;
}
@media (max-width: 768px) {
  .faq-page-container .faq-wrapper .content-area {
    background: white;
    padding: 1.2rem 0;
  }
}
.faq-page-container .faq-wrapper .content-area .faq-content {
  display: none;
}
.faq-page-container .faq-wrapper .content-area .faq-content.active {
  display: block;
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2:last-child {
  border-bottom: none;
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2.open .faq-icon::before {
  content: "-";
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-question2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -4%;
  padding: 24px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #20242a;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 1.2rem;
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-question2:hover {
  color: #ff6641;
}
@media (max-width: 768px) {
  .faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-question2 {
    font-size: 15px;
    padding: 20px 0;
  }
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-question2 .faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6641;
  font-size: 20px;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-question2 .faq-icon::before {
  content: "+";
  display: inline-block;
  transition: transform 0.3s;
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-answer {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -4%;
  max-height: 0;
  overflow: hidden;
  color: #4b5563;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-answer {
    font-size: 14px;
  }
}
.faq-page-container .faq-wrapper .content-area .faq-content .faq-item2 .faq-answer .faq-answer-inner {
  padding-bottom: 24px;
  padding-left: 5rem;
}
.faq-page-container .mobile-tabs {
  display: none;
}
@media (max-width: 768px) {
  .faq-page-container .mobile-tabs {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: 1px solid #dfdfdf;
  }
}
.faq-page-container .mobile-tabs::-webkit-scrollbar {
  display: none;
}
.faq-page-container .mobile-tabs .mobile-tab-list {
  display: flex;
  gap: 2.4rem;
  list-style: none;
  min-width: -moz-max-content;
  min-width: max-content;
}
.faq-page-container .mobile-tabs .mobile-tab-list .mobile-tab-item {
  padding: 0.8rem 0;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.faq-page-container .mobile-tabs .mobile-tab-list .mobile-tab-item.active {
  color: #dc602d;
  border-bottom: 0.15rem solid #dc602d;
}
@media (max-width: 768px) {
  .faq-page-container .intro {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .faq-page-container .badge {
    margin-left: 20px;
  }
}
.faq-page-container .call-to-action-2-wrapper-faq-page {
  margin-top: 6.8rem;
}
@media (max-width: 768px) {
  .faq-page-container .call-to-action-2-wrapper-faq-page {
    margin-top: 3.7rem;
  }
}

/* CONTACT PAGE*/
.contact-section .contact-content {
  display: grid;
  grid-template-columns: 38rem 1fr;
  gap: 2.4rem;
  margin-top: 5.5rem;
  width: 100%;
  padding: 0 8rem;
}
.contact-section .contact-content .info-card {
  background: #dc602d;
  border-radius: 2.8rem;
  padding: 3rem 2.4rem;
  color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-section .contact-content .info-card h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}
.contact-section .contact-content .info-card .description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 36px;
  opacity: 0.95;
}
.contact-section .contact-content .info-card .benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section .contact-content .info-card .benefits .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-section .contact-content .info-card .benefits .benefit-item .icon {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-content .info-card .benefits .benefit-item .icon::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-section .contact-content .info-card .benefits .benefit-item p {
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
}
.contact-section .contact-content .form-card {
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  padding: 3rem 2.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.contact-section .contact-content .form-card form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.contact-section .contact-content .form-card form .form-row.single {
  grid-template-columns: 1fr;
}
.contact-section .contact-content .form-card form .form-row .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact-section .contact-content .form-card form .form-row .form-group label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4%;
  font-weight: 500;
  color: #444d5a;
}
.contact-section .contact-content .form-card form .form-row .form-group input,
.contact-section .contact-content .form-card form .form-row .form-group textarea {
  padding: 0 1.6rem;
  border: none;
  background-color: #f5f5f5;
  border-radius: 0.8rem;
  font-size: 15px;
  color: #000000;
  font-family: inherit;
  transition: background-color 0.2s ease;
}
.contact-section .contact-content .form-card form .form-row .form-group input::-moz-placeholder, .contact-section .contact-content .form-card form .form-row .form-group textarea::-moz-placeholder {
  color: #aeaeae;
}
.contact-section .contact-content .form-card form .form-row .form-group input::placeholder,
.contact-section .contact-content .form-card form .form-row .form-group textarea::placeholder {
  color: #aeaeae;
}
.contact-section .contact-content .form-card form .form-row .form-group input:focus,
.contact-section .contact-content .form-card form .form-row .form-group textarea:focus {
  outline: none;
  background-color: #ebebed;
}
.contact-section .contact-content .form-card form .form-row .form-group input {
  height: 4.8rem;
}
.contact-section .contact-content .form-card form .form-row .form-group .phone-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-section .contact-content .form-card form .form-row .form-group .phone-input-wrapper .flag-icon {
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.contact-section .contact-content .form-card form .form-row .form-group .phone-input-wrapper .flag-icon svg {
  width: 24px;
  height: 18px;
}
.contact-section .contact-content .form-card form .form-row .form-group .phone-input-wrapper input {
  padding-left: 5.6rem;
  width: 100%;
}
.contact-section .contact-content .form-card form .form-row .form-group textarea {
  min-height: 140px;
  resize: none;
  padding: 0.8rem;
}
.contact-section .contact-content .form-card form .submit-btn {
  margin-top: 16px;
}
.contact-section .contact-content .form-card form .submit-btn button {
  background: #ff6641;
  color: #ffffff;
  border: none;
  padding: 16px 48px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(232, 114, 63, 0.3);
}
.contact-section .contact-content .form-card form .submit-btn button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 114, 63, 0.4);
}
.contact-section .contact-content .form-card form .submit-btn button:active {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .contact-section .contact-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-section .contact-content .info-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    padding: 40px 16px 60px;
  }
  .contact-section .contact-content {
    padding: 0 1.6rem;
  }
  .contact-section .contact-content .info-card {
    padding: 32px 28px;
  }
  .contact-section .contact-content .info-card h2 {
    font-size: 22px;
  }
  .contact-section .contact-content .info-card .description {
    font-size: 14px;
  }
  .contact-section .contact-content .info-card .benefits {
    gap: 16px;
  }
  .contact-section .contact-content .info-card .benefits .benefit-item p {
    font-size: 14px;
  }
  .contact-section .contact-content .form-card {
    padding: 32px 24px;
  }
  .contact-section .contact-content .form-card form .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-section .contact-content .form-card {
    padding: 28px 20px;
  }
  .contact-section .contact-content .form-card form .submit-btn button {
    width: 100%;
  }
}
/* Pricing page*/
.faq-pricing {
  width: 100%;
}
.faq-pricing .main-content {
  width: 100%;
}
.faq-pricing .main-content .prices {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 5.8rem;
  gap: 2.4rem;
}

@media screen and (max-width: 744px) {
  .faq-pricing {
    padding: 0 1.6rem;
  }
  .faq-pricing .main-content .prices {
    flex-direction: column;
  }
  .faq-pricing .main-content .prices img {
    width: 100%;
  }
}
/**********
PRICE COMPARISON SECTION
**********/
.comparison-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 8rem;
}
.comparison-container .comparison-h3 {
  max-width: 67rem;
}
.comparison-container .comparison-table {
  margin-top: 6.7rem;
}
.comparison-container .comparison-table .table-header {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 0;
  margin-bottom: 0;
}
.comparison-container .comparison-table .table-header .header-cell {
  padding: 32px 24px;
  text-align: center;
  text-align: start;
}
.comparison-container .comparison-table .table-header .header-cell.features-label {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding-left: 32px;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-items: start;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column.highlight {
  background-color: #fff4ed;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column .plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column .btn {
  padding: 12px 32px;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column .btn.btn-dark {
  background-color: #000000;
  color: #ffffff;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column .btn.btn-dark:hover {
  background-color: #333333;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column .btn.btn-primary {
  background-color: #ff6b35;
  color: #ffffff;
}
.comparison-container .comparison-table .table-header .header-cell.plan-column .btn.btn-primary:hover {
  background-color: #ff5520;
}
.comparison-container .comparison-table .table-body .table-row {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 0;
  border-bottom: 1px solid #e8e8e8;
}
.comparison-container .comparison-table .table-body .table-row:last-child {
  border-bottom: none;
}
.comparison-container .comparison-table .table-body .table-row .feature-name {
  padding: 24px 32px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.comparison-container .comparison-table .table-body .table-row .feature-value {
  padding: 24px;
  font-size: 14px;
  color: #757575;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-align: start;
  justify-content: start;
}
.comparison-container .comparison-table .table-body .table-row .feature-value.highlight {
  background-color: #fff4ed;
}
.comparison-container .comparison-table .table-body .table-row .feature-value .icon-check {
  color: #ff6b35;
  font-size: 18px;
  font-weight: bold;
}
.comparison-container .comparison-table .table-body .table-row .feature-value .icon-cross {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .comparison-container .comparison-header .title {
    font-size: 36px;
  }
  .comparison-container .comparison-table .table-header,
  .comparison-container .comparison-table .table-body .table-row {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .comparison-container {
    width: 100%;
  }
  .comparison-container .comparison-header {
    margin-bottom: 40px;
  }
  .comparison-container .comparison-header .title {
    font-size: 28px;
  }
  .comparison-container .comparison-header .subtitle {
    font-size: 14px;
  }
  .comparison-container .comparison-table {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .comparison-container .comparison-table .table-header,
  .comparison-container .comparison-table .table-body .table-row {
    min-width: 700px;
    grid-template-columns: 200px repeat(3, 160px);
  }
  .comparison-container .comparison-table .table-header .header-cell,
  .comparison-container .comparison-table .table-header .feature-name,
  .comparison-container .comparison-table .table-header .feature-value,
  .comparison-container .comparison-table .table-body .table-row .header-cell,
  .comparison-container .comparison-table .table-body .table-row .feature-name,
  .comparison-container .comparison-table .table-body .table-row .feature-value {
    padding: 16px 12px;
    font-size: 13px;
  }
  .comparison-container .comparison-table .table-header .header-cell.features-label,
  .comparison-container .comparison-table .table-body .table-row .header-cell.features-label {
    padding-left: 16px;
  }
  .comparison-container .comparison-table .table-header .header-cell.plan-column,
  .comparison-container .comparison-table .table-body .table-row .header-cell.plan-column {
    gap: 12px;
  }
  .comparison-container .comparison-table .table-header .header-cell.plan-column .plan-name,
  .comparison-container .comparison-table .table-body .table-row .header-cell.plan-column .plan-name {
    font-size: 16px;
  }
  .comparison-container .comparison-table .table-header .header-cell.plan-column .btn,
  .comparison-container .comparison-table .table-body .table-row .header-cell.plan-column .btn {
    padding: 10px 24px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .comparison-container .comparison-header .title {
    font-size: 24px;
  }
}
/**********
FAQ SECTION
**********/
.faq-container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 10rem;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .faq-container {
    padding: 0 1.6rem;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 5.2rem;
}
@media (max-width: 768px) {
  .faq-list {
    gap: 12px;
  }
}

.faq-item {
  background-color: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.faq-item.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.faq-item.active .faq-question .icon svg {
  transform: rotate(180deg);
}

.faq-question {
  padding: 28px 32px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}
.faq-question:hover {
  background-color: #fafafa;
}
.faq-question h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  flex: 1;
}
@media (max-width: 768px) {
  .faq-question h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .faq-question {
    padding: 20px 20px;
  }
}

.icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
}
.icon svg {
  width: 16px;
  height: 16px;
  stroke: #ff6b6b;
  stroke-width: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .icon {
    margin-left: 16px;
  }
}

.faq-answer-component {
  overflow: hidden;
  height: 0;
}

.faq-answer-content {
  padding: 0 32px 28px 32px;
}
.faq-answer-content p {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .faq-answer-content p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .faq-answer-content {
    padding: 0 20px 20px 20px;
  }
}

.faq-mb {
  margin-bottom: 24rem;
}
@media (max-width: 768px) {
  .faq-mb {
    margin-bottom: 6.3rem;
  }
}

/* Privacy Policy page */
.privacy-container {
  width: 100%;
  padding: 0 6rem;
  margin-top: 4.8rem;
}

.privacy-section {
  margin-bottom: 4rem;
}

.privacy-section h2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -4%;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: #292d32;
}

.privacy-section p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -4%;
  font-weight: 500;
  color: #292d32;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}

.privacy-section ul {
  padding-left: 5rem;
  margin-top: 8px;
  list-style: disc;
}

.privacy-section ul li {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -4%;
  font-weight: 500;
  margin-bottom: 0.6rem;
  color: #292d32;
  font-size: 1.6rem;
}

.contact-section a {
  color: #ff6641;
  text-decoration: underline;
}

.contact-section a:hover {
  opacity: 0.7;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .privacy-container {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 480px) {
  .privacy-container {
    padding: 20px 1.6rem;
  }
  .privacy-section {
    margin-bottom: 30px;
  }
  .privacy-section h2 {
    margin-bottom: 10px;
  }
  .privacy-section ul {
    padding-left: 3rem;
  }
}/*# sourceMappingURL=styles.css.map */