/* Variables & Theme */
:root {
    --primary-yellow: #FFD700;
    --primary-pink: #E91E63;
    --primary-blue: #1976D2;
    --primary-orange: #FF9800;
    --primary-green: #4CAF50;
    --text-dark: #333333;
    --text-muted: #777777;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: var(--text-dark);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, h3, .brand-text {
    font-family: 'Fredoka One', cursive;
}
.brand-text{font-size: 30px;}
/* Utilities */
.text-white { color: white; }
.text-pink { color: var(--primary-pink); }
.text-orange { color: var(--primary-orange); }
.text-blue { color: var(--primary-blue); }
.bg-pink { background-color: var(--primary-pink); }
.bg-blue { background-color: var(--primary-blue); }
.bg-orange { background-color: var(--primary-orange); }
.sticky-top{background-color: #fff;}
.bg-primary{background-color: rgb(233 30 99) !important;}
.fw-bold {font-weight: normal !important;}
.text-border-black {
    color: white;                 /* inner text color */
    -webkit-text-stroke: 1px #000; /* border thickness + color */
    font-weight: 800;
}
.display-3{font-size:40px;}
/* Navigation */
/* Default navbar (transparent on top) */
.main-nav {
    background: #ffffffad;
    transition: all 0.3s ease;
    padding-bottom: 25px;
    height: 116px;
}

/* Navbar after scroll */
.main-nav.scrolled {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Change link color after scroll */
.main-nav.scrolled .nav-link {
    color: #333 !important;
}

.main-nav.scrolled .brand-text {
    color: #333;
}

/* On top (hero section) */
.main-nav .nav-link,
.main-nav .brand-text {
    color: #020202;
}
.nav-link {
    font-weight: 700;
    color: #033763 !important;
    transition: 0.3s;
    font-size: 13px;
}

.nav-link:hover {
    color: var(--primary-pink) !important;
}
/* Active Menu */

.current-menu-item > a,
.current_page_item > a,
.current-menu-parent > a,
.current-menu-ancestor > a {

    color: #ff5e62 !important;

    font-weight: 700;

}

/* Optional Hover */

.current-menu-item > a:hover,
.current_page_item > a:hover {

    color: #ff5e62 !important;

}
.logo{width: 230px;}
.logo img{width:100%; height: auto;  transform: translateY(-10px);}
.tagline{
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 88px;
    left:24px;
}
/* Hero Section */
.hero-section {
    /* background: linear-gradient(135deg, #ffe8e8 0%, #E3F2FD 100%); */
    padding-top: 80px;
    background: url("../images/home_header_1.jpg") no-repeat center center;
    background-size: cover;
    margin-top: -140px;
}
.hero-inner-section {
    /* background: linear-gradient(135deg, #ffe8e8 0%, #E3F2FD 100%); */
    padding-top: 80px;
    background: url("../images/inner-bg.png") no-repeat center center;
    background-size: cover;
    margin-top: -114px;
    

  background: linear-gradient(
    270deg,
    #ff8901,
    #ff6a00,
    #ff3c00,
    #ffb347,
    #ff8901
  ) !important;
  background-size: 400% 400%;
  animation: gradientMove 8s ease infinite;
  position: relative;
  overflow: hidden;
}

/* Bottom Curve */
.hero-inner-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 160px;
  background: #fff; /* নিচের section এর color */
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}

/* Animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bg1-section {
   
    padding:80px 0;
    background: url("../images/bg-fb.png") no-repeat center center;
    background-size: cover;
    margin-top:0px;
}
.bg2-section {
    
    padding:80px 0;
    background: url("../images/bg-courses.png") no-repeat center center;
    background-size: cover;
    margin-top:0px;
}
.bg3-section {
    padding:80px 0;
    background: url("../images/bg-register.png") no-repeat center center;
    background-size: cover;
    margin-top:0px;
}

.bg4-section {
    padding:0 0 20px 0;
    background: url("../images/footer-pattern.png") no-repeat center center;
    background-size: cover;
    margin-top:0px;
}
.rounded-blob {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: blobMorph 10s ease-in-out infinite;
    object-fit: cover;
    max-width:100%;
    height: 600px;
}

@keyframes blobMorph {
    0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
    34% { border-radius: 70% 30% 40% 60% / 60% 40% 60% 40%; }
    67% { border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%; }
}

.floating-icons i {
    position: absolute;
    opacity: 0.2;
    animation: drift 15s linear infinite;
}

.icon-1 { color: #f7b733; top: 10%; left: 5%; font-size: 3rem; }
.icon-2 { color: #ff5e62; top: 20%; right: 10%; font-size: 2rem; }
.icon-3 { color: #1a73e8; bottom: 30%; left: 15%; font-size: 4rem; }
.icon-4 { color: #43a047; bottom: 15%; right: 5%; font-size: 2.5rem; }

@keyframes drift {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(20px, 30px) rotate(180deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

/* Animations */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: 1s ease-out;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s ease-out;
}

.fade-in-left.active, .fade-in-right.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Program Cards */
.program-card {
    background: #fff;
    padding: 2.5rem 1.5rem;
    border-radius: 30px;
    text-align: center;
    transition: 0.4s;
    border: 3px solid transparent;
    border-bottom: 6px solid var(--accent-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.program-card:hover {
    transform: translateY(-15px);
    border-color: var(--accent-color);
    background-color: #fafafa;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}

.program-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 700;
}

/* Buttons */
.btn-enroll {
    background-color: var(--primary-orange);
    color: white !important;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
}

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(255, 152, 0, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 152, 0, 0); }
}

.btn-primary {
    background-color: var(--primary-pink);
    border-color: var(--primary-pink);
}

.btn-primary:hover {
    background-color: #d81b60;
    border-color: #d81b60;
}

/* Features */
.feature-icon-small {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.border-primary-thick {
    border: 10px solid #fff;
    border-radius: 20px !important;
}

/* Forms */
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.1);
    border-color: var(--primary-pink);
}

.enquiry-container {
    border-radius: 40px !important;
}

/* Footer */
.footer-section {
    background-color: #c10f4b;
    color: white;
}

.footer-brand {
    text-decoration: none;
    font-family: 'Fredoka One', cursive;
    font-size: 1.5rem;
    color: white;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: #bdc3c7;
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #fff;
    padding-left: 5px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.social-links a:hover {
    background: var(--primary-pink);
    transform: translateY(-5px);
}
/* ================================
   WHO WE ARE IMAGE – ANIMATED BLOB
================================ */

.who-we-are-image {
    position: relative;
    width:100%;          /* adjust as needed */
    height:auto;         /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animated layers */
.who-we-are-image::before,
.who-we-are-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease;
}

/* Layer 1 */
.who-we-are-image::before {
    background-color: #ea512e;
    animation: border-transform-default 10s linear infinite alternate;
}

/* Layer 2 */
.who-we-are-image::after {
    background-color: #f5890d;
    animation: border-transform-default 50s linear infinite alternate;
    opacity: 0.9;
}

/* Image stays above animation */
.who-we-are-image img {
    position: relative;
    z-index: 2;
    width: 85%;
    height: auto;
    border-radius: 50%;
}

/* ================================
   KEYFRAMES (MAIN FIX)
================================ */

@keyframes border-transform-default {
    0% {
        border-radius: 50% 50% 50% 50%;
        transform: rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45%;
        transform: rotate(120deg) scale(1.03);
    }
    66% {
        border-radius: 45% 55% 35% 65%;
        transform: rotate(240deg) scale(1.05);
    }
    100% {
        border-radius: 55% 45% 65% 35%;
        transform: rotate(360deg) scale(1);
    }
}

/* ================================
   OPTIONAL HOVER EFFECT
================================ */

.who-we-are-image:hover::before,
.who-we-are-image:hover::after {
    transform: scale(1.08);
}

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

/* ================================
   DAYCARE – SOFT FLOATING BLOB
================================ */

.DayCare {
    position: relative;
    width:100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animated blob background */
.DayCare::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #ff9a9e,
        #fad0c4,
        #fbc2eb,
        #a1c4fd
    );
    background-size: 300% 300%;
    animation:
        daycare-morph 14s ease-in-out infinite,
        daycare-float 6s ease-in-out infinite,
        daycare-gradient 10s ease-in-out infinite;
}

/* Keep image above animation */
.DayCare img {
    position: relative;
    z-index: 2;
    width: 82%;
    border-radius: 50%;
}

/* ================================
   ANIMATIONS
================================ */

/* Shape morph */
@keyframes daycare-morph {
    0% {
        border-radius: 50% 50% 50% 50%;
    }
    33% {
        border-radius: 60% 40% 55% 45%;
    }
    66% {
        border-radius: 45% 60% 40% 65%;
    }
    100% {
        border-radius: 50% 50% 50% 50%;
    }
}

/* Gentle floating */
@keyframes daycare-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

/* Gradient movement */
@keyframes daycare-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* ================================
   HOVER INTERACTION (FUN!)
================================ */

.DayCare:hover::before {
    filter: brightness(1.08);
    transform: scale(1.04);
}

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


@media (max-width: 768px) {
.logo img {
  width: 76%;
  height: auto;
  margin-top: -15px;
}
.sticky-top {
  background-color: #fff;
  height: 113px;
}

.DayCare {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    }
.tagline {
  font-size: 12px;
  left: 20px;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  padding-top: 12px;
  background: #ff7302;
  margin: 20px -10px 0 -10px;
}
.navbar-collapse ul li{
    width: 100%;
   border-bottom: 1px solid #f7951e;
}
/* Custom Dropdown Style */
.custom-dropdown {
    border-radius: 12px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Dropdown item */
.custom-dropdown .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover effect */
.custom-dropdown .dropdown-item:hover {
    background: linear-gradient(45deg, #ff5e62, #ff9966);
    color: #fff;
    transform: translateX(5px);
}

/* Desktop Hover Animation */
@media (min-width: 992px) {
    .navbar .dropdown:hover .custom-dropdown {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

/* Mobile Fix */
@media (max-width: 991px) {
    .custom-dropdown {
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
    }
}

/* Icon color */
.dropdown-item i {
    color: #ff5e62;
}

/* Navbar icon spacing */
.nav-link i {
    font-size: 14px;
    transition: 0.3s;
}

/* Hover effect */
.nav-link:hover i {
    transform: scale(1.2);
    color: #ff5e62;
}

/* Active menu highlight */
.nav-link.active {
    color: #ff5e62 !important;
    font-weight: 600;
}
.hero-content{
    margin-top: 70px;
}
.rounded-blob {
  width: 86%;
  max-width: 500px;
}
.bg1-section{
    margin-top: -50px;
}
.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.who-we-are-image {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.admission-hero {
  background: linear-gradient(270deg, #ff8901, #ff6a00, #ff3c00);
  background-size: 400% 400%;
  animation: gradientMove 8s ease infinite;
}

.admission-form-box {
  background: #0d47a1;
}

@keyframes gradientMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.program-card {
  border: 2px solid #0d47a1;
  transition: 0.3s;
}

.program-card:hover {
  background: #0d47a1;
  color: #fff;
}

.why-section {
  background: #e5092f;
}

.why-box {
  background: #fff;
  color: #e5092f;
  padding: 20px;
  border-radius: 50%;
  min-height: 198px;
}
.why-box .fas
{
    color: #e5092f;
    font-size:67px;
    margin-bottom: 15px;
}
.why-box p{
    font-size: 18px;
    font-weight: 700;;
}

.franchise-hero {
  background: #eef5fb;
}

.franchise-form {
  background: #0d47a1;
}
.req-box {
  padding: 30px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.req-box, .support-box .fas{
    color: #f55714;
    font-size: 60px;
    margin-bottom: 15px;
}
.why-franchise {
  background: #e5092f;
}

.why-item h4 {
  font-size: 24px;
  font-weight: bold;
}
.support-box {
  padding: 30px;
  border-radius: 20px;
  background: #f5f7fb;
  transition: 0.3s;
}

.support-box:hover {
  background: #0d47a1;
  color: #fff;
}

/* HERO */
.gallery-hero {
  height: 40vh;
  background: linear-gradient(270deg, #ff8901, #ff6a00, #ff3c00);
  background-size: 400% 400%;
  animation: gradientMove 8s ease infinite;
}

/* GRID */
.gallery-box {
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gallery-box img {
  transition: 0.4s;
}

.gallery-box:hover img {
  transform: scale(1.1);
}

/* FILTER */
.gallery-filter button {
  margin: 5px;
}

/* ANIMATION */
@keyframes gradientMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.fa-2x {
    font-size: 1em;
}
.pentemind-icons .fas{
    font-size: 60px;
    margin: 40px 0;
    color:#f55714;
}
.contact-icons .fa{
    font-size: 60px;
}

/* PROGRAMS PAGE */
.program-image-wrap {
    position: relative;
    overflow: hidden;
}

.program-image-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}

.program-landing-card:hover img {
    transform: scale(1.08);
}

.program-age-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ff5e62;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}

.program-card-content {
    padding: 30px;
    text-align: center;
}

.program-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.why-program-box {
    background:rgb(244 0 0 / 60%);
    padding: 40px 25px;
    border-radius: 30px;
    backdrop-filter: blur(6px);
}
/* WHY PROGRAM BOX */

.why-program-box {

    padding: 40px 25px;

    border-radius: 35px;

    text-align: center;

    transition: 0.4s ease;

    position: relative;

    overflow: hidden;

    height: 100%;

    box-shadow: 0 12px 35px rgba(0,0,0,0.08);

}

/* Floating Hover */

.why-program-box:hover {

    transform: translateY(-12px) rotate(-1deg);

}

/* Cute Glow */

.why-program-box::before {

    content: '';

    position: absolute;

    width: 180px;

    height: 180px;

    background: rgba(255,255,255,0.15);

    border-radius: 50%;

    top: -60px;

    right: -60px;

}

/* Icons */

.why-program-box i {

    font-size: 60px;

    margin-bottom: 25px;

    color: #fff;

    position: relative;

    z-index: 2;

}

/* Title */

.why-program-box h4 {

    color: #fff;

    font-size: 28px;

    margin-bottom: 18px;

    position: relative;

    z-index: 2;

}

/* Text */

.why-program-box p {

    color: rgba(255,255,255,0.92);

    font-size: 17px;

    line-height: 1.8;

    position: relative;

    z-index: 2;

}

/* Different Colors */

.program-box-1 {

    background: linear-gradient(135deg,#ff5e62,#ff9966);

}

.program-box-2 {

    background: linear-gradient(135deg,#36d1dc,#5b86e5);

}

.program-box-3 {

    background: linear-gradient(135deg,#43cea2,#2ecc71);

}

.program-box-4 {

    background: linear-gradient(135deg,#f7971e,#ffd200);

}

/* Mobile */

@media(max-width:768px){

    .why-program-box {

        padding: 35px 20px;

    }

    .why-program-box h4 {

        font-size: 24px;

    }

}
.why-program-box i {
    font-size: 55px;
    margin-bottom: 20px;
    color: #fff;
}

.program-cta-box {
    max-width: 900px;
    background: #fff;
    border-radius: 40px;
    padding: 70px 40px;
}

@media(max-width:768px){

.program-cta-box {
    padding: 40px 20px;
}

.program-card-content {
    padding: 20px;
}

}

/* PROGRAM CARD */

.program-card {

    background: #fff;

    border-radius: 40px;

    padding: 50px 30px;

    text-align: center;

    transition: 0.4s ease;

    height: 100%;

    border: 3px solid transparent;

    position: relative;

    overflow: hidden;

}

/* Hover */

.program-card:hover {

    transform: translateY(-10px);

}


/* Card Border Colors */

.program-card-pink {

    border-color: #ff5e7d;

}

.program-card-blue {

    border-color: #2575fc;

}

.program-card-yellow {

    border-color: #f9b934;

}

.program-card-green {

    border-color: #43b649;

}


/* Hover Background */

.program-card-pink:hover {

    background: #ff5e7d;

    color: #fff;

}

.program-card-blue:hover {

    background: #2575fc;

    color: #fff;

}

.program-card-yellow:hover {

    background: #f9b934;

    color: #fff;

}

.program-card-green:hover {

    background: #43b649;

    color: #fff;

}


/* ICON */

.program-icon {

    width: 110px;

    height: 110px;

    border-radius: 50%;

    margin: 0 auto 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 42px;

    transition: 0.4s ease;

}


/* Different Icon Colors */

.program-card-pink .program-icon {

    background: rgba(255,94,125,0.12);

    color: #ff5e7d;

}

.program-card-blue .program-icon {

    background: rgba(37,117,252,0.12);

    color: #2575fc;

}

.program-card-yellow .program-icon {

    background: rgba(249,185,52,0.15);

    color: #f9b934;

}

.program-card-green .program-icon {

    background: rgba(67,182,73,0.12);

    color: #43b649;

}


/* Hover Icon */

.program-card:hover .program-icon {

    background: rgba(255,255,255,0.15);

    color: #fff;

}


/* Title */

.program-card h3 {

    font-size: 34px;

    margin-bottom: 20px;

    transition: 0.4s;

}


/* Age */

.program-age {

    font-weight: 700;

    margin-bottom: 20px;

    font-size: 22px;

}


/* Description */

.program-excerpt {

    font-size: 18px;

    line-height: 1.8;

}


/* Read More */

.program-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 25px;

    text-decoration: none;

    font-weight: 700;

    transition: 0.4s;

}


/* Button Colors */

.program-card-pink .program-btn {

    color: #ff5e7d;

}

.program-card-blue .program-btn {

    color: #2575fc;

}

.program-card-yellow .program-btn {

    color: #f9b934;

}

.program-card-green .program-btn {

    color: #43b649;

}


/* Hover Button */

.program-card:hover .program-btn {

    color: #fff;

}


/* Hover Text */

.program-card:hover h3,

.program-card:hover .program-age,

.program-card:hover .program-excerpt {

    color: #fff;

}

.ghfs-section{
    background:#f3f3f3;
}
.display-5{font-size:40px ;
    line-height:1.1;
    font-weight:800;}
.ghfs-title{
    font-size:40px;
    line-height:1.1;
    font-weight:800;
    max-width:650px;
}

.ghfs-title-black{
    color:#2f2f2f;
}

.ghfs-title-blue{
    color:#2674d9;
}

.ghfs-section p{
    font-size:20px;
    line-height:1.8;
    color:#444;
}

.ghfs-image-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
}

.ghfs-image-circle{
    width:650px;
    height:650px;
    border-radius:50%;
    overflow:hidden;
    background:#efc3d0;
    padding:22px;
}

.ghfs-main-image{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

@media(max-width:991px){

    .ghfs-title{
        font-size:42px;
    }

    .ghfs-image-circle{
        width:420px;
        height:420px;
    }

}

@media(max-width:767px){

    .ghfs-title{
        font-size:34px;
    }

    .ghfs-image-circle{
        width:300px;
        height:300px;
        margin-top:40px;
    }

}
/*=========================================
GALLERY FILTER
=========================================*/

.gallery-filter{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.filter-btn{
    border:1px solid #0d6efd;
    background:#fff;
    color:#0d6efd;
    padding:10px 28px;
    border-radius:12px;
    transition:0.3s ease;
    font-size:18px;
    font-weight:600;
    line-height:1;
}

.filter-btn.active,
.filter-btn:hover{
    background:#0d6efd;
    color:#fff;
}
h2 {
        font-size: 40px;
    }

/*=========================================
GALLERY IMAGE
=========================================*/

.gallery-item img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:20px;
    transition:0.4s;
}

.gallery-box{
    overflow:hidden;
    border-radius:25px;
}

.gallery-box img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.4s;
}

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

.gallery-sub-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    color:#0d6efd;
    border-left:4px solid #0d6efd;
    padding-left:15px;
}

.gallery-parent-block{
    margin-bottom:70px;
}

/* ===============================
   Program Details Page
================================= */

.program-details-section{
    background:#fff;
    position:relative;
    z-index:5;
}

.program-content{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.program-content h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.program-content p,
.program-content li{
    font-size:18px;
    line-height:1.9;
}

.program-info-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:120px;
}

.program-info-card i{
    font-size:50px;
    color:#ff6b00;
    margin-bottom:20px;
}

.program-info-card h4{
    font-weight:700;
    margin-bottom:10px;
}

.program-info-card p{
    font-size:18px;
    margin-bottom:0;
}
.about-mission-image img{border-radius: 50%;}
.bg-pink{display: none !important;}