@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    text-align: center;
}
.hero-header{
    padding: 6px;
    background-color: #9352A4;
    color: white;
}
.hero-header p{
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
.hero {
    background: #1C0B27;
    color: white;
    padding: 50px 20px;
    animation: fadeIn 2s ease-in-out;
}
.hero h1, .hero h2 {
    font-size: 45px;
    margin: 0;
}
.hero-content p{
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 22px;
}
button {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    background-color: #9352a4;
    color: white;
    border: none;
    padding:25px 35px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 5px;
}
button:hover {
    background-color: #9352a4;
    animation: bounce 0.6s infinite alternate ease-in-out;
    transform: scale(1.1); /* Pop-out effect */
    box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.5);
}
button:active {
    transform: translateY(2px);
}
@keyframes bounce {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
}
.heading-display{
    font-size: 35px;
    font-family: "Lato", serif;
}
.consultation-section {
    color:black;
    text-align: center;
    padding: 10px;
    margin: auto;
  }

  .content h2 {
    text-align: center;
    font-size: 38px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 800;
    line-height: 1.4;
  }

  .content h2 span {
    color:#9352a4;  /* Highlight FREE */
  }

  .content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 24px;
  }

  .content ul li {
    font-family: "Lato", serif;
    margin: 10px 0;
  }

  .limited-spots {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
/**/
  .pcos-checklist {
    background:#1C0B27;
    color: white;
    text-align: center;
    padding: 10px;
    margin: auto;
  }

  /* Heading */
  .pcos-checklist h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .pcos-checklist h2 span {
    color: white;
    text-shadow: 2px 2px 5px rgba(151, 149, 149, 0.3); /* Highlight "Is This You?" */
  }

  /* Checklist */
  .checklist {
    list-style: none;
    padding: 0;
    font-size: 24px;
    text-align: left;
    max-width: 900px;
    margin: auto;
  }

  .checklist li {
    margin: 10px 0;
    padding: 22px 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    opacity: 0;
    animation: fadeIn 1s forwards ease-in-out;
  }
  .cta p{
    font-family: "Kanit", serif;
    font-weight: 700;
    font-size: 36px;
  }

  /* Fade-in effect */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* "YES" Highlight */
  .highlight {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
  }

  .yes {
    color:#9352a4 ;
    font-weight: bold;
    font-size: 26px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }

  .yes:hover {
    transform: scale(1.2);
    text-shadow: 0px 0px 10px rgba(94, 58, 134, 0.8);
  }
  
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.roadmap-section {
    color: black;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    max-width: 1100px;
    margin: auto;
  }

  .roadmap-section h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }

  .roadmap-section h2 span {
    color: #9352A4; /* Highlight "What You’ll Learn" */
  }
  .roadmap-section p{
    text-align: center;
    font-size: 25px;
  }
  /* Roadmap Wrapper */
  .roadmap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    padding-top: 40px; /* Space for the top connector */
  }

  /* Connector Line Above */
  .connector-line {
    position: absolute;
    top: 25px;
    left: 5%;
    width: 90%;
    height: 3px;
    background: #e5baf0;
    border-radius: 5px;
  }

  /* Step Box */
  .step {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    opacity: 0;
    animation: fadeIn 1s forwards ease-in-out;
    position: relative;
  }

  .step:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 5px #e5baf0;
  }

  /* Icons */
  .icon {
    width: 60px;
    height: 60px;
    background: #412747;
    color: #ff5733;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 40px;
    position: absolute;
    top: -50px; /* Moves icon up closer to the connector */
    left: 50%;
    transform: translateX(-50%);
  }

  /* Step Content */


  .step p {
    font-family: "Kanit", serif;
    font-size: 20px;
    margin: 0;
  }
  .learning-section {
    color: black;
    text-align: center;
    padding: 20px 20px;
    max-width: 1000px;
    margin: auto;
  }

  .learning-section h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }

  .learning-section h2 span {
    color: #9352a4;
  }

  /* Cards Layout */
  .learning-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .card {
    background: rgba(255, 255, 255, 0.2);
    padding: 50px;
    border: 1px dotted black;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeIn 1s forwards ease-in-out;
  }
  .iconn {
    width: 50px;
    height: 50px;
    background: #9352a4;
    color: white;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
  .margin-top{
    margin-top: 40px;
  }
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 15px #e5baf0;
  }

  /* Card Content */
  .card h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .card p {
    font-size: 18px;
    margin: 0;
  }
  .add-heading{
    font-family: "Lato", serif;
    line-height: 1.3;
    font-size: 42px;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(45, 35, 50, 0.3);
  }

  /* Live Session Special Effect */
  .live-session {
    background: #412747;
    color: white;
    font-weight: bold;
    position: relative;
  }

  .live-text {
    font-weight: bold;
    color: #ff0000;
    text-transform: uppercase;
    animation: blink 1s infinite;
  }

  @keyframes blink {
    50% { opacity: 0.5; }
  }

  .pcod-fail-section {
    background: #f7f7f7;
    color: black;
    padding:20px;
    border-radius: 12px;
    border: 2px dotted black; /* Dotted border around the box */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 40px auto;
    text-align: center;
  }

  .pcod-fail-section h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }

  .pcod-fail-section h3 {
    font-size: 28px;
    font-weight: bold;
    color: #9352a4;
  }

  .pcod-fail-section p {
    font-size: 19px;
    color: #444;
  }

  .pcod-fail-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }

  /* Fail Point Cards */
  .fail-point {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: left;
    opacity: 0;
    animation: fadeIn 1s forwards ease-in-out;
  }

  .fail-point:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(135, 135, 135, 0.6);
  }

  
  /* New Approach Section */
  .new-approach {
    background: #412747;
    padding: 20px;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    margin-top: 40px;
    font-size: 18px;
  }
.new-approach p{
    font-family: "Rajdhani", serif;
  font-weight: 700;
    color: white;
    font-size: 25px;
}
  .shefit-difference-section {
    margin-top: 40px;
    background: #412747;
    color: white;
    padding: 10px;
    text-align: center;
  }

  .shefit-difference-section h2 {
    font-size: 38px;
    font-weight: 800;
    color: white;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }

  .shefit-difference-section h2 span {
    color: #9352a4;
  }

  /* Cards Layout */
  .difference-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }

  /* Feature Cards */
  .feature-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 15px #412747;
  }

  /* Card Content */
  .feature-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }

  .feature-card p {
    font-size: 18px;
    color: #666;
    margin: 0;
  }

  /* Success Story Section */
  .success-story {
    background: #e5baf0;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    color: black;
    font-family: "Rajdhani", serif;
    font-weight: 700;
    margin-top: 40px;
  }

  .faqs-section {
    background: #f4f4f4;
    color: #333;
    padding: 20px;
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
  }

  .faqs-section h2 {
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }

  /* FAQ Styling */
  .faq {
    margin-bottom: 20px;
  }

  .faq-question {
    background: #412747;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
  }

  .faq-question:hover {
    background: #9352A4;
    color: #fff;
  }

  .faq-answer {
    display: none;
    background: #9352A4;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 20px;
    color: black;
  }
  .bonus-gifts-section {
    border-radius: 12px;
    border: 2px dotted black; 
    color: #333;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    max-width: 1100px;
  }

  .bonus-gifts-section h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1C0B27;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }

  .bonus-gifts-section h2 span {
    color: #9352A4;
  }

  .bonus-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #333;
  }

  .bonus-list li {
    margin-bottom: 15px;
    font-weight: bold;
  }

  .bonus-list li span {
    color: #f7f7f7;
    font-weight: normal;
  }

  .offer-alert {
    background: #1C0B27;
    color: #fff;
    padding: 1px;
    font-size: 28px;
    font-family: "Rajdhani", serif;
    font-weight: 700;
    border-radius: 7px;
    margin-top: 20px;
  }

  /* Call-to-Action Section Styling */
  .cta-section {
    background: #f3e6ff;
    color: #333;
    padding:20px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 40px auto;
  }

  .cta-section h2 {
    font-size: 38px;
    font-weight: bold;
    color: #6f42c1;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }

  .cta-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #333;
  }

  .cta-content ul li {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .testimonials-section {
    background: #f9f9f9;
    color: #333;
    padding: 20px;
    text-align: center;
    max-width: 1000px;
    margin: 40px auto;
  }

  .testimonials-section h2 {
    font-size: 38px;
    font-weight: bold;
    color: #412747;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }

  /* Testimonial Quotes Styling */
  .testimonials-quotes {
    margin-bottom: 40px;
  }

  .quote {
    font-size: 22px;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
  }

  .quote strong {
    display: block;
    font-size: 16px;
    color: #6f42c1;
    margin-top: 5px;
  }

  /* Testimonial Images Grid Styling */
  .testimonial-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }

  .testimonial-images .image {
    text-align: center;
  }

  .testimonial-images .image img {
    border-radius: 10px;
    width: 500px;
    height: 500px;
    object-fit: cover;
    border: 2px solid #412747;
    transition: transform 0.3s ease;
  }

  .testimonial-images .image img:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 15px #9352A4;
  }

  .testimonial-images .image p {
    margin-top: 10px;
    font-size: 22px;
    color: #333;
  }
  .who-should-book-section {
    background: #1C0B27;
    color: #333;
    padding:20px;
    text-align: center;
    margin: 20px auto;
  }

  .who-should-book-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    text-shadow: 2px 2px 15px rgba(158, 156, 156, 0.1);
  }

  .cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .card1{
    background:rgba(255, 255, 255, 0.2);
    width: 90%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card1:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
  }

  .card1 p {
    color: white;
    font-size: 22px;
    font-weight: bold;
  }

  .cta-alert {
    background: #d9b2e3;
    color: black;
    padding: 10px;
    font-size: 20px;
    font-family: "Rajdhani", serif;
    font-weight: 700;
    margin-top: 20px;
  }
  .footer {
    background-color: #412747;
    color: #fff;
    padding: 20px 0;
    text-align: center;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .footer-left, .footer-center, .footer-right {
    flex: 1;
  }

  .footer-left p, .footer-right p {
    font-size: 14px;
    margin: 0;
  }

  .footer-right a {
    color: #ff5733;
    text-decoration: none;
  }

  .footer-center ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer-center ul li {
    display: inline;
    margin: 0 10px;
  }

  .footer-center ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }

  .footer-center ul li a:hover {
    color: #9352A4;
  }
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-form h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #9352a4;
}

.popup-form input {
    width: 90%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
a{
    text-decoration: none;
    color: white;
}

.popup-form button {
    width: 100%;
    padding: 10px;
    background-color: #9352a4;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.popup-form button:hover {
    background-color: #7a3f87;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #412747;
}
.profile-image{
    margin-top: 20px;
    height:500px;
    width:550px;
}
.testimonial-section1 {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
}

.testimonial-section1 h2 {
    font-size: 38px;
    color: #333;
    margin-bottom: 20px;
}

/* Grid Layout */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

/* Individual Testimonial Cards */
.testimonial-card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.testimonial-card img {
    width: 100%;
    object-fit: fill;
    height: 350px;
    display: block;
    border-radius: 10px;
}

/* Hover Effect */
.testimonial-card:hover {
    transform: scale(1.05);
}
.image-pro{
    width:800px;
     height:400px;
}
      .profile-image {
    height: 380px;
    width: 330px;
}
