﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus {
    box-shadow: none !important;
}

.race-title {
    font-size: 48px;
    font-weight: bold;
    color: #515151;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

header {
    background: rgb(255,255,255);
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -125px;
}

.race_title_black {
    color: #666 !important;
    font-weight: 600 !important;
    font-size: 22px !important;
}



.theme-line {
    font-size: 25px;
    /*line-height: 30px;*/
    position: relative;
    /* text-shadow: 3px 3px 5px #222222;*/
}

    .theme-line span {
        color: #5fbe36;
        font-size: 36px;
        font-weight: 400;
    }

        .theme-line span sup {
            top: -0.2em;
        }

.patrons-sec .patron-cat a {
    box-shadow: 5px 5px 15px 0px #dddddd;
    border: 1px solid #eee;
    padding: 10px;
    display: inline-block;
}

.banner {
    height: 507px;
    position: relative;
    margin-top: 108px;
    background: url(/Content/images/Race7-banner.jpg) no-repeat;
    background-size: cover;
}

    .banner .register-btn-lg {
        background-color: #555555;
        border: 1px solid #555555;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding: 10px;
    }

        .banner .register-btn-lg:hover {
            color: #2b2f63;
            background-color: #ffffff;
        }






.race-location {
    background: url(../images/location-bg.png) no-repeat;
    background-size: cover;
    background-position-y: 30px;
    background-position-x: center;
}

.location-box h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #5fbe36;
    font-size: 25px;
    min-height: 50px;
    align-items: flex-end;
    display: inline-flex;
}

.location-box h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.location-box a {
    border: 1px solid #5fbe36;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #5fbe36;
    color: #ffffff;
}

    .location-box a:hover {
        background-color: #ffffff;
        color: #5fbe36;
    }

.smalltext {
    font-size: 15px;
    color: #515151;
    font-weight: 500;
}

.key-topics ul li {
    font-size: 14px;
    line-height: 48px;
}

    .key-topics ul li i {
        padding-right: 10px;
        color: #5fbe36;
        font-size: 17px;
    }

.location-topics {
    font-weight: 900;
    text-transform: uppercase;
    color: #5fbe36;
    font-size: 25px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.race-grey {
    background-color: #f1f1f1;
}

.blue-slant {
    background-color: #030928;
    color: #ffffff;
    position: relative;
}

.virtual-conf {
    text-align: center;
    border-left: 1px solid rgba(176,176,176,0.5);
    position: relative;
}

    .virtual-conf > i {
        font-size: 36px;
        background-color: #5fbe36;
        color: #fff;
        border-radius: 80px;
        text-align: center;
        width: 80px;
        height: 80px;
        align-items: center;
        display: inline-grid;
    }

    .virtual-conf h3 {
        text-transform: uppercase;
        font-size: 24px;
        padding-top: 15px;
        color: #ffffff;
    }


    .virtual-conf ul li {
        text-align: left;
        padding-bottom: 20px;
        font-size: 16px;
        color: #ffffff;
        margin-left: 15px;
    }

        .virtual-conf ul li i {
            color: #5fbe36;
        }

    .virtual-conf a {
        background-color: #5fbe36;
        border: 1px solid #5fbe36;
        color: #fff;
        border-radius: 0;
        font-size: 14px;
        padding: 7px 40px;
    }

        .virtual-conf a:hover {
            background-color: transparent;
            color: #5fbe36;
        }

.virtual-conf-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.success-msg {
    margin-top: 150px;
    margin-bottom: 150px;
}

.submit-race {
    text-align: end;
}

.race-reg-form {
    margin-top: 70px;
}

.race-footer {
    background-color: #101539;
    
}

    .race-footer::before {
        background: url(../images/location-bg.png) no-repeat;
        width: 100%;
        top: 30px;
        left: 0;
        content: "";
        background-size: cover;
        height: 300px;
        opacity: 0.3;
    }

    .race-footer .row {
        border-bottom: 1px solid #707374;
    }

    .race-footer ul {
        padding-left: 0;
    }

        .race-footer ul li {
            list-style: none;
            font-size: 13px;
            line-height: 30px;
        }

            .race-footer ul li:first-child {
                font-weight: bold;
                font-size: 16px;
            }

            .race-footer ul li a {
                color: #ffffff;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

                .race-footer ul li a:hover {
                    color: #5fbe36;
                    padding-left: 5px;
                }

.sm-icon a {
    color: #ffffff;
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    margin-right: 10px;
    width: 35px;
    text-align: center;
    height: 35px;
    border-radius: 30px;
    display: inline-block;
    line-height: 34px;
    font-size: 18px;
}

    .sm-icon a:hover {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
        padding-left: 0 !important;
    }

.copyright {
    font-size: 12px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    background-color: #5fbe36; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 24px; /* Increase font size */
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

    #myBtn:hover {
        background-color: #515151; /* Add a dark-grey background on hover */
    }

.w70 {
    width: 60px;
}
/*Enquire now page*/
.enquiry-form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555555;
}

.race-btn {
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 40px;
}

    .race-btn:hover {
        background-color: transparent;
        color: #5fbe36;
        border: 1px solid #5fbe36;
        border-radius: 0;
        font-size: 14px;
        padding: 7px 40px;
    }

.enquiry-form .form-control:focus {
    box-shadow: none;
    border-color: #5fbe36;
}
/*Enquire now page*/



@media only screen and (max-width: 1400px) {

    .europe_img {
        position: relative;
        margin-top: 0px;
        margin-left: -50px;
    }
}

@media only screen and (max-width: 1024px) {

    .europe_img {
        position: relative;
    }



    .race-ameria-banner h3 {
        color: #5fbe36;
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .race-ameria-banner h4 {
        font-size: 15px;
        color: #555555;
        font-weight: 600;
    }
}

@media only screen and (max-width: 991px) {

    .race-ameria-banner {
        background-size: auto;
    }
}

@media only screen and (max-width: 768px) {

    #header {
        background: #ffffff;
    }

    .theme-line {
        font-size: 16px;
    }

    .banner .register-btn-lg {
        position: initial;
        margin-top: 20px;
    }

    .virtual-conf {
        border-left: none;
        border-bottom: 1px solid rgba(176,176,176,0.5);
    }

    .virtual-conf-btn {
        position: initial;
    }

    .boss-quote {
        width: 100%;
    }



    .europe_img {
        position: relative;
        left: 90px;
    }


    .race-ameria-banner h3 {
        color: #5fbe36;
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .race-ameria-banner h4 {
        font-size: 20px;
        color: #555555;
        font-weight: 600;
    }
}

@media only screen and (max-width: 560px) {

    .right_title_black {
        font-size: 18px !important;
        line-height: 18px;
    }

    .europe_img {
        position: relative;
        left: 50px;
    }

    .race-title {
        font-size: 30px;
    }

    .side-menu {
        position: absolute;
        right: 25px;
        top: 25px;
    }

    .theme-line {
        font-size: 16px;
        padding-left: 0;
        margin-top: 10px;
        border-top: 1px solid #5fbe36;
        padding-top: 10px;
    }

        .theme-line::before {
            border-left: none;
        }

    .organisers img {
        display: block;
        padding: 15px 0px;
        margin: auto;
    }

    .banner .register-btn-lg {
        font-size: 14px;
    }

    .location-box {
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
    }

    .virtual-conf:last-child {
        border-bottom: none;
    }

    .virtual-conf a {
        display: block;
    }

    .archive h4 {
        font-size: 14px;
    }

    .boss-quote {
        width: 100%;
    }

        .boss-quote p .quote-right {
            display: block;
        }

        .boss-quote p .quote-left {
            display: block;
        }

    .patrons img {
        width: 45%;
        float: left;
        margin: 2.5%;
    }

    .Modak-desi {
        width: 100%;
    }

    .nav-up {
        top: -205px;
    }

    .banner {
        margin-top: 205px;
    }
}

@media only screen and (max-width: 420px) {
    .race_title_black {
        font-size: 18px !important;
        line-height: 18px;
    }
}



/*RACE 7*/

.tpc-banner h1 {
    color: #cb0000;
    font-size: 48px;
    text-transform: uppercase;
}

.tpc-banner .btn {
    background-color: #cb0000;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    border-radius: 20px;
}

.tpc-banner p {
    color: #000;
    font-size: 30px;
}

.theme-line {
    position: relative;
}

    .theme-line::before {
        background: url(/Content/images/left-arrow.png) no-repeat;
        content: "";
        width: 80px;
        height: 40px;
        display: block;
        position: absolute;
        left: -120px;
        top: 25px;
    }

    .theme-line::after {
        background: url(/Content/images/right-arrow.png) no-repeat;
        content: "";
        width: 80px;
        height: 40px;
        display: block;
        position: absolute;
        right: -120px;
        top: 25px;
    }

.race-other-partners img {
    width: 140px;
}

.partron-section-title {
    min-height: 30px;
    background-color: #28a745;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}



/* Basic styling for the entire form container */
.container-fluid.reg-form {
    background-color: #f7f8fa;
    padding: 40px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

/* Title Styling */
.reg-form h1 {
    font-size: 28px;
    color: #2c3e50;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Sub-title */
.reg-form p {
    font-size: 14px;
    color: #e74c3c;
    text-align: center;
    margin-bottom: 30px;
}

/* Form container */
.registration-form {
    max-width: 1200px;
    margin: 0 auto;
}

/* Styling form elements */
.form-floating {
    margin-bottom: 20px;
}

/* Form input fields */
.form-control, .form-select {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.3s;
}

    /* Focus effect for input fields */
    .form-control:focus, .form-select:focus {
        border-color: #3498db;
        box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
    }

/* Submit button styling */
/*#btnSubmit {
    background-color: #3498db;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    width: 100%;
    transition: background-color 0.3s;
}

    #btnSubmit:hover {
        background-color: #2980b9;
    }*/

.registration-form {
    margin-top: 5%;
}

/* Field labels */
.form-label {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 500;
}

/* Validation messages */
.text-danger {
    font-size: 12px;
    color: #e74c3c;
    margin-top: 5px;
}

/* Checkbox and radio button labels */
.form-check-label {
    font-size: 14px;
    color: #2c3e50;
}

/* Inline checkboxes and radio buttons */
.form-check-inline {
    margin-right: 20px;
}

/* Container for checkboxes and radios to make them responsive */
.col-md-9, .col-md-5 {
    padding-left: 0;
    padding-right: 0;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .container-fluid.reg-form {
        padding: 20px;
    }

    .registration-form {
        max-width: 100%;
    }

    .form-control, .form-select {
        font-size: 14px;
    }

    #btnSubmit {
        padding: 12px 15px;
    }
}


.datepicker {
    z-index: 1050 !important; /* Above Bootstrap modals etc. */
}

.small-placeholder::placeholder {
    font-size: 12px; /* Adjust this value as needed */
}

button:disabled,
.race-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none; /* Prevent hover interactions */
}

    /* Optional: Remove hover effect on disabled button */
    .race-btn:disabled:hover {
        background-color: inherit; /* Or set to a dimmed color */
        color: inherit;
        box-shadow: none;
    }


.custome-margin {
    margin-top: 69px;
}


#btnSubmit {
    background-color: #3EB324;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
}

.expos-logo {
    width: 150px;
    object-fit: contain;
    height: 60px;
}


.fw-semibold {
    font-weight: 600 !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.theme-text-color {
    color: #3eb324;
}