.about-modern {
    padding: 90px 20px 120px;
    background: #fff;
}

.about-tagline {
    color: #ff1744;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    margin-top: -80px;
    margin-left: 570px;
}

.about-heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 350px;
    margin-top: -10px;
}

.about-heading span {
    color: #ff1744;
}

.about-desc {
    max-width: 720px;
    margin: 0 auto 60px;
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}

/* IMAGE CARD */

.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.about-image-card {
    background: #ffffff;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
    max-width: 920px;
    margin-left: 50px;
    margin-top: -50px;
}

.about-image-card img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

/* DECORATIVE RED SHAPES */

.decor {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ff1744;
    border-radius: 50%;
    z-index: -1;
}

.decor-left {
    left: -35px;
    bottom: 40px;
}

.decor-right {
    right: -35px;
    top: 40px;
}
/* IMAGE WRAPPER */
.about-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* IMAGE CARD */
.about-image-card {
    background: #f43f5e;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    max-width: 920px;
    position: relative;
    z-index: 2;
}

.about-image-card img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

/* 🔴 ROYAL RED DECOR CIRCLES */
.decor {
    position: absolute;
    width: 140px;              /* BIG */
    height: 140px;
    background: radial-gradient(circle, #ff1744, #c4002f);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.95;
}

/* LEFT BOTTOM */
.decor-left {
    left: 220px;
    bottom: -40px;
}

/* RIGHT TOP */
.decor-right {
    right: 180px;
    top: -110px;
}
/* ===== WHO WE ARE SECTION (FINAL MATCH) ===== */

.about-who-section {
    padding: 110px 40px;
    background-color: #fff8f1;

    /* 🌸 Floral background */
    background-image: url("../images/floral-bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1550px auto;

    position: relative;
    overflow: hidden;
}

.about-who-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 80px;
    align-items: center;
}

/* LEFT SIDE */

.who-title {
    font-size: 44px;
    font-weight: 700;
    color: #7a0000;
    margin-bottom: 24px;
    margin-top: -50px;
}

.who-desc {
    font-size: 22px;
    color: #444;
    line-height: 1.5;
    margin-left: -100px;
    margin-bottom: 45px;
    max-width: 520px;
    font-family: 'Inter', sans-serif;
}

/* POINTS */

.who-point {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.who-point i {
    min-width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #FFE8BE;
    color: #000000;
    border-radius: 14px;
    margin-left: -100px;
    margin-top: -20px;
}

.who-point h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: #7a0000;
}

.who-point p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    max-width: 420px;
}

/* RIGHT SIDE IMAGE */

.about-who-right {
    position: relative;
}

.about-who-right img {
    width: 100%;
    margin-left: 150px;
    margin-top: -130px;
    height: 500px;
    border-radius: 14px; /* less rounded */
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

/* INFO CARD */

.team-card {
    position: absolute;
    bottom: -55px;
    left: 215px;
    background: #fff1cc;
    padding: 26px 28px;
    border-radius: 16px;
    width: 350px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.team-card h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #5c2c00;
     font-family: 'Laila', serif;
}

.team-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 14px;
}


/* RESPONSIVE */

@media (max-width: 900px) {
    .about-who-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .team-card {
        position: static;
        margin-top: 20px;
    }

    .who-desc,
    .who-point p {
        max-width: 100%;
    }
}
.about-journey-section,
.about-focus-section {
    padding: 100px 0;
}

.journey-grid,
.focus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.journey-left,
.focus-right {
    position: relative;
}

.journey-left img {
    width: 70%;
    border-radius: 18px;
    margin-left: 50px;
    margin-top: -40px;
}

.journey-card {
    position: absolute;
    bottom: -30px;
    left: 125px;
    background: #fff2dc;
    padding: 20px;
    border-radius: 14px;
    max-width: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.journey-right h2,
.focus-left h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #6b0f0f;
    margin-top: -30px;
    margin-left: 120px;
}

.journey-right p,
.focus-left p {
    font-size: 21px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;

    /* CENTER ALIGN FIX */
    margin-left: -100;
    margin-right: 120;
    text-align: center;
}
.journey-rights h2,
.focus-lefts h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #6b0f0f;
    margin-top: -30px;
    margin-left: 260px;
}

.journey-rights p,
.focus-lefts p {
    font-size: 21px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;

    /* CENTER ALIGN FIX */
    margin-left: 80;
    margin-right: 20;
    text-align: center;
}
.focus-card {
    position: absolute;
    bottom: 50px;
    left: 914px;
    background: #fff2dc;
    padding: 20px;
    border-radius: 14px;
    max-width: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.focus-rights img {
    height: 500px !important;
    width: auto !important;
    max-height: 600px !important;
    margin-left: 80px;
}


/* Scroll Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* ================= LEADERSHIP HERO ================= */

.leadership-hero {
    position: relative;
    height: 200px;
    background: url("../images/leadership-bg.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BLACK OVERLAY */
.leadership-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* HERO TEXT */
.leadership-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.leadership-tag {
    color: #facc15;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.leadership-hero-content h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
}

/* ================= FOUNDER SECTION ================= */

.leadership-founder-section {
    padding: 100px 20px;
    background: #fff8f2;
    /* SAME floral image */
    background-image: url("../images/floral-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1510px auto;
}

.leadership-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 70px;
    align-items: center;
}

/* IMAGE */
.leader-image-box img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    margin-left: -20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* CONTENT */
.leader-info h3 {
    font-size: 48px;
    color: #7a0000;
    margin-bottom: 6px;
    margin-top: -5px;
    margin-left: 180px;
    font-family: 'Laila', serif;
    font-weight: 400;   
}

.leader-role {
    color: #a40000;
    font-size: 16px;
    font-weight: 400;   
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 280px;
    font-family: 'Laila', serif;
}

/* TEXT CARD */
.leader-card {
    background: #fff1dc;
    padding: 30px;
    width: 600px;
    height: 360px;
    border-radius: 18px;
    border: 2px dashed #cfa87e;
    
}

.leader-card p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 14px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
    .leadership-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .leader-image-box img {
        margin: auto;
    }

    .leadership-hero-content h2 {
        font-size: 30px;
    }
}



.team-switch-section {
    padding: 100px 20px;
}
.team-switch-section {
    position: relative;
    padding: 100px 20px;

    /* Background image */
    background-image: url("../images/floral-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    background-color: #fff5f5;
    overflow: hidden;
}

/* GLASS OVERLAY */
.team-switch-section::before {
    content: "";
    position: absolute;
    inset: 0;

    /* glass look */
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    z-index: 0;
}

/* keep content above glass */
.team-switch-section > * {
    position: relative;
    z-index: 1;
}

.team-switch-box {
    display: grid;
    grid-template-columns: 420px 1fr;
    background: linear-gradient(135deg, #f03b57, #a00014);
    border-radius: 22px;
    overflow: hidden;
    min-height: 520px;
}

/* LEFT SIDE */
.team-left {
    position: relative;
    background: transparent;
}

/* white curve */
.curve-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    width: 120%;   /* 👈 yahin se width control hogi */

    background: #fff;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    z-index: 0;
}

/* image circle */
.team-image-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;

    /* SAME SHAPE AS CARD */
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}

.team-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* RIGHT CONTENT */
.team-right {
    color: #fff;
    padding: 60px 60px 60px 40px;
    position: relative;
}

.team-right h3 {
    font-size: 34px;
    margin-bottom: 6px;
    margin-left:350px;
}

.team-right span {
    font-size: 16px;
    opacity: 0.9;
    margin-left:400px;
}

.team-right p {
    font-size: 25px;
    line-height: 1.6;
    margin-top: 25px;
    max-width: 520px;
    margin-left:300px;
}

/* play button */
.team-play-btn {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #a00014;
    font-size: 18px;
    cursor: pointer;
}
/* ================= GALLERY SECTION ================= */

.about-gallery-section{
    background:#ffffff;
    padding:100px 0;
    overflow:hidden;
}

/* heading */
.gallery-heading{
    position: relative;     /* important */
    z-index: 20;            /* images se upar */
    text-align: center;
    margin-bottom: 80px;
}

.gallery-heading span{
    color:#f5c400;
    letter-spacing:2px;
    font-size:14px;
    text-transform:uppercase;
}

.gallery-heading h2{
    font-size:48px;
    margin:10px 0;
}

.gallery-heading p{
    color:#aaa;
    font-size:16px;
}

/* gallery base */
.gallery{
    display:flex;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;          /* LEFT = RIGHT same space */
    box-sizing:border-box;
}

/* wrapper */
.gallery__strip__wrapper{
    flex:0 0 25%;
    border-right:1px solid #eee;
    padding:0 12px;
    box-sizing:border-box;
}


/* strip */
.gallery__strip{
    min-height:100vh;
}

.gallery__strip.one{
    animation:60s move-it ease alternate infinite;
    
}
.gallery__strip.two{
    animation:55s move-it-2 ease alternate infinite;
}
.gallery__strip.three{
    animation:65s move-it ease alternate infinite;
}
.gallery__strip.four{
    animation:58s move-it-2 ease alternate infinite;
}



/* photo */
.photo{
    padding-bottom:3rem;
    text-align:center;
    position:relative;
}

.photo__image img{
    width:90%;
    border-radius:18px;
    transition:0.6s ease;
    box-shadow:0 30px 60px rgba(0,0,0,0.6);
    display:block;
    margin:0 auto;
}


.photo__name{
    font-size:34px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:transparent;
    -webkit-text-stroke:1px #fff;
    margin-top:-25px;
    transition:.4s ease;
}

/* hover */


/* animations */
@keyframes move-it{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-45%);}
}

@keyframes move-it-2{
    0%,100%{transform:translateY(-45%);}
    50%{transform:translateY(0);}
}

/* responsive */
@media(max-width:992px){
    .gallery{
        flex-wrap:wrap;
    }
    .gallery__strip__wrapper{
        flex:0 0 50%;
    }
}

@media(max-width:576px){
    .gallery__strip__wrapper{
        flex:0 0 100%;
    }
}
.about-gallery-heading{
    background:#fff;
    padding:100px 0 60px;
    text-align:center;
    position:relative;
    z-index:5;
}

.about-gallery-heading .gallery-tag{
    color:#f5c400;
    font-size:56px;
    letter-spacing:3px;
    text-transform:uppercase;
}

.about-gallery-heading h2{
    font-size:26px;
    font-weight:800;
    margin:10px 0;
}

