* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Dubai Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Regular'), url('../fonts/Dubai-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Dubai Light';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Light'), url('../fonts/Dubai-Light.woff') format('woff');
}


@font-face {
    font-family: 'Dubai Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Medium'), url('../fonts/Dubai-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Dubai Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Bold'), url('../fonts/Dubai-Bold.woff') format('woff');
}

.sikka-page {
    font-family: 'Dubai Regular';
}

.banner-sikka img {
    width: 100%;
}

.tabs-sikka {
    padding: 30px 0px;
}

.nav-item .active-icon {
    display: none;
}

.nav-item .active-icon {
    display: none;
}

.nav-tabs .nav-item img {
    margin-bottom: 10px;
}

.nav-tabs .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    padding: 1rem;
    color: #4B4B4B;
    border-radius: 10px;
    text-transform: uppercase;
}

.nav-item .active .active-icon {
    display: block;
}

.nav-item .active .simple-icon {
    display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #5D2E82;
    border-color: #5D2E82;
    color: #fff !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #5D2E82;
}

.nav-tabs {
    gap: 18px;
    align-items: center;
    border: none;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: #969696;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.tabs-content h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 77.65px;
    color: #000000;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
}

.tabs-content h1 small {
    font-size: 26px;
    font-weight: 300;
    line-height: 43.89px;
    color: #000000;
    display: block;
    font-family: 'Dubai Light';
}

.tabs-content h1::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 106px;
    height: 3px;
    background-color: #5D2E82;
    border-radius: 10px;
    bottom: 0;
}

.tabs-content h1.subtitle {
    font-size: 46px;
    font-weight: 400;
    line-height: 48.55px;
    color: #000000;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 18px;
}


.tabs-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40.51px;
    margin-bottom: 30px;
    color: #393939;
    position: relative;
    padding-bottom: 10px;
}

.tabs-content h2::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 106px;
    height: 3px;
    background-color: #5D2E82;
    border-radius: 10px;
    bottom: 0;
}


.tabs-content {
    padding: 30px 0px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.tabs-content p {
    font-size: 20px;
    font-family: 'Dubai Light';
    font-weight: 300;
    color: #393939;
    margin-bottom: 15px;
    line-height: 38px;
}

.tabs-content p b {
    font-size: 20px;
    font-weight: 400;
    color: #393939;
    font-family: 'Dubai Regular';
}

hr {
    margin: 1.5rem 0;
    opacity: 1;
    border-color: #979797;
}

.tags ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tags ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 33.76px;
    color: #393939;
    margin-bottom: 5px;
}

.tags ul li:first-child {
    margin-bottom: 15px;
}

.tags ul li a {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 33.76px;
    color: #5D2E82;
    text-decoration: none;
    padding-left: 30px;
    font-family: 'Dubai Light';
}

.tags ul li a::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 18px;
    height: 18px;
    background-color: #5D2E82;
    border-radius: 50%;
    top: 7px;
}

.btn-sikka-style {
    font-size: 16px;
    font-family: 'Dubai Medium';
    color: #393939;
    border: 1px solid #5D2E82;
    background-color: transparent;
    padding: 15px 35px 12px 35px;
    border-radius: 50px;
}

.btn-sikka-style:hover {
    background-color: #5D2E82;
    color: #fff;
}

.title-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.title-table h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 33.76px;
    color: #000;
    margin-bottom: 0px;
}

.title-table h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 77.65px;
    color: #000000;
}

.title-table h2::after {
    display: none;
}

.title-table a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20.26px;
    color: #4C236A;
    text-decoration: none;
}

.sikka-table thead th:last-child, .sikka-table tbody td:last-child {
    text-align: right;
}

.sikka-table thead th {
    font-size: 20px;
    font-weight: 400;
    line-height: 33.76px;
    color: #5D2E82;
    border-bottom: 1px solid #979797;
    padding: 15px 0px;
}

.sikka-table {
    margin-bottom: 40px;
    table-layout: fixed;
    vertical-align: middle;
}

.sikka-table tbody td {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #5D2E82;
    padding: 15px 0px;
    border-bottom: 1px solid #979797;
}

.sikka-table tbody tr:last-child td {
    border: none;
}

.btn-table {
    font-size: 14px;
    font-weight: 400;
    color: #5D2E82;
    border: 1px solid #5D2E82;
    border-radius: 6px;
    text-decoration: none;
    padding: 2px 15px;
}

.btn-table:hover {
    background-color: #5D2E82;
    color: #ffffff;
}

.map {
    margin-top: 30px;
}

.sikka-offers ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sikka-offers ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 40.51px;
    color: #393939;
    position: relative;
    padding-left: 20px;
}

.sikka-offers ul li::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    left: 0px;
    top: 15px;
    background-color: #393939;
    position: absolute;
}

.sikka-offers {
    margin-bottom: 40px;
}

.tabs-content .nav-pills {
    justify-content: space-between;
}

.tabs-content .nav-pills li {
    width: 50%;
    align-items: center;
}

.tabs-content .nav-pills button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #979797;
    height: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 24px;
    font-weight: 400;
    line-height: 40.51px;
    background-color: transparent;
    color: #5D2E82;
    border-bottom: 1px solid #5D2E82;
    border-radius: 0px;
}

.block-list {
    margin-top: 30px;
}

.block-list h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 32.07px;
    color: #323232;
    margin: 0 0 12px 0;
    padding: 0;
}

.block-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.block-list ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 32.07px;
    color: #323232;
}

.parking-sikka {
    margin-top: 30px;
}

.parking-sikka p {
    font-size: 19px;
    font-weight: 400;
    line-height: 32.07px;
    color: #323232;
    font-family: 'Dubai Regular';
}

.parking-sikka p b {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    line-height: 32.07px;
    color: #323232;
}

.uppercase {
    text-transform: uppercase;
}

.google-pin-block {
    margin-top: 40px;
    margin-bottom: 30px;
}

.google-pin-block h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    line-height: 32.07px;
    color: #323232;
}

.google-pin-block a {
    font-size: 19px;
    font-weight: 700;
    line-height: 32.07px;
    color: #fff;
    background-color: #5C307B;
    text-decoration: none;
    padding: 6px 15px 4px 15px;
    border-radius: 50px;
}

.google-pin-block a:hover {
    background-color: #462160;
}

.information {
    margin-top: 55px;
}

.information h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 32.07px;
    text-decoration-line: underline;
    color: #323232;
}

.information ul li {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.information ul li ul {
    list-style: none;
    padding: 0;
}

.information ul li ul li {
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 300;
}

.house-tab .nav-pills .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #979797;
}

.house-tab .nav-pills .nav-link.active, .house-tab .nav-pills .show>.nav-link {
    font-size: 24px;
    font-weight: 400;
    line-height: 40.51px;
    color: #5D2E82;
    padding: 0;
}

.house-tab .nav-pills {
    align-items: center;
}

.house-tab {
    margin: 30px 0px;
}

.post-image img {
    max-width: 627px;
    width: 100%;
    border-radius: 30px;
}

.post-data h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 34.02px;
    color: #000;
    margin: 20px 0px 20px 0px;
    position: relative;
    padding-bottom: 15px;
}

.post-data h2 small {
    display: block;
    font-family: 'Dubai Light';
}

.post-data h2::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 106px;
    height: 3px;
    background-color: #5D2E82;
    border-radius: 50px;
}

.post-data h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 40.51px;
    color: #4C236A;
    margin-bottom: 0;
}

.post-data p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40.51px;
    color: #393939;
    margin-bottom: 0;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* Limits the text to 2 lines */
    line-height: 1.5em;
    /* Adjust line height as needed */
    max-height: 3em;
    /* Should be line-height * number of lines */
}

.post-data ul {
    list-style: none;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-block {
    margin-bottom: 30px;
}

.block-list h2::after {
    display: none;
}

.pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 40px;
    position: relative;
}


.pagination li:first-child a {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Dubai Regular';
}

.pagination li:first-child a:hover {
    background-color: #D0D5DD;
}

.pagination li:last-child a {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Dubai Regular';
}

.pagination li:last-child a:hover {
    background-color: #D0D5DD;
}

.pagination li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #344054;
    font-family: 'Dubai Light';
}

.pagination li a.active {
    font-family: 'Dubai Regular';
}

.pagination li:first-child {
    position: absolute;
    left: 0px;
}

.pagination li:last-child {
    position: absolute;
    right: 0px;
}

.tabs-content h1.no-after::after {
    display: none;
}

.workshop-table tbody td {
    font-family: 'Dubai Light';
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #323232;
}

.workshop-table thead th {
    font-size: 20px;
    line-height: 33.76px;
    color: #323232;
}

.workshop-table tbody td p {
    max-width: 480px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* Limits the text to 2 lines */
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #323232;
    margin-bottom: 0px;
}

.workshop-table tbody td:first-child {
    max-width: 480px;
}

.workshop-table {
    table-layout: auto;
    /* Ensures cells respect max-width */
    width: 100%;
    /* Optional but recommended */
    vertical-align: middle;
}

.vendor-details span {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #979797;
    display: block;
    margin-bottom: 10px;
}

.vendor-details span a {
    font-size: 24px;
    font-weight: 400;
    line-height: 40.51px;
    color: #5D2E82;
}

.vendor-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.01px;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.vendor-logo img {
    width: 100%;
    border-radius: 20px;
}

.vendor-data {
    margin-bottom: 30px;
}

.vendor-data h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 36.02px;
    margin-bottom: 0px;
}

.vendor-data h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 37.14px;
    font-family: 'Dubai Light';
    position: relative;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.vendor-data h3::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 106px;
    height: 3px;
    background-color: #5D2E82;
    border-radius: 50px;
    bottom: 0;
}

.vendor-data ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.sikka-table.alignment thead th:last-child, .sikka-table.alignment tbody td:last-child {
    text-align: left;
}


.house-details{
    margin-bottom: 25px;
}

.breadcrumb {
    padding: 1.3125em 0 1.3125em 5.875em;
	margin-bottom: 0px;
}
.breadcrumb-sec {
    margin: 0px 0 0 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}
.breadcrumb-item + .breadcrumb-item:before {
    width: 1px;
    height: 100%;
    background: #393939;
    padding-right: 0 !important;
    margin-right: 1.875em;
}
.breadcrumb-item + .breadcrumb-item:before {
    width: 1px;
    height: 100%;
    background: #393939;
    padding-right: 0 !important;
    margin-right: 20px;
    margin-left: 20px;
}
.breadcrumb-item a {
text-decoration: none;
}
/* Responsive CSS */

@media(max-width: 570px){
    .nav-tabs .nav-item .nav-link{
        font-size: 12px;
    }
    .tabs-content h1 {
        font-size: 28px;
        line-height: 57.65px;
        margin-bottom: 20px;
    }
    .tabs-content p {
        font-size: 18px;
        line-height: 34px;
    }
    .nav-tabs {
        gap: 10px;
    }
    .tabs-content h2 {
        font-size: 22px;
        line-height: 30.51px;
    }
    .tabs-content h1.subtitle {
        font-size: 28px;
        line-height: 32.55px;
        padding-bottom: 12px;
    }
    .tabs-content h1 small {
        font-size: 18px;
        line-height: 33.89px;
    }
    .sikka-table tbody td{
        white-space: nowrap;
        padding: 15px 15px;
    }
    .sikka-table {
        table-layout: auto;
    }
    .sikka-table thead th {
        font-size: 17px;
        line-height: 26.76px;
    }
    .sikka-offers ul li{
        font-size: 17px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        font-size: 18px;
    }
    .block-list ul li{
        font-size: 17px;
    }
    .house-tab .nav-pills .nav-link.active, .house-tab .nav-pills .show>.nav-link{
        font-size: 16px;
    }
    .post-data h2{
        font-size: 26px;
    }
    .post-data h3{
        font-size: 22px;
    }
    .post-data p{
        font-size: 20px;
    }
    .workshop-table tbody td:first-child {
        max-width: 100%;
    }
    .table-responsive table {
        white-space: nowrap;
        table-layout: auto;
    }

}



/* Styles for Arabic version */

[lang="ar"] .breadcrumb-sec {
    margin: 0px 0 0 0;
}

[lang="ar"] .tabs-content h1::after {
    right: 0px;
    left: auto;
}

[lang="ar"] .tags ul li a {
    padding-right: 30px;
    padding-left: 0px;
}


[lang="ar"] .tags ul li a::after{
    left: auto;
    right: 0px;
}


[lang="ar"] .tabs-content h2::after{
    right: 0px;
    left: auto;
}

[lang="ar"] .sikka-offers ul li::after{
    right: 0px;
    left: auto;
}

[lang="ar"] .sikka-offers ul li {
    padding-right: 20px;
    padding-left: 0px;
}