    
/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* Universal Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html, body {
width: 100%;
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
}


body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
color: #212529;
background-color: #f7f7f7;
}



/* Topbar & Navbar */
.topbar {
background-color: #212529;
padding: 0.5rem 0;
}

.social-network {
list-style: none;
}

.social-network li {
display: inline;
margin: 0 5px;
}

.social-network li a {
color: #fff;
font-size: 1rem;
}

.mx-background-top-linear {
background: linear-gradient(45deg, #54d400 48%, #1b1e21 48%);
}

/* Header & Banner */
.beautiful-header {
font-size: 36px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
background: linear-gradient(45deg, #F47735, #394fa2);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.pch-banner {
position: relative;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.pch-banner img {
width: 100%;
height: 200px;
object-fit: cover;
}

.pch-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
z-index: 1;
}

.pch-content {
position: absolute;
top: 50%;
left: 10%;
transform: translateY(-50%);
z-index: 2;
}

.pch-content h2 {
margin: 0;
font-size: 1.5rem;
text-transform: uppercase;
}

.pch-content h1 {
margin: 5px 0;
font-size: 2rem;
font-weight: bold;
color: #feca02;
}

.pch-content p {
margin: 0;
font-size: 1.1rem;
}

/* Carousel */
.carousel-item {
height: 500px;
background-size: cover;
background-position: center;
position: relative;
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}

.carousel-caption {
bottom: 20%;
z-index: 10;
}

.carousel-title {
font-size: 2.5rem;
font-weight: bold;
text-transform: uppercase;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.carousel-text {
font-size: 1.2rem;
margin-bottom: 15px;
}

.btn-custom {
background-color: #F47735;
color: #fff;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
border: none;
transition: background 0.3s;
}

.btn-custom:hover {
background-color: #394fa2;
}



/* Prize Card */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(41, 38, 38, 0.8);
  border-radius: 50%;
}

/* Onoffswitch3 for Breaking News Ticker */
.onoffswitch3 {
position: relative;
user-select: none;
margin-bottom: 0;
}

.onoffswitch3-checkbox {
display: none;
}

.onoffswitch3-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 0 solid #999;
}

.onoffswitch3-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in;
}

.onoffswitch3-inner > span {
float: left;
position: relative;
width: 50%;
height: 30px;
line-height: 30px;
font-size: 14px;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
padding-left: 10px;
background-color: #EEEEEE;
color: #fff;
}

.onoffswitch3-inner .onoffswitch3-inactive {
width: 100px;
padding-left: 16px;
background-color: #EEEEEE;
color: #fff;
text-align: right;
}

.onoffswitch3-switch {
display: block;
width: 50%;
margin: 0;
text-align: center;
border: 0 solid #999;
position: absolute;
top: 0;
bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
background: #27A1CA;
left: 0;
width: 160px;
}

.onoffswitch3-inactive {
background: #A1A1A1;
right: 0;
width: 20px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
margin-left: 0;
}

.glyphicon-remove {
padding: 3px 0 0;
color: #fff;
background-color: #000;
height: 25px;
width: 25px;
border-radius: 15px;
border: 2px solid #fff;
}

.scroll-text {
color: #000;
}


/* Contact Widget */
.contact-widget-section2 p {
font-size: 16px;
color: #666;
margin-bottom: 20px;
}

.find-widget {
font-size: 16px;
color: #444;
margin-bottom: 10px;
}

.find-widget a {
color: #009688;
text-decoration: none;
}

.find-widget a:hover {
text-decoration: underline;
}

/* Contact Form */
.Material-contact-section .form-group {
position: relative;
margin-bottom: 25px;
}

.Material-contact-section .form-group label.control-label {
font-size: 14px;
color: #8c8c8c;
margin-bottom: 5px;
}

.Material-contact-section .form-control {
font-size: 16px;
color: #333;
background: transparent;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px 15px;
width: 100%;
}

.Material-contact-section .form-control:focus {
border-color: #009688;
outline: none;
}

.btn-common {
background: #009688;
color: #fff;
border: none;
padding: 12px 30px;
font-size: 16px;
border-radius: 4px;
cursor: pointer;
transition: background 0.3s;
}

.btn-common:hover {
background: #00796b;
}

.form-submit {
text-align: center;
margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
.Material-contact-section .row {
 flex-direction: column;
}
}

.text-highlight {
color: #41f5c1;
}

.start-btn {
background: linear-gradient(135deg, #7e20ff, #5200fa);
border: none;
border-radius: 30px;
padding: 0.75rem 1.5rem;
font-size: 1.2rem;
}

.trophy-img {
width: 250px;
}

.winners-box {
background: rgba(31,12,68,0.9);
border: 2px solid #8737ff;
border-radius: 10px;
padding: 1rem;
max-width: 400px;
position: relative;
}

.winners-header {
background-color: #5c13a2;
border-radius: 5px;
}

.top-winner-badge {
background: #2dbf77;
color: #fff;
font-size: 0.8rem;
padding: 0.25rem 0.5rem;
border-radius: 4px;
transform: rotate(-15deg);
top: -10px;
left: 10px;
position: absolute;
}
.info-section {
    padding: 50px 0;
    text-align: center;
}
.info-box {
    padding: 20px;
}
.info-box img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}
.info-box h3 {
    font-size: 24px;
    font-weight: bold;
}
.info-box p {
    font-size: 16px;
    color: #4ecbff;
    text-transform: uppercase;
    font-weight: bold;
}