@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/streamedge-room-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-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: 38px;
    }

    .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;
    }
}