.video-title-container p {
	max-width: 42rem;
	font-size:20px;
}
.video-container {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border-radius: 1rem;
	transform: translateY(20px);
}
.w-full {
	width: 100%;
}
.h-full {
	height: 100%;
}
.max-w-4xl {
	max-width: 56rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.rounded-xl {
	border-radius: 1rem;
}
.video-container iframe {
	height:450px;
}
.bold-text-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #260f07, #EFD7CB);
	position: relative;
	overflow: hidden;
	padding: 0.4rem;
	border: 1px solid #60504a;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.golden-bold-text {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cta-container {
	margin-top:50px !important
	position: relative;
	padding: 2rem;
	margin: 0 auto;
	margin-top: 0px;
	background: linear-gradient( 135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100% );
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
	background:#260f07;
}
.cta-container {
	padding: 2rem;
	text-align: center;
}
.cta-container::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 border-radius: 15px;
 pointer-events: none;
 background: linear-gradient( 45deg, transparent 0%, rgba(180, 131, 62, 0.1) 45%, rgba(255, 215, 0, 0.15) 50%, rgba(180, 131, 62, 0.1) 55%, transparent 100% );
 background-size: auto;
 background-size: 200% 200%;
 animation: shine 6s infinite linear;
}
.cta-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
.cta-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.split-text-container {
	flex: 1;
}
.split-text-container {
	margin: 0 auto;
	margin-bottom:30px;
}
.gradient-text {
	background: linear-gradient(to right, #eee1a6, #ceae62, #eee1a6);
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.register-btn {
	padding: 1rem 2rem;
	background: linear-gradient(45deg, #eee1a6, #ceae62, #eee1a6);
	border: none;
	border-radius: 50px;
	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
	cursor: pointer;
	transition: transform 0.3s ease;
	animation: pulse 2s infinite;
	white-space: nowrap;
}
.winner-card {
	perspective: 1000px;
	cursor: pointer;
	scroll-snap-align: start;
}
.winner-card-inner {
	height: 100%;
	position: relative;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(10px);
	border-radius: 1rem;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	border: 1px solid transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)) padding-box, linear-gradient(135deg, rgba(196, 164, 132, 0.4), transparent 20%, rgba(255, 215, 0, 0.4)) border-box;
	background:#260f07;
	height:480px;
}
.winner-image-wrapper {
	position: relative;
	overflow: hidden;
}
.winner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.winner-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient( to bottom, transparent 0%, transparent 50%, rgba(14, 23, 47, 0.9) 100% );
}
.winner-name {
	font-family: 'Seasons', serif;
	font-size: 1.75rem;
	background: linear-gradient(to right, #C4A484, #FFD700);
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 0.5rem;
}
.winner-title {
	font-size: 0.9rem;
	color: #fff;
	margin-bottom: 0.25rem;
}
.winner-year {
	font-size: 1.5rem;
}
.winner-card:hover .winner-card-inner {
	transform: translateY(-10px);
	border-image: linear-gradient(135deg, #C4A484, transparent 50%, #260F07) 1;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(196, 164, 132, 0.1);
}
.py-10 {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}
.humans_magic {
	padding-top:50px;
	padding-bottom:30px;
}
.groomer-section {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.groomer-section h2{ padding-bottom:30px; margin:auto; text-align:center}
.groomer-card {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 460px;
}
.groomer-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem;
	background: linear-gradient(to top, rgba(14, 23, 47, 0.9), transparent);
}
.humans_magic h2 {
	margin: auto auto 30px auto;
	text-align: center;
}
.about_us{ padding-bottom:50px;}
.about {
	position: relative;
	background: url("https://media.cmsmax.com/ajwe1iignumdmqnrczhwd/become-bg.jpg") no-repeat center center;
	background-size: auto;
	background-size: cover;
}
.about__logo {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 11px;
}
.about__text-content {
	text-align: center;
	color: #fff;
}
.about__text-content > h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 36px;
	text-transform: uppercase;
}
.about__text-content > h2 > span {
	display: block;
	margin-bottom: 15px;
	font-family: "Lora", serif;
	font-size: 0.58em;
	text-transform: none;
}
.about__text-content > p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.3;
}
.cta {
	position: relative;
	background: url(https://media.cmsmax.com/ajwe1iignumdmqnrczhwd/cta2-bg.jpg) repeat 0 0;
	padding-top: 38px;
	padding-bottom: 44px;
}
.cta::before {
 content: "";
 width: 100%;
 height: 5px;
 position: absolute;
 top: 0;
 left: 0;
 background: url(https://media.cmsmax.com/ajwe1iignumdmqnrczhwd/line-header.jpg) repeat-x 0 100%;
 z-index: 10;
}
.cta__text-content {
	text-align: center;
	color: #fff;
}
.cta__text-content > .h2, .cta__text-content > h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 400;
}
.cta__text-content > p {
	margin-bottom: 33px;
	font-size: 18px;
	line-height: 1.2;
}
.btn-white-border-transparent--xl {
	border: 3px solid #fff;
	padding: 15px 26px;
}
.btn-white-border-transparent {
	border: 2px solid #fff;
	background: transparent;
	padding: 6px 10px 5px;
	color: #fff;
}
.btn-xl {
	border-radius: 25px;
	padding: 18px 29px;
	font-size: 18px;
}
.about__text-content {
	padding-right: 105px;
	padding-left: 105px;
}
.winner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  z-index: 2;
}
.groomer-info p{ color:#fff;}
.groomer-card:hover {
  transform: translateY(-10px);
}

/* Add shine effect */
.cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    pointer-events: none;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(180, 131, 62, 0.1) 45%,
        rgba(255, 215, 0, 0.15) 50%,
        rgba(180, 131, 62, 0.1) 55%,
        transparent 100%
    );
    background-size: 200% 200%;
    animation: shine 6s infinite linear;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Optional: Add hover state enhancement */
.cta-container:hover::before {
    animation-duration: 2s;
}
