a.btn, button {
	border-radius: 5px;
}

.party-count-btn {
    border-radius: 10px;
}

/* Base navbar styles */
.navbar {
    min-height: 35px;
    background-color: white;
    font-family: futura-pt, Futura, "Trebuchet MS", Arial, sans-serif;
    border: none;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar .container {
    padding: 0;
}

/* Navbar inverse specific styles */
.navbar-inverse {
    background-color: white;
    border: none;
    padding: 7px;
}


.rez-progress-bar ul li:first-child {
    background: #337dfe;
    color: #ffffff;
    font-weight: 600; 
}

.rez-progress-bar ul li:first-child:after {
    border-left: 18px solid #337dfe;
}

@media (max-width: 767px) {
    /* Reset any display properties */
    .navbar-collapse.in {
        display: block !important;
    }
    
    /* The navbar list */
    .navbar-nav.navbar-right {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none !important;
        display: block;
    }
    
    /* Each list item - critical for vertical display */
    .navbar-nav.navbar-right > li {
        float: none !important;
        width: 100%;
        display: block;
        clear: both;
    }
    
    /* Each menu link */
    .navbar-nav.navbar-right > li > a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    /* Override any Bootstrap inline styles */
    .navbar-nav {
        display: block !important;
        flex-direction: column !important;
        width: 100%;
        margin: 0;
    }
    
    /* Ensure the collapsed menu has space */
    .navbar-collapse {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none !important;
    }
}

.navbar-collapse.collapse, 
.navbar-collapse.collapse.in {
  border-bottom: none !important;
  border: none !important;
}

/* Navigation links */
.navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 5px;
    color: black !important;
    font-weight: 100 !important;
    font-size: 16px;
    line-height: 150%;
}

.nav.navbar-nav.navbar-right a {
    font-weight: 400 !important;
    font-style: normal;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: white !important; /* White lines on hover */
}



/* Brand/logo styling */
.navbar-brand {
    max-width: 300px;
    height: 38px;
    padding: 10px 15px 10px 0;
    font-size: 16px;
    line-height: 150%;
    color: black;
}

.navbar-toggle .icon-bar {
    background-color: black !important; /* Force black color with !important */
}

a.navbar-brand:not(:has(img)) {
    display: none !important;
}

a.navbar-brand {
    padding: 15px 15px 10px 0;
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
    width: 200px !important;
}

a.navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
    margin-top: 5px;
}

.navbar-header {
    margin-bottom: -5px;
}

/* Header image styling */
#main-header .elastic-img,
body > .container:nth-child(2) {
    border-radius: 15px;
}

/* Media queries */
@media (max-width: 767px) {
    a.navbar-brand {
        padding: 10px 15px 5px 15px; /* Add left padding for mobile */
        margin-left: 0 !important; /* Ensure no negative margins */
        position: relative; /* For positioning context */
        left: 0; /* Ensure it's not shifted left */
    }
    
    .navbar-header {
        padding-left: 0; /* Remove any padding that might cause shifting */
    }
    
    /* Hide the text brand when logo is present */
    a.navbar-brand:not(:has(img)) {
        display: none !important;
    }
    
    /* Ensure the hamburger menu doesn't push the logo */
    .navbar-toggle {
        margin-right: 10px;
    }
    
    /* Make sure navbar container doesn't have negative margins */
    .navbar .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/* Center align the right-aligned nav items vertically */
.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav.navbar-right > li {
    display: flex;
    align-items: center;
}

.navbar-nav.navbar-right > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    height: 100%;
}

/* For Bootstrap 3, also add: */
.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
}

#main-footer {
  background-color: #F7F8F9;
  padding: 20px;
  font-size: 16px;
  color: black;
  border: 0;
  margin: 30px 0 0;
  border-radius: 10px;
  font-family: futura-pt, sans-serif;
  text-align: center;
  font-weight: 400; 
}

/* Set all text in footer to black */
#main-footer, 
#main-footer span, 
#main-footer a {
  color: black !important;
  font-weight: 200;
  font-size: 16px;
}

/* No underline for the support contact */
#support-contact a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.social-link {
  background-image: none !important;
}

.footer-top__social {
    display: flex;
    justify-content: flex-end; /* Aligns items to the right */
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    column-gap: 18px;
}

/* Only underline links in rezmagic-contact span */
#rezmagic-contact a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
      
}

footer.footer-group {
    background-color: #F7F8F9;
}

.footer-top {
    background-color: #F7F8F9;
    font-family: futura-pt, sans-serif;
    padding: 3rem 0 3rem;
    
}

.footer-top__logo {
    max-width: 15rem;}

.social-link {
    color: black;
}

.gr-1-5 {
  width: 20%;
}

.footer-columns {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #757B82;
}

.footer-column__title {
    font-weight: 500;
    color: black;
}

.footer-column__menu {
    list-style: none;
    padding: 0;
}

.footer-column__menu a {
  color: #757B82; /* Light grey color for links */
  text-decoration: none; /* No underline */
    transition: color 0.2s ease;
}
    
.footer-column__menu a:hover {
  color: black; /* Black color on hover */
  text-decoration: none;
}

.footer-end p {
  color: #757B82 !important; /* Using !important to override any other styles */
}
    
.footer-end {
    background-color: #F7F8F9;
    font-family: futura-pt, sans-serif;
    color: #757B82;
    padding-bottom: 20px;
  }


.social-link.facebook:not([class*="--ghost"]),
.social-link.instagram:not([class*="--ghost"]),
.social-link.twitter:not([class*="--ghost"]),
.social-link.youtube:not([class*="--ghost"]),
.social-link.linkedin:not([class*="--ghost"]) {
  background: transparent !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  /* Remove any other styling that might be applied */
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Make sure all ::before and ::after pseudo-elements are cleared too */
.social-link.facebook:not([class*="--ghost"])::before,
.social-link.facebook:not([class*="--ghost"])::after,
.social-link.instagram:not([class*="--ghost"])::before,
.social-link.instagram:not([class*="--ghost"])::after,
.social-link.twitter:not([class*="--ghost"])::before,
.social-link.twitter:not([class*="--ghost"])::after,
.social-link.youtube:not([class*="--ghost"])::before,
.social-link.youtube:not([class*="--ghost"])::after,
.social-link.linkedin:not([class*="--ghost"])::before,
.social-link.linkedin:not([class*="--ghost"])::after {
  content: none !important;
  display: none !important;
}