/* Brand accent — overrides Antra :root (load after main.css) */
:root {
    --tl-color-theme-primary: #BB2127;
}

.section-heading-wrap {
    max-width: 100%;
}

.footer-wrap {
    padding: 70px 0 50px 0;
}

/* Blog page */
.blog-section .post-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-content .video-title {
    font-size: clamp(1.75rem, 5vw, 70px);
    line-height: 1.25;
}

/* Inner pages: page header + dark header menu */
.page-header {
    min-height: 380px;
    margin-top: -25px;
}

.page-header .page-header-content {
    padding: 195px 0 100px 0;
}

.page-header .page-header-content .title {
    color: var(--tl-color-common-white);
    font-size: 47px;
}

.page-header .page-header-content .home,
.page-header .page-header-content .inner-page {
    color: #fff;
    font-weight: 700;
}

.page-header .page-header-content a.home:hover {
    color: #fff;
    opacity: 0.85;
}

/* Contact page — premium layout */
.contact-page {
    background: #f0f1f3;
    padding-bottom: 0;
}

.contact-top-bar {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.contact-top-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.contact-top-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 20px;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid #eee;
    transition: background 0.2s ease;
}

.contact-top-item:last-child {
    border-right: none;
}

.contact-top-item:hover {
    background: #fafafa;
}

.contact-top-item--static {
    cursor: default;
}

.contact-top-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(187, 33, 39, 0.1);
    color: #bb2127;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.contact-top-icon--wa {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.contact-top-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.contact-top-text strong {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    font-weight: 600;
}

.contact-top-text em {
    font-style: normal;
    font-size: 0.95rem;
    font-weight: 600;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-main-card {
    margin-top: 40px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.contact-brand-panel {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d1518 50%, #bb2127 100%);
    color: #fff !important;
    height: 100%;
    min-height: 100%;
}

.contact-brand-panel p,
.contact-brand-panel li,
.contact-brand-panel span,
.contact-brand-panel strong,
.contact-brand-panel .contact-brand-desc,
.contact-brand-panel .contact-brand-detail span,
.contact-brand-panel .contact-brand-detail strong {
    color: #fff !important;
}

.contact-brand-inner {
    padding: 48px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-brand-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff !important;
}

.contact-brand-title {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff !important;
}

.contact-brand-title span {
    color: #ffc9c9 !important;
}

.contact-brand-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    opacity: 0.95;
    margin-bottom: 24px;
    color: #fff !important;
}

.contact-brand-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.contact-brand-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    opacity: 0.95;
}

.contact-brand-list li i {
    color: #ffc9c9;
    font-size: 0.75rem;
}

.contact-brand-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-brand-detail {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-brand-detail i {
    opacity: 0.8;
    margin-top: 2px;
}

.contact-brand-detail span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
}

.contact-brand-detail strong {
    font-size: 0.95rem;
}

.contact-brand-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.contact-brand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #fff;
    color: #bb2127;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-brand-btn:hover {
    color: #bb2127;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-brand-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.contact-brand-btn--outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.contact-form-panel {
    padding: 48px 44px;
}

.contact-form-head h3 {
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #191919;
}

.contact-form-head p {
    color: #666;
    margin-bottom: 28px;
    font-size: 0.95rem;
}

.contact-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contact-label span {
    color: #bb2127;
}

.contact-input {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 0.95rem;
    min-height: 50px;
    width: 100%;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-input:focus {
    border-color: #bb2127;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(187, 33, 39, 0.12);
    outline: none;
}

select.contact-input {
    appearance: auto;
}

textarea.contact-input {
    min-height: 120px;
    resize: vertical;
}

.contact-form-messages:empty {
    display: none;
}

.contact-form-messages.alert-success,
#form-messages.alert-success {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.contact-form-messages.alert-danger,
#form-messages.alert-danger {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.contact-submit-btn {
    padding: 16px 28px !important;
    font-size: 1rem !important;
}

.contact-address-row {
    margin-top: 36px;
    margin-bottom: 48px;
}

.contact-mini-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-mini-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.contact-mini-card > i {
    font-size: 1.5rem;
    color: #bb2127;
    margin-bottom: 14px;
}

.contact-mini-card h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #191919;
}

.contact-mini-card p {
    margin: 0 0 6px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #555;
}

.contact-mini-card a {
    color: #555;
}

.contact-mini-card a:hover {
    color: #bb2127;
}

.contact-map-block {
    background: #191919;
    padding: 56px 0 72px;
}

.contact-map-wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    min-height: 400px;
}

.contact-map-info {
    background: #bb2127;
    color: #fff !important;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-map-info h3,
.contact-map-info p,
.contact-map-info a,
.contact-map-info span,
.contact-map-info i {
    color: #fff !important;
}

.contact-map-info h3 {
    font-size: 1.35rem;
    margin: 0 0 14px;
    font-weight: 700;
}

.contact-map-info h3 i {
    margin-right: 8px;
}

.contact-map-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 20px;
}

.contact-map-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-map-link:hover {
    color: #ffc9c9 !important;
}

.contact-map-frame {
    min-height: 400px;
    background: #333;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

@media (max-width: 1199px) {
    .contact-top-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-top-item:nth-child(2) {
        border-right: none;
    }

    .contact-top-item:nth-child(1),
    .contact-top-item:nth-child(3) {
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 991px) {
    .contact-top-bar {
        margin-top: 0;
    }

    .contact-brand-inner,
    .contact-form-panel {
        padding: 32px 24px;
    }

    .contact-map-wrap {
        grid-template-columns: 1fr;
    }

    .contact-map-info {
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .contact-top-grid {
        grid-template-columns: 1fr;
    }

    .contact-top-item {
        border-right: none !important;
        border-bottom: 1px solid #eee;
    }

    .contact-top-item:last-child {
        border-bottom: none;
    }
}

/* Home page contact section (legacy) */
.contact-section .request-item.white-content span {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
}

.contact-section .request-item.white-content a {
    display: block;
}

/* Gallery page */
.gallery-inner .gallary-inner-item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.gallery-inner .gallary-inner-item-2 a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

/* Home gallery — full-width heading */
.gallery-inner .gallery-section-heading {
    width: 100%;
    margin-bottom: 56px;
}

.gallery-inner .gallery-section-heading .section-heading,
.gallery-inner .gallery-section-heading .gallery-section-intro {
    width: 100%;
    max-width: 100%;
}

.gallery-inner .gallery-section-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
    max-width: 100%;
}

.gallery-inner .gallery-section-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.gallery-inner .gallery-section-heading .gallery-section-intro {
    margin-top: 1rem;
}

.gallery-inner .gallery-section-heading .gallery-section-intro p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--tl-color-text-body);
}

@media (max-width: 991px) {
    .gallery-inner .gallery-section-heading {
        margin-bottom: 40px;
    }
}

/* Who We Are section — compact layout */
.who-we-are-section {
    background: #f6f6f6;
}

.who-we-are-section .bg-shape {
    opacity: 0.7;
}

.who-we-are-section .section-heading-wrap {
    max-width: 100%;
    margin-bottom: 36px;
    padding-top: 48px;
}

.who-we-are-section .section-heading-wrap .shape {
    display: block !important;
    max-width: 180px;
}

.who-we-are-section .section-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
}

.who-we-are-section .section-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.who-we-are-section .who-we-are-intro {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--tl-color-text-body);
}

.who-we-are-section .who-we-are-intro strong {
    color: var(--tl-color-heading-primary);
    font-weight: 600;
}

.who-we-are-section .sub-heading {
    margin-bottom: 12px;
}

/* Feature cards */
.who-we-are-section .who-card {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 1.35rem 1.35rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.who-we-are-section .who-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(187, 33, 39, 0.12);
}

.who-we-are-section .who-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--tl-color-border-1);
}

.who-we-are-section .who-card-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.who-we-are-section .who-card-title a {
    color: var(--tl-color-heading-primary);
}

.who-we-are-section .who-card-title a:hover {
    color: var(--tl-color-theme-primary);
}

.who-we-are-section .who-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-we-are-section .who-card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.who-we-are-section .who-card-text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--tl-color-text-body);
}

@media (max-width: 991px) {
    .who-we-are-section .section-heading-wrap {
        padding-top: 36px;
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .who-we-are-section .who-card {
        padding: 1.15rem;
    }

    .who-we-are-section .who-card-title {
        font-size: 1.2rem;
    }
}

/* Products page */
.products-page-section {
    background-color: #f6f6f6;
}

.products-page-section .products-page-heading {
    width: 100%;
    margin-bottom: 56px;
}

.products-page-section .products-page-heading .section-heading,
.products-page-section .products-page-heading .products-page-intro {
    width: 100%;
    max-width: 100%;
}

.products-page-section .products-page-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
    max-width: 100%;
}

.products-page-section .products-page-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.products-page-section .products-page-heading .products-page-intro {
    margin-top: 1rem;
}

.products-page-section .products-page-heading .products-page-intro p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--tl-color-text-body);
}

.products-page-section .products-grid > [class*="col-"] {
    display: flex;
}

.products-page-section .product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--tl-color-common-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(25, 25, 25, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-page-section .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(25, 25, 25, 0.1);
}

.products-page-section .product-card-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.products-page-section .product-card-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.products-page-section .product-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.products-page-section .product-card:hover .product-card-thumb img {
    transform: scale(1.05);
}

.products-page-section .product-card-number {
    position: absolute;
    top: 20px;
    left: 24px;
    font-family: var(--tl-ff-heading);
    font-size: 1.5rem;
    color: var(--tl-color-common-white);
    line-height: 1;
    z-index: 1;
}

.products-page-section .product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem 1.75rem 1.75rem;
}

.products-page-section .product-card-title {
    font-family: var(--tl-ff-heading);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.products-page-section .product-card-title a {
    color: var(--tl-color-heading-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.products-page-section .product-card-title a:hover {
    color: var(--tl-color-theme-primary);
}

.products-page-section .product-card-body > p {
    flex: 1;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--tl-color-text-body);
    max-width: 100%;
}

.products-page-section .product-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--tl-ff-heading);
    font-size: 1rem;
    color: var(--tl-color-theme-primary);
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.products-page-section .product-card-link:hover {
    gap: 0.75rem;
    color: var(--tl-color-heading-primary);
}

@media (max-width: 991px) {
    .products-page-section .products-page-heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .products-page-section .product-card-body {
        padding: 1.25rem 1.35rem 1.5rem;
    }

    .products-page-section .product-card-title {
        font-size: 1.3rem;
    }
}

/* Product detail page — intro + highlighted specifications */
.product-detail-section .product-detail-content {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--tl-color-text-body, #4d4d52);
}

.product-detail-section .product-detail-content .product-intro {
    margin-bottom: 2rem;
    padding: 1.5rem 1.75rem;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid var(--tl-color-theme-primary, #caa05c);
    box-shadow: 0 8px 32px rgba(25, 25, 25, 0.06);
}

.product-detail-section .product-detail-content .product-intro p {
    margin-bottom: 0.85rem;
}

.product-detail-section .product-detail-content .product-intro p:last-child {
    margin-bottom: 0;
}

.product-detail-section .product-detail-content .product-spec-heading {
    font-family: var(--tl-ff-heading);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 400;
    color: #c41e3a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 1.5rem;
    line-height: 1.3;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(196, 30, 58, 0.15);
}

.product-detail-section .product-detail-content .product-feature-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.product-detail-section .product-detail-content .product-feature-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.15rem 1rem 1rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ebebef;
    border-left: 4px solid #e85d04;
    box-shadow: 0 4px 18px rgba(25, 25, 25, 0.06);
    margin: 0;
    line-height: 1.65;
}

/* Product highlight — orange badge with white check */
.product-detail-section .product-detail-content .product-feature-list li::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-top: 0.05rem;
    border-radius: 6px;
    background-color: #e85d04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.2 6.3 11 12.5 4.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
    box-shadow: 0 2px 8px rgba(232, 93, 4, 0.35);
}

.product-detail-section .product-detail-content .product-feature-list li strong {
    color: #c41e3a;
    font-weight: 600;
}

.product-detail-section .product-detail-content p {
    margin-bottom: 1rem;
}

.product-detail-section .product-detail-content ul:not(.product-feature-list),
.product-detail-section .product-detail-content ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.product-detail-section .product-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Product detail — 1 wide image + 2 stacked on the side */
.product-detail-section .product-detail-media-main {
    height: 100%;
    min-height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background: #e8e8ec;
}

.product-detail-section .product-detail-media-main-img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.product-detail-section .product-detail-media-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    min-height: 420px;
}

.product-detail-section .product-detail-media-stack-item {
    flex: 1 1 0;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #e8e8ec;
}

.product-detail-section .product-detail-media-side-img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

@media (max-width: 991px) {
    .product-detail-section .product-detail-media-main,
    .product-detail-section .product-detail-media-main-img {
        min-height: 280px;
    }

    .product-detail-section .product-detail-media-stack {
        min-height: 0;
        flex-direction: row;
    }

    .product-detail-section .product-detail-media-stack-item {
        flex: 1 1 50%;
    }

    .product-detail-section .product-detail-media-side-img {
        min-height: 180px;
    }
}

@media (max-width: 575px) {
    .product-detail-section .product-detail-media-stack {
        flex-direction: column;
    }
}

.product-detail-section .product-spec-table-wrap {
    overflow-x: auto;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(25, 25, 25, 0.08);
    background: #fff;
}

.product-detail-section .product-spec-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.product-detail-section .product-spec-table.product-spec-table-wide {
    min-width: 900px;
}

.product-detail-section .product-spec-table thead th small {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
    opacity: 0.9;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0.15rem;
}

.product-detail-section .product-spec-table thead th {
    background: #c41e3a;
    color: #fff;
    font-family: var(--tl-ff-heading);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.85rem 0.75rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.product-detail-section .product-spec-table thead th:first-child {
    text-align: left;
}

.product-detail-section .product-spec-table tbody th,
.product-detail-section .product-spec-table tbody td {
    padding: 0.75rem;
    border: 1px solid #e8e8ec;
    text-align: center;
}

.product-detail-section .product-spec-table tbody th {
    text-align: left;
    background: #f9f9fb;
    color: var(--tl-color-heading-primary, #191919);
    font-weight: 600;
}

.product-detail-section .product-spec-table tbody tr:nth-child(even) td {
    background: #fcfcfd;
}

.product-detail-section .product-spec-note {
    font-size: 0.9rem;
    color: var(--tl-color-grey-1, #59585d);
    margin: 0 0 1rem;
    font-style: italic;
}

/* Home banner — full viewport height, centered title */
.slider-section .antra-slider,
.slider-section .antra-slider .swiper-wrapper,
.slider-section .antra-slider .swiper-slide,
.slider-section .slider-item {
    height: 100vh;
    min-height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
}

.slider-section .slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section .slider-item .slider-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    box-sizing: border-box;
}

.slider-section .slider-content-wrap {
    width: 100%;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section .slider-content,
.slider-section .slider-content .section-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.slider-content-wrap .section-heading .section-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Home banner video background */
.antra-slider .slider-item .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.antra-slider .slider-item .bg-video::before {
    background-color: #100801;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.46;
    pointer-events: none;
}

.antra-slider .slider-item .bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    object-fit: cover;
}

.slider-section.slider-ready {
    margin-top: -35px;
}

@media (max-width: 991px) {
    .slider-section.slider-ready {
        margin-top: 0 !important;
    }
}

.counter-1 {
    padding-top: 80px;
}

.slider-content-wrap .section-heading .section-title {
    font-size: clamp(2rem, 6vw, 90px);
    line-height: 1.15;
    opacity: 0.85;
}

.about-section .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.about-content p {
    max-width: 100%;
}

/* Process section — stacked full-width heading + description */
.process-section .process-section-heading {
    display: block;
    width: 100%;
    margin-bottom: 48px;
}

.process-section .process-section-heading .section-heading,
.process-section .process-section-heading .process-desc {
    width: 100%;
    max-width: 100%;
}

.process-section .process-section-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
    max-width: 100%;
}

.process-section .process-section-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.process-section .process-section-heading .process-desc {
    margin-top: 1rem;
}

.process-section .process-section-heading .process-desc p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--tl-color-text-body);
}

.project-section {
    padding-bottom: 130px;
}

.project-section .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-section .project-text,
.project-section .project-house-img {
    display: none !important;
}

.team-section .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.gallary-section .gallary-scroll-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-widget .footer-address .footer-phones {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.footer-widget .footer-address .footer-phones .number {
    display: block;
    color: var(--tl-color-common-white, #fff);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.footer-widget .footer-address .footer-phones .number:hover {
    color: var(--tl-color-theme-primary, #caa05c);
}

@media (max-width: 767px) {
    .footer-widget .footer-address .footer-phones .number {
        font-size: 1rem;
        word-break: break-word;
    }

    .footer-section .footer-wrap .col-md-6 {
        margin-bottom: 1.5rem;
    }
}

.footer-widget .footer-address .mail {
    font-size: 22px;
}

/* ==========================================================================
   Mobile home page fixes
   ========================================================================== */

/* 1. Hero banner — mobile sizing */
@media (max-width: 991px) {
  .slider-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .slider-content-wrap .section-heading .section-title {
    font-size: clamp(1.65rem, 7.5vw, 2.75rem) !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
  }
}

@media (max-width: 575px) {
  .slider-section .slider-item .slider-container {
    padding: 0 16px;
  }

  .slider-content-wrap .section-heading .section-title {
    font-size: clamp(1.5rem, 8vw, 2.25rem) !important;
  }
}

/* 2. Video section — title size + scroll indicator not clipped */
@media (max-width: 991px) {
    .video-section {
        padding: 100px 0;
    }

    .video-content .video-title {
        font-size: clamp(1.4rem, 6.5vw, 2.5rem) !important;
        line-height: 1.25 !important;
        max-width: 100%;
        padding: 0 16px;
    }

    .video-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    #scroll-percentage {
        width: 50px !important;
        height: 50px !important;
        z-index: 999;
    }
}

/* Scroll-to-top — above floating WhatsApp (bottom-right) */
#scroll-percentage {
    right: 35px !important;
    bottom: 125px !important;
}

/* 3. Testimonial — stack rating + intro text on mobile */
@media (max-width: 767px) {
    .testimonial-section .testi-top-content,
    .testi-carousel-wrap .testi-top-content {
        flex-direction: column !important;
        align-items: flex-start !important;
        column-gap: 0 !important;
        row-gap: 20px !important;
        width: 100%;
    }

    .testimonial-section .testi-top-content .left-content,
    .testimonial-section .testi-top-content .right-content,
    .testi-carousel-wrap .testi-top-content .left-content,
    .testi-carousel-wrap .testi-top-content .right-content {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
    }

    .testimonial-section .testi-top-content .right-content p,
    .testi-carousel-wrap .testi-top-content .right-content p {
        font-size: 16px !important;
        line-height: 1.55 !important;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .testimonial-section .testi-top-content .left-content .rating,
    .testi-carousel-wrap .testi-top-content .left-content .rating {
        font-size: 42px !important;
    }

    .testimonial-section .col-lg-6 {
        margin-bottom: 24px;
    }

    .testimonial-section .testi-img img {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
    }
}

/* 4. Mobile sidebar menu — full width, no footer bleed-through */
@media (max-width: 991px) {
    body.open-sidebar {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }

    body.open-sidebar #sidebar-area.sidebar-area,
    body.open-sidebar .sidebar-area {
        width: 100% !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        padding: 24px 20px 32px !important;
        z-index: 9999 !important;
        background-color: #fff !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body.open-sidebar #sidebar-overlay {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        height: 100% !important;
        opacity: 1 !important;
        z-index: 9998 !important;
        background: rgba(0, 0, 0, 0.55) !important;
        overflow: hidden !important;
    }

    #sidebar-area .side-menu-content {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #sidebar-area .side-menu-wrap,
    #sidebar-area .mean-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    #sidebar-area .mean-nav {
        width: 100% !important;
    }

    #sidebar-area .mean-nav ul li a {
        padding: 14px 0 !important;
        font-size: 18px !important;
        line-height: 1.3 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    #sidebar-area .side-menu-contact .side-menu-list li {
        font-size: 14px;
        line-height: 1.5;
        padding: 8px 0;
        word-break: break-word;
    }

    #sidebar-area .side-menu-social {
        margin-top: 16px;
    }

    /* Hide desktop meanmenu bar in header — use sidebar only */
    .header .mean-container {
        display: none !important;
    }

    .mobile-side-menu {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-side-menu.is-open {
        z-index: 9999;
    }

    /* Header: compact logo, hide phone CTA on small screens */
    .header .header-logo img {
        max-height: 52px;
        width: auto;
        object-fit: contain;
    }

    .header .header-contact,
    .header .header-btn-wrap {
        display: none !important;
    }

    .header .primary-header-inner {
        gap: 8px;
    }

    .header .search-icon {
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .header .header-logo img {
        max-height: 44px;
    }
}

/* Side panel — logo, text, product grid, footer */
#sidebar-area .side-menu-logo a,
.mobile-side-menu .side-menu-head a {
    display: block;
    max-width: 200px;
}

#sidebar-area .side-menu-logo img,
.mobile-side-menu .side-menu-head img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

#sidebar-area .side-menu-about .title,
.mobile-side-menu .side-menu-about .title {
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

#sidebar-area .side-menu-gallary,
.mobile-side-menu .side-menu-gallary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 24px 0;
}

#sidebar-area .side-menu-gallary-item,
.mobile-side-menu .side-menu-gallary-item {
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
}

#sidebar-area .side-menu-gallary-item a,
.mobile-side-menu .side-menu-gallary-item a {
    display: block;
    aspect-ratio: 1;
}

#sidebar-area .side-menu-gallary-item img,
.mobile-side-menu .side-menu-gallary-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.side-menu-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-side-menu .side-menu-footer {
    border-top-color: rgba(0, 0, 0, 0.08);
}

.side-menu-footer-logo {
    display: inline-block;
    max-width: 160px;
}

.side-menu-footer-logo img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.side-menu-footer-tagline {
    margin: 8px 0 0;
    font-size: 0.8rem;
    opacity: 0.85;
}

@media (max-width: 991px) {
    body.open-sidebar #sidebar-area .side-menu-footer {
        border-top-color: rgba(0, 0, 0, 0.08);
    }

    body.open-sidebar #sidebar-area .side-menu-about .title {
        color: var(--tl-color-heading-primary, #191919);
    }
}

/* About page — certification section */
.certification-section {
    position: relative;
    background: #f6f6f6;
    padding: 80px 0;
}

.certification-section .certification-bg {
    position: absolute;
    inset: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 70%;
    opacity: 0.45;
    pointer-events: none;
}

.certification-section .certification-heading {
    position: relative;
    max-width: 100%;
    margin-bottom: 48px;
}

.certification-section .certification-heading .shape {
    display: block !important;
    max-width: 180px;
    margin-bottom: 8px;
}

.certification-section .certification-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
    max-width: 100%;
}

.certification-section .certification-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.certification-section .certification-intro {
    margin: 1rem 0 0;
    max-width: 720px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--tl-color-text-body);
}

.certification-section .certification-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.certification-section .certification-card:hover {
    border-color: rgba(187, 33, 39, 0.35);
    box-shadow: 0 12px 32px rgba(187, 33, 39, 0.12);
    transform: translateY(-4px);
}

.certification-section .certification-link {
    position: relative;
    display: block;
    padding: 20px;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.certification-section .certification-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.certification-section .certification-card:hover .certification-link img {
    transform: scale(1.03);
}

.certification-section .certification-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--tl-color-theme-primary);
    color: #fff;
    font-size: 1.1rem;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.certification-section .certification-card:hover .certification-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.certification-section .certification-caption {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-top: 1px solid #eee;
    background: #fff;
}

.certification-section .certification-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(187, 33, 39, 0.1);
    color: var(--tl-color-theme-primary);
    font-size: 0.95rem;
}

.certification-section .certification-caption p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--tl-color-heading-primary, #191919);
}

@media (max-width: 767px) {
    .certification-section {
        padding: 60px 0;
    }

    .certification-section .certification-heading {
        margin-bottom: 32px;
    }
}

/* Valuable clients — logo strip */
.valuable-clients-section {
    background: #fff;
    padding: 70px 0 80px;
}

.valuable-clients-section .valuable-clients-heading {
    margin-bottom: 48px;
}

.valuable-clients-section .valuable-clients-heading .shape {
    display: block !important;
    max-width: 180px;
    margin: 0 auto 8px;
}

.valuable-clients-section .valuable-clients-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
}

.valuable-clients-section .valuable-clients-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.valuable-clients-section .valuable-clients-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px 32px;
}

.valuable-clients-section .valuable-client-logo-item {
    flex: 0 1 160px;
    max-width: 180px;
    min-width: 120px;
}

.valuable-clients-section .valuable-client-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 16px 20px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 10px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.valuable-clients-section .valuable-client-logo-link img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.valuable-clients-section .valuable-client-logo-item:hover .valuable-client-logo-link {
    border-color: rgba(187, 33, 39, 0.25);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.valuable-clients-section .valuable-client-logo-item:hover .valuable-client-logo-link img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.04);
}

@media (max-width: 767px) {
    .valuable-clients-section {
        padding: 50px 0 60px;
    }

    .valuable-clients-section .valuable-clients-heading {
        margin-bottom: 32px;
    }

    .valuable-clients-section .valuable-client-logo-item {
        flex: 0 1 calc(50% - 16px);
        max-width: none;
        min-width: 0;
    }
}

/* About page — export details */
.export-details-section {
    position: relative;
    background: #f6f6f6;
    padding: 80px 0;
}

.export-details-section .export-details-bg {
    position: absolute;
    inset: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 60%;
    opacity: 0.4;
    pointer-events: none;
}

.export-details-section .export-details-heading {
    position: relative;
    margin-bottom: 48px;
}

.export-details-section .export-details-heading .shape {
    display: block !important;
    max-width: 180px;
    margin-bottom: 8px;
}

.export-details-section .export-details-heading .section-title {
    font-size: clamp(1.75rem, 3.5vw, 3.25rem);
    line-height: 1.15;
}

.export-details-section .export-details-heading .section-title span {
    color: var(--tl-color-theme-primary);
}

.export-details-section .export-detail-highlight {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 4px solid var(--tl-color-theme-primary, #caa05c);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
}

.export-details-section .export-detail-highlight-media {
    background: linear-gradient(160deg, #f9f7f3 0%, #f0ebe3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 32px;
    border-right: 1px solid #ebe6de;
    min-height: 380px;
}

.export-details-section .export-detail-image {
    width: 100%;
    max-width: none;
}

.export-details-section .export-detail-image a {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e3db;
}

.export-details-section .export-detail-image img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 420px;
    object-fit: contain;
    display: block;
    padding: 12px;
    transition: transform 0.35s ease;
}

.export-details-section .export-detail-highlight:hover .export-detail-image img {
    transform: scale(1.02);
}

.export-details-section .export-detail-highlight-content {
    display: flex;
    align-items: center;
}

.export-details-section .export-detail-body {
    padding: 32px 36px;
    width: 100%;
}

.export-details-section .export-detail-title {
    margin: 0 0 16px;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.35;
    color: var(--tl-color-heading-primary, #191919);
}

.export-details-section .export-detail-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.export-details-section .export-detail-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--tl-color-text-body, #4d4d52);
}

.export-details-section .export-detail-text .export-detail-desc:first-child {
    color: var(--tl-color-heading-primary, #191919);
    font-weight: 500;
}

@media (max-width: 991px) {
    .export-details-section .export-detail-highlight-media {
        border-right: 0;
        border-bottom: 1px solid #ebe6de;
        padding: 24px 20px;
        min-height: 0;
    }

    .export-details-section .export-detail-body {
        padding: 28px 24px 32px;
    }

    .export-details-section .export-detail-image img {
        min-height: 240px;
        max-height: 340px;
    }
}

@media (max-width: 767px) {
    .export-details-section {
        padding: 60px 0;
    }

    .export-details-section .export-details-heading {
        margin-bottom: 32px;
    }

    .export-details-section .export-detail-body {
        padding: 22px 18px 26px;
    }
}

