@charset "utf-8";
/* CSS Document */

   :root {
      --yp-dark: #1D233B;
      --yp-muted: #64748b;
      --yp-soft: #f8fafc;
      --yp-accent: #0ea5e9;
      --yp-warm: #f59e0b;
      --yp-navy: #2E3A59;
      --yp-red: #b5161b;
      --yp-red-dark: #6d0c10;
      --yp-gold: #f2b705;
      --yp-gold-deep: #d88d00;
      --yp-black: #111111;
      --yp-cream: #fff6df;
      --yp-green: #4d9a2a;
      --yp-green-dark: #2f6a18;
      --yp-rose-blue: #7ec9f5;
      --yp-radius: 24px;
    }

body {
      font-family: 'Inter', sans-serif;
      color: var(--yp-dark);
      background: #ffffff;
    }
.sitecolour    {color:var(--yp-red)}
.sitecolour1    {color:var(--yp-gold)}
h1, h2, h3, h4  {font-family:"Patua One", serif;}
.navbar.bg-dark {
      background: var(--yp-navy) !important;
      color: white;
    }
.navbar-nav  {color: white; margin-top: 30px; padding: 0px}
 .navbar .nav-link {font-size: 1.1rem; color: white;font-family:"Patua One", serif; }
 .navbar .nav-link.active {color: var(--yp-gold) !important;}
/* Overlapping Center Logo */
.center-logo-wrapper {
  position: absolute;
  width: 90px;
  left: 15px;
  top: -5px;
  z-index: 105;
}
.navbar-brand    {font-size: 1.1rem; letter-spacing: .1rem;  margin-left: 110px; color: white; font-family:"Patua One", serif; line-height: 1rem}
.navbar-brand small    {font-size: 0.8rem; font-weight: 500; color: var(--yp-gold); font-family: 'Inter', sans-serif;letter-spacing:normal; }
.hero {background-image: url("../img/benidorm-banner-sm.webp"); background-repeat: no-repeat; background-size: cover; background-position: top;    }
.formtop    {margin-top: -150px}
.inner-hero {
      background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 45%, #fef3c7 100%);
      padding: 40px 0 40px 0px;
    }
.inner-hero {
      background: linear-gradient(135deg, #99D6FF 0%, #ffffff 45%, #F8E494 100%);
      padding: 40px 0 40px 0px;
    }
    .eyebrow {
      display: inline-block;
      padding: 8px 16px;
      border-radius: 999px;
      background: #e2e8f0;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--yp-dark);
    }
.inner-hero .eyebrow {
      background: var(--yp-navy);
      color: white;
    }
    .hero h1 {
      font-size: clamp(2.4rem, 4vw, 4.6rem);
      line-height: 1.2;
      font-weight: 800;
      margin-top: 20px;
      margin-bottom: 20px;
		color: #ffffff;
        text-shadow: 2px 2px var(--yp-navy);
    }

    .hero p.lead {
      max-width: 580px;
      line-height: 1.6;
      font-size: 1.1rem;
        font-weight: 600
    }

    .rounded-xl {
      border-radius: var(--yp-radius);
    }

    .shadow-soft {
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    }
    .feature-stat {
      background: white;
      border: 1px solid rgba(15, 23, 42, 0.08);
      padding: 1rem;
      height: 100%;
    }

    .hero-showcase {
      background: var(--yp-dark);
      color: white;
      border-radius: 30px;
      padding: 2rem;
      box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
    }

    .mini-panel {
      background: rgba(255,255,255,0.1);
      padding: 1rem;
      height: 100%;
    }

    .sub-card {
      background: white;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 28px;
      padding: 1.5rem;
      height: 100%;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .section-space {
      padding: 40px 0;
    }

    .section-copy {
      max-width: 760px;
      margin-bottom: 2.5rem;
    }
    .feature-stat,
    .content-card,
    .info-panel,
    .partner-card,
    .sub-card,
    .gallery-card,
    .video-placeholder {
      border-radius: var(--yp-radius);
    }
    .content-card,
    .partner-card,
    .info-panel {
      background: white;
      border: 1px solid rgba(15, 23, 42, 0.08);
      height: 100%;
      box-shadow: 0 10px 26px rgba(15, 23, 42, 0.2);
      border-radius: var(--yp-radius);
      position: relative;
      overflow: hidden;
    }
    .partner-card::before, .content-card::before
 { 
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 8px;
      background: linear-gradient(90deg, var(--yp-red), var(--yp-gold), var(--yp-green), var(--yp-rose-blue));}
    .card-body {
      padding:1.70rem 1.70rem 0 1.70rem;
    }
    .card-footer {
      padding-bottom:1.50rem; border: none; background: white;
    }
.section-copy p,
    .content-card p,
    .info-panel p,
    .footer-copy,
    .muted {
      color: var(--yp-muted);
      line-height: 1.8;
    }
 .partner-card .icon-box,
    .info-panel .icon-box {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      background: var(--yp-dark);
      color: white;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      margin-bottom: 1rem;
    }
  .card .icon-box {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      background: var(--yp-dark);
      color: white;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      margin-bottom: 1rem;
        position: absolute;
        top: 30px;
        left: 26px;
    }
    .btn-yp-primary {
      background: var(--yp-red);
      border: 1px solid rgba(15, 23, 42, 0.16);
      color: white;
      border-radius: 999px;
      padding: 0.8rem 1.4rem;
      font-weight: 600;
    }
 .navbar .btn-yp-primary {
      border: 2px solid white;padding: 0.4rem 1.1rem;
    } 
.hero .btn-yp-primary {
      border: 2px solid white;
    }
    .btn-yp-primary:hover,
    .btn-yp-primary:focus {
      background: #020617;
      border-color: #020617;
      color: white;
    }

    .btn-yp-outline {
      border: 1px solid rgba(15, 23, 42, 0.16);
      color: var(--yp-dark);
      background: var(--yp-gold);
      border-radius: 999px;
      padding: 0.8rem 1.4rem;
      font-weight: 600;
    }
 .hero .btn-yp-outline {
      border: 2px solid white;
    }
    .btn-yp-outline:hover,
    .btn-yp-outline:focus {
      background: var(--yp-soft);
      color: var(--yp-dark);
      border-color: rgba(15, 23, 42, 0.22);
    }

    .page-section {
      padding-top: 80px;
      scroll-margin-top: 90px;
    }

    .soft-strip {
      background: var(--yp-soft);
      border-top: 1px solid rgba(15, 23, 42, 0.08);
      border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    }
    .gallery-card {
      overflow: hidden;
      min-height: 240px;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    }

    .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .video-placeholder {
      min-height: 300px;
      border: 2px dashed rgba(15, 23, 42, 0.16);
      background: var(--yp-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem;
    }

    .dark-panel {
      background: var(--yp-dark);
      color: white;
    }

    .dark-panel p,
    .dark-panel li {
      color: rgba(255,255,255,0.78);
    }

/* Optional: make embeds tighter */
.tiktok-embed {
  margin: 0 !important;
}
    footer {
      border-top: 1px solid rgba(15, 23, 42, 0.08);
      padding: 40px 0;
      background:  var(--yp-navy);
        color: var(--yp-muted);
    }

    footer a {
      color: #ffffff;
      text-decoration: none;
    }

    footer a:hover {
      color: var(--yp-gold);
    }
footer ul {
  margin: 0;
  padding: 0;
  list-style: none
}
footer li {
  padding: 7px 0;
}
    .list-clean {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .list-clean li {
      padding: 0.45rem 0;
      color: var(--yp-muted);
    }
@media only screen and (min-width:576px) {.navbar-nav  {margin-top: 30px}}
@media only screen and (min-width:768px) {
.hero {background-image: url("../img/benidorm-banner.webp"); background-repeat: no-repeat; background-size: cover; background-position: top center    }
.hero p.lead {      max-width: 480px;    }
.section-space {padding: 60px 0;}
.formtop    {margin-top: -120px}
}
@media only screen and (min-width:992px) {
.navbar-nav  {margin-top: 0px;}
 /* Overlapping Center Logo */
.center-logo-wrapper {
    width: 120px;
  }
.navbar-brand    {margin-left: 125px;  }
.inner-hero .eyebrow {float: right    }
footer  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content:flex-end
}
footer  ul li {
  list-style-type: none;

  padding-left: 20px;

}
    }
@media only screen and (min-width:1200px) {
/* Overlapping Center Logo */
.center-logo-wrapper {
    width: 130px;
    left: 10px;
    top: -4px;
    z-index: 105;
  }
.navbar-brand    {margin-left: 150px;  }
    .hero p.lead {      max-width: 580px;    }
    }
      