/* General Layout */
.ab-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.ab-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #c77a53;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Jost', sans-serif;
}

.ab-title {
    font-family: 'Marcellus', serif;
    font-size: 48px;
    color: #2a1b15;
    margin-bottom: 25px;
    line-height: 1.2;
}

.ab-text {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}

.ab-text.highlight {
    font-size: 18px;
    color: #2a1b15;
    font-weight: 500;
}

/* Story Section */
.ab-story-section {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

.ab-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ab-signature-area {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

.ab-founder-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.ab-founder-info {
    display: flex;
    flex-direction: column;
}

.ab-founder-info .name {
    font-family: 'Marcellus', serif;
    font-size: 18px;
    color: #2a1b15;
    font-weight: 600;
}

.ab-founder-info .role {
    font-size: 13px;
    color: #c77a53;
    font-weight: 500;
}

.ab-signature-img {
    height: 40px;
    margin-left: auto;
    opacity: 0.6;
}

.ab-story-images {
    position: relative;
    padding-left: 30px;
}

.ab-img-large {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.ab-img-large img, .ab-img-small img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.ab-story-images:hover .ab-img-large img {
    transform: scale(1.05);
}

.ab-img-small {
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 60%;
    z-index: 2;
    border: 5px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.ab-exp-badge {
    position: absolute;
    top: 30px;
    right: -20px;
    background-color: #c77a53;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(199, 122, 83, 0.4);
    border: 3px solid #fff;
    animation: float 6s ease-in-out infinite;
}

.ab-exp-badge .num {
    font-family: 'Marcellus', serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.ab-exp-badge .txt {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 3px;
    text-transform: uppercase;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Stats Section */
.ab-stats-section {
    background-color: #2a1b15;
    padding: 60px 0;
    margin-bottom: 80px;
}

.ab-stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.ab-stat-item {
    text-align: center;
    color: #fff;
    flex: 1;
    position: relative;
}

.ab-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
}

.ab-stat-item .material-symbols-outlined {
    font-size: 32px;
    color: #c77a53;
    margin-bottom: 10px;
}

.ab-stat-item .count {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.ab-stat-item .label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

/* Values Section */
.ab-values-section {
    padding: 0 0 100px;
}

.ab-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.ab-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ab-value-card {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.ab-value-card:hover {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    border-bottom-color: #c77a53;
    transform: translateY(-10px);
}

.ab-value-card .icon-box {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    color: #c77a53;
}

.ab-value-card .material-symbols-outlined {
    font-size: 32px;
}

.ab-value-card h3 {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #2a1b15;
}

.ab-value-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Video Section */
.ab-video-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.ab-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.ab-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.ab-video-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.ab-play-btn {
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #c77a53;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: 0.3s;
    position: relative;
}

.ab-play-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    z-index: -1;
    animation: pulse-white 2s infinite;
}

.ab-play-btn:hover {
    background-color: #c77a53;
    color: #fff;
    transform: scale(1.1);
}

.ab-play-btn .material-symbols-outlined {
    font-size: 40px;
}

.ab-video-content h2 {
    font-family: 'Marcellus', serif;
    font-size: 48px;
    margin-bottom: 10px;
}

.ab-video-content p {
    font-size: 18px;
    opacity: 0.9;
}

@keyframes pulse-white {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* Team Section */
.ab-team-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.ab-header-left {
    margin-bottom: 50px;
}

.ab-desc {
    font-size: 16px;
    color: #666;
}

.ab-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ab-team-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    transition: 0.3s;
}

.ab-team-card:hover {
    transform: translateY(-10px);
}

.ab-team-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.ab-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.ab-team-card:hover .ab-team-img img {
    transform: scale(1.1);
    filter: grayscale(100%);
}

.ab-team-social {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.ab-team-card:hover .ab-team-social {
    opacity: 1;
    transform: translateY(0);
}

.ab-team-social a {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #2a1b15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}

.ab-team-social a:hover {
    background: #c77a53;
    color: #fff;
}

.ab-team-info {
    padding: 20px;
    text-align: center;
}

.ab-team-info h4 {
    font-family: 'Marcellus', serif;
    font-size: 18px;
    color: #2a1b15;
    margin-bottom: 5px;
}

.ab-team-info span {
    font-size: 13px;
    color: #c77a53;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .ab-story-grid { grid-template-columns: 1fr; }
    .ab-story-images { margin-top: 50px; padding-left: 0; }
    .ab-img-small { left: -10px; bottom: -20px; width: 50%; }
    .ab-stats-wrapper { flex-wrap: wrap; }
    .ab-stat-item { flex: 50%; margin-bottom: 30px; }
    .ab-stat-item:nth-child(2)::after, .ab-stat-item:last-child::after { display: none; }
    .ab-values-grid { grid-template-columns: 1fr 1fr; }
    .ab-team-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .ab-title { font-size: 36px; }
    .ab-values-grid { grid-template-columns: 1fr; }
    .ab-team-grid { grid-template-columns: 1fr; }
    .ab-video-content h2 { font-size: 32px; }
}

/* Contact */
.co-contact-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #221611;
    color: #fff;
    overflow: hidden;
}

.co-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://safar.devsvibe.co/wp-content/uploads/2025/11/hote-reservation-bars-2-1.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 1;
}

.co-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.co-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #c77a53;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.co-title {
    font-family: 'Marcellus', serif;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.co-desc {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Jost', sans-serif;
}

.co-main-section {
    padding: 100px 0;
    background-color: #fff;
    font-family: 'Jost', sans-serif;
}

.co-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.co-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.co-info-panel {
    background-color: #2a1b15;
    padding: 50px;
    border-radius: 8px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.co-info-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://safar.devsvibe.co/wp-content/uploads/2025/11/hotel-reservation-cta-shade-1.svg');
    background-size: cover;
    opacity: 0.05;
    pointer-events: none;
}

.co-panel-title {
    font-family: 'Marcellus', serif;
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.co-panel-desc {
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.co-info-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.co-info-item {
    display: flex;
    gap: 20px;
}

.co-info-item .icon-box {
    width: 50px;
    height: 50px;
    background-color: rgba(199, 122, 83, 0.1);
    color: #c77a53;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.co-info-item .material-symbols-outlined {
    font-size: 24px;
}

.co-info-item .info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.co-info-item .label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.co-info-item .value {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.co-info-item .value.link {
    text-decoration: none;
    transition: 0.3s;
}

.co-info-item .value.link:hover {
    color: #c77a53;
}

.co-social-area {
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.social-label {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.co-social-icons {
    display: flex;
    gap: 15px;
}

.co-social-icons a {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 14px;
}

.co-social-icons a:hover {
    background-color: #c77a53;
    transform: translateY(-3px);
}

.co-form-panel {
    padding: 20px;
}

.co-form-panel .co-panel-title {
    color: #2a1b15;
    margin-bottom: 40px;
}

.co-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-group label {
    font-size: 13px;
    font-weight: 600;
    color: #2a1b15;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.input-group input, .input-group select, .input-group textarea {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #555;
    outline: none;
    transition: 0.3s;
    border-radius: 0;
}

.input-group input:focus, .input-group select:focus, .input-group textarea:focus {
    border-bottom-color: #c77a53;
}

.input-group select {
    cursor: pointer;
}

.input-group textarea {
    resize: vertical;
}

.co-submit-btn {
    align-self: flex-start;
    background-color: #c77a53;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
    font-family: 'Jost', sans-serif;
}

.co-submit-btn:hover {
    background-color: #2a1b15;
}

.co-map-section {
    width: 100%;
    height: 500px;
    filter: grayscale(100%);
    transition: 0.5s;
}

.co-map-section:hover {
    filter: grayscale(0%);
}

@media (max-width: 992px) {
    .co-grid-layout {
        grid-template-columns: 1fr;
    }
    .co-info-panel {
        padding: 40px;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .co-title {
        font-size: 42px;
    }
    .co-map-section {
        height: 350px;
    }
}

/* Food Menu */
/* Container & General */
.fm-menu-section {
    font-family: 'Jost', sans-serif;
    color: #222;
    background-color: #fff;
    padding-bottom: 80px;
}

.fm-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section (Top) */
.fm-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 60px;
    border-bottom: 1px solid #eee;
}

.fm-header-left {
    flex: 1;
    max-width: 500px;
}

.fm-header-right {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fm-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #c77a53; /* Theme Gold */
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fm-title {
    font-family: 'Marcellus', serif;
    font-size: 48px;
    color: #2a1b15; /* Theme Dark */
    line-height: 1.2;
}

.fm-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* More Button */
.fm-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background-color: #c77a53;
    color: #fff;
    padding: 5px;
    padding-right: 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.fm-more-btn:hover {
    background-color: #2a1b15;
    transform: translateY(-2px);
}

.btn-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #c77a53;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: 0.3s;
}

.fm-more-btn:hover .btn-icon {
    transform: rotate(45deg);
}

.btn-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Menu Content Area */
.fm-menu-content-wrapper {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.fm-menu-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.fm-subtitle-center {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #c77a53;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fm-title-center {
    font-family: 'Marcellus', serif;
    font-size: 42px;
    color: #2a1b15;
}

/* Menu Grid */
.fm-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}

.fm-menu-item {
    display: flex;
    align-items: center;
    gap: 25px;
    transition: 0.3s;
}

.fm-menu-item:hover .fm-thumb img {
    transform: scale(1.1);
}

.fm-menu-item:hover .fm-line {
    width: 100%;
    border-color: #c77a53;
}

.fm-thumb {
    width: 104px;
    height: 104px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.fm-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fm-details {
    flex-grow: 1;
}

.fm-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.fm-dish-name {
    font-family: 'Marcellus', serif;
    font-size: 18px;
    color: #2a1b15;
    margin: 0;
    flex-shrink: 0;
    padding-right: 15px;
    text-transform: uppercase;
}

.fm-line {
    flex-grow: 1;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
    position: relative;
    top: 3px;
    transition: 0.3s;
}

.fm-price {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    color: #c77a53;
    font-weight: 600;
    flex-shrink: 0;
    padding-left: 10px;
}

.fm-dish-desc {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .fm-header-wrapper {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 30px;
        padding: 60px 0 40px;
    }
    
    .fm-header-right {
        padding-left: 0;
    }

    .fm-menu-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .fm-title, .fm-title-center {
        font-size: 32px;
    }
    
    .fm-menu-item {
        align-items: flex-start;
    }
    
    .fm-thumb {
        width: 80px;
        height: 80px;
    }
    
    .fm-dish-name {
        font-size: 16px;
    }
    
    .fm-price {
        font-size: 18px;
    }
}