/* banner.css */
/*.hero-banner-section {*/
/*    padding: 0;*/
/*}*/

/*.hero-banner {*/
/*    min-height: 92vh;*/
/*    font-family: 'Lato', sans-serif;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .hero-banner {*/
/*        min-height: 88vh;*/
/*    }*/
/*}*/

/*.hero-banner-bg img {*/
/*    object-position: center;*/
/*}*/

/*.hero-banner-overlay {*/
/*    background: linear-gradient(90deg, rgba(44,25,13,0.80) 0%, rgba(44,25,13,0.60) 50%, transparent 100%);*/
/*}*/

/*.hero-decor-honeycomb {*/
/*    top: 32px;*/
/*    right: 32px;*/
/*    opacity: 0.2;*/
/*    pointer-events: none;*/
/*}*/

/*.hero-banner-content-wrap {*/
/*    padding: 60px 0;*/
/*    z-index: 2;*/
/*}*/

/*.hero-banner-content {*/
/*    max-width: 540px;*/
/*}*/

/*.hero-sub-heading {*/
/*    font-family: 'Cormorant Garamond', serif;*/
/*    color: #D4A843;*/
/*    font-size: 14px;*/
/*    letter-spacing: 4px;*/
/*    text-transform: uppercase;*/
/*    opacity: 0.9;*/
/*}*/

/*.hero-heading {*/
/*    font-family: 'Playfair Display', serif;*/
/*    font-style: italic;*/
/*    color: #ffffff;*/
/*    font-weight: 400;*/
/*    line-height: 1.1;*/
/*    font-size: 64px;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .hero-heading {*/
/*        font-size: 48px;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .hero-heading {*/
/*        font-size: 36px;*/
/*    }*/
/*}*/

/*.hero-description {*/
/*    color: #E0C7AA;*/
/*    font-size: 14px;*/
/*    line-height: 1.9;*/
/*    max-width: 380px;*/
/*    opacity: 0.9;*/
/*}*/

/*.hero-btn-primary {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    padding: 16px 32px;*/
/*    background-color: #D4A843;*/
/*    color: #fff;*/
/*    font-size: 11px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 1.5px;*/
/*    text-transform: uppercase;*/
/*    border-radius: 0;*/
/*    box-shadow: 0 10px 20px rgba(184,134,11,0.2);*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.hero-btn-primary:hover {*/
/*    background-color: #B8860B;*/
/*    color: #fff;*/
/*}*/

/*.hero-btn-secondary {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    color: #E0C7AA;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    border: 1px solid rgba(224,199,170,0.4);*/
/*    padding: 14px 24px;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.hero-btn-secondary:hover {*/
/*    color: #fff;*/
/*    border-color: rgba(255,255,255,0.6);*/
/*}*/

/*.hero-floating-badge {*/
/*    bottom: 32px;*/
/*    right: 32px;*/
/*    width: 110px;*/
/*    height: 110px;*/
/*    border-radius: 50%;*/
/*    border: 1.5px solid #B8860B;*/
/*    background: rgba(255,255,255,0.9);*/
/*    backdrop-filter: blur(4px);*/
/*    box-shadow: 0 10px 25px rgba(0,0,0,0.15);*/
/*    z-index: 2;*/
/*}*/

/*.hero-floating-badge span {*/
/*    color: #B8860B;*/
/*    font-size: 8px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 0.5px;*/
/*    text-transform: uppercase;*/
/*    line-height: 1.5;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .hero-floating-badge {*/
/*        width: 95px;*/
/*        height: 95px;*/
/*        bottom: 20px;*/
/*        right: 20px;*/
/*    }*/
/*}*/

