.elementor-126 .elementor-element.elementor-element-a42e387{--display:flex;--overlay-opacity:0.92;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-126 .elementor-element.elementor-element-a42e387:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-a42e387 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://huselhockey.club/wp-content/uploads/2026/02/622079021_850610664631598_7727742728329394500_n.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-126 .elementor-element.elementor-element-a42e387::before, .elementor-126 .elementor-element.elementor-element-a42e387 > .elementor-background-video-container::before, .elementor-126 .elementor-element.elementor-element-a42e387 > .e-con-inner > .elementor-background-video-container::before, .elementor-126 .elementor-element.elementor-element-a42e387 > .elementor-background-slideshow::before, .elementor-126 .elementor-element.elementor-element-a42e387 > .e-con-inner > .elementor-background-slideshow::before, .elementor-126 .elementor-element.elementor-element-a42e387 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF;--background-overlay:'';}.elementor-126 .elementor-element.elementor-element-7299433{--display:flex;}.elementor-126 .elementor-element.elementor-element-c629e41{--display:flex;--overlay-opacity:0.95;}.elementor-126 .elementor-element.elementor-element-c629e41:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-c629e41 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://huselhockey.club/wp-content/uploads/2026/02/Untitled-design-91.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-126 .elementor-element.elementor-element-c629e41::before, .elementor-126 .elementor-element.elementor-element-c629e41 > .elementor-background-video-container::before, .elementor-126 .elementor-element.elementor-element-c629e41 > .e-con-inner > .elementor-background-video-container::before, .elementor-126 .elementor-element.elementor-element-c629e41 > .elementor-background-slideshow::before, .elementor-126 .elementor-element.elementor-element-c629e41 > .e-con-inner > .elementor-background-slideshow::before, .elementor-126 .elementor-element.elementor-element-c629e41 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF;--background-overlay:'';}.elementor-126 .elementor-element.elementor-element-e42c98a{--display:flex;}.elementor-126 .elementor-element.elementor-element-e42c98a:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-e42c98a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-a081559 *//* ==============================
   CONTACT – SECTION 1
   Hero + Contact Channels
   Transparent BG • Black Text
   ============================== */

.ctc-s1{
  --red:#E11D2E;
  --dark:#0B0B0D;

  background: transparent;
  color: var(--dark);
  font-family: Inter, Poppins, system-ui, sans-serif;
  padding: clamp(90px, 9vw, 140px) 16px;
}

.ctc-s1__wrap{
  max-width:1200px;
  margin:auto;
}

/* HEADER */
.ctc-s1__head{
  max-width:760px;
  margin-bottom:32px;
}

.ctc-s1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color: var(--red);
  margin-bottom:14px;
}

.ctc-s1__title{
  margin:0 0 12px;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height:1.05;
  text-transform:uppercase;
}

.ctc-s1__sub{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color: rgba(11,11,13,.75);
}

/* GRID */
.ctc-s1__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* CARD */
.ctc-card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.14);
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
}

.ctc-card__icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.12);
  margin-bottom:14px;
}

.ctc-card__title{
  margin:0 0 6px;
  font-size:16px;
  font-weight:950;
}

.ctc-card__desc{
  margin:0 0 18px;
  font-size:14px;
  line-height:1.6;
  color: rgba(11,11,13,.78);
}

/* BUTTON */
.ctc-card__btn{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  font-size:13.8px;
  font-weight:950;
  text-decoration:none;
  background: var(--dark);
  color:#fff;
}

.ctc-card__btn--outline{
  background: transparent;
  border:2px solid rgba(0,0,0,.4);
  color: var(--dark);
}

/* RESPONSIVE */
@media (max-width: 900px){
  .ctc-s1__grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfbe5e6 *//* ==============================
   CONTACT – SECTION 2
   General Enquiry Form (Ready)
   Transparent BG • Black Text
   ============================== */

.ctc-s2{
  --red:#E11D2E;
  --dark:#0B0B0D;

  background: transparent;
  color: var(--dark);
  font-family: Inter, Poppins, system-ui, sans-serif;
  padding: clamp(80px, 8vw, 120px) 16px;
}

.ctc-s2__wrap{ max-width:1200px; margin:auto; }

/* HEAD */
.ctc-s2__head{ max-width:820px; margin-bottom:26px; }
.ctc-s2__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color: var(--red);
  margin-bottom:14px;
}
.ctc-s2__title{
  margin:0 0 10px;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  text-transform:uppercase;
}
.ctc-s2__sub{
  margin:0;
  font-size:15.8px;
  line-height:1.75;
  color: rgba(11,11,13,.75);
}

/* LAYOUT */
.ctc-s2__layout{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items:start;
}

/* DOT + tick */
.ctc-dot{
  width:10px; height:10px;
  border-radius:999px;
  background: var(--red);
  display:inline-block;
}

.ctc-tick{
  width:22px; height:22px;
  border-radius: 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(225,29,46,.12);
  border: 1px solid rgba(225,29,46,.28);
  font-weight: 950;
  flex-shrink:0;
}

/* FORM CARD */
.ctc-formCard{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.14);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.ctc-formCard__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.ctc-formCard__badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform:uppercase;
  color: var(--red);
}

.ctc-formCard__mini{
  font-size: 12.6px;
  color: rgba(11,11,13,.65);
  max-width: 260px;
  text-align:right;
}

/* FORM */
.ctc-form{ display:grid; gap: 12px; }

.ctc-form__row{ display:grid; gap: 8px; }

.ctc-form__label{
  font-size: 12.8px;
  font-weight: 900;
  color: rgba(11,11,13,.85);
}
.ctc-form__label span{ color: var(--red); }

.ctc-form__control{
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.16);
  background: #fff;
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.ctc-form__control:focus{
  border-color: rgba(225,29,46,.45);
  box-shadow: 0 0 0 4px rgba(225,29,46,.12);
}

.ctc-form__grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ctc-form__textarea{
  min-height: 140px;
  resize: vertical;
}

/* CONSENT */
.ctc-form__consent{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  font-size: 13.4px;
  line-height: 1.55;
  color: rgba(11,11,13,.82);
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.02);
}
.ctc-form__consent input{
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* SUBMIT */
.ctc-form__submit{
  width:100%;
  border:0;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  background: var(--dark);
  color:#fff;
  transition: transform .15s ease, box-shadow .15s ease;
}
.ctc-form__submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

.ctc-form__foot{
  margin: 0;
  font-size: 12.8px;
  color: rgba(11,11,13,.65);
  line-height: 1.6;
}

/* INFO PANEL */
.ctc-info__box{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.14);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  position: sticky;
  top: 18px;
}

.ctc-info__badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform:uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.ctc-info__title{ margin:0 0 8px; font-size:16px; font-weight:950; }

.ctc-info__desc{
  margin:0 0 14px;
  font-size: 14.2px;
  line-height: 1.7;
  color: rgba(11,11,13,.78);
}

.ctc-info__list{
  list-style:none;
  padding:0;
  margin:0 0 14px;
  display:grid;
  gap: 10px;
}

.ctc-info__list li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  font-size: 13.6px;
  line-height: 1.55;
  color: rgba(11,11,13,.82);
}

.ctc-info__note{
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(225,29,46,.10);
  border: 1px solid rgba(225,29,46,.28);
  font-size: 13.6px;
  line-height: 1.6;
  color: rgba(11,11,13,.88);
  margin-bottom: 14px;
}

.ctc-info__cta{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.ctc-iBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13.6px;
  font-weight: 950;
  text-decoration:none;
}

.ctc-iBtn--dark{ background: var(--dark); color:#fff; }

.ctc-iBtn--outline{
  background: transparent;
  border: 2px solid rgba(0,0,0,.40);
  color: var(--dark);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .ctc-s2__layout{ grid-template-columns: 1fr; }
  .ctc-info__box{ position: relative; top:auto; }
}
@media (max-width: 560px){
  .ctc-form__grid2{ grid-template-columns: 1fr; }
  .ctc-formCard__top{ flex-direction:column; }
  .ctc-formCard__mini{ text-align:left; max-width:none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb15ff1 *//* ==============================
   CONTACT – SECTION 3 (VENUES)
   Directory + Map Slot
   Transparent BG • Black Text
   ============================== */

.ctc-s3{
  --red:#E11D2E;
  --dark:#0B0B0D;

  background: transparent;
  color: var(--dark);
  font-family: Inter, Poppins, system-ui, sans-serif;
  padding: clamp(80px, 8vw, 120px) 16px;
}

.ctc-s3__wrap{ max-width:1200px; margin:auto; }

/* HEAD */
.ctc-s3__head{ max-width:840px; margin-bottom:26px; }
.ctc-s3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color: var(--red);
  margin-bottom:14px;
}
.ctc-s3__title{
  margin:0 0 10px;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  text-transform:uppercase;
}
.ctc-s3__sub{
  margin:0;
  font-size:15.8px;
  line-height:1.75;
  color: rgba(11,11,13,.75);
}

/* LAYOUT */
.ctc-s3__layout{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items:start;
}

/* Shared */
.ctc-dot{
  width:10px; height:10px;
  border-radius:999px;
  background: var(--red);
  display:inline-block;
}

/* LEFT LIST */
.ctc-s3__list{
  display:grid;
  gap: 14px;
}

/* Venue Card */
.vcard{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.14);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.vcard__top{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  margin-bottom: 12px;
}

.vcard__icon{
  width:54px; height:54px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.12);
  flex-shrink:0;
}

.vcard__name{
  margin:0 0 4px;
  font-size: 15.6px;
  font-weight: 950;
}

.vcard__addr{
  margin:0;
  font-size: 13.4px;
  line-height: 1.55;
  color: rgba(11,11,13,.72);
}

/* chips */
.vcard__chips{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.vchip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(0,0,0,.02);
  color: rgba(11,11,13,.82);
}

/* info rows */
.vcard__info{
  display:grid;
  gap: 10px;
  margin-bottom: 14px;
}

.vrow{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.02);
}

.vrow__k{
  font-size: 12.6px;
  font-weight: 950;
  color: rgba(11,11,13,.75);
  text-transform: uppercase;
  letter-spacing: .6px;
  flex-shrink:0;
}

.vrow__v{
  font-size: 13.4px;
  line-height: 1.5;
  color: rgba(11,11,13,.80);
  text-align:right;
}

/* actions */
.vcard__actions{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.vbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13.6px;
  font-weight: 950;
  text-decoration:none;
}

.vbtn--dark{ background: var(--dark); color:#fff; }
.vbtn--outline{
  background: transparent;
  border: 2px solid rgba(0,0,0,.40);
  color: var(--dark);
}

/* notice card */
.vcard--notice{
  padding: 14px;
  border-color: rgba(225,29,46,.22);
  background: rgba(225,29,46,.08);
}

.vnotice{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.vnotice__icon{
  width:46px; height:46px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
  background: rgba(225,29,46,.14);
  border: 1px solid rgba(225,29,46,.28);
  flex-shrink:0;
}

.vnotice__text strong{
  display:block;
  font-size: 14.4px;
  font-weight: 950;
  margin-bottom: 4px;
}

.vnotice__text p{
  margin:0;
  font-size: 13.6px;
  line-height: 1.6;
  color: rgba(11,11,13,.80);
}

/* RIGHT MAP CARD */
.mapCard{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.14);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  position: sticky;
  top: 18px;
}

.mapCard__badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform:uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.mapCard__title{
  margin:0 0 8px;
  font-size: 16px;
  font-weight: 950;
}

.mapCard__desc{
  margin:0 0 14px;
  font-size: 14.2px;
  line-height: 1.7;
  color: rgba(11,11,13,.78);
}

/* map embed slot */
.mapCard__embed{
  border-radius: 22px;
  border: 1px dashed rgba(0,0,0,.28);
  background: rgba(0,0,0,.02);
  min-height: 240px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px;
  margin-bottom: 14px;
}

.mapCard__embedHint{
  text-align:center;
  max-width: 360px;
}

.mapCard__embedHint strong{
  display:block;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 6px;
}

.mapCard__embedHint p{
  margin:0;
  font-size: 13.6px;
  line-height: 1.6;
  color: rgba(11,11,13,.78);
}

.mapCard__small{
  margin-top: 8px !important;
  font-size: 12.8px !important;
  color: rgba(11,11,13,.65) !important;
}

/* CTA */
.mapCard__cta{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-bottom: 14px;
}

.mapBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13.6px;
  font-weight: 950;
  text-decoration:none;
}

.mapBtn--dark{ background: var(--dark); color:#fff; }
.mapBtn--outline{
  background: transparent;
  border: 2px solid rgba(0,0,0,.40);
  color: var(--dark);
}

/* mini list */
.mapCard__mini{
  display:grid;
  gap: 10px;
}

.miniRow{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  font-size: 13.6px;
  line-height: 1.55;
  color: rgba(11,11,13,.82);
}

.miniIc{
  width:22px; height:22px;
  border-radius: 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(225,29,46,.12);
  border: 1px solid rgba(225,29,46,.28);
  font-weight: 950;
  flex-shrink:0;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .ctc-s3__layout{ grid-template-columns: 1fr; }
  .mapCard{ position: relative; top:auto; }
}
@media (max-width: 640px){
  .vrow{ flex-direction:column; }
  .vrow__v{ text-align:left; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8433a27 *//* ==============================
   FOOTER 4 – OFFICIAL / CLEAN
   ============================== */

.pdh-footer4{
  background:#0B0B0D;
  color:#ffffff;
  font-family: Inter, Poppins, system-ui, sans-serif;
  padding: 80px 16px 0;
}

.pdh-footer4__wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns: 1.3fr 1.7fr;
  gap: clamp(30px,5vw,80px);
  padding-bottom: 40px;
}

/* BRAND */
.pdh-footer4__logo{
  font-family: Oswald, Inter, sans-serif;
  font-size:28px;
  text-transform:uppercase;
  margin-bottom:12px;
}

.pdh-footer4__desc{
  font-size:14.5px;
  line-height:1.7;
  color:rgba(255,255,255,.8);
  max-width:44ch;
  margin-bottom:18px;
}

.pdh-footer4__contact{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:14px;
}

/* LINKS */
.pdh-footer4__links{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:22px;
}

.pdh-footer4__col h4{
  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#E11D2E;
  margin-bottom:14px;
}

.pdh-footer4__col a{
  display:block;
  font-size:14px;
  text-decoration:none;
  color:rgba(255,255,255,.78);
  margin-bottom:8px;
}

.pdh-footer4__col a:hover{
  color:#ffffff;
}

/* BOTTOM BAR */
.pdh-footer4__bottom{
  border-top:1px solid rgba(255,255,255,.16);
  padding:18px 16px 22px;
  text-align:center;
}

.pdh-footer4__bottom p{
  font-size:12.8px;
  color:rgba(255,255,255,.7);
  margin:0;
}

/* RESPONSIVE */
@media(max-width:900px){
  .pdh-footer4__wrap{
    grid-template-columns:1fr;
  }
  .pdh-footer4__links{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:480px){
  .pdh-footer4__links{
    grid-template-columns:1fr;
  }
}/* End custom CSS */