*{
margin: 0;
padding: 0;
box-sizing: border-box;
}


body {
font-family: "Poppins", sans-serif;

}

html{
scroll-behavior: smooth;
}


a {
text-decoration: none;
color: #000000;
}


section.bg-banner-fifa {
    background: url(../../assets-fifa/image/fifa-banner.png);
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fifa-text {
    color: #fff;
    max-width: 860px;
    position: relative;
}    

.fifa-text h1 {
    font-size: 56px;
    margin: 0;
    font-weight: 700;
}

.fifa-text p {
    margin: 0;
    width: 75%;
    padding-top: 10px;
}

nav.breadcrumb-nav {
    display: flex;
    padding-top: 15px;
}
nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}
nav.breadcrumb-nav ol li {
    list-style: none;
    color: #fff;
    font-weight: 500;
}
nav.breadcrumb-nav ol li a {
    color: #fff;
}

.choose-country h2 {
    font-size: 36px;
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.choose-country.text-center p {
    width: 70%;
    margin: 0 auto;
}


.country-box {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    box-shadow: 0px 0px 15px #00000029;
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.country-box p {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

section.bg-canada {
    background: #E9EDFF;
}

.heading_canada h3 {
    font-size: 36px;
    font-weight: 700;
}



.canada-bg img {
    width: 100%;
    height: 230px;
}

.flex-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.canada-card-box {
    border-radius: 15px;
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
    /* min-height: 370px; */
        margin-top: 25px;
}

.vs h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.canada-image p {
    color: #fff;
    line-height: 18px;
    padding-top: 8px;
    margin: 0;
}

.detail-boxs {
    padding: 10px 20px;
    position: relative;
}

.detail-boxs p {
    margin: 0;
}

.detail-boxs p i {
    padding-right: 5px;
    line-height: 28px;
    color: #c9c9c9;
}

a.booking {
    color: #2F7BFF;
}

.flex-now a {
    color: #2F7BFF;
}


.flex-now {
    display: flex;
    justify-content: space-between;
    padding: 15px 23px;
    align-items: center;
}

.flex-now a {
    font-size: 20px;
    font-weight: 600;
}

.detail-boxs::after {
    position: absolute;
    content: '';
    background: #d1d1d1;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}



.btn-view.text-center a {
    border: 1px solid #222;
    padding: 8px 40px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
}

.bg-private {
    background: url('../../assets-fifa/image/bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.private-card img {
    width: 100%;
}

.heading-private h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.heading-private p {
    color: #fff;
    padding-top: 10px;
    width: 95%;
    margin-bottom: 35px;
}

.heading-private a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
}


.heading-offering.text-center h3 {
    font-size: 36px;
    color: #171717;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.heading-offering.text-center p {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.flight-image img {
    width: 100%;
        height: 230px;
}

.flight-detail {
    padding: 10px;
}

.flight-detail h4 {
    font-weight: 700;
}

.get-touch-bg {
    background: url('../../assets-fifa/image/get-touch.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    background-position: center;
    text-align: center;
    border-radius: 20px;
        position: relative;
    top: 40px;
}


.get-touch-bg h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.get-touch-bg p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.get-touch-bg a {
    border: 1px solid #fff;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
}

footer.bg-footer {
    background: #1B1B1C;
    padding: 30px;
    color: #fff;
    font-size: 14px;

}

.disclaimber-txt p {
    margin: 0;
}




.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.footer-copyright p {
    margin: 0;
    position: relative;
}

.privacy-policy a {
    color: #fff;
}

.privacy-policy p:after {
    position: absolute;
    content: '|';
    right: -14px;
}

.privacy-policy {
    display: inline-flex;
    gap: 23px;
    position: relative;
}

.privacy-policy p:last-child:after {
    display: none;
}

.disclaimber-txt {
    padding-top: 60px;
}


.bg-football {
    position: relative;
}

.bg-football::after {
    content: '';
    position: absolute;
    background: url('../../assets-fifa/image/football.png') no-repeat;
    background-size: contain;
    width: 286px;
    height: 338px;
    left: -46px;
    bottom: 10px;
    z-index: 0;
}


.canada-card-box.bg-grey {
    background: #EFF2FF;
    box-shadow: none;
}


.match-table {
    max-width: 1400px;
    margin: 0 auto;
    overflow-x: auto; /* Mobile scroll */
    -webkit-overflow-scrolling: touch;
}

.schedule-table {
    width: 100%;
    min-width: 1100px; /* Table compress nahi hogi */
    border-collapse: collapse;
}

.schedule-table thead th {
    background: #004b7a;
    color: #fff;
    padding: 16px 12px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.schedule-table tbody td {
    padding: 16px 12px;
    border-bottom: 1px solid #cfcfcf;
    color: #555;
    white-space: nowrap; /* Text cut ya wrap nahi hoga */
}

.schedule-table tbody tr:hover {
    background: #ececec;
}

.venue-link {
    color: #005ea8;
    text-decoration: none;
    font-weight: 700;
}

.venue-link:hover {
    text-decoration: underline;
}

.match-table b {
    color: #004b7a;
    font-size: 20px;
}



.faq-heading h3 {
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #00254A;
}

.accordion-header button div {
    font-weight: 600;
    color: #1B1B1C;
}


button.accordion-button.collapsed {
       box-shadow: none !important;
    border-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
   background: transparent;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #2F7BFF;
}



.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #2F7BFF;
}

.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #8AB2D275;
    border-radius: 20px !important;
    border: none !important;
}

.accordion-header {
    margin-bottom: 5px;
}
