.section.event-details-section {
        padding-top: 90px;
    }
    #invoice-section {
        display: none;
        justify-content: center;
        text-align: center;
        padding: 30px;
        margin: 0 auto;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }

    #invoice-section h4 {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #111827;
    }

    .invoice-summary {
        background: #f9fafb;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 20px;
        font-size: 15px;
        color: #333;
    }

    .invoice-summary span {
        font-weight: 600;
    }

    .quantity-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 15px 0;
    }

    .qty-btn {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 8px;
        font-size: 20px;
        background: #f1f5f9;
        color: #111;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .qty-btn:hover {
        background: #2563eb;
        color: #fff;
    }

    #quantityInput {
        width: 70px;
        text-align: center;
        height: 40px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 16px;
        padding: 0 16px;
    }

    .form_control {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #d1d5db;
        border-radius: 10px;
        font-size: 15px;
        margin-bottom: 12px;
        transition: border-color 0.2s;
    }

    .form_control:focus {
        border-color: #2563eb;
        outline: none;
        box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
    }

    .payment-methods label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-right: 15px;
        font-size: 15px;
        cursor: pointer;
    }

    .form_group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
    }

    .main-btn {
        flex: 1;
        text-align: center;
        padding: 12px 0;
        font-size: 15px;
        font-weight: 600;
        border: none;
        border-radius: 10px;
        background: #111827;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s;
    }

    .main-btn:hover {
        background: #2563eb;
    }

    .stripe-logo {
        height: 28px;
        vertical-align: middle;
    }

    #instructions {
        margin-top: 15px;
        font-size: 14px;
        text-align: left;
    }
    .event-header {
        background-color: #141c36;
        padding: 20px 0;
    }
    .event-container {
        width: 100%;
        max-width: 1170px; /* Typical Bootstrap container width */
    }
    .event-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .event-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
        color: #ffffff;
    }
    .event-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        color: #ffffff;
    }
    .event-meta-item {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        white-space: nowrap;
    }
    .event-meta-item i {
        margin-right: 5px;
    }
    .event-price {
        font-size: 1.2rem;
        font-weight: bold;
        color: #d90081;
    }
    .register-btn {
        display: inline-block;
        background-color: #d90081;
        color: #ffffff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s ease;
        white-space: nowrap;
    }
    .register-btn:hover {
        background-color: #b1006a;
        color: #fff;
    }
    
    @media (max-width: 768px) {
        .event-container {
            padding-top: 50px;
        }
        
        .event-content {
            flex-direction: column;
            align-items: flex-start;
        }
        .event-title {
            font-size: 1.5rem;
        }
        .event-meta {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 15px;
            width: 100%;
        }
        .register-btn {
            width: 100%;
            text-align: center;
        }
    }
/* Form buttons style with default color and hover effect */
.form_group .main-btn {
    border: none !important;
    color: #fff !important;
    padding: 14px 45px !important;
    display: inline-flex !important; /* Use flex for vertical alignment */
    justify-content: center !important; /* Center horizontally */
    align-items: center !important; /* Center vertically */
    outline: 0 !important;
    font-weight: 600 !important;
    background-color: #00002c !important; /* Default color */
    border: 1px solid #00002c !important; /* Default border color */
    font-size: 18px !important; /* Force font size */
    cursor: pointer !important;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    height: 45px !important;
    text-align: center !important; /* Ensure text is centered */
}

.form_group .main-btn:hover {
    background-color: #d90081 !important; /* Hover color */
}




    .mb-20 {
        padding: 0;
        margin: 0;
        list-style-type: none; /* Removes bullets */
        display: flex;
        align-items: center;
    }

        .mb-20 li {
            margin: 0;
            padding: 0;
        }

        .nice-number {
            display: flex;
            align-items: center;
        }

        .nice-number button {
            background: none;
            border: 1px solid #ccc;
            padding: 5px 10px;
            cursor: pointer;
            height: 42px;
            border-radius: 8px;
        }

        .nice-number input[type="number"] {
            text-align: center;
            width: 40px !important; /* Overrides inline style */
            margin: 0 5px;
            padding-left: none !important;
        }

        .event-details-section  {

            padding-bottom: 40 !important; /* Remove any padding if present */
        }

    /* Additional styles for mobile responsiveness */
    @media only screen and (max-width: 767px) {
        .event-details-section .syotimer__body {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%; /* Ensure the container takes full width */
            margin: 0; /* Remove any margin if present */
            padding: 0; /* Remove any padding if present */
        }

            .event-details-section .syotimer__body .syotimer-cell {
                flex: 1 1 0%; /* Grow and shrink equally, starting with zero base size */
                text-align: center;
                min-width: 0; /* Allows the cell to shrink beyond its content size if necessary */
                padding: 10px; /* Add padding inside the cells for spacing around the text */
                box-sizing: border-box; /* Include padding in the cell's total width and height */
            }
    }


    .event_title {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        color: #fff !important;
        font-size: 2.5rem !important;
        color: var(--c-amaranth);
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 0;
        text-align: center;
        font-weight: 900;
    }

    @media screen and (min-width: 768px) {
        .event_title {
            font-size: 2rem;
        }
    }

    @media screen and (min-width: 992px) {
        .event_title {
            font-size: 2.rem;
        }
    }

    :root {
        --theme-color: #00002C;
        --theme-color-light: #000056;
        --accent-color: #d90081;
        --light-accent: #ff47a9;
        --background-color: #f5f5f5;
    }

    .course-outline {
        margin: 0 auto;
        font-family: 'Arial', sans-serif;
        color: var(--theme-color);
        background-color: var(--background-color);
        padding: 2rem;
    }

    .course-outline__title {
        text-align: center;
        margin-bottom: 2rem;
        color: var(--theme-color);
        font-size: 2rem;
        font-weight: bold;
    }

    .module-list {
        position: relative;
    }

    .module {
        position: relative;
        margin-bottom: 1.5rem;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 44, 0.1);
        transition: all 0.3s ease;
        overflow: hidden;
    }

        .module:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 44, 0.15);
        }

    .module__header {
        display: flex;
        align-items: center;
        padding: 1.5rem;
        cursor: pointer;
        position: relative;
    }

    .module__number {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        background: var(--accent-color);
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1.5rem;
        border-radius: 50%;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .module:hover .module__number {
        transform: scale(1.1);
        background: var(--light-accent);
    }

    .module__title {
        flex-grow: 1;
        margin: 0;
        font-size: 1.2rem;
        color: var(--theme-color);
    }

    .module__duration {
        font-size: 0.9rem;
        color: var(--accent-color);
        background-color: #FFF0F5;
        padding: 0.3rem 0.6rem;
        border-radius: 20px;
        margin-left: 1rem;
        white-space: nowrap;
    }

    .module__toggle {
        color: var(--theme-color);
        transition: transform 0.3s ease;
        margin-left: 1rem;
    }

    .module.active .module__toggle {
        transform: rotate(180deg);
    }

    .module__content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 1.5rem;
    }

    .module.active .module__content {
        max-height: 1000px;
        padding-bottom: 1.5rem;
    }

    .module__description {
        margin-bottom: 1rem;
        color: var(--theme-color);
    }

    .module__points {
        padding-left: 1.5rem;
        color: var(--theme-color);
    }

        .module__points li {
            margin-bottom: 0.5rem;
        }

    @media (max-width: 768px) {
        .course-outline {
            padding: 1rem;
        }

        .course-outline__title {
            font-size: 1.5rem !important;
            margin-bottom: 1rem;
            text-align: left;
        }

        .module {
            margin-bottom: 1rem;
            border-radius: 10px;
            border: 1px solid #e0e0e0;
        }

        .module__header {
            flex-direction: column;
            align-items: flex-start;
            padding: 1rem 1rem 1rem 1rem;
        }

        .module__number {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 1.5rem;
            height: 1.5rem;
            font-size: 0.9rem;
            margin-right: 0;
        }

        .module__title {
            width: 100%;
            font-size: 1.2rem !important;
            margin-bottom: 0.5rem;
            padding-right: 2rem;
            line-height: 1.3;
        }

        .module__duration {
            margin-left: 0;
            margin-top: 0.5rem;
            font-size: 0.8rem;
        }

        .module__toggle {
            position: absolute;
            right: 1rem;
            bottom: 1rem;
            margin-left: 0;
        }

        .module__content {
            padding: 0 1rem 1rem;
        }

        .module__description,
        .module__points li {
            font-size: 0.9rem;
        }

        .module__points {
            padding-left: 1rem;
        }
    }

    .learning-section {
        background-color: #FFF5EE; /* Light peach background */
        padding: 2rem;
        border-radius: 8px;
    }

    .section-title {
        color: #00002C;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .learning-points {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .learning-point {
        display: flex;
        align-items: flex-start; /* Aligns items to the top */
        color: #00002C;
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }

    .checkmark-icon {
        width: 24px;
        height: 24px;
        margin-right: 0.5rem;
        flex-shrink: 0;
        margin-top: 0.2em; /* Adjusts the icon to align with the first line of text */
    }

    @media (max-width: 768px) {
        .learning-points {
            grid-template-columns: 1fr;
        }
    }


.speakers-header {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Speaker Grid - Stacking cards in a column */
.speaker-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Speaker Card Design with Background Color */
.speaker-card {
    background-color: #f9f9f9; /* New background color */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    text-align: center;
}

/* Speaker Photo with Increased Size */
.speaker-photo {
    width: 150px; /* Increased size */
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
}

.speaker-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Speaker Name */
.speaker-details h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px; /* Reduced margin for better spacing with the title */
}

/* Speaker Title */
.speaker-title {
    font-size: 1rem;
    font-style: italic;
    color: #777;
    margin-bottom: 15px; /* Space between title and social media icons */
}

/* Social Media Icons */
.speaker-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px; /* Space between social media icons and bio */
}

.speaker-social a {
    color: #d90081; /* Apply the new color to the icons */
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.speaker-social a:hover {
    color: #b0006b; /* Darker color on hover for better interaction */
}

/* Speaker Bio (Always Visible) */
.speaker-bio {
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
}

/* Hover Effects - Subtle hover effect for scaling */
.speaker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Speaker Bio (Always Visible and Aligned Left) */
.speaker-bio {
    text-align: left; /* Align the bio to the left */
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .speaker-grid {
        flex-direction: column;
    }
}

/* More Events Section */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.events-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.events-card-img img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.events-card-content {
    margin-top: 15px;
}

.events-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #141c36;
}

.events-date {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 15px;
}

.action-btn {
    background-color: #0a3041;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.action-btn:hover {
    background-color: #d90081;
    color: #fff;
}