@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
}

/* styles for Rooms page starts here */
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.dropdown-item {
    font-size: 12px;
    font-weight: 500;
}

.navbar-home-mobile-icon img {
    filter: brightness(0.1);
}

.navbar-home-mobile-icon-parent p {
    color: #000;
}

.SteamEdge-logo {
    height: 60px;
    width: 170px;
}

.SteamEdge-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.navbar-background-image {
    background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 35%)), url(./assets/images/restaurant-banner-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    margin-bottom: 45px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: 20px;
}

.StreamEdge-Rooms-banner-title {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    font-size: 12px;
    font-weight: 600;
}

/* Banner styles ends here */

/* stles for main content of the page starts here */
.StreamEdge-Rooms-service {
    width: 65%;
    margin: auto;
    padding: 45px 0px;
}

.StreamEdge-Rooms-service-sub {
    padding: 10px 0px;
}

.StreamEdge-Rooms-service-sub span {
    width: 54px;
    background: #dc3545;
    height: 2px;
}

.StreamEdge-Rooms-categories-image {
    width: 90%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.StreamEdge-Rooms-categories-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

.StreamEdge-Rooms-categories-image img:hover {
    transform: scale(1.1);
}

.StreamEdge-Rooms-categories-sub .row {
    align-items: center;
    margin-bottom: 15px;
}

.StreamEdge-Rooms-categories-image-desc-sub-image {
    height: 25px;
    width: 30px;
}

.StreamEdge-Rooms-categories-image-desc-sub-image img {
    height: 100%;
    width: 100%;
}

.StreamEdge-Rooms-categories-image-desc-sub-content {
    display: flex;
    gap: 15px;
}

.StreamEdge-Rooms-categories-image-desc-sub {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 8px 0px;
}

.text-danger {
    color: #dc3545 !important;
    font-weight: 600;
}

.StreamEdge-Rooms-parent .btn-danger {
    font-size: 14px;
}

.StreamEdge-Rooms-categories-image-desc .text-danger {
    margin: 0;
    font-weight: 600;
}

.StreamEdge-Rooms-categories-image-desc h4 {
    padding: 8px 0px 10px 0px;
}

/* stles for main content of the page Ends here */

/* Styles for Footer - rooms page starts here */
.streamedge-Footer-contact-phone {
    display: flex;
    gap: 10px;
}

.Footer-content p {
    color: #fff;
}

.StreamEdge-Rooms-service-categories-parent.container {
    background: #FDF8F8;
    margin: auto;
    padding: 10px 20px 20px 20px;
    border-radius: 8px;
}

.StreamEdgeFooter-gallery-parent {
    padding: 60px 0px 0px 0px;
}

.StreamEdge-Rooms-copyrights p {
    margin: 0;
    padding: 20px 0px;
    color: #fff;
}

.streamedge-Footer-email-newsletter input {
    padding: 5px;
    width: 250px;
    border: 1px solid grey;
    background: transparent;
    margin-top: 15px;
    border-radius: 4px;
}

hr {
    color: lightgrey;
    margin: 0;
}

.streamEdge-Footer-link-title {
    margin-bottom: 20px;
}

.Footer-content {
    padding: 40px 0px 25px 0px;
}

.Fooer-Gallery-images {
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.Fooer-Gallery-images img {
    height: 100%;
    width: 100%;
    transition: all 0.3s linear;
    margin-top: 10px;
}

.Fooer-Gallery-images img:hover {
    transform: scale(1.2);
}

.StreamEdge-Rooms-Footer-Parent {
    background: #000;
    padding-top: 12px;
    margin-top: 40px;
}

a {
    text-decoration: none;
}

.streamedge-Footer-contact-phone .phone-icon,
.streamedge-Footer-contact-phone .location-icon,
.streamedge-Footer-contact-phone .email-icon {
    filter: brightness(1.5);
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    margin-top: 2px;
}

.navbar-home-mobile-icon-parent {
    display: flex;
    align-items: center;
}

.navbar-home-mobile-icon-parent p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.navbar-home-mobile-icon img {
    filter: brightness(0.5);
}

form.d-flex.navbar-home-mobile-icon-parent-main {
    gap: 15px;
    align-items: center;
}

form.d-flex.navbar-home-mobile-icon-parent-main button {
    font-size: 14px;
}

/* footer social media icons */
.Footer-social-Media-icons {
    display: flex;
    gap: 35px;
    align-items: center;
}

.Footer-social-Media-icons i {
    font-size: 30px;
    color: #fff;
}

/* .StreamEdgeFooter-gallery-parent .col-6.col-sm-4.col-md-2 {
    width: 15.66667%;
    margin-right: 7px;
    padding: 0;
} */
@media only screen and (max-width:576px) {
    .StreamEdge-Rooms-service p {
        text-align: justify;
    }

    .Footer-social-Media-icons i {
        font-size: 26px;
    }

    .Footer-social-Media-icons {
        gap: 20px;
        margin-bottom: 20px;
    }

    .navbar-home-mobile-icon {
        filter: brightness(0.5);
    }

    .streamEdge-Footer-link-title {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .Footer-content p {
        color: #fff;
        font-size: 14px;
    }

    .Footer-content {
        padding-left: 20px;
    }

    .StreamEdge-Rooms-copyrights p {
        font-size: 13px;
    }

    .StreamEdge-Rooms-categories-image {
        /* height: 100%; */
    }

    .StreamEdge-Rooms-categories-image-desc h4 {
        padding: 5px 0 8px 0;
    }
}

/* Styles for Footer - rooms page Ends here */
@media only screen and (max-width:767px) {
    .Footer-content .row .col-sm-12.col-md-2 {
        width: 45%;
        margin: 20px 0px;
    }

    .Footer-content .row div:nth-child(3) {
        order: 3;
    }

    .Footer-content .row .col-sm-8.col-md-3:last-child {

        width: 45%;
        margin: 20px 0px;
    }

    .Footer-content .row .col-sm-12.col-md-2 {
        width: 45%;
        margin: 20px 0px;
    }

    .Footer-content .row div:nth-child(3) {
        order: 3;
    }

    .Footer-content .row .col-sm-8.col-md-3:last-child {

        width: 45%;
        margin: 20px 0px;
    }

    .Footer-social-Media-icons {
        margin-bottom: 15px;
    }

    form.d-flex.navbar-home-mobile-icon-parent-main {
        margin-bottom: 10px;
    }

    .Fooer-Gallery-images {
        height: 160px;
        padding-bottom: 15px !important;
    }

    .Footer-content {
        padding: 20px 0px 0px 20px;
    }

    .navbar-background-image {
        height: 390px;
        margin-bottom: 25px;
    }

    .StreamEdge-Rooms-service {
        width: 95%;
        padding: 13px 0;
    }

    .StreamEdge-Rooms-banner-title {
        height: 280px;
    }

    .StreamEdge-Rooms-banner-title h1 {
        font-size: 30px;
    }

    .StreamEdge-Rooms-categories-image {
        /* height: 100%; */
        width: 100%;
    }

    .StreamEdge-Rooms-categories-image-desc-sub-image {
        width: 17px;
        height: 20px;
    }

    .StreamEdge-Rooms-categories-image-desc-sub-content {
        gap: 5px;
    }

    .StreamEdge-Rooms-categories-image-desc-sub-content p {
        margin: 0;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .StreamEdge-Rooms-Footer-Parent {
        margin-top: 40px !important;
    }

    .Fooer-Gallery-images {
        height: 170px;
    }

    form.d-flex.navbar-home-mobile-icon-parent-main {
        margin-bottom: 10px;
    }

    .Footer-social-Media-icons {
        gap: 20px;
    }

    .Footer-content p {
        color: #fff;
        font-size: 14px;
    }

    .streamEdge-Footer-link-title {
        font-size: 18px;
    }

}

@media only screen and (min-width:992px) and (max-width:1200px) {}

.StreamEdge-Rooms-Footer-Parent {
    background: #000;
    padding-top: 12px;
    margin-top: 40px;
}

.StreamEdgeFooter-gallery-parent {
    padding: 40px 0px 40px;
}

/* faq styles */
.faq-section {
    padding: 40px 20px;
    background: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.faq-title {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: 20px;
    margin-top: 20px;
    color: #dc3545;
    font-weight: 600;
}

.faq-container {
    max-width: 900px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    text-align: left;
}

.faq-item {
    background: #f1f3f6;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    background: #f1f3f6;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.faq-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' stroke='%23333' stroke-width='2' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' stroke='%23333' stroke-width='2' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 15px 0;
    line-height: 1.7;
    color: #444;
    text-align: left;
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
        padding: 15px 18px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .faq-item {
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .faq-question {
        font-size: 15px;
        padding: 14px 16px;
        gap: 10px;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/*food menus styles*/
.food-menu-two-col {
  padding: 20px 20px;
  background: #fafafa;
  text-align: center;
}

.menu-title {
  font-size: 32px;
  font-weight: 700;
}

.menu-description {
  color: #555;
  max-width: 700px;
  margin: 10px auto 40px auto;
}

.row-menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-column {
  flex: 1;
  min-width: 300px;
}

.menu-item {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.menu-item img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
}

.menu-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media(max-width:768px){
 .menu-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
}
.menu-item p {
  margin: 5px 0 0;
  color: #555;
  text-align: left;
}
/*contact-banner-style*/

/* summer vacation tours starts here */
.StreamEdge-vacationTours-parent {
    background: linear-gradient(rgb(0 0 0 / 77%), rgb(0 0 0 / 35%)),
        url(./assets/images/restaurant-contact-us-img.webp);
}

.StreamEdge-vacationTours-parent,
.StreamEdge-vacationTours-parent.travelagencybg-2,
.StreamEdge-vacationTours-parent.travelagencybg-3 {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.StreamEdge-vacationTours-sub {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
}

.StreamEdge-vacationTours-sub h2 {
    color: #fff;
    width: 50%;
    font-size: 48px;
    font-weight: 700;
}

.StreamEdge-vacationTours-sub p {
    font-size: 19px;
    color: #fff;
    margin-top: 10px;
}

.StreamEdge-vacationTours-sub button {
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 24px;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .StreamEdge-vacationTours-parent {
        height: 500px;
    }

    .StreamEdge-vacationTours-sub h2 {
        font-size: 38px;
        width: 70%;
    }

    .StreamEdge-vacationTours-sub p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .StreamEdge-vacationTours-parent {
        height: 450px;
    }

    .StreamEdge-vacationTours-sub h2 {
        font-size: 32px;
        width: 80%;
    }

    .StreamEdge-vacationTours-sub p {
        font-size: 16px;
    }

    .StreamEdge-vacationTours-sub button {
        padding: 7px 18px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .StreamEdge-vacationTours-parent {
        height: 380px;
    }

    .StreamEdge-vacationTours-sub h2 {
        font-size: 26px;
        width: 90%;
    }

    .StreamEdge-vacationTours-sub p {
        font-size: 15px;
    }

    .StreamEdge-vacationTours-sub button {
        padding: 6px 16px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .StreamEdge-vacationTours-parent {
        height: 330px;
    }

    .StreamEdge-vacationTours-sub h2 {
        font-size: 22px;
        width: 95%;
    }

    .StreamEdge-vacationTours-sub p {
        font-size: 14px;
    }

    .StreamEdge-vacationTours-sub button {
        padding: 5px 14px;
        font-size: 13px;
    }
}

/*timimg styles*/
.food-section {
  background: url('/assets/images/restaurant-timing-banner-img-2.webp') center center/cover no-repeat;
  height: 85vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  background: rgba(0, 0, 0, 0.4); 
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.food-card {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 35px;
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
}

.food-card h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.meal-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.meal-item:last-child {
  border-bottom: none;
}

.meal-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.time {
  font-size: 14px;
  opacity: 0.8;
  margin: 5px 0;
}

.desc {
  font-size: 15px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .food-card {
    padding: 25px;
  }
  .food-card h2 {
    font-size: 22px;
  }
  .meal-item h3 {
    font-size: 18px;
  }
}


/* Section */
.services-section {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  color: #333; 
  background: #fafafa; 
}

.services-section .content {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.cards-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  width: 300px;
  padding: 30px 20px;
  transition: 0.3s ease;
  border: 1px solid #e0e0e0;      
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15); 
}

.service-card .icon i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #333;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 15px;
  opacity: 0.9;
}

.service-card .icon img {
  width: 60px; 
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain; 
}

@media(max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  .service-card {
    width: 100%;
    max-width: 320px;
  }
}
