/* ==========================================================
   COACHING HERO
========================================================== */
.coaching-intro{

    background:#000;
    padding:140px 0;

}

.coaching-container{

    width:min(1400px,92%);
    margin:auto;

    display:grid;
    grid-template-columns:42% 58%;
    gap:80px;
    align-items:start;

}

/* ==========================================================
   IMAGE
========================================================== */

.coaching-image{

    display:flex;
    justify-content:center;
    position:sticky;
    top:200px;
    align-self:start;
}

.coaching-image-placeholder{

    width:420px;
    height:620px;

    border:2px dashed rgba(255,255,255,.15);

    border-radius:16px;

    background:rgba(255,255,255,.03);

    display:flex;
    justify-content:center;
    align-items:center;

    color:#666;

    font-size:22px;

}
.coaching-image-placeholder img{

    width:100%;
    height:100%;
    object-fit:cover;   /* or cover */

}
/* ==========================================================
   CONTENT
========================================================== */

.coaching-content{

    max-width:760px;
    margin-right: 60px;

}

.coaching-title{

    font-family:'Outfit',sans-serif;

    font-size:clamp(4rem,6vw,6rem);

    line-height:.95;

    font-weight:900;

    letter-spacing:-2px;

    margin-bottom:45px;

    color:#fff;

}

.coaching-title span{

    display:block;

}

.coaching-title .gold{

    color:#F4C430;

}

.coaching-content p{

    font-family:'Outfit',sans-serif;

    font-size:22px;

    line-height:1.5;

    color:#E6E6E6;

    margin-bottom:18px;

}

.coaching-content strong{

    color:#F4C430;

}

/* ==========================================================
   QUOTE
========================================================== */

.coaching-quote{

    margin:28px 0;

    padding-left:10px;

    border-left:4px solid #F4C430;

    font-family:'Outfit',sans-serif;

    font-size:28px;

    font-weight:700;

    line-height:1.4;

    color:#fff;

}

/* ==========================================================
   ENDING
========================================================== */

.coaching-ending{

    margin-top:25px;

}

.coaching-ending p{

    color:#fff;

    font-size:24px;

    margin-bottom:15px;

}

.coaching-ending h3{

    font-family:'Outfit',sans-serif;

    font-size:35px;

    font-weight:700;

    line-height:1.2;

    color:#fff;

}

.coaching-ending span{

    color:#F4C430;

}

.coaching-tag{

    margin-top:10px;

    font-size:26px;

    font-weight:800;

    color:#ff3366;

    letter-spacing:1px;

}
.v-divider-black{

    width:100%;
    line-height:0;
    background:#000;
    overflow: hidden;
    margin-top: -150px;
}

.v-divider-black svg{

    display:block;
    width:100%;
    height:120px;
    fill:#fff;
}
/* ==========================================================
   COACHING FEATURES
========================================================== */

.coaching-features{

    background:#fff;

    padding:140px 0;

}

.coaching-features .container{

    width:min(1300px,92%);
    margin:auto;

}

/* ==========================================================
   TITLE
========================================================== */

.features-title{

    font-family:'Outfit',sans-serif;
    font-style: italic;
    font-size:40px;

    font-weight:900;

    line-height:1.15;

    letter-spacing:-2px;

    text-align:center;

    color:#111;

    margin-bottom:35px;
    margin-top: -80px;
}

/* ==========================================================
   INTRO
========================================================== */

.features-intro{

    max-width:800px;

    margin:0 auto 90px;

    text-align:center;

    font-family:'Outfit',sans-serif;

    font-size:25px;
    font-weight: 500;
    line-height:1.7;

    color:#000;

}

/* ==========================================================
   SUB HEADINGS
========================================================== */

.feature-heading{

    font-family:'Outfit',sans-serif;

    font-size:42px;

    font-weight:900;

    color:#111;

    text-align:center;

    margin-bottom:50px;
    margin-top: -40px;

}
.feature-heading span{

    font-family:'Permanent Marker', cursive;

    font-style:italic;

    font-weight:400;

    color:#F4C430;

    text-transform:none;

}

.second-heading{

    margin-top:60px;

}

/* ==========================================================
   GRID
========================================================== */

.feature-grid{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:20px;

}

/* ==========================================================
   CARD
========================================================== */

.feature-card{

    padding:18px 28px;

    background:rgb(194, 194, 243);

    border:2px solid #e6e6e6;

    border-radius:60px;

    font-family:'Outfit',sans-serif;

    font-size:20px;

    font-weight:700;

    color:#111;

    transition:.35s ease;

    cursor:default;

}
/* ==========================================================
   SESSION CARDS
========================================================== */

.session-grid .feature-card{

    background:#EAF7FF;      /* Light Blue */
    border-color:#CBEAFF;

}

.session-grid .feature-card:hover{

    background:#8fd3fd;
    color:#000;
    border-color:#F4C430;

}


/* ==========================================================
   MASTER CARDS
========================================================== */

.master-grid .feature-card{

    background:#F4ECFF;      /* Light Purple */
    border-color:#DEC9FF;

}

.master-grid .feature-card:hover{

    background:#caa6fc;
    color:#000;
    border-color:#F4C430;

}


/* ==========================================================
   TRANSFORM CARDS
========================================================== */

.transform-grid .feature-card{

    background:#ECFBEF;      /* Light Green */
    border-color:#CDEFD5;

}

.transform-grid .feature-card:hover{

    background:#9ef3af;
    color:#000;
    border-color:#F4C430;

}

/* ==========================================================
   HOVER
========================================================== */

.feature-card:hover{

    transform:translateY(-6px);

    border-color:#F4C430;

    background:#111;

    color:#fff;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.v-divider-bottom{
    position:relative;
    z-index:20;
    background:#000;
    line-height:0;
    margin-top:-90px;
    overflow:visible;
}

.v-divider-bottom svg{
    display:block;
    width:100%;
    height:100px;
    fill:#fff;
}
/* ==========================================================
   COACHING EXPERIENCES
========================================================== */

.experience-section{
    background:#000;
    padding:120px 0;
}

.experience-title{
    text-align:center;
    font-family:'Outfit',sans-serif;
    font-size:58px;
    font-weight:900;
    color:#fff;
    margin-bottom:18px;
    margin-top: -40px;
    text-transform:uppercase;
}

.experience-title span{
    color:#F4C430;
    font-style:italic;
}

.experience-subtitle{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
    font-family:'Outfit',sans-serif;
    font-size:20px;
    line-height:1.7;
    color:#cfcfcf;
}

.experience-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items:stretch;
}

.experience-card{
    background:#111;
    border:2px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:45px 35px;
    border-color:#F4C430;
    display:flex;
    flex-direction:column;

    min-height:820px; 
}

.experience-card:hover{
    transform:translateY(-10px);
    border-color:#F4C430;
    box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.experience-card h3{
    font-family:'Outfit',sans-serif;
    font-size:36px;
    font-weight:900;
    color:#fff;
    margin-bottom:15px;
    text-transform:uppercase;
}

.experience-price{
    font-family:'Outfit',sans-serif;
    font-size:28px !important;
    font-weight:800;
    color:#F4C430;
    margin-bottom:35px;
}

.experience-list{
    list-style:none;
    padding:0;
    margin:0;
    flex:1;           /* Takes all remaining space */
}

.experience-list li{
    position:relative;
    padding-left:32px;
    margin-bottom:18px;
    color:#e5e5e5;
    font-family:'Outfit',sans-serif;
    font-size:17px !important;
    line-height:1.2 !important;
}

.experience-list li::before{
    content:"●";
    position:absolute;
    left:0;
    top:2px;
    color:#fff !important;
    font-size:18px;
}

.experience-btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;

    padding:17px 0;

    background:#ff3366;
    color:#fff;
    text-decoration:none;

    font-family:'Outfit',sans-serif;
    font-size:17px;
    font-weight:800;

    text-transform:uppercase;

    transform:skewX(-15deg);

    margin-top:30px;  /* Small gap above button */
}

.experience-btn span{
    transform:skewX(15deg);
}

.experience-btn:hover{
    background:#F4C430;
    color:#000;
}


/* ==========================================================
   LOVE FOR MEHARR
========================================================== */

.love-section{

    background:#fff;

    padding:0px 0 80px;
    
    text-align:center;

}

.love-title{

    font-family:'Outfit',sans-serif;

    font-size:60px;

    font-weight:900;

    color:#111;

    margin-bottom:60px;
    margin-top: 30px;
}

.love-title span{

    font-family:'Permanent Marker',cursive;

    color:#F4C430;

    font-style:italic;

    font-size:68px;

    font-weight:400;

    text-transform:none;

}

.love-photo{

    width:280px;

    height:280px;

    margin:0 auto;

    border-radius:50%;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.love-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}
/* ==========================================================
   APPLY SECTION
========================================================== */

.apply-section{

    background:#fff;

    padding:50px 0 140px;

}

.apply-container{

    width:min(850px,90%);

    margin:auto;

}

.apply-title{

    font-family:'Outfit',sans-serif;

    font-size:56px;

    font-weight:900;

    text-align:center;

    color:#111;

    margin-bottom:20px;

}

.apply-intro{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

    font-family:'Outfit',sans-serif;

    font-size:22px;

    line-height:1.7;

    color:#555;

}

/* ==========================================================
   FORM
========================================================== */

.coaching-form{

    display:flex;

    flex-direction:column;

    gap:30px;

}

.form-group{

    display:flex;

    flex-direction:column;

}

.form-group label{

    font-family:'Outfit',sans-serif;

    font-size:18px;

    font-weight:700;

    margin-bottom:10px;

    color:#111;

}

.form-group input,
.form-group textarea{

    width:100%;

    padding:18px 22px;

    font-family:'Outfit',sans-serif;

    font-size:18px;

    border:2px solid #ddd;

    border-radius:14px;

    outline:none;

    transition:.3s;

    resize:vertical;

}

.form-group input:focus,
.form-group textarea:focus{

    border-color:#F4C430;

    box-shadow:0 0 0 4px rgba(244,196,48,.15);

}

/* ==========================================================
   PARALLELOGRAM BUTTON
========================================================== */

.apply-btn{

    align-self:center;

    margin-top:30px;

    padding:18px 60px;

    border:none;

    background:#ff3366;

    color:#fff;

    font-family:'Outfit',sans-serif;

    font-size:18px;

    font-weight:800;

    letter-spacing:1px;

    text-transform:uppercase;

    cursor:pointer;

    transform:skewX(-18deg);

    transition:.35s ease;

}

.apply-btn span{

    display:inline-block;

    transform:skewX(18deg);

}

.apply-btn:hover{

    transform:skewX(-18deg) translateY(-5px);

    box-shadow:0 20px 45px rgba(255,51,102,.35);

}