/* Extracted from Blade templates to keep markup clean */

.tp-loader.spinner0,
.tp-loader.spinner5 {
    background-image: none !important;
}

.tp-caption-nowrap {
    z-index: 7;
    white-space: nowrap;
}

.fab {
    line-height: 2 !important;
}

.internal-links-box {
    margin-top: 12px;
    padding: 20px;
    border: 1px solid #dde4ee;
    border-radius: 14px;
    background: linear-gradient(180deg, #fafcff 0%, #f3f7fd 100%);
}

.internal-links-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.internal-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.internal-link-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid #d8dee9;
    background: #ffffff;
    color: #1f2937;
    text-decoration: none;
    transition: all 0.2s ease;
}

.internal-link-chip:hover {
    background: #0b5ed7;
    color: #ffffff;
    border-color: #0b5ed7;
    transform: translateY(-1px);
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.mainmenu-right.style2 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.desktop-language-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.desktop-language-label,
.mobile-language-label {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.language-switcher-pills {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    border-radius: 999px;
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.08);
    gap: 4px;
}

.language-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 9px 16px;
    border-radius: 999px;
    color: #252525;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.language-pill:hover,
.language-pill:focus {
    color: #ffffff !important;
    background: #000000;
}

.language-pill.is-active {
    color: #ffffff !important;
    background: #000000;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    border: 1px solid #000000;
}

.language-pill:not(.is-active) {
    color: #252525 !important;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.language-pill[lang="ar"],
.language-pill[hreflang="ar"] {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}

.language-pill[lang="en"],
.language-pill[hreflang="en"] {
    background: #ffffff !important;
    color: #252525 !important;
    border: 1px solid #e0e0e0 !important;
}

.mobile-language-switcher {
    display: none;
}

.nav-language-switcher {
    display: none !important;
}

.mobile-language-switcher .mobile-language-label {
    display: block;
    margin: 14px 0 10px;
}

/* Header + topbar direction should follow the current locale (html[dir]). */
html[dir="ltr"] .header-shell {
    flex-direction: row;
}

html[dir="rtl"] .header-shell {
    flex-direction: row-reverse;
}

html[dir="ltr"] .header-actions {
    justify-content: flex-end;
}

html[dir="rtl"] .header-actions {
    justify-content: flex-start;
}

html[dir="ltr"] .main-menu.style2 .navigation {
    direction: ltr;
}

html[dir="rtl"] .main-menu.style2 .navigation {
    direction: rtl;
}

html[dir="rtl"] .main-menu.style2 .navigation > li {
    margin-left: 20px;
    margin-right: 0;
}

html[dir="rtl"] .main-menu.style2 .navigation > li:last-child {
    margin-left: 0;
}

.top-style2-right .top-right-menu {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-style2-right .top-right-menu li {
    margin: 0;
    padding-right: 0;
}

.top-style2-right .top-right-menu li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 10px;
    border-radius: 999px;
}

#blog-area .img-holder {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

#blog-area .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-area .text .description-limit {
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.blog-post-date-small {
    font-size: 0.6rem !important;
}

.blog-single-area {
    padding: 48px 0 72px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 36%);
}

.blog-article-wrap {
    max-width: 940px;
    margin: 0 auto;
}

.blog-article-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.blog-article-media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #f1f5f9;
    overflow: hidden;
}

.blog-article-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-article-body {
    padding: 2rem 2.1rem 2.3rem;
}

.blog-article-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.75rem;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
}

.blog-article-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.4rem, 1.1rem + 1vw, 2.05rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.blog-article-content {
    margin-top: 1.25rem;
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.95;
}

.blog-article-content h1,
.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4,
.blog-article-content h5,
.blog-article-content h6 {
    margin: 1.25rem 0 0.7rem;
    color: #0f172a;
    line-height: 1.45;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content blockquote {
    margin-bottom: 0.9rem;
}

.blog-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.blog-article-content a {
    color: #0b5ed7;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-links-box {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px dashed #dbe3ee;
}

.default-breadcrumb-bg {
    background-image: url("../images/resources/bg.jpg");
}

.supplier-image-frame {
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.supplier-image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-map-frame {
    border-radius: 10px;
    overflow: hidden;
}

.footer-logo-centered {
    display: block;
    margin: 0 auto;
}

.js-hidden-field {
    display: none;
}

.supplier-brand-area {
    padding-top: 10px;
}

.brand-item {
    padding: 8px;
}

.brand-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.brand-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.brand-card img {
    width: 160px;
    height: 80px;
    max-height: 70px;
    object-fit: contain;
    display: block;
}

.brand-card .brand-name {
    position: absolute;
    bottom: 6px;
    left: 8px;
    right: 8px;
    font-size: 0.85rem;
    color: #555;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.brand-carousel {
    position: relative;
}

.brand-carousel,
.brand-carousel .owl-stage-outer {
    direction: ltr !important;
}

[dir="rtl"] .brand-card .brand-name {
    direction: rtl;
}

.brand-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.brand-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.brand-carousel .owl-dots {
    margin-top: 10px;
}

.no-owl .brand-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 8px 0;
}

.no-owl .brand-carousel .brand-item {
    flex: 0 0 auto;
    width: 180px;
}

.brand-area {
    padding-bottom: 0 !important;
}

.service-detail-page {
    padding: 90px 0 110px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.service-detail-hero {
    max-width: 860px;
    margin: 0 auto 2rem;
    padding: 2rem 0 1rem;
    text-align: center;
}

.service-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(5, 85, 202, 0.08);
    color: #0555ca;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-detail-hero h1 {
    margin: 1rem 0 0.75rem;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.1;
    font-weight: 800;
}

.service-detail-hero p {
    margin: 0 auto;
    max-width: 720px;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.9;
}

.service-detail-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.service-detail-article {
    padding: 1.25rem;
}

.service-detail-links {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.service-detail-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #f3f7fc 0%, #eef4ff 100%);
    aspect-ratio: 3 / 2;
}

.service-detail-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-copy {
    padding: 1.5rem 0.25rem 0.25rem;
}

.service-detail-copy h2 {
    margin: 0 0 1rem;
    color: #111827;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
}

.service-detail-text {
    color: #374151;
    font-size: 1rem;
    line-height: 1.9;
}

.service-detail-text h3,
.service-detail-text h4,
.service-detail-text h5 {
    color: #111827;
    font-weight: 700;
    margin: 1.4rem 0 0.75rem;
}

.service-detail-text ul {
    padding: 0;
    margin: 1rem 0 0;
}

.service-detail-text li {
    position: relative;
    padding-inline-start: 1.5rem;
    margin-bottom: 0.7rem;
}

.service-detail-text li::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    inset-inline-start: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #0555ca;
}

.service-detail-gallery {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.service-detail-gallery-head {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.25rem 0.25rem 1rem;
}

.service-detail-gallery-head h3 {
    margin: 0;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 800;
}

.service-detail-page .history-carousel .single-history-content {
    width: 100%;
}

.service-detail-page .history-carousel .single-history-content .img-box {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.service-detail-page .history-carousel .single-history-content .img-box .inner {
    padding-right: 0 !important;
}

.service-detail-page .history-carousel .slider-box {
    width: 100%;
    height: 340px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail-page .history-carousel .slider-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.service-detail-page .history-carousel .owl-nav {
    margin-top: 1rem !important;
}

.service-detail-page .history-carousel .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.service-detail-page .history-carousel .owl-nav [class*="owl-"]:hover {
    background: #0555ca;
    border-color: #0555ca;
}

.service-detail-page .history-carousel .owl-dots {
    margin-top: 1rem !important;
}

.services-page-pro {
    position: relative;
    padding: 56px 0 76px;
    background: radial-gradient(circle at 10% 5%, #e8f1ff 0%, #f7fbff 28%, #ffffff 70%);
}

.services-page-pro .container {
    position: relative;
    z-index: 1;
}

.services-page-head {
    margin-bottom: 1.85rem;
}

.services-page-subtitle {
    margin: 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.75;
}

[dir="rtl"] .services-page-subtitle,
[dir="rtl"] .services-page-pro .sec-title {
    text-align: right;
    direction: rtl;
}

.service-card {
    height: 100%;
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.service-grid-row {
    margin-left: -10px;
    margin-right: -10px;
}

.service-grid-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.service-card-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
    background: #e2e8f0;
}

.service-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.28) 100%);
}

.service-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.service-card:hover .service-card-media img {
    transform: scale(1.04);
}

.service-card-body {
    position: relative;
    padding: 1.2rem 1.15rem 1.15rem;
}

[dir="rtl"] .service-card-body {
    text-align: right;
    direction: rtl;
}

.service-card-body .icon-holder {
    width: 52px;
    height: 52px;
    margin-bottom: 0.7rem;
    border: 1px dashed #bed5f4;
    border-radius: 14px;
    background: #f8fbff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-card-body .icon-holder span {
    color: #0b5ed7;
    font-size: 20px;
    line-height: 1;
}

.service-card-body .inner .text {
    margin-top: 0.4rem;
}

.service-card-body .inner .text p {
    margin: 0;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.75;
    min-height: 3.5em;
}

.service-card .read-more {
    margin-top: 0.9rem;
}

.service-card .read-more .btn-one {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.88rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
    transition: all 0.2s ease;
}

.service-card .read-more .btn-one:hover {
    color: #fff;
    border-color: #0b5ed7;
    background: #0b5ed7;
}

[dir="rtl"] .service-card .read-more .btn-one span {
    transform: scaleX(-1);
}

.service-title {
    margin: 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.35;
    min-height: calc(1.35em * 2);
    max-height: calc(1.35em * 2);
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.services-supplier-block {
    margin-top: 2.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid #e2e8f0;
}

.services-supplier-block h2 {
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.85rem);
    font-weight: 800;
}

[dir="rtl"] .services-supplier-block {
    text-align: right;
    direction: rtl;
}

.privacy-page {
    padding-top: 48px;
    padding-bottom: 48px;
}

.privacy-page .policy-card {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(17, 39, 68, 0.08);
    padding: 36px 42px;
}

.privacy-page .return-policy h2 {
    font-size: 1.35rem;
    line-height: 1.45;
    margin: 0 0 12px;
    color: #12365f;
    font-weight: 700;
}

.privacy-page .return-policy p,
.privacy-page .return-policy li {
    font-size: 1.02rem;
    line-height: 1.95;
    color: #344054;
    margin-bottom: 10px;
}

.privacy-page .return-policy ul,
.privacy-page .return-policy ol {
    padding-inline-start: 22px;
    margin-bottom: 18px;
}

.privacy-page .return-policy a {
    color: #0555ca;
    word-break: break-word;
}

.main-project-area {
    padding: 44px 0 68px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 38%);
}

.project-filter {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 1.65rem;
}

@supports (direction: rtl) {
    [dir="rtl"] .project-filter {
        direction: rtl;
        justify-content: flex-start;
    }
}

.project-filter li {
    margin: 0;
    list-style: none;
}

.project-filter li .filter-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

[dir="rtl"] .project-filter li .filter-text {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
}

.project-filter .filter-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.54rem 0.95rem;
    border-radius: 999px;
    border: 1px solid #d8e3ef;
    background: #fff;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    transition: all 0.2s ease;
}

.project-filter li.active .filter-text,
.project-filter li:hover .filter-text {
    border-color: #0b5ed7;
    background: #0b5ed7;
    color: #fff;
    transform: translateY(-1px);
}

.projects-grid {
    margin-top: 0.3rem;
}

.project-card-wrap {
    margin-bottom: 1.25rem;
}

.clickable-card {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.project-card {
    height: 100%;
    border-radius: 18px;
    border: 1px solid #e3ebf4;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.clickable-card:hover .project-card {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

.project-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #edf2f7;
}

.project-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.clickable-card:hover .project-card-media img {
    transform: scale(1.05);
}

.project-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.28) 100%);
}

.project-card-body {
    padding: 1rem 1rem 1.05rem;
}

[dir="rtl"] .project-card-body {
    text-align: right;
}

.project-card-category {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.45rem;
    padding: 0.22rem 0.62rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

[dir="rtl"] .project-card-category {
    flex-direction: row-reverse;
}

.project-card-title {
    margin: 0;
    color: #0f172a;
    font-size: 1.06rem;
    font-weight: 800;
    line-height: 1.45;
}

[dir="rtl"] .project-card-title {
    direction: rtl;
    text-align: right;
}

.project-card-cta {
    margin-top: 0.7rem;
    color: #0b5ed7;
    font-size: 0.86rem;
    font-weight: 700;
}

.project-pro-page {
    padding-top: 24px;
    padding-bottom: 36px;
}

.project-pro-shell {
    background: #ffffff;
    border: 1px solid #e3e9f3;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    padding: 24px;
}

.project-media-stack > * + * {
    margin-top: 1rem;
}

.main-project-image {
    width: 100%;
    max-width: 540px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid #d7e2f2;
    box-shadow: 0 12px 30px rgba(17, 39, 68, 0.12);
}

.project-pro-page .history-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-pro-page .history-carousel .slider-box {
    width: 100%;
    min-width: 31rem;
    max-width: 31rem;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d7e2f2;
    background: #f8fbff;
}

.project-pro-page .history-carousel .slider-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.project-pro-page .single-history-content,
.project-pro-page .single-history-content .img-box {
    margin: 0;
    padding: 0 !important;
}

.project-pro-page .single-history-content .img-box {
    width: 100% !important;
}

.project-pro-page .history-carousel {
    position: relative;
}

.project-pro-page .history-carousel .owl-stage-outer {
    position: relative;
    z-index: 1;
}

.project-pro-page .history-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.project-pro-page .history-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #0b5ed7 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.project-pro-page .history-carousel .owl-nav button:hover {
    background: #0846a3 !important;
    transform: translateY(-1px);
}

.project-pro-page .history-carousel .owl-dots {
    margin-top: 0.5rem;
}

.project-headline {
    margin: 0 0 14px;
    color: #12233f;
    font-size: clamp(1.7rem, 2.1vw, 2.3rem);
    line-height: 1.35;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.project-description-content .inner-content p {
    color: #425466;
    font-size: 1.03rem;
    line-height: 1.9;
    margin-bottom: 0;
}

.product-detail-page {
    padding-top: 28px;
    padding-bottom: 28px;
}

.product-detail-shell {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
    padding: 28px;
}

.product-detail-grid {
    row-gap: 22px;
}

.product-media-frame {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d6e0f0;
    box-shadow: 0 10px 30px rgba(17, 39, 68, 0.12);
    background: #f6f9ff;
}

.single-product-image-holder.product-media-frame {
    margin-right: 0;
}

.single-product-image-holder.product-media-frame img.product-media-image {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.product-info-col .content-box {
    max-width: 560px;
    margin: 0 auto;
}

.product-title-main {
    margin-bottom: 16px;
    color: #12223d;
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.product-info-col .text {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 22px;
}

html[dir="rtl"] .product-info-col .content-box,
html[lang="ar"] .product-info-col .content-box {
    text-align: right;
}

.product-info-col .text ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.product-info-col .text ul li::before {
    content: "• ";
    color: black;
    font-weight: bold;
}

.product-info-col .text ol {
    list-style: decimal;
    margin: 0 0 1rem 1.25rem;
    padding: 0;
}

.product-info-col .text li {
    margin-bottom: 0.25rem;
}

.single-shop-content .content-box .addto-cart-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.single-shop-content .content-box .addto-cart-box a {
    display: inline-flex;
}

.single-shop-content .content-box .addto-cart-box button.addtocart {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(5, 85, 202, 0.25);
}

.brochure-btn {
    background: #e53935;
}

.product-card-modern {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.product-card-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
    border-color: rgba(15, 23, 42, 0.1);
}

.product-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    margin: 0;
}

.product-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    display: block;
}

.product-card-modern:hover .product-card-image {
    transform: scale(1.04);
}

.product-card-body {
    padding: 1rem 1rem 1.1rem;
}

.product-card-title {
    margin: 0 0 0.85rem;
    font-size: 0.96rem;
    line-height: 1.4;
    font-weight: 800;
}

.product-card-title a {
    color: #111827;
    text-decoration: none;
}

.product-card-title a:hover {
    color: #0555ca;
}

.product-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.product-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 40px;
    padding: 0.6rem 0.8rem;
    border-radius: 11px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
}

.product-action-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.product-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    flex: 0 0 auto;
}

.product-action-btn--view {
    background: #fff;
    color: #334155;
    border-color: #d6dee8;
}

.product-action-btn--view:hover {
    background: #f8fafc;
    color: #0f172a;
    border-color: #c8d2de;
}

.product-action-btn--whatsapp {
    background: #fff;
    color: #128c7e;
    border-color: rgba(18, 140, 126, 0.2);
}

.product-action-btn--whatsapp:hover {
    background: rgba(18, 140, 126, 0.05);
    color: #0f766e;
    border-color: rgba(18, 140, 126, 0.3);
}

.post-pagination {
    margin-top: 1.6rem;
}

.post-pagination nav {
    display: flex;
    justify-content: center;
}

.post-pagination .pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.35rem;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.post-pagination .page-item {
    margin: 0;
}

.post-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 0.85rem;
    border-radius: 10px;
    border: 1px solid #d9e1ea;
    background: #fff;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: none;
}

.post-pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    border-color: #c7d2df;
    background: #f8fafc;
    color: #0f172a;
}

.post-pagination .page-item.active .page-link {
    border-color: #0b5ed7;
    background: #0b5ed7;
    color: #fff;
}

.post-pagination .page-item.disabled .page-link {
    opacity: 0.5;
    color: #64748b;
    background: #f8fafc;
    border-color: #e2e8f0;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) {
    html[lang="ar"] .header-shell,
    html[dir="rtl"] .header-shell {
        flex-direction: row-reverse;
    }

    html[lang="ar"] .main-menu-box,
    html[dir="rtl"] .main-menu-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
        gap: 370px;
    }

    html[lang="ar"] .main-menu.style2,
    html[dir="rtl"] .main-menu.style2 {
        float: none;
        margin-left: 0;
        margin-right: auto;
    }

    html[lang="ar"] .main-menu.style2 .navigation,
    html[dir="rtl"] .main-menu.style2 .navigation {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    html[lang="ar"] .main-menu.style2 .navigation > li,
    html[dir="rtl"] .main-menu.style2 .navigation > li {
        float: none;
        margin-right: 20px;
        margin-left: 0;
    }

    html[lang="ar"] .main-menu.style2 .navigation > li:last-child,
    html[dir="rtl"] .main-menu.style2 .navigation > li:last-child {
        margin-right: 0;
    }

    html[lang="ar"] .header-actions,
    html[dir="rtl"] .header-actions {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .header-shell {
        align-items: center;
    }

    .logo-box-style2,
    .main-menu-box,
    .mainmenu-right.style2 {
        float: none !important;
    }

    .desktop-language-switcher,
    .mainmenu-right.style2 .desktop-language-switcher {
        display: none !important;
    }

    .nav-language-switcher {
        display: list-item;
    }

    .mobile-language-switcher {
        display: list-item !important;
        padding: 0 25px 18px;
        width: 100%;
        clear: both;
    }

    .mobile-language-switcher .language-switcher-pills {
        display: flex;
        width: 100%;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .mainmenu-right.style2 {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .mainmenu-right.style2 .button {
        flex: 1 1 220px;
    }

    .mainmenu-right.style2 .button a {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 48px;
        padding: 0 18px;
    }

    .product-card-body {
        padding: 1rem 1rem 1.15rem;
    }

    .product-action-btn {
        padding: 0.58rem 0.75rem;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-trust {
        display: none !important;
    }

    .blog-single-area {
        padding: 34px 0 56px;
    }

    .blog-article-body {
        padding: 1.4rem 1.25rem 1.7rem;
    }

    .blog-article-content {
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .services-page-pro {
        padding: 42px 0 58px;
    }

    .services-page-head {
        margin-bottom: 1.3rem;
    }

    .service-card-body {
        padding: 1rem 0.95rem 1rem;
    }

    .service-title {
        font-size: 1.04rem;
    }

    .service-grid-item {
        margin-bottom: 16px;
    }

    .service-detail-page {
        padding: 70px 0 90px;
    }

    .service-detail-hero {
        text-align: start;
        padding-top: 0;
    }

    .main-project-area {
        padding: 34px 0 54px;
    }

    .project-filter {
        gap: 0.45rem;
        margin-bottom: 1.1rem;
    }

    .project-filter .filter-text {
        padding: 0.46rem 0.78rem;
        font-size: 0.82rem;
    }

    .project-card-title {
        font-size: 1rem;
    }

    .main-shop-area .showing-result-shorting {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
    }

    .main-shop-area .shorting,
    .main-shop-area .showing {
        width: 100%;
    }

    .main-shop-area .showing p {
        margin: 0;
        text-align: center;
    }

    .shop-sidebar-wrapper {
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar-style2 {
        padding: 10px 12px;
    }

    .top-style2 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .top-style2-left,
    .top-style2-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .top-style2-right {
        padding-top: 0;
    }

    .top-style2-right .top-right-menu {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        padding-right: 0;
        margin-right: 0;
    }

    .top-style2-right .top-right-menu li a {
        min-height: 40px;
        padding: 8px 12px;
        background: #f4f4f4;
        color: #202020;
        line-height: 1;
    }

    .internal-links-box {
        margin-top: 8px;
        padding: 14px;
    }

    .header-shell {
        width: 100%;
        gap: 12px;
    }

    .mobile-language-switcher {
        padding: 0 20px 18px;
    }

    .mobile-language-switcher .language-switcher-pills {
        width: 100%;
    }

    .mobile-language-switcher .language-pill {
        flex: 1 1 50%;
        min-width: 0;
    }

    .header-actions {
        justify-content: flex-start;
    }

    .privacy-page {
        padding-top: 20px;
        padding-bottom: 28px;
    }

    .privacy-page .policy-card {
        border-radius: 12px;
        padding: 20px 16px;
        box-shadow: 0 8px 20px rgba(17, 39, 68, 0.08);
    }

    .privacy-page .return-policy h2 {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .privacy-page .return-policy p,
    .privacy-page .return-policy li {
        font-size: 0.98rem;
        line-height: 1.9;
    }

    .project-pro-page {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .project-pro-shell {
        padding: 14px;
        border-radius: 12px;
    }

    .project-pro-page .history-carousel .slider-box {
        height: 240px;
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }

    .project-headline {
        font-size: 1.55rem;
        margin-bottom: 10px;
    }

    .project-description-content .inner-content p {
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .product-detail-page {
        padding-top: 12px;
        padding-bottom: 18px;
    }

    .product-detail-shell {
        padding: 14px;
        border-radius: 14px;
    }

    .product-title-main {
        font-size: 1.7rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .product-info-col .text {
        font-size: 1rem;
        line-height: 1.85;
        margin-bottom: 16px;
    }

    .single-shop-content .content-box .addto-cart-box {
        justify-content: center;
    }

    .single-shop-content .content-box .addto-cart-box a,
    .single-shop-content .content-box .addto-cart-box button.addtocart {
        width: 100%;
        max-width: 240px;
    }
}

@media only screen and (max-width: 575.98px) {
    .product-card-modern {
        border-radius: 20px;
    }

    .product-card-media {
        aspect-ratio: 16 / 11;
    }

    .product-card-body {
        padding: 1rem;
    }

    .product-card-actions {
        grid-template-columns: 1fr;
    }

    .product-action-btn {
        min-height: 42px;
        font-size: 0.84rem;
    }

    .showing-result-shorting {
        padding-bottom: 0.25rem;
    }

    .showing-result-shorting .selectmenu {
        width: 100%;
    }

    .post-pagination .pagination {
        gap: 0.35rem;
        padding: 0.3rem;
        border-radius: 12px;
    }

    .post-pagination .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 0.7rem;
        font-size: 0.88rem;
    }
}
