* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes float-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float-up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0);
    }
}

.route66-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ba0029;
}

.route66-nav .navbar-nav .nav-link {
    font-size: 16px;
    color: #ba0029;
    font-weight: bold;
}

.route66-nav .logo-text {
    font-size: 30px;
    color: #ba0029;
    font-weight: bold;
    padding-left: 10px;
}

.hero-img-wrapper img {
    width: 100%;
    height: auto;
}

.route-main-banner .hero-img-wrapper {
    position: relative;
}

/* Keep original image sizing behavior — do NOT change image display or crop. */
/* Reverted aspect-ratio/object-fit changes so images keep their natural rendering (height:auto). */
.route-main-banner .hero-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}


.down-arrow {
    position: absolute;
    animation: float-up-down 1s ease-in-out infinite both;
    font-size: 50px;
    color: #fff;
    left: 50%;
    top: 80%;
}

.down-arrow a {
    color: #fff;
}

.heading {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}

.sub-heading {
    font-size: 20px;
    line-height: 1.2;
    padding: 5px 0 20px 0;
}

.route-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 20px;
    border: none;
    border-radius: 10px;
    background-color: #ba0029;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-text {
    background-color: #ba0029;
}

.footer-text p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

/* promotion page changes */

.section-promotion-products .img-wrapper {
    width: 100%;
    height: auto;
}

.section-promotion-products .img-wrapper img {
    width: 100%;
    height: auto;
}

.section-promotion-products {
    padding-bottom: 80px;
}

.section-promotion-products .product-wrapper {
    position: relative;
}

.section-promotion-products .heading {
    font-size: 20px;
}

.section-promotion-products .sub-heading {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 90px;
}

.section-promotion-products .sub-heading p {
    margin-bottom: 0;
}

.section-promotion-products .promotion-tag {
    width: 100%;
    max-width: 125px;
    height: 125px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #ba0029;
    color: #fff;
    padding: 38px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* partry page changes */

.route66-party-form .form-wrapper form {
    max-width: 300px;
    margin: 0 auto;
}

.route66-party-form .form-wrapper form .form-control {
    border: none;
    border-bottom: 2px solid #ba0029;
    border-radius: 0;
    text-align: center;
    color: #ba0029;
    outline: none;
    padding-top: 15px;
}

.route66-party-form .form-wrapper form select {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.route66-party-form .form-wrapper form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.route66-party-form .form-wrapper form .route-btn {
    padding: 5px;
    font-size: 16px;
}

.route66-party-form .form-wrapper input::placeholder {
    color: #ba0029;
}

.route66-party-form .form-wrapper input:focus::placeholder {
    color: transparent;
}

/* menu page changes */

.menu-section .menu-img-wrapper img {
    width: 100%;
    height: 100vh;
}

.menu-section .menu-img-wrapper {
    position: relative;
}

.menu-section .menu-wrapper .menu-btn {
    border-radius: 0;
    color: #ba0029;
    background-color: #fff;
    border: 3px solid #ba0029;
}

.menu-section .menu-btn-wrapper .download-btn {
    background-color: #fff;
    color: #ba0029;
}

/* contact page changes */

.contact-section .contact-img-wrapper img {
    width: 100%;
    height: 100vh;
}

.contact-section .contact-img-wrapper {
    position: relative;
}

.contact-section .img-form-wrapper {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section .contact-form-wrapper {
    width: 100%;
    margin: 0 auto;
}

.contact-form-wrapper .form-wrapper {
    width: 100%;
    margin: 0 auto;
}

.contact-form-wrapper form .form-control {
    border: none;
    border-bottom: 2px solid #ba0029;
    border-radius: 0;
    text-align: center;
    color: #ba0029;
    outline: none;
    background: transparent;
}

.contact-form-wrapper form {
    padding: 0px 100px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form-wrapper form input::placeholder {
    color: #fff;
    text-align: center !important;
}

.contact-form-wrapper form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-form-wrapper form .route-btn {
    padding: 10px;
}

.contact-form-wrapper .social {
    width: 100%;
    height: auto;
}

.contact-form-wrapper .social a {
    color: #ba0029;
    font-size: 30px;
    padding-right: 10px;
    cursor: pointer;
}

.contact-form-wrapper .social a:hover {
    color: #ba0029;
}

.contact-form-wrapper .social .number a {
    color: #ba0029;
    font-size: 16px;
    text-decoration: none;
}

.contact-form-wrapper .social .email a {
    color: #ba0029;
    font-size: 16px;
    text-decoration: none;
}

.navbar-toggler .fas.fa-bars {
    color: #ba0029;
    font-size: 22px;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

.desktop-bg {
    display: block;
}

.mobile-bg {
    display: none;
}

.form-floating>label {
    color: #ba0029 !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent !important;
}

.form-floating label {
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    left: 50%;
    transform: translate(-43%, -15%) scale(0.85);
    text-align: center;
    font-weight: bold;
}

.route66-party-form .form-floating>label {
    color: #ba0029 !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    main {
        min-height: calc(100vh - 150px);
    }

    .route66-nav .logo-text {
        font-size: 25px;
        padding-left: 10px;
    }

    .route66-nav .navbar-nav .nav-link {
        font-size: 15px;
        text-align: center;
    }

    .heading {
        font-size: 30px;
    }

    .sub-heading {
        font-size: 16px;
    }

    .route-btn {
        max-width: 250px !important;
        padding: 10px !important;
        font-size: 15px;
    }

    .footer-text p {
        font-size: 15px;
    }

    .section-promotion-products .heading {
        font-size: 25px;
    }

    .section-promotion-products .sub-heading {
        font-size: 15px;
        padding: 5px 50px;
    }

    .section-promotion-products .promotion-tag {
        max-width: 115px;
        height: 115px;
        font-size: 14px;
        padding: 25px;
    }

    .section-promotion-products {
        padding-bottom: 0;
    }

    .down-arrow {
        display: none;
    }

    .contact-form-wrapper .form-wrapper {
        padding: 0 50px;
    }

    .contact-form-wrapper .form-heading {
        font-size: 20px;
        text-align: center;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .desktop-bg {
        display: none;
    }

    .mobile-bg {
        display: block;
    }

    .contact-form-wrapper form {
        padding: 0px 30px;
    }

    .menu-section .menu-wrapper .menu-btn {
        border: 2px solid #ba0029;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1180px) and (orientation: landscape) {
    main {
        min-height: calc(100vh - 150px);
    }

    .route66-nav .logo-text {
        font-size: 25px;
        padding-left: 10px;
    }

    .route66-nav .navbar-nav .nav-link {
        font-size: 15px;
        text-align: center;
    }

    .heading {
        font-size: 30px;
    }

    .sub-heading {
        font-size: 16px;
    }

    .route-btn {
        max-width: 250px;
        padding: 10px;
        font-size: 15px;
    }

    .footer-text p {
        font-size: 15px;
    }

    .section-promotion-products .heading {
        font-size: 25px;
    }

    .section-promotion-products .sub-heading {
        font-size: 15px;
    }

    .section-promotion-products .promotion-tag {
        max-width: 115px;
        height: 115px;
        font-size: 14px;
        padding: 25px;
    }

    .section-promotion-products {
        padding-bottom: 0;
    }

    .down-arrow {
        display: none;
    }

    .contact-form-wrapper .form-heading {
        font-size: 25px;
        text-align: center;
    }

    .contact-form-wrapper .form-wrapper {
        padding: 25px 50px;
    }

    .contact-section .img-form-wrapper {
        height: 150vh;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .desktop-bg {
        display: none;
    }

    .mobile-bg {
        display: block;
    }


}

/* Carousel indicators — inactive: filled red; active: red outlined (transparent center)
   Positioned visually below the hero image without changing page flow so 'OUR STORY' keeps original position */
.route-main-banner .hero-img-wrapper .carousel-indicators.custom-indicators {
    position: absolute;
    /* position relative to .hero-img-wrapper */
    top: calc(100% + 12px);
    /* place just below the image */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    z-index: 20;
    /* smooth any small position changes so the dot doesn't 'jump' */
    transition: top 200ms ease, transform 200ms ease;
    will-change: top, transform;
}

/* Removed extra margin-top rule after indicators deletion. Section uses its own py-5 padding to control spacing. */
/* Previously added margin to compensate for dots; no longer needed. */

/* Fallback for other carousels (keeps dots centered but won't affect layout) */
.carousel-indicators.custom-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.carousel-indicators.custom-indicators button,
.carousel-indicators.custom-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #ba0029;
    padding: 0;
    opacity: 1;
    box-shadow: none;
}

.carousel-indicators.custom-indicators button.active,
.carousel-indicators.custom-indicators [data-bs-target].active {
    /* keep same size as inactive dot; show red outline via inset box-shadow */
    width: 8px !important;
    height: 8px !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #ba0029 !important;
}

.carousel-indicators.custom-indicators [data-bs-target]:not(.active) {
    background-color: #ba0029 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: none !important;
}

/* keep carousel controls in DOM so the user can click/drag, but make them invisible/unstyled for cleaner UI */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    /* large hit area on each side */
    opacity: 0;
    /* hide visually */
    z-index: 10;
    /* stay on top so clicks register */
    cursor: pointer;
}

/* also hide the default chevron icons so nothing shows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}
