body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20;
    /* color: #000000;
    background-color: #BDB99C; */
}
.container {
    gap: 20px; /* Adds spacing between elements */
    display: flex;
    flex-wrap: wrap;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.rounded-corners {
    border-radius: 20px;
    border: 1px solid black; /* Black border */
    padding: 10px;
    text-align: center;
    background-color: transparent; /* Transparent background */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional: Add shadow for visibility */
    padding-top: 20px;
}



/* Unified Section with Background Image */
.hero-section {
    width: 100%; /* Ensures the section spans the full width of the viewport */
    margin: 0 auto; /* Centers the section horizontally */
    position: relative; /* Ensures it stacks correctly */
    z-index: 1; /* Keeps it above other elements */
    background-image: url('images.jpeg'); /* Update to the correct path */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    min-height: 50vh; /* Full viewport height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}



.hero-content h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #000000; /* Text color */
    padding: 100px;
}

.hero-content h1 span {
    color: #4169E1; /* Highlighted text */
}

.hero-content p {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}



.container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
    color: #000000;    
}

.video-section {
    flex: 1 1 45%;
}

.video-thumbnail {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
}

.details-section {
    flex: 1 1 45%;
    text-align: left;
}

.details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.details div {
    background-color: #eaf3ff;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.register-button {
    background-color: #d8b060;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

footer {
    background-color: #0066ff;
    color: white;
    padding: 20px;
    margin-top: 20px;
}

.offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.offer p {
    font-size: 18px;
    margin: 0;
}

.register-footer {
    background-color: #d8b060;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.reviews-section {
    background-color: #f0f8ff;
    padding:  20px;
    text-align: center;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tabs button {
    border: 2px dashed #333;
    background: none;
    color: #333;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.tabs button:hover {
    border-color: #0066ff;
    color: #0066ff;
}

h2 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

/* Reviews Section Styling */
.reviews-section {
    background-color: #f0f8ff;
    padding: 20px;
    text-align: center;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tabs button {
    border: 2px dashed #333;
    background: none;
    color: #333;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.tabs button:hover {
    border-color: #0066ff;
    color: #0066ff;
}

h2 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.reviews-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.review-card {
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: left;
}

.review-card img {
    width: 40px;
    margin-bottom: 10px;
}

.review-card p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

h3 {
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    color: #000000;
}

p {
    font-size: 16px;
    color: #000000;
}


/* Carousel Section Styling */
.carousel {
    position: relative;
    width: 100%;
    max-width: 600px; /* Maximum width for carousel */
    margin: 40px auto; /* Center carousel with spacing */
    overflow: hidden; /* Hide any content that overflows */
    background-color: #f4f4f4; /* Temporary background to help see the carousel */
}

.carousel__viewport {
    display: flex;
    width: 100%;
    height: 300px; /* Set height for the carousel */
}

.carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%; /* Set the slides to take up the full height of the carousel */
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel__slide img {
    width: 100%; /* Make the images fill the width */
    height: 100%; /* Make the images fill the height */
    object-fit: cover; /* Ensure images don't stretch or distort */
}

.carousel__navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10; /* Ensure navigation buttons are above content */
}

.carousel__prev,
.carousel__next {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 32px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
}

.carousel__prev {
    left: 10px;
}

.carousel__next {
    right: 10px;
}

.carousel__prev:hover,
.carousel__next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.video-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allows videos to wrap on smaller screens */
    gap: 15px; /* Adds spacing between the videos */
    padding: 20px; /* Adds some space around the container */
    max-width: 100%; /* Ensures the container doesn't exceed the page width */
    box-sizing: border-box; /* Includes padding in width calculations */
}

.video-container iframe {
    border: none;
    width: 320px; /* Adjusts the video width */
    height: 180px; /* Maintains 16:9 aspect ratio */
}





/* Floating footer styles */
.floating-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0066ff; /* Blue background */
    color: black; /* White text */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0); /* Shadow for better visibility */
    z-index: 1000; /* Ensure it's above other elements */
    padding-top:2px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #000000;
}

.register-btn {
    background-color: #ffd700; /* Gold background */
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.register-btn:hover {
    background-color: #ffc107; /* Slightly darker gold */
    color: #000;
}


/* General Reset */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
}

h1 span {
    margin-right: 8px;
}

/* Workshop Section */
.workshop-section {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Adjust columns dynamically */
    gap: 20px;
    margin: 20px 0;
    padding: 0 10px; /* Small padding for responsiveness */
}

.benefit {
    background-color: #f9f9f9;
    border: 2px dashed #333;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    transition: transform 0.3s ease; /* Add hover effect */
}

.benefit:hover {
    transform: translateY(-5px); /* Slight lift on hover */
}

.register-btn {
    background-color: #d9c28b;
    color: #000;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.register-btn:hover {
    background-color: #c0aa7a;
}

/* Media Queries for Responsiveness */

/* For smaller devices like phones */
@media (max-width: 600px) {
    h1 {
        font-size: 22px;
    }

    .benefit {
        font-size: 14px;
        padding: 10px;
    }

    .register-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* For tablets */
@media (max-width: 1024px) {
    h1 {
        font-size: 26px;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* Shrink columns for smaller screens */
    }

    .benefit {
        font-size: 15px;
    }
}

/* pross */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers all items */
    gap: 20px; /* Adds spacing between the cards */
    padding: 20px;
    background-color: #f5f7ff; /* Background color matching the design */
}

.container .card {
    flex: 1 1 calc(25% - 40px); /* Four cards in a row, adjustable with -40px gap */
    max-width: calc(25% - 40px);
    background: white; /* Card background color */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center; /* Center-aligns text */
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
}

.container .card:hover {
    transform: translateY(-10px); /* Lift the card slightly on hover */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.container .card img {
    width: 50px; /* Icon size */
    height: auto;
    margin-bottom: 10px;
}

.container .card h3 {
    font-size: 18px; /* Adjust the size as needed */
    margin: 10px 0;
    color: #333; /* Text color */
}

.container .card p {
    font-size: 14px; /* Smaller text for description */
    color: #555; /* Muted text color */
    line-height: 1.5; /* Improves readability */
}

/* RESPONSIVENESS */
/* For tablets and smaller screens */
@media (max-width: 768px) {
    .container .card {
        flex: 1 1 calc(50% - 20px); /* Two cards per row */
        max-width: calc(50% - 20px);
    }
}

/* For mobile screens */
@media (max-width: 480px) {
    .container .card {
        flex: 1 1 100%; /* One card per row */
        max-width: 100%;
    }
}

/* WHEN JOIN */
.what-happens__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 20px; /* Space between cards */
    justify-content: center; /* Centers the grid */
    align-items: stretch; /* Ensures all cards stretch equally */
}

.what-happens__card {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    justify-content: space-between; /* Distribute content evenly */
    align-items: center; /* Center content horizontally */
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    max-width: 300px; /* Limit max width for consistency */
    height: auto; /* Allow height to adjust based on content */
    text-align: center;
}

.what-happens__card img {
    width: 100%; /* Image fills card width */
    height: auto; /* Maintain aspect ratio */
    max-height: 150px; /* Optional: Limit image height */
    border-radius: 5px;
    object-fit: cover; /* Ensure image looks good inside card */
    margin-bottom: 15px;
}

.what-happens__card h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.what-happens__card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* RESPONSIVENESS */
@media (max-width: 768px) {
    .what-happens__container {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}

/* compare */


/* Section Container */
.you-now-after {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 20px; /* Space between the columns */
    padding: 20px;
    background-color: #f0f4ff; /* Light background color for contrast */
}

/* Individual Boxes */
.you-now, .you-after {
    background-color: #ffbfbf; /* Pink for "You Now" */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.you-after {
    background-color: #bfffbf; /* Green for "You After" */
}

/* Titles */
.you-now h2, .you-after h2 {
    font-size: 24px;
    color: #2f3ec3; /* Bold blue color for titles */
    margin-bottom: 15px;
}

/* List Items */
.you-now ul, .you-after ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.you-now li, .you-after li {
    background: #fff;
    border: 2px dashed #555; /* Dashed border for distinction */
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .you-now-after {
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
    }
}

/* BONUS Section Styles */
.BONUS {
    background-color: #f9fcff;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .bonus-header {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .bonus-header h1 {
    color: #003366;
    font-size: 28px;
    margin: 10px 0;
  }
  
  .bonus-header h2 {
    color: #0056b3;
    font-size: 20px;
    margin: 5px 0;
  }
  
  .bonus-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .bonus-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  
  .bonus-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  
  .bonus-card h3 {
    color: #003366;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .bonus-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .bonus-footer {
    text-align: center;
    margin-top: 30px;
  }
  
  .bonus-footer p {
    color: #ff3333;
    font-size: 18px;
    font-weight: bold;
  }
  
  .countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
  }
  
  .time-box {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    width: 80px;
  }
  
  .time-box span {
    font-size: 24px;
    font-weight: bold;
  }
  
  .time-box p {
    margin: 0;
    font-size: 12px;
  }

  /* Mentor Section Styles */
.mentor-section {
    background-color: #f9fcff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
  }
  
  .mentor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  
  .mentor-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .mentor-content {
    flex: 1;
    max-width: 600px;
  }
  
  .mentor-content h2 {
    color: #003366;
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .mentor-content h3 {
    color: #0056b3;
    font-size: 22px;
    margin-bottom: 5px;
  }
  
  .mentor-content h4 {
    color: #666;
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .mentor-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  
  .mentor-content p strong {
    color: #003366;
  }
  
  .register-btn {
    background-color: #ffd700;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .register-btn:hover {
    background-color: #ffc107;
    transform: scale(1.05);
  }

  /* Finance Section */
.finance-section {
    background-color: #f4f8ff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .finance-header h2 {
    color: #d32f2f;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .finance-header h2 span {
    font-size: 28px;
  }
  
  .finance-header p {
    color: #555;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .finance-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  
  .finance-card {
    background-color: #fff;
    border: 2px solid #0056b3;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 1 1 220px;
    max-width: 220px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .finance-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  
  .finance-card h3 {
    color: #003366;
    font-size: 16px;
    font-weight: bold;
  }
  
  .register-now {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .register-btn {
    background-color: #ffd700;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .register-btn:hover {
    background-color: #ffc107;
    transform: scale(1.05);
  }
  
  /* Section Ender */
  .section-ender {
    height: 20px;
    background-color: transparent;
    width: 100%;
    margin-bottom: 10px;
  }
  

  
#timer {
    font-weight: bold;
    margin-right: 20px;
}

