/* ==========================================================================
   Magic Fingers Art Studios - Exact Elementor Design System & Stylesheet
   ========================================================================== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Akaya+Kanadaka&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');

/* Font Awesome 5/6 Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
  --color-primary: #DD3779;
  --color-primary-hover: #c42666;
  --color-secondary: #204D63;
  --color-text: #54595F;
  --color-heading: #35363A;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-bg-beige: #f7f7f7;
  --color-border: #DADCE0;
  --color-dark-bar: #35363A;

  --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Lora', Georgia, serif;
  --font-script: 'Akaya Kanadaka', cursive;
  --font-header-footer: 'Inter', sans-serif;

  --container-width: 1200px;
  --container-max: 1140px;
}

:root {
  --ink: #242124;
  --muted: #716a70;
  --cream: #f7f3ed;
  --paper: #fffdf9;
  --rose: #b52f5a;
  --rose-dark: #d83b78;
  --gold: #b58b52;
  --line: #e7ddd4;
  --soft-rose: #f8e9ee;
}
/* ==========================================================================
   Reset & Global Styles
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


/* color */
	.color-01 {color: var(--color-primary) !important;}
	.clr-white-bg { background-color: #fff !important; }
/* color */

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: #DD3779;
  border-radius: 10px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--color-primary-hover);
}

ul, ol {
  list-style: none;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

input:focus-visible, textarea:focus-visible {
  outline: 0;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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




/* ==========================================================================
   Custom CSS A
   ========================================================================== */
.faq-accordion-item.active .faq-body-content ul { margin-top: 10px; }
.faq-accordion-item.active .faq-body-content p { color: #35363A; }
.class-module-grid .meet-text { font-family: 'Poppins'; font-size: 22px; color: #000; background: #f7f7f7; padding: 12px 16px; border-radius: 4px; border-left: 5px solid #DD3779; width: 100%; float: left; display: block; box-shadow: 0px 5px 10px #dc347642; font-weight: 500; text-transform: uppercase; }
.contact-sec {background: #fff; padding: 50px 0;}
.contact-sec .class-module-grid{align-items: flex-start; max-width: 1000px; margin: 0 auto;}
.contact-sec .class-module-grid h3 { margin-bottom: 20px; }
.contact-sec .class-module-grid .footer-contact-item { color: #333; margin-bottom: 14px; }
.contact-sec .class-module-grid .footer-contact-item { color: #333; margin-bottom: 14px; }
.contact-sec .class-module-grid .footer-contact-item a { color: #DD3779; }
.contact-sec .class-module-grid .footer-map-frame { margin-top: 20px; }
.contact-sec .class-module-grid .contact-form-01 { background: #f7f7f7; padding: 30px; border-radius: 8px; }
.contact-sec .class-module-grid .contact-form-01 .welcome-title-2{ font-size: 24px; text-align: left; margin-bottom: 15px; }
.contact-sec .class-module-grid .contact-form-01  input{margin-bottom: 12px; }
.contact-sec .class-module-grid .contact-form-01  textarea{ margin-bottom: 15px; resize: vertical; }
.contact-sec .class-module-grid .contact-form-01 .btn-enroll-pink { width: 100%; border: none; cursor: pointer; }
/* Sticky Registration Bar */
.registration-bar {position: sticky;top: 0; width: 100%;background: #1d1d1f;padding: 27px 20px;z-index: 9999; box-sizing: border-box;}
.registration-content { max-width: auto; margin: 0 auto;display: flex;align-items: center;justify-content: space-between; gap: 40px;}
.registration-text {color: #f5f1e9; font-family: Arial, sans-serif;font-size: 19px;line-height: 1.45;letter-spacing: 0.1px;}
.registration-text a {color: #d83b78; text-decoration: none;}
.register-btn:hover { background: #b92b63; color: #fff; }

.register-btn { display: inline-flex; align-items: center; justify-content: center; background: #d23875; color: #ffffff; text-decoration: none; padding: 10px 16px; min-width: auto; border-radius: 3px; font-family: Georgia, serif; font-size: 18px; font-style: italic; font-weight: bold; white-space: nowrap; transition: 0.3s ease; }

.section-black-01  { width: 100%; display: block; padding: 40px 0;background-color: #f7f7f7; }
.section-black-01 ul {  }
.section-black-01 ul li { margin: 10px 0; color: #35363A; }
.section-black-01 ul li span{ color: #DD3779; }
.drawin-color-s {background-color: #ffffff; width: 100%; float: left; display: block; padding: 80px 0;}
.course-content { background: #f7f7f7; padding: 20px 30px;color: #303946;font-family: Arial, sans-serif;border-radius: 0 0 8px 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);}
.course-content h3 { margin: 0 0 12px; font-size: 19px; font-weight: 700; letter-spacing: 1px;}
.content-list { list-style: none; padding: 0; margin: 0; }
.content-list li {  position: relative; padding-left: 32px; margin-bottom: 12px; font-size: 19px; line-height: 1.4; letter-spacing: 0.3px; }
.content-list li::before { content: "✓"; position: absolute;left: 0; top: 0; color: #d13b70; font-size: 23px; font-weight: bold; }
.course-info { margin-top: 28px; }
.course-info p { margin: 12px 0; font-size: 18px; line-height: 1.5;} 
.course-info span { color: #d13b70; font-size: 24px; font-weight: bold; margin-right: 8px; float: left;}
.course-info strong { font-weight: 700; }
.cartoon-drawing-01 {width: 100%;float: left; padding: 80px 0;background-color: #f7f7f7;}

/* Mobile Responsive */
@media (max-width: 768px) {

    .course-content { padding: 25px 20px; }
    .course-content h3 { font-size: 17px; }
    .content-list li,
    .course-info p { font-size: 16px; }

}

/* Mobile */
@media (max-width: 768px) {
.registration-bar { padding: 18px 0px; }
.registration-content { flex-direction: column; text-align: center; gap: 15px; }
.registration-text { font-size: 15px; }
.register-btn { width: 100%; max-width: 100%;padding: 8px; }
}
/* Mobile */


.march-break-camp { background: #f5f4f2; padding: 50px 20px; font-family: Arial, sans-serif; color: #303946; }
.march-break-camp h2 { font-size: 28px; font-weight: 700; line-height: 1.4; margin: 0 0 30px; color: #303946; }
.march-break-camp h2 span { color: #c8376b; }
.camp-description p { font-size: 18px; line-height: 1.7; margin: 0 0 20px; }
.bring-section {margin-top: 35px;}
.bring-section h3 { font-size: 26px; margin: 0px; color: #d23875; }
.bring-section h4 { font-size: 22px;  margin: 0 0 20px; font-weight: 600; }
.bring-section ul { list-style: none; padding: 0; margin: 0; }
.bring-section ul li {  position: relative;  padding-left: 30px; margin-bottom: 14px; font-size: 18px; line-height: 1.6; }
.bring-section ul li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #d13b70; font-size: 21px; font-weight: bold; }
.bring-section strong { font-weight: 700; }

/* Tablet */
@media (max-width: 768px) {

.march-break-camp { padding: 35px 20px; }
.march-break-camp h2 {  font-size: 24px; }
.camp-description p,
.bring-section ul li { font-size: 16px; line-height: 1.6;}
.bring-section h3 { font-size: 21px; }
.bring-section h4 { font-size: 17px; }
}


/* Mobile */
@media (max-width: 480px) {
.march-break-camp h2 { font-size: 24px; }
.camp-description p { font-size: 15px; }
.bring-section ul li {  font-size: 15px;  padding-left: 25px; }
}


/* DAYS GRID */

.days {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.day {
  position: relative;
  padding: 32px;
  background: rgba(255,253,249,.9);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(50,30,35,.045);
  transition: .25s ease;
}

.day:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(50,30,35,.09);
}

.day-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--soft-rose);
  color: var(--rose);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.day h2 {font-family: "Lora", Sans-serif; font-size: 22px; line-height:30px; color: #35363A;margin-bottom: 17px; }

.focus {
  padding: 13px 16px;
  border-left: 3px solid var(--rose);
  background: #fbf4f6;
  margin-bottom: 23px;
  font-size: 14px;
}

.focus strong {
  color: var(--rose-dark);
}

/* CONTENT */

.label {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold);
  font-weight: 700;
}

.page .cstm-listing {
  list-style: none;
  display: grid;
  gap: 9px;
}

.page .cstm-listing li {
  position: relative;
  padding-left: 19px;
  color: #514b50;
  font-size: 14px;
}

.page .cstm-listing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--rose);
  border-radius: 50%;
}

.take-home {
  margin-top: 23px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.take-home strong {
  color: var(--rose-dark);
}

/* DAY 5 */

.day-five {
  grid-column: 1 / -1;
}

.day-five-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}



/* FOOTER */

.page .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 5px;
  color: var(--muted);
  font-size: 14px;
}

.price {
  color: var(--rose-dark);
  font-weight: 700;
}

.included {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 9px;
  border-radius: 20px;
  background: var(--soft-rose);
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 700;
}

/* RESPONSIVE */

@media (max-width: 800px) {
/*
  .page {
    width: min(100% - 24px, 600px);
    margin: 25px auto;
  }
*/



  .days {
    grid-template-columns: 1fr;
  }

  .day-five {
    grid-column: auto;
  }

  .day-five-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }



  .small-note {
    display: block;
    margin-top: 7px;
  }

  .page .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media print {
  body {
    background: white;
  }

  .page {
    width: 100%;
    margin: 0;
  }

  .day:hover {
    transform: none;
    box-shadow: none;
  }
}



/* =========================================
   SUMMER CAMP REGISTRATION SECTION
========================================= */

.summer-camp-section {
    width: 100%;
    min-height: 479px;

    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.70),
            rgba(0, 0, 0, 0.70)
        ),
        url("../assets/images/banner-magic-f.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 62px 30px;
    box-sizing: border-box;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.summer-camp-container {
    width: 100%;
    max-width: 1120px;
    min-height: 357px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    margin: 0 auto;
}


/* =========================================
   LEFT IMAGE
========================================= */

.summer-camp-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.summer-camp-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.summer-camp-content {
    width: 100%;
    min-height: 357px;

    background: rgba(0, 0, 0, 0.84);

    padding: 44px 25px 30px 25px;

    box-sizing: border-box;

    color: #ffffff;
}


/* =========================================
   HEADING
========================================= */

.summer-camp-content h2 {
    margin: 0 0 32px 0;

    font-family: "Poppins", Arial, sans-serif;

    font-size: 20px;
    line-height: 1.4;

    font-weight: 700;

    color: #ffffff;
}


/* =========================================
   LIST
========================================= */

.registration-list {
    list-style: none;

    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;

    gap: 14px;
}


/* =========================================
   LIST ITEM
========================================= */

.registration-list li {
    display: grid;
    grid-template-columns: 20px 1fr;

    column-gap: 13px;

    align-items: start;

    font-family: "Poppins", Arial, sans-serif;

    font-size: 18px;
    line-height: 1.45;

    font-weight: 400;

    color: #ffffff;
}


/* =========================================
   CHECK ICON
========================================= */

.check-icon {
    color: #ff2b8a;

    font-size: 24px;
    line-height: 22px;

    font-weight: 700;

    display: block;
}


/* =========================================
   LINKS
========================================= */

.registration-list a {
    color: #ff2b8a;

    text-decoration: none;

    font-weight: 500;
}

.registration-list a:hover {
    text-decoration: underline;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .summer-camp-section {
        min-height: auto;

        padding: 50px 25px;
    }

    .summer-camp-container {
        max-width: 800px;

        grid-template-columns: 1fr 1fr;

        min-height: 320px;
    }

    .summer-camp-content {
        min-height: 320px;

        padding: 35px 22px 25px;
    }

    .summer-camp-content h2 {
        font-size: 18px;

        margin-bottom: 25px;
    }

    .registration-list {
        gap: 12px;
    }

    .registration-list li {
        font-size: 16px;

        grid-template-columns: 18px 1fr;

        column-gap: 10px;
    }

    .check-icon {
        font-size: 21px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .summer-camp-section {
        padding: 35px 15px;


        background-position: center center;
    }

    .summer-camp-container {
        max-width: 550px;

        display: flex;
        flex-direction: column;

        min-height: auto;
    }


    /* IMAGE */

    .summer-camp-image {
        width: 100%;

        height: 280px;
    }

    .summer-camp-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }


    /* CONTENT */

    .summer-camp-content {
        width: 100%;

        min-height: auto;

        padding: 30px 22px 32px;
    }


    .summer-camp-content h2 {
        font-size: 19px;

        line-height: 1.4;

        margin-bottom: 25px;
    }


    .registration-list {
        gap: 16px;
    }


    .registration-list li {
        font-size: 16px;

        line-height: 1.5;

        grid-template-columns: 20px 1fr;

        column-gap: 10px;
    }


    .check-icon {
        font-size: 21px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .summer-camp-section {
        padding: 25px 12px;
    }

    .summer-camp-image {
        height: 230px;
    }

    .summer-camp-content {
        padding: 25px 18px 28px;
    }

    .summer-camp-content h2 {
        font-size: 17px;

        margin-bottom: 22px;
    }

    .registration-list {
        gap: 14px;
    }

    .registration-list li {
        font-size: 15px;

        line-height: 1.45;
    }

    .check-icon {
        font-size: 19px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
/* =========================================
   SUMMER CAMP REGISTRATION SECTION
========================================= */

/*Week*/
.camp-week { max-width: 100%; margin: auto; color: #18203a; padding: 80px 0; }
.camp-week h2, .camp-week h3, .camp-week h4, .focus { color: #e72b78; font-family: "Lora", Sans-serif; }
.camp-week h2 { text-align: center; margin: 0 0 5px; font-size: 36px; line-height: 40px; }
.camp-week h3 { text-align: center; margin: 0 0 18px; font-size: 25px; font-weight: 600; margin-bottom: 40px;}
.week-content { display: grid; grid-template-columns: 365px 1fr; gap: 18px; align-items: center; }
.week-content img { width: 365px; height: 367px; object-fit: cover; }
.week-content h4 { font-size: 20px; margin: 0 0 12px; }
.week-content p, .camp-week > p { margin: 0 0 16px; line-height: 1.5; }
.focus { margin: 22px 0 30px; font-style: italic; font-size: 19px; }
.camp-week ul { margin: 0px 0 25px; }
.camp-week li { margin-bottom: 5px; }
.camp-week ul.list-week {  padding-left: 40px; padding-top: 20px; }
.camp-week p { font-size: 18px; line-height: 24px; }
.camp-week .list-five-w { padding-left: 25px; }
.camp-week .list-five-w li{ margin-bottom: 10px; }
.camp-week .list-five-w li::before { content: "• "; color: #d23875; font-size: 22px; position: relative; top: 3px;}
.camp-week ul.list-week li::before { content: "○ ";color: #d23875; font-size: 14px; }
.camp-week.bg-center-s { background-color: #f7f7f7;}
@media (max-width: 767px) {
	.camp-week { padding: 40px 0; }
    .week-content {  grid-template-columns: 1fr; }
    .week-content img { width: 100%; height: auto; }
    .camp-week h3 { font-size: 18px; }
}

/*Week*/



@media (max-width: 650px) {
 	.workshop-card { border-radius: 16px; } 
	.workshop-content { display: block; }
	.content-left { padding: 45px 25px 25px; }
	
	/* Headline */ 
	.headline-area { margin-bottom: 40px; }
	.headline-area::before { width: 300px; height: 105px; left: -15px; } 
	.headline-small { font-size: 32px; }
	.headline-main { font-size: 46px; line-height: 56px; }
	.headline-line { width: 190px; } 
	
	/* Schedule */
	.schedule { gap: 12px; } 
	.schedule-item { gap: 8px; } 
	.icon { width: 45px; height: 45px; } 
	.schedule-item strong { font-size: 15px; } 
	.schedule-item small { font-size: 9px; } 
	.schedule-divider { height: 45px; } 
	
	/* Age */ 
	.age-badge { font-size: 14px; padding: 6px 15px; }
	
	/* Benefits */ 
	.benefits { font-size: 18px; padding-left: 5px; }
	
	/* Collage */
	.collage-area { height: 600px; min-height: 600px; padding: 0; }
	.art-1 { width: 48%; height: 230px; left: 5%; top: 25px; } 
	.art-2 { width: 43%; height: 235px; right: 4%; top: 10px; } 
	.art-3 { width: 48%; height: 240px; left: 6%; top: 245px; } 
	.art-4 { width: 43%; height: 270px; right: 5%; top: 230px; }
	.growth-message { display: none; } 
	.creative-tools { display: none; }
}
.text-middle p{width: 100%; display: block; padding: 20px 0; text-align: center; font-size: 18px; line-height: 27px;}


.text-middle .focus-text { text-align: left;font-family: "Lora", Sans-serif; font-size: 26px; font-weight: 500; font-style: italic; line-height: 40px; color: #DD3779; }
.social-icons a { background-color: #fff; float: left; margin-right: 10px; padding: 4px; border-radius: 6px; width: 40px; height: 40px; align-items: center; justify-content: center; display: flex; }
.social-icons a i { font-size: 20px; }
.footer-contact-item i { color: #d23875; font-size: 18px; }
.welcome-text.about-txt-align p {text-align: left;}


/*active class -01 Start*/
/* Desktop parent menu active */
.desktop-nav-menu .nav-item.active > .nav-link { color: #dd3779; }

/* Desktop submenu active */
.desktop-nav-menu .dropdown-menu a.active { color: #dd3779; }

/* Mobile parent menu active */
.mobile-menu-item.active > .mobile-menu-link > a { color: #dd3779; }

/* Mobile submenu active */
.mobile-submenu a.active {  color: #dd3779; }
/*active class -01 End*/

.about-us-banner { width: 100%; height: 500px; background-image: url(../assets/images/banner-magic-f.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;position: relative;}
.about-us-banner .about-inner-box { background-color: #DD3779BD; position: absolute; right: 0; top: 50%; border: 2px solid #fff; padding: 10px; color: #fff; }
.about-us-banner .about-inner-box h1 {float: left; margin-right: 40px;font-weight: 500;}
.about-us-banner .ovrelay-cls { width: 100%;height: 100%; background-color:#00000073; }
.mt-20 { margin-top: 20px; }
.mt-50 { margin-top: 50px; }

.fee-btm {padding-bottom: 40px;}
.content { width: 100%; max-width: 635px; }
.content .day-title { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 17px; font-weight: 700; color: #26334a; } 
.content .dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #e83b83; } 
.content .focus { margin-bottom: 13px; font-size: 16px; line-height: 1.5; }
.content .label { font-weight: 700; color: #204D63; } 
.content .activities { margin-bottom: 12px; font-size: 16px; font-weight: 700; } 
.content .activity { position: relative; margin: 0 0 10px; padding-left: 15px; font-size: 16px; font-weight: 400; line-height: 1.45; }
.content .activity::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: #e83b83; } 
.content .take-home { margin-top: 2px; font-size: 16px; line-height: 1.5; }


/* =========================================
   MAIN ARTICLE CONTAINER
========================================= */

.article-container { width: 100%;  margin: 25px auto 50px; padding: 0 15px; }
.article-container h1 { text-align: center; font-size: 40px; font-weight: 500; color: #e62f70; margin-bottom: 50px; font-family: 'Lora', serif;}
.post-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 600; color: #222222; margin-bottom: 15px; }
.post-meta span { display: inline-flex; align-items: center; font-size: 18px;}
.post-meta .icon { color: #e62f70; margin-right: 5px; font-size: 26px; }
.hero-image { width: 100%; overflow: hidden; margin-bottom: 14px; }
.hero-image img { display: block; width: 100%; height: auto; }
.article-content { font-size: 13px; color: #333333; } 
.article-content p { margin-bottom: 14px; text-align: left; font-size: 16px;line-height: 22px; }
.article-content h3 { font-size: 18px; font-weight: 600; color: #35363A; margin-top: 30px; margin-bottom: 8px; }
.article-content ul { list-style: none; padding: 0; margin: 0 0 13px; }
.article-content li { position: relative; padding-left: 16px; margin-bottom: 5px;font-size: 16px; }
.article-content li::before { content: "»"; position: absolute; left: 0; top: 0; color: #e62f70; font-size: 17px; font-weight: 600; }


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {
	.single-post .page-header h1 {font-size: 30px;}
    .article-container { max-width: 100%; margin-top: 20px; }
    .article-container h1 {font-size: 26px; }
	.article-content { font-size: 13px;}
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {
    .article-container { padding: 0 12px; margin-top: 18px; }
    .article-container h1 { font-size: 30px; line-height: 36px; margin-bottom: 14px; }
    .post-meta { font-size: 11px; gap: 10px; }
    .article-content { font-size: 16px; line-height: 20px; }
    .article-content h3 { font-size: 18px; line-height: 24px; }
    .article-content li { padding-left: 15px; font-size: 16px; line-height: 22px; }
}

/* BUTTON */
.popup-open-btn { padding: 15px 35px; color: #fff; border: 0; border-radius: 5px; cursor: pointer; }
/* POPUP */
.popup { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.35s ease, visibility 0.35s ease; }
/* SHOW POPUP */ 
.popup.active { opacity: 1; visibility: visible; pointer-events: auto; }
/* POPUP BOX */
.popup-content { position: relative; width: 100%; max-width: 767px; background: #fff; padding: 15px; border-radius: 12px; text-align: center; transform: translateY(30px) scale(0.9); opacity: 0; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease; } 
/* POPUP BOX ANIMATION */ 
.popup.active .popup-content { transform: translateY(0) scale(1); opacity: 1; } 
/* CLOSE BUTTON */
.popup-close { position: absolute; top: 10px; right: 15px; border: 0; background: transparent; font-size: 28px; cursor: pointer; } 
/* TITLE */
.popup-content h2 { margin: 0 0 10px; }
/* TEXT */ 
.popup-content p { margin: 0 0 25px; color: #666; } /* OK BUTTON */ 
.popup-ok { padding: 12px 30px; background: #111827; color: #fff; border: 0; border-radius: 5px; cursor: pointer; }
button.cross-btn { background-color: #dd3779; color: #fff; width: 32px; height: 32px; border: 0; display: flex; align-items: center; justify-content: space-evenly; font-size: 27px; border-radius: 100px; position: absolute; right: -15px; top: -15px; cursor: pointer; }
iframe {border:0;}
.form-message { margin-top: 10px; font-size: 14px; }
.form-message.success { color: green; } 
.form-message.error { color: red; }
/* ==========================================================================
   Custom CSS Aman
   ========================================================================== */



/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
  width: 100%;
  position: relative;
  z-index: 1000;
}

/* Top Notification Bar */
.header-topbar {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 0;
  font-family: var(--font-header-footer);
}

.header-topbar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.topbar-email {
  color: #FFFFFF;
  font-family: var(--font-header-footer);
  font-size: 18px;
  font-weight: 400;
	border-right: 2px solid #ffffffa1;
   padding-right: 20px;
}

.topbar-email:hover {
  color: var(--color-primary);
}

.topbar-call-btn {
  background-color: #DD3779;
  color: #FFFFFF;
  padding: 5px 18px;
  font-family: var(--font-header-footer);
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
  transition: background-color 0.3s;
}

.topbar-call-btn:hover {
  background-color: var(--color-primary);
  color: #FFFFFF;
}

/* Main Navigation Bar */
.main-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.header-logo {
  display: flex;
  align-items: center;
  max-width: 250px;
}

.header-logo img {
    top: -56px;
    height: 110px;
    width: auto;
    position: absolute;
}

/* Nav Menu */
.desktop-nav {
  display: flex;
  align-items: center;
}

.desktop-nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  color: #204D63;
  font-family: var(--font-header-footer);
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.nav-link i.fa-caret-down {
  font-size: 13px;
  transition: transform 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-primary);
}

/* Elementor Underline Pointer */
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 2px;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

/* Dropdown Submenu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
/*  border-top: 3px solid var(--color-primary);*/
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 1000;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-item:hover .nav-link i.fa-caret-down {
  transform: rotate(180deg);
}

.dropdown-link {
  display: block;
  padding: 9px 20px;
  color: #204D63;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #f8f8f8;
  transition: all 0.2s ease;
}

.dropdown-link:last-child {
  border-bottom: none;
}

.dropdown-link:hover,
.dropdown-link.active {
  background-color: #FFF5F8;
  color: var(--color-primary);
  padding-left: 10px 20px;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: #35363A;
  cursor: pointer;
  padding: 6px;
}

/* Mobile Drawer */
.mobile-nav-backdrop {
   display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 99999;
}

.mobile-nav-backdrop.is-open {
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 340px;
  height: 100vh;
  background: #FFFFFF;
  z-index: 99999;
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
  transition: right 0.35s ease;
  padding: 20px;
  overflow-y: auto;
}

.mobile-nav.is-open {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.mobile-menu-item {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 4px;
  color: #204D63;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
}

.mobile-menu-link a {
  color: #204D63;
  flex-grow: 1;
}

.mobile-menu-link a:hover,
.mobile-menu-link a.active {
  color: var(--color-primary);
}

.mobile-submenu-btn {
  background: none;
  border: none;
  padding: 6px 12px;
  color: #666;
  cursor: pointer;
}

.mobile-submenu {
  display: none;
  padding-left: 14px;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 8px;
}

.mobile-submenu.is-open {
  display: block;
}

.mobile-submenu a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-submenu a:last-child {
  border-bottom: none;
}

.mobile-submenu a:hover,
.mobile-submenu a.active {
  color: var(--color-primary);
}

/* ==========================================================================
   Hero Slider Section (Elementor image-carousel)
   ========================================================================== */
.hero-carousel-section {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.hero-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  padding: 0 0px;
  box-sizing: border-box;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.hero-nav-arrow:hover {
  background: var(--color-primary);
  color: #fff;
}

.hero-arrow-prev {
  left: 20px;
}

.hero-arrow-next {
  right: 20px;
}

.hero-dots-container {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.hero-dot-btn {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-dot-btn.active {
  width: 26px;
  border-radius: 6px;
  background: var(--color-primary);
}

/* Tablet */
@media (max-width: 991px) {
  .hero-slide {
    flex: 0 0 50%;
    width: 50%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .hero-carousel {
    height: 360px;
  }

  .hero-slide {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }

  .hero-arrow-prev {
    left: 10px;
  }

  .hero-arrow-next {
    right: 10px;
  }
}

/* ==========================================================================
   Section Styles
   ========================================================================== */
.section-welcome {
  background-color: #f7f7f7;
  padding: 50px 0 45px 0;
}

.welcome-title-1 {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  color: #DD3779;
  text-align: center;
  margin-bottom: 0px;
}

.welcome-title-2 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #35363A;
  text-align: center;
  margin-bottom: 0px;
}

.welcome-text {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  text-align: left;
  max-width: 980px;
  margin: 0 auto;
}
.welcome-text p { margin-top: 15px; color: #35363A; text-align: center;}
#more {
  display: none;
}

#myBtn {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #DD3779;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
  margin-top: 25px;
  display: inline-block;
  transition: background-color 0.3s;
}

#myBtn:hover {
  background-color: #c42666;
}

/* Section: Upcoming Workshops */
.section-workshops {
  background-color: #FFFFFF;
  padding: 50px 0;
}

.section-main-heading {
  font-family: var(--font-heading);
  font-size: 40px;
  color: #DD3779;
  text-align: center;
  margin-bottom: 20px;
}

.elementor-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.elementor-post-card {
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.elementor-post-card:hover {
  transform: translateY(-4px);
}

.elementor-post-thumb {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.elementor-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.elementor-post-card:hover .elementor-post-thumb img {
  transform: scale(1.08);
}

.elementor-post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.elementor-post-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 600;
  color: #204D63;
  line-height: 25px;
  margin-bottom: 10px;
  min-height: 50px;
}

.elementor-post-excerpt {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #54595F;
  margin-bottom: 15px;
  flex-grow: 1;
}

.elementor-post-readmore {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  color: #DD3779;
  text-decoration: underline;
  margin-top: auto;
}

/* Section: Community Quote */
.section-community {width: 100%; display: block; background-color: #f7f7f7;
  padding: 50px 20px;text-align: center; }
.section-community .welcome-title-1 { text-transform: unset;font-size: 34px; margin-bottom: 15px; }
.section-community .welcome-text { text-align: center; }
.community-quote-text {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #030303;
    max-width: max-content;
    margin: 0 auto;
    line-height: 32px;
    text-align: left;
}

/* Section: Our Classes */
.section-classes {
  background-color: #FFFFFF;
  padding: 50px 0;
}

.classes-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.eael-infobox {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border: 1px solid #f7f7f7;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eael-infobox:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.eael-infobox-image {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.eael-infobox-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.eael-infobox:hover .eael-infobox-image img {
  transform: scale(1.06);
}

.eael-infobox-content {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.eael-infobox-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  color: #204D63;
  margin-bottom: 12px;
}

.eael-infobox-desc {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #54595F;
  text-align: left;
  margin-bottom: 20px;
  flex-grow: 1;
  height: 200px;
  overflow-y: scroll;
  text-align: center;
}

.eael-infobox-button {
  padding: 8px 20px;
  background-color: #204D63;
  color: #FFFFFF;
  border-radius: 5px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  align-self: center;
  transition: background-color 0.3s;
}

.eael-infobox-button:hover {
  background-color: #c42666;
  color: #FFFFFF;
}

/* Section: Testimonials */
.section-testimonials {
  background-color: #204D63;
  padding: 60px 0;
  color: #FFFFFF;
}

.testimonials-heading-1 {
  font-family: var(--font-heading);
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  color: #DD3779;
  text-align: center;
  margin-bottom: 6px;
}

.testimonials-heading-2 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 35px;
}

.testimonial-single-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.testimonial-rating-stars {
  color: #f59e0b;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.testimonial-box-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.testimonial-box-text {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.testimonial-box-name {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
  color: #FFF7F7;
}

/* Section: Volunteer / Co-op */
.section-volunteer {
  background-color: #f7f7f7;
  padding: 50px 0;
  text-align: center;
}

.volunteer-title {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  color: #DD3779;
  margin-bottom: 18px;
}

.volunteer-desc {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #030303;
  max-width: 860px;
  margin: 0 auto;
}

/* ==========================================================================
   Footer (Elementor Footer post-349)
   ========================================================================== */
.site-footer { background-color: #000000; color: #FFFFFF; float: left; display: block; width: 100%; }
.footer-main-section { padding: 70px 0 50px 0; }
.footer-columns-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
.footer-col-1 { width: 25%; }
.footer-col-2 { width: 15%; }
.footer-col-3 { width: 22%; }
.footer-col-4 { width: 25%; }
.footer-logo-img { width: 130px; max-width: 100%; margin-bottom: 16px; }
.footer-newsletter-title {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 14px;
  line-height: 24px; }

.footer-form-input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #DADCE0;
  background-color: #FFFFFF;
  font-family: var(--font-primary);
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.footer-form-btn {
  width: 100%;
  padding: 11px 20px;
  background-color: #DD3779;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.footer-form-btn:hover {
  background-color: #c42666;
}

.footer-widget-heading {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  color: #DD3779;
  margin-bottom: 16px;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  color: #FFFFFF;
  font-family: var(--font-header-footer);
  font-size: 18px;
  font-weight: 400;
  transition: color 0.3s;
}

.footer-links-list a:hover {
  color: #DD3779;
}

.footer-contact-item {
  color: #FFFFFF;
  font-family: var(--font-header-footer);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}

.footer-contact-item a {
  color: #FFFFFF;
}

.footer-contact-item a:hover {
  color: #DD3779;
}

.footer-map-frame {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #333;
}

.footer-map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Privacy Disclaimer */
.footer-privacy-text {
  padding: 0 20px 30px 20px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

/* Bottom Bar */
.footer-bottom-bar {
  background-color: #35363A;
  padding: 12px 20px;
  color: #FFFFFF;
  font-family: var(--font-header-footer);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/* ==========================================================================
   Internal Pages Specific Styles
   ========================================================================== */
.page-banner {
  background: linear-gradient(135deg, #204D63 0%, #35363A 100%);
  padding: 50px 0;
  color: #FFFFFF;
  text-align: center;
}

.page-banner-title {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.page-breadcrumb {
  font-family: var(--font-primary);
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-breadcrumb a {
  color: #FFFFFF;
}

.page-breadcrumb a:hover {
  color: var(--color-primary);
}

.page-breadcrumb .current {
  color: var(--color-primary);
}

/* Class Module Cards */
.class-module-section {
  padding: 50px 0;
}

.class-module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
	margin: 0 auto; background: #f7f7f7; padding: 35px; border-radius: 8px 8px 0 0; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #eee;
}

.class-badge-pill {
  display: inline-block;
  background-color: #d2387517;
  color: #d23875;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.class-module-title {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  color: #35363A;
  margin-bottom: 14px;
}

.class-module-desc {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 26px;
  color: #35363A;
  margin-bottom: 20px;
}

.btn-enroll-pink {
  padding: 10px 28px;
  background-color: #DD3779;
  color: #FFFFFF;
  border-radius: 5px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: background-color 0.3s;
}

.btn-enroll-pink:hover {
  background-color: #c42666;
  color: #FFFFFF;
}

/* FAQ Accordion */
.faq-section {
  padding: 50px 0;
}

.faq-accordion-item {
  border: 1px solid #DADCE0;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.faq-header-btn {
  width: 100%;
  padding: 16px 20px;
  background: #FFFFFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 600;
  color: #35363A;
  cursor: pointer;
  transition: color 0.3s;
}

.faq-header-btn:hover {
  color: #DD3779;
}

.faq-header-btn .fa-chevron-down {
  font-size: 14px;
  color: #DD3779;
  transition: transform 0.3s;
}

.faq-accordion-item.active .faq-header-btn {
  color: #DD3779;
}

.faq-accordion-item.active .fa-chevron-down {
  transform: rotate(180deg);
}

.faq-body-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 20px;
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 26px;
  color: #54595F;
	background-color: #fff;
    border-top: 1px solid #dadada;
}

.faq-accordion-item.active .faq-body-content {
  max-height: 400px;
  padding: 10px 10px 18px 20px;
}

/* Gallery Grid */
.gallery-filter-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-tab-btn {
  padding: 8px 20px;
  border-radius: 20px;
  background: #f7f7f7;
  color: #35363A;
  border: none;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gallery-tab-btn:hover,
.gallery-tab-btn.active {
  background: #DD3779;
  color: #FFFFFF;
}

.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.gallery-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background-color: #eee;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-tile:hover img {
  transform: scale(1.08);
}

.gallery-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.gallery-tile:hover .gallery-tile-overlay {
  opacity: 1;
}

/* Lightbox Modal */
.lightbox-viewer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.92);
  z-index: 3000;
  align-items: center;
  justify-content: center;
}

.lightbox-viewer.is-open {
  display: flex;
}

.lightbox-wrapper {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  text-align: center;
}

.lightbox-wrapper img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox-close-btn { position: absolute; top: -40px; right: 0; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; }

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .mobile-toggle { display: block; }
  .elementor-posts-grid { grid-template-columns: repeat(2, 1fr); }
  .classes-info-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 { width: 48%; }
  .header-logo img { top: -56px; height: 110px; }
}


@media (max-width: 767px) {
  .header-topbar .container { flex-direction: column; gap: 8px; text-align: center; display: block; }
  .topbar-call-btn {margin-left: 30px;padding: 3px 12px;}
  .topbar-email { font-size: 15px; }
  .welcome-title-1 { font-size: 30px;line-height: 36px; }
  .hero-nav-arrow
  .testimonials-heading-1 {font-size: 30px;line-height: 36px;}
  .testimonials-heading-2 {font-size: 26px; line-height: 32px;}
  .footer-main-section { padding: 30px 20px; }
  .welcome-title-2 { font-size: 24px; }
  .welcome-text { font-size: 16px; line-height: 25px; }
  .section-main-heading { font-size: 30px; line-height: 36px; }
  .elementor-posts-grid { grid-template-columns: 1fr; }
  .classes-info-grid { grid-template-columns: 1fr; }
  .section-community { padding: 20px 10px; }
  .section-community .welcome-title-1 { font-size: 26px;line-height: 32px; }
  .drawin-color-s { padding: 40px 0; }
  .class-module-desc {margin-bottom: 0;}
  .cartoon-drawing-01 {padding: 40px 0;}
  .contact-sec .class-module-grid .contact-form-01 {padding: 10px;}
  .class-module-grid { grid-template-columns: 1fr;padding: 15px;gap:40px; }
  .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 { width: 100%; }
  .community-quote-text { font-size: 16px; line-height: 26px; }
  .volunteer-title { font-size: 28px; line-height: 34px; }
  .hero-nav-arrow { font-size: 16px; width: 34px; height: 34px;box-shadow: 0px 0px 12px #0000001a;}
  .section-welcome { padding: 30px 0 30px 0; }
  .page-banner-title { font-size: 30px; line-height: 36px; }
  .class-module-title { font-size: 26px; line-height: 32px; }
  .class-module-section {padding: 40px 0px;}
  .text-middle .focus-text { font-size: 18px; line-height: 25px; }
  .faq-section { padding: 30px 0 20px; }
  .main-header .container { padding: 20px 15px 12px; }
  .section-black-01 { padding: 10px; }
  .about-us-banner { height: 300px;text-align: center;}
  .about-us-banner .about-inner-box { top: 25%; }
  .about-us-banner .about-inner-box h1 { float: unset; }
  .camp-week ul.list-week { padding-left: 10px; padding-top: 10px; }
  .camp-week .list-five-w { padding-left: 10px; }
  .camp-week h3 { margin-bottom: 20px; }
  .content {padding: 15px 10px;}
  .mt-50 { margin-top: 20px; }
   #myBtn  { padding: 12px 24px; font-size: 18px; }
  .section-community.community-sec-p { padding-top:20px; } 
  .header-logo img { position: unset; height: 65px; }
  button.cross-btn { right: -10px; top: -10px; }
 .popup.active {padding: 10px;}
 .camp-week h2 { font-size: 30px; line-height: 35px; }
}





