.elementor-1796 .elementor-element.elementor-element-03865c3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1796 .elementor-element.elementor-element-422da84{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1796 .elementor-element.elementor-element-b95126a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1796 .elementor-element.elementor-element-404a731{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1796 .elementor-element.elementor-element-ecb4487{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4e0802a */.cafe-hero{
    position:relative;
    overflow:hidden;
    background:#050505;
    padding:110px 20px;
}

.cafe-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,rgba(215,130,147,.10),transparent 45%),
    radial-gradient(circle at bottom left,rgba(255,255,255,.035),transparent 40%);
    pointer-events:none;
}

.cafe-container{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:520px 1fr;
    align-items:center;
    gap:80px;
}

.cafe-content{
    font-family:'Inter', Arial, sans-serif;
}

.hero-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#d8a3ad;
    font-family:'Inter', Arial, sans-serif;
    font-size:10px;
    letter-spacing:2.2px;
    font-weight:600;
    text-transform:uppercase;
}

.cafe-content h1{
    margin:22px 0 8px;
    font-family:'Playfair Display', Georgia, serif;
    font-size:78px;
    line-height:.98;
    letter-spacing:-0.02em;
    color:#ffffff;
    font-weight:700;
}

.hero-subtitle{
    color:#d8a3ad;
    font-family:'Playfair Display', Georgia, serif;
    font-size:26px;
    line-height:1.2;
    font-weight:600;
    margin-bottom:20px;
}

.hero-text{
    color:#c4c0bd;
    font-family:'Inter', Arial, sans-serif;
    font-size:16px;
    line-height:1.8;
    margin-bottom:24px;
    max-width:450px;
    font-weight:400;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:flex-start;
    margin-top:14px;
}

.hero-btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    height:42px !important;
    min-height:42px !important;
    padding:0 24px !important;
    border-radius:999px !important;
    background:#d9899b !important;
    color:#ffffff !important;
    text-decoration:none !important;
    font-family:'Inter', Arial, sans-serif !important;
    font-size:13px !important;
    line-height:42px !important;
    font-weight:700 !important;
    letter-spacing:0 !important;
    border:none !important;
    box-shadow:none !important;
    transition:all .2s ease;
    white-space:nowrap;
    width:auto !important;
    min-width:auto !important;
}

.hero-btn:hover{
    background:#cf7f92 !important;
    color:#ffffff !important;
    transform:translateY(-1px);
}

.hero-booking-wrap{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
}

.hero-booking-note{
    font-family:'Inter', Arial, sans-serif;
    font-size:12px;
    line-height:1.35;
    color:#a9a9a9;
    padding-left:8px;
}

.cafe-slider{
    position:relative;
    width:100%;
    min-width:0;
}

.cafeSwiper{
    width:100%;
    height:100%;
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 35px 80px rgba(0,0,0,.45);
}

.cafeSwiper .swiper-wrapper{
    height:100%;
}

.cafeSwiper .swiper-slide{
    width:100%;
    height:650px;
}

.cafeSwiper img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.cafeSwiper::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.16), rgba(0,0,0,0));
    pointer-events:none;
    z-index:2;
}

.cafeSwiper .swiper-pagination{
    bottom:18px !important;
}

.cafeSwiper .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background:#ffffff;
    opacity:.30;
}

.cafeSwiper .swiper-pagination-bullet-active{
    width:28px;
    border-radius:50px;
    background:#d9899b;
    opacity:1;
}

@media(max-width:1200px){
    .cafe-container{
        grid-template-columns:1fr;
        gap:48px;
    }

    .cafe-content{
        text-align:center;
        max-width:720px;
        margin:0 auto;
    }

    .hero-text{
        margin:0 auto 24px;
        max-width:580px;
    }

    .hero-buttons{
        justify-content:center;
        margin-top:16px;
    }

    .hero-booking-wrap{
        align-items:center;
    }

    .hero-booking-note{
        padding-left:0;
        text-align:center;
    }

    .cafeSwiper .swiper-slide{
        height:520px;
    }
}

@media(max-width:768px){
    .cafe-hero{
        padding:140px 16px 56px;
    }

    .cafe-container{
        gap:30px;
    }

    .cafe-content{
        text-align:center;
        margin-top:18px;
    }

    .hero-label{
        padding:8px 14px;
        font-size:10px;
        letter-spacing:2px;
        margin:0 auto;
    }

    .cafe-content h1{
        margin:18px 0 8px;
        font-size:46px;
        line-height:1.02;
    }

    .hero-subtitle{
        font-size:20px;
        margin-bottom:14px;
    }

    .hero-text{
        font-size:15px;
        line-height:1.7;
        margin:0 auto 18px;
        max-width:100%;
    }

    .hero-buttons{
        justify-content:center;
        align-items:center;
        gap:10px;
        margin-top:18px;
    }

    .hero-btn{
        height:44px !important;
        min-height:44px !important;
        padding:0 22px !important;
        font-size:13px !important;
        line-height:44px !important;
    }

    .hero-booking-wrap{
        align-items:center;
        gap:6px;
    }

    .hero-booking-note{
        font-size:11px;
        text-align:center;
        padding-left:0;
    }

    .cafe-slider{
        width:100%;
    }

    .cafeSwiper{
        border-radius:22px;
    }

    .cafeSwiper .swiper-slide{
        height:340px;
    }

    .cafeSwiper .swiper-pagination{
        bottom:14px !important;
    }

    .cafeSwiper .swiper-pagination-bullet{
        width:7px;
        height:7px;
    }

    .cafeSwiper .swiper-pagination-bullet-active{
        width:24px;
    }
}

@media(max-width:480px){
    .cafe-hero{
        padding:155px 14px 48px;
    }

    .cafe-content{
        margin-top:20px;
    }

    .cafe-content h1{
        font-size:40px;
    }

    .hero-subtitle{
        font-size:18px;
    }

    .hero-text{
        font-size:14px;
        line-height:1.65;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
        gap:10px;
        margin-top:18px;
    }

    .hero-btn{
        width:auto !important;
        min-width:220px !important;
        height:44px !important;
        padding:0 20px !important;
        font-size:13px !important;
        line-height:44px !important;
    }

    .hero-booking-wrap{
        width:100%;
        align-items:center;
    }

    .hero-booking-note{
        text-align:center;
    }

    .cafeSwiper .swiper-slide{
        height:280px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3da304e */.cafe-slider{
    position:relative;
    width:100%;
    min-width:0;
}

.cafeSwiper{
    width:100%;
    height:100%;
    border-radius:32px;
    overflow:hidden;
}

.cafeSwiper .swiper-wrapper{
    height:100%;
}

.cafeSwiper .swiper-slide{
    width:100%;
    height:650px;
}

.cafeSwiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-959307d */.cafe-menu-overview{
    position:relative;
    overflow:hidden;
    padding:90px 20px;
    background-image:
        linear-gradient(180deg, rgba(5,5,5,.82) 0%, rgba(5,5,5,.86) 55%, rgba(5,5,5,.92) 100%),
        linear-gradient(135deg, rgba(217,137,155,.16) 0%, rgba(0,0,0,0) 45%),
        url('https://catyscorner.ro/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-19-at-22.23.23-2.jpeg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.cafe-menu-overview::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left, rgba(217,137,155,.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255,255,255,.03), transparent 24%);
    pointer-events:none;
}

.cafe-menu-overview__inner{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:0 auto;
}

.cafe-menu-overview__heading{
    max-width:760px;
    margin:0 auto 42px;
    text-align:center;
}

.cafe-menu-overview__label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    color:#d8a3ad;
    font-family:'Inter', Arial, sans-serif;
    font-size:10px;
    letter-spacing:2.2px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:18px;
}

.cafe-menu-overview__heading h2{
    margin:0 0 14px;
    font-family:'Playfair Display', Georgia, serif;
    font-size:54px;
    line-height:1.05;
    letter-spacing:-0.02em;
    color:#ffffff;
    font-weight:700;
}

.cafe-menu-overview__heading p{
    margin:0 auto;
    max-width:700px;
    color:#d0cbc8;
    font-family:'Inter', Arial, sans-serif;
    font-size:16px;
    line-height:1.85;
}

.cafe-menu-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:20px;
}

.cafe-menu-card{
    position:relative;
    padding:28px 24px;
    border-radius:28px;
    background:rgba(12,12,12,.58);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 40px rgba(0,0,0,.28);
    backdrop-filter:blur(8px);
    transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.cafe-menu-card:hover{
    transform:translateY(-4px);
    border-color:rgba(217,137,155,.28);
    background:rgba(18,18,18,.72);
}

.cafe-menu-card__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin-bottom:18px;
    border-radius:16px;
    background:rgba(217,137,155,.16);
    font-size:22px;
    line-height:1;
}

.cafe-menu-card h3{
    margin:0 0 10px;
    font-family:'Playfair Display', Georgia, serif;
    font-size:26px;
    line-height:1.15;
    color:#ffffff;
    font-weight:700;
}

.cafe-menu-card p{
    margin:0;
    color:#c6c0bd;
    font-family:'Inter', Arial, sans-serif;
    font-size:15px;
    line-height:1.75;
}

@media(max-width:1200px){
    .cafe-menu-overview{
        padding:80px 20px;
    }

    .cafe-menu-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .cafe-menu-overview__heading h2{
        font-size:44px;
    }
}

@media(max-width:768px){
    .cafe-menu-overview{
        padding:64px 16px;
        background-position:center center;
    }

    .cafe-menu-overview__heading{
        margin-bottom:28px;
    }

    .cafe-menu-overview__heading h2{
        font-size:34px;
    }

    .cafe-menu-overview__heading p{
        font-size:15px;
        line-height:1.75;
    }

    .cafe-menu-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .cafe-menu-card{
        padding:22px 18px;
        border-radius:22px;
    }

    .cafe-menu-card__icon{
        width:42px;
        height:42px;
        margin-bottom:14px;
        border-radius:14px;
        font-size:20px;
    }

    .cafe-menu-card h3{
        font-size:22px;
    }

    .cafe-menu-card p{
        font-size:14px;
        line-height:1.7;
    }
}

@media(max-width:480px){
    .cafe-menu-overview{
        padding:56px 14px;
    }

    .cafe-menu-overview__heading h2{
        font-size:30px;
    }

    .cafe-menu-overview__label{
        margin-bottom:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-948d630 */.catys-menu {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  color: #2b2b2b;
  background-color: #fdf8f2;
}

.menu-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #7a4b2c;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-category {
  margin-bottom: 45px;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #a9662f;
  border-bottom: 2px solid #e0b487;
  padding-bottom: 8px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e3d5c3;
}

.item-info {
  flex: 1;
}

.item-name {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 6px 0 !important;
  color: #5c1a0d !important;
  text-transform: capitalize !important;
  letter-spacing: 0.3px !important;
}

.item-desc {
  font-size: 1rem !important;
  color: #4a4038 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

.item-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #5c1a0d;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .menu-title { font-size: 1.9rem; }
  .menu-item { flex-direction: column; gap: 4px; }
  .item-price { align-self: flex-end; }
}/* End custom CSS */