* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fredoka", cursive;
}

h2 {
    font-family: "Fredoka", cursive;
    font-size: 40px;
}

h6 {
    font-family: "Fredoka", cursive;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
 
.display-4 {
    font-family: "Fredoka", cursive;
}

p {
    font-family: "Fredoka", cursive;
    font-size: 18px;
}


.g-headings {
    font-size: 2.3rem;
    font-weight: bold;
    color: #450e49;
}
 
.yellow-heading{
    color: #ffb03a;
}
 
@media (max-width: 768px) {
    .g-headings {
        font-size: 2rem;
    }
}
 
.g-sub-heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #450e49;
}
 
.yellow-sub-heading{
    color: #ffb03a;
}
@media (max-width: 768px) {
    .g-sub-heading {
        font-size: 1.5rem;
    }
}


/* header starts 01 */
/* heading 2  */
.header-gradient-heading {
    background: linear-gradient(90deg,
            #f7008c,
            #ff6f00,
            #ddb400,
            #009859,
            #007798,
            #3e039e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Fredoka", cursive;
}


@media (max-width: 767.98px) {
    .header-gradient-heading {
        margin-top: -50px;
    }
}

.header-gradient-description {}

.header-button-1,
.header-button-2 {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Purple button */
.header-button-1 {
    background-color: #450e49;
    color: white;
}

.header-button-1:hover {
    background-color: #4d094a;
    box-shadow: 0 6px 18px rgba(100, 13, 95, 0.4);
}

/* Yellow button */
.header-button-2 {
    background-color: #ffc107;
    color: black;
}

.header-button-2:hover {
    background-color: #e6ac00;
    box-shadow: 0 6px 18px rgba(255, 193, 7, 0.4);
}

/* Responsive Lottie container - Increased size */
.lottie-container {
    width: 100%;
    height: auto;
    max-width: 600px;
    /* Increased from 500px */
    margin: 0 auto;
    padding: 20px;
    /* Added padding to give more space */
}

dotlottie-player {
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    /* Ensures minimum height */
}


/* Adjust column width for larger screens */
@media (min-width: 992px) {
    .col-md-6.lottie-column {
        flex: 0 0 55%;
        /* Increased from default 50% */
        max-width: 55%;
    }

    .col-md-6.content-column {
        flex: 0 0 45%;
        /* Decreased from default 50% */
        max-width: 45%;
    }
}

/* header ends */


.g-headings {
    font-size: 2.3rem;
    font-weight: bold;
    color: #450e49;
}
 
.yellow-heading{
    color: #ffb03a;
}
 
@media (max-width: 768px) {
    .g-headings {
        font-size: 2rem;
    }
}
 
.g-sub-heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #450e49;
}
 
.yellow-sub-heading{
    color: #ffb03a;
}
@media (max-width: 768px) {
    .g-sub-heading {
        font-size: 1.5rem;
    }
}


/* art benifits starts*/
/* Main Section Styles */
.art-benefits-section {
    background: linear-gradient(135deg, #fff9f9 0%, #fff0f5 100%);
    margin-top: -50px;
}

.art-benefits-card {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.art-benefits-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Image Container Styles */
.art-image-container {
    position: relative;
    padding: 1rem;
}

.art-frame {
    border: 15px solid #ffd6e0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.art-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.art-image-container:hover .art-image {
    transform: scale(1.03);
}

.paint-splatter {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 5;
}

.paint-1 {
    width: 80px;
    height: 80px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23FF9F00" d="M50 10Q60 0 70 10Q80 20 70 30Q60 40 50 30Q40 20 50 10Z"/></svg>');
    top: -20px;
    left: -20px;
    transform: rotate(-15deg);
}

.paint-2 {
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23640D5F" d="M30 50Q20 40 30 30Q40 20 50 30Q60 40 50 50Q40 60 30 50Z"/></svg>');
    bottom: -15px;
    right: -15px;
    transform: rotate(25deg);
}

.paint-3 {
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23FF4081" d="M50 20Q70 10 80 30Q90 50 70 60Q50 70 40 50Q30 30 50 20Z"/></svg>');
    top: 50%;
    left: -15px;
}

/* Tags Styles */
.art-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.art-tag {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.tag-creative {
    background-color: #ff9f00;
    color: white;
}

.tag-fun {
    background-color: #ffd6e0;
    color: #450e49;
}

.tag-skills {
    background-color: #450e49;
    color: white;
}

/* Content Styles */
.art-title {
    color: #450e49;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2;
}

.art-intro {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Benefits List Styles */
.art-benefits-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

.art-benefit {
    display: flex;
    gap: 1rem;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff9f00 0%, #ff6b9e 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.benefit-text h4 {
    color: #450e49;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}

.benefit-text p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Button Styles */
.btn-art {
   background: linear-gradient(135deg, #ff9f00 0%, #ff6b9e 100%);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-art:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(100, 13, 95, 0.2);
    color: white;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .art-title {
        font-size: 1.8rem;
    }

    .art-benefits-list {
        grid-template-columns: 1fr;
    }

    .art-benefits-section {

        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .art-frame {
        border-width: 10px;
    }

    .art-title {
        font-size: 1.6rem;
    }

    .art-benefits-section {

        margin-top: 300px;
    }
}

/* art benifits ends*/


/* learning-methods-section starts */

/* Section Styles */
.learning-methods-section {
    background-color: #fff9f7;
    position: relative;
    overflow: hidden;
}

/* Typography */
.text-art-accent {
    color: #ff6b6b;
    position: relative;
}

.art-title-gradient {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Method Cards */
.method-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.method-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.method-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 107, 107, 0.1);
    z-index: 1;
    animation: pulse 4s infinite ease-in-out;
}

.method-icon img {
    position: relative;
    z-index: 2;
}

.method-title {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.method-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.method-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.5rem;
}

.method-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
}

/* Individual Method Card Styles */
.method-1 {
    border-top: 4px solid #ff6b6b;
}

.method-1 .icon-decoration {
    background: rgba(255, 107, 107, 0.1);
}

.method-1 .method-dots span {
    background: #ff6b6b;
}

.method-2 {
    border-top: 4px solid #4ecdc4;
}

.method-2 .icon-decoration {
    background: rgba(78, 205, 196, 0.1);
}

.method-2 .method-dots span {
    background: #4ecdc4;
}

.method-3 {
    border-top: 4px solid #ffb347;
}

.method-3 .icon-decoration {
    background: rgba(255, 179, 71, 0.1);
}

.method-3 .method-dots span {
    background: #ffb347;
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.7;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .method-card {
        padding: 1.5rem;
    }

    .method-title {
        font-size: 1.2rem;
    }
}

/* learning-methods-section ends */



/* STEM zone starts */

.curiosity {
    margin-top: -120px;
}

#myLottie4 {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .stem {
        padding: 2rem 1rem;
        text-align: center;
    }

    .stem .col-lg-6,
    .stem .col-md-6 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .stem-2 {
        padding: 0 1rem;
    }

    .stem-2 h5 {
        font-size: 1.1rem;
    }

    .stem-2 ul li,
    .stem-2 p {
        font-size: 0.95rem;
    }

    #myLottie4 {
        width: 100%;
        max-width: 300px;
        margin: auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .stem-2 {
        margin-top: -1.5rem !important;
    }
}

/* STEM zone ends */


/*  */

.testimonial-section {
    background-color: #f9f9f9;
}

.testimonial-img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border: 3px solid #fff !important;
    position: relative;
    z-index: 2;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 50%;
}

.testimonial-card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0 !important;
    height: 100%;
    transition: none !important;
}

.testimonial-heading {
    background: #4e0d52;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.testimonial-subheading {
    letter-spacing: 2px;
}

.testimonial-underline {
    width: 80px;
    margin-left: 10px;
}

.testimonial-quote {
    font-size: 22px;
    color: #450e49;
}

.testimonial-indicators {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #333;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-indicator.active {
    background: #000;
    border-color: #000;
}

.testimonial-content {

    margin-top: -15px;
}

.testimonial-img-container {
    position: relative;
    z-index: 1;
}



/* cta */
.interactive-cta {
    background: linear-gradient(135deg, #450e49 0%, #764ba2 100%);
}

.cta-container {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Animated background elements */
.cta-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    animation: float 15s infinite linear;
}

.circle-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
    animation-delay: 5s;
}

.circle-3 {
    width: 150px;
    height: 150px;
    top: 30%;
    right: 20%;
    animation-delay: 8s;
}

.pulse-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 70%;
    left: 10%;
    animation: pulse 2s infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

/* Text styles */
.cta-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    max-width: 600px;
}

/* Contact methods */
.cta-method {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1 1 200px;
    z-index: 1;
}

.cta-method::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.cta-method:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cta-method:hover::before {
    opacity: 1;
}

.glow-hover:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.method-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.cta-method:hover .method-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.method-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.method-value {
    font-weight: 600;
    font-size: 1rem;
}

.hover-arrow {
    margin-left: auto;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.cta-method:hover .hover-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* WhatsApp CTA */
.whatsapp-cta {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
}

.whatsapp-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    background: #25d366;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.online-dot {
    width: 10px;
    height: 10px;
    background: #25d366;
    border-radius: 50%;
    margin-left: auto;
    position: relative;
}

.online-dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.5);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

/* Fake chat UI */
.fake-chat {
    background: #f0f2f5;
    border-radius: 8px;
    padding: 12px;
}

.message {
    padding: 8px 12px;
    background: white;
    border-radius: 8px 8px 8px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 0.9rem;
    max-width: 80%;
    margin-bottom: 8px;
}

.typing-indicator {
    display: flex;
    gap: 4px;
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.5s infinite ease-in-out;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    60%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-5px);
    }
}

/* WhatsApp button */
.btn-whatsapp {
    background: #25d366;
    color: white;
    font-weight: 600;
    padding: 12px;
    border: none;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.btn-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    border-radius: 8px;
    animation: pulse 2s infinite;
}

.btn-whatsapp:hover .btn-pulse {
    opacity: 1;
}

@media (max-width: 992px) {
    .cta-container {
        padding: 2rem 1.5rem !important;
    }

    .whatsapp-cta {
        margin-top: 1.5rem;
    }
}

/* cta ends */