html, body {
    font-family: 'Amaranth', sans-serif;
}

html,body{
    font-family: 'Amaranth', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Amaranth', sans-serif;
}
p,label,small{
    font-family: 'Amaranth', sans-serif;
}
p{
    font-size: 16px;
    line-height: 26px;
    color: rgba(80,92,127,.9);
}
a{
    font-family: 'Amaranth', sans-serif;
    text-decoration: none !important;
    color: #000;
}
h1{
	font-size: 38px !important;
}
h2{
	font-size: 36px !important;
}
h3{
	font-size: 32px !important;
}
h4{
	font-size: 28px !important;
}
.section-para{
    font-size: 18px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fw-700{
    font-weight: 700;
}

.admission-form-title{
	font-size: 24px;
    font-weight: 700;
	text-align: center;
}

/* Color Variables */
:root {
    --primary-purple: #992475;
    --primary-red: #c63230;
    --primary-orange: #e25527;
    --gradient-primary: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    --gradient-secondary: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    --brand-purple: #992475;
    --brand-red: #c63230;
    --brand-orange: #e25527;
    --color-purple: #992475;
    --color-red: #c63230;
    --color-orange: #e25527;
    --color-text: #000000;
    --color-gray: #666666;
    --font-family: 'Amaranth', sans-serif;
    --text-white: #ffffff;
    --text-black: #000000;
    --text-gray: #4a4a4a;
    --text-gray: #666666;
    --bg-light: #f8f9fa;
    --purple: #992475;
    --red: #c63230;
    --orange: #e25527;
    --black: #000000;
    --white: #ffffff;
    --gray-700: #374151;
    --gray-100: #f3f4f6;
    --transition-smooth: all 0.3s ease;
    --light-gray: #f8f9fa;
    --gradient-full: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    --gradient-short: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    --text-light-gray: #717182;
    --bg-purple-light: #f8f4f7;
    --bg-orange-light: #fef8f4;
    --bg-pink-light: #fdf4f7;
}

/* Section Styles */
.section {
    padding: 45px 0px;
}

/* Typography */
.main-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.secondary-main-heading {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.gradient-text {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
 .gradient-btn {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gradient-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.gradient-btn-alt {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gradient-btn-alt:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.gradient-button {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gradient-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229, 57, 53, 0.3);
    color: white;
}

.gradient-button-secondary {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gradient-button-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229, 57, 53, 0.3);
    color: white;
}

.gradient-bg-purple-orange {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.05) 0%, rgba(226, 85, 39, 0.05) 100%);
}

.gradient-bg-orange-purple {
    background: linear-gradient(135deg, rgba(226, 85, 39, 0.05) 0%, rgba(153, 36, 117, 0.05) 100%);
}

.gradient-bg-red-orange {
    background: linear-gradient(135deg, rgba(198, 50, 48, 0.05) 0%, rgba(226, 85, 39, 0.05) 100%);
}

.about-banner-text{
    font-size: 20px; 
    max-width: 900px; 
    margin: 0 auto; 
    line-height: 1.7;
}

/* Banner Section */
.about-banner-section {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.95) 0%, rgba(226, 85, 39, 0.95) 100%),  center/cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-banner-section::before {
    content: '🎨✏️📚🦋';
    position: absolute;
    font-size: 120px;
    opacity: 0.1;
    animation: floatEmoji 20s linear infinite;
}

@keyframes floatEmoji {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(180deg); }
    100% { transform: translateY(0) rotate(360deg); }
}

.banner-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease;
}

/* Why Section (Section 2) */
.why-section {
    background: linear-gradient(to bottom, #ffffff 0%, #fef8f5 100%);
    position: relative;
    overflow: hidden;
}

.why-section::before {
    content: '🦋';
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 60px;
    animation: butterfly 4s ease-in-out infinite;
}

@keyframes butterfly {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-20px, -20px) rotate(10deg); }
    50% { transform: translate(20px, -10px) rotate(-10deg); }
    75% { transform: translate(-10px, 20px) rotate(5deg); }
}

.why-section::after {
    content: '✏️';
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 60px;
    animation: pencil 3s ease-in-out infinite;
}

@keyframes pencil {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

.checklist-item {
    background: linear-gradient(135deg, #f8f0f6 0%, #fff5f0 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.checklist-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(153, 36, 117, 0.15);
}

.check-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Features Grid (Section 3) */
.features-section {
    background: white;
}

.feature-card {
    background: linear-gradient(135deg, #f8f0f6 0%, #fff5f0 100%);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(153, 36, 117, 0.05) 0%, transparent 70%);
    transition: all 0.6s ease;
}

.feature-card:hover::before {
    transform: scale(1.2) rotate(45deg);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(153, 36, 117, 0.2);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    animation: pulse 2s ease infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-purple);
}

.feature-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* Intentions Section (Section 4) */
.intentions-section {
    background: url('https://images.unsplash.com/photo-1627873828946-44e8b5261d2d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxjb2xvcmZ1bCUyMGNyYXlvbnMlMjBwZW5jaWxzJTIwcGF0dGVybiUyMGJhY2tncm91bmR8ZW58MXx8fHwxNzcyMTI1ODQwfDA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral') center/cover;
    position: relative;
}

.intentions-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
}

.intention-card {
    background: linear-gradient(135deg, #f8f0f6 0%, #fff5f0 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.intention-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(153, 36, 117, 0.2);
}

.intention-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.intention-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.intention-card:hover .intention-image img {
    transform: scale(1.1);
}

.intention-content {
    padding: 30px;
}

.intention-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}

.intention-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-purple);
    text-align: center;
}

.intention-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: center;
}

/* CTA Section (Section 5) */
.cta-cards-section {
    background: linear-gradient(to bottom, white 0%, #f8f0f6 100%);
}

.cta-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}

.cta-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-purple);
    box-shadow: 0 15px 40px rgba(153, 36, 117, 0.2);
}

.cta-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 40px;
    color: white;
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.cta-card-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.cta-card-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.btn-gradient {
    background: var(--gradient-primary);
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: inline-block;
}
.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(153, 36, 117, 0.4);
    color: white;
}
.btn-gradient i {
    font-size: 20px;
}




.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Footer */
footer {
    background: #1a1a1a;
    color: white;
    padding: 40px 0 20px;
}

footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-orange);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-heading {
        font-size: 32px;
    }

    .secondary-main-heading {
        font-size: 28px;
    }

    .section {
        padding: 35px 0px;
    }

    .about-banner-section {
        min-height: 50vh;
    }

    .feature-card,
    .intention-card,
    .cta-card {
        margin-bottom: 20px;
    }

    .nav-link {
        margin: 10px 0;
    }

    .why-section::before,
    .why-section::after {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 28px;
    }

    .secondary-main-heading {
        font-size: 24px;
    }

    .feature-icon,
    .cta-card-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .about-banner-section::before {
        font-size: 80px;
    }
}


/* ==================== Banner Section ==================== */
.banner-section {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}

.banner-content h1 {
    font-size: 60px;
    margin-bottom: 24px;
    line-height: 1.2;
}

.banner-content p {
    font-size: 24px;
    margin-bottom: 32px;
    opacity: 0.9;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}

/* ==================== Overview Section ==================== */
.overview-section {
    position: relative;
    overflow: hidden;
}

.floating-element {
    position: absolute;
    font-size: 60px;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

.floating-butterfly {
    top: 80px;
    right: 40px;
    animation: float-butterfly 6s ease-in-out infinite;
}

.floating-pencil {
    top: 160px;
    left: 40px;
    animation: float-pencil 4s ease-in-out infinite;
}

.floating-book {
    bottom: 80px;
    right: 80px;
    animation: float-book 5s ease-in-out infinite;
}

@keyframes float-butterfly {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(10px, -20px); }
}

@keyframes float-pencil {
    0%, 100% { transform: rotate(-5deg) translateY(0); }
    50% { transform: rotate(5deg) translateY(-15px); }
}

@keyframes float-book {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

.overview-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.overview-content {
    position: relative;
    z-index: 5;
}

/* ==================== Facilitators Section ==================== */
.facilitators-section {
    background: linear-gradient(135deg, #f3e5f5 0%, #ffe0b2 100%);
    position: relative;
    overflow: hidden;
}

.bg-element {
    position: absolute;
    font-size: 80px;
    pointer-events: none;
    z-index: 1;
}

.bg-cloud-1 {
    top: 40px;
    left: 80px;
    opacity: 0.06;
    animation: bg-float-1 8s ease-in-out infinite;
}

.bg-puzzle {
    top: 160px;
    right: 120px;
    opacity: 0.07;
    animation: bg-float-2 10s ease-in-out infinite;
}

.bg-star {
    bottom: 80px;
    left: 160px;
    opacity: 0.05;
    animation: bg-rotate 20s linear infinite;
}

.bg-abc {
    top: 240px;
    left: 40px;
    opacity: 0.06;
    animation: bg-float-3 9s ease-in-out infinite;
}

.bg-cloud-2 {
    bottom: 160px;
    right: 80px;
    opacity: 0.07;
    animation: bg-float-4 7s ease-in-out infinite;
}

@keyframes bg-float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(0, -30px) rotate(10deg); }
}

@keyframes bg-float-2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(15px, -20px); }
}

@keyframes bg-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes bg-float-3 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-25px); }
}

@keyframes bg-float-4 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-10px, -15px); }
}

.facilitators-content {
    position: relative;
    z-index: 10;
}

/* ==================== Vision & Mission Cards ==================== */
.vision-mission-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.vision-mission-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-circle svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.mission-list {
    list-style: none;
    padding: 0;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.mission-list li .emoji {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ==================== Journey Cards ==================== */
.journey-heading {
    text-align: center;
    margin-bottom: 48px;
}

.journey-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.journey-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.02);
}

.journey-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.journey-card:hover .journey-card-img {
    transform: scale(1.1);
}

.journey-card-body {
    padding: 32px;
}

.journey-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.journey-card:hover .journey-icon-circle {
    transform: scale(1.1);
}

.journey-icon-circle svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

.journey-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.journey-card-text {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.learn-more-link {
    color: #E53935;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.journey-card:hover .learn-more-link {
    gap: 12px;
}

/* ==================== Sticky CTA Bar ==================== */

.cta-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-bar-text h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 4px;
}

.cta-bar-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin: 0;
}

.cta-bar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-btn-white {
    background: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn-white:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #000000;
}

.cta-btn-outline {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-btn-outline:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

.close-cta-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-cta-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* ==================== Responsive Styles ==================== */
@media (max-width: 991px) {
    
    .banner-content h1 {
        font-size: 48px;
    }
    
    .banner-content p {
        font-size: 20px;
    }
    
    .overview-image {
        height: 400px;
    }
}

@media (max-width: 767px) {

    .banner-content h1 {
        font-size: 36px;
    }
    
    .banner-content p {
        font-size: 18px;
    }
    
    .overview-image {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .floating-element {
        font-size: 40px;
    }
    
    .bg-element {
        font-size: 60px;
    }
    
    .vision-mission-card {
        padding: 30px;
        margin-bottom: 20px;
    }
    
    .cta-bar-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-bar-text {
        text-align: center;
    }
    
    .cta-bar-actions {
        justify-content: center;
    }
    
    .journey-card {
        margin-bottom: 24px;
    }
}
        
@media (max-width: 575px) {
    .banner-content h1 {
        font-size: 28px;
    }
    
    .banner-content p {
        font-size: 16px;
    }
    
    .gradient-btn {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* ==================== Utility Classes ==================== */
.text-muted-custom {
    color: rgba(0, 0, 0, 0.6);
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-48 {
    margin-bottom: 48px;
}

/* ------C E----------------------------------- */
/* ==================== HERO BANNER ==================== */
.cehero-banner {
    position: relative;
    height: 50vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cehero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/naps-banner.webp') center/cover;
    z-index: 1;
}

.cehero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4), transparent);
    z-index: 2;
}

.cehero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    animation: fadeInUp 1s ease-out;
}

.cebreadcrumb-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    font-size: 14px;
    animation: fadeInLeft 0.8s ease-out;
}

.cebreadcrumb-custom a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s;
}

.cebreadcrumb-custom a:hover {
    color: white;
}

.hero-title {
    font-size: 34px;
    color: white;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.decorative-line {
    height: 4px;
    width: 128px;
    background: var(--gradient-secondary);
    border-radius: 50px;
    margin: 0 auto;
    animation: scaleIn 1s ease-out 0.5s both;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
}

/* ==================== EVENT CARDS ==================== */
.event-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
}

.event-card.animate {
    animation: fadeInUp 0.6s ease-out forwards;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.event-card-img-wrapper {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.event-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.event-card:hover .event-card-img {
    transform: scale(1.1);
}

.event-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2), transparent);
    opacity: 0;
    transition: opacity 0.5s;
}

.event-card:hover .event-card-overlay {
    opacity: 1;
}

.event-card-body {
    padding: 1.5rem;
}

.event-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.event-card:hover .event-card-title {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-card-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    background: var(--gradient-secondary);
    color: white;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

.event-card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s;
}

.event-card-btn:hover::before {
    opacity: 1;
}

.event-card-btn span,
.event-card-btn i {
    position: relative;
    z-index: 1;
}

.event-card-btn i {
    transition: transform 0.3s;
}

.event-card-btn:hover i {
    transform: translateX(4px);
}

.event-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    opacity: 0.2;
    transition: opacity 0.3s;
    display: none;
}

.event-card:hover .event-card-corner {
    opacity: 0.3;
}

/* ==================== CTA SECTION ==================== */
.cecta-section {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.cecta-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
}

.cecta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cecta-content {
    position: relative;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
}

.cecta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 1rem;
}

.cecta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cecta-description {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.cecta-btn-primary {
    background: white;
    color: var(--text-black);
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cecta-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

.cecta-btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    border: 2px solid white;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cecta-btn-secondary:hover {
    background: white;
    color: var(--text-black);
    transform: scale(1.05);
}

.cecta-stats {
    margin-top: 2rem;
}

.cecta-stat-item {
    color: white;
    animation: fadeInUp 0.8s ease-out forwards;
}

.cecta-stat-icon {
    font-size: 32px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.cecta-stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cecta-stat-label {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cecta-title {
        font-size: 24px;
    }
    
    .cecta-description {
        font-size: 16px;
    }
}

/* ==================== STICKY CTA BAR ==================== */
.sticky-cta-bar {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
    transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta-bar.show {
    bottom: 0;
}

.sticky-cta-content {
    background: var(--gradient-primary);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.sticky-cta-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    flex: 1;
    min-width: 200px;
}

.sticky-cta-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-cta-text h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.sticky-cta-text p {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

.sticky-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sticky-cta-btn {
    background: white;
    color: var(--text-black);
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s;
    cursor: pointer;
}

.sticky-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.sticky-cta-close {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.sticky-cta-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 576px) {
    .sticky-cta-content {
        justify-content: center;
    }
    
    .sticky-cta-info {
        width: 100%;
        justify-content: center;
    }
}

/* ==================== ANIMATIONS ==================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

 @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.fade-in-up {
    animation: fadeInUp 1s ease-out;
}
.fade-in {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-in-left {
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
}

.slide-in-right {
    opacity: 0;
    animation: slideInRight 0.8s ease-out forwards;
}

/* Add delays for staggered animations */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

/* AOS Animation Alternative */
[data-aos] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

.floating-icon {
    animation: float 3s ease-in-out infinite;
}

/* Stagger animation delays */
.event-card:nth-child(1).animate { animation-delay: 0s; }
.event-card:nth-child(2).animate { animation-delay: 0.1s; }
.event-card:nth-child(3).animate { animation-delay: 0.2s; }
.event-card:nth-child(4).animate { animation-delay: 0.3s; }
.event-card:nth-child(5).animate { animation-delay: 0.4s; }
.event-card:nth-child(6).animate { animation-delay: 0.5s; }

.cta-stat-item:nth-child(1) { animation-delay: 0.3s; }
.cta-stat-item:nth-child(2) { animation-delay: 0.4s; }
.cta-stat-item:nth-child(3) { animation-delay: 0.5s; }

/* ==================== UTILITIES ==================== */
.opacity-0 {
    opacity: 0;
}

/* -------------------LEarning at Newage */
/* ==================== BUTTERFLY DECORATIONS ==================== */
.butterfly-container {
    position: relative;
    overflow: hidden;
}
.butterfly {
    position: absolute;
    width: 50px;
    height: 50px;
    animation: fly 4s infinite ease-in-out;
}
.butterfly-1 {
    top: 20px;
    left: 10%;
    animation-delay: 0s;
}
.butterfly-2 {
    top: 30px;
    right: 15%;
    animation-delay: 1s;
}
.butterfly-3 {
    top: 10px;
    left: 45%;
    animation-delay: 2s;
}

@keyframes fly {
    0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
    25% { transform: translateY(-15px) translateX(10px) rotate(5deg); }
    50% { transform: translateY(-20px) translateX(-5px) rotate(-5deg); }
    75% { transform: translateY(-10px) translateX(8px) rotate(3deg); }
}

/* ==================== CARD STYLES ==================== */
.content-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 30px;
}
.content-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.content-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.content-card:hover img {
    transform: scale(1.05);
}

.card-content {
    padding: 30px;
}

.card-img-wrapper {
    height: 300px;
    overflow: hidden;
}

/* ==================== CHECK LIST ==================== */
.check-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.check-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

/* ==================== CONTACT CARDS ==================== */
.contact-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 28px;
}

 /* ==================== BACKGROUND PATTERN ==================== */
.pattern-bg {
    position: relative;
    background: linear-gradient(135deg, #f5f5f0 0%, #faf9f6 50%, #f5f5f0 100%);
}

.pattern-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1768502233087-b9e9fa289b89?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzY2hvb2wlMjBpY29ucyUyMHBhdHRlcm4lMjBiYWNrZ3JvdW5kfGVufDF8fHx8MTc3MjE3NjQzNnww&ixlib=rb-4.1.0&q=80&w=1080');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.pattern-bg > * {
    position: relative;
    z-index: 1;
}

/* ==================== UTILITY CLASSES ==================== */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/* what we provide------------------------ */

.whatWeHero-banner {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-purple) 0%, var(--brand-orange) 100%);
}
.whatWeHero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/images/naps-banner.webp') center/cover;
    opacity: 0.3;
}
.whatWeHero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    animation: fadeInUp 1s ease-out;
}
.whatWeHero-content h1 {
    color: var(--text-white);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.whatWeHero-content p {
    color: var(--text-white);
    font-size: 24px;
    margin-top: 15px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* ========================================
    WHAT WE OFFER SECTION
======================================== */
.what-we-offer {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.whatWeOfferPattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23992475' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

/* ========================================
    IMAGE CARD SECTIONS
======================================== */
.image-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.image-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.image-card:hover img {
    transform: scale(1.05);
}

/* ========================================
    PHONICS FEATURES BOX
======================================== */
.phonics-features {
    background: linear-gradient(135deg, #fff5f5 0%, #fff7ed 100%);
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid;
    border-image: var(--gradient-primary) 1;
    margin: 25px 0;
}

.phonics-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phonics-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    animation: slideInLeft 0.6s ease-out forwards;
    opacity: 0;
}

.phonics-features li:nth-child(1) { animation-delay: 0.1s; }
.phonics-features li:nth-child(2) { animation-delay: 0.2s; }
.phonics-features li:nth-child(3) { animation-delay: 0.3s; }
.phonics-features li:nth-child(4) { animation-delay: 0.4s; }
.phonics-features li:nth-child(5) { animation-delay: 0.5s; }

.check-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

/* ========================================
    FINAL CTA SECTION
======================================== */
.final-cta {
    background: var(--gradient-primary);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.final-cta::before,
.final-cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(60px);
}

.final-cta::before {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -100px;
}

.final-cta::after {
    width: 400px;
    height: 400px;
    bottom: -200px;
    right: -150px;
}

.final-cta .btn-gradient {
    background: white;
    color: var(--text-black);
}

.final-cta .btn-gradient:hover {
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    
    .image-card img {
        height: 300px;
    }

}

@media (max-width: 767px) {
    .btn-gradient {
        padding: 12px 25px;
        font-size: 16px;
    }
    .image-card img {
        height: 250px;
    }
    .sticky-cta-bar .row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sticky-cta-bar .text-start,
    .sticky-cta-bar .text-end {
        text-align: center !important;
    }
    
    .final-cta {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    
    .phonics-features {
        padding: 20px;
    }
    
    .phonics-features li {
        font-size: 14px;
    }
}

/* ------------ Why Are age page -------------------- */
 /* ========================================
    CONTENT SECTIONS
======================================== */
.content-section {
    position: relative;
    overflow: hidden;
}

.content-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    position: relative;
}

.content-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.2) 0%, rgba(226, 85, 39, 0.2) 100%);
    z-index: 1;
}

.content-image:hover {
    transform: scale(1.05) rotate(2deg);
}

.content-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .content-image img {
        height: 300px;
    }
}

.content-text {
    padding: 20px 0;
}

.content-text p {
    font-size: 18px;
    color: var(--gray-700);
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-text p {
        font-size: 16px;
    }
}
 /* Animated Icons */
.floating-icon {
    position: absolute;
    font-size: 80px;
    opacity: 0.3;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
    z-index: 1;
}
.icon-left {
    left: 50px;
    top: 80px;
}
.icon-right {
    right: 50px;
    top: 80px;
}
@media (max-width: 991px) {
    .floating-icon {
        display: none;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(90deg);
    }
    50% {
        transform: translateY(0) rotate(180deg);
    }
    75% {
        transform: translateY(-20px) rotate(270deg);
    }
}

/* ========================================
    STATS SECTION
======================================== */
.stats-section {
    background: linear-gradient(135deg, var(--purple) 0%, var(--red) 50%, var(--orange) 100%);
    color: var(--white);
    padding: 60px 0;
}
.stat-card {
    text-align: center;
    padding: 30px 20px;
}
.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.stat-label {
    font-size: 18px;
    opacity: 0.95;
    color: #fff;
}
@media (max-width: 767px) {
    .stat-number {
        font-size: 36px;
    }
    .stat-label {
        font-size: 16px;
    }
}

/* ========================================
    TESTIMONIALS SECTION
======================================== */
.testimonials-section {
    background: var(--gray-100);
}

.testimonial-card {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--gray-700);
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
}

.testimonial-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.testimonial-info p {
    font-size: 14px;
    color: var(--gray-700);
    margin: 0;
}

.stars {
    color: #fbbf24;
    margin-bottom: 15px;
    font-size: 18px;
}


/* ========================================
    HERO BANNER SECTION
======================================== */
.branchHero-banner {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.08) 0%, rgba(226, 85, 39, 0.08) 50%, rgba(198, 50, 48, 0.08) 100%);
    position: relative;
    overflow: hidden;
}

.branchHero-banner::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 80px;
    width: 300px;
    height: 300px;
    background: rgba(153, 36, 117, 0.15);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.branchHero-banner::after {
    content: '';
    position: absolute;
    bottom: 80px;
    right: 80px;
    width: 400px;
    height: 400px;
    background: rgba(226, 85, 39, 0.15);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.branchHero-content {
    position: relative;
    z-index: 1;
}

.branchHero-breadcrumb-text {
    color: #E53935;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
/* ========================================
    ADMISSION FORM STYLES
======================================== */
.admission-form {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 32px;
    border-top: 4px solid #E53935;
}

.form-control:focus {
    border-color: #E53935;
    box-shadow: 0 0 0 0.25rem rgba(229, 57, 53, 0.15);
}

.form-label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}

/* ========================================
    FEATURE CARDS
======================================== */
.br-feature-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.br-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.br-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* ========================================
    GALLERY STYLES
======================================== */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 280px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-title {
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

/* ========================================
    BRANCH CARD STYLES
======================================== */
.branch-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin: 0 12px;
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.branch-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.branch-card:hover .branch-image img {
    transform: scale(1.1);
}

.branch-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.branch-content {
    padding: 24px;
}

.branch-btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    border: 2px solid;
}

.branch-btn-primary {
    border-color: #E53935;
    color: #E53935;
    background: transparent;
}

.branch-btn-primary:hover {
    background: #E53935;
    color: white;
}

.branch-btn-secondary {
    border-color: #e5e7eb;
    color: #374151;
    background: #f3f4f6;
}

.branch-btn-secondary:hover {
    background: #e5e7eb;
}

/* ========================================
    SLICK CAROUSEL CUSTOM STYLES
======================================== */
.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #E53935;
}

.slick-dots li.slick-active button:before {
    color: #E53935;
}

.slick-prev,
.slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #E53935;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

 .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon-lg {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .slick-prev {
        left: 10px;
    }
    
    .slick-next {
        right: 10px;
    }
}
    @media (max-width: 480px) {
    .gradient-button,
    .gradient-button-secondary {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .sticky-cta-bar .gradient-button {
        font-size: 13px;
        padding: 10px 16px;
    }
}

/* Start - Peer to peer - page */

 /* ==================== BANNER SECTION ==================== */
.pr-banner-section {
    background: linear-gradient(135deg, #fce4ec 0%, #ffe5d9 50%, #f8dce8 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.pr-banner-section::before,
.pr-banner-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
}

.pr-banner-section::before {
    top: 40px;
    left: 40px;
    width: 200px;
    height: 200px;
    background: var(--brand-purple);
}

.pr-banner-section::after {
    bottom: 40px;
    right: 40px;
    width: 300px;
    height: 300px;
    background: var(--brand-orange);
}

.pr-breadcrumb-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.pr-breadcrumb-text span {
    font-weight: 700;
    color: var(--text-black);
}

.gradient-line {
    width: 100px;
    height: 4px;
    background: var(--gradient-primary);
    margin: 30px auto 0;
    border-radius: 10px;
}

/* ==================== INTRO SECTION ==================== */
.intro-section {
    background: white;
}

.intro-image {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.intro-image:hover img {
    transform: scale(1.05);
}

.intro-image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: var(--gradient-primary);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.4;
    z-index: -1;
}

/* ==================== DEVELOPMENT SECTION ==================== */
.development-section {
    background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition-smooth);
    height: 100%;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(243, 108, 33, 0.1) 50%, rgba(142, 26, 140, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 28px;
    color: var(--brand-red);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--gradient-secondary);
    border-radius: 50%;
}

.feature-footer {
    font-style: italic;
    color: #555;
    margin-top: 15px;
}

/* ==================== PEER GROUPS SECTION ==================== */
.peer-groups-section {
    background: white;
}

.peer-group-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition-smooth);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.peer-group-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.peer-group-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.peer-group-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.peer-group-card:hover .peer-group-image img {
    transform: scale(1.1);
}

.peer-group-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.peer-group-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.read-more-link {
    color: var(--brand-red);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    transition: var(--transition-smooth);
}

.read-more-link:hover {
    gap: 15px;
    color: var(--brand-orange);
}

/* ==================== CTA SECTION ==================== */
.pr-cta-section {
    background: linear-gradient(135deg, #fce4ec 0%, #ffe5d9 50%, #f8dce8 100%);
}

.pr-cta-box {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.pr-cta-feature {
    text-align: center;
    margin-bottom: 25px;
}

.pr-cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(243, 108, 33, 0.1) 50%, rgba(142, 26, 140, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-cta-icon i {
    font-size: 35px;
    color: var(--brand-red);
}

/* End - Peer to peer - page */


/* Navbar start  */
/* ========== TOP NAVBAR ========== */
.top-navbar {
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    padding: 12px 0;
    animation: fadeInDown 0.6s ease;
}

.top-navbar a {
    color: white;
    text-decoration: none;
}

.top-navbar a:hover {
    text-decoration: underline;
}

.top-navbar .btn {
    background: white;
    color: #992475;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    border: none;
}

.top-navbar .btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* ========== MAIN NAVBAR ========== */
.main-navbar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: fadeIn 0.8s ease;
}

.main-navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.main-navbar .navbar-brand {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-navbar .nav-link {
    color: #000;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s ease;
}

.main-navbar .nav-link:hover {
    color: #992475;
}

.main-navbar .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.3s ease;
}

.main-navbar .dropdown-item:hover {
    background: linear-gradient(to right, rgba(229, 57, 53, 0.1), rgba(142, 26, 140, 0.1));
}
/* Navbar - end */


/* ========== HERO SECTION ========== */
.hero-section {
    background: linear-gradient(135deg, #f3e7f1 0%, #fdecea 50%, #fff0ed 100%);
    padding: 54px 0;
}

.hero-content h1 {
    animation: fadeInLeft 0.8s ease;
}

.hero-content p {
    animation: fadeIn 1s ease;
}

.hero-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: fadeInRight 0.8s ease;
}

.hero-carousel img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-carousel img {
        height: 400px;
    }
}

.homeCheck-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    animation: fadeInLeft 1s ease;
}

.homeCheck-icon {
    background: linear-gradient(to right, #E53935, #8E1A8C);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ========== NOTIFICATION BAR ========== */
.notification-bar {
    background: linear-gradient(to right, #992475, #e25527);
    color: white;
    padding: 12px 0;
    overflow: hidden;
}

.notification-scroll {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ========== ADMISSION SECTION ========== */
.admission-form {
    background: linear-gradient(135deg, #f3e7f1 0%, #fdecea 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.admission-form input,
.admission-form select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    transition: all 0.3s ease;
    background: white;
}

.admission-form input:focus,
.admission-form select:focus {
    outline: none;
    border-color: #992475;
    box-shadow: 0 0 0 3px rgba(153, 36, 117, 0.1);
}

.branch-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.branch-slide {
    position: relative;
    height: 400px;
}

.branch-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 30px;
    color: white;
}

/* ========== TRUSTED CENTRE SECTION ========== */
.trusted-section {
    background: linear-gradient(135deg, #f3e7f1 0%, #fff 50%, #fdecea 100%);
}

.homeFeature-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.homeFeature-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.homeFeature-image:hover img {
    transform: scale(1.05);
}

/* ========== ABOUT SECTION ========== */
.about-section {
    background: white;
}

/* ========== PROGRAMMES SECTION ========== */
.programmes-section {
    background: linear-gradient(135deg, #fdecea 0%, #fff 50%, #f3e7f1 100%);
}

.programme-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.programme-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.programme-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.programme-card:hover img {
    transform: scale(1.1);
}

.age-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    color: #992475;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ========== WHY CHOOSE SECTION ========== */
.why-choose-section {
    background: white;
}

.reason-card {
    background: linear-gradient(135deg, #f3e7f1 0%, #fdecea 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.reason-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.reason-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reason-card:hover img {
    transform: scale(1.1);
}

/* ========== FACILITIES SECTION ========== */
.facilities-section {
    background: linear-gradient(135deg, #f3e7f1 0%, #fff 50%, #fdecea 100%);
}

.facility-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.facility-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.facility-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.facility-card:hover img {
    transform: scale(1.1);
}

/* ========== CTA SECTION ========== */
.homeCta-section {
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    position: relative;
    overflow: hidden;
}

.homeCta-section::before,
.homeCta-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(80px);
}

.homeCta-section::before {
    top: 40px;
    left: 40px;
    width: 150px;
    height: 150px;
}

.homeCta-section::after {
    bottom: 40px;
    right: 40px;
    width: 200px;
    height: 200px;
}

.homeCta-button-white {
    background: white;
    color: #992475;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.homeCta-button-white:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.homeCta-button-gradient {
    background: linear-gradient(to right, #E53935, #8E1A8C);
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    border: 2px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.homeCta-button-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* ========== FOOTER ========== */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #000 100%);
    color: white;
    padding: 50px 0 20px;
}

.footer h5 {
    background: linear-gradient(to right, #E53935, #F36C21, #8E1A8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer ul li a:hover {
    color: white;
    transform: translateX(5px);
    display: inline-block;
}

.social-icon {
    background: linear-gradient(to right, #E53935, #F36C21);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 30px;
    margin-top: 30px;
}

/* ========== STICKY CTA BAR ========== */
.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    color: white;
    padding: 15px 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.sticky-cta-bar.show {
    transform: translateY(0);
    opacity: 1;
}

.sticky-cta-bar .btn-close {
    background: white;
    opacity: 0.8;
}

/* ========== SOCIAL MEDIA SIDEBAR ========== */
.social-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-sidebar a {
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.social-sidebar a:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-sidebar a .tooltip {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    background: #000;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.social-sidebar a:hover .tooltip {
    opacity: 1;
}

@media (max-width: 992px) {
    .social-sidebar {
        display: none;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ========== SLICK CAROUSEL CUSTOMIZATION ========== */
.slick-dots li button:before {
    color: #992475;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #e25527;
}

.slick-prev:before,
.slick-next:before {
    color: #992475;
}

/* ========== SMOOTH SCROLLING ========== */
html {
    scroll-behavior: smooth;
}

/* ========== MOBILE MENU ========== */
@media (max-width: 992px) {
    .main-navbar .navbar-collapse {
        background: white;
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
}

/* ========== UTILITIES ========== */
.text-gradient {
    background: linear-gradient(to right, #E53935, #F36C21, #8E1A8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-link-gradient {
    color: #992475;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-link-gradient:hover {
    text-decoration: underline;
    gap: 12px;
}
.nav-logo{
    width: 200px;
}


/* Contact Us - page start */
/* ==================== SLICK CAROUSEL BASE STYLES ==================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* ==================== CUSTOM SCROLLBAR ==================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #8E1A8C 0%, #F36C21 50%, #E53935 100%);
}

/* ==================== BANNER SECTION ==================== */
.contactBanner-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.9) 0%, rgba(142, 26, 140, 0.9) 100%),
                url('https://images.unsplash.com/photo-1544772711-57da9c7368fa?q=80&w=1200') center/cover;
}

.contactBanner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.contactBanner-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 60px 0;
}

.contactBreadcrumb-custom {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.contactBreadcrumb-custom a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contactBreadcrumb-custom a:hover {
    color: #ffffff;
}

.contactBreadcrumb-custom .separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}

.contactBanner-section h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out;
}

.contactBanner-section p {
    font-size: 20px;
    opacity: 0.95;
    max-width: 700px;
    animation: fadeInUp 1s ease-out;
}

@media (max-width: 768px) {
    .contactBanner-section {
        min-height: 400px;
    }

    .contactBanner-section h1 {
        font-size: 32px;
    }

    .contactBanner-section p {
        font-size: 16px;
    }
}

/* ==================== CONTACT SECTION ==================== */
.contact22-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.contact22-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.contact22-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact22-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.contact22-card:hover .contact22-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact22-icon i {
    font-size: 32px;
    color: white;
}

.contact22-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact22-card a {
    color: var(--text-black);
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
    word-break: break-word;
}

.contact22-card a:hover {
    color: #E53935;
}

.contactFeature-card {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 40px;
    color: white;
}

.contactFeature-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contactFeature-card ul {
    list-style: none;
    padding: 0;
}

.contactFeature-card ul li {
    padding: 10px 0;
    font-size: 16px;
    opacity: 0.95;
}

.contactFeature-card ul li i {
    margin-right: 10px;
    font-size: 18px;
}

/* ==================== BRANCHES SECTION ==================== */
.branches-section {
    background: white;
    overflow: hidden;
}

.branch-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    margin: 15px;
}

.branch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.branch-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.branch-card:hover .branch-image img {
    transform: scale(1.1);
}

.branch-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%);
}

.branch-content {
    padding: 35px;
}

.branch-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.branch-content p {
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.7;
}

.branch-phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--text-black);
}

.branch-phone i {
    color: #E53935;
    margin-right: 12px;
    font-size: 18px;
}

.branch-phone a {
    color: var(--text-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.branch-phone a:hover {
    color: #E53935;
}

.branch-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link.facebook {
    background: linear-gradient(135deg, #E53935 0%, #F36C21 100%);
}

.social-link.instagram {
    background: linear-gradient(135deg, #F36C21 0%, #8E1A8C 100%);
}

.social-link:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Slick Carousel Custom Styles */
.contactSlick .slick-prev,
.contactSlick .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.contactSlick .slick-prev:hover,
.contactSlick .slick-next:hover,
.contactSlick .slick-prev:focus,
.contactSlick .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.contactSlick .slick-prev:before,
.contactSlick .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #E53935;
}

.contactSlick .slick-prev:hover:before,
.contactSlick .slick-next:hover:before {
    opacity: 1;
}

.contactSlick .slick-prev.slick-disabled:before,
.contactSlick .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.contactSlick .slick-prev:before {
    content: '←';
}

.contactSlick .slick-next:before {
    content: '→';
}

.contactSlick .slick-prev {
    left: -60px;
}

.contactSlick .slick-next {
    right: -60px;
}

.contactSlick .slick-dots {
    position: relative;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.contactSlick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.contactSlick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.contactSlick .slick-dots li button:hover,
.contactSlick .slick-dots li button:focus {
    outline: none;
}

.contactSlick .slick-dots li button:before {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.5;
    color: #E53935;
}

.contactSlick .slick-dots li button:hover:before,
.contactSlick .slick-dots li button:focus:before {
    opacity: 0.75;
}

.contactSlick .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E53935;
}

@media (max-width: 768px) {
    .contactSlick .slick-prev {
        left: -10px;
    }
    
    .contactSlick .slick-next {
        right: -10px;
    }
    
    .contactSlick .slick-prev:before,
    .contactSlick .slick-next:before {
        font-size: 30px;
    }
}
.bg-light-gradient {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}
.banner-area-head{
    background: white; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
/* Contact Us - page end */

/* Ficility page */
.facilityHero-banner {
    background: linear-gradient(135deg, #faf5ff 0%, #fff7ed 50%, #fef2f2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.facilityHero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    color: white;
    font-size: 14px;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease;
}
.facilityHero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}
.facilityHero-description {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.facilitysection-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 1rem;
}
.facilitysection-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.facilityFeature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.facilityFeature-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInLeft 0.6s ease forwards;
}
.facilityFeature-list li:nth-child(1) { animation-delay: 0.1s; }
.facilityFeature-list li:nth-child(2) { animation-delay: 0.2s; }
.facilityFeature-list li:nth-child(3) { animation-delay: 0.3s; }
.facilityFeature-list li:nth-child(4) { animation-delay: 0.4s; }
.facilityFeature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.facilitysection-image {
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.bg-gradient-light {
    background: linear-gradient(135deg, #fff7ed 0%, #faf5ff 100%);
}

.bg-gradient-light-2 {
    background: linear-gradient(135deg, #faf5ff 0%, #fef2f2 100%);
}

.facilityContent-text {
    font-size: 1.125rem;
    line-height: 1.8;
}
/* ============================================
    CALL TO ACTION SECTION
============================================ */
.facilityCta-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.facilityCta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    opacity: 0.1;
}
.facilityCta-content {
    position: relative;
    z-index: 10;
}
.facilityCta-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.facilityCta-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}
.btn-outline-gradient {
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 2px solid #E53935;
    color: #E53935;
    background: transparent;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-outline-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(229, 57, 53, 0.05);
    color: #E53935;
}

html, body {
    font-family: 'Amaranth', sans-serif;
}

html,body{
    font-family: 'Amaranth', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Amaranth', sans-serif;
}
p,label,small{
    font-family: 'Amaranth', sans-serif;
}
p{
    font-size: 16px;
    line-height: 26px;
    color: rgba(80,92,127,.9);
}
a{
    font-family: 'Amaranth', sans-serif;
    text-decoration: none !important;
    color: #000;
}
.section-para{
    font-size: 18px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fw-700{
    font-weight: 700;
}

/* Color Variables */
:root {
    --primary-purple: #992475;
    --primary-red: #c63230;
    --primary-orange: #e25527;
    --gradient-primary: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    --gradient-secondary: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    --brand-purple: #992475;
    --brand-red: #c63230;
    --brand-orange: #e25527;
    --color-purple: #992475;
    --color-red: #c63230;
    --color-orange: #e25527;
    --color-text: #000000;
    --color-gray: #666666;
    --font-family: 'Amaranth', sans-serif;
    --text-white: #ffffff;
    --text-black: #000000;
    --text-gray: #4a4a4a;
    --bg-light: #f8f9fa;
    --purple: #992475;
    --red: #c63230;
    --orange: #e25527;
    --black: #000000;
    --white: #ffffff;
    --gray-700: #374151;
    --gray-100: #f3f4f6;
    --transition-smooth: all 0.3s ease;
    --light-gray: #f8f9fa;
}

/* Section Styles */
.section {
    padding: 45px 0px;
}

/* Typography */
.secondary-main-heading {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.gradient-text {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
 .gradient-btn {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gradient-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.gradient-btn-alt {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gradient-btn-alt:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.gradient-button {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gradient-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229, 57, 53, 0.3);
    color: white;
}

.gradient-button-secondary {
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gradient-button-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229, 57, 53, 0.3);
    color: white;
}

.gradient-bg-purple-orange {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.05) 0%, rgba(226, 85, 39, 0.05) 100%);
}

.gradient-bg-orange-purple {
    background: linear-gradient(135deg, rgba(226, 85, 39, 0.05) 0%, rgba(153, 36, 117, 0.05) 100%);
}

.gradient-bg-red-orange {
    background: linear-gradient(135deg, rgba(198, 50, 48, 0.05) 0%, rgba(226, 85, 39, 0.05) 100%);
}

.about-banner-text{
    font-size: 20px; 
    max-width: 900px; 
    margin: 0 auto; 
    line-height: 1.7;
}

/* Banner Section */
.about-banner-section {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.95) 0%, rgba(226, 85, 39, 0.95) 100%),  center/cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-banner-section::before {
    content: '🎨✏️📚🦋';
    position: absolute;
    font-size: 120px;
    opacity: 0.1;
    animation: floatEmoji 20s linear infinite;
}

@keyframes floatEmoji {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(180deg); }
    100% { transform: translateY(0) rotate(360deg); }
}

.banner-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease;
}

/* Why Section (Section 2) */
.why-section {
    background: linear-gradient(to bottom, #ffffff 0%, #fef8f5 100%);
    position: relative;
    overflow: hidden;
}

.why-section::before {
    content: '🦋';
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 60px;
    animation: butterfly 4s ease-in-out infinite;
}

@keyframes butterfly {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-20px, -20px) rotate(10deg); }
    50% { transform: translate(20px, -10px) rotate(-10deg); }
    75% { transform: translate(-10px, 20px) rotate(5deg); }
}

.why-section::after {
    content: '✏️';
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 60px;
    animation: pencil 3s ease-in-out infinite;
}

@keyframes pencil {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

.checklist-item {
    background: linear-gradient(135deg, #f8f0f6 0%, #fff5f0 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.checklist-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(153, 36, 117, 0.15);
}

.check-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Features Grid (Section 3) */
.features-section {
    background: white;
}

.feature-card {
    background: linear-gradient(135deg, #f8f0f6 0%, #fff5f0 100%);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(153, 36, 117, 0.05) 0%, transparent 70%);
    transition: all 0.6s ease;
}

.feature-card:hover::before {
    transform: scale(1.2) rotate(45deg);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(153, 36, 117, 0.2);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    animation: pulse 2s ease infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-purple);
}

.feature-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* Intentions Section (Section 4) */
.intentions-section {
    background: url('https://images.unsplash.com/photo-1627873828946-44e8b5261d2d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxjb2xvcmZ1bCUyMGNyYXlvbnMlMjBwZW5jaWxzJTIwcGF0dGVybiUyMGJhY2tncm91bmR8ZW58MXx8fHwxNzcyMTI1ODQwfDA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral') center/cover;
    position: relative;
}

.intentions-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
}

.intention-card {
    background: linear-gradient(135deg, #f8f0f6 0%, #fff5f0 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.intention-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(153, 36, 117, 0.2);
}

.intention-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.intention-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.intention-card:hover .intention-image img {
    transform: scale(1.1);
}

.intention-content {
    padding: 30px;
}

.intention-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}

.intention-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-purple);
    text-align: center;
}

.intention-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: center;
}

/* CTA Section (Section 5) */
.cta-cards-section {
    background: linear-gradient(to bottom, white 0%, #f8f0f6 100%);
}

.cta-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}

.cta-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-purple);
    box-shadow: 0 15px 40px rgba(153, 36, 117, 0.2);
}

.cta-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 40px;
    color: white;
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.cta-card-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.cta-card-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.btn-gradient {
    background: var(--gradient-primary);
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: inline-block;
}
.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(153, 36, 117, 0.4);
    color: white;
}
.btn-gradient i {
    font-size: 20px;
}




.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Footer */
footer {
    background: #1a1a1a;
    color: white;
    padding: 40px 0 20px;
}

footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-orange);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-heading {
        font-size: 32px;
    }

    .secondary-main-heading {
        font-size: 28px;
    }

    .section {
        padding: 35px 0px;
    }

    .about-banner-section {
        min-height: 50vh;
    }

    .feature-card,
    .intention-card,
    .cta-card {
        margin-bottom: 20px;
    }

    .nav-link {
        margin: 10px 0;
    }

    .why-section::before,
    .why-section::after {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .main-heading {
        font-size: 28px;
    }

    .secondary-main-heading {
        font-size: 24px;
    }

    .feature-icon,
    .cta-card-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .about-banner-section::before {
        font-size: 80px;
    }
}


/* ==================== Banner Section ==================== */
.banner-section {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}

.banner-content h1 {
    font-size: 60px;
    margin-bottom: 24px;
    line-height: 1.2;
}

.banner-content p {
    font-size: 24px;
    margin-bottom: 32px;
    opacity: 0.9;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}

/* ==================== Overview Section ==================== */
.overview-section {
    position: relative;
    overflow: hidden;
}

.floating-element {
    position: absolute;
    font-size: 60px;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

.floating-butterfly {
    top: 80px;
    right: 40px;
    animation: float-butterfly 6s ease-in-out infinite;
}

.floating-pencil {
    top: 160px;
    left: 40px;
    animation: float-pencil 4s ease-in-out infinite;
}

.floating-book {
    bottom: 80px;
    right: 80px;
    animation: float-book 5s ease-in-out infinite;
}

@keyframes float-butterfly {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(10px, -20px); }
}

@keyframes float-pencil {
    0%, 100% { transform: rotate(-5deg) translateY(0); }
    50% { transform: rotate(5deg) translateY(-15px); }
}

@keyframes float-book {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

.overview-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.overview-content {
    position: relative;
    z-index: 5;
}

/* ==================== Facilitators Section ==================== */
.facilitators-section {
    background: linear-gradient(135deg, #f3e5f5 0%, #ffe0b2 100%);
    position: relative;
    overflow: hidden;
}

.bg-element {
    position: absolute;
    font-size: 80px;
    pointer-events: none;
    z-index: 1;
}

.bg-cloud-1 {
    top: 40px;
    left: 80px;
    opacity: 0.06;
    animation: bg-float-1 8s ease-in-out infinite;
}

.bg-puzzle {
    top: 160px;
    right: 120px;
    opacity: 0.07;
    animation: bg-float-2 10s ease-in-out infinite;
}

.bg-star {
    bottom: 80px;
    left: 160px;
    opacity: 0.05;
    animation: bg-rotate 20s linear infinite;
}

.bg-abc {
    top: 240px;
    left: 40px;
    opacity: 0.06;
    animation: bg-float-3 9s ease-in-out infinite;
}

.bg-cloud-2 {
    bottom: 160px;
    right: 80px;
    opacity: 0.07;
    animation: bg-float-4 7s ease-in-out infinite;
}

@keyframes bg-float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(0, -30px) rotate(10deg); }
}

@keyframes bg-float-2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(15px, -20px); }
}

@keyframes bg-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes bg-float-3 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-25px); }
}

@keyframes bg-float-4 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-10px, -15px); }
}

.facilitators-content {
    position: relative;
    z-index: 10;
}

/* ==================== Vision & Mission Cards ==================== */
.vision-mission-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.vision-mission-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-circle svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.mission-list {
    list-style: none;
    padding: 0;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}


/* ==================== Journey Cards ==================== */
.journey-heading {
    text-align: center;
    margin-bottom: 48px;
}

.journey-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.journey-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.02);
}

.journey-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.journey-card:hover .journey-card-img {
    transform: scale(1.1);
}

.journey-card-body {
    padding: 32px;
}

.journey-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.journey-card:hover .journey-icon-circle {
    transform: scale(1.1);
}

.journey-icon-circle svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

.journey-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.journey-card-text {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.learn-more-link {
    color: #E53935;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.journey-card:hover .learn-more-link {
    gap: 12px;
}

/* ==================== Sticky CTA Bar ==================== */

.cta-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-bar-text h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 4px;
}

.cta-bar-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin: 0;
}

.cta-bar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-btn-white {
    background: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn-white:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #000000;
}

.cta-btn-outline {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-btn-outline:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

.close-cta-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-cta-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* ==================== Responsive Styles ==================== */
@media (max-width: 991px) {
    
    .banner-content h1 {
        font-size: 48px;
    }
    
    .banner-content p {
        font-size: 20px;
    }
    
    .overview-image {
        height: 400px;
    }
}

@media (max-width: 767px) {

    .banner-content h1 {
        font-size: 36px;
    }
    
    .banner-content p {
        font-size: 18px;
    }
    
    .overview-image {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .floating-element {
        font-size: 40px;
    }
    
    .bg-element {
        font-size: 60px;
    }
    
    .vision-mission-card {
        padding: 30px;
        margin-bottom: 20px;
    }
    
    .cta-bar-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-bar-text {
        text-align: center;
    }
    
    .cta-bar-actions {
        justify-content: center;
    }
    
    .journey-card {
        margin-bottom: 24px;
    }
}
        
@media (max-width: 575px) {
    .banner-content h1 {
        font-size: 28px;
    }
    
    .banner-content p {
        font-size: 16px;
    }
    
    .gradient-btn {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* ==================== Utility Classes ==================== */
.text-muted-custom {
    color: rgba(0, 0, 0, 0.6);
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-48 {
    margin-bottom: 48px;
}

/* ------C E----------------------------------- */
/* ==================== HERO BANNER ==================== */
.cehero-banner {
    position: relative;
    height: 50vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cehero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/naps-banner.webp') center/cover;
    z-index: 1;
}

.cehero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4), transparent);
    z-index: 2;
}

.cehero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    animation: fadeInUp 1s ease-out;
}

.cebreadcrumb-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    font-size: 14px;
    animation: fadeInLeft 0.8s ease-out;
}

.cebreadcrumb-custom a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s;
}

.cebreadcrumb-custom a:hover {
    color: white;
}

.hero-title {
    font-size: 34px;
    color: white;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.decorative-line {
    height: 4px;
    width: 128px;
    background: var(--gradient-secondary);
    border-radius: 50px;
    margin: 0 auto;
    animation: scaleIn 1s ease-out 0.5s both;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
}

/* ==================== EVENT CARDS ==================== */
.event-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
}

.event-card.animate {
    animation: fadeInUp 0.6s ease-out forwards;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.event-card-img-wrapper {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.event-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.event-card:hover .event-card-img {
    transform: scale(1.1);
}

.event-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2), transparent);
    opacity: 0;
    transition: opacity 0.5s;
}

.event-card:hover .event-card-overlay {
    opacity: 1;
}

.event-card-body {
    padding: 1.5rem;
}

.event-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.event-card:hover .event-card-title {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-card-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    background: var(--gradient-secondary);
    color: white;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

.event-card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s;
}

.event-card-btn:hover::before {
    opacity: 1;
}

.event-card-btn span,
.event-card-btn i {
    position: relative;
    z-index: 1;
}

.event-card-btn i {
    transition: transform 0.3s;
}

.event-card-btn:hover i {
    transform: translateX(4px);
}

.event-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    opacity: 0.2;
    transition: opacity 0.3s;
    display: none;
}

.event-card:hover .event-card-corner {
    opacity: 0.3;
}

/* ==================== CTA SECTION ==================== */
.cecta-section {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.cecta-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
}

.cecta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cecta-content {
    position: relative;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
}

.cecta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 1rem;
}

.cecta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cecta-description {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.cecta-btn-primary {
    background: white;
    color: var(--text-black);
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cecta-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

.cecta-btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    border: 2px solid white;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cecta-btn-secondary:hover {
    background: white;
    color: var(--text-black);
    transform: scale(1.05);
}

.cecta-stats {
    margin-top: 2rem;
}

.cecta-stat-item {
    color: white;
    animation: fadeInUp 0.8s ease-out forwards;
}

.cecta-stat-icon {
    font-size: 32px;
    margin-bottom: 8px;
    opacity: 0.9;
}

.cecta-stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cecta-stat-label {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cecta-title {
        font-size: 24px;
    }
    
    .cecta-description {
        font-size: 16px;
    }
}

/* ==================== STICKY CTA BAR ==================== */
.sticky-cta-bar {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
    transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta-bar.show {
    bottom: 0;
}

.sticky-cta-content {
    background: var(--gradient-primary);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.sticky-cta-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    flex: 1;
    min-width: 200px;
}

.sticky-cta-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-cta-text h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.sticky-cta-text p {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

.sticky-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sticky-cta-btn {
    background: white;
    color: var(--text-black);
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s;
    cursor: pointer;
}

.sticky-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.sticky-cta-close {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.sticky-cta-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 576px) {
    .sticky-cta-content {
        justify-content: center;
    }
    
    .sticky-cta-info {
        width: 100%;
        justify-content: center;
    }
}

/* ==================== ANIMATIONS ==================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

 @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.whynewage-para2{
    font-size: 18px; line-height: 1.8; text-align: center; margin-bottom: 25px;
}
.whynewage-para2-btm{
    font-size: 18px; line-height: 1.8; text-align: center; font-style: italic; font-weight: 600;
}
.fade-in-up {
    animation: fadeInUp 1s ease-out;
}
.fade-in {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-in-left {
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
}

.slide-in-right {
    opacity: 0;
    animation: slideInRight 0.8s ease-out forwards;
}

/* Add delays for staggered animations */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

/* AOS Animation Alternative */
[data-aos] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

.floating-icon {
    animation: float 3s ease-in-out infinite;
}

/* Stagger animation delays */
.event-card:nth-child(1).animate { animation-delay: 0s; }
.event-card:nth-child(2).animate { animation-delay: 0.1s; }
.event-card:nth-child(3).animate { animation-delay: 0.2s; }
.event-card:nth-child(4).animate { animation-delay: 0.3s; }
.event-card:nth-child(5).animate { animation-delay: 0.4s; }
.event-card:nth-child(6).animate { animation-delay: 0.5s; }

.cta-stat-item:nth-child(1) { animation-delay: 0.3s; }
.cta-stat-item:nth-child(2) { animation-delay: 0.4s; }
.cta-stat-item:nth-child(3) { animation-delay: 0.5s; }

/* ==================== UTILITIES ==================== */
.opacity-0 {
    opacity: 0;
}

/* -------------------LEarning at Newage */
/* ==================== BUTTERFLY DECORATIONS ==================== */
.butterfly-container {
    position: relative;
    overflow: hidden;
}
.butterfly {
    position: absolute;
    width: 50px;
    height: 50px;
    animation: fly 4s infinite ease-in-out;
}
.butterfly-1 {
    top: 20px;
    left: 10%;
    animation-delay: 0s;
}
.butterfly-2 {
    top: 30px;
    right: 15%;
    animation-delay: 1s;
}
.butterfly-3 {
    top: 10px;
    left: 45%;
    animation-delay: 2s;
}

@keyframes fly {
    0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
    25% { transform: translateY(-15px) translateX(10px) rotate(5deg); }
    50% { transform: translateY(-20px) translateX(-5px) rotate(-5deg); }
    75% { transform: translateY(-10px) translateX(8px) rotate(3deg); }
}

/* ==================== CARD STYLES ==================== */
.content-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 30px;
}
.content-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.content-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.content-card:hover img {
    transform: scale(1.05);
}

.card-content {
    padding: 30px;
}

.card-img-wrapper {
    height: 300px;
    overflow: hidden;
}

/* ==================== CHECK LIST ==================== */
.check-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.check-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

/* ==================== CONTACT CARDS ==================== */
.contact-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 28px;
}

 /* ==================== BACKGROUND PATTERN ==================== */
.pattern-bg {
    position: relative;
    background: linear-gradient(135deg, #f5f5f0 0%, #faf9f6 50%, #f5f5f0 100%);
}

.pattern-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1768502233087-b9e9fa289b89?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzY2hvb2wlMjBpY29ucyUyMHBhdHRlcm4lMjBiYWNrZ3JvdW5kfGVufDF8fHx8MTc3MjE3NjQzNnww&ixlib=rb-4.1.0&q=80&w=1080');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.pattern-bg > * {
    position: relative;
    z-index: 1;
}

/* ==================== UTILITY CLASSES ==================== */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/* what we provide------------------------ */

.whatWeHero-banner {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-purple) 0%, var(--brand-orange) 100%);
}
.whatWeHero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/images/naps-banner.webp') center/cover;
    opacity: 0.3;
}
.whatWeHero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    animation: fadeInUp 1s ease-out;
}
.whatWeHero-content h1 {
    color: var(--text-white);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.whatWeHero-content p {
    color: var(--text-white);
    font-size: 24px;
    margin-top: 15px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* ========================================
    WHAT WE OFFER SECTION
======================================== */
.what-we-offer {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.whatWeOfferPattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23992475' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

/* ========================================
    IMAGE CARD SECTIONS
======================================== */
.image-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.image-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.image-card:hover img {
    transform: scale(1.05);
}

/* ========================================
    PHONICS FEATURES BOX
======================================== */
.phonics-features {
    background: linear-gradient(135deg, #fff5f5 0%, #fff7ed 100%);
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid;
    border-image: var(--gradient-primary) 1;
    margin: 25px 0;
}

.phonics-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phonics-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    animation: slideInLeft 0.6s ease-out forwards;
    opacity: 0;
}

.phonics-features li:nth-child(1) { animation-delay: 0.1s; }
.phonics-features li:nth-child(2) { animation-delay: 0.2s; }
.phonics-features li:nth-child(3) { animation-delay: 0.3s; }
.phonics-features li:nth-child(4) { animation-delay: 0.4s; }
.phonics-features li:nth-child(5) { animation-delay: 0.5s; }

.check-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

/* ========================================
    FINAL CTA SECTION
======================================== */
.final-cta {
    background: var(--gradient-primary);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.final-cta::before,
.final-cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(60px);
}

.final-cta::before {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -100px;
}

.final-cta::after {
    width: 400px;
    height: 400px;
    bottom: -200px;
    right: -150px;
}

.final-cta .btn-gradient {
    background: white;
    color: var(--text-black);
}

.final-cta .btn-gradient:hover {
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    
    .image-card img {
        height: 300px;
    }

}

@media (max-width: 767px) {
    .btn-gradient {
        padding: 12px 25px;
        font-size: 16px;
    }
    .image-card img {
        height: 250px;
    }
    .sticky-cta-bar .row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sticky-cta-bar .text-start,
    .sticky-cta-bar .text-end {
        text-align: center !important;
    }
    
    .final-cta {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    
    .phonics-features {
        padding: 20px;
    }
    
    .phonics-features li {
        font-size: 14px;
    }
}

/* ------------ Why Are age page -------------------- */
 /* ========================================
    CONTENT SECTIONS
======================================== */
.content-section {
    position: relative;
    overflow: hidden;
}

.content-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    position: relative;
}

.content-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.2) 0%, rgba(226, 85, 39, 0.2) 100%);
    z-index: 1;
}

.content-image:hover {
    transform: scale(1.05) rotate(2deg);
}

.content-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .content-image img {
        height: 300px;
    }
}

.content-text {
    padding: 20px 0;
}

.content-text p {
    font-size: 18px;
    color: var(--gray-700);
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-text p {
        font-size: 16px;
    }
}
 /* Animated Icons */
.floating-icon {
    position: absolute;
    font-size: 80px;
    opacity: 0.3;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
    z-index: 1;
}
.icon-left {
    left: 50px;
    top: 80px;
}
.icon-right {
    right: 50px;
    top: 80px;
}
@media (max-width: 991px) {
    .floating-icon {
        display: none;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(90deg);
    }
    50% {
        transform: translateY(0) rotate(180deg);
    }
    75% {
        transform: translateY(-20px) rotate(270deg);
    }
}

/* ========================================
    STATS SECTION
======================================== */
.stats-section {
    background: linear-gradient(135deg, var(--purple) 0%, var(--red) 50%, var(--orange) 100%);
    color: var(--white);
    padding: 60px 0;
}
.stat-card {
    text-align: center;
    padding: 30px 20px;
}
.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.stat-label {
    font-size: 18px;
    opacity: 0.95;
    color: #fff;
}
@media (max-width: 767px) {
    .stat-number {
        font-size: 36px;
    }
    .stat-label {
        font-size: 16px;
    }
}

/* ========================================
    TESTIMONIALS SECTION
======================================== */
.testimonials-section {
    background: var(--gray-100);
}

.testimonial-card {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--gray-700);
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
}

.testimonial-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.testimonial-info p {
    font-size: 14px;
    color: var(--gray-700);
    margin: 0;
}

.stars {
    color: #fbbf24;
    margin-bottom: 15px;
    font-size: 18px;
}


/* ========================================
    HERO BANNER SECTION
======================================== */
.branchHero-banner {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.08) 0%, rgba(226, 85, 39, 0.08) 50%, rgba(198, 50, 48, 0.08) 100%);
    position: relative;
    overflow: hidden;
}

.branchHero-banner::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 80px;
    width: 300px;
    height: 300px;
    background: rgba(153, 36, 117, 0.15);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.branchHero-banner::after {
    content: '';
    position: absolute;
    bottom: 80px;
    right: 80px;
    width: 400px;
    height: 400px;
    background: rgba(226, 85, 39, 0.15);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.branchHero-content {
    position: relative;
    z-index: 1;
}

.branchHero-breadcrumb-text {
    color: #E53935;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
/* ========================================
    ADMISSION FORM STYLES
======================================== */
.admission-form {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 32px;
    border-top: 4px solid #E53935;
}

.form-control:focus {
    border-color: #E53935;
    box-shadow: 0 0 0 0.25rem rgba(229, 57, 53, 0.15);
}

.form-label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}

/* ========================================
    FEATURE CARDS
======================================== */
.br-feature-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.br-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.br-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* ========================================
    GALLERY STYLES
======================================== */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 280px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-title {
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

/* ========================================
    BRANCH CARD STYLES
======================================== */
.branch-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin: 0 12px;
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.branch-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.branch-card:hover .branch-image img {
    transform: scale(1.1);
}

.branch-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.branch-content {
    padding: 24px;
}

.branch-btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    border: 2px solid;
}

.branch-btn-primary {
    border-color: #E53935;
    color: #E53935;
    background: transparent;
}

.branch-btn-primary:hover {
    background: #E53935;
    color: white;
}

.branch-btn-secondary {
    border-color: #e5e7eb;
    color: #374151;
    background: #f3f4f6;
}

.branch-btn-secondary:hover {
    background: #e5e7eb;
}

/* ========================================
    SLICK CAROUSEL CUSTOM STYLES
======================================== */
.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #E53935;
}

.slick-dots li.slick-active button:before {
    color: #E53935;
}

.slick-prev,
.slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #E53935;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

 .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon-lg {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .slick-prev {
        left: 10px;
    }
    
    .slick-next {
        right: 10px;
    }
}
    @media (max-width: 480px) {
    .gradient-button,
    .gradient-button-secondary {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .sticky-cta-bar .gradient-button {
        font-size: 13px;
        padding: 10px 16px;
    }
}

/* Start - Peer to peer - page */

 /* ==================== BANNER SECTION ==================== */
.pr-banner-section {
    background: linear-gradient(135deg, #fce4ec 0%, #ffe5d9 50%, #f8dce8 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.pr-banner-section::before,
.pr-banner-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
}

.pr-banner-section::before {
    top: 40px;
    left: 40px;
    width: 200px;
    height: 200px;
    background: var(--brand-purple);
}

.pr-banner-section::after {
    bottom: 40px;
    right: 40px;
    width: 300px;
    height: 300px;
    background: var(--brand-orange);
}

.pr-breadcrumb-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.pr-breadcrumb-text span {
    font-weight: 700;
    color: var(--text-black);
}

.gradient-line {
    width: 100px;
    height: 4px;
    background: var(--gradient-primary);
    margin: 30px auto 0;
    border-radius: 10px;
}

/* ==================== INTRO SECTION ==================== */
.intro-section {
    background: white;
}

.intro-image {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.intro-image:hover img {
    transform: scale(1.05);
}

.intro-image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: var(--gradient-primary);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.4;
    z-index: -1;
}

/* ==================== DEVELOPMENT SECTION ==================== */
.development-section {
    background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition-smooth);
    height: 100%;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(243, 108, 33, 0.1) 50%, rgba(142, 26, 140, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 28px;
    color: var(--brand-red);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--gradient-secondary);
    border-radius: 50%;
}

.feature-footer {
    font-style: italic;
    color: #555;
    margin-top: 15px;
}

/* ==================== PEER GROUPS SECTION ==================== */
.peer-groups-section {
    background: white;
}

.peer-group-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition-smooth);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.peer-group-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.peer-group-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.peer-group-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.peer-group-card:hover .peer-group-image img {
    transform: scale(1.1);
}

.peer-group-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.peer-group-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.read-more-link {
    color: var(--brand-red);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    transition: var(--transition-smooth);
}

.read-more-link:hover {
    gap: 15px;
    color: var(--brand-orange);
}

/* ==================== CTA SECTION ==================== */
.pr-cta-section {
    background: linear-gradient(135deg, #fce4ec 0%, #ffe5d9 50%, #f8dce8 100%);
}

.pr-cta-box {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.pr-cta-feature {
    text-align: center;
    margin-bottom: 25px;
}

.pr-cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(243, 108, 33, 0.1) 50%, rgba(142, 26, 140, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-cta-icon i {
    font-size: 35px;
    color: var(--brand-red);
}

/* End - Peer to peer - page */


/* Navbar start  */
/* ========== TOP NAVBAR ========== */
.top-navbar {
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    padding: 12px 0;
    animation: fadeInDown 0.6s ease;
}

.top-navbar a {
    color: white;
    text-decoration: none;
}

.top-navbar a:hover {
    text-decoration: underline;
}

.top-navbar .btn {
    background: white;
    color: #992475;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    border: none;
}

.top-navbar .btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* ========== MAIN NAVBAR ========== */
.main-navbar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: fadeIn 0.8s ease;
}

.main-navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.main-navbar .navbar-brand {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-navbar .nav-link {
    color: #000;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s ease;
}

.main-navbar .nav-link:hover {
    color: #992475;
}

.main-navbar .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.3s ease;
}

.main-navbar .dropdown-item:hover {
    background: linear-gradient(to right, rgba(229, 57, 53, 0.1), rgba(142, 26, 140, 0.1));
}
/* Navbar - end */


/* ========== HERO SECTION ========== */
.hero-section {
    background: linear-gradient(135deg, #f3e7f1 0%, #fdecea 50%, #fff0ed 100%);
    padding: 54px 0;
}

.hero-content h1 {
    animation: fadeInLeft 0.8s ease;
}

.hero-content p {
    animation: fadeIn 1s ease;
}

.hero-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: fadeInRight 0.8s ease;
}

.hero-carousel img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-carousel img {
        height: 400px;
    }
}

.homeCheck-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    animation: fadeInLeft 1s ease;
}

.homeCheck-icon {
    background: linear-gradient(to right, #E53935, #8E1A8C);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ========== NOTIFICATION BAR ========== */
.notification-bar {
    background: linear-gradient(to right, #992475, #e25527);
    color: white;
    padding: 12px 0;
    overflow: hidden;
}

.notification-scroll {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ========== ADMISSION SECTION ========== */
.admission-form {
    background: linear-gradient(135deg, #f3e7f1 0%, #fdecea 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.admission-form input,
.admission-form select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    transition: all 0.3s ease;
    background: white;
}

.admission-form input:focus,
.admission-form select:focus {
    outline: none;
    border-color: #992475;
    box-shadow: 0 0 0 3px rgba(153, 36, 117, 0.1);
}

.branch-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.branch-slide {
    position: relative;
    height: 400px;
}

.branch-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 30px;
    color: white;
}

/* ========== TRUSTED CENTRE SECTION ========== */
.trusted-section {
    background: linear-gradient(135deg, #f3e7f1 0%, #fff 50%, #fdecea 100%);
}

.homeFeature-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.homeFeature-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.homeFeature-image:hover img {
    transform: scale(1.05);
}

/* ========== ABOUT SECTION ========== */
.about-section {
    background: white;
}

/* ========== PROGRAMMES SECTION ========== */
.programmes-section {
    background: linear-gradient(135deg, #fdecea 0%, #fff 50%, #f3e7f1 100%);
}

.programme-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.programme-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.programme-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.programme-card:hover img {
    transform: scale(1.1);
}

.age-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    color: #992475;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ========== WHY CHOOSE SECTION ========== */
.why-choose-section {
    background: white;
}

.reason-card {
    background: linear-gradient(135deg, #f3e7f1 0%, #fdecea 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.reason-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.reason-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reason-card:hover img {
    transform: scale(1.1);
}

/* ========== FACILITIES SECTION ========== */
.facilities-section {
    background: linear-gradient(135deg, #f3e7f1 0%, #fff 50%, #fdecea 100%);
}

.facility-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.facility-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.facility-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.facility-card:hover img {
    transform: scale(1.1);
}

/* ========== CTA SECTION ========== */
.homeCta-section {
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    position: relative;
    overflow: hidden;
}

.homeCta-section::before,
.homeCta-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(80px);
}

.homeCta-section::before {
    top: 40px;
    left: 40px;
    width: 150px;
    height: 150px;
}

.homeCta-section::after {
    bottom: 40px;
    right: 40px;
    width: 200px;
    height: 200px;
}

.homeCta-button-white {
    background: white;
    color: #992475;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.homeCta-button-white:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.homeCta-button-gradient {
    background: linear-gradient(to right, #E53935, #8E1A8C);
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    border: 2px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.homeCta-button-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* ========== FOOTER ========== */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #000 100%);
    color: white;
    padding: 50px 0 20px;
}

.footer h5 {
    background: linear-gradient(to right, #E53935, #F36C21, #8E1A8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer ul li a:hover {
    color: white;
    transform: translateX(5px);
    display: inline-block;
}

.social-icon {
    background: linear-gradient(to right, #E53935, #F36C21);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 30px;
    margin-top: 30px;
}

/* ========== STICKY CTA BAR ========== */
.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    color: white;
    padding: 15px 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.sticky-cta-bar.show {
    transform: translateY(0);
    opacity: 1;
}

.sticky-cta-bar .btn-close {
    background: white;
    opacity: 0.8;
}

/* ========== SOCIAL MEDIA SIDEBAR ========== */
.social-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-sidebar a {
    background: linear-gradient(to right, #992475, #c63230, #e25527);
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.social-sidebar a:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-sidebar a .tooltip {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    background: #000;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.social-sidebar a:hover .tooltip {
    opacity: 1;
}

@media (max-width: 992px) {
    .social-sidebar {
        display: none;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ========== SLICK CAROUSEL CUSTOMIZATION ========== */
.slick-dots li button:before {
    color: #992475;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #e25527;
}

.slick-prev:before,
.slick-next:before {
    color: #992475;
}

/* ========== SMOOTH SCROLLING ========== */
html {
    scroll-behavior: smooth;
}

/* ========== MOBILE MENU ========== */
@media (max-width: 992px) {
    .main-navbar .navbar-collapse {
        background: white;
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
}

/* ========== UTILITIES ========== */
.text-gradient {
    background: linear-gradient(to right, #E53935, #F36C21, #8E1A8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-link-gradient {
    color: #992475;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-link-gradient:hover {
    text-decoration: underline;
    gap: 12px;
}
.nav-logo{
    width: 200px;
}


/* Contact Us - page start */
/* ==================== SLICK CAROUSEL BASE STYLES ==================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* ==================== CUSTOM SCROLLBAR ==================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #8E1A8C 0%, #F36C21 50%, #E53935 100%);
}

/* ==================== BANNER SECTION ==================== */
.contactBanner-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.9) 0%, rgba(142, 26, 140, 0.9) 100%),
                url('https://images.unsplash.com/photo-1544772711-57da9c7368fa?q=80&w=1200') center/cover;
}

.contactBanner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.contactBanner-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 60px 0;
}

.contactBreadcrumb-custom {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.contactBreadcrumb-custom a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contactBreadcrumb-custom a:hover {
    color: #ffffff;
}

.contactBreadcrumb-custom .separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}

.contactBanner-section h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out;
}

.contactBanner-section p {
    font-size: 20px;
    opacity: 0.95;
    max-width: 700px;
    animation: fadeInUp 1s ease-out;
}

@media (max-width: 768px) {
    .contactBanner-section {
        min-height: 400px;
    }

    .contactBanner-section h1 {
        font-size: 32px;
    }

    .contactBanner-section p {
        font-size: 16px;
    }
}

/* ==================== CONTACT SECTION ==================== */
.contact22-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.contact22-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.contact22-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact22-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.contact22-card:hover .contact22-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact22-icon i {
    font-size: 32px;
    color: white;
}

.contact22-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact22-card a {
    color: var(--text-black);
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
    word-break: break-word;
}

.contact22-card a:hover {
    color: #E53935;
}

.contactFeature-card {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 40px;
    color: white;
}

.contactFeature-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contactFeature-card ul {
    list-style: none;
    padding: 0;
}

.contactFeature-card ul li {
    padding: 10px 0;
    font-size: 16px;
    opacity: 0.95;
}

.contactFeature-card ul li i {
    margin-right: 10px;
    font-size: 18px;
}

 /* ==================== CONTACT FORM ==================== */
.form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-black);
}

.form-control, .form-select {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Amaranth', sans-serif;
}

.form-control:focus, .form-select:focus {
    border-color: #E53935;
    box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.15);
}

/* ==================== BRANCHES SECTION ==================== */
.branches-section {
    background: white;
    overflow: hidden;
}

.branch-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    margin: 15px;
}

.branch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.branch-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.branch-card:hover .branch-image img {
    transform: scale(1.1);
}

.branch-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%);
}

.branch-content {
    padding: 35px;
}

.branch-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.branch-content p {
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.7;
}

.branch-phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--text-black);
}

.branch-phone i {
    color: #E53935;
    margin-right: 12px;
    font-size: 18px;
}

.branch-phone a {
    color: var(--text-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.branch-phone a:hover {
    color: #E53935;
}

.branch-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link.facebook {
    background: linear-gradient(135deg, #E53935 0%, #F36C21 100%);
}

.social-link.instagram {
    background: linear-gradient(135deg, #F36C21 0%, #8E1A8C 100%);
}

.social-link:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Slick Carousel Custom Styles */
.contactSlick .slick-prev,
.contactSlick .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.contactSlick .slick-prev:hover,
.contactSlick .slick-next:hover,
.contactSlick .slick-prev:focus,
.contactSlick .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.contactSlick .slick-prev:before,
.contactSlick .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: #E53935;
}

.contactSlick .slick-prev:hover:before,
.contactSlick .slick-next:hover:before {
    opacity: 1;
}

.contactSlick .slick-prev.slick-disabled:before,
.contactSlick .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.contactSlick .slick-prev:before {
    content: '←';
}

.contactSlick .slick-next:before {
    content: '→';
}

.contactSlick .slick-prev {
    left: -60px;
}

.contactSlick .slick-next {
    right: -60px;
}

.contactSlick .slick-dots {
    position: relative;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.contactSlick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.contactSlick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.contactSlick .slick-dots li button:hover,
.contactSlick .slick-dots li button:focus {
    outline: none;
}

.contactSlick .slick-dots li button:before {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.5;
    color: #E53935;
}

.contactSlick .slick-dots li button:hover:before,
.contactSlick .slick-dots li button:focus:before {
    opacity: 0.75;
}

.contactSlick .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E53935;
}

.bg-light-gradient {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}
.banner-area-head{
    background: white; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
/* Contact Us - page end */

/* Ficility page */
.facilityHero-banner {
    background: linear-gradient(135deg, #faf5ff 0%, #fff7ed 50%, #fef2f2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.facilityHero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    background: linear-gradient(90deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    color: white;
    font-size: 14px;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease;
}
.facilityHero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}
.facilityHero-description {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.facilitysection-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 1rem;
}
.facilitysection-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.facilityFeature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.facilityFeature-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInLeft 0.6s ease forwards;
}
.facilityFeature-list li:nth-child(1) { animation-delay: 0.1s; }
.facilityFeature-list li:nth-child(2) { animation-delay: 0.2s; }
.facilityFeature-list li:nth-child(3) { animation-delay: 0.3s; }
.facilityFeature-list li:nth-child(4) { animation-delay: 0.4s; }
.facilityFeature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.facilitysection-image {
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.bg-gradient-light {
    background: linear-gradient(135deg, #fff7ed 0%, #faf5ff 100%);
}

.bg-gradient-light-2 {
    background: linear-gradient(135deg, #faf5ff 0%, #fef2f2 100%);
}

.facilityContent-text {
    font-size: 1.125rem;
    line-height: 1.8;
}
/* ============================================
    CALL TO ACTION SECTION
============================================ */
.facilityCta-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.facilityCta-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #E53935 0%, #F36C21 50%, #8E1A8C 100%);
    opacity: 0.1;
}
.facilityCta-content {
    position: relative;
    z-index: 10;
}
.facilityCta-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.facilityCta-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}
.btn-outline-gradient {
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 2px solid #E53935;
    color: #E53935;
    background: transparent;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-outline-gradient:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(229, 57, 53, 0.05);
    color: #E53935;
}

/* Message frmo Director - start */
 /* ==================== HERO SECTION ==================== */
.directorHero-section {
    background: linear-gradient(135deg, #f3e7f0 0%, #ffe8e0 50%, #ffe5e5 100%);
    position: relative;
    overflow: hidden;
}

.directorHero-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: var(--brand-purple);
    opacity: 0.2;
    border-radius: 50%;
    animation: floatDirector 20s ease-in-out infinite;
}

.directorHero-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: var(--brand-orange);
    opacity: 0.2;
    border-radius: 50%;
    animation: floatDirector 25s ease-in-out infinite reverse;
}

@keyframes floatDirector {
    0%, 100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    50% {
        transform: translate(30px, 30px) scale(1.2) rotate(90deg);
    }
}

.directorBreadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.directorBreadcrumb-nav span {
    color: rgba(0, 0, 0, 0.7);
}

.directorBreadcrumb-nav .separator {
    color: rgba(0, 0, 0, 0.4);
}

.directorBreadcrumb-nav .current {
    color: var(--text-black);
    font-weight: 700;
}

.directorHero-content {
    position: relative;
    z-index: 1;
}

.directorDecorative-line {
    width: 100px;
    height: 4px;
    background: var(--gradient-short);
    margin: 0 auto;
    border-radius: 10px;
    animation: expandLine 0.8s ease-out 0.6s both;
}

@keyframes expandLine {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 100px;
        opacity: 1;
    }
}

/* ==================== BIO SECTION ==================== */
.bio-section {
    background-color: #ffffff;
}

.profile-image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.profile-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.profile-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-full);
    opacity: 0.2;
    z-index: 1;
}

.profile-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2/2;
    object-fit: cover;
}

.profile-decorative {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: var(--gradient-short);
    border-radius: 50%;
    z-index: -1;
    animation: pulseDiirector 3s ease-in-out infinite;
}

@keyframes pulseDiirector {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.bio-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
}

.bio-content .highlight-text {
    font-weight: 700;
}

/* ==================== MESSAGE SECTION ==================== */
.message-box {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.05) 0%, rgba(226, 85, 39, 0.05) 50%, rgba(198, 50, 48, 0.05) 100%);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.message-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--gradient-full);
}

.message-box p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
}

.italic-quote {
    font-style: italic;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 20px;
    border-left: 6px solid transparent;
    border-image: var(--gradient-full) 1;
    color: rgba(0, 0, 0, 0.9);
    margin: 30px 0;
}

.message-signature {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.message-signature p {
    margin-bottom: 5px;
}

.message-signature .name {
    font-weight: 700;
    font-size: 18px;
}

.message-signature .title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}

.btn-white {
    background: white;
    color: var(--text-black);
    border: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-white:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* ==================== CTA SECTION ==================== */
.directorCta-section {
    background: linear-gradient(135deg, #992475 0%, #c63230 50%, #e25527 100%);
    position: relative;
    overflow: hidden;
}

/* .directorCta-section::before,
.directorCta-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    filter: blur(80px);
}

.directorCta-section::before {
    top: -100px;
    left: 20%;
    animation: float-cta 15s ease-in-out infinite;
}

.directorCta-section::after {
    bottom: -100px;
    right: 20%;
    animation: float-cta 20s ease-in-out infinite reverse;
}

@keyframes float-cta {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 50px);
    }
} */

.directorCta-section h2,
.directorCta-section p {
    color: white;
}

.directorCta-section .lead {
    font-size: 20px;
    opacity: 0.95;
}

.directorCta-card {
    background: white;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    height: 100%;
}

.directorCta-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}
.directorCta-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: var(--gradient-short);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.directorCta-icon i {
    font-size: 32px;
    color: white;
}
.directorCta-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.directorCta-card p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    margin-bottom: 25px;
}
.contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.contact-link:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    transform: translateY(-2px);
}

/* Message from director - ends */

/* Our Preschool Coordinates - start */
/* ==================== BANNER SECTION ==================== */
.coOrdinateBanner-section {
    background: linear-gradient(135deg, #f8f4f7 0%, #fef8f4 50%, #fdf4f7 100%);
    position: relative;
    overflow: hidden;
    padding: 45px 0px;
}

.coOrdinateBanner-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(153, 36, 117, 0.15), transparent);
    border-radius: 50%;
    animation: floatCoorder 20s infinite ease-in-out;
}

.coOrdinateBanner-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(226, 85, 39, 0.15), transparent);
    border-radius: 50%;
    animation: float-reverse 15s infinite ease-in-out;
}

@keyframes floatCoorder {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, -50px) scale(1.2); }
}

@keyframes float-reverse {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 50px) scale(1.2); }
}

.coOrdinateBreadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.coOrdinateBreadcrumb-nav a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

.coOrdinateBreadcrumb-nav a:hover {
    color: var(--brand-orange);
}

.coOrdinateBreadcrumb-nav span {
    color: var(--text-black);
}

.experience-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid #f3e8f0;
    animation: fadeInUp 0.6s ease 0.5s both;
}

.experience-badge-icon {
    width: 32px;
    height: 32px;
    color: var(--brand-orange);
}

.experience-badge-label {
    font-size: 12px;
    color: var(--text-gray);
}

.experience-badge-value {
    font-weight: 700;
    color: var(--text-black);
    font-size: 16px;
}

/* Profile Content */
.profile-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.signature-block {
    padding-top: 24px;
    border-top: 2px solid #f0f0f0;
    margin-top: 32px;
}

.signature-block p {
    margin-bottom: 8px;
}

.signature-name {
    font-weight: 700;
    font-size: 20px;
    color: var(--text-black);
}

.signature-title {
    color: var(--text-gray);
    font-size: 16px;
}

/* ==================== CTA SECTION ==================== */
.coOrdinateCta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #992475 0%, #e25527 100%);
    animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background: linear-gradient(135deg, #992475 0%, #e25527 100%); }
    33% { background: linear-gradient(135deg, #e25527 0%, #c63230 100%); }
    66% { background: linear-gradient(135deg, #c63230 0%, #992475 100%); }
}

.coOrdinateCta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.coOrdinateCta-heading {
    font-size: 38px;
    color: white;
    margin-bottom: 16px;
    font-weight: 700;
}

.coOrdinateCta-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 48px;
}

.coOrdinateStat-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.coOrdinateStat-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.25);
}

.coOrdinateStat-card-icon {
    width: 48px;
    height: 48px;
    color: white;
    margin: 0 auto 12px;
}

.coOrdinateStat-card-number {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.coOrdinateStat-card-label {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
}

.contact-info-card {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.coOrdinateContact-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.coOrdinateContact-icon-wrapper.purple {
    background: linear-gradient(135deg, #f8f4f7, #fdf4f7);
}

.coOrdinateContact-icon-wrapper.orange {
    background: linear-gradient(135deg, #fef8f4, #fef4f0);
}

.coOrdinateContact-icon-wrapper.red {
    background: linear-gradient(135deg, #fef4f4, #fef8f4);
}

.coOrdinateContact-icon {
    width: 32px;
    height: 32px;
}

.coOrdinateContact-info-title {
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 8px;
    font-size: 18px;
}

.coOrdinateContact-info-detail {
    color: var(--text-gray);
    font-size: 16px;
}

/* Apply for admission - starts */
.btn-gradient-primary {
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-gradient-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    color: #fff;
}

.btn-gradient-secondary {
    background: var(--gradient-secondary);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-gradient-secondary:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    color: #fff;
}

.btn-white-outline {
    background: #fff;
    color: #000;
    border: 2px solid #e0e0e0;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-white-outline:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    color: #000;
}

/* ===========================
    HERO SECTION
=========================== */
.hero-section {
    min-height: 300px;
    background: linear-gradient(135deg, #fce4ec 0%, #fff3e0 50%, #f3e5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.hero-breadcrumb {
    display: inline-block;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.hero-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Animated Background Blobs */
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
    animation: float 6s ease-in-out infinite;
}

.blob-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #E53935, #F36C21);
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.blob-2 {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, #8E1A8C, #E53935);
    bottom: 10%;
    right: 5%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

/* Decorative Elements */
.decoration {
    position: absolute;
    pointer-events: none;
}

.decoration svg {
    display: block;
}

/* Flower Animation */
@keyframes rotate-flower {
    0% {
        transform: rotate(0deg) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}

.decoration-flower {
    animation: rotate-flower 20s linear infinite;
}

/* Balloon Animation */
@keyframes float-balloon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.decoration-balloon {
    animation: float-balloon 3s ease-in-out infinite;
}

/* Star Animation */
@keyframes twinkle {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

.decoration-star {
    animation: twinkle 2s ease-in-out forwards, rotate-slow 15s linear infinite;
}

@keyframes rotate-slow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Pencil Animation */
@keyframes pencil-float {
    0%, 100% {
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        transform: translateY(-15px) rotate(-45deg);
    }
}

.decoration-pencil {
    animation: pencil-float 3s ease-in-out infinite;
}

/* ===========================
    ADMISSION SECTION
=========================== */
.admission-section {
    background: #fff;
}

.program-card {
    padding: 1.5rem;
    background: linear-gradient(135deg, #fce4ec 0%, #fff3e0 100%);
    border-radius: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.program-card:hover {
    border-color: #ffb74d;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.program-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.program-age {
    color: #666;
}

/* ===========================
    WHY CHOOSE SECTION
=========================== */
.why-choose-section {
    background: linear-gradient(135deg, #fff3e0 0%, #fce4ec 50%, #f3e5f5 100%);
}

.image-wrapper {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}

.floating-badge {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    padding: 1.5rem;
    max-width: 200px;
}

.badge-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.badge-text {
    font-size: 0.9rem;
    color: #555;
}

.highlights-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #f0f0f0;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
}

.highlight-item:hover .highlight-icon {
    transform: scale(1.1);
}

.highlight-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.icon-pink {
    background: linear-gradient(135deg, #ec407a, #e53935);
}

.icon-orange {
    background: linear-gradient(135deg, #ff9800, #e53935);
}

.icon-purple {
    background: linear-gradient(135deg, #8e24aa, #ec407a);
}

.icon-red-orange {
    background: linear-gradient(135deg, #e53935, #ff9800);
}

/* ===========================
    HEALTH & SAFETY SECTION
=========================== */
.health-section {
    background: #fff;
}

.commitment-box {
    background: linear-gradient(135deg, #fce4ec 0%, #fff3e0 50%, #f3e5f5 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 2px solid #ffb74d;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.commitment-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.commitment-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #e53935, #ff9800);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.commitment-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.commitment-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.commitment-item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #ff9800, #e53935);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.floating-badge-left {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    padding: 1.5rem;
}

.floating-badge-right {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    padding: 1.5rem;
}

.badge-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.badge-icon-green {
    background: linear-gradient(135deg, #66bb6a, #26a69a);
}

.badge-icon-blue {
    background: linear-gradient(135deg, #42a5f5, #26c6da);
}

.badge-label {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.badge-value {
    font-size: 1.1rem;
    font-weight: 700;
}



@media (max-width: 768px) {
	h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h4{
        font-size: 18px !important;
    }
    .contactSlick .slick-prev {
        left: -10px;
    }
    
    .contactSlick .slick-next {
        right: -10px;
    }
    
    .contactSlick .slick-prev:before,
    .contactSlick .slick-next:before {
        font-size: 30px;
    }
  .form-card{
	    padding: 20px;
  }
  .googleNewRecaptcha-size{
      height: 41px;
      position: relative;
      display: flex;
      overflow: hidden;
      align-items: center;
      border: 2px solid #e0e0e0;
      border-radius: 10px;
  }

    .sticky-cta-bar {
        display: none;
    }
}



/* ==================== Mobile Sticky Footer Action Bar ==================== */
.mobile-action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 12px 14px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    animation: slideUp 0.5s ease-out;
}

@media (min-width: 992px) {
    .mobile-action-bar {
        display: none;
    }
    
    body {
        padding-bottom: 0;
    }
}

.action-bar-container {
    display: flex;
    gap: 14px;
    max-width: 100%;
}

.action-btn {
    flex: 1;
    height: 56px;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Urbanist', sans-serif;
    position: relative;
    overflow: hidden;
}

.action-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.action-btn:active::before {
    width: 300px;
    height: 300px;
}

.btn-call {
    background: #F3F5F7;
}

.btn-call:hover {
    background: #e8ebed;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-call:active {
    transform: translateY(0);
    opacity: 0.8;
}

.btn-whatsapp {
    background: #F3F5F7;
}

.btn-whatsapp:hover {
    background: #e8ebed;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp:active {
    transform: translateY(0);
    opacity: 0.8;
}

.btn-quote {
    flex: 1.4;
    background: linear-gradient(to right, #992475, #c63230 );
    position: relative;
}

.btn-quote::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #a01020, #e62030);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
}

.btn-quote:hover::after {
    opacity: 1;
}

.btn-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 16, 39, 0.4);
}

.btn-quote:active {
    transform: translateY(0);
    opacity: 0.9;
}

.btn-icon {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 1;
}
.btn-call .btn-icon,
.btn-whatsapp .btn-icon {
    color: #374151;
}
.btn-quote .btn-icon {
    color: #ffffff;
}
.btn-text {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.btn-call .btn-text,
.btn-whatsapp .btn-text {
    color: #1f2937;
}
.btn-quote .btn-text {
    color: #ffffff;
}

/* ==================== Mobile Sticky Footer Action Bar ==================== */




.wave-1{
    width: 100%;
    margin-top: -64px;
}
.blog-card {
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
    margin-bottom: 10px;
    margin-bottom: 26px;
    border-radius: 10px;
    /* border-bottom: 5px solid #00adee; */
    background-color: #f4f1ea;
    margin-left: 8px;
    margin-right: 8px;
}
.blog-card img{
    border-radius: 10px 10px 0px 0px;
}
.blog-card .blog-heading {
    height: 50px;
    overflow: hidden;
}
.blog-heading {
    color: #000;
    font-size: 20px !important;
    padding: 0;
    border: none;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3em !important;
    font-weight: 600;
}
.blog-card .card-body {
    padding: 1.25rem;

}
.blog-card p {
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
}
.blog-readmore {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #111;
    text-decoration: none !important;
}


/* Pagination - Start */
.pagination .page-item.active .page-link {
	background-color: #892b7c;
}
.pagination li {
    display: inline-block;
    margin-right: 8px;
}
.pagination li a {
    display: block;
    padding: 8px 15px;
    background-color: #f5f5f5;
    color: #444;
    border: 1px solid #ddd !important;
}
/* Pagination - End */


.sticky-1 {
    position: sticky;
    top: 154px;
}
.box-6 {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}
.latest-post-title {
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 22px !important;
}
.user-profile-box {
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
}
.image-box {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.image-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.btn-primary-red {
    background-color: #ce2027;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 6px;
}
.btn-primary-red:hover {
    background-color: #e15526;
    color: #fff;
}



.why-newage-image-box{
    height: 300px;
    overflow: hidden;
}
.set-para-height{
    height: 86px;
}

.border-color-1{
    border-color: #d5d4b1 !important;
}
.border-color-2{
    border-color: #d5bbdb !important;
}
.border-color-3{
    border-color: #d0b4a1 !important;
}
/* Sweet alert - start  */
/* ============================================
    SWEET ALERT MODAL
============================================ */
.sweet-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sweet-alert-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sweet-alert-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
}

.sweet-alert-modal {
    width: 100%;
    max-width: 520px;
    background: white;
    border-radius: 24px;
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    pointer-events: auto;
    opacity: 1;
    transform: scale(0.8) translateY(20px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sweet-alert-modal.active {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.sweet-alert-header {
    height: 180px;
    background: linear-gradient(135deg, #992475 0%, #c63230 50%, #e25527 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.sweet-alert-circle-1,
.sweet-alert-circle-2 {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(40px);
}

.sweet-alert-circle-1 {
    width: 160px;
    height: 160px;
    top: -40px;
    right: -40px;
    animation: pulse1 4s ease-in-out infinite;
}

.sweet-alert-circle-2 {
    width: 192px;
    height: 192px;
    bottom: -40px;
    left: -40px;
    animation: pulse2 5s ease-in-out infinite;
}

@keyframes pulse1 {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes pulse2 {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.4;
    }
}

.success-icon-wrapper {
    position: relative;
    z-index: 10;
    background: white;
    border-radius: 50%;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
}

@keyframes bounceIn {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.success-icon {
    width: 64px;
    height: 64px;
    color: #992475;
    stroke-width: 2.5;
}

.sweet-alert-content {
    padding: 2.5rem 2rem;
}

.sweet-alert-title {
    font-size: 34px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.2;
    animation: fadeInUp 0.4s ease-out 0.3s both;
}

.sweet-alert-message {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.4s ease-out 0.4s both;
}

.sweet-alert-info-box {
    background: linear-gradient(135deg, #faf5ff 0%, #fff5f5 100%);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e9d5ff;
    animation: fadeInUp 0.4s ease-out 0.5s both;
}

.info-box-text {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact-divider {
    border-top: 1px solid #e9d5ff;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.phone-icon-wrapper {
    background: linear-gradient(135deg, #992475 0%, #e25527 100%);
    border-radius: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon {
    width: 16px;
    height: 16px;
    color: white;
}

.contact-label {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 0.25rem;
}

.contact-phone {
    font-size: 18px;
    font-weight: 800;
    background: linear-gradient(135deg, #992475 0%, #c63230 50%, #e25527 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.contact-phone:hover {
    transform: scale(1.05);
}

.btn-close-modal {
    width: 100%;
    padding: 1rem;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #992475 0%, #c63230 50%, #e25527 100%);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.4s ease-out 0.6s both;
}

.btn-close-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.6s ease;
}

.btn-close-modal:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px -10px rgba(153, 36, 117, 0.4);
}

.btn-close-modal:hover::before {
    left: 100%;
}

.btn-close-modal:active {
    transform: scale(0.98);
}

.btn-close-x {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
    animation: fadeIn 0.3s ease-out 0.4s both;
}

.btn-close-x:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg) scale(1.1);
}

.btn-close-x-icon {
    width: 20px;
    height: 20px;
    color: white;
}

@media (max-width: 768px) {
    .sweet-alert-content {
        padding: 2rem 1.5rem;
    }
    .sweet-alert-title {
        font-size: 28px;
    }
    .sweet-alert-message {
        font-size: 15px;
    }
}
