html,
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

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

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

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

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

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

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

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

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

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

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

.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-section {
	padding: 20px 0;
	overflow: hidden;
}

.site-logo {
	display: inline-block;
	margin-right: 50px;
	padding-top: 20px;
}

.header-info {
	display: inline-block;
	float: right;
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 35px;
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 10px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #000000;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 20px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu li a:hover {
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.main-menu li.active a {
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.hs-item {
	min-height: 760px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.counter-section {
	background: #020031;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	margin-right: 10px;
}

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.course-item .course-info {
	text-align: center;
	margin: 0 -15px;
}

.course-item .course-info .date {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 400;
	line-height: 1.3;
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 170px;
	bottom: 0;
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-info p {
	margin-bottom: 30px;
}

.event-item .event-info p i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 2px;
	font-weight: 500;
}

.event-item .event-info .event-readmore i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

.blog-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-item .blog-thumb {
	width: 230px;
	height: 170px;
	float: left;
}

.blog-item .blog-content {
	padding-left: 258px;
}

.blog-item .blog-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

.blog-item .blog-meta {
	margin-bottom: 15px;
}

.blog-item .blog-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.blog-item .blog-meta span i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	margin-right: 3px;
}

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

.footer-section {
	
	
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 65px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 27px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 30px;
}

.footer-widget .about-widget p {
	margin-bottom: 35px;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
}

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

.site-breadcrumb {
	padding: 60px 0;
	color: #b7b7b7;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
	border-color:  linear-gradient(45deg, #ffd700, #ff8c00);
	color: #fff;
}

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.testimonial-section {
	background: inherit;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	font-size: 14px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color:  linear-gradient(45deg, #ffd700, #ff8c00);
	background:  linear-gradient(45deg, #ffd700, #ff8c00);
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color:  linear-gradient(45deg, #ffd700, #ff8c00);
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid  linear-gradient(45deg, #ffd700, #ff8c00);
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid  linear-gradient(45deg, #ffd700, #ff8c00);
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}
	.counter-section .counter .counter-item {
		min-width: 80px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}
	.widget {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
	}
	.header-info .hf-item p {
		display: block;
	}
	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}
	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}
	.counter-section .counter .counter-item {
		min-width: 70px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: -16px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
	.site-logo {
		padding: 15px 0;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #FFF;
		top: 25px;
		display: block;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}
	.main-menu li a:hover {
		background-color: transparent;
		color:  linear-gradient(45deg, #ffd700, #ff8c00);
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}
	.fact {
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}
	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.map-section {
		height: auto;
	}
	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}
	.map-section .map {
		height: 300px;
	}
}

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}
	.counter-section .counter .counter-item {
		min-width: 65px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}
	.course-item .course-info {
		margin: 0;
	}
	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-item .blog-content {
		padding-left: 0;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}
	.newsletter-section .newsletter {
		text-align: center;
	}
	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}
	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}
	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}
	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
}

.glowing-border {
	border: 2px solid orange;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 0 12px rgba(255, 165, 0, 0.8);
	transition: box-shadow 0.3s ease;
}

.glowing-border:hover {
	box-shadow: 0 0 20px rgba(255, 165, 0, 1);
}
.service-section {
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 25%, #2a1810 50%, #1a1f3a 75%, #0a0e27 100%);
    position: relative;
    overflow: hidden;
}

.service-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(220, 20, 60, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 40% 60%, rgba(255, 140, 0, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.service-section .container {
    position: relative;
    z-index: 2;
}

.section-title h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #ffd700, #ff8c00, #dc143c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 3rem;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.service-content {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
}

.service-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), rgba(220, 20, 60, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.service-content:hover::before {
    animation: shimmer 2s infinite;
    opacity: 1;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.glowing-border {
    position: relative;
    z-index: 1;
}

.glowing-border::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #ffd700, #ff8c00, #dc143c, #ffd700);
    background-size: 300% 300%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    animation: borderGlow 3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-content:hover.glowing-border::after {
    opacity: 1;
}

@keyframes borderGlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
}

.service-icon::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, #ffd700, #dc143c, #ff8c00, #ffd700);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: iconRotate 4s linear infinite;
}

.service-content:hover .service-icon::before {
    opacity: 1;
}

@keyframes iconRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes iconGlow {
    0%, 100% { transform: scale(1); box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3); }
    50% { transform: scale(1.05); box-shadow: 0 15px 40px rgba(220, 20, 60, 0.4); }
}

.service-icon i {
    font-size: 2rem;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.service-content:hover .service-icon {
    transform: translateY(-10px) scale(1.1);
    animation: iconGlow 2s infinite;
}

.service-content:hover .service-icon i {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.service-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-content:hover h4 {
    background: linear-gradient(45deg, #ffd700, #dc143c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    transform: translateY(-5px);
}

.service-content p {
    line-height: 1.6;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.service-content:hover p {
    opacity: 1;
    transform: translateY(-3px);
    color: #f0f0f0 !important;
}

.service-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 215, 0, 0.4);
}

.service-content::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #dc143c 0%, #ffd700 100%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-content:hover::after {
    opacity: 0.8;
    animation: sparkle 2s infinite;
    box-shadow: 0 0 10px rgba(220, 20, 60, 0.5);
}

@keyframes sparkle {
    0%, 100% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.8); }
}

.service-content:nth-child(1):hover .service-icon {
    background: linear-gradient(45deg, #ffd700, #dc143c);
}

.service-content:nth-child(2):hover .service-icon {
    background: linear-gradient(45deg, #ff8c00, #dc143c);
}

.service-content:nth-child(3):hover .service-icon {
    background: linear-gradient(45deg, #dc143c, #ffd700);
}

@media (max-width: 768px) {
    .section-title h3 {
        font-size: 2rem;
    }
    
    .service-content {
        padding: 2rem 1.5rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-icon i {
        font-size: 1.5rem;
    }
}

.service-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.5), rgba(220, 20, 60, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-content:hover:before {
    opacity: 1;
}

.testimonial-section {
    
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.testimonial-section::before {
    display: none;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.ts-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    padding: 2.5rem;
    margin: 0 15px;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
}

.ts-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), rgba(220, 20, 60, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.ts-item:hover::before {
    animation: shimmer 2s infinite;
    opacity: 1;
}

.ts-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #ffd700, #ff8c00, #dc143c, #ffd700);
    background-size: 300% 300%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    animation: borderGlow 3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ts-item:hover::after {
    opacity: 1;
}

.ts-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 215, 0, 0.4);
}

.ts-author-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 auto 1rem;
    transition: all 0.4s ease;
    border: 3px solid rgba(255, 215, 0, 0.3);
}

.ts-author-pic::before {
    display: none;
}

.ts-item:hover .ts-author-pic {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.6);
}

.ts-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}

.ts-text p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: #ffd700;
    font-family: serif;
    line-height: 1;
}

.ts-text p::after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 3rem;
    color: #dc143c;
    font-family: serif;
    line-height: 1;
}

.ts-text h5 {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.ts-text h5::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #ffd700, #dc143c);
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ffd700, #ff8c00) !important;
    border: none !important;
    border-radius: 50%;
    color: white !important;
    font-size: 1.5rem !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.owl-nav button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.4);
    background: linear-gradient(45deg, #dc143c, #ffd700) !important;
}

.owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3) !important;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: linear-gradient(45deg, #ffd700, #dc143c) !important;
    transform: scale(1.2);
}

.contact-page {
    
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.contact-page::before {
    display: none;
}

.contact-page .container {
    position: relative;
    z-index: 2;
}

.contact-form {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), rgba(220, 20, 60, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
    animation: shimmer 4s infinite;
}

.contact-form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #ffd700, #ff8c00, #dc143c, #ffd700);
    background-size: 300% 300%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    animation: borderGlow 3s ease-in-out infinite;
    opacity: 0.7;
}

.contact-form .section-title h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #ffd700, #ff8c00, #dc143c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.comment-form textarea {
    height: 120px;
    resize: vertical;
}

.site-btn {
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

.site-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.site-btn:hover::before {
    left: 100%;
}

.site-btn:hover {
    background: linear-gradient(45deg, #dc143c, #ffd700);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.4);
}

.site-btn:active {
    transform: translateY(0);
}

.service-section {
    
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.service-section::before {
    display: none;
}

@media (max-width: 768px) {
    .ts-item {
        padding: 1.5rem;
        margin: 0 10px;
    }
    
    .ts-author-pic {
        width: 80px;
        height: 80px;
    }
    
    .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem !important;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
    
    .contact-form .section-title h4 {
        font-size: 1.4rem;
    }
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

@keyframes borderGlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(220, 20, 60, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 40% 60%, rgba(255, 140, 0, 0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: -1;
}
.testimonial-slider .owl-nav {display: none;}

.data {
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
}

.data a {
    color: unset !important;
    text-decoration: none !important;
}

.data .bideneftd {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(15px);
    padding: 20px;
    border-radius: 20px;
    display: block;
    position: relative;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 215, 0, 0.25);
    overflow: hidden;
}

.data .bideneftd:hover::before {
    animation: shimmerCard 2s infinite;
    opacity: 1;
}

.data .bideneftd:hover::after {
    opacity: 1;
}

.data .bideneftd:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(255, 215, 0, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.12));
    border-color: rgba(255, 215, 0, 0.5);
}

.data .thropy-v {
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: 10;
    filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.5));
  
}

.data .bideneftd .logo {
    position: relative;
    z-index: 5;
}

.data .bideneftd .info {
    text-align: center;
    border-left: 1px solid rgba(255, 215, 0, 0.3);
    position: relative;
    z-index: 5;
    padding: 20px 15px;
}

.data .bideneftd .info p {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
    margin-bottom: 15px;
    line-height: 1.3;
}

.data .payment {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.data .payment img {
    width: 35px;
    height: 25px;
    object-fit: contain;
    background: white;
    padding: 3px;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.data .payment img:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.data .bideneftd .amenities {
    text-align: left;
    border-right: 1px solid rgba(255, 215, 0, 0.3);
    border-left: 1px solid rgba(255, 215, 0, 0.3);
    position: relative;
    z-index: 5;
    padding: 20px 15px;
}

.data .bideneftd .amenities p {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.data .bideneftd .amenities p:hover {
    color: #ffd700;
    transform: translateX(5px);
}

.data .bideneftd .amenities span {
    margin-right: 10px;
    color: #ffd700;
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #ffd700, #dc143c);
    border-radius: 50%;
    flex-shrink: 0;
    animation: checkPulse 2s ease-in-out infinite alternate;
}

.mbtn {
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    color: #0a0e27 !important;
    font-weight: 900;
    border-radius: 15px;
    font-size: 16px;
    padding: 18px 25px;
    outline: 0 !important;
    border: none !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.mbtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.mbtn:hover::before {
    left: 100%;
}

.mbtn:hover {
    background: linear-gradient(45deg, #dc143c, #ffd700);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(220, 20, 60, 0.5);
    color: white !important;
}

.mbtn:active {
    transform: translateY(-1px);
}

.data .mbtn {
    text-align: center;
    padding: 18px 15px;
    border-radius: 15px;
    display: inline-block;
    width: auto;
    min-width: 120px;
}

.centerize {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bideneftd .rate {
    background: linear-gradient(45deg, #ffd700, #dc143c);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    right: 15px;
    width: 45px;
    line-height: 45px;
    height: 45px;
    font-weight: 700;
    font-size: 18px;
    color: white !important;
    text-align: center;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
    animation: ratingPulse 2s ease-in-out infinite alternate;
}

.data .bideneftd.bestcasino {
    border: 2px solid rgba(255, 215, 0, 0.5);
}

.data .bideneftd.bestcasino::after {
    opacity: 0.7;
}

@media (max-width: 767.98px) {
    .data .bideneftd {
        padding: 25px 15px;
        border-radius: 15px;
    }
    
   
    
    .data .bideneftd .amenities {
        border: none;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 15px 0;
    }
    
    .data .bideneftd .info {
        border: none;
        margin-top: 20px;
        padding: 15px 0;
    }
    
    .data .bideneftd .info p {
        font-size: 1.1rem;
    }
    
    .data .bideneftd .amenities p {
        display: inline-block;
        font-size: 13px;
        background: linear-gradient(45deg, rgba(255, 215, 0, 0.2), rgba(220, 20, 60, 0.2));
        padding: 8px 12px;
        border-radius: 20px;
        margin: 5px 3px;
        border: 1px solid rgba(255, 215, 0, 0.3);
    }
    
    .data .bideneftd .amenities div {
        text-align: center;
        width: 100%;
    }
    
    .data .payment img {
        width: 30px;
        height: 22px;
    }
    
    .mbtn {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .bideneftd .rate {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        top: 10px;
        right: 10px;
    }
}

@keyframes borderRotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes floatTag {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@keyframes checkPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
    100% { box-shadow: 0 0 0 8px rgba(255, 215, 0, 0); }
}

@keyframes ratingPulse {
    0% { 
        transform: translateY(-50%) scale(1);
        box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
    }
    100% { 
        transform: translateY(-50%) scale(1.05);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
    }
}
/* =============== RATING SECTION =============== */
.rating-section {
    border-left: 1px solid rgba(255, 215, 0, 0.2);
    border-right: 1px solid rgba(255, 215, 0, 0.2);
    padding: 20px 10px;
}

.rating-block {
    text-align: center;
    width: 100%;
}

.rating-label {
    color: #ffd700;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.stars-rating {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-bottom: 8px;
}

.star {
    color: #ffd700;
    font-size: 16px;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
    transition: all 0.2s ease;
}

.rating-block:hover .star {
    color: #ff8c00;
    transform: scale(1.1);
}

.rating-score {
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* =============== WARNING FOOTER =============== */
.warning-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 0 0 15px 15px;
}

.warning-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    margin: 0;
    text-align: center;
    line-height: 1.3;
}

/* =============== MOBILE ADAPTATIONS =============== */
@media (max-width: 767.98px) {
    .mobile-rating {
        border: none;
        padding: 15px 10px;
    }
    
    .rating-label {
        font-size: 11px;
        margin-bottom: 6px;
    }
    
    .star {
        font-size: 14px;
    }
    
    .rating-score {
        font-size: 18px;
    }
    
    .warning-footer {
        padding: 8px 12px;
    }
    
    .warning-footer p {
        font-size: 10px;
    }
    
    /* Кнопка на мобільному займає половину ширини */
    .data .bideneftd .button.col-6 {
        padding: 10px 5px;
    }
}

/* =============== DESKTOP SPECIFIC =============== */
@media (min-width: 768px) {
    .rating-section.d-none.d-md-flex {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    
    .rating-block {
        padding: 0 5px;
    }
}

/* =============== ADJUSTMENTS FOR GRID =============== */
.data .bideneftd .row .col-md-4 {
    /* Зменшуємо info секцію щоб помістити rating */
}

.data .bideneftd .row .col-md-1 {
    /* Стилі для rating колонки */
    min-height: 120px;
}

.data .bideneftd .row .col-md-2.button {
    /* Стилі для кнопки */
    align-self: stretch;
}

/* =============== HOVER EFFECTS =============== */
.data .bideneftd:hover .stars-rating .star {
    animation: starTwinkle 0.6s ease-in-out;
}

@keyframes starTwinkle {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.data .bideneftd:hover .rating-score {
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}
/* =============== MOBILE LAYOUT (STACK DESIGN) =============== */
@media (max-width: 767.98px) {
    
    /* Основний контейнер */
    .data .bideneftd {
        padding: 15px;
    }
    
    /* Логотип блок */
    .data .bideneftd .logo {
        margin-bottom: 15px;
        padding: 20px;
        background: rgba(255, 215, 0, 0.1);
        border-radius: 12px;
        border: 1px solid rgba(255, 215, 0, 0.3);
    }
    
    /* Інформаційний блок */
    .data .bideneftd .info {
        margin-bottom: 15px;
        padding: 20px;
        background: rgba(255, 215, 0, 0.1);
        border-radius: 12px;
        border: 1px solid rgba(255, 215, 0, 0.3);
        text-align: center;
    }
    
    .data .bideneftd .info p {
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        margin: 0;
        line-height: 1.4;
    }
    
    /* Платіжні системи на мобільному */
    .data .bideneftd .payment {
        margin-top: 15px;
        padding: 15px;
        background: rgba(255, 215, 0, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(255, 215, 0, 0.2);
    }
    
    .data .bideneftd .payment img {
        width: 35px;
        height: 25px;
        margin: 3px;
        border-radius: 4px;
    }
    
    /* Переваги блок - стовпчик */
    .data .bideneftd .amenities {
        margin-bottom: 15px;
        padding: 0;
        background: transparent;
    }
    
    .data .bideneftd .amenities div {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .data .bideneftd .amenities p {
        background: rgba(255, 215, 0, 0.1);
        border: 1px solid rgba(255, 215, 0, 0.3);
        border-radius: 25px;
        padding: 12px 16px;
        margin: 0;
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: all 0.3s ease;
    }
    
    .data .bideneftd .amenities p:hover {
        background: rgba(255, 215, 0, 0.2);
        transform: translateX(5px);
    }
    
    .data .bideneftd .amenities p .lnr {
        color: #ffd700;
        font-size: 16px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    /* Прибираємо стандартні мобільні елементи */
    .mobile-bottom-row {
        display: none !important;
    }
    
    /* Рейтинг блок */
    .data .bideneftd .rating-section {
        margin-bottom: 15px;
        padding: 15px;
        background: rgba(255, 215, 0, 0.1);
        border-radius: 12px;
        border: 1px solid rgba(255, 215, 0, 0.3);
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .data .bideneftd .rating-section .rating-block {
        width: 100%;
    }
    
    .data .bideneftd .rating-section .stars-rating {
        margin-bottom: 8px;
    }
    
    .data .bideneftd .rating-section .star {
        color: #ffd700;
        font-size: 20px;
        margin: 0 2px;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }
    
    .data .bideneftd .rating-section .rating-score {
        font-size: 24px;
        font-weight: 700;
        color: #ffd700;
        text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
    }
    
    /* Кнопка */
    .data .bideneftd .button {
        margin-bottom: 15px;
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    .data .bideneftd .button .mbtn {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: linear-gradient(45deg, #ffd700, #ff8c00);
        color: #000;
        border: none;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
        transition: all 0.3s ease;
        cursor: pointer;
        text-align: center;
        display: block;
        text-decoration: none;
    }
    
    .data .bideneftd .button .mbtn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
        background: linear-gradient(45deg, #ffdf00, #ff9500);
    }
    
    /* Попередження футер */
    .warning-footer {
        margin-top: 15px;
        padding: 12px;
        background: rgba(255, 215, 0, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(255, 215, 0, 0.2);
        text-align: center;
    }
    
    .warning-footer p {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
        line-height: 1.4;
    }
    
    /* Перевизначаємо Bootstrap класи для мобільного */
    .data .bideneftd .col-5,
    .data .bideneftd .col-7,
    .data .bideneftd .col-12,
    .data .bideneftd .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Приховуємо desktop-only елементи */
    .data .bideneftd .d-none.d-md-flex,
    .data .bideneftd .d-none.d-md-block {
        display: none !important;
    }
    
    /* Показуємо mobile-only елементи */
    .data .bideneftd .d-md-none {
        display: block !important;
    }
    
    /* Додаткові відступи між картками */
    .data .bideneftd + .bideneftd {
        margin-top: 30px;
    }
    
    /* Стилі для трофею */
    .data .bideneftd .thropy-v {
        position: absolute;
        top: -10px;
        left: 15px;
        z-index: 10;
        width: 80px;
        height: auto;
    }
    
    /* Відступ зверху для контенту під трофеєм */
    .data .bideneftd.bestcasino .logo {
        margin-top: 25px;
    }
}

/* =============== EXTRA SMALL DEVICES =============== */
@media (max-width: 480px) {
    .data .bideneftd {
        padding: 12px;
    }
    
    .data .bideneftd .info p {
        font-size: 15px;
    }
    
    .data .bideneftd .amenities p {
        font-size: 15px;
        padding: 10px 14px;
    }
    
    .data .bideneftd .button .mbtn {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .data .bideneftd .payment img {
        width: 32px;
        height: 22px;
    }
}

/* ===== RESET & BASE ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ===== CARD ===== */
.casino-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: 16px;
    padding: 20px 28px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* ===== GLOW LINE TOP ===== */
.casino-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.casino-card:hover::before {
    opacity: 1;
}

/* ===== HOVER ===== */
.casino-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(255, 215, 0, 0.12);
    border-color: rgba(255, 215, 0, 0.35);
}

/* ===== RANK BADGE ===== */
.casino-card .rank {
    min-width: 36px;
    height: 36px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #ffd700;
    flex-shrink: 0;
}

/* ===== TOP 1 CARD ===== */
.casino-card.top-pick {
    border-color: rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.06), rgba(255,255,255,0.02));
}

.casino-card.top-pick .rank {
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    border: none;
    color: #000;
    font-size: 14px;
}

/* ===== HOT BADGE ===== */
.hot-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(45deg, #ff4e50, #f9d423);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== LOGO AREA ===== */
.casino-card .logo-wrap {
    width: 180px;
    height: 70px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}

.casino-card .logo-wrap img {
    max-width: 85px;
    max-height: 55px;
    object-fit: contain;
    filter: brightness(1.1);
}

/* ===== INFO BLOCK ===== */
.casino-card .info {
    flex: 1;
	
    min-width: 0;
}

.casino-card .info .name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.casino-card .info .bonus {
    font-size: 25px;
    color: #ffd700;
    font-weight: 600;
    margin-bottom: 5px;
}

.casino-card .info .legal {
    font-size: 15px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.3px;
}

/* ===== RIGHT GROUP (stars + score + button) ===== */
.casino-card .right-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: auto;
}

/* ===== STARS ===== */
.casino-card .stars-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.casino-card .stars {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffd700;
}

.casino-card .stars-label {
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== SCORE ===== */
.casino-card .score-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.casino-card .score {
    font-size: 30px;
    font-weight: 900;
    color: #ffd700;
    line-height: 1;
}

.casino-card .score-label {
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
}

/* ===== BUTTON ===== */
.casino-card .mbtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    color: #000 !important;
    font-weight: 800;
    font-size: 13px;
    border-radius: 30px;
    padding: 12px 22px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
    flex-shrink: 0;
}

.casino-card .mbtn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.casino-card .mbtn:hover {
    background: linear-gradient(45deg, #ffe44d, #ffa500);
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(255, 215, 0, 0.5);
    color: #000 !important;
}

/* ===== SECTION TITLE ===== */
.section-title {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.2);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

/* ===== TABLET ===== */
@media (max-width: 900px) {
    .casino-card {
        gap: 12px;
        padding: 18px 20px;
    }

    .casino-card .right-group {
        gap: 12px;
    }

    .casino-card .stars-wrap {
        display: none;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
    .casino-card {
        flex-direction: column;
        align-items: stretch;
        padding: 18px 16px;
        gap: 0;
        text-align: center;
    }

    /* Прибрати hot badge конфлікт */
    .casino-card .hot-badge {
        top: 10px;
        right: 10px;
        font-size: 9px;
        padding: 2px 8px;
    }

    /* Верхній рядок: rank + logo */
    .casino-card .mobile-top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .casino-card .rank {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 12px;
    }

    .casino-card .logo-wrap {
        width: 100%;
        height: 100%;
    }

    /* Info по центру */
    .casino-card .info {
        margin-bottom: 14px;
    }

    .casino-card .info .name {
        font-size: 18px;
        white-space: normal;
    }

    .casino-card .info .bonus {
        font-size: 13px;
    }

    /* Right group — горизонтально по центру */
    .casino-card .right-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-left: 0;
        margin-bottom: 14px;
    }

    /* Показати зірки на мобілі */
    .casino-card .stars-wrap {
        display: flex;
    }

    .casino-card .stars {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .casino-card .score {
        font-size: 26px;
    }

    /* Кнопка на всю ширину */
    .casino-card .mbtn {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 14px;
    }
}
