/* ===== GLOBAL FIXES FOR HORIZONTAL SCROLL ===== */
html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #111;
  color: #fff;
  overflow-x: hidden;
}

/* Ensure all containers don't exceed viewport */
.container,
.hero-section,
.row2,
.col3,
.col4,
.group1,
.shop-section,
.group8,
.col6,
.col7,
.group9,
.row-bottom2 {
  max-width: 100%;
  overflow-x: hidden;
}

/* ===== HERO SECTION ===== */
.hero-section {
  margin: 30px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background: #111;
  background-image: url("../assets/mask-group1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.logo {
  width: clamp(80px, 10vw, 120px);
}

.nav-center {
  display: flex;
  gap: 2rem;
}

.nav-center a {
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.nav-center a:hover {
  color: #c6ff00;
}

.btn-register-now {
  background-color: #c6ff00;
  color: #111;
  border: none;
  padding: 0.75rem 1.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-register-now:hover {
  opacity: 0.9;
}

.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
  margin-left: 1rem;
}

/* Hero content */
.hero-content {
  margin-top: auto;
  margin-bottom: auto;
}

.title-empowered {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(6rem, 9vw, 11rem);
  margin-top: 50px;
  color: #111;
  letter-spacing: 15px;
  text-shadow: -3.9px -3.9px 0px #c6ff00, 3.9px -3.9px 0px #c6ff00, 3.9px 3.9px 0px #c6ff00, -3.9px 3.9px 0px #c6ff00;
  margin-bottom: 0px;
}

.subtitle {
  margin-top: 0px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 2rem);
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
}

.description {
  max-width: 1300px;
  margin: 0px auto;
  text-align: center;
  font-size: clamp(1.3rem, 1vw, 1rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.btn-find {
  margin-top: 2rem;
  background-color: #fff;
  color: #111;
  border: none;
  padding: 1rem 2rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-find:hover {
  background-color: #c6ff00;
}

/* ===== RESPONSIVE HERO ===== */
@media (max-width: 900px) {
  .nav-center {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 1rem 0;
  }

  .nav-center.open {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .btn-register-now {
    display: none;
  }

  .description {
    padding: 0 5%;
    text-align: center;
  }

  .hero-content {
    padding: 0 5%;
  }
}

@media (max-width: 600px) {
  .hero-section {
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
  }

  .title-empowered {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 8vw, 6rem);
    margin-top: 30px;
    text-align: center;
    letter-spacing: 8px;
    text-shadow: -2px -2px 0px #c6ff00,
      2px -2px 0px #c6ff00,
      2px 2px 0px #c6ff00,
      -2px 2px 0px #c6ff00;
    line-height: 1;
    padding: 0 15px;
    overflow: hidden;
  }

  .subtitle {
    margin-top: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1rem, 5vw, 13rem);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: #fff;
  }

  .description {
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: clamp(1rem, 1vw, 1rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
  }
}

/* ===== ABOUT SECTION ===== */
.row2 {
  margin: clamp(2rem, 4vw, 2.625rem) clamp(1rem, 3vw, 3.625rem) 0 clamp(1rem, 3vw, 3.625rem);
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 3.9375rem);
  color: #fff;
  font-family: 'Bebas Neue';
  line-height: normal;
  max-width: 100%;
  overflow-x: hidden;
}

.col-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.25rem);
  flex-grow: 1;
}

.subtitle-about-empowered {
  font-size: clamp(32px, 6vw, 64px);
  text-align: left;
  margin-bottom: 0px;
  color: #fff;
}

.subtitle-founded-with {
  text-align: justify;
  font-family: 'Poppins';
  font-weight: 100;
  font-size: 22px;
  color: #fff;
}

.btn2 {
  position: static;
  margin-top: clamp(1.5rem, 3vw, 1.75rem);
  padding: clamp(0.75rem, 1.5vw, 0.9375rem) clamp(0.5rem, 1vw, 0.625rem);
  align-self: start;
  color: unset;
  font-family: 'Poppins';
}

.btn-a {
  display: flex;
  justify-content: center;
  color: #111;
  font-size: clamp(1rem, 2vw, 1.75rem);
  font-family: 'Poppins';
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  background-color: #c6ff00;
  padding: clamp(1rem, 2vw, 1.375rem) clamp(0.5rem, 1vw, 0.5625rem);
  border-radius: 15px;
  border: none;
}

.col-right1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* row-a */
.row-a {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 1.9375rem);
}

.row-img {
  width: 100%;
  min-width: 0;
  flex-grow: 1;
  border-radius: 20px;
}

.row-top .row-img-right {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.row-bottom1 .row-img-right {
  margin-top: clamp(1.5rem, 3vw, 1.9375rem);
}

/* ===== CARD SECTION ===== */
.group1 {
  margin-top: clamp(2rem, 4vw, 2.625rem);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-align: center;
  height: auto;
  background-color: #222;
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
}

.col1 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.subtitle-find-a-camp {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  color: #fff;
  padding-top: 50px;
}

.subtitle-discover {
  font-size: clamp(16px, 2vw, 22px);
  margin-top: 0.8rem;
  color: #ccc;
  line-height: 1.4;
}

.col2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.card-item {
  background-color: #111;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  border: 1px solid #333;
}

.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(198, 255, 0, 0.1);
}

.card-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-content {
  background: url('../assets/mask-group2.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  justify-content: space-between;
}

.card-location {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-available {
  background-color: rgba(198, 255, 0, 0.3);
  color: #c6ff00;
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 8px;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #dcdcdc;
}

.card-info svg,
.card-info object {
  width: 18px;
  height: 18px;
}

.btn-b {
  background-color: #fff;
  color: #111;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 25px;
  padding: 20px 30px;
  border-radius: 10px;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  margin-top: 15px;
}

.btn-b:hover {
  background-color: #c6ff00;
  transform: scale(1.03);
}

.view-all {
  margin: 30px auto;
  width: 30%;
}

/* ===== SIGNATURE CAMPS SECTIONS ===== */
.col3,
.col4 {
  margin: 0 clamp(1rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
}

.row12 {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 2.5rem);
  max-width: 100%;
}

.group-left1 {
  position: relative;
  width: 100%;
  height: auto;
  flex-grow: 1;
}

.rect4 {
  top: 321px;
  left: 313px;
}

.rect5 {
  top: 0;
  left: 0;
}

.img3 {
  position: relative;
  top: 7px;
  left: 8px;
  width: calc(100% - 16px);
  max-width: 100%;
  border: 7px solid #333;
  border-radius: 20px;
}

.col-right2 {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-grow: 1;
}

.col-top {
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.subtitle-all-girls-sports {
  color: #fff;
  margin: 0px;
  font-size: clamp(32px, 6vw, 64px);
  font-family: 'Bebas Neue';
}

.subtitle-an-introductory {
  color: #fff;
  font-size: clamp(18px, 4vw, 27px);
  margin: 0px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: capitalize;
}

.subtitle-athletes-learn {
  color: #fff;
  margin: 0px;
  font-size: clamp(14px, 3vw, 22px);
  text-align: justify;
}

.btn7 {
  position: static;
  padding: 20px 60px;
  margin-left: 2px;
  margin-top: 10px;
  align-self: start;
}

.rect-b {
  position: absolute;
  width: clamp(150px, 20vw, 260px);
  height: clamp(150px, 20vw, 260px);
  background-color: #c6ff00;
}

.rect-a {
  position: absolute;
  border-radius: 20px;
}

.subtitle-b {
  color: #fff;
  font-size: clamp(40px, 8vw, 60px);
  font-family: 'Bebas Neue';
  text-align: center;
  margin: 20px 0;
}

/* ===== SHOP SECTION ===== */
.shop-section {
  position: relative;
  background: #111;
  background-image: url("../assets/mask-group1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
  width: 95%;
  margin: 30px auto;
  border-radius: 20px;
  font-family: 'Bebas Neue';
  max-width: 100%;
}

.shop-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.shop-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.shop-title {
  font-size: clamp(40px, 8vw, 60px);
  font-weight: 500;
  margin-bottom: 10px;
}

.shop-subtitle {
  color: #ccc;
  font-size: clamp(16px, 3vw, 20px);
  font-family: 'Poppins', sans-serif;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.shop-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.tab-btn {
  background: #000;
  color: #fff;
  border: 2px solid #444;
  border-radius: 30px;
  padding: clamp(10px, 3vw, 20px) clamp(15px, 4vw, 30px);
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  font-size: clamp(14px, 2vw, 16px);
}

.tab-btn.active,
.tab-btn:hover {
  background: #ccff00;
  color: #000;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  justify-items: center;
  padding: 0 1rem;
}

.shop-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  padding: 20px;
  max-width: 350px;
  transition: transform 0.3s ease;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  border: 1px solid #333;
}

.shop-card:hover {
  transform: translateY(-5px);
}

.card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}

.card-title {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  margin: 10px 0 5px;
  color: #fff;
}

.card-desc {
  color: #bbb;
  font-size: 1.2rem;
}

.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  font-size: 1.5rem;
}

.stars {
  color: #fff;
  letter-spacing: 2px;
}

.card-btn {
  background: #ccff00;
  color: #000;
  width: 80%;
  border: none;
  font-size: 25px;
  font-family: 'Bebas Neue', sans-serif;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 30px;
}

.card-btn:hover {
  background: #aaff00;
}

.shop-all-btn {
  margin-top: 40px;
  padding: 24px 25px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  font-size: 25px;
  transition: all 0.3s;
}

.shop-all-btn:hover {
  background: #ccff00;
}

/* ===== GALLERY SECTION ===== */
.group8 {
  width: 90%;
  margin: 40px auto;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.subtitle-gallery {
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 8vw, 60px);
  margin: 20px 0;
}

.subtitle-experience {
  color: #fff;
  font-size: clamp(16px, 3vw, 25px);
  margin-bottom: 30px;
  max-width: 100%;
  padding: 0 1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.gallery-grid .card {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-grid .card:hover {
  transform: scale(1.05);
}

/* ===== EVENTS SECTION ===== */
.col6 {
  width: 90%;
  margin: 39px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  text-align: center;
  background-color: #222;
  padding: 40px 24px;
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #333;
}

.subtitle-upcoming-events {
  font-size: clamp(32px, 6vw, 42px);
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
}

.subtitle-don-t-miss {
  font-size: clamp(16px, 3vw, 20px);
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
}

.row14 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin: 25px 0 0;
  justify-items: center;
  width: 100%;
}

.group-b {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 340px;
  background-color: #111;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333;
}

.group-b:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(198, 255, 0, 0.1);
}

.group-subtitle-jul {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #c6ff00;
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  font-weight: normal;
  background-color: rgba(198, 255, 0, 0.1);
  padding: 5px 10px;
  border-radius: 8px;
}

.group-subtitle {
  position: absolute;
  top: 55px;
  right: 25px;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 600;
}

.group-subtitle-basketball-skills {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0;
  text-align: left;
  font-weight: normal;
  width: 60%;
  line-height: 1.2;
  color: #fff;
}

.group-text {
  position: absolute;
  top: 65px;
  left: 25px;
  color: #ccc;
  font-size: 16px;
  margin: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.group-subtitle-7-days-intensive,
.group-subtitle-ages,
.group-subtitle-899-early {
  position: absolute;
  left: 25px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  text-align: left;
  font-weight: normal;
  color: #ccc;
}

.group-subtitle-7-days-intensive {
  top: 100px;
}

.group-subtitle-ages {
  top: 125px;
}

.group-subtitle-899-early {
  top: 150px;
  font-weight: 600;
  color: #fff;
}

.group-btn-container {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.group-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Bebas Neue', sans-serif;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 45px;
  flex: 1;
}

.group-btn1 {
  background-color: #c6ff00;
  color: #111;
}

.group-btn2 {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.hover-bright:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.hover-zoom:hover {
  transform: scale(1.05);
  background-color: #333;
}

/* ===== WHY EMPOWERED ATHLETES SECTION ===== */
.col7 {
  color: #fff;
  width: 95%;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  max-width: 100%;
  overflow: hidden;
}

.subtitle-why-empowered {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  line-height: 1.1;
}

.subtitle-because-every {
  color: #ccc;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.why-empowered-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}

.column {
  background: #222;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #333;
}

.column:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(198, 255, 0, 0.1);
}

.column-subtitle1 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.column-subtitle2 {
  color: #ccc;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.6;
  text-align: left;
  margin: 0;
}

/* ===== CONTACT SECTION ===== */
.group9 {
  width: 90%;
  margin: auto;
  position: relative;
  background: #111;
  background-image: url("../assets/mask-group1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 24px;
  font-family: 'Bebas Neue';
  line-height: normal;
  text-align: center;
  background-color: #111;
  padding: 83px 58px 82px 58px;
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
}

.mask-group6 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  max-width: 1396px;
}

.col12 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.subtitle-host-an-empowered {
  align-self: stretch;
  color: #fff;
  font-size: clamp(32px, 6vw, 50px);
  margin: 0px;
  letter-spacing: 3px;
}

.btn14 {
  width: 271px;
  max-width: unset;
}

.btn-c {
  max-width: clamp(200px, 25vw, 325px);
  display: flex;
  justify-content: center;
  color: #111;
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  background-color: #c6ff00;
  padding: clamp(1rem, 2vw, 1.25rem) clamp(0.5rem, 1vw, 0.625rem) clamp(1.1875rem, 2vw, 1.1875rem) clamp(0.5rem, 1vw, 0.625rem);
  border-radius: 15px;
  border: none;
}

/* ===== FIXED FOOTER SECTION ===== */
.row-bottom2 {
  width: 90%;
  margin: 45px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: normal;
  text-align: center;
  background-color: #111;
  padding: 30px 20px;
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #333;
}

.mask-group7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.7;
}

.asset-1-4x {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
}

.asset-1-4x2 {
  order: 1;
}

.asset-1-4x3 {
  order: 3;
}

.subtitle-copyright-2024-by-our {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  margin: 0;
  order: 2;
  font-size: clamp(12px, 2vw, 14px);
  padding: 0 10px;
}

/* ===== RESPONSIVE FOOTER ===== */
@media (max-width: 768px) {
  .row-bottom2 {
    padding: 25px 15px;
    margin: 30px auto 0;
  }

  .asset-1-4x {
    width: 50px;
  }

  .subtitle-copyright-2024-by-our {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .row-bottom2 {
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px;
    margin: 20px auto 0;
  }

  .asset-1-4x {
    width: 40px;
  }

  .asset-1-4x2 {
    order: 1;
  }

  .asset-1-4x3 {
    order: 3;
  }

  .subtitle-copyright-2024-by-our {
    order: 2;
    font-size: 11px;
  }
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */
@media (max-width: 1024px) {
  .row2 {
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
    margin: clamp(2rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2.5rem) 0 clamp(1rem, 3vw, 2.5rem);
  }

  .col-left,
  .col-right1 {
    width: 100%;
  }

  .subtitle-about-empowered {
    font-size: clamp(28px, 5vw, 48px);
    text-align: center;
  }

  .subtitle-founded-with {
    font-size: clamp(16px, 3vw, 20px);
    text-align: justify;
  }

  .btn2 {
    margin-top: clamp(1rem, 2vw, 1.5rem);
    align-self: center;
  }

  .row-a {
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
  }

  .row-top .row-img-right,
  .row-bottom1 .row-img-right {
    margin-top: clamp(1rem, 2vw, 1.5rem);
  }

  .col3,
  .col4 {
    margin: 0 clamp(1rem, 3vw, 2.5rem);
    gap: clamp(2rem, 4vw, 2.5rem);
  }

  .col4 .row12 {
    flex-direction: column-reverse;
  }

  .row12 {
    flex-direction: column;
    gap: clamp(2rem, 4vw, 2.5rem);
  }

  .group-left1 {
    width: 100%;
    height: auto;
  }

  .img3 {
    width: 100%;
    max-width: 100%;
    border-width: 5px;
  }

  .col-right2 {
    width: 100%;
    margin-top: 1rem;
  }

  .subtitle-all-girls-sports {
    font-size: clamp(32px, 6vw, 48px);
    text-align: center;
  }

  .subtitle-an-introductory {
    font-size: clamp(18px, 4vw, 24px);
    text-align: center;
  }

  .subtitle-athletes-learn {
    font-size: clamp(14px, 3vw, 18px);
    text-align: justify;
  }

  .btn7 {
    width: 80%;
    align-self: center;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 4vw, 2rem);
  }

  .rect-a {
    position: relative;
  }



  .rect-b {
    display: none;
  }
}

@media (max-width: 768px) {
  .subtitle-about-empowered {
    font-size: clamp(24px, 6vw, 36px);
  }

  .subtitle-founded-with {
    font-size: clamp(14px, 4vw, 18px);
  }

  .btn-a {
    width: 90%;
    font-size: clamp(14px, 4vw, 18px);
  }

  .subtitle-all-girls-sports {
    font-size: clamp(24px, 7vw, 36px);
  }

  .subtitle-an-introductory {
    font-size: clamp(16px, 5vw, 20px);
  }

  .subtitle-athletes-learn {
    font-size: clamp(12px, 4vw, 16px);
  }

  .btn7 {
    width: 90%;
    font-size: clamp(14px, 4vw, 16px);
  }

  .col6 {
    margin: 20px auto 0;
    padding: 25px 15px;
  }

  .subtitle-upcoming-events {
    font-size: 32px;
  }

  .subtitle-don-t-miss {
    font-size: 16px;
  }

  .group-b {
    height: 300px;
    padding: 20px;
  }

  .group-subtitle-basketball-skills {
    font-size: 22px;
    top: 20px;
    left: 20px;
  }

  .group-text {
    top: 55px;
    left: 20px;
  }

  .group-subtitle-7-days-intensive {
    top: 90px;
    left: 20px;
  }

  .group-subtitle-ages {
    top: 115px;
    left: 20px;
  }

  .group-subtitle-899-early {
    top: 140px;
    left: 20px;
  }

  .group-subtitle-jul {
    top: 15px;
    right: 20px;
    font-size: 22px;
  }

  .group-subtitle {
    top: 50px;
    right: 20px;
    font-size: 18px;
  }

  .group-btn-container {
    left: 20px;
    right: 20px;
    bottom: 20px;
    gap: 10px;
  }

  .group-btn {
    height: 42px;
    font-size: 16px;
  }

  .col7 {
    margin: 40px auto;
    padding: 30px 15px;
    gap: 25px;
  }

  .subtitle-why-empowered {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }

  .subtitle-because-every {
    font-size: clamp(0.9rem, 3vw, 1rem);
    text-align: left;
  }

  .why-empowered-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .column {
    padding: 25px 20px;
  }

  .column-subtitle1 {
    font-size: clamp(1.3rem, 4vw, 1.5rem);
  }

  .column-subtitle2 {
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
  }
}

@media (max-width: 480px) {
  .row12 {
    gap: clamp(1rem, 3vw, 1.5rem);
  }

  .rect-b {
    display: none;
  }

  .img3 {
    border-width: 3px;
  }

  .group-b {
    height: 280px;
    padding: 15px;
  }

  .group-subtitle-basketball-skills {
    font-size: 20px;
    width: 55%;
  }

  .group-subtitle-7-days-intensive,
  .group-subtitle-ages,
  .group-subtitle-899-early {
    font-size: 14px;
  }

  .group-subtitle-7-days-intensive {
    top: 85px;
    left: 15px;
  }

  .group-subtitle-ages {
    top: 105px;
    left: 15px;
  }

  .group-subtitle-899-early {
    top: 125px;
    left: 15px;
  }

  .group-btn-container {
    left: 15px;
    right: 15px;
    bottom: 15px;
    gap: 8px;
  }

  .col7 {
    margin: 30px auto;
    padding: 20px 10px;
  }

  .column {
    padding: 20px 15px;
  }
}




  img.rect-a {
    position: relative !important;
  }

  .rect4 {
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
  }

  .group-left1{padding-bottom: 9px;}