@font-face {
    font-family: 'AdobeArabic';
    src: url('../fonts/AdobeArabic-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* WhatsApp FAB styles */
.whatsapp-fab {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 10px 20px rgba(18, 140, 126, 0.18), 0 4px 8px rgba(0, 0, 0, 0.12);
    transition: transform 150ms ease, box-shadow 150ms ease;
    z-index: 9999;
    will-change: transform;
}

/* Slight lift on hover/focus */
.whatsapp-fab:hover,
.whatsapp-fab:focus {
    transform: translateY(-6px);
    box-shadow: 0 18px 30px rgba(18, 140, 126, 0.22), 0 6px 12px rgba(0, 0, 0, 0.16);
    outline: none;
}

/* SVG icon styling */
.whatsapp-fab svg {
    width: 34px;
    height: 34px;
    fill: #fff;
    display: block;
    pointer-events: none;
}

@media (max-width: 480px) {
    .whatsapp-fab {
        right: 14px;
        bottom: 14px;
        width: 56px;
        height: 56px;
    }

    .whatsapp-fab svg {
        width: 30px;
        height: 30px;
    }
}

html {
    scroll-behavior: smooth !important;
}

.code137 {
    font-family: 'Cinzel', serif;
    font-size: 80px;
    font-weight: 600;
    color: #fff;
}

.header-nav-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.header-brand {
    flex: 0 0 auto;
    padding: 10px 0;
    width: 240px;
}

.header-brand-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    width: 100%;
}

.header-brand-link img {
    width: 108px;
    max-width: 100%;
    height: auto;
    display: block;
}


.header-tagline {
    margin-top: 6px;
    /* font-family: 'Cinzel', serif; */
    font-family: 'AdobeArabic', serif;
    font-size: 16px;
    line-height: 1.25;
    color: #bd9c2f;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 100%;
    text-align: center;
}

.header-nav-layout .navbar-wrap {
    justify-content: flex-end;
    flex: 1 1 auto;
}

.header-nav-layout .navbar-wrap ul {
    margin-left: auto;
}

.header-nav-layout .navbar-wrap ul li a {
    padding-top: 26px;
    padding-bottom: 26px;
}

.sticky-menu .header-brand-link img {
    width: 88px;
}

.sticky-menu .header-tagline {
    font-size: 13px;
}

@media (max-width: 991.98px) {
    #sticky-header .col-12 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .header-nav-layout {
        justify-content: flex-start;
    }

    #sticky-header .menu-wrap {
        flex: 1 1 auto;
    }

    #sticky-header .mobile-nav-toggler {
        float: none;
        margin: 8px 0 0 12px;
        line-height: 1;
        order: 2;
    }

    /* Keep brand block vertically aligned like desktop on mobile */
    .menu-area {
        padding: 12px 0;
    }

    .header-brand {
        width: 180px;
        padding: 0;
        margin-top: 0;
    }

    .header-brand-link img {
        width: 90px;
    }

    .header-tagline {
        font-size: 11px;
        margin-top: 5px;
        white-space: normal;
    }
}

.list-wrap p {
    font-size: 11px !important;
}

.rera-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    width: fit-content;
}

.qr-code {
    width: 90px;
    height: auto;
    border-radius: 5px;
}

.rera-text h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.rera-text p {
    margin: 5px 0 0;
    color: #bd9c2f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.rera-text span {
     color: white;
}

/* Slider layout stability for very large screens */
@media (min-width: 1441px) {
    .slider-right-bg {
        width: min(42vw, 900px) !important;
        background-position: center top !important;
        -webkit-mask-position: center;
        mask-position: center;
    }

    .slider-right-bg::before {
        left: -42px;
        transform: none;
    }

    .slider-active .banner-content {
        margin-top: 40px;
    }
}

.featured-plans-carousel .slick-list {
    margin: 0 -12px;
}

.featured-plans-carousel .slick-slide {
    padding: 0 12px;
}

.featured-plans-layout {
    align-items: flex-start;
}

.featured-plans-layout>[class*="col-"] {
    display: flex;
}

.featured-plans-layout .floorplans-intro,
.featured-plans-layout .featured-plans-carousel {
    width: 100%;
}

.floorplans-intro {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: 16px;
    padding: 36px 32px;
}

.floorplans-intro .sub-title {
    display: inline-block;
    margin-bottom: 14px;
}

.floorplans-intro .title {
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1.15;
}

.floorplans-points {
    margin: 18px 0 0;
    padding: 0;
}

.floorplans-points li {
    list-style: none;
    color: var(--tg-paragraph-color);
    margin-bottom: 10px;
}

.floorplans-points li i {
    color: var(--tg-primary-color);
    margin-right: 8px;
}

.message-section {
    padding: 120px 0 70px;
    background: #000;
}

.message-section-inner {
    max-width: 860px;
    margin: 0 auto;
}

.message-section-heading {
    margin-bottom: 46px;
}

.message-section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--tg-primary-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.message-section-title {
    margin: 0;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
}

.message-form .row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}

.message-field input,
.message-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 0 26px;
}

.message-field input {
    height: 64px;
}

.message-field textarea {
    min-height: 270px;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: vertical;
}

.message-field input::placeholder,
.message-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.92);
}

.message-field input:focus,
.message-field textarea:focus {
    border-color: var(--tg-primary-color);
    box-shadow: none;
}

.message-submit-btn {
    min-width: 158px;
    border: 1px solid var(--tg-primary-color);
    border-radius: 10px;
    background: var(--tg-primary-color);
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 18px 28px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.message-submit-btn:hover,
.message-submit-btn:focus {
    background: #d5b55a;
    color: #111;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .message-section {
        padding: 100px 0 60px;
    }

    .message-section-title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .message-section {
        padding: 84px 0 52px;
    }

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

    .message-section-kicker {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .message-section-title {
        font-size: 26px;
        line-height: 1.18;
    }

    .message-form .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 20px;
    }

    .message-field input,
    .message-field textarea {
        font-size: 15px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .message-field input {
        height: 58px;
    }

    .message-field textarea {
        min-height: 220px;
    }
}

.featured-plans-carousel .project-item {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .featured-plans-layout>[class*="col-"] {
        display: block;
    }

    .floorplans-intro {
        margin-bottom: 24px;
    }

    .floorplans-intro .title {
        font-size: 32px;
    }
}

.modern-highlights {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

.vision-mission-section .section-title .sub-title,
.modern-highlights .section-title .sub-title {
    color: var(--tg-primary-color);
}

.modern-card {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: 16px;
    padding: 22px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, border-color .3s ease;
}

.modern-card:hover {
    transform: translateY(-6px);
    border-color: var(--tg-primary-color);
}

.modern-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid var(--tg-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-primary-color);
    font-size: 20px;
    margin-bottom: 16px;
}

.modern-card .title {
    font-size: 28px;
    margin-bottom: 12px;
}

.modern-card-thumb {
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.modern-card-thumb img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    display: block;
    transition: transform .4s ease;
}

@media (max-width: 575.98px) {
    .modern-card-thumb img {
        height: 140px;
    }
}

.modern-stats {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--tg-gray);
}

.project-card-linkable {
    position: relative;
    overflow: hidden;
}

.project-card-linkable:hover .modern-card-thumb img {
    transform: scale(1.04);
}

.project-card-linkable p {
    margin-bottom: 0;
}

.project-card-actions {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}

.project-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(189, 156, 47, 0.6);
    border-radius: 999px;
    background: rgba(189, 156, 47, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background-color .3s ease, border-color .3s ease, transform .3s ease, color .3s ease;
}

.project-read-more:hover,
.project-read-more:focus {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: #111;
    transform: translateY(-2px);
}

.project-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.project-card-link:focus-visible {
    outline: 2px solid var(--tg-primary-color);
    outline-offset: -2px;
}

body.project-detail-page {
    background: #050505;
}

.project-detail-main {
    padding-top: 110px;
}

.project-detail-hero {
    position: relative;
    padding: 56px 0 28px;
    overflow: hidden;
}

.project-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(189, 156, 47, 0.22), transparent 30%),
        linear-gradient(180deg, rgba(15, 15, 15, 0.98) 0%, rgba(5, 5, 5, 1) 100%);
    pointer-events: none;
}

.project-detail-hero .container,
.project-section .container,
.project-quick-links .container {
    position: relative;
    z-index: 1;
}

.project-detail-kicker,
.project-section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--tg-primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.project-detail-title {
    margin: 0 0 18px;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 50px;
    line-height: 1.02;
    text-transform: uppercase;
}

.project-detail-summary {
    max-width: 560px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.75;
}

.project-hero-visual {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.project-hero-image {
    width: 100%;
    height: 520px;
    min-height: 520px;
    border-radius: 18px;
    object-fit: contain;
    object-position: center center;
    background: #0b0b0b;
    display: block;
}

.project-hero-meta {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.project-meta-card {
    min-height: 100%;
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.project-meta-card .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 156, 47, 0.12);
    color: var(--tg-primary-color);
    font-size: 18px;
}

.project-meta-card h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.project-meta-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.6;
}

.project-quick-links {
    position: relative;
    top: auto;
    z-index: 3;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    margin-top: 10px;
}

.project-quick-links-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.project-quick-links-nav a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-quick-links-nav a:hover,
.project-quick-links-nav a:focus {
    color: var(--tg-primary-color);
}

.project-section {
    padding: 72px 0 0;
}

.project-section:last-of-type {
    padding-bottom: 90px;
}

.project-section-title {
    margin: 0 0 14px;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
}

.project-section-intro {
    max-width: 700px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.75;
}

.project-overview-grid,
.project-gallery-grid,
.project-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.project-overview-card,
.project-content-card,
.project-gallery-card,
.project-location-panel,
.project-enquiry-panel,
.project-placeholder-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.project-overview-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--tg-primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.project-overview-card p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.project-content-card ul,
.project-location-list,
.project-placeholder-points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-content-card li,
.project-location-list li,
.project-placeholder-points li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.65;
}

.project-content-card li + li,
.project-location-list li + li,
.project-placeholder-points li + li {
    margin-top: 14px;
}

.project-content-card li::before,
.project-location-list li::before,
.project-placeholder-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--tg-primary-color);
    box-shadow: 0 0 0 5px rgba(189, 156, 47, 0.12);
}

.project-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.project-amenity-card {
    padding: 24px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}

.project-amenity-card:hover {
    transform: translateY(-6px);
    border-color: rgba(189, 156, 47, 0.6);
    background: rgba(189, 156, 47, 0.08);
}

.project-amenity-card .icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 156, 47, 0.12);
    color: var(--tg-primary-color);
    font-size: 20px;
}

.project-amenity-card h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.project-gallery-card img,
.project-placeholder-card img,
.project-location-map {
    width: 100%;
    border-radius: 18px;
    display: block;
    object-fit: cover;
}

.project-gallery-card img,
.project-placeholder-card img {
    height: 210px;
    margin-bottom: 16px;
}

.project-gallery-card h3,
.project-placeholder-card h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
}

.project-gallery-card p,
.project-placeholder-card p,
.project-enquiry-panel p,
.project-location-panel p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
}

.project-location-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
}

.project-location-map {
    height: 100%;
    min-height: 340px;
}

.project-location-panel h3,
.project-enquiry-panel h3 {
    margin-bottom: 14px;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 28px;
    line-height: 1.15;
    text-transform: uppercase;
}

.project-location-panel .project-section-kicker,
.project-enquiry-panel .project-section-kicker {
    margin-bottom: 10px;
}

.project-enquiry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.project-enquiry-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid rgba(189, 156, 47, 0.6);
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.project-enquiry-link:hover,
.project-enquiry-link:focus {
    background: var(--tg-primary-color);
    color: #111;
}

.project-enquiry-link i {
    color: var(--tg-primary-color);
}

.project-enquiry-link:hover i,
.project-enquiry-link:focus i {
    color: #111;
}

.project-placeholder-card {
    height: 100%;
}

.project-placeholder-card .project-read-more {
    margin-top: 22px;
}

.project-image-swiper {
    position: relative;
    margin-bottom: 18px;
    border-radius: 18px;
    overflow: hidden;
}

.project-image-swiper .swiper-slide img {
    width: 100%;
    height: 320px;
    display: block;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 0;
}

.project-image-swiper-prev,
.project-image-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 10, 10, 0.72);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    cursor: pointer;
    transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.project-image-swiper-prev:hover,
.project-image-swiper-next:hover {
    background: var(--tg-primary-color);
    color: #111;
}

.project-image-swiper-prev {
    left: 14px;
}

.project-image-swiper-next {
    right: 14px;
}

.project-image-swiper-pagination.swiper-pagination {
    bottom: 12px;
}

.project-image-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.54);
    opacity: 1;
}

.project-image-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--tg-primary-color);
}

@media (max-width: 1199.98px) {
    .project-hero-meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .project-amenities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .project-detail-title {
        font-size: 44px;
    }

    .project-hero-image {
        height: 460px;
        min-height: 460px;
    }
}

@media (max-width: 991.98px) {
    .project-detail-main {
        padding-top: 90px;
    }

    .project-detail-hero {
        padding-top: 42px;
    }

    .project-detail-title {
        font-size: 38px;
    }

    .project-hero-meta,
    .project-overview-grid,
    .project-gallery-grid,
    .project-location-grid,
    .project-placeholder-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .project-hero-visual {
        margin-top: 28px;
    }

    .project-quick-links-nav {
        gap: 10px 16px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .project-hero-image {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .project-detail-main {
        padding-top: 80px;
    }

    .project-detail-title {
        font-size: 30px;
    }

    .project-detail-summary,
    .project-content-card li,
    .project-location-list li,
    .project-placeholder-points li {
        font-size: 15px;
    }

    .project-hero-meta,
    .project-overview-grid,
    .project-gallery-grid,
    .project-location-grid,
    .project-placeholder-grid,
    .project-amenities-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .project-section {
        padding-top: 58px;
    }

    .project-quick-links {
        margin-top: 2px;
    }

    .project-quick-links-nav {
        width: 100%;
        border-radius: 22px;
        gap: 10px 14px;
        padding: 14px 16px;
    }

    .project-section-title {
        font-size: 26px;
    }

    .project-overview-card,
    .project-content-card,
    .project-gallery-card,
    .project-location-panel,
    .project-enquiry-panel,
    .project-placeholder-card {
        padding: 22px;
        border-radius: 20px;
    }

    .project-hero-image,
    .project-location-map {
        min-height: 240px;
    }

    .project-gallery-card img,
    .project-placeholder-card img {
        height: 180px;
    }

    .project-image-swiper .swiper-slide img {
        height: 240px;
    }

    .project-location-panel h3,
    .project-enquiry-panel h3 {
        font-size: 24px;
    }
}

.modern-stat {
    text-align: center;
}

.modern-stat h3 {
    font-size: 42px;
    color: var(--tg-primary-color);
    margin-bottom: 4px;
    line-height: 1;
}

.modern-stat p {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

:root {
    --section-space-desktop: 110px;
    --section-space-mobile: 72px;
    --home-section-bg: var(--tg-body-background-color);
    --home-section-divider: rgba(189, 156, 47, 0.18);
    --home-card-bg: rgba(18, 18, 18, 0.82);
    --home-card-border: rgba(189, 156, 47, 0.38);
}

main>section:not(.slider-area) {
    margin: 0 !important;
    padding-top: var(--section-space-desktop) !important;
    padding-bottom: var(--section-space-desktop) !important;
    background: var(--home-section-bg) !important;
    border-top: 1px solid var(--home-section-divider);
}

@media (max-width: 991.98px) {
    main>section:not(.slider-area) {
        padding-top: var(--section-space-mobile) !important;
        padding-bottom: var(--section-space-mobile) !important;
    }
}

.expertise-showcase {
    position: relative;
    overflow: hidden;
    background: transparent;
}

.expertise-showcase::before,
.expertise-showcase::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    opacity: 0.06;
}

.expertise-showcase::before {
    width: 260px;
    height: 260px;
    left: -70px;
    top: 12%;
    background: var(--tg-primary-color);
}

.expertise-showcase::after {
    width: 300px;
    height: 300px;
    right: -95px;
    bottom: 6%;
    background: var(--tg-primary-color);
}

.expertise-shell {
    position: relative;
    z-index: 1;
    text-align: center;
}

.expertise-intro-head {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.expertise-showcase .sub-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--tg-primary-color);
    text-transform: none;
}

.expertise-showcase .title {
    color: #fff;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.expertise-intro-head p {
    color: rgba(255, 255, 255, 0.84);
    margin: 0 auto;
    max-width: 1000px;
}

.expertise-features-grid {
    margin-top: 0;
}

.expertise-feature-card {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: 10px;
    min-height: 100%;
    padding: 28px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.expertise-feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--tg-primary-color);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.expertise-icon {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(189, 156, 47, 0.38);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-primary-color);
    font-size: 20px;
    margin-bottom: 18px;
    background: rgba(189, 156, 47, 0.08);
}

.expertise-feature-card h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.expertise-feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.expertise-details-row {
    margin-top: 18px;
}

.expertise-detail-card {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: 10px;
    min-height: 100%;
    padding: 28px 24px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.expertise-detail-card h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
}

.expertise-detail-card p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 12px;
}

.expertise-core-list {
    margin: 0;
    padding: 0;
}

.expertise-core-list li {
    list-style: none;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.expertise-core-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tg-primary-color);
    position: absolute;
    left: 0;
    top: 9px;
}

.expertise-vision-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
}

.expertise-vision-grid>div {
    border-top: 1px dashed rgba(189, 156, 47, 0.5);
    padding-top: 12px;
}

.expertise-vision-grid h4 {
    color: var(--tg-primary-color);
    font-size: 17px;
    margin-bottom: 6px;
}

.expertise-vision-grid p {
    margin-bottom: 0;
}

.expertise-tabs-row {
    margin-top: 2px;
}

.vision-mission-section {
    background: var(--home-section-bg) !important;
    border-top: 1px solid var(--home-section-divider);
    padding-top: var(--section-space-desktop) !important;
    padding-bottom: var(--section-space-desktop) !important;
}

.expertise-side-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expertise-tabs-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expertise-tabs-nav {
    gap: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(189, 156, 47, 0.28);
    padding-bottom: 12px;
}

.expertise-tabs-nav .nav-link {
    border: 1px solid rgba(189, 156, 47, 0.38);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.03);
    font-weight: 600;
    padding: 10px 16px;
}

.expertise-tabs-nav .nav-link:hover,
.expertise-tabs-nav .nav-link:focus {
    color: #fff;
    border-color: var(--tg-primary-color);
}

.expertise-tabs-nav .nav-link.active {
    background: rgba(189, 156, 47, 0.16);
    color: #fff;
    border-color: var(--tg-primary-color);
}

.expertise-tab-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1199.98px) {
    .expertise-showcase .title {
        font-size: 46px;
    }
}

@media (max-width: 991.98px) {
    .expertise-intro-head {
        margin-bottom: 28px;
    }

    .expertise-showcase .title {
        font-size: 38px;
    }

    .expertise-feature-card {
        padding: 24px 20px;
    }

    .expertise-detail-card {
        padding: 24px 20px;
    }

    .expertise-detail-card h3 {
        font-size: 26px;
    }

    .expertise-tabs-nav {
        gap: 8px;
        padding-bottom: 10px;
    }

    .expertise-tabs-nav .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .expertise-showcase .title {
        font-size: 32px;
    }

    .expertise-tabs-nav {
        gap: 6px;
    }
}

.clients-strip {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

.promoter-section {
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

.promoter-heading {
    text-align: center;
}

.promoter-content .sub-title {
    color: var(--tg-primary-color);
}

.promoter-content .title {
    color: #fff;
    margin-bottom: 10px;
}

.promoter-name {
    color: var(--tg-primary-color);
    font-size: 24px;
    margin-bottom: 16px;
    /*text-align: center;*/
}

.promoter-content p {
    color: #fff;
    opacity: 0.92;
    margin-bottom: 14px;
}

.promoter-image-wrap {
    border: 1px solid var(--home-card-border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--home-card-bg);
}

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

@media (max-width: 991.98px) {
    .promoter-image-wrap {
        max-width: 420px;
        margin: 0 auto;
    }

    .promoter-image-wrap img {
        height: 460px;
    }
}

@media (max-width: 575.98px) {
    .promoter-image-wrap img {
        height: 360px;
    }
}

.clients-strip .section-title .sub-title {
    color: var(--tg-primary-color);
}

.clients-strip .section-title .title {
    color: #fff;
}

.clients-auto-carousel .slick-list {
    margin: 0 -12px;
}

.clients-auto-carousel .slick-slide {
    padding: 0 12px;
}

.client-logo-card {
    background: var(--home-card-bg);
    border: 1px solid var(--home-card-border);
    border-radius: 14px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.client-logo-card img {
    max-width: 100%;
    height: 78px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.92;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.client-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

@media (max-width: 575.98px) {
    .client-logo-card {
        min-height: 112px;
    }

    .client-logo-card img {
        height: 62px;
    }
}
