body{
    background-color: #FFF !important;
}
/* Menus css */
.navbar.navbar-default{
    background-color: #fff !important;
}
.navbar.navbar-default .navbar-nav > li > a{
    color: #191919 !important;
}
.navbar.navbar-default{
        padding: 0rem 1rem 0 1rem !important;
}
.text-white li a .caret {
    background: url(../img/global/dropdown_caret_black.svg) no-repeat center center !important;
}
.navbar-brand .navbar-img {
    width: 165px !important;
}
.hero-section{
margin-top: 5rem;
}
marquee.marq {
    background-color: rgba(238, 46, 36, 1);
    padding-top: 25px;
    padding-bottom: 15px;
}

.geek1 {
    color: rgba(255, 255, 255, 1);
    font-family: 'Circular-Book';
    font-size: 22px;
    font-weight: 400;
    font-style: bold;
    letter-spacing: 3.14px;
    text-align: center;
    line-height: 22px;
}
.hero-video{
    width: 100% !important;
        margin-top: -10px;
    
}
.hero-section .row .col-md-12.px-0 {
    padding: unset;
}
.most-recent-section {
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 100px;
}
.recent-rest img {
  transition: transform 0.7s ease, filter 0.7s ease;
  /* You can tweak the duration (0.6s) and easing as needed */
}

.recent-rest:hover img {
  transform: scale(1.1);
  cursor: pointer;
  filter: brightness(1.05);
}
h2.most-recent-heading{
        color: rgba(29, 29, 29, 1);
    font-family: 'Constantia';
    font-size: 70px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -1.4px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
}
.recent-img{
    width: 100% !important;
}
.recent-row{
    background-color: #EE2E24;
       padding: 30px 20px 20px 20px !important;
}
/* Most Recent Section */
.most-recent-section .click-to-watch {
    text-decoration: unset;
    cursor: unset;
   color: rgba(238, 46, 36, 1) !important;
    font-family: 'Circular-Bold';
    font-size: 18px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: 2.57px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
}
.most-recent-section.most-recent-section-image{
background-color: #FFF;
width: 90%;
float: right;
    padding-top: 25px;
}
.most-recent-section-image .image-container {
    position: relative;
    border: 5px solid #EE2E24;
        margin-top: 10px;
        margin-bottom: 20px !important;

}
.image-container {
    position: relative;
    overflow: hidden;
}

.centered-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    /* width: 400px;
    height: 80px; */

    color: rgba(238, 46, 36, 1); /* Main text color */
    font-family: 'CircularStd-Bold', sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
  text-shadow:
    3px 3px 2px #fff,
    -3px 3px 2px #fff,
    -3px -3px 0 #fff,
    3px -3px 0 #fff;
}
.centered-title-btn{
 position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    width: 35%;
    margin: 0 auto;
    color: rgba(238, 46, 36, 1);
    font-family: 'Circular-Book';
    font-size: 13px;
    font-weight: 600;
    font-style: medium;
    text-align: center;
        margin-top: 15px;   
}
.road {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 80px;
    z-index: 2;
}
 @keyframes moveTruck {
    0% {
      left: -200px;
    }
    100% {
      left: 100%;
    }
  }

  .sentence .word {
    opacity: 0;
    transition: opacity 0.4s ease-out;
     font-family: 'Circular-Book';
    letter-spacing: 4.29px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
   
  }

  .sentence .word.active {
    opacity: 1 !important;
       color: rgba(255, 255, 255, 1);
  
    opacity: 0;
    transition: opacity 0.4s ease-out;
     font-family: 'Circular-Book';
    letter-spacing: 4.29px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;    
         
}
.sentence > span{
    padding-right: 7px;
}

.most-recent-section-image .image-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(238, 46, 36, 0.9);
    color: #fff;
    padding: 5px 10px;
    font-family: 'Circular-Bold';
}
.recent-sec::before, .recent-sec::after{
display: none;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 700px;
  background: transparent;
}

.video-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}

.video-wrapper iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.mapmodel{
    background-color: rgba(238, 46, 36, 1);
    color: #FFF;
    padding: 10px;
    font-weight: 900;
    border: unset !important;
        width: 100%;
    margin-top: 10px;
    align-items: center;
}

/* Follow Along Section */
.follow-along-section {
    background-color: #fff;
    padding-bottom:100px;
}
h2.followalong-heading{
    
color: rgba(29, 29, 29, 1);
font-family: 'Constantia';
font-size: 70px;
font-weight: 700;
font-style: bold;
letter-spacing: -1.4px;
text-align: center;
line-height: 70px;
    margin-bottom: 40px;
}
p.followalong-text{
        color: rgba(25, 25, 25, 1);
    font-family: 'Circular-Book';
    font-size: 18px;
    font-weight: 400;
    font-style: book;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}
.map-section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.map-image, .img-fluid{
    width: 100%;
}
.map-sec-row{
    width: 90%;
    float: right;
      margin-bottom: 5rem !important;
}
.map-section {
    background-color: #FFF;
    height: 54rem;
}
/* Map Section */
.map-section .hey-mario-bar {
   color: #fff;
    text-align: center;
    padding: 20px;
   
    background-color: rgba(238, 46, 36, 1);
color: rgba(255, 255, 255, 1);
font-family: 'Circular-Book';
font-size: 30px;
font-weight: 700;
font-style: bold;
letter-spacing: 4.29px;
text-align: center;
line-height: 30px;
}
.map-heading {
    font-size: 32px;
    font-weight: bold;
}

.map-title {
    margin-bottom: 8px;
    color: rgba(29, 29, 29, 1);
    font-family: 'Constantia';
    font-size: 70px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -1.4px;
}

        .count-badge {
            background: #007bff;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: bold;
            margin-left: 10px;
        }

        .search-container {
            margin: 20px 0;
        }

        .search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    border: 1px solid rgba(217, 217, 217, 1);
    z-index: 0;
    padding-left: 35px;
}
input#zip-search::placeholder {

color: rgba(29, 29, 29, 1) !important;
font-size: 14px;
font-weight: 400;
font-style: book;
}


    .section-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin: 25px 0 15px 0;
    letter-spacing: 0.5px;
    color: rgba(29, 29, 29, 1);
    font-family: 'Circular-Bold';
    font-size: 14px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
   
}
        .restaurant-list {
            list-style: none;
        }
.sidebar {
       margin-top: 4rem;
    margin-right: 4rem;
    margin-left: 0rem;
    padding-left: 1rem;
}
        .restaurant-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
         padding: 5px 12px 0 0;
            border-bottom: 1px solid #e0e0e0;
            cursor: pointer;
            transition: background-color 0.2s;
            margin-bottom: 5px;
        }
      .restaurant-info {
            flex: 1;
        }

       .restaurant-name {
    margin-bottom: 2px;
    color: rgba(238, 46, 36, 1);
    font-family: 'Circular-Bold';
    font-size: 14px;
    font-weight: 400;
    font-style: bold;
}
.social-media-sec .image-overlay-white:hover {
    background-color: #EE2E24;
    color: #FFF;
    cursor: pointer;
}
input.submit-btn:focus{
    background-color: #EE2E24 !important;
    color: #FFF;
    cursor: pointer;
}
a.centered-title-btn:hover{
     background-color: #EE2E24;
    color: #FFF;
    cursor: pointer;
}
        .restaurant-address {
    color: rgba(29, 29, 29, 1);
    font-family: 'Circular-Book';
    font-size: 14px;
    font-weight: 400;
    font-style: book;
    margin-bottom: 5px;
}

        .add-button {
            background: none;
            border: 1px solid #EE2E24;
            color: #EE2E24;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
        }
        img.play-btn {
    width: 10.8px;
    height: 10.8px;
    padding-top: 1px;
}
.map-pin-btn {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.social-section{
    background-color: #FFF;
        padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 15px;
    padding-right: 15px;
}
.Social{
    width: 100%;
}
.social-media-sec .image-overlay-white {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #FFF;
    color:  rgba(238, 46, 36, 0.9) ;
    padding: 5px 10px;
    font-family: 'Circular-Bold';
    width: 150px;
height: 50px;

}
.social-media-sec .image-overlay-white {
    position: absolute;
    bottom: 40%;
    left: 25%;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    width: 50%;
    margin: 0 auto;
    color: rgba(238, 46, 36, 1);
    font-family: 'Circular-Book';
    font-size: 13px;
    font-weight: 600;
    font-style: medium;
    text-align: center;
}
h2.follow-us {
   
    color: rgba(29, 29, 29, 1);
    font-family: 'Constantia';
    font-size: 70px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -1.4px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 4rem;
}

/* Contact Section */

        /* Speech Bubble */
      .contact-section {
            background: linear-gradient(135deg, #e53e3e 0%, #dd3333 100%);
            display: flex;
            align-items: center;
            position: relative;
            overflow: visible;
            padding: 4rem !important;
            width: 75%;
            float: right;
            margin-top: 0;
            margin-bottom: 5rem;
        }

        /* Speech Bubble */
      .message-bubble {
    position: absolute;
    left: -41%;
    top: -30%;
    background: white;
    padding: 15px 25px;
    border-radius: 33px;
    box-shadow: 13px 1px 2px 0px #f4bbb8;
    border: 3px solid #333;
    z-index: 1000;
    white-space: nowrap;
    rotate: 10dec;
    transform: rotate(-25deg);
    border: 7.02px solid rgba(29, 29, 29, 1);
    color: rgba(238, 46, 36, 1);
    font-family: 'Circular-Bold';
    font-size: 25.972301px;
    font-weight: 900;
    font-style: black;
    width: 180px;
    transform: rotate(-10deg);
}

        .message-bubble::after {
            content: '';
            position: absolute;
                bottom: -20px;
    right: 25px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #333;
        }

        .message-bubble::before {
            content: '';
            position: absolute;
               bottom: -12px;
    right: 27px;
            width: 0;
            height: 0;
            border-left: 13px solid transparent;
            border-right: 13px solid transparent;
            border-top: 13px solid white;
            z-index: 11;
        }

        /* Main Heading */
        .main-title {
          
    color: rgba(255, 255, 255, 1);
    font-family: 'Constantia';
    font-size: 70px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -1.4px;
        }


        .description {
               color: rgba(255, 245, 239, 1);
    font-family: 'Circular-Book';
    font-size: 18px;
    font-weight: 400;
        margin-top: 15px;
    line-height: 30px;
        }

        

        /* Count Badge */
        .count-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #007bff;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 18px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
input.wpcf7-form-control.wpcf7-text.form-control.contact-form-field  {
    background: transparent;
    border-color: #FFF;
    height: 50px;
}
.form-group > p {
    margin-bottom: 0px;
}
.wpcf7-not-valid-tip{
    color:#FFF;
}
form.wpcf7-form.init .form-row .form-group{
    width: 95%;
    margin-right: 1%;
  
}
form.wpcf7-form.init .form-row {
    display: flex;
}
textarea.form-control {
    height: 100px;
    width: 100%;
    border: 1px solid rgba(255, 245, 239, 1);
    background: transparent;
}
textarea::placeholder{
    color: #FFF !important;
    width: 150px;
    /* height: 10px; */
    color: rgba(255, 245, 239, 1);
    font-family: 'Circular-Bold';
    font-size: 13px;
    font-weight: 500;
    font-style: medium;
}
input::placeholder {
    color: #FFF !important;
    width: 150px;
    /* height: 10px; */
    color: rgba(255, 245, 239, 1);
    font-family: 'Circular-Bold';
    font-size: 13px;
    font-weight: 500;
    font-style: medium;
}
input.submit-btn {
    background-color: #FFF;
    border-radius: 3px;
    width: 100%;
    color: #EE2E24 !important;
    font-family: 'Circular-Bold';
    font-weight: 500;
    margin-top: 0px !important;
    /* width: 500px; */
    height: 50px;
    border: 1px solid rgba(255, 245, 239, 1);
    background-color: rgba(255, 245, 239, 1);
}
input.submit-btn:hover {
    background-color: #df3636;
    border-color: #FFF;
    color: #FFF !important;
}
.contact-form-field:focus{
        border-color: #FFF !important;
    -webkit-box-shadow: unset !important    ;
}
.contact-form-field{
    color: #FFF !important
}
/* Curated Playlists Section */
h2.curated-play {
   
    color: rgba(29, 29, 29, 1);
    font-family: 'Constantia';
    font-size: 70px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -1.4px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 4rem;
}
.playlist-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.playlist-item .btn-light {
    font-weight: 500;
    padding: 10px 15px;
    width: 150px !important;
}

.curated-playlists-section, .see-all-lunch, .footer-form{
    background-color: #FFF;
}
.curated-playlists-section .playlist-item {
    position: relative;
    color: #fff;
}
.curated-playlists-section .playlist-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.curated-playlists-section .playlist-overlay h3 {
     color: #fff;
}
.see-all-lunch.text-center {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
h2.see-all {
    color: rgba(29, 29, 29, 1);
    font-family: 'Circular-Book';
    font-size: 30px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: 0.75px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
        margin-bottom: 40px;
}
a.take-me-btn {
       color: #FFFFFF !important;
   
    padding: 15px 20px 15px 20px;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    border-radius: 0px !important;
    width: 150px;
    height: 50px !important;
    border: 1px solid rgba(238, 46, 36, 1);
    background-color: rgba(238, 46, 36, 1);
   
}
.mobile-map{
    display: none;
}

    #map {
        width: 100%;
        height: 800px; /* Adjust this height as needed */
        min-height: 400px;
    }

    .map-container {
        height: 600px;
    }

    /* Optional: Make sure map wrapper doesn't collapse */
    .map-sec-row {
        display: flex;
        flex-wrap: wrap;
    }

    .desk-map {
        padding-right: 0;
    }

    /* Make sure map column doesn't collapse in Bootstrap row */
    .map-section .col-md-8 {
        position: relative;
    }
        .add-button {
            cursor: pointer;
        }

        .play-btn {
            width: 30px;
        }
#video-overlay {
  display: none; /* Start hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;

  /* Center the modal when shown */
  align-items: center;
  justify-content: center;
}

/* Modal box itself */
#video-modal {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 90%;
  height: 90%;
  border-radius: 8px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

/* Video iframe */
#video-modal iframe {
  width: 100%;
  height: 90%;
  border: none;
}

/* Close button */
.close-modal {
  color: white;
  font-size: 24px;
  cursor: pointer;
  align-self: flex-end;
}

        .restaurant-list {
    max-height: 500px; /* Adjust according to your layout */
    overflow-y: auto;
}
.restaurant-list {
    scrollbar-width: thin; /* Firefox */
}
.restaurant-list::-webkit-scrollbar {
    width: 6px;
}
.restaurant-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.search-container {
  position: relative;
  margin: 15px 0;
}

.search-container .search-icon {
  position: absolute;
  left: 10px;
  top: 45%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
   pointer-events: none; /* allows typing through the icon */
  z-index: 1;
}

.search-container .search-icon img {
  width: 100%;
  height: auto;
}
.search-container {
  position: relative;
  margin: 15px 0;
}

@media (max-width: 990px) {
.map-sec-row{
    flex-direction: column-reverse;
    width: 100%;
}
.sidebar {
    margin-top: 4rem;
    margin-right: 5rem;
    margin-left: 5rem;
    margin-bottom: 4rem;
}
.map-container.desk-map{
    padding-left: 0px;
}
    .image-container {
        margin-bottom: 35px;
    }
    #map {
        width: 100%;
        height: 600px; /* Adjust this height as needed */
        min-height: 400px;
    }

}
@media (max-width: 500px) {
.social-media-sec .image-overlay-white{
         width: 150px  !important;
    height: 60px  !important;
        bottom: 40% !important;
          padding: 20px 20px;
    left: 32% !important;
}
}
@media only screen and (max-width: 990px) and (min-width: 501px){
.social-media-sec .image-overlay-white{
          bottom: 40% !important;
    left: 40% !important;
    padding: 20px 20px !important;
    width: 150px !important;
    height: 60px !important;
}
}
@media (max-width: 650px) {
.most-recent-section-image .image-container{
    margin-bottom: 15px;
}
h2.most-recent-heading{
    font-size: 40px;
        margin-bottom: 0px;
}
.most-recent-section {
    background: #FFF;
    padding-top: 25px;
    padding-bottom: 60px;
}
h2.followalong-heading{
    font-size: 40px;
       line-height: 45px;
}
p.followalong-text{
    font-size: 14px;
    line-height: 25px;
    width: 90%;
}
.map-section .hey-mario-bar {
   
    font-size: 18px;
    letter-spacing: 2.57px;
    line-height: 20px;
}
.map-sidebar {
    width: 80% !important;
}
.map-sec-row {
    width: 100%;
    float: center;
            padding-left: 0px;
}
.map-section .container-fluid {
    padding: 0px;
}
    .sidebar {
        margin-top: 4rem;
        margin-right: 4rem;
        margin-left: 3rem;
        width: 100%;
    }
.map-title{
    font-size: 40px;
}
.search-input{
    border: 1px solid #1D1D1D;
}

h2.follow-us{
    font-size:40px;
    line-height: 40px;
}
.social-section{
    padding-bottom: 8rem !important;
}
.image-container {
    margin-bottom: 35px;
}
.contact-section{
    width:90%;
   padding-left: 1rem !important;
        padding-right: 1rem !important;
}
.message-bubble {
            position: absolute;
        left: 30%;
        top: -65%;
}
form.wpcf7-form.init .form-row .form-group{
    width: 100% !important;
    margin-left: 0px !important;
}
form.wpcf7-form.init .form-row{
    display:block !important;
}
.main-title{
    font-size:40px !important;
    letter-spacing: -0.8px;

}
.description{
    font-size: 14px;
}
.description  > br {
display: none !important;
}
h2.curated-play{
    font-size: 40px;
    line-height: 40px;
}
.centered-title-btn{
    margin-top:25px;
}
.playlist-item {
    margin-bottom: 20px;
}
.centered-title{
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.63px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #fff, -2px -1px 2px #fff, 0px -2px 0 #fff, 1px -2px 0 #fff;
}
.sentence .word.active {
    opacity: 1 !important;
    margin-right: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Circular-Book';
    font-size: 15px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: 4.29px;
    text-align: center;
    line-height: 30px;
}
.sentence .word {
    opacity: 1;
    margin-right: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Circular-Book';
    font-size: 15px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: 4.29px;
    text-align: center;
    line-height: 30px;
}
}

/* Responsive Styles */
@media (max-width: 768px) {
    h2 {
        font-size: 36px;
    }
    .most-recent-section .image-overlay {
        font-size: 12px;
        padding: 3px 5px;
    }
    .navbar-brand .navbar-img {
    width: 100px !important;
}
}

