:root {
    --font_arapey: "Arapey", serif;
    --font_urbanist: "Urbanist", sans-serif;
    --primary: #ffffff;
    --secondary: #999999;
    --tertiary: #666666;
}

/* ======================================
*       TABLE OF CONTENT
*----------------------------------------
*   # Global
*   # Magic Cursor
*   # Preloader
*   # Header
*   # Hero
*   # About
*   # Team
*   # Feature Project
*   # Process
*   # Services
*   # Testimonial
*   # Faq
*   # Awards
*   # Blog
*   # Breadcrumb
*   # Faq
*   #
*   #
*   #
*   #
*   # Footer
*   # 404 Not Found
*
*
*   # KeyFrame
========================================*/

/* ===== # Global ===== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font_urbanist);

    scroll-behavior: smooth;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.with-border {
    position: relative;
}
a.with-border:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
a.with-border:hover:before {
    width: 100%;
}
a {
    text-decoration: none;
}
.custom-row {
    display: flex;
}
.split-text-anim {
    overflow: hidden;
}
.theme-btn {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1.6px solid #ffffff;
    background: none;
    color: var(--primary);
    border-radius: 30px;
    z-index: 1;
    text-decoration: none;
    gap: 10px;
    line-height: 16px;
    padding: 14px 24px;
    background: #1a1a1a;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.theme-btn:before {
    content: "";
    background: #ffffff;
    border-radius: 30px;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.theme-btn img,
.theme-btn svg {
    display: block;
    width: 13px;
}
.theme-btn:hover:before {
    height: 100%;
}
.theme-btn:hover svg path {
    stroke: #000;
}
.theme-btn:hover {
    color: #000;
}
.theme-btn:hover img {
    filter: invert(100%) brightness(0%);
}
.scaleDown {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.section-header {
    display: flex;
    align-items: flex-start;
}
.section-subtitle {
    width: 26%;
    flex: none;
    padding: 6px 0 0;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    gap: 12px;
    color: var(--primary);
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.section-subtitle svg,
.section-subtitle img {
    display: block;
    flex: none;
    width: 16px;
    height: 10px;
}
.section-header .section-title {
    font-size: 48px;
    font-weight: 400;
    color: var(--primary);
    line-height: 60px;
    letter-spacing: -2px;
    margin: 0;
}
.section-title.section-title2 {
    background: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(77, 77, 77) 140%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    line-height: 110px;
    font-size: 96px;
    font-weight: 300;
    font-family: var(--font_arapey);
    padding: 7px;
    margin: -7px;
}
.section-title.section-title2 span {
    font-style: normal;
    font-family: var(--font_urbanist);
    /* font-family: var(--font_arapey); */
}
.section-header.section-header2 .section-subtitle {
    justify-content: center;
    margin-bottom: 32px;
}
.section-header .section-desc {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: var(--primary);
}
.section-header.section-header2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
}
.aixor-main {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
    mix-blend-mode: difference;
}
#ball {
    position: fixed;
    width: 26px;
    height: 26px;
    background: #ffffff;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    margin-left: -22px;
    margin-top: -10px;
}
#ball.hide-mouse {
    opacity: 0 !important;
}
#ball.hovered {
    /*transition: opacity .3s;*/
    /*opacity: 0 !important;*/
}

/*==== # Preloader ====*/
.preloader-wrap video {
    max-width: 100%;
}
.preloader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 72px;
}
.preloader-wrap img {
    display: block;
    max-width: 100%;
}


/*==== # Header ====*/
.header-menu-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1024;
}
.header-menu-wrap .custom-container {
    max-width: 1296px;
}
.header-menu-wrap .custom-container .custom-row {
    align-items: center;
    justify-content: space-between;
}
.header-menu-wrap .logo {
    display: block;
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}
.header-menu-wrap .logo img {
    max-width: 81px;
    display: block;
}
.header-menu-wrap .navbar .menu {
    display: flex;
    align-content: center;
    gap: 68px;
}
.header-menu-wrap .navbar .menu > li {

    padding: 18px 0;
}
.header-menu-wrap .navbar .menu li .dropdown-list li {
    padding: 0px;
}
.header-menu-wrap .navbar .menu li a {
    display: block;
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.header-menu-wrap .navbar .menu li a > span {
    font-size: 10px;
    line-height: 12px;
}
.header-menu-wrap .navbar .menu li a:before {
    content: "";
    width: 10%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.header-menu-wrap .navbar .menu li a:hover:before {
    opacity: 1;
    width: 100%;
}
.header-menu-wrap .navbar .menu li a:hover {
    color: var(--primary);
}
.header-menu-wrap .navbar .menu li {
    position: relative;
}
.header-menu-wrap .navbar .menu li .dropdown-list * {
    z-index: 3;
}
.header-menu-wrap .navbar .menu li .dropdown-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/gradient-border.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    /* backdrop-filter: blur(15px); */
}
.header-menu-wrap .navbar .menu li .dropdown-list {
    position: absolute;
    left: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
    border-radius: 12px;
    width: 227px;
    gap: 40px;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.3) 0%, rgba(26, 26, 26, 0.0305882) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
}
.header-menu-wrap .navbar .menu li:hover > .dropdown-list {
    opacity: 1;
    visibility: visible;
}
.header-menu-wrap .navbar .menu li .dropdown-list li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 0;
}
.header-menu-wrap .header-right-info {
    display: flex;
    align-items: center;
    gap: 66px;
}
.header-menu-wrap .header-right-info a {
    color: var(--primary);
    display: block;
    text-decoration: none;
}
.header-menu-wrap .header-right-info a img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.header-menu-wrap .header-right-info a i {
    display: block;
    font-size: 24px;
}.home-v2 .header-menu-wrap {
    /*padding-left: 72px;*/
    /*padding-right: 72px;*/
}
.home-v2.scroll-to-show-menu {
    display: none;
}
.header-menu-wrap .custom-container {
    max-width: 1920px;
    padding-left: 72px;
    padding-right: 72px;
}
/* Notch Menu */
.notch-bar-menu-wrap {
    position: fixed;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    padding: 28px 0;
    background: linear-gradient(218deg,#141414 34%,rgb(31,31,31) 69%);
    border-right: 1px solid #333333;
    border-radius: 99px;
    overflow: hidden;
    z-index: 1030;
}
.notch-bar-menu-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.notch-bar-menu-wrap li {
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;

}
.notch-bar-menu-wrap li a {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 5px #fff;
    width: 7px;
    height: 7px;
    display: block;
    overflow: hidden;
    opacity: 0.25;
    transition: .3s;
    -webkit-transition: .3s;
}
.notch-bar-menu-wrap li a.active {
    opacity: 1;
}

/* ===== # Sidebar Menu ===== */
.header-sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1026;
    width: 100%;
    height: 100%;
    background: #000c;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}
.header-sidebar-wrap .header-sidebar-content {
    width: 42%;
    margin-left: auto;
    height: 100vh;
    background: linear-gradient(180deg,#101010 0%,rgb(43,42,42) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    transform: translateX(100%);
	overflow-x: hidden;
    gap: 150px;
    transition: .4s;
    -webkit-transition: .4s;
}
.header-sidebar-wrap.active {
    opacity: 1;
    visibility: visible;
}
.header-sidebar-wrap.active .header-sidebar-content {
    transform: translateX(0);
}
.header-sidebar-wrap .header-sidebar-content .sidebar-shape {
    position: absolute;
    right: -128px;
    top: 20%;
    pointer-events: none;
    height: 440px;
    width: 546px;
    display: block;
    object-position: center center;
    object-fit: contain;
    image-rendering: auto;
    animation: upDownAnim 3s infinite linear;
}
.header-sidebar-wrap .header-sidebar-content .close-header-sidebar i {
    display: block;
}
.header-sidebar-wrap .header-sidebar-content .close-header-sidebar {
    position: absolute;
    right: 60px;
    top: 42px;
    cursor: pointer;
    color: var(--primary);
    font-size: 22px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top {
    padding: 36px 64px 0 64px;
    width: 100%;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul li {
    color: var(--primary);
    display: flex;
    gap: 76px;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul li a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 400;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-top ul li span {
    display: block;
    min-width: 95px;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu {
    padding-left: 64px;
    width: 100%;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a {
    font-size: 32px;
    color: var(--secondary);
    line-height: 40px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
    background: #ffffff;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a:hover:before {
    opacity: 1;
}
.header-sidebar-wrap .header-sidebar-content .sidebar-menu ul li a:hover {
    color: var(--primary);
    padding-left: 20px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom {
    padding: 0 0 50px 64px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #999999;
    text-decoration: none;
    font-size: 22px;
    color: var(--secondary);
    transition: .3s;
    -webkit-transition: .3s;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li {
    width: 100%;
}
.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li a:hover {
    background: #ffffff;
    color: #000000;
    border-color: var(--primary);
}
.scroll-to-show-menu {
    position: fixed;
    max-width: 1920px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1026;
    top: 0;
}
.hamburg-menu {
    border: 2.5px solid #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 35px;
    top: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 5px;
    background: #1a1a1a;
    cursor: pointer;
    transform: scale(0);
    transition: .3s;
    -webkit-transition: .3s;
}
.hamburg-menu.active {
    transform: scale(1);
}
.hamburg-menu:hover {
    background: #ffffff;
}
.hamburg-menu:hover span {
    background: #000000;
}
.hamburg-menu span {
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
}

/* ===== # Hero ===== */
.hero-sec .hero-inner {
    height: calc(100vh + 36px);
    padding: 0 72px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-sec .hero-inner .hero-shape {
    position: absolute;
    right: -51px;
    bottom: 0;
    width: 508px;
    height: 488px;
    animation: upDownAnim 3s infinite linear;
    object-fit: contain;
    z-index: -1;
    pointer-events: none;
}
.hero-sec .hero-inner .hero-video video {
    cursor: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}
.hero-sec .hero-inner .hero-video {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.hero-sec > .custom-container {
    /*max-width: 1296px;*/
    max-width: 100%;
}
.hero-sec .hero-top {
    max-width: 408px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-top: 136px;
}
.hero-sec .hero-top .hero-top-desc {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.hero-sec .hero-top p {
    margin: 0;
    color: var(--secondary);
    font-size: 14px;
    line-height: 20px;
}
.hero-sec .hero-top .author-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 9px 0 0;
}
.hero-sec .hero-top .author-info h4 {
    color: var(--primary);
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
.hero-sec .hero-top .author-info span {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: var(--primary);
    line-height: 20px;
}
.hero-sec .hero-bottom h2 {
    background-image: linear-gradient(90deg, #ffffff 16%, #4d4d4d 140%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.04em;
    font-style: italic;
    font-family: var(--font_arapey);
    font-weight: 300;
    padding: 14px;
    margin: -14px;
}
.hero-sec .hero-bottom h2:nth-child(2) {
    font-family: var(--font_urbanist);
}
.hero-sec .hero-bottom .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-sec .hero-bottom {
    display: flex;
    width: 100%;
    align-items: flex-end;
}
/* # About Hero */
.about-hero-sec .hero-bottom h2:nth-child(2) {
    font-style: normal;
}
.about-hero-sec .hero-bottom h2 {
    font-weight: 400;
    background-image: linear-gradient(90deg, #ffffff 209.19%, #4d4d4d 123.19%);
}
.about-hero-sec .hero-inner {
    height: auto;
    gap: 230px;
    padding-bottom: 96px;
}

/* ===== # About ===== */
.about-sec {
    padding: 90px 72px;
    background: linear-gradient(0deg, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
}
.about-sec .section-header {
    margin-bottom: 120px;
}
.about-sec .section-header .right {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.about-sec .funfacts-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.about-sec .funfacts-wrap .funfact-box:nth-child(odd) {
    margin-top: 58px;
}
.about-sec .funfacts-wrap .funfact-box:nth-child(3) {
    margin-top: 92px;
}
.funfact-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 306px;
    border: 1px solid #4d4d4d;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}
.funfact-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.funfact-box.active,
.funfact-box:hover {
    border-color: transparent;
}
.funfact-box.active .overlay,
.funfact-box:hover .overlay {
    opacity: 1;
}
.funfact-box .funfact-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 2;
    width: 100%;
}
.funfact-box .funfact-header .title {
    font-size: 20px;
    line-height: 28px;
    color: var(--primary);
    display: block;
    width: min-content;
    text-align: right;
}
.funfact-box .funfact-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}
.funfact-box .funfact-footer .number {
    color: var(--primary);
    line-height: 64px;
    font-size: 64px;
    margin: 0;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
}
.funfact-box .funfact-footer .number span {
    font-size: 40px;
    line-height: 1.3;
}
.funfact-box .funfact-footer img,
.funfact-box .funfact-footer svg {
    display: block;
    width: 24px;
    height: 24px;
    flex: none;
}
.about-sec .custom-container {
    max-width: 100%;
}

/* ===== # Team ===== */
.team-sec {
    padding: 50px 72px 90px 72px;
}
.team-sec .section-header {
    margin-bottom: 80px;
}
.process-lists,
.team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.team-member-box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
    border-radius: 16px;
    background: linear-gradient(180deg,#1f1f1f 0%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgb(31,31,31) 100%);
}
.team-member-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-box .img-box {
    position: relative;
    overflow: hidden;
    height: 390px;
}
.team-member-box .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.team-member-box .content .name {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary);
    margin: 0;
    font-style: italic;
    font-weight: 500;
}
.team-member-box .content .designation {
    display: block;
    color: var(--primary);
    margin: 0 0 25px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}
.team-member-box .shape {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.team-member-box .shape span {
    display: block;
    width: 40px;
    height: 1px;
    background: #ffffff;
}
.team-member-box .content {
    padding: 0 45px;
}
.team-member-box .content p {
    font-size: 16px;
    line-height: 28px;
    color: var(--primary);
    margin: 0;
    padding: 22px 0 34px;
}
.team-cv-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 660px;
    border-radius: 16px;
    background: linear-gradient(180deg,#1f1f1f 0%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgb(31,31,31) 100%);
}
.team-cv-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-cv-box .team-cv-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    width: 100%;
}
.team-cv-box .team-cv-header img {
    display: block;
    width: 81px;
    margin-bottom: 36px;
}
.team-cv-box .team-cv-header .title {
    margin: 0;
    color: var(--primary);
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.team-cv-box .team-cv-header p {
    color: var(--secondary);
    line-height: 28px;
    font-size: 16px;
    margin: 0;
}
.team-cv-box .team-cv-footer {
    padding: 18px 18px 40px;
    width: 100%;
}

/* ===== # Feature Project ===== */
.feature-sec {
    position: relative;
    padding: 20px 0px 90px 0px;
}
.feature-sec .custom-container {
    padding-left: 72px;
    padding-right: 72px;
}
.feature-sec .section-header {
    margin-bottom: 60px;
}
.feature-project-lists {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    z-index: 1;
}
.feature-project .img-box {
    flex: 1 0 0;
    overflow: hidden;
    position: relative;
}
.feature-project .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-project {
    background: linear-gradient(180deg, #1f1f1f 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(31, 31, 31) 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    height: 98vh;
    width: 100%;
    top: 8px;
    overflow: hidden;
    position: sticky;
    padding: 12px 12px 30px;
}
.feature-project .hover_mouse {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    transition: transform 0.5s ease-out; /* Smooth transition */
    transform: translate3d(0, 0, 0);
}
.feature-project .hover_mouse a {
    color: var(--primary);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #1f1f1f, transparent);
    backdrop-filter: blur(5px);
    font-size: 16px;
    transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
}
.feature-project .hover_mouse.active a {
    transform: scale(1);
}
.feature-project .feature-project-infos {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    width: 100%;
}
.feature-project-info-box {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    width: 35%;
}
.feature-project-info-box .subtitle,
.feature-project-info-box .title {
    font-size: 14px;
    line-height: 20px;
    color: var(--tertiary);
    display: block;
}
.feature-project-info-box .subtitle {
    color: var(--primary);
}
.feature-project-infos .feature-project-info-box:nth-child(3) {
    width: 18%;
}
.feature-project-infos .feature-project-info-box:nth-child(4) {
    width: 12%;
}
.feature-more-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.feature-more-btn-wrap .theme-btn {
    padding: 13px 35px;
}
.single-project .header-menu-wrap .custom-container,
.feature-sec .custom-container {
    max-width: 100%;
}
.single-project .scroll-to-show-menu {
    display: none;
}

.single-project .header-menu-wrap {
    position: relative;
    top: 0;
    padding: 20px 0;
}
.project-single-wrap .section-header {
    padding: 90px 72px;
}
.project-single-wrap .feature-project {
    position: relative;
    height: min-content;
    max-width: 1920px;
    background: none;
    padding: 0;
    border-radius: 0;
    gap: 0;
}
.project-single-wrap .feature-project .img-box {
    height: 676px;
    flex: none;
}
.project-single-wrap .feature-project .feature-project-infos {
    padding: 60px 100px;
    border-bottom: 1px solid #333333;
}
.project-single-wrap .feature-project .feature-project-infos .feature-project-info-box:not(.project-description) .subtitle {
    font-size: 16px;
}
.project-single-content-wrap .section-header {
    border-bottom: 1px solid #333333;
}
.project-single-content-wrap .section-header:last-child {
    border-bottom: none;
}
.project-single-content-wrap .section-header .section-desc {
    display: flex;
    flex-direction: column;
    color: var(--tertiary);
    font-size: 20px;
    line-height: 26px;
    gap: 50px;
    margin-top: 50px;
}
.project-single-content-wrap .section-header .right {
    flex: none;
    width: 72%;
}
.project-single-content-wrap .section-header .section-desc p {
    margin: 0;
}
.project-single-wrap .full-image {
    width: 100%;
    height: 676px;
    overflow: hidden;
    position: relative;
}
.project-single-wrap .full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== # Feature Project 2 ===== */
.feature-sec-2 {
    padding-top: 100px;
    padding-bottom: 46px;
}
.feature-sec-2 .feature-project-lists {
    gap: 100px;
}
.feature-project.feature-project-2,
.feature-sec-2 .feature-project {
    position: relative;
    top: 0;
    height: auto;
}
.feature-sec-2 .feature-project .img-box {
    flex: none;
    height: 668px;
}
.project-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    width: 100%;
}
.feature-project-2 {
    padding-top: 18px;
    padding-bottom: 40px;
    height: auto;
}
.feature-project-2.feature-project-2 .img-box,
.feature-sec-2 .feature-project-2 .img-box {
    border-radius: 16px;
    height: 494px;
    flex: none;
}
.feature-project-2 .feature-project-infos .feature-project-info-box {
    width: auto;
}
.feature-project-2 .feature-project-infos {
    justify-content: space-between;
}

/* ===== # Service Single ===== */
.service-single-wrap .feature-project {
    background: linear-gradient(180deg, #1f1f1f 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(31, 31, 31) 100%);
    width: calc( 100% - 144px);
    margin-left: 72px;
    border-radius: 20px;
    padding: 12px;
}
.service-single-wrap .feature-project .feature-project-infos {
    border: none;
    padding: 40px 60px;
    justify-content: space-between;
}
.service-single-wrap .feature-project .feature-project-infos .feature-project-info-box {
    width: auto;
    gap: 10px;
}
.service-single-wrap .feature-project .feature-project-infos .feature-project-info-box.project-description {
    width: 292px;
    flex: none;
}
.service-single-wrap .feature-project .feature-project-infos .feature-project-info-box .theme-btn img {
    filter: invert(1);
}
.service-single-wrap .feature-project .feature-project-infos .feature-project-info-box .theme-btn {
    background: #ffffff;
    color: #000000;
}
.project-single-content-wrap .section-header .right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.project-single-content-wrap .section-header ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 140px;
    row-gap: 40px;
}
.project-single-content-wrap .section-header ul li {
    color: #666666;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: 400;
}
.project-single-content-wrap .section-header .paragraphs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.project-single-content-wrap .section-header p {
    margin: 0;
    color: #666666;
    font-size: 20px;
    line-height: 28px;
}

/* ===== # Process ===== */
.process-sec {
    padding: 0 72px 96px 72px;
}
.process-sec .section-header {
    margin-bottom: 96px;
}
.process-box {
    padding-bottom: 40px;
}
.process-box .content p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}
.process-box .content {
    padding: 0 55px;
}
.process-box .img-box .number {
    position: absolute;
    left: 24px;
    top: 24px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    z-index: 2;
}
.process-box .img-box {
    border-radius: 12px;
    overflow: hidden;
    height: 390px;
}
.process-box .shape {
    margin-bottom: 28px;
}

/* ===== # Services ===== */
.service-sec {
    padding: 90px 0px 90px 0px;
}
.service-sec .section-header {
    margin-bottom: 90px;
}
.service-lists-header {
    border-top: 1px solid #999999;
    padding: 12px 0 0;
}
.service-sec .service-lists-header .custom-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1440px;
    padding: 0;
}
.service-lists-header .service-header-th {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 72px;
    color: var(--primary);
    font-size: 14px;
    line-height: 16px;
}
.service-lists-header .service-header-th svg,
.service-lists-header .service-header-th img {
    display: block;
    max-width: 12px;
    flex: none;
}
.service-lists {
    margin-top: 48px;
}
.service-box {
    padding: 35px 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
}
.service-box .service-inner .title img {
    display: block;
    width: 26px;
    height: 26px;
    flex: none;
}
.service-box .service-inner .title {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 12px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    opacity: 0.4;
    padding: 0 72px;
    color: var(--primary);
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner .title a {
    color: var(--primary);
}
.service-box .service-inner .service-feature-lists {
    color: var(--primary);
    line-height: 28px;
    margin: 0;
    opacity: 0.4;
    padding: 0 72px;
    font-size: 16px;
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner .service-feature-lists span {
    display: block;
}
.service-box .service-inner .service-img-box {
    padding: 0 72px;
    position: relative;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.service-box .service-inner .service-img-box img {
    position: absolute;
    left: -20px;
    top: -50px;
    height: 280px;
    width: 306px;
    object-fit: cover;
    animation: upDownAnim 2s infinite linear;
}
.service-box.active,
.service-box:hover {
    background: #1a1a1a;
}

.service-box.active .service-inner .service-feature-description p,
.service-box.active .service-inner .service-img-box,
.service-box.active .service-inner .service-feature-lists,
.service-box.active .service-inner .title,
.service-box:hover .service-inner .service-feature-description p,
.service-box:hover .service-inner .service-img-box,
.service-box:hover .service-inner .service-feature-lists,
.service-box:hover .service-inner .title {
    opacity: 1;
}
.service-sec .custom-container {
    max-width: 100%;
    padding-left: 72px;
    padding-right: 72px;
}

/* # Service Sec 2 */
.service-sec-2 .service-lists-header .custom-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
.service-sec-2 .service-lists-header .service-header-th:first-child {
    width: 387px;
    flex: none;
}
.service-sec-2 .service-lists-header .service-header-th {
    padding: 0;
    flex: 1;
}
.service-sec-2 .service-box {
    border-bottom: 1px solid #333333;
}
.service-sec-2 .service-box .service-inner {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 150px;
}
.service-sec-2 .service-box .service-inner .service-img-box:first-child {
    width: 306px;
    height: 280px;
    flex: none;
}
.service-sec-2 .service-box .service-inner .service-img-box {
    padding: 0;
}
.service-sec-2 .service-box .service-inner .service-img-box img {
    left: 0;
    top: 0;
}
.service-box .service-inner .service-feature-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    color: #ffffff;
    max-width: 806px;
    opacity: 0.4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.service-sec-2 .service-box .service-inner .title {
    padding: 0;
    margin-bottom: 33px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: 400;
}

/* ===== # Testimonial ===== */
.testimonial-sec {
    padding: 30px 0px 90px 0px;
}
.testimonial-sec .section-header {
    margin-bottom: 40px;
    padding: 0 72px;
}
.testimonial-lists-wrap {
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    position: relative;
	cursor: none;
}
.testimonial-lists-wrap .hover_mouse span {
    background: rgb(31 31 31 / 69%);
    color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    transform: scale(0);
    backdrop-filter: blur(7px);
    transition: .5s;
    -webkit-transition: .5s;
}
.testimonial-lists-wrap .hover_mouse {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    line-height: 1.5;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
.testimonial-lists-wrap .hover_mouse.active span {
    transform: scale(1);
}
.testimonial-lists-wrap .testimonial-lists {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    animation: testimonialSlide 25s infinite linear;
}
.testimonial-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(180deg,#1f1f1f 0%,rgb(0,0,0) 35%,rgb(0,0,0) 65%,rgb(31,31,31) 100%);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    height: 428px;
    gap: 58px;
    width: 308px;
    flex: none;
    overflow: hidden;
}
.testimonial-box .testimonial-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.testimonial-box .testimonial-rating li i {
    color: #333333;
    font-family: 'eicons';
    font-style: normal;
    position: relative;
	display: block;
}
.testimonial-box .testimonial-rating li i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: var(--primary);
    top: 0;
    left: 0;
}
.testimonial-box .testimonial-content p {
    font-size: 24px;
    margin: 0;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: var(--primary);
}
.testimonial-box .testimonial-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.testimonial-box .testimonial-author {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-box .testimonial-author .designation,
.testimonial-box .testimonial-author .name {
    display: block;
    color: var(--primary);
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}
.testimonial-box .testimonial-author .designation {
    font-size: 14px;
    font-weight: 400;
}

/* ===== # Faq ===== */
.faq-sec {
    padding: 96px 117px;
    overflow: hidden;
}
.faq-sec .section-header {
    margin-bottom: 148px;
}
.faq-sec .section-header .section-title {
    line-height: 96px;
    margin-bottom: 20px;
}
.faq-sec .section-header .section-subtitle {
    margin-bottom: 10px;
}
.faq-sec .section-header .section-desc {
    max-width: 636px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.faq-lists {
    position: relative;
    background: linear-gradient(0deg, #1f1f1f 0%, #000000 35%, #000000 65%, #1f1f1f 100%);
    border-radius: 16px;
}
.faq-lists .shape_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotate(36deg);
}
.faq-lists .shape_img {
    position: absolute;
    left: -180px;
    top: -180px;
    z-index: -1;
    width: 360px;
    height: 360px;
    animation: upDownAnim2 4s infinite linear;
    pointer-events: none;
}
.faq-lists .shape_img2 {
    left: auto;
    right: -180px;
    top: auto;
    bottom: -100px;
}
.faq-lists .faq-item:last-child {
    border-bottom: none;
}
.faq-item {
    background: none;
    border-bottom: 1px solid #333333;
}
.faq-item .accordion-header .number {
    display: block;
    font-style: normal;
}
.faq-item .accordion-header button:focus {
    outline: none;
    box-shadow: none;
}
.faq-item .accordion-header button::after {
    display: none;
}
.faq-item .accordion-header button .plus-icon {
    margin-left: auto;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    flex: none;
    margin-top: 5px;
}
.faq-item .accordion-header button .plus-icon span {
    position: absolute;
    background: #666666;
    width: 100%;
    height: 3px;
    /* transform: translateY(-50%); */
    left: 0;
    top: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.faq-item .accordion-header button .plus-icon span:nth-child(2) {
    transform: rotate(90deg);
}
.faq-item .accordion-header button[aria-expanded="true"] {
    color: #ffffff;
}
.faq-item .accordion-header button[aria-expanded="true"] .plus-icon span {
    background: #ffffff;
}
.faq-item .accordion-header button[aria-expanded="true"] .plus-icon span:nth-child(2) {
    transform: rotate(0);
}
.faq-item .accordion-body {
    padding: 0 0 40px 40px;
}
.faq-item .accordion-body p {
    margin: 0;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
}
.faq-item .accordion-header button {
    background: none;
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    font-style: italic;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 34px 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.faq-sec .faq-bottom {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
    flex-wrap: wrap;
}
.faq-sec .faq-bottom p a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    line-height: 1;
}
.faq-sec .faq-bottom p {
    color: #ffffff;
    font-style: italic;
    font-size: 20px;
    margin: 0;
}
.faq-sec .faq-bottom .theme-btn img {
    filter: invert(1);
    width: 10px;
}
.faq-sec .faq-bottom .theme-btn {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    padding: 9px 22px;
}

/* ===== # Awards ===== */
.awards-sec {
    padding: 40px 0px 90px 0px;
}
.awards-sec .section-header {
    margin-bottom: 90px;
    padding: 0 72px;
}
.awards-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    padding: 24px 0;
    border-bottom: 1px solid #333333;
}
.awards-box .overlay {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.awards-box.active .overlay,
.awards-box:hover .overlay {
    opacity: 1;
}
.awards-box .awards-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-left: 72px;
    padding-right: 72px;
}
.awards-box .awards-inner h4 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -0.04em;
    color: var(--primary);
    font-weight: 400;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(77, 77, 77) 133%);
    padding: 7px;
    margin: -7px;
    transition: .3s;
    -webkit-transition: .3s;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.awards-box.active .awards-inner h4,
.awards-box:hover .awards-inner h4 {
    background: none;
    background-image: none !important;
    -webkit-text-fill-color: inherit;
    color: var(--primary);
}
.awards-box .awards-inner .date {
    display: block;
    color: #808080;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-weight: 500;
}
.awards-box.active .awards-inner .date,
.awards-box:hover .awards-inner .date {
    color: var(--primary);
}


/* ===== # Partner ===== */
.our-partner-sec {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.our-partner-sec ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 190px;
    will-change: transform;
    animation: partnerAnim 30s infinite linear;
}
.our-partner-sec ul li img {
    display: block;
    height: 36px;
    max-width: fit-content;
}

/* ===== # Pricing ===== */
.pricing-sec {
    overflow: hidden;
    padding: 20px 0px 110px 0px;
}
.pricing-sec .custom-container {
    padding-left: 72px;
    padding-right: 72px;
}
.pricing-sec .section-header {
    margin-bottom: 90px;
}
.pricing-sec .pricing_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 96px;
    position: relative;
}
.pricing-sec .pricing_nav .nav-item button {
    min-width: 209px;
    position: relative;
    background: none;
    border: none;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
    height: 62px;
    justify-content: center;
    gap: 12px;
}
.pricing-sec .pricing_nav .nav-item button span:not(.nav-hover-shape) {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 30px;
    flex: none;
    height: 18px;
    width: 45px;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
}
.pricing-sec .pricing_nav .nav-item button .nav-hover-shape svg {
    width: 100%;
    display: block;
}
.pricing-sec .pricing_nav_wrap {
    position: relative;
}
.pricing-sec .pricing_nav_wrap .nav-hover-shape {
    position: absolute;
    margin-left: -40px;
    bottom: -8px;
    width: 290px; /*290px*/
    z-index: -1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.pricing-sec .pricing_nav_wrap .nav-hover-shape svg {
    display: block;
    width: 100%;
}
.pricing-sec .pricing_nav .nav-item button.active {
    color: var(--primary);
}
.pricing-sec .pricing_nav .nav-item button.active .nav-hover-shape {
    opacity: 1;
}
.pricing-lists .shape_img {
    position: absolute;
    left: -180px;
    top: -180px;
    z-index: -1;
    width: 360px;
    height: 360px;
    animation: upDownAnim2 4s infinite linear;
	pointer-events: none;
}
.pricing-lists .shape_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotate(36deg);
}
.pricing-lists .shape_img2 {
    left: auto;
    right: -180px;
    top: auto;
    bottom: -100px;
}
.pricing-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}
.pricing-box {
    display: flex;
    flex-direction: column;
    padding: 40px 28px;
    position: relative;
    background: linear-gradient(rgb(31, 31, 31) 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(31, 31, 31) 100%);
    border-radius: 16px;
}
.pricing-box .pricing-featured-icon {
    position: absolute;
    right: 28px;
    top: 0;
}
.pricing-box .title {
    color: var(--primary);
    line-height: 20px;
    font-style: italic;
    font-size: 16px;
    display: block;
}
.pricing-box .price span {
    font-size: 20px;
    line-height: 28px;
    display: block;
}
.pricing-box .price {
    margin: 0;
    font-size: 64px;
    line-height: 64px;
    color: var(--primary);
    letter-spacing: -0.03em;
    font-weight: 500;
    font-style: italic;
    display: flex;
    align-items: flex-end;
    padding: 32px 0 22px;
    position: relative;
}
.pricing-box p .required {
    color: red;
    font-size: 18px;
    display: block;
}
.pricing-box p {
    font-size: 14px;
    color: var(--secondary);
    display: flex;
    gap: 4px;
    font-style: italic;
    line-height: 20px;
    margin: 0 0 28px;
}
.pricing-box .feature-lists {
    padding: 32px 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.pricing-box .feature-lists li {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    font-weight: 500;
    display: flex;
    gap: 16px;
    align-items: center;
}
.pricing-box .feature-lists li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: #333333;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
.pricing-box .feature-lists li .icon svg {
    display: block;
}
.pricing-box .pricing-footer .theme-btn {
    margin-top: 32px;
    width: 100%;
    justify-content: center;
}
.pricing-sec .custom-container {
    max-width: 100%;
}

/* ===== # Contact ===== */
.contact-sec {
    background-color: transparent;
    background-image: linear-gradient(180deg, #1f1f1f00 0%, #1f1f1f 100%);
    padding: 90px 72px 90px 72px;
}
.contact-sec .custom-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 80px;
    width: 100%;
}
.contact-sec .contact-content h3 {
    background: linear-gradient(90deg, rgb(255, 255, 255) 16%, rgb(77, 77, 77) 140%);
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -14px;
    padding: 14px;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
.contact-sec .contact-content h3 span {
    font-family: var(--font_arapey);
    font-style: italic;
}
.contact-sec .contact-content > p {
    margin: 50px 0 28px 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    font-style: italic;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.contact-sec .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    animation: upDownAnim 2s infinite linear;
}
.contact-sec .img-box {
    height: 620px;
}
.contact-sec .contact-content > p .required {
    color: red;
    font-size: 16px;
    display: block;
}
.contact-form p {
    margin: 0;
}
.contact-form .input-group {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
}
.contact-form textarea,
.contact-form input {
    width: 100%;
    background: none;
    color: var(--primary);
    border: 1px solid rgba(136, 136, 136, 0.1);
    border-radius: 12px !important;
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contact-form textarea:focus,
.contact-form input:focus {
    border-color: #0099ff;
    outline: none;
    box-shadow: none;
}
.contact-form label {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}
.contact-form .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}
.contact-form textarea {
    height: 140px;
}
.contact-content #result {
    color: var(--primary);
}
.contact-form .input-group-budget #pi_input {
    padding: 0;
}
.contact-form .input-group-budget .budget-values {
    justify-content: space-between;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
}
#result {
    color: #ffffff;
    margin-top: 10px;
}
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .contact-form .input-group-budget #pi_input {
        overflow: hidden;
        width: 1200px;
        max-width: 1200px;
        width: 100%;
        /* width: 100%; */
        -webkit-appearance: none;
        background-color: #1A1A1A;
    }

    .contact-form .input-group-budget #pi_input::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #13bba4;
        margin-top: -1px;
    }

    .contact-form .input-group-budget #pi_input::-webkit-slider-thumb {
        width: 20px;
        -webkit-appearance: none;
        height: 20px;
        cursor: ew-resize;
        background: #434343;
        box-shadow: -1200px 0 0 1200px #ffffff;
    }
}
/** FF*/
.contact-form .input-group-budget #pi_input::-moz-range-progress {
    background-color: #ffffff;
    border-radius: 30px;
}
.contact-form .input-group-budget #pi_input::-moz-range-track {
    background-color: #1A1A1A;
}
/* IE*/
.contact-form .input-group-budget #pi_input::-ms-fill-lower {
    background-color: #43e5f7;
}
.contact-form .input-group-budget #pi_input::-ms-fill-upper {
    background-color: #1A1A1A;
}

/* # Contact sec 2 */
.contact-sec-2 {
    padding: 80px 120px 50px 120px;
}
.contact-sec-2 .custom-container {
    max-width: 1200px;
}
.contact-sec-2 .contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
}
.contact-sec-2 .contact-form .input-group >* {
    width: 100%;
}
.contact-sec-2 .contact-form .input-group {
    margin-bottom: 0;
}
.contact-sec-2 .contact-form .input-group input,
.contact-sec-2 .contact-form .input-group textarea {
    background: #1a1a1a;
    border: none;
    padding: 23px 28px;
}
.contact-sec-2 .contact-form .input-group textarea {
    height: 426px;
}
.contact-sec-2 .contact-form .input-group button {
    justify-content: center;
    text-transform: uppercase;
    background: #ffffff;
    font-size: 12px;
    line-height: 14.52px;
    border-radius: 12px;
    color: #000000;
    padding: 16px 24px;
}
.contact-sec-2 .contact-form .input-group button img {
    filter: invert(1);
}
.radio-btns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 35px;
}
.radio-btns .radio-btn {
    position: relative;
}
.radio-btns .radio-btn label {
    background: #1a1a1a;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    position: relative;
    padding: 22px 30px;
    padding: 19px 30px;
    margin: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.radio-btns .radio-btn input {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.radio-btns .radio-btn input:checked ~ label {
    background: #ffffff;
    color: #000000;
}
.checkbox-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 35px;
}
.checkbox-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #666666;
    font-size: 16px;
}
.checkbox-btn input:checked~.checkbox-label {
    color: #ffffff;
}
.checkbox-btn .checkbox-label {
    color: #666666;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.checkbox-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.checkbox-btn .checkbox-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #1a1a1a;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.checkbox-btn .checkbox-marker i {
    color: #000000;
    transform: scale(0);
    font-size: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.checkbox-btn input:checked ~ .checkbox-marker i {
    transform: scale(1);
}
.checkbox-btn input:checked ~ .checkbox-marker {
    background: #ffffff;
}
.single-checkbox .checkbox-label {
    color: #ffffff;
}

/* ===== # Breadcrumb ===== */
.breadcrumb-sec {
    padding: 144px 72px 130px 72px;
}
.section-subtitle a{
    color: var(--primary);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

/* Blog Details */
.blog-detail-sec {
    color: #ffffff;
    padding-bottom: 46px;
}
.blog-detail-sec .custom-row {
    gap: 76px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box .feature-project-2 {
    margin-bottom: 40px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box > img {
    margin-bottom: 18px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box .blog-meta {
    display: flex;
    align-items: center;
    gap: 59px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box .blog-meta img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box .blog-meta > * {
    display: flex;
    align-items: center;
    gap: 12px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box h3 {
    margin: 0;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 400;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box ul {
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blog-detail-sec .blog-detail-content-wrap .blog-content-box ul li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.blog-detail-sec .blog-detail-content-wrap img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 460px;
}
.blog-detail-sec .blog-detail-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-bottom: 52px;
}

/* # Comment */
.comment-lists-wrap {
    margin-bottom: 52px;
}
.comment-form-wrap .title-with-circle,
.comment-lists-wrap .title-with-circle {
    margin-bottom: 28px;
}
.comment-lists {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.comment-box {
    display: flex;
    align-items: center;
    padding: 37px 26px;
    border-radius: 12px;
    gap: 30px;
    position: relative;
    background: linear-gradient(0deg, #1f1f1f 0%, #000000 35%, #000000 65%, #1f1f1f 100%);
}
.comment-box .comment-body .name {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 4px;
}
.comment-box .comment-body .date {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
}
.comment-box .comment-body .reply-btn img {
    display: block;
    width: 16px;
}
.comment-box .comment-body .reply-btn {
    position: absolute;
    right: 26px;
    top: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    background: #ffffff;
    border-radius: 3px;
    color: #000000;
    gap: 18px;
    padding: 5px 8px;
}
.comment-box .comment-body p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.comment-box > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* # Comment Form */
.comment-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.comment-form .form-col-2 {
    display: flex;
    gap: 28px;
}
.comment-form .input-group textarea,
.comment-form .input-group input {
    width: 100%;
    border: none;
    background: #ffffff;
    color: #000000;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 24px 20px;
}
.comment-form .input-group textarea:focus,
.comment-form .input-group input:focus {
    outline: none;
    box-shadow: none;
}
.comment-form .input-group textarea {
    height: 176px;
}
.comment-form button {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14.52px;
    padding: 10px 24px;
}

.blog-sidebar {
    width: 452px;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sidebar-widget {
    background: linear-gradient(0deg, #1f1f1f 0%, #000000 35%, #000000 65%, #1f1f1f 100%);
    gap: 40px;
    border-radius: 12px;
    padding: 40px 34px;
}
.sidebar-widget a {
    color: #ffffff;
}
.sidebar-widget-search form {
    position: relative;
}
.sidebar-widget-search form input::placeholder {
    color: #00000099;
}
.sidebar-widget-search form input {
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    padding: 17px 20px;
}
.sidebar-widget-search form input:focus {
    outline: none;
    box-shadow: none;
}
.sidebar-widget-search form button {
    position: absolute;
    right: 20px;
    top: 8px;
    border: none;
    background: #000000;
    color: #ffffff;
    width: 42px;
    height: calc(100% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
}
.sidebar-widget {
    display: flex;
    flex-direction: column;
    gap: 47px;
}
/* .title-with-circle, */
.sidebar-widget h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
}
.title-with-circle .circle-shape,
.sidebar-widget h4 .circle-shape {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--primary);
    flex: none;
}
.sidebar-widget-recent-comments {
    padding-right: 64px;
}
.sidebar-widget-recent-comments ul li a strong {
    font-weight: 500;
}
.sidebar-widget-recent-comments ul li a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.sidebar-widget-recent-comments ul li:first-child,
.sidebar-widget-categories ul li:first-child,
.sidebar-widget-recent-post ul li:first-child {
    padding-top: 0;
}
.sidebar-widget-categories ul li:last-child,
.sidebar-widget-recent-post ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-widget-recent-comments ul li,
.sidebar-widget-categories ul li,
.sidebar-widget-recent-post ul li {
    border-bottom: 1px solid #333333;
    padding-bottom: 24px;
    padding-top: 24px;
}
.sidebar-widget-recent-comments ul li a:hover,
.sidebar-widget-categories ul li a:hover,
.sidebar-widget-recent-post ul li a:hover {
    color: #ffffff;
}
.sidebar-widget-recent-comments ul li a,
.sidebar-widget-categories ul li a,
.sidebar-widget-recent-post ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.sidebar-widget-recent-comments ul li a:hover,
.sidebar-widget-categories ul li a:hover,
.sidebar-widget-recent-post ul li a:hover {
    color: var(--whiteColor);
    color: var(--primary);
}
.sidebar-widget-recent-post {
    padding: 45px 45px 45px 34px;
}
.sidebar-widget-categories ul li {
    padding-bottom: 12px;
    padding-top: 20px;
}
.sidebar-widget-categories ul li a:hover {
    padding-left: 10px;
}
.sidebar-widget-recent-comments ul li {
    padding-bottom: 15px;
    padding-top: 28px;
}
.sidebar-widget-recent-comments ul li a {
    flex-direction: column;
    align-items: flex-start;
}
.sidebar-widget-tags {
    padding-left: 32px;
    padding-right: 32px;
}
.sidebar-widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 30px;
}
.sidebar-widget-tags ul li a {
    display: block;
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 7px 24px;
    border-radius: 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.sidebar-widget-tags ul li a:hover {
    background: var(--primary);
}

/* ===== # Faq ===== */
.faq-page .hero-sec .hero-bottom h2:first-child {
    background-image: linear-gradient(90deg, #ffffff 16%, #4d4d4d 140%);
}
/* ===== # Footer ===== */
.footer-area .footer-bottom {
    height: 245px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-area .footer-bottom .split-text-anim {
    width: 100%;
}
.footer-area .footer-bottom img {
    display: block;
    width: 100%;
}
.footer-area .footer-top {
    padding: 60px 72px 90px;
}
.footer-area .footer-top > .row .col-md-3:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget .copyright {
    justify-content: flex-end;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget .footer-widget-top {
    align-items: flex-end;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget ul {
    align-items: flex-end;
}
.footer-area .footer-top > .row .col-md-3:nth-child(3) .footer-widget ul li a {
    justify-content: flex-end;
}
.footer-widget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer-widget .copyright {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: var(--tertiary);
    gap: 10px;
}
.footer-widget .copyright img {
    display: block;
}
.footer-widget .footer-widget-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.footer-widget h4 {
    color: var(--tertiary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.footer-link ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.footer-link ul li {
    display: block;
}
.footer-link ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    font-size: 16px;
}
.footer-link ul li a img,
.footer-link ul li a svg {
    width: 10px;
    height: 10px;
    display: block;
}
.footer-widget .footer-social {
    text-align: right;
    align-items: flex-end;
}
.footer-contact-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 64px;
}
.footer-contact-infos .footer-widget-top {
    align-items: center;
}
.footer-contact-infos .footer-widget-top a:before {
    height: 2px;
}
.footer-contact-infos .footer-widget-top .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.footer-contact-infos .footer-widget-top a {
    display: inline-block;
    color: var(--primary);
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    text-decoration: none;
    overflow-wrap: anywhere;
}

/*===== # 404 Not Found ===== */
.error-page-area .hero-bottom{
    padding-top: 205px;
}
.error-page-area .hero-inner {
    height: auto;
    gap: 230px;
/*    padding-bottom: 96px;*/
}
.error-hero-sec .hero-inner .hero-shape {
    right: 100px;
}
.error-hero-sec .hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
}
.error-hero-sec .hero-bottom h2 {
    font-size: 96px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: -0.04em;
}
.error-hero-sec .hero-bottom h2 span {
   font-family: var(--font_urbanist);
   font-style: normal;
}
.error-hero-sec .hero-bottom p {
    display: flex;
    gap: 8px;
    font-style: italic;
    font-size: 14px;
    color: var(--primary);
    font-weight: 400;
    line-height: 20px;
}
.error-hero-sec .required {
    color: red;
    font-size: 16px;
}
.error-page-area .footer-area {
    margin-top: 90px;
}

/* ===== # Keyframe ===== */
@keyframes upDownAnim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    0% {
        transform: translateY(0);
    }
}
@keyframes upDownAnim2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    0% {
        transform: translateY(0);
    }
}
@keyframes testimonialSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1992px);
    }
}
@keyframes partnerAnim {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-3382px)
    }
}

/* Additional CSS */
.footer-widget .theme-btn{
    padding-top: 14px;
    padding-bottom: 14px;
}
.contact-sec-2 .input-group .wpcf7-list-item,
.contact-sec-2 .input-group .wpcf7-acceptance label {
    margin: 0px;
}
.contact-sec-2 .input-group .radio-btns .radio-btn .wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 35px;
}
.contact-sec-2 .input-group .single-checkbox.checkbox-btn p label {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    color: #666666;
    font-size: 16px;
}
.contact-sec-2 .input-group .checkbox-btn p label span {
    color: #ffffff;
}
.contact-sec-2 .input-group .checkbox-btns .checkbox-btn p .checkbox-marker {
    margin-right: 20px;
}
.contact-sec-2 .contact-form .input-group button {
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}
.header-menu-wrap.responsive {
    position: relative;
    width: auto;
}
.header-menu-wrap.responsive .navbar .menu{
    display: block;
}



/* ===== AL AFAQ GLOBAL VIDEO PAGE TRANSITION ===== */
html.alafaq-transition-lock,
html.alafaq-transition-lock body {
    overflow: hidden !important;
    overscroll-behavior: none;
}

.preloader-wrap {
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100% !important;
    box-sizing: border-box;
    padding: clamp(20px, 4vw, 56px) !important;
    gap: clamp(18px, 2.4vw, 34px) !important;
    overflow: hidden;
    background: #000 !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 999999 !important;
    contain: layout paint;
    transition: opacity 560ms cubic-bezier(.22, 1, .36, 1), visibility 0s linear 0s;
}

.preloader-wrap > video {
    display: block;
    width: min(62vw, 760px) !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: min(50vh, 440px) !important;
    max-height: min(50dvh, 440px) !important;
    aspect-ratio: 1281 / 720;
    object-fit: contain;
    flex: 0 1 auto;
}

.preloader-wrap > img {
    display: block;
    width: min(32vw, 320px) !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 18vh;
    object-fit: contain;
    flex: 0 0 auto;
}

.preloader-wrap.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 560ms cubic-bezier(.22, 1, .36, 1), visibility 0s linear 560ms;
}

.preloader-wrap.is-transitioning {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

@media (max-width: 767px) {
    .preloader-wrap {
        padding: 20px !important;
        gap: 18px !important;
    }

    .preloader-wrap > video {
        width: min(92vw, 560px) !important;
        max-height: 42vh !important;
        max-height: 42dvh !important;
    }

    .preloader-wrap > img {
        width: min(66vw, 280px) !important;
        max-height: 15vh;
    }
}

@media (max-height: 560px) {
    .preloader-wrap {
        padding: 16px !important;
        gap: 14px !important;
    }

    .preloader-wrap > video {
        width: min(56vw, 620px) !important;
        max-height: 46vh !important;
        max-height: 46dvh !important;
    }

    .preloader-wrap > img {
        width: min(24vw, 250px) !important;
        max-height: 18vh;
    }
}

@media (prefers-reduced-motion: reduce) {
    .preloader-wrap,
    .preloader-wrap.is-hidden {
        transition: none !important;
    }

    .preloader-wrap > video {
        display: none !important;
    }
}
/* ===== END AL AFAQ GLOBAL VIDEO PAGE TRANSITION ===== */


/* ===== AL AFAQ SHARED CASE STUDY SYSTEM — SINGLE PROJECTS ONLY ===== */
.single-project .alafaq-case-study {
    --case-bg: #030303;
    --case-surface: #0b0b0b;
    --case-text: #f4f4f1;
    --case-copy: rgba(235,235,231,.68);
    --case-muted: rgba(235,235,231,.46);
    --case-gold: rgba(197,164,101,.82);
    --case-line: rgba(255,255,255,.14);
    background: var(--case-bg);
    color: var(--case-text);
    overflow: clip;
    padding-bottom: clamp(3.5rem,7vw,7rem);
}
.single-project .alafaq-case-study,
.single-project .alafaq-case-study * { box-sizing: border-box; }
.single-project .alafaq-case-study .alafaq-case-study__hero {
    width: 100%;
    border-bottom: 1px solid var(--case-line);
}
.single-project .alafaq-case-study .alafaq-case-study__hero-inner {
    display: block;
    width: min(1360px,calc(100% - 96px));
    margin: 0 auto;
    padding: clamp(5.5rem,9vw,9rem) 0 clamp(4.5rem,7vw,7rem);
}
.single-project .alafaq-case-study .alafaq-case-study__eyebrow,
.single-project .alafaq-case-study .alafaq-case-study__section-label {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: 0;
    color: var(--case-gold);
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.single-project .alafaq-case-study .alafaq-case-study__eyebrow img,
.single-project .alafaq-case-study .alafaq-case-study__section-label img { display: none; }
.single-project .alafaq-case-study .alafaq-case-study__eyebrow::before,
.single-project .alafaq-case-study .alafaq-case-study__section-label::before {
    content: "";
    width: .42rem;
    height: .42rem;
    flex: 0 0 .42rem;
    border: 1px solid currentColor;
    border-radius: 50%;
}
.single-project .alafaq-case-study .alafaq-case-study__title {
    display: block;
    width: min(100%,76rem);
    margin: clamp(1.3rem,2.5vw,2.25rem) 0 0;
    padding: 0;
    overflow: visible;
    color: var(--case-text);
    font-size: clamp(3.6rem,7vw,7rem);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.062em;
    text-wrap: balance;
}
.single-project .alafaq-case-study .alafaq-case-study__title .word,
.single-project .alafaq-case-study .alafaq-case-study__title .char { line-height: inherit; }
.single-project .alafaq-case-study .alafaq-case-study__intro {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1.25rem 2.25rem;
    width: min(100%,48rem);
    margin: clamp(2.4rem,4.5vw,4.5rem) 0 0 auto;
    color: var(--case-copy);
}
.single-project .alafaq-case-study .alafaq-case-study__intro p {
    margin: 0;
    color: inherit;
    font-size: clamp(1rem,1.2vw,1.15rem);
    line-height: 1.68;
}
.single-project .alafaq-case-study .alafaq-case-study__visual-block {
    display: block;
    position: relative;
    top: auto;
    width: min(1360px,calc(100% - 96px));
    max-width: none;
    height: auto;
    margin: clamp(3.5rem,6vw,6rem) auto 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    border-radius: 0;
}
.single-project .alafaq-case-study .alafaq-case-study__visual-block .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    flex: none;
    overflow: hidden;
    background: var(--case-surface);
    border: 1px solid var(--case-line);
    border-radius: 2px;
}
.single-project .alafaq-case-study .alafaq-case-study__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
}
.single-project .alafaq-case-study .alafaq-case-study__meta {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    border: 1px solid var(--case-line);
    border-top: 0;
}
.single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box {
    display: grid;
    align-content: start;
    gap: .65rem;
    width: auto;
    min-width: 0;
    padding: 1.35rem 1.4rem 1.55rem;
    border-right: 1px solid var(--case-line);
}
.single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box:last-child { border-right: 0; }
.single-project .alafaq-case-study .alafaq-case-study__meta .title {
    color: var(--case-gold);
    font-size: .65rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.single-project .alafaq-case-study .alafaq-case-study__meta .subtitle,
.single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box:not(.project-description) .subtitle {
    min-width: 0;
    color: rgba(244,244,241,.86);
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.single-project .alafaq-case-study .alafaq-case-study__body {
    width: min(1360px,calc(100% - 96px));
    margin: clamp(4.5rem,8vw,8rem) auto 0;
}
.single-project .alafaq-case-study .alafaq-case-study__section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(11rem,15rem) minmax(0,1fr);
    align-items: start;
    gap: clamp(2.5rem,6vw,7rem);
    width: 100%;
    margin: 0;
    padding: clamp(5rem,8vw,8rem) 0;
    border: 0;
    border-bottom: 1px solid var(--case-line);
}
.single-project .alafaq-case-study .alafaq-case-study__section:first-child { border-top: 1px solid var(--case-line); }
.single-project .alafaq-case-study .alafaq-case-study__section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(197,164,101,.48);
    transform: scaleX(.08);
    transform-origin: left center;
    transition: transform 900ms cubic-bezier(.22,1,.36,1);
}
.single-project .alafaq-case-study .alafaq-case-study__section.aos-animate::before { transform: scaleX(1); }
.single-project .alafaq-case-study .alafaq-case-study__rail {
    position: sticky;
    top: 7.5rem;
    display: grid;
    gap: 1.25rem;
    align-self: start;
}
.single-project .alafaq-case-study .alafaq-case-study__index {
    display: block;
    color: rgba(244,244,241,.28);
    font-size: clamp(2.4rem,4vw,4.25rem);
    font-weight: 300;
    line-height: .9;
    letter-spacing: -.06em;
}
.single-project .alafaq-case-study .alafaq-case-study__section .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    gap: clamp(1.75rem,3.5vw,3rem);
}
.single-project .alafaq-case-study .alafaq-case-study__section .section-title {
    width: min(100%,56rem);
    margin: 0;
    padding: 0;
    overflow: visible;
    color: var(--case-text);
    font-size: clamp(2.65rem,4.65vw,5rem);
    font-weight: 400;
    line-height: 1.01;
    letter-spacing: -.052em;
    text-wrap: balance;
}
.single-project .alafaq-case-study .alafaq-case-study__section .section-title .word,
.single-project .alafaq-case-study .alafaq-case-study__section .section-title .char { line-height: inherit; }
.single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy,
.single-project .alafaq-case-study .alafaq-case-study__section .section-desc {
    display: grid;
    gap: 1.25rem;
    width: min(100%,48rem);
    margin: 0;
    color: var(--case-copy);
}
.single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy p,
.single-project .alafaq-case-study .alafaq-case-study__section .section-desc p {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: clamp(1rem,1.25vw,1.13rem);
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -.006em;
}
.single-project .alafaq-case-study .alafaq-case-study__section ul,
.single-project .alafaq-case-study .alafaq-case-study__section ol {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .85rem 2rem;
    margin: .25rem 0 0;
    padding: 0;
    list-style-position: inside;
}
.single-project .alafaq-case-study .alafaq-case-study__section li {
    color: var(--case-copy);
    font-size: 1rem;
    line-height: 1.58;
    letter-spacing: 0;
}
.single-project .alafaq-case-study .alafaq-case-study__closing-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1360px,calc(100% - 96px));
    height: auto;
    aspect-ratio: 16 / 10;
    margin: clamp(4.5rem,8vw,8rem) auto 0;
    overflow: hidden;
    background: var(--case-surface);
    border: 1px solid var(--case-line);
    border-radius: 2px;
}
.single-project .alafaq-case-study [data-aos="fade-up"] { transform: translate3d(0,18px,0); }
.single-project .alafaq-case-study [data-aos="fade-up"].aos-animate { transform: translate3d(0,0,0); }
.single-project .alafaq-case-study a:focus-visible {
    outline: 2px solid var(--case-gold);
    outline-offset: 4px;
}
@media (max-width: 1100px) {
    .single-project .alafaq-case-study .alafaq-case-study__hero-inner,
    .single-project .alafaq-case-study .alafaq-case-study__visual-block,
    .single-project .alafaq-case-study .alafaq-case-study__body,
    .single-project .alafaq-case-study .alafaq-case-study__closing-visual { width: min(100% - 64px,1360px); }
    .single-project .alafaq-case-study .alafaq-case-study__meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box:nth-child(2) { border-right: 0; }
    .single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box:nth-child(-n+2) { border-bottom: 1px solid var(--case-line); }
    .single-project .alafaq-case-study .alafaq-case-study__section { grid-template-columns: minmax(9rem,12rem) minmax(0,1fr); gap: 3rem; }
}
@media (max-width: 767px) {
    .single-project .alafaq-case-study { padding-bottom: 4rem; }
    .single-project .alafaq-case-study .alafaq-case-study__hero-inner {
        width: calc(100% - 40px);
        padding: 3.35rem 0 3.15rem;
    }
    .single-project .alafaq-case-study .alafaq-case-study__title {
        width: 100%;
        margin-top: 1.05rem;
        font-size: clamp(2.25rem,10.5vw,3.1rem);
        line-height: .99;
        letter-spacing: -.052em;
        text-wrap: pretty;
    }
    .single-project .alafaq-case-study .alafaq-case-study__intro {
        grid-template-columns: 1fr;
        gap: .9rem;
        width: 100%;
        margin: 2rem 0 0;
    }
    .single-project .alafaq-case-study .alafaq-case-study__intro p { font-size: .98rem; line-height: 1.62; }
    .single-project .alafaq-case-study .alafaq-case-study__visual-block {
        width: calc(100% - 40px);
        margin-top: 2.25rem;
    }
    .single-project .alafaq-case-study .alafaq-case-study__visual-block .img-box {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .single-project .alafaq-case-study .alafaq-case-study__meta { grid-template-columns: 1fr; }
    .single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box,
    .single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box:nth-child(2) {
        width: 100%;
        padding: 1.05rem 1.1rem 1.15rem;
        border-right: 0;
        border-bottom: 1px solid var(--case-line);
    }
    .single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box:last-child { border-bottom: 0; }
    .single-project .alafaq-case-study .alafaq-case-study__body {
        width: calc(100% - 40px);
        margin-top: 4rem;
    }
    .single-project .alafaq-case-study .alafaq-case-study__section {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding: 3.75rem 0;
    }
    .single-project .alafaq-case-study .alafaq-case-study__rail {
        position: static;
        display: grid;
        grid-template-columns: 2.4rem minmax(0,1fr);
        align-items: center;
        gap: .75rem;
    }
    .single-project .alafaq-case-study .alafaq-case-study__index { font-size: 1.75rem; }
    .single-project .alafaq-case-study .alafaq-case-study__section .right { gap: 1.45rem; }
    .single-project .alafaq-case-study .alafaq-case-study__section .section-title {
        width: 100%;
        font-size: clamp(2rem,9.2vw,2.7rem);
        line-height: 1.04;
        letter-spacing: -.045em;
        text-wrap: pretty;
    }
    .single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy,
    .single-project .alafaq-case-study .alafaq-case-study__section .section-desc { width: 100%; gap: 1rem; }
    .single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy p,
    .single-project .alafaq-case-study .alafaq-case-study__section .section-desc p { font-size: .98rem; line-height: 1.67; }
    .single-project .alafaq-case-study .alafaq-case-study__section ul,
    .single-project .alafaq-case-study .alafaq-case-study__section ol { grid-template-columns: 1fr; gap: .7rem; }
    .single-project .alafaq-case-study .alafaq-case-study__closing-visual {
        width: calc(100% - 40px);
        height: auto;
        aspect-ratio: 4 / 3;
        margin-top: 4rem;
    }
}
@media (max-width: 430px) {
    .single-project .alafaq-case-study .alafaq-case-study__hero-inner,
    .single-project .alafaq-case-study .alafaq-case-study__visual-block,
    .single-project .alafaq-case-study .alafaq-case-study__body,
    .single-project .alafaq-case-study .alafaq-case-study__closing-visual { width: calc(100% - 32px); }
    .single-project .alafaq-case-study .alafaq-case-study__hero-inner { padding-top: 2.85rem; padding-bottom: 2.75rem; }
    .single-project .alafaq-case-study .alafaq-case-study__title { font-size: clamp(2.12rem,10.2vw,2.72rem); }
    .single-project .alafaq-case-study .alafaq-case-study__section { padding: 3.25rem 0; }
}
@media (prefers-reduced-motion: reduce) {
    .single-project .alafaq-case-study *,
    .single-project .alafaq-case-study *::before,
    .single-project .alafaq-case-study *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .single-project .alafaq-case-study [data-aos],
    .single-project .alafaq-case-study .reveal-type,
    .single-project .alafaq-case-study .reveal-type .word,
    .single-project .alafaq-case-study .reveal-type .char,
    .single-project .alafaq-case-study .alafaq-case-study__image {
        opacity: 1 !important;
        transform: none !important;
    }
    .single-project .alafaq-case-study .alafaq-case-study__section::before { transform: scaleX(1); }
}
/* ===== END AL AFAQ SHARED CASE STUDY SYSTEM ===== */


/* ===== AL AFAQ CASE STUDY QA ALIGNMENT CORRECTION ===== */
@media (min-width: 768px) {
    .single-project .alafaq-case-study__rail .section-subtitle,
    .single-project .alafaq-case-study__rail .alafaq-case-study__section-label {
        width: 100% !important;
        max-width: 100%;
        overflow: visible;
    }
}
@media (min-width: 1025px) {
    .single-project .alafaq-case-study__intro {
        box-sizing: border-box;
        padding-inline-end: clamp(4.5rem, 6vw, 5.5rem);
    }
}
/* ===== END AL AFAQ CASE STUDY QA ALIGNMENT CORRECTION ===== */


/* ===== AL AFAQ CASE STUDY AOS VISIBILITY FINALIZATION ===== */
.single-project .alafaq-case-study [data-aos].aos-init.aos-animate {
    opacity: 1 !important;
    transform: none !important;
}
/* ===== END AL AFAQ CASE STUDY AOS VISIBILITY FINALIZATION ===== */


/* ===== AL AFAQ CASE STUDY DESKTOP HERO RHYTHM REFINEMENT ===== */
@media (min-width: 1025px) {
    .single-project .alafaq-case-study__hero-inner {
        padding-top: clamp(1.75rem, 2.4vw, 2.75rem);
        padding-bottom: clamp(3.25rem, 4vw, 4.5rem);
    }

    .single-project .alafaq-case-study__eyebrow {
        margin-top: 0;
    }

    .single-project .alafaq-case-study__title {
        margin-top: clamp(1.25rem, 2vw, 1.75rem);
    }

    .single-project .alafaq-case-study__intro {
        margin-top: clamp(1.75rem, 2.6vw, 2.5rem);
    }
}
/* ===== END AL AFAQ CASE STUDY DESKTOP HERO RHYTHM REFINEMENT ===== */


/* ===== AL AFAQ CASE STUDY DESKTOP HERO CASCADE FINALIZATION ===== */
@media (min-width: 1025px) {
    .single-project .alafaq-case-study .alafaq-case-study__hero-inner {
        padding-top: clamp(1.75rem, 2.4vw, 2.75rem);
        padding-bottom: clamp(3.25rem, 4vw, 4.5rem);
    }

    .single-project .alafaq-case-study .alafaq-case-study__eyebrow {
        margin-top: 0;
    }

    .single-project .alafaq-case-study .alafaq-case-study__title {
        margin-top: clamp(1.25rem, 2vw, 1.75rem);
    }

    .single-project .alafaq-case-study .alafaq-case-study__intro {
        margin-top: clamp(1.75rem, 2.6vw, 2.5rem);
    }
}
/* ===== END AL AFAQ CASE STUDY DESKTOP HERO CASCADE FINALIZATION ===== */


/* ===== AL AFAQ CASE STUDY DESKTOP EYEBROW POSITION FINALIZATION ===== */
@media (min-width: 1025px) {
    .single-project .alafaq-case-study .section-subtitle.alafaq-case-study__eyebrow {
        margin-top: 0 !important;
    }
}
/* ===== END AL AFAQ CASE STUDY DESKTOP EYEBROW POSITION FINALIZATION ===== */


/* ===== AL AFAQ CASE STUDY CENTERED COMPOSITION + VISUAL INTEGRATION ===== */
.single-project .alafaq-case-study .alafaq-case-study__hero-inner {
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__eyebrow {
    justify-content: center;
}

.single-project .alafaq-case-study .alafaq-case-study__title {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem;
    width: min(100%, 820px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-inline-end: 0 !important;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__intro p {
    width: 100% !important;
    max-width: 780px;
    margin: 0 auto !important;
    text-align: center !important;
}

.single-project .alafaq-case-study .alafaq-case-study__visual-block {
    position: relative;
    width: min(calc(100% - 96px), 1120px) !important;
    margin: clamp(3.25rem, 4.6vw, 4.75rem) auto clamp(4.5rem, 6vw, 6.5rem) !important;
    padding: 10px !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38), inset 0 0 0 1px rgba(255,255,255,.025);
}

.single-project .alafaq-case-study .alafaq-case-study__visual-block::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -1px;
    left: 50%;
    width: clamp(88px, 9vw, 150px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(183,139,72,.85), transparent);
}

.single-project .alafaq-case-study .alafaq-case-study__visual-block .img-box {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #060606;
}

.single-project .alafaq-case-study .alafaq-case-study__visual-block .img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 67%, rgba(0,0,0,.24) 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}

.single-project .alafaq-case-study .alafaq-case-study__visual-block .alafaq-case-study__image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 10;
    object-fit: cover !important;
    object-position: center;
}

.single-project .alafaq-case-study .alafaq-case-study__visual-block .alafaq-case-study__meta {
    position: relative;
    z-index: 4;
    width: calc(100% - 48px) !important;
    margin: -3.25rem auto 1rem !important;
    padding: 1.35rem 1.1rem !important;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(7,7,7,.94);
    box-shadow: 0 20px 55px rgba(0,0,0,.44);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__meta .feature-project-info-box {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__meta .title,
.single-project .alafaq-case-study .alafaq-case-study__meta .subtitle {
    width: 100%;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__section {
    display: block !important;
    width: min(100%, 980px);
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__section .alafaq-case-study__rail {
    position: static !important;
    display: flex !important;
    grid-template-columns: none !important;
    width: 100% !important;
    min-height: 0;
    margin: 0 auto 1.75rem !important;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__section .alafaq-case-study__index {
    width: auto;
    margin: 0;
    line-height: 1;
}

.single-project .alafaq-case-study .alafaq-case-study__section .alafaq-case-study__section-label {
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    justify-content: center;
    overflow: visible;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__section > .right {
    display: block !important;
    width: min(100%, 900px) !important;
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-title {
    width: 100% !important;
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.2rem;
    width: min(100%, 780px) !important;
    max-width: 780px;
    margin: 1.5rem auto 0 !important;
    text-align: center;
}

.single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy p {
    width: 100% !important;
    max-width: 780px;
    margin: 0 auto !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    .single-project .alafaq-case-study .alafaq-case-study__visual-block {
        width: calc(100% - 32px) !important;
        margin-top: 2.25rem !important;
        margin-bottom: 3.25rem !important;
        padding: 6px !important;
    }

    .single-project .alafaq-case-study .alafaq-case-study__visual-block .alafaq-case-study__meta {
        width: 100% !important;
        margin: 0 !important;
        padding: 1rem !important;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .single-project .alafaq-case-study .alafaq-case-study__section .alafaq-case-study__rail {
        margin-bottom: 1.35rem !important;
        flex-wrap: wrap;
    }

    .single-project .alafaq-case-study .alafaq-case-study__section .case-study-narrative-copy {
        margin-top: 1.25rem !important;
        gap: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .single-project .alafaq-case-study .alafaq-case-study__visual-block .alafaq-case-study__image {
        transform: none !important;
        transition: none !important;
    }
}
/* ===== END AL AFAQ CASE STUDY CENTERED COMPOSITION + VISUAL INTEGRATION ===== */




/* ===== AL AFAQ CASE STUDY HERO TITLE CENTERING FINALIZATION ===== */
.single-project .alafaq-case-study .alafaq-case-study__hero-inner > .alafaq-case-study__title {
    width: 100% !important;
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
/* ===== END AL AFAQ CASE STUDY HERO TITLE CENTERING FINALIZATION ===== */


/* ===== AL AFAQ SERVICE PAGES CENTERED PRE-FAQ COMPOSITION ===== */
body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap {
    width: 100%;
    overflow: visible;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header {
    width: 100%;
    text-align: center;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header > .section-header {
    display: block !important;
    width: min(calc(100% - 96px), 1120px) !important;
    margin: 0 auto !important;
    padding: clamp(6.5rem, 8vw, 7.5rem) 0 clamp(4rem, 5vw, 5.5rem) !important;
    text-align: center;
    overflow: visible !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header .section-subtitle,
body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header > .section-subtitle {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 1.75rem !important;
    padding-top: 0 !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: visible !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header .section-title {
    width: 100% !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    text-align: center !important;
    overflow: visible !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project {
    position: relative;
    display: block !important;
    width: min(calc(100% - 96px), 1120px) !important;
    height: auto !important;
    margin: clamp(2.75rem, 4vw, 4.25rem) auto clamp(4.75rem, 6vw, 6.75rem) !important;
    padding: 10px !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 0 !important;
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38), inset 0 0 0 1px rgba(255,255,255,.025);
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project::before,
body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .full-image::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: -1px;
    left: 50%;
    width: clamp(88px, 9vw, 150px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(183,139,72,.85), transparent);
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project > .img-box {
    position: relative;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10;
    overflow: hidden !important;
    background: #060606;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project > .img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 67%, rgba(0,0,0,.24) 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project > .img-box > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 10;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-infos {
    position: relative;
    z-index: 5;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% - 48px) !important;
    height: auto !important;
    margin: -3.25rem auto 1rem !important;
    padding: 1.35rem 1.1rem !important;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(7,7,7,.94);
    box-shadow: 0 20px 55px rgba(0,0,0,.44);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-info-box {
    display: flex !important;
    width: 100% !important;
    min-width: 0;
    padding: .25rem 1rem;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-info-box .title,
body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-info-box .subtitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-info-box .theme-btn {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    white-space: nowrap;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap {
    width: 100%;
    overflow: visible;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header {
    display: block !important;
    width: min(calc(100% - 96px), 980px) !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: clamp(4.75rem, 6vw, 6.5rem) 0 !important;
    text-align: center;
    overflow: visible !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header > .right {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(2rem, 3vw, 3rem) !important;
    width: min(100%, 900px) !important;
    max-width: 900px;
    height: auto !important;
    margin: 0 auto !important;
    text-align: center;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .section-title {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
    overflow: visible !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .right > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 2rem !important;
    width: min(100%, 780px) !important;
    height: auto !important;
    margin: .25rem auto 0 !important;
    padding: 0 !important;
    align-items: stretch;
    justify-content: center;
    text-align: center;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .right > ul > li {
    width: 100% !important;
    margin: 0 !important;
    padding: .8rem 1rem !important;
    text-align: center !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .paragraphs {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.15rem !important;
    width: min(100%, 780px) !important;
    height: auto !important;
    margin: 0 auto !important;
    text-align: center;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .paragraphs p {
    width: 100% !important;
    max-width: 780px;
    margin: 0 auto !important;
    text-align: center !important;
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .full-image {
    position: relative;
    display: block;
    width: min(calc(100% - 96px), 1120px) !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
    margin: 0 auto clamp(1.5rem, 2.5vw, 2.75rem) !important;
    padding: 10px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .11);
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
    box-shadow: 0 30px 80px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.025);
}

body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .full-image > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center;
    transform-origin: center center;
}

@media (max-width: 1024px) {
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-infos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1.1rem;
    }
}

@media (max-width: 767px) {
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header > .section-header {
        width: calc(100% - 32px) !important;
        padding: 3.25rem 0 3.75rem !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header .section-subtitle,
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header > .section-subtitle {
        margin-bottom: 1.35rem !important;
        flex-wrap: wrap;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project,
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .full-image {
        width: calc(100% - 32px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 6px !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project {
        margin-top: 2.25rem !important;
        margin-bottom: 3.5rem !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-infos {
        grid-template-columns: minmax(0, 1fr);
        width: 100% !important;
        margin: 0 !important;
        padding: 1rem !important;
        row-gap: .2rem;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project-info-box {
        padding: .9rem .5rem !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header {
        width: calc(100% - 32px) !important;
        padding: 3.75rem 0 !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header > .right {
        gap: 2rem !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .right > ul {
        grid-template-columns: minmax(0, 1fr);
        gap: .75rem !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .full-image {
        margin-bottom: .75rem !important;
        aspect-ratio: 3 / 2;
    }
}

@media (prefers-reduced-motion: reduce) {
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .feature-project img,
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .full-image img {
        transform: none !important;
        transition: none !important;
    }
}
/* ===== END AL AFAQ SERVICE PAGES CENTERED PRE-FAQ COMPOSITION ===== */


/* ===== AL AFAQ SERVICE PRE-FAQ DIAGRAM FIT FINALIZATION ===== */
body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .full-image > img {
    object-fit: contain !important;
    transform: none !important;
    background: #050505;
}
/* ===== END AL AFAQ SERVICE PRE-FAQ DIAGRAM FIT FINALIZATION ===== */


/* ===== AL AFAQ SERVICE PRE-FAQ RESPONSIVE TYPE FINALIZATION ===== */
@media (max-width: 900px) {
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header .section-title {
        font-size: clamp(2.5rem, 6.2vw, 3.25rem) !important;
        line-height: 1.16 !important;
        letter-spacing: -.035em;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .section-title {
        font-size: clamp(2.35rem, 5.8vw, 3rem) !important;
        line-height: 1.18 !important;
        letter-spacing: -.03em;
    }
}

@media (max-width: 767px) {
    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-header .section-title {
        font-size: clamp(2rem, 8.8vw, 2.35rem) !important;
        line-height: 1.18 !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap .section-title {
        font-size: clamp(1.875rem, 8vw, 2.25rem) !important;
        line-height: 1.2 !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    body:is(.page-id-1505, .page-id-1722, .page-id-1735, .page-id-1749) .service-single-wrap .project-single-content-wrap > .section-header > .right {
        gap: 1.65rem !important;
    }
}
/* ===== END AL AFAQ SERVICE PRE-FAQ RESPONSIVE TYPE FINALIZATION ===== */


/* ===== AL AFAQ SIX ARTICLE PREMIUM REFINEMENT =====
   CSS-only refinement for posts 1921, 863, 1925, 1923, 867 and 859.
   Article copy, links, SEO, images, metadata and comments remain untouched.
================================================================ */

body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859){
    --af-article-gold:#9b7a3c;
    --af-article-line:rgba(255,255,255,.11);
    --af-article-soft-line:rgba(255,255,255,.07);
    --af-article-copy:rgba(255,255,255,.66);
    overflow-x:clip;
}

/* Centered editorial hero */
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec{
    min-height:auto;
    overflow:visible;
    padding:clamp(8rem,10vw,10.25rem) 0 clamp(5rem,7vw,7rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-header{
    align-items:center;
    display:flex;
    flex-direction:column;
    gap:1.5rem;
    margin:0 auto;
    max-width:1180px;
    overflow:visible;
    padding:0 2rem;
    text-align:center;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-subtitle{
    justify-content:center;
    margin:0;
    text-align:center;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .right{
    margin:0 auto;
    max-width:1120px;
    overflow:visible;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title{
    font-size:clamp(3rem,5vw,4.75rem);
    letter-spacing:-.045em;
    line-height:1.05;
    margin:0 auto;
    max-width:1120px;
    overflow:visible;
    text-align:center;
    text-wrap:balance;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title :is(.line,.word){
    overflow:visible;
}

/* Main composition and integrated feature image */
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-sec{
    padding:0 0 clamp(5.5rem,8vw,8rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-sec>.container{
    max-width:none;
    padding-left:0;
    padding-right:0;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-sec .left,
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap{
    margin-left:auto;
    margin-right:auto;
    max-width:none;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap{
    gap:0;
    margin-bottom:clamp(5rem,8vw,7rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child{
    display:block;
    margin:0 auto clamp(5.5rem,8vw,8rem);
    max-width:1120px;
    width:calc(100% - 4rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-2{
    background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.075),transparent 36%),linear-gradient(145deg,#121212 0%,#050505 58%,#111 100%);
    border:1px solid var(--af-article-line);
    border-radius:26px;
    box-shadow:0 30px 80px rgba(0,0,0,.48);
    display:flex;
    gap:0;
    margin:0;
    overflow:hidden;
    padding:10px;
    position:relative;
    top:auto;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-2:before{
    background:linear-gradient(90deg,transparent,rgba(155,122,60,.85),transparent);
    content:"";
    height:1px;
    left:12%;
    position:absolute;
    right:12%;
    top:0;
    z-index:4;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .img-box{
    aspect-ratio:16/10;
    background:#0a0a0a;
    border-radius:18px;
    flex:none;
    height:auto;
    overflow:hidden;
    position:relative;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .img-box:after{
    background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.62));
    content:"";
    inset:0;
    pointer-events:none;
    position:absolute;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .img-box img{
    display:block;
    height:100%;
    object-fit:cover;
    object-position:center;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-infos{
    align-items:stretch;
    align-self:center;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    background:rgba(8,8,8,.9);
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    box-shadow:0 18px 44px rgba(0,0,0,.42);
    display:grid;
    gap:1.25rem;
    grid-template-columns:minmax(0,1fr) minmax(150px,.24fr);
    height:auto;
    margin:-4.2rem auto .9rem;
    overflow:visible;
    padding:1.35rem 1.5rem;
    position:relative;
    width:calc(100% - 4rem);
    z-index:3;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-info-box{
    gap:.35rem;
    justify-content:center;
    min-width:0;
    overflow:visible;
    width:auto;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-info-box+.feature-project-info-box{
    border-left:1px solid var(--af-article-line);
    padding-left:1.25rem;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-info-box .title{
    color:rgba(155,122,60,.95);
    font-size:.7rem;
    font-weight:600;
    letter-spacing:.14em;
    line-height:1.2;
    text-transform:uppercase;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-info-box .subtitle{
    color:rgba(255,255,255,.88);
    font-size:.92rem;
    line-height:1.4;
    overflow-wrap:anywhere;
}

/* Readable article measure and editorial hierarchy */
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2){
    color:var(--af-article-copy);
    display:block;
    margin:0 auto;
    max-width:940px;
    overflow:visible;
    width:calc(100% - 3rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>:is(p,ul,ol,h3,h4){
    margin-left:auto;
    margin-right:auto;
    max-width:780px;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) p{
    color:var(--af-article-copy);
    font-size:clamp(1rem,1.2vw,1.1rem);
    font-weight:400;
    line-height:1.76;
    margin-bottom:1.45rem;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) p:empty{
    display:none;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>h2:first-child{
    color:#fff;
    font-size:clamp(2.45rem,4.35vw,4rem);
    font-weight:400;
    letter-spacing:-.045em;
    line-height:1.08;
    margin:0 auto clamp(4rem,6vw,5.5rem);
    max-width:940px;
    overflow:visible;
    padding:0 .25rem;
    text-align:center;
    text-wrap:balance;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>h2:first-child :is(.line,.word){
    overflow:visible;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) blockquote{
    background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.055),transparent 72%),linear-gradient(145deg,rgba(18,18,18,.82),rgba(5,5,5,.9));
    border:1px solid var(--af-article-soft-line);
    border-left-color:rgba(155,122,60,.72);
    border-radius:16px;
    color:#fff;
    font-size:clamp(1.45rem,2.3vw,2rem);
    font-style:normal;
    font-weight:400;
    letter-spacing:-.025em;
    line-height:1.28;
    margin:clamp(3.75rem,6vw,5.5rem) auto 1.65rem;
    max-width:860px;
    overflow:visible;
    padding:1.45rem 1.65rem;
    position:relative;
    text-wrap:balance;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) blockquote:before{
    background:var(--af-article-gold);
    border-radius:999px;
    content:"";
    height:4px;
    left:1.65rem;
    position:absolute;
    top:0;
    transform:translateY(-50%);
    width:38px;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) h3{
    color:rgba(255,255,255,.94);
    font-size:clamp(1.55rem,2.3vw,2rem);
    font-weight:400;
    letter-spacing:-.025em;
    line-height:1.25;
    margin-bottom:1rem;
    margin-top:clamp(2.75rem,4vw,3.75rem);
    overflow:visible;
    text-wrap:balance;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) h4{
    background:linear-gradient(145deg,rgba(17,17,17,.88),rgba(5,5,5,.94));
    border:1px solid var(--af-article-line);
    border-radius:16px;
    color:#fff;
    font-size:clamp(1.45rem,2.2vw,1.9rem);
    font-weight:400;
    letter-spacing:-.025em;
    line-height:1.3;
    margin-bottom:2rem;
    margin-top:clamp(3.25rem,5vw,4.75rem);
    padding:1.6rem;
    text-align:center;
    text-wrap:balance;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) :is(ul,ol){
    color:var(--af-article-copy);
    display:block;
    margin-bottom:1.65rem;
    padding-left:1.35rem;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) :is(ul,ol) li{
    font-size:clamp(1rem,1.2vw,1.1rem);
    font-weight:400;
    line-height:1.7;
    margin-bottom:.7rem;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) a{
    color:inherit;
    text-decoration-color:rgba(155,122,60,.76);
    text-decoration-thickness:1px;
    text-underline-offset:.19em;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) a:hover{
    color:#fff;
}

/* Existing comments and form — retained and integrated */
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-lists-wrap{
    margin:0 auto 3rem;
    max-width:900px;
    width:calc(100% - 3rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-box{
    background:linear-gradient(145deg,rgba(18,18,18,.92),rgba(5,5,5,.97));
    border:1px solid var(--af-article-line);
    border-radius:16px;
    box-shadow:0 18px 45px rgba(0,0,0,.26);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap{
    background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.055),transparent 45%),linear-gradient(145deg,#111 0%,#050505 68%,#0d0d0d 100%);
    border:1px solid var(--af-article-line);
    border-radius:22px;
    box-shadow:0 28px 72px rgba(0,0,0,.38);
    margin:0 auto;
    max-width:900px;
    overflow:hidden;
    padding:clamp(1.75rem,4vw,3rem);
    position:relative;
    width:calc(100% - 3rem);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap:before{
    background:linear-gradient(90deg,transparent,rgba(155,122,60,.85),transparent);
    content:"";
    height:1px;
    left:16%;
    position:absolute;
    right:16%;
    top:0;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(.title-with-circle,.section-subtitle){
    justify-content:center;
    margin-bottom:2rem;
    text-align:center;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .comment-form{
    display:grid;
    gap:1rem;
    grid-template-columns:repeat(2,minmax(0,1fr));
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .comment-form>:is(.comment-notes,.logged-in-as,.comment-form-comment,.form-submit),
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .comment-form>.input-group:first-of-type{
    grid-column:1/-1;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .form-col-2{
    display:grid;
    gap:1rem;
    grid-column:1/-1;
    grid-template-columns:repeat(2,minmax(0,1fr));
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .input-group{
    min-width:0;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(input:not([type="submit"]),textarea){
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    color:#fff;
    font-size:1rem;
    line-height:1.45;
    padding:1rem 1.1rem;
    transition:border-color 180ms ease,background-color 180ms ease;
    width:100%;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(input:not([type="submit"]),textarea)::placeholder{
    color:rgba(255,255,255,.42);
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(input:not([type="submit"]),textarea):focus{
    background:rgba(255,255,255,.065);
    border-color:rgba(155,122,60,.78);
    box-shadow:none;
    outline:none;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap textarea{
    min-height:164px;
    resize:vertical;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(.form-submit,.input-group:has(.submit-comment-btn)){
    grid-column:1/-1;
    margin:0;
    text-align:center;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .submit-comment-btn{
    background:#fff;
    border:1px solid #fff;
    border-radius:999px;
    color:#050505;
    cursor:pointer;
    display:inline-flex;
    justify-content:center;
    min-height:48px;
    padding:.85rem 1.6rem;
    transition:background-color 180ms ease,color 180ms ease,border-color 180ms ease;
}
body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap .submit-comment-btn:hover{
    background:transparent;
    border-color:rgba(155,122,60,.78);
    color:#fff;
}

/* Tablet */
@media (max-width:1024px){
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec{padding:7.75rem 0 5rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-header{padding:0 1.5rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title{font-size:clamp(2.75rem,6vw,4rem)}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child{width:calc(100% - 3rem)}
}

/* Mobile */
@media (max-width:767px){
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec{padding:6.75rem 0 3.75rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-header{gap:1rem;padding:0 1rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title{font-size:clamp(2rem,9.2vw,2.65rem);letter-spacing:-.04em;line-height:1.12}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child{margin-bottom:4.25rem;width:calc(100% - 2rem)}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-2{border-radius:19px;padding:6px}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .img-box{aspect-ratio:4/3;border-radius:14px}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-infos{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;border:0;border-radius:0;box-shadow:none;gap:.9rem;grid-template-columns:1fr;margin:0;padding:1.15rem .85rem .9rem;width:100%}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:first-child .feature-project-info-box+.feature-project-info-box{border-left:0;border-top:1px solid var(--af-article-line);padding-left:0;padding-top:.9rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap{margin-bottom:4.25rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2){width:calc(100% - 2rem)}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>h2:first-child{font-size:clamp(2rem,9vw,2.65rem);line-height:1.12;margin-bottom:3.25rem;padding:0}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) p,
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) :is(ul,ol) li{font-size:1rem;line-height:1.7}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) blockquote{border-radius:14px;font-size:clamp(1.35rem,6.5vw,1.65rem);line-height:1.28;margin-top:3.5rem;padding:1.3rem 1.2rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) blockquote:before{left:1.2rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) h3{font-size:clamp(1.4rem,6.8vw,1.7rem);line-height:1.28;margin-top:2.65rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2) h4{border-radius:14px;font-size:clamp(1.35rem,6.5vw,1.65rem);margin-top:3.25rem;padding:1.35rem 1rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) :is(.comment-lists-wrap,.comment-form-wrap){width:calc(100% - 2rem)}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap{border-radius:18px;padding:1.35rem 1rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(.comment-form,.form-col-2){grid-template-columns:1fr}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-box{align-items:flex-start;flex-direction:column;padding:1.25rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-box .reply-btn{right:1rem;top:1rem}
}

@media (max-width:430px){
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec{padding-top:6.15rem}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title{font-size:clamp(1.9rem,9.4vw,2.35rem)}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>h2:first-child{font-size:clamp(1.9rem,9vw,2.35rem)}
}

@media (prefers-reduced-motion:reduce){
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title,
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .breadcrumb-sec .section-title *,
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>h2:first-child,
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .blog-detail-content-wrap>.blog-content-box:nth-child(2)>h2:first-child *{opacity:1;transform:none}
    body:is(.postid-1921,.postid-863,.postid-1925,.postid-1923,.postid-867,.postid-859) .comment-form-wrap :is(input,textarea,button){transition:none}
}
/* ===== END AL AFAQ SIX ARTICLE PREMIUM REFINEMENT ===== */
