/* Base Styles */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    /*background: #f7f7fa;*/
    background: #000;
    overflow-x: hidden;
  }
  
  /* Top Bar */
  .top-bar {
    background: black;
    color: #efc475;
    font-size: clamp(12px, 2.5vw, 16px);
    padding: clamp(8px, 2vw, 15px) clamp(10px, 3vw, 8vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffd2d2;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .auth-links {
    display: flex;
    gap: clamp(8px, 2vw, 16px);
  }
  
  .auth-links a {
    color: #efc475;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
  }
  
  .auth-links .register {
    color: #efc475;
  }
  
  /* Navbar */
  .custom-navbar {
    background: black !important;
    padding: 1.75rem 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1030;
  }
  
  .navbar-brand {
    padding: 0;
    margin-right: 2rem;
  }
  
  .navbar-logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
  }
  
  .navbar-logo:hover {
    transform: scale(1.05);
  }
  
  /* Navbar Toggler */
  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.375rem 0.75rem;
    transition: all 0.3s ease;
  }
  
  .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.25em;
    height: 1.25em;
  }
  
  /* Navbar Nav */
  .navbar-nav {
    gap: 0.5rem;
  }
  
  .nav-link {
    color: #efc475 !important;
    font-weight: 500;
    padding: 0.75rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
  }
  
  .nav-link:hover,
  .nav-link:focus {
    background: rgba(255, 255, 255, 0.15);
    color: #efc475 !important;
  }
  
  .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .nav-icon {
    flex-shrink: 0;
    opacity: 0.9;
  }
  
  /* Dropdown Toggle */
  .dropdown-toggle {
    position: relative;
    padding-right: 2rem !important;
  }
  
  .dropdown-toggle::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    transition: transform 0.3s ease;
  }
  
  .dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  
  /* Search Filters */
  
  /* ===== Wrapper ===== */
  .filters-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
  }
  
  /* ===== Layout ===== */
  .filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  
  /* ===== Normal Filter Box ===== */
  .filter-box {
    min-width: 180px;
  }
  
  .filter-box h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .filter-box label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
  }
  
  /* ===== DROPDOWN FILTER ===== */
  .dropdown-filter {
    min-width: 200px;
    border: 1px solid #ddd;
  }
  
  /* hide toggle checkbox */
  .dropdown-filter .toggle {
    display: none;
  }
  
  /* dropdown header */
  .dropdown-title {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* dropdown content */
  .dropdown-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
    color:white;
  }
  
  .dropdown-content label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color:white;
  }
  
  /* show dropdown */
  .dropdown-filter .toggle:checked + label + .dropdown-content {
    display: block;
  }
  
  /* ===== SHOW MORE FILTERS ===== */
  #toggle-filters {
    display: none;
  }
  
  .more-filters {
    display: none;
    margin-top: 20px;
  }
  
  #toggle-filters:checked ~ .more-filters {
    display: block;
  }
  
  /* toggle text */
  .toggle-btn {
    color: #e91e63;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
  }
  
  .show-less {
    display: none;
  }
  
  #toggle-filters:checked ~ .toggle-btn .show-more {
    display: none;
  }
  
  #toggle-filters:checked ~ .toggle-btn .show-less {
    display: inline;
  }
  
  /* ===== Search Button ===== */
  .search-btn {
    float: right;
    background: #e91e63;
    color: #fff;
    border: none;
    padding: 10px 22px;
    cursor: pointer;
  }
  
  .clearfix {
    clear: both;
  }
  
  /* Mega Dropdown Menu */
  .mega-dropdown {
    position: static;
  }
  
  .mega-menu {
    width: 100%;
    max-width: 1200px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0.5rem !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 2rem !important;
    background: #fff;
  }
  
  .mega-title {
    font-size: 1.1rem;
    font-weight: 700;
    /* color: #efc475; */
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
  }
  
  .mega-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* Mega Menu Items */
  .mega-item {
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .mega-item:last-child {
    border-bottom: none;
  }
  
  .mega-item:hover {
    background: linear-gradient(135deg, #fff5f7 0%, #fce8ec 100%);
    border-radius: 8px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    transform: translateX(4px);
  }
  
  .mega-item-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.375rem;
    min-height: 24px;
  }
  
  .mega-item-title {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95rem;
    line-height: 1.3;
    margin: 0;
    flex: 1;
  }
  
  .mega-item-desc {
    color: #718096;
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
    padding-left: 1.875rem;
  }
  
  /* Icons */
  .icon {
    font-size: 1.1rem;
    width: 1.125rem;
    text-align: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  
  .mega-item:hover .icon {
    transform: scale(1.1);
  }
  
  /* Icon Colors */
  .icon.guest { color: #36b3fa; }
  .icon.cms { color: #fa9836; }
  .icon.crm { color: #b636fa; }
  .fa-address-book { color: #4299e1; }
  .fa-calendar { color: #48bb78; }
  .fa-comments { color: #ed8936; }
  .fa-list-check { color: #9f7aea; }
  .fa-network-wired { color: #38b2ac; }
  .fa-chart-line { color: #e53e3e; }
  .fa-gear { color: #718096; }
  
  /* Feature Cards in Mega Menu */
  .mega-feature-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
  }
  
  .mega-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #efc475;
  }
  
  .mega-feature-card:last-child {
    margin-bottom: 0;
  }
  
  .feature-header {
    margin-bottom: 0.875rem;
  }
  
  .feature-title-container {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    width: 100%;
  }
  
  .feature-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .mega-feature-card:hover .feature-img {
    transform: scale(1.05);
  }
  
  .feature-title-content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    flex: 1;
    min-width: 0; 
  }
  
  .feature-title {
    font-weight: 700;
    color: #2d3748;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .feature-badge {
    /* background: linear-gradient(135deg, #fa6e91, #d5316c); */
    background: transparent;
    color: #555;
    font-size: 0.7rem;
    padding: 0.25rem 0.625rem;
    border-radius: 15px;
    /* font-weight: 600; */
    white-space: nowrap;
    align-self: flex-start;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  }
  
  .feature-desc {
    color: #718096;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .mega-cta {
    color: #efc475;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0;
    border-radius: 6px;
  }
  
  .mega-cta:hover {
    color: #d5316c;
    transform: translateX(3px);
  }
  
  /* Responsive Design */
  @media (max-width: 1199.98px) {
    .mega-feature-card {
      padding: 1.25rem;
    }
    
    .feature-title-container {
      gap: 0.75rem;
    }
    
    .feature-img {
      width: 44px;
      height: 44px;
    }
    
    .feature-title {
      font-size: 0.95rem;
    }
  }
  
  @media (max-width: 991.98px) {
    .mega-feature-card {
      padding: 1.125rem;
      margin-bottom: 0.875rem;
    }
    
    .feature-title-container {
      gap: 0.625rem;
    }
    
    .feature-img {
      width: 42px;
      height: 42px;
    }
    
    .feature-title {
      font-size: 0.925rem;
    }
    
    .feature-desc {
      font-size: 0.85rem;
      margin-bottom: 0.875rem;
    }
  }
  
  @media (max-width: 767.98px) {
    .mega-feature-card {
      padding: 1rem;
      margin-bottom: 0.75rem;
    }
    
    .feature-title-container {
      gap: 0.5rem;
    }
    
    .feature-img {
      width: 40px;
      height: 40px;
      border-radius: 8px;
    }
    
    .feature-title {
      font-size: 0.9rem;
    }
    
    .feature-desc {
      font-size: 0.825rem;
      margin-bottom: 0.75rem;
    }
    
    .mega-cta {
      font-size: 0.85rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .mega-feature-card {
      padding: 0.875rem;
    }
    
    .feature-title-container {
      gap: 0.5rem;
    }
    
    .feature-img {
      width: 38px;
      height: 38px;
    }
    
    .feature-title {
      font-size: 0.875rem;
    }
    
    .feature-desc {
      font-size: 0.8rem;
      -webkit-line-clamp: 3;
    }
  }
  
  /* Large screens enhancement */
  @media (min-width: 1400px) {
    .mega-feature-card {
      padding: 1.75rem;
    }
    
    .feature-title-container {
      gap: 1rem;
    }
    
    .feature-img {
      width: 52px;
      height: 52px;
    }
    
    .feature-title {
      font-size: 1.05rem;
    }
  }
  
  @media (hover: none) and (pointer: coarse) {
    .mega-feature-card:hover {
      transform: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .mega-feature-card:active {
      transform: scale(0.98);
      background: #f1f3f4;
    }
    
    .mega-cta:hover {
      transform: none;
    }
    
    .mega-cta:active {
      transform: translateX(3px);
    }
  }
  
  .mega-feature-card:focus-within {
    outline: 2px solid #fa6e91;
    outline-offset: 2px;
  }
  
  .mega-cta:focus {
    outline: 2px solid #fa6e91;
    outline-offset: 4px;
    border-radius: 4px;
  }
  
  .mega-feature-card {
    animation: slideInUp 0.4s ease-out;
  }
  
  .mega-feature-card:nth-child(1) { animation-delay: 0.1s; }
  .mega-feature-card:nth-child(2) { animation-delay: 0.2s; }
  
  @keyframes slideInUp {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .mega-feature-card,
    .feature-img,
    .mega-cta {
      transition: none;
      animation: none;
    }
    
    .mega-feature-card:hover {
      transform: none;
    }
  }
  
  @media print {
    .mega-feature-card {
      background: #fff !important;
      border: 1px solid #ccc !important;
      box-shadow: none !important;
    }
    
    .mega-feature-card:hover {
      transform: none !important;
    }
  }
  
  /* Book Call Button */
  .navbar-actions {
    margin-left: 1rem;
  }
  
  .btn-book-call {
    background: #fff;
    color: #efc475 !important;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .btn-book-call:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  /* Animation for dropdown */
  .dropdown-menu {
    animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .mega-item {
    animation: fadeInUp 0.4s ease-out;
  }
  
  .mega-item:nth-child(1) { animation-delay: 0.1s; }
  .mega-item:nth-child(2) { animation-delay: 0.15s; }
  .mega-item:nth-child(3) { animation-delay: 0.2s; }
  .mega-item:nth-child(4) { animation-delay: 0.25s; }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .mega-item:focus-within {
    background: #fff5f7;
    border-radius: 8px;
    outline: 2px solid #fa6e91;
    outline-offset: 2px;
  }
  
  /* Hover */
  .mega-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 4px;
    height: 100%;
    background: #fa6e91;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .mega-item:hover::before {
    opacity: 1;
  }
  
  .navbar-collapse {
    z-index: 1031;
  }
  
  .dropdown-menu {
    z-index: 1032;
  }
  
  @media (max-width: 1199.98px) {
    .mega-menu {
      padding: 1.5rem !important;
    }
    
    .mega-item-header {
      gap: 0.625rem;
    }
    
    .mega-item-desc {
      padding-left: 1.625rem;
    }
  }
  
  @media (max-width: 991.98px) {
    .custom-navbar {
      padding: 0.5rem 1rem;
    }
    
    .navbar-collapse {
      margin-top: 1rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 1rem;
    }
    
    .mega-dropdown {
      position: relative;
    }
    
    .mega-menu {
      position: static !important;
      transform: none !important;
      width: 100% !important;
      margin-top: 0.5rem !important;
      box-shadow: none;
      border-radius: 8px !important;
      padding: 1rem !important;
      background: #fff;
      border: 1px solid #e9ecef;
    }
    
    .mega-item {
      padding: 0.875rem 0;
      border-bottom-color: #f0f0f0; 
    }
    
    .mega-item:hover {
      background: linear-gradient(135deg, #fff5f7 0%, #fce8ec 100%);
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    
    .mega-item-header {
      gap: 0.625rem;
      margin-bottom: 0.25rem;
    }
    
    .mega-item-title {
      font-size: 0.9rem;
      color: #2d3748; 
    }
    
    .mega-item-desc {
      font-size: 0.8rem;
      padding-left: 1.625rem;
      color: #718096;
    }
    
    .icon {
      font-size: 1rem;
      width: 1rem;
    }
    
    .navbar-actions {
      margin-left: 0;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .btn-book-call {
      width: 100%;
      justify-content: center;
    }
  }
  
  @media (max-width: 767.98px) {
    .navbar-brand {
      margin-right: 1rem;
    }
    
    .navbar-logo {
      height: 35px;
    }
    
    .nav-link {
      padding: 0.625rem 0.75rem !important;
      font-size: 0.95rem;
    }
    
    .mega-menu {
      padding: 0.75rem !important;
    }
    
    .mega-item {
      padding: 0.75rem 0;
    }
    
    .mega-item-header {
      gap: 0.5rem;
    }
    
    .mega-item-title {
      font-size: 0.875rem;
    }
    
    .mega-item-desc {
      font-size: 0.775rem;
      padding-left: 1.5rem;
    }
    
    .icon {
      font-size: 0.95rem;
    }
    
    .mega-feature-card {
      padding: 1rem;
    }
    
    .feature-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .custom-navbar {
      padding: 0.5rem;
    }
    
    .navbar-logo {
      height: 30px;
    }
    
    .nav-link {
      padding: 0.5rem 0.625rem !important;
      font-size: 0.9rem;
    }
    
    .nav-icon {
      width: 18px;
      height: 18px;
    }
    
    .mega-menu .container-fluid {
      padding: 0;
    }
    
    .mega-menu .row {
      margin: 0;
    }
    
    .mega-menu .col-12 {
      padding: 0;
    }
    
    .mega-item-desc {
      padding-left: 1.375rem;
    }
  }
  
  @media (min-width: 1400px) {
    .mega-menu {
      max-width: 1300px;
    }
  }
  
  @media (hover: none) and (pointer: coarse) {
    .mega-item {
      padding: 1.125rem 0;
    }
    
    .mega-item:hover {
      transform: none;
      background: #fff5f7;
    }
    
    .mega-item:active {
      background: #fce8ec;
      transform: scale(0.98);
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .mega-item,
    .mega-feature-card,
    .dropdown-menu {
      transition: none;
      animation: none;
    }
    
    .mega-item:hover {
      transform: none;
    }
    
    .mega-feature-card:hover {
      transform: none;
    }
  }
  
  @media print {
    .mega-menu {
      box-shadow: none;
      border: 1px solid #ccc !important;
    }
    
    .mega-item:hover {
      background: transparent !important;
      transform: none !important;
    }
  }
  
  
  /* Hero Section */
  .hero {
    min-height: clamp(300px, 60vw, 530px);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .overlay {
    background: rgba(0, 0, 0, 0.17);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(20px, 8vw, 65px) 0 clamp(15px, 4vw, 30px);
    margin-top: clamp(100px, 30vw, 250px);
  }
  
  .hero-heading {
    max-width: 90vw;
    width: min(540px, 90vw);
    margin: 0 0 12px 0;
    height: auto;
  }
  
  .hero-subtitle {
    max-width: 90vw;
    width: min(420px, 90vw);
    margin-bottom: clamp(20px, 6vw, 44px);
    height: auto;
  }
  
  /* Searchbar */
  .searchbar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: clamp(12px, 3vw, 19px);
    padding: clamp(15px, 4vw, 38px) clamp(15px, 4vw, 38px) clamp(12px, 3vw, 26px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    box-shadow: 0 4px 20px rgba(160, 48, 82, .05);
    width: 95vw;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .search-form {
    display: flex;
    gap: clamp(15px, 3vw, 32px);
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .search-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: min(200px, 100%);
  }
  
  .search-label {
    color: #efc475;
    font-weight: 600;
    font-size: clamp(14px, 2.5vw, 18px);
  }
  
  .search-input {
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: clamp(8px, 2vw, 12px) clamp(12px, 2vw, 16px);
  }
  
  .input-icon {
    width: clamp(18px, 4vw, 23px);
    height: clamp(18px, 4vw, 23px);
    margin-right: 6px;
  }
  
  .selected {
    color: #222;
    font-size: clamp(14px, 2.5vw, 17px);
  }
  
  .dropdown-arrow {
    color: #efc475;
    font-size: 14px;
    margin-left: 7px;
  }
  
  .divider {
    width: 2px;
    height: 48px;
    background: #d9d9d9;
    margin: 0 clamp(10px, 3vw, 28px);
  }
  
  .search-btn {
    background: #c81042;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(44px, 10vw, 54px);
    height: clamp(44px, 10vw, 54px);
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Search Dropdown */
  .search-input .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 90;
    min-width: 100%;
    box-shadow: 0 2px 16px #e0e0e0;
    background: #fff;
    border-radius: 6px;
    display: none;
    margin-top: 6px;
    padding: 0;
    list-style-type: none;
  }
  
  .search-input .dropdown-menu li {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background .18s;
  }
  
  .search-input .dropdown-menu li:hover {
    background: #f7e9ef;
  }
  
  /* MEGA DROPDOWN */
  .mega-dropdown .mega-dropdown-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: min(95vw, 1200px);
    background: #fff;
    box-shadow: 0 4px 32px rgba(160, 48, 82, 0.17);
    border-radius: 0 0 12px 12px;
    padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 48px) clamp(16px, 3vw, 32px);
    z-index: 999;
  }
  
  .mega-dropdown .mega-dropdown-menu .mega-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(20px, 4vw, 36px);
    width: 100%;
  }
  
  .mega-col {
    flex: 1 1 min(260px, 100%);
    min-width: min(240px, 100%);
  }
  
  .mega-col h4 {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #efc475;
    margin-bottom: 12px;
    font-weight: bold;
  }
  
  .mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .mega-col ul li {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: clamp(12px, 2vw, 14px);
  }
  
  .mega-col ul li .desc {
    font-size: clamp(11px, 1.8vw, 13px);
    color: #888;
    margin-top: 4px;
  }
  
  /* Side blocks in mega menu */
  .mega-side {
    flex: 1 1 min(300px, 100%);
    max-width: min(320px, 100%);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 3vw, 24px);
  }
  
  .side-block {
    background: #f7f7fa;
    border-radius: 10px;
    padding: clamp(12px, 3vw, 16px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  .side-img {
    width: clamp(40px, 10vw, 60px);
    height: clamp(40px, 10vw, 60px);
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
  }
  
  .feature-title {
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: bold;
    color: #000;
  }
  
  @media (max-width: 1024px) {
    .mega-dropdown .mega-dropdown-menu {
      position: static;
      left: 0;
      right: 0;
      transform: none;
      width: 100%;
      box-shadow: none;
      border-radius: 0 0 10px 10px;
      margin-top: 10px;
      padding: 20px 15px;
    }
  
    .mega-dropdown .mega-dropdown-menu .mega-content {
      flex-direction: column;
      gap: 20px;
    }
  
    .mega-side {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 12px;
    }
  
    .side-block {
      flex: 1 1 calc(50% - 6px);
      max-width: calc(50% - 6px);
    }
  }
  
  @media (max-width: 480px) {
    .mega-side {
      flex-direction: column;
    }
    
    .side-block {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  
  /* Venue and Category Cards */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(10px, 3vw, 15px);
  }
  
  .header-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(1rem, 3vw, 2rem);
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .section-title {
    font-weight: 700;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    /* color: #222; */
    color:#b6816b;
    margin: 0;
  }
  
  .scroll-controls {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
  .scroll-controls .btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #666;
    transition: all 0.3s ease;
    font-size: 14px;
  }
  
  .scroll-controls .btn:hover {
    background: #fa6e91;
    color: #fff;
    border-color: #efc475;
  }
  
  .view-all-link {
    color: #efc475;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .view-all-link:hover {
    color: #d5316c;
  }
  
  /* List wrappers */
  .venue-list,
  .category-list {
    display: flex;
    overflow-x: auto;
    gap: clamp(16px, 3vw, 24px);
    padding: 10px 5px 25px 5px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .venue-list::-webkit-scrollbar,
  .category-list::-webkit-scrollbar {
    display: none;
  }
  
  /* Venue Cards */
  .venue-card {
    flex: 0 0 min(280px, 85vw);
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .venue-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  
  .venue-img-wrap {
    position: relative;
    width: 100%;
    height: clamp(140px, 30vw, 180px);
    overflow: hidden;
  }
  
  .venue-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .venue-card:hover .venue-img {
    transform: scale(1.05);
  }
  
  .venue-tag {
    position: absolute;
    left: 12px;
    bottom: 12px;  
    padding: 4px 12px;
    background: #396fc5;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 2;
  }
  
  .venue-tag.indoor {
    background: #ffd02d;
    color: #2c2c2c;
  }
  
  .venue-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }
  
  .rating-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 4px;
  }
  
  .rating-stars i {
    font-size: 12px;
    color: #f5b900;
  }
  
  .venue-name {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    margin: 0;
    line-height: 1.3;
  }
  
  .venue-location {
    color: #666;
    font-size: 13px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .venue-location i {
    font-size: 12px;
  }
  
  /* Category Cards */
  .category-card {
    /* flex: 0 0 min(280px, 85vw); */
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  
  .category-img {
    width: 100%;
    height: clamp(140px, 30vw, 180px);
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .category-card:hover .category-img {
    transform: scale(1.05);
  }
  
  .category-details {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }
  
  .category-title {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    margin: 0;
    line-height: 1.3;
  }
  
  .category-desc {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .see-more {
    /* background: #f8f9fa; */
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    /* border-radius: 8px; */
    text-align: center;
    text-decoration: underline;
    /* border: 1px solid #e9ecef; */
    margin-top: 8px;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .see-more:hover {
    /* background: #fa6e91; */
    /* color: #fff; */
    /* border-color: #efc475; */
    text-decoration: underline;
  }
  
  /* Pink Scroll Button */
  .section-scroll-right{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#ff3e71;
    color:#fff;
    border:none;
    position:absolute;
    right:clamp(12px,4vw,25px);
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    cursor:pointer;
    box-shadow:0 4px 15px rgba(255,0,74,.3);
    z-index:5;
  }
  
  .section-scroll-right:hover{
    background:#d82c5a;
  }
  
  
  .popular-venues .container,
  .popular-categories .container{
    position:relative;
  }
  
  
  @media (max-width: 768px) {
    .header-controls {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }
    
    .scroll-controls {
      width: 100%;
      justify-content: space-between;
    }
    
    .venue-card,
    .category-card {
      flex: 0 0 85vw;
    }
    
    .venue-img-wrap,
    .category-img {
      height: 160px;
    }
  }
  
  @media (max-width: 480px) {
    .venue-list,
    .category-list {
      gap: 12px;
    }
    
    .venue-card,
    .category-card {
      flex: 0 0 82vw;
    }
    
    .venue-img-wrap,
    .category-img {
      height: 140px;
    }
    
    .venue-info,
    .category-details {
      padding: 14px;
    }
    
    .section-title {
      font-size: 1.4rem;
    }
  }
  
  /* MANPOWER SECTION */
  .manpower-section {
    padding: clamp(20px, 5vw, 40px) 0;
    position: relative;
  }
  
  .manpower-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* gap: 10px; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(15px, 3vw, 30px);
  }
  
  .manpower-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    flex: 0 1 min(420px, 100%);
    padding: clamp(20px, 4vw, 38px) clamp(15px, 3vw, 36px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .manpower-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 5vw, 2.35rem);
    color: #172B1A;
    font-weight: 700;
    margin-bottom: clamp(15px, 3vw, 22px);
    line-height: 1.2;
  }
  
  .manpower-card p {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 2.5vw, 16px);
    margin: clamp(20px, 6vw, 80px) 0 clamp(20px, 4vw, 34px) 0;
    line-height: 1.5;
  }
  
  .manpower-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff5e7e;
    color: #fff;
    padding: clamp(10px, 2vw, 12px) clamp(15px, 3vw, 24px);
    font-weight: 700;
    font-size: clamp(13px, 2vw, 15px);
    border-radius: 15px 0 8px 0;
    box-shadow: 3px 4px 0 #e54365;
    transition: all .18s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    width: fit-content;
  }
  
  .manpower-btn .btn-icon {
    background: #fff;
    color: #ff5e7e;
    border-radius: 15px 0 8px 0;
    padding: 4px 8px;
    font-size: clamp(12px, 2vw, 15px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .manpower-btn:hover {
    background: #ff3e64;
    box-shadow: 2px 3px 0 #c83050;
    transform: translateY(-1px);
  }
  
  .manpower-gallery {
    flex: 1 1 min(500px, 100%);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: 50px;
  }
  
  .manpower-images-3d {
    position: relative;
    width: min(450px, 90vw);
    height: min(300px, 60vw);
    /* margin: 0 auto; */
  }
  
  .img-3d {
    width: min(260px, 60vw);
    height: min(350px, 70vw);
    object-fit: cover;
    position: absolute;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    /* border-radius: 8px; */
  }
  
  .img1 { 
    top: 0; 
    left: 0; 
    z-index: 3; 
    width: min(300px, 65vw); 
    height: min(400px, 75vw); 
  }
  .img2 { 
    top: 20px; 
    left: min(230px, 25vw); 
    z-index: 2; 
    width: min(260px, 55vw);
    height: min(350px, 65vw);
  }
  .img3 { 
    top: 20px; 
    left: min(440px, 50vw); 
    z-index: 1; 
    width: min(220px, 45vw);
    height: min(350px, 65vw);
  }
  
  .dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: clamp(20px, 5vw, 40px);
    justify-content: center;
    margin-top: 140px;
  }
  
  .dot {
    width: clamp(8px, 2vw, 11px);
    height: clamp(8px, 2vw, 11px);
    background: #000000;
    border-radius: 50%;
    transition: background 0.3s;
  }
  
  .dot.active {
    background: #ff5e7e;
  }
  
  @media (max-width: 768px) {
    .manpower-row {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
    
    .manpower-card {
      width: 100%;
      max-width: 500px;
      text-align: center;
    }
    
    .manpower-btn {
      align-self: center;
    }
    
    .manpower-images-3d {
      width: min(400px, 95vw);
      height: min(250px, 55vw);
    }
    
    .img1 { 
      width: min(250px, 55vw); 
      height: min(330px, 65vw); 
    }
    .img2 { 
      left: min(100px, 22vw);
      width: min(220px, 48vw);
      height: min(300px, 58vw);
    }
    .img3 { 
      left: min(200px, 44vw);
      width: min(190px, 40vw);
      height: min(270px, 50vw);
    }
  }
  
  @media (max-width: 480px) {
    .manpower-images-3d {
      width: 95vw;
      height: 50vw;
    }
    
    .img1 { 
      width: 55vw; 
      height: 65vw; 
    }
    .img2 { 
      left: 22vw;
      width: 48vw;
      height: 58vw;
    }
    .img3 { 
      left: 44vw;
      width: 40vw;
      height: 50vw;
    }
  }
  
  /* WEDDING STORIES */
  .wedding-stories {
    background: #fff;
  }
  
  .stories-wrapper {
    display: flex;
    gap: clamp(20px, 3vw, 30px);
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .stories-wrapper::-webkit-scrollbar{display:none;}
  
  .story-card {
    flex: 0 0 min(340px, 85vw);
    background: #fff;
  }
  
  .story-img {
    width: 100%;
    height: clamp(180px, 20vw, 210px);
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  
  .story-meta {
    font-size: 11px;
    color: #888;
    margin-bottom: 8px;
  }
  
  .story-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: #111;
    margin: 0 0 12px;
  }
  
  .story-link {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items:center;
    gap:6px;
    opacity:.7;
  }
  
  .story-link:hover {
    opacity:1;
  }
  
  .stories-scroll-right {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ff3e71;
    color: #fff;
    border: none;
    position: absolute;
    right: clamp(12px, 4vw, 25px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255,0,74,.3);
    z-index: 5;
    transition: background .3s;
  }
  
  .stories-scroll-right:hover {
    background: #d82c5a;
  }
  
  .story-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .story-card:hover .story-img {
    transform: scale(1.05);
  }
  
  .wedding-stories .container{
    position: relative;
  }
  
  
  
  .mb-section {
    margin-bottom: clamp(20px, 6vw, 60px);
  }
  
  .px-responsive {
    padding-left: clamp(15px, 5vw, 50px);
    padding-right: clamp(15px, 5vw, 50px);
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  @media (max-width: 360px) {
    .search-form {
      flex-direction: column;
      align-items: stretch;
    }
    
    .search-block {
      min-width: 100%;
    }
    
    .divider {
      display: none;
    }
    
    .auth-links {
      flex-direction: column;
      gap: 5px;
    }
  }
  
  
   .search-btn{
    background-color: white;
    border: 1px solid red;
    color: black;
    font-size: 11px;
    font-family: inter;
  
   }
  
   .non-veg-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #d32f2f;
    border-radius: 3px;       /* rectangle radius = 3px */
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    width: fit-content;
  }
  
  .red-ellipse {
    width: 12px;
    height: 12px;
    background: #d32f2f;      /* red color */
    border-radius: 50%;       /* makes ellipse/circle */
    display: inline-block;
  }
  
  
  
  /* green veg items */
   .veg-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #d32f2f;
    border-radius: 3px;       /* rectangle radius = 3px */
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    width: fit-content;
  }
  
  .green-ellipse {
    width: 12px;
    height: 12px;
    background: green;      /* red color */
    border-radius: 50%;       /* makes ellipse/circle */
    display: inline-block;
  }
  
  /* footer */
  .footer {
      /* background: #F7F7F7; */
      background-color: #323334;
      /* color: rgb(98, 94, 94); */
      color:white;
      padding: 20px 0;
      text-align: center;
      font-family: Arial, sans-serif;
  }
  
  .footer-top {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 15px;
  }
   .menu{
    font-weight: 800;
  }
  
   a {
      color: #222121;
      text-decoration: none;
      font-size: 16px;
      font-weight: 200;
     
  }
  footer ul{
    font-weight: 300;
     list-style: none;
     
  }
  footer ul li{
    margin-bottom: 8px;
    color: white;
  }
  
  .footer-top a:hover {
      color: #00bcd4;
  }
  .footer-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    max-width: 1200px;
  }
  
  .footer-line {
      width: 80%;
      margin: 10px auto;
      border: 0;
      border-top: 1px solid #555;
  }
  
  .footer-bottom p {
      font-size: 14px;
      color: #ccc;
  }
  
  
  .footer-info{
    font-weight: 500;
    font-size: 14px;
    margin: 0;
  
  }
  .submenu
  {
      color: white;
  }