/* Akhavan Office Furniture - Static Site */
@import url('fonts/yekan.css');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'WyekanRegular', Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.85;
    color: #444;
    direction: rtl;
    text-align: right;
    background: #d35252;
}

a { color: #ed7063; text-decoration: none; }
a:hover { color: #c94a3d; }

img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }

.clearfix::after { content: ""; display: table; clear: both; }

/* Page Background */
#page {
    min-height: 100vh;
    background: #d35252 url('../images/background/athletics_bg.jpg') 0 0 repeat;
    background-size: 400px 400px;
}

@media (min-width: 1025px) {
    #page {
        background: url('../images/background/radial_gradient.svg') 50% 0 no-repeat fixed,
                    url('../images/background/athletics_bg.jpg') 0 0 repeat;
        background-size: 100% 100%, 400px 400px;
    }
}

#page-bg {
    background: url('../images/background/athletics_img.png') 50% 0 no-repeat;
    min-height: 100vh;
    padding-bottom: 40px;
}

.wrapper {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Header */
#header {
    margin: 18px 89px 10px 0;
    position: relative;
}

#toolbar {
    font-size: 10px;
    color: #5a2424;
    text-shadow: 0 1px 0 rgba(255,255,255,0.1);
    margin-bottom: 8px;
    text-align: left;
}

#headerbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

#logo {
    order: 1;
    flex-shrink: 0;
}

#logo img {
    max-height: 126px;
    mix-blend-mode: screen;
}

.header-contact {
    order: 2;
    flex-shrink: 0;
}

.header-contact img {
    max-height: 88px;
    mix-blend-mode: screen;
}

/* Side Menu */
#menu {
    position: absolute;
    right: 0;
    top: 165px;
    width: 92px;
    z-index: 100;
}

.menu-dropdown { list-style: none; }

.menu-dropdown > li.level1 {
    list-style: none;
}

.menu-dropdown li.level1 {
    margin-bottom: 8px;
    position: relative;
}

.menu-dropdown a.level1 {
    display: block;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
    border-radius: 4px 0 0 4px;
    transition: background 0.2s;
    background: transparent;
    overflow: hidden;
}

.menu-dropdown a.level1 > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 96px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 6px 8px;
}

.menu-dropdown a.level1 > span > span:last-child {
    display: block;
    width: 100%;
    line-height: 16px;
    padding: 0;
    white-space: normal;
    word-break: keep-all;
}

.menu-dropdown a.level1 .icon {
    display: block;
    width: 80px;
    height: 34px;
    margin: 0 auto 8px;
    background: none !important;
    position: relative;
    line-height: 34px;
    text-align: center;
    flex: 0 0 auto;
}

.menu-dropdown a.level1 .icon::before {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
}

.menu-dropdown a.level1 .icon-home::before { content: "\2302"; }
.menu-dropdown a.level1 .icon-gallery::before { content: "\25A3"; }
.menu-dropdown a.level1 .icon-rep::before { content: "\2299"; }
.menu-dropdown a.level1 .icon-about::before { content: "\2139"; }
.menu-dropdown a.level1 .icon-contact::before { content: "\260E"; }

.menu-dropdown li.level1.active .icon::before,
.menu-dropdown li.level1.open .icon::before,
.menu-dropdown li.level1:hover .icon::before {
    color: #fff;
}

.menu-dropdown li.level1:hover > a.level1,
.menu-dropdown li.level1.active > a.level1,
.menu-dropdown li.level1.open > a.level1 {
    background: rgba(237,112,99,0.95);
    box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset;
    color: #fff;
    position: relative;
    z-index: 101;
}

.menu-dropdown li.level1:not(.active):not(.open):hover > a.level1 {
    background: rgba(255,255,255,0.08);
}

.menu-dropdown li.level1:hover > a.level1::after,
.menu-dropdown li.level1.active > a.level1::after,
.menu-dropdown li.level1.open > a.level1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 7px;
    height: 14px;
    margin-top: -7px;
    background: url('../images/menu_dropdown_arrow.png') 0 50% no-repeat;
}

/* Submenu */
.menu-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 170px;
    z-index: 100;
}

.menu-dropdown li.level1:hover .dropdown,
.menu-dropdown li.level1.open .dropdown { display: block; }

.menu-dropdown .dropdown-bg > div {
    margin: 5px 5px 5px 0;
    padding: 12px 18px;
    background: rgba(255,255,255,0.96);
    border-radius: 3px 0 0 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
}

.menu-dropdown .dropdown ul { list-style: none; }

.menu-dropdown .dropdown a {
    display: block;
    padding: 8px 10px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    transition: background 0.2s;
}

.menu-dropdown .dropdown a:hover,
.menu-dropdown .dropdown a.current {
    background: #f5f5f5;
    color: #ed7063;
}

/* Main Block */
#block-main {
    margin-right: 89px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid rgba(90,10,10,0.1);
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 0 0 1px rgba(255,255,255,0.3) inset;
}

#block-main > .inner {
    padding: 15px;
    border: 1px solid rgba(140,14,14,0.35);
    background: #fff;
    border-radius: 3px;
}

/* Slideshow */
.slideshow {
    position: relative;
    margin-bottom: 5px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.slideshow-main {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #f0f0f0;
}

.slideshow-main img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s;
}

.slideshow-main img.active { opacity: 1; z-index: 1; }

.slideshow-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #e0e0e0, #d0d0d0);
    padding: 12px 15px;
    gap: 12px;
    border-top: 1px solid #ccc;
}

.slideshow-nav .nav-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #b0b0b0;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.slideshow-nav .nav-btn:hover { background: #ed7063; }

.slideshow-thumbs {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.slideshow-thumbs img {
    width: 84px;
    height: 56px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 2px;
    opacity: 0.75;
    transition: all 0.2s;
}

.slideshow-thumbs img.active,
.slideshow-thumbs img:hover {
    border-color: #555;
    opacity: 1;
}

/* Category Circles */
.categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    padding: 26px 10px 22px;
    border-bottom: 1px solid #e5e5e5;
}

.category-item {
    text-align: center;
    width: 165px;
}

.category-item a { color: #444; }

.category-circle {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ddd;
    margin: 0 auto 12px;
    transition: border-color 0.2s;
    background: #fff;
}

.category-circle:hover { border-color: #ed7063; }

.category-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-item h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: normal;
}

.category-item ul {
    list-style: none;
    font-size: 11px;
    color: #888;
    line-height: 1.8;
}

.category-item ul li::before {
    content: "✓ ";
    color: #ed7063;
    font-weight: bold;
}

/* Middle Section */
.middle-section {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    align-items: flex-start;
    direction: ltr;
}

.middle-sidebar .module-box + .module-box {
    margin-top: 15px;
}

.middle-content {
    flex: 1;
    min-width: 0;
    direction: rtl;
}

.middle-sidebar {
    width: 240px;
    flex-shrink: 0;
    direction: rtl;
}

.services-box {
    position: relative;
    min-height: 120px;
}

.services-box .services-list {
    list-style: none;
}

.services-box .services-list li {
    padding: 5px 0;
    font-size: 13px;
    color: #666;
    border-bottom: 1px dotted #eee;
}

.services-box .services-list li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #e8e8e8;
    border: 1px solid #ddd;
    margin-left: 6px;
    vertical-align: middle;
}

.catalog-box .module-content {
    padding: 10px;
    text-align: center;
}

.catalog-box .catalog-link img {
    max-width: 100%;
}

/* Feature Box - middle tabs */
.feature-box {
    display: flex;
    gap: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 0;
    margin-bottom: 20px;
    background: #f3f3f5;
    direction: ltr;
    overflow: hidden;
}

.feature-panel {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px;
    min-height: 178px;
}

.feature-preview {
    width: 205px;
    height: 140px;
    border: 1px solid #ddd;
    background: #fff;
    flex-shrink: 0;
    overflow: hidden;
}

.feature-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feature-copy {
    flex: 1;
    direction: rtl;
    text-align: center;
    padding: 0 20px;
}

.feature-copy p {
    color: #444;
    font-size: 14px;
    line-height: 2.1;
    margin: 0;
}

.feature-tabs {
    list-style: none;
    width: 230px;
    border-right: 1px solid #d2d2d2;
    background: #e9e9eb;
    direction: rtl;
}

.feature-tabs li + li {
    border-top: 1px solid #d5d5d8;
}

.feature-tab {
    width: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: inherit;
    font-size: 14px;
    color: #555;
    padding: 14px 15px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.feature-tab .tab-label {
    text-align: right;
}

.feature-tab .tab-icon {
    font-size: 19px;
    color: #7a7a7a;
    line-height: 1;
}

.feature-tab.active {
    background: #fff;
    color: #222;
}

.feature-tab:hover {
    background: #f7f7f7;
}

/* About Section */
.about-section {
    padding: 10px 0 20px;
}

.about-section h2 {
    color: #ed7063;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: normal;
}

.about-section p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 2.2;
    color: #555;
}

.about-section ul {
    list-style: none;
    margin-top: 10px;
}

.about-section ul li {
    padding: 3px 0;
    font-size: 13px;
    color: #666;
}

.about-section ul li::before {
    content: "◆ ";
    color: #ed7063;
    font-size: 8px;
}

/* Bottom Sections */
#bottom-a, #bottom-b {
    margin: 0 -15px;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #fff inset;
}

.three-col {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.module-box {
    flex: 1;
    min-width: 180px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.module-title {
    background: #ed7063;
    background: linear-gradient(to bottom, #ff816b, #ed7063);
    color: #fff;
    padding: 9px 15px;
    font-size: 17px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
}

.module-content { padding: 12px; }

/* Gallery Grid in Footer */
.footer-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.footer-gallery a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #eee;
}

.footer-gallery img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    transition: opacity 0.2s;
    display: block;
}

.footer-gallery img:hover { opacity: 0.8; }

/* Projects List */
.projects-list {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

.projects-list li {
    padding: 5px 0;
    border-bottom: 1px dotted #eee;
    font-size: 13px;
}

.projects-list li a { color: #666; }
.projects-list li a:hover { color: #ed7063; }

.projects-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #6ba3d6;
    border-radius: 2px;
    margin-left: 6px;
    vertical-align: middle;
}

.btn-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 18px;
    background: #ed7063;
    color: #fff !important;
    border-radius: 3px;
    font-size: 13px;
    transition: background 0.2s;
    float: left;
}

.btn-more:hover { background: #d95a4d; color: #fff; }

/* Contact Info */
.contact-map-thumb {
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #eee;
}

.contact-map-thumb img { width: 100%; display: block; }

.contact-pills { list-style: none; }

.contact-pills li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to left, #ed7063, #d95a4d);
    color: #fff;
    padding: 7px 14px;
    border-radius: 20px 0 0 20px;
    font-size: 13px;
}

.contact-pills li img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

/* Brand Logos */
.brands-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 5px;
    text-align: center;
}

.brand-item img {
    max-height: 45px;
    margin-bottom: 5px;
}

.brand-item p {
    font-size: 11px;
    color: #888;
}

/* Footer */
#footer {
    margin: 0 -15px -15px;
    padding: 15px;
    border-top: 1px solid #d7d7d7;
    background: #efefef;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 #fafafa inset;
    font-size: 13px;
    color: #999;
    text-align: center;
    position: relative;
}

#footer a { color: #ed7063; }

#totop-scroller {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 20px;
    height: 20px;
    background: url('../images/totop_scroller.png') 50% 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#totop-scroller:hover { background-position: 50% -20px; }

/* Gallery Page */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 10px 0;
}

.gallery-grid a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-grid a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gallery-grid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

/* Representatives Page */
.rep-text {
    text-align: center;
    padding: 25px 30px;
    background: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2.2;
    color: #555;
}

/* About Page Layout */
.about-layout {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-sidebar {
    width: 250px;
    flex-shrink: 0;
}

.about-content {
    flex: 1;
    min-width: 300px;
}

.about-content h2 {
    color: #ed7063;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
}

.about-content p {
    margin-bottom: 12px;
    text-align: justify;
    line-height: 2.2;
}

/* Contact Page */
.contact-page-map {
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.contact-page-map img { width: 100%; display: block; }

/* Lightbox */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.lightbox-overlay.active { display: flex; }

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox-content img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.lightbox-close {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 34px;
    height: 34px;
    background: #ed7063;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.lightbox-close:hover { background: #d95a4d; }

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(237,112,99,0.85);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}

.lightbox-nav:hover { background: #ed7063; }
.lightbox-prev { right: -50px; }
.lightbox-next { left: -50px; }

.pdf-viewer {
    width: 90vw;
    height: 85vh;
    border: none;
    border-radius: 3px;
    background: #fff;
}

/* Responsive */
@media (max-width: 1020px) {
    .wrapper { width: 100%; padding: 0 10px; }
    #header, #block-main { margin-right: 0; }
    #menu {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .menu-dropdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .menu-dropdown .dropdown { right: auto; left: 0; top: 100%; }
    .middle-section { flex-direction: column; }
    .middle-sidebar { width: 100%; }
}

@media (max-width: 767px) {
    #page-bg { background-image: none; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .categories { gap: 20px; }
    .feature-box { flex-direction: column; }
    .about-sidebar { width: 100%; }
    .three-col { flex-direction: column; }
}

/* Final visual alignment with the original Joomla/YOOtheme layout */
@media (min-width: 1021px) {
    #header { height: 136px; margin-top: 10px; margin-bottom: 9px; }
    #toolbar { height: 17px; margin: 0; padding-left: 4px; }
    #headerbar { height: 112px; }
    #logo img { max-height: 112px; }
    .header-contact img { max-height: 76px; }
}

.menu-dropdown a.level1 .icon {
    width: 70px;
    height: 30px;
    margin-bottom: 6px;
    background-repeat: no-repeat !important;
    background-position: 50% -50px !important;
    background-size: auto !important;
}
.menu-dropdown a.level1 .icon::before { content: none !important; }
.menu-dropdown a.level1 .icon-home { background-image: url('../images/menu/icon_home.png') !important; }
.menu-dropdown a.level1 .icon-gallery { background-image: url('../images/menu/gallery1.png') !important; }
.menu-dropdown a.level1 .icon-rep { background-image: url('../images/menu/icon_widgetkit.png') !important; }
.menu-dropdown a.level1 .icon-about { background-image: url('../images/menu/about1.png') !important; }
.menu-dropdown a.level1 .icon-contact { background-image: url('../images/menu/tell.png') !important; }

/* Small refinements based on the live site */
.menu-dropdown a.level1 > span {
    width: 92px;
    height: 90px;
    padding-top: 12px;
}
.menu-dropdown li.level1 { margin-bottom: 4px; }
.menu-dropdown li.level1:hover > a.level1,
.menu-dropdown li.level1.active > a.level1,
.menu-dropdown li.level1.open > a.level1 {
    background: #ef6e62;
    box-shadow: none;
}
.slideshow-main,
.slideshow-nav,
.category-circle,
.feature-box,
.module-box { box-shadow: 0 1px 3px rgba(76, 22, 20, .10); }
.slideshow-nav { border-top-color: #d8d8d8; }
.category-circle { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-circle:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(76, 22, 20, .12);
}
.module-title { text-shadow: 0 1px 0 rgba(120, 25, 20, .2); }

.module-box {
    border: 1px solid #dedede;
    border-radius: 2px;
    box-shadow: none;
}
.module-title {
    position: relative;
    padding: 6px 14px;
    font-size: 16px;
    line-height: 24px;
    background: #f37162;
    text-align: right;
}
.module-title::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -7px;
    border-width: 7px 7px 0 0;
    border-style: solid;
    border-color: #d95d50 transparent transparent transparent;
}

.middle-sidebar::after,
.about-sidebar::after {
    content: "ما یک مهمان و بدون عضو آنلاین داریم";
    display: block;
    margin-top: 20px;
    padding: 13px 10px;
    color: #fff;
    background: #ef6d60;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
}

.about-layout { direction: ltr; flex-wrap: nowrap; align-items: flex-start; }
.about-sidebar, .about-content { direction: rtl; }
.about-sidebar { width: 224px; }
.about-content {
    min-height: 412px;
    padding: 18px 22px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 2px;
}
.about-content h2 { font-size: 19px; }
.about-content p { font-size: 12px; line-height: 2; }

.gallery-grid { gap: 15px; padding: 14px 14px 30px; direction: rtl; }
.gallery-grid a { border-radius: 10px; box-shadow: none; }
.gallery-grid img { height: 180px; }

.rep-text {
    margin: 14px 14px 28px;
    padding: 14px 35px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
}

.contact-page-map {
    width: 568px;
    max-width: 100%;
    margin: 14px auto 64px;
    border-radius: 12px;
}

#bottom-a .three-col { flex-wrap: nowrap; }
#bottom-a .module-box { min-height: 285px; }
.footer-gallery img { height: 62px; object-fit: contain; background: #fff; }
.contact-pills li {
    min-height: 34px;
    padding: 5px 12px;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(to left, #ed1712, #c90000);
}

#bottom-b .brands-row {
    flex-wrap: nowrap;
    gap: 0;
    padding: 12px 4px;
}
#bottom-b .brand-item { flex: 1; border-left: 1px solid #e8e8e8; }
#bottom-b .brand-item:last-child { border-left: 0; }

@media (max-width: 1020px) {
    .menu-dropdown a.level1 .icon { margin-bottom: 2px; }
    .about-layout { flex-wrap: wrap; }
    #bottom-a .three-col, #bottom-b .brands-row { flex-wrap: wrap; }
}

@media (max-width: 767px) {
    .gallery-grid { padding-inline: 0; }
    .gallery-grid img { height: 145px; }
    .contact-page-map { margin-bottom: 25px; }
}
