
.hero-heading {
    font-size: 96px !important;
    line-height: 100% !important;
}

@media (min-width: 600px) and (max-width: 1000px) {
    .hero-sub-heading {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {

    .quotation-marks2 {
        width: 100px !important;
        top: -15% !important;
        left: 5% !important;
    }

    h1.hero-heading {
        font-size: 56px !important;
        line-height: 56px !important;
    }

    .tab-header {
        font-size: 16px !important;
        padding: 1rem 0 !important;
    }

    .tab-body h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    h2.montserrat {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .star-brown-lg {
        right: 15% !important;
        top: 5% !important;
        width: 40px !important;
    }
    .leaf-l-2 {
        bottom: -15% !important;
    }
}

@media (max-width: 492px) {

    .leaf-3 {
        display: none;
    }
}

@media (max-width: 768px) {
    .flower {
        height: 240px;
    }
    .tab {
        padding: 2rem .75rem !important;
    }
    .inline-container {
        flex-direction: column;
        padding: 1rem 1.5rem !important;
    }
    .left-header {
        width: 80% !important;
    }
    .right-header {
        width: 100% !important;
    }
    .leaf-3 {
        left: 34% !important;
        bottom: -60% !important;
        width: 40px !important;
    }
    .star-gold-3 {
        left: 95% !important;
        top: -10% !important;
        width: 40px !important;
        height: 40px !important;
    }
}

@media (min-width: 1000px) {
    .hero-sub-heading {
        line-height: 160% !important;
        font-size: 18px !important;
    }

    .star-gold-big {
        left: 75px !important;
        height: 75px !important;
        top: 30px !important;
    }

    .star-gold-small {
        right: 150px !important;
        bottom: 190px !important;
        width: 50px !important;
    }

    .me-5rem {
        margin-left: 5rem;
    }
}

@media (max-width: 1400px) and (min-width: 768px) {
    .left-header {
        width: 35% !important;
    }
    .right-header {
        width: 60% !important;
    }
}

@media (max-width: 1400px) {

    .left-header {
        width: 30%;
    }

    .right-header {
        width: 60%;
    }

    .m-info-box h4 {
        font-size: 32px !important;
    }

    .m-info-box span {
        font-size: 20px !important;
    }
    .star-brown-sm {
        left: 5% !important;
        bottom: 10% !important;
    }
}

@media (min-width: 1600px) {

    .side-img-list {
        padding-right: 8rem !important;
    }
}
@media (min-width: 1400px) {
    .text-image {
        max-width: 600px;
    }
    #girls-workshop-tabs {
        width: 80%;
        margin: auto;
    }

    .side-img-list {
        padding-right: 4rem;
    }
}

@media (max-width: 500px) {

    .m-info-box.peach {
        margin-left: 0 !important;
    }
}

.star-gold-small {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 40px;
}

.star-gold-big {
    top: 15px;
    position: absolute;
    left: 15px;
    height: 50px;
}

.leaf-l {
    position: absolute;
    left: 5px;
    bottom: -20px;
    width: 70px;
    transform: rotate(35deg);
}

.leaf-r {
    position: absolute;
    right: 15px;
    bottom: 80px;
    width: 70px;
    transform: rotate(-35deg);
}

.page3-box {
    padding: 1rem;
    background-color: var(--mujerraiz-creme-light);
    display: flex;
    gap: .5rem;
    align-items: baseline;
    font-size: 16px;
    border-radius: 16px;
}

.page3-dot {
    background-color: var(--mujerraiz-brown);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.rounded2 {
    border-radius: 24px;
}

.text-image {
    aspect-ratio: auto !important;
}

.m-info-box {
    padding: 1.5rem;
    border-radius: 32px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.m-info-box span {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    font-family: 'Montserrat', sans-serif;
    color: #221F20;
}

.m-info-box.green {
    background-color: var(--mujerraiz-green-light);
    margin-bottom: 1rem;
}

.m-info-box.peach {
    background-color: var(--mujerraiz-pink);
    margin-left: 8rem;
}

.m-info-box h4 {
    line-height: 125%;
    font-size: 42px;
}

.tab-container {
    font-family: 'Montserrat', sans-serif;
    transition: height 0.3s ease;
    overflow: hidden;
}

.tab-header {
    background-color: var(--mujerraiz-green);
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    height: 100%;
}

.tab-header.show {
    background-color: #F2F6F0;
    color: var(--mujerraiz-green);
    margin-top: 0.2rem;
}

.outer-tab-header {
    background-color: var(--mujerraiz-green);
    width: 49.5%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.tab-body {
    margin-top: 1rem;
}

.tab-body h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}

.tab-body p {
    margin-top: .5rem;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    opacity: 50%;
}

.tab.show {
    display: flex;
    background-color: #F2F6F0;
}

.tab-header-container {
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

.tab {
    display: none;
    padding: 3rem 2.5rem;
    background-color: var(--mujerraiz-green);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    align-items: center;
    justify-content: center;
}

.number-circle {
    width: 30px;
    height: 30px;
    background-color: var(--mujerraiz-green);
    border-radius: 50%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-li-text {
    font-size: 16px;
    font-weight: 600;
    max-width: 80%;
    margin-top: 3px;
}

.tab-li-text-container {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding-left: 2rem;
}

.tab-li-text-container .tab-li-text {
    opacity: 50%;
    font-weight: normal;
}

.tab-li-text-container .number-circle {
    width: 15px;
    height: 15px;
}

.tab-li-text-container .d-flex {
    align-items: baseline;
}

.tab-li-box {
    background-color: white;
    border-radius: 24px;
    padding: 1.5rem 2rem;
}

.tab-li-box p {
    text-align: start;
}

.star-brown-lg {
    position: absolute;
    right: 15%;
    top: 15%;
    width: 70px;
}

.star-brown-sm {
    position: absolute;
    left: 12%;
    bottom: 25%;
    width: 45px;
}

.leaf-l-2 {
    position: absolute;
    right: 15%;
    transform: rotate(-35deg);
    bottom: -5%;
    height: 150px;
    z-index: -1;
}

.inline-container {
    padding: 2rem 2.5rem;
    border-radius: 24px;
    gap: 3rem;
    justify-content: space-between;
    overflow: hidden;
}

.divided-background {
    background: linear-gradient(to bottom, white 50%, var(--mujerraiz-creme-light) 50%);
}

.inline-container-box {
    padding: 2rem;
    background-color: #AB5E43;
    border-radius: 24px;
    display: flex;
    gap: .75rem;
}

.mb-big {
    padding-bottom: 8rem !important;
}

.check-circle {
    background-color: var(--mujerraiz-creme-light);
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leaf-3 {
    position: absolute;
    transform: rotate(49deg);
    left: -7%;
    bottom: -35%;
    width: 125px;
}

.star-gold-3 {
    left: 45%;
    height: 75px;
    top: 35%;
    position: absolute;
}

.left-header {
    width: 40%;
}

.right-header {
    width: 50%;
}

.page11-box {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 2rem;
    background-color: var(--mujerraiz-green);
    color: var(--mujerraiz-creme-light);
    border-radius: 32px;
    height: fit-content;
}

.page11-box.creme {
    background-color: var(--mujerraiz-creme-light);
    color: var(--mujerraiz-black);
}

.quotation-marks2 {
    position: absolute;
    width: 120px;
    top: -43%;
    left: 145px;
    z-index: 0;
}

@media (max-width: 992px) {
    .home-hero {
        background-position: 36% !important;
    }
}

.illu-250 {
    width: 250px;
    height: auto;
    object-fit: contain !important;
}