
.ms-hero-banner{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ms-hero-background{
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ms-hero-background img,
.ms-hero-slider,
.ms-hero-slider .swiper-wrapper,
.ms-hero-slider .swiper-slide{
    width: 100%;
    height: 100%;
}

.ms-hero-slider .swiper-slide img,
.ms-hero-single-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-hero-overlay{
    position: absolute;
    inset: 0;
    background: #000;
    z-index: 2;
}

.ms-hero-content-wrapper{
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin: auto;
    padding: 0 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #fff;
}

.ms-hero-logo{
    margin-bottom: 25px;
}

.ms-hero-logo img{
    max-width: 130px;
    width: 100%;
    height: auto;
}

.ms-hero-title{
 color: #FFF;
text-align: center;

/* H1 */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-bottom: 20px;
}

.ms-hero-subtitle{
 color: #FFF;
text-align: center;

/* P */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
}

.ms-hero-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 34px;

    background: #fff;
    color: #000;

    text-decoration: none;
    font-weight: 600;

    border-radius: 999px;
    transition: all 0.3s ease;
}

.ms-hero-button:hover{
    transform: translateY(-3px);
}

/* =========================================================
   IMAGE CONTENT SECTION
========================================================= */


.ms-image-content-container {
    padding: 0;
    width: 100%;
    max-width: 1600px;
}
.ms-image-content-section{
    width: 100%;
    background: #fff;
}

.ms-image-content-container{

    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;

    align-items: center;

}

.ms-image-content-section.image-left .ms-image-wrapper{
    order: 1;
}

.ms-image-content-section.image-left .ms-content-wrapper{
    order: 2;
}

.ms-image-content-section.image-right .ms-content-wrapper{
    order: 1;
}

.ms-image-content-section.image-right .ms-image-wrapper{
    order: 2;
}

.ms-content-wrapper h2{
color: #696969;

/* H2 */
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-bottom: 20px;
}

.ms-content-wrapper h2 span{
color: #000;

/* H2 */
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.ms-content-wrapper p{
   color: #4C4C4C;

/* P */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
}

.ms-image-wrapper img{
  width: 100%;
height: 100%;
border-radius: 2px;
}

.ms-desktop-image{
    display: block;
}

.ms-mobile-image{
    display: none;
}

.ms-section-button{
    color: #fff;
    background: #000;
 display: inline-flex;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 10px;
text-decoration: none;
}

.ms-section-button:hover{
  display: inline-flex;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 10px;
background: #696969;
}

#sectionlast p:last-of-type {
    margin-bottom: 60px;
}

/* =========================================================
   TALKS SECTION
========================================================= */

.ms-talks-section{
     position: relative;
    padding: 100px;

    background-image: url('https://marcsorongon.innovnational.com/wp-content/uploads/2026/05/Frame-3327-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

.ms-talks-container{
    width: 100%;
    max-width: 1600px;
    margin: auto;
   
}

.ms-talks-top{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 70px;
}

.ms-talks-heading{
    width: 45%;
}

.ms-talks-heading h2{
 color: #000;

/* H2 */
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.ms-talks-heading h2 span{
   color: #696969;

/* H2 */
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.ms-talks-description{
   width: 776px;
}

.ms-talks-description p{
   color: var(--P, #4C4C4C);

/* P */
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
}

.ms-talks-navigation{
    display: flex;
    gap: 14px;
    margin-top: 30px;
}


.ms-talks-prev,
.ms-talks-next{
    width: 35.118px;
    height: 35.12px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: all 0.3s ease;

    background: transparent;
}

.ms-talks-prev svg,
.ms-talks-next svg{
    width: 35.118px;
    height: 35.12px;
}


.ms-talks-slider{
    overflow: visible;
}

.ms-talk-card{
    position: relative;
}

.ms-talk-card-image{
    height: 620px;
    overflow: hidden;
}

.ms-talk-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-talk-card-content{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 72%;

    background: #fff;
    padding: 45px 35px;
}

.ms-talk-card-content h3{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.ms-talk-card-content p{
    font-size: 18px;
    line-height: 1.9;
    color: #666;
}

.ms-talk-play{
    display: inline-flex;
    margin-top: 35px;
}

/* =========================================================
   EVENTS SECTION
========================================================= */


.preach-events-section h3 {
    color: #fff;
    margin-bottom: 20px;
}

.preach-events-section h2 {
    color: #fff;
        margin-bottom: 20px;
}

.preach-events-intro{
    margin-bottom: 60px;
}
.preach-events-detail {
    margin-bottom: 60px ;
}

.preach-events-section{
    position: relative;
    width: 100%;
    max-width: 1600px;
    min-height: 620px;
    margin: 110px auto;
    overflow: hidden;
    background: #000;
    
}

.preach-events-bg{
    position: absolute;
    inset: 0;
    background-image: url("https://marcsorongon.innovnational.com/wp-content/uploads/2026/05/Frame-3306.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.preach-events-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 2;
}

.preach-events-content{
    position: relative;
    z-index: 3;

    min-height: 620px;

    display: flex;
    align-items: center;

    padding: 70px 90px;
}

.preach-events-text{
    max-width: 660px;
    color: #fff;
}

    section#sectionlast {
        padding-top: 0 !important;
    }
/* =========================================================
   MOBILE
========================================================= */

@media(max-width: 991px){

    .ms-image-content-container {
        gap: 10px;
    }
.ms-image-wrapper img{
    width: 100%;
    height: 100%;
}
    .ms-image-content-container{
        grid-template-columns: 1fr;
      
      
    }

    .ms-content-wrapper{
        display: contents;
    }

    .ms-mobile-title{
        order: 1;
    }

    .ms-image-wrapper{
        order: 2;
    }

    .ms-text-content{
        order: 3;
    }

    .ms-desktop-image{
        display: none;
    }

    .ms-mobile-image{
        display: block;
    }

    .ms-content-wrapper h2{
        font-size: 42px;
    }

    .ms-content-wrapper p{
        font-size: 17px;
    }

    .ms-talks-top{
        flex-direction: column;
    }

    .ms-talks-heading,
    .ms-talks-description{
        width: 100%;
    }

    .ms-talks-heading h2{
        font-size: 44px;
    }

    .ms-talk-card-image{
        height: 420px;
    }

    .ms-talk-card-content{
        position: relative;
        width: calc(100% - 40px);
        right: auto;
        margin: -80px auto 0;
    }

    .preach-events-section{
        width: calc(100% - 40px);
    }

}

@media (max-width: 1200px){





    .ms-image-wrapper img{
        width: 100%;
        height: auto;
    }

    section#sectionlast {
        padding-top: 0;
    }

    .ms-talks-container{
        padding: 0 40px;
    }

    .ms-talk-card-content{
        width: calc(100% - 40px);
        right: 20px;
        bottom: 20px;
        padding: 30px;
    }

    .preach-events-section{
        width: calc(100% - 80px);
    }

    .preach-events-content{
        padding: 0;
    }

    .ms-image-content-section {
        padding: 70px 30px !important;
    }

}

/* =========================================================
   TABLET
========================================================= */

@media(max-width: 991px){

.ms-image-content-section {
        padding: 70px 30px !important;
    }

    .ms-hero-banner{
        height: auto;
        min-height: 100vh;
    }

    
    section#sectionlast {
        padding-top: 0;
    }

    .ms-hero-content-wrapper{
         position: absolute;
    inset: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
    }

    .ms-hero-title{
        font-size: 48px;
    }

    .ms-image-content-container{
        grid-template-columns: 1fr;
      
    }

    .ms-image-wrapper img{
        width: 100%;
        height: auto;
    }

    .ms-content-wrapper{
        display: contents;
    }

    .ms-mobile-title{
        order: 1;
    }

    .ms-image-wrapper{
        order: 2;
    }

    .ms-text-content{
        order: 3;
    }

    .ms-desktop-image{
        display: none;
    }

    .ms-mobile-image{
        display: block;
    }

    .ms-content-wrapper h2,
    .ms-content-wrapper h2 span{
        font-size: 36px;
        line-height: 1.2;
    }

    .ms-content-wrapper p{
        font-size: 16px;
    }

    .ms-talks-section{
        padding: 90px 0;
    }

    .ms-talks-container{
        padding: 0 20px;
    }

    .ms-talks-top{
        flex-direction: column;
        gap: 30px;
    }

    .ms-talks-heading,
    .ms-talks-description{
        width: 100%;
    }

    .ms-talks-heading h2,
    .ms-talks-heading h2 span{
        font-size: 36px;
    }

    .ms-talk-card-image{
        height: 420px;
    }

    .ms-talk-card-content{
        position: relative;
        width: calc(100% - 40px);
        right: auto;
        bottom: auto;
        margin: -80px auto 0;
        padding: 30px;
    }

    .ms-talk-card-content h3{
        font-size: 24px;
    }

    .ms-talk-card-content p{
        font-size: 16px;
        line-height: 1.7;
    }

    .preach-events-section{
        width: calc(100% - 40px);
        min-height: auto;
    }

    .preach-events-content{
        min-height: auto;
        padding: 0;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width: 576px){
    .ms-image-content-section {
        padding: 50px 20px !important;
    }

    .ms-hero-title{
        font-size: 34px;
    }


    section#sectionlast {
        padding-top: 0;
    }

    .ms-hero-subtitle{
        font-size: 15px;
        line-height: 1.7;
    }

    .ms-hero-button{
        width: 100%;
        max-width: 260px;
    }

    .ms-content-wrapper h2,
    .ms-content-wrapper h2 span{
        font-size: 30px;
    }

    .ms-talks-heading h2,
    .ms-talks-heading h2 span{
        font-size: 30px;
    }

    .ms-talk-card-image{
        height: 300px;
    }

    .ms-talk-card-content{
        width: calc(100% - 20px);
        padding: 20px;
        margin-top: -50px;
    }

    .ms-talk-card-content h3{
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ms-talk-card-content p{
        font-size: 15px;
        line-height: 1.6;
    }

    .preach-events-content{
        padding: 0;
    }

    .preach-events-section h2{
        font-size: 30px;
    }

    .preach-events-section h3{
        font-size: 22px;
    }

}