/* ==========================================================
   1024px
========================================================== */

@media (max-width:1024px){

/* ==========================
   HERO
========================== */

.speaking-hero{
    padding:120px 0 90px;
}

.speaking-container{
    width:92%;
}

.speaking-title{
    font-size:54px;
    margin-bottom:30px;
}

.speaking-title span{
    font-size:62px;
}

.speaking-text{
    max-width:760px;
    font-size:21px;
    line-height:1.7;
}

.video-wrapper{
    margin-top:55px;
}

.video-wrapper iframe{
    max-width:760px;
}


/* ==========================
   COLLAGE
========================== */

.speaking-collage{
    padding:120px 0;
}

.collage-container{

    width:95%;

    grid-template-columns:280px 430px 280px;
    grid-template-rows:300px 300px;

    min-height:760px;

    gap:20px;
}

.collage-photo{

    width:250px;
    height:200px;

    border-width:6px;
}

.collage-content{

    width:380px;

    padding:30px 28px;
}

.collage-content .number{
    font-size:46px;
    margin-bottom:16px;
}

.collage-content h2{
    font-size:24px;
    letter-spacing:2px;
    margin-bottom:20px;
}

.collage-content p{
    font-size:16px;
    line-height:1.7;
}

.highlight{
    font-size:19px;
}

.highlight strong{
    font-size:22px;
}

.v-divider-black{
    margin-top:-120px;
}


/* ==========================
   AVAILABLE FOR
========================== */

.speaking-services{
    padding:120px 0;
}

.services-title{
    font-size:52px;
    margin-top:-70px;
    margin-bottom:55px;
}

.services-grid{
    gap:16px;
    margin-bottom:90px;
}

.service-chip{

    padding:16px 28px;
    font-size:18px;
}

.organizer-content{
    max-width:760px;
}

.organizer-content h2{
    font-size:46px;
    margin-bottom:35px;
}

.organizer-content p{
    font-size:20px;
}

.closing{
    font-size:24px;
}

.roles-grid{
    gap:20px;
    margin-top:80px;
}

.role-card{
    padding:35px 15px;
}

.role-card span{
    font-size:36px;
}

.role-card h3{
    font-size:22px;
}


/* ==========================
   APPLY
========================== */

.apply-section{
    padding:40px 0 120px;
}

.apply-container{
    width:88%;
}

.apply-title{
    font-size:50px;
    margin-top:-50px;
}

.apply-intro{
    font-size:20px;
    margin-bottom:55px;
}

.coaching-form{
    gap:24px;
}

.form-group label{
    font-size:17px;
}

.form-group input,
.form-group textarea{
    padding:16px 20px;
    font-size:17px;
}

.apply-btn{
    padding:16px 50px;
    font-size:17px;
}

}
/* ==========================================================
   768px
========================================================== */

@media (max-width:768px){

/* ==========================
   HERO
========================== */

.speaking-hero{
    padding:110px 0 70px;
}

.speaking-container{
    width:92%;
}

.speaking-title{
    font-size:42px;
    line-height:1.1;
    margin-bottom:22px;
}

.speaking-title span{
    display:block;
    font-size:50px;
    margin-top:8px;
}

.speaking-text{
    max-width:100%;
    font-size:18px;
    line-height:1.7;
    margin-bottom:18px;
}

.video-wrapper{
    margin-top:40px;
}

.video-wrapper iframe{
    width:100%;
    border-radius:16px;
}
.v-divider-white svg{
    height:150px;
    transform:translateY(1px);
}

/* ==========================
   COLLAGE
========================== */

.speaking-collage{
    padding:90px 0;
}

.collage-container{

    display:flex;
    flex-direction:column;
    align-items:center;

    width:92%;
    min-height:auto;

    gap:24px;
}

.collage-container.reverse{
    display:flex;
    flex-direction:column;
}

.collage-photo{

    width:300px;
    height:220px;

    transform:none !important;
    justify-self:center;

    border-width:6px;
}

.photo1,
.photo2,
.photo3,
.photo4{
    transform:none !important;
    justify-self:center;
}

.collage-content{

    width:100%;
    max-width:600px;

    padding:32px 28px;

    order:2;
}

.collage-content .number{
    font-size:42px;
    margin-bottom:12px;
}

.collage-content h2{
    font-size:24px;
    letter-spacing:1px;
    margin-bottom:18px;
}

.collage-content p{
    font-size:17px;
    line-height:1.8;
}

.highlight{
    font-size:18px;
}

.highlight strong{
    font-size:21px;
}

.v-divider-black{
    margin-top:-90px;
}


/* ==========================
   AVAILABLE FOR
========================== */

.speaking-services{
    padding:90px 0;
}

.services-title{
    font-size:42px;
    margin-top:-35px;
    margin-bottom:40px;
}

.services-grid{
    gap:14px;
    margin-bottom:70px;
}

.service-chip{
    padding:14px 24px;
    font-size:17px;
    border:2px solid #111;
    border-radius:8px;  
}

.organizer-content{
    max-width:100%;
}

.organizer-content h2{
    font-size:36px;
    margin-bottom:28px;
}

.organizer-content p{
    font-size:18px;
    line-height:1.7;
}

.closing{
    font-size:21px;
}

.roles-grid{

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:60px;
}

.role-card{
    padding:28px 16px;
}

.role-card span{
    font-size:34px;
}

.role-card h3{
    font-size:20px;
}


/* ==========================
   APPLY
========================== */

.apply-section{
    padding:30px 0 90px;
}

.apply-container{
    width:92%;
}

.apply-title{
    font-size:42px;
    margin-top:-20px;
}

.apply-intro{
    font-size:18px;
    margin-bottom:40px;
}

.coaching-form{
    gap:20px;
}

.form-group label{
    font-size:16px;
}

.form-group input,
.form-group textarea{
    padding:15px 18px;
    font-size:16px;
}

.apply-btn{
    width:100%;
    max-width:340px;

    padding:16px 0;

    font-size:16px;
}

}
/* ==========================================================
   480px
========================================================== */

@media (max-width:480px){

/* ==========================================================
   HERO
========================================================== */

.speaking-hero{
    padding:95px 0 50px;
}

.speaking-container{
    width:92%;
}

.speaking-title{
    font-size:32px;
    line-height:1.15;
    margin-bottom:18px;
}

.speaking-title span{
    display:block;
    font-size:38px;
    margin-top:8px;
}

.speaking-text{
    font-size:16px;
    line-height:1.7;
    margin-bottom:14px;
}

.video-wrapper{
    margin-top:28px;
}

.video-wrapper iframe{
    border-radius:12px;
}

.v-divider-white svg{
    height:150px;
    width: 100%;
    transform:translateY(1px);
}
/* ==========================================================
   COLLAGE - MOBILE (480px)
========================================================== */

.speaking-collage{
    padding:60px 0;
}

.collage-container,
.collage-container.reverse{
    display:flex !important;
    flex-direction:column !important;
    align-items:center;
    gap:16px;
     margin:0 auto 55px;
}

/* Force the order */

.photo1{
    order:1;
}

.photo2{
    order:2;
}

.collage-content{
    order:3;
}

.photo3{
    order:4;
}

.photo4{
    order:5;
}
/* Remove all desktop positioning */

.photo1,
.photo2,
.photo3,
.photo4{

    transform:none !important;
    position:static !important;
    justify-self:auto !important;
    align-self:auto !important;
    grid-area:auto !important;
    grid-column:auto !important;
    grid-row:auto !important;
}

/* Images */

.collage-photo{

    width:100%;
    max-width:320px;

    height:180px;

    border:4px solid #fff;

    overflow:hidden;

    margin:0;
}

.collage-photo img{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Text Box */

.collage-content{

    width:100%;
    max-width:320px;

    padding:22px 18px;

    position:static !important;

    margin:0;
}

.collage-content .number{

    font-size:30px;
    margin-bottom:10px;
}

.collage-content h2{

    font-size:20px;
    line-height:1.35;
    letter-spacing:1px;

    margin-bottom:15px;
}

.collage-content p{

    font-size:14px;
    line-height:1.7;

    margin-bottom:12px;
}

.highlight{

    font-size:15px;
}

.highlight strong{

    font-size:17px;
}

/* ==========================================================
   AVAILABLE FOR
========================================================== */

.services-title{
    font-size:34px;
    margin-bottom:28px;
}

.services-grid{

    display:flex;
    flex-wrap:wrap;

    justify-content:center;

    gap:10px;

    margin-bottom:50px;
}

.service-chip{

    width:auto;

    padding:12px 18px;

    border-radius:8px;

    font-size:14px;
    font-weight:700;
}

.organizer-content h2{
    font-size:28px;
    line-height:1.2;
    margin-bottom:20px;
}

.organizer-content p{
    font-size:16px;
    line-height:1.7;
}

.closing{
    font-size:18px;
}

.roles-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:40px;
}

.role-card{
    padding:24px 16px;
}

.role-card span{
    font-size:32px;
}

.role-card h3{
    font-size:18px;
}


/* ==========================================================
   APPLY
========================================================== */

.apply-section{
    padding:25px 0 70px;
}

.apply-container{
    width:92%;
}

.apply-title{
    font-size:34px;
    margin-top:0;
    margin-bottom:15px;
}

.apply-intro{
    font-size:16px;
    line-height:1.7;
    margin-bottom:30px;
}

.coaching-form{
    gap:18px;
}

.form-group label{
    font-size:15px;
    margin-bottom:8px;
}

.form-group input,
.form-group textarea{
    padding:14px 16px;
    font-size:15px;
    border-radius:10px;
}

.apply-btn{
    width:100%;
    max-width:280px;
    padding:15px 0;
    font-size:15px;
    margin-top:20px;
}

}