﻿/* ============================================
   IRAA AWARDS NOMINATION FORM - COMPLETE CSS
   WITH IMAGE FIXES
   ============================================ */

/* ===== BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Muli', sans-serif;
    background-color: #f5f5f5;
}

span.icon {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.actions ul li {
    margin-right: 10px;
}

/* ===== PROGRESS BAR ===== */
.progress {
    padding: 0;
    height: 30px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 6px;
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: cornflowerblue;
}

.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-family: tahoma, arial, helvetica;
    font-size: 12px;
    color: white;
}

/* ===== LOADER ANIMATION ===== */
.load-wrapp {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #d8d8d8;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: white;
}

.l-3 {
    animation-delay: 0.72s;
}

@keyframes loadingC {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* ===== PAGE CONTENT ===== */
.page-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height: 100vh;
    padding: 20px;
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

.dropdown-toggle {
    width: 100%;
    max-width: 100%;
}

.empty-field {
    border: 1.6px solid red !important;
}

/* ===== BUTTONS ===== */
.btn-blue {
    border: 1px solid #D7B56D;
    text-align: left;
    flex-grow: 1;
}

.btn-blue-pop {
    background-color: #D7B56D;
    border: 1px solid #D7B56D;
    text-align: left;
    flex-grow: 1;
    color: white;
}

    .btn-blue-pop:hover {
        border: 1px solid #D7B56D;
        color: #D7B56D;
        background-color: white;
    }

/* ===== TOAST NOTIFICATIONS ===== */
.toast-success {
    background-color: #d6f0e0 !important;
    color: #0d6831;
    border-color: #c0e7d0 !important;
}

.toast-danger {
    background-color: #f9e1e5 !important;
    color: #af233a;
    border-color: #f4c8cf !important;
}

.toast-warning {
    background-color: #fbf0da;
    color: #73510d;
    border-color: #f9e4be;
}

.toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 90%;
    max-width: 400px;
}

/* ===== WIZARD CONTAINER ===== */
.wizard-v2-content {
    background: #fff;
    width: 100%;
    max-width: 1100px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 40px auto;
    font-family: 'Muli', sans-serif;
    position: relative;
    display: flex;
    display: -webkit-flex;
    min-height: 600px;
    overflow: hidden;
}

    /* ===== WIZARD IMAGE - LEFT SIDE (Desktop) ===== */
    .wizard-v2-content .wizard-image {
        background-color: #00564d; /* Proper teal/green color */
        background-image: url('../images/side007.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 40%;
        min-width: 420px;
        max-width: 500px;
        flex-shrink: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .wizard-v2-content .wizard-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #004d4d 0%, #00756b 50%, #008f82 100%);
            z-index: -1;
        }

        /* If image fails to load, show color */
        .wizard-v2-content .wizard-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #1a4d4d 0%, #2d7a6e 100%);
            z-index: -1;
        }

/* ===== MOBILE IMAGE BANNER (Shows on mobile only) ===== */
.wizard-mobile-image {
    display: none;
    width: 100%;
    height: 180px; /* Reduced from 220px */
    background-color: #00564d; /* Proper teal/green color */
    background-image: url('../images/side007.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .wizard-mobile-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #004d4d 0%, #00756b 50%, #008f82 100%);
        z-index: -1;
    }


/* ===== WIZARD FORM - RIGHT SIDE ===== */
.wizard-v2-content .wizard-form {
    width: 60%;
    flex: 1;
    padding: 40px 36px 40px 52px;
    overflow-y: auto;
    max-height: 90vh;
    background: #fff;
    flex-shrink: 1;
}

/* ===== WIZARD HEADER - LOGO ===== */
.wizard-header {
    text-align: center;
    margin-bottom: 25px;
    padding: 20px 15px 15px 15px;
    background: #fff; /* Ensure white background */
}

    .wizard-header img {
        max-width: 480px;
        width: 100%;
        height: auto;
        margin: 0 auto 10px auto;
        display: block;
    }

.wizard-form .wizard-header h3 {
    color: #333;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.wizard-form .wizard-header p {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 26px;
}

/* ===== FORM STEPS ===== */
.form-register .steps {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow-x: auto;
}

    .form-register .steps ul {
        display: flex;
        display: -webkit-flex;
        list-style: none;
        padding-left: 0;
        min-width: max-content;
    }

    .form-register .steps li,
    .form-register .steps li.current {
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
    }

        .form-register .steps li a {
            display: inline-block;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #ccc;
            margin-right: 30px;
            position: relative;
            outline: none;
        }

            .form-register .steps li a::before {
                position: absolute;
                content: "";
                background: #D7B56D;
                width: 30px;
                height: 2px;
                top: 50%;
                transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                left: 100%;
            }

        .form-register .steps li.last a::before {
            content: none;
        }

        .form-register .steps li.current a,
        .form-register .steps li.current a:active,
        .form-register .steps li.done a::before,
        .form-register .steps li.done a,
        .form-register .steps li.done a:active {
            background: #D7B56D;
        }

        .form-register .steps li .current-info {
            display: none;
        }

        .form-register .steps li .title {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Muli', sans-serif;
        }

.form-register .content h2 {
    display: none;
}

/* ===== FORM ROWS & HOLDERS ===== */
.inner .form-row {
    display: flex;
    margin: 0 -10px;
    position: relative;
    flex-wrap: wrap;
}

    .inner .form-row .form-holder {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        position: relative;
    }

        .inner .form-row .form-holder.form-holder-2 {
            width: 100%;
            position: relative;
        }

        .inner .form-row .form-holder label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 15px;
        }

        .inner .form-row .form-holder input:not([type="checkbox"]):not([type="radio"]),
        .inner .form-row .form-holder select {
            width: 100%;
            padding: 14px 15px;
            border: 1px solid #D7B56D;
            border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            appearance: unset;
            -moz-appearance: unset;
            -webkit-appearance: unset;
            -o-appearance: unset;
            -ms-appearance: unset;
            outline: none;
            -moz-outline: none;
            -webkit-outline: none;
            -o-outline: none;
            -ms-outline: none;
            font-family: 'Muli', sans-serif;
            font-size: 16px;
            color: #333;
            font-weight: 600;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
        }

        .inner .form-row .form-holder input::-webkit-input-placeholder {
            color: #666;
            font-size: 16px;
        }

        .inner .form-row .form-holder input::-moz-placeholder {
            color: #666;
            font-size: 16px;
        }

        .inner .form-row .form-holder input:-ms-input-placeholder {
            color: #666;
            font-size: 16px;
        }

        .inner .form-row .form-holder input:-moz-placeholder {
            color: #666;
            font-size: 16px;
        }

        .inner .form-row .form-holder select {
            background: 0 0;
            z-index: 1;
            cursor: pointer;
            color: #666;
            position: relative;
        }

        .inner .form-row .form-holder .select-btn {
            z-index: 0;
            position: absolute;
            top: 27.5%;
            right: 12.5%;
            font-size: 19px;
            cursor: pointer;
            color: #666;
        }

        .inner .form-row .form-holder.form-holder-2 .select-btn {
            top: 27%;
            right: 6.5%;
        }

        .inner .form-row .form-holder .ui-datepicker-trigger {
            background: transparent;
            border: none;
            color: #666;
            font-size: 19px;
            position: absolute;
            cursor: pointer;
            right: 10.5%;
            top: 27.5%;
            outline: none;
            -o-outline: none;
            -ms-outline: none;
            -moz-outline: none;
            -webkit-outline: none;
        }

    .inner .form-row.table-responsive {
        border: 1px solid #D7B56D;
        border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 22px 26px 16px;
        margin: 0;
        margin-bottom: 35px;
    }

.inner .table-responsive .table {
    width: 100%;
}

.inner .table-responsive tbody {
    text-align: left;
}

.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
    padding-bottom: 18px;
}

.inner .table-responsive tbody th {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.inner .table-responsive tbody td {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

/* ===== ACTION BUTTONS ===== */
.actions ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .actions ul li.disabled,
    .actions ul li:first-child {
        display: none;
    }

    .actions ul li {
        padding: 0;
        border: none;
        border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        display: inline-flex;
        height: 50px;
        width: 160px;
        justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        background: #D7B56D;
        font-family: 'Muli', sans-serif;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

        .actions ul li:hover {
            background: #F0D18E;
        }

        .actions ul li a {
            color: #fff;
            text-decoration: none;
            padding: 15px 42px;
            display: flex;
        }

.form-label {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #D7B56D;
}

/* ===== CHECKBOX GROUP ===== */
.checkbox-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 6px;
}

    .checkbox-group label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        cursor: pointer;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .checkbox-group input[type="checkbox"] {
        appearance: auto;
        width: 14px;
        height: 14px;
        cursor: pointer;
        flex-shrink: 0;
        accent-color: #d4b06a;
    }

    .checkbox-group::-webkit-scrollbar {
        height: 4px;
    }

    .checkbox-group::-webkit-scrollbar-thumb {
        background: #d4b06a;
        border-radius: 4px;
    }

/* ===== BETTER LINK STYLING ===== */
.inner .form-holder p {
    margin-bottom: 12px;
    line-height: 1.6;
}

    .inner .form-holder p a {
        display: inline-block;
        line-height: 1.4;
        word-break: break-word;
    }

/* ===== BLINKING EFFECT ===== */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#exclusive-bonus {
    color: #D7B56D;
    font-weight: 900;
    text-decoration: none;
    animation: blink 1.5s infinite;
    cursor: pointer;
    padding: 5px 0;
    display: inline-block;
}

.link-like {
    background: none;
    border: none;
    padding: 0;
    color: #D7B56D;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

/* ===== HIDE UNNECESSARY ELEMENTS ===== */
#SourceTracking {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.container {
    padding: 0;
    margin: 0;
}

.message {
    display: none !important;
}

/* ===== CATEGORY SECTIONS ===== */
.homeCatSec,
.catSec,
.subCatSec {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ===== WIDGET IMAGE ===== */
.widget img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* ===== LARGE DESKTOP (1200px+) ===== */
@media screen and (min-width: 1200px) {
    .wizard-v2-content {
        max-width: 1200px;
    }

        .wizard-v2-content .wizard-image {
            width: 42%;
            min-width: 450px;
        }

        .wizard-v2-content .wizard-form {
            width: 58%;
        }
}

/* ===== MEDIUM DESKTOP (992px - 1199px) ===== */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .wizard-v2-content .wizard-image {
        width: 38%;
        min-width: 380px;
    }

    .wizard-v2-content .wizard-form {
        width: 62%;
        padding: 35px 30px;
    }

    .wizard-header img {
        max-width: 480px;
    }

    .wizard-form .wizard-header h3 {
        font-size: 30px;
    }
}

/* ===== TABLET (768px - 991px) ===== */
@media screen and (max-width: 991px) {
    .wizard-v2-content {
        flex-direction: column;
    }

        .wizard-v2-content .wizard-image {
            display: none;
        }

    .wizard-mobile-image {
        display: block;
        height: 220px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wizard-v2-content .wizard-form {
        width: 100%;
        padding: 30px 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .wizard-header img {
        max-width: 480px;
    }

    .inner .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }

        .inner .form-row .form-holder {
            padding: 0;
            width: 100%;
        }

            .inner .form-row .form-holder .ui-datepicker-trigger {
                right: 5%;
            }

            .inner .form-row .form-holder .select-btn {
                right: 6%;
            }
}

/* ===== MOBILE (768px and below) ===== */
@media screen and (max-width: 768px) {
    .page-content {
        padding: 0;
        align-items: flex-start;
        min-height: 100vh;
    }

    .wizard-v2-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        box-shadow: none;
    }

        /* Hide desktop left image */
        .wizard-v2-content .wizard-image {
            display: none !important;
        }

    /* Show mobile banner at top */
    .wizard-mobile-image {
        display: block !important;
        height: 500px;
        width: 100%;
        border-radius: 0;
        flex-shrink: 0;
        background-color: #00564d; /* Bright teal/green */
        background-image: url('../images/side007.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* Form section */
    .wizard-v2-content .wizard-form {
        width: 100%;
        max-width: 100%;
        padding: 0;
        max-height: none;
        border-radius: 0;
        flex: 1;
        background: #fff;
    }

    /* Header with logo */
    .wizard-header {
        background: #fff;
        margin-bottom: 15px;
        padding: 25px 20px 15px 20px;
    }

        .wizard-header img {
            max-width: 480px;
            margin-bottom: 12px;
        }

    .wizard-form .wizard-header h3 {
        font-size: 22px;
        margin-bottom: 8px;
        color: #333;
    }

    .wizard-form .wizard-header p {
        font-size: 14px;
        margin: 5px 0 10px;
        color: #666;
    }

    /* Form content */
    .form-register {
        padding: 0 20px 30px 20px;
    }

        /* Step indicators */
        .form-register .steps {
            margin-bottom: 20px;
            margin-top: 0;
            padding-top: 0;
        }

            .form-register .steps li a {
                width: 38px;
                height: 38px;
                margin-right: 18px;
            }

                .form-register .steps li a::before {
                    width: 18px;
                }

            .form-register .steps li .title {
                font-size: 15px;
            }

    /* Links */
    .inner .form-holder p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

        .inner .form-holder p a,
        .inner .form-holder p button {
            font-size: 14px;
        }

    /* Form fields */
    .inner .form-row {
        margin: 0;
    }

        .inner .form-row .form-holder {
            width: 100%;
            margin-bottom: 18px;
            padding: 0;
        }

            .inner .form-row .form-holder label {
                margin-bottom: 6px;
                font-size: 14px;
                font-weight: 600;
                color: #333;
            }

            .inner .form-row .form-holder input:not([type="checkbox"]):not([type="radio"]),
            .inner .form-row .form-holder select {
                font-size: 15px;
                padding: 14px 15px;
                border: 1px solid #D7B56D;
            }

    /* Dropdowns */
    .dropdown-toggle {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        padding: 14px 15px;
        text-align: left;
    }

    /* Category sections */
    .homeCatSec,
    .catSec,
    .subCatSec {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .form-label {
        font-size: 14px;
        font-weight: 700;
        color: #D7B56D;
        margin-bottom: 10px;
    }

    /* Buttons */
    .actions ul {
        justify-content: space-between;
        margin-top: 25px;
        padding: 0 0 20px 0;
    }

        .actions ul li {
            width: 48%;
            height: 50px;
            font-size: 15px;
        }

            .actions ul li a {
                padding: 14px 25px;
                font-size: 15px;
            }

    /* Checkboxes */
    .checkbox-group {
        flex-wrap: wrap;
        gap: 12px;
    }

        .checkbox-group label {
            width: 48%;
            font-size: 14px;
        }
}

/* ===== SMALL MOBILE (575px and below) ===== */
@media screen and (max-width: 575px) {
    .wizard-mobile-image {
        height: 500px;
        background-color: #00564d;
    }

    .wizard-header {
        padding: 20px 15px 12px 15px;
    }

        .wizard-header img {
            max-width: 480px;
        }

    .wizard-form .wizard-header h3 {
        font-size: 20px;
    }

    .wizard-form .wizard-header p {
        font-size: 13px;
    }

    .form-register {
        padding: 0 15px 25px 15px;
    }

        .form-register .steps li a {
            width: 35px;
            height: 35px;
            margin-right: 15px;
        }

            .form-register .steps li a::before {
                width: 15px;
            }

        .form-register .steps li .title {
            font-size: 14px;
        }

    .inner .form-holder p,
    .inner .form-holder p a,
    .inner .form-holder p button {
        font-size: 13px;
    }

    .actions ul li {
        width: 100%;
        height: 48px;
        margin-bottom: 10px;
    }

    .checkbox-group label {
        width: 100%;
    }
}

/* ===== EXTRA SMALL MOBILE (400px and below) ===== */
@media screen and (max-width: 400px) {
    .wizard-mobile-image {
        height: 500px;
        background-color: #00564d;
    }

    .wizard-header img {
        max-width: 480px;
    }

    .wizard-form .wizard-header h3 {
        font-size: 18px;
    }

    .form-register {
        padding: 0 12px 20px 12px;
    }
}
