* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
}

.exclusive-marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #33c375;
  padding: 10px 0;
  position: relative;
}

.exclusive-marquee-track {
  display: flex;
  gap: 50px; /* Space between items */
  animation: exclusive-marquee-scroll 10s linear infinite;
}



.highlight{

  font-weight:600;
}

.exclusive-marquee-item {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.newh {
  color: #33c375;
}

@keyframes exclusive-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* 1st Section */
.ai-mastermind-section {
  background-image: url("../images/tbn.webp");
  background-repeat: no-repeat; /* Prevent the background from repeating */
  background-size: cover; /* Scale the image to cover the entire section */
  background-position: center; /* Center the background image */
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  max-width: 90%;
  margin: auto;
  height: 750px;
  margin-top: 40px;
}

.ai-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ai-logo {
  width: 250px;
}

.ai-badge {
  background-color: #1c1c1c;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.ai-main-heading {
  font-size: 40px;
  line-height: 1.5;
  font-weight: semibold;
  margin-bottom: 20px;
  color: #fffaf1;
  margin: 00px 180px;
}

.ai-cta {
  font-size: 26px;
  color: #33c375;
  font-weight: normal !important;
  margin: 20px 0;
  font-weight: 600;
}

.oppp {
  margin-top: 20px !important;
}

.ai-features {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 40px;
}

.ai-feature-item {
  border: 0.7px solid #fffaf1;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fffaf1;
}

.ai-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  /* Moves the image half outside the section */
  z-index: 1; /* Ensures it stays on top */
}

.ai-thumbnail-image {
  width: 100%;
  display: block;
}
/* General Mobile Styles */
@media screen and (max-width: 768px) {
  .ai-mastermind-section {
    padding: 20px 10px;
    height: auto; /* Allow height to adjust dynamically for mobile */
  }

  .ai-header {
    flex-direction: column; /* Stack logo and badge vertically */
    gap: 15px;
    margin-bottom: 15px;
  }

  .ai-logo {
    width: 220px;
    margin: 15px 0px; /* Reduce logo size */
  }

  .ai-main-heading {
    font-size: 24px; /* Reduce heading size */
    line-height: 1.4;
    margin: 00px 10px;
    font-weight: semibold !important;
    margin-bottom: 15px;
    padding: 0 10px; /* Add some padding for smaller screens */
  }

  .ai-cta {
    font-size: 16px; /* Adjust call-to-action font size */
    margin: 20px 0;
  }

  .ai-features {
    /* Stack features vertically */
    gap: 15px; /* Add spacing between items */
    margin-bottom: 30px;
  }

  .ai-feature-item {
    font-size: 16px; /* Adjust font size for readability */
    padding: 8px 15px; /* Slightly smaller padding */
  }

  .ai-video-container {
    padding: 0 10px; /* Add padding for better layout */
  }

  .ai-video-thumbnail {
    max-width: 100%; /* Ensure video fits within screen width */
    border-radius: 6px; /* Slightly smaller border radius */
  }

  .ai-thumbnail-image {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
  }
}

/* For very small devices (e.g., 480px or less) */
@media screen and (max-width: 480px) {
  .ai-main-heading {
    font-weight: 500;
    font-size: 20px; /* Further reduce font size for small screens */
  }

  .ai-cta {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #33c375;
  }

  .ai-feature-item {
    font-size: 14px; /* Adjust feature text size for better fit */
    padding: 6px 10px; /* Smaller padding */
  }
}

.newcta {
  color: black !important;
  margin-top: 10px;
  font-weight: 600;
}

/* !st section Part 2 */
.challenge-wrapper {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
  color: #333;
  margin-top: 180px;
}

/* Note Section */
.challenge-note {
  background-color: #fffaf1;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
  border: 1px solid #ffe0b2;
}

.challenge-note strong {
  font-weight: bold;
}

.textthrough {
  text-decoration: line-through;
  font-size: 14px;
}

/* Challenge Details Section */
.challenge-info {
  margin: 20px 0;
}

.challenge-date {
  font-size: 18px;
  margin-bottom: 10px;
  display: none;
}

.nocode {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.challenge-cta-button {
  display: inline-block;
  background-color: #33c375;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  padding: 20px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

.challenge-cta-button:hover {
  background-color: #2c8e46;
}

.original-price {
  text-decoration: line-through;
}

/* Testimonial Section */
.challenge-testimonial {
  margin-top: 30px;
  display: flex;
}

.quot {
  margin: 20px;
}

.testimonial-box {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}

.testimonial-author {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .challenge-wrapper {
    max-width: 100%;
    padding: 15px;
    margin-top: 15px;
  }

  .challenge-note {
    font-size: 15px !important;
    padding: 15px;
    margin-bottom: 15px;
  }

  .challenge-date {
    font-size: 16px;
  }

  .challenge-cta-button {
    font-size: 17px;
    padding: 8px 15px;
    border-radius: 4px;
  }

  .quot {
    width: 40px;
    margin: 10px;
  }

  .testimonial-box {
    padding: 15px;
    font-size: 13px;
    margin-top: 10px;
    border: 1px solid #ccc;
  }

  .testimonial-author {
    font-size: 13px;
    margin-top: 8px;
  }
  .section-headingnew {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .challenge-note {
    font-size: 12px;
    padding: 10px;
  }

  .challenge-date {
    font-size: 14px;
  }

  .challenge-cta-button {
    font-size: 17px;
    padding: 6px 10px;
  }

  .quot {
    width: 30px;
  }

  .testimonial-box {
    font-size: 12px;
  }

  .testimonial-author {
    font-size: 12px;
  }
}

.content-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 40px auto;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
}
.section-headingnew {
  font-size: 2em;
  margin-bottom: 20px;
  color: #333;
}

.section-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.section-textnew {
  font-size: 1.4em;
  font-weight: 600;
}

.cut {
  text-decoration: line-through;
  color: #798080;
  font-weight: normal;
}

.op {
  color: #33c375;
}

/* Default display for desktop */
.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

/* Media query for mobile */
@media (max-width: 768px) {
  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }
}

/* Ai Mastermind challenge Section */
/* Ai Mastermind challenge Section */
.ai-mastermind-wrapper {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  width: 100%; /* Take up full width */
  margin: 40px 0px;
}

.ai-mastermind-content {
  max-width: 80%; /* 80% width for content */
  margin: 0 auto; /* Center the content */
}

.ai-mastermind-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 20px;
}

.ai-mastermind-highlight {
  background-color: #c2ffde;
  padding: 0 5px;
}

.ai-mastermind-description {
  font-size: 1.2rem;
  color: #1d1d1d;
  margin-bottom: 30px;
}

.ai-mastermind-cta {
  background-color: #33c375;
  color: #ffffff;
  font-size: 1rem;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 600;
}

.ai-mastermind-cta:hover {
  background-color: #2da148;
}

.ai-mastermind-original-price {
  text-decoration: line-through;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 5px;
}

.ai-mastermind-note {
  font-size: 0.9rem;

  margin-bottom: 22px;
  font-weight: 600;
}

.ai-mastermind-timer-wrapper {
  margin-top: 20px;
}

.ai-mastermind-timer-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.ai-mastermind-timer {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ai-mastermind-timer-item {
  text-align: center;
}

.ai-mastermind-timer-value {
  font-size: 2rem;
  font-weight: bold;
}

.ai-mastermind-timer-label {
  font-size: 1rem;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .ai-mastermind-content {
    max-width: 90%;
    padding: 10px;
  }

  .ai-mastermind-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .ai-mastermind-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .ai-mastermind-cta {
    font-size: 0.9rem;
    padding: 8px 15px;
  }

  .ai-mastermind-note {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }

  .ai-mastermind-timer-wrapper {
    margin-top: 15px;
  }

  .ai-mastermind-timer-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .ai-mastermind-timer {
    gap: 15px;
  }

  .ai-mastermind-timer-value {
    font-size: 1.5rem;
  }

  .ai-mastermind-timer-label {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .ai-mastermind-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .ai-mastermind-wrapper {
    margin: 0px 0px;
  }

  .ai-mastermind-description {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .ai-mastermind-cta {
    font-size: 0.8rem;
    padding: 6px 10px;
  }

  .ai-mastermind-note {
    font-size: 1rem;
  }

  .ai-mastermind-timer {
    gap: 10px;
  }

  .ai-mastermind-timer-value {
    font-size: 1.6rem;
  }

  .ai-mastermind-timer-label {
    font-size: 1rem;
  }
}

/* 3rd slider */
.slider-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  margin-top: 40px;
}

/* Title Section */
.slider-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.rating-highlight {
  background-color: #a7f4d0;
  color: #002b25;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.slider-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #002b25;
  max-width: 90%;
  line-height: 1.4;
}

/* Slider Wrapper */
.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

/* Slider Container */
.slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  align-items: center;
  gap: 20px;
}

/* Card Styling */
.cardn {
  flex: 0 0 30%; /* Ensure each card is 30% width */
  min-width: 35%;
  height: 300px;
  padding: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cardn p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
}

/* Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #dcdcdc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #27c486;
}
@media (max-width: 768px) {
  .slider-container {
    gap: 10px; /* Adjust spacing between cards for smaller screens */
  }

  .cardn {
    flex: 0 0 100%; /* Each card takes full width on mobile */
    min-width: 100%;
    padding: 20px;
  }

  .slider-wrapper {
    padding: 0 10px; /* Add some padding for better appearance */
  }
}

/* 4th Section */
/* Section Container */
.no-secret-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Title */
.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #002b25;
  margin-bottom: 20px;
}

/* Section Text */
.section-textn {
  font-size: 1rem;
  margin-bottom: 20px;
  color: black;
}

/* Imagine Section */
.imagine-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #002b25;
}

.imagine-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.imagine-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #333;
}

/* Truth Text */
.truth-text {
  font-size: 1rem;
  margin-top: 20px;
  color: #333;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .no-secret-section {
    line-height: 1.4; /* Reduce line height */
  }

  .section-title {
    font-size: 1.8rem; /* Reduce font size for title */
  }

  .section-textn {
    font-size: 0.9rem; /* Reduce font size for text */
  }

  .imagine-title {
    font-size: 1rem; /* Reduce font size for "Imagine this" title */
  }

  .imagine-list li {
    font-size: 0.9rem; /* Reduce font size for list items */
  }

  .truth-text {
    font-size: 0.9rem; /* Reduce font size for truth text */
  }
}

/* Full-Width Background */
.full-width-container {
  width: 100%;
  background-color: #fffaf1; /* Light beige background */
  padding: 50px 0;
}

/* Inner Section */
.inner-section {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Header Section */
.header-container {
  margin-bottom: 30px;
}

.main-title {
  font-size: 2rem;
  color: #002b25;
  font-weight: 600;
}

.sub-title {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
}

/* Image Container */
.image-container {
  display: flex;
  justify-content: space-between; /* Align the columns */
  gap: 20px;
  margin-top: 30px;
}

.image-column {
  flex: 1; /* Make both columns take up equal space */
  display: flex;
  flex-direction: column;
  gap: 20px; /* Add spacing between images */
}

.image-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.responsive-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Footer Text */
.footer-textn {
  margin-top: 30px;
  font-size: 1.4rem;
}

.highlight-text {
  background-color: #a7f4d0;
  color: #002b25;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 4px;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  .image-container {
    flex-direction: column; /* Stack the image columns vertically */
    gap: 20px; /* Adjust spacing between stacked columns */
  }

  .image-column {
    flex: none; /* Remove equal spacing, as they are stacked */
  }
  .footer-textn {
    font-size: 16px;
  }

  .sub-title {
    font-size: 16px;
  }
}

/* Challenge Main Container */
.challenge-main-container {
  width: 100%; /* Full-width background */
  background-color: #fffaf1; /* Light beige background */
  padding: 40px 0; /* Top and bottom spacing */
}

/* Inner Container */
.challenge-inner-container {
  width: 80%;
  margin: 0 auto; /* Center align the section */
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Card Image */
.card-image {
  width: 100%;
  height: 150px;
  object-fit: cover; /* Ensures the image scales properly within the space */
  border-radius: 8px 8px 0 0; /* Matches the card's rounded corners */
}

/* Header Section */
.challenge-header {
  margin-bottom: 30px;
}

.challenge-title {
  font-size: 2rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 10px;
}

.challenge-subtitle {
  font-size: 1.2rem;
  color: #666;
}

/* Card Grid */
.challenge-grid {
  display: flex;
  justify-content: space-between; /* Distribute cards evenly */
  gap: 20px; /* Spacing between cards */
  margin-top: 30px;
}

/* Card Styles */
.challenge-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 30%; /* Each card takes 30% of the container */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardd {
  padding: 20px;
}

.challenge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Placeholder Image */
.card-image-placeholder {
  width: 100%;
  height: 150px;
  background-color: #ddd;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
}

/* Card Title */
.card-titlen {
  font-size: 1.1rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 10px;
}

/* Card Description */
.card-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  /* Stack Cards */
  .challenge-grid {
    flex-direction: column; /* Stack cards in a single column */
    gap: 20px; /* Adjust spacing between cards */
  }

  /* Adjust Card Width */
  .challenge-card {
    width: 100%; /* Cards take full width */
  }

  /* Adjust Font Sizes */
  .challenge-title {
    font-size: 1.8rem; /* Slightly smaller */
  }

  .challenge-subtitle {
    font-size: 1rem; /* Reduce subtitle size */
  }

  .card-titlen {
    font-size: 1rem; /* Reduce card title size */
  }

  .card-description {
    font-size: 0.9rem; /* Reduce card description size */
  }
}

/* Main Wrapper */
.audience-section-wrapper {
  width: 100%;
  padding: 40px 0;
  margin-top: 40px;
}

/* Inner Container */
.audience-content-container {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

/* Header Section */
.audience-header {
  margin-bottom: 30px;
}

.audience-title {
  font-size: 2rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 10px;
}

.audience-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
  font-weight: 500;
}

/* Cards Grid */
.audience-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Spacing between cards */
  margin-top: 30px;
}

/* Card Styles */
.audience-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.audience-card:hover {
  background-color: #fffaf1; /* Change background color on hover */
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Badge Styles */
.audience-badge {
  display: inline-block;
  background-color: #195250;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* Card Title */
.audience-card-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #002b25;
  margin-bottom: 10px;
}

/* Card Text */
.audience-card-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  /* Stack Cards */
  .audience-grid-container {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 20px; /* Maintain spacing between cards */
  }

  /* Reduce Font Sizes */
  .audience-title {
    font-size: 1.8rem; /* Slightly smaller */
  }

  .audience-subtitle {
    font-size: 16px; /* Reduce subtitle size */
  }

  .audience-card-title {
    font-size: 1rem; /* Reduce card title size */
  }

  .audience-card-text {
    font-size: 0.9rem; /* Reduce card text size */
    line-height: 1.4; /* Adjust line height for compactness */
  }

  .audience-badge {
    font-size: 0.8rem; /* Slightly smaller badge font size */
    padding: 4px 8px; /* Adjust padding */
  }
}

/* Main Wrapper */
.two-days-wrapper {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

/* Inner Content */
.two-days-content {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
}

/* Title Section */
.two-days-title {
  font-size: 2rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 20px;
}

.highlight-text {
  background-color: #a7f4d0;
  color: #002b25;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 4px;
}

/* Subtitle Section */
.two-days-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  color: #002b25;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Learning Points */
.learning-points {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #555;
}

.learning-points li {
  margin-bottom: 10px;
}

/* All Without Section */
.all-without-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #002b25;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Without Points */
.without-points {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.without-points li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
  display: flex;
  align-items: center;
}

.cross-icon {
  color: red;
  font-weight: bold;
  margin-right: 10px;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  .two-days-title {
    font-size: 1.8rem; /* Reduce title size */
  }

  .highlight-text {
    font-size: 1rem; /* Reduce highlight text size */
  }

  .two-days-subtitle {
    font-size: 1rem; /* Reduce subtitle size */
  }

  .learning-points li {
    font-size: 0.9rem; /* Reduce font size for points */
  }

  .all-without-title {
    font-size: 1rem; /* Reduce size for "All Without" title */
  }

  .without-points li {
    font-size: 0.9rem; /* Reduce font size for "without" points */
  }

  .faq-section {
    display: block !important;
  }
}

/* Main Section */
.challenge-result-section {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

/* Inner Container */
.result-inner-container {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Highlight Box */
.highlight-box {
  background-color: #fffaf1; /* Light beige background */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.highlight-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #002b25;
  margin-bottom: 15px;
}

.highlight-list {
  margin-left: 20px;
  padding-left: 0;
  list-style-type: decimal;
  color: #555;
}

.highlight-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* CTA Text */
.cta-text p {
  font-size: 1.3rem;
  color: #333;

  font-weight: 600;
  margin-bottom: 20px;
}

/* CTA Button */
.cta-button-container {
  margin-top: 20px;
}

.cta-button {
  display: inline-block;
  background-color: #27c486; /* Green background */
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1fa76d; /* Darker green on hover */
}
@media (max-width: 768px) {
  .cta-text p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
  }
}

/* Main Wrapper */
.schedule-wrapper {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  margin-top: 50px;
}

/* Inner Container */
.schedule-container {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
}

/* Header Section */
.schedule-header {
  text-align: center;
  margin-bottom: 30px;
}

.schedule-title {
  font-size: 2rem;
  color: #002b25;
  font-weight: bold;
}

.schedule-subtitle {
  font-size: 1.5rem;
  color: #666;
}

/* Day Section */
.day-section {
  margin-bottom: 20px;
}

.day-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #002b25;
}

.day-date {
  font-size: 1rem;
  color: #666;
}

/* Schedule Grid */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Spacing between the cards */
  margin-top: 20px;
}

/* Session Card */
.session-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.session-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.session-time {
  font-size: 0.9rem;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

.session-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #002b25;
  margin-bottom: 15px;
}

.session-details {
  list-style-type: disc;
  margin-left: 20px;
  color: #555;
}

.session-details li {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Main Wrapper */
.schedule-day2-wrapper {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  margin-bottom: 60px;
}

/* Inner Container */
.schedule-day2-container {
  width: 80%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
}

/* Day Header */
.day-header {
  margin-bottom: 20px;
}

.day-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #002b25;
}

.day-date {
  font-size: 1rem;
  color: #666;
}

/* Grid Layout */
.day2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Spacing between session cards */
  margin-bottom: 20px;
}

/* Session Card */
.session-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.session-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.session-time {
  font-size: 0.9rem;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

.session-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #002b25;
  margin-bottom: 15px;
}

.session-details {
  list-style-type: disc;
  margin-left: 20px;
  color: #555;
}

.session-details li {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Workbook Section */
.workbook-section {
  margin-top: 20px;
  text-align: center;
  grid-column: span 2; /* Make it span both columns */
}

/* Main Section */
.dual-marquee-section {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  font-family: Arial, sans-serif;
  margin: 40px 0px;
}

/* Header Section */
.marquee-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.marquee-main-title {
  font-size: 2rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 15px;
}

.marquee-subtitle {
  font-size: 1rem;
  color: black;
  font-weight: 500;
  width: 60%;
}

/* Marquee Container */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

/* Marquee Row */
.marquee-row {
  display: inline-flex;
  white-space: nowrap;
  position: absolute;
}

.marquee-row-left {
  animation: scroll-left 15s linear infinite;
}

.marquee-row-right {
  animation: scroll-right 20s linear infinite;
}

/* Marquee Items */
.marquee-item {
  display: inline-block;
  background-color: #27c486;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 10px;
  white-space: nowrap;
}

/* Keyframes for Left-to-Right Marquee */
@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Keyframes for Right-to-Left Marquee */
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .marquee-main-title {
    font-size: 1.5rem; /* Reduce main title size */
  }

  .marquee-subtitle {
    font-size: 0.9rem; /* Reduce subtitle size */
    width: 80%; /* Increase width to fit content better */
  }

  .marquee-item {
    font-size: 0.9rem; /* Reduce marquee item text size */
    padding: 8px 15px; /* Adjust padding for smaller devices */
    margin: 0 5px; /* Reduce spacing between items */
  }

  .marquee-container {
    height: 40px; /* Reduce height of the marquee */
  }
  .dual-marquee-section {
    margin: 0px;
  }
}

/* Main Section */
.comparison-section {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 60px 0px;
}

/* Header Section */
.comparison-header {
  margin-bottom: 30px;
}

.comparison-title {
  font-size: 2rem;
  font-weight: bold;
  color: #002b25;
  margin-bottom: 10px;
}

.comparison-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
}

/* Comparison Grid */
.comparison-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch; /* Ensures equal height for columns */
  margin: 0 auto;
  width: 80%;
}

/* Columns */
.comparison-column {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  flex: 1; /* Equal column width */
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.column-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002b25;
  text-align: left;
  margin-bottom: 10px;
}

.column-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0 20px;
}

/* Lists */
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  flex: 1; /* Makes the list stretch to match column height */
}

.comparison-list li {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  display: flex; /* Align icon and text horizontally */
  align-items: center; /* Vertically align icon and text */
  margin-bottom: 10px;
}

/* Icons */
.icon-cross {
  color: red;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0; /* Ensures the icon doesn't resize */
}

.icon-check {
  color: green;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0; /* Ensures the icon doesn't resize */
}

/* Responsive Design */
@media (max-width: 768px) {
  .comparison-grid {
    flex-direction: column;
    gap: 20px;
  }

  .comparison-column {
    width: 100%;
  }

  .comparison-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .comparison-section {
    margin: 0px;
    padding-top: 0px;
  }
}

.apply-button4 {
  background-color: #33c375;
  color: black;
  padding: 12px 30px !important;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  width: 100% !important;
  text-align: center;
}

/* Responsive styling for mobile */
@media (max-width: 768px) {
  .schedule-day2-wrapper {
    display: none;
  }

  .schedule-wrapper {
    display: none;
  }

  .apply-button3 {
    display: block;
    border: 1px solid black;
    background-color: #33c375;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

/* 2nd Section */
.image-section {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 40px;
}

.intro-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 24px;
  color: #002726;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.image-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap; /* Ensures single row on desktop */
  justify-content: center;
}

.gallery-image {
  width: 200px;
  height: 110px;
  border-radius: 5px;
}

/* Hide the mobile-only image on desktop */
.mobile-only {
  display: none;
}

/* Hide the desktop-only image on mobile */
.desktop-only {
  display: block;
}

/* Mobile View */
@media (max-width: 768px) {
  .image-section {
    width: 95%;
  }
  .image-gallery {
    flex-wrap: wrap; /* Allows wrapping to multiple rows on mobile */
    gap: 15px; /* Reduces gap between images */
  }

  .gallery-image {
    width: 30%; /* Three images per row */
    height: auto;
  }

  /* Full width for the fourth image in a new row */
  .desktop-only {
    display: none; /* Hide desktop version of the fourth image on mobile */
  }

  .mobile-only {
    display: block; /* Show mobile version of the fourth image */
    width: 100%; /* Full width for the fourth image */
    margin: 5px 0; /* Reduced margin above and below the fourth image */
  }

  .faq-section {
    display: block;
  }
}

/* FAQ Section Styling */
.faq-section {
  padding: 20px;
  margin-top: 60px !important;
  width: 80%;
  margin: auto;
  display: none;
}

.session-time {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.faq-heading {
  font-size: 24px;
  color: #333;
  font-weight: medium;
  margin-bottom: 20px;
}

.faq-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.faq-column {
  width: 48%;
  text-align: left;
}

.column-heading {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.faq-item {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.session-info {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-transform: none;
}

.question-text {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.arrow {
  font-weight: bold;
  color: #333;
  transition: transform 0.3s;
}

/* Answer styling */
.answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  font-size: 14px;
  color: #555;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

/* Smooth open transition with padding */
.faq-item.active .answer {
  display: block;
  max-height: 500px; /* Allow space for the content */
  padding-top: 10px;
  padding-bottom: 10px;
}

/* List styling */
.answer ul {
  margin-top: 10px;
  padding-left: 20px;
}

.answer li {
  margin-bottom: 5px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .faq-section {
    width: 100%;
    margin-top: 20px !important;
  }

  .faq-columns {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .faq-column {
    width: 100%;
  }
  .question-text {
    font-size: 16px;
  }
}

/* Logo Section Styling */
/* Shared Styling */
.logos-section {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

.section-textskill {
  font-size: 16px;
  color: black;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}

.logo {
  width: 200px;
  height: 154px;
  object-fit: contain;
}

/* Desktop-Only Styling */
.desktop-only {
  display: flex;
  flex-direction: column;
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

/* Mobile-Only Styling */
.mobile-only {
  display: none;
}

.logo-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

/* Full-width last image on mobile */
.logo-full-width {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.logo-full-width .last-mobile-image {
  width: 100%;
  max-width: 280px; /* Adjust if necessary */
  height: 90px;
}

.newl {
  filter: invert(1);
  width: 50%;
}

/* Responsive Rules */
@media (max-width: 768px) {
  /* Hide desktop section and show mobile section */
  .desktop-only {
    display: none;
  }

  .logos-section {
    margin-top: 10px !important;
  }

  .mobile-only {
    display: block;
  }

  /* Adjust logo sizes for mobile */
  .logo {
    width: 154px;
    height: 77px;
  }
  .mlogos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

/* Countdown Section Styling */
.countdown-section {
  width: 80%;
  margin: 40px 0px;
  background-color: #002726;
  color: #ffffff;
  padding: 40px 20px;
  position: relative;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

/* Section Content */
.section-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #d0d0d0;
  font-weight: 600;
}

/* Countdown Section Styling */
/* Countdown Section Styling */
.countdown-section {
  width: 80%;
  margin: auto;
  background-color: #002726;
  color: #ffffff;
  padding: 40px 20px;
  position: relative;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 1;
}

/* Position images behind the content */
.bottom-left-image,
.bottom-right-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  opacity: 0.7;
}

.bottom-left-image {
  left: 0;
  width: 242px;
}

.bottom-right-image {
  right: 0;
  width: 242px;
}

.section-heading2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #d0d0d0;
}

/* Countdown Timer Styling */
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.time {
  text-align: center;
}

.number {
  font-size: 24px;
  font-weight: 400;
}

.label {
  font-size: 14px;
  color: #d0d0d0;
}

.apply-button2 {
  background-color: #33c375;
  color: #002726;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0px;
  width: 65%;
}

.apply-button2:hover {
  background-color: #28a364;
}

.offer-text {
  font-size: 14px;
  color: white !important;
}

.offer-textm {
  display: none;
}

.earlytext {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .countdown-section {
    width: 100%;
    padding: 30px 15px;
    margin-top: 30px;
    border-radius: 0;
  }

  .newtext {
    display: block;
  }

  .offer-textm {
    display: block;
  }

  .content {
    text-align: center;
  }

  .section-heading2 {
    font-size: 24px;
  }

  .section-text {
    font-size: 14px;
  }

  .countdown {
    gap: 10px;
  }

  .time .number {
    font-size: 20px;
  }

  .label {
    font-size: 12px;
  }

  .earlytext {
    align-items: center;
    gap: 5px;
    width: 100%;
  }

  .apply-button2 {
    width: 100%;
    font-size: 14px;
    padding: 8px 16px;
  }

  .bottom-left-image,
  .bottom-right-image {
    width: 180px;
    opacity: 0.4;
  }

  .shortbtn {
    margin-top: 20px;
  }
}

/* Bonus Cards Section */
.bonus-cards-section {
  width: 100%;
  padding: 60px 0;
  background-color: #faf5ed;
  display: none;
  margin-top: 60px !important;
}

.bonus-header {
  text-align: center;
  margin-bottom: 30px;
}

.bonus-title {
  font-size: 2rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 10px;
}

.bonus-subtitle {
  font-size: 1rem;
}

/* Cards Container */
.bonus-cards-container {
  display: flex;
  gap: 20px;
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  scroll-behavior: smooth; /* Smooth scrolling */
  flex-wrap: nowrap; /* Prevent wrapping for horizontal scroll */
  padding: 10px 20px; /* Padding for spacing */
}

/* Hide scrollbar */
.bonus-cards-container::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}

.bonus-cards-container {
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

/* Individual Card Styling */
.bonus-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px;
  width: 200px; /* Fixed card width */
  flex-shrink: 0; /* Prevent shrinking */
}

.bonus-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.bonus-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a3b34;
  margin-bottom: 5px;
}

.bonus-author,
.bonus-details,
.bonus-worth {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.bonus-worth {
  font-weight: bold;
  color: #1a3b34;
}

/* Responsive Design */
@media (max-width: 768px) {
  .bonus-cards-container {
    gap: 15px; /* Adjust spacing for mobile */
    flex-wrap: nowrap; /* Cards in a single line for scrolling */
  }

  .bonus-card {
    width: 180px; /* Smaller width for mobile */
  }
  .bonus-cards-section {
    display: block;
  }
}

/* Unique Bonus Cards Section */
.unique-bonuses-section {
  width: 100%;
  padding: 60px 0;
  background-color: #faf5ed;
  margin-top: 50px;
}

.unique-bonus-header {
  text-align: center;
  margin-bottom: 30px;
}

.unique-bonus-title {
  font-size: 2rem;
  font-weight: 600;
  color: #002b25;
  margin-bottom: 10px;
}

.unique-bonus-subtitle {
  font-size: 1rem;
}

/* Cards Container */
.unique-bonus-cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  scroll-behavior: smooth; /* Smooth scrolling */
  flex-wrap: nowrap; /* Prevent wrapping for horizontal scroll */
  padding: 10px 20px; /* Padding for spacing */
}

/* Hide scrollbar */
.unique-bonus-cards-container::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}

.unique-bonus-cards-container {
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

/* Individual Card Styling */
.unique-bonus-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px;
  width: 250px; /* Fixed card width */
  flex-shrink: 0; /* Prevent shrinking */
  height: 400px;
}

.unique-bonus-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.unique-bonus-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a3b34;
  margin-bottom: 5px;
}

.unique-bonus-author,
.unique-bonus-details,
.unique-bonus-worth {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.unique-bonus-worth {
  font-weight: bold;
  color: #1a3b34;
}

/* Responsive Design */
@media (max-width: 768px) {
  .unique-bonuses-section {
    display: none;
  }
}

/* Section Styling */
.importance-section {
  background-color: #fffaf1;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  text-align: left;
  border: 0.6px solid black;
}

/* Container */
.importance-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Title */
.importance-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a3b34;
  margin-bottom: 20px;
}

/* Subtitle */
.importance-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a3b34;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Paragraph */
.importance-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

/* Bold text for emphasis */
.importance-paragraph strong {
  color: #1a3b34;
}

/* Certificate Section Styling */
.certificate-section {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-container {
  max-width: 800px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

/* Title */
.certificate-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a3b34;
  margin-bottom: 15px;
}

/* Image Container */
.certificate-image-container {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.certificate-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Subtext */
.certificate-subtext {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-top: 15px;
}
.anothertext {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .certificate-container {
    flex-direction: column;
    gap: 20px; /* Adjust gap for smaller screens */
    text-align: center; /* Center-align text */
  }

  .certificate-title {
    font-size: 1.8rem; /* Adjust font size for mobile */
  }

  .certificate-subtext {
    display: none; /* Adjust font size for readability */
  }

  .certificate-image-container {
    max-width: 100%; /* Ensure image spans full width on mobile */
  }
  .anothertext {
    display: block;
  }
}

/* Mobile Styling */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    gap: 15px;
  }

  .card {
    padding: 15px;
  }

  .card-title {
    font-size: 20px;
  }

  .card-access {
    font-size: 12px;
  }

  .card-worth {
    font-size: 13px;
  }

  /* Show mobile-specific images and hide desktop ones */
  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }
}

/* Custom FAQ Section Styling */
.custom-faq-section {
  width: 80%;
  margin: auto;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  display: flex;
  gap: 15px;
  margin-top: 60px;
}

.custom-faq-intro {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.custom-faq-heading {
  font-size: 36px;
  font-weight: 500;
  color: #1a3b34;
  margin-bottom: 20px;
}

.custom-faq-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.custom-faq-question {
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #1a3b34;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.custom-faq-answer {
  max-height: 0;
  padding: 0 15px;
  font-size: 14px;
  color: #555;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

.custom-faq-item.active .custom-faq-answer {
  max-height: 1000px; /* Enough to show entire answer */
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-faq-item.active .custom-arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .custom-faq-section {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .custom-faq-heading {
    font-size: 28px;
  }

  .custom-faq-intro {
    font-size: 14px;
    font-weight: 500;
  }

  .custom-faq-question {
    font-size: 16px;
  }

  .custom-faq-answer {
    font-size: 14px;
  }
}

/* Footer Styles */
.custom-footer {
  background-color: #00322c;
  color: #d0d0d0;
  padding: 30px 0;
  font-family: Arial, sans-serif;
  width: 100%;
  margin-top: 50px;
}

.footer-content {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.footer-logo img {
  width: 120px;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 14px;
  color: #d0d0d0;
  line-height: 1.6;
  max-width: 700px;
  text-align: center;
}

.footer-divider {
  border: none;
  border-top: 1px solid #555;
  margin: 20px 0;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #a0a0a0;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.footer-info p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 5px;
}

.footer-links a {
  color: #a0a0a0;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-timestamp {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.footer-offer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  background-color: #00322c;
  border-top: 1px solid #555;
  position: sticky;
  bottom: 0;
  z-index: 1000; /* Ensures it stays on top of other content */
}

/* Other existing styles */
.offer-left {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 40px;
}

.footerbtn {
  width: 300px;
  padding: 10px;
  font-size: 24px;
}

.price-section {
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
}

.price-discounted {
  font-weight: bold;
}

.price-original {
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
  margin-left: 8px;
}

.offer-divider {
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  opacity: 0.5;
}

.offer-timer {
  text-align: left;
  font-size: 14px;
  color: #d0d0d0;
}

.timer {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.footer-buttons {
  display: flex;
  gap: 10px;
  margin-right: 40px;
}

.apply-button,
.team-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.apply-button {
  background-color: #33c375;
  color: #00322c;
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer-offer-section {
    display: none;
  }
  .footer-info {
    gap: 10px;
    flex-direction: column-reverse;
    text-align: left;
  }

  .footer-top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-text {
    text-align: left;
  }

  .footer-logo img {
    width: 80px;
    height: 35px;
  }
}

/* Mobile-only Offer Section Styling */
.mobile-offer-section {
  display: none; /* Hidden by default on larger screens */
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000; /* Ensures it stays above other content */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}


.mbbtn{
  display:flex;
    align-items: center;
justify-content: space-between;
gap:40px;
}

/* Price styling for mobile section */
.mobile-price {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  text-align: left;
}

.mobile-price-discounted {
  font-weight: 500;
  color: black;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

.mobile-price-original {
  text-decoration: line-through;
  color: #777;
  font-size: 18px;
  margin-left: 8px;
}

/* Button styling for mobile apply now */
.mobile-apply-button {
  background-color: #33c375;
  color: black;
  padding: 15px;
  font-size: 16px;
  border: none;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  width: auto; /* Adjust width to fit content */
}

.mobile-apply-button:hover {
  background-color: #28a364;
}

/* Mobile-only visibility */
@media (max-width: 768px) {
  .mobile-offer-section {
    display: block; /* Show on mobile */
  }

  /* Hide the original offer section on mobile */
  .footer-offer-section {
    display: none;
  }
}

/* Mentors Section Styles */
.mentors-section {
  width: 80%;
  margin: auto;

  margin-top: 60px;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #1a3b34;
  margin-top: 5px;
}

.section-description {
  font-size: 16px;

  margin: 10px 0 20px;
}

.read-more {
  font-size: 14px;
  color: #1a3b34;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.read-more span {
  font-size: 16px;
}

/* Mentors Section Styles */
.mentors-section {
  width: 80%;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  color: #1a3b34;
  margin-top: 5px;
}

.section-description {
  font-size: 16px;
  color: black;
  margin: 10px 0 20px;
  font-weight: 500;
}

.read-more {
  font-size: 14px;
  color: #1a3b34;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.read-more span {
  font-size: 16px;
}
/* Mentor Cards Container */
.mentor-cards-container {
  overflow: hidden;
}

.mentor-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  transition: transform 0.3s ease;
}

.mentor-card {
  width: 200px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mentor-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.mentor-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.mentor-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 5px 0;
  text-align: left;
}

.mentor-position {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
  text-align: left;
}

.mentor-company-logo {
  width: 86px;
  height: auto;
  margin-top: 5px;
}

.mentor-company-logo1 {
  width: 25px;
  height: auto;
}

.mentor-company-logo2 {
  width: 50px;
  height: auto;
}

/* Mobile Styling */
@media (max-width: 768px) {
  .mentors-section {
    width: 100%;
    padding: 15px;
    margin-top: 30px;
  }

  .mentor-cards-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px; /* Add padding to container instead */
  }

  .mentor-cards {
    flex-wrap: nowrap;
    gap: 15px;
    padding: 10px 0; /* Remove horizontal padding, keep vertical */
    justify-content: flex-start; /* Align cards to start */
  }

  .mentor-card {
    min-width: 180px;
    flex-shrink: 0; /* Prevent cards from shrinking */
  }

  /* Ensure first card is fully visible */
  .mentor-card:first-child {
    margin-left: 0;
  }

  /* Add some padding after last card for better UX */
  .mentor-card:last-child {
    margin-right: 15px;
  }
}
.apply-button2 {
  display: block;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* General Section Styling */
.testimonials-section {
  width: 100%;
  text-align: left;
  padding: 40px 20px;
  margin-top: 60px;
  background-color: #fffaf1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-subtitle {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.test-section {
  width: 80%;
}

/* General Section Styling */
.testimonials-section {
  width: 100%;
  text-align: left;
  padding: 40px 20px;
  margin-top: 60px;
  background-color: #fffaf1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-subtitle {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.test-section {
  width: 80%;
}

/* Container for Testimonial Cards */
.testimonial-container {
  display: flex;
  gap: 20px;
  padding: 0 20px; /* Adds padding on left and right for mobile */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-card {
  width: 280px;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-between;
  scroll-snap-align: center;
  margin-right: 10px;
}

/* Image Card */
.image-card {
  position: relative;
}

.thumbnail-image {
  width: full !important;
  border-radius: 12px;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.7) 0%,
    /* Black with 70% opacity */ rgba(0, 0, 0, 0.3) 60%,
    /* Black with 30% opacity at 60% */ rgba(0, 0, 0, 0) 100%
      /* Fully transparent at the top */
  ) !important;
  pointer-events: none; /* Ensure the overlay doesn't interfere with clicks */
}

.play-button {
  font-size: 24px;
  margin-bottom: 8px;
}

.testimonial-name {
  font-weight: bold;
  font-size: 16px;
}

.testimonial-title {
  font-size: 14px;
  color: #d0d0d0;
}

/* Text Card */
.text-card {
  border: 1px solid #ddd;
  padding: 15px;
  background-color: white;
}

.linkedin-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.testimonial-text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.person-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.person-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.person-info .testimonial-name {
  font-weight: bold;
  color: #333;
}

.person-info .testimonial-title {
  font-size: 12px;
  color: #666;
}

/* Mobile Styling */
@media (max-width: 768px) {
  .testimonial-container {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .testimonial-card {
    min-width: 85%; /* Ensures cards take up most of the screen */
    margin-right: 15px; /* Adds spacing between cards */
  }

  .testimonials-section {
    width: 100%;
  }
  .test-section {
    width: 100%;
  }
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

#video-frame {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}

/* Marquee Animations */
@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
