/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #961a22;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Inter", sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* Cursor Start */

/* .mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
} */

/* Cursor End */
/* GLOBAL CSS */

.themeBtn {
    border: 2px solid #ffb5ab;
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: 8px;
    line-height: normal;
    box-shadow: 0 0 14px 0 rgb(255 181 171 / 80%);
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
    background: #1e3952;
    padding: 1rem 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 200px;
}

.navbar-brand > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0;
    display: inline-block;
    position: relative;
}

.form-inline .themeBtn {
    margin-left: 2rem;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
    background: url(../images/mainBnnr.jpg) center/cover no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
}

.main-slider h1 {
    margin: 0;
    color: #eddec7;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.main-slider p {
    color: var(--white);
    font-weight: 600;
    line-height: 1.2;
    font-size: 1rem;
    margin: 1.5rem 0;
}

/* !MAIN HERO SLIDER CSS */

.mainHead {
    font-size: 60px;
    font-weight: bold;
    color: #eddec7;
    text-transform: uppercase;
}

/* section1 */
.process-steps-section {
    background-color: #8c1e26;
    /* Main red background */
    /* padding-top: 120px; */
    /* Space for the timer */
    /* padding-bottom: 80px; */
    /* position: relative; */
    /* margin-top: 46px; */
    /* Creates space for the timer to overlap the section above */
}

.top-shadow-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

/* Timer Styles */
.timer-column {
    position: static;
    /* Allows absolute positioning relative to row/container */
}

.contest-timer-wrapper {
    position: absolute;
    top: -160px;
    /* Pull it up out of the section */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 380px;
}

.contest-timer-outer {
    background: #6a717b;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5),
        inset 0 2px 3px rgba(255, 255, 255, 0.3);
    border: 1px solid #88929e;
    border-bottom-color: #4a5058;
    border-right-color: #4a5058;
    position: absolute;
    top: 80px;
    left: -35%;
}

/* Simulate side brackets */
.contest-timer-outer::before,
.contest-timer-outer::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 60%;
    background: #5a616a;
    border-radius: 6px;
    border: 1px solid #4a5058;
    z-index: -1;
}

.contest-timer-outer::before {
    left: -8px;
}

.contest-timer-outer::after {
    right: -8px;
}

.contest-timer-inner {
    background: #2b333e;
    border-radius: 8px;
    padding: 12px 20px 15px;
    border: 1px solid #1a1f26;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.timer-header-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

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

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}

.time-val {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.time-lbl {
    color: #a0a8b4;
    font-size: 9px;
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

.time-sep {
    color: #a0a8b4;
    font-size: 20px;
    font-weight: bold;
    margin-top: -15px;
}

/* Card Styles */
.process-cards-row {
    /* margin-top: 40px; */
}

.process-card-item {
    position: relative;
    text-align: center;
    margin: 0;
    padding-top: 50px;
    /* Space for the floating icon */
    height: 100%;
}

.card-icon-container {
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    /* width: 110px; */
    /* height: 110px; */
}

.card-icon-container img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.card-body-container {
    background-color: #f2ebd7;
    /* Inner beige color */
    border: 10px solid #e1b474;
    /* Outer tan/orange border */
    border-radius: 12px;
    padding: 135px 56px 57px;
    /* Extra top padding to clear the absolute icon */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card-item:hover .card-body-container {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.card-main-title {
    color: #12293f;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.card-sub-desc {
    color: #575353;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

/* section1 */

/* section2 */
.hw-home-win-section {
    overflow: hidden;
}

.hw-home-win-section .hw-hero-img {
    object-fit: cover;
    min-height: 400px;
}

.hw-home-win-section .hw-content-bg {
    background-color: #1b273b;
    min-height: 100%;
}

.hw-home-win-section .hw-content-box {
    padding: 0 103px;
    /* margin: 0 auto; */
    /* width: 100%; */
}

.hw-home-win-section .hw-main-heading {
    color: #ebd7b2;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.hw-home-win-section .hw-description-text {
    color: #d1d8e0;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
    width: 67%;
}

.hw-home-win-section .hw-feature-list li {
    color: #f0e3d3;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hw-home-win-section .hw-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

section.hw-home-win-section {
    padding: 0;
}

@media (min-width: 992px) {
    .hw-home-win-section .hw-hero-img {
        height: 100vh;
        max-height: 800px;
    }
}

@media (max-width: 767px) {
    .hw-home-win-section .hw-main-heading {
        font-size: 2.2rem;
    }

    .hw-home-win-section .hw-feature-list li {
        font-size: 1rem;
    }
}

/* section2 */

/* section3 */
.mission-about-wrapper {
    background-color: #e5dfd5;
    padding: 0;
    border-top: 4px solid #f3d9b8;
    border-bottom: 4px solid #f3d9b8;
}

.mission-text-column {
    min-height: 400px;
}

.mission-inner-content {
    padding: 4rem 10% 4rem 15%;
}

@media (max-width: 991.98px) {
    .mission-inner-content {
        padding: 3rem 15px;
    }

    .mission-text-column {
        min-height: auto;
    }
}

.mission-sec-title {
    font-weight: bold;
    font-size: 60px;
    color: #162432;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.mission-paragraph {
    font-size: 1rem;
    color: #12293f;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.mission-img-column {
    position: relative;
}

.mission-cover-img {
    object-fit: cover;
    display: block;
}

@media (min-width: 992px) {
    .mission-text-column,
    .mission-img-column {
        height: 100%;
        min-height: 650px;
    }
}

/* section3 */

/* section4 */
.contest-video-banner {
    height: 750px;
    overflow: hidden;
}

.contest-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contest-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgb(9 28 44 / 0%), #091c2dd6);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn-play-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-play-circle:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    margin-left: 5px;
}

.contest-banner-heading {
    font-size: 60px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    color: #fff;
}

@media (max-width: 768px) {
    .contest-video-banner {
        height: 350px;
    }

    .contest-banner-heading {
        font-size: 1.8rem;
    }
}

/* section4 */

/* section5 */
.house-contest-section {
    background: url(../images/bgenw1.png) center/cover no-repeat;
    height: 800px;
    display: flex;
    align-items: anchor-center;
    border-bottom: 4px solid #f3d9b8;
}

@media (max-width: 767.98px) {
    .house-contest-section {
        padding: 60px 0 60px 0;
    }
}

.house-image-wrapper {
    margin-bottom: -10px !important;
}

.house-contest-section .main-title {
    color: #f1dfc5;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .house-contest-section .main-title {
        font-size: 2.2rem;
    }
}

.house-contest-section .sub-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}

/* section5 */
section.process-steps-section.aos-init.aos-animate {
    border-bottom: 4px solid #f3d9b8;
}

/* footer  */
.site-footer-section {
    background-color: #0b1522;
    color: #b0b8c4;
    padding-top: 70px;
    border-top: 3px solid #f3d9b8;
}

.footer-brand-logo {
    font-size: 26px;
    font-weight: 700;
    color: #eeddc8;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-about-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 25px;
    width: 84%;
    color: #fff;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid var(--white);
    border-radius: 50%;
    color: var(--white);
    margin-right: 10px;
    font-size: 13px;
    transition: 0.6s ease;
    text-decoration: none;
}

.footer-social-links a:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.footer-widget-heading {
    font-size: 24px;
    font-weight: bold;
    color: #eeddc8;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-quick-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-quick-links li {
    margin-bottom: 10px;
}

.footer-quick-links a {
    color: var(--white);
    font-size: 1.125rem;
}

.footer-quick-links a:hover {
    color: #eeddc8;
}

.footer-newsletter-form .custom-form-input {
    background-color: transparent;
    border: 1px solid #364456;
    border-radius: 4px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 14px;
    box-shadow: none;
    height: 3.75rem;
    border: 2px solid var(--white);
}

.footer-newsletter-form .custom-form-input::placeholder {
    color: #65758a;
}

.footer-newsletter-form .custom-form-input:focus {
    border-color: #eeddc8;
    background-color: rgba(255, 255, 255, 0.02);
}

.footer-newsletter-form .custom-submit-btn {
    background-color: #aa2727;
    color: #ffffff;
    border: 1px solid rgba(238, 221, 200, 0.6);
    box-shadow: 0 0 10px rgba(238, 221, 200, 0.2);
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-newsletter-form .custom-submit-btn:hover {
    background-color: #8c1e1e;
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.footer-contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.contact-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #364456;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1.025rem;
    color: #b0b8c4;
    flex-shrink: 0;
}

.contact-detail-text {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
}

.footer-copyright-bar {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 25px 0;
    margin-top: 5.375rem;
    text-align: center;
}

.copyright-text {
    margin: 0;
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 500;
}

/* footer  */

.footer-newsletter-form button {
    border: 3px solid #ffb5ab;
}

.themeBtn:hover {
    box-shadow: 0 0 27px 0 rgb(255 181 171 / 90%);
    background-color: var(--primary);
    color: var(--white);
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    background-color: var(--primary);
    transition: 0.6s ease;
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

body.loading {
    overflow: hidden;
    height: 100vh;
}

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113;
}

.preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0rem;
    right: 5rem;
}

.preLoader .bar {
    height: 20%;
    width: 100vw;
    background-color: var(--primary);
}

/* PRELOADER */

/* Inner Pages Css Start */

.inner-banner {
    background: url(../images/innerimg.png) center/cover no-repeat;
    height: 410px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #f3d9b8;
    border-top: 3px solid #f3d9b8;
}

.inner-banner h2 {
    font-size: 3.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #eddec7;
    text-align: center;
}

.about-home .hw-content-bg p {
    font-weight: 500;
    color: var(--white);
    text-transform: capitalize;
    width: 79%;
    line-height: inherit;
    margin-bottom: 1.75rem;
}

.about-home .hw-content-bg .themeBtn {
    margin: 1.25rem 0 0 0;
}

.process-steps-section.apply-page .mainHead {
    margin: 1.75rem 0 5rem 0 !important;
}

.process-steps-section.apply-page {
    padding: 6rem 0 8rem 0;
}

.video-page-video {
    background-color: #12293f;
    padding: 8rem 0 6rem 0;
}

.video-page-video .mainHead {
    text-align: center;
    margin: 0;
}

.video-main .figureClass {
    position: relative;
}

.video-main .figureClass::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.video-main .figureClass a {
    position: absolute;
    display: flex;
    align-items: center;
    inset: 0;
    height: fit-content;
    width: fit-content;
    margin: auto;
}

.video-main .figureClass a i {
    height: 3.75rem;
    width: 3.75rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    transition: 0.6s ease;
}

.video-main .figureClass a:hover i {
    background-color: var(--white);
    color: var(--black);
    transform: scale(1.1);
}

.video-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    line-height: normal;
    margin: 1.125rem 0 0 0;
}

.video-main {
    margin: 3.75rem 0 0 0;
}

.video-page-video .row + .row {
    padding: 2.5rem 0 0 0;
}

.rules-sec {
    background-color: #12293f;
}

.rules-sec h3 {
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #eddec7;
    margin: 0 0 1.05rem 0;
}

.rules-sec h2 {
    margin: 0 0 3.75rem 0;
}

.rules-sec p {
    font-weight: 500;
    color: var(--white);
    line-height: inherit;
    text-transform: capitalize;
}

.auth-section {
    background-color: #12293f;
    padding: 150px 0 141px 0;
}

.auth-card {
    background-color: #0a1c2d;
    border-radius: 8px;
    padding: 3rem 2.5rem;
}

.auth-card h2 {
    color: #eddec7;
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.auth-card label {
    color: var(--white);
    font-size: 0.875rem;
    margin-bottom: 0.4rem;
    display: block;
}

.custom-input {
    background-color: transparent !important;
    border: 1px solid #2a3a4c;
    font-size: 0.95rem;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    box-shadow: none !important;
    height: 3.125rem;
    border: 1px solid var(--white);
    color: var(--white);
    width: 100%;
}

.custom-input:focus {
    border-color: #5b6f8a;
}

.custom-input::-webkit-input-placeholder {
    color: #6b7a8c;
}

.custom-input::-moz-placeholder {
    color: #6b7a8c;
}

.custom-input:-ms-input-placeholder {
    color: #6b7a8c;
}

.theme-btn {
    background-color: #a7232b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.8rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.theme-btn:hover,
.theme-btn:focus {
    background-color: #8f1c22;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    outline: none;
}

.forgot-link {
    color: #961a22;
    font-size: 1rem;
    font-weight: 500;
}

.forgot-link:hover {
    color: #cf2c35;
    text-decoration: underline;
}

.social-btn {
    background-color: transparent;
    border: 1px solid #2a3a4c;
    padding: 0.6rem;
    border-radius: 4px;
    transition: background-color 0.3s;
    width: 155px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-left: auto;
}

.social-btn:hover {
    background-color: #1a2533;
}

.custom-control-label {
    color: #a1abb8;
    font-size: 0.85rem;
    padding-top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a7232b;
    border-color: #a7232b;
}

.toggle-password {
    color: #6b7a8c;
    font-size: 1rem;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.toggle-password:hover {
    color: #a1abb8;
}

.auth-card p {
    color: var(--white) !important;
    font-size: 1rem;
    font-weight: 500;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.auth-card .themeBtn {
    width: 100%;
    border: unset;
    margin-bottom: 1rem;
}

.col-6.pr-0.pl-2:last-child .social-btn {
    margin: 0;
}

.winnig-sec {
    background-color: #12293f;
    padding: 7rem 0 7rem 0;
}

.winnig-wrap h4 {
    margin: 3.75rem 0 2.5rem 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.winnig-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.winnig-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--white);
    padding: 1rem 36px 1rem 22px;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
}

.winnig-list li h5 {
    font-size: 9px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1c2d37;
    text-align: start;
    margin: 0;
}

.winnig-list li h5 span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #1c2d37;
}

.winnig-wrap figure {
    margin: 69px 0 6.25rem 0;
}

.winnig-wrap .btn-group {
    justify-content: center;
    gap: 1.875rem;
}

.winnig-wrap .btn-group a {
    padding: 1rem 2.85rem;
}

.winnig-sec .mainHead {
    width: fit-content;
    margin: 0 auto 0;
    background-color: #ebc290;
    color: #12293f;
    padding: 0.625rem 2.5rem 0.625rem 2.5rem;
    border-radius: 7px;
    border: 10px solid #eddfd2;
}

.checkout-section {
    background-color: #1a2737;
    color: #d2d6db;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
}

.info-box {
    background-color: #111c29;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.box-title {
    color: #eddec7;
    font-size: 2.25rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2rem !important;
}

.checkout-section label {
    font-size: 0.875rem;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 0.3rem;
    font-weight: 400;
}

.checkout-section .form-control {
    background-color: transparent;
    border-radius: 4px;
    height: 3.125rem;
    border: 1px solid var(--white);
    font-size: 1rem;
    font-weight: 400;
    color: rgb(255 255 255 / 60%);
}

.checkout-section .form-control:focus {
    background-color: transparent;
    border-color: #5a6d85;
    color: #fff;
    box-shadow: none;
}

.checkout-section .form-control::placeholder {
    color: #5a6d85;
}

.btn-pay {
    background-color: #aa242b;
    border: 2px solid #dc4a51;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 0.6rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-pay:hover {
    background-color: #8c1e23;
    border-color: #b5454b;
    color: #fff;
}

.total-box {
    border: 1px solid #334155 !important;
    border-radius: 4px;
}

.check-list li {
    font-size: 25px;
    color: #eddec7;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
}

.muted-text-sm {
    font-size: 25px;
    color: #eddec7;
    font-weight: 400;
}

.card-logo {
    width: 60px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 0.5rem;
}

.card-logo:last-child {
    margin-right: 0;
}

.support-icon {
    width: 2.5rem;
    border: 1px solid #5a6d85;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #eddec7;
    height: 2.5rem;
}

.info-box form button {
    width: 100%;
    border: unset;
}

.timing-sec.voting-sec .contest-timer-outer {
    left: 0;
    right: 0;
    top: 0;
    width: fit-content;
    margin: 0 auto 0;
}

.timing-sec.voting-sec {
    background-color: #12293f;
    padding: 6rem 0 13rem;
}

.voting-top {
    text-align: center;
    margin-bottom: 3rem;
}

.voting-top h4 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #eddec7;
    margin: 2rem 0 0 0;
}

.vote-sec {
    padding: 0 0 6rem 0;
    background-color: #12293f;
}

.vote-sec h2 {
    text-align: center;
    margin-bottom: 2.25rem;
    font-size: 3.125rem;
}

.vote-flex h5 {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.vote-flex h6 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
    text-transform: capitalize;
}

.vote-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 1rem 0;
}

.vote-content .btn-group {
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
}

.vote-content .btn-group .themeBtn {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.75rem 3.998rem;
}

.votesec {
    background-color: #931921;
}

.entries-sec {
    background-color: #12293f;
}

.entries-sec .mainHead {
    text-align: center;
}

.entries-main {
    text-align: center;
    background-color: #0a1c2d;
    padding: 81px 0 60px 0;
    margin-top: 2rem;
    transition: 0.6s ease;
}

.entries-main h4 {
    font-size: 41px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eddec7;
    margin: 3.125rem 0 0 0;
}

.entries-main:hover {
    background-color: #931921;
    transform: scale(0.98);
}

.rules-sec.privacy-sec h3 {
    margin: 1.25rem 0 1.25rem 0;
}

section.hw-home-win-section.about-home .hw-content-bg {
    background-color: #1e2733;
}

/* ========================================
   VIDEO SUBMISSION FORM - NEW STYLES ONLY
   ======================================== */

.video-submission-section {
    padding: 6rem 0;
    background-color: #12293f;
}

.video-submission-card {
    background-color: #0a1c2d;
    border-radius: 12px;
    padding: 3rem 2.5rem;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid #2a3a4c;
}

.video-submission-title {
    color: #eddec7;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
}

.video-submission-desc {
    color: #b0b8c4;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.form-group label {
    color: var(--white);
    font-size: 0.875rem;
    margin-bottom: 0.4rem;
    display: block;
    font-weight: 500;
}

.required {
    color: var(--primary);
    font-weight: 600;
}

/* File Upload Styling */
.video-upload-wrapper {
    position: relative;
}

.video-file-input {
    width: 100%;
    padding: 0.7rem 1rem;
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 6px;
    color: var(--white);
    font-size: 0.95rem;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.video-file-input::-webkit-file-upload-button {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-right: 1rem;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.video-file-input:hover {
    border-color: #ffb5ab;
}

.video-upload-hint {
    font-size: 0.8rem;
    color: #6b7a8c;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.custom-checkbox {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.2rem;
    accent-color: var(--primary);
    cursor: pointer;
}

.checkbox-label {
    color: var(--white);
    font-size: 0.9rem;
    line-height: 1.4;
    cursor: pointer;
    font-weight: 400;
}

.checkbox-label .required {
    margin-left: 0.25rem;
}

/* Error Messages */
.error-message {
    display: block;
    color: #ff6b6b;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    min-height: 1.2em;
}

/* Submit Button */
.video-submit-btn {
    width: 100%;
    margin-top: 1rem;
}

.form-note {
    text-align: center;
    color: #6b7a8c;
    font-size: 0.85rem;
    margin-top: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .video-submission-card {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }

    .video-submission-title {
        font-size: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .video-submission-section {
        padding: 4rem 0;
    }

    .video-submission-title {
        font-size: 1.75rem;
    }

    .video-submission-desc {
        font-size: 0.95rem;
    }
}

/* Focus States for Accessibility */
.custom-input:focus,
.video-file-input:focus,
.custom-checkbox:focus {
    outline: none;
    border-color: #ffb5ab;
    box-shadow: 0 0 0 3px rgba(255, 181, 171, 0.2);
}

/* Validation States (optional JS enhancement) */
.custom-input.invalid,
.video-file-input.invalid {
    border-color: #ff6b6b;
}

.custom-input.valid,
.video-file-input.valid {
    border-color: #51cf66;
}

/* Inner Pages Css End */

.hw-content-box .themeBtn,
.mission-inner-content .themeBtn,
.contest-content .themeBtn,
.footer-news-col .themeBtn {
    padding: 1em 1.125em;
}

.mission-img-column {
}

.mission-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:is(.mainHead) .char {
    display: inline !important;
}

.contest-content {
    padding: 0 3rem 0 0;
    margin-left: 7rem;
}

.card-icon-container.vote-icon img {
    width: 140px;
}

.footer-brand-logo img {
    width: 260px;
}

.va-note {
    background-color: rgba(55, 138, 221, 0.12);
    border: 1px solid rgba(55, 138, 221, 0.35);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.82rem;
    color: #85b7eb;
    margin-top: 6px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.va-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #378add;
    flex-shrink: 0;
    margin-top: 4px;
}

.card-main-title-sm {
    font-size: 1.65rem;
    letter-spacing: 0;
}

.finalists-card-body-container {
    padding: 8em 1em 4em;
}

.winnig-list li img {
    width: 35px;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(12%) sepia(51%) saturate(5470%)
        hue-rotate(345deg) brightness(92%) contrast(92%);
}

h2.mainHead.videosub {
    font-size: 2.75rem;
    text-transform: capitalize;
}

.footer-form .form-control {
    border-radius: 50px;
    height: 4.3125rem;
    margin: 0 0 1.25rem 0;
    outline: unset;
    box-shadow: unset;
    padding: 0 0 0 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #737373;
}

.footer-form button {
    border: unset;
    text-align: end;
    display: block;
    margin-left: auto;
    padding: 1.25rem 3rem 1.25rem 3rem;
}

/* List Base */
.submission-rules {
    list-style: none;
    padding: 0;
    margin-top: 1.2rem;
}

.submission-rules li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.9rem;
    line-height: 1.6;
    color: #d1d8e0;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

/* Custom Bullet Icon */
.submission-rules li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
    font-weight: 700;
    font-size: 1rem;
}

/* Hover Effect */
.submission-rules li:hover {
    color: var(--white);
    transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .submission-rules li {
        font-size: 0.9rem;
    }
}

.video-heading-wrapper {
    position: sticky;
    top: 5%;
}
