/*

Theme Name:Socca

*/
/* Hide default select arrow */
.about-area2 input[type="text"], 
.about-area2 input[type="email"], 
.about-area2 input[type="tel"], 
.about-area2 input[type="number"], 
.about-area2 input[type="password"], 
about-area2 select {
	 border-radius:5px !important;
	padding: 10px 20px;
	min-height: 50px;
	border: 1px solid #ddd; 
}
.date_dataaa{font-size: 1.4rem}
.governance_card .location_info img {
    border-radius: 50%;
}
.rank_slider .btn-primary {
	font-weight: 600;
	color: #ffffff;
	font-size: 13px;
	background: none;
	border: none;
	white-space: nowrap;
}

nav .menu .btn-primary {
	background-color: #e0d527;
	border-color: #e0d527;
	font-weight: 600;
	padding: 6px 22px;
	border-radius: 30px;
	color: #031f38;
	font-size: 14px;
}
.svg_up_down.with_up {
    margin-top: 14px;
}
.above_top_nav .rank {
    /* transform: translateY(-4px); */
    font-size: 17px;
    font-weight: 500;
    line-height: 0;
    margin: 0;
    padding: 0;
	color: #ffffff;
    margin-bottom: 3px;
}
.competitionSwiper2 {
    overflow: visible;
    padding-right: 80px;
}
.rank_slideshow .slider-arrows {
    position: absolute;
    top: -20px;
    width: 100%;
}
.svg_up_down svg {
    align-self: center;
    flex-shrink: 0;
	    width: 20px;
    height: 20px;
}
.rank_slideshow .swiper-slide {
  flex-shrink: 0;
  width: auto; /* or let Swiper handle it */
}
.rank_slideshow {
    position: relative;
    margin-left: 15px;
    display: flex;
    align-items: center;
	overflow: hidden;
    justify-content: center;
}
.rank_slideshow   .left-Arrow {
    left: 0;

}
.flxxx_box {
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #1c354c;
  border-radius: 5px;
width: 70px;
}
.rank_slideshow  .right-Arrow {
    right:0;
}
.rank_slideshow  .swiper-button-prev, .rank_slideshow  .swiper-button-next {
    background: none;
    color: #000;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    background: white;
    height: 30px;
    width: 24px;
    border-radius: 5px;
}
.rank_slideshow .swiper-button-next:after, 
.rank_slideshow .swiper-button-prev:after {
    font-size: 14px;
}
.rank_slider{
	width: calc(100% - 60px);
}

  box-sizing: border-box;
.governance_card .location_info img {
    border-radius: 50%;
}
@media (min-width: 1200px) {
	.cards-container.g_new {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
	}
}
.banner-content .btn-primary,
.banner-content h2{opacity: 1 !important}
.popup-video{cursor: pointer}
.tournaments_sidebar li a{width: auto}
.tournament-card{width: 100%}
body nav .menu > ul > li > a {
    text-transform: capitalize;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    background: #F9BD47;
    opacity: 1;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    font-size: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.world_cup_mega_menu ul li .worldcup_logo {
    max-width: 54px;
    height: auto;
}
	.news_wrapper .news_filter ul li a {
    white-space: nowrap;
}
.competition_carousel_cards_body a{text-decoration: none; background: rgba(0, 0, 0, 0.2);
}

.feature_image2 {
    max-width: 800px;
}
.while_clickable{position: relative}
.abs_link{
	position: absolute;
	inset: 0;
	width: 100%; 
	height: 100%;
	z-index: 6;
}
.competition_card .abs_link:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    background-position: top;
}
.image_hover:hover .main_img {
	opacity: 0.3;
	position: relative;
     transform: translateY(-15px) !important; 
}
.image_hover .main_img{
	transition: transform 0.4s ease !important;
}


.tournament-cards a{text-decoration: none !important}
.competition_card {
    height: 100%;
}
footer {
    position: relative;
    z-index: 4;
}
.news_mega_menu h3 a {
	font-weight: 700;
	text-decoration: none;
    color: #031F38;
}
.w-100 {
 
    height: auto;
}
.feature_image2 {
	border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
	width: 100%;
	height: auto;
    max-width: 800px;
}
.news_wrapper a{text-decoration: none}
select {
	
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
	padding-left: 20px !important;
}

/* For better appearance in Safari */
select::-ms-expand {
    display: none;
}

.regular_news_wrapper .news_card a{display: block}
.backk_nws{color:#212529; text-decoration: none}
.fxx_area{
	border-radius: 20px !important;
    padding: 15px 20px;
}

.sm_flgg{height: 25px; width: auto}
.tournament_title img{height: 32px; width: auto}
.socca_faq_section img{height: auto}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 6px 9px;
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    right: 2px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 35px;
}
.about-side-image img,
.hero-media-section img{height:auto}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #4487FF;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce .quantity .qty {
    padding: 3px 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    padding: 0;
    margin: 0;
    border: navajowhite;
    background: white;
    padding: 3px;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.footer-widget .nav-link:hover{color:#fff}
.footer-widget .nav-link{padding:0;}
.footer-widget div {
    padding-left: 0;
}
.about-area2{margin-top:20px}
.woocommerce .woocommerce-breadcrumb{display:none !important;}
.spi-detail h4 a{color:#111700; text-decoration:none}
.admin-bar .fixed-top{top:32px}

.portfolioModal .media img,

.portfolio-companies .company-box img{width: auto;}

.bannerVideo img,

.testImg,

.newsbox img,

.videoNews .videoOverlay,

.benefit_section .benefit_img {

    height: auto;

}

.portfolioModal p{color: #212529}

div.wpcf7 .ajax-loader{position:absolute !important;}

body {

    overflow-x: hidden;

}

/*comment form*/

/*.comment-respond, .entry-pings, .entry-comments {

	color: #444;

	padding: 20px 45px 40px 45px;

	border: 1px solid #ccc;

	overflow: hidden;

	background: #fff;

	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	border-left: 4px solid #444;

}*/

.wpcf7 .wpcf7-mail-sent-ok {

    border: none !important;

    text-align: center;

    font-size: 17px;

    color: green;

    margin: 0 !important;

    padding: 0 !important;

	display:block !important;

}

.entry-comments h3 {

	font-size: 30px;

	margin-bottom: 30px;

}

.comment-respond h3, .entry-pings h3 {

	font-size: 20px;

	margin-bottom: 30px;

}

.comment-respond {

	padding-bottom: 5%;

	margin: 20px 1px 20px 1px;

	border-left: none !important;

}

.comment-header {

	color: #adaeb3;

	font-size: 14px;

	margin-bottom: 20px;

}

.comment-header cite a {

	border: none;

	font-style: normal;

	font-size: 16px;

	font-weight: bold;

}

.comment-header .comment-meta a {

	border: none;

	color: #adaeb3;

}

li.comment {

	background-color: #fff;

	border-right: none;

}

.comment-content {

	clear: both;

	overflow: hidden;

}

.comment-list li {

	font-size: 14px;

	padding: 20px 30px 20px 50px;

}

.comment-list .children {

	margin-top: 40px;

	border: 1px solid #ccc;

}

.comment-list li li {

	background-color: #f5f5f6;

}

.comment-list li li li {

	background-color: #fff;

}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {

	width: 50%;

}

.comment-respond label {

	display: block;

	margin-right: 12px;

}

.entry-comments .comment-author {

	margin-bottom: 0;

	position: relative;

}

.entry-comments .comment-author img {

	border-radius: 50%;

	border: 5px solid #fff;

	left: -80px;

	top: -5px;

	position: absolute;

	width: 60px;

}

.entry-pings .reply {

	display: none;

}

.bypostauthor {

}

.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 16px;

	padding: 24px;

}

#commentform textarea,

#commentform input{border:1px solid #999}

.comment-reply-link, #commentform .form-submit .submit {

	cursor: pointer;

	background-color: #444;

	border: none;

	border-radius: 3px;

	color: #fff;

	font-size: 12px;

	font-weight: 300;

	letter-spacing: 1px;

	padding: 4px 10px 4px;

	text-transform: uppercase;

	width: auto;

}

.comment-reply-link:hover {

	color: #fff;

}

.comment-notes {

	display:none;

}

.input-group .form-control {

	height: 34px;

}

.page-numbers {

    display: inline-block;

    padding: 10px 14px;

    margin: 0;

    border: 1px solid #eee;

    line-height: 1;

    text-decoration: none;

    border-radius: 2px;

    font-weight: 600;

    margin-left: -1px;

}

.page-numbers.current{    background-color: #337ab7;

    border-color: #337ab7;

color:#fff;

}

a.page-numbers:hover {

	background: #f9f9f9;

	text-decoration:none;

}

.pagination{display:block}

.pagination .screen-reader-text{display:none}

.pagination .nav-links{text-align:center;}
@media (max-width: 992px) {
	.matches_container .swiper-slide {
  width: 100%; /* Make sure it's fully occupying its share */
  box-sizing: border-box;
}
.matches_container {
  overflow: hidden;
}
.Historic-Vitory,
.Historic-Vitory img {
    height: auto !important;
}
}
@media (max-width: 768px) {
	.Socca-Oman-Cup-2024-slider-data {

    justify-content: start;
}
	.Socca-Oman-Cup-2024-slider-data p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
	.single_news_wrapper h1 {
  font-size: 28px;
}
	.header_flx{flex-flow: column;
	}
	nav .menu .btn-primary{width: max-content}
	.single_news_wrapper .news_category {
  align-items: flex-start;
  flex-flow: column;
}
	.news_wrapper .news_filter ul li a {
  white-space: normal;
}
	.news_categories li a{flex-flow: column}
	.flxxx_box {
  width: auto;
}
	.rank_slideshow  .swiper-button-prev, .rank_slideshow  .swiper-button-next {
    height: 25px;
    width: 20px;
}
	.rank_slideshow .swiper-button-next:after, .rank_slideshow .swiper-button-prev:after {
    font-size: 11px;
}
	.svg_up_down svg {
    align-self: center;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
}
	.above_top_nav .rank {
    font-size: 14px;
}
	.rank_slideshow{margin-left: 0; width: 100%}
	body .above_top_nav ul li img {
    width: 25px;
    height: 25px;
}
	.rank_slideshow{padding-left: 0}
    .above_top_nav p {
		white-space: normal !important;
        font-size: 12px;
    }
}


