
/*----------------------------------------*/
/* Default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #7b7b7b;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 84px;
}

.section-title span {
	color: #233EDE;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.section-title h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 95px;
	padding-bottom: 90px;
}

.spad-2 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-3 {
	padding-top: 96px;
	padding-bottom: 90px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 50px;
	color: #fff;
	background: #233EDE;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    z-index: 999;
}

/* .header-section:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: -1;
} */

.main-menu {
	position: relative;
	padding-top: 55px;
}

.main-menu .logo {
	position: absolute;
	left: 46.5%;
	top: 40px;
	margin-left: -42.5px;
}

.main-menu .logo a {
	display: block;
	width: 150px;
	height: 150px;
}

.main-menu ul {
	list-style: none;
	text-align: right;
	margin-left: 200px;
}

.main-menu ul li {
	float: none;
	display: inline-block;
	padding: 4px;
}

.main-menu ul li a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.main-menu ul li:nth-child(1) {
	float: left;
	margin-right: 40px;
	padding: 4px;
}

.main-menu ul li:nth-child(2) {
	float: left;
	margin-right: 20px;
	padding: 4px;
}

.main-menu ul li:nth-child(3) {
	float: left;
	padding: 4px;
}

.main-menu ul li:nth-child(4) {
	margin-right: 35px;
	padding: 4px;
}

.main-menu ul li:nth-child(5) {
	margin-right: 35px;
	padding: 4px;
}

.main-menu ul .search-btn {
	color: #fff;
	cursor: pointer;
	margin-left: 152px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Top Social
-----------------------*/

.top-social {
	position: absolute;
	z-index: 999;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.top-social .top-social-links {
	width: auto;              /* remove vertical bar */
	background: transparent; /* remove black strip */
	padding: 0;
}

.top-social .top-social-links ul {
	margin: 0;
	padding: 0;
}

.top-social .top-social-links ul li {
	list-style: none;
	margin: 0;
}

.top-social .top-social-links ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: rgba(0, 0, 0, 0.65); /* subtle contrast */
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
}

.top-social .top-social-links ul li a:hover {
	background: #E1306C; /* Instagram brand color */
}


/*---------------------
  Search Bar
-----------------------*/

.search-bar-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #073B4C;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.search-bar-wrap h2 {
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.search-bar-wrap .search-close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	padding: 20px;
	/* font-weight: 100; */
	display: inline-block;
}

.search-bar-wrap .search-bar-table {
	display: table;
	width: 100%;
	height: 100%;
}

.search-bar-wrap .search-bar-table .search-bar-tablecell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.search-bar-wrap .search-bar-inner {
	max-width: 500px;
	margin: 0 auto;
}

.search-bar-wrap .search-bar-inner input {
	border: 1px solid #ddd;
	padding: 12px;
	color: #333;
	width: 399px;
}

.search-bar-wrap .search-bar-inner button {
	height: 50px;
	border: 1px solid #233EDE;
	background: #233EDE;
	color: #fff;
	width: 100px;
	cursor: pointer;
	margin-left: -3px;
}

.search-bar-wrap.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

/*---------------------
  Hero Slider
-----------------------*/

.single-slide {
	height: 895px;
	padding-top: 343px;
	text-align: center;
}

.single-slide .play-btn {
	color: #fff;
	background: #233EDE;
	display: inline-block;
	height: 56px;
	width: 56px;
	line-height: 58px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 17px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-slide h1 {
	color: #fff;
	font-size: 130px;
	font-weight: 500;
	margin-bottom: 45px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-slide .primary-btn {
	top: 50px;
	opacity: 0;
	position: relative;
}

.slide-items .owl-item.active .single-slide .play-btn,
.slide-items .owl-item.active .single-slide .primary-btn,
.slide-items .owl-item.active .single-slide h1 {
	top: 0;
	opacity: 1;
}

.slide-items .owl-item.active .single-slide .play-btn {
	-webkit-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.slide-items .owl-item.active .single-slide h1 {
	-webkit-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.slide-items .owl-item.active .single-slide .primary-btn {
	-webkit-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.6s;
}

.slide-items .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.slide-items .owl-dots .owl-dot {
	width: 6px;
	height: 6px;
	background: #fff;
	margin-right: 22px;
	border-radius: 50%;
	position: relative;
}

.slide-items .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.slide-items .owl-dots .owl-dot.active:after {
	position: absolute;
	border: 3px solid #fff;
	left: -10px;
	top: -10px;
	height: 26px;
	width: 26px;
	content: "";
	border-radius: 50%;
}

/*---------------------
  Features
-----------------------*/

.single-features .features-img img {
	min-width: 100%;
}

.single-features .feature-text {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.single-features .feature-text .feature-icon {
	display: inline-block;
	height: 88px;
	width: 88px;
	background: #233EDE;
	border-radius: 50%;
	line-height: 83px;
	margin-bottom: 40px;
	margin-top: -34px;
}

.single-features .feature-text h5 {
	color: #353535;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.single-features .feature-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

/*=====================================================
  ENLARGED SPORTS SECTION - BIGGER SIZE
======================================================*/

.p-70 {
	padding-top: 70px;
}

.services-section {
	background: #212122;
	padding-top: 120px;      /* Increased from 95px */
	padding-bottom: 120px;   /* Increased from 100px */
}

/* Fix: Make all cards equal height and aligned */
.services-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.services-section [class*="col-"] {
	display: flex;
	margin-bottom: 50px;     /* Increased spacing between cards */
}

.single-service {
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	padding: 0 20px;         /* Added horizontal padding */
}

/* BIGGER IMAGES */
.service-img {
    margin-bottom: 40px;     /* Increased from 25px */
    height: 280px;           /* Increased from 200px */
    width: 100%;
    max-width: 450px;        /* Increased from 350px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;     /* Slightly larger border radius */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Added shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for images */
.service-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* BIGGER TITLES */
.single-service h5 {
	color: #fff;
	font-size: 26px;         /* Increased from 20px */
	font-weight: 700;
	letter-spacing: 2px;     /* Increased from 1.5px */
	text-transform: uppercase;
	margin-bottom: 28px;     /* Increased from 22px */
	min-height: 36px;        /* Increased for larger text */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* BIGGER DESCRIPTION TEXT */
.single-service p {
	color: #7b7b7b;
	font-size: 16px;         /* Increased from 14.5px */
	font-weight: 400;
	line-height: 32px;       /* Increased from 30px */
	margin-bottom: 0;
	max-width: 400px;        /* Added max-width for better readability */
}

.single-service.c-text img {
	margin-bottom: 66px;
}

/*=====================================================
  RESPONSIVE ADJUSTMENTS
======================================================*/

/* Tablet view */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-img {
		height: 240px;
		max-width: 380px;
	}
	
	.single-service h5 {
		font-size: 22px;
	}
	
	.single-service p {
		font-size: 15px;
	}
}

/* Mobile view */
@media only screen and (max-width: 767px) {
	.services-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.service-img {
		height: 220px;
		max-width: 100%;
	}
	
	.single-service h5 {
		font-size: 20px;
	}
	
	.single-service p {
		font-size: 14.5px;
	}
}


/*---------------------
  Footer
-----------------------*/

.footer-section {
	height: 641px;
	padding-top: 109px;
}

.footer-content {
	text-align: center;
}

.footer-content .footer-logo {
	margin-bottom: 33px;
}

.footer-content .footer-menu {
	margin-bottom: 86px;
}

.footer-content .footer-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 37px;
}

.footer-content .footer-menu ul li:last-child {
	margin-right: 0;
}

.footer-content .footer-menu ul li:nth-child(2) {
	margin-right: 22px;
}

.footer-content .footer-menu ul li a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 4px;
}

.footer-content .subscribe-form {
	display: inline-block;
	margin-bottom: 52px;
	width: 542px;
	margin: 0 auto;
	position: relative;
}

.footer-content .subscribe-form input {
	color: #fff;
	height: 73px;
	width: 100%;
	background: transparent;
	border: 2px solid #fff;
	font-size: 13px;
	font-style: italic;
	padding-left: 28px;
	display: inline-block;
}

.footer-content .subscribe-form input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.6;
	text-transform: uppercase;
}

.footer-content .subscribe-form input:-ms-input-placeholder {
	color: #fff;
	opacity: 0.6;
	text-transform: uppercase;
}

.footer-content .subscribe-form input::-ms-input-placeholder {
	color: #fff;
	opacity: 0.6;
	text-transform: uppercase;
}

.footer-content .subscribe-form input::placeholder {
	color: #fff;
	opacity: 0.6;
	text-transform: uppercase;
}

.footer-content .subscribe-form button {
	color: #fff;
	background: #233EDE;
	border: 1px solid #233EDE;
	font-size: 14px;
	text-transform: uppercase;
	height: 100%;
	width: 192px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer-content .social-links {
	margin-bottom: 45px;
	margin-top: 52px;
}

.footer-content .social-links a {
	color: #fff;
	display: inline-block;
	margin-right: 60px;
	padding: 2px;
}

.footer-content .social-links a:last-child {
	margin-right: 0;
}

.footer-content .footer-icon-img {
	margin-bottom: 32px;
}

.footer-content .copyright {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.5;
}

.footer-content .copyright a {
	color: #fff;
	text-decoration: underline;
}

.footer-content .copyright i {
	color: #233EDE;
}

/*---------------------  Other Pages Style  -----------------------*/

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-area {
	height: 422px;
	padding-top: 210px;
	background-position: center 30% !important;
}


.breadcrumb-area .breadcrumb-content h2 {
	color: #fff;
	font-size: 72px;
	font-weight: 500;
	margin-bottom: 15px;
}

.breadcrumb-area .breadcrumb-content .links {
	background: #233EDE;
	display: inline-block;
	padding: 2px 17px;
}

.breadcrumb-area .breadcrumb-content .links a {
	color: #fff;
	display: inline-block;
}

.breadcrumb-area .breadcrumb-content .links .rt-breadcrumb:before {
	content: "/";
	display: inline-block;
	color: #fff;
	padding-right: 3px;
}

/*---------------------
  About Us
-----------------------*/

.about-us-area .section-title {
	margin-bottom: 23px;
}

.about-us-area .section-title h2 {
	color: #353535;
	letter-spacing: 1.5px;
}

.about-text .t-text {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 46px;
}

.about-text .about-features {
	margin-bottom: 50px;
}

.about-text .about-features .about-features-item {
	margin-bottom: 38px;
}

.about-text .about-features .about-features-item:last-child {
	margin-bottom: 0;
}

.about-text .about-features .about-features-item .about-feature-img {
	display: inline-block;
	float: left;
}

.about-text .about-features .about-features-item .about-feature-text {
	margin-left: 50px;
}

.about-text .about-features .about-features-item .about-feature-text h4 {
	color: #353535;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
}

.about-text .about-features .about-features-item .about-feature-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

/*---------------------
  Skills
-----------------------*/

.mt-50 {
	margin-top: 50px;
}

.skill-section {
	padding-top: 97px;
	padding-bottom: 94px;
}

.skill-section .section-title {
	margin-bottom: 35px;
}

.skill-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.skill-bar .barfiller {
	height: 6px;
	background: #353535;
	border: none;
	margin-bottom: 66px;
}

.skill-bar .barfiller .tip {
	margin-top: -23px;
	padding: 0 0;
	color: #fff;
	background: transparent;
	font-size: 18px;
	font-weight: 700;
}

.skill-bar .barfiller .tip:after {
	display: none;
}

.skill-bar .single-bar h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 19px;
}

.single-counter .counter-icon {
	margin-bottom: 13px;
}

.single-counter span {
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	line-height: 73px;
	display: inline-block;
}

.single-counter strong {
	font-weight: 700;
	display: inline-block;
	font-size: 72px;
	color: #fff;
	line-height: 73px;
	text-transform: uppercase;
}

.single-counter p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial-section .section-title h2 {
	color: #353535;
}

.testimonial-content .testimonial-pic {
	width: 88px;
	height: 88px;
	float: left;
	margin-right: 34px;
}

.testimonial-content .testimonial-text {
	overflow: hidden;
}

.testimonial-content .testimonial-text h4 {
	color: #353535;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
	position: relative;
}

.testimonial-content .testimonial-text h4::before {
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 74px;
	height: 3px;
	background: #233EDE;
	content: "";
}

.testimonial-content .testimonial-text h4 span {
	color: #233EDE;
}

.testimonial-content .testimonial-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

/*---------------------
  Call To Action
-----------------------*/

.about-callto-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.about-callto-text .cl-left {
	float: left;
}

.about-callto-text .cl-left h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-callto-text .cl-left p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.about-callto-text .cl-right {
	float: right;
	margin-top: 22px;
}

.about-callto-text .cl-right .primary-btn {
	background: #212122;
}

/*---------------------
  Classes
-----------------------*/

.classes-section {
	padding-top: 100px;
	padding-bottom: 52px;
}

.single-classes {
	margin-bottom: 40px;
}

.single-classes .classes-img {
	margin-bottom: 55px;
}

.single-classes .classes-img img {
	min-width: 100%;
}

.single-classes .classes-text {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.single-classes .classes-text h5 {
	color: #353535;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.single-classes .classes-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

/*---------------------
  Fiteness Feature
-----------------------*/

.fitness-section {
	padding-top: 150px;
	padding-bottom: 61px;
	background: #EBEDF8;
}




.inside-bg {
	position: relative;
	z-index: 1;
}

.inside-bg:after {
	display: none !important;
}

.single-fitness-feature {
	margin-bottom: 50px;
	overflow: hidden;
}

.single-fitness-feature .fitness-number {
	margin-right: 24px;
	float: left;
}

.single-fitness-feature .fitness-number span {
	color: #fff;
	background: #233EDE;
	width: 67px;
	height: 67px;
	display: inline-block;
	line-height: 67px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.single-fitness-feature .fitness-number.left-number {
	margin-right: 0;
	margin-left: 24px;
	float: right;
}

.single-fitness-feature .fitness-text.left-text p {
	padding-right: 0;
	padding-left: 35px;
}

.single-fitness-feature .fitness-text {
	overflow: hidden;
}

.single-fitness-feature .fitness-text h4 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

.single-fitness-feature .fitness-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 35px;
}

/*---------------------
  Feature Call To Action
-----------------------*/

.classes-callto-section {
	padding-top: 51px;
	padding-bottom: 58px;
}

.classes-callto-text span {
	color: #fff;
	display: block;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: -6px;
}

.classes-callto-text h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
}

.classes-callto-text p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 42px;
}

.classes-callto-text .primary-btn {
	background: #212122;
}

/*---------------------
  Blog
-----------------------*/

.single-blog-item {
	margin-bottom: 100px;
}

.single-blog-item .blog-img {
	height: 420px;
	position: relative;
	margin-bottom: 77px;
}

.single-blog-item .blog-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: #233EDE;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-blog-item .blog-img img {
	position: relative;
}

.single-blog-item .blog-img .blog-time {
	position: absolute;
	left: 27px;
	top: 16px;
	width: 89px;
	height: 89px;
	background: #233EDE;
	text-align: center;
}

.single-blog-item .blog-img .blog-time h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	margin-top: 6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-blog-item .blog-img .blog-time h2 span {
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: 700;
	margin-top: -3px;
}

.single-blog-item .blog-text {
	text-align: center;
}

.single-blog-item .blog-text h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 12px;
}

.single-blog-item .blog-text ul {
	margin-bottom: 26px;
}

.single-blog-item .blog-text ul li {
	color: #c6c6c6;
	font-size: 14px;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
}

.single-blog-item .blog-text ul li:last-child:after {
	display: none;
}

.single-blog-item .blog-text ul li:after {
	content: "|";
	display: inline-block;
	color: #c6c6c6;
	padding-left: 14px;
	padding-right: 15px;
}

.single-blog-item .blog-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 38px;
}

.single-blog-item .blog-text .posted-by {
	margin-bottom: 40px;
}

.single-blog-item .blog-text .posted-by .posted-by-img {
	display: inline-block;
	position: relative;
}

.single-blog-item .blog-text .posted-by .posted-by-img img {
	height: 39px;
	width: 39px;
	margin-right: 12px;
}

.single-blog-item .blog-text .posted-by .posted-by-name {
	display: inline-block;
}

.single-blog-item .blog-text .posted-by .posted-by-name span {
	color: #353535;
	font-size: 15px;
	font-weight: 500;
}

.single-blog-item:hover .blog-img:after {
	opacity: 0.57;
}

.single-blog-item:hover .blog-text h2 {
	color: #233EDE;
}

.single-blog-item:hover .blog-text h2 a {
	color: #233EDE;
}

.blob-pagination {
	margin-top: -27px;
}

.blob-pagination ul li {
	list-style: none;
	display: inline-block;
}

.blob-pagination ul li a {
	color: #353535;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-right: -12px;
	padding: 15px 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blob-pagination ul li a.active {
	color: #fff;
	background: #233EDE;
}

/*---------------------
  Contact
-----------------------*/

.contact-section {
	position: relative;
}

.map {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 42%;
	background: #ccc;
}

.map iframe {
	height: 100%;
	width: 100%;
}

.contact-info {
	padding-top: 89px;
	padding-bottom: 100px;
}

.contact-info .contact-details {
	margin-bottom: 60px;
}

.contact-info .contact-details h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-info .contact-details p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
	padding-right: 18px;
}

.contact-info .contact-details .address li {
	list-style: none;
	font-size: 14px;
	color: #353535;
	font-weight: 500;
	margin-bottom: 13px;
}

.contact-info .contact-form input {
	width: 100%;
	border: 3px solid #e1e1e1;
	height: 55px;
	padding-left: 30px;
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 25px;
}

.contact-info .contact-form textarea {
	width: 100%;
	height: 216px;
	border: 3px solid #e1e1e1;
	padding-left: 30px;
	padding-top: 15px;
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 26px;
	resize: none;
}

.contact-info .contact-form button {
	background: #233EDE;
	border: none;
	color: #fff;
	display: block;
	padding: 20px 45px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

/*---------------------
  Elements
-----------------------*/

.m-80 {
	margin-bottom: 80px;
}

.element-section {
	padding-top: 90px;
	padding-bottom: 75px;
}

/* Button Styles */

.button-elem {
	margin-bottom: 90px;
}

.button-elem h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

.button-elem a {
	margin-right: 10px;
}

.button-elem .primary-btn.b-btn {
	background: #060a0f;
}

.button-elem .primary-btn.border-btn {
	color: #233EDE;
	background: #fff;
	border: 3px solid #233EDE;
	padding: 17px 50px;
}

.button-elem .primary-btn.sky-btn {
	color: #060a0f;
	background: #ebedf8;
}

/* Accordin Styles */

.accordin-elem {
	margin-bottom: 45px;
}

.accordin-elem h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

.accordin-elem .card {
	border: none;
	margin-bottom: 13px;
}

.accordin-elem .card .card-heading {
	background: #EBEDF8;
	padding: 22px 30px 22px 35px;
}

.accordin-elem .card .card-heading a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	text-align: left;
}

.accordin-elem .card .card-body {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 0;
	padding-top: 38px;
}

.accordin-elem .card:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordin-elem .card:last-of-type {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.accordin-elem .card-heading a:after,
.accordin-elem .card-heading>a.active[aria-expanded=false]:after {
	content: "+";
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #060a0f;
}

.accordin-elem .card-heading a[aria-expanded=true]:after,
.accordin-elem .card-heading>a.active:after {
	content: "-";
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #060a0f;
}

.accordin-elem .card-heading.active {
	background: #233EDE;
	color: #fff;
}

.accordin-elem .card-heading.active a:after {
	color: #fff;
}

.tabs-elem {
	margin-top: 82px;
}

.tabs-elem .nav-tabs {
	border-bottom: 0;
}

.tabs-elem .nav-tabs .nav-item {
	background: #EBEDF8;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-right: 20px;
}

.tabs-elem .nav-tabs .nav-item a {
	color: #060a0f;
}

.tabs-elem .nav-tabs .nav-item .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	display: block;
	padding: 20px 30px;
}

.tabs-elem .tab-content {
	margin-top: 36px;
}

.tabs-elem .tab-content p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff !important;
	background-color: #233EDE;
}

/* Milestone Counter Styles */

.milestone-title h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

.milestone-counter .counter-icon {
	margin-bottom: 13px;
}

.milestone-counter span {
	color: #353535;
	font-size: 72px;
	font-weight: 700;
	line-height: 73px;
	display: inline-block;
}

.milestone-counter strong {
	font-weight: 700;
	display: inline-block;
	font-size: 72px;
	color: #353535;
	line-height: 73px;
	text-transform: uppercase;
}

.milestone-counter p {
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Loaders Styles */

.loaders-title h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

.single-loader {
	text-align: center;
}

.single-loader .loader-circle-wrap {
	margin-bottom: 9px;
	position: relative;
}

.single-loader .loader-circle-wrap .loader-percentage {
	position: absolute;
	left: 0;
	top: 34%;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	color: #353535;
}

.single-loader span {
	color: #7b7b7b;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
}

/* Icon Box Title */

.icon-box-title h2 {
	color: #353535;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

.single-icon-box {
	padding: 0px 15px;
	text-align: center;
}

.single-icon-box .single-icon-box-img {
	display: inline-block;
	height: 88px;
	width: 88px;
	background: #233EDE;
	text-align: center;
	line-height: 85px;
	border-radius: 50%;
	margin-bottom: 40px;
}

.single-icon-box h5 {
	color: #353535;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 26px;
}

.single-icon-box p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

/*....................  Resposive Media Styles  .......................*/

@media (max-width: 1400px) {
	.top-social {
		right: auto;
		left: 0;
	}
}

/* Medium Device : 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu ul {
		margin-left: 110px;
	}
	.main-menu ul .search-btn {
		margin-left: 62px;
	}
	.member-sign-up .member-signup-btn .primary-btn {
		padding: 20px 48px;
	}
	.member-sign-up p {
		margin-bottom: 20px;
	}
	.inside-bg:after {
		top: 130px;
	}
	.primary-btn {
		padding: 20px 41px;
	}
	.accordin-elem .card .card-heading {
		padding: 22px 30px 22px 20px;
	}
	.accordin-elem .card .card-heading a {
		font-size: 12px;
	}
	.tabs-elem .nav-tabs .nav-item {
		margin-right: 15px;
	}
	.tabs-elem .nav-tabs .nav-item .nav-link {
		padding: 20px 22px;
	}
}

/* Tablet : 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-social {
		display: none;
	}
	.main-menu ul {
		margin-left: 13px;
	}
	.single-slide h1 {
		font-size: 105px;
	}
	.main-menu ul li:nth-child(4) {
		margin-right: 8px;
	}
	.main-menu ul li:nth-child(5) {
		margin-right: 8px;
	}
	.main-menu ul .search-btn {
		margin-left: 8px;
	}
	.about-us-area .about-text {
		margin-bottom: 40px;
	}
	.skill-section .skill-text {
		margin-bottom: 40px;
	}
	.single-counter {
		margin-bottom: 30px;
	}
	.skill-section {
		padding-bottom: 64px;
	}
	.single-classes {
		text-align: center;
	}
	.inside-bg:after {
		display: none;
	}
	.testimonial-section.spad-3 {
		padding-bottom: 40px;
	}
	.testimonial-content {
		margin-bottom: 50px;
	}
	.about-callto-text .cl-right {
		float: none;
	}
	.about-callto-text {
		text-align: center;
	}
	.features-section .single-features {
		text-align: center;
		margin-bottom: 50px;
	}
	.features-section.spad {
		padding-bottom: 40px;
	}
	.services-section .section-title {
		margin-bottom: 60px;
	}
	.services-section .single-service {
		margin-bottom: 50px;
	}
	.p-70 {
		padding-top: 20px;
	}
	.trainer-section {
		padding-bottom: 45px;
	}
	.single-trainer {
		text-align: center;
		margin-bottom: 50px;
	}
	.trainer-img .img-hover {
		padding: 14px 18px;
	}
	.upcoming-classes {
		margin-bottom: 30px;
	}
	.membership-card {
		margin-bottom: 30px;
	}
	.fitness-section {
		padding-top: 108px;
		padding-bottom: 30px;
	}
	.button-elem a {
		margin-right: 10px;
		margin-bottom: 13px;
	}
	.button-elem .primary-btn.border-btn {
		padding: 17px 47px;
	}
	.tabs-elem {
		margin-bottom: 50px;
		margin-top: 30px;
	}
	.milestone-counter {
		margin-bottom: 40px;
	}
	.m-80 {
		margin-bottom: 40px;
	}
	.single-loader {
		margin-bottom: 40px;
	}
	.single-icon-box {
		margin-bottom: 45px;
	}
	.element-section {
		padding-bottom: 30px;
	}
	.contact-info {
		padding-bottom: 70px;
	}
	.map {
		position: relative;
		margin-bottom: 100px;
		height: 500px;
		width: 100%;
	}
}

/* Large Mobile : 480px. */

@media only screen and (max-width: 767px) {
	.top-social {
		display: none;
	}
	.mobile-menu {
		display: none;
	}
	.header-section {
		height: 125px;
	}
	.main-menu {
		padding-top: 20px;
	}
	.main-menu .logo {
		position: relative;
		left: 0;
		top: 0;
		margin-left: 0;
		display: inline-block;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.slicknav_nav {
		background: #222;
		padding: 25px;
	}
	.slicknav_btn {
		margin: 5px 5px 30px;
		border-radius: 0;
		float: right;
		background-color: #233EDE;
		position: relative;
		top: -56px;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
	}
	.main-menu ul li {
		display: block;
	}
	.main-menu ul {
		text-align: center;
		margin-left: 0;
	}
	.main-menu ul .search-btn {
		margin-left: 0;
	}
	.main-menu ul li:nth-child(1) {
		float: none;
		margin-right: 0;
	}
	.main-menu ul li:nth-child(2) {
		float: none;
		margin-right: 0;
	}
	.main-menu ul li:nth-child(3) {
		float: none;
	}
	.main-menu ul li:nth-child(4) {
		margin-right: 0;
	}
	.main-menu ul li:nth-child(5) {
		margin-right: 0;
	}
	.search-btn:hover {
		background: #ccc;
		color: #222;
	}
	.single-slide h1 {
		font-size: 65px;
	}
	.features-section .single-features {
		text-align: center;
		margin-bottom: 50px;
	}
	.features-section.spad {
		padding-bottom: 40px;
	}
	.about-us-area .about-text {
		margin-bottom: 40px;
	}
	.skill-section .skill-text {
		margin-bottom: 40px;
	}
	.section-title h2 {
		font-size: 38px;
	}
	.skill-section {
		padding-bottom: 64px;
	}
	.single-classes {
		text-align: center;
	}
	.inside-bg:after {
		display: none;
	}
	.classes-callto-text span {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.classes-callto-text h2 {
		font-size: 35px;
	}
	.single-fitness-feature .fitness-number {
		float: none;
		margin-bottom: 20px;
	}
	.single-fitness-feature .fitness-number.left-number {
		float: none;
		margin-bottom: 20px;
	}
	.single-counter {
		margin-bottom: 30px;
		text-align: center;
	}
	.testimonial-section.spad-3 {
		padding-bottom: 40px;
	}
	.testimonial-content {
		margin-bottom: 50px;
	}
	.about-callto-text .cl-right {
		float: none;
	}
	.about-callto-text .cl-left p {
		margin-bottom: 30px;
	}
	.about-callto-text {
		text-align: center;
	}
	.services-section .section-title {
		margin-bottom: 60px;
	}
	.p-70 {
		padding-top: 20px;
	}
	.services-section .single-service {
		margin-bottom: 50px;
	}
	.trainer-section .section-title .trainer-btn {
		position: relative;
		margin-top: 50px;
		text-align: center;
	}
	.trainer-section .section-title {
		position: relative;
	}
	.trainer-section {
		padding-bottom: 45px;
	}
	.single-trainer {
		text-align: center;
		margin-bottom: 50px;
	}
	.upcoming-classes {
		margin-bottom: 30px;
	}
	.membership-card {
		margin-bottom: 30px;
	}
	.single-blog-item .blog-img {
		height: 250px;
	}
	.footer-content .footer-menu {
		margin-bottom: 60px;
	}
	.footer-content .footer-menu ul li {
		margin-right: 3px;
	}
	.footer-content .footer-menu ul li:nth-child(2) {
		margin-right: 3px;
	}
	.footer-content .subscribe-form {
		width: 450px;
	}
	.fitness-section {
		padding-top: 108px;
		padding-bottom: 30px;
	}
	.button-elem .primary-btn {
		padding: 20px 46px;
	}
	.button-elem .primary-btn.border-btn {
		padding: 17px 43px;
	}
	.button-elem a {
		margin-right: 10px;
		margin-bottom: 13px;
	}
	.tabs-elem {
		margin-bottom: 50px;
		margin-top: 30px;
	}
	.accordin-elem .card .card-heading a {
		font-size: 13px;
	}
	.tabs-elem .nav-tabs .nav-item {
		margin-right: 5px;
	}
	.milestone-counter {
		margin-bottom: 40px;
		text-align: center;
	}
	.m-80 {
		margin-bottom: 40px;
	}
	.single-loader {
		margin-bottom: 40px;
	}
	.single-icon-box {
		margin-bottom: 45px;
	}
	.element-section {
		padding-bottom: 30px;
	}
	.single-blog-item .blog-text h2 {
		font-size: 30px;
	}
	.contact-info {
		padding-bottom: 70px;
	}
	.map {
		position: relative;
		margin-bottom: 100px;
		height: 500px;
		width: 100%;
	}
	.search-bar-tablecell input {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* Small Mobile : 320px. */

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 30px;
	}
	.testimonial-content .testimonial-pic {
		float: none;
		margin-bottom: 30px;
	}
	.about-callto-text .cl-left h2 {
		font-size: 30px;
	}
	.about-callto-text .cl-left p {
		margin-bottom: 30px;
	}
	.single-slide h1 {
		font-size: 45px;
	}
	.member-sign-up .member-signup-btn .primary-btn {
		padding: 20px 42px;
	}
	.member-sign-up p {
		line-height: 25px;
	}
	.services-section .primary-btn {
		padding: 20px 45px;
	}
	.footer-content .subscribe-form input {
		width: 280px;
	}
	.footer-content .subscribe-form {
		width: 280px;
	}
	.footer-content .subscribe-form input {
		padding-left: 15px;
	}
	.footer-content .subscribe-form button {
		width: 100px;
	}
	.footer-content .social-links a {
		margin-right: 35px;
	}
	.tabs-elem .nav-tabs .nav-item {
		font-size: 12px;
	}
	.tabs-elem .nav-tabs .nav-item .nav-link {
		padding: 20px 8px;
	}
	.single-blog-item .blog-text h2 {
		font-size: 20px;
	}

	
}
.single-slide h1 {
	position: relative;
	top: -60px;   /* Adjust this value */
}

.service-img {
    margin-bottom: 25px;
}

.service-img img {
    width: 100%;
    border-radius: 8px;
}

/*=====================================================
  MPCL TEAM CARDS - DARK GREY CARDS WITH BLUE HOVER
  Final version with dark grey instead of black
======================================================*/

/* Classes Section - Team Cards */
.classes-section {
	padding-top: 100px !important;
	padding-bottom: 70px !important;
	background: #ffffff !important;  /* White background */
}

/* Section Title Styling */
.section-title {
	margin-bottom: 60px !important;
}

.section-title span {
	color: #233EDE !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 6px !important;
	text-transform: uppercase !important;
	display: block !important;
	margin-bottom: 10px !important;
}

.section-title h2 {
	font-size: 42px !important;
	font-weight: 700 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
}

/* Team Card Container - DARK GREY */
.single-classes {
	margin-bottom: 50px !important;
	background: #2d2d2d !important;  /* Dark grey background */
	border-radius: 8px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
	transition: all 0.4s ease !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	border: 2px solid #3d3d3d !important;  /* Slightly lighter grey border */
	position: relative !important;
}

/* STRONG HOVER EFFECT WITH BLUE GLOW */
.single-classes:hover {
	transform: translateY(-10px) !important;  /* Lift higher */
	box-shadow: 0 10px 40px rgba(35, 62, 222, 0.6) !important;  /* Stronger blue glow */
	border-color: #233EDE !important;  /* Blue border */
	border-width: 2px !important;
}

/* Blue accent line at top - appears on hover */
/* Blue accent line at top - appears on hover */
.single-classes::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 4px !important;
	background: linear-gradient(90deg, #233EDE 0%, #4a5fd8 100%) !important;
	opacity: 0 !important;
	transition: opacity 0.4s ease !important;
	z-index: 10 !important;
}

.single-classes:hover::before {
	opacity: 1 !important;
}


.flip-card::after {
    content: '' !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    background: linear-gradient(135deg, #233EDE, #4a5fd8, #233EDE) !important;
    border-radius: 8px !important;
    opacity: 0 !important;
    z-index: -1 !important;
    transition: opacity 0.4s ease !important;
    filter: blur(10px) !important;
}

.flip-card:hover::after {
    opacity: 0.7 !important;
}

/* Team Logo Image Container */
.classes-img {
	margin-bottom: 0 !important;
	height: 320px !important;
	overflow: hidden !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #1f1f1f !important;  /* Darker grey for logos */
	position: relative !important;
}

.classes-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 0.4s ease !important;
}

.single-classes:hover .classes-img img {
	transform: scale(1.08) !important;  /* Bigger zoom */
}

/* Team Name and Description - WHITE TEXT */
.classes-text {
	text-align: center !important;
	padding: 30px 25px !important;
	flex-grow: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	background: #2d2d2d !important;  /* Match card background */
}

.classes-text h5 {
	color: #ffffff !important;  /* White text for team name */
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	margin-bottom: 15px !important;
	letter-spacing: 1.5px !important;
	min-height: 50px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: color 0.3s ease !important;
}

/* Team name glows blue on hover */
.single-classes:hover .classes-text h5 {
	color: #4a9eff !important;  /* Light blue glow for text */
	text-shadow: 0 0 10px rgba(74, 158, 255, 0.5) !important;
}

.classes-text p {
	color: #b0b0b0 !important;  /* Light gray for description */
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	transition: color 0.3s ease !important;
}

.single-classes:hover .classes-text p {
	color: #d0d0d0 !important;  /* Brighter on hover */
}

/* Ensure equal height cards in each row */
.classes-section .row {
	display: flex !important;
	flex-wrap: wrap !important;
}

.classes-section [class*="col-"] {
	display: flex !important;
	margin-bottom: 30px !important;
}

/* Add outer glow effect */
.single-classes::after {
	content: '' !important;
	position: absolute !important;
	top: -2px !important;
	left: -2px !important;
	right: -2px !important;
	bottom: -2px !important;
	background: linear-gradient(135deg, #233EDE, #4a5fd8, #233EDE) !important;
	border-radius: 8px !important;
	opacity: 0 !important;
	z-index: -1 !important;
	transition: opacity 0.4s ease !important;
	filter: blur(10px) !important;
}

.single-classes:hover::after {
	opacity: 0.7 !important;  /* Glowing border effect */
}

/* Responsive adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-img {
		height: 280px !important;
	}
	
	.classes-text h5 {
		font-size: 18px !important;
		min-height: 45px !important;
	}
}

@media only screen and (max-width: 767px) {
	.classes-section {
		padding-top: 60px !important;
		padding-bottom: 30px !important;
	}
	
	.classes-img {
		height: 250px !important;
	}
	
	.classes-text {
		padding: 25px 20px !important;
	}
	
	.classes-text h5 {
		font-size: 18px !important;
		min-height: auto !important;
		margin-bottom: 12px !important;
	}
	
	.classes-text p {
		font-size: 13px !important;
		line-height: 22px !important;
	}
	
	.single-classes {
		margin-bottom: 30px !important;
	}
}

/*=====================================================
  BREADCRUMB POSITION FIX
======================================================*/

.breadcrumb-area {
	height: 422px !important;
	padding-top: 210px !important;
	background-position: center 30% !important;
}

.breadcrumb-area .breadcrumb-content h2 {
	color: #fff !important;
	font-size: 72px !important;
	font-weight: 500 !important;
	margin-bottom: 15px !important;
}

.breadcrumb-area .breadcrumb-content .links {
	background: #233EDE !important;
	display: inline-block !important;
	padding: 2px 17px !important;
}

.breadcrumb-area .breadcrumb-content .links a {
	color: #fff !important;
	display: inline-block !important;
}

.breadcrumb-area .breadcrumb-content .links .rt-breadcrumb:before {
	content: "/" !important;
	display: inline-block !important;
	color: #fff !important;
	padding-right: 3px !important;
}

/*=====================================================
  UTILITY CLASSES
======================================================*/

.mb-5 {
	margin-bottom: 3rem !important;
}

/*=====================================================
  COLOR REFERENCE:
  
  Card Background: #2d2d2d (Dark Grey)
  Logo Section: #1f1f1f (Darker Grey)
  Card Border: #3d3d3d (Light Grey)
  Border on Hover: #233EDE (Blue)
  
  Text Colors:
  - Team Names: #ffffff (White) â†’ #4a9eff (Light Blue on hover)
  - Descriptions: #b0b0b0 (Light Grey) â†’ #d0d0d0 (Brighter on hover)
======================================================*/

.inside-bg:after {
    display: none !important;
    background: none !important;
    content: none !important;
}

.fitness-section {
    background-image: url(../img/Whychose.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}

.fitness-section,
.fitness-section.inside-bg,
.fitness-section.set-bg,
section.fitness-section {
    background-position: center 60% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Force it with inline specificity - MOVE LOWER */
body .fitness-section {
    background-position: center 60% !important;
}

/* Even more specific - MOVE LOWER */
body section.fitness-section.inside-bg {
    background-position: center 60% !important;
}

/* Restore overlay properly */
.inside-bg {
    position: relative;
    z-index: 1;
}

.inside-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}
/* Make each feature title yellow */
.single-fitness-feature .fitness-text h4 {
    color: #FFD700 !important; /* Gold yellow */
    font-weight: 600;
}

/* Make paragraph text brighter white */
.single-fitness-feature .fitness-text p {
    color: #ffffff !important;
}

.skill-section.set-bg {
	background-image: url(../img/Whychose.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
}

.breadcrumb-area.set-bg {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}


/* FIX HEADER ALIGNMENT - BALANCED MENU */
.main-menu .mobile-menu ul {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 70% !important;
}

.main-menu .mobile-menu ul li {
    flex: 0 0 auto !important;
    float: none !important;
}

/* Position first 2 items on LEFT */
.main-menu .mobile-menu ul li:nth-child(1),
.main-menu .mobile-menu ul li:nth-child(2) {
    margin-right: auto !important;
}

/* Position last 2 items on RIGHT */
.main-menu .mobile-menu ul li:nth-child(3),
.main-menu .mobile-menu ul li:nth-child(4) {
    margin-left: auto !important;
}

/* Center the logo */
.main-menu .logo {
    position: absolute !important;
    left: 54% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
}



BUNGEE FONT
h1, h2, h3, h4, h5, h6 {
    font-family: 'Abril Fatface', cursive !important;
}

/* ABRIL FATFACE - PAGE TITLES ONLY */

/* Index page "Mastro Sports" slider titles */
.hero-slider h1,
.single-slide h1 {
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 2px !important;
}

/* Breadcrumb "Mastro Premier Cricket League" */
.breadcrumb-content h2 {
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 1px !important;
}

/* Section titles "LEAGUE TEAMS", "SEASON 2026" */
.section-title h2,
.section-title span {
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 1px !important;
}

/* Team names */
.classes-text h5,
.single-classes h5 {
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 1px !important;
}

/* League format & About titles */
.fitness-text h4,
.about-text h4 {
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 1px !important;
}

/* Countdown title "LEAGUE STARTS IN" */
section[style*="linear-gradient(135deg, #1a1a1a"] h2 {
    font-family: 'Abril Fatface', cursive !important;
    letter-spacing: 2px !important;
}

/* Header - buttons stay EXACTLY where they were */
.header-section {
    background: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    padding: 25px 30px !important;
}

.header-section .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.header-section .row,
.header-section .col-lg-12 {
    margin: 0 !important;
    padding: 0 !important;
}

.main-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
}

/* Logo - BIGGER and MORE RIGHT (ONLY CHANGE) */
.main-menu .logo {
    position: static !important;
    transform: none !important;
    margin: -10px 0 0 90px !important;
    width: auto !important;
    max-width: none !important;
}

.main-menu .logo img {
    max-height: 120px !important;
    height: 70px !important;
    width: auto !important;
    max-width: none !important;
}

.main-menu .logo a {
    display: block !important;
    width: auto !important;
    max-width: none !important;
}

/* Buttons - EXACTLY as they were */
.main-menu .mobile-menu {
    margin-left: auto !important;
}

.main-menu .mobile-menu ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.main-menu .mobile-menu ul li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.main-menu ul li a {
    background: linear-gradient(90deg, #233EDE 0%, #FFD700 100%) !important;
    padding: 2px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
}

.main-menu ul li a span {
    background: #1a1a1a !important;
    color: #FFD700 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 9px 22px !important;
    border-radius: 50px !important;
    display: block !important;
    white-space: nowrap !important;
}

.main-menu ul li a:hover span {
    background: #233EDE !important;
    color: #fff !important;
}

body {
    padding-top: 0 !important;
}

/* Founders Section Fixes */
.about-founders-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.founder-profile {
    padding: 20px;
    text-align: center;
}

/* Founder images - make visible */
.founder-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #233EDE;
    display: block;
    margin: 0 auto 20px;
}

/* Founder name - BLACK text */
.founder-profile h3 {
    font-family: 'Abril Fatface', cursive;
    font-size: 28px;
    color: #1a1a1a !important;
    margin: 10px 0 5px 0;
}

/* Co-Founder label */
.founder-profile p {
    color: #233EDE !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Instagram Icon Button - SMALL */
.instagram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 22px;
}

.instagram-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 20px rgba(131, 58, 180, 0.5);
    color: #fff !important;
}

.instagram-btn i {
    margin: 0;
}

/* Section Title - BLACK */
.section-title h2 {
    color: #1a1a1a !important;
}

/* Mobile Footer Logo - MUCH SMALLER */
@media (max-width: 767px) {
    .footer-logo img {
        max-width: 150px !important;
    }
}

/* Mobile Header Logo - CENTERED */
@media (max-width: 767px) {
    .header-section {
        padding: 15px 0 !important;
    }
    
    .main-menu {
        justify-content: center !important;
    }
    
    .main-menu .logo {
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    .main-menu .logo img {
        max-height: 60px !important;
    }
    
    /* Hide navigation buttons on mobile - they'll be in menu */
    .main-menu .mobile-menu {
        display: none !important;
    }
}

/* ========================================
   MOBILE MENU - SIMPLE TOGGLE
   ======================================== */

   @media (max-width: 767px) {
    /* Center logo */
    .main-menu {
        justify-content: center !important;
    }
    
    .main-menu .logo {
        margin: 0 auto !important;
    }
    
    .main-menu .logo img {
        max-height: 60px !important;
    }
    
    /* Hide desktop nav */
    .main-menu .mobile-menu {
        display: none !important;
    }
    
    /* Hamburger button */
    .slicknav_menu {
        position: fixed !important;
        top: 45px !important;
        right: 20px !important;
        z-index: 99999 !important;
        background: transparent !important;
    }
    
    .slicknav_menutxt {
        display: none !important;
    }
    
    .slicknav_btn {
        background: rgba(0, 0, 0, 0.8) !important;
        padding: 10px !important;
        border: 2px solid #FFD700 !important;
        border-radius: 8px !important;
    }
    
    .slicknav_icon-bar {
        background: #FFD700 !important;
        height: 3px !important;
    }
    
    /* Fullscreen black overlay */
    .slicknav_nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.97) !important;
        z-index: 99998 !important;
    }
    
    .slicknav_nav ul {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        height: 100vh !important;
        gap: 25px !important;
    }
    
    /* Badge buttons */
    .slicknav_nav a {
        background: linear-gradient(90deg, #233EDE 0%, #FFD700 100%) !important;
        padding: 2px !important;
        border-radius: 50px !important;
    }
    
    .slicknav_nav a span {
        background: #1a1a1a !important;
        color: #FFD700 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        letter-spacing: 2.5px !important;
        padding: 14px 40px !important;
        border-radius: 50px !important;
        display: block !important;
    }
    
   
}

/* FORCE hamburger down - NUCLEAR */
@media (max-width: 767px) {
    #mobile-menu-wrap {
        position: fixed !important;
        top: 65px !important;
        right: 18px !important;
        z-index: 99999 !important;
    }
    
    #mobile-menu-wrap .slicknav_menu {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
    }
}

/* MPCL breadcrumb title ONLY - smaller on mobile */
@media (max-width: 767px) {
    .mpcl-breadcrumb .breadcrumb-content h2 {
        font-size: 30px !important;
        line-height: 1.1 !important;
        padding: 0 20px !important;
    }
}

/* ========================================
   FLIP CARD EFFECT FOR TEAM CARDS
   ======================================== */

   .flip-card {
    background-color: transparent;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* When card is flipped */
.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front and back positioning */
.flip-card-front,
.flip-card-back {
    position: relative;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Back of card - TALLER with scrolling for many players */
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px !important; /* Fixed height for scrolling */
    transform: rotateY(180deg);
    background: #2d2d2d;
    border-radius: 8px;
    padding: 25px 20px;
    overflow: hidden;
}

/* Players list styling - SCROLLABLE */
.team-players {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-players h5 {
    color: #FFD700 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #FFD700 !important;
    flex-shrink: 0;
}

/* Scrollable players container */
.players-list {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-bottom: 15px;
}

/* Custom scrollbar */
.players-list::-webkit-scrollbar {
    width: 6px;
}

.players-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.players-list::-webkit-scrollbar-thumb {
    background: #233EDE;
    border-radius: 10px;
}

.players-list::-webkit-scrollbar-thumb:hover {
    background: #FFD700;
}

/* Player names - compact */
.player-name {
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 8px 12px !important;
    margin: 4px 0 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 5px !important;
    border-left: 3px solid #233EDE !important;
    transition: all 0.2s ease !important;
}

.player-name:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-left-color: #FFD700 !important;
    transform: translateX(5px) !important;
}

.flip-hint {
    color: #b0b0b0 !important;
    font-size: 11px !important;
    font-style: italic !important;
    margin-top: 0 !important;
    flex-shrink: 0;
}

/* Mobile - slightly shorter */
@media (max-width: 767px) {
    .flip-card-back {
        height: 500px !important;
    }
    
    .team-players h5 {
        font-size: 18px !important;
    }
    
    .player-name {
        font-size: 13px !important;
        padding: 7px 10px !important;
    }
}

/* NUCLEAR FIX - Force flip cards to have NO blue anywhere */
.flip-card,
.flip-card:hover,
.flip-card.single-classes,
.flip-card.single-classes:hover,
.flip-card *,
.flip-card:hover * {
    border-color: #3d3d3d !important;
}

/* Remove ALL blue backgrounds */
.flip-card .classes-text,
.flip-card:hover .classes-text,
.flip-card .classes-img,
.flip-card:hover .classes-img {
    background: #2d2d2d !important;
}

/* Logo section stay dark */
.flip-card .classes-img,
.flip-card:hover .classes-img {
    background: #1f1f1f !important;
}

/* No blue on any text */
.flip-card h5,
.flip-card:hover h5,
.flip-card p,
.flip-card:hover p {
    color: #ffffff !important;
    text-shadow: none !important;
}

/* Override box shadow to not show blue */
.flip-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
}

/* Make YWOR image smaller */
.classes-img img[src="img/classes/ywor.png"] {
    width: 50% !important;
    height: 90% !important;
    object-fit: contain !important;
    margin: auto !important;
}


/* Make Royal Cheetahs image fill container without cutting bottom */
.classes-img img[src="img/classes/cheetas.jpg"] {
    width: 108% !important;
    height: 108% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Make TKR image smaller but fill container with black */
.classes-img img[src="img/classes/TKRph.jpg"] {
    width: 70% !important;
    max-height: 250px !important;
    object-fit: contain !important;
    margin: auto !important;
}

/* Fill the TKR container completely with black */
.flip-card .classes-img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #000000 !important;
    height: 320px !important;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Offset scroll for founders section
#founders-section {
    scroll-margin-top: 150px;
} */

.modal-header {
    text-align: center;
    margin-bottom: 50px;
    border: none;
    padding: 0;
    width: 100%;
}

/* ── POINTS TABLE MODAL ── */
#pointsModal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 99999;
    background: #0a0a0a;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
}

.pts-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 80px;
}

/* Header */
.pts-header {
    text-align: center;
    margin-bottom: 40px;
}
.pts-header img {
    height: 180px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px auto;
    position: relative;
    left: 0px;
}
.pts-header h2 {
    font-family: 'Abril Fatface', cursive;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    font-size: 52px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: center;
}
.pts-header p {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

/* Table */
.pts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

/* Header row */
.pts-table thead tr {
    background: linear-gradient(90deg, #233EDE 0%, #1a2fa0 100%);
}
.pts-table thead th {
    color: #FFD700;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 16px;
    text-align: center;
}
.pts-table thead th:first-child {
    text-align: left;
    padding-left: 20px;
}

/* Body rows */
.pts-table tbody tr {
    background: linear-gradient(145deg, #1e1e1e 0%, #161616 100%);
    border-bottom: 1px solid rgba(255,215,0,0.08);
    transition: all 0.25s ease;
}
.pts-table tbody tr:hover {
    background: linear-gradient(145deg, #252525 0%, #1c1c1c 100%);
    border-color: rgba(255,215,0,0.3);
    transform: translateX(4px);
}

/* Top team highlight */
.pts-table tbody tr.top-team {
    background: linear-gradient(145deg, #1a1f3a 0%, #111630 100%);
    border-left: 3px solid #FFD700;
}

.pts-table tbody td {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 16px;
    text-align: center;
}
.pts-table tbody td:first-child {
    text-align: left;
    padding-left: 16px;
}

/* Team cell */
.pts-team-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pts-team-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255,215,0,0.3);
    background: #111;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pts-team-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pts-team-logo.contain img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.pts-team-name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Stat values */
.pts-val-pts {
    color: #FFD700;
    font-weight: 900;
    font-size: 16px;
}
.pts-val-win { color: #4aff91; font-weight: 700; }
.pts-val-loss { color: #ff6b6b; font-weight: 700; }
.pts-val-nrr-pos { color: #4aff91; font-weight: 600; }
.pts-val-nrr-neg { color: #ff6b6b; font-weight: 600; }
.pts-val-zero { color: rgba(255,255,255,0.3); }

/* Position badge */
.pos-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.4);
}
.pos-badge.gold { background: linear-gradient(135deg, #FFD700, #FFA500); color: #1a1a1a; }
.pos-badge.silver { background: linear-gradient(135deg, #c0c0c0, #a0a0a0); color: #1a1a1a; }
.pos-badge.bronze { background: linear-gradient(135deg, #cd7f32, #a0522d); color: #fff; }

/* Live link button */
.pts-live-btn {
    text-align: center;
    margin-top: 24px;
}

/* Footer */
.pts-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.pts-footer p {
    color: rgba(255,255,255,0.3);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 600px) {
    .pts-inner { padding: 12px 10px 60px; }
    .pts-header img { height: 100px !important; left: 0 !important; position: static !important; margin: 0 auto 4px auto !important; }
    .pts-header h2 { font-size: 28px !important; letter-spacing: 3px; }
    .pts-team-logo { width: 32px; height: 32px; }
    .pts-team-name { font-size: 11px; }
    .pts-table thead th { font-size: 9px; padding: 10px 8px; letter-spacing: 1px; }
    .pts-table tbody td { font-size: 12px; padding: 12px 8px; }
    .pts-table tbody td:first-child { padding-left: 10px; }
    .pts-team-cell { gap: 8px; }
    .pts-val-pts { font-size: 13px; }
    .pos-badge { width: 20px; height: 20px; font-size: 10px; }
}

.pts-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;   /* THIS centers horizontally */
    align-items: center;
}


#ptsLogo {
    height: 180px;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

@media (max-width: 600px) {

    /* Make buttons smaller */
    .mpcl-buttons .mpcl-btn span {
        font-size: 10px;
        padding: 6px 14px;
        letter-spacing: 1px;
    }

    /* Hide full text */
    .mpcl-buttons .mpcl-btn span .full-text {
        display: none;
    }

    /* Show short text */
    .mpcl-buttons .mpcl-btn span .short-text {
        display: inline;
    }
}