/* Reset default margins and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Add margin-top to main section */


/* Responsive: Hero section text sizes (moved to bottom) */

.manray-gaurav-dalal-about-section {
    line-height: 1.6;
    overflow-x: hidden;
    margin-top: 100px;
}

/* Two column layout */
.manray-gaurav-dalal-home-about-section {
    width: 100%;
    min-height: 200px;
    display: flex;
}

.manray-gaurav-dalal-home-about-section-left {
    background-color: #eef6fb;
    flex: 0 0 80%;
    padding: 40px 40%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.manray-gaurav-dalal-home-about-section-right {
    background-color: white;
    flex: 0 0 20%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.manray-gaurav-dalal-home-about-section h1 {
    width: 100%;
}

.manray-gaurav-dalal-home-about-section p {
    margin: 0;
    width: 100%;
}

/* Global text styling */





/* New Two Column Section - 50/50 Layout */
.manray-gaurav-dalal-about-split-section {
    width: 100%;
    min-height: 300px;
    display: flex;
    background: linear-gradient(to right, #eef6fb 0%, #eef6fb 80%, #ffffff 80%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

/* Faded rainbow background on blue portion */
.manray-gaurav-dalal-about-split-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-image: url('../../../assets/images/rainbow-p.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 40%;
    opacity: 0.08;
    pointer-events: none;
    transform: scaleX(-1);
    transform-origin: center;
}

.manray-gaurav-dalal-about-media-column {
    flex: 0 0 50%;
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
    position: relative;
}

/* Removed unused .manray-gaurav-dalal-about-media-wrapper after componentization */

/* Per-section rainbow box container removed in favor of shared .manray-rainbow-box */

/* Removed old rainbow decoration; shared overlay is used */

/* Removed old image rule; shared .manray-rainbow-box__img is used */

/* Removed old inner overlay; shared .manray-rainbow-box__overlay is used */

.manray-gaurav-dalal-about-content-column {
    flex: 0 0 50%;
    padding: 40px 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
}

/* Inner wrapper for right column to allow targeted adjustments without layout shift */
.manray-gaurav-dalal-about-content-inner {
    width: 100%;
}

.manray-gaurav-dalal-about-content-column h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #99258e;
    width: 100%;
}

/* paragraph typography centralized in our-story-shared.css */

.manray-gaurav-dalal-hindi-text {
    color: #007dc4 !important;
    font-weight: 600;
}

.manray-gaurav-dalal-about-cta {
    margin-top: 30px;
    text-align: left;
}

.manray-gaurav-dalal-about-cta h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #99258e;
    margin-bottom: 20px;
    line-height: 1.4;
}

.manray-gaurav-dalal-about-donate-button {
    background-color: #ec1c24;
    color: white;
    border: 2px solid #ec1c24;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.manray-gaurav-dalal-about-donate-button:hover {
    background-color: white;
    color: #ec1c24;
}

.manray-gaurav-dalal-about-donate-button i {
    margin: 0 5px;
    font-size: 1.1rem;
}

/* Quote section styling */
.manray-gaurav-dalal-quote-section {
    margin-top: 40px;
}

.manray-gaurav-dalal-quote {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3f4c9f;
    margin: 0 0 15px 0;
    line-height: 1.4;
    text-align: left;
    font-style: normal;
}

.manray-gaurav-dalal-quote-author {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3f4c9f;
    text-align: center;
    font-style: normal;
}

@media (min-width: 1400px) {}

/* Responsive: Section 2 stacks columns below 1100px */
@media (max-width: 1100px) {

    .manray-gaurav-dalal-home-about-section .manray-gaurav-dalal-home-about-section-right {
        padding: 40px 20px;
    }



    .manray-gaurav-dalal-about-split-section {
        flex-direction: column;
    }

    .manray-gaurav-dalal-about-media-column,
    .manray-gaurav-dalal-about-content-column {
        flex: 0 0 100%;
        padding: 40px 0px;
    }

    .manray-gaurav-dalal-about-media-column {
        min-height: 400px;
        height: auto;
    }


    .manray-gaurav-dalal-about-content-column {
        margin-left: 0;
        background: none;
        background-color: transparent;
        background-image: none;
    }

    .manray-gaurav-dalal-about-content-inner {
        padding-left: 5%;
        padding-right: 25%;
    }

}

@media (max-width: 768px) {

    .home-about-section .english-text {
        font-size: 0.75rem;
    }

    /* Hide rainbow overlay on mobile */
    .manray-gaurav-dalal-about-split-section::before {
        content: none;
    }




}



@media (max-width: 480px) {
    .home-about-section .hindi-text {
        font-size: 2.5rem;
    }

    .home-about-section .english-text {
        font-size: 0.75rem;
    }
}