@charset "UTF-8";

:root {
    --ev-primary: #ff6a2f;
    --ev-primary-strong: #ef5720;
    --ev-primary-soft: #fff1e9;
    --ev-ink: #342733;
    --ev-ink-soft: #6d6270;
    --ev-border: #f0ddd3;
    --ev-surface: #fffaf7;
    --ev-card: #ffffff;
    --ev-card-alt: #fff6f1;
    --ev-shadow: 0 20px 55px rgba(77, 59, 70, 0.1);
    --ev-shadow-soft: 0 14px 36px rgba(77, 59, 70, 0.08);
    --ev-radius-lg: 30px;
    --ev-radius-md: 22px;
    --ev-radius-sm: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 106, 47, 0.08), transparent 30%),
        linear-gradient(180deg, #fff8f4 0%, #ffffff 24%, #fffaf8 100%);
    color: var(--ev-ink);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(255, 106, 47, 0.05), transparent 24%),
        radial-gradient(circle at bottom left, rgba(52, 39, 51, 0.04), transparent 26%);
    z-index: -2;
}

p {
    color: var(--ev-ink-soft);
    line-height: 1.85;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ev-ink);
    letter-spacing: -0.02em;
}

.bg-f8f8f8 {
    background: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
}

.ptb-100 {
    padding-top: 84px;
    padding-bottom: 84px;
}

.default-btn,
.optional-btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.default-btn {
    padding: 15px 28px;
    box-shadow: 0 18px 30px rgba(255, 93, 34, 0.24);
}

.default-btn:hover {
    transform: translateY(-2px);
}

.optional-btn {
    border-width: 2px;
}

.section-title {
    margin-bottom: 56px;
}

.section-title .sub-title,
.about-title span,
.about-content .sub-title,
.place-content .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 106, 47, 0.12);
    color: var(--ev-primary-strong);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.section-title h2,
.about-title h2,
.about-content h2,
.place-content h2 {
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
}

.zash-nav {
    background-color: transparent;
}

.navbar-area {
    padding-top: 18px;
}

.navbar-area.is-sticky {
    background: rgba(255, 248, 244, 0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(77, 59, 70, 0.08);
}

.navbar-area .container,
.navbar-area .container-fluid {
    max-width: 1400px;
}

.zash-nav .navbar {
    padding: 0 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--ev-shadow-soft);
    border: 1px solid rgba(240, 221, 211, 0.9);
    backdrop-filter: blur(10px);
}

.navbar-area.is-sticky .zash-nav .navbar,
.navbar-area.navbar-style-two .zash-nav .navbar {
    box-shadow: var(--ev-shadow-soft);
}

.zash-nav .navbar .navbar-brand {
    width: auto;
    max-width: 240px;
}

.navbar-brand img {
    max-width: 165px;
}

.zash-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-top: 25px;
    padding-bottom: 25px;
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 74px;
    margin-top: 12px;
    padding: 12px 8px;
    border-radius: 18px;
    border: 1px solid var(--ev-border);
    box-shadow: 0 18px 40px rgba(77, 59, 70, 0.12);
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    background: var(--ev-primary-soft);
}

.zash-nav .navbar .others-option .call-us {
    position: relative;
    padding: 10px 18px 10px 54px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff3eb 0%, #ffffff 100%);
    border: 1px solid var(--ev-border);
    color: var(--ev-ink);
    font-weight: 600;
}

.zash-nav .navbar .others-option .call-us .icon {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ev-primary);
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.main-banner {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(26, 13, 15, 0.82) 0%, rgba(44, 26, 25, 0.62) 45%, rgba(255, 106, 47, 0.24) 100%);
}

.main-banner::after {
    content: "";
    position: absolute;
    inset: auto auto -120px -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(10px);
}

.main-banner-content {
    margin-top: 0;
    max-width: 900px;
    padding: 38px 42px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(30, 18, 20, 0.34);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
}

.main-banner-content .sub-title {
    letter-spacing: 0.14em;
    font-size: 13px;
    margin-bottom: 14px;
}

.main-banner-content h1 {
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1.02;
}

.main-banner-content p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.84);
}

.main-banner-content .btn-box {
    margin-top: 28px;
}

.home-section .banner-footer {
    bottom: 26px;
}

.home-section .banner-footer .banner-video,
.home-section .banner-footer .banner-contact-info {
    box-shadow: var(--ev-shadow);
}

.home-section .banner-footer .banner-video {
    height: 100%;
    padding: 26px 18px;
    border-radius: 28px 0 0 28px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.home-section .banner-footer .banner-video span {
    margin-left: 16px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.home-section .banner-footer .banner-contact-info {
    padding: 28px 30px;
    border-radius: 0 28px 28px 0;
    background: linear-gradient(135deg, #ff6a2f 0%, #ef5720 100%);
}

.home-section .banner-footer .banner-contact-info ul li {
    font-size: 14px;
    line-height: 1.7;
}

.home-section .banner-footer .banner-contact-info ul li i {
    background: rgba(70, 32, 18, 0.18);
}

.about-section .container-fluid,
.about-area .container {
    position: relative;
}

.about-section .about-content,
.about-area .about-title,
.about-area .about-text {
    background: var(--ev-card);
    border: 1px solid var(--ev-border);
    box-shadow: var(--ev-shadow-soft);
    border-radius: var(--ev-radius-lg);
}

.about-section .about-content {
    padding: 40px 42px;
}

.about-area .about-title,
.about-area .about-text {
    padding: 32px 34px;
    height: 100%;
}

.about-title {
    border-right: none;
}

.about-text {
    padding-left: 34px;
}

.about-image .img1 img,
.about-image .img2 img,
.about-image .img3 img,
.mission-image img,
.event-details .event-details-image img,
.event-details .event-details-image video {
    border-radius: 24px;
}

.about-image .img1::before {
    border-radius: 32px;
}

.services-area,
.event-details-area,
.contact-area,
.about-area {
    position: relative;
}

.home-products-section {
    padding-bottom: 34px;
}

.home-products-section .main-services-slides.owl-theme .owl-dots {
    margin-bottom: 10px;
}

.home-about-section {
    padding-top: 38px;
}

.services-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--ev-border);
    background: var(--ev-card);
    box-shadow: var(--ev-shadow-soft);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.services-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(77, 59, 70, 0.14);
}

.services-box img {
    width: 100%;
    height: 320px !important;
    object-fit: cover;
    background: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
}

.services-box img[style*="contain"],
.services-box img[src*="damp-proof-chemical"],
.services-box img[src*="tile-adhesive-banner"] {
    object-fit: contain !important;
    padding: 24px !important;
    background: linear-gradient(180deg, #fff7f1 0%, #ffffff 100%) !important;
}

.services-box .services-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 28px 24px;
    background: linear-gradient(180deg, #473847 0%, #342733 100%);
}

.services-box .services-content h3 {
    font-size: 24px;
    line-height: 1.22;
    margin-bottom: 14px;
}

.services-box .services-content h3::before {
    width: 72px;
    background: linear-gradient(90deg, #ff8e62 0%, #ffffff 100%);
}

.services-box .services-content p {
    color: rgba(255, 255, 255, 0.76);
    flex: 1;
    margin-bottom: 18px;
}

.services-box .services-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
}

.services-box .services-content a:hover {
    color: #fff;
    opacity: 0.85;
}
.about-products-showcase .section-title {
    margin-bottom: 34px;
}
.about-products-showcase .section-title p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.about-products-showcase .services-box {
    margin-bottom: 0;
}
.about-products-showcase .services-box img {
    height: 260px !important;
}
.about-products-showcase .services-box .services-content {
    padding: 24px 22px;
}
.about-products-showcase .services-box .services-content h3 {
    font-size: 22px;
}
.about-products-cta {
    display: flex;
    height: 100%;
    min-height: 100%;
    padding: 28px 26px;
    border-radius: 28px;
    background: linear-gradient(145deg, #392a37 0%, #4d352f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--ev-shadow-soft);
}
.about-products-cta-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.about-products-cta-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff2eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.about-products-cta h3 {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.18;
}
.about-products-cta p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}
.about-products-cta .default-btn {
    align-self: flex-start;
    margin-top: auto;
}
@media only screen and (max-width: 991px) {
    .about-products-showcase .services-box img {
        height: 280px !important;
    }
    .about-products-cta h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .about-products-showcase .section-title {
        margin-bottom: 28px;
    }
    .about-products-showcase .services-box img {
        height: 240px !important;
    }
    .about-products-showcase .services-box .services-content {
        padding: 22px 18px;
    }
    .about-products-cta {
        padding: 24px 20px;
        border-radius: 24px;
    }
    .about-products-cta h3 {
        font-size: 22px;
    }
}

.event-details-area {
    background: linear-gradient(180deg, #fffaf8 0%, #ffffff 100%);
}

.event-details-area .container,
.contact-area .container {
    position: relative;
    z-index: 1;
}

.event-details-area > .container > .row,
.contact-area > .container > .row {
    align-items: stretch;
}

.event-details-area > .container > .row > [class*="col-"],
.contact-area > .container > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.event-details,
.widget-area .widget,
.event-details-area .table-responsive,
.contact-info,
.contact-form,
.widget.widget_event_details {
    background: var(--ev-card);
    border: 1px solid var(--ev-border);
    border-radius: 26px;
    box-shadow: var(--ev-shadow-soft);
}

.event-details,
.contact-info,
.contact-form,
.event-details-area > .container > .row > [class*="col-"] > .widget-area,
.event-details-area > .container > .row > [class*="col-"] > .widget.widget_event_details {
    flex: 1 1 auto;
    min-width: 0;
}

.event-details {
    padding: 24px;
}

.event-details .event-details-image {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
}

.event-details .event-details-image img,
.event-details .event-details-image video {
    width: 100%;
    display: block;
}

.event-details h3,
.widget-area .widget .widget-title {
    font-size: 25px;
    margin-bottom: 18px;
}

.widget-area {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.widget-area .widget,
.widget.widget_event_details {
    padding: 26px 24px;
    margin-bottom: 20px;
}

.widget-area .widget:last-child,
.widget.widget_event_details:last-child {
    margin-bottom: 0;
}

.widget-area .widget ul,
.widget.widget_event_details ul,
.event-details-desc ul,
.event-details-desc ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget-area .widget ul li,
.widget.widget_event_details ul li,
.event-details-desc ul li,
.event-details-desc ol li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: var(--ev-ink-soft);
    line-height: 1.78;
}

.widget-area .widget ul li:last-child,
.widget.widget_event_details ul li:last-child,
.event-details-desc ul li:last-child,
.event-details-desc ol li:last-child {
    margin-bottom: 0;
}

.widget-area .widget ul li::before,
.widget.widget_event_details ul li::before,
.event-details-desc ul li::before,
.event-details-desc ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--ev-primary);
    box-shadow: 0 0 0 5px rgba(255, 106, 47, 0.12);
}

.event-details-desc blockquote,
blockquote.wp-block-quote {
    margin: 0;
    padding: 22px 24px !important;
    border: 1px solid #ffd7c6;
    border-left: 4px solid var(--ev-primary);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff4ed 0%, #fffdfb 100%);
    box-shadow: none;
}
.event-details .event-details-desc > :last-child {
    margin-bottom: 0;
}
.product-note {
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 4px solid var(--ev-primary);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff5ef 0%, #fffdfb 100%);
}
.product-note p {
    margin-bottom: 10px;
    color: var(--ev-ink-soft);
    line-height: 1.74;
}
.product-note p:last-child {
    margin-bottom: 0;
}

.event-details-area .table-responsive {
    overflow: hidden;
    padding: 0;
}

.event-details-area .table {
    margin-bottom: 0;
}

.event-details-area .table thead th {
    background: #3a2b38;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
    font-weight: 700;
}

.event-details-area .table td,
.event-details-area .table th {
    vertical-align: middle;
    padding: 14px 16px;
    border-color: #f2e5dd;
}

.event-details-area .table tbody tr:nth-child(even) {
    background: #fff8f4;
}

.page-title-area {
    position: relative;
    height: auto;
    min-height: 400px;
    padding-top: 150px;
    padding-bottom: 76px;
    display: flex;
    align-items: flex-end;
}

.page-title-area::before {
    background: linear-gradient(120deg, rgba(21, 12, 14, 0.82) 0%, rgba(50, 28, 29, 0.66) 48%, rgba(255, 106, 47, 0.26) 100%);
    opacity: 1;
}

.page-title-content {
    margin-top: 0;
    max-width: 760px;
    padding: 32px 34px;
    text-align: left;
    border-radius: 30px;
    background: rgba(28, 18, 19, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
}

.page-title-content h2 {
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.05;
}

.page-title-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
}

.page-title-content ul li {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.86);
}

.page-title-content ul li::before {
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.page-title-content ul li a {
    color: #fff;
}

.contact-area .section-title {
    margin-bottom: 26px;
}

.contact-info,
.contact-form {
    padding: 32px;
}

.contact-form form .form-control {
    height: 58px;
    border-radius: 16px;
    border: 1px solid var(--ev-border);
    background: #fffaf8;
    box-shadow: none !important;
    padding: 14px 18px;
}

.contact-form form textarea.form-control {
    min-height: 170px;
}

.contact-form form .default-btn {
    box-shadow: 0 16px 30px rgba(255, 93, 34, 0.2) !important;
}

.contact-info {
    padding-right: 32px;
}

.contact-info .contact-list {
    padding-right: 0;
}

.contact-info .contact-list li {
    padding-left: 96px;
}

.contact-info .contact-list li .icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    border: none;
    box-shadow: 0 16px 28px rgba(255, 106, 47, 0.22);
}

.contact-info .contact-list li .icon::before {
    margin: 0;
    background: linear-gradient(135deg, #ff7c46 0%, #ef5720 100%);
}

.contact-info .social,
.single-footer-widget .social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
}

.contact-info .social li,
.single-footer-widget .social li {
    margin-right: 0;
}

.contact-info .social li a,
.single-footer-widget .social li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 14px;
}

.mission-text {
    height: 100%;
    padding: 50px 34px;
    background: linear-gradient(135deg, #372a36 0%, #4b3532 100%);
}

.mission-text .icon,
.mission-text h3,
.mission-text p {
    color: #fff;
}

.mission-text h3::before {
    background: linear-gradient(90deg, #ff9d75 0%, rgba(255, 255, 255, 0.5) 100%);
}

.feedback-area {
    padding-bottom: 54px !important;
}

.footer-area {
    position: relative;
    margin-top: 28px;
    padding-top: 84px;
    background: linear-gradient(135deg, #241c27 0%, #352834 62%, #4a3431 100%);
}

.footer-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.07), transparent 20%),
        radial-gradient(circle at bottom left, rgba(255, 106, 47, 0.12), transparent 28%);
    pointer-events: none;
}

.single-footer-widget h3 {
    padding-bottom: 14px;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.single-footer-widget .logo a img {
    width: 120px !important;
    max-width: 120px;
}

.single-footer-widget .logo p,
.single-footer-widget .footer-contact-info li,
.single-footer-widget .footer-quick-links li a {
    color: rgba(255, 255, 255, 0.78);
}

.single-footer-widget .footer-quick-links {
    margin-top: -6px;
}

.single-footer-widget .footer-quick-links li {
    padding-top: 10px;
}

.single-footer-widget .footer-quick-links li a {
    text-transform: none;
    font-size: 15px;
}

.single-footer-widget .footer-contact-info li a,
.copyright-area p,
.copyright-area a {
    color: #fff;
}

.copyright-area {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.go-top {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background-color: var(--ev-primary);
    box-shadow: 0 18px 30px rgba(255, 93, 34, 0.26);
}

.go-top:hover,
.go-top:focus {
    background-color: var(--ev-ink);
}

.damp-hero-grid {
    align-items: stretch;
}

.damp-copy-panel,
.damp-gallery-panel {
    display: flex;
    flex-direction: column;
}

.damp-gallery-main {
    flex: 1;
}

/* Evershine Header Refresh v6 */
.navbar-area {
    top: 26px;
    padding-top: 0;
    transition: all 0.3s ease;
}

.navbar-area .container,
.navbar-area .container-fluid {
    max-width: 1360px;
    padding-left: 22px;
    padding-right: 22px;
}

.zash-nav {
    background-color: transparent;
}

.zash-nav .navbar {
    min-height: 88px;
    padding: 0 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(240, 221, 211, 0.95);
    box-shadow: 0 24px 54px rgba(53, 38, 47, 0.18);
    backdrop-filter: blur(10px);
}

.zash-nav .navbar .navbar-brand {
    width: auto;
    max-width: 232px;
    margin-right: 38px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    border-radius: 14px;
}

.navbar-brand img {
    display: block;
    max-width: 162px;
}

.zash-nav .navbar .navbar-nav {
    margin-left: auto;
    align-items: center;
}

.zash-nav .navbar .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 26px;
}

.zash-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.zash-nav .navbar .navbar-nav .nav-item a {
    color: var(--ev-ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-top: 31px;
    padding-bottom: 31px;
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 74px;
    margin-top: 14px;
    padding: 12px 10px;
    border-radius: 18px;
    border: 1px solid #f1e4db;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(77, 59, 70, 0.14);
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    background: var(--ev-primary-soft);
}

.zash-nav .navbar .others-option {
    display: flex;
    align-items: center;
    margin-left: 12px;
    padding-left: 24px;
}

.zash-nav .navbar .others-option .call-us {
    position: relative;
    min-height: 52px;
    padding: 10px 18px 10px 60px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff6f0 0%, #ffffff 100%);
    border: 1px solid #f0ddd3;
    color: #7e707d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(255, 106, 47, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zash-nav .navbar .others-option .call-us a {
    display: block;
    margin-top: 4px;
    color: var(--ev-primary-strong);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
}

.zash-nav .navbar .others-option .call-us .icon {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #f6d8ca;
    color: var(--ev-primary-strong);
    text-align: center;
    font-size: 15px;
    box-shadow: 0 8px 18px rgba(255, 106, 47, 0.08);
    transition: all 0.25s ease;
}

.zash-nav .navbar .others-option .call-us:hover .icon {
    background: var(--ev-primary);
    border-color: var(--ev-primary);
    color: #ffffff;
}

.navbar-area.is-sticky {
    top: 0;
    padding-top: 0;
    background: #ffffff !important;
    background-color: #ffffff !important;
    backdrop-filter: none;
    box-shadow: none;
}

.navbar-area.is-sticky .container,
.navbar-area.is-sticky .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.navbar-area.is-sticky .zash-nav .navbar,
.navbar-area.navbar-style-two .zash-nav .navbar {
    min-height: 72px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 0;
    background: #ffffff;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

.navbar-area.is-sticky .zash-nav .navbar .navbar-brand {
    margin-right: 32px;
    padding: 4px 8px;
    border-radius: 0;
}

.navbar-area.is-sticky .zash-nav .navbar .navbar-nav .nav-item a {
    padding-top: 24px;
    padding-bottom: 24px;
}

.navbar-area.is-sticky .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 64px;
    margin-top: 8px;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(77, 59, 70, 0.08);
}

.navbar-area.is-sticky .zash-nav .navbar .others-option {
    display: flex;
    align-items: center;
    margin-left: 18px;
    padding-left: 22px;
    border-left: 1px solid #ece1da;
}

.navbar-area.is-sticky .zash-nav .navbar .others-option .call-us {
    min-height: auto;
    padding: 2px 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.1;
    color: #8a7b87;
}

.navbar-area.is-sticky .zash-nav .navbar .others-option .call-us .icon {
    display: none;
}

.navbar-area.is-sticky .zash-nav .navbar .others-option .call-us a {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.page-title-area {
    min-height: 455px;
    padding-top: 150px;
    padding-bottom: 58px;
}

.page-title-content {
    max-width: 820px;
    padding: 34px 36px;
    border-radius: 34px;
    background: rgba(30, 19, 22, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.18);
}

.page-title-content h2 {
    font-size: clamp(38px, 4.8vw, 62px);
}

@media only screen and (max-width: 1199px) {
    .navbar-area {
        top: 18px;
    }

    .navbar-area .container,
    .navbar-area .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .zash-nav .navbar {
        min-height: 82px;
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 20px;
    }

    .zash-nav .navbar .navbar-brand {
        max-width: 210px;
        margin-right: 28px;
        padding: 5px 8px;
    }

    .navbar-brand img {
        max-width: 150px;
    }

    .zash-nav .navbar .navbar-nav .nav-item {
        margin-right: 22px;
    }

    .zash-nav .navbar .navbar-nav .nav-item a {
        font-size: 13px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .zash-nav .navbar .others-option {
        padding-left: 18px;
    }

    .zash-nav .navbar .others-option .call-us {
        padding-left: 0;
        min-height: auto;
    }

    .zash-nav .navbar .others-option .call-us .icon {
        display: none;
    }

    .navbar-area.is-sticky .zash-nav .navbar {
        min-height: 68px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-area.is-sticky .zash-nav .navbar .others-option {
        margin-left: 14px;
        padding-left: 16px;
    }

    .navbar-area.is-sticky .zash-nav .navbar .navbar-brand {
        margin-right: 24px;
    }

    .navbar-area.is-sticky .zash-nav .navbar .navbar-nav .nav-item a {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .page-title-area {
        min-height: 420px;
        padding-bottom: 54px;
    }

    .page-title-content {
        max-width: 760px;
        padding: 30px 30px;
        border-radius: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        top: 0;
        padding-top: 10px;
        background: transparent !important;
        background-color: transparent !important;
    }

    .zash-responsive-nav .container {
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .zash-responsive-nav .zash-responsive-menu {
        background: #ffffff;
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(62, 45, 54, 0.14);
        padding: 12px 18px;
    }

    .zash-responsive-nav .logo {
        width: auto;
        max-width: 168px;
    }

    .zash-responsive-nav .logo a {
        display: inline-flex;
        padding: 3px 5px;
    }

    .zash-responsive-nav .logo img {
        display: block;
        max-width: 146px;
    }

    .zash-responsive-nav .mean-container .mean-bar {
        background: transparent;
        padding: 0;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal {
        top: 14px;
        right: 18px !important;
    }

    .zash-responsive-nav .zash-responsive-menu.mean-container .navbar-nav {
        height: auto;
        max-height: 360px;
        margin-top: 14px;
        border-top: 1px solid #f0e3db;
        box-shadow: 0 16px 34px rgba(62, 45, 54, 0.14);
    }

    .page-title-area {
        min-height: 360px;
        padding-top: 126px;
        padding-bottom: 42px;
    }

    .page-title-content {
        padding: 24px 22px;
        border-radius: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area {
        min-height: 310px;
        padding-top: 118px;
        padding-bottom: 34px;
    }

    .page-title-content h2 {
        font-size: clamp(30px, 8vw, 42px);
    }
}
/* Evershine Responsive Stabilizers v1 */
body {
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
}

.navbar-brand img,
.zash-responsive-nav .logo img,
.single-footer-widget .logo a img {
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
}

.zash-responsive-nav .zash-responsive-menu {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
}

.zash-responsive-nav .logo {
    display: flex;
    align-items: center;
    min-height: 48px;
}

.zash-responsive-nav .mean-container .mean-bar {
    min-height: 48px;
}

.zash-responsive-nav .mean-container a.meanmenu-reveal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding-top: 0;
}

.zash-responsive-nav .mean-container a.meanmenu-reveal span {
    margin-top: 4px;
}

.home-products-section .owl-stage,
.home-products-section .owl-item {
    display: flex;
}

.home-products-section .services-box {
    width: 100%;
    margin-bottom: 0;
}

.services-box img {
    display: block;
    width: 100%;
    height: 320px !important;
    object-fit: contain !important;
    padding: 18px !important;
    background: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%) !important;
}

.services-box img.product-pack-image,
.services-box img[src*="damp-proof-chemical"],
.services-box img[src*="tile-adhesive-banner"],
.services-box img[src*="silver-adhesive"],
.services-box img[src*="construct"] {
    padding: 24px !important;
}

.gallery-area .single-gallery-box {
    overflow: hidden;
}

.gallery-area .single-gallery-box img {
    display: block;
    width: 100%;
    height: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 0 !important;
}

.event-details-area .table-responsive,
.epoxy-page .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.event-details-area .table,
.epoxy-page .table {
    min-width: 680px;
}

.products-overview-section .products-grid {
    margin-bottom: -4px;
}

.products-overview-section .services-box .services-content p {
    text-align: left;
}

.epoxy-page {
    background: linear-gradient(180deg, #fff7f3 0%, #ffffff 24%, #fffaf8 100%);
    padding: 18px 0 60px;
}

.epoxy-shell {
    width: 100%;
    padding: 0 14px;
}

.epoxy-heading-band,
.epoxy-copy-panel,
.epoxy-main-visual,
.epoxy-type-card,
.epoxy-media-card,
.epoxy-card,
.epoxy-table-card,
.epoxy-formula-card {
    background: #ffffff;
    border: 1px solid #f3dfd5;
    border-radius: 26px;
    box-shadow: 0 16px 36px rgba(82, 69, 82, 0.06);
}

.epoxy-heading-band {
    margin-bottom: 16px;
    padding: 24px 30px 22px;
    background: linear-gradient(180deg, #fffdfc 0%, #fff4ec 100%);
}

.epoxy-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 93, 34, 0.12);
    color: #ff5d22;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.epoxy-heading-band h3 {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.14;
}

.epoxy-page p,
.epoxy-lead {
    color: #6f6571;
    line-height: 1.82;
}

.epoxy-lead {
    margin-bottom: 0;
    max-width: 980px;
    font-size: 17px;
}

.epoxy-hero-grid,
.epoxy-details-grid,
.epoxy-final-grid {
    display: grid;
    gap: 16px;
}

.epoxy-hero-grid,
.epoxy-final-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.epoxy-details-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    margin: 16px 0;
}

.epoxy-copy-panel,
.epoxy-main-visual,
.epoxy-media-card,
.epoxy-card,
.epoxy-table-card,
.epoxy-formula-card {
    padding: 26px 24px;
}

.epoxy-quick-points,
.epoxy-list,
.epoxy-mini-stats {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.epoxy-quick-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.epoxy-quick-points li,
.epoxy-mini-stats li {
    background: #fff7f3;
    border: 1px solid #f3dfd5;
    border-radius: 16px;
    padding: 14px 16px;
    color: #554955;
    line-height: 1.55;
}

.epoxy-note,
.epoxy-blockquote {
    border-left: 4px solid #ff5d22;
    border-radius: 18px;
    padding: 18px 20px;
    background: linear-gradient(180deg, #fff5ef 0%, #fffdfb 100%);
    color: #554955;
    line-height: 1.75;
}

.epoxy-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.epoxy-actions .read-more-btn {
    margin-top: 0;
}

.epoxy-main-visual {
    background: linear-gradient(145deg, #fff1e8 0%, #ffffff 100%);
}

.epoxy-visual-head,
.epoxy-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.epoxy-visual-head {
    margin-bottom: 16px;
}

.epoxy-visual-head h4,
.epoxy-section-head h3,
.epoxy-type-content h4,
.epoxy-media-card h3,
.epoxy-card h3,
.epoxy-table-card h3,
.epoxy-formula-card h3 {
    margin-bottom: 0;
}

.epoxy-visual-head span,
.epoxy-caption,
.epoxy-section-head p {
    color: #7a6f7b;
}

.epoxy-main-image {
    position: relative;
    display: block;
    min-height: 420px;
    padding: 18px;
    border: 1px solid #f3dfd5;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(82, 69, 82, 0.08);
    overflow: hidden;
}

.epoxy-main-image img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.epoxy-main-image:hover img {
    transform: scale(1.03);
}

.epoxy-zoom-hint {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(82, 69, 82, 0.92);
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
}

.epoxy-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.epoxy-mini-stats strong {
    display: block;
    margin-bottom: 6px;
    color: #ff5d22;
    font-size: 22px;
    line-height: 1;
}

.epoxy-type-section {
    margin-bottom: 16px;
}

.epoxy-section-head {
    margin-bottom: 14px;
}

.epoxy-section-head h3,
.epoxy-media-card h3,
.epoxy-card h3,
.epoxy-table-card h3,
.epoxy-formula-card h3 {
    font-size: 26px;
}

.epoxy-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.epoxy-type-card {
    overflow: hidden;
}

.epoxy-type-media {
    display: block;
    padding: 18px;
    background: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
    border-bottom: 1px solid #f3dfd5;
}

.epoxy-type-media img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.epoxy-type-content {
    padding: 20px 22px;
    background: linear-gradient(180deg, #473847 0%, #342733 100%);
}

.epoxy-type-content h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
}

.epoxy-image-wrap {
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
}

.epoxy-image-wrap img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.epoxy-stack,
.epoxy-tables-stack {
    display: grid;
    gap: 16px;
}

.epoxy-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #554955;
    line-height: 1.72;
}

.epoxy-list li:last-child {
    margin-bottom: 0;
}

.epoxy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff5d22;
    box-shadow: 0 0 0 5px rgba(255, 93, 34, 0.12);
}

.epoxy-formula-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.epoxy-formula-box {
    padding: 22px 20px;
    border: 1px solid #f3dfd5;
    border-radius: 22px;
    background: #fff7f1;
    color: #3d2f3b;
    font-size: clamp(20px, 2.2vw, 28px);
    overflow-x: auto;
}

.epoxy-page .default-btn {
    box-shadow: 0 16px 30px rgba(255, 93, 34, 0.18) !important;
}

.epoxy-page .table {
    margin-bottom: 0;
}

.epoxy-page .table thead th {
    background: #3a2b38;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.08);
    font-weight: 700;
    white-space: nowrap;
}

.epoxy-page .table td,
.epoxy-page .table th {
    padding: 14px 16px;
    border-color: #f2e5dd;
    vertical-align: middle;
}

.epoxy-page .table tbody tr:nth-child(even) {
    background: #fff8f4;
}

@media only screen and (max-width: 1199px) {
    .epoxy-heading-band h3 {
        font-size: 32px;
    }

    .epoxy-main-image {
        min-height: 380px;
    }

    .epoxy-main-image img {
        height: 340px;
    }

    .epoxy-type-media img {
        height: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 8px;
    }

    .zash-responsive-nav .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .zash-responsive-nav .zash-responsive-menu {
        min-height: 64px;
        padding: 10px 16px;
        border-radius: 16px;
    }

    .zash-responsive-nav .logo img {
        max-width: 132px;
    }

    .page-title-area {
        min-height: 300px !important;
        padding-top: 108px !important;
        padding-bottom: 34px !important;
    }

    .page-title-content {
        max-width: none;
        padding: 22px 20px;
        border-radius: 24px;
    }

    .services-box img {
        height: 280px !important;
    }

    .event-details,
    .widget-area .widget,
    .widget.widget_event_details,
    .contact-info,
    .contact-form,
    .epoxy-copy-panel,
    .epoxy-main-visual,
    .epoxy-media-card,
    .epoxy-card,
    .epoxy-table-card,
    .epoxy-formula-card {
        padding: 22px 18px;
    }

    .contact-info .contact-list li {
        padding-left: 84px;
    }

    .contact-info .contact-list li .icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
    }

    .epoxy-shell {
        padding: 0 12px;
    }

    .epoxy-hero-grid,
    .epoxy-details-grid,
    .epoxy-final-grid {
        grid-template-columns: 1fr;
    }

    .epoxy-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .epoxy-mini-stats,
    .epoxy-quick-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .epoxy-heading-band {
        padding: 20px 24px 18px;
    }

    .epoxy-heading-band h3 {
        font-size: 30px;
    }

    .epoxy-main-image {
        min-height: 340px;
    }

    .epoxy-main-image img {
        height: 300px;
    }

    .epoxy-type-media img {
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .zash-responsive-nav .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .zash-responsive-nav .zash-responsive-menu {
        min-height: 60px;
        padding: 10px 14px;
        border-radius: 15px;
    }

    .zash-responsive-nav .logo img {
        max-width: 120px;
    }

    .page-title-area {
        min-height: 260px !important;
        padding-top: 96px !important;
        padding-bottom: 26px !important;
    }

    .page-title-content {
        padding: 18px 18px;
        border-radius: 20px;
    }

    .page-title-content h2 {
        font-size: clamp(26px, 7vw, 36px);
    }

    .services-box img {
        height: 232px !important;
        padding: 14px !important;
    }

    .services-box .services-content {
        padding: 22px 18px;
    }

    .services-box .services-content h3 {
        font-size: 22px;
    }

    .event-details-area .table,
    .epoxy-page .table {
        min-width: 620px;
    }

    .contact-info .contact-list li {
        padding-left: 0;
    }

    .contact-info .contact-list li .icon {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 12px;
    }

    .contact-info .social,
    .single-footer-widget .social {
        gap: 8px;
    }

    .footer-area {
        padding-top: 68px;
    }

    .gallery-area .shorting-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .gallery-area .shorting-menu .filter {
        margin: 0;
    }

    .gallery-area .single-gallery-box img {
        aspect-ratio: 4 / 5;
    }

    .epoxy-page {
        padding: 14px 0 42px;
    }

    .epoxy-shell {
        padding: 0 8px;
    }

    .epoxy-heading-band {
        padding: 18px 18px 16px;
    }

    .epoxy-heading-band h3 {
        font-size: 26px;
    }

    .epoxy-type-grid,
    .epoxy-mini-stats,
    .epoxy-quick-points {
        grid-template-columns: 1fr;
    }

    .epoxy-main-image {
        min-height: 310px;
        padding: 14px;
    }

    .epoxy-main-image img {
        height: 272px;
    }

    .epoxy-type-media img {
        height: 188px;
    }

    .epoxy-image-wrap img {
        height: 250px;
    }

    .epoxy-type-content {
        padding: 18px 18px 20px;
    }

    .epoxy-type-content h4,
    .epoxy-section-head h3,
    .epoxy-media-card h3,
    .epoxy-card h3,
    .epoxy-table-card h3,
    .epoxy-formula-card h3 {
        font-size: 22px;
    }

    .epoxy-note,
    .epoxy-blockquote,
    .epoxy-formula-box {
        padding: 16px 17px;
    }
}

/* Home Banner Mobile Safety */
.main-banner-content .sub-title,
.main-banner-content h1,
.main-banner-content .btn-box {
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .main-banner {
        min-height: auto;
        padding-top: 156px !important;
        padding-bottom: 120px !important;
    }

    .main-banner-content {
        max-width: 100%;
        padding: 30px 24px;
        border-radius: 28px;
    }

    .main-banner-content h1 {
        font-size: clamp(34px, 7vw, 52px);
    }

    .main-banner-content .btn-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .main-banner-content .btn-box .default-btn,
    .main-banner-content .btn-box .optional-btn {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner {
        min-height: 72vh;
        padding-top: 130px !important;
        padding-bottom: 86px !important;
    }

    .main-banner-content {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .main-banner-content .sub-title {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .main-banner-content h1 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .main-banner-content .btn-box {
        margin-top: 22px;
    }
}

/* Home Slider Fallback */
.home-slides:not(.owl-loaded) > .main-banner:not(:first-child) {
    display: none;
}

/* Shared Mobile Table Scroll */
.table-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.table-responsive > .table {
    width: max-content;
    min-width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .table-responsive > .table {
        min-width: 620px;
    }

    .table-responsive > .table th,
    .table-responsive > .table td {
        white-space: nowrap;
    }
}

/* Mobile Menu Trigger Fix */
@media only screen and (max-width: 991px) {
    .zash-responsive-nav .zash-responsive-menu {
        position: relative;
        overflow: visible;
    }

    .zash-responsive-nav .mean-container {
        position: relative;
    }

    .zash-responsive-nav .mean-container .mean-bar {
        position: absolute;
        inset: 0;
        z-index: 5;
        pointer-events: auto;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal {
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 50% !important;
        right: 14px !important;
        width: 46px;
        height: 46px;
        padding-top: 0;
        transform: translateY(-50%);
        border-radius: 14px;
        border: 1px solid #f0ddd3;
        background: #fff7f1;
        box-shadow: 0 10px 22px rgba(62, 45, 54, 0.12);
        pointer-events: auto;
        z-index: 6;
        text-indent: 0 !important;
        font-size: 22px !important;
        line-height: 1;
        color: #524552 !important;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal i {
        display: block;
        font-size: 20px;
        line-height: 1;
        color: #524552 !important;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px auto 0;
        border-radius: 999px;
        background: #524552 !important;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal span:first-child {
        margin-top: 0;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal.meanclose {
        font-size: 24px !important;
    }

    .zash-responsive-nav .mean-container a.meanmenu-reveal.meanclose span {
        display: none;
    }

    .zash-responsive-nav .mean-container .mean-nav {
        margin-top: 66px;
        max-height: min(72vh, 420px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        border-top: 1px solid #f0e3db;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 18px 34px rgba(62, 45, 54, 0.14);
    }

    .zash-responsive-nav .mean-container .mean-nav ul {
        display: block;
        padding-bottom: 6px;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul {
        background: #ffffff;
    }

    .zash-responsive-nav .mean-container .mean-nav ul li {
        float: none;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul > li {
        position: relative;
    }

    .zash-responsive-nav .mean-container .mean-nav ul li a,
    .zash-responsive-nav .mean-container .mean-nav ul li li a,
    .zash-responsive-nav .mean-container .mean-nav ul li li li a,
    .zash-responsive-nav .mean-container .mean-nav ul li li li li a,
    .zash-responsive-nav .mean-container .mean-nav ul li li li li li a {
        float: none;
        width: auto;
        padding: 15px 58px 13px 18px;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul > li > a:not(.mean-expand) {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #453845;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul > li > ul {
        margin: 2px 12px 10px;
        padding: 6px 0;
        background: #fff8f3;
        border: 1px solid #f4dfd4;
        border-radius: 14px;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul > li > ul > li {
        position: relative;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul > li > ul > li > a:not(.mean-expand) {
        padding: 12px 18px 12px 36px;
        font-size: 14px;
        font-weight: 500;
        color: #6b6070;
        border-top-color: #f0e0d6;
    }

    .zash-responsive-nav .mean-container .mean-nav > ul > li > ul > li > a:not(.mean-expand)::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ff8a57;
        transform: translateY(-50%);
        opacity: 0.8;
    }

    .zash-responsive-nav .mean-container .mean-nav ul li a.mean-expand {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px !important;
        height: 44px;
        margin-top: 0;
        padding: 0 !important;
        top: 7px;
        right: 8px;
        transform: none;
        border-radius: 12px;
        background: transparent;
        border: none !important;
        color: #524552 !important;
        font-size: 24px !important;
        line-height: 1;
        pointer-events: auto;
    }

    .zash-responsive-nav .mean-container .mean-nav ul li a.mean-expand:hover,
    .zash-responsive-nav .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
        background: #fff3eb;
        color: #ff5d22 !important;
    }

    .zash-responsive-nav .logo {
        max-width: calc(100% - 76px);
    }
}

/* Grid Item Shrink Fix For Table Pages */
.epoxy-hero-grid,
.epoxy-details-grid,
.epoxy-tables-stack,
.epoxy-final-grid,
.epoxy-stack,
.epoxy-page .table-responsive,
.epoxy-copy-panel,
.epoxy-main-visual,
.epoxy-media-card,
.epoxy-card,
.epoxy-table-card,
.epoxy-formula-card {
    min-width: 0;
}
