@font-face {
    font-family: 'Afacad';
    src: url('../fonts/Afacad-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Afacad';
    src: url('../fonts/Afacad-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NiceTogether';
    src: url('../fonts/NiceTogether.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Afacad', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
}

.top-right ul li a {
    color: #F3E2CA;
}

a.navbar-brand img {
    width: 250px;
}

a.navbar-brand {
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0 !important;
}

header {
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-content h6 {
    color: #F3E2CA;
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}

.banner-content h5 {
    color: #FFFFFF;
    font-size: 80px;
    margin: 0;
    font-weight: 500;
}

.banner-content h5 span{
    font-family: 'NiceTogether';
}

.banner-content h4 {
    font-family: 'NiceTogether';
    color: #F07479;
    font-size: 120px;
    line-height: 80px;
}

.btn-white{
    color: #E4584C;
    background-color: #F3E2CA;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 12px 50px;
    font-weight: bold;
}

.banner-content .btn-white {
    margin-top: 40px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
    text-decoration: underline;
}

.top-header {
    background-color: #45B18D;
}

.top-left {
    display: flex;
    align-items: center;
}

.top-left-content h2 {
    color: #F3E2CA;
    font-family: 'NiceTogether';
    margin: 0;
}

.top-left-content h3 {
    color: #296962;
    font-family: 'NiceTogether';
    font-size: 55px;
    margin: 0;
    line-height: 40px;
}

.top-header p {
    margin: 0;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.btn-pink {
    background-color: #FFB5B9;
    border-radius: 50px;
    color: #E4584C;
    font-weight: bold;
    padding: 15px 40px;
    font-size: 17px;
    transition: all 0.4s ease;
    border: 3px solid #FFB5B9;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.banner .container {
    z-index: 3;
}

.banner-content p {
    color: #FFFFFF;
    font-size: 30px;
    width: 85%;
    margin: 10px auto;
    line-height: 40px;
}

.btn-green {
    background-color: #46B18D;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 17px;
    border: 3px solid #46B18D;
    transition: all 0.4s ease;
}

.btn-transparent {
    border: 3px solid #F3E2CA;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: bold;
    color: #F3E2CA;
    position: relative;
    padding-right: 60px;
    transition: all 0.4s ease;
}

.btn-transparent i {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 12px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.home-banner {
    padding: 150px 0 200px;
}

.home-banner:before {
    content: "";
    width: 102%;
    height: 125px;
    background-color: white;
    bottom: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 3;
    border-radius: 100%;
}

.section-heading h6 {
    color: #296962;
    font-size: 26px;
    font-weight: bold;
}

ul.seen-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

ul.seen-logo li {
    flex: 0 0 18%;
}

ul.seen-logo li img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

ul.seen-logo li a {
    display: block;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.section-heading h1 {
    color: #296962;
    font-family: 'NiceTogether';
    font-size: 90px;
    line-height: 80px;
}

.text-para-white p{
    color: white;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

section.emotional {
    padding-top: 100px;
}

.color-gradient{
    position: relative;
    overflow: hidden;
}
.color-gradient:before{
    content: "";
    width: 100%;
    height: 41.5%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, #ffffff, #f06a50, #f1664a);
}

.text-para-white p span {
    color: #F3E2CA;
}

.emotional h1{
    margin-bottom: 40px;
}

.emotional-video video {
    width: 100%;
}

.testimonial-box {
    position: absolute;
    bottom: -12%;
    background-color: #FFFFFF;
    border-radius: 24px;
    width: 450px;
    padding: 30px 30px;
    opacity: 0; /* start hidden */
}

.testimonial-animate {
    animation: testimonialSlide 2s ease-in-out forwards; /* play once, keep final state */
}


@keyframes testimonialSlide {
    0% {
        bottom: -12%;
        opacity: 0;
    }

    100% {
        bottom: 15%;
        opacity: 1;
    }
}


.testimonial-box p {
    color: #013B37;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.testimonial-box h6 {
    font-style: italic;
    color: #013B37;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.testimonial-box:before {
    content: "";
    position: absolute;
    background-image: url(../img/quote-left.webp);
    width: 60px;
    height: 60px;
    left: -22px;
    top: -22px;
    background-size: contain;
}

.testimonial-box:after {
    content: "";
    position: absolute;
    background-image: url(../img/quote-right.png);
    width: 60px;
    height: 60px;
    right: -22px;
    bottom: -22px;
    background-size: contain;
}

section.presence {
    background: transparent linear-gradient(180deg, #EF7A7A 0%, #F07479 100%) 0% 0% no-repeat padding-box;
    padding: 30px 0px;
    margin-top: -7px;
    padding-bottom: 50px;
    position: relative;
}

.presence-left {
    text-align: center;
}

.presence-left h4 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.presence-left h4:before {
    content: "";
    background-color: #EAFF40;
    height: 3px;
    width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.presence-left p {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.presence-left h6 {
    color: #013B37;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    padding: 0px 40px;
}

.green-flowers img {
    width: 100%;
}

.green-flowers {
    margin-top: 0;
}

.taes-box {
    background-color: white;
    border-radius: 24px;
    padding: 30px 40px;
    margin-top: 0;
    position: absolute;
    width: 40%;
    top: -20%;
}

.taes-box h3 span {
    font-family: 'NiceTogether';
    color: #46B18D;
    font-size: 80px;
    margin-right: 15px;
}

.taes-box h3 {
    color: #FD764D;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
}

.taes-box p {
    color: #013B37;
    font-size: 20px;
    line-height: 28px;
}

.taes-box p span {
    font-weight: bold;
}

.taes-box p strong {
    font-style: italic;
}

.taes-box a {
    color: #E4584C;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

.taes-box a span {
    text-decoration: underline;
}

.taes-box a i {
    font-size: 24px;
}

.hidden-paragraph {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.hidden-paragraph.open {
    max-height: 1000px;
}

.programs-section {
    overflow-x: hidden;
    background-image: url(../img/programs-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    padding-top: 70px;
    background-position: top left;
    background-color: #f07579;
}


.programs-bleed {
    margin-right: calc((100vw - 100%) / -2);
}

.program-slider {
    padding: 0px 0;
}

.program-slider .swiper-slide {
    width: 36%;
}

.program-box {
    background-color: #E4584C;
    border: 1px solid #707070;
    border-radius: 62px;
    color: #fff;
    padding: 30px 40px 0px;
    transform: scale(0.95);
    transition: all 0.4s ease;
}


.program-box h2 {
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.program-box h2:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #FFFFFF;
    bottom: 0;
}

.program-box h5 {
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
}

.program-box p.high {
    font-size: 22px;
    line-height: 28px;
}

.program-box p.low {
    font-size: 18px;
    line-height: 22px;
    color: white;
    font-weight: 600;
    font-style: italic;
}

.btn-cream {
    background-color: #F3E2CA;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 17px;
    color: #E4584C;
    border: 3px solid #F3E2CA;
    transition: all 0.4s ease;
}

.program-box-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.programs-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    padding: 16px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}

.programs-nav button img {
    width: 100%;
}

.programs-nav {
    display: flex;
    justify-content: end;
    margin-right: 22%;
    position: relative;
    top: 15px;
    gap: 30px;
}

.program-box-lower img {
    height: 150px;
}

.program-slider .swiper-slide:nth-child(2) .program-box {
    background-color: #FD764D;
}

.program-slider .swiper-slide:nth-child(3) .program-box {
    background-color: #E59F57;
    border-color: #E59F57;
}

section.keynote {
    background-image: url(../img/keynote-bg.webp);
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 260px 0px 180px;
    margin-top: -141px;
    overflow: hidden;
}

.tae-flowers {
    position: absolute;
    right: 5%;
    width: 48%;
    bottom: 0;
}

.tae-flowers img {
    width: 100%;
}

.keynote-box{
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 40px;
}

.keynote-box h2 {
    color: #013B37;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.keynote-box h2:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #296962;
    width: 100%;
    bottom: 0;
}

.keynote-box h6 {
    font-weight: bold;
    color: #013B37;
    font-size: 25px;
    font-style: italic;
}

.keynote-box p.content {
    color: #013B37;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
}

.keynote-box p.content-orange {
    margin: 0;
    background-color: #F07479;
    border-radius: 14px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 30px;
    font-style: italic;
    margin-bottom: 25px;
}

.btn-white-icon {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #E4584C;
}

.keynote-button {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}

.keynote-button a {
    margin-bottom: 50px;
}

.testimonial {
    background: transparent linear-gradient(180deg, #F07479 0%, #FD764D 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0px 120px;
    position: relative;
}

section.testimonial h2 {
    color: #F3E2CA;
    font-family: 'NiceTogether';
    font-size: 50px;
    margin-bottom: 30px;
}

section.testimonial p {
    color: #013B37;
    font-size: 40px;
    line-height: 50px;
}

.testimonial-box-lower {
    margin-top: 50px;
}

.testimonial-box-lower img {
    height: 80px;
    margin-bottom: 15px;
}

.testimonial-box-lower h6 {
    color: #FFFFFF;
    font-size: 28px;
    margin-top: 15px;
    margin: 0;
}

.dino {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 35%;
}

.dino img {
    width: 100%;
}

.testimonial-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    padding: 16px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    border: 1px solid #296962;
}

.testimonial-nav button img {
    width: 100%;
}

.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: 30px;
}

section.feeling {
    background-color: #46B18D;
    padding: 80px 0px 50px;
    position: relative;
    margin-top: 0;
}

.section-heading h4 {
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

section.feeling .section-heading p {
    color: #F3E2CA;
    font-size: 28px;
    line-height: 35px;
    margin-top: 20px;
}

ul.feeling-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

ul.feeling-form li input {
    border: 3px solid #05DB9B;
    border-radius: 15px;
    height: 55px;
    width: 100%;
    padding-left: 20px;
    font-size: 20px;
    color: #FD764D;
}

ul.feeling-form li {
    flex: 0 0 30%;
}

ul.feeling-form li input::placeholder {
    color: #FD764D;
    opacity: 1;
}

.form-control:focus {
    border-color: #FD764D;
    box-shadow: none;
}

.btn-orange {
    border: 3px solid #FFB5B9;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 17px;
    color: #E4584C;
    position: relative;
    background-color: #FFB5B9;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.4s ease;
}

.btn-orange i {
    margin-left: 6px;
}

ul.feeling-form li button {
    width: 100%;
}

.kids {
    position: absolute;
    right: 0;
    top: -22%;
    width: 35%;
}

.kids img {
    width: 100%;
}


section.jump-right {
    background: transparent linear-gradient(140deg, #E07157 0%, #FFC59D 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow-x: hidden;
    padding: 150px 0px 0px;
}

.section-heading h5{
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
}

.big-logo {
    position: absolute;
    width: 20%;
    left: 8%;
    top: 0;
    margin-top: 0;
}

.big-logo img {
    width: 100%;
}

section.jump-right .section-heading p {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
}

.audio-box img {
    width: 100%;
}

.audio-bleed {
    margin-right: calc((100vw - 100%) / -2);
    margin-top: 70px;
    margin-bottom: 60px;
}

.audio-slider .swiper-slide {
    width: 16% !important;
}

.btn-dark-green{
    background-color: #296962;
    border-color: #296962;
}

.kid-end img {
    width: 100%;
}

section.nobody {
    background-color: #F3E2CA;
    padding: 80px 0px;
}

.te img {
    width: 100%;
}

.section-heading h3 {
    color: #296962;
    font-weight: bold;
    font-size: 34px;
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 0;
}

.section-heading h2 {
    color: #FD764D;
    font-family: 'NiceTogether';
    font-size: 95px;
    text-align: center;
    position: relative;
    line-height: 90px;
    padding-bottom: 12px;
}

.section-heading h2:before {
    position: absolute;
    content: "";
    height: 9px;
    background-color: #F07479;
    bottom: 0;
    width: 100%;
    left: 0;
}

.nobody-left {
    text-align: center;
    margin-top: 30px;
}

.nobody-left h4 {
    color: #296962;
    font-weight: bold;
    font-size: 27px;
}

.nobody-left p {
    color: #296962;
    font-size: 22px;
    line-height: 28px;
}

ul.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

ul.social-list li {
    flex: 0 0 48%;
}

ul.social-list li a {
    background-color: white;
    text-decoration: none;
    display: block;
    border-radius: 50px;
    color: #296962;
    border: 1px solid #707070;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    transition: all 0.4s ease;
}

ul.social-list li a i {
    color: #46B18D;
    position: absolute;
    left: 22px;
    top: 14px;
}

.explore h2 {
    color: #FD764D;
    font-family: 'NiceTogether';
    font-size: 80px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.explore h2:before {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 0;
    background-image: url(../img/ll.svg);
    background-size: cover;
}

.explore-link {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.explore-link a {
    color: #296962;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
}

.explore-link ul {
    width: 40%;
}

.explore-link ul li {
    margin: 5px 0px;
}

.explore {
    margin-top: 50px;
}

.btn-sm-green{
    border-radius: 9px;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px;
}

section.youtube {
    background-color: #46B18D;
    padding-top: 15px;
}

.yt img {
    width: 100%;
}

section.youtube p {
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.taes-pup img {
    width: 80%;
}

section.instgram-post ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.instgram-post ul li {
    flex: 0 0 16.66%;
    transition: all 0.4s ease;
}

section.instgram-post ul li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

section.instgram-post ul li a {
    display: block;
}

section.instgram-post ul li:hover {
    flex: 0 0 20%;
}

section.instgram-post ul:hover li:not(:hover) {
    flex: 0 0 calc((100% - 20%) / 5);
}

.wave-container {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    margin-top: -100px;
    z-index: 0;
}

.wave-container svg {
    width: 100%;
    height: 100%;
    display: block;
}


section.feeling .wave-container path {
    fill: #46B18C;
}


section.feeling .wave-container {
    margin-top: -58px;
}

section.testimonial path {
    fill: #F07479;
}

section.jump-right:before {
    content: "";
    width: 101%;
    height: 155px;
    background-color: #46b18d;
    top: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 0;
    border-radius: 100%;
}

.btn-green:hover {
    background-color: white;
    color: #46B18D;
    transform: scale(1.05);
}

.btn-transparent:hover {
    background-color: #46B18D;
    color: white;
    transform: scale(1.05);
}

ul.seen-logo li a:hover {
    transform: scale(1);
}

.presence-img {
    position: relative;
}

.middle-image {
    position: absolute;
    width: 102%;
    z-index: 1;
    left: -1%;
    top: -3%;
}

.presence-img > img.presence{
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    } to { 
        transform: rotate(360deg);
    }
}

.presence-animate {
    /*animation: rotateTwo 10s linear forwards;*/
}

@keyframes rotateTwo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg); /* 2 full rotations */
    }
}

.middle-image img {
    width: 100%;
}

.program-box:hover {
    transform: scale(1);
}


.slider-nav button:hover {
    background-color: #296962;
}

.slider-nav button:hover img {
    filter: invert(1) brightness(2);
    transform: scale(0.9);
}

.slider-nav button {
    transition: all 0.4s ease;
}

.slider-nav button img {
    transition: all 0.4s ease;
}

.audio-box {
    transition: all 0.4s ease;
    transform: scale(0.95);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid white;
    cursor: pointer;
}

div#videoModal .modal-body {
    padding: 40px;
}

.audio-box:hover {
    transform: scale(1);
}

.explore-link a:hover {
    text-decoration: underline;
}

ul.social-list li a:hover {
    background-color: #296962;
    color: white;
    transform: scale(1.05);
}

ul.social-list li a:hover i {
    color: white;
}

.btn-cream:hover {
    background-color: transparent;
    color: white;
    transform: scale(1.05);
    border-color: white;
}

.about-banner{
    background-image: url(../img/about-bg.webp);
    position: relative;
    height: 700px;
}

.about-banner:before{
    content: "";
    width: 102%;
    height: 125px;
    background-color: white;
    bottom: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 4;
    border-radius: 100%;
}

.course-banner::before {
    background-color: #296962;
}

.about-banner-img {
    text-align: center;
    /* width: 90%; */
    margin: 0 auto;
}

.about-banner-wrapper h3 {
    font-family: 'NiceTogether';
    color: #F3E2CA;
    font-size: 180px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 17%;
}

.about-banner-img img {
    width: 100%;
    height: auto;
}

.about-banner-wrapper h2 {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 54%;
    font-size: 300px;
    display: inline-block;
    width: auto;
    text-align: right;
    font-weight: bold;
    line-height: 150px;
}

.about-banner-wrapper h2 span {
    font-size: 60px;
    display: block;
}

div#navbarSupportedContent {
    border-bottom: 1px solid #F3E2CA;
}

nav.navbar {
    padding-bottom: 0;
}

.green-paragraph p{
    color: #013B37;
}

.green-paragraph p{
    color: #013B37;
    font-size: 22px;
}

.green-paragraph p span {
    font-weight: bold;
}

.green-paragraph p span.italic {
    font-style: italic;
    font-weight: 400;
}

.section-heading h4.two-color {
    color: #E4584C;
    font-family: 'NiceTogether';
    font-size: 80px;
    font-weight: 400;
}

.section-heading h4.two-color span {
    color: #296962;
    font-family: 'Afacad', sans-serif;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
}

section.big-heart {
    background-color: #F3E2CA;
    padding: 100px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 40px; */
    z-index: -2;
}

.big-heart-img > img {
    width: 85%;
}

.big-heart-img {
    position: relative;
}

.lower-img {
    position: absolute;
    right: 0;
    bottom: -15%;
    width: 50%;
}

.lower-img img {
    width: 100%;
}

.big-heart-img {
    width: 90%;
}

section.big-heart:before {
    content: "";
    width: 102%;
    height: 319px;
    background-color: white;
    position: absolute;
    left: -2%;
    right: 0;
    z-index: 0;
    border-radius: 0;
    transform: rotate(7deg);
    bottom: -220px;
}

section.big-heart-two .container {
    position: relative;
}

.big-heart-two-bg {
    position: absolute;
    right: -3%;
    width: 40%;
    z-index: 1;
    top: -60%;
}

section.big-heart-two {
    /* overflow: hidden; */
}

.big-heart-two-img {
    width: 500px;
    position: absolute;
    top: -25%;
    z-index: 999999;
}

.big-heart-two-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 100%;
    object-position: center center;
}

.big-heart-two-bg img {
    width: 100%;
}

section.big-heart-two .section-heading h4.two-color {
    color: #46B18D;
    font-weight: 400;
}

section.big-heart-two .section-heading {
    margin-top: 40px;
}

.big-heart-three{
    background-image: url(../img/big-heart-three-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    position: relative;
    padding: 250px 0px;
    margin-top: -90px;
    z-index: 1;
}

.big-heart-three-img {
    position: absolute;
    width: 35%;
    left: 6%;
    top: 12%;
}

.big-heart-three-img img {
    width: 100%;
}

.white-paragraph p{
    color: white;
}

.section-heading.white-paragraph h4.two-color span{
    color: white;
}

.big-heart-three-testimonial h6 span {
    background-color: #E0A480;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.big-heart-three-testimonial h6 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.big-heart-three-testimonial {
    left: 21%;
    bottom: -65% !important;
}

section.big-heart-three .container {
    position: relative;
}

section.emotional-safety {
    position: relative;
    background: transparent linear-gradient(308deg, #E4584C 0%, #F07479 100%) 0% 0% no-repeat padding-box;
    padding: 600px 0 120px;
    margin-top: -22rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.emotional-safety-img {
    position: absolute;
    right: 0;
    width: 45%;
    height: 100%;
    bottom: -4px;
}

.emotional-safety-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.emotional-box {
    background: #E4584C;
    border-radius: 89px;
    padding: 60px;
    color: white;
    width: 75%;
    padding-right: 250px;
}

.emotional-box h2 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
}

.emotional-box p {
    font-size: 20px;
    line-height: 30px;
}

.emotional-box p span {
    font-weight: bold;
}

.emotional-box a {
    margin-top: 15px;
}

.certification-banner {
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
}

.certification-banner:before {
    content: "";
    width: 102%;
    height: 125px;
    background-color: #F3E2CA;
    bottom: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 3;
    border-radius: 100%;
}

.certification-banner-wrapper h6 {
    font-size: 35px;
}

.certification-banner-wrapper {
    color: white;
}

.certification-banner-wrapper h2 {
    color: #296962;
    font-size: 220px;
    font-family: 'NiceTogether';
    position: relative;
    line-height: 180px;
    margin: 0;
    margin-top: 50px;
}

.certification-banner-wrapper h2 span {
    position: absolute;
    top: -84px;
    left: 11%;
    color: #FFB5B9;
    font-family: 'Afacad';
    font-weight: bold;
    font-size: 55px;
    right: 0;
}

.certification-banner-wrapper p {
    font-size: 37px;
    line-height: 53px;
    margin-bottom: 40px;
}

.speaking-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/speaking-banner-bg.png);
    background-position: center center;
}

.speaking-banner-wrapper h2 {
    color: #E4584C;
    font-family: 'NiceTogether';
    font-size: 200px;
    line-height: 95px;
    position: relative;
    left: -30px;
}

.speaking-banner-wrapper h2 span {
    font-family: 'Afacad';
    color: #F3E2CA;
    font-size: 60px;
    display: block;
    text-align: right;
    position: relative;
    left: -18px;
}

.speaking-banner-wrapper p {
    color: white;
    font-size: 35px;
    line-height: 50px;
    width: 90%;
    margin: 30px auto 30px;
}

section.awards {
    background-color: #E4584C;
    padding: 30px 0px;
    margin-top: 50px;
}

section.awards p {
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.awards {
    overflow: hidden;
    background: #000; /* optional */
    padding: 20px 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee__inner {
    display: inline-flex;
    gap: 60px;
    animation: marquee 18s linear infinite;
}

/* Animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.bring-big-heart:before{
    display: none;
}

section.big-heart.bring-big-heart {
    z-index: 0;
    margin-top: 0;
    overflow: visible;
    padding-bottom: 50px;
}


section.big-heart.bring-big-heart h3 {
    margin-bottom: 20px;
    font-size: 45px;
}

section.big-heart.bring-big-heart .btn-green {
    margin-top: 20px;
}

.wave-container.wave-container-bottom {
    top: auto;
    bottom: -92px;
    margin: 0;
}

.wave-container.wave-container-bottom path {
    fill: #F3E2CA;
}

section.topic {
    padding: 100px 0px;
    background: transparent linear-gradient(177deg, #F3E2CA 0%, #E4584C 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.topic-slider {
    padding-left: 15%;
    padding-right: 15%;
}

.topic-slider .swiper-slide {
    width: 420px;
}

/* Optional: responsive tweak */
@media (max-width: 991px) {
    .topic-slider {
        padding-left: 8%;
        padding-right: 8%;
    }

    .topic-slider .swiper-slide {
        width: 300px;
    }
}

.topic-box {
    padding: 50px;
    color: white;
    background: #296962 0% 0% no-repeat padding-box;
    border-radius: 70px;
}

.topic-box h2 {
    color: #013B37;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}

.topic-box h5 {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.topic-box .program-box-lower {
    justify-content: end;
}

.topic-box i {
    font-size: 25px;
    margin-bottom: 15px;
}

.topic-box .btn-transparent {
    margin-top: 20px;
}

.swiper-slide:nth-child(1) .topic-box {
    background: #013B37;
}

.swiper-slide:nth-child(1) .topic-box h2 {
    color: #46B18D;
}

.topic-box p.low {
    color: #F3E2CA;
    font-size: 17px;
    line-height: 22px;
}

.swiper-slide:nth-child(3) .topic-box {
    background: #46B18D;
}

.swiper-slide:nth-child(4) .topic-box {
    background: #E4584C;
}

.swiper-slide:nth-child(4) .topic-box h2{
    color: #FFB5B9;
}

.topic .section-heading h3 {
    font-size: 40px;
}

.topic-bleed {
    margin-top: 60px;
}

.topic-bleed .swiper-slide {
    height: auto;
    display: flex;
}

.topic-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.program-box-lower {
    margin-top: auto;
}

.topic-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    padding: 16px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    border: 1px solid #296962;
}

.topic-nav button img {
    width: 100%;
}

.topic-nav {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 30px;
}

section.speaking-slider ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.speaking-slider ul li {
    flex: 0 0 24.5%;
    margin-bottom: 10px;
}

section.speaking-slider ul li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

section.big-heart.bring-big-heart:after {
    content: "" !important;
    width: 100%;
    height: 100px;
    background-color: #f3e2ca;
    bottom: -51px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    border-radius: 100%;
}


section.in-condition {
    background: transparent linear-gradient(121deg, #46B18D 0%, #013B37 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0px;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.in-condition-box {
    background: rgba(41, 105, 98, 0.83);
    border-radius: 43px;
    padding: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 100px;
    position: relative;
}

.in-condition-box p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
}

.btn-dark-orange {
    background-color: #E4584C;
    color: white;
    border-color: #E4584C;
}

.in-condition-box .btn-dark-orange{
    margin-top: 20px;
}

.in-condition-img {
    position: absolute;
    right: 0;
    width: 55%;
    top: 0;
    z-index: 1;
}

.in-condition-img img {
    width: 100%;
}

section.let-talk {
    padding: 100px 0;
    position: relative;
    background-image: url(../img/lets-talk-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -2rem;
    z-index: 2;
}

.talk-box h3 {
    align-items: center;
    justify-content: center;
    font-size:   40px;
}

.talk-box .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.talk-box .section-heading p {
    color: #013B37;
    font-size: 22px;
    line-height: 29px;
    width: 80%;
    margin: 20px auto 10px;
}

.talk-box .section-heading h6 {
    color: #013B37;
    font-size: 22px;
}

.talk-box input, .talk-box textarea {
    height: 55px;
    border-radius: 20px;
    padding-left: 25px;
    border-color: white;
}

.talk-box .form-group {
    margin-bottom: 20px;
}

.talk-box textarea {
    height: 120px;
    padding-top: 15px;
}

.talk-box input::placeholder, .talk-box textarea::placeholder {
    color: #013B37;
    opacity: 1;
}

.date-input {
    position: relative;
    color: transparent;
}

/* Fake placeholder */
.date-input::before {
    content: "EVENT DATE";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #013B37;
    pointer-events: none;
}

/* Show date value on focus or when valid */
.date-input:focus,
.date-input:valid {
    color: #000;
}

/* Remove fake placeholder when active */
.date-input:focus::before,
.date-input:valid::before {
    content: "";
}


section.let-talk .wave-container path {
    fill: #f2d7c0;
}

section.resources {
    padding: 100px 0px;
}

section.let-talk .wave-container-bottom path {
    fill: white;
}

.resources-box h4 {
    color: #013B37;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.resources-box ul {
    padding-left: 40px;
    color: #013B37;
    font-size: 20px;
}

.resources-box ul a {
    color: #46B18D;
    text-decoration: underline;
    font-weight: bold;
}

.resources-box ul li {
    margin: 20px 0px;
}

.resources-box p {
    color: #013B37;
    font-size: 20px;
    margin-top: 40px;
}

.last-link a {
    color: #46B18D;
    font-size: 20px;
    font-weight: bold;
}

.last-link {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.last-link i {
    color: #013B37;
    font-size: 16px;
    margin-left: 10px;
}

.course-banner {
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

.course-img {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
}

.course-img img {
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.course-banner-wrapper h6 {
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
    line-height: 40px;
}

.course-banner-wrapper h2 {
    font-family: 'NiceTogether';
    color: #FFB5B9;
    font-size: 120px;
    margin: 0;
    line-height: 100px;
}

.course-banner-wrapper h2 span {
    font-family: 'Afacad';
    margin-left: 20px;
}

.course-banner-wrapper h3 {
    font-family: 'NiceTogether';
    color: #296962;
    font-size: 125px;
    line-height: 70px;
    margin-bottom: 40px;
}


.heading h2 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px;
}

.heading-cream h2{
    color: #F3E2CA;
}

.heading p {
    font-size: 20px;
    line-height: 28px;
}

.heading p {
    margin-bottom: 25px;
}

.text-white p{
    color: #FFFFFF;
}

section.safe{
    position: relative;
    padding-top: 60px;
    padding-bottom: 300px;
}

section.safe:before{
    content: "";
    position: absolute;
    background-image: url(../img/safe-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
    top: 0;
}

.heading-green h2{
    color: #296962;
}

.text-green p {
    color: #296962;
}

.heading h6{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

.text-green h6{
    color: #013B37;
}

section.classroom {
    background-image: url(../img/classroom-bg.png);
    padding: 200px 0px 200px;
    position: relative;
    margin-top: 0;
    background-size: 100% 100%;
    margin-top: -4rem;
}

.dark-oranage-wave path{
    fill: #fc7d55;
}

.classroom-box h6 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.classroom-box p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.classroom-box {
    background-color: #E4584C;
    border-radius: 48px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0px;
    height: 88%;
}

.classroom-img {
    flex: 0 0 104px;
}

.row > .col-lg-6:nth-child(2) .classroom-box {
    background: #FD764D;
}

.row > .col-lg-6:nth-child(3) .classroom-box {
    background: #E59F57;
}

.row > .col-lg-6:nth-child(4) .classroom-box {
    background: #F07479;
}

section.simple {
    padding-bottom: 150px;
    position: relative;
}

.simple-img {
    position: absolute;
    width: 55%;
    right: 0;
    top: -14rem;
    z-index: 9;
}

section.module {
    background-image: url(../img/module-bg.png);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -10rem;
}

.ballon-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    top: -50px;
}

.module .row > .col-lg-4 {
    display: flex;
}

.module-box {
    background-color: #FFB5B9;
    text-align: center;
    border-radius: 70px;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 90%;
    color: #000;
    align-items: center;
    width: 100%;
    margin: 17px 0px;
}

.module-box .btn {
    margin-top: auto;
}

.module-box i {
    color: white;
    font-size: 25px;
}

.module-box h6 {
    font-family: 'NiceTogether';
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 10px;
}

.module-box h2 {
    text-transform: uppercase;
    color: #F07479;
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    margin: 12px 0px;
}

.module-box p {
    color: white;
    margin: 0;
    font-size: 17px;
}

.row > .col-lg-4:nth-child(2) .module-box {
    background: #F07479;
}

.row > .col-lg-4:nth-child(2) .module-box h2 {
    color: #FFB5B9;
}

.row > .col-lg-4:nth-child(2) .module-box h6 {
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(2) .module-box i {
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(3) .module-box{
    background-color: #E0A480;
}

.row > .col-lg-4:nth-child(3) .module-box h6, .row > .col-lg-4:nth-child(3) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(3) .module-box h2{
    color: #E4584C;
}

.row > .col-lg-4:nth-child(4) .module-box{
    background-color: #E59F57;
}

.row > .col-lg-4:nth-child(4) .module-box h6, .row > .col-lg-4:nth-child(4) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(4) .module-box h2{
    color: #E4584C;
}

.row > .col-lg-4:nth-child(5) .module-box{
    background-color: #FD764D;
}

.row > .col-lg-4:nth-child(5) .module-box h6, .row > .col-lg-4:nth-child(5) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(5) .module-box h2{
    color: #FFB5B9;
}

.row > .col-lg-4:nth-child(6) .module-box{
    background-color: #E4584C;
}

.row > .col-lg-4:nth-child(6) .module-box h6, .row > .col-lg-4:nth-child(6) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(6) .module-box h2{
    color: #296962;
}

.row > .col-lg-4:nth-child(7) .module-box{
    background-color: #46B18D;
}

.row > .col-lg-4:nth-child(7) .module-box h6, .row > .col-lg-4:nth-child(7) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(7) .module-box h2{
    color: #296962;
}

.row > .col-lg-4:nth-child(8) .module-box{
    background-color: #296962;
}

.row > .col-lg-4:nth-child(8) .module-box h6, .row > .col-lg-4:nth-child(8) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(8) .module-box h2{
    color: #46B18D;
}

.row > .col-lg-4:nth-child(9) .module-box{
    background-color: #013B37;
}

.row > .col-lg-4:nth-child(9) .module-box h6, .row > .col-lg-4:nth-child(9) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(9) .module-box h2{
    color: #46B18D;
}

section.module .heading {
    margin-top: -30px;
}

.heading ul {
    padding-left: 40px;
}

section.heart-classroom {
    position: relative;
    background-color: white;
    padding: 50px 0px;
}

.wave-container-white path{
    fill: white;
}

.heart-classroom-img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}

section.classroom-now {
    background-size: cover;
    background-image: url(../img/classroom-now-bg.png);
    padding-bottom: 80px;
    padding-top: 25rem;
    position: relative;
    margin-top: -12rem;
}

.classroom-now-img {
    text-align: center;
}

.classroom-now-image{
    width: 80%;
    /* height: 400px; */
    /* background-color: #ff000038; */
    margin: 50px auto 40px;
}

.classroom-now-img h4 {
    color: #F3E2CA;
    font-weight: bold;
    font-size: 64px;
    margin-bottom: 20px;
}


section.heart-classroom .testimonial-box {
    right: 0;
    bottom: -15% !important;
    z-index: 9;
}

section.heart-classroom .container {
    position: relative;
}

.simple-img img {
    width: 100%;
}

.classroom-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.ballon-img img {
    width: 100%;
}

.heart-classroom-img img {
    width: 100%;
}

.classroom-now-image img {
    width: 100%;
}

.topic-box img {
    margin-bottom: 15px;
}

.contact-banner{
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

.contact-banner:before{
    background-color: #296962;
}

.contact-banner-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: -4%;
    z-index: 2;
}

.contact-banner-img img {
    width: 100%;
}

.contact-banner-wrapper h3 {
    font-family: 'NiceTogether';
    color: #296962;
    font-size: 200px;
    margin: 0;
    line-height: 120px;
}

.contact-banner-wrapper {
    text-align: center;
}

.contact-banner-wrapper h2 {
    color: #FFFFFF;
    margin: 0;
}

.btn-orange:hover {
    background-color: white;
    color: black;
    transform: scale(1.05);
    border-color: black;
}

section.booking-inquiries{
    background-image: url(../img/booking-inquiries-bg.png);
    background-position: right bottom;
    padding-bottom: 200px;
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

section.booking-inquiries .container {
    position: relative;
}

.booking-ballon-img {
    position: absolute;
    width: 200px;
    top: -17rem;
}

.booking-ballon-img img {
    width: 100%;
}

.heading-pink h3 {
    color: #EDA7AA;
    font-size: 45px;
    font-weight: bold;
    font-=w: ;
    font-=w: b;
    margin-bottom: 30px;
}

section.booking-inquiries .heading p {
    font-size: 24px;
    line-height: 32px;
}

.contact-wrapper {
    position: relative;
}

.image-slider {
    position: relative;
    width: 100%;
    height: 700px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow 6s infinite steps(1, end);
    left: 0;
    right: 0;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 1.5s; }
.slide:nth-child(3) { animation-delay: 3s; }
.slide:nth-child(4) { animation-delay: 4.5s; }

@keyframes slideShow {
    0%   { opacity: 1; }
    24.99% { opacity: 1; }
    25%  { opacity: 0; }
    100% { opacity: 0; }
}


section.let-talk.inquery{
    background-image: url(../img/inquery-bg.png);
    padding: 350px 0 200px;
    margin-top: -20rem;
    position: relative;
    z-index: 0;
}

.talk-box p a {
    color: #013B37;
}

.inquery-hot-baloon {
    position: absolute;
    right: 5%;
    width: 320px;
    transform: rotate(15deg);
}

.inquery-hot-baloon img {
    width: 100%;
}

section.feeling.inner-feeling{
    padding-bottom: 80px;
}

.bouquet-condition {
    bottom: -15%;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 2;
}

.bouquet-condition img {
    width: 100%;
}

@font-face {
    font-family: 'Afacad';
    src: url('../fonts/Afacad-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Afacad';
    src: url('../fonts/Afacad-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NiceTogether';
    src: url('../fonts/NiceTogether.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Afacad', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
}

.top-right ul li a {
    color: #F3E2CA;
}

a.navbar-brand img {
    width: 250px;
}

a.navbar-brand {
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0 !important;
}

header {
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-content h6 {
    color: #F3E2CA;
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}

.banner-content h5 {
    color: #FFFFFF;
    font-size: 80px;
    margin: 0;
    font-weight: 500;
}

.banner-content h5 span{
    font-family: 'NiceTogether';
}

.banner-content h4 {
    font-family: 'NiceTogether';
    color: #F07479;
    font-size: 120px;
    line-height: 80px;
}

.btn-white{
    color: #E4584C;
    background-color: #F3E2CA;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 12px 50px;
    font-weight: bold;
}

.banner-content .btn-white {
    margin-top: 40px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
    text-decoration: underline;
}

.top-header {
    background-color: #45B18D;
}

.top-left {
    display: flex;
    align-items: center;
}

.top-left-content h2 {
    color: #F3E2CA;
    font-family: 'NiceTogether';
    margin: 0;
}

.top-left-content h3 {
    color: #296962;
    font-family: 'NiceTogether';
    font-size: 55px;
    margin: 0;
    line-height: 40px;
}

.top-header p {
    margin: 0;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.btn-pink {
    background-color: #FFB5B9;
    border-radius: 50px;
    color: #E4584C;
    font-weight: bold;
    padding: 15px 40px;
    font-size: 17px;
    transition: all 0.4s ease;
    border: 3px solid #FFB5B9;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.banner .container {
    z-index: 3;
}

.banner-content p {
    color: #FFFFFF;
    font-size: 30px;
    width: 85%;
    margin: 10px auto;
    line-height: 40px;
}

.btn-green {
    background-color: #46B18D;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 17px;
    border: 3px solid #46B18D;
    transition: all 0.4s ease;
}

.btn-transparent {
    border: 3px solid #F3E2CA;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: bold;
    color: #F3E2CA;
    position: relative;
    padding-right: 60px;
    transition: all 0.4s ease;
}

.btn-transparent i {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 12px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.home-banner {
    padding: 150px 0 200px;
}

.home-banner:before {
    content: "";
    width: 102%;
    height: 125px;
    background-color: white;
    bottom: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 3;
    border-radius: 100%;
}

.section-heading h6 {
    color: #296962;
    font-size: 26px;
    font-weight: bold;
}

ul.seen-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

ul.seen-logo li {
    flex: 0 0 18%;
}

ul.seen-logo li img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

ul.seen-logo li a {
    display: block;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.section-heading h1 {
    color: #296962;
    font-family: 'NiceTogether';
    font-size: 90px;
    line-height: 80px;
}

.text-para-white p{
    color: white;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

section.emotional {
    padding-top: 100px;
}

.color-gradient{
    position: relative;
    overflow: hidden;
}
.color-gradient:before{
    content: "";
    width: 100%;
    height: 41.5%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, #ffffff, #f06a50, #f1664a);
}

.text-para-white p span {
    color: #F3E2CA;
}

.emotional h1{
    margin-bottom: 40px;
}

.emotional-video video {
    width: 100%;
}

.testimonial-box {
    position: absolute;
    bottom: -12%;
    background-color: #FFFFFF;
    border-radius: 24px;
    width: 450px;
    padding: 30px 30px;
    opacity: 0; /* start hidden */
}

.testimonial-animate {
    animation: testimonialSlide 2s ease-in-out forwards; /* play once, keep final state */
}


@keyframes testimonialSlide {
    0% {
        bottom: -12%;
        opacity: 0;
    }

    100% {
        bottom: 15%;
        opacity: 1;
    }
}


.testimonial-box p {
    color: #013B37;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.testimonial-box h6 {
    font-style: italic;
    color: #013B37;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.testimonial-box:before {
    content: "";
    position: absolute;
    background-image: url(../img/quote-left.webp);
    width: 60px;
    height: 60px;
    left: -22px;
    top: -22px;
    background-size: contain;
}

.testimonial-box:after {
    content: "";
    position: absolute;
    background-image: url(../img/quote-right.png);
    width: 60px;
    height: 60px;
    right: -22px;
    bottom: -22px;
    background-size: contain;
}

section.presence {
    background: transparent linear-gradient(180deg, #EF7A7A 0%, #F07479 100%) 0% 0% no-repeat padding-box;
    padding: 30px 0px;
    margin-top: -7px;
    padding-bottom: 50px;
    position: relative;
}

.presence-left {
    text-align: center;
}

.presence-left h4 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.presence-left h4:before {
    content: "";
    background-color: #EAFF40;
    height: 3px;
    width: 230px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.presence-left p {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.presence-left h6 {
    color: #013B37;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    padding: 0px 40px;
}

.green-flowers img {
    width: 100%;
}

.green-flowers {
    margin-top: 0;
}

.taes-box {
    background-color: white;
    border-radius: 24px;
    padding: 30px 40px;
    margin-top: 0;
    position: absolute;
    width: 40%;
    top: -20%;
}

.taes-box h3 span {
    font-family: 'NiceTogether';
    color: #46B18D;
    font-size: 80px;
    margin-right: 15px;
}

.taes-box h3 {
    color: #FD764D;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
}

.taes-box p {
    color: #013B37;
    font-size: 20px;
    line-height: 28px;
}

.taes-box p span {
    font-weight: bold;
}

.taes-box p strong {
    font-style: italic;
}

.taes-box a {
    color: #E4584C;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

.taes-box a span {
    text-decoration: underline;
}

.taes-box a i {
    font-size: 24px;
}

.hidden-paragraph {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.hidden-paragraph.open {
    max-height: 1000px;
}

.programs-section {
    overflow-x: hidden;
    background-image: url(../img/programs-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    padding-top: 70px;
    background-position: top left;
    background-color: #f07579;
}


.programs-bleed {
    margin-right: calc((100vw - 100%) / -2);
}

.program-slider {
    padding: 0px 0;
}

.program-slider .swiper-slide {
    width: 36%;
}

.program-box {
    background-color: #E4584C;
    border: 1px solid #707070;
    border-radius: 62px;
    color: #fff;
    padding: 30px 40px 0px;
    transform: scale(0.95);
    transition: all 0.4s ease;
}


.program-box h2 {
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.program-box h2:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #FFFFFF;
    bottom: 0;
}

.program-box h5 {
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
}

.program-box p.high {
    font-size: 22px;
    line-height: 28px;
}

.program-box p.low {
    font-size: 18px;
    line-height: 22px;
    color: white;
    font-weight: 600;
    font-style: italic;
}

.btn-cream {
    background-color: #F3E2CA;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 17px;
    color: #E4584C;
    border: 3px solid #F3E2CA;
    transition: all 0.4s ease;
}

.program-box-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.programs-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    padding: 16px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}

.programs-nav button img {
    width: 100%;
}

.programs-nav {
    display: flex;
    justify-content: end;
    margin-right: 22%;
    position: relative;
    top: 15px;
    gap: 30px;
}

.program-box-lower img {
    height: 150px;
}

.program-slider .swiper-slide:nth-child(2) .program-box {
    background-color: #FD764D;
}

.program-slider .swiper-slide:nth-child(3) .program-box {
    background-color: #E59F57;
    border-color: #E59F57;
}

section.keynote {
    background-image: url(../img/keynote-bg.webp);
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 260px 0px 180px;
    margin-top: -141px;
    overflow: hidden;
}

.tae-flowers {
    position: absolute;
    right: 5%;
    width: 48%;
    bottom: 0;
}

.tae-flowers img {
    width: 100%;
}

.keynote-box{
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 40px;
}

.keynote-box h2 {
    color: #013B37;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.keynote-box h2:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #296962;
    width: 100%;
    bottom: 0;
}

.keynote-box h6 {
    font-weight: bold;
    color: #013B37;
    font-size: 25px;
    font-style: italic;
}

.keynote-box p.content {
    color: #013B37;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
}

.keynote-box p.content-orange {
    margin: 0;
    background-color: #F07479;
    border-radius: 14px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 30px;
    font-style: italic;
    margin-bottom: 25px;
}

.btn-white-icon {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #E4584C;
}

.keynote-button {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}

.keynote-button a {
    margin-bottom: 50px;
}

.testimonial {
    background: transparent linear-gradient(180deg, #F07479 0%, #FD764D 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0px 120px;
    position: relative;
}

section.testimonial h2 {
    color: #F3E2CA;
    font-family: 'NiceTogether';
    font-size: 50px;
    margin-bottom: 30px;
}

section.testimonial p {
    color: #013B37;
    font-size: 40px;
    line-height: 50px;
}

.testimonial-box-lower {
    margin-top: 50px;
}

.testimonial-box-lower img {
    height: 80px;
    margin-bottom: 15px;
}

.testimonial-box-lower h6 {
    color: #FFFFFF;
    font-size: 28px;
    margin-top: 15px;
    margin: 0;
}

.dino {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 35%;
}

.dino img {
    width: 100%;
}

.testimonial-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    padding: 16px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    border: 1px solid #296962;
}

.testimonial-nav button img {
    width: 100%;
}

.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: 30px;
}

section.feeling {
    background-color: #46B18D;
    padding: 80px 0px 50px;
    position: relative;
    margin-top: 0;
}

.section-heading h4 {
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

section.feeling .section-heading p {
    color: #F3E2CA;
    font-size: 28px;
    line-height: 35px;
    margin-top: 20px;
}

ul.feeling-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

ul.feeling-form li input {
    border: 3px solid #05DB9B;
    border-radius: 15px;
    height: 55px;
    width: 100%;
    padding-left: 20px;
    font-size: 20px;
    color: #FD764D;
}

ul.feeling-form li {
    flex: 0 0 30%;
}

ul.feeling-form li input::placeholder {
    color: #FD764D;
    opacity: 1;
}

.form-control:focus {
    border-color: #FD764D;
    box-shadow: none;
}

.btn-orange {
    border: 3px solid #FFB5B9;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 17px;
    color: #E4584C;
    position: relative;
    background-color: #FFB5B9;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.4s ease;
}

.btn-orange i {
    margin-left: 6px;
}

ul.feeling-form li button {
    width: 100%;
}

.kids {
    position: absolute;
    right: 0;
    top: -22%;
    width: 35%;
}

.kids img {
    width: 100%;
}


section.jump-right {
    background: transparent linear-gradient(140deg, #E07157 0%, #FFC59D 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow-x: hidden;
    padding: 150px 0px 0px;
}

.section-heading h5{
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
}

.big-logo {
    position: absolute;
    width: 20%;
    left: 8%;
    top: 0;
    margin-top: 0;
}

.big-logo img {
    width: 100%;
}

section.jump-right .section-heading p {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
}

.audio-box img {
    width: 100%;
}

.audio-bleed {
    margin-right: calc((100vw - 100%) / -2);
    margin-top: 70px;
    margin-bottom: 60px;
}

.audio-slider .swiper-slide {
    width: 16% !important;
}

.btn-dark-green{
    background-color: #296962;
    border-color: #296962;
}

.kid-end img {
    width: 100%;
}

section.nobody {
    background-color: #F3E2CA;
    padding: 80px 0px;
}

.te img {
    width: 100%;
}

.section-heading h3 {
    color: #296962;
    font-weight: bold;
    font-size: 34px;
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 0;
}

.section-heading h2 {
    color: #FD764D;
    font-family: 'NiceTogether';
    font-size: 95px;
    text-align: center;
    position: relative;
    line-height: 90px;
    padding-bottom: 12px;
}

.section-heading h2:before {
    position: absolute;
    content: "";
    height: 9px;
    background-color: #F07479;
    bottom: 0;
    width: 100%;
    left: 0;
}

.nobody-left {
    text-align: center;
    margin-top: 30px;
}

.nobody-left h4 {
    color: #296962;
    font-weight: bold;
    font-size: 27px;
}

.nobody-left p {
    color: #296962;
    font-size: 22px;
    line-height: 28px;
}

ul.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

ul.social-list li {
    flex: 0 0 48%;
}

ul.social-list li a {
    background-color: white;
    text-decoration: none;
    display: block;
    border-radius: 50px;
    color: #296962;
    border: 1px solid #707070;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    transition: all 0.4s ease;
}

ul.social-list li a i {
    color: #46B18D;
    position: absolute;
    left: 22px;
    top: 14px;
}

.explore h2 {
    color: #FD764D;
    font-family: 'NiceTogether';
    font-size: 80px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.explore h2:before {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 0;
    background-image: url(../img/ll.svg);
    background-size: cover;
}

.explore-link {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.explore-link a {
    color: #296962;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
}

.explore-link ul {
    width: 40%;
}

.explore-link ul li {
    margin: 5px 0px;
}

.explore {
    margin-top: 50px;
}

.btn-sm-green{
    border-radius: 9px;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px;
}

section.youtube {
    background-color: #46B18D;
    padding-top: 15px;
}

.yt img {
    width: 100%;
}

section.youtube p {
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.taes-pup img {
    width: 80%;
}

section.instgram-post ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.instgram-post ul li {
    flex: 0 0 16.66%;
    transition: all 0.4s ease;
}

section.instgram-post ul li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

section.instgram-post ul li a {
    display: block;
}

section.instgram-post ul li:hover {
    flex: 0 0 20%;
}

section.instgram-post ul:hover li:not(:hover) {
    flex: 0 0 calc((100% - 20%) / 5);
}

.wave-container {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    margin-top: -100px;
    z-index: 0;
}

.wave-container svg {
    width: 100%;
    height: 100%;
    display: block;
}


section.feeling .wave-container path {
    fill: #46B18C;
}


section.feeling .wave-container {
    margin-top: -58px;
}

section.testimonial.certification-testimonial-bottom path {
    fill: #f4dac1;
}

section.jump-right:before {
    content: "";
    width: 101%;
    height: 155px;
    background-color: #46b18d;
    top: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 0;
    border-radius: 100%;
}

.btn-green:hover {
    background-color: #FFB5B9;
    color: #E4584C;
    transform: scale(1.05);
    border-color: #FFB5B9;
}

.btn-transparent:hover {
    background-color: #46B18D;
    color: white;
    transform: scale(1.05);
}

ul.seen-logo li a:hover {
    transform: scale(1);
}

.presence-img {
    position: relative;
}

.middle-image {
    position: absolute;
    width: 102%;
    z-index: 1;
    left: -1%;
    top: -3%;
}

.presence-img > img.presence{
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    } to { 
        transform: rotate(360deg);
    }
}

.presence-animate {
    /*animation: rotateTwo 10s linear forwards;*/
}

@keyframes rotateTwo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg); /* 2 full rotations */
    }
}

.middle-image img {
    width: 100%;
}

.program-box:hover {
    transform: scale(1);
}


.slider-nav button:hover {
    background-color: #296962;
}

.slider-nav button:hover img {
    filter: invert(1) brightness(2);
    transform: scale(0.9);
}

.slider-nav button {
    transition: all 0.4s ease;
}

.slider-nav button img {
    transition: all 0.4s ease;
}

.audio-box {
    transition: all 0.4s ease;
    transform: scale(0.95);
}

.audio-box:hover {
    transform: scale(1);
}

.explore-link a:hover {
    text-decoration: underline;
}

ul.social-list li a:hover {
    background-color: #296962;
    color: white;
    transform: scale(1.05);
}

ul.social-list li a:hover i {
    color: white;
}

.btn-cream:hover {
    background-color: transparent;
    color: white;
    transform: scale(1.05);
    border-color: white;
}

.about-banner{
    background-image: url(../img/about-bg.webp);
    position: relative;
    height: 700px;
}

.about-banner:before{
    content: "";
    width: 102%;
    height: 125px;
    background-color: white;
    bottom: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 4;
    border-radius: 100%;
}

.course-banner::before {
    background-color: #296962;
}

.about-banner-img {
    text-align: center;
    /* width: 90%; */
    margin: 0 auto;
}

.about-banner-wrapper h3 {
    font-family: 'NiceTogether';
    color: #F3E2CA;
    font-size: 180px;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 17%;
}

.about-banner-img img {
    width: 100%;
    height: auto;
}

.about-banner-wrapper h2 {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 54%;
    font-size: 300px;
    display: inline-block;
    width: auto;
    text-align: right;
    font-weight: bold;
    line-height: 150px;
}

.about-banner-wrapper h2 span {
    font-size: 60px;
    display: block;
}

div#navbarSupportedContent {
    border-bottom: 1px solid #F3E2CA;
}

nav.navbar {
    padding-bottom: 0;
}

.green-paragraph p{
    color: #013B37;
}

.green-paragraph p{
    color: #013B37;
    font-size: 22px;
}

.green-paragraph p span {
    font-weight: bold;
}

.green-paragraph p span.italic {
    font-style: italic;
    font-weight: 400;
}

.section-heading h4.two-color {
    color: #E4584C;
    font-family: 'NiceTogether';
    font-size: 80px;
    font-weight: 400;
}

.section-heading h4.two-color span {
    color: #296962;
    font-family: 'Afacad', sans-serif;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
}

section.big-heart {
    background-color: #F3E2CA;
    padding: 100px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 40px; */
    z-index: 0;
}

.big-heart-img > img {
    width: 85%;
    transition: all 0.4s ease;
}

.big-heart-img {
    position: relative;
}

.lower-img {
    position: absolute;
    right: 0;
    bottom: -15%;
    width: 50%;
}

.lower-img img {
    width: 100%;
    transition: all 0.4s ease;
}

.big-heart-img {
    width: 90%;
}

section.big-heart:before {
    content: "";
    width: 102%;
    height: 319px;
    background-color: white;
    position: absolute;
    left: -2%;
    right: 0;
    z-index: 0;
    border-radius: 0;
    transform: rotate(7deg);
    bottom: -220px;
}

section.big-heart-two .container {
    position: relative;
}

.big-heart-two-bg {
    position: absolute;
    right: -3%;
    width: 40%;
    z-index: 1;
    top: -60%;
}

section.big-heart-two {
    /* overflow: hidden; */
}

.big-heart-two-img {
    width: 500px;
    position: absolute;
    top: -25%;
    z-index: 999999;
}

.big-heart-two-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 100%;
    object-position: center center;
}

.big-heart-two-bg img {
    width: 100%;
}

section.big-heart-two .section-heading h4.two-color {
    color: #46B18D;
    font-weight: 400;
}

section.big-heart-two .section-heading {
    margin-top: 40px;
}

.big-heart-three{
    background-image: url(../img/big-heart-three-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    position: relative;
    padding: 250px 0px;
    margin-top: -90px;
    z-index: 1;
}

.big-heart-three-img {
    position: absolute;
    width: 35%;
    left: 6%;
    top: 12%;
}

.big-heart-three-img img {
    width: 100%;
}

.white-paragraph p{
    color: white;
}

.section-heading.white-paragraph h4.two-color span{
    color: white;
}

.big-heart-three-testimonial h6 span {
    background-color: #E0A480;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.big-heart-three-testimonial h6 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.big-heart-three-testimonial {
    left: 21%;
    bottom: -65% !important;
    transition: all 0.4s ease;
}

section.big-heart-three .container {
    position: relative;
}

section.emotional-safety {
    position: relative;
    background: transparent linear-gradient(308deg, #E4584C 0%, #F07479 100%) 0% 0% no-repeat padding-box;
    padding: 600px 0 120px;
    margin-top: -22rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.emotional-safety-img {
    position: absolute;
    right: 0;
    width: 45%;
    height: 100%;
    bottom: -4px;
}

.emotional-safety-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.emotional-box {
    background: #E4584C;
    border-radius: 89px;
    padding: 60px;
    color: white;
    width: 75%;
    padding-right: 250px;
}

.emotional-box h2 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
}

.emotional-box p {
    font-size: 20px;
    line-height: 30px;
}

.emotional-box p span {
    font-weight: bold;
}

.emotional-box a {
    margin-top: 15px;
}

.certification-banner {
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
}

.certification-banner:before {
    content: "";
    width: 102%;
    height: 125px;
    background-color: #F3E2CA;
    bottom: -75px;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 3;
    border-radius: 100%;
}

.certification-banner-wrapper h6 {
    font-size: 35px;
}

.certification-banner-wrapper {
    color: white;
}

.certification-banner-wrapper h2 {
    color: #296962;
    font-size: 220px;
    font-family: 'NiceTogether';
    position: relative;
    line-height: 180px;
    margin: 0;
    margin-top: 50px;
}

.certification-banner-wrapper h2 span {
    position: absolute;
    top: -84px;
    left: 11%;
    color: #FFB5B9;
    font-family: 'Afacad';
    font-weight: bold;
    font-size: 55px;
    right: 0;
}

.certification-banner-wrapper p {
    font-size: 37px;
    line-height: 53px;
    margin-bottom: 40px;
}

.speaking-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/speaking-banner-bg.png);
    background-position: center center;
}

.speaking-banner-wrapper h2 {
    color: #E4584C;
    font-family: 'NiceTogether';
    font-size: 200px;
    line-height: 95px;
    position: relative;
    left: -30px;
}

.speaking-banner-wrapper h2 span {
    font-family: 'Afacad';
    color: #F3E2CA;
    font-size: 60px;
    display: block;
    text-align: right;
    position: relative;
    left: -18px;
}

.speaking-banner-wrapper p {
    color: white;
    font-size: 35px;
    line-height: 50px;
    width: 90%;
    margin: 30px auto 30px;
}

section.awards {
    background-color: #E4584C;
    padding: 30px 0px;
    margin-top: 50px;
}

section.awards p {
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.awards {
    overflow: hidden;
    background: #000; /* optional */
    padding: 20px 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee__inner {
    display: inline-flex;
    gap: 60px;
    animation: marquee 18s linear infinite;
}

/* Animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.bring-big-heart:before{
    display: none;
}

section.big-heart.bring-big-heart {
    z-index: 0;
    margin-top: 0;
    overflow: visible;
    padding-bottom: 50px;
}


section.big-heart.bring-big-heart h3 {
    margin-bottom: 20px;
    font-size: 45px;
}

section.big-heart.bring-big-heart .btn-green {
    margin-top: 20px;
}

.wave-container.wave-container-bottom {
    top: auto;
    bottom: -92px;
    margin: 0;
}

.wave-container.wave-container-bottom path {
    fill: #F3E2CA;
}

section.topic {
    padding: 100px 0px;
    background: transparent linear-gradient(177deg, #F3E2CA 0%, #E4584C 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.topic-slider {
    padding-left: 15%;
    padding-right: 15%;
}

.topic-slider .swiper-slide {
    width: 420px;
}

/* Optional: responsive tweak */
@media (max-width: 991px) {
    .topic-slider {
        padding-left: 8%;
        padding-right: 8%;
    }

    .topic-slider .swiper-slide {
        width: 300px;
    }
}

.topic-box {
    padding: 50px;
    color: white;
    background: #296962 0% 0% no-repeat padding-box;
    border-radius: 70px;
}

.topic-box h2 {
    color: #013B37;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}

.topic-box h5 {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.topic-box .program-box-lower {
    justify-content: end;
}

.topic-box i {
    font-size: 25px;
    margin-bottom: 15px;
}

.topic-box .btn-transparent {
    margin-top: 20px;
}

.swiper-slide:nth-child(1) .topic-box {
    background: #013B37;
}

.swiper-slide:nth-child(1) .topic-box h2 {
    color: #46B18D;
}

.topic-box p.low {
    color: #F3E2CA;
    font-size: 17px;
    line-height: 22px;
}

.swiper-slide:nth-child(3) .topic-box {
    background: #46B18D;
}

.swiper-slide:nth-child(4) .topic-box {
    background: #E4584C;
}

.swiper-slide:nth-child(4) .topic-box h2{
    color: #FFB5B9;
}

.topic .section-heading h3 {
    font-size: 40px;
}

.topic-bleed {
    margin-top: 60px;
}

.topic-bleed .swiper-slide {
    height: auto;
    display: flex;
}

.topic-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.program-box-lower {
    margin-top: auto;
}

.topic-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    padding: 16px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    border: 1px solid #296962;
}

.topic-nav button img {
    width: 100%;
}

.topic-nav {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 30px;
}

section.speaking-slider ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.speaking-slider ul li {
    flex: 0 0 24.5%;
    margin-bottom: 10px;
}

section.speaking-slider ul li img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

section.big-heart.bring-big-heart:after {
    content: "" !important;
    width: 100%;
    height: 100px;
    background-color: #f3e2ca;
    bottom: -51px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    border-radius: 100%;
}


section.in-condition {
    background: transparent linear-gradient(121deg, #46B18D 0%, #013B37 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0px;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.in-condition-box {
    background: rgba(41, 105, 98, 0.83);
    border-radius: 43px;
    padding: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 100px;
    position: relative;
}

.in-condition-box p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
}

.btn-dark-orange {
    background-color: #E4584C;
    color: white;
    border-color: #E4584C;
}

.in-condition-box .btn-dark-orange{
    margin-top: 20px;
}

.in-condition-img {
    position: absolute;
    right: 0;
    width: 55%;
    top: 0;
    z-index: 1;
}

.in-condition-img img {
    width: 100%;
}

section.let-talk {
    padding: 100px 0;
    position: relative;
    background-image: url(../img/lets-talk-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -2rem;
    z-index: 2;
}

.talk-box h3 {
    align-items: center;
    justify-content: center;
    font-size:   40px;
}

.talk-box .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.talk-box .section-heading p {
    color: #013B37;
    font-size: 22px;
    line-height: 29px;
    width: 80%;
    margin: 20px auto 10px;
}

.talk-box .section-heading h6 {
    color: #013B37;
    font-size: 22px;
}

.talk-box input, .talk-box textarea {
    height: 55px;
    border-radius: 20px;
    padding-left: 25px;
    border-color: white;
}

.talk-box .form-group {
    margin-bottom: 20px;
}

.talk-box textarea {
    height: 120px;
    padding-top: 15px;
}

.talk-box input::placeholder, .talk-box textarea::placeholder {
    color: #013B37;
    opacity: 1;
}

.date-input {
    position: relative;
    color: transparent;
}

/* Fake placeholder */
.date-input::before {
    content: "EVENT DATE";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #013B37;
    pointer-events: none;
}

/* Show date value on focus or when valid */
.date-input:focus,
.date-input:valid {
    color: #000;
}

/* Remove fake placeholder when active */
.date-input:focus::before,
.date-input:valid::before {
    content: "";
}


section.let-talk .wave-container path {
    fill: #f2d7c0;
}

section.resources {
    padding: 100px 0px;
}

section.let-talk .wave-container-bottom path {
    fill: white;
}

.resources-box h4 {
    color: #013B37;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.resources-box ul {
    padding-left: 40px;
    color: #013B37;
    font-size: 20px;
}

.resources-box ul a {
    color: #46B18D;
    text-decoration: underline;
    font-weight: bold;
}

.resources-box ul li {
    margin: 20px 0px;
}

.resources-box p {
    color: #013B37;
    font-size: 20px;
    margin-top: 40px;
}

.last-link a {
    color: #46B18D;
    font-size: 20px;
    font-weight: bold;
}

.last-link {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.last-link i {
    color: #013B37;
    font-size: 16px;
    margin-left: 10px;
}

.course-banner {
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

.course-img {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
}

.course-img img {
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.course-banner-wrapper h6 {
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
    line-height: 40px;
}

.course-banner-wrapper h2 {
    font-family: 'NiceTogether';
    color: #FFB5B9;
    font-size: 120px;
    margin: 0;
    line-height: 100px;
}

.course-banner-wrapper h2 span {
    font-family: 'Afacad';
    margin-left: 20px;
}

.course-banner-wrapper h3 {
    font-family: 'NiceTogether';
    color: #296962;
    font-size: 125px;
    line-height: 70px;
    margin-bottom: 40px;
}


.heading h2 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px;
}

.heading-cream h2{
    color: #F3E2CA;
}

.heading p, .heading ul li {
    font-size: 20px;
    line-height: 28px;
}

.heading p {
    margin-bottom: 25px;
}

.text-white p{
    color: #FFFFFF;
}

section.safe{
    position: relative;
    padding-top: 60px;
    padding-bottom: 300px;
}

section.safe:before{
    content: "";
    position: absolute;
    background-image: url(../img/safe-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
    top: 0;
}

.heading-green h2{
    color: #296962;
}

.text-green p {
    color: #296962;
}

.heading h6{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

.text-green h6{
    color: #013B37;
}

section.classroom {
    background-image: url(../img/classroom-bg.png);
    padding: 200px 0px 200px;
    position: relative;
    margin-top: 0;
    background-size: 100% 100%;
    margin-top: -4rem;
}

.dark-oranage-wave path{
    fill: #fc7d55;
}

.classroom-box h6 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.classroom-box p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.classroom-box {
    background-color: #E4584C;
    border-radius: 48px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0px;
    height: 88%;
    transition: all 0.4s ease;
}

.classroom-img {
    flex: 0 0 104px;
}

.row > .col-lg-6:nth-child(2) .classroom-box {
    background: #FD764D;
}

.row > .col-lg-6:nth-child(3) .classroom-box {
    background: #E59F57;
}

.row > .col-lg-6:nth-child(4) .classroom-box {
    background: #F07479;
}

section.simple {
    padding-bottom: 150px;
    position: relative;
}

.simple-img {
    position: absolute;
    width: 55%;
    right: 0;
    top: -14rem;
    z-index: 9;
}

section.module {
    background-image: url(../img/module-bg.png);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -10rem;
}

.ballon-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    top: -50px;
}

.module .row > .col-lg-4 {
    display: flex;
}

.module-box {
    background-color: #FFB5B9;
    text-align: center;
    border-radius: 70px;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 90%;
    color: #000;
    align-items: center;
    width: 100%;
    margin: 17px 0px;
    border: 1px solid #FFB5B9;
    transition: all 0.4s ease;
}

.module-box .btn {
    margin-top: auto;
}

.module-box i {
    color: white;
    font-size: 25px;
}

.module-box h6 {
    font-family: 'NiceTogether';
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 10px;
}

.module-box h2 {
    text-transform: uppercase;
    color: #F07479;
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    margin: 12px 0px;
}

.module-box p {
    color: white;
    margin: 0;
    font-size: 17px;
}

.row > .col-lg-4:nth-child(2) .module-box {
    background: #F07479;
    border-color: #F07479;
}

.row > .col-lg-4:nth-child(2) .module-box h2 {
    color: #FFB5B9;
}

.row > .col-lg-4:nth-child(2) .module-box h6 {
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(2) .module-box i {
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(3) .module-box{
    background-color: #E0A480;
    border-color: #E0A480;
}

.row > .col-lg-4:nth-child(3) .module-box h6, .row > .col-lg-4:nth-child(3) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(3) .module-box h2{
    color: #E4584C;
}

.row > .col-lg-4:nth-child(4) .module-box{
    background-color: #E59F57;
    border-color: #E59F57;
}

.row > .col-lg-4:nth-child(4) .module-box h6, .row > .col-lg-4:nth-child(4) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(4) .module-box h2{
    color: #E4584C;
}

.row > .col-lg-4:nth-child(5) .module-box{
    background-color: #FD764D;
    border-color: #FD764D;
}

.row > .col-lg-4:nth-child(5) .module-box h6, .row > .col-lg-4:nth-child(5) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(5) .module-box h2{
    color: #FFB5B9;
}

.row > .col-lg-4:nth-child(6) .module-box{
    background-color: #E4584C;
    border-color: #E4584C;
}

.row > .col-lg-4:nth-child(6) .module-box h6, .row > .col-lg-4:nth-child(6) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(6) .module-box h2{
    color: #296962;
}

.row > .col-lg-4:nth-child(7) .module-box{
    background-color: #46B18D;
    border-color: #46B18D;
}

.row > .col-lg-4:nth-child(7) .module-box h6, .row > .col-lg-4:nth-child(7) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(7) .module-box h2{
    color: #296962;
}

.row > .col-lg-4:nth-child(8) .module-box{
    background-color: #296962;
    border-color: #296962;
}

.row > .col-lg-4:nth-child(8) .module-box h6, .row > .col-lg-4:nth-child(8) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(8) .module-box h2{
    color: #46B18D;
}

.row > .col-lg-4:nth-child(9) .module-box{
    background-color: #013B37;
    border-color: #013B37;
}

.row > .col-lg-4:nth-child(9) .module-box h6, .row > .col-lg-4:nth-child(9) .module-box i{
    color: #F3E2CA;
}

.row > .col-lg-4:nth-child(9) .module-box h2{
    color: #46B18D;
}

section.module .heading {
    margin-top: -30px;
}

.heading ul {
    padding-left: 0;
}

section.heart-classroom {
    position: relative;
    background-color: white;
    padding: 50px 0px;
}

.wave-container-white path{
    fill: white;
}

.heart-classroom-img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}

section.classroom-now {
    background-size: cover;
    background-image: url(../img/classroom-now-bg.png);
    padding-bottom: 80px;
    padding-top: 25rem;
    position: relative;
    margin-top: -12rem;
}

.classroom-now-img {
    text-align: center;
}

.classroom-now-image{
    width: 80%;
    /* height: 400px; */
    /* background-color: #ff000038; */
    margin: 50px auto 40px;
}

.classroom-now-img h4 {
    color: #F3E2CA;
    font-weight: bold;
    font-size: 64px;
    margin-bottom: 20px;
}


section.heart-classroom .testimonial-box {
    right: 0;
    bottom: -15% !important;
    z-index: 9;
}

section.heart-classroom .container {
    position: relative;
}

.simple-img img {
    width: 100%;
}

.classroom-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.ballon-img img {
    width: 100%;
}

.heart-classroom-img img {
    width: 100%;
}

.classroom-now-image img {
    width: 100%;
}

.topic-box img {
    margin-bottom: 15px;
}

.contact-banner{
    background: transparent linear-gradient(90deg, #E4584CFC 0%, #E0A480 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

.contact-banner:before{
    background-color: #296962;
}


.contact-banner-wrapper h3 {
    font-family: 'NiceTogether';
    color: #296962;
    font-size: 200px;
    margin: 0;
    line-height: 120px;
}

.contact-banner-wrapper {
    text-align: center;
}

.contact-banner-wrapper h2 {
    color: #FFFFFF;
    margin: 0;
}

.btn-orange:hover {
    background-color: #E4584C;
    color: white;
    transform: scale(1.05);
    border-color: #E4584C;
}

section.booking-inquiries{
    background-image: url(../img/booking-inquiries-bg.png);
    background-position: right bottom;
    padding-bottom: 200px;
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

section.booking-inquiries .container {
    position: relative;
}

.booking-ballon-img {
    position: absolute;
    width: 200px;
    top: -17rem;
}

.booking-ballon-img img {
    width: 100%;
}

.heading-pink h3 {
    color: #EDA7AA;
    font-size: 45px;
    font-weight: bold;
    font-=w: ;
    font-=w: b;
    margin-bottom: 30px;
}

section.booking-inquiries .heading p {
    font-size: 24px;
    line-height: 32px;
}

.contact-wrapper {
    position: relative;
}

.image-slider {
    position: relative;
    width: 100%;
    height: 700px;
    top: -2rem;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow 8s infinite steps(1, end);
    left: 0;
    right: 0;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 2s; }
.slide:nth-child(3) { animation-delay: 4s; }
.slide:nth-child(4) { animation-delay: 6s; }

@keyframes slideShow {
    0%   { opacity: 1; }
    24.99% { opacity: 1; }
    25%  { opacity: 0; }
    100% { opacity: 0; }
}


section.let-talk.inquery{
    background-image: url(../img/inquery-bg.png);
    padding: 350px 0 200px;
    margin-top: -20rem;
    position: relative;
    z-index: 0;
}

.talk-box p a {
    color: #013B37;
}

.inquery-hot-baloon {
    position: absolute;
    right: 5%;
    width: 320px;
    transform: rotate(15deg);
}

.inquery-hot-baloon img {
    width: 100%;
}

section.feeling.inner-feeling{
    padding-bottom: 80px;
}

.bouquet-condition {
    bottom: -15%;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 2;
}

.bouquet-condition img {
    width: 100%;
}

.simple-img .testimonial-box {
    border: 1px solid #707070;
    bottom: -5% !important;
    left: 15%;
}

.nobody .section-heading img {
    animation: gentleFloat 1.2s ease-in-out infinite;
}

@keyframes gentleFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.certification-img {
    position: absolute;
    right: -4%;
    width: 55%;
}

.certification-img img {
    width: 100%;
    transform: scaleX(-1);
}

.emotional-wisdom{
    background-image: url(../img/emotional-wisdom-bg.png);
    background-size: 100% 100%;
    background-position: bottom;
    padding: 30px 0px 150px;
}

.big-heart-emotional-testimonial {
    position: relative;
    left: 0;
    right: 0;
    top: auto !important;
    bottom: auto !important;
    margin-top: 9rem;
    border: 1px solid #707070;
    transition: all 0.4s ease;
}

.big-heart-emotional-testimonial p {
    font-weight: 500;
}

.text-dark-green p, .text-dark-green ul li{
    color: #013B37;
}

.emotional-wisdom-flower-wrapper {
    position: relative;
    top: 4rem;
}

.emotional-wisdom-flower {
    position: absolute;
    width: 90%;
    top: -13rem;
    left: -1rem;
}

.emotional-wisdom-flower img {
    width: 100%;
}

.believe-emotional-wrapper{
    background-image: url(../img/believe-emotional-wrapper-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    margin-top: -3rem;
}

.middle-certified .col-lg-6:nth-child(2) .big-heart-certified-box{
    background-color: #FD764D;
    border-color: #FD764D;
}

.big-heart-certified-box {
    background-color: #E4584C;
    border-radius: 48px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 25px;
    margin: 15px 0px;
    position: relative;
    border: 1px solid #E4584C;
    transition: all 0.4s ease;
}

.big-heart-certified-box p {
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.middle-certified .col-lg-6:nth-child(3) .big-heart-certified-box {
    background-color: #E59F57;
    border-color: #E59F57;
}

.middle-certified .col-lg-6:nth-child(4) .big-heart-certified-box {
    background-color: #F07479;
    border-color: #F07479;
}

.middle-certified .col-lg-6:nth-child(5) .big-heart-certified-box {
    background-color: #FFB5B9;
    border-color: #FFB5B9;
}

.lower-certified h6 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.lower-certified p {
    font-size: 18px;
    color: white;
}

.lower-certified {
    margin-top: 40px;
}

.middle-certified {
    margin-top: 50px;
}

section.believe-emotional {
    margin-bottom: 150px;
}

section.big-heart-certified {
    margin-top: -7rem;
}

.big-heart-certified-img {
    margin-top: 0;
}

.finally{
    background-image: url(../img/finally-bg.png);
    background-size: cover;
    padding: 150px 0px 100px;
    margin-top: -8rem;
    overflow: hidden;
}

.finally-box {
    background-color: white;
    border-radius: 49px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 60px;
    width: 102%;
    transition: all 0.4s ease;
}

.finally-box:hover {
    transform: translate(-3px, 0px);
}

.heading h1 {
    font-family: 'NiceTogether';
    font-size: 100px;
    margin: 0;
    line-height: 80px;
}

.heading-h1-green h1{
    color: #46B18D;
}

.heading ul li {
    margin-bottom: 15px;
}

.finally-box .heading ul {
    margin-bottom: 25px;
}

.finally-box .heading h2 {
    margin-bottom: 30px;
}

section.certification-for {
    background-image: url(../img/certification-for-bg.png);
    padding: 60px 0 200px;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.certification-for-box {
    background-color: #013B37;
    border-radius: 70px;
    text-align: center;
    padding: 35px 0px;
    margin: 15px 0px;
    transition: all 0.4s ease;
}

.certification-for-box h6 {
    color: #F3E2CA;
    font-weight: bold;
    margin-top: 10px;
}

.certification-for-box h3 {
    font-family: 'NiceTogether';
    color: #46B18D;
    font-size: 90px;
    margin: 0;
}

.certification-for-box p {
    color: #F5FFFE;
    font-size: 19px;
    line-height: 28px;
    padding: 0 45px;
}

.middle-certification-for .col-lg-4:nth-child(2) .certification-for-box{
    background-color: #296962;
    border-color: #296962;
}

.middle-certification-for .col-lg-4:nth-child(2) .certification-for-box h3{
    color: #013B37;
}

.middle-certification-for .col-lg-4:nth-child(3) .certification-for-box{
    background-color: #46B18D;
    border-bottom: #46B18D;
}

.middle-certification-for .col-lg-4:nth-child(3) .certification-for-box h3{
    color: #296962;
}

.middle-certification-for .col-lg-6 .certification-for-box{
    background-color: #E4584C;
}

.middle-certification-for .col-lg-6 .certification-for-box h3{
    color: #FFB5B9;
}

.middle-certification-for .col-lg-6:nth-child(2) .certification-for-box{
    background-color: #F07479;
}

.middle-certification-for .col-lg-6:nth-child(2) .certification-for-box h3{
    color: #FFB5B9;
}

.middle-certification-for > .col-lg-6:nth-child(4) .certification-for-box {
  background-color: #E4584C;
  border-color: #E4584C;
}

.middle-certification-for > .col-lg-6:nth-child(4) h3 {
  color: #FFB5B9;
}

.middle-certification-for > .col-lg-6:nth-child(5) .certification-for-box {
  background-color: #F07479;
  border-color: #F07479;
}

.middle-certification-for > .col-lg-6:nth-child(5) h3 {
  color: #FFB5B9;
}

.matter img {
    width: 90%;
    margin: 0 auto;
    transition: all 0.4s ease;
}

.matter {
    text-align: center;
    margin-top: 60px;
}

.matter p {
    color: #013B37;
    font-size: 26px;
}

.matter h5 {
    color: #296962;
    font-weight: bold;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
}

span.italic {
    font-style: italic;
}

.matter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.matter ul li {
    background-color: #296962;
    border-radius: 50px;
    border: 1px solid #707070;
    color: #FFFFFF;
    padding: 0 33px;
    flex: 0 0 30%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #296962;
    transition: all 0.4s ease;
}

.guide-content {
    background-color: #FACCCED4;
    border-radius: 43px;
    padding: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s ease;
}

section.guide {
    background: #FFB5B9 0% 0% no-repeat padding-box;
    position: relative;
    margin-top: -130px;
    padding-top: 140px;
    padding-bottom: 25px;
}

.guide-img {
    position: absolute;
    right: 0;
    width: 60%;
    bottom: 0;
    z-index: 1;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.guide-img img {
    width: auto;
    height: 100%;
}

.guide-box.heading {
    position: relative;
    z-index: 1;
}

.guide-box h6 {
    font-weight: bold;
    color: #296962;
    margin: 0;
    font-size: 30px;
}

.guide-box h2 {
    color: #E4584C;
    font-family: 'NiceTogether';
    font-size: 100px;
    font-weight: 400;
    margin: 0;
}

.certification-testimonial{
    z-index: 1;
}

.wave-container-bottom-white path{
    fill: white !important; 
}

section.greatest-impact {
    position: relative;
    padding: 100px 0px;
    margin-bottom: 30px;
}

.greatest-impact-img {
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
    top: 30px;
}

.greatest-impact-img img {
    width: 100%;
}

.module.certification-module {
    padding-top: 250px;
    position: relative;
    z-index: 1;
}

.certification-testimonial-bottom{
    background: transparent linear-gradient(180deg, #F3E2CA 0%, #FD764D 100%) 0% 0% no-repeat padding-box;
    padding-top: 45px;
    padding-bottom: 80px;
}

.certification-testimonial-bottom h2{
    color: #296962 !important;
}

section.training {
    position: relative;
    padding-top: 85px;
}

.training-img {
    position: absolute;
    width: 48%;
    z-index: 1;
    top: 3rem;
}

.training-img img {
    width: 100%;
}

.heading-h6-green{
    color: #013B37;
}

.heading h6{
    font-size: 24px;
    margin-bottom: 30px;
}

.receive{
    background-image: url(../img/receive-bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
    padding-top: 400px;
    margin-top: -14rem;
    padding-bottom: 300px;
}

.big-heart-certified-box.small-big-heart-certified-box p {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
}

.big-heart-certified-box.small-big-heart-certified-box img {
    width: 80px;
    flex: 0 0 80px;
}

.right-big-heart-certified-box h6 {
    color: #F3E2CA;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.right-big-heart-certified-box {
    text-align: left;
    margin-left: auto;
    width: 52%;
}

.right-big-heart-certified-box * {
    text-align: left !important;
}

.right-big-heart-certified-box p strong {
    font-size: 20px;
}

.right-big-heart-certified-box ul {
    padding-left: 0px;
}

.right-big-heart-certified-box ul li p {
    font-size: 20px;
}

.right-big-heart-certified-box ul li {
    margin: 15px 0px;
}

.left-big-heart-certified-box {
    position: absolute;
    width: 40%;
    top: -25px;
    left: 5%;
    height: 150%;
}

.left-big-heart-certified-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.enroll{
    background-image: url(../img/enroll-bg.png);
    background-size: cover;
    background-position: top;
    padding-top: 60px;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

section.enroll .heading img {
    width: 80px;
    margin-bottom: 30px;
}

.enroll-box h2 {
    font-size: 30px;
    line-height: 38px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.module-box.enroll-box h2:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #F3E2CA;
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.enroll-box p {
    text-align: left;
    margin-bottom: 10px;
}

.pricing-box {
    background-color: white;
    border-radius: 29px;
    margin-bottom: 60px;
}

.pricing-upper {
    background-color: #E4584C;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    height: 80px;
}

.pricing-upper h2 {
    color: white;
    margin: 0;
    font-weight: bold;
    font-size: 30px;
}

.pricing-upper a {
    background-color: white;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 28px;
    color: #E4584C;
}

.pricing-lower {
    padding: 30px;
}

.pricing-lower p {
    text-transform: uppercase;
    color: #296962;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
}

.pricing-lower h4 {
    color: #013B37;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}

.pricing-lower .btn-orange {
    background-color: #F3E2CA;
    border-color: #F3E2CA;
    color: #E4584C;
    padding: 8px 30px;
}

.orange-pricing-box .pricing-upper{
    background-color: #FD764D;
}

section.waiting {
    padding: 80px 0px;
}

.faqs{
    background-image: url(../img/faq-banner.png);
    background-size: 100% 100%;
    padding: 100px 0 120px;
    position: relative;
    z-index: 1;
}

.faqs-wrapper .accordion-item{
    margin-bottom: 15px;
    background-color: transparent;
    border: 0;
}

.faqs-wrapper .accordion-item p {
    color: #013B37;
    font-size: 20px;
    line-height: 28px;
    padding-left: 15px;
    margin: 0;
}

.faqs-wrapper .accordion-button{
    color: #013B37;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px !important;
    padding: 25px 20px;
    background-color: white;
}

.accordion-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055"; /* plus */
    margin-right: 15px;
    color: #46B18D;
}

.accordion-button:not(.collapsed)::before {
    content: "\f056"; /* minus */
}

.accordion-button::after{
    display: none;
}

.faqs-wrapper {
    margin-bottom: 60px;
}

.big-heart-three-testimonial h6 span img {
    width: 100%;
    height: 100%;
}

.big-heart-img:hover > img {
    transform: scale(1.05);
}

.lower-img:hover img {
    transform: scale(1.05);
}

.big-heart-three-testimonial:hover, .big-heart-emotional-testimonial:hover {
    transform: scale(1.05);
    background-color: #013B37;
}

.big-heart-three-testimonial:hover *, .big-heart-emotional-testimonial:hover * {
    color: white;
}

.big-heart-certified-img:hover img {
    transform: scale(0.9);
}

.big-heart-certified-img img {
    transition: all 0.4s ease;
}

.big-heart-certified-box:hover {
    background-color: white;
    transform: scale(1.05);
}

.big-heart-certified-box:hover p {
    color: #E4584C;
}

.middle-certified .col-lg-6:nth-child(2) .big-heart-certified-box:hover {
    background-color: white;
}

.middle-certified .col-lg-6:nth-child(2) .big-heart-certified-box:hover p {
    color: #FD764D;
}

.middle-certified .col-lg-6:nth-child(3) .big-heart-certified-box:hover {
    background-color: white;
}

.middle-certified .col-lg-6:nth-child(3) .big-heart-certified-box:hover p {
    color: #E59F57;
}

.middle-certified .col-lg-6:nth-child(4) .big-heart-certified-box:hover {
    background-color: white;
}

.middle-certified .col-lg-6:nth-child(4) .big-heart-certified-box:hover p {
    color: #F07479;
}

.middle-certified .col-lg-6:nth-child(5) .big-heart-certified-box:hover {
    background-color: white;
}

.middle-certified .col-lg-6:nth-child(5) .big-heart-certified-box:hover p {
    color: #FFB5B9;
}

.certification-for-box:hover {
    background-color: white;
    transform: scale(1.05);
}

.certification-for-box:hover p {
    color: #013B37;
}

.certification-for-box:hover h6 {
    color: black;
}

.certification-for-box:hover img {
    filter: invert(1);
}

.middle-certification-for .col-lg-4:nth-child(2) .certification-for-box:hover {
    background-color: white;
}

.middle-certification-for .col-lg-4:nth-child(2) .certification-for-box:hover p {
    color: #296962;
}

.middle-certification-for .col-lg-4:nth-child(3) .certification-for-box:hover {
    background-color: white;
}

.middle-certification-for .col-lg-4:nth-child(3) .certification-for-box:hover p {
    color: #46B18D;
}

.middle-certification-for > .col-lg-6:nth-child(4) .certification-for-box:hover {
    background-color: white;
}

.middle-certification-for > .col-lg-6:nth-child(4) .certification-for-box:hover p {
    color: #E4584C;
}

.middle-certification-for > .col-lg-6:nth-child(5) .certification-for-box:hover {
    background-color: white;
}

.middle-certification-for > .col-lg-6:nth-child(5) .certification-for-box:hover p {
    color: #F07479;
}

.matter img:hover {
    transform: scale(1.05);
}

.matter ul li:hover {
    background-color: white;
    color: #296962;
    transform: translate(0px, -10px);
}

.guide-content:hover {
    background-color: #FACCCE;
}

.module-box:hover {
    background-color: white;
    transform: scale(1.05);
}

.module-box:hover p {
    color: #FFB5B9;
}

.module-box:hover h6 {
    color: #FFB5B9;
}

.module-box:hover img {
    filter: invert(1);
}

.row > .col-lg-4:nth-child(2) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(2) .module-box:hover p, .row > .col-lg-4:nth-child(2) .module-box:hover h6 {
    color: #F07479;
}

.row > .col-lg-4:nth-child(3) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(3) .module-box:hover p, .row > .col-lg-4:nth-child(3) .module-box:hover h6 {
    color: #E0A480;
}

.row > .col-lg-4:nth-child(4) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(4) .module-box:hover p, .row > .col-lg-4:nth-child(4) .module-box:hover h6 {
    color: #E59F57;
}

.row > .col-lg-4:nth-child(5) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(5) .module-box:hover p, .row > .col-lg-4:nth-child(5) .module-box:hover h6 {
    color: #FD764D;
}

.row > .col-lg-4:nth-child(6) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(6) .module-box:hover p, .row > .col-lg-4:nth-child(6) .module-box:hover h6 {
    color: #E4584C;
}

.row > .col-lg-4:nth-child(7) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(7) .module-box:hover p, .row > .col-lg-4:nth-child(7) .module-box:hover h6 {
    color: #46B18D;
}

.row > .col-lg-4:nth-child(8) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(8) .module-box:hover p, .row > .col-lg-4:nth-child(8) .module-box:hover h6 {
    color: #296962;
}

.row > .col-lg-4:nth-child(9) .module-box:hover {
    background-color: white;
}

.row > .col-lg-4:nth-child(9) .module-box:hover p, .row > .col-lg-4:nth-child(9) .module-box:hover h6 {
    color: #013B37;
}

.classroom-box:hover {
    background-color: white !important;
    transform: scale(1.05);
}

.classroom-box:hover * {
    color: black;
}

.lower-certified-p-high p {
    font-size: 24px;
}

.btn-enroll:hover{
    background-color: #296962;
}

.btn-start-now:hover{
    background-color: #296962;
}

.top-left-content p {
    display: none;
}

.top-left-image a {
    display: none;
}

.mobile-logo{
    display: none;
}

.mobile-social-list{
    display: none;
}

.explore-btn{
    display: none;
}

.header-menu a {
    display: none;
}

button.btn-close {
    background-color: #46B18D;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    opacity: 1;
    color: black;
    padding: 0;
    position: absolute;
    right: -30px;
    top: -20px;
}

.modal-header {
    padding: 0;
    border: 0;
}
button.btn-close {
    background-color: #46B18D;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    opacity: 1;
    color: black;
    padding: 0;
    position: absolute;
    right: -20px;
    top: -15px;
    z-index: 1;
    font-size: 20px;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-content {
    border-radius: 63px;
}

.modal-body {
    background-color: #faf7f6;border-radius: 63px;
    
}

div#emailModal .modal-dialog {
    max-width: 800px;
}

#emailModal .modal-footer {
    background-color: #F07479;
    border-bottom-left-radius: 63px;
    border-bottom-right-radius: 63px;
}

#emailModal .modal-footer {
    background-color: #F07479;
    border-bottom-left-radius: 63px;
    border-bottom-right-radius: 63px;
    padding: 30px 30px;
}

#emailModal .modal-footer .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#emailModal .modal-footer .row {
    width: 100%;
}

#emailModal .modal-footer input {
    height: 50px;
    padding-left: 18px;
    border-radius: 12px;
}

.email-right h5 {
    color: #E4584C;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.email-right h6 {
    color: #013B37;
    font-weight: bold;
}

.email-right p {
    color: #013B37;
}

.email-right ul li {
    color: #013B37;
    display: flex;
    gap: 10px;
}

.email-right ul li p {
    margin: 0;
}

.email-right ul li i {
    position: relative;
    top: 6px;
    width: 20px;
    flex: 0 0 20px;
    color: #46b18d;
}

.email-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.email-modal-image {
    height: 100%;
}


div#emailModal .modal-body {
    padding: 0;
}

.email-right {
    padding-top: 35px;
    padding-bottom: 40px;
    padding-right: 30px;
}

.heading ul li img {
    margin-right: 9px;
}

.heading ul li p {
    display: flex;
    align-items: center;
    gap: 6px;
}

.right-big-heart-certified-box ul li p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.waitlist-form h5 {
    color: #E4584C;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.waitlist-form {
    padding: 30px;
}

.waitlist-form input {
    height: 50px;
    margin-bottom: 22px;
}

.waitlist-form h5 {
    color: #E4584C;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.waitlist-form {
    padding: 30px;
}

.waitlist-form input, .waitlist-form select {
    margin-bottom: 22px;
    height: 55px;
    border-radius: 20px;
    padding-left: 25px;
    border-color: white;
}

.waitlistModal .modal-body {
    background: url(../img/inquery-bg.png);
    background-size: cover;
}

.waitlist-form textarea.form-control {
    height: 120px;
    border-radius: 20px;
    padding-top: 15px;
    padding-left: 23px;
    padding-right: 23px;
}


.waitlist-form input::placeholder, .waitlist-form textarea::placeholder {
    color: #013B37;
    opacity: 1;
    text-transform: uppercase;
}


header.tutor-course-details-header.tutor-mb-44 {
    background: white;
    margin-top: 80px;
    border: 0;
}