/* for default template */
#tribe-events-pg-template {
    max-width: 100%;
    padding: 0px;
}

.section-top, .section-top-space, .speaker-section-top-space {
    padding-top: 50px;
}
.section-bottom {
    padding-bottom: 50px;
}

.event-testimonial-name p{
    color: #13132C !important;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.event-host{
    background-color: #f8f9fa !important;
}

.speaker-title{
    text-align: center !important;
}

.speaker-content {
    text-align: center !important;
}

/* start testimonial */
/* .testimonial_cont h3 {
    min-height: unset;
} */
.testimonial_wrapper .swiper-button-prev {
    top: 46%;
}
.testimonial_wrapper .swiper-button-next {
    top: 46%;
}
/* end testimonial */

@media (max-width: 500px) {

    .event-hero-banner {
        padding: 30px 0 !important;
    }

    .section-top {
        padding-top: 40px;
    }

    .section-bottom {
        padding-bottom: 40px;
    }

    .foundation-description-section {
        padding-top: 40px;
    }

    .event-description-section {
        padding: 40px 0 !important;
    }

    .cta-button {
        padding: 12px 60px !important;
    }

    .responsive-top {
        padding-top: 60px;
    }

    .section-top-space {
        padding-top: 0px;
    }

    .speaker-section-top-space {
        padding-top: 20px !important;
    }
    .hero-title {
        font-size: 28px !important;
        line-height: 40px !important;
        margin-bottom: 0px !important;
    }

    .hero-small-title {
        font-size: 18px !important;
    }

    .speaker-title{
        font-size: 20px !important;
    }

    .category-div {
        width: 42% !important;
    }

    .event-date-time {
        font-size: 14px !important;
    }

    .countdown-timer {
        gap: 10px !important;
    }
    
    .time-box {    
        padding: 10px !important;
        /* min-width: 76px !important; */
        min-width: 90px !important;
    }
    
    .time-box .time {
        font-size: 24px !important;
    }
}

/* @media screen and (max-width: 320px) {
    .time-box {
        min-width: 65px !important;
        font-size: 11px;
    }
} */
@media (max-width: 420px) {
    .time-box {
        min-width: 65px !important;
        font-size: 11px;
    }
}

@media (max-width: 330px) {
    .cta-button {
        padding: 12px 30px !important;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

/* Section 1 Hero Banner */
.event-hero-banner {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    color: #fff;
    /* height: 600px; */
}

.event-hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
}

.event-hero-banner .container {
    position: relative;
    z-index: 2;
}

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

.hero-text {
    flex: 1;
    max-width: 55%;
}

.hero-small-title {
    font-size: 20px;
    /* font-weight: 700; */
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}

.hero-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 75px;
    color: #fff;
}

.hero-organizer {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a4bbce;
    font-size: 20px;
}

.hero-organizer img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.hero-organizer .organizer-name {
    font-weight: 600;
    color: #a4bbce;
}

/* Right Form */
.event-date-time {
    color: #a4bbce;
    font-size: 22px;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

.d-fit-content {
    width: fit-content;
}

.mr-8 {
    margin-right: 8px;
}

.pl-6 {
    padding-left: 6px;
}

.pr-6 {
    padding-right: 6px;
}

.form-text {
    color: #a4bbce;
}

#sib_signup_form_4 input::placeholder {
    color: #a4bbce !important;
}

.w-30 {
    width: 30%;
}

.hero-form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    /* width: 360px;
    max-width: 100%;
    color: #000; */
}

.subscribe_button.sib-default-btn {
    width: 100%;
}

#sib_signup_form_4 {
    margin-bottom: 4px;
}

/* .sib-FIRSTNAME-area {
    display: inline-block;
    padding-right: 10px;
}

.sib-LASTNAME-area {
    display: inline-block;
}

.sib-email-area {
    width: 100%;
    padding-bottom: 10px;
}

.sib_signup_box_inside_4 p {
    padding-top: 0px;
} */

/* Responsive */
@media (max-width: 992px) {
    .hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-form {
        margin-top: 30px;
    }

    .event-hero-banner {
        padding: 30px 0 !important;    
    }

    .hero-title {
        margin-bottom: 0px !important;
    }
}

.foundation-description-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Section 2 event description */
.event-description-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.event-description-wrapper {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.event-description-wrapper h2,
.event-description-wrapper h3 {
    margin-top: 30px;
}

.event-description-wrapper p {
    margin-bottom: 20px;
}

.event-description-wrapper img {
    max-width: 100%;
    border-radius: 10px;
    /* margin: 25px 0; */
}

.event-learn{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.event-category-icon {
    background: linear-gradient(94.59deg, #233EFF 0%, #14D0FF 50%, #74FFAB 100%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
}

/* .category-div {
    display: flex;
    align-items: center;
    gap: 1%;
} */
.category-div {
    display: flex;
    gap: 2%;
    background: #f5f3fa;
    align-items: center;
    width: 29%;
    border-radius: 40px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

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

.point-content {
    padding-top: 0px;
}

.read-more-btn {
    font-size: 16px;
    color: #14D0FF;
    text-decoration: underline;
    display: block;
    font-weight: 600;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

/* Section 3 event presenter */
.event-speaker-section {
    padding: 80px 0;
    background: #ffffff;
}

.speaker-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.speaker-image {
    /* flex: 0 0 40%; */
    flex: 0 0 26%;
}

.speaker-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.speaker-content {
    flex: 1;
}

.speaker-label {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.speaker-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.speaker-role {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.speaker-description {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* Responsive */
@media (max-width: 992px) {
    .speaker-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .speaker-image {
        flex: 0 0 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}

.event-speaker-section .section-title {
    /* font-size: 40px;
    font-weight: 700; */
    /* margin-bottom: 50px; */
    margin-bottom: 20px;
    /* color: #111; */
}

@media (max-width: 991px) {
    .event-host p {
        text-align: center;
    }
}

/* Section 4 Want to know more */
.event-cta-section {
    padding: 90px 0;
    background: #cbcfdf;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.cta-title {
    /* font-size: 42px;
    font-weight: 700; */
    margin-bottom: 30px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 12px 80px;
    /* background: #2563eb;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px; */
    text-decoration: none;
    margin-bottom: 25px;
}

/* .cta-button:hover {
    background: #1e40af;
} */

.cta-subtext {
    /* font-size: 18px; */
    margin-bottom: 30px;
    color: #212529;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.time-box {
    background: #ececec;
    padding: 16px 20px;
    border-radius: 12px;
    /* min-width: 90px; */
    min-width: 112px;
}

.time-box .time {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #4A5C6C;
}

.time-box small {
    color: #4A5C6C;
}

/* Mobile */
@media (max-width: 768px) {
    /* .cta-title {
        font-size: 32px;
    } */

    /* .time-box {
        min-width: 90px;
    } */
}