.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.acc-hero-wrapper {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 160px 20px 60px;
  color: #f1f5f9;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

/* === CLUB NAME === */
.acc-club-heading {
  font-size: 2.8rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.acc-glow-gradient {
  background: linear-gradient(90deg, #38bdf8, #a855f7, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: pulseText 6s infinite ease-in-out;
  display: inline-block;
}

@keyframes pulseText {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* === TAGLINE === */
.acc-hero-tagline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #94a3b8;
  margin-top: 12px;
}

.highlight-ip {
  background: rgba(56, 189, 248, 0.15);
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-family: 'Courier New', monospace;
  color: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.3);
  transition: all 0.3s ease;
}

/* === DESCRIPTION === */
.acc-subtext {
  font-size: 0.97rem;
  max-width: 860px;
  margin: 40px auto 20px;
  line-height: 1.8;
  color: #cbd5e1;
  text-align: justify;
}

/* === BUTTONS === */
.acc-btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.acc-btn-primary,
.acc-btn-secondary {
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.acc-btn-primary {
  background: linear-gradient(to right, #38bdf8, #a855f7);
  color: #0f172a;
}

.acc-btn-primary:hover {
  background: linear-gradient(to right, #facc15, #a855f7);
  transform: scale(1.05);
  color: white;
}

.acc-btn-secondary {
  background: transparent;
  border: 2px solid #38bdf8;
  color: #38bdf8;
  backdrop-filter: blur(6px);
}

.acc-btn-secondary:hover {
  background: #38bdf8;
  color: #0f172a;
  transform: scale(1.05);
}

/* === RESPONSIVE === */
@media screen and (max-width: 768px) {
  .acc-club-heading {
    font-size: 2rem;
  }
  .acc-hero-tagline {
    font-size: 1.1rem;
  }
  .acc-subtext {
    font-size: 0.95rem;
    text-align: left;
  }
}


@media (max-width: 768px) {
  .page-title,
  .site-title,
  .ct-header .branding,
  h1.entry-title {
    display: none !important;
  }
}/* End custom CSS */