/*new menu css*/
.timeline {
     position: relative;
     margin: 40px 0;
    /* Reducido el margen vertical para móvil */
}
 .timeline-line {
     position: absolute;
     left: 20px;
     top: 0;
     bottom: 0;
     width: 2px;
     background-color: #e0e0e0;
     background: linear-gradient(45deg, transparent, black, transparent);
     transform: translateX(-50%);
}
 .timeline-item {
     display: flex;
     flex-direction: column;
    /* Apilamos los elementos en móvil */
     margin-bottom: 60px;
    /* Reducido el margen inferior para móvil */
     position: relative;
}
 .timeline-number {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background-color: #e0e0e0;
     color: transparent;
     border: 1px solid #e0e0e0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 500;
     z-index: 2;
     margin-right: 60px;
    /* Reducido el margen derecho para móvil */
     flex-shrink: 0;
     transform: unset;
     margin-left:10px;
    /* Eliminamos la transformación para móvil */
}
 .timeline-content {
     flex: 1;
     margin-left: 60px;
    /* Añadimos margen izquierdo para alinear con la línea */
     margin-top: -40px;
    /* Ajustamos el margen superior para superponerse */
     padding-top: 10px;
}
 .timeline-content h2 {
     font-size: 28px;
    /* Reducido el tamaño de la fuente para móvil */
     margin-bottom: 10px;
    /* Reducido el margen inferior para móvil */
     color: #333;
    
    
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
}
 .timeline-content p {
    color: #444 !important;
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 100%;
    line-height: 20px;
}
 .timeline-image {
     width: calc(100% - 60px);
    /* Ocupa el ancho restante */
     height: 180px;
    /* Reducida la altura para móvil */
     background-color: #f5f5f5;
     border-radius: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 60px;
    /* Alineado con el contenido */
     margin-top: 20px;
    /* Añadido margen superior */
     flex-shrink: 0;
}
 .timeline-image img {
     max-width: 100%;
    /* La imagen se ajusta al contenedor */
     max-height: 100%;
}
/* Estilos para desktop (a partir de 769px de ancho) */
 @media (min-width: 769px) {
    
     .timeline {
         margin: 60px 0;
    }
     .timeline-line {
         left: 40px;
         transform: translateX(-50%);
    }
     .timeline-item {
         flex-direction: row;
        /* Volvemos a la disposición horizontal en desktop */
         margin-bottom: 80px;
    }
     .timeline-number {
    margin-right: 60px;
    width: 20px;
    height: 20px;
    transform: translateX(30px);
    color: transparent;
    background: #e0e0e0;
    margin-left: 0;
}
     .timeline-content {
         margin-left: 0;
        /* Removemos el margen izquierdo */
         margin-top: 0;
        /* Removemos el margen superior */
         padding-top: 0;
    }
     .timeline-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
}
     .timeline-content p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 500px;
    font-weight: 400;
    color: #444 !important;
    line-height: 26px;
}
     .timeline-image {
         width: 300px;
         height: 200px;
         margin-left: 40px;
         margin-top: 0;
        /* Removemos el margen superior */
    }
     .timeline-image img {
         /* max-width: 120px;
         max-height: 120px; */
    }


}

.scrolling-element.right.center.scrolling-element-full {
    width: 85%;
}
.four_block.four_block_img p {
    font-size: 15px;
    line-height: 22px;
}
.four_block.four_block_img {
    padding: 20px;
}
.four_block.four_block_img img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
h2.big-title.primary-font-title.no-margins.smallfont {
    font-size: 100px;
    line-height: 100px;
}
.right_section_block.right_section_block_menu h2.primary-font-title.has-mask-fill.has-mask-fill-small {
    font-size: 100px;
    line-height: 100px;
}
.right_section_block.right_section_block_img img {
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 15px;
}
.scrolling-element.right .right_section_block h2.primary-font-title.has-mask-fill.has-mask-fill-small {
    font-size: 100px;
    line-height: 100px;
}
.right_section_block.right_section_block_menu:before {
    display: none;
}
.slick-slider img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

/* Title Styles */
.slider-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Modern Dots */
.slick-dots {
  bottom: 15px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before {
  color: #333;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before {
  color: #555;
}



.slick-slider {
    width: 550px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 35px 0 0 0 !important;
}
.scrolling-element.right.center.font100 h1.primary-font-title.has-mask-fill.has-mask-fill-small span {
    font-size: 100px;
    line-height: 100px;
}
.scrolling-element.right.center.font100 img {
    margin: 40px 0 25px 0;
}
.scrolling-element.right.center.font100 {
    margin-bottom: 100px;
    width: 60%;
}

.right_section_block.right_section_block_img ul li {
    margin-top: 10px;
    margin-bottom: 0;
}
.four_block.four_block_plan {
    width: 33.33%;
    padding: 35px;
}
.four_block.four_block_plan img {
    display: block;
    margin-bottom: 20px;
}
.one_half.last.text_left.fullwidth {
    width: 100% !important;
}
.one_half.last.text_left.fullwidth h2 {
    font-size: 24px;
    margin: 50px 0 0 0;
}

@media only screen and (max-width: 767px) {
.four_block.four_block_plan {
    width: 100%;
    padding: 35px;
}
.right_section_block.right_section_block_menu h2.primary-font-title.has-mask-fill.has-mask-fill-small {
    font-size: 54px;
    line-height: 60px;
}
.one_half.last.text_left.fullwidth h2 {
    font-size: 18px;
    margin: 50px 0 0 0;
    line-height: 24px;
}
.one_half.last.text_left.fullwidth h1.primary-font-title.has-mask-fill {
    font-size: 54px;
    line-height: 60px;
}
.scrolling-element.left.m-none.leftmenu {
    display: block;
    width: 100%;
}
.slick-slider {
    width: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 35px auto 0 auto !important;
    box-sizing: border-box;
}
.scrolling-element.right.center.font100 {
    margin-bottom: 100px;
    width: 100%;
}
.right_section_block ul {
    float: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 15px;
}
}
/*new menu css* /

/* ===================== Main Hoon Dharavi Didi page ===================== */

/* Uniform typography — one font family (Poppins) across the whole page,
   overriding the theme's Khand / Martel Sans / Six Caps. <i> icon elements
   and Font Awesome classes are excluded so glyph icons still render. */
.didi-section *:not(i):not([class*="fa-"]):not([class^="fa"]) {
    font-family: 'Poppins', sans-serif !important;
}

#dharavi-didi-button {
    position: fixed;
    z-index: 999999999;
    bottom: 20px;
    right: 20px;
}

#dharavi-didi-button img{
    height: 65px;
    width: auto;
}

.didi-lead {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 22px;
    font-style: italic;
}
.didi-subhead {
    font-weight: 700;
    font-size: 20px;
    color: #111;
    margin: 8px 0 14px;
}
.didi-body p {
    color: #444;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 18px;
}
.didi-img-round {
    margin-top: 20px;
}
.didi-img-round img {
    width: 100%;
    display: block;
}

/* Compact two-column layout (replaces heavy pinned-section) */
.didi-two-col {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.didi-two-col > .didi-col {
    flex: 1 1 340px;
    min-width: 300px;
}
.didi-two-col .didi-col-img img {
    width: 100%;
    display: block;
}
.didi-two-col .didi-col-text h1,
.didi-two-col .didi-col-text h2 {
    margin-bottom: 24px;
}
.didi-two-col .didi-col-text p {
    color: #444;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 18px;
}

/* Intro hero — one blue organic panel. Didi (pointing left) is bled into the
   right/bottom edges; the panel blue matches the image's blue matte so the two
   merge into a single blue field, with white text on the left toward her finger. */
.didi-hero {
    position: relative;
    max-width: 1180px;
    margin: 20px auto 0;
    background: #026bb5;      /* matches the left-didi image blue so it blends seamlessly */
    border-radius: 48px 48px 120px 48px;
    padding: clamp(34px, 4vw, 64px);
    overflow: hidden;
    min-height: clamp(360px, 38vw, 500px);
}
.didi-hero-text {
    position: relative;
    z-index: 2;               /* above the image */
    max-width: min(56%, 620px);
}
.didi-hero-title {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.25;
    margin: 0 0 20px;
    max-width: 560px;
}
/* Thin accent rule under the heading, echoing the mockup */
.didi-hero-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 16px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
}
.didi-hero-text p {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.6;
    margin: 0 0 14px;
    max-width: 560px;
}
.didi-hero-text p:last-child {
    margin-bottom: 0;
}
.didi-hero-figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;               /* behind the text */
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}
.didi-hero-figure img {
    height: 95%;
    width: auto;
    display: block;
    object-fit: contain;
    object-position: right bottom;
}

/* Full-width blue bands */
.didi-band {
    background: #1466ac;
    color: #fff;
    text-align: center;
    padding: 22px 24px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.didi-band-lg {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding: 40px 26px;
}

/* How can I help - feature list card */
.didi-help-list {
    max-width: 900px;
    margin: 40px auto 0;
    background: #eef1f5;
    border-radius: 14px;
    padding: 12px 40px;
}
.didi-help-item {
    padding: 26px 0;
    border-top: 1px solid #dce1e8;
}
.didi-help-item:first-child {
    border-top: none;
}
.didi-help-item h3 {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #1466ac;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
}
.didi-help-item h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #1466ac;
    opacity: .35;
}
.didi-help-item p {
    color: #444;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

/* Where can you find me */
.didi-find-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}
.didi-find-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
.didi-find-list li::before {
    content: "\2192";
    position: absolute;
    left: 0;
    top: 0;
    color: #1466ac;
    font-weight: 700;
}
.didi-connect-icons {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 26px 0;
}
.didi-connect-icons img {
    width: 66px;
    height: auto;
}
.didi-qr img {
    width: 100%;
    max-width: 340px;
    display: block;
}

/* Ways you can connect with me */
.didi-connect {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.didi-connect-title {
    color: #006db6 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.15;
    margin: 0 0 45px;
}
.didi-connect-grid {
    display: flex;
    align-items: center;          /* centre the tiles so their labels line up at the top */
    justify-content: center;
}
.didi-connect-col {
    /* Size each column to its tile instead of forcing equal widths — the QR tiles
       are portrait and the Voice tile is landscape, so equal widths made the
       middle tile render short and sunken. */
    flex: 0 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(12px, 2vw, 28px);
}
.didi-connect-col + .didi-connect-col {
    border-left: 1px solid #d8dde5;
}
.didi-connect-col a {
    display: block;
    width: auto;
}
.didi-connect-col img {
    /* Normalise by height so all three tiles read as equal-height panels */
    height: clamp(190px, 23vw, 300px);
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* A Step Towards Clarity — text left, cutout image right, tagline band beneath */
.didi-clarity {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.didi-clarity-inner {
    display: flex;
    align-items: flex-start;   /* heading tops align with the image top */
    gap: clamp(20px, 3vw, 50px);
}
.didi-clarity-text {
    flex: 1 1 auto;
    max-width: 620px;
    /* Reserve space so the copy always clears the tagline band below it */
    padding-bottom: clamp(150px, 15vw, 200px);
}
.didi-clarity-title {
    color: #006db6 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: clamp(30px, 4.6vw, 54px);
    line-height: 1.03;
    margin: 0 0 26px;
}
.didi-clarity-text p {
    color: #1a1a1a !important;
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.65;
    margin: 0 0 18px;
    max-width: 540px;
}
.didi-clarity-figure {
    flex: 0 0 clamp(280px, 40%, 460px);
    align-self: flex-end;
    position: relative;
    z-index: 2;
}
.didi-clarity-figure img {
    display: block;
    width: 100%;
    /* Crop the wide transparent margins so the subject fills the column */
    aspect-ratio: 0.66;
    object-fit: cover;
    object-position: center bottom;
}
.didi-clarity-band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #1466ac;
    color: #fff;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(19px, 2.4vw, 30px);
    line-height: 1.3;
    padding: clamp(22px, 2.6vw, 34px) clamp(24px, 4vw, 56px);
    border-radius: 6px;
}

/* Ways I can help — cards */
.didi-help {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}
.didi-help-cards {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    margin-top: 45px;
}
.didi-help-card {
    position: relative;
    flex: 1 1 0;
    max-width: 360px;
}
.didi-help-card-mid {
    margin-top: 60px; /* staggered middle card, as in the design */
}
.didi-help-card-bg {
    width: 100%;
    display: block;
}
.didi-help-card-body {
    position: absolute;
    left: 9%;
    right: 9%;
    top: 45%;
    bottom: 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #fff;
}
/* Ancestor + !important so the live theme's default heading/paragraph
   colour and font cannot override the white overlay text on the cards. */
.didi-help .didi-help-card-body h3 {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: clamp(13px, 1.35vw, 17px);
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin: 0 0 6px;
    margin-top: 10px;
}
.didi-help .didi-help-card-body p {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(11px, 1vw, 13.5px);
    line-height: 1.32;
    margin: 0;
}

/* Blue theme colour for page headings — recolours the scroll fill gradient
   from black to blue while keeping the mask-fill animation (background-size
   is left untouched so the theme's JS still animates the sweep). */
.didi-center-narrow .primary-font-title.has-mask-fill > span,
.didi-col-text .primary-font-title.has-mask-fill > span {
    background-image: linear-gradient(#1466ac, #1466ac) !important;
    -webkit-text-fill-color: rgba(20, 102, 172, 0.18) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background-repeat: no-repeat !important;
}

/* Centered narrow text */
.didi-center-narrow {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.didi-center-narrow p {
    color: #444;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 6vw;
}

/* Video */
.didi-video-band {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 70px);
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(125deg, #1c69b0 0%, #0f4d8b 60%, #0c4076 100%);
    box-shadow: 0 30px 70px rgba(12, 64, 118, 0.30);
}
/* Subtle dotted texture, like the speech-bubble artwork */
.didi-video-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1.5px, transparent 1.6px);
    background-size: 22px 22px;
    opacity: 0.6;
    pointer-events: none;
}
/* Soft glow accent in a corner */
.didi-video-band::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.didi-video {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
.didi-video img {
    width: 100%;
    display: block;
    border-radius: 14px;
}
.didi-video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    border: 6px solid #fff;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
}
.didi-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Custom */
.row_padding_block{
    padding-block: 3vw;
}

@media only screen and (max-width: 1024px) {
    /* Community parallax band: full viewport width on tablet & mobile.
       Container side padding is 40px at this breakpoint, so cancel it. */
    .didi-community.content-row.full {
        width: auto !important;
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
    .didi-community figure.has-parallax {
        height: auto !important;
    }
    .didi-community figure.has-parallax > img {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        transform: none !important;
    }
    /* Ways I can help: stack cards below desktop so the text fits comfortably */
    .didi-help-cards {
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }
    .didi-help-card {
        width: 100%;
        max-width: 460px;
    }
    .didi-help-card-mid {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    /* Disable the section clip/pop reveal on mobile (matches other pages) */
    .clip-effects {
        clip-path: none !important;
        -webkit-clip-path: none !important;
        overflow: visible !important;
    }
    /* Community parallax band: stretch edge-to-edge by cancelling the container's
       30px side padding (avoids the 100vw scrollbar overflow) + drop 100vh cover */
    .didi-community.content-row.full {
        width: auto !important;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
    /* Video: full-bleed on mobile (cancel container 30px padding, drop band frame) */
    .didi-video-row .didi-video-band {
        max-width: none !important;
        padding: 12px !important; /* small blue boundary */
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    .didi-video-row .didi-video {
        max-width: none !important;
    }
    .didi-video-row .didi-video-frame {
        border: 0 !important;
        border-radius: 8px !important;
    }
    .didi-help-list {
        padding: 6px 22px;
    }
    .didi-help-item h3 {
        font-size: 18px;
    }
    .didi-band-lg {
        font-size: 19px;
        line-height: 27px;
        padding: 28px 20px;
    }
    .didi-connect-icons img {
        width: 54px;
    }
    .didi-lead {
        font-size: 16px;
        line-height: 27px;
    }
    .didi-two-col {
        gap: 30px;
    }
    .didi-two-col.stack-img-first {
        /* On mobile, drop the image below the text so it does not
           collide with the image of the preceding section */
        flex-direction: column-reverse;
    }
    /* Intro hero stacks: text on top, Didi below, gentler radius */
    .didi-hero {
        border-radius: 30px;
        padding: 30px 24px 0;
        min-height: 0;
        text-align: center;
    }
    .didi-hero-text {
        max-width: none;
    }
    .didi-hero-title,
    .didi-hero-text p {
        max-width: none;
    }
    .didi-hero-title::after {
        margin-left: auto;
        margin-right: auto;
    }
    /* Image drops below the text and centres */
    .didi-hero-figure {
        position: static;
        display: block;
        margin-top: 18px;
        margin-right: -20px;
        width: 70%;
        max-width: 280px;
        float: right;
    }
    .didi-hero-figure img {
        height: auto;
        width: 100%;
    }
    /* Connect section stacks on mobile */
    .didi-connect-grid {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }
    .didi-connect-col {
        padding: 0;
    }
    .didi-connect-col + .didi-connect-col {
        border-left: 0;
        border-top: 1px solid #d8dde5;
        padding-top: 36px;
    }
    .didi-connect-col img {
        height: auto;          /* stacked: size by width again */
        width: auto;
        max-width: 300px;
    }
    /* Clarity section stacks: text, then image, then the band as a normal block */
    .didi-clarity-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .didi-clarity-text {
        padding-bottom: 0;
        max-width: none;
        text-align: center;
    }
    .didi-clarity-text p {
        max-width: none;
    }
    .didi-clarity-figure {
        flex: 0 0 auto;
        align-self: center;
        width: 100%;
        max-width: 340px;
    }
    .didi-clarity-figure img {
        aspect-ratio: 0.8;
    }
    .didi-clarity-band {
        position: static;
        margin-top: -6px;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    /* Container side padding drops to 20px here, so match the break-out */
    .didi-community.content-row.full {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}

/* ===================== Custom hero banner (looks like Asset 5) ===================== */
#didi-banner {
    position: relative;
    width: 100%;
    box-sizing: border-box;  /* include the mobile side padding in the width so the section can't overflow */
    overflow: hidden;
    background: linear-gradient(120deg, #1c69b0 0%, #0f4d8b 62%, #0c4076 100%);
    min-height: 100vh;
}
#didi-banner *,
#didi-banner *::before,
#didi-banner *::after {
    box-sizing: border-box;
}
#didi-banner::before {
    content: "";
    position: absolute;
    right: -10%;
    top: -25%;
    width: 60%;
    height: 150%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 45% 55% 50% 50%;
    transform: rotate(-8deg);
    pointer-events: none;
}
.didi-namaskar {
    position: absolute;
    top: 130px;
    left: 6vw;
    z-index: 3;
}
.didi-namaskar-tag {
    display: inline-block;
    background: #fff;
    color: #1466ac;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(20px, 2.2vw, 34px);
    padding: 8px 24px;
    border-radius: 10px;
}
.didi-namaskar-line {
    display: block;
    position: relative;
    height: 4px;
    width: 78%;
    background: #fff;
    border-radius: 2px;
    margin-top: 16px;
}
.didi-namaskar-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
}
.didi-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 100vh;
}
.didi-banner-left {
    position: absolute;
    left: 6vw;
    top: 54%;
    transform: translateY(-50%);
    z-index: 3;
}
.didi-baatkare {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    color: #1466ac;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.02;
    text-decoration: none;
    padding: 26px 44px 30px;
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
    transition: transform .25s ease, box-shadow .25s ease;
}
.didi-baatkare .didi-baatkare-text {
    color: #1466ac !important;
}
.didi-baatkare:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.didi-baatkare-icon {
    position: absolute;
    right: -20px;
    bottom: -24px;
    width: 58px;
    height: 58px;
    background: #fff;
    color: #1466ac;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}
.didi-banner-figure {
    align-self: flex-end;
    /* Cap the footprint so the whole tightly-cropped image fits without the
       right-aligned overflow clipping the woman, and leave blue space on the
       left for the Namaskar tag and Baat Kare button. */
    max-width: 62%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /* Keep the image off the right edge on laptops (where the inner container
       is not capped/centred as it is on wide monitors). */
    padding-right: 2vw;
}
.didi-banner-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    /* Cap height leaving room for the fixed header, so on short laptop
       screens the woman's head never rides up under the nav. */
    max-height: calc(100vh - 140px);
    object-fit: contain;     /* show the full image, never crop */
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 900px) {
    #didi-banner {
        min-height: 0;
        padding: 90px 5vw 0; /* top clears the fixed header, no bottom gap */
    }
    #didi-banner::before {
        display: none;
    }
    .didi-banner-inner {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        max-width: 100%;
        padding: 0;
    }
    .didi-namaskar {
        position: static;
        margin: 0 0 24px;
    }
    /* Button on the left (above), Asset 13 larger at bottom-left */
    .didi-banner-left {
        position: static;
        transform: none;
        order: 1;
        align-self: flex-start;
        display: inline-flex;
        margin: 0 0 26px 0;
    }
    .didi-baatkare {
        font-size: 24px;
        padding: 16px 26px 20px;
        border-radius: 18px;
    }
    .didi-baatkare-icon {
        right: -8px;
        bottom: -14px;
        width: 42px;
        height: 42px;
        font-size: 17px;
    }
    .didi-banner-figure {
        order: 2;
        align-self: stretch;
        width: 100%;
        max-width: 520px;
        height: auto;
        justify-content: flex-start;
    }
    .didi-banner-figure img {
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: none;      /* let the full landscape image show, no crop */
        object-fit: contain;
        margin: 0;
    }
}

/* ===================== Readability: darken body text (Dharavi Didi page only)
   A shared global theme rule applies a light grey (~#999) to page paragraphs
   with ID-level specificity, which outranks the class rules above and hurts
   legibility. These #main-content scoped overrides restore strong contrast
   without modifying any shared style used by other pages. ===================== */
#main-content .didi-lead,
#main-content .didi-subhead,
#main-content .didi-col-text p,
#main-content .didi-center-narrow p,
#main-content .didi-help-item p,
#main-content .didi-find-list li {
    color: #2a2a2a !important;
}
#main-content .didi-subhead {
    color: #111 !important;
}

/* ===================== Mobile: stop the image column from stretching to full
   height. When the two-column layout stacks, .didi-col's flex-grow makes the
   image column expand to fill leftover vertical space; size it to its content
   instead. Scoped to #main-content so shared styles stay untouched. ========= */
@media only screen and (max-width: 767px) {
    #main-content .didi-two-col .didi-col-img {
        flex: 0 0 auto;
        align-self: flex-start;
    }
    /* The base rule sets min-width: 300px on every column, which cannot shrink
       on small phones and pushes the image past the viewport. Let it shrink. */
    #main-content .didi-two-col > .didi-col {
        min-width: 0;
        max-width: 100%;
    }
    #main-content .didi-two-col .didi-col-img img {
        max-width: 100%;
        height: auto;
    }
}

/* ===================== Mobile: remove bottom padding on the intro section only.
   Scoped to the unique .didi-intro-row class so the shared row_padding_bottom
   utility keeps working on every other row and page. ========================= */
@media only screen and (max-width: 767px) {
    #main-content .didi-intro-row.row_padding_bottom {
        padding-bottom: 0 !important;
    }
}

/* ===================== Full-width clickable image banners (Dharavi Didi page).
   The whole image is a link; it scales to the container width on every screen.
   ========================================================================== */
.didi-img-banner {
    display: block;
    width: 100%;
    line-height: 0; /* removes the inline-image gap below the picture */
}
.didi-img-banner img {
    display: block;
    width: 100%;
    height: auto;
}