﻿.carousel {
    height: 360px;
}

.carousel-cell {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 360px;
    margin-right: 10px;
}

.carousel-cell-image {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}

#eve-location, #providerPhotos, .detail-section {
    margin: 20px 0 0 0;
}

#detail-page {
    color: #212529;
    padding-bottom: 20px;
}
    #detail-page .providerInfo {
        color: #484848;
        line-height: 1.7em;
    }
    #detail-page .provider-description {
        white-space: pre-wrap;
    }
    #detail-page h1, h2 {
        font-size: 36px;
        font-weight: 600;
        color: #212529;
        line-height: 50px;
        padding-bottom: 18px;
    }
 
#eve-faqs .panel {
    border: none;
    box-shadow: none;
}
#eve-faqs .panel-heading {
    background-color: var(--gray-20);
    border: none;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
#eve-faqs .panel-title a {
    display: block; 
    padding: 24px; 
}
#eve-faqs .panel-heading a:hover {
    background-color: var(--disco-blue-80);
    color: #ffffff;
}
#eve-faqs .panel-heading a:not(.collapsed) {
    background-color: var(--disco-blue-80);
    color: #ffffff;
}
#eve-faqs .panel-body {
    border: none;
    padding: 24px;
}
.detail-section h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 8px 0
}

.icon-container {
    display: flex;
    justify-content: start;
    align-items: center; /* Vertically align icons and dividers */
    width: 100%; /* Or a fixed width */
    padding: 20px 0;
}
.icon-wrapper {
    /* Add any desired padding, margin, or size for the icons */
    padding: 10px;
}
.divider {
    width: 1px; /* Single line width */
    height: 20px; /* Height of the divider */
    background-color: #ccc; /* Color of the divider line */
    margin: 0 10px; /* Adjust margin for spacing around the divider */
}
.trim-six-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.trim-eight-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.eve-recommendations {
    margin: 10px;
    line-height: 1.4;
    color: #484848;
}
#dialog-package .modal-dialog, #dialog-eventspace .modal-dialog, #dialog-virtualtour .modal-dialog {
    height: 600px;
}
#dialog-package .modal-details, #dialog-eventspace .modal-details {
    height: 470px;
    overflow-y: auto;
    margin-top: 20px;
}
#dialog-virtualtour .modal-details {
    height: 100%;
    margin-right: 10px;
}
#dialog-package .modal-footer, #dialog-eventspace .modal-footer {
    height: 86px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.carousel.is-fullscreen {
    height: 100%;
}

.carousel.is-fullscreen .carousel-cell {
    height: 100%;
}

.carousel.is-fullscreen .carousel-cell-image {
    max-height: 100%;
}

.flickity-enabled.is-fullscreen {
    padding: 0;
}


/* fade in lazy loaded image */

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
    opacity: 1;
}

/* Custom Classes */

.eve-event-space {
    overflow-y: hidden;
    height: 200px;
    border-radius: 16px;
}

.contact-button {
    min-width: 112px;
    padding: 14px 42px;
    border: none;
    background-color: #212529;
    color: #fff;
    font: 500 14px/27px 'Work Sans', sans-serif;
    border-radius: 28px;
    font-size: 18px;
}
 
.morefaq-button {
    border: none;
    background-color: var(--forest-green-60);
    color: #fff;
}
    .morefaq-button:hover {
        border: none;
        color: var(--forest-green-60);
        background-color: #fff;
    }
 
#divDetailStickyTop {
    background: #fff;
    border-bottom: 2px solid grey;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px #d8d8d8;
}

.distance-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px;
    background-color: var(--success-darker);
    color: #ffffff;
    border: var(--success-darker);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    border-radius: 28px;
}

.slidecount-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 35px;
    opacity: 0.7;
    border-radius: 8px;
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-left: 12px;
    color: #ffffff;
    background-color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    width: fit-content;
}

#ReviewsAnchor, #AvailabilityAnchor, #VirtualTourAnchor {
    border-radius: 24px;
    border: #c0c0c0 solid 1px;
    font-weight: 700;
    padding: 8px 16px;
    margin: 10px 10px 0 0;
}

.pricing-section {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #d8d8d8;
    padding: 20px;
    margin-top: 20px;
}

.attend-pricing {
    font-weight: 600;
    color: #212529;
    line-height: 2.5em
}

    .attend-pricing i {
        width: 24px
    }


@media only screen and (max-width: 767px) {
    #detail-page h1, h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .icon-container {
        justify-content: center;
    }

    #eve-location {
        height: 600px;
    }

    #dialog-package .modal-dialog, #dialog-eventspace .modal-dialog, #dialog-virtualtour .modal-dialog {
        height: 100vh;
    }
    #dialog-package .modal-details, #dialog-eventspace .modal-details {
        height: calc(100vh - 106px);
    }

    #dialog-package .modal-footer .contact-button, #dialog-eventspace .modal-footer .contact-button {
        width: 100%;
    }

    .carousel {
        height: 280px;
        width: 100%
    }

    .carousel-cell {
        height: 280px;
        width: 100%
    }

    .carousel-cell-image {
        max-height: 280px;
        width: 100%
    }

    #eve-location, #providerPhotos {
        margin: 0 -15px;
    }

    #eve-location {
        height: 300px;
    }

    #providerPhotos {
        margin-top: 0;
    }

    .custom-scroll-row {
        overflow-x: auto;
        white-space: nowrap; /* Prevents items from wrapping */
        scrollbar-width: none; /* For Firefox */
        -ms-overflow-style: none; /* For IE/Edge */
    }
        /* For WebKit browsers */
        .custom-scroll-row::-webkit-scrollbar {
            display: none;
        }

        .custom-scroll-row > [class*="col-"] {
            vertical-align: top;
            display: inline-block; /* Aligns columns horizontally */
            float: none; /* Disables Bootstrap's default float */
            width: 270px;
        }
}
