/* Main body styling */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #2e2e2e;
  background-color: #fff; /* subtle ivory for warm feel */
  letter-spacing: 0.02em; /* slight spacing for legibility */
  -webkit-font-smoothing: antialiased; /* better rendering on macOS */
  -moz-osx-font-smoothing: grayscale; /* smoother fonts on Firefox/Mac */
}

/* Paragraph specifics */
p {
  margin-bottom: 1.2rem;
}

/* Link styles for readability and elegance */
a {
  color: #1f2937; /* Elegant dark slate for base links */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #3B66F5; /* Soft gold accent on hover */
  text-decoration: none;
}

.container {
  max-width: 1450px;
  margin: 0 auto; /* Center the container */
  padding: 0 15px; /* Add some padding for spacing */
}


/* Headings with Playfair Display for contrast */
/* Headings */
h1, h2, h3, h4 {
  
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  body {
      font-size: 1rem; /* 16px on smaller screens for optimal readability */
  }
}/* Core Styling for All Buttons 
.btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.65rem 1.5rem;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
  */

.btn .fa, .btn .fa-solid{
  
}
/* Primary Button – Luxury Gold */
.btn-primary {
  background-color: #ae317b;
  color: #ffffff;
  border: none;
  
 
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #8a255f;
  color: #fff;
  /* Adapted box-shadow for teal background */
  box-shadow: 0 6px 18px rgba(31, 144, 155, 0.22);
  transform: translateY(-1px);
}

.btn-primary:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.25) inset;
}


/* Outline Primary – Deep Slate Border with Gold Hover */
.btn-outline-primary {
  background-color: transparent;
  color: #1f2937;
  border: 2px solid #1f2937;

  
  transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #1f2937;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(31, 41, 55, 0.15);
}


/* Accent Button – Rounded Gold Call to Action */
.btn-accent {
  background-color: #3B66F5;
  color: #111;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
 
 
  border: none;
  box-shadow: 0 6px 14px rgba(212, 175, 55, 0.2);
  transition: all 0.3s ease;
}

.btn-accent:hover,
.btn-accent:focus {
  background-color: #204de1
  transform: translateY(-2px);
  color: #000;
}


/* Outline Accent – Elegant Gold Stroke with Fill on Hover */
.btn-accent-outline {
  background: transparent;
  border: 2px solid #3B66F5;
  color: #1f2937;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-accent-outline:hover,
.btn-accent-outline:focus {
  background-color: #3B66F5;
  color: #000;
}

.main-header{
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.main-header .navbar {
  font-family: 'Montserrat', sans-serif;

}

.main-header .navbar .navbar-brand {
  font-size: 1.5rem;
  color: #2e2e2e;
  display:block;
}
.main-header .navbar .navbar-brand .logo {
  width:200px;
  height:auto;
  margin-right: 10px;
}


.main-header .navbar .navbar-nav .nav-item{

}
.main-header .navbar .navbar-nav .nav-link {
  font-weight: 600;
  color: #2e2e2e;
  transition: color 0.3s ease;
  font-size:0.90rem;
  padding: 0.5rem 1rem; /* Add padding for better touch targets */
}

.main-header .navbar .navbar-nav .nav-link:hover {
  color:#3B66F5;
}

.main-header .navbar .navbar-nav .dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: none;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #006D77;
  color: #ffffff;
}

.dropdown-menu i{
  width:20px;
  text-align: center;
}

.header-search-bar {
  background: #f5f7f9;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 1rem 0;
  border-top: 1px solid #ddd;
}

/* Wrapper looks like the input */
.search-wrapper {
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

/* Field with no border */
.search-field {
  border: none;
  box-shadow: none;
  font-size: 1.1rem;
  padding-left: 0;
  background: transparent;
}

/* Focus style (optional) */
.search-field:focus {
  outline: none;
  box-shadow: none;
}

/* Button style */
.search-wrapper .btn {
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
}


/* Hero Split */
.hero-first{
  
}
.hero-first .hero-box {
  height: 600px;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Fixed background images */
.hero-split .bg-img-1 {
  background-image: url('../img/screens/hero-3.jpg');
}



/* Typography (optional) */
.hero-split .hero-heading {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #2e2e2e;
}

.hero-split .hero-tagline {
  font-size: 1.25rem;
  font-weight: 400;
  color: #666;
}


.bg-light { background-color: #f9f9f9; }         /* For sections */
.bg-white { background-color: #ffffff; }         /* For cards or interior blocks */
.bg-dark { background-color: #1f2937; color: #fff; } /* For footer */


.bg-soft-white {
  background-color: #f9f9f9;
}

.bg-warm-beige {
  background-color: #f5eed7;
}

.bg-muted-gold {
  background-color: #f7e9d4;
}

.bg-sandstone {
  background-color: #e7dfd8;
}

.bg-dark-charcoal {
  background-color: #222;
  color: #fff;
}

.bg-deep-blue {
  background-color: #1a2a40;
  color: #fff;
}

.bg-accent-yellow {
  background-color: #ffd057;
  color: #111;
}



.home-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-section h2,
.home-section .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}

.home-section .section-subtitle {
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}


.explore-section .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #1a1a1a;
}

.explore-section .section-subtitle {
  font-size: 1.125rem;
  color: #666;
}

.explore-card {
  border: none;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.text-accent {
  color: #006D77;
}

.newsletter-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#fff;
}

.newsletter-section input::placeholder {
  color: #888;
}

/* Footer Base */
.footer {
  background-color: #f9f9f9;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 4rem 1rem;
}

/* Headings */
.footer h5,
.footer h6 {
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
}

/* Paragraphs */
.footer p {
  color: #555;
  margin-bottom: 0.5rem;
}

.footer .logo-footer img {
  width: 200px; /* Adjust as needed */
  height: auto;
  margin-bottom: 1rem;
}

/* Links */
.footer a {
  color: #3B66F5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #004b50;
}

/* Social Icons */
.footer .fa {
  transition: color 0.3s ease;
}

.footer .fa:hover {
  color: #3B66F5; /* Optional accent on hover */
}

/* Divider line (optional) */
.footer hr {
  border-color: rgba(0, 0, 0, 0.1);
}

/* Bottom copyright */
.footer .small {
  font-size: 0.85rem;
  color: #777;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .footer .text-center {
    margin-top: 2rem;
  }
  
.hero-first .hero-box {
  height: 400px;
}

}


.post-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.post-card-img {
  height: 250px;
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-card-body {
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-family: 'Montserrat', sans-serif;
}

.post-card-text {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}


.register-page,.login-page{
  padding-top:40px;
  padding-bottom:40px;
}
.register-page h1, .login-page h1{
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.register-container{
 
  max-width: 500px; /* Limit the width for larger screens */
  background-color: #fff; /* White background for the form */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Padding inside the form */
  
  margin: 0 auto; /* Center horizontally */
  display: block; /* Ensure block-level element */
}
.register-container label,.login-container label{
  font-weight:600;
}
.logo-login-page {
  text-align:center;
}
.logo-login-page img {
  max-width: 150px; /* Adjust as needed */
  height: auto;
  margin-bottom: 20px; /* Space below the logo */
}
.login-container{

  max-width: 500px; /* Limit the width for larger screens */
  background-color: #fff; /* White background for the form */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Padding inside the form */
  
  margin: 0 auto; /* Center horizontally */
  display: block; /* Ensure block-level element */
 
}

.login-container, .register-container{
  border-radius:20px;

}


.body-account {
  background-color: #ecf9fe;
  background-color:#ededed;
  font-family: 'Inter', sans-serif;
}
.body-account .sidebar .sidebar-toggle{
  display: none;
}


.body-account .header-main{
  padding:0px 10px;
  background:#fff;
}
.body-account .header-main .nav-link {
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
  text-decoration: none;
  font-size:1rem;
}

.body-account .header-main .nav-link:hover,
.body-account .header-main .nav-link.active {
  color: #204de1;
  text-decoration: none;
}
/* Sidebar */
.body-account .sidebar {
  background: #fff;
  width: 260px;
  min-height: 100vh;
  padding: 1.5rem 1rem;
  transition: all 0.3s ease;
  position: fixed;
  box-shadow: 0 2px 16px rgba(174, 49, 123, 0.08);
}

.body-account .sidebar .logo {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1.5rem;
  background: #fff;
}
.body-account .sidebar .logo img {
  max-width: 140px;
}

.body-account .sidebar .menu ul {
  list-style: none;
  padding-left: 0;
}

.body-account .sidebar .menu li {
  margin-bottom: 0.75rem;
}

.body-account .sidebar .menu a {
  color: #ae317b;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.body-account .sidebar .menu a:hover,
.body-account .sidebar .menu a.active {
  background-color: #f7eaf2;
  color: #ae317b;
}

.body-account .sidebar .menu i {
  margin-right: 0.5rem;
  width: 20px;
  text-align: center;
  color: #ae317b;
}

/* Sidebar divider */
.body-account .sidebar .divider {
  margin: 1rem 0;
  border-top: 1px solid #eee;
}

/* Main page wrapper */
.body-account .page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 260px; /* Sidebar width */
}

/* Page content area */
.body-account .page-content {
  padding: 2rem;
  min-height:80vh;
}

.body-account .header-mobile {
  background: #fff;
  padding: 20px 10px;
  display: none;
}

.body-account .header-mobile .logo img {
  max-width: 150px;
}

.body-account .header-mobile .logo .logo-text {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}

.body-account .header-mobile .logo .logo-text img {
  display: inline-block;
  max-width: 30px;
}

.body-account .header-mobile .sidebar-toggle .btn-link {
  font-size: 26px;
}

.body-account .header-mobile .user-icon .btn-link {
  font-size: 26px;
}

.body-account .header-mobile .home-icon .btn-link {
  font-size: 26px;
}

.body-account .header-mobile .mobile-nav-links {
  /* Empty block left as-is */
}

.body-account .header-mobile .mobile-nav-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  text-decoration: none;
  color: #6c757d;
  font-size: 0.85rem;
  transition: color 0.2s ease-in-out;
  justify-content: center;
}

.body-account .header-mobile .mobile-nav-links a:hover {
  color: var(--mags-primary);
}

.body-account .header-mobile .mobile-nav-links i {
  color: var(--mags-primary);
  font-size: 1.2rem;
  transition: transform 0.2s ease-in-out;
}

.body-account .header-mobile .mobile-nav-links a:hover i {
  transform: scale(1.2);
}

.body-account .header-mobile .mobile-nav-links p {
  margin: 0;
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
}

.body-account .header-mobile .mobile-nav-links a:hover p {
  color: var(--mags-primary);
}

/* Form titles and sections */
.body-account h1.title-main {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.body-account .subtitle-main {
  font-size: 1rem;
  color: #777;
}

/* Profile form */
.body-account .profile-picture {
  border-radius: 50%;
  border: 2px solid #ddd;
  object-fit: cover;
}

.body-account .form-label {
  font-weight: 500;
}

.body-account .form-text.text-muted {
  font-size: 0.85rem;
}

/* Button style overrides */
.body-account .btn.btn-warning {
  background-color: #ffcc00;
  color: #000;
  border: none;
}


/* Footer */
.body-account .footer {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  padding: 2rem 1rem 1rem;
  background:none;
  
}

.body-account .footer-links a {
  color: #3B66F5;
  margin: 0 0.5rem;
  text-decoration: none;
}

.body-account .footer-links a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .body-account .sidebar {
    position: absolute;
    left: -260px;
    top: 0;
    z-index: 999;
    height: 100%;

  }

  .body-account .sidebar.open {
    left: 0;
    transition: left 0.3s ease;
  }

  .body-account .page-content {
    padding: 1.5rem;
  }
}


.posts-page{
  padding-top: 60px;
  padding-bottom: 60px;
}


.posts-page-detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.posts-page-detail .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #ffffff;
}

.posts-page-detail .post-banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.posts-page-detail .card-body {
  padding: 2.5rem 2rem;
}

.posts-page-detail .card-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.75rem;
}

.posts-page-detail .text-muted {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.posts-page-detail .card-text {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
}

.posts-page-detail .card-text h2,
.posts-page-detail .card-text h3 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.posts-page-detail .card-text p {
  margin-bottom: 1.25rem;
}

.posts-page-detail .post-date{
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
  display:inline-block;
  margin-left:10px;
}

/* Optional: Images inside content */
.posts-page-detail .card-text img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Wrapper List */
.custom-category-list {
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Individual Badge Style */
.custom-category-badge {
  display: inline-block;
  padding: 0.5em 0.9em;
  font-size: 0.875rem;
  background-color: #e0f3f3;
  color: #5283cb;
  border-radius: 50rem;
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.custom-category-badge:hover,
.custom-category-badge:focus {
  background-color: #5283cb;
  color: #fff;
  text-decoration: none;
}



.default-page-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.default-page-wrapper .page-heading {
  margin-bottom: 2.5rem;
  text-align: center;
}

.default-page-wrapper .page-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.default-page-wrapper .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  justify-content: center;
}

.default-page-wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #999;
  padding: 0 0.5rem;
}

.default-page-wrapper .breadcrumb a {
  color: #006d77;
  text-decoration: none;
}

.default-page-wrapper .breadcrumb a:hover {
  text-decoration: underline;
}

.default-page-wrapper .page-banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.default-page-wrapper .page-content {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
}
.default-page-wrapper .page-content-full {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
}

.default-page-wrapper .page-content h2,
.default-page-wrapper .page-content h3 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.default-page-wrapper .page-content p {
  margin-bottom: 1.25rem;
}

.blog-categories-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog-categories-page .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.blog-categories-page .lead {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.blog-categories-page .category-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  color: #004b50;
}

.blog-categories-page .text-muted {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #666;
}

.blog-categories-page .row.g-3 > .col-lg-4 {
  margin-bottom: 1rem;
}

.blog-categories-page .btn.btn-primary {
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0.4rem;
}

.highlight-box {
  background: #fdf5e6;
  color: #333;
  border-left: 4px solid #5283cb;
  padding: 1rem 1.5rem;

  font-size: 1rem;
  font-weight: 500;
 
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}


/* 404 Error Page Styles */
.tgj-404 {
  min-height: 100vh;
  background: linear-gradient(135deg, #91dee6 0%, rgba(31, 144, 155, 0.02) 100%);
  padding: 4rem 1rem;
  color: #2c3e50;
}

.tgj-404 .container {
  max-width: 600px;
}

.tgj-404 .error-code {
  font-size: 7rem;
  font-weight: 800;
  color: #000
  margin-bottom: 0.5rem;
}

.tgj-404 .error-title {
  font-size: 2rem;
  font-weight: 600;
  color: #000
  margin-bottom: 1rem;
}

.tgj-404 .error-description {
  font-size: 1.125rem;
  color: #555;
  max-width: 500px;
  margin: 0 auto;
}




/* Next Things */



.contact-form .form-control {
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #006D77;
  box-shadow: none;
}

.contact-form button {
  font-weight: 500;
}

.contact-info p {
  font-size: 1rem;
  color: #444;
}

.contact-info i {
  width: 24px;
  text-align: center;
}



/* Custom styles for lucerne apartment */

.apartment-details .list-group-item {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: 1.05rem;
}

.apartment-details .fa {
  min-width: 20px;
}

.text-primary {
  color: #1a2a40 !important; /* Deep blue for elegance and contrast */
}
.text-accent {
  color: #3B66F5 !important; /* Primary accent teal */
}

.text-muted-gold {
  color: #a68c5a !important; /* Slightly darker gold for elegant contrast */
}

.text-soft {
  color: #666 !important; /* For muted body text */
}

.service-icon i {
  font-size: 3rem;
  color: #3B66F5;
  background-color: #e6f6f7;
  padding: 20px;
  border-radius: 1rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.service-icon i:hover {
  background-color: #3B66F5;
  color: #fff;
}





.flex-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.flex-heading .heading-titles {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.flex-heading .heading-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.flex-heading .heading-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.flex-heading .heading-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
}


.chat-layout {
  min-height: 80vh;
}
.chat-layout .list-group-conversations{
  max-height: 500px;
  overflow-y: auto;
  padding-bottom:80px;

}
.chat-layout .list-group-conversations .list-group-item {

}
.chat-layout .list-group-conversations .list-group-item .conv-name{
  display:block;
  font-size:14px;
  font-weight:600;
}
.chat-layout .list-group-conversations .list-group-item .badge{
  font-size:10px;
}
.chat-layout .list-group-conversations .list-group-item.active {
  background-color: #6097f6;
  border-color:#6097f6;
  color: #fff;
}
.chat-layout .list-group-conversations .list-group-item.active a{
  color: #fff;
}

.chat-layout .list-group-conversations .list-group-item.active .dropdown-item{
  color:#000;
}



.chat-layout .chat-panel {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
}

.chat-layout .chat-panel .panel-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.chat-layout .sample-questions li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
  color: #444;
  cursor: pointer;
  transition: color 0.2s;
}
.chat-layout .sample-questions li:hover {
  color: #007bff;
}


.chat-window .chat-input .chat-reply {
  border-radius: 30px 0 0 30px;
}

.chat-window .chat-input .btn {
  border-radius: 0 30px 30px 0;
}

.chat-messages{
  max-height: 500px;
  overflow-y: auto;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.chat-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* Shared avatar container */
.chat-row .chat-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f1f3f5;
  flex-shrink: 0;
  margin-right: 0.75rem;
}

/* Image avatar */
.chat-row .chat-avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Icon avatar */
.chat-row .chat-avatar .avatar-icon {
  font-size: 1.25rem;
}

/* Message bubble shared */
.chat-row .chat-bubble {
  max-width: 75%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* USER styles */
.chat-row.user .chat-avatar .avatar-icon {
  color: #6c757d;
}

.chat-row.user .chat-bubble {
  background-color: #e4e9f2;
  color: #333;
}

/* BOT styles */
.chat-row.bot .chat-avatar .avatar-icon {
  color: #3b66f5;
}

.chat-row.bot .chat-bubble {
  background-color: #3b66f5;
  color: #fff;
}
.chat-row.bot .chat-bubble a{
  color: #fff;
  text-decoration: underline;
}

.chat-row.bot .chat-bubble a.btn{
  color:#000;
}
.chat-row .chat-file img{
  max-width: 200px;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.chat-starters .starter-question{
  font-size:14px;
  display:block;
}



.content-custom-account{
  max-width:100%;
  margin:0 auto;
}
.content-custom-account.medium{

  max-width: 60%;
  margin: 0 auto;
}



.send-chatbot-form .extra-functions{
  padding:5px 10px;
  vertical-align:middle;
}

.send-chatbot-form .form-response{
  font-size:12px;
}


 .inside-modal{
    width:800px;
  }

  
  .fancybox__container{
  --fancybox-bg: rgb(173 173 173 / 62%);
  backdrop-filter: blur(5px);
  }
  .modal-backdrop{
    background: rgb(173 173 173 / 62%);
    backdrop-filter: blur(5px) !important;
    --bs-backdrop-opacity:none;
  }
  .modal-dialog{
    display: flex;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin)* 2);
  }
  .modal-header{
    border:none;
  }
  .modal-content{
    border-radius:0px;
    border:0px;
  }





.voice-modal-content {
 background-color: rgb(255 255 255 / 54%);
    color: #000000;
    text-align: center;
}

.voice-modal-content .pulse-circle {
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #3B66F5 0%, #91dee6 100%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.05s linear;
  animation: voice-pulse-slow 1s ease-in-out infinite;
}


/* Class to make pulse faster */
.voice-modal-content .pulse-circle.pulse-stop {
  animation: none;
}
/* Normal slow pulse */
@keyframes voice-pulse-slow {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}



.voice-modal-content .btn-close {
  filter: invert(1);
}
.voice-modal-content .voice-buttons .btn-custom{
  background-color: #f9f9f9;
  color: #0d6efd;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.voice-modal-content .voice-buttons .btn-toggle{
  background-color: #3B66F5;
  color: #fff;
}

.voice-modal-content .voice-instruction{
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-top: 1rem;
}


.extra-functions .btn-func {
  display:inline-block;
  cursor: pointer;
  background: #f5f7fa;
  border-radius: 30px;
  padding: 2px 5px;
  font-weight: 500;
  color: #3B66F5;
  border: 2px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-size: 14px;
  gap: 0.5rem;
  width:auto;
  text-align:center;
}
.extra-functions .btn-func:hover{
  background: #eaf0fb;
  color: #204de1;
  border-color: #204de1;
}

.extra-functions .btn-voice{
    
}

.extra-functions .form-select-file {
    display:inline-block;
  align-items: center;
  cursor: pointer;
  background: #f5f7fa;
  border-radius: 30px;
  padding: 2px 10px;
  font-weight: 500;
  color: #3B66F5;
  border: 2px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-size: 14px;
  gap: 0.5rem;
  width:auto;
  text-align: center;
}

.extra-functions .form-select-file i {
  font-size: 0.7rem;
  
  color: #3B66F5;
  transition: color 0.2s;
}

.extra-functions .form-select-file.selected {
  background: #3B66F5;
  color: #fff;
  border-color: #3B66F5;
}

.extra-functions .form-select-file.selected i {
  color: #fff;
}

.extra-functions .form-select-file:hover {
  background: #eaf0fb;
  color: #204de1;
  border-color: #204de1;
}

.extra-functions .form-select-file:active {
  background: #dbeafe;
  color: #204de1;
}
/* Custom radio button with icon label styling */
.form-check.form-icon-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right:0px;
  padding-left:0px;
  vertical-align: middle;;
}

.form-check.form-icon-radio .form-check-input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check.form-icon-radio .custom-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f5f7fa;
  border-radius: 30px;
  padding: 2px 10px;
  font-weight: 500;
  color: #3B66F5;
  border: 2px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-size: 14px;
  gap: 0.5rem;
}

.form-check.form-icon-radio .custom-checkbox-label i {
  font-size: 0.7rem;
  margin-right: 10px;
  color: #3B66F5;
  transition: color 0.2s;
}

.form-check.form-icon-radio .form-check-input[type="radio"]:checked + .custom-checkbox-label {
  background: #3B66F5;
  color: #fff;
  border-color: #3B66F5;
}

.form-check.form-icon-radio .form-check-input[type="radio"]:checked + .custom-checkbox-label i {
  color: #fff;
}

.form-check.form-icon-radio .custom-checkbox-label:hover {
  background: #eaf0fb;
  color: #204de1;
  border-color: #204de1;
}

.form-check.form-icon-radio .custom-checkbox-label:active {
  background: #dbeafe;
  color: #204de1;
}



/* Badge styles for pass types */
.pass-generic,
.pass-boarding,
.pass-coupon,
.pass-event,
.pass-store,
.badge-pass {
  display: inline-block;
  padding: 0.35em 0.8em;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50rem;
  letter-spacing: 0.02em;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  transition: background 0.2s, color 0.2s;
}

.pass-generic,
.badge-pass {
  background-color: #64748b;
}

.pass-boarding {
  background-color: #3B66F5;
}

.pass-coupon {
  background-color: #f59e42;
}

.pass-event {
  background-color: #ae317b;
}

.pass-store {
  background-color: #22c55e;
}