/* Common Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Arial, sans-serif;
}

.font-family-nunito {
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
}

.font-family-inter {
    font-family: "Inter";
}

.extra-big-title {
    font-size: 4rem;
}

.big-title {
    font-size: 3.52rem;
}

.medium-title {
    font-size: 3.125rem;
}

.small-title {
    font-size: 2.4rem;
}

.font-size-18 {
    font-size: 1.125rem;
}

.font-size-20 {
    font-size: 1.25rem;
}

.font-size-22 {
    font-size: 1.35rem;
}

.font-size-24 {
    font-size: 1.5rem;
}

.font-size-35 {
    font-size: 2.2rem;
}

.extra-small-title {
    font-size: 1.25rem !important;
}

.shifted-center-title {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

.big-parag {
    font-size: 1.5rem;
}

.medium-parag {
    font-size: 1.6rem;
}

.small-parag {
    font-size: 1.22rem;
}

.extra-small-parag {
    font-size: 1.1rem;
}

.text-white {
    color: white;
}

.text-blue {
    color: #0b1a65;
}

.text-blue-light {
    color: #0065FE;
}

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

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

.text-uppercase {
    text-transform: uppercase !important;
}

.m-left-auto {
    margin-left: auto;
}

.m-b0 {
    margin-bottom: 0;
}

.m-b16 {
    margin-bottom: 1rem;
}

.m-b30 {
    margin-bottom: 1.875rem;
}

.m-b48 {
    margin-bottom: 3rem;
}

.m-b60 {
    margin-bottom: 3.75rem;
}

.m-b64 {
    margin-bottom: 4rem;
}

.m-b100 {
    margin-bottom: 6.25rem;
}

.m-b120 {
    margin-bottom: 7.5rem;
}

.m-b180 {
    margin-bottom: 11.25rem;
}

.m-b288 {
    margin-bottom: 18rem;
}

.p-tb-70 {
    padding: 4.375rem 0;
}

.ptb-40 {
    padding: 2.5rem 0;
}

.p-t100 {
    padding-top: 6.25rem;
}

.p-b100 {
    padding-bottom: 6.25rem;
}

.p-b50 {
    padding-bottom: 3.125rem;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.dflex {
    display: flex;
    gap: 0.8rem;
    align-items: start;
}

.width-30 {
    width: 30px;
}

ul li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 17px;
}

ul li:before {
    content: "";
    background-color: #0b1a65;
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.text-white ul li:before {
    color: white;
}

img.check_icon {
    width: 25px;
    margin-top: -7px;
}

.img-rounded {
    border-radius: 30px;
}

.box-shadow {
    box-shadow: 0px 6px 10px 2px rgb(10 26 101 / 23%);
}

.background-cover-center {
    background-size: cover;
    background-position: center;
}

.grid-section-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.grid-section-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
}

.grid-section-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.grid-section-7-5 .container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 1rem;
    align-items: center;
}

.grid-section-5-7 .container {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 1rem;
    align-items: center;
}

.grid-section-4-8 {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 8rem;
}

.grid-section-9-3 .container {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 1rem;
    align-items: center;
}

.align-center {
    align-items: center;
}

.btn-with-border-no-bg {
    display: inline-block;
    color: #0d2e8f;
    font-weight: 800;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    transition: 300ms ease;
    border: 1px solid #0d2e8f;
    border-radius: 5px;
}

.l-spacing {
    letter-spacing: 3px;
}

.grid-align-center {
    justify-content: center;
    align-items: center;
}

.main-paragraph {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.main-paragraph p {
    margin-bottom: 30px;
}

.main-paragraph p:last-child {
    margin-bottom: 0;
}

.main-paragraph strong {
    font-weight: bold;
}

.hide-mobile {
    display: inline-block;
}

.show-mobile {
    display: none;
}

/* Common Media Queries for Responsive Design */
@media (max-width: 1400px) {
    .extra-big-title {
        font-size: 3rem;
    }

    .big-title {
        font-size: 3rem;
    }

    .medium-parag {
        font-size: 1.4rem;
    }
}

@media (max-width: 1300px) {
    .font-size-22 {
        font-size: 1.2rem;
    }
}

@media (max-width: 1200px) {


    .medium-title {
        font-size: 2.5rem;
    }

    .small-title {
        font-size: 2rem;
    }

    .big-parag {
        font-size: 1.3rem;
    }

    .small-parag {
        font-size: 1.1rem;
    }

    .m-b288 {
        margin-bottom: 8rem;
    }

    .m-b180 {
        margin-bottom: 8rem;
    }
}

@media (max-width: 1100px) {

    .grid-section-7-5 .container,
    .grid-section-5-7 .container {
        gap: 1rem;
    }

    .btn-with-border-no-bg {
        font-size: 1.3rem;
    }

    .extra-big-title {
        font-size: 2.5rem;
    }

    .big-title {
        font-size: 2.5rem;
    }

    body h2.medium-title {
        font-size: 2.2rem !important;
    }

    .small-title {
        font-size: 1.75rem;
    }

    .grid-section-2,
    .grid-section-3,
    .grid-section-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-section-7-5 .container,
    .grid-section-5-7 .container,
    .grid-section-4-8 {
        grid-template-columns: 1fr;
    }

    .m-b180 {
        margin-bottom: 5.25rem;
    }

    .m-b120 {
        margin-bottom: 4rem;
    }

    .m-b48 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 992px) {
    .m-b100 {
        margin-bottom: 4.25rem;
    }

    .extra-big-title {
        font-size: 2.2rem;
    }

    .p-t100 {
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    .extra-small-title {
        font-size: 1.125rem !important;
    }

    .responsive-title {
        font-size: 2.5rem;
    }

    .font-size-20 {
        font-size: 1.125rem;
    }

    .responsive-description {
        font-size: 1rem;
    }

    .big-title {
        font-size: 2.18rem;
    }

    .medium-title {
        font-size: 2.2rem;
    }

    .small-title {
        font-size: 1.75rem;
    }

    .big-parag {
        font-size: 1.25rem;
    }

    .medium-parag {
        font-size: 1.125rem;
    }

    .small-parag {
        font-size: 1rem;
    }

    .grid-section-4,
    .grid-section-3,
    .grid-section-9-3 .container {
        grid-template-columns: 1fr;
    }

    .font-size-35 {
        font-size: 2.2rem !important;
    }

    .font-size-24 {
        font-size: 1.2rem;
    }

    .font-size-22 {
        font-size: 1.15rem;
    }

    img.check_icon {
        width: 25px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

}

@media (max-width: 480px) {
    .big-title {
        font-size: 1.75rem;
    }

    .medium-parag {
        font-size: 1rem;
    }

    .small-parag {
        font-size: 1rem;
    }

    .check_icon {
        width: 25px;
        margin-top: -5px;
    }

    .medium-title {
        line-height: 2.5rem;
    }

    .p-b100,
    .p-t100 {
        padding: 4rem 0;
    }

    .p-b50 {
        padding-bottom: 2.5rem;
    }
}

/* Hero Section Styles */
.hero-section {
    display: flex;
    min-height: 1070px;
    align-items: center;
}

.hero-section .hero-content {
    max-width: 56rem;
}

.hero-section .hero-content.has-form {
    max-width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    width: 100%;
    margin-top: 7rem;
}

.hero-pre-title {
    letter-spacing: 3px;
    display: flex;
    gap: 1rem;
}

.hero-pre-title img {
    width: 30px;
}

h1.hero-title {
    line-height: 70px;
}

.webinar-date {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hero-section .explore-platform {
    color: #fff;
    padding: 1rem;
    font-size: 1.3125rem;
    width: 270px;
}

.hero-section .explore-platform .double-arrow-down {
    max-width: 18px;
    margin-left: 20px;
    margin-bottom: 3px;
}

.hero-section .cta-container {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.hero-section .form-container {
    background-color: #fff;
    padding: 3rem 1rem;
    color: #0b1a65;
    border-radius: 8px;
    max-width: 31.25rem;
    width: 100%;
    /* margin-left: auto; */
}

.hero-section .form-container .form-control {
    box-shadow: 0px 2px 8px 1px rgb(0 101 255 / 9%);
}

.hero-section .form-container .button {
    max-width: 26.437rem;
    width: 100%;
    background-color: #0065ff;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.687em 0;
    position: relative;
    margin: 1.25em 0;
}

.hero-section .form-container a {
    color: #007bff;
    text-decoration: underline;
}

.hero-section .iti__country:before {
    content: unset;
}

.social-icons {
    display: flex;
    gap: 2rem;
}

.hero-section .social-icons img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.hero-section .social-icons a {
    transition: 0.8s all;
}

.hero-section .social-icons a:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 19px rgba(133, 167, 248, 0.80);
}

.hero-speaker-section {
    background-image: url('/wp-content/themes/heimdal/img/redesign-v3/webinar/speaker-bg.jpg'), linear-gradient(108deg, #081241 0.56%, #0A1A65 99.19%);

}

.hero-section.hero-speaker-section .hero-content.has-form {
    margin-top: 3rem;
    padding-bottom: 0;
    grid-template-columns: 1fr 1fr;
}

.hero-section.hero-speaker-section .lef-hero-content {
    align-self: center;
}

section.hero-section.hero-speaker-section {
    min-height: 650px;
    padding-top: 7rem;
}

@media only screen and (max-width: 1600px) {
    .hero-section .hero-content {
        padding-top: 6rem;
    }

    .hero-section .hero-content.has-form {
        margin-top: 10rem;
        padding-bottom: 6rem;
    }

    a.cta-v3,
    .hero-section .explore-platform,
    .cta-v3-secondary {
        font-size: 1.2rem;
    }

    .hero-section {
        min-height: 900px;
    }

    .hero-section.hero-speaker-section {
        min-height: auto;
    }

    .hero-section.hero-speaker-section .hero-content.has-form {
        margin-top: 0;
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 1400px) {
    .hero-section .cta-btn {
        padding: 0.8em 2.5em;
        padding-left: 25px;
        max-width: 7.875rem;
    }

    .hero-section .btn-arrow {
        max-width: 1.3rem;
        right: 25px;
    }

    .hero-section .m-b30 {
        margin-bottom: 1.5rem;
    }

    .hero-section .hero-content.has-form {
        margin-top: 6rem;
        grid-template-columns: 1.5fr 1fr;
    }

}

@media only screen and (max-width: 1000px) {
    .hero-section {
        padding: 8rem;
        min-height: auto;
    }

    .hero-section .hero-content {
        max-width: 100%;
    }

    .hero-section .cta-btn,
    .hero-section .explore-platform {
        font-size: 1.2rem;
    }

    .hero-section .cta-container {
        flex-direction: row;
        gap: 1rem;
        /* flex-direction: column; */
        /* justify-content: center; */
        align-items: center;
    }

    .hero-section .hero-content {
        padding-top: 4rem;
    }

    .hero-section .hero-content.has-form {
        margin-top: 0;
        grid-template-columns: 1fr;
    }

    .hero-section .form-container {
        margin: 0 auto;
        margin-top: 3rem;
    }

    .hero-section .hero-content.has-form {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .hero-section {
        padding: 3rem 0rem 3rem;
    }

    h1.hero-title {
        line-height: initial;
    }
}

@media only screen and (max-width: 768px) {

    a.cta-v3,
    .hero-section .explore-platform {
        font-size: 1.1rem;
    }

    .hero-section {
        background: linear-gradient(#0b0b2c, #423188) !important;
    }

    .hero-section .m-b30 {
        margin-bottom: 2.25rem;
    }

    .hero-section.hero-speaker-section .hero-content.has-form {

        grid-template-columns: 1fr;
    }

    .hero-section.hero-speaker-section .hero-title {
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }

    .hero-section.hero-speaker-section .hero-description {
        font-size: 1.5rem;
    }

}

@media only screen and (max-width: 480px) {
    .hero-section .cta-container {
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .hero-section .cta-btn {
        margin: 0 auto;
    }

    .hero-section .explore-platform,
    a.cta-v3 {
        font-size: 1rem;
    }

    .hero-section .explore-platform {
        font-size: 1rem;
        width: 220px;
    }

    .hero-section .explore-platform .double-arrow-down {
        max-width: 14px;
        margin-left: 10px;
    }

    .hero-section .form-container {
        margin-top: 2rem;
    }
}


/* Speaker details - single page */
.about-speaker .speaker-info p {
    margin-bottom: 1rem;
}

.about-speaker.grid-item {
    align-self: center;
}

.speaker-contact-form {
    border-radius: 50px;
    border: 1px solid #D9DBE9;
    background: #FFF;
    padding: 20px 60px;
}

.speaker-contact-form form.heimdal-form {
    font-family: Inter;
}

.speaker-contact-form h2.form-title {
    color: #0A1A65;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
}

.speaker-contact-form .form-control {
    border-radius: 5px;
    border: 1px solid #D9DBE9;
    background: #FFF;
    padding: 13px 13px;
    height: auto;
    font-size: 14px;
}

.speaker-contact-form .form-group label,
.consultant-description label {
    color: #0A1A65;
    font-family: Inter;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.speaker-contact-form .submit-btn,
.next-button {
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    border-radius: 8px;
    background: linear-gradient(90deg, #FF2F70 0%, #FF2626 100%);
    outline: none;
    max-width: 100%;
    font-weight: 600;
}

.speaker-contact-form .submit-btn:hover {
    background: linear-gradient(84deg, #FF2F70 0%, #FF2F70 85%);
}

section.speakers-section.speakers-detail-section.two-col-text .grid-section-4-8 {
    grid-template-columns: 1fr;
    gap: 0;
}

section.speakers-section.speakers-detail-section.two-col-text .grid-section-4-8 .speaker-info div {
    column-count: 2;
}

@media only screen and (max-width: 1300px) {
    .speaker-contact-form {
        border-radius: 50px;
        border: 1px solid #D9DBE9;
        background: #FFF;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    section.hero-section.hero-speaker-section {
        min-height: auto;
    }
}

@media only screen and (max-width: 1100px) {
    .speakers-section.speakers-detail-section .speaker-img {
        display: none;
    }

    section.speakers-section.speakers-detail-section {
        margin-bottom: 2rem;
    }

    .speakers-contact-section .grid-section-4-8 {
        gap: 2rem;
    }
}

@media only screen and (max-width: 1000px) {
    .hero-section.hero-speaker-section {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .speaker-contact-form {
        padding: 0 15px;
    }

    section.speakers-section.speakers-detail-section.two-col-text .grid-section-4-8 .speaker-info div {
        column-count: 1;
    }
}


/* Counter section */
.webinar-counter-section .webinar-counter {
    padding: 60px 80px;
    border-radius: 30px;
    border: 1px solid #0065FE;

}

.webinar-counter-section .webinar-counter-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
    padding: 60px 80px;
    border-radius: 30px;
    border: 1px solid #0065FE;
    gap: 6.5rem;
}

.webinar-counter-section .webinar-info,
.webinar-counter-section .countdown {
    flex: 1;
}

.webinar-counter-section .webinar-label {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: normal;
}

.webinar-counter-section .webinar-label .icon {
    width: 25px;
    margin-right: 6px;
}

.webinar-counter-section .webinar-title {
    color: #001a4d;
    line-height: 45px;
    font-size: 2.2rem !important;
}

.webinar-counter-section .countdown {
    display: flex;
    flex-direction: column;
    max-width: 455px;
}

.webinar-counter-section .countdown-label {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
    align-self: flex-start;
}

.webinar-counter-section .countdown-timer {
    display: flex;
    gap: 38px;
    flex: 1;
    justify-content: space-between;
}

.webinar-counter-section .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: ce;
}

.webinar-counter-section .time {
    font-size: 55px;
    font-weight: bold;
}

.webinar-counter-section .unit {
    font-size: 20px;
    text-transform: uppercase;
}

.webinar-counter-section .colon {
    font-size: 50px;
}

.webinar-counter-section .timer-cta {
    flex: 1;
    margin-top: 3rem;
}

.webinar-counter-section .timer-cta .cta-v3 {
    width: 100%;
    text-align: center;
}

.webinar-counter-section .timer-cta .cta-v3:after {
    content: none;
}


@media only screen and (max-width: 1100px) {
    .webinar-counter-section .webinar-counter-content {
        flex-direction: column;
        gap: 1rem;
    }
}


@media only screen and (max-width: 768px) {
    .webinar-counter-section .countdown-timer {
        gap: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .webinar-counter-section .webinar-counter-content {
        padding: 40px 30px;
    }

    .webinar-counter-section .countdown-timer {
        gap: 20px;
    }
}

@media only screen and (max-width: 420px) {

    .webinar-counter-section .countdown-timer {
        gap: 10px;
    }
}


/* SPEAKERS SECTION */

.speakers-section h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.speakers-section .speaker-intro.sticky-speaker-intro {
    position: sticky;
    top: 150px;
    align-self: start;
}


.speakers-section .speakers {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.speakers-section .speaker {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.speakers-section .speaker img {
    border-radius: 30px;
    width: 290px;
}


.speakers-section .speaker-info .title {
    font-weight: bold;
    color: #667;
    font-size: 14px;
    margin-bottom: 10px;
}


.speakers-section .speaker-info a {
    color: #0065FE;
    text-decoration: none;
}

.speakers-section .social-icons {
    margin-top: 10px;
    display: flex;
    gap: 30px;
}

.speakers-section .social-icons img {
    width: 30px;
    height: 30px;
    border-radius: 0;
}

.speakers-section .social-icons a {
    transition: 0.8s all;
}

.speakers-section .social-icons a:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 19px rgba(133, 167, 248, 0.80);
}

.speakers-section .social-icons img {
    width: auto !important;
}

.speakers-section .speaker .speaker-img {
    background: #DFE2F0;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 30px;
}

.speakers-section .speaker .speaker-info p {
    margin-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
    .speakers-section .speaker img {
        width: 260px;
    }

    .speakers-section .speaker {
        gap: 35px;
    }

    .speakers-section .social-icons img {
        width: auto;
    }
}

@media screen and (max-width: 1100px) {
    .speakers-section .speaker img {
        width: 290px;
    }

    .speakers-section .speaker {
        gap: 60px;
    }

    .speakers-section .speaker-intro.sticky-speaker-intro {
        top: 0;
        position: relative;
    }

}

@media screen and (max-width: 1000px) {
    .speakers-section .grid-section-4-8 {
        gap: 5rem;
    }
}

@media screen and (max-width: 768px) {

    .speakers-section .speaker {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 2rem;
    }

    .speakers-section .font-size-24 {
        font-size: 1.5rem !important;
    }

    .speakers-section .font-size-18 {
        font-size: 1.125rem !important;
    }

    .speakers-section .speakers {
        gap: 20px;
    }

    .speakers-section .grid-section-4-8 {
        gap: 3rem;
    }
}

/* UPCOMING WEBINARS */
.upcoming-webinars-section .webinar-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.upcoming-webinars-section .webinar-card:first-child {
    padding-top: 0;
}

.upcoming-webinars-section .upcoming-webinars {
    border-radius: 30px;
    border: 1px solid #0065FE;
    padding: 60px 80px;
}

.upcoming-webinars-section .webinar-card button:hover {
    background-color: #e0356d;
}

.upcoming-webinars-section .webinar-card {
    display: flex;
    gap: 80px;
    border-bottom: 1px solid #9DA3C1;
    padding: 45px 0;
}

.upcoming-webinars-section .upcoming-webinar-info,
.upcoming-webinars-section .upcoming-webinar-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.upcoming-webinars-section .upcoming-webinar-info {
    gap: 1rem;
}

.upcoming-webinars-section .upcoming-webinar-desc {
    font-size: 1.125rem;
    color: #0A1A65;
    font-family: 'Nunito Sans';
}

.upcoming-webinars-section .upcoming-webinar-desc p {
    padding-bottom: 1rem;
}

.upcoming-webinars-section .upcoming-webinar-info .cta-v3:after {
    box-shadow: none;
}

.upcoming-webinars-section .webinar-title {
    line-height: 45px;
}

@media only screen and (max-width: 1200px) {
    .upcoming-webinars-section .upcoming-webinars {
        padding: 40px 60px;
    }
}

@media only screen and (max-width: 991px) {
    .upcoming-webinars-section .upcoming-webinars {
        padding: 40px 60px;
    }

    .upcoming-webinars-section .webinar-card {
        gap: 2.5rem;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .upcoming-webinars-section .webinar-date {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .upcoming-webinars-section .upcoming-webinar-info {
        gap: 2rem;
    }

    section.speakers-section.m-b100 {
        margin-bottom: 1rem;
    }

    .upcoming-webinars-section .upcoming-webinar-title .font-size-20 {
        font-size: 1.25rem;
    }

    .upcoming-webinars-section .upcoming-webinars {
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 450px) {
    .upcoming-webinars-section .upcoming-webinars {
        padding: 20px 10px;
    }
}

/* ARCHIVE WEBINARS */
.webinar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.old-webinar-card {
    height: 750px;
    overflow: hidden;
    border: 1px solid #A9AFC9;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.old-webinar-card .webinar-top img {
    height: 329px;
    width: 439px;
    height: 329px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.old-webinar-card .webinar-bottom {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.archive-webinar-section input#search {
    border-radius: 30px;
    border: 1px solid #6c76a3;
    padding: 14px 35px;
    width: 370px;
    outline: none;
    color: #6c76a3;
    font-weight: 600;
    background: url("/wp-content/themes/heimdal/img/redesign-v3/webinar/loop.svg") #eeeef461;
    background-repeat: no-repeat;
    background-position: 90% center;
}

.archive-webinar-section input#search::placeholder {
    color: #6c76a3;
}


.archive-webinar-section select#categoryFilter {
    border-radius: 30px;
    border: 1px solid #6c76a3;
    padding: 14px 35px;
    color: #6c76a3;
    width: 255px;
    font-weight: 600;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/wp-content/themes/heimdal/img/redesign-v3/webinar/dropdown.svg") #eeeef461;
    background-repeat: no-repeat;
    background-position: 90% center;
}

.archive-webinar-section .filters {
    display: flex;
    gap: 30px;
}

span.webinar-tags {
    letter-spacing: 2.25px;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.show-more-container {
    text-align: center;
    margin-top: 30px;
}

#loadMoreBtn {
    padding: 14px 40px;
    border: 1px solid #0A1A65;
    background: white;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.5s ease;
}

.old-webinar-card a.watch-link svg {
    margin-left: 25px;
    transition: margin-left 0.3s ease;
}

.old-webinar-card a.watch-link:hover svg {
    margin-left: 35px;
}

.old-webinar-card a.watch-link:hover {
    color: #0b1a65;
}

#loadMoreBtn:hover {
    background: #0b1a65;
    color: white;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.webinar-card-animate {
    animation: fadeInUp 0.6s ease forwards;
}

@media only screen and (max-width: 1200px) {
    .old-webinar-card {
        height: 620px;
    }

    .old-webinar-card .webinar-bottom h4 {
        margin-bottom: 0;
    }

    .old-webinar-card .webinar-top img {
        width: 359px;
        height: 229px;
    }

    .old-webinar-card .webinar-bottom {
        padding: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .old-webinar-card .webinar-top img {
        width: 289px;
        height: 210px;
    }
}

@media only screen and (max-width: 1100px) {
    .archive-webinar-section .grid-section-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .old-webinar-card .webinar-top img {
        width: 449px;
        height: 309px;
    }

    .webinar-header {
        align-items: start;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .archive-webinar-section .grid-section-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .old-webinar-card {
        height: 724px;
        max-width: 400px;
    }

    .old-webinar-card .webinar-top img {
        width: 100%;
        height: auto;
    }

    .old-webinar-card .webinar-bottom {
        padding: 20px;
    }

    .archive-webinar-section input#search,
    .archive-webinar-section select#categoryFilter {
        width: 100%;
        max-width: 300px;
    }

    .archive-webinar-section .grid-section-3 {
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
    }

    .archive-webinar-section .filters {
        width: 100%;
    }

    .old-webinar-card {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .archive-webinar-section .grid-section-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 510px) {

    .archive-webinar-section input#search,
    .archive-webinar-section select#categoryFilter {
        max-width: 100%;
    }

    .archive-webinar-section .filters {
        flex-direction: column;
    }
}


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

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #000;
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}

.video-popup iframe {
    width: 100%;
    height: 500px;
    border: none;
}

@media (max-width: 768px) {
    .video-popup-content {
        width: 95%;
    }

    .video-popup iframe {
        height: 300px;
    }

    .video-popup-close {
        top: -30px;
        font-size: 24px;
    }

}