
html, body {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

/* Typography */
h1, .h1 {
    font-size: 64px !important;
    line-height: 1 !important;
    color: #8B0000 !important;
    margin-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    font-weight: 900 !important;
    font-family: "Playfair Display" !important;

}

h3, .h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
    color: #1f1f1f !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    font-weight: 700 !important;
    padding-top: 20px !important;
    font-family: 'Tenor Sans', sans-serif;
}

p {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
}

h2, .h2, 
h3, .h3, 
p, 
a, 
.btn, 
.nav-link {
    font-family: 'Tenor Sans', sans-serif;
}

/* Base Styles */
body {
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    font-family: 'Tenor Sans', sans-serif;
}

button {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px !important;
}

/* Layout Components */
.container {
    padding: 0px;
    max-width: 100% !important;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px !important;
}

.top-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Image Styles */
.img-container {
    padding: 10px !important;
}

.responsive-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.modal-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Button Styles */
.btn {
    transition: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.modal-header .btn-close {
    padding: 10px;
}

.btn-custom-red {
    background-color: #8B0000;
    border-color: #8B0000;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: none !important;
}

.btn-custom-red:hover, 
.btn-custom-red:focus {
    background-color: #8B0000 !important;
    border-color: #8B0000 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 28px;
}

.btn-custom-white {
    background-color: #ffffff !important;
    color: #1f1f1f;
    font-weight: 700;
    padding: 14px 28px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: none !important;
}

.btn-custom-white:hover,
.btn-custom-white:active, 
.btn-custom-white:focus {
    background-color: #ffffff !important;
    color: #1f1f1f;
    border: none !important;
    padding: 14px 28px;
}

/* Fixed Position Elements */
.inquire-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1030; /* Same as Bootstrap navbar */
    padding: 14px 28px;
}

.contact-info {
    font-size: 48px !important;
    font-family: "Playfair Display" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    line-height: 1 !important;
    color: #8B0000 !important;
}

.contact-info-div {
    padding: 30px !important;
    margin-bottom: 90px !important;
}

/* Modal Styles */

.modal-xl {
    max-width: 95%;
}

.modal-header {
    border-bottom: none;
    padding: 15px !important;
}


.modal-body {
    padding: 10px;
    text-align: center;
    overflow-y: auto !important;
    overflow-x: hidden;
    max-width: 100%;
}

.modal-body .img-container {
    padding: 10px !important;
    max-width: 100%;
    box-sizing: border-box;
}

.modal-content {
    border-radius: 8px;
    padding: 0px;
    box-sizing: border-box;
}


/* Photo Gallery */

.photo-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.photo-gallery img {
    width: 100%;
    border-radius: 4px;
}

/* Additional Custom Styles */
.section-heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #8B0000;
}

.text-highlight {
    color: #8B0000;
}

.card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

/* (start) accordion */

        .accordion {
            max-width: 1200px;
            margin: 30px auto;
        }
        
        .accordion-item {
            border: none;
            border-radius: 4px;
            margin-bottom: 15px;
            margin-top: 0px;
            margin-left: 10px;
            margin-right:10px;
        }
        
        .accordion-button {
            font-family: 'Tenor Sans', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 24px;
            letter-spacing: 0.5px;
            padding: 30px;
            color: #1f1f1f;
            background-color: #fff;
            border-radius: 8px;
        }
        
        .accordion-button:not(.collapsed) {
            color: #1f1f1f;
            background-color: #fff;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        }
        
        .accordion-button:focus {
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        }
        
        .accordion-button::after {
            background-size: 16px;
            width: 16px;
            height: 16px;
            opacity: 0.7;
        }
        
        .accordion-body {
            padding: 20px;
        }

/* (end) accordion */



/* (start) scrollbar for Chrome, Safari and Opera */

::-webkit-scrollbar {
  width: 15px !important;
  cursor: default !important;
}

::-webkit-scrollbar-track {
  background: transparent !important;
  cursor: default !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

::-webkit-scrollbar-thumb {
  background: #1f1f1f !important;
  border-radius: 100px !important;
  cursor: default !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #1f1f1f !important;
  border-radius: 100px !important;
  cursor: default !important;
}

/* (end) scrollbar for Chrome, Safari and Opera */

/* (start) OFFCANVAS scrollbar for Chrome, Safari and Opera */

.offcanvas-body::-webkit-scrollbar {
  width: 15px !important;
  cursor: default !important;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: transparent !important;
  cursor: default !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #1f1f1f !important;
  border-radius: 100px !important;
  cursor: default !important;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #1f1f1f !important;
  border-radius: 100px !important;
  cursor: default !important;
}

/* (end) OFFCANVAS scrollbar for Chrome, Safari and Opera */

/* (start) OFFCANVAS scrollbar for IE, Edge and Firefox */

.offcanvas-body {
  scrollbar-width: 10px !important;  /* Firefox */
  scrollbar-color: #1f1f1f !important;
  cursor: default !important;
}

/* (end) OFFCANVAS scrollbar for IE, Edge and Firefox */



/* (start) media queries */
@media (max-width: 768px) {

    .top-buttons {
        flex-direction: column;
    }

    .btn-custom-red {
        min-width: 168px;
    }

    .btn-custom-white {
        min-width: 168px;
    }

    .container {
        padding: 0px;
        max-width: 100%;
    }
    
    h1, .h1 {
        font-size: 1.8rem;
    }
    
    h2, .h2 {
        font-size: 1.5rem;
    }
    
    .modal-dialog .modal-xl {
        margin: 0px;
        max-width: 100%;
        width: 100vw;
        height: 100vh;
        overflow-y: initial !important;
    }
    
    .modal-header {
        padding: 15px !important;
    }
}

@media screen and (max-width: 550px) {

    h3, .h3 {
        font-size: 24px !important;
        line-height: 1.15 !important;
        color: #1f1f1f !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        font-weight: 700 !important;
        padding-top: 20px !important;
        font-family: 'Tenor Sans', sans-serif;
    }

    .contact-info {
        font-size: 20px !important;
        font-family: "Playfair Display" !important;
        font-weight: 900 !important;
        font-style: normal !important;
        line-height: 1 !important;
        color: #8B0000 !important;
    }
}

/* (end) media queries */

