@font-face {
    font-family: 'Interstate Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Interstate Regular'), url('../fonts/InterstateRegular.woff') format('woff');
    }
    @font-face {
        font-family: 'Interstate BlackCondensed';
        font-style: normal;
        font-weight: normal;
        src: local('../fonts/Interstate BlackCondensed'), url('../fonts/InterstateBlackCondensed.woff') format('woff');
        }
    @font-face {
        font-family: 'Interstate BoldCondensed';
        font-style: normal;
        font-weight: normal;
        src: local('../fonts/Interstate BoldCondensed'), url('../fonts/InterstateBoldCondensed.woff') format('woff');
        }
 @font-face {
        font-family: 'Interstate Light';
        font-style: normal;
        font-weight: normal;
        src: local('../fonts/Interstate Light'), url('../fonts/InterstateLight.woff') format('woff');
        }


form#reservationForm label {
  font-size: 17px;
    font-weight: 400 !important;
    color: rgb(40, 40, 40) !important;
    line-height: 26px;
    font-family: 'Interstate Light';
}
p.text-dark.small {
    font-size: 17px;
    font-weight: 400 !important;
    color: rgb(40, 40, 40) !important;
    line-height: 26px;
    font-family: 'Interstate Light';
}
.remove-friend-btn {
    position: absolute;
    top: 1.5rem;
    right: 0;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

section.hero-section a {
    background: linear-gradient(287.27deg, #f89c37 5.41%, #f20d36 118.6%);
    color: #ffffff;
    border: none;
    border-radius: 0 !important;
    height: 54px;
    max-width: 280px;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

form#reservationForm input,
form#reservationForm select {
    border-radius: 0 !important;
    font-size: 14px;
    height: 50px;
    font-weight: normal;
    padding: 0 15px;
    box-shadow: none !important;
}

form#reservationForm button {
    background: linear-gradient(287.27deg, #f89c37 5.41%, #f20d36 118.6%);
    color: #ffffff;
    border: none;
    border-radius: 0 !important;
    height: 54px;
    max-width: 280px;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

/* Custom styles for focus states and shadows to match original design intent */
.form-control:focus,
.form-select:focus,
.form-control:focus-visible,
.form-select:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
    /* Indigo focus ring */
    border-color: #6366f1;
    /* Indigo border on focus */
}

/* Custom button hover effect */
.btn-custom-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Hero section background overlay */
.hero-section {
    position: relative;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body, .custom-font-family {
    font-family: "Interstate Regular";
}
body{
    color: rgb(40, 40, 40);
    font-family: "Interstate Regular", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
}
h1.display-4.fw-bolder.mb-4.animate-fade-in-up.custom-font-family {
        font-size: 102px;
    line-height: 80px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Interstate BlackCondensed';
    font-style: normal;
    color: rgb(244, 244, 244);
    padding: 0px 163px;
    text-align: start;   
    letter-spacing: 0.08em;
}

h2.h2.fw-bolder.text-white.mb-4.text-center.custom-font-family,
.book-spot,
.why-book-us,
.refer-text {
    font-size: 40px;
    font-weight: normal !important;
    font-family: 'Interstate BoldCondensed';
    color: rgba(0, 0, 0, 0.2)
    ;
}
.why-book-us-inner img{
    max-width: 64px;
    height: auto;
}
.footer-text * {
    font-size: 14px;
    font-weight: 300 !important;
}

form#reservationForm .form-check {
    display: flex;
    gap: 10px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("..	/images/banner.jpeg");
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0;
}
form#reservationForm .col-12 {
    margin-bottom: 15px;
}
h2.h2.fw-bolder.text-white.mb-4.custom-font-family {
   font-size: 26px;
    color: #282828 !important;
    font-family: 'Interstate BoldCondensed';
    font-weight: 700 !important;
    line-height: 38px;  
}
.text-xustom-color{
 font-size: 17px !important;
    font-weight: normal !important;
    font-family: 'Interstate Light' !important;
    line-height: 26px;
    color: rgb(40, 40, 40) !important;
}

    /* section.container-fluid.bg-gradient-to-br {
    background: -webkit-gradient(linear, left top, right top, from(#de1245), to(#ffbc15));
    background: linear-gradient(to right, #de1245 0%, #ffbc15 100%);
} */
section.container-fluid.bg-gradient-to-br .row {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}
form#reservationForm {
    padding: 20px 0 0 0;
}
form#reservationForm .form-check input {
    width: 17px !important;
    height: 17px;
    border-radius: 5px !important;
    padding: 0;
}

form#reservationForm .form-check label {
    font-size: 12px;
    padding-bottom: 10px;
}

.hero-section::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(39, 4, 63, 0.75)),
            to(rgba(39, 4, 63, 0)));
    background: linear-gradient(to bottom,
            rgba(39, 4, 63, 0.75) 0%,
            rgba(39, 4, 63, 0) 100%);
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.8;
}

.why-book-us-outer svg {
    width: 110px;
    height: auto;
}

.why-book-us-outer .h4.fw-bold.text-dark.mb-2 {
   font-size: 26px;
    font-family: 'Interstate BoldCondensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 30px;
}

.why-book-us-outer .text-secondary.fs-6 {
       line-height: 20px;
    font-size: 14px !important;
    color: rgb(40, 40, 40) !important;  
    font-family: 'Interstate Regular' !important;
    font-weight: 400;
}

.bg-color-static {
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#de1245),
            to(#ffbc15));
    background: linear-gradient(to right, #de1245 0%, #ffbc15 100%);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

/* Custom animations (Bootstrap doesn't have these built-in, so re-adding with custom CSS) */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

.animate-fade-in-up {
    animation: fadeInUp 0.7s ease-out forwards;
}

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-500 {
    animation-delay: 0.5s;
}

.delay-600 {
    animation-delay: 0.6s;
}

.delay-700 {
    animation-delay: 0.7s;
}

.delay-800 {
    animation-delay: 0.8s;
}

.hero-section2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/The-Hub_Images_Header.jpg");
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0;
}

.hero-section2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(177.06deg,
            #401945 27.66%,
            rgba(217, 217, 217, 0) 136.78%);
    mix-blend-mode: multiply;
    content: "";
}

.form-card input,
.form-card select {
    border-radius: 0 !important;
    border: none;
    height: 50px;
    border: 1px solid #ccc !important;
    padding: 0 15px;
}

.form-card .btn-submit-custom {
    background: linear-gradient(287.27deg, #f89c37 5.41%, #f20d36 118.6%);
    color: #ffffff;
    border: none;
    border-radius: 0 !important;
    height: 54px;
    max-width: 280px;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 40px !important;
}
.form-card .btn-submit-custom:hover{
    background: #000 !important;
}
.remove-friend-btn{
    font-family: 'inter';
}
.refer-text {
        font-size: 40px;
    font-weight: normal !important;
    font-family: 'Interstate BoldCondensed';
    margin: 10px 0 50px 0;
    float: left;
    width: 100%;
    color: #000 !important;
}

.bg-refer-sec {
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#de1245),
            to(#ffbc15));
    background: #FFFFFF !important;
}

span.text-refer-small {
    float: left;
    width: 100%;
    text-align: center;
}

span.text-refer-small.custom-font-family {
   font-size: 26px;
    color: #000 !important;
    font-family: 'Interstate BoldCondensed';
    font-weight: 700 !important;
    line-height: 38px;
    text-transform: uppercase;
}

.form-card {
    padding: 40px;
    margin-top: 30px;
    /* Overlap with hero section */
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}
.form-card .is-invalid {
    color: #000 !important;
    font-size: 12px;
    padding-top: 5px;
    font-family: 'inter';
}
.form-card .btn:disabled {
    background: gray !important;
    color: #ffffffc7;
    border: none;
    cursor: not-allowed !important;
}
/* Custom styling for form inputs to match the image */
.form-control-custom {
    background-color: #fff;
    /* Black background for inputs */
    border: 1px solid #ff0000;
    /* Red border */
    color: #000;
    /* White text */
    padding: 1rem 1.25rem;
    /* Increased padding */
    border-radius: 0.5rem;
    /* Slightly rounded corners */
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.form-control-custom::placeholder {
    color: rgba(255, 255, 255, 0.7);
    /* Lighter placeholder text */
}

.form-select-custom {
    background-color: #fff;
    /* Black background for select */
    border: 1px solid #ff0000;
    /* Red border */
    color: #000;
    /* White text */
    padding: 1rem 1.25rem;
    /* Increased padding */
    border-radius: 0.5rem;
    /* Slightly rounded corners */
    font-size: 1rem;
    line-height: 1.5;
    -webkit-appearance: none;
    /* Remove default arrow */
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    /* Custom white arrow */
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 1rem 0.75rem;
    width: 100%;
}

.form-label-custom {
   font-size: 17px;
    font-weight: 400 !important;
    color: rgb(40, 40, 40) !important;
    line-height: 26px;
    font-family: 'Interstate Light';
}

.benefit-card {
    background-color: #1a1a1a;
    /* Darker background for benefit cards */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    color: white;
    /* White text for benefit cards */
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.btn-submit-custom {
    background-color: #ff0000;
    /* Red button */
    border-color: #ff0000;
    color: white;
    transition: background-color 0.3s ease;
    padding: 1rem 2rem;
    /* Larger padding for the button */
    font-size: 1.25rem;
    /* Larger font size */
    font-weight: 600;
    border-radius: 0.5rem;
    /* Rounded corners for the button */
}

.btn-submit-custom:hover {
    background-color: #cc0000;
    /* Darker red on hover */
    border-color: #cc0000;
    color: #fff;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1.display-4.fw-bolder.mb-4.animate-fade-in-up.custom-font-family {
padding:0;
  }


}

@media only screen and (max-width: 767px) {
    section.container-fluid.bg-black.mx-auto.px-4.mt-12.mb-12.bg-refer-sec {
    padding-top: 25px;
}
    h1.display-4.fw-bolder.mb-4.animate-fade-in-up.custom-font-family {
        font-size: 58px;
        line-height: 58px;
        font-weight: bold;
        padding:0;
    }

    .form-card {
        padding: 0 0 40px 0;
    }

    .refer-text {
        font-size: 24px;
        columns: #000 !important;
    }

    h2.h2.fw-bolder.text-white.mb-4.text-center.custom-font-family,
    .book-spot,
    .why-book-us,
    .refer-text {
        font-size: 42px;
        font-weight: bold;
    }

    p.text-white.text-center {
        font-size: 16px;
    }

    section#reservation-form-section {
        padding: 0 !important;
    }
}