body {
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif !important;
}

/* Header */
.fifa-header {
    text-align: center;
    background: #fff;
}

/* Logo */
.fifa-logo img {
    width: 105px;
    margin: 15px 0;
}

/* Nav wrapper */
.fifa-nav-wrapper {
    border-top: 1px solid #e4e8f0;
    padding: 14px;
}

/* Nav */
.fifa-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: nowrap;
}

/* Links */
.fifa-link {
    text-decoration: none;
    color: #113a69;
    font-size: 15px;
    font-weight: 700;
}

/* More button */
.fifa-more-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700 !important;
    color: #113a69 !important;
    font-size: 15px;
}

/* Overlay */
.fifa-overlay {
    position: fixed;
    inset: 0;
    background: #06294a;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.fifa-overlay.active {
    opacity: 1;
    z-index: 111;
    visibility: visible;
}

/* Animation */
.fifa-overlay-content {
    text-align: center;
    transform: translateY(40px);
    transition: 0.4s;
}

.fifa-overlay.active .fifa-overlay-content {
    transform: translateY(0);
}

.fifa-overlay-content a {
    display: block;
    color: white;
    font-size: 20px;
    margin: 15px 0;
    text-decoration: none;
}


.fifa-more-btn {
    display: none;
}

.hero {
    position: relative;
    height: 70vh;
    /* full screen */
    width: 100%;
    overflow: hidden;
}

/* VIDEO FULLSCREEN */
.bg-image{
     position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    top: 0;
    left: 0;
}
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.bg-image {
    z-index: 1;
    transition: opacity 1s ease;
}

.bg-video {
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease;
}

.bg-video.loaded {
    opacity: 1;
}

.bg-image.hide {
    opacity: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 3;
    transition: opacity 1s ease;
}

.overlay.hide {
    opacity: 0;
}

.contentfifa {
    position: relative;
    z-index: 4;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.headline {
    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 15px;
    color: white !important;

}
/* ✨ clean subtitle */
.subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0.85;
}

/* ⚽ role styling */
.role {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 1px;
    color: white;
}

/* 🔵 button upgrade */
.buttonfirst {
    margin-top: 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #1277d9, #0a4ea3);
    color: white;
    padding: 15px 70px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.buttonfirst:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(18, 119, 217, 0.4);
}


/* SECTION */
.fifa-join {
    background: url("https://res.cloudinary.com/pinpointhq/image/upload/f_auto,q_auto/v1/uploads/production/ng6ptnnuudso7fwhdgaq") center/cover no-repeat;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    position: relative;
    font-family: Arial, sans-serif;
}

/* DARK OVERLAY (më real si FIFA) */
.fifa-join::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 40, 80, 0.9), rgba(0, 120, 60, 0.7));
}

/* CONTAINER */
.fifa-join__overlay {
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* CONTENT */
.fifa-join__content {
    color: #fff;
}

/* TITLE */
.fifa-join__title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white !important;
    font-family: 'Open Sans Condensed', sans-serif;

}

/* TEXT */
.fifa-join__text {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed', sans-serif;

}

/* FORM BOX (GLASS EFFECT 🔥) */
.fifa-form-box {
    margin-top: 30px;
    padding: 30px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;

}

/* SUBTEXT */
.fifa-subtitle {
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
}

.fifa-description {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* FACEBOOK BUTTON */
.fifa-btn-social {
    width: 70%;
    background: linear-gradient(180deg, #1277d9, #0a4ea3);
    border: none;
    padding: 14px;
    border-radius: 30px;
    cursor: pointer;
    color: white;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif !important;

}

.fifa-btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fifa-btn-social:hover {
    background: #1c6ed5;
}

/* DIVIDER */
.fifa-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

.fifa-divider hr {
    flex: 1;
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.fifa-divider span {
    font-size: 13px;
    opacity: 0.8;
}

/* FORM */
.fifa-row {
    display: flex;
    gap: 10px;
}

.fifa-row div {
    flex: 1;
}

/* LABEL */
.fifa-label {
    display: block;
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px;
}

/* INPUT */
.fifa-input {
    width: 100%;
    padding: 12px 12px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 17px !important;
    font-weight: 500;
}

.fifa-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

input:focus {
    outline: none;
    box-shadow: none;
}

/* FIELD */
.fifa-field {
    margin-top: 15px;
}

/* SUBMIT */
.fifa-submit {
    width: 100%;
    margin-top: 20px;
    padding: 16px 10px;
    ;
    border-radius: 30px;
    border: none;
    background: linear-gradient(180deg, #1277d9, #0a4ea3);
    color: white;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif !important;

}

/* FOOTER TEXT */
.fifa-join__footer {
    margin: 30px 0;
    font-size: 16px;
}

/* BOTTOM BUTTON */
.fifa-join__btn {
    display: inline-block;
    padding: 12px 28px;
    background: #2d8cff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.fifa-input1 {
    margin-left: -10px;
}

.textdsktp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.textdsk {
    color: #1877f2;
    font-size: 4rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fifa-vision-section {
    background-color: #f2f2f2;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
}

.fifa-vision-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* TEXT */
.fifa-vision-text {
    flex: 1;
}

.fifa-vision-title {
    font-size: 44px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 25px;
}

.fifa-vision-paragraph {
    font-size: 26px;
    line-height: 1.7;
    color: #0b2545;
    margin-bottom: 20px;
    max-width: 520px;
}

/* IMAGE */
.fifa-vision-image {
    flex: 1;
}

.fifa-vision-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

.iti {
    width: 100%;
}

.iti__country-list {
    z-index: 9999;
}

.fifa-field {
    position: relative;
    overflow: visible;
}

.iti__country-name {
    color: #555555 !important;
    font-weight: 500;
    font-size: 16px;
}

.iti__country-list {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 8px;
}

.fifa-impact {
    padding: 60px 20px;
    background: #f5f5f5;
}

.fifa-impact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.fifa-impact-title {
    font-size: 44px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 40px;
}

.fifa-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.fifa-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.fifa-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #041d39;
    font-weight: 600;
}

.fifa-card p {
    font-size: 16px;
    color: #041d39;
    line-height: 1.6;
}

/* SECTION */
.nx-fifa-extras {
    background: #e5e7eb;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
}

/* CONTAINER */
.nx-fifa-extras__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* TITLE */
.nx-fifa-extras__title {
    font-size: 44px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 15px;
}

/* SUBTITLE */
.nx-fifa-extras__subtitle {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #0b2545;
    line-height: 1.6;
    font-size: 17px;
}

/* GRID */
.nx-fifa-extras__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.nx-fifa-extras__card {
    background: #062440;
    color: white;
    padding: 30px 20px;
    border-radius: 12px;
    transition: 0.3s;
}

.nx-fifa-extras__card:hover {
    transform: translateY(-5px);
}

/* ICON */
.nx-fifa-extras__icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #00ff88;
}

/* CARD TITLE */
.nx-fifa-extras__card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: white !important;
    font-weight: 600;
}

/* TEXT */
.nx-fifa-extras__card p {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.5;
}

.fifaX_unique_section_2026 {
    background: #f5f5f5;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
    color: #fff;
}

.fifaX_container_2026 {
    max-width: 1200px;
    margin: auto;
}

.fifaX_title_2026 {
    font-size: 44px;
    font-weight: 700;
    color: #0b2545;
    margin-bottom: 15px;
}

.fifaX_desc_2026 {
    max-width: 700px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 18px;
    color: #0b2545;
}
.titlepercentage{
    color: #0b2545 !important;
    font-size: 38px !important;
    font-weight: 600;
}

.titleage{
      color: white !important;
    font-size: 38px !important;
    font-weight: 600;
}
.fifaX_grid_2026 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD BASE */
.fifaX_card_2026 {
    padding: 30px;
    border-radius: 10px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fifaX_card_2026 h3 {
    font-size: 36px;
    margin: 0 0 10px;
}

.fifaX_card_2026 span {
    font-size: 18px;
}

/* COLORS */
.fifaX_green {
    background: linear-gradient(135deg, #b6ff00, #1fae3b);
}

.fifaX_purple {
    background: linear-gradient(135deg, #ff3cac, #562b7c);
    color: #fff;
}

.fifaX_lime {
    background: linear-gradient(135deg, #00ff88, #d4ff00);
}

.fifaX_blue {
    background: linear-gradient(135deg, #0a3d62, #00d2ff);
    color: #fff;
}

.fifaX_orange {
    background: linear-gradient(135deg, #ff7a00, #ff003c);
    color: #000;
}

/* IMAGE */
.fifaX_imageWrap_2026 {
    grid-column: span 3;
    border-radius: 10px;
    overflow: hidden;
}

.fifaX_imageWrap_2026 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* spacing inside last card */
.fifaX_mt_2026 {
    margin-top: 20px;
}
.fifaX_footer_unique_2026 {
  background: #07233b;
  padding: 25px 20px;
  font-family: Arial, sans-serif;
}

.fifaX_footer_container_2026 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* LEFT (languages) */
.fifaX_footer_left_2026 {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.fifaX_footer_left_2026 a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}

/* MIDDLE (links) */
.fifaX_footer_middle_2026 {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.fifaX_footer_middle_2026 a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}

/* RIGHT */
.fifaX_footer_right_2026 {
  text-align: right;
  color: #fff;
}

.fifaX_footer_right_2026 span {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.fifaX_footer_right_2026 strong {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
    .fifa-vision-container {
        gap: 40px;
    }

    .fifa-vision-title {
        font-size: 36px;
    }

    .fifa-vision-paragraph {
        font-size: 20px;
        FONT-WEIGHT: 600;
    }

    .nx-fifa-extras__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fifaX_grid_2026 {
        grid-template-columns: repeat(2, 1fr);
    }

    .fifaX_imageWrap_2026 {
        grid-column: span 2;
    }

      .fifaX_footer_container_2026 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .fifaX_footer_right_2026 {
    text-align: left;
  }
}

@media (max-width: 797px) {
    .link-6 {
        display: none;
    }

    .fifa-more-btn {
        display: inline;
    }

    .fifa-join__content {
        padding: 3px 12px;
    }

    .fifa-join__title {
        font-size: 28px;
    }

    .fifa-join__text {
        font-size: 18px;
        line-height: 22px;
    }

    .fifa-join__title {
        font-size: 30px;
    }

    .fifa-row {
        flex-direction: column;
    }

    .fifa-input1 {
        margin-left: 0px !important;
    }

    .fifa-vision-container {
        flex-direction: column;
        text-align: left;
    }

    .fifa-vision-image {
        order: -1;

        width: 100%;
    }

    .fifa-vision-text {
        width: 100%;
    }

    .fifa-vision-title {
        font-size: 30px;
        margin-top: 20px;
    }

    .fifa-vision-paragraph {
        font-size: 20px;
    }

    .fifa-impact-title {
        font-size: 28px;
    }

    .fifa-impact-grid {
        grid-template-columns: 1fr;
    }

    .fifa-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 740px) {
    .link-6 {
        display: none;
    }


}

@media (max-width: 740px) {
    .link-5 {
        display: none;
    }

    .nx-fifa-extras__grid {
        grid-template-columns: 1fr;
    }

    .nx-fifa-extras__title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .fifaX_grid_2026 {
        grid-template-columns: 1fr;
    }

    .fifaX_title_2026 {
        font-size: 28px;
    }

    .fifaX_card_2026 h3 {
        font-size: 28px;
    }

    .fifaX_imageWrap_2026 {
        grid-column: span 1;
    }

     .fifaX_footer_left_2026,
  .fifaX_footer_middle_2026 {
    flex-direction: column;
    gap: 10px;
  }

  .fifaX_footer_left_2026 a,
  .fifaX_footer_middle_2026 a {
    font-size: 12px;
    font-weight: 600;
  }

  .fifaX_footer_right_2026 strong {
    font-size: 16px;
  }
}

@media (max-width: 570px) {

    .link-3,
    .link-5,
    .link-6 {
        display: none;
    }

    .headline {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 15px;
    }

    .role {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
        letter-spacing: 1px;
    }

    .fifa-join {
        padding: 40px 10px;
    }

    .fifa-join__title {
        font-size: 32px;
        margin-top: 0px;
    }

    .fifa-join__btn {
        width: 100%;
        padding: 14px;
    }

    .fifa-form-box {
        padding: 30px 11px;
    }

    .fifa-subtitle {
        font-size: 14px;
    }

    .fifa-vision-section {
        padding: 50px 15px;
    }

    .fifa-vision-title {
        font-size: 26px;
    }

    .fifa-vision-paragraph {
        font-size: 20px;
        line-height: 1.6;
    }

    .fifa-btn-social {
        width: 100% !important;
    }
}

@media (max-width: 480px) {

    .link-2,
    .link-3 {
        display: none;
    }

    .hero {
        height: 60vh;
    }

    .headline {
        font-size: 38px;
    }
}