@font-face {
    font-family: 'square721_btroman';
    src: url('../fonts/square721-bt-roman-webfont.woff2') format('woff2'),
         url('../fonts/square721-bt-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.modal{
  z-index: 100000;
}
/* Dropdown hidden by default */
#mobile-menu .dropdown-toggle {
   display: inline-block;
    font-size:14px;
    font-weight:600 !important;
    color: var(--white);
    padding: 14px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    font-family: 'square721_btroman';
    letter-spacing: 2px;
    
}
.mean-container .mean-nav ul li button{
   width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 14px;
    line-height: 1.5;
    font-weight:600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
    text-align: left;
    font-family: 'square721_btroman';
}
.mean-container .mean-nav ul li a:hover{
   color: #b72534;

}
@media (max-width: 992px) {
    .dropdown-toggle::after{
        display: none !important;
}
}
#mobile-menu .dropdown{
    display: none;
    flex-direction: column;
    position: absolute;
    width: 250px;
    padding: 10px;
    top: 100%;
    right: -34%;
    background: #11161f;
    border-radius: 10px;
    border: 1px solid #fff;
}
#mobile-menu .dropdown li {
    padding:0 10px;
    width: 100%;
    margin: 5px 0;
    border-radius: 5px;
    transition: all ease 0.3s;
}
#mobile-menu .dropdown li:hover {
 background-color: #b72534;
}
#mobile-menu .dropdown li:hover > a {
    color: #fff !important;
}
#mobile-menu .dropdown li a  {
   padding: 5px 0;
}
#mobile-menu .dropdown li a:hover  {
    color: #fff;
}

#mobile-menu .has-dropdown.open .dropdown {
    display: flex;
}

#mobile-menu .has-dropdown.open .arrow {
    transform: rotate(180deg);
}

/* CATEGORY NAV */
.category-nav-wrapper {
    margin: 30px 0 40px;
    overflow: hidden;
}

.category-nav {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.category-nav::-webkit-scrollbar {
    display: none;
}

/* Pills */
.category-pill {
    flex: 0 0 auto;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    background: #f3f4f6;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.category-pill:hover {
    background: #e5e7eb;
    color: #111;
}

/* Active category */
.category-pill.active {
    background: var(--theme-color, #b72534);
    color: #fff;
    box-shadow: 0 8px 20px rgba(253, 13, 13, 0.35);
}

/* Desktop center align */
@media (min-width: 992px) {
    .category-nav {
        justify-content: center;
        overflow-x: visible;
        flex-wrap: wrap;
    }
}

/* =========================
   FAQ ACCORDION – LIGHT THEME
   ========================= */
.faq-index {
    padding: 50px 0 30px;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #f7f8fa;
}
.faq-hero{
    text-align: center;
    padding-top: 1rem;
    padding-bottom:2rem;
}
.faq-hero h1{
        font-size: 40px;
    margin-bottom: 15px;
    color: #b72534;
    
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
}

/* Card */
.accordion-item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid #e6e8ec;
  transition: all 0.25s ease;
}

/* Hover lift */
.accordion-item:hover {
  box-shadow: 0 10px 30px rgba(17, 22, 31, 0.08);
}

/* Header button */
.accordion-button {
  background: #ffffff;
  color: #11161f;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.4rem 1.6rem;
  border: 0;
  transition: all 0.25s ease;
}

/* Remove default Bootstrap focus */
.accordion-button:focus {
  box-shadow: none;
}

/* Hover */
.accordion-button:hover {
  background: #f6f7f9;
}

/* Active (open) */
.accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #11161f;
}

/* Accent left bar when open */
.accordion-item:has(.accordion-button:not(.collapsed)) {
  border-left: 4px solid #b72534;
}

/* Arrow icon styling */
.accordion-button::after {
  background-size: 1rem;
  filter: none;
  opacity: 0.7;
}

/* Change arrow color feel on open */
.accordion-button:not(.collapsed)::after {
  opacity: 1;
}

/* Body */
.accordion-body {
  background: #fafbfc;
  color: #444a57;
  padding: 1.4rem 1.6rem 1.8rem;
  line-height: 1.75;
  font-size: 0.95rem;
  border-top: 1px solid #e6e8ec;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .accordion-button {
    font-size: 1rem;
    padding: 1.2rem 1.3rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }
}


/* Wrapper */
.amenities-wrap {
    background-color: #fff;
    border-radius: 14px;
    padding: 30px 28px;
    margin-top: 10px;
}

/* Title */
.amenities-title {
    font-size: 22px;
    font-weight: 700;
    color: #11161f;
    margin-bottom: 22px;
    position: relative;
}

.amenities-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #b72534;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}

/* Grid */
.amenities-grid {
    width: 100%;
}

/* List */
.amenities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
    gap: 6px 0px;
}

/* Item */
.amenity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding:10px 10px 10px 0;
    transition: all 0.3s ease;
}

/* Hover effect */
.amenity-item:hover {
    border-color: #b72534;
    box-shadow: 0 8px 24px rgba(183, 37, 52, 0.08);
    transform: translateY(-3px);
}

/* Icon */
.amenity-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: rgba(183, 37, 52, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenity-icon i {
    color: #b72534;
    font-size: 18px;
}

/* Text */
.amenity-text {
    font-size: 15px;
    font-weight: 500;
    color: #11161f;
    line-height: 1.4;
}

/* Empty state */
.amenities-empty {
    font-size: 15px;
    color: #6c757d;
    padding-top: 10px;
}

/* Responsive */
@media (max-width: 767px) {
    .amenities-wrap {
        padding: 22px 18px;
    }

    .amenities-title {
        font-size: 20px;
    }
}
/* ===============================
   DESCRIPTION CONTENT SYSTEM
================================ */

.description {
    background:#2d2d2d;
    border-radius: 14px;
    padding: 34px 30px;
}

/* Main section title */
.description > h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}

.description > h1::after {
    content: "";
    width: 55px;
    height: 3px;
    background: #b72534;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

/* Content wrapper */
.description-content {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3f47;
}

/* Headings inside CMS content */
.description-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 34px 0px !important;
}

.description-content h3 {
    font-size:20px;
    font-weight: 600;
    color: #fff;
    margin: 28px 0px !important;
    background-color: #b72534;
    padding: 10px;
    border-radius: 5px;
}

.description-content h4 {
    font-size:17px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 0 0 20px 0px !important;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.description-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px !important;
}

.description-content h6 {
    font-size: 15px;
    font-weight: 600;
    color: #11161f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 18px 0px !important; 
}

/* Paragraphs */
.description-content p {
    margin-bottom: 16px;
    color:#fff;
}

/* Inline text */
.description-content span {
    color: inherit;
}

/* Strong & emphasis */
.description-content strong,
.description-content b {
    color: #fff;
    font-weight: 600;
}

.description-content em {
    font-style: italic;
    color: #4a4f57;
}

/* Lists */
.description-content ul,
.description-content ol {
    padding-left: 22px;
    margin: 18px 0;
}

.description-content li {
    margin-bottom: 10px;
}

/* Custom bullet */
.description-content ul li::marker {
    color: #b72534;
}

/* Links */
.description-content a {
    color: #b72534;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(183, 37, 52, 0.3);
    transition: all 0.25s ease;
}

.description-content a:hover {
    border-bottom-color: #b72534;
    opacity: 0.85;
}

/* Blockquotes */
.description-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    background: #f7f8fa;
    border-left: 4px solid #b72534;
    font-style: italic;
    color: #4a4f57;
    border-radius: 6px;
}

/* Horizontal rule */
.description-content hr {
    border: none;
    height: 1px;
    background: #e6e6e6;
    margin: 32px 0;
}

/* Tables (if any) */
.description-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 26px 0;
    font-size: 15px;
}

.description-content th,
.description-content td {
    border: 1px solid #e6e6e6;
    padding: 12px 14px;
    text-align: left;
    color:#fff;
}

.description-content th {
    background: #f7f8fa;
    font-weight: 600;
    color: #11161f;
}

/* Images inside content */
.description-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 22px 0;
}
.description-content ul {
    list-style: none;
    padding-left: 0 !important;
    margin: 24px 0;
}

.description-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15.5px;
    line-height: 1.7;
    color: #fff;
}

/* Icon Bullet */
.description-content ul li::before {
    content: "\f00c"; /* FontAwesome check */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 12px;
    color: #b72534;
    margin-top: 5px;
}

/* Mobile */
@media (max-width: 767px) {
    .description {
        padding: 24px 18px;
    }

    .description > h1 {
        font-size: 22px;
    }

    .description-content h2 {
        font-size: 20px;
    }

    .description-content h3 {
        font-size: 18px;
    }
}


/* Floating Button */
.filter-toggle-btn {
    position: fixed;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #0d3b66, #1f6feb);
    color: #fff;
    padding:4px 5px;
    border-radius: 0 8px 8px 0; /* flipped */
    cursor: pointer;
    z-index: 1001;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.filter-toggle-btn span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/* Panel */
.filter-panel {
    position: fixed;
    top: 0;
    left: -360px;        /* hidden on left */
    right: auto;
    width: 360px;
    height: 100vh;
    background: #ffffff;
    box-shadow: 6px 0 20px rgba(0,0,0,0.15);
    z-index: 1002;
    transition: left 0.35s ease;
    display: flex;
    flex-direction: column;
}

/* Active State */
.filter-panel.active {
    left: 0;
}

/* Header */
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.filter-header h4 {
    margin: 0;
    color: #11161f;
}

/* Close Button */
.filter-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #b72534;
}

/* Body */
.filter-body {
    padding: 20px;
    overflow-y: auto;
}

.filter-group {
    margin-bottom: 18px;
}

.filter-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #11161f;
}

.filter-group select,
.filter-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background-color:#efefef;
}
.filter-group .nice-select {
    background-color: #efefef;
    padding: 12px !important;
    float: initial;
    overflow: initial;
    height: initial;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
    border: none;
    font-size: 14px;
}
/* Submit */
.filter-submit {
    width: 100%;
    background: #11161f;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

/* Overlay */
.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
}

.filter-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Loader overlay */
.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
}

/* hide image until loaded */
.gallery-item img {
  opacity: 0;
  transition: opacity .25s ease;
  display: block;
  width: 100%;
  height: auto;
}

/* loader layer */
.gallery-item .img-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: #f3f4f6; /* light grey */
}

/* simple spinner */
.gallery-item .img-loader::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid rgba(0,0,0,.12);
  border-top-color: rgba(0,0,0,.45);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* when loaded: show image, hide loader */
.gallery-item.is-loaded img { opacity: 1; }
.gallery-item.is-loaded .img-loader { display: none; }

/* if error (optional): loader removed, image stays hidden */
.gallery-item.is-error .img-loader { display: none; }

.mean-container .mean-nav .dropdown{
    background-color: #11161f;
    overflow: hidden;
    padding: 10px 0;
    margin: 10px 0px;
}
.footer-widget li a{
    color: #fff;
    font-size: 15px;
    transition: all ease 0.3s;
}
.footer-widget li a:hover{
    border-bottom: 1px solid #b72534;
}