/* ══════════════════════════════════════════════
   BIKANER SWEETS — Components & Sections (Part 2)
   ══════════════════════════════════════════════ */

/* ══════════ SPECIALTIES ══════════ */
.specialties {
    padding: 100px 0;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.specialties::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.specialties__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.specialty-card {
    background: var(--warm-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-base);
    position: relative;
}

.specialty-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.specialty-card__image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.specialty-card__image--kajukatli {
    background: linear-gradient(135deg, #F5F0E1 0%, #E8DFC8 50%, #D4C5A9 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='200'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23FCF5E5'/%3E%3Cstop offset='1' stop-color='%23E0D0A5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='%23F0EBD8' width='300' height='200'/%3E%3Cpolygon points='100,50 200,50 180,100 80,100' fill='url(%23g1)' stroke='%23C0C0C0' stroke-width='0.5'/%3E%3Cpolygon points='110,70 190,70 175,110 95,110' fill='%23E8E0C8' stroke='%23C8C8C8' stroke-width='0.3'/%3E%3Cpolygon points='130,120 210,115 195,160 115,165' fill='url(%23g1)' stroke='%23C0C0C0' stroke-width='0.5'/%3E%3Ctext x='150' y='185' fill='%23B8A070' font-size='11' text-anchor='middle' font-family='serif' font-style='italic'%3EPremium Kaju Katli%3C/text%3E%3C/svg%3E");
    background-size: cover;
}

.specialty-card__image--laddu {
    background: linear-gradient(135deg, #FFF3D4 0%, #FFDB7D 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='200'%3E%3Crect fill='%23FFF3D4' width='300' height='200'/%3E%3Ccircle cx='150' cy='90' r='55' fill='%23F5C842' /%3E%3Ccircle cx='150' cy='90' r='55' fill='url(%23rg)' /%3E%3Cdefs%3E%3CradialGradient id='rg'%3E%3Cstop offset='0' stop-color='%23F5D862' /%3E%3Cstop offset='0.7' stop-color='%23D4A017' /%3E%3Cstop offset='1' stop-color='%23B8860B' /%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle cx='135' cy='75' r='4' fill='%23228B22' opacity='0.6'/%3E%3Ccircle cx='165' cy='80' r='3' fill='%23228B22' opacity='0.5'/%3E%3Ccircle cx='145' cy='100' r='3.5' fill='%23228B22' opacity='0.5'/%3E%3Ctext x='150' y='175' fill='%23B8860B' font-size='11' text-anchor='middle' font-family='serif' font-style='italic'%3EDesi Ghee Laddu%3C/text%3E%3C/svg%3E");
    background-size: cover;
}

.specialty-card__image--rasmalai {
    background: linear-gradient(135deg, #FFF8E7 0%, #FEF0D0 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='200'%3E%3Crect fill='%23FFF8E7' width='300' height='200'/%3E%3Cellipse cx='150' cy='120' rx='100' ry='40' fill='%23FEF0D0' stroke='%23E8D8B0' /%3E%3Cellipse cx='120' cy='95' rx='32' ry='24' fill='%23FFFDF5' stroke='%23F0E0C0' /%3E%3Cellipse cx='175' cy='100' rx='28' ry='20' fill='%23FFFDF5' stroke='%23F0E0C0' /%3E%3Ccircle cx='115' cy='90' r='2' fill='%23FF6347' opacity='0.4'/%3E%3Ccircle cx='170' cy='95' r='1.5' fill='%23FFD700' opacity='0.5'/%3E%3Ctext x='150' y='175' fill='%23C9A84C' font-size='11' text-anchor='middle' font-family='serif' font-style='italic'%3ECreamy Ras Malai%3C/text%3E%3C/svg%3E");
    background-size: cover;
}

.specialty-card__image--bhature {
    background: linear-gradient(135deg, #FFF5E6 0%, #FFE0B2 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='200'%3E%3Crect fill='%23FFF5E6' width='300' height='200'/%3E%3Cellipse cx='160' cy='95' rx='60' ry='50' fill='%23E8C87A' /%3E%3Cellipse cx='160' cy='90' rx='55' ry='45' fill='%23F0D890' /%3E%3Ccircle cx='90' cy='110' r='35' fill='%238B4513' opacity='0.7' /%3E%3Ccircle cx='85' cy='105' r='5' fill='%23DAA520' opacity='0.5' /%3E%3Ccircle cx='100' cy='115' r='4' fill='%23D4722C' opacity='0.6' /%3E%3Ctext x='150' y='175' fill='%238B4513' font-size='11' text-anchor='middle' font-family='serif' font-style='italic'%3EChole Bhature%3C/text%3E%3C/svg%3E");
    background-size: cover;
}

.specialty-card__image--gajarhalwa {
    background: linear-gradient(135deg, #FFF0E0 0%, #FFD4A8 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='200'%3E%3Crect fill='%23FFF0E0' width='300' height='200'/%3E%3Cellipse cx='150' cy='110' rx='90' ry='50' fill='%23CC5500' opacity='0.7' /%3E%3Cellipse cx='150' cy='105' rx='85' ry='45' fill='%23E06600' opacity='0.8' /%3E%3Ccircle cx='130' cy='100' r='5' fill='%23F5F0E1' opacity='0.7' /%3E%3Ccircle cx='165' cy='95' r='4' fill='%23228B22' opacity='0.5' /%3E%3Ccircle cx='145' cy='110' r='3' fill='%23FFD700' opacity='0.6' /%3E%3Ctext x='150' y='175' fill='%23CC5500' font-size='11' text-anchor='middle' font-family='serif' font-style='italic'%3EGajar Halwa%3C/text%3E%3C/svg%3E");
    background-size: cover;
}

.specialty-card__image--afghani {
    background: linear-gradient(135deg, #FFF8E7 0%, #FFE8C0 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='200'%3E%3Crect fill='%23FFF8E7' width='300' height='200'/%3E%3Crect x='70' y='60' rx='10' width='160' height='90' fill='%23E8D8B0' /%3E%3Cellipse cx='120' cy='100' rx='25' ry='18' fill='%23F5E6C8' stroke='%23D4B896' /%3E%3Cellipse cx='175' cy='95' rx='22' ry='16' fill='%23F5E6C8' stroke='%23D4B896' /%3E%3Ccircle cx='115' cy='95' r='2' fill='%23228B22' opacity='0.6' /%3E%3Ccircle cx='170' cy='90' r='1.5' fill='%23FF6347' opacity='0.4' /%3E%3Ctext x='150' y='175' fill='%23A0522D' font-size='11' text-anchor='middle' font-family='serif' font-style='italic'%3EAfghani Chaap%3C/text%3E%3C/svg%3E");
    background-size: cover;
}

.specialty-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--saffron);
    color: #fff;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.specialty-card__badge--green {
    background: var(--rich-green);
}

.specialty-card__badge--gold {
    background: var(--gold);
    color: var(--dark-brown);
}

.specialty-card__badge--red {
    background: var(--red-badge);
}

.specialty-card__body {
    padding: 20px 24px 24px;
}

.specialty-card__name {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--deep-maroon);
    margin-bottom: 6px;
}

.specialty-card__desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    line-height: 1.5;
}

.specialty-card__price {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--saffron);
}

.specialty-card__price span {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--text-muted);
    font-family: var(--font-body);
}

/* ══════════ MENU SECTION ══════════ */
.menu-section {
    padding: 100px 0;
    background: var(--warm-white);
    position: relative;
}

.menu__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
}

.menu__tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-secondary);
    border: 1.5px solid var(--border-light);
    background: transparent;
    transition: all var(--transition-base);
    cursor: pointer;
}

.menu__tab:hover {
    border-color: var(--saffron);
    color: var(--saffron);
}

.menu__tab--active {
    background: var(--saffron);
    color: #fff;
    border-color: var(--saffron);
}

.menu__tab-icon {
    font-size: 1.1rem;
}

.menu__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    min-height: 200px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: var(--cream);
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
    border: 1px solid transparent;
}

.menu-item:hover {
    border-color: var(--border-light);
    background: #fff;
    transform: translateX(4px);
}

.menu-item__name {
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text-primary);
}

.menu-item__price {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--saffron);
    font-size: 0.95rem;
    white-space: nowrap;
}

.menu-item--animate {
    animation: menuItemIn 0.3s ease forwards;
    opacity: 0;
}

@keyframes menuItemIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu__footer {
    text-align: center;
    margin-top: 48px;
}

.menu__note {
    margin-top: 16px;
    font-size: 0.82rem;
    color: var(--text-muted);
    font-style: italic;
}

/* ══════════ WHY US ══════════ */
.why-us {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--deep-maroon) 0%, #3D0F18 100%);
    position: relative;
}

.why-us .section-tag {
    color: var(--gold);
    border-color: var(--gold);
}

.why-us .section-title {
    color: var(--cream);
}

.why-us .section-title em {
    color: var(--gold);
}

.why-us__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-us__card {
    text-align: center;
    padding: 40px 24px;
    background: rgba(253, 246, 227, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.12);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.why-us__card:hover {
    background: rgba(253, 246, 227, 0.08);
    border-color: rgba(201, 168, 76, 0.25);
    transform: translateY(-6px);
}

.why-us__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: var(--gold);
}

.why-us__card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 12px;
}

.why-us__card p {
    font-size: 0.88rem;
    color: rgba(253, 246, 227, 0.55);
    line-height: 1.6;
}

/* ══════════ TESTIMONIALS ══════════ */
.testimonials {
    padding: 100px 0;
    background: var(--cream);
    overflow: hidden;
}

.testimonials__carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 24px;
}

.testimonials__carousel::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 calc(33.33% - 16px);
    min-width: 300px;
    scroll-snap-align: start;
    background: var(--warm-white);
    padding: 32px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    transition: all var(--transition-base);
}

.testimonial-card:hover {
    box-shadow: var(--shadow-md);
}

.testimonial-card__stars {
    color: var(--gold);
    font-size: 1.1rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-card__text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--saffron), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

.testimonial-card__author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.testimonial-card__author span {
    font-size: 0.78rem;
    color: var(--text-muted);
}

.testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonials__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-light);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.testimonials__dot.active {
    background: var(--saffron);
    width: 24px;
    border-radius: 4px;
}

/* ══════════ CONTACT ══════════ */
.contact {
    padding: 100px 0;
    background: var(--warm-white);
}

.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.contact__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__card {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: var(--cream);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    transition: all var(--transition-fast);
}

.contact__card:hover {
    border-color: var(--gold);
}

.contact__card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: var(--gold-dim);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--saffron);
}

.contact__card h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--deep-maroon);
    margin-bottom: 4px;
}

.contact__card p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.contact__card a {
    color: var(--saffron);
    font-weight: 500;
}

.contact__wa-btn {
    margin-top: 8px;
    justify-content: center;
}

.contact__map-frame {
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 440px;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.contact__map-frame iframe {
    width: 100%;
    height: 100%;
}

/* ══════════ FOOTER ══════════ */
.footer {
    background: linear-gradient(135deg, #1A0A0E 0%, #2A1506 100%);
    color: var(--cream);
    padding: 64px 0 0;
    position: relative;
    overflow: hidden;
}

.footer__mandala {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(201, 168, 76, 0.06);
    border-radius: 50%;
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer__logo-icon {
    font-size: 1.6rem;
}

.footer__logo-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}

.footer__logo-sub {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: var(--gold);
    display: block;
}

.footer__about {
    font-size: 0.88rem;
    color: rgba(253, 246, 227, 0.5);
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer__social {
    display: flex;
    gap: 10px;
}

.footer__social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(253, 246, 227, 0.06);
    border: 1px solid rgba(253, 246, 227, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    transition: all var(--transition-base);
}

.footer__social-link:hover {
    background: var(--saffron);
    border-color: var(--saffron);
    color: #fff;
}

.footer__links h4 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 16px;
}

.footer__links a {
    display: block;
    font-size: 0.88rem;
    color: rgba(253, 246, 227, 0.5);
    padding: 6px 0;
    transition: color var(--transition-fast);
}

.footer__links a:hover {
    color: var(--saffron);
}

.footer__contact-info h4 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 16px;
}

.footer__contact-info p {
    font-size: 0.85rem;
    color: rgba(253, 246, 227, 0.5);
    line-height: 1.6;
    margin-bottom: 8px;
}

.footer__contact-info a {
    color: var(--saffron);
}

.footer__bottom {
    border-top: 1px solid rgba(253, 246, 227, 0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__bottom p {
    font-size: 0.8rem;
    color: rgba(253, 246, 227, 0.35);
}

.footer__tagline {
    color: var(--gold) !important;
}

/* ══════════ WHATSAPP FAB ══════════ */
.whatsapp-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--whatsapp);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 900;
    transition: all var(--transition-base);
    animation: waPulse 3s ease-in-out infinite;
}

.whatsapp-fab:hover {
    transform: scale(1.1);
    background: var(--whatsapp-dark);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
}

.whatsapp-fab__tooltip {
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: #fff;
    color: var(--text-primary);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.82rem;
    font-weight: 500;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-base);
}

.whatsapp-fab:hover .whatsapp-fab__tooltip {
    opacity: 1;
    visibility: visible;
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0.1);
    }
}

/* ══════════ SHARED INNER PAGE ══════════ */
.page-hero {
    padding: 140px 0 60px;
    background: linear-gradient(135deg, var(--deep-maroon), #3D0F18);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--cream);
    font-weight: 700;
}

.page-hero p {
    color: rgba(253, 246, 227, 0.6);
    margin-top: 12px;
    font-size: 1.05rem;
}

.page-hero__breadcrumb {
    margin-top: 16px;
    font-size: 0.82rem;
    color: rgba(253, 246, 227, 0.4);
}

.page-hero__breadcrumb a {
    color: var(--gold);
}

/* ══════════ RESPONSIVE ══════════ */
@media (max-width: 1024px) {
    .specialties__track {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-us__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {

    .navbar__nav,
    .navbar__cta {
        display: none;
    }

    .navbar__burger {
        display: flex;
    }

    .hero__stats {
        gap: 20px;
    }

    .hero__stat-num {
        font-size: 1.2rem;
    }

    .about-preview__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-preview__image-stack {
        height: 320px;
    }

    .about-preview__img--1 {
        width: 240px;
        height: 280px;
    }

    .about-preview__img--2 {
        width: 180px;
        height: 220px;
    }

    .specialties__track {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .menu__tabs {
        gap: 6px;
    }

    .menu__tab {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .menu__grid {
        grid-template-columns: 1fr;
    }

    .why-us__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .testimonial-card {
        flex: 0 0 85%;
        min-width: 280px;
    }

    .contact__grid {
        grid-template-columns: 1fr;
    }

    .contact__map-frame {
        height: 300px;
    }

    .footer__grid {
        grid-template-columns: 1fr;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .whatsapp-fab {
        width: 52px;
        height: 52px;
        bottom: 16px;
        right: 16px;
    }

    .whatsapp-fab__tooltip {
        display: none;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero__actions {
        flex-direction: column;
        align-items: center;
    }

    .hero__stats {
        flex-direction: column;
        gap: 12px;
    }

    .hero__stat-divider {
        width: 40px;
        height: 1px;
    }

    .about-preview {
        padding: 60px 0;
    }

    .specialties {
        padding: 60px 0;
    }

    .menu-section {
        padding: 60px 0;
    }

    .why-us {
        padding: 60px 0;
    }

    .testimonials {
        padding: 60px 0;
    }

    .contact {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .about-preview__image-stack {
        height: 260px;
    }

    .about-preview__img--1 {
        width: 200px;
        height: 240px;
    }

    .about-preview__img--2 {
        width: 150px;
        height: 180px;
    }
}