/**
 * ==============================================================================
 * Endourology Homepage Styles (consolidated from endo3 modules)
 * ==============================================================================
 * Combined CSS from:
 * - mod_hero_home
 * - mod_latest_updates_slider
 * - mod_fellowships
 * - mod_subsocieties
 * - mod_home_video
 * - mod_home_cta
 * - mod_home_sponsors
 * - mod_surs_upcoming_events (shared slider styles)
 * ==============================================================================
 */

/* ==============================================================================
   HOME HERO
   ============================================================================== */

.home-hero .content-block-wrapper .content-block-content {
    padding: 60px;
    font: normal normal 300 45px/60px "Outfit" !important;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.home-hero .content-block-wrapper .content-block-content p {
    margin-bottom: 0 !important;
}

.home-hero .btn-primary.dark:hover {
    background-color: #008ab7 !important;
}

.home-hero .container {
    position: relative;
    background: transparent;
    height: 100%;
    padding: 163px 0 !important;
}

.home-hero .content-block-wrapper {
    width: 100%;
    min-height: 474px;
    max-width: 600px;
    background: #5FA1C3 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    border-radius: 10px;
    opacity: 0.93;
}

@media(max-width:430px) {
    .home-hero .container {
        padding: 0 !important;
    }

    .home-hero .content-block-wrapper {
        border-radius: 0 !important;
    }

    .home-hero .content-block-wrapper .content-block-content {
        font-size: 31px !important;
        line-height: 1.5 !important;
    }

    .home-hero .content-block-wrapper {
        min-height: unset !important;
    }
}


/* ==============================================================================
   LATEST UPDATES / AWARD-JOURNAL
   ============================================================================== */

.home-award-journal-wrapper .swiper-wrapper {
    min-width: 678px;
    max-width: 678px;
    width: 100%;
}

.home-award-journal-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-award-journal-wrapper .swiper-slide-content {
    border-radius: 10px;
    overflow: hidden;
}

.home-award-journal-wrapper .swiper-pagination {
    position: unset !important;
    margin-top: 39px;
}

.home-award-journal-wrapper .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.home-award-journal {
    padding: 110px 0;
}

.home-award-journal .module-title {
    margin-bottom: 36px;
}

.home-award-journal .module-title h2 {
    font: normal 44px/50px "Outfit";
    letter-spacing: 0px;
    line-height: 1.13;
    color: #5FA1C3;
    margin-top: 0;
}

.award-journal-module {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
}

.award-journal-module .btn-primary {
    border-radius: 5px;
    font: normal 15px/19px "Outfit";
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 35px;
}

.award-journal-module .award-section .award-content {
    background: transparent linear-gradient(295deg, #5FCFDB 0%, #1B3D76 100%) 0% 0% no-repeat padding-box;
    padding: 48px 35px 44px 35px;
}

.award-journal-module .award-section .award-content p {
    color: #3EC6FD;
    font: normal 24px/30px "Outfit";
    line-height: 1.25;
    letter-spacing: 0.48px;
    margin: 0 !important;
}

.award-journal-module .award-section h3 {
    margin: 0;
    color: #fff;
    font: normal 35px/44px "Outfit";
    letter-spacing: 0px;
    line-height: 1.25;
    margin-bottom: 17px;
}

.award-journal-module .journal-section {
    min-width: 470px;
    max-width: 470px;
    width: 100%;
    background: #FFF;
    border-radius: 10px;
}

.award-journal-module .award-section img {
    width: 100%;
    min-height: 334px;
    max-height: 334px;
    object-fit: cover;
    object-position: center;
}

.award-journal-module .journal-section-wrapper {
    border-radius: 10px;
    position: relative;
    height: 100%;
    width: 100%;
}

.award-journal-module .journal-section-wrapper img {
    position: absolute;
    top: -34%;
    left: -15%;
    z-index: 2;
    min-width: 700px;
}

.award-journal-module .journal-section .journal-content {
    padding: 340px 35px 44px 35px;
    background: #FFF;
    border-radius: 10px;
}

.award-journal-module .journal-section h3 {
    color: #5FA1C3;
    font: normal 44px/50px "Outfit";
    letter-spacing: 0px;
    line-height: 1.13;
    margin-bottom: 17px;
}

.award-journal-module .journal-section .journal-content p {
    font: normal 24px/30px "Outfit";
    letter-spacing: 0px;
    line-height: 1.25;
    color: #053E7D;
    margin-bottom: 0;
}

.swiper-pagination-bullet-active {
    background: #5FA1C3 !important;
}

.swiper-pagination-bullet {
    background: #DDDDDD;
    width: 15px !important;
    height: 15px !important;
}

@media(max-width:1400px) {
    .award-journal-module .award-section {
        min-width: 50%;
    }

    .award-journal-module {
        grid-template-columns: 1fr 1fr;
    }

    .home-award-journal-wrapper .swiper-wrapper {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .award-journal-module .journal-section {
        min-width: unset;
        max-width: unset;
        height: 100%;
    }

    .award-journal-module .award-section img {
        min-height: 290px;
        max-height: 290px;
    }

    .award-journal-module .journal-section-wrapper img {
        left: -15%;
        top: -26%;
        min-width: 600px;
    }
}

@media(max-width:1050px) {
    .award-journal-module {
        grid-template-columns: 1fr;
        grid-gap: 200px;
    }

    .award-journal-module .journal-section-wrapper img {
        left: -7%;
        top: -34%;
    }

    .award-journal-module .journal-section .journal-content {
        padding: 380px 35px 44px 35px;
    }
}

@media(max-width:991px) {
    .award-journal-module .journal-section-wrapper img {
        left: -9%;
        max-width: 100% !important;
    }

    .award-journal-module .journal-section .journal-content {
        padding-right: 35px;
        padding-bottom: 44px;
        padding-left: 35px;
        padding-top: 50%;
    }
}

@media(max-width:768px) {
    .award-journal-module .journal-section-wrapper img {
        left: 0;
        min-width: 100%;
    }
}

@media(max-width:430px) {
    .award-journal-module {
        grid-gap: 150px;
    }

    .home-award-journal-wrapper .swiper-pagination {
        display: none;
    }

    .award-journal-module .journal-section-wrapper img {
        top: -25%;
    }
}

.text-below-latest-updates {
    text-align: center;
    margin-top: 60px;
}

.banner-above-latest-updates {
    margin-bottom: 110px;
}

.banner-above-latest-updates h3 {
    margin: 0;
}

.banner-above-latest-updates img {
    width: 100%;
}


/* ==============================================================================
   FELLOWSHIPS
   ============================================================================== */

.fellowship-section {
    padding-top: 400px;
    padding-bottom: 138px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.fellowship-content-wrapper {
    background: transparent linear-gradient(306deg, #5FCFDB 0%, #1B3D76 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
    border-radius: 0px 10px 10px 0px;
    max-width: 658px;
}

.fellowship-content {
    padding: 98px 74px 89px 74px;
}

.fellowship-content h3 {
    margin-top: 0;
    position: relative;
    color: #5FA1C3;
    font: normal 44px/50px "Outfit";
    line-height: 1.13;
    letter-spacing: 0px;
}

.fellowship-content p {
    font: normal 24px/30px "Outfit";
    letter-spacing: 0px;
    line-height: 1.25;
    color: #9FCDDF;
    padding: 20px 0;
}

.fellowship-module .btn-primary {
    border-radius: 5px;
    font: normal 15px / 19px "Outfit";
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media(max-width:659px) {
    .fellowship-content-wrapper {
        border-radius: 0;
    }
}

@media(max-width:430px) {
    .fellowship-section {
        padding: 0;
    }

    .fellowship-content {
        padding: 89px 60px 89px 60px;
    }
}


/* ==============================================================================
   SUB-SOCIETIES
   ============================================================================== */

.subsocieties-module {
    padding: 78px 0 105px 0;
}

.subsocieties-module .module-title {
    margin-bottom: 47px;
}

.subsocieties-module .module-title h3 {
    font: normal 44px/50px "Outfit";
    letter-spacing: 0px;
    color: #5FA1C3;
    margin-top: 0;
}

.subsocieties-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.subsocieties-card-wrapper .card {
    box-shadow: 0px 0px 40px #0000002C;
    border-radius: 10px;
    padding: 36px;
}

.subsocieties-card-wrapper .card h3 {
    font: normal 24px/30px "Outfit";
    letter-spacing: 0.48px;
    color: #053E7D;
    margin-top: 0;
}

.subsocieties-card-wrapper .card p {
    font: normal 18px/23px "Outfit";
    letter-spacing: 0px;
    color: #58585A;
    margin-bottom: 0;
}

.subsocieties-card-wrapper .subsociety-logo {
    min-height: 178px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.subsocieties-card-wrapper .subsociety-logo img {
    width: 100%;
    display: block;
    text-align: center;
    max-height: 168px;
    max-width: 100%;
    min-width: 168px;
    margin: 0 auto;
    object-fit: contain;
}

.subsocieties-card-wrapper .subsociety-content {
    padding-top: 47px;
}

@media(max-width:992px) {
    .subsocieties-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:680px) {
    .subsocieties-card-wrapper {
        grid-template-columns: 1fr;
    }
}

div.subsocieties-card-wrapper > div.card > a.subsociety-link:hover {
    text-decoration: none !important;
}


/* ==============================================================================
   HOME VIDEO
   ============================================================================== */

section.home-video,
section.home-video .container {
    background: #eeeff1;
}

section.home-video .module-title {
    margin-bottom: 8px;
}

section.home-video .module-title>h3 {
    font: normal 44px / 50px "Outfit";
    letter-spacing: 0px;
    color: #5FA1C3;
    margin-top: 0;
}

section.home-video .module-subtitle>h4 {
    font: normal normal normal 24px/30px "Outfit";
    letter-spacing: 0.48px;
    color: #053E7D;
}

section.home-video .home-video-row {
    display: flex;
}

.home-video-links-content {
    padding: 40px 60px 46px 0;
}

section.home-video .home-video-row>.home-video-links {
    min-width: 360px;
}

section.home-video .home-video-row>.home-video-embed {
    flex-grow: 1;
    width: 100%;
}

section.home-video .home-video-embed .home-video-embed-wrap {
    display: flex;
    aspect-ratio: 16 / 9;
    height: 100%;
}

section.home-video .home-video-embed .home-video-embed-wrap>iframe {
    width: 100% !important;
    height: 100% !important;
}

section.home-video .module-links a {
    display: block;
    font: normal normal normal 18px/18px "Outfit";
    letter-spacing: 0.27px;
    color: #008AB7;
    white-space: nowrap;
    border-top: 1px dashed #90CADD;
    padding: 8px 0;
    text-decoration: none;
}

section.home-video .module-links a:last-of-type {
    border-bottom: 1px dashed #90CADD;
}

section.home-video .module-links a:hover {
    color: #053e7d;
}

section.home-video .module-cta>a.btn.btn-primary {
    border-radius: 5px;
    font: normal 15px / 19px "Outfit";
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 13px 20px;
}

@media screen and (max-width: 1200px) {
    section.home-video .home-video-row {
        flex-direction: column;
    }

    section.home-video .home-video-row>.home-video-links {
        padding-right: 0;
        width: 100%;
        max-width: 360px;
        order: 2;
    }
}


/* ==============================================================================
   HOME CTA
   ============================================================================== */

section.home-cta,
section.home-cta .container {
    background: #053e7d;
    color: #ffffff;
    text-align: center;
}

section.home-cta {
    padding: 90px 0 100px 0;
}

section.home-cta .module-title {
    display: inline-block;
    margin: 0;
}

section.home-cta .module-title h3 {
    font: normal 44px / 50px "Outfit";
    letter-spacing: 0px;
    color: #5FA1C3;
    margin: 0;
}

section.home-cta .module-columns {
    display: block;
    margin: 75px 0 59px 0;
}

section.home-cta .module-columns-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    grid-gap: 49px;
}

section.home-cta .module-columns-row>.module-column {
    min-width: 366px;
    max-width: 366px;
}

section.home-cta .mod-col-icon {
    border-bottom: 2px dotted #5FA1C3;
    padding-bottom: 30px;
}

section.home-cta .mod-col-icon img {
    width: auto;
    height: auto;
    max-height: 100px;
}

section.home-cta .mod-col-text {
    font: normal 22px / 34px "Outfit";
    padding: 21px 12px 0 12px;
}

section.home-cta .module-subtitle h4 {
    font: normal 30px / 40px "Outfit";
    letter-spacing: 0px;
    color: #23bfd8;
    margin: 0;
}

section.home-cta .module-cta>a.btn.btn-primary {
    border-radius: 5px;
    font: normal 15px / 19px "Outfit";
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 26px;
    padding: 10px 20px;
}

@media(max-width:1400px) {
    section.home-cta .module-columns-row>.module-column {
        min-width: 100%;
        max-width: 100%;
    }
}

@media(max-width:992px) {
    section.home-cta .module-columns-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    section.home-cta .module-columns-row>.module-column {
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    section.home-cta .module-title:before,
    section.home-cta .module-title:after {
        display: none;
    }

    section.home-cta .module-columns {
        max-width: 400px;
        margin: 75px auto 59px auto;
    }

    section.home-cta .module-columns-row {
        flex-direction: column;
        align-items: center;
    }
}


/* ==============================================================================
   HOME SPONSORS
   ============================================================================== */

section.home-sponsors {
    padding: 78px 0 105px 0;
}

.home-sponsors .module-title h3 {
    font: normal 44px / 50px "Outfit";
    letter-spacing: 0px;
    color: #5FA1C3;
    margin-top: 0;
}

.home-sponsors .home-sponsors-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.home-sponsors a.home-sponsor-card {
    display: flex;
    box-shadow: 0px 0px 40px #0000002C;
    border-radius: 10px;
    padding: 41px 0;
    align-items: center;
    justify-content: center;
}

.home-sponsors a.home-sponsor-card img {
    object-fit: contain;
    object-position: 50%;
    max-height: 100px;
    width: auto;
    max-width: 205px;
}

@media screen and (max-width: 768px) {
    .home-sponsors .home-sponsors-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .home-sponsors .home-sponsors-list {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ==============================================================================
   UPCOMING EVENTS (shared slider styles)
   ============================================================================== */

.home .upcoming-events {
    background: #fff !important;
}

.upcoming-events {
    background: #EEEFF1 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 87px 0;
}

.upcoming-events .module-title h2 {
    font: normal normal normal 44px/50px "Outfit";
    letter-spacing: 0px;
    color: #5FA1C3;
    opacity: 1;
    margin-top: 0;
}

.upcoming-events-slider.swiper {
    margin-top: 30px;
    width: 100%;
    height: 552px;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content-wrapper {
    height: 100%;
    display: flex;
}

.upcoming-events-slider .swiper-slide .swiper-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.upcoming-events-slider .swiper-slide .swiper-slide-image p {
    margin: 0;
    height: 100%;
}

.upcoming-events-slider .swiper-slide .swiper-slide-image-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content-wrapper .swiper-slide-content-container {
    background: transparent linear-gradient(321deg, #5FCFDB 0%, #1B3D76 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 100%;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content {
    padding: 48px 35px;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content h3 {
    font: normal normal normal 40px/50px "Outfit";
    letter-spacing: 0px;
    color: #FFFFFF !important;
    background: transparent;
    padding: 0;
    opacity: 1;
    margin: 0;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content h3::after {
    display: none;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content p {
    font: normal normal normal 24px/30px "Outfit";
    letter-spacing: 0.48px;
    color: #3EC6FD;
    opacity: 1;
    margin-bottom: 0;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content p:first-of-type {
    margin-top: 17px;
    margin-bottom: 0px;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content p:last-of-type {
    margin-bottom: 35px !important;
}

.upcoming-events-slider .swiper-slide .swiper-slide-content a.btn.btn-primary {
    font: 15px/19px "Outfit";
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 10px 20px;
}

@media(max-width:991px) {
    .upcoming-events-slider .swiper-slide .swiper-slide-image-container {
        display: none;
    }

    .upcoming-events-slider .swiper-slide .swiper-slide-content-wrapper .swiper-slide-content-container {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


/* ==============================================================================
   LITE-VIMEO ELEMENT
   ============================================================================== */

lite-vimeo {
    display: block;
    width: 100%;
    height: 100%;
}
