:root {
    --font-primary: "Poppins", sans-serif;
}
:root {
    --primary: #108F34;
}
:root {
    --white: #FFF;
}


/* Header Design Start */

.troo_football_club_header {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fc_desk_menu .sub-arrow{
    padding: 6px !important;
}
.fc_desk_menu .sub-arrow svg{
    width: 10px !important;
    height: 10px !important;
}
.fc_sidebar_icon{
    width: 24px;
    height: 24px;
}
.troo_football_club_header.elementor-sticky--effects{
    background-color: #051924 !important;
}
/* Header Design End */


/* Footer Start */
.fc_footer_social a.elementor-social-icon svg path{
    transition: 0.6s ease all;
}
.fc_footer_social a.elementor-social-icon:hover svg path{
    fill: #108F34 !important;
}
/* 2-column layout */
.fc_footer_menu .elementor-nav-menu {
  column-count: 2;
  column-gap: 26px;
  column-fill: auto;
}
.fc_footer_menu .elementor-nav-menu li:nth-child(6) {
  break-after: column;
}
.fc_transition{
    transition: 0.6s ease all;
}
.fc_footer_container:before{
    content: '';
    top: unset !important;
    bottom: 10px;
    z-index: 1;
    pointer-events: none;
}

.fc_footer_container:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/06/line-1-2.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    right: 0px;
    bottom: 56px;
    width: 557px;
    height: 330px;
    pointer-events: none;
}
/* Footer End */


/* Homepage Design Start */

.fc_background_text{
    pointer-events: none;
    z-index: -1;
}
.football_banner_social_icon{
    z-index: 1 !important;
}
.fc_home_countdown .elementor-countdown-item {
    min-width: 82px;
    width: 100%;
    max-width: 82px;
    min-height: 82px;
    max-height: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.fc_home_countdown .elementor-countdown-item:before {
    content: ':';
    position: absolute;
    right: -33%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}
.fc_home_countdown .elementor-countdown-item:last-child:before{
    content: none !important;
}
.fc_news_slider .elementor-loop-container .slick-slide {
    padding: 0 15px;
}

.fc_news_slider .elementor-loop-container .slick-list {
    margin: 0 -15px;
}
/* .fc_news_slider_card:before{
    content: '';
    background: linear-gradient(180deg, rgba(21, 97, 138, 0) 0%, #051924 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.fc_news_slider_card .news_category span.elementor-post-info__terms-list-item{
    display: block !important;
    background-color: var(--primary);
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
}
.fc_news_slider_card .fc_news_read_more .elementor-button-icon svg{
    width: 10px !important;
}
.fc_news_slider  .fc_news_slider_card:before{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}
.fc_news_slider .slick-current .fc_news_slider_card:before {
    content: '' !important;
    background: linear-gradient(180deg, rgba(21, 97, 138, 0) 0%, #051924 100%);
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    opacity: 1 !important;
    visibility: visible !important;
}
.fc_news_slider  ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
    position: relative;
    bottom: unset !important;
}
.fc_news_slider .fc_news_slider_card .fc_content_area{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}
.fc_news_slider .slick-current .fc_news_slider_card .fc_content_area{
    visibility: visible;
    opacity: 1;
}
.fc_news_slider .slick-current .fc_news_slider_card .fc_news_read_more a,
.fc_news_slider .slick-current .fc_news_slider_card .fc_news_read_more a svg path,
.fc_read_more_btn a svg path{
    transition: 0.3s ease all;
}
.fc_news_slider .slick-current .fc_news_slider_card .fc_news_read_more a:hover{
    color: var(--primary);
}
.fc_news_slider .slick-current .fc_news_slider_card .fc_news_read_more a:hover svg path{
    stroke: var(--primary);
}
.fc_news_slider .slick-dots li.slick-active button {
    opacity: 1;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.fc_news_slider .slick-dots li button:before{
    content: none !important;
}
.fc_news_slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: transparent;
    border: 1px solid #051924;
    opacity: 1;
    border-radius: 50%;
}
.fc_news_slider .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 8px;
}
.fc_news_slider .slick-list{
    cursor: grab;
}
.fc_news_slider .slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.fc_read_more_btn .elementor-button-icon svg{
    height: 14px;
    width: 14px;
    transition: 0.6s ease all
}
.fc_read_more_btn a:hover svg {
    fill: transparent !important;
}
.fc_read_more_btn a:hover svg path{
    stroke: var(--primary)
}


/* Videos Highlight Design Start */

/* Grid layout */
.fc_home_videos .elementor-loop-container {
    display: grid !important;
    grid-template-columns: 634px 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 30px !important;
}

.fc_home_videos .elementor-loop-container .e-loop-item:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
}

.fc_home_videos .elementor-loop-container .e-loop-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.fc_home_videos .elementor-loop-container .e-loop-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

.fc_home_videos .elementor-loop-container .e-loop-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.fc_home_videos .elementor-loop-container .e-loop-item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.fc_home_videos .elementor-loop-container .e-loop-item:nth-child(6) {
    display: none !important;
}
.fc_video_publish_date{
    max-width: max-content !important;
}
.fc_home_videos .elementor-loop-container .e-loop-item:first-child .elementor-widget-video{
    height: 510px !important;
    object-fit: cover;
    width: 100%;
}

.fc_home_videos .elementor-loop-container .e-loop-item:first-child .elementor-wrapper iframe {
    height: 510px !important;
    width: 100% !important;
}
.fc_home_videos .elementor-loop-container .e-loop-item:first-child .fc_video_content{
    padding: 30px !important;
    gap: 30px !important;
}
.fc_home_videos .elementor-loop-container .e-loop-item:first-child .fc_video_publish_date span{
    background-color: var(--primary);
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
}
.fc_home_videos .elementor-loop-container .e-loop-item .fc_video_publish_date span{
    line-height: 24px !important;
}
.fc_home_videos .elementor-loop-container .e-loop-item:first-child .fc_video_title h5{
    font-size: 30px !important;
    line-height: 40px !important;
}
.fc_home_videos .elementor-loop-container .e-loop-item .elementor-wrapper {
    object-fit: cover;
    width: 100%;
}
.fc_home_videos .elementor-loop-container .e-loop-item .elementor-widget-video{
    height: 204px;
}

.fc_home_videos .elementor-loop-container .e-loop-item .elementor-wrapper iframe {
    height: 204px;
    
}
/* Videos Highlight Design End */

/* Squad Slider Start */

.fc_squad_slider {
    padding-left: calc((100% - 1700px) / 2) !important;
    margin-left: 200px !important;
}
.fc_squad_slider .elementor-swiper-button-next{
    right: 24% !important;
}
.fc_squad_slider .elementor-swiper-button-prev{
    left: -25px !important;
}
.fc_squad_slider .elementor-swiper-button{
    background-color: #FFF;
    border-radius: 50%;
    fill: #000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease all;
}
.fc_squad_slider .elementor-swiper-button:hover{
    background-color: var(--primary) !important;
}
.fc_squad_slider .elementor-swiper-button svg{
    fill: #051924 !important;
    transition: 0.6s ease all;
}
.fc_squad_slider .elementor-swiper-button:hover svg{
    fill: #FFF !important;
}
.fc_squad_content{
    min-height: 436px !important;
    height: 436px !important;
    max-height: 436px !important;
    padding: 30px !important;
    justify-content: center !important;
    align-items: center !important;
}


.fc_squad_social{
    flex: 1 !important;              /* takes all remaining space */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.fc_squad_slider_img{
    background-color: rgba(5, 25, 36, 0.5);
}
.fc_squad_slider_img:hover:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 25, 36, 1) !important;
}
.fc_squad_social,
.fc_squad_detail{
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease all;
}
.fc_squad_detail{
    transform: translateY(30px);
}
.fc_squad_slider_img:hover .fc_squad_social,
.fc_squad_slider_img:hover .fc_squad_detail{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.fc_squad_slider_img{
    background-size: cover;
    background-repeat: no-repeat;
}
.fc_squad_jercy_no {
    max-width: 65px !important;
    width: 100%;
    min-width: 65px !important;
    max-height: 65px;
    min-height: 65px !important;
    height: 100%;
    background-color: #051924;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: 0.6s ease all;
}
.fc_squad_slider_img:hover .fc_squad_jercy_no{
    background-color: var(--primary);
}
.fc_squad_slider .elementor-widget-loop-carousel{
    cursor: grab;
}

.fc_squad_slider .swiper{
    padding: 20px 0;
}
/*  Squad Slider End */

/* Testimonial Start */

.fc_testimonial_image_box .elementor-image-box-img{
    min-width:74px;
    max-width:74px;
}
.fc_testimonial_image_box .elementor-image-box-title{
    margin-top: 0 !important;
}
.fc_testimonial_slider .swiper-pagination-bullet-active{
    background-color: var(--primary) !important;
}
.fc_sponsor_white_box{
    max-width: 1720px !important;
}
/* Testimonial End */


/* Blog Grid Start */

.fc_blog_date{
    max-width: fit-content !important;
    background-color: #FFF;
}
.fc_blog_title h3 a{
    font-family: "Bebas Neue" !important;
    transition: 0.6s ease all
}
.fc_blog_title h3 a:hover{
    color: var(--primary) !important;
}
.fc_post_title_author{
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.05);
}
.fc_single_blog{
    padding: 20px 0;
}
.fc_blog_detail_icon {
    width: 40px;
    height: 40px;
    background-color: #108F34;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    opacity: 0;
    visibility: hidden;
}
.fc_single_blog:hover .fc_blog_detail_icon{
    opacity: 1;
    visibility: visible;
    transition: 0.6s ease all;
}
.fc_full_btn a{
    width: 100% !important;
}
.fc_blog_content,
.fc_post_title_author{
    height: 100% !important;
}
.fc_author{
    margin-top: auto;
}
/* Blog Grid End */


/* Points Table Start */

table.standings-table td, 
table.standings-table th{
    border: 1px solid #afafaf !important;
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
    text-align: center;
    color: #FFF !important;;
}
.team_name h4{
    color: #FFF !important;
    margin: 0 !important;
}
.standings-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.standings-table {
    width: 100%;
    min-width: 700px; /* adjust based on how many columns you have */
    border-collapse: collapse;
    font-family: inherit;
}

.standings-table th,
.standings-table td {
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
}

/* Sticky first column (Club name) */
.standings-table th:first-child,
.standings-table td:first-child {
    position: sticky;
    left: -1px;
    z-index: 2;
    text-align: left;
    /* background: #527e39;  */
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.08); 
}

/* Header row's sticky cell needs its own background + higher z-index so it stays above scrolling body cells */
.standings-table thead th:first-child {
    z-index: 3;
    /* background: #527e39; */
}
table.standings-table{
    border: 1px solid #afafaf !important;
}
/* Webkit browsers: Chrome, Safari, Edge, Opera */
.standings-wrap::-webkit-scrollbar {
    height: 8px; /* horizontal scrollbar thickness */
}

.standings-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15); /* faint track so the white thumb has contrast */
    border-radius: 10px;
}

.standings-wrap::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
}

.standings-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #f0f0f0;
}

/* Firefox */
.standings-wrap {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgba(255, 255, 255, 0.15); /* thumb color, track color */
}

/* Points Table End */

/* Homepage Design End */


/* About Us Page Start */

.fc_counter_number .fc_single_counter:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 75px;
    background-color: rgba(5, 25, 36, 0.1);
    left: unset;
    top: 0;
    right: -80px;
}
.fc_counter_number .fc_single_counter:last-child:after{
    content: none !important;
}
.fc_single_counter .elementor-counter{
    gap: 20px;
}

/* About Us Page End */


/* Contact Us Page Design Start */


.fc_single_cnt_box .fc_cnt_icon .elementor-icon{
    min-width: 66px;
    max-width: 66px;
    width: 100%;
    max-height: 66px;
    min-height: 66px;
    height: 100%;
    background-color: #051924;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    transition: 0.6s ease all;
}
.fc_single_cnt_box:hover .fc_cnt_icon .elementor-icon{
    background-color: #108F34
}
.fc_single_cnt_box h4 a{
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px !important;
    line-height: 34px !important;
    color: #051924 !important;


}
/* Contact Us Page Design End */


.fc_price_box_header{
    position: relative !important;
}
.fc_price_box_header:before{
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: unset !important;
    bottom: -15px;
    transform: translateX(-50%);
    width: 37px !important;
    height: 15px !important;
    background: url('/wp-content/uploads/2026/07/arrow_bottom.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.fc_price_plan_cnt_info .elementor-icon{
    background-color: rgba(16, 143, 52, 0.2);
    min-width: 65px;
    max-width: 65px;
    width: 65px;
    min-height: 65px;
    max-height: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fc_price_plan_cnt_info .elementor-icon-box-title{
    margin-top: 0 !important;
}



/* Player Grid Start */

.squad_name_link h4 a{
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;

}

/* Player Grid End */


/* Player Detail Page Start */

.yellow_red_cards.yellow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E3D025;
}
.yellow_red_cards.red {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E32525;
}
.fc_player_stats_tab .e-n-tabs-heading{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(5, 25, 36, 0.2);
}
.fc_player_stats_tab .elementor-counter-title{
    text-align: center;
}

/*  Player Detail Page End */



.fc_blog_listing .elementor-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 35px;
}
.fc_blog_listing a.page-numbers{
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    background: rgba(5, 25, 36, 0.1);
    color: #051924;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bebas Neue" !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin: 0 !important;
    text-align: center;
    transition: 0.6s ease all;
}
.fc_blog_listing a.page-numbers:hover{
    background-color: #051924 !important;
    color: #FFF !important;
}
.fc_blog_listing .page-numbers.current{
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    background-color: var(--primary) !important;
    color: #FFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bebas Neue" !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin: 0 !important;
}
.fc_blog_listing .elementor-pagination span.page-numbers.prev,
.fc_blog_listing .elementor-pagination span.page-numbers.next {
    display: none !important;
}
.fc_single_blog{
    padding: 0 15px 15px 0 !important;
}

.fc_faq_accordion .e-n-accordion-item-title{
    justify-content: space-between !important;
    padding: 20px 20px 10px 20px !important;
    margin: 0 !important;
}
.fc_faq_accordion .e-n-accordion-item{
    /* padding: 20px 20px 10px 20px !important; */
    border: 1px solid rgba(5, 25, 36, 0.1);
}
.e-n-tabs-heading {
    overflow: auto;
}

/* Chrome, Edge, Safari (WebKit-based) */
.fc_faq_accordion .e-n-tabs-heading::-webkit-scrollbar {
    height: 4px; /* for horizontal scrollbar */
    width: 4px;  /* for vertical scrollbar */
}

.fc_faq_accordion .e-n-tabs-heading::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.fc_faq_accordion .e-n-tabs-heading::-webkit-scrollbar-thumb {
    background-color: #108F34;
    border-radius: 10px;
}

.fc_faq_accordion .e-n-tabs-heading::-webkit-scrollbar-thumb:hover {
    background-color: #0d7329; /* slightly darker on hover */
}
.fc_faq_accordion .accordion-active{
    border: 1px solid #051924;
}
.fc_faq_accordion .e-n-tabs-heading{
    border: 1px solid rgba(5, 25, 36, 0.2);
    padding: 30px;
    height: max-content;
}
.fc_faq_accordion .e-n-tabs-heading:before {
    content: 'FAQ’s Categories';
    font-family: "Bebas Neue" !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #051924;
    border-bottom: 1px solid rgba(5, 25, 36, 0.1);
    margin: 0 -30px 10px -30px;
    padding: 0px 30px 10px 30px;
}


/* Blog Detail Page Start */

.fc_blog_info_box .elementor-image-box-img img{
    min-width: 66px;
}
.fc_post_date .elementor-image-box-img,
.fc_post_category .elementor-image-box-img{
    background-color: rgba(16, 143, 52, 0.1);
    min-width: 68px;
    max-width: 68px;
    width: 68px;
    min-height: 68px;
    max-height: 68px;
    height: 68px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.fc_post_navigation{
    width: 100%;
}
.fc_post_navigation .elementor-post-navigation{
    justify-content: space-between !important;
}
.fc_post_navigation .elementor-post-navigation__link{
    max-width: 340px;
}
.fc_post_navigation .elementor-post-navigation__link a{
    align-items: flex-start !important;
}
.fc_post_navigation .post-navigation__arrow-wrapper{
    margin-top: 5px !important;
}
.fc_post_navigation .elementor-post-navigation__link__next,
.fc_post_navigation .elementor-post-navigation__link__prev{
    gap: 15px;
}
.fc_post_navigation span.post-navigation__prev--title,
.fc_post_navigation span.post-navigation__next--title{
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
}
.fc_comment_form{
    max-width: 100%;
    width: 100%;
}
.fc_comment_form input[type=date], 
.fc_comment_form input[type=email], 
.fc_comment_form input[type=number], 
.fc_comment_form input[type=password], 
.fc_comment_form input[type=search], 
.fc_comment_form input[type=tel], 
.fc_comment_form input[type=text], 
.fc_comment_form input[type=url], 
.fc_comment_form select, 
.fc_comment_form textarea{
    border: 1px solid rgba(5, 25, 36, 0.2) !important;
    border-radius: 5px !important;
    padding: 10px !important;
    transition: 0.6s ease all;
}
.fc_comment_form input[type=date]:hover, 
.fc_comment_form input[type=email]:hover, 
.fc_comment_form input[type=number]:hover, 
.fc_comment_form input[type=password]:hover, 
.fc_comment_form input[type=search]:hover, 
.fc_comment_form input[type=tel]:hover, 
.fc_comment_form input[type=text]:hover, 
.fc_comment_form input[type=url]:hover, 
.fc_comment_form select, 
.fc_comment_form textarea{
    border: 1px solid var(--primary) !important;
}
.fc_comment_form #commentform{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fc_comment_form .submit#submit{
    transition: 0.6s ease all;
}
.fc_comment_form .submit#submit:hover{
    background-color: #051924 !important;
    color: #FFF !important;
}
.fc_post_category .elementor-image-box-description a{
    font-family: "Bebas Neue" !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #051924;

}
.fc_social_share .elementor-share-btn {
    border-radius: 5px;
}


/* Blog Detail Page End */


/* Testimonial Start */
.fc_testimonial_box .elementor-image-box-img{
    max-width: 74px;
    min-width: 74px;
    width: 100%;
    max-height: 74px;
    min-height: 74px;
    height: 100%;
}
.fc_testimonial_box .elementor-image-box-img img{
    max-width: 74px;
    min-width: 74px;
    width: 100%;
    max-height: 74px;
    min-height: 74px;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #051924;
}
.fc_testimonial_detail_box{
    margin-top: auto !important;
}