:root {
    --primary-red: #ee353a;
    --primary-orange: #ff6928;
    --primary-pink: #ff6b9d;
    --pirmary-pink-light: #ffeef4;
    --primary-cyan: #4ecdc4;
    --primary-cyan-light: #edfffe;
    --primary-yellow: #dfb200;
    --primary-yellow-light: #f8e69c;
    --primary-sky-blue: #2b94de;
    --primary-blue: #08358a;

    --dark-text: #2c3e50;
    --blue-text: #406ec4;
    --white-text: #fff;
    --black-text: #000000;
    --yellow-text: #eeb117;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: var(--dark-text);
    line-height: 1.42857143 !important;
    overflow-x: hidden;
}

p {
    color: var(--black-text);
}

a {
    text-decoration: none !important;
}
/* top header section */
/* .navbar {
  padding: 1rem 0;
}
.navbar-brand {
  margin: 1px;
  padding: 1px;
  font-weight: bold;

} */

/* Menu Css Here*********************************************************/
.navbar-brand {
    height: 80px;
    width: 172px;
    padding: 2px;
    margin: 0;
}

.navbar-nav .nav-link:hover {
    color: #ee353a !important;
}

.navbar-nav li:hover > ul.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: -5px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-expand-lg .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    font-family: "Poppins", Poppins;
    padding: 34px 10px !important;
    text-align: center;
    font-weight: 700;
}
.dropdown-submenu > a::after {
    transform-origin: center;
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 8px;
    vertical-align: middle;
    opacity: 0.6;
    transition: color 0.2s, opacity 0.2s;
    font-size: 0.85em;
}
.navbar-nav > li > a {
    line-height: 20px;
}
.dropdown-menu > li:hover,
.dropdown-menu > li:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #fca8a8;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.navbar-expand-lg .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    font-family: "Poppins", Poppins;
    padding: 10px 5px !important;
    text-align: left;
    font-weight: 700;
}

.navbar-nav .nav-item.active .nav-link {
    color: #ee353a !important;
}
.btn-call {
    color: #fff !important;
    background-color: #ff7400 !important;
    border-color: #e86e08 !important;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 15px;
    font-family: "Poppins-SemiBold", Poppins;

    display: flex;
    justify-items: center;
    justify-content: space-between;
    justify-items: baseline;
}

@media (min-width: 992px) {
    .dropdown-submenu:hover > a::after {
        color: #ee353a;
        content: "\f105";
        opacity: 1;
        transform: rotate(-90deg) !important;
    }
    ul.dropdown-menu::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 20%;
        border-style: solid;
        border-width: 0 11px 11px 11px;
        border-color: rgba(0, 0, 0, 0) rgba(243, 243, 243, 0) #d8181d
            rgba(0, 0, 0, 0);
    }
    li.dropdown-submenu > .dropdown-menu::before {
        border: none !important;
        content: "";
    }
    ul.dropdown-submenu,
    .dropdown-submenu::before {
        content: "";
        border: none;
    }
    .navbar-nav > li.nav-item {
        border-right: 1px solid #fde03e;
    }
    .navbar-nav > li.nav-item:last-child {
        border-right: none;
    }
    .navbar-nav {
        justify-content: center;
        width: 100%;
    }
    .navbar .navbar-nav .nav-link {
        padding: 30px 10px !important;
        text-align: center;
        font-weight: 700;
        font-family: "Poppins-Bold", Poppins;
        white-space: normal !important;
        word-break: break-word !important;
        display: inline-block;
    }
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        border-radius: 0;
    }
    .dropdown-menu {
        background: #ee353a;
        margin-top: 0 !important;
        border-top: 5px solid #d8181d;
        padding: 0;
    }
    .dropdown-menu > li > a {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 20px;
        font-size: 0.9em;
    }
}
.navbar-toggler {
    border: 1px solid #d8181d;
}

/* End Menu Css Here********************************************************/

/* breadcrumb Css Here********************************************************/

.breadcrumb-chevron {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    gap: 0.5rem;
}
.breadcrumb-chevron .breadcrumb-item {
    display: flex;
    gap: inherit;
    align-items: center;
    padding-left: 0;
    line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
    gap: inherit;
    float: none;
    width: 1rem;
    height: 1rem;
}

.breadcrumb-custom .breadcrumb-item {
    position: relative;
    flex-grow: 1;
    padding: 0.75rem 3rem;
}
.breadcrumb-custom .breadcrumb-item::before {
    display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: "";
    background-color: var(--bs-tertiary-bg);
    border-top-right-radius: 0.5rem;
    box-shadow: 1px -1px var(--bs-border-color);
    transform: scale(0.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
    padding-left: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
    padding-right: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
    display: none;
}

.fa-home {
    color: var(--primary-red);
}

/* End breadcrumb Css Here********************************************************/

.btn-enquire {
    background: var(--primary-orange);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
}
.btn:active {
    color: #fff !important;
    background-color: var(--primary-red) !important;
    border-color: var(--bs-btn-active-border-color);
}
.top-header {
    position: relative;
    /*   overflow: hidden; */
    background: linear-gradient(180deg, #fff5eb 0%, #fff 60%, #ffe9f4 100%);
}
.hero-section {
    padding: 60px 0px 0px 0px;
    background: #fffcea;
    position: relative;
    overflow: hidden;
}

.commobtn .btn-enquire:hover,
.commobtn .btn:hover {
    background: #ee353a;
    color: #fff;
}

/* .hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/cloude-img.webp) center/cover no-repeat;
  width: 100%;
  height: 450px;
  z-index:1;
}  */
.floating-cloud {
    position: absolute;
    top: 14%;
    left: 55%;
    transform: translateX(-50%);
    font-size: 4rem;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-20px);
    }
}
.hero-content {
    position: relative;
    z-index: 2;
}
.btn-custom {
    background: var(--primary-orange);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
}
.btn-enquire-orange {
    animation: floatup 3s ease-in-out infinite;
    transition: all 0.4s ease;
}
/* Keyframe (agar pehle se nahi hai toh add kar lo) */
@keyframes floatup {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px); /* smooth float up */
    }
    100% {
        transform: translateY(0px);
    }
}

.w900 {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}
.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-section h1 .highlight {
    color: var(--primary-red);
}

.hero-subtitle {
    color: #666;
    margin-bottom: 20px;
}

/* STARS / ICON DOTS */
.star {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffd54f;
    box-shadow: 0 0 12px rgba(255, 213, 79, 0.9);
    animation: twinkle 2.4s ease-in-out infinite alternate;
}

.star.s1 {
    top: 20%;
    left: 15%;
    animation-delay: 0.1s;
}

.star.s2 {
    top: 20%;
    left: 70%;
    animation-delay: 0.6s;
}

.star.s3 {
    top: 40%;
    left: 70%;
    animation-delay: 1.1s;
}

.star.s4 {
    top: 63%;
    left: 35%;
    animation-delay: 1.6s;
}

@keyframes twinkle {
    0% {
        transform: scale(0.6);
        opacity: 0.4;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.white-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    clip-path: ellipse(54% 92% at 49% 100%);
    /* clip-path: ellipse(48% 100% at 53% 100%); */
    z-index: 1;
}

/* achivements*/
.achivements-section {
    padding: 1px 0;
    background: white;
}
.achive-card {
    text-align: center;
    padding: 5px;
}

.achive-icon {
    font-size: 3rem;
    margin-bottom: 1px;
}
.achive-card img {
    width: 50px;
}
.achive-number {
    font-size: 1.5rem;
    font-weight: 700;
}
.achive-label {
    color: var(--dark-text);
    font-size: 0.9rem;
}
.trusting-color {
    color: var(--primary-orange);
}

.awards-color {
    color: var(--primary-yellow);
}

.centres-color {
    color: var(--primary-sky-blue);
}

.excellence-color {
    color: var(--blue-text);
}

.text-red {
    color: var(--primary-red);
}

/*end  achivements*/

.journey-section {
    padding: 10px 0;
    background: #fffcd9;
}

.heading-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    /* margin-bottom: 40px; */
    margin: 1rem 0 1rem;
    position: relative;
}

.heading-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #ffb6c1);
    margin: 1rem auto;
    border-radius: 2px;
}

.rainbowGlow {
    background: url(../images/rainbowGlow.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 200px;
    margin-top: 1px;
    background-size: contain;
    position: absolute;
    margin-right: 0px;
    right: 0;
    z-index: 0;
}
.doll-image {
    background: url(../images/doll-iamge.webp);
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    padding-bottom: 0px;
    background-size: contain;
    position: absolute;
    margin-right: 0px;
    right: 0;
    top: 52px;
    z-index: 0;
}
.arrow-left {
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;

    background-size: contain;
    position: absolute;
    margin-right: 16px;
    left: 0px;
    z-index: 0;
}

.bounce-animation {
    animation: bounce 3s infinite;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
}

/********** partnership-section ********* */
.partnership-section {
    padding: 10px 0;
    background: white;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
.partnership-card {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    border: 3px solid transparent;
    transition: all 0.3s;
}
.partnership-card p {
    font-size: 0.9rem;
}
.partnership-card:hover {
    transform: translateY(-10px) scale(1.02);
}
.partnership-card.pink {
    border-color: var(--primary-pink);
    background-color: var(--pirmary-pink-light);
    /* color: var(--primary-pink); */
}

.partnership-card.cyan {
    border-color: var(--primary-cyan);
    background-color: var(--primary-cyan-light);
    /* color: var(--primary-cyan); */
}

.partnership-card.yellow {
    border-color: var(--primary-yellow);
    background-color: var(--pirmary-pink-light);
    /* color: var(--primary-yellow); */
}

.partnership-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

/* Partnership icons ke liye common styling */
.partnership-icon .fa-map-marker-alt,
.fa-city,
.fa-building {
    width: 75px;
    height: 66px;
    padding: 10px;
    border-radius: 12px;
    color: var(--white-text);
}

.partnership-icon .fa-building {
    background: var(--primary-pink);
}

.partnership-icon .fa-city {
    background: var(--primary-yellow);
}

.partnership-icon .fa-map-marker-alt {
    background: var(--primary-cyan);
}

.partnership-card h4 {
    color: var(--black-text);
}

.btn-learn-pink {
    background: var(--primary-pink);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.btn-learn-cyan {
    background: var(--primary-cyan);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.btn-learn-yellow {
    background: var(--primary-yellow);
    color: var(--white-text);
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    margin-top: 20px;
}

.btn-enquire-orange {
    background: var(--primary-orange);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin: 10px auto;
}

/* .btn-learn-pink, .btn-learn-cyan,.btn-learn-yellow{
    position: absolute;
    margin-bottom: 30px;
    justify-content: center;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    justify-self: center;
} */

/*  hover add */
.btn-enquire-orange:hover,
.btn-custom:hover,
.btn-enquire:hover,
.btn-learn-pink:hover,
.btn-learn-cyan:hover,
.btn-learn-yellow:hover {
    background: #ee353a;
    color: #fff;
}

/*corporate*/

.corporate-partners {
    padding: 10px 0;
    background: linear-gradient(135deg, #fffcc7 0%, #fffeef 100%);
    /* background: #FFFCC7; */
}
.partner-logo {
    width: auto;
    max-height: 80px;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s;
    filter: grayscale(100%);
}

.partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}

.why-section {
    padding: 10px 0;
    background: white;
}

.benefit-card {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefit-card:hover {
    transform: transform 0.3s ease;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}
.benefit-icon:hover {
    transform: scale(1.15) rotate(5deg);
}

.icon1 {
    color: #8e44ad;
}
.icon2 {
    color: #4ecdc4;
}
.icon3 {
    color: #ffd93d;
}
.icon4 {
    color: #9b59b6;
}
.icon5 {
    color: #ff6b9d;
}
.icon6 {
    color: #27ae60;
}
/* about-section */
.about-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: linear-gradient(135deg, #fff9e6 0%, #ffe6f0 100%);
}
.about-section .heading-title::after {
    content: none !important;
}

.bg-right::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 182, 193, 0.3);
    border-radius: 50%;
    top: -123px;
    right: -141px;
    overflow: hidden;
    z-index: 0;
    animation: float 6s ease-in-out infinite;
}

.checkmark-list {
    list-style: none;
    padding: 0;
    color: #000000;
}

.checkmark-list li {
    padding: 8px 0;
}

.checkmark-list li:before {
    content: "✓";
    color: #4caf50;
    font-weight: bold;
    margin-right: 10px;
}

.flower-deco {
    font-size: 2.8rem;
    position: absolute;
    width: 100px;
}

.star-deco {
    font-size: 2.8rem;
    color: #9c27b0;
}

.check-item {
    font-size: 2.1rem;
    margin-bottom: 0.8rem;
}

.check-icon {
    color: #e91e63;
    margin-right: 10px;
}

.img-wrapper {
    position: relative;
    z-index: 1;
}
.img-wrapper img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/****** benefits *******/

.benefits-grid {
    padding: 10px 0;
    background: white;
}

.benefit-item {
    display: flex;
    gap: 20px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
}

.benefit-item p {
    font-size: 14px;
    margin-bottom: 0px;
}
.benefit-item:hover {
    transform: transform 0.3s ease;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.benefit-item-icon {
    /* font-size: 2rem;
            flex-shrink: 0;
            width: 100px; */
    font-size: 2rem;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    padding: 5px;
    background: #ffe0e0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.benefit-item-icon img {
    width: auto;
    height: 100% !important;
}
.contact-section {
    padding: 10px 0;
    background: #fff9f5;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
}

.dot-icon {
    background: url(../images/dot-img.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    background-size: contain;
    position: relative;
    justify-content: right;
    float: right;
    margin-top: -45px;
    margin-right: 132px;
    z-index: 4;
}
/* featured-section*/

.featured-section {
    padding: 10px 0;
    background: white;
    text-align: center;
}

.featured-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 10px;
}

.featuredbox {
    padding: 12px;
    position: relative;

    width: 200px;
    height: 120px;
    border-radius: 10px;
}

.featuredbox img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: inherit;
}

.bg-light-green {
    background-color: #d0faec !important;
}
.bg-light-pink {
    background-color: #ffeff8 !important;
}
.bg-light-brown {
    background-color: #fff5d9 !important;
}
.bg-light-blue {
    background-color: #f3f3f3 !important;
}

/* Animated Stars */

.star2 {
    position: absolute;
    font-size: 1.1rem;
    border: 0px;
    z-index: 3;
}
.star-q {
    top: 15%;
    left: 10%;
    animation: twinkle 3s infinite 0.5s, floatStar 12s infinite linear;
    color: #a0e7ff;
}
.star-b {
    top: 1%;
    left: 6%;
    animation: twinkle 2.5s infinite 1s, floatStar 15s infinite linear reverse;
    color: #ff0015;
}
.star-c {
    top: 10%;
    left: 10%;
    animation: twinkle 4s infinite 1.5s, bounceStar 6s infinite;
    color: #61be0a;
}

@keyframes twinkle {
    0%,
    100% {
        opacity: 0.4;
        transform: scale(0.8) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.3) rotate(15deg);
    }
}

@keyframes floatStar {
    0% {
        transform: translateY(0) translateX(0);
    }
    100% {
        transform: translateY(-80px) translateX(60px);
    }
}

@keyframes bounceStar {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transition: all 0.6s ease-out;
}

.animate-on-scroll.visible {
    animation: fadeInUp 0.8s ease-out forwards;
}

.flowre {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.star-group {
    position: absolute;
    display: flex;
    justify-content: right;
    justify-items: right;
    justify-self: right;
    width: 60px;
}
.toph1 {
    margin-top: 0px;
}

/* CLOUDS ANIMATION */
.cloud {
    position: absolute;
    animation: floatCloud 15s linear infinite;
}

.cloud.cloud-3 {
    top: 1%;
    right: 10%;
    animation-duration: 15s;
}

@keyframes floatCloud {
    10% {
        transform: translateX(15); /* Starting at right:10% */
    }
    50% {
        transform: translateX(
            calc(12vw - 10%)
        ); /* Left edge tak, but adjust to avoid full off-screen */
    }
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #ee353a;
    color: #fff;
    cursor: pointer;
    padding: 2px !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
#scrollTopBtn:hover {
    background-color: #ff7400;
    transform: translateY(-3px);
}
#scrollTopBtn.show {
    display: block;
}
.btn-animation {
    position: relative;
    animation: down-btn infinite;
    animation-duration: 2s;
}
@keyframes down-btn {
    from {
        top: 0;
    }
    to {
        top: 5px;
    }
}

/* DOLL / TOY BOBBING */
.floating-toy {
    animation: bob 3.5s ease-in-out infinite;
}
@keyframes bob {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* footer css*************************************************/

.top-footer {
    position: relative;
}
.top-footer .footer-top-image {
    background-color: #fff;
    padding-bottom: 0;
}
.footer-top-image::before {
    content: "";
    position: relative;
    width: 100%;
    min-height: 300px;
    max-height: 396px;
    background: url(https://petalspreschool.com/assets/img/footer-top-section.webp)
        repeat-x bottom / contain;
    display: block;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.contact-item a {
    text-decoration: none;
    color: #000;
}
.contact-item i {
    color: #d32f2f;
    font-size: 20px;
}
.contact-icon {
    color: var(--primary-red);
    font-size: 1rem;
    margin-right: 0.8rem;
    margin-top: 3px;
}
.contact-detail {
    font-size: 14px;
    color: #000;
}
.contact-label {
    font-weight: 600;
    margin-bottom: 0;
}
.contact-value {
    margin-bottom: 0;
}
.app-buttons img {
    height: 50px;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.app-buttons img:hover {
    transform: scale(1.05);
}
.app-download {
    display: flex;
    align-items: baseline;
    margin-top: 5px;
    gap: 10px;
    flex-wrap: wrap;
}
.footer {
    background-color: #fddb1b;
    padding: 20px 60px 40px 60px;
    position: relative;
}
.footer a:hover {
    color: #ee353a;
}
.footer-title {
    color: #ee353a;
    margin-top: 5px;
    font-size: 1.1em;
}
.app-download .footer-title {
    color: #000000;
}

.footer-heading .footer-title {
    color: #d32f2f;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-heading .footer-title::after {
    content: "";
    background: url(https://d1izpbhvdyyhot.cloudfront.net/assets/img/footer-heading-border.webp);
    display: block;
    height: 3px;
    width: 60%;
    margin-top: 8px;
}
.footer-links a {
    display: block;
    color: #121212;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 500;
}
.footer ul li a {
    color: #121212;
    text-decoration: none !important;
}
.footer .footer-links {
    border-right: 1px solid #917b01;
}
.footer .col-lg-3:last-child .footer-links {
    border-right: none !important;
}
.social-icons a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin-right: 5px;
}
.social-icons a img {
    max-width: 100%;
    max-height: 100%;
}
.copyrightsection {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(0, 0, 0);
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    text-align: left;
}
.copyright {
    color: #000;
    font-size: 0.9rem;
}
.newsletter-form .input-group-text {
    background-color: #ee353a;
    color: #fff;
    border-color: #ee353a;
}
.newsletter-form .btn-danger {
    padding: 2px 8px;
    margin: 0;
    background: #ee353a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}
.newsletter-form .input-group-addon .btn-danger {
    border: none;
}

/* Media Query****************************************************/

@media screen and (max-width: 992px) {
    .footer-top-image::before {
        min-height: 80px;
        background-repeat: no-repeat;
        max-height: 80px;
    }
}

@media (max-width: 769px) {
    /* menu Css */

    .dropdown-menu {
        background: #ee353a;
        margin-top: 0 !important;
        border-top: 5px solid #d8181d;
        padding: 0;
    }
    .dropdown-menu > li > a {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 15px;
        font-size: 1em;
    }
    .call-btn {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .navbar-nav .nav-item {
        padding: 2px 0px;
        border-bottom: 1px solid #e6e6e2;
    }

    /* end menu Css */

    .achivements-section {
        padding: 15px 0;
    }
    .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
    }
    .benefit-item-icon {
        margin-bottom: 1px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
    }
    .achive-card {
        text-align: center;
        padding: 5px;
    }

    .benefit-item p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .benefits-grid .row {
        justify-content: center;
    }

    .benefits-grid .col-lg-6 {
        flex: 0 0 90%;
        max-width: 90%;
        margin: 0 auto 30px auto;
    }
    .doll-image {
        height: 74px;
        width: 76px;
        padding-bottom: 20px;
        background-size: contain;
        position: absolute;
        margin-right: 0px;
        right: 0;
        z-index: 0;
    }
    .flower-deco {
        width: 80px;
    }
    .floating-cloud {
        position: absolute;
        top: 30% !important;
        left: 74% !important;
        transform: translateX(-50%);
        width: 57px;
        font-size: 4rem;
        animation: float 6s ease-in-out infinite;
    }

    .footer {
        background-color: #fddb1b;
        padding: 10px 10px 0 10px;
        position: relative;
    }
    .footer .footer-links {
        border-right: 0 solid #917b01;
        padding-right: 0;
    }

    .copyrightsection {
        /* flex-direction: column; */
        text-align: left;
    }
    .app-download .footer-title,
    .newsletter .footer-title {
        font-size: 17px;
    }
    .newsletter {
        padding-bottom: 65px;
    }
    .newsletter .input-group-text {
        padding: 0;
    }
    .newsletter-form .btn-danger {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .cloud.cloud-3 {
        top: 1%;
        right: 6%;
        animation-duration: 15s;
        width: 43px;
    }

    .btn-enquire {
        padding: 8px 7px;
        font-size: 0.8rem;
    }
    .hero-content {
        text-align: center;
    }
    .toph1 {
        margin-top: 10px;
    }
    .journey-section {
        padding: 20px 0;
    }
    .floating-cloud {
        position: absolute;
        top: 52% !important;
        left: 63% !important;
        transform: translateX(-50%);
        font-size: 4rem;
        width: 57px;
        animation: float 6s ease-in-out infinite;
    }
    .hero-section h1 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .cloud-btm {
        padding-bottom: 50px;
    }
    .white-shape {
        clip-path: ellipse(66% 100% at 59% 83%);
        z-index: 1;
    }
    .featuredbox {
        padding: 14px;
        position: relative;
        width: 124px;
        height: 80px;
        border-radius: 10px;
    }
    .heading-title {
        font-size: 1.2rem;
        margin: 1rem 0 1rem;
    }
    .app-buttons img {
        margin-bottom: 10px;
    }
}
