.t4-footnav {   background-color: #F8F9FA;} .t4-footer {background-color: #F8F9FA;color: #1F2933;}
.programs-section {
  padding: 60px 20px;
  background: #ffffff;
}

.programs-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.section-title span {
  color: #2a7cff;
}
/* GRID */
.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* CARD */
.event-card {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

/* REVERSE LAYOUT */
.event-card.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */
.event-image {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* crop */
  object-position: center; /* center crop */
}

/* CONTENT */
.event-content {
  width: 50%;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.event-content .date,
.event-content .time {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 8px;
}

.event-content a {
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* COLOR VARIANTS */
.event-card.yellow .event-content { background: #f5b700; }
.event-card.blue   .event-content { background: #4f86e8; }
.event-card.green  .event-content { background: #4caf88; }
.event-card.orange .event-content { background: #ef7c52; }

/* RESPONSIVE */
@media (max-width: 992px) {
  .event-grid {
    grid-template-columns: 1fr;
  }

  .event-card,
  .event-card.reverse {
    flex-direction: column;
  }

  .event-image,
  .event-content {
    width: 100%;
  }

  .event-image {
    height: 220px;
  }
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 👈 3 in a row */
  gap: 30px;
}

/* Card */
.program-card {
  background: #f9fafc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

/* Image container */
.program-image {
  width: 100%;
  height: 220px;              /* SAME HEIGHT */
  overflow: hidden;
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* 👈 CROPPED */
  object-position: center;    /* 👈 FROM CENTER */
}

/* Content */
.program-content {
  padding: 20px;
  text-align: center;
}

.program-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.program-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-content li {
  padding: 4px 0;
  font-size: 15px;
  color: #444;
}

/* Responsive */
@media (max-width: 992px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .programs-grid {
    grid-template-columns: 1fr;
  }
}
.shape-divider {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
/* Header 
.shape-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}*/
.kids-section {
  padding: 60px 20px;
  background: #ffffff;
}


.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-shape {
  max-width: 250px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
}

/* Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.card {
  background: #f4b51e;
  border-radius: 12px;
  overflow: hidden;               /* important for cropping */
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image wrapper */
.card img {
  width: 100%;
  height: 450px;                  /* fixed height for equal crop */
  object-fit: cover;              /* crop without distortion */
  object-position: center top;    /* focus from top */
  display: block;
}

/* Caption */
.card h3 {
  margin: 0;
  padding: 25px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: #f4b51e;
}

/* Responsive */
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .card img {
    height: 400px;
  }
}


.card h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.gc-moto{padding:120px 0;}
.t4-gallery{background-color: #EEF7F1;}
.gc-moto .t4-section-inner{display: flex;
  flex-wrap: wrap;}
  .gc-moto .moto-title{ display: flex;
  align-items: center;
  justify-content: flex-start;}
.title-area{padding: 0px 15px 0px 35px;}
.sec-subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  margin-top: -0.1em;
  margin-bottom: 25px;
  color: #00c3e3;
}
.sec-title {
  font-size: 60px; color: #000;
  margin-top: -0.25em;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.sec-text {
  color: #000;
  font-size: 18px;
}
.img-box1 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;padding: 0px 35px 0px 15px;
}
.vs-circle {
  width: var(--circle-size, 315px);
  height: var(--circle-size, 315px);
  border: var(--circle-border-size, 60px) solid var(--circle-border-color, #ffd600);
  border-radius: var(--circle-radius, 50%);
}
.img-box1 .vs-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: #28a745;
}
.mega-hover::after, .mega-hover::before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}

.img-box1 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.img-box1 [class*=img-] img {
  width: 100%;
}
.img-box1 .img-1 {
  border-radius: var(--radius-outer, 119px) var(--radius-inner, 50px) 0 var(--radius-inner, 50px);
}
.img-box1 .img-2 {
  border-radius: var(--radius-inner, 50px) var(--radius-outer, 119px) var(--radius-inner, 50px) 0;
}
.img-box1 .img-3 {
  border-radius: var(--radius-inner, 50px) 0 var(--radius-inner, 50px) var(--radius-outer, 119px);
}
.img-box1 .img-4 {
  border-radius: 0 var(--radius-inner, 50px) var(--radius-outer, 119px) var(--radius-inner, 50px);
}
.img-box1 .vs-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: #28a745;
}
.mega-hover::before {
  top: -10%;
  right: 51%;
  bottom: -10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);

}
.mega-hover::after {
  top: 50%;
  right: -10%;
  bottom: 50%;
  left: -10%;
  background: rgba(255, 255, 255, 0.6);

}

.img-box1 .img-1 {
  border-radius: var(--radius-outer, 119px) var(--radius-inner, 50px) 0 var(--radius-inner, 50px);
}
.mega-hover {
  position: relative;
  overflow: hidden;
}
.t4-offcanvas .nav {
    
    display: block;
    
}
@media (min-width: 768px) {
  .t4-main-body {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
.t4-header {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.elementor-shape-top {
  top: -1px;
}
.elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.elementor-shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.elementor-shape-top svg {
  width: calc(100% + 1.3px);
  height: 72px;
  transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}

.elementor-shape-bottom {
  z-index: 2;
  pointer-events: none;
}
.elementor-shape-bottom {
  bottom: -1px;
}
.elementor-shape-bottom svg {
  width: calc(105% + 1.3px);
  height: 81px;
}
.elementor-shape-bottom .elementor-shape-fill {
  fill: #D7FFD7;
}
.gc-landing {
  overflow: hidden;
}
.gc-hero {
  background: url("/images/Sports/Volleyball.png") center/cover no-repeat;
  min-height: 700px;
  display: flex; position: relative;
  align-items: center;
  justify-content: center;
}
/* HERO BOX */
.hero-box {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("/images/hero_bg-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-content: center;min-height: 700px;
}

/* WHITE CONTENT PANEL */
.hero-box-content {
  background: transparent;
  padding: 60px 50px; text-align: center;
}

/* TEXT STYLES */
.hero-subtitle {
  font-family: "Bubblegum Sans", Sans-serif;
  font-size: 57px;
  color: #19AEE3;line-height: 1; font-weight: 600;
}

.hero-title {
  font-family: "Bubblegum Sans", Sans-serif;
  font-size: 40px;
  color: #28a745;line-height: 1; font-weight: 600;
}

.hero-text {
  line-height: 1.6;
  margin-bottom: 25px;
  font-family: "Bubblegum Sans", Sans-serif;
  font-size: 20px;
}

/* BUTTON */
.hero-button {
  display: inline-block;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {

  .hero-box {
    background-position: center top;
    background-size: cover;
    min-height: auto;
  }

  .hero-box-content {
    border-radius: 30px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
  }
}
@media (max-width: 750px) {
.hero-subtitle {font-size: 2rem;}

.hero-title {font-size: 1.5rem;}

.hero-text {font-size: 1rem;}
}

/* CURVE */
.gc-curve-bottom {
  height: 80px;
  background: #e9ffe9;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}

/* AGES */
.gc-ages {
  background: #D7FFD7;
  padding: 60px 0px;
  text-align: center;
}

.gc-age-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 30px;
  margin-top: 40px;
}

.gc-age-item img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.gc-age-item span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

/* TEAM */
.gc-team {
  padding: 80px 20px;
  max-width: 1000px;
  margin: auto;
}

.gc-team-member {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  align-items: center;
}

.gc-team-member.reverse {
  flex-direction: row-reverse;
}

.gc-team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

/* PHILOSOPHY */
.gc-philosophy {
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.gc-photos {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.gc-photos img {
  width: 100%;
  border-radius: 20px;
}

.gc-text h4 {
  color: #2f7d32;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* MOBILE */
@media (max-width: 768px) {
  .gc-hero-card {
    width: 320px;
    height: 320px;
    padding: 30px;
  }

  .gc-team-member,
  .gc-philosophy {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}