.event-hero-section {
    margin-top: 8vh;
}

.hero-wrapper {
    position: relative;
    height: 85vh;
    border-radius: 25px;
    overflow: hidden;
}

.hero-bg-image {
    /* background-size: 82%; */
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(1);
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.hero-overlay-content {
    top: 0;
    left: 0;
    z-index: 2;
    padding: 40px;
}

.event-logo {
    width: 60px;
}

.event-title {
    font-family: 'Sansita One', sans-serif;
    font-size: 36px;
    color: #fff;
}

.past-event-title{
    font-family: 'Sansita One' !important;
    font-size: 36px;
    color: #26264F;
    font-weight: bold;
}

.event-description {
    font-size: 16px;
    max-width: 420px;
    margin-bottom: 20px;
    color: #eaeaea;
}

.event-subtitle {
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    /* .hero-wrapper {
        height: auto;
    } */

    .hero-overlay-content {
        position: static;
        padding: 20px;
    }

    .event-title {
        font-size: 28px;
    }

    .past-event-title {
        font-size: 28px;
    }

    .event-subtitle {
        font-size: 20px;
        text-align: left;
    }

    .avatar-img {
        width: 35px;
        height: 35px;
    }
}


.btn {
    border-radius: 50px;  /* Rounded buttons for better look */
}

.avatar-stack {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.get-touch-text {
    margin-top: 40px;
    font-family: 'Sansita One';
}

.upcoming-events-section {
    margin-top: 60px;
    text-align: center;
}

.events-title {
    font-family: 'Sansita One', sans-serif;
    font-size: 36px;
    color: #26264F;
    margin : 10vh 0;
}

.event-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-left {
    flex: 1;
    text-align: left;
    margin-right: 40px;
}

.event-name {
    font-size: 55px;
    font-weight: bold;
    color: #003B7F;
}

.event-description {
    font-size: 16px;
    margin: 20px 0;
    color: #4F4F4F;
}

/* .btn {
    padding: 10px 20px;
    background-color: #D32F2F;
    color: white;
    border-radius: 8px;
    border: none;
    transition: background-color 0.3s ease;
    padding: 12px 23px;
} */

.btn:hover {
    background-color: #B71C1C;
}

.event-right {
    flex: 1;
}

.event-speaker-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.event-footer {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, #26264F, #5757B5);
    padding: 50px 0;
    color: white;
}

.event-footer .col-md-4 {
    text-align: center;
}

.event-footer .icon {
    font-size: 24px;
    color: #FCC200;
}

.event-footer .info-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

.event-footer p {
    font-size: 14px;
    color: white;
    margin-top: 5px;
}

.past-events-section {
    background-color: #f8f9fa;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-title {
    font-family: 'Sansita One', sans-serif;
    font-size: 45px;
    color: #26264F;
    font-weight: bold;
    margin-bottom: 8vh;
}

.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.event-image {
    width: 100%;
    border-radius: 15px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #FCC200;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-play-icon:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-play {
    background: none;
    border: none;
    color: #FCC200;
    font-size: 3rem;
}

.past-events-overview {
    background-color: #F8F9FA;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-title {
    font-family: 'Sansita One', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #26264F;
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    color: #4F4F4F;
    margin-bottom: 25px;
    line-height: 1.6;
}

.past-event-btn {
    background-color: #26264F;
    color: white;
    padding: 12px 30px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.past-event-btn:hover {
    background-color: #101255;
    color: #FCC200;
}

.row.g-2 {
    margin-top: 30px;
}

.img-fluid {
    object-fit: cover;
}

.shadow-sm {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.rounded-3 {
    border-radius: 10px;
}

.user-feedback-section h2 {
    font-family: 'Sansita One';
    color: #26264f;
    font-size: 30px;
    font-weight: bold;
}
.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.custom-feedback-input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid transparent; /* Set transparent border */
    border-image: linear-gradient(to right, #5757B5, #FCC200) 1; /* Gradient border */
}

.custom-submit-btn {
    color: red;
    border: none;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 0px;
    background: none;
    font-size: 25px;
}

.custom-submit-btn:hover {
    /* background-color: #101255; */
    color: black;
}

.custom-feedback-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.custom-star-rating {
    font-size: 20px;
    color: #fcc200;
}

.custom-feedback-text {
    color: #4f4f4f;
    font-size: 14px;
    margin-top: 10px;
}

.custom-feedback-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.author-name {
    font-weight: bold;
    color: #26264f;
}

.author-role {
    font-size: 12px;
    color: #757575;
}


.star-rating {
    font-size: 24px;
    color: #fcc200;
    cursor: pointer;
}

.star-rating .star {
    padding: 5px;
}

.star-rating .star:hover,
.star-rating .star.selected {
    color: #ff9f00;
}

@media (max-width: 768px) {
    .custom-feedback-card {
        margin-bottom: 15px;
    }

    .user-feedback-section h2 {
        font-size: 25px;
    }

    .custom-feedback-input {
        max-width: 100%;
    }
}

.event-member-section {
    background: linear-gradient(#F5F5F0, #FAFAFA);
    padding: 5vh 0;
}

.event-member-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    position: relative;
}

.event-member-mobile-image {
    max-width: 100%;
    border-radius: 15px;
}

.event-member-card-content {
    padding-top: 15px;
}

.event-member-card-title {
    font-size: 1.5rem;
    color: #26264F;
    font-weight: bold;
}

.event-member-card-text {
    font-size: 1rem;
    color: #6F6F6F;
    margin: 15px 0;
}

.event-member-event-btn {
    background-color: #101255;
    color: #FCC200;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.event-member-event-btn:hover {
    background-color: #FCC200;
    color: #101255;
}

.event-member-speaker-info {
    margin-top: 10px;
}

.event-member-speaker-name {
    font-weight: bold;
    color: #26264F;
}

.event-member-speaker-role {
    color: #6F6F6F;
    font-size: 0.9rem;
}

.event-member-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #26264F;
    margin-bottom: 20px;
}

.event-member-key-points {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.event-member-key-points li {
    font-size: 1rem;
    color: #4F4F4F;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.event-member-key-points .event-member-icon {
    color: #FCC200;
    margin-right: 10px;
}

.event-member-cta-btn {
    background-color: #FCC200;
    color: #101255;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.event-member-cta-btn:hover {
    background-color: #101255;
    color: #FCC200;
}

@media (max-width: 768px) {
    .event-member-section {
        padding: 3vh 0;
    }

    .event-member-title {
        font-size: 1.5rem;
    }

    .event-member-key-points li {
        font-size: 0.9rem;
    }
}

.member-benefit-section {
    background: linear-gradient(to bottom, #F5F5F0, #FAFAFA);
}

.member-benefit-title {
    font-family: 'Sansita One', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #26264F;
    text-transform: uppercase;
    line-height: 1.5;
}

.member-benefit-phone-img {
    max-width: 270px;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.member-benefit-item p {
    font-size: 15px;
    color: #4F4F4F;
}

.member-benefit-item strong {
    color: #1C1C1C;
}

.member-benefit-cta {
    background-color: #1C1C4C;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.member-benefit-cta:hover {
    background-color: #FCC200;
    color: #1C1C4C;
}

.grow-confidence-section {
    background-color: #fff;
}

.grow-confidence-title {
    font-family: 'Sansita One', sans-serif;
    color: #26264F;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
}

.grow-confidence-description {
    font-size: 15px;
    color: #333;
    max-width: 90%;
    margin-top: 15px;
}

.grow-confidence-btn {
    background-color: #26264F;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: bold;
}

.grow-confidence-outline-btn {
    border: 1.5px solid #DF1A22;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: bold;
    color: #26264F;
    background: transparent;
    transition: all 0.3s ease;
}

.grow-confidence-outline-btn:hover {
    background-color: #DF1A22;
    color: #fff;
}

.grow-confidence-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.grow-confidence-img {
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}




/* Responsive Styling */
@media (max-width: 767px) {
    .hero-event-wrapper {
        background-size: 150%;
        min-height:unset;
    }

    .event-title {
        font-size: 28px;
    }

    .past-event-title {
        font-size: 28px;
    }

    .event-description {
        font-size: 14px;
        max-width: 100%;  /* Allow description to take full width */
        text-align: center;  /* Center the text */
    }

    .avatar-stack {
        justify-content: center;  /* Center avatars for mobile */
    }

    .event-logo {
        width: 50px;
    }

    .event-container {
        max-width: 100%; /* Allow full width on small screens */
    }

    .get-touch-text {
        font-size: 1.2rem;
    }
    .event-card{
        padding: 0 30px;
        flex-direction: column;

    }
    .event-speaker-img{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .event-name {
        font-size: 33px;
    }
}

@media (max-width: 480px) {
    .event-title {
        font-size: 24px;
    }

    .past-event-title {
        font-size: 24px;
    }

    .event-description {
        font-size: 14px;
    }
}
@media (max-width: 1515px) {
    .img3{
        width: 100% !important;
    }
    .img4{
        width: 100% !important;
    }
}
@media (max-width: 1400px) {
    .img1, .img2, .img3, .img4{
        width: 100% !important;
    }
}

.hero-bottom{
    position: absolute;
    bottom: 10%;
    right: 0;
    padding: 20px;
}
