html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden
}
/* --------------------------------------------------
   SECTION 1 - HERO
-------------------------------------------------- */
section{
    overflow:hidden;
}
strong{
    font-family:'SunwaySans Bold','OpenSans-Bold', sans-serif;;
}
.mm-hero {
        position: relative;
        min-height: 440px;
        overflow: hidden;
        background: url('../images/mommy/hero-bg.jpg') center center / cover no-repeat;
        z-index: 0;
        aspect-ratio:1600/800;
        display:flex;
        align-items:center;
    }
.mm-hero .container {
    position: relative;
    z-index: 1;
}
.mm-hero-col-text {
    vertical-align: middle;
}
.mm-hero-col-text h1 {
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.mm-hero-col-text p {
    line-height: 1.7;
    margin-bottom: 14px;
}
.mm-hero-col-img {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.mm-hero-col-img img {
    max-width: 100%;
    max-height: 380px;
    object-fit: contain;
}

.mm-btn-red {
    display: inline-block;
    background: #cc2929;
    color: #fff;
    padding: 13px 28px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.mm-btn-red:hover {
    background: #aa1f1f;
    color: #fff;
    text-decoration: none;
}

/* --------------------------------------------------
   SECTION 2 - PROCEDURES
-------------------------------------------------- */
.mm-procedures {
    background: linear-gradient(to bottom, #FEF9F1 50%, #fff 50%);
    padding: 30px 0 40px;
    text-align: center;
}

.mm-card{
    padding:20px;
    background:#fff;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    margin-bottom:60px;
    position:relative;
    z-index:2;
}
.mm-procedures h2 {
    font-weight: 700;
    margin-bottom: 6px;
}
.mm-procedures .mm-subtitle {
    margin-bottom: 36px;
}
.mm-proc-card {
    text-align: left;
    margin-bottom: 28px;
}
.mm-proc-card img {
    aspect-ratio:249/214;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    margin-bottom: 12px;
}
.mm-proc-card h4 {
    font-weight: 700;
    margin-bottom: 8px;
}
.mm-proc-card p {
    line-height: 1.6;
}
.mm-customized-text em {
    color: #c8a96e;
    font-style: normal;
    font-weight: 700;
}
.mm-disclaimer {
    border-top: 1px solid #eee;
    padding-top: 16px;
    text-align: left;
}
.mm-disclaimer span {
    font-weight: 700;
    color: #cc2929;
}

.mm-procedures .container {
    position: relative;
}

.leaves4 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    width: 170px;
}

.leaves5{
    position: absolute;
    left: -5rem;
    top: 10rem;
    z-index: 1;
    pointer-events: none;
    width: 170px;
}

.leaves6{
    position: absolute;
    right: -5rem;
    top: 5rem;
    z-index: 1;
    pointer-events: none;
    width: 170px;
}

/* --------------------------------------------------
   SECTION 3 - CANDIDATE
-------------------------------------------------- */
.mm-candidate {
    background: #fff;
    padding: 60px 0;
    position:relative;
    overflow:visible;
}
.mm-candidate-col-img img {
    width: 100%;
    border-radius: 8px;
    display: block;
}
.mm-candidate-col-content {
    padding-top: 20px;
}
.mm-candidate-col-content h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.mm-candidate-col-content .mm-lead {
    margin-bottom: 20px;
}
.mm-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mm-checklist li {
    padding: 8px 0;
    display:flex;
    font-family:'SunwaySans Bold','OpenSans-Bold', sans-serif;
}
.mm-checklist li:last-child {
    border-bottom: none;
}
.mm-check-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images/mommy/tick.svg') no-repeat center / contain;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* --------------------------------------------------
   SECTION 4 - BENEFITS
-------------------------------------------------- */
.mm-benefits {
    background: #AC8C5E;
    padding: 70px 0 50px;
    text-align: center;
    clip-path: ellipse(110% 100% at 50% 100%);
}
.mm-benefits .row{
    justify-content:space-between;
}
.mm-benefits h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 36px;
}
.mm-benefit-item {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.mm-benefit-icon img{
    max-height:80px;
}

.mm-benefit-item p {
    line-height: 1.4;
    font-family: 'SunwaySans Medium','OpenSans-Medium', sans-serif;
    margin: 0;
}

/* --------------------------------------------------
   SECTION 5 - FAQ
-------------------------------------------------- */
.mm-faq {
    background: #FEF9F1;
    padding: 60px 0 170px;
    position:relative;
}

.line-bg{
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
}

.leaves{
    position:absolute;
    bottom:40px;
    left:0;
}

.leaves2{
    position:absolute;
    bottom:-100px;
    left:0;
    z-index:1;
}

.leaves-right{
    position:absolute;
    bottom:0;
    right:0;
}

.mm-faq .faq-container{
    position:relative;
    z-index:2;
}
.mm-faq h2 {
    text-align: center;
    color: #555;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.mm-faq .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(172, 140, 94, 0.50);
}
.mm-faq .accordion-item:last-child {
    border-bottom: 0;
}

.mm-faq .accordion-button {
    background: transparent;
    box-shadow: none;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    padding: 28px 0;
}
.mm-faq .accordion .accordion-header .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    
}
.mm-faq .accordion-button:focus {
    box-shadow: none;
    border: 0;
}
.mm-faq .accordion .accordion-body{
    padding:0 15px 20px 15px;
}
.mm-faq .accordion .accordion-header .accordion-button{
    padding:28px 15px;
}
.mm-faq .accordion .accordion-collapse{
    border-top:none;
}
.mm-faq .accordion-button::after {
    content:"";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M22 9.16675V34.8334' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16663 22H34.8333' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
    transform: none;
}

.mm-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M9.16663 22H34.8333' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: none;
    content:"";
}

/* --------------------------------------------------
   SECTION 6 - ABOUT DR
-------------------------------------------------- */
.mm-about-dr {
    background: #fff;
    padding: 90px 0 60px;
    margin-top:-100px;
    clip-path: ellipse(130% 100% at 50% 100%);
    position:relative;
}
.mm-about-dr h2 {
    font-weight: 700;
    margin-bottom: 24px;
}

.mm-about-dr .dr-bold{
    font-weight:700;
    font-size:18px;
}
.mm-about-dr .gold{
    color:#AC8C5E;
    font-family:'SunwaySans Bold','OpenSans-Bold', sans-serif;
}
.mm-dr-col-text p {
    line-height: 1.75;
    margin-bottom: 16px;
}
.mm-about-dr .row{
    align-items:center;
}
.mm-dr-col-photo {
    text-align: center;
}
.mm-dr-photo-circle {
    margin: 0 auto 40px;
}
.mm-dr-photo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mm-dr-col-photo .dr-name {
    font-weight: 700;
    font-size:18px;
    margin-bottom:10px;
}

.mm-dr-col-photo .dr-title{
    color: #AC8C5E;
}

.mm-enquiry{
    padding:60px 0;
}

.enquiry-container {
    background: url('../images/mommy/enquiry-bg.jpg') no-repeat center / cover;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.enquiry-container h2{
    color:#fff;
}

.sm-form-control, textarea {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'SunwaySans Medium', 'OpenSans-Medium', sans-serif;
}

.mm-enquiry .mm-btn-red{
    width:100%;
}

#footer .footerp{
    -webkit-touch-callout: none;
    color:#fff!important;
}



@keyframes leafFloat {
        0%   { transform: translate(0, 0) rotate(0deg); }
        25%  { transform: translate(6px, -10px) rotate(2deg); }
        50%  { transform: translate(-4px, -4px) rotate(-2deg); }
        75%  { transform: translate(4px, 6px) rotate(1deg); }
        100% { transform: translate(0, 0) rotate(0deg); }
    }

    @keyframes leafFloatReverse {
        0%   { transform: translate(0, 0) rotate(0deg); }
        25%  { transform: translate(-6px, 8px) rotate(-2deg); }
        50%  { transform: translate(5px, -5px) rotate(2deg); }
        75%  { transform: translate(-4px, -8px) rotate(-1deg); }
        100% { transform: translate(0, 0) rotate(0deg); }
    }

    .leaf-float {
        animation: leafFloat 8s ease-in-out infinite;
        will-change: transform;
    }

    .leaf-float-reverse {
        animation: leafFloatReverse 9s ease-in-out infinite;
        will-change: transform;
    }

    .leaf-float-slow {
        animation: leafFloat 12s ease-in-out infinite;
        will-change: transform;
    }

/* --------------------------------------------------
   RESPONSIVE - TABLET (≤ 991px)
-------------------------------------------------- */
@media (max-width: 991px) {
    
    .leaves {
        display: none;
    }
}

/* --------------------------------------------------
   RESPONSIVE - MOBILE (≤ 767px)
-------------------------------------------------- */
@media (max-width: 767px) {
    .mm-hero {
        position: relative;
        min-height: 440px;
        overflow: hidden;
        background: url(../images/mommy/Mobile-Mommy-Banner.jpg.jpeg) center center / cover no-repeat;
        z-index: 0;
        aspect-ratio: auto;
        display: flex;
        align-items: flex-start;
        padding: 40px 0;
        width:100%;
        height:1000px;
        
    }
    .leaves2,.leaves-right,.leaves4,.leaves5,.leaves6{
        opacity:0.4;
    }
    .mm-page { overflow-x: hidden; }

    .line-bg { display: none; }
    #logo {
         margin-right: auto !important; 
    }
    .leaves2 {
        position: absolute;
        top: 23rem;
        left: 0;
        max-width: 100px;
        z-index: 1;
    }
    .leaves-right{
        position: absolute;
        top: 23rem;
        max-width: 100px;
        z-index: 1;
    }
    .mm-hero-col-text h1 { font-size: 28px; margin-bottom: 14px;  text-align:center;}
    .mm-hero-col-text p  { font-size: 15px; text-align:center; }
    .mm-btn-red { width: 100%; text-align: center; }

    .mm-procedures {
        padding: 40px 0 40px;
        background: #FEF9F1;
    }
    .mm-benefits .col-xs-6{
        margin-bottom:0;
    }
    .mm-procedures h2 { font-size: 24px; }
    .mm-procedures h2 br{ display: none; }
    .mm-procedures .mm-subtitle { margin-bottom: 24px; }
    .mm-card { padding: 16px; margin-bottom: 30px; }
    .mm-proc-card { margin-bottom: 20px; }
    .mm-customized-text { font-size: 16px; }
    .mm-proc-card img { aspect-ratio:auto; width:100%; }
    .mm-proc-card h4{
        font-size:16px;
        min-height:40px;
    }
    .mm-candidate { padding: 40px 0; }
    .mm-candidate-col-content { padding-top: 0; }
    .mm-candidate-col-content h2 { font-size: 24px; text-align:center; }
    .mm-candidate-col-content .mm-lead{text-align:center;}
    .mm-candidate-col-img{margin:0 auto 20px;width:75%;}
    .mm-benefits { padding: 50px 0 40px; clip-path: ellipse(170% 100% at 50% 100%); }
    .mm-benefits h2 { font-size: 24px; margin-bottom: 28px; }
    .mm-benefit-item { margin-bottom: 0px; }
    .mm-benefits [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
    .mm-benefits .row{
        justify-content:center;
        row-gap:30px;
    }
    .mm-faq { padding: 40px 0 40px; }
    .mm-faq h2 { font-size: 24px; margin-bottom: 28px; }
    .faq-container { padding: 6px 18px; }
    .mm-faq .accordion-button,
    .mm-faq .accordion .accordion-header .accordion-button {
        font-size: 15px;
        padding: 20px 0;
        display:flex;
        gap:10px;
        align-items:center;
    }
    .mm-faq .accordion .accordion-body{
        padding:0 15px 20px 0;
    }
    
    .mm-faq .accordion-button::after { background-size: 32px 32px; flex-shrink:0;}

    .mm-about-dr {
        margin-top: 0;
        padding: 40px 0 40px;
        clip-path: none;
    }
    .mm-about-dr h2 { font-size: 24px; text-align:center;margin-top:10px;}
    .mm-dr-col-text p { font-size: 15px; }
    .mm-dr-photo-circle { max-width: 220px; margin: 0 auto 20px; }
    .mm-about-dr .row { flex-direction: column-reverse; }
    .mm-about-dr .dr-bold{
        font-weight:700;
        font-size:16px;
        font-family:'SunwaySans Bold','OpenSans-Bold', sans-serif;
    }
    .mm-enquiry { padding: 40px 0; }
    .enquiry-container { padding: 50px 20px; }
    .enquiry-container h2 { font-size: 22px; }
    .enquiry-container p  { font-size: 15px; }
}