html, body{
    margin:0;
    padding:0;
    background:#faf7f3;
}
body.egbrand-body{
    margin:0;
    padding:0;
    background:#faf7f3;
}
body.egbrand-body .site,
body.egbrand-body .site-main,
body.egbrand-body .content-area,
body.egbrand-body .entry-content,
body.egbrand-body .post-thumbnail,
body.egbrand-body main,
body.egbrand-body article,
body.egbrand-body .page,
body.egbrand-body .type-page{
    margin:0;
    padding:0;
}
.egbrand-site{
    --eg-bg:#faf7f3;
    --eg-white:#ffffff;
    --eg-black:#1c1d3e;
    --eg-primary:#e8732a;
    --eg-primary-dark:#c75a18;
    --eg-navy:#1c1d3e;
    --eg-navy-soft:#272850;
    --eg-gray:#7a7a85;
    --eg-border:#ece6dd;
    --eg-radius:20px;
    --eg-radius-sm:12px;
    --eg-radius-pill:999px;
    --eg-shadow:0 16px 40px rgba(28,29,62,.08);
    --eg-shadow-soft:0 8px 20px rgba(28,29,62,.06);
    background:var(--eg-bg);
    color:var(--eg-black);
    min-height:100vh;
    width:100%;
    overflow:hidden;
}
.egbrand-site *{box-sizing:border-box}
.egbrand-site{
    font-size:16px;
    font-family:inherit;
}
.egbrand-site h1{font-size:40px;font-family:inherit;}
.egbrand-site h2{font-size:30px;font-family:inherit;}
.egbrand-site h3{font-size:24px;font-family:inherit;}
.egbrand-site h4{font-size:20px;font-family:inherit;}
.egbrand-site h5{font-size:18px;font-family:inherit;}
.egbrand-site h6{font-size:16px;font-family:inherit;}
.egbrand-site .site-title{font-size:35px;font-family:inherit;}
.egbrand-site .site-description{font-size:16px;font-family:inherit;}
.egbrand-site .entry-title{font-size:30px;font-family:inherit;}
.egbrand-site .page-title{font-size:30px;font-family:inherit;}
.egbrand-site .archive .page-title,
.egbrand-site .archive-title{font-size:40px;font-family:inherit;}
.egbrand-site img{max-width:100%;height:auto}
.egbrand-site a{text-decoration:none}
.egbrand-container{
    width:min(1200px, calc(100% - 32px));
    margin:0 auto;
}
.egbrand-center{text-align:center}

.egbrand-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:9999;
    background:var(--eg-navy, #1c1d3e);
    border-bottom:1px solid rgba(255,255,255,.08);
}
.egbrand-site{
    padding-top:84px;
}
.admin-bar .egbrand-header{ top:32px; }
@media (max-width:782px){
    .admin-bar .egbrand-header{ top:46px; }
}
.egbrand-header-inner{
    min-height:84px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.egbrand-logo{
    color:#fff;
    font-size:30px;
    font-family:inherit;
    font-weight:900;
    line-height:1;
    letter-spacing:.01em;
}
.egbrand-nav{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
}
.egbrand-nav a{
    color:rgba(255,255,255,.85);
    font-weight:700;
    font-size:13px;
    letter-spacing:.06em;
    text-transform:uppercase;
    padding:10px 16px;
    border-radius:var(--eg-radius-pill, 999px);
    transition:background .2s ease, color .2s ease;
}
.egbrand-nav a:hover{
    color:#fff;
    background:var(--eg-primary, #e8732a);
}
.egbrand-menu-toggle{
    display:none;
    background:transparent;
    border:0;
    padding:0;
    width:42px;
    height:42px;
    cursor:pointer;
}
.egbrand-menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    margin:5px auto;
    background:#fff;
    border-radius:2px;
}

/* ============================================================
   HERO
   FIX: .egbrand-hero-shortcode is now the relative wrapper that
   tightly contains the actual slide image, and .egbrand-hero-content
   sits INSIDE it (see PHP). This makes the overlay and caption text
   always match the real image size, instead of leaking into a stray
   "dark bar" below it, and keeps the text centered on the image.
   ============================================================ */
.egbrand-hero{
    position:relative;
    background:transparent;
    padding:24px 0 0;
}
.egbrand-hero-shortcode{
    position:relative;
    line-height:0;
    background:transparent;
    border-radius:var(--eg-radius, 20px);
    overflow:hidden;
    width:min(1200px, calc(100% - 32px));
    margin:0 auto;
    display:block;
}
.egbrand-hero-shortcode:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    background:rgba(28,29,62,.32);
    pointer-events:none;
}
.egbrand-hero-shortcode:after{
    display:none !important;
    content:none !important;
}
.egbrand-hero-shortcode *{
    background:transparent;
}
.egbrand-hero .brand-photos,
.egbrand-hero .brand-photos-slider,
.egbrand-hero .swiper,
.egbrand-hero .slick-slider,
.egbrand-hero .splide,
.egbrand-hero .gallery,
.egbrand-hero .photos-gallery{
    max-width:none !important;
    width:100% !important;
}
.egbrand-hero .brand-photos img,
.egbrand-hero .brand-photos-slider img,
.egbrand-hero .swiper img,
.egbrand-hero .slick-slide img,
.egbrand-hero .splide__slide img,
.egbrand-hero .gallery img,
.egbrand-hero .photos-gallery img{
    width:100% !important;
    height:auto !important;
    object-fit:cover !important;
}
.egbrand-hero-content{
    position:absolute;
    inset:0;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    pointer-events:none;
    height:100%;
    width:100%;
}
.egbrand-hero-content .egbrand-container{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
.egbrand-hero-content h1{
    margin:0;
    color:#fff;
    font-size:40px;
    line-height:1.1;
    font-weight:900;
    letter-spacing:.01em;
    max-width:900px;
    text-shadow:0 2px 20px rgba(0,0,0,.35);
}

.egbrand-section{
    padding:56px 0;
}
.egbrand-section-head{
    margin-bottom:24px;
    position:relative;
    padding-left:18px;
}
.egbrand-section-head:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    bottom:4px;
    width:5px;
    border-radius:var(--eg-radius-pill, 999px);
    background:var(--eg-primary, #e8732a);
}
.egbrand-section-head.egbrand-center{
    padding-left:0;
    text-align:center;
}
.egbrand-section-head.egbrand-center:before{
    display:none;
}
.egbrand-section h2{
    margin:0;
    font-size:30px;
    line-height:1.08;
    font-weight:900;
    color:var(--eg-navy, #1c1d3e);
    letter-spacing:.01em;
}
.egbrand-card{
    background:#fff;
    border:1px solid var(--eg-border);
    border-radius:var(--eg-radius, 20px);
    box-shadow:var(--eg-shadow);
    padding:28px;
}
.egbrand-about-content{
    font-size:17px;
    line-height:1.75;
    color:#3a3a45;
}
.egbrand-about-content br{
    line-height:2;
}

.egbrand-menu-photos-shortcode-wrap{
    margin:0 0 24px;
}
.egbrand-section-menu-page-header h1{
    margin:0;
    font-size:34px;
    line-height:1.1;
    font-weight:900;
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-section-menu-page-header .egbrand-section-head{
    margin-bottom:28px;
}
.egbrand-menu-page-photos{
    margin-top:0;
}
.egbrand-menu-viewfull-wrap{
    display:flex;
    justify-content:center;
    margin-top:28px;
}
.egbrand-viewfull-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    padding:14px 32px;
    border-radius:var(--eg-radius-pill, 999px);
    background:var(--eg-primary, #e8732a);
    color:#fff !important;
    font-size:16px;
    font-weight:800;
    letter-spacing:.02em;
    box-shadow:0 10px 24px rgba(232,115,42,.32);
    transition:background .2s ease, transform .2s ease;
}
.egbrand-viewfull-btn:hover{
    background:var(--eg-primary-dark, #c75a18);
    transform:translateY(-1px);
}
.egbrand-menu-content .egmnu_section{
    margin-bottom:30px;
}
.egbrand-menu-content .egmnu_section:last-child{
    margin-bottom:0;
}
.egbrand-menu-content h3{
    margin:0 0 18px;
    font-size:20px;
    font-weight:900;
    color:var(--eg-navy, #1c1d3e);
    padding-bottom:10px;
    border-bottom:2px solid var(--eg-primary, #e8732a);
    display:inline-block;
}
.egbrand-menu-page-content-card h2{
    margin:0 0 18px;
    font-size:30px;
    line-height:1.15;
    font-weight:900;
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-menu-content .egmnu_list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 24px;
}
.egbrand-menu-content .egmnu_item{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    padding:14px 16px;
    border-bottom:0;
    background:#faf7f3;
    border-radius:var(--eg-radius-sm, 12px);
}
.egbrand-menu-content .egmnu_dish_name{
    font-weight:700;
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-menu-content .egmnu_dish_price{
    font-weight:900;
    color:var(--eg-primary, #e8732a);
    white-space:nowrap;
}

.egbrand-amenities-content{
    overflow:hidden;
    font-size:16px;
    line-height:1.65;
}
.egbrand-amenities-content .about-sections{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:22px 34px !important;
    align-items:start !important;
}
.egbrand-amenities-group{
    min-width:0;
}
.egbrand-amenities-group-title{
    margin:0 0 12px;
    font-size:16px;
    line-height:1.35;
    font-weight:800;
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-amenities-group-list{
    list-style:none;
    margin:0;
    padding:0;
}
.egbrand-amenities-group-list li{
    position:relative;
    padding-left:26px;
    margin:0 0 10px;
    line-height:1.55;
    overflow-wrap:break-word;
    color:#3a3a45;
}
.egbrand-amenities-group-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:-1px;
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--eg-primary, #e8732a);
    color:#fff;
    font-size:11px;
    font-weight:800;
}

.egbrand-rating-wide{
    margin-bottom:20px;
    text-align:center;
    background:var(--eg-navy, #1c1d3e);
    border-radius:var(--eg-radius, 20px);
    padding:28px;
    box-shadow:var(--eg-shadow);
    border:none;
}
.egbrand-rating-title{
    margin-bottom:10px;
    color:rgba(255,255,255,.65);
    font-size:13px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.egbrand-rating-value{
    font-size:40px;
    line-height:1.1;
    font-weight:900;
    color:var(--eg-primary, #e8732a);
}
.egbrand-users-reviews{
    background:transparent;
    border:none;
    box-shadow:none;
    padding:0;
}
.egbrand-users-reviews .customer-reviews{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}
.egbrand-users-reviews .review-item{
    background:var(--eg-navy-soft, #272850);
    border:none;
    border-radius:var(--eg-radius, 20px);
    padding:24px;
    width:100%;
    box-shadow:var(--eg-shadow);
}
.egbrand-users-reviews .review-item > div:first-child{
    color:rgba(255,255,255,.65);
    margin-bottom:10px;
    line-height:1.6;
}
.egbrand-users-reviews .gm-stars{
    color:#f5b942;
    font-weight:700;
    letter-spacing:1px;
}
.egbrand-users-reviews .gm-user{
    font-weight:800;
    color:#fff;
}
.egbrand-users-reviews .gm-review{
    color:rgba(255,255,255,.78);
    line-height:1.75;
    word-break:break-word;
    font-size:15px;
}

.egbrand-form-notice{
    margin-bottom:20px;
    padding:14px 20px;
    border-radius:var(--eg-radius-sm, 12px);
    font-weight:700;
}
.egbrand-form-success{
    background:#edf8ef;
    color:#1d6b33;
    border:1px solid #b6dfbf;
}
.egbrand-form-error{
    background:#fff0f0;
    color:#a22525;
    border:1px solid #efb4b4;
}
.egbrand-review-form input[type="text"],
.egbrand-review-form textarea{
    width:100%;
    border:1px solid #e0dad0;
    border-radius:var(--eg-radius-sm, 12px);
    background:#faf7f3;
    padding:14px 18px;
    font-size:16px;
    color:#1c1d3e;
}
.egbrand-review-form input[type="text"]:focus,
.egbrand-review-form textarea:focus{
    outline:none;
    border-color:var(--eg-primary, #e8732a);
    background:#fff;
}
.egbrand-review-form textarea{
    min-height:170px;
    resize:vertical;
}
.egbrand-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.egbrand-form-field{
    margin-bottom:18px;
}
.egbrand-form-label{
    display:block;
    margin-bottom:10px;
    font-size:16px;
    font-weight:800;
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-stars{
    display:flex;
    gap:6px;
    margin-bottom:18px;
}
.egbrand-stars button{
    border:0;
    background:transparent;
    font-size:30px;
    color:#e0dad0;
    cursor:pointer;
    padding:0;
    line-height:1;
}
.egbrand-stars button.is-active{
    color:var(--eg-primary, #e8732a);
}
.egbrand-form-submit{
    margin-top:10px;
}
.egbrand-form-submit button{
    min-width:180px;
    border:0;
    border-radius:var(--eg-radius-pill, 999px);
    background:var(--eg-primary, #e8732a);
    color:#fff;
    padding:14px 28px;
    font-size:17px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(232,115,42,.32);
    transition:background .2s ease, transform .2s ease;
}
.egbrand-form-submit button:hover{
    background:var(--eg-primary-dark, #c75a18);
    transform:translateY(-1px);
}

.egbrand-contact-grid{
    display:grid;
    gap:24px;
}
.egbrand-contact-grid.cols-1{grid-template-columns:1fr}
.egbrand-contact-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.egbrand-contact-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.egbrand-contact-col h2,
.egbrand-hours-col h2,
.egbrand-location-col h2{
    margin-bottom:22px;
    font-size:clamp(22px,2.4vw,28px);
    color:var(--eg-navy, #1c1d3e);
    font-weight:900;
}
.egbrand-contact-line{
    margin-bottom:14px;
    color:#4a4a55;
    line-height:1.9;
    word-break:break-word;
}
.egbrand-contact-line strong{
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-subheading{
    margin-top:28px !important;
}
.egbrand-recommend{
    margin-top:8px;
}
.egbrand-recommend:empty{
    display:none;
}
.egbrand-recommend ul{
    margin:0;
    padding-left:18px;
}
.egbrand-recommend li{
    margin-bottom:8px;
    color:#4a4a55;
}
.egbrand-hours-content ul{
    list-style:none;
    margin:0;
    padding:0;
}
.egbrand-hours-content li{
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:13px 4px;
    border-bottom:1px dashed #e0dad0;
    color:#3a3a45;
}
.egbrand-hours-content li:last-child{
    border-bottom:0;
}
.egbrand-hours-content li span:last-child{
    text-align:right;
    font-weight:700;
    color:var(--eg-navy, #1c1d3e);
}
.egbrand-map-card{
    padding:0;
    overflow:hidden;
    border-radius:var(--eg-radius, 20px);
    position:relative;
}
.egbrand-map-embed-wrap{
    width:100%;
    line-height:0;
    overflow:hidden;
    position:relative;
}
.egbrand-map-embed-wrap iframe,
.egbrand-map-embed-wrap > *{
    display:block;
    width:100% !important;
    max-width:100% !important;
    height:400px !important;
    border:0 !important;
    margin:0 !important;
}
.egbrand-map-wrap{
    width:100%;
    min-height:400px;
    border-radius:var(--eg-radius, 20px);
    overflow:hidden;
    line-height:0;
}
.egbrand-map-wrap iframe{
    display:block;
    width:100% !important;
    height:400px !important;
    border:0 !important;
}

.egbrand-brand-content-menu-wrap{
    margin-top:32px;
    text-align:center;
    font-size:15px;
    line-height:1.9;
    color:#4a4a55;
}

.egbrand-footer-note{
    background:var(--eg-navy, #1c1d3e);
    color:#fff;
    padding:28px 0;
}
.egbrand-footer-note p{
    margin:0;
    text-align:center;
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.8;
}
.egbrand-footer-note a{
    color:var(--eg-primary, #e8732a);
    text-decoration:underline;
}

@media (max-width:1100px){
    .egbrand-amenities-content .about-sections,
    .egbrand-contact-grid.cols-3{
        grid-template-columns:1fr 1fr !important;
    }
}
@media (max-width:991px){
    .egbrand-menu-content .egmnu_list,
    .egbrand-amenities-content .about-sections,
    .egbrand-contact-grid.cols-3,
    .egbrand-contact-grid.cols-2,
    .egbrand-form-grid,
    .egbrand-users-reviews .customer-reviews{
        grid-template-columns:1fr !important;
    }
}
@media (max-width:767px){
    .egbrand-header-inner{
        min-height:68px;
    }
    .egbrand-logo{
        font-size:22px;
        max-width:72%;
        word-break:break-word;
    }
    .egbrand-menu-toggle{
        display:block;
    }
    .egbrand-nav{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        right:0;
        background:var(--eg-navy, #1c1d3e);
        padding:14px 16px 18px;
        border-top:1px solid rgba(255,255,255,.08);
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
        border-radius:0 0 var(--eg-radius-sm, 12px) var(--eg-radius-sm, 12px);
    }
    .egbrand-nav a{
        width:100%;
    }
    .egbrand-header.is-open .egbrand-nav{
        display:flex;
    }
    .egbrand-section{
        padding:36px 0;
    }
    .egbrand-card{
        padding:22px;
        border-radius:16px;
    }
    .egbrand-hero-shortcode{
        border-radius:16px;
    }
    .egbrand-map-wrap{
        min-height:260px;
    }
    .egbrand-map-wrap iframe{
        height:260px !important;
    }
    .egbrand-map-embed-wrap iframe{
        height:260px !important;
    }
    .egbrand-map-card{
        border-radius:16px;
    }
    .egbrand-hero-content h1{
        font-size:clamp(26px,9vw,36px);
    }
    /* Mobile: Opening Hours before Contact */
    .egbrand-contact-grid{
        display:flex;
        flex-direction:column;
    }
    .egbrand-hours-col-mobile-order{
        order:1;
    }
    .egbrand-contact-col-mobile-order{
        order:2;
    }
}
.egbrand-section-404{
    min-height:60vh;
    display:flex;
    align-items:center;
    justify-content:center;
}
.egbrand-404-standalone{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:0 !important;
    background:var(--eg-bg, #faf7f3);
}
.egbrand-404-wrap{
    text-align:center;
    padding:60px 20px;
}
.egbrand-404-code{
    font-size:120px;
    font-weight:900;
    line-height:1;
    color:var(--eg-primary, #e8732a);
    letter-spacing:-.02em;
}
.egbrand-404-title{
    font-size:32px;
    font-weight:900;
    color:var(--eg-navy, #1c1d3e);
    margin:16px 0 12px;
    font-family:inherit;
}
.egbrand-404-desc{
    font-size:16px;
    color:#7a7a85;
    margin:0 0 32px;
    line-height:1.7;
}
.egbrand-404-btn{
    display:inline-block;
}
.eg-brand-slider {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #f6f1ea;
    line-height: 0;
}

.eg-brand-slider-track {
    position: relative;
    width: 100%;
    line-height: 0;
}

.eg-brand-slide {
    display: none;
    width: 100%;
    line-height: 0;
}

.eg-brand-slide.is-active {
    display: block;
}

.eg-brand-slide a,
.eg-brand-slide img {
    display: block;
    width: 100%;
}

.eg-brand-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
}

.eg-brand-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    z-index: 5;
    background: rgba(232, 115, 42, 0.88);
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.eg-brand-slider-btn:hover {
    background: #c75a18;
}

.eg-brand-slider-btn.prev {
    left: 14px;
}

.eg-brand-slider-btn.next {
    right: 14px;
}

.eg-brand-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}

.eg-brand-slider-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    padding: 0;
}

.eg-brand-slider-dot.is-active {
    background: #fff;
}

.eg-brand-album {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 24px;
}

.eg-brand-album-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.eg-brand-album-item img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eg-brand-album-item a:hover img {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(28, 29, 62, 0.16);
}

.eg-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.88);
    padding: 24px;
}

.eg-lightbox.is-open {
    display: flex;
}

.eg-lightbox-inner {
    position: relative;
    width: min(1200px, 96vw);
    max-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eg-lightbox-image {
    max-width: 100%;
    max-height: 92vh;
    border-radius: 10px;
    display: block;
}

.eg-lightbox-close,
.eg-lightbox-prev,
.eg-lightbox-next {
    position: absolute;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
}

.eg-lightbox-close {
    top: -10px;
    right: -10px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    font-size: 26px;
    line-height: 1;
}

.eg-lightbox-prev,
.eg-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    font-size: 26px;
    line-height: 1;
}

.eg-lightbox-prev {
    left: 12px;
}

.eg-lightbox-next {
    right: 12px;
}

@media (max-width: 1024px) {
    .eg-brand-album {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .eg-brand-slide img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .eg-brand-album {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .eg-brand-album-item img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .eg-brand-slide img {
        height: auto;
        aspect-ratio: 3 / 4;
    }

    .eg-brand-slider-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .eg-lightbox {
        padding: 12px;
    }

    .eg-lightbox-prev,
    .eg-lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}
.ast-scroll-to-top a,
.ast-scroll-to-top-outline a,
#ast-scroll-to-top,
.ast-scroll-top{
    background-color:#e8732a !important;
    border-color:#e8732a !important;
    color:#fff !important;
}
.ast-scroll-to-top a:hover,
#ast-scroll-to-top:hover,
.ast-scroll-top:hover{
    background-color:#c75a18 !important;
    border-color:#c75a18 !important;
}