@media (min-width: 999px) {
    .dn {
        display: none;
    }
}



.counter-box .counter-number {
    color: var(--primary-color-blue);
}

.counter-box .counter-text {
    color: #103741;
}

.will-sticky .sticky-active.active {
    transition: all ease 0.1s;
}

#navbar {
    background-color: #fff;
    position: fixed;
    top: 50px;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

.event-more .link-btn:after,
.event-more .link-btn:before {
    bottom: 0;
}

:root {
    --para-font: "myFont";
    --title-font: "myFont";
    --body-font: "myFont";
}

@font-face {
    font-family: "myFont";
    src: url(../MaaxRounded.ttf);
}

.service-card:nth-child(2) .sr-title {
    color: #74acdc;
}

.service-card:nth-child(2) .service-card-inner {
    background-color: #adf1ff63;
}

@media (max-width: 576px) {
    .new-card {
        flex-direction: column !important;
    }

    .card-img-top {
        max-width: 100% !important;
    }

    .circle-wrapper {
        position: relative;
        width: 312px;
        height: 373px;
        margin: 0 auto;
        background: none;
    }

    .section-top-left p {
        font-size: 15px !important;
        left: 1% !important;
        top: -97% !important;
    }

    .section-bottom-right p {
        font-size: 15px !important;
        right: 84% !important;

    }

    .section-top-left h3 {
        font-size: 19px !important;
    }

    .section-bottom-right h3 {
        font-size: 19px !important;
        bottom: -34px !important;
    }

    .about-section .section-floating-img {
        padding: 0 !important;
        top: -93px !important;
        max-width: 147% !important;
    }

    .section-bottom-right {
        bottom: 36px !important;
        right: 2px !important;
        width: 116px !important;
        height: 160px !important;
    }

    .section-top-left {
        top: 61px !important;
        left: -19px !important;
        width: 163px !important;
        height: 116px !important;
    }

    #playroom .slide-item .caption {
        width: 96% !important;
        font-size: 16px !important;
        margin-left: -30px !important;
        margin-top: -25px !important;
    }

    #playroom .slide-item img {
        width: 100% !important;
    }

    .wish-radio span {
        line-height: 13px !important;
    }

    .heading-desktop {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .sr-sm-width {
        width: 70%;
        margin: auto auto 15px auto;
    }
}

@media (max-width: 991px) {
    .section-after.style-2 {
        bottom: -16px;
    }
}

.circle-wrapper {
    position: relative;
    width: 400px;
    height: 580px;
    margin: 0 auto;
    background: none;
}

.circle-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Top-left VISION curved section --- */
.section-top-left {
    position: absolute;
    top: 50px;
    left: -50px;
    width: 160px;
    height: 160px;
    background: var(--secondary-color-blue);
    border-radius: 0 10% 0 100%;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-top-left h3 {
    transform: rotate(-90deg);
    bottom: 6px;
    left: 13px;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    z-index: 2;
    position: relative;
}

#purpose-principles.about-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.circle-chart .circle-bg {
    stroke: #eee;
}

.circle-chart .circle {
    transition: stroke-dasharray 1s ease;
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    height: 100%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stat-card h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

.stat-card p {
    font-size: 0.9rem;
}

.stat-circle {
    margin-bottom: 15px;
}

.stat-circle svg.circle-chart {
    width: 120px;
    height: 120px;
}

.circle-chart text.percentage {
    font-size: 10px !important;
    font-weight: 600;
    text-anchor: middle;
}

.equal-height .stat-card {
    height: 100%;
}

#purpose-principles .sec-title {
    margin-top: 309px !important;
}

.section-floating-img {
    display: block;
    margin: 40px auto 0;
    padding: 20px;
    max-width: 50% !important;
}

.section-top-left p {
    transform: rotate(-90deg) !important;
    position: absolute;
    left: -10%;
    top: -77%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 18px;
    color: var(--primary-color-green);
    max-width: 160px;
    text-wrap: nowrap;
    text-align: left;
    font-weight: 700;
}

/* --- Bottom-right MISSION curved section --- */
.section-bottom-right {
    position: absolute;
    bottom: 51px;
    right: -49px;
    width: 160px;
    height: 160px;
    background: var(--primary-color-blue);
    border-radius: 10% 0 100% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-bottom-right h3 {
    margin: 0;
    left: -6px;
    bottom: -40px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    z-index: 2;
    position: relative;
}

/* place paragraph OUTSIDE to the left */
.section-bottom-right p {
    position: relative;
    right: 91%;
    margin-top: 17px !important;
    top: 34%;
    margin: 0;
    font-size: 18px;
    color: var(--primary-color-green);
    max-width: 100%;
    text-wrap: nowrap;
    text-align: left;
    font-weight: 700;
}


.class-card .class-content {
    background-color: var(--secondary-color-green);
}

#sustainability-section .class-card .class-content img {
    filter: brightness(0) invert(1);
}


#wish-section .class-card .class-title a {
    color: white !important;
}

.header-links ul li:before {
    background-color: white;
    top: 0%;
}

.event-title a:hover {
    color: #00b5d9;
}

.hero-slider1 .vs-hero-inner {
    padding: unset;
    padding-top: 80vh;
}

.event-more .link-btn:before {
    color: #00b5d9;
    background-color: #00b5d9;
}

.event-more .link-btn:hover {
    color: #00b5d9;
}

.icon-btn.style-3:hover {
    background-color: #00b5d9;
}

.icon-btn.style-3 {
    background-color: #b3e9f3;
    color: #00b5d9;
}

.event-card .event-date {
    color: #00d5ff;
}

.copyright a:hover {
    color: #00b5d9;
}

.main-menu>ul>li>a:hover {
    background-color: #2ebfa6;
}

.vs-btn.style-1 {
    border: 1px solid #00b5d9;
    color: #00b5d9;
}

.scroll-btn i {
    background-color: #00b5d9;
}

.header-top-area {
    background-color: #00b5d9;
}

.vs-btn {
    background-color: #00b5d9;
}

.icon-btn {
    background-color: #00b5d9;
}

.sub-title {
    color: #00b5d9;
}

.header-links a svg:hover {
    fill: #103741 !important;
    transition: ease-in-out 0.2s;
}

.event-more .link-btn:hover svg {
    fill: #00b5d9 !important;
    transition: ease-in-out 0.5s;
}

.icon-btn.style-3:hover svg {
    fill: white !important;
    transition: ease-in-out 0.2s;
}

.scroll-btn {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    transition: all ease 0.8s;
    background-color: #00b5d9;
}

.la-quote-left {
    color: #00b5d9 !important;
}

.vs-mobile-menu ul li a:before {
    display: none;
}

.vs-menu-wrapper .vs-menu-toggle {
    background-color: #00b5d9;
}

.vs-menu-wrapper .vs-menu-area {
    border-right: 3px solid #2ebfa6;
}

.vs-menu-toggle {
    background-color: #00b5d9;
}

.white-bg {
    filter: brightness(5);
}

.menu-item-has-children {
    position: relative;
}

.sub-menu-item {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 999;
    width: 250px;
}

.menu-item-has-children:hover .sub-menu-item {
    display: block;
}

.sub-menu-item li {
    padding: 0 20px;
}

.sub-menu-item li a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
}

.sub-menu-item li a:hover {
    color: #00b5d9;
}

.breadcumb-content {
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 568px) {
    .subscription-box {
        margin-bottom: 20px;
    }

    .class-card .class-content {
        margin: 0 !important;
    }

    .breadcumb-title {
        font-size: 42px;
    }
}

@media (min-width: 569px) and (max-width: 769px) {
    #studies .class-text {
        margin-bottom: 0;
    }
}

@media (min-width: 769px) and (max-width: 1300px) {
    .class-card .class-content {
        height: 450px;
    }
}

@media (max-width: 1199px) {
    .header-links ul li {
        margin-left: 10px;
        padding-left: 10px;
    }
}

.header-links ul li {
    margin-left: 10px;
    padding-left: 10px;
}

#about-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#annual-white-party {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/whiteParty.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#get-involved-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/get-involved.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#impact-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/wishes.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#main-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/girl.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#leadership-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#donate-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/donate.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#studies-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/wishes.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#sustainability-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#testimonies-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/testimonies.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#book-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/fleurBleues.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#playrooms-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/fleurBleues.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

#about-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/about.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#wishes-banner {
    background-position: center;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/banners/wishes.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.separator {
    border: none;
    height: 20px;
    background-color: grey;
    /* Light gray separator */
    margin: 40px auto;
    width: 100%;
}

@media (max-width: 568px) {
    .class-img {
        top: 100px;
    }
}

.toggle-donation-btn {
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 10px;
    /* border: 2px solid var(--secondary-color-green); */
    background-color: var(--primary-color-blue);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-checkbox-label:hover {
    color: var(--primary-color-green);
}

.toggle-donation-btn:hover {
    background-color: var(--secondary-color-green);
    color: #fff;
}

.toggle-donation-btn.active {
    background-color: var(--primary-color-green);
    color: #fff;
    border-color: var(--primary-color-green);
}

.wish-radio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f8ff;
    border-radius: 40px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 23px;
    color: var(--primary-color-green);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    user-select: none;
    min-height: 60px;
    text-align: center;
    min-width: 200px;
    max-width: 268px;
}

.wish-radio span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1.2;
}

.wish-radio input[type="radio"] {
    display: none;
}

.wish-radio:has(input[type="radio"]:checked) {
    background-color: var(--secondary-color-green);
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

@media (min-width: 576px) {
    .col-4 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

/* ==================== Custom Checkboxes ==================== */
.custom-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-top: 10px;
}

.custom-checkbox {
    display: none;
}

.custom-checkbox-label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    color: #333;
    font-weight: 500;
    transition: color 0.2s ease;
}

.custom-checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #f0f8ff;
    border-radius: 8px;
    border: 2px solid #90caff;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-checkbox:checked+.custom-checkbox-label::before {
    background-color: #007bff;
    border-color: #0056b3;
}

.custom-checkbox-label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.custom-checkbox:checked+.custom-checkbox-label::after {
    opacity: 1;
}


#playrooms-gallery .gallery-card {
    background: var(--secondary-color-purple);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

#playrooms-gallery .gallery-card:hover {
    transform: translateY(-5px);
}

.blue-list {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.blue-list li {
    color: var(--primary-color-blue);
    margin-bottom: 5px;
}

#playroom .slide-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#playroom .slide-item img {
    width: 45%;
    border-radius: 20px;
    max-width: 100%;
}

#playroom .slide-item .caption {
    width: 50%;
    font-size: 20px;
    line-height: 1.6;
    color: var(--primary-color-blue);
    font-weight: 500;
    margin-left: -14px;
    margin-top: -48px;
}


#playrooms-gallery .gallery-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

#playrooms-gallery .main-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

#playrooms-gallery .sub-info {
    text-align: left;
}

#playrooms-gallery .small-img {
    width: 154px;
    height: 88px;
    border-radius: 10px;
    object-fit: cover;
}

#playrooms-gallery .desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.gallery-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.gallery-slider img {
    max-height: 350px;
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.gallery-slider .caption {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.slick-prev,
.slick-next {
    font-size: 0 !important;
}

.slick-prev::before,
.slick-next::before {
    font-size: 2rem;
    color: #00b5d9;
    font-family: Arial, sans-serif;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
}


.slick-prev::before {
    content: "←";
}

.slick-next::before {
    content: "→";
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: white;
}

.slick-dots li button {
    border: 2px solid #00b5d9 !important;
    outline: none !important;
    background: transparent;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #00b5d9 !important;
    border-color: #00b5d9 !important;
}

.counter-section {
    background-color: var(--secondary-color-green);
}

.custom-wish-container {
    text-align: center;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.wish-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.wish-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.wish-description {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.6;
}

.wish-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.wish-btn {
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.credit-btn {
    background-color: #2e86de;
    color: white;
    border: 2px solid #2e86de;
}

.credit-btn:hover {
    background-color: #1e5fb3;
    border-color: #1e5fb3;
}

.other-btn {
    background-color: #f8f9fa;
    color: #2e86de;
    border: 2px solid #2e86de;
}

.other-btn:hover {
    background-color: #2e86de;
    color: white;
}

#journey .wish-wrapper {
    height: 100%;
}

#journey .wish-card {
    position: relative;
    padding: 50px 20px;
    min-height: 320px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 0;
    /* background color removed, replaced by star */
}

/* Star background behind content */
#journey .wish-card::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
    height: 160%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    opacity: 0.12;
    z-index: -1;
    pointer-events: none;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.05));
}

#journey .wish-card.have::before {
    background-image: url('../images/have-star.svg');
}

#journey .wish-card.meet::before {
    background-image: url('../images/meet-star.svg');
}

#journey .wish-card.be::before {
    background-image: url('../images/be-star.svg');
}

#journey .wish-card.go::before {
    background-image: url('../images/go-star.svg');
}

#journey .icon-wrapper {
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

#journey .icon {
    width: 60px;
    height: auto;
}

#journey .wish-card.have .wish-title {
    color: #00b5d9;
}

#journey .wish-card.meet .wish-title {
    color: #f5a9cb;
}

#journey .wish-card.be .wish-title {
    color: #978ac9;
}

#journey .wish-card.go .wish-title {
    color: #2bc1ae;
}

#journey .wish-card.have .wish-text {
    color: #767195;
}

#journey .wish-card.meet .wish-text {
    color: #98818b;
}

#journey .wish-card.be .wish-text {
    color: #8b7596;
}

#journey .wish-card.go .wish-text {
    color: #5e9892;
}

#journey .wish-title {
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

#journey .wish-text {
    position: relative;
    z-index: 1;
}

.wish-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.wish-card-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.wish-card:hover .wish-card-inner {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.wish-card img {
    width: 100%;
    max-width: 500px;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .wish-card img {
        height: 200px;
    }
}

#main-banner .mobile-overlay {
    display: none;
}

@media (max-width: 767px) {
    #main-banner {
        position: relative;
        text-align: center;
    }

    #main-banner .mobile-overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);

        color: #fff;
        text-align: center;
        z-index: 20;
    }

    #main-banner .mobile-overlay h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 1px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
        color: white;
    }

    #main-banner .mobile-overlay .dn {
        margin-top: 21px;
        margin-bottom: 0;
        margin-left: 0;
    }
}

.heading-desktop {
    display: block;
    font-size: 50px;
    color: white;
    text-align: center;
    position: relative;
    top: 43%;
}