.tp-main-menu nav > ul > li.is-active > a {
    background-color: #d11118;
    color: #fff;
}

html, body {
    min-height: 100%;
    height: auto;
}

#smooth-wrapper {
    min-height: 100vh;
    height: auto;
}


.site-frame {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1;
}



@font-face {
  font-family: 'AGForeignerBoldItalic';
  src: url('../fonts/AGForeignerBoldItalic.ttf');
}

body {
  font-family: 'AGForeignerBoldItalic' !important;
}

* {
  font-family: inherit !important;
}
.tp-header-logo{
Width:80%;
}

.tp-main-menu nav > ul > li > a {
    /* font-weight: 200; */
    font-size: 14px;
    text-transform: uppercase;
    color:black;
    display: inline-block;
    padding: 28px 0;
    letter-spacing: 0.04em;
}

.aleric-dark .tp-main-menu > nav > ul > li > a{
color:black;
}

.tp-main-menu nav > ul > li{
margin: 0 14px;
}

.tp-main-menu nav > ul > li > a{
font-family:'Inter', sans-serif;
}

.tp-main-menu nav > ul > li > a > span{
color: black;
}

/* Base menu links */
.tp-main-menu nav ul li > a {
  padding: 2px 9px;

  border-radius: 999px; /* pill shape */
}

/* Active (clicked) pill */
/* .tp-main-menu nav ul li > a.is-active {
  background-color: #d11118; 
  color: #fff;
} */

.tp-pd-2-banner img {
    width: 100%;
    margin-top: -30px;
}

.tp-pd-2-title {
    font-size: 130px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -11px
}

.pb-80 {
padding-bottom: 55px;
}

.aleric-dark .tp-pd-2-title{
color:#D11118;
padding-bottom:70px;
}

.header-sticky.tp-header-blur::after {
background-color: white;
}

.hero-video-section {
    position: relative;
    overflow: hidden;
}

/* background video layer */
.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* keep content above video */
.hero-video-section .container {
    position: relative;
    z-index: 2;
}

/* optional dark overlay for readability */
.hero-video-section::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.45);
    z-index: -1; */
}

.header-transparent {
  background: white;
}

.tp-pd-2-title {
    color: #ffffff;
    font-weight: 800;
    line-height: 1.15;
    overflow: hidden;
}

/* each line */
.tp-pd-2-title .line {
    display: block;

    /* start off page */
    transform: translateY(120vh);
    opacity: 1;

    animation-name: lineInOut;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(.22,1,.36,1);
    animation-fill-mode: forwards;
}

/* stagger timing */
.tp-pd-2-title .line:nth-child(1) { animation-delay: 1s; }
.tp-pd-2-title .line:nth-child(2) { animation-delay: 2s; }
.tp-pd-2-title .line:nth-child(3) { animation-delay: 3s; }

/* slide in → hold → fade out */
@keyframes lineInOut {
    /* start off-screen */
    0% {
        transform: translateY(120vh);
        opacity: 1;
    }

    /* slide into final position */
    30% {
        transform: translateY(0);
        opacity: 1;
    }

    /* hold fully visible */
    65% {
        transform: translateY(0);
        opacity: 1;
    }

    /* fade out (no movement) */
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.tp-pd-2-title {
    color: #ffffff;

    /* subtle red presence */
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.85),
        0 0 6px rgba(209, 17, 23, 0.63);
}

.tp-pd-2-ptb.hero-video-section {
  margin-bottom: 16px !important;
}

.pt-150{
padding-top:10px;
}

@media (min-width: 992px) {
    .col-lg-5
 {
        flex: 0 0 auto;
        width:100%;
        text-align: center;
    }
}

.tp-blog-pp-title-wrap {
  text-align: center;
}

.fs-70 {
    font-size: 70px;
    padding-top: 65px;
    padding-bottom: 50px;
}



.font-size{
font-size: 18px;
    padding-bottom: 72px;
}

.tp-pd-2-slider-wrapper .swiper-wrapper {
    padding-bottom: 135px;
    padding-top: 125px;
}

.pb-140 {
    padding-bottom: 45px;
}

.tp-about-process-2-item ul li:not(:last-child) {
margin-bottom: 2px;
}

.tp-about-process-2-item ul p {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    color: black;
}

.tp-header-search-btn:hover{
background: #bb2330;
    color: white;
    border-color:#000000;
}

.tp-header-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid black;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    line-height: 9px;
}

@media (min-width: 1400px) {
.container-1230 {
        max-width: 1476px;
}
}

.footer-enter-btn {
    position: relative;
    right: -103px;
    bottom: 230px;
    z-index: 10;
}

.tp-footer-area,
.footer,
footer {
    position: relative;
}

.footer-enter-btn {
    margin: 0 !important;
}

.tp-footer-btn .tp-btn-circle-dot{
background-color: #bb2330;
}
 
.tp-footer-btn a {
    background: #bb2330;
    border-color: #0d0d0d;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: #bb2330!important;
}

.tp-footer-top-title {
    font-size: 95px;
}


.tp-footer-social ul li a:hover{
color:#bb2330;
}
 
.pb-120{

padding-bottom: 0px;
} 

.pb-100{
padding-bottom: 35px;
}

.pt-110{
padding-top: 35px;
}

.pt-20 {
    padding-top: 68px;
}

.tp-footer-top-social-wrap .tp-footer-top-title,
.tp-footer-top-social-wrap .tp-footer-top-title a {
    color: #bb2330!important;
}

.highlight-red {
    color: #D11118;
    font-weight: 600;
}

.tp-footer-social svg {
    margin-right: 8px;
    vertical-align: middle;
}

.list-with-icon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.list-svg {
    width: 16px;
    height: 16px;
    fill: #bb2330;
    flex-shrink: 0;
    margin-top: 2px;
}

.event-circles {
    display: flex;
    gap: 175px;
    justify-content: center;
    flex-wrap: wrap;
}

.event-circle {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #ac2727c7 0%, #000 70%);
    border: 3px solid #bb2330;
    box-shadow: 0 0 30px rgba(187,35,48,0.35);
    padding: 30px;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.event-dates {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.event-dates .dash {
    margin: 0 8px;
    color: #bb2330;
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-location {
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.event-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.event-link {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #bb2330;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.25s ease;
}

.event-link:hover {
    background: #bb2330;
}

.event-soon {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(187,35,48,0.2);
    color: #bb2330;
    font-size: 13px;
    font-weight: 600;
}

.event-days {
    margin-bottom: 14px;
}

.event-days .days {
    font-size: 42px;
    font-weight: 800;
    color: #d80f1f;
    display: block;
}

.event-days small {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.8;
}


.tp-text-common-white{
color:#D11118;
}

.tp-bg-common-black{
    background-color: #ffffff;
}

.tp-process-pp-border svg{
fill:red;
}

.tp-bg-theme-primary {
    background-color: #ee1818;
    color:white;
}

.tp_text_invert > div {
    background-image: linear-gradient(to right, #000000 50%, #999 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.pt-110 {
    padding-top: px;
}

/* Right-align the left portfolio text block */
.tp-portfolio-area .tp-portfolio-sa-title-wrap {
  text-align: right;
}

/* Fix inline flex items so they align right */
.tp-portfolio-area .tp-portfolio-sa-title-wrap .d-flex {
  justify-content: flex-end;
}

/* Align tag pills to the right */
.tp-portfolio-area .tp-portfolio-tag {
  justify-content: flex-end;
  text-align: right;
}

/* Move decorative SVG lines to the right */
.tp-portfolio-area .tp-portfolio-pp-border span {
  display: flex;
  justify-content: flex-end;
}

/* Align button to the right */
.tp-portfolio-area .tp-rounded-btn-wrap {
  text-align: right;
margin-right: 0px;
}

.tp-portfolio-sa-title {
    font-size: 78px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl

 {
        max-width: 1280px;
    }
}

.tp-portfolio-2-item {
  margin-bottom: 40px; /* instead of 65 */
}

.tp-portfolio-sa-title-wrap {
  margin-bottom: 30px;
}

.tp-portfolio-area {
  padding-top: 0 !important;
}


.tp-panel-pin-area .tp-panel-pin {
  margin-top: 0 !important;
}





.tp-bg-common-white-2 {
  width: 100%;
  max-width: 360px;   /* fixed visual width */
  height: 550px;      /* fixed height */

  background-image: url('../img/Portugal_photos/PT.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;   /* IMPORTANT */
}

.mb-60 {
margin-bottom: 0px;
}

.tp-bg-common-white-2,
.tp-bg-common-white-2 * {
  color: #fffffff5 !important;
}

.tp-bg-common-white-2 {
  position: relative;
  overflow: hidden;
  background: none !important; /* kill theme background */
}

/* background image layer */
.tp-bg-common-white-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/Portugal_photos/PT.jpg') center / cover no-repeat;
  opacity: 0.95; /* fade strength */
  z-index: 0;
}

/* content layer */
.tp-bg-common-white-2 > * {
  position: relative;
  z-index: 1;
}

.tp-bg-common-white-2 {
  position: relative;
  overflow: hidden;           /* required for rounding */
  border-radius: 18px;        /* adjust: 12–24px sweet spot */
  background: none !important;
}

/* background image layer */
.tp-bg-common-white-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/Portugal_photos/PT.jpg') center / cover no-repeat;
  
  border-radius: 18px;        /* MUST match parent */
  z-index: 0;
}

.tp-section-title{
text-align: center;
font-size:70px;
}




.tp-header-right {
  width: 100%;
  gap: 12px;
}



.lang-switch{
position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}


.lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  /* background: #f2f2f2; */
  border-radius: 999px;
  padding: 20px;
}

/* Base button */
.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.2s ease;
}

/* Hover */
.lang-btn:hover {
  background: rgba(0,0,0,0.08);
}

/* Active state */
.lang-btn.active {
  background: #D11118; /* DWC red */
  color: #fff;
  box-shadow: 0 4px 10px rgba(209,17,24,0.35);
}

/* Optional: subtle pressed feel */
.lang-btn:active {
  transform: scale(0.95);
}



.dwc-hero {
  position: relative;
  width: 99%;
  height: 65vh;
  min-height: 520px;
 
}


.dwc-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}

/* ===== DARK OVERLAY ===== */

.dwc-hero {
  margin-top: 78px;
}


/* Hide mobile version on desktop */
@media (min-width: 1200px) {
    .mobile-lang-switch {
        display: none;
    }

}

@media (min-width: 1200px) {
col-xl-6 {
        flex: 0 0 auto;
        width: 55%;
}
}

.tp-btn-circle-dot{
background-color:#D11118; ;

}

.tp-rounded-btn-wrap a {
background-color:#bb2330;
}

.hover-text-primary:hover{
color:#bb2330;
}

/* ================================
   STAY CONNECTED – Fluid Lock
================================ */

.tp-footer-top-title,
.tp-footer-top-title a {
    white-space: nowrap;
    display: inline-block;
    line-height: 0.95;
    letter-spacing: 0.08em;
    max-width: 100%;
}

/* Make it fluid between mobile and desktop */
.tp-footer-top-title {
    font-size: clamp(18px, 7vw, 64px);
}

/* Extra compression for very small screens */
@media (max-width: 480px) {
    .tp-footer-top-title {
        font-size: clamp(14px, 9vw, 22px);
        letter-spacing: 0.05em;
        transform: scaleX(0.95); /* subtle horizontal squeeze */
    }
}

/* Ultra-small phones */
@media (max-width: 360px) {
    .tp-footer-top-title {
        font-size: 14px;
        letter-spacing: 0.03em;
        transform: scaleX(0.9);
    }
}

.tp-about-pp-title-wrap h2 {
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(18px, 3.5vw, 50px);
    line-height: 1.15;
    padding-inline: 1rem;
}

/* Mobile compression */
@media (max-width: 600px) {
    .tp-about-pp-title-wrap h2 {
        font-size: clamp(16px, 5vw, 28px);
        line-height: 1.25;
        margin-top:20px;
    }
}

/* Desktop: keep your current look */
.dwc-hero-bg {
    background-size: cover;
    background-position: center;
}

/* Mobile & tablets: scale image instead of cropping */
@media (max-width: 900px) {
    .dwc-hero-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .dwc-hero {
        background: rgb(255, 255, 255); /* fills the bars */
    }
}

/* Desktop large screens (keep your current look) */
@media (min-width: 1200px) {
    .dwc-hero-bg {
        background-size: cover;
        background-position: center;
    }
}

/* EVERYTHING below 1200px → scale instead of crop */
@media (max-width: 1199px) {
    .dwc-hero-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .dwc-hero {
        background: #ffffff; /* fills bars if needed */
    }
}

@media (min-width: 1200px) {
    .dwc-hero-bg {
        background-size: cover;
    }
}



.dwc-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;   /* 🔥 THIS stops duplication */
    background-size: cover;
}

/* Gradual scaling instead of cropping */
@media (max-width: 1600px) {
    .dwc-hero-bg {
        background-size: 97%;
        margin-top: 110px;
    }
}

@media (max-width: 1400px) {
    .dwc-hero-bg {
        background-size: 96%;
    }
}

@media (max-width: 1200px) {
    .dwc-hero-bg {
        background-size: contain;
    }
}

/* Default – desktop unchanged */

/* Laptop header is smaller → pull hero up slightly */
@media (max-width: 1600px) {
    .dwc-hero {
        margin-top: -40px;
    }
}

/* Smaller laptops */
@media (max-width: 1400px) {
    .dwc-hero {
        margin-top: -60px;
    }
}

/* Tablets */
@media (max-width: 1200px) {
    .dwc-hero {
        margin-top: -90px;
    }
}

/* Mobile */
@media (max-width: 900px) {
    .dwc-hero {
        margin-top: -164px;
        margin-bottom: -85px;
    }
}

/* Small phones */
@media (max-width: 600px) {
    .dwc-hero
 {
        margin-top: -189px;
        margin-bottom: -99px;
    }
}


@media (max-width: 992px){
    .tp-layout-spacer{
        height: 260px;
    }
}



.pin-spacer,
.pin-spacer-top,
.tp-panel-pin,
.tp-panel-pin-area {
  height: auto !important;
  min-height: unset !important;
  overflow: visible !important;
}

.tp-bg-theme-secondary{
background-color: #bb2330;
}

.hero-video-section .container-1230 {
  max-width: 1600px !important;
}

.hero-text-wrap {
  width: 100%;
}

/* ===== HERO TITLE ===== */
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero-text-wrap {
  margin-top: 90px; 
}


/* Text styling */
.hero-line span {
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}

/* Slightly tighter second row */
.hero-line-2 span {
  letter-spacing: 0.05em;
}

/* Tablet */
@media (max-width: 900px) {
  .hero-line {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .hero-line {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-line span {
    font-size: 2.5rem;
  }
}

.hero-video-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-section .container {
  position: relative;
  z-index: 2;
}

/* ===== HERO TEXT WRAPPER ===== */
.hero-text-wrap {
  position: relative;
  z-index: 2;
}

/* ===== TITLE CORE ===== */
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

/* ===== LINES ===== */
.hero-line {
  display: flex;
  justify-content: center;
  gap: 34px;
}

/* ===== BASE TEXT ===== */
.hero-line span {
  font-family: "AGForeignerBoldItalic", Inter, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(5rem, 8vw, 8rem);
  letter-spacing: 0.08em;
  line-height: 1;
  color: #ffffff;


  /* subtle 3D separation */
  text-shadow:
    0 3px 20px rgba(0,0,0,.55),
    0 1px 2px rgba(0,0,0,.8);
}

/* ===== FIRST ROW (DANCE WORLD CUP) ===== */
.hero-line-1 span {
 color: #ffffff;
    text-shadow: 0 4px 30px rgb(255 255 255 / 35%), 0 1px 1px rgba(0, 0, 0, .8);
}

/* ===== SECOND ROW (PORTUGAL QUALIFIER) ===== */
.hero-line-2 span {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  letter-spacing: 0.28em;
  color: #e10600; /* DWC red */
  text-shadow:
    0 4px 30px rgba(225,6,0,.35),
    0 1px 1px rgba(0,0,0,.8);
}

/* ===== CINEMATIC OVERLAY FOR READABILITY ===== */
.hero-video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.35),
    rgba(0,0,0,.55)
  );
  z-index: 1;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .hero-line {
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-line span {
    letter-spacing: 0.08em;
  }

  .hero-line-2 span {
    letter-spacing: 0.18em;
  }
}

/* ===== COUNTDOWN STRIP ===== */
.hero-countdown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  align-items: center;
  gap: 10px;

  font-family: Inter, system-ui, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);

  padding: 12px 22px;
  border-radius: 999px;

  background: rgba(0,0,0,.45);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 40px rgba(0,0,0,.35);
}

/* Highlighted number */
.hero-countdown strong {
  color: #e10600;
  font-weight: 800;
  letter-spacing: 0.1em;
}

/* Add breathing room left & right */
.tp-portfolio-area .container-fluid {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hero-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}


.hero-socials a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 13px;
  opacity: 0.85;
  transition: all 0.25s ease;
}

.hero-socials a:hover {
  background: #e10600;
  border-color: #e10600;
  transform: translateY(-2px);
}

.hero-socials svg {
  width: 23px;
  height: 23px;
  fill: #ffffff;                     /* ← icon color */
}

/* Smaller padding on tablets */
@media (max-width: 992px) {
    .tp-portfolio-area .container-fluid {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* Small phones */
@media (max-width: 600px) {
    .tp-portfolio-area .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* Main card */
.tp-portfolio-pb-item {
    border-radius: 22px;
    overflow: hidden;               /* clips image corners */
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #000;               /* ensures clean edges */
}

/* Lift on hover */
.tp-portfolio-pb-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(209, 17, 23, 0.6);
}

.tp-portfolio-pb-thumb {
    overflow: hidden;
}

.tp-portfolio-pb-thumb img {
    border-radius: 22px;
    transition: transform 0.6s ease;
}

/* subtle zoom on hover */
.tp-portfolio-pb-item:hover .tp-portfolio-pb-thumb img {
    transform: scale(1.05);
}

/* === Soft grey background panel for About + Process === */
.dwc-soft-panel {
    background: linear-gradient(
        to bottom,
        #f5f5f5 0%,
        #f8f8f8 100%
    );

}


/* Give the whole block soft rounded edges */
.dwc-soft-panel {
    border-radius: 28px;
}

/* Make sure it does not touch the edges of the screen */
@media (min-width: 1200px) {
    .dwc-soft-panel {
        margin-left: 30px;
        margin-right: 30px;
       
    }
}

@media (max-width: 1200px) {
    .dwc-soft-panel {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 600px) {
    .dwc-soft-panel {
        margin-left: 16px;
        margin-right: 16px;
        padding: 50px 0;
    }
}

.about-accent {
  color: #D11118;              
  font-weight: 900;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
}




.tp_text_invert > div {
  display: inline;
  background-image: linear-gradient(to right, #000 50%, #999 50%);
  background-size: 200% 100%;
  background-position: 100% 0;   /* hidden state */
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;

  transition: background-position 900ms cubic-bezier(.22,1,.36,1);
  will-change: background-position;
}

/* When revealed */
.tp_text_invert.is-inview > div {
  background-position: 0% 0;
}

.dwc-info-link {
  display: block;          /* allow centering */
  width: fit-content;     /* shrink to the card */
  margin: 0 auto;         /* center it */
  text-decoration: none;
  color: inherit;
}

.dwc-info-clickable {
  cursor: pointer;
  transition: transform .45s cubic-bezier(.22,1,.36,1),
              box-shadow .45s ease;
}

/* hover effect */
.dwc-info-clickable:hover {
  transform: translateY(-22px);
  box-shadow: 0 30px 80px rgba(209,17,24,.35);
}

dwc-info-card {
  width: 100%;
  max-width: 640px;       /* or whatever your design width is */
}

/* ================================
   IRELAND FINALS SECTION
================================ */

.dwc-finals-section {
  display: flex;
  justify-content: center;
}

.dwc-finals-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 80px;;
  position: relative;
  overflow: hidden;
}
/* Title */
.dwc-finals-title {
  margin-bottom: 48px;
  font-size:65px;
}

/* Text */
.dwc-finals-text {
  font-size: 25px;
  line-height: 1.75;
  margin-bottom: 22px;
  color: black;
}

/* Slight emphasis for Portugal */
.dwc-finals-text strong {
  color: #d11118;
  font-weight: 800;
}

/* Mobile */
@media (max-width: 768px) {
  .dwc-finals-card {
    padding: 8px 6px;
    border-radius: 20px;
  }
}


.dwc-info-stacked .col-lg-6:first-child .dwc-info-text{
color:black;

}
 
.dwc-info-card {
  position: relative;
  padding-bottom: 60px; /* space for the text */
}



.dwc-info-text,
.dwc-info-highlight {
  text-transform: uppercase;
}

/* Always show portfolio card content */
.tp-portfolio-pb-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Make sure the button itself is visible */
.tp-portfolio-pb-content a {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.tp-btn-pb-spacing{
padding: 8px 7px 10px 5px;
}

.mb-25{
  margin-bottom: 12px;
}

.dwc-stat-icon svg {
  width: 40px;
  height: 40px;
  fill: #ffffff; /* THIS is the key */
}

.letter-green {
  color: #16a34a; /* green */
  opacity:0.9;
}

.letter-orange {
  color: #f97316; /* orange */
  opacity:0.9;
}

.dwc-dublin{
  display: inline-flex;
  gap: 0.1em;   /* spacing between letters */
  line-height: 1;
}

.dwc-finals-cta {
  margin-top: 32px;
  text-align: center;
}

/* ================================
   WORLD FINALS CTA BUTTON
   Scoped – no global overrides
================================ */

.dwc-finals-cta {
  text-align: center;
  margin: 60px 0;
}

.dwc-finals-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  padding: 22px 52px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #ffffff;
  background: linear-gradient(135deg, #c70000, #ff1a1a);
  border-radius: 60px;

  text-decoration: none;
  box-shadow:
    0 18px 40px rgba(199, 0, 0, 0.35),
    inset 0 0 0 2px rgba(255, 255, 255, 0.15);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

/* Arrow animation */
.dwc-btn-arrow {
  font-size: 22px;
  transition: transform 0.25s ease;
}

/* Hover effect */
.dwc-finals-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    0 28px 60px rgba(199, 0, 0, 0.45),
    inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* Arrow slide */
.dwc-finals-btn:hover .dwc-btn-arrow {
  transform: translateX(6px);
}

/* Active (click) */
.dwc-finals-btn:active {
  transform: translateY(0) scale(0.98);
}



.dwc-finals-btn:hover {
  background: #d11118;
  transform: translateY(-2px);
}

@media (min-width: 992px) {
  .dwc-info-section > .container > .row > .col-lg-6:last-child {
    width: auto;
    flex: 0 0 auto;
  }
}

/* ===============================
   RIGHT BLOCK – LARGE FEATURE CARD
================================ */

.dwc-info-section .col-lg-6:last-child {
  position: relative;
}

/* Big card */
.dwc-info-card--accent {
    min-height: 540px;
 width: 1400px;
  max-width: 95vw;
  margin: 0 auto;
     /* pulls card wider than column */
  padding: 64px 64px;

  border-radius: 24px;
  position: relative;

  background-image:
    linear-gradient(
      rgba(0,0,0,0.35),
      rgba(0,0,0,0.35)
    ),
    var(--portugal-bg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  box-shadow: 0 40px 90px rgba(0,0,0,0.45);
   
}



/* Rows */
.dwc-info-list {
  max-width: 460px;
}

.dwc-info-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size:30px;
}

.dwc-info-row:last-child {
  border-bottom: none;
}

@media (max-width: 1200px) {
  .dwc-info-card--accent {
    width: 100%;
    margin-left: 0;
  }
}

.dwc-info-section { position: relative; }

.dwc-info-section .col-lg-6:last-child {
  display: flex;
  justify-content: center;
}

/* Center content inside the big card */
.dwc-info-card--accent {
  display: flex;
  flex-direction: column;
  justify-content: center; 
 display: flex;
  align-items: center;   /* vertical centering */
}

/* Center inner content block */
.dwc-info-list {
  max-width: 720px;          /* use more horizontal space */
  margin: 0 auto;
}

/* Center title */
.dwc-info-card--accent .dwc-info-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  font-size: 50px;
}


/* .dwc-info-row {
  gap: 328px;
} */

.dwc-info-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.dwc-label {
  flex: 0 0 220px;
}

.dwc-value {
  flex: 1;
  text-align: right;
}

.dwc-info-title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.dwc-info-title{
color:white;
}


/* ===============================
   WHY JOIN – STANDALONE SECTION
================================ */

.dwc-why-section {
  padding: 113px 0;
}

.dwc-why-inner {
  margin: 0 auto;
  text-align: center;
}

/* Headline */
.dwc-why-title {
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 40px;
}

/* Paragraphs */
.dwc-why-text {
  font-size: 37px;
  line-height: 1.45;
  margin: 0 auto 26px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  
}

/* Final emphasis */
.dwc-why-highlight {
  margin-top: 36px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ================================
   HERO COUNTDOWN – MOBILE REFINEMENT
================================ */

@media (max-width: 768px) {

  .hero-countdown {
    bottom: 18px;

    flex-direction: column;
    align-items: center;
    gap: 8px;

    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-align: center;

    padding: 4px 6px;
    border-radius: 22px;

    max-width: calc(100% - 32px);
    width: max-content;
  }

  /* Countdown emphasis */
  .hero-countdown strong {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
  }

  /* Social icons row */
  .hero-socials {
    margin-left: 0;
    margin-top: 6px;
    gap: 14px;
  }

  .hero-socials a {
    width: 42px;
    height: 42px;

    border-width: 1.5px;
    opacity: 0.95;
  }

  .hero-socials svg {
    width: 20px;
    height: 20px;
  }
}

/* ================================
   HERO TITLE – MOBILE POSITIONING
================================ */

@media (max-width: 768px) {

  /* Lift the entire hero text block */
  .hero-text-wrap {
    margin-top: -30px;     /* main adjustment */
  }

  /* Fine-tune spacing around title */
  .tp-pd-2-top {
    padding-top: 0 !important;
    padding-bottom: 40px; /* was pb-70 */
  }

}

@media (min-width: 769px) and (max-width: 1024px) {

  .hero-line-1 span {
    font-size: 3.2rem; /* adjust based on your base */
  }

  .hero-line-2 span {
    font-size: 2.2rem;
  }

}

/* ================================
   iPAD ONLY – ALIGNMENT FIX
================================ */

@media (min-width: 768px) and (max-width: 1366px) {

  .align-items-stretch {
    margin-left: 82px;
  }

}

/* ================================
   INFO CARD – MOBILE REFINEMENT
================================ */

@media (max-width: 767px) {

  /* Column spacing */
  .col-lg-6 {
    margin-bottom: 24px;
  }

  /* Clickable wrapper */
  .dwc-info-link {
    display: block;
    width: 100%;
  }

  /* Card sizing & spacing */
  .dwc-info-card {
    width: 100%;
    max-width: 100%;
    padding: 20px 18px;
    border-radius: 16px;
  }

  /* Title */
  .dwc-info-title {
    font-size: 1.1rem;
    margin-bottom: 14px;
    text-align: center;
  }

  /* Rows stack cleanly */
  .dwc-info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
  }

  .dwc-label {
    font-size: 0.75rem;
    opacity: 0.8;
  }

  .dwc-value {
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
  }

}

.tp-portfolio-area {
  position: relative;
}

.tp-portfolio-bg-img {
    position: absolute;
    top: 71px;
    right: 0;
transform: translateX(235px);

    width: 95%;
    height: 95%;
    z-index: 1;
    pointer-events: none;
    opacity:0.2;
}

.tp-portfolio-area .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .tp-portfolio-bg-img {
    display: none;
  }
}

/* FINALS SECTION CONTEXT */
.dwc-finals-section {
  position: relative;
  /* overflow: hidden; */
}

/* FINALS BACKGROUND IMAGE (LEFT SIDE) */
.dwc-finals-bg-img {
  position: absolute;
  top: 0;
  left: -41px;

  width: 92%;
  height: 100%;

  z-index: 1;
  pointer-events: none;
  opacity: 0.1;

  /* visual positioning only — SAFE */
  transform: translateX(-40%);
}

/* IMAGE FILL */
.dwc-finals-bg-img img {
  width: 100%;
  height: 100%;
  
  display: block;
}

/* CONTENT ABOVE IMAGE */
.dwc-finals-section .container {
  position: relative;
  z-index: 2;
}

/* MOBILE: REMOVE DECOR IMAGE */
@media (max-width: 767px) {
  .dwc-finals-bg-img {
    display: none;
  }
}

.fs-18{
font-size: 22px;
}

 .pb-130 {
padding-bottom: 55px;
}



.dwc-text-bold {
  font-weight: 700 !important;
}


.dwc-why-text,
.dwc-why-highlight {
  font-family: var(--tp-ff-p) !important;
}


/* SECTION CONTEXT */
.dwc-why-section {
  position: relative;
  overflow: hidden;
}

/* LEFT BACKGROUND IMAGE */
.dwc-why-bg {
    position: absolute;
    top: 0px;
    left: -116px;
    width: 70%;
    height: 95%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.07;
}

.dwc-why-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT ABOVE BACKGROUND */
.dwc-why-section .container {
  position: relative;
  z-index: 2;
}

/* MOBILE: HIDE DECOR IMAGE */
@media (max-width: 767px) {
  .dwc-why-bg {
    display: none;
  }
}

.dwc-click-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 24px;
    margin-top: 38px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    color: #fff;
    background:rgb(223 40 40);

    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;

    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.pt-200{
padding-top: 124px;
}

@media (max-width: 767px) {
    .dwc-click-hint {
        width: 100%;
        max-width: 280px;

        font-size: 13px;
        padding: 10px 16px;

        letter-spacing: 0.6px;
    }
}

.dwc-alert-success,
.dwc-alert-error {
    text-align: center;
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    font-weight: 500;
}

.dwc-alert-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #10b981;
}

.dwc-alert-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

#header-sticky {
    box-shadow: 0 1px 0 rgb(239 239 239);
}
