    .rev_slider{
        max-height: 100vh !important;
    margin-top: 0px;
    margin-bottom: 0px;
    height:  100vh !important;
    }
    
    .rev_slider_wrapper{
         height:  100vh !important;
    }
    .slider-element{
         height:  100vh !important;
    }
    
    
        a {
      color: #8b4513;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }
    /* Hero section */
    .hero { color: #f5e6c8; text-align: center; padding: 5rem 2rem; background : linear-gradient(135deg, #2c1a0e 0%, #5c3317 60%, #8b4513 100%); }
    .hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: normal;
                letter-spacing: 0.05em; margin-bottom: 1rem; color: #f5e6c8 !important;}
    .hero p { font-size: 1.1rem; color: #d4a96a !important; max-width: 640px; margin: 0 auto 2rem; }
    .hero .cta-btn { display: inline-block; background: #c9a96e; color: #1a0a00;
                     padding: 0.9rem 2.5rem; font-size: 1rem; letter-spacing: 0.1em;
                     text-transform: uppercase; border-radius: 2px;
                     transition: background 0.3s; font-family: sans-serif; }
    .hero .cta-btn:hover { background: #f5e6c8; text-decoration: none; }

    /* Main content */
    main { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; }
    
    h2 { font-size: 1.6rem; color: #5c3317; border-bottom: 1px solid #d4a96a;
         padding-bottom: 0.5rem; margin-bottom: 1.2rem; font-weight: normal; }
    h3 { font-size: 1.1rem; color: #8b4513; margin: 1.2rem 0 0.5rem; }
    p  { margin-bottom: 1rem; }

    /* Cards */
    .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }
    .card { background: #fff8f0; border: 1px solid #e0c89a; border-radius: 4px;
            padding: 1.2rem; text-align: center; }
    .card .icon { font-size: 2rem; margin-bottom: 0.5rem; }
    .card h3 { color: #5c3317; margin: 0.3rem 0; font-size: 1rem; }
    .card p  { font-size: 0.9rem; color: #555; margin: 0; }


    /* FAQ */
    details { border-bottom: 1px solid #e0c89a; padding: 0.8rem 0; }
    details summary { cursor: pointer; font-weight: bold; color: #5c3317; list-style: none;
                       display: flex; justify-content: space-between; align-items: center; }
    details summary::after { content: '+'; font-size: 1.3rem; color: #c9a96e; }
    details[open] summary::after { content: '−'; }
    details p { padding: 0.6rem 0 0; color: #444; font-size: 0.95rem; }
    
         /* Info bar */
    .info-bar { display: flex; flex-wrap: wrap; gap: 1rem; background: #2c1a0e;
                color: #f5e6c8; padding: 1.2rem 2rem; justify-content: center; }
    .info-bar div { text-align: center; min-width: 150px; }
    .info-bar .label { font-size: 0.75rem; letter-spacing: 0.12em;
                        text-transform: uppercase; color: #c9a96e; }
    .info-bar .value { font-size: 1rem; margin-top: 0.2rem; }
    
     .btn-reservation {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border-radius: 8px;
      background: #5c3317 ;
      color: #f5e6c8 !important;
      text-decoration: none;
      font-weight: 500;
      transition: 0.25s ease;
    }

    .btn-reservation:hover {
      opacity: 0.85;
      color: #f5e6c8 !important;

    }