.elementor-40 .elementor-element.elementor-element-fca4c40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-ee6dbae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-114cd53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-50b2015{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-089421b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-1f2c2f3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-0fa069d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-b7bc65b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-8af7bb0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-3ebe9f9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-bd1a03f */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #6366f1;
            --secondary: #A0644e;
            --accent: #06b6d4;
            --dark: #1e293b;
            --light: #f8fafc;
            --gray: #64748b;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--dark);
            overflow-x: hidden;
        }

        

        /* ==================== HERO SECTION ==================== */
        .hero {
            background: linear-gradient(135deg, #003366 0%, #003366 100%),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><circle cx="100" cy="100" r="80" fill="rgba(255,255,255,0.05)"/><circle cx="1100" cy="500" r="100" fill="rgba(255,255,255,0.05)"/></svg>');
            color: white;
            padding: 80px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,50 Q50,20 80,50" stroke="rgba(255,255,255,0.1)" fill="none" stroke-width="2"/></svg>');
            animation: float 6s ease-in-out infinite;
            z-index: 0;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            animation: fadeInUp 1s ease;
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            animation: slideInDown 0.8s ease;
            color: white;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            animation: slideInUp 0.8s ease 0.2s both;
        }

        .cta-button {
            display: inline-block;
           border: 2px solid white;
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
            animation: slideInUp 0.8s ease 0.4s both;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 25px rgba(6, 182, 212, 0.6);
            background: white;
            color: black;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(20px); }
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInDown {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

       

        /* ==================== RESPONSIVE ==================== */
        @media (max-width: 1024px) {
            .hero h1 {
                font-size: 2.5rem;
            }
            nav ul {
                gap: 1rem;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 0 1rem;
            }
            .section-title {
                font-size: 2rem;
            }
            .hero {
                padding: 4rem 1rem;
            }
            .navbar {
                flex-direction: column;
                gap: 1rem;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f2c2f3 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        /* Content Section with floating elements */
        .content-section {
            padding: 40px 0;
            background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
            position: relative;
        }
        .content-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }
        .content-section h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 2rem;
            color: #4a5568;
            position: relative;
        }
        .content-section p {
            font-size: 1.1rem;
            text-align: center;
           
            margin: 0 auto;
            animation: fadeIn 2s ease-in;
            position: relative;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes slideInUp {
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes countUp {
            from { opacity: 0; transform: scale(0.5); }
            to { opacity: 1; transform: scale(1); }
        }
        /* Responsive */
        @media (max-width: 768px) {
            .about-hero h1 { font-size: 2rem; }
            .nav-links { display: none; }
            .cards-grid, .services-grid { grid-template-columns: 1fr; }
            .counters { grid-template-columns: repeat(2, 1fr); }
            .service-card { height: 250px; }
        }
        @media (max-width: 480px) {
            .counters { grid-template-columns: 1fr; }
            .service-card { height: 200px; }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f310944 *//* Grid Container */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin:  auto;
            padding: 40px 20px !important;
            
        }

        /* Therapy Card */
        .therapy-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 25px;
          padding: 0px 0px;
            height: 100%;
            text-align: center;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            padding-bottom: 40px;
            
           
        }

       .therapy-service{
           padding-bottom: 40px;
       }

        /* Creative Image Section */
        .card-image {
            position: relative;
            height: 200px;
            overflow: hidden;
            border-radius: 25px 25px 0 0;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
            filter: brightness(0.9) contrast(1.1);
        }

        .therapy-card:hover .card-image img {
            transform: scale(1.1) rotate(2deg);
            filter: brightness(1) contrast(1.2);
        }

      

        
        /* Content Section */
        .card-content {
            padding: 20px 25px;
        }

        /* Title */
        .card-title {
            font-size: 1 rem;
            color: #4a5568 !important;
            margin-bottom: 20px !important;
            position: relative;
            font-weight: bold;
            
            
        }

        

        

        /* Description */
        .card-description {
            
            color: #718096;
            line-height: 1.6;
            margin-bottom: 25px;
            opacity: 0;
            animation: creativeFadeIn 1.2s ease-out 0.4s forwards;
            font-size: 0.95rem;
        }

        @keyframes creativeFadeIn {
            from {
                opacity: 0;
                transform: translateY(25px) skew(2deg);
            }
            to {
                opacity: 1;
                transform: translateY(0) skew(0deg);
            }
        }

        /* Creative Button */
        .card-button {
            display: inline-block;
            padding: 12px 28px;
            background: #003366;
            color: white;
            text-decoration: none !important;
            border-radius: 30px;
            font-weight: bold;
            font-size: 0.95rem;
            position: absolute;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: buttonBreathe 4s ease-in-out infinite;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%)
            
        }

        .card-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
        }

        .card-button:active::before {
            width: 300px;
            height: 300px;
        }

        .card-button:hover {
           
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
            
        }

        /* Floating Accent Elements */
        

        .accent-particle:nth-child(1) {
            top: 20px;
            right: 15px;
            width: 6px;
            height: 6px;
            animation-duration: 6s;
            animation-delay: 0s;
        } 

        

      

        /* Header */
        .header {
            text-align: center;
          
            grid-column: 1 / -1;
            padding-top:  40px ;
            padding-bottom: 0px;
        }

        .header h1 {
            font-size: 2.5rem;
            color: #4a5568 !important;
            margin-bottom: 10px;
        }

        .header p {
            color: #718096;
            font-size: 1.1rem;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        @media (max-width: 768px) {
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .card-image {
                height: 180px;
            }

            .header h1 {
                font-size: 2rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ebe9f9 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-color: #A0644E;
            --secondary-color: #64748b;
            --accent-color: #f59e0b;
            --light-bg: #f0f9ff;
            --dark-bg: #A0644E;
            --text-dark: #A0644E;
            --text-light: #64748b;
            --border-color: #e2e8f0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
        }
/* ABOUT CARDS SECTION */
        .about-cards-section {
            padding: 40px 20px;
            background: white;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: 800;
            text-align: center;
            margin-bottom: 20px;
            color: #003366;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.1rem;
            color: var(--text-light);
            margin-bottom: 60px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .card-about {
            background: white;
            border: 2px solid var(--border-color);
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
            position: relative;
            overflow: hidden;
        }

        .card-about::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .card-about:hover::before {
            left: 100%;
        }

        .card-about:hover {
            border-color: var(--primary-color);
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
        }

        .card-icon {
            font-size: 3rem;
            color: #003366;
            margin-bottom: 20px;
            display: inline-block;
            animation: iconBounce 2s ease-in-out infinite;
        }

        @keyframes iconBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .card-about h5 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #003366;
        }

        .card-about p {
            color: var(--text-light);
            line-height: 1.6;
        }

        /* WHY CHOOSE US SECTION */
        .why-choose-section {
            padding: 40px 20px;
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
        }

        .feature-item {
            display: flex;
            margin-bottom: 40px;
            animation: slideInLeft 0.8s ease-out;
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #003366, #003366);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color:  white!important;
            font-size: 2rem;
            margin-right: 25px;
            flex-shrink: 0;
            box-shadow: 0 10px 25px rgba(99, 102, 241, 0.2);
        }

        .feature-content h6 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #003366;
        }

        .feature-content p {
            color: var(--text-light);
            line-height: 1.6;
            margin: 0;
        }

        /* COUNTER SECTION */
        .counter-section {
            padding: 40px 20px;
            background: linear-gradient(135deg,#64748b 0%, #003366 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .counter-item {
            text-align: center;
            margin-bottom: 40px;
        }

        .counter-number {
            font-size: 3.5rem;
            font-weight: 900;
            margin-bottom: 10px;
            display: block;
            animation: countUp 2.5s ease-out;
        }

        @keyframes countUp {
            from {
                opacity: 0;
                transform: scale(0.5);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .counter-label {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .counter-plus {
            color: var(--accent-color);
            font-size: 2rem;
            margin-left: 5px;
        }

        /* WHY PARENTS CHOOSE US SECTION */
        .parents-section {
            padding: 40px 20px;
            background: white;
        }

        .parent-card {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 15px;
            padding: 40px;
            margin-bottom: 30px;
           
            transition: all 0.4s ease;
            position: relative;
        }

        .parent-card:hover {
            transform: translateX(10px);
            box-shadow: 0 15px 35px rgba(99, 102, 241, 0.1);
           
        }

        .parent-card.secondary {
            border-left-color: var(--secondary-color);
        }

        .parent-card.accent {
            border-left-color: var(--accent-color);
        }

        .parent-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color:#003366 !important;
            
        }

        .parent-card.primary .parent-icon {
            color: var(--primary-color);
        }

        .parent-card.secondary .parent-icon {
            color: var(--secondary-color);
        }

        .parent-card.accent .parent-icon {
            color: var(--accent-color);
        }

        .parent-card h5 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #003366;
        }

        .parent-card p {
            color: var(--text-light);
            line-height: 1.6;
            margin: 0;
        }

       

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .counter-number {
                font-size: 2.5rem;
            }

            .feature-item {
                margin-bottom: 30px;
            }

            .feature-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
                margin-right: 15px;
            }

         
        }

        /* SCROLL ANIMATIONS */
        .fade-in {
            animation: fadeInScroll 0.8s ease-out forwards;
            opacity: 0;
        }

        @keyframes fadeInScroll {
            to {
                opacity: 1;
            }
        }/* End custom CSS */