/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Merraki
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Services Section
5. About us  Section
6. Our percess Section
7. Success Section
8. What's new Section
9. Testimonials Section
10. Work with us Section
11. Blog Section
12. Footer Section
*/


@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&display=swap');


:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #ffffff;
    --e-global-color-text: #a7a7a7;
    --e-global-color-accent: #e1b261;
    --e-global-color-very-dark-mostly-black-blue: #222224;
    --e-global-color-very-dark-grayish-blue: #5c5c5e;
    --e-global-color-very-dark-gray: #464646;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
}

body {
    font-family: 'Syne', sans-serif;
    background-color: rgb(138, 0, 0);
}

.h1,
h1 {
    font-size: 76px;
    line-height: 80px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.h2,
h2 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.h3,
h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2.0px;
    word-spacing: 1.2px;
    color: var(--e-global-color-secondary);
}

p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
}

.text-size-14 {
    font-size: 14px;
    line-height: 26px;
}

/* Persian Carpets Section */
.persian-carpets-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.persian-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.persian-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.persian-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(139, 0, 0, 0.65);
    z-index: 2;
}

.persian-carpets-section .container {
    position: relative;
    z-index: 3;
}

.persian_content h6 {
    color: var(--e-global-color-secondary);
    margin-bottom: 15px;
}

.persian_content h2 {
    color: var(--e-global-color-primary);
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}

.persian-item {
    text-align: center;
}

.persian-frame {
    display: inline-block;
    padding: 0;
    background: transparent;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.persian-frame img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 2px;
}

.persian-unified-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #e1b261, #c99a3c);
    border-radius: 50px;
    padding: 4px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 10px 30px rgba(225, 178, 97, 0.25);
    position: relative;
    overflow: hidden;
}

.persian-unified-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.persian-unified-btn:hover::before {
    left: 100%;
}

.persian-unified-btn:hover {
    box-shadow: 0 15px 40px rgba(225, 178, 97, 0.4);
    transform: translateY(-3px);
}

.persian-unified-btn .btn-text {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 12px 30px 12px 35px;
    transition: all 0.3s ease-in-out;
}

.persian-unified-btn:hover .btn-text {
    color: #1a1a1a;
}

.persian-unified-btn .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: rgba(26, 26, 26, 0.9);
    border-radius: 50%;
    margin-right: 4px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.persian-unified-btn:hover .btn-arrow {
    background: rgba(26, 26, 26, 1);
    transform: scale(1.05);
}

.persian-unified-btn .btn-arrow img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(0.8) sepia(1) hue-rotate(15deg) saturate(3);
    transition: all 0.3s ease-in-out;
}

.persian-unified-btn:hover .btn-arrow img {
    filter: brightness(0) invert(1) sepia(1) hue-rotate(15deg) saturate(3);
    transform: translateX(3px);
}

/* Ultra-Luxurious Unified Button */
.persian-unified-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, white);
    border-radius: 50px;
    padding: 4px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow:
        0 15px 30px rgba(225, 178, 97, 0.3),
        0 8px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(225, 178, 97, 0.3);
}

.persian-unified-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

.persian-unified-btn:hover::before {
    left: 100%;
}

.persian-unified-btn:hover {
    box-shadow:
        0 25px 50px rgba(225, 178, 97, 0.4),
        0 15px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.02);
}

.persian-unified-btn .btn-text {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 12px 30px 12px 35px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    text-transform: lowercase;
}

.persian-unified-btn:hover .btn-text {
    color: #1a1a1a;
}

.persian-unified-btn .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 50%;
    margin-right: 6px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.persian-unified-btn:hover .btn-arrow {
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    transform: scale(1.1) translateX(2px);
}

.persian-unified-btn .btn-arrow img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(0.9) sepia(1) hue-rotate(15deg) saturate(5);
    transition: all 0.3s ease-in-out;
}

.persian-unified-btn:hover .btn-arrow img {
    filter: brightness(0) invert(1) sepia(1) hue-rotate(15deg) saturate(5);
    transform: translateX(4px);
}

/* Luxurious Section Enhancements */
.persian-carpets-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(225, 178, 97, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(139, 0, 0, 0.05) 0%, transparent 40%),
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 6;
    pointer-events: none;
}

/* Elegant subtle animation for the title */
@keyframes persianGlow {

    0%,
    100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

.persian-carpets-section .persian_content h6 {
    animation: persianGlow 4s ease-in-out infinite;
}

/* Premium responsive adjustments */
@media (min-width: 1200px) {
    .persian-carpets-section {
        padding: 80px 0;
    }

    .persian-carpets-section .persian_content {
        padding: 60px 0 40px;
    }

    .persian-carpets-section .persian_content h2 {
        font-size: 20px;
        max-width: 800px;
    }

    .persian-carpets-section .persian-item {
        padding: 30px;
    }

    .persian-carpets-section .persian-frame {
        padding: 18px;
    }

    .persian-carpets-section .persian-frame img {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .persian-carpets-section .persian-item {
        padding: 25px;
    }

    .persian-carpets-section .persian-frame {
        padding: 15px;
    }

    .persian-carpets-section .persian-frame img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .persian-carpets-section .persian_content {
        padding: 50px 0 30px;
    }

    .persian-carpets-section .persian_content h6 {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .persian-carpets-section .persian_content h2 {
        font-size: 15px;
        padding: 0 20px;
    }

    .persian-carpets-section .persian-item {
        padding: 20px;
    }

    .persian-carpets-section .persian-frame {
        padding: 12px;
    }

    .persian-carpets-section .persian-frame img {
        height: 280px;
    }

    .persian-unified-btn .btn-text {
        font-size: 16px;
        padding: 10px 25px 10px 30px;
    }

    .persian-unified-btn .btn-arrow {
        width: 44px;
        height: 44px;
    }
}

/* Persian Section Animations */
.persian-section {
    overflow: hidden;
}

.persian-section .persian_content[data-aos="fade-down"] {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 1.2s ease;
}

.persian-section .persian_content.aos-animate[data-aos="fade-down"] {
    transform: translateY(0);
    opacity: 1;
}

.persian-section .persian_content h6[data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s ease;
}

.persian-section .persian_content h6.aos-animate[data-aos="fade-up"] {
    transform: translateY(0);
    opacity: 1;
}

.persian-section .persian_content h2[data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s ease 0.2s;
}

.persian-section .persian_content h2.aos-animate[data-aos="fade-up"] {
    transform: translateY(0);
    opacity: 1;
}

.persian-section .persian-frame {
    position: relative;
    overflow: hidden;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.8s ease;
}

.persian-section .persian-frame.aos-animate {
    transform: scale(1);
    opacity: 1;
}

.persian-section .persian-frame img[data-aos="zoom-in"] {
    transform: scale(1.1);
    transition: all 1.2s ease;
}

.persian-section .persian-frame.aos-animate img[data-aos="zoom-in"] {
    transform: scale(1);
}

.persian-section .persian-unified-btn[data-aos="fade-up"] {
    transform: translateY(40px);
    opacity: 0;
    transition: all 1s ease;
}

.persian-section .persian-unified-btn.aos-animate[data-aos="fade-up"] {
    transform: translateY(0);
    opacity: 1;
}

/* Ultra-Luxurious Persian Carpets Section */
.persian-carpets-section {
    overflow: hidden;
    min-height: 80vh;
    position: relative;
    background: linear-gradient(135deg, #1a0a0a 0%, #2d1810 50%, #1a0a0a 100%);
}

.persian-carpets-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(225, 178, 97, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(139, 0, 0, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.persian-carpets-section .container {
    position: relative;
    z-index: 10;
}

/* Enhanced Background with Parallax */
.persian-carpets-section .persian-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    overflow: hidden;
    z-index: -1;
    filter: brightness(0.4) contrast(1.2);
}

.persian-carpets-section .persian-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.8s ease;
}

.persian-carpets-section.aos-animate .persian-bg img {
    transform: scale(1);
}

/* Luxurious Overlay - Light like hero section */
.persian-overlay {
    background: rgba(220, 37, 38, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/* Premium Typography - Using Default Fonts */
.persian-carpets-section .persian_content {
    padding: 60px 0 50px;
    position: relative;
}

.persian-carpets-section .persian_content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e1b261;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    opacity: 0.9;
}

.persian-carpets-section .persian_content h6::before,
.persian-carpets-section .persian_content h6::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e1b261, transparent);
}

.persian-carpets-section .persian_content h6::before {
    right: calc(100% + 15px);
}

.persian-carpets-section .persian_content h6::after {
    left: calc(100% + 15px);
}

.persian-carpets-section .persian_content h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #f8f6f2;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.3px;
    opacity: 0.95;
}

/* Elegant Persian Frames */
.persian-carpets-section .persian-item {
    padding: 25px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.persian-carpets-section .persian-frame {
    display: inline-block;
    padding: 0;
    background: transparent;
    border-radius: 8px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 10px 20px rgba(225, 178, 97, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.persian-carpets-section .persian-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.8s ease;
    z-index: 2;
}

.persian-carpets-section .persian-frame:hover::before {
    left: 100%;
}

.persian-carpets-section .persian-frame:hover {
    transform: translateY(-12px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 15px 30px rgba(225, 178, 97, 0.3);
}

.persian-carpets-section .persian-frame img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.6s ease;
    filter: brightness(0.95) contrast(1.05);
}

.persian-carpets-section .persian-frame:hover img {
    filter: brightness(1.05) contrast(1.15);
    transform: scale(1.05);
}

/* Home Page Style */

.banner_outer {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.banner_outer .light-image {
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 1;
}

.banner_outer .header {
    padding: 0 216px;
    position: relative;
    z-index: 10000;
}

.navbar-collapse ul {
    align-items: center;
    display: inherit;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
    color: var(--e-global-color-secondary) !important;
    background-color: transparent;
}

.navbar-nav li:hover>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    right: 0;
    height: 2px;
    width: 26px;
    z-index: 1;
    background-color: var(--e-global-color-accent);
}

.navbar-nav .dropdown li:hover>a:before {
    display: none;
}

.navbar-nav li:last-child:hover>a:before {
    display: none;
}

.navbar-nav .active>a {
    color: var(--e-global-color-secondary) !important;
}

.navbar-nav li.active>a:before {
    content: "";
    height: 2px;
    width: 26px;
    background-color: var(--e-global-color-accent);
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:last-child.active>a:before {
    display: none;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    height: 70px;
}

.navbar-brand .banner-logo img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 2px #fff);
}

.navbar {
    position: relative;
    padding: 30px 0;
    z-index: 1040;
}

.navbar-nav li {
    margin: 0 24px;
}

.navbar-nav {
    padding-left: 215px;
    margin-top: -6px;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav li:last-child {
    margin-right: 0px;
    padding-right: 0;
}

.navbar-nav .contact_us {
    margin-left: 85px;
    margin-top: 0;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    margin-right: 16px;
    align-self: center;
}

.navbar-nav .contact-button:hover .contact_us {
    color: var(--e-global-color-accent) !important;
}

.navbar-nav .contact-button .image-button {
    display: inline-block;
}

.navbar-nav .contact-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}

.navbar-nav .contact-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.navbar-nav .contact-button a {
    display: inline-flex;
    align-items: center;
}

.navbar-nav .contact-button .arrow img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.navbar-nav .contact-button:hover .arrow {
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.navbar-nav .contact-button:hover .arrow img {
    filter: none;
}

.navbar-nav .active>.contact-button .contact_us {
    color: var(--e-global-color-accent) !important;
}

.navbar-nav .active>.contact-button .arrow {
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.navbar-nav .active>.contact-button .arrow img {
    filter: none;
}

.navbar-nav .dropdown {
    margin: 0 8px 0 30px;
}

.navbar-nav .nav-item .dropdown-item {
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages .active>a {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 45px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
    z-index: 1050;
}

.navbar-nav .drop-down-pages li {
    margin: 0;
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 12px 20px;
    margin-top: 0;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

.navbar-nav .drop-down-pages li:last-child {
    margin-left: 0;
}

.banner_outer .social-icons {
    margin-left: 232px;
    top: 135px;
    z-index: 12;
}

.banner_outer .social-icons .line {
    position: absolute;
    left: -182px;
    top: 108px;
}

.banner_outer .social-icons ul {
    left: -192px;
    top: 206px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_outer .social-icons ul li {
    margin-top: 16px;
}

.banner_outer .social-icons ul li .social-networks {
    font-size: 20px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.banner_outer .social-icons ul li .social-networks:hover {
    color: var(--e-global-color-accent);
    transform: translateY(-4px) scale(1.06);
}

.banner-section {
    position: relative;
    padding: 135px 200px 60px 215px;
    z-index: 1;
    min-height: 600px;
    overflow: hidden;
}

.banner-section .owl-carousel {
    height: 100%;
}

.banner-section .owl-stage-outer,
.banner-section .owl-stage,
.banner-section .owl-item,
.banner-section .item {
    height: 100% !important;
    min-height: inherit;
}

.banner-section .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section .banner_content {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 215px;
    margin-top: 0 !important;
    z-index: 2;
}

@media (max-width: 992px) {
    .banner-section {
        min-height: 520px;
    }

    .banner-section .owl-carousel .owl-dots {
        left: 40px;
        bottom: 16px;
    }
}

@media (max-width: 576px) {
    .banner-section {
        min-height: 480px;
    }

    .banner-section .owl-carousel .owl-dots {
        left: 24px;
        bottom: 14px;
    }
}

.banner-section .banner-backgroundimage {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.banner-section .banner_content {
    position: relative;
    margin-right: 90px;
}

.banner-section .banner-backgroundimage img {
    transition: opacity 450ms ease, transform 800ms ease;
    will-change: opacity, transform;
}

.banner-section .banner_content h1 {
    margin-bottom: 26px;
}

.banner-section .banner_content p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin-right: 180px;
    word-spacing: 0.6px;
    margin-bottom: 44px;
}

.banner-section .discover_more {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 16px;
}

.banner-section .discover-button:hover .discover_more {
    color: var(--e-global-color-accent);
}

.banner-section .discover-button .image-button {
    display: inline-block;
}

.banner-section .discover-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
}

.banner-section .discover-button:hover .arrow {
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

.banner-section .discover-button:hover .arrow img {
    filter: brightness(0) invert(1);
}

.banner-section .owl-carousel .owl-dots {
    position: relative;
    margin-top: 120px !important;
    float: left;
    left: -6px;
}

/* Modern slide transitions */
.banner-section .owl-item {
    transition: opacity 600ms ease, transform 600ms ease;
    opacity: 0.4;
    transform: scale(0.98);
}

.banner-section .owl-item.active {
    opacity: 1;
    transform: scale(1);
}

.banner-section .owl-item .banner_content .content {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 520ms ease 120ms, transform 520ms ease 120ms;
}

.banner-section .owl-item.active .banner_content .content {
    opacity: 1;
    transform: translateY(0);
}

.banner-section .cta-btn {
    will-change: transform, box-shadow;
}

.banner-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-grayish-blue);
}

.banner-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.banner-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
}

.banner-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.banner-section .owl-carousel .owl-item img {
    display: inline-block;
    width: 17px;
}

/* Services */

.service-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 145px 0;
}

.service-section .service_content {
    text-align: center;
}

.service-section .service_content h6 {
    margin-bottom: 18px;
}

.service-section .service_content h2 {
    margin-bottom: 46px;
    padding: 0 170px;
}

.service-section .top-space {
    padding-top: 30px;
}

.service-section .box-content {
    width: 100%;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px;
}

.service-section .box-content:hover {
    transform: translateY(-5px);
}

.service-section .box-content .upper_portion {
    position: relative;
}

.service-section .box-content .upper_portion .image {
    overflow: hidden;
}

.service-section .box-content .upper_portion .image img {
    transition: all 0.3s ease-in-out;
}

.service-section .box-content .upper_portion .image:hover img {
    transform: scale(1.1);
}

.service-section .box-content .upper_portion .image_content {
    background: var(--e-global-color-accent);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 38%);
    border-radius: 100px;
    height: 82px;
    width: 82px;
    line-height: 78px;
    text-align: center;
    left: 30px;
    bottom: -40px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.service-section .box-content .upper_portion .image_content:hover {
    transform: translateY(-5px);
}

.service-section .box-content .lower_portion_wrapper {
    padding: 58px 29px 28px;
}

.service-section .box-content .lower_portion_wrapper h5 {
    font-weight: 600;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}

.service-section .box-content .lower_portion_wrapper p {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.service-section .box-content .lower_portion_wrapper .read_more {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.service-section .box-content .lower_portion_wrapper .read_more:hover {
    color: var(--e-global-color-white);
}

.service-section .box-content .lower_portion_wrapper .read_more i {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}

.service-section .box-content .lower_portion_wrapper .read_more:hover i {
    color: var(--e-global-color-white);
}

.service-section .explore-button {
    margin: auto;
    text-align: center;
}

.service-section .explore {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 16px;
}

.service-section .explore-button:hover .explore {
    color: var(--e-global-color-accent);
}

.service-section .explore-button .image-button {
    display: inline-block;
}

.service-section .explore-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}

.service-section .explore-button:hover .arrow {
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

.service-section .explore-button:hover .arrow img {
    filter: brightness(0) invert(1);
}

/* About us */

.about-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 100px;
    position: relative;
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.about-overlay {
    background: rgba(220, 37, 38, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.about-section .light-image {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 2;
}

.about-section .about_wrapper {
    position: relative;
    z-index: 2;
}

.about-section .about_wrapper .about-image1 {
    position: absolute;
    top: -4px;
    left: -140px;
}

.about-section .about_wrapper .badge .about-logoimage {
    position: absolute;
    background: red;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 65px;
}

.about-section .badge {
    position: relative;
    top: -46px;
    left: -188px;
    --badge-size: 122px;
    --badge-color: var(--black);

    display: flex;
    justify-content: center;
    align-items: center;

    width: var(--badge-size);
    height: var(--badge-size);

    background: var(--black);
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
    z-index: 10;
    pointer-events: none;
}

.about-section .badge__emoji {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
}

.about-section .badge__char {
    --char-font-weight: 500;
    --char-font-size: 14px;
    --char-width: 22px;

    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - var(--char-width) / 2);
    height: calc(var(--badge-size) / 2);
    width: var(--char-width);
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    line-height: 1rem;

    font-weight: var(--char-font-weight);
    font-size: var(--char-font-size);
    color: var(--white);
    font-family: var(--char-font-family);
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}

.about-section .badge__char1 {
    --char-font-weight: 700;
    --char-font-size: 20px;
    --char-width: 26px;
    top: -5px;
}

@-webkit-keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.about-section .about_wrapper .about-image2 {
    position: absolute;
    top: -46px;
    right: -136px;
}

.about-section .about_content {
    margin: 0 -20px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.about-section .about_content h6 {
    margin-bottom: 20px;
    color: #e1b261;
    position: relative;
    z-index: 2;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.about-section .about_content h2 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.3px;
    opacity: 0.95;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-section .about_content h5 {
    border-left: 1px solid var(--e-global-color-accent);
    padding-left: 17px;
    margin-bottom: 18px;
    color: #f8f6f2;
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.about-section .about_content p {
    margin-bottom: 24px;
    color: #f8f6f2;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.about-section .about-button {
    position: relative;
    z-index: 2;
}

.about-section .read_more {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-section .about-button:hover .read_more {
    color: var(--e-global-color-accent);
}

.about-section .about-button .image-button {
    display: inline-block;
}

.about-section .about-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -2px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.about-section .about-button:hover .arrow {
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

.about-section .about-button:hover .arrow img {
    filter: brightness(0) invert(1);
}

/* Responsive About Section */
@media (max-width: 768px) {
    .about-section {
        padding: 80px 0 60px;
    }

    .about-section .about_content h6 {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .about-section .about_content h2 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .about-section .about_content h5 {
        font-size: 16px;
        padding-left: 12px;
        margin-bottom: 15px;
    }

    .about-section .about_content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .about-section .read_more {
        font-size: 14px;
        margin-right: 10px;
    }

    .about-section .about-button .arrow {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }

    .about-section .about_content {
        padding: 0 10px;
    }
}

/* Process */

.process-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 150px;
}

.process-section .process-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.process-section .container {
    position: relative;
    z-index: 2;
}

.process-section .process_content {
    text-align: center;
}

.process-section .process_content h6 {
    margin-bottom: 18px;
    color: #e1b261;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.process-section .process_content h2 {
    margin-bottom: 46px;
    color: #f8f6f2;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.process-section .process-intro {
    max-width: 900px;
    margin: 0 auto 28px;
    text-align: center;
    color: #f8f6f2;
    opacity: 0.95;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.process-section .portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.process-section .portfolio-box {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.process-section .portfolio-box::before,
.process-section .portfolio-box::after {
    content: none;
}

.process-section .portfolio-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.process-section .portfolio-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #e1b261;
    transform: rotate(45deg);
}

@media (max-width: 576px) {
    .process-section .portfolio-list li {
        padding-left: 24px;
        font-size: 16px;
    }
}

.process-section .box-content {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.92), rgba(45, 17, 17, 0.92));
    padding: 50px 30px 68px;
    border-bottom: 1px solid rgba(225, 178, 97, 0.35);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

.process-section .box-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(225, 178, 97, 0.55);
}

.process-section .box-content .icon {
    position: relative;
    float: right;
    top: -20px;
    transition: all 0.3s ease-in-out;
}

.process-section .box-content .icon img {
    transition: all 0.3s ease-in-out;
}

.process-section .box-content .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 3px solid var(--e-global-color-accent);
    border-radius: 100px;
    color: var(--e-global-color-accent);
    font-size: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.process-section .box-content .icon:hover {
    transform: translateY(-5px);
}

.process-section .box-content:hover .icon img {
    transform: scale(1.06);
    filter: drop-shadow(0 0 6px rgba(225, 178, 97, 0.35));
}

.process-section .box-content:hover .icon i {
    transform: scale(1.08);
    border-color: #e1b261;
    color: #e1b261;
}

.process-section .box-content span {
    transition: color 0.3s ease-in-out;
}

.process-section .box-content:hover span {
    color: #e1b261;
}

.process-section .box-content h5 {
    transition: color 0.3s ease-in-out;
}

.process-section .box-content:hover h5 {
    color: #e1b261;
}

.process-section .box-content span {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    display: block;
    margin-bottom: 18px;
}

.process-section .box-content h5 {
    font-weight: 600;
}

/* Work */

.work-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 94px 0 174px;
    position: relative;
}

.work-section .work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.work-section .container {
    position: relative;
    z-index: 2;
}

.work-section .work_content h6 {
    color: #e1b261;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 12px;
}

.work-section .work_content h2 {
    color: #f8f6f2;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.work-section .work_content h2::after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    margin-top: 10px;
    background: linear-gradient(90deg, transparent, #e1b261, transparent);
    opacity: 0.7;
}

.work-section .work_content {
    max-width: 800px;
    padding: 8px 0 0;
}

.work-section .branches-intro {
    color: #f8f6f2;
    opacity: 0.95;
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.work-section .branches-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
}

.work-section .branches-list li {
    margin: 0;
    position: relative;
    padding: 0;
    transition: color 0.2s ease-in-out;
    border: none;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.work-section .branches-list li::before {
    content: none;
}

.work-section .branches-list li:hover {
    color: #e1b261;
}

@media (max-width: 768px) {
    .work-section .branches-list {
        grid-template-columns: 1fr;
    }
}

.work-section .light-image {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 6;
    pointer-events: none;
}

.work-section .work_content .year {
    position: relative;
}

.work-section .work_content .year::before {
    content: "";
    position: absolute;
    background: url(../images/blog-image1.jpg);
    height: 100%;
    width: 67%;
    right: 178px;
    opacity: 40%;
    z-index: -1;
}

.work-section .work_content .year span {
    font-size: 250px;
    line-height: 256px;
    font-weight: 700;
    color: var(--e-global-color-white);
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.work-section .work_content .year sup {
    font-size: 150px;
    line-height: 156px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    position: relative;
    top: -78px;
    left: -4px;
}

.work-section .work_content h2 {
    margin-bottom: 48px;
}

.work-section .discover_more {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 16px;
}

.work-section .discover-button:hover .discover_more {
    color: var(--e-global-color-accent);
}

.work-section .discover-button .image-button {
    display: inline-block;
}

.work-section .discover-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}

.work-section .discover-button:hover .arrow {
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

.work-section .discover-button:hover .arrow img {
    filter: brightness(0) invert(1);
}

.work-section .work_wrapper {
    position: relative;
}

.work-section .work_wrapper .work-image {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.work-section .work_wrapper .work-imagebackground {
    display: none !important;
}

.work-section .work_wrapper .work-image img {
    border-radius: 12px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease, filter 0.5s ease;
}

.work-section .work_wrapper .work-image:hover img {
    transform: scale(1.06);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.55);
    filter: brightness(1.03) contrast(1.1);
}

.work-section .work_wrapper .work-image::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 16px;
    border: 1px solid rgba(225, 178, 97, 0.35);
    pointer-events: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.work-section .work_wrapper .work-image:hover::after {
    border-color: #f3f3f3;
    box-shadow: 0 0 0 2px rgba(225, 178, 97, 0.2);
}

.work-section .work_wrapper .work-image .shop-overlay {
    display: none;
}

/* Recent work */

.recentwork-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 142px 0 140px;
}

.recentwork-section .recentwork-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.recentwork-section .container-fluid {
    padding: 0;
    position: relative;
    z-index: 10;
}

.recentwork-section .recentwork_content {
    text-align: center;
}

.recentwork-section .light-image {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 6;
    pointer-events: none;
}

.recentwork-section .light-image-left {
    position: absolute;
    top: 0;
    left: 50px;
    right: auto;
    z-index: 6;
    pointer-events: none;
}

@media (max-width: 768px) {
    .recentwork-section .light-image-left {
        display: none;
    }
}

.recentwork-section .recentwork_content h6 {
    color: #e1b261;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 12px;
}

.recentwork-section .recentwork_content h2 {
    color: #f8f6f2;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.recentwork-section .recentwork_content h2::after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, transparent, #e1b261, transparent);
    opacity: 0.7;
}

.recentwork-section .recentwork_content h6 {
    margin-bottom: 18px;
}

.recentwork-section .recentwork_content h2 {
    margin-bottom: 46px;
}

.recentwork-section .image {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.recentwork-section .image figure {
    margin: 0 auto;
}

.recentwork-section .furniture-intro {
    max-width: 900px;
    margin: 0 auto 24px;
    text-align: center;
    opacity: 0.95;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.recentwork-section .furniture-intro::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #e1b261, transparent);
}

.recentwork-section .furniture-info {
    margin-bottom: 24px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.recentwork-section .furniture-card {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}

.recentwork-section .furniture-card h5 {
    border-left: 2px solid var(--e-global-color-accent);
    padding-left: 14px;
    margin-bottom: 10px;
    color: #e1b261;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}

.recentwork-section .furniture-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.recentwork-section .furniture-list li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.recentwork-section .furniture-list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--e-global-color-accent);
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.recentwork-section .furniture-info .col-xl-5,
.recentwork-section .furniture-info .col-lg-6 {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.recentwork-section .furniture-info .col-xl-5+.col-xl-5::before,
.recentwork-section .furniture-info .col-lg-6+.col-lg-6::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #e1b261, transparent);
    opacity: 0.6;
}

@media (max-width: 768px) {
    .recentwork-section .furniture-intro {
        font-size: 16px;
    }

    .recentwork-section .furniture-info .col-xl-5+.col-xl-5::before,
    .recentwork-section .furniture-info .col-lg-6+.col-lg-6::before {
        display: none;
    }
}

.recentwork-section .image .box-content {
    display: none !important;
}

.recentwork-section .image .box-content .content {
    display: none !important;
}

.recentwork-section .arrow {
    border: 1px solid var(--e-global-color-white);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.recentwork-section .arrow img {
    width: 17px !important;
    filter: brightness(0) invert(1);
}

.recentwork-section .item .recentwork-image {
    background: var(--e-global-color-black);
}

.recentwork-section .item .recentwork-image img {
    opacity: 1;
}

.recentwork-section .owl-carousel .item {
    transform: scale(.8);
}

.recentwork-section .owl-carousel .active .item {
    opacity: 1;
    transform: scale(1);
}

.recentwork-section .owl-carousel .owl-item img {
    display: inline-block !important;
}

.recentwork-section .owl-carousel .owl-nav {
    margin-top: 0;
}

.recentwork-section .owl-carousel .item .image .box-content {
    display: none;
    transition: all 0.3s ease-in-out;
}

.recentwork-section .owl-carousel .item .image .box-content:hover {
    transform: translateY(-5px);
}

.recentwork-section .owl-carousel .active .item .image .box-content {
    display: block;
}

.recentwork-section .owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 50px !important;
}

.recentwork-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--e-global-color-very-dark-grayish-blue);
    transition: all 0.3s ease-in-out;
}

.recentwork-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.recentwork-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
}

.recentwork-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Testimonial */

.testimonial-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 140px;
}

.testimonial-section .light-image {
    position: absolute;
    top: 0;
    right: 46px;
}

.testimonial-section .testimonial_content {
    text-align: center;
}

.testimonial-section .testimonial_content h6 {
    margin-bottom: 18px;
}

.testimonial-section .testimonial_content h2 {
    margin-bottom: 46px;
    padding: 0 40px;
}

.testimonial-section .box {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 36px 30px 18px 40px;
    border-right: 2px solid var(--e-global-color-accent);
    width: 98%;
}

.testimonial-section .box .image {
    width: 27%;
    float: left;
}

.testimonial-section .box .image .testimonial-image img {
    border-radius: 100px;
}

.testimonial-section .box .image .quote-icon {
    position: relative;
    background: var(--e-global-color-accent);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    left: 36px;
    top: -18px;
}

.testimonial-section .box .image .quote-icon img {
    width: 17px;
}

.testimonial-section .box .box-content {
    width: 73%;
    display: inline-block;
    border-left: 1px solid var(--e-global-color-very-dark-grayish-blue);
    padding-left: 30px;
}

.testimonial-section .box .box-content p {
    margin: 0 20px 6px 0;
}

.testimonial-section .box .box-content ul li {
    display: inline-block;
}

.testimonial-section .box .box-content ul li a {
    color: var(--e-global-color-accent);
}

.testimonial-section .box .box-content ul li i {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 18px;
}

.testimonial-section .box .box-content .text-size-16 {
    font-weight: 600;
    display: block;
    margin-bottom: -3px;
}

.testimonial-section .box .box-content .text-size-14 {
    color: var(--e-global-color-text);
}

.testimonial-section .box .box-content .lower-portion .quote-image {
    position: relative;
    float: right;
    top: -12px;
    right: 0;
}

.testimonial-section .box .box-content .lower-portion .quote-image img {
    width: 49px;
}

.testimonial-section .owl-carousel .owl-dots {
    position: relative;
    margin-top: 50px !important;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-grayish-blue);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.testimonial-section .owl-carousel .owl-item img {
    display: inline-block;
    width: 102px;
}

/* Journey */

.journey-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 185px 0 145px;
}

.journey-section::before {
    content: "";
    position: absolute;
    background: url(../images/work.jpg);
    opacity: 30%;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.journey-section .journey_content {
    text-align: center;
}

.journey-section .journey_content h6 {
    margin-bottom: 18px;
}

.journey-section .journey_content h2 {
    font-size: 66px;
    line-height: 80px;
    margin-bottom: 30px;
}

.journey-section .journey-button {
    margin: auto;
    text-align: center;
}

.journey-section .get_started {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 16px;
}

.journey-section .journey-button:hover .get_started {
    color: var(--e-global-color-accent);
}

.journey-section .journey-button .image-button {
    display: inline-block;
}

.journey-section .journey-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}

.journey-section .journey-button .arrow img {
    filter: brightness(0) invert(1);
}

.journey-section .journey-button:hover .arrow {
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.journey-section .journey-button:hover .arrow img {
    filter: none;
}

/* Blog */

.blog-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 150px;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
    pointer-events: none;
}

.blog-section .container {
    position: relative;
    z-index: 2;
}

.blog-section .light-image {
    z-index: 2;
}

.blog-section .light-image {
    position: absolute;
    top: 0;
    left: 50px;
}

.blog-section .blog_content {
    text-align: center;
}

.blog-section .blog_content h6 {
    margin-bottom: 18px;
}

.blog-section .blog_content h2 {
    margin-bottom: 46px;
}

.blog-section .image {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog-section .box-content {
    position: absolute;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 36px 30px 30px;
    border-bottom: 2px solid var(--e-global-color-accent);
    width: 83%;
    bottom: -95px;
    right: 10px;
}

.blog-section .box-content span {
    color: var(--e-global-color-secondary);
}

.blog-section .box-content h5 {
    font-weight: 600;
    margin-bottom: 4px;
}

.blog-section .owl-carousel .owl-dots {
    position: relative;
    margin-top: 144px !important;
}

.blog-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-grayish-blue);
}

.blog-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.blog-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
}

.blog-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.blog-section .owl-carousel .owl-item img {
    display: block;
    width: 350px;
}

.blog-section .carousel-content {
    overflow: hidden;
}

.blog-section .carousel-outer {
    overflow: hidden;
}

.blog-section .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

/* Footer */

.footer-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 110px;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
    pointer-events: none;
}

.footer-section .container {
    position: relative;
    z-index: 2;
}

.footer-section .footer-image {
    z-index: 2;
}

.footer-section .copyright {
    position: relative;
    z-index: 2;
}

.footer-section .footer-logo {
    position: relative;
    top: 3px;
    margin-bottom: 50px;
}

.footer-section .footer-logo img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .footer-section .footer-logo img {
        max-height: 90px;
    }
}

.footer-section .footer-image {
    position: absolute;
    bottom: 55px;
    right: 0;
}

.footer-section .middle-portion {
    padding-bottom: 66px;
}

.footer-section .middle-portion h3 {
    margin-bottom: 24px;
}

.footer-section .get_started {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 16px;
}

.footer-section .footer-button:hover .get_started {
    color: var(--e-global-color-accent);
}

.footer-section .footer-button .image-button {
    display: inline-block;
}

.footer-section .footer-button .arrow {
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
}

.footer-section .footer-button .arrow img {
    filter: brightness(0) invert(1);
}

.footer-section .footer-button:hover .arrow {
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.footer-section .footer-button:hover .arrow img {
    filter: none;
}

.footer-section .middle-portion .links {
    padding: 0 25px;
}

.footer-section .middle-portion .links h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-section .middle-portion .links .lower-content {
    margin-bottom: 24px;
}

.footer-section .middle-portion .links .lower-content .icon {
    float: left;
    width: 15%;
    padding-top: 7px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.footer-section .middle-portion .links .lower-content .icon:hover {
    transform: translateY(-5px);
}

.footer-section .middle-portion .links .lower-content .content {
    display: inline-block;
    width: 85%;
}

.footer-section .footer-branches {
    list-style: none;
    padding-left: 0;
    margin: 6px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.footer-section .footer-branches li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-section .footer-branches .branch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid #e1b261;
    color: #e1b261;
    font-size: 12px;
}

.footer-section .footer-branches .branch-name {
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .footer-section .footer-branches {
        grid-template-columns: 1fr;
    }
}

.footer-section .middle-portion .links .lower-content span {
    color: var(--e-global-color-text);
    display: block;
}

.footer-section .middle-portion .links .lower-content a {
    font-weight: 500;
}

.footer-section .middle-portion .links .lower-content .text {
    font-weight: 500;
    margin: 0 30px 0 0;
    color: var(--e-global-color-white);
}

.footer-section .middle-portion .links .lower-content a:hover {
    color: var(--e-global-color-accent);
}

.footer-section .middle-portion .info h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-section .middle-portion .info .form-group {
    border-bottom: 1px solid var(--e-global-color-white);
    margin-bottom: 26px;
}

.footer-section .middle-portion .info input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-text);
    background: transparent;
    border: none;
    margin-bottom: 10px;
    overflow: visible;
    outline: none;
}

.footer-section .middle-portion .info button {
    font-size: 16px;
    color: var(--e-global-color-accent);
    background: transparent;
    border: none;
    float: right;
    position: relative;
    top: 4px;
    overflow: visible;
    outline: none;
}

.footer-section .middle-portion .info ul {
    padding-left: 37px;
}

.footer-section .middle-portion .info .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--e-global-color-text);
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.footer-section .middle-portion .info .text:hover {
    color: var(--e-global-color-secondary);
}

.footer-section .middle-portion .info ul li .circle {
    background: var(--e-global-color-very-dark-gray);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 10px;
    left: -35px;
    font-size: 12px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
}

.footer-section .middle-portion .info .text:hover .circle {
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
}

.footer-section .middle-portion .info .social-icons ul li {
    margin: 0 6px;
    display: inline-block;
}

.footer-section .middle-portion .info .social-icons ul li:first-child {
    margin-left: 0;
}

.footer-section .middle-portion .info .social-icons ul li:last-child {
    margin-right: 0;
}

.footer-section .middle-portion .info .social-icons ul li a {
    color: var(--e-global-color-white);
}

.footer-section .middle-portion .info .social-icons ul li .social-networks {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.footer-section .middle-portion .info .social-icons ul li .social-networks:hover {
    color: var(--e-global-color-accent);
    transform: translateY(-5px);
}

.footer-section .copyright {
    text-align: center;
    padding: 15px 0px;
    background-color: var(--e-global-color-very-dark-mostly-black-blue);
}

.footer-section .copyright .text-size-14 {
    color: var(--e-global-color-text);
    margin: 0px;
}

/* Sub-banner */

.sub-banner {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sub-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.sub-banner .light-image {
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 3;
}

.sub-banner .header {
    padding: 0 216px;
    position: relative;
    z-index: 10000;
}

.sub-banner .navbar {
    position: relative;
    z-index: 1040;
}

.sub-banner .banner-section {
    position: relative;
    padding: 132px 200px 0 215px;
    z-index: 2;
    overflow: visible;
    padding-bottom: 70px;
}

.sub-banner .banner-section .banner_content {
    position: relative;
    margin-right: 0;
    z-index: 2;
}

.sub-banner .banner-section .banner_content h1 {
    margin-bottom: 16px;
}

.sub-banner .banner-section .banner_content p {
    margin: 0 50px 30px 0;
}

.sub-banner .banner-section .banner_content .box {
    padding: 12px 22px;
    text-align: center;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    color: var(--e-global-color-white);
    display: inline-block;
}

.sub-banner .banner-section .banner_content .box span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
}

.sub-banner .banner-section .banner_content .box .box_span {
    color: var(--e-global-color-accent);
}

.sub-banner .banner-section .banner_content .box .dash {
    margin: 0 12px;
}

.sub-banner .banner-section .breadcrumb-nav {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.sub-banner .banner-section .breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    border-radius: 28px;
    border: 1px solid #e1b261;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25), inset 0 0 0 2px rgba(225, 178, 97, 0.14);
}

.sub-banner .banner-section .breadcrumb-list li {
    list-style: none;
    position: relative;
    color: #f8f6f2;
    font-size: 16px;
}

.sub-banner .banner-section .breadcrumb-list li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sub-banner .banner-section .breadcrumb-list li a:hover {
    color: var(--e-global-color-accent);
}

.sub-banner .banner-section .breadcrumb-list li.active {
    color: var(--e-global-color-accent);
    font-weight: 600;
}

.sub-banner .banner-section .breadcrumb-list li+li {
    padding-left: 16px;
}

.sub-banner .banner-section .breadcrumb-list li+li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #e1b261;
    font-size: 18px;
}

@media (max-width: 576px) {
    .sub-banner .banner-section .breadcrumb-list {
        gap: 10px;
        padding: 8px 14px;
    }

    .sub-banner .banner-section .breadcrumb-list li {
        font-size: 14px;
    }
}

.sub-banner .banner-section .banner_wrapper {
    margin-top: -80px;
    margin-left: -30px;
    position: relative;
    z-index: 2;
}

.sub-banner .banner_wrapper .sub-bannerimage {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.sub-banner .banner_wrapper .sub-bannerimage img {
    border-radius: 14px;
}

.sub-banner .banner_wrapper .sub-bannerimage img {
    width: 100%;
    height: auto;
    display: block;
}

.sub-banner .banner_wrapper .sub-bannerimage .corner {
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 3;
    pointer-events: none;
    background:
        radial-gradient(circle at 8px 8px, rgba(225, 178, 97, 0.95) 0%, rgba(225, 178, 97, 0.95) 22%, transparent 23%);
}

.sub-banner .banner_wrapper .sub-bannerimage .corner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #e1b261;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(225, 178, 97, 0.35);
}

.sub-banner .banner_wrapper .sub-bannerimage .corner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #e1b261;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(225, 178, 97, 0.35);
}

.sub-banner .banner_wrapper .sub-bannerimage .corner-tl {
    top: -22px;
    left: -22px;
}

.sub-banner .banner_wrapper .sub-bannerimage .corner-tr {
    top: -22px;
    right: -22px;
    transform: scaleX(-1);
}

.sub-banner .banner_wrapper .sub-bannerimage .corner-bl {
    bottom: -22px;
    left: -22px;
    transform: scaleY(-1);
}

.sub-banner .banner_wrapper .sub-bannerimage .corner-br {
    bottom: -22px;
    right: -22px;
    transform: scaleX(-1) scaleY(-1);
}

@media (max-width: 768px) {
    .sub-banner .banner_wrapper .sub-bannerimage .corner-tl {
        top: -16px;
        left: -16px;
    }

    .sub-banner .banner_wrapper .sub-bannerimage .corner-tr {
        top: -16px;
        right: -16px;
    }

    .sub-banner .banner_wrapper .sub-bannerimage .corner-bl {
        bottom: -16px;
        left: -16px;
    }

    .sub-banner .banner_wrapper .sub-bannerimage .corner-br {
        bottom: -16px;
        right: -16px;
    }
}

.sub-banner .banner_wrapper .sub-bannerimage::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border: 2px solid #e1b261;
    border-radius: 18px;
    box-shadow: 0 0 0 6px rgba(225, 178, 97, 0.12), 0 14px 28px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.sub-banner .banner_wrapper .sub-bannerimage::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid rgba(225, 178, 97, 0.35);
    border-radius: 16px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .sub-banner .banner_wrapper .sub-bannerimage::before {
        top: -12px;
        left: -12px;
        right: -12px;
        bottom: -12px;
        border-radius: 14px;
    }

    .sub-banner .banner_wrapper .sub-bannerimage::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-radius: 12px;
    }
}

/* Faq Page */

.faq-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 120px;
}

.faq-section .subheading {
    text-align: center;
}

.faq-section .subheading h6 {
    margin-bottom: 18px;
}

.faq-section .subheading h2 {
    margin-bottom: 46px;
}

.faq-section .accordian-inner .accordion-card .btn-link h5 {
    position: relative;
    color: var(--e-global-color-white);
    top: 9px;
    margin-bottom: 0;
    letter-spacing: 0.8px;
}

.faq-section .accordion-card {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    width: 100%;
    margin-bottom: 30px;
    padding: 0 19px;
}

.faq-section .accordion-card a.btn.btn-link {
    position: relative;
    display: flex;
}

.faq-section .accordian-inner .accordion-card .btn {
    padding: 15px 0px;
    text-decoration: none;
    text-align: left;
    display: block;
}

.faq-section .accordion-card i {
    font-size: 22px;
    color: var(--e-global-color-accent);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    text-align: center;
    border: 3px solid var(--e-global-color-accent);
    border-radius: 100px;
    margin-right: 22px;
}

.faq-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-section .accordian-inner .card-body {
    padding: 15px 0;
}

.faq-section .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-section .accordion-card .btn-link:before {
    content: "\f063";
    position: absolute;
    right: 3px;
    top: 30%;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    color: var(--e-global-color-white);
    font-size: 28px;
    line-height: 28px;
}

.faq-section .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--e-global-color-white);
}

/* Team Page */

.team-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 120px;
}

.team-section .subheading {
    text-align: center;
}

.team-section .subheading h6 {
    margin-bottom: 18px;
}

.team-section .subheading h2 {
    margin-bottom: 46px;
}

.team-section .team-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px 35px;
    background-color: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid var(--e-global-color-accent);
}

.team-section .team-box:hover {
    transform: translateY(-5px);
}

.team-section .team-box figure {
    overflow: hidden;
    margin-bottom: 30px;
}

.team-section .team-box figure img {
    transition: all 0.3s ease-in-out;
}

.team-section .team-box figure:hover img {
    transform: scale(1.1);
}

.team-section .team-box h5 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 2px;
}

.team-section .team-box span {
    display: block;
    margin-bottom: 20px;
    color: var(--e-global-color-text);
}

.team-section .team-box li {
    margin: 0 6px;
    display: inline-block;
}

.team-section .team-box li:first-child {
    margin-left: 0;
}

.team-section .team-box li:last-child {
    margin-right: 0;
}

.team-section .team-box li a {
    color: var(--e-global-color-white);
}

.team-section .team-box i {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box i:hover {
    color: var(--e-global-color-accent);
    transform: translateY(-5px);
}

/* Service Page */

.servicepage-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0 120px;
}

.servicepage-section .service-box {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.servicepage-section .service-box .box-image {
    position: relative;
    float: left;
    width: 47%;
}

.servicepage-section .service-box .box-image .servicepage-image {
    overflow: hidden;
}

.servicepage-section .service-box .box-image .servicepage-image img {
    transition: all 0.3s ease-in-out;
}

.servicepage-section .service-box .box-image .servicepage-image:hover img {
    transform: scale(1.1);
}

.servicepage-section .service-box .image_content {
    background: var(--e-global-color-accent);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 38%);
    border-radius: 100px;
    height: 82px;
    width: 82px;
    line-height: 78px;
    text-align: center;
    left: 20px;
    top: 20px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.servicepage-section .service-box .image_content:hover {
    transform: translateY(-5px);
}

.servicepage-section .service-box .image_content .service-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.servicepage-section .service-box .box-content {
    position: relative;
    display: inline-block;
    width: 53%;
    padding: 53px 20px 52px 42px;
}

.servicepage-section .service-box .box-content h5 {
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}

.servicepage-section .service-box .box-content p {
    margin-bottom: 15px;
}

.servicepage-section .service-box .box-content .read_more {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.servicepage-section .service-box .box-content .read_more i {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}

.servicepage-section .service-box .box-content .read_more:hover {
    color: var(--e-global-color-white);
}

.servicepage-section .service-box .box-content .read_more:hover i {
    color: var(--e-global-color-white);
}

/* Contact Page */

.contactinfo-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 150px;
}

.contactinfo-section .container {
    position: relative;
    z-index: 2;
}

.contactinfo-section .contactinfo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.72);
    z-index: 1;
    pointer-events: none;
}

.contactinfo-section .contactinfo_content {
    text-align: center;
}

.contactinfo-section .contactinfo_content h6 {
    margin-bottom: 18px;
}

.contactinfo-section .contactinfo_content h2 {
    margin-bottom: 46px;
}

.contactinfo-section .box-content {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 50px 30px 40px;
    border-bottom: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.contactinfo-section .box-content:hover {
    transform: translateY(-5px);
}

.contactinfo-section .box-content .icon {
    position: relative;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.contactinfo-section .box-content .icon2 {
    margin-bottom: 30px;
}

.contactinfo-section .box-content .icon:hover {
    transform: translateY(-5px);
}

.contactinfo-section .box-content h5 {
    font-weight: 600;
    color: var(--e-global-color-white);
}

.contactinfo-section .box-content a {
    color: var(--e-global-color-text);
    display: block;
}

.contactinfo-section .box-content a:hover {
    color: var(--e-global-color-accent);
}

.contact-section {
    background: url(../images/banner-background.jpg);
    padding: 150px 0 143px;
    position: relative;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-section .contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.72);
    z-index: 1;
    pointer-events: none;
}

.contact-section .light-image {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 3;
}

.contact-section .contect-box {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 3;
}

.contact-section .contect-box:before {
    content: "";
    position: absolute;
    background: url(../images/WhatsApp\ Image\ 2025-11-11\ at\ 12.35.52\ \(1\).jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    width: 460px;
}

.contact-section .contect-box .content {
    padding: 84px 50px 87px;
}

.contact-section .contect-box .content h6 {
    margin-bottom: 6px;
}

.contact-section .contect-box .content h2 {
    margin-bottom: 45px;
}

.contact-section .contect-box .content .form-group {
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    margin-bottom: 26px;
    float: left;
    width: 48%;
    margin-right: 20px;
}

.contact-section .contect-box .content input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-text);
    background: transparent;
    border: none;
    margin-bottom: 10px;
    overflow: visible;
    outline: none;
}

.contact-section .contect-box .content .input2 {
    width: 48%;
}

.contact-section .contect-box .content .message {
    margin-bottom: 30px;
    width: 100%;
}

.contact-section .contect-box .content textarea {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--e-global-color-text);
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    width: 100%;
    height: 108px;
    resize: none;
    outline: none;
    overflow: auto;
    border: none;
}

.contact-section .contect-box .content .send_now {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    background: transparent;
    color: var(--e-global-color-white);
    position: relative;
    display: inline-block;
    overflow: visible;
    outline: none;
    border: none;
}

.contact-section .contect-box .content .send_now:hover {
    color: var(--e-global-color-accent);
}

.contact-section .contect-box .content .send_now .arrow {
    font-size: 24px;
    position: relative;
    border: 1px solid var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-family: 'FontAwesome';
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    right: -18px;
    top: 4px;
    transform: rotate(326deg);
}

.contact-section .contect-box .content .send_now:hover .arrow {
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}

.contact_map_section {
    overflow: hidden;
    margin-bottom: -8px;
}

.contact_map_section iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* About Page */

.aboutpage-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 160px 0 166px;
}

.aboutpage-section .aboutpage_wrapper {
    position: relative;
    left: -72px;
    top: -10px;
}

.aboutpage-section .aboutpage_wrapper .aboutpage-image1 {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.aboutpage-section .aboutpage_wrapper .aboutpage-image2 {
    position: absolute;
    bottom: -60px;
    right: -10px;
    display: inline-block;
}

.aboutpage-section .aboutpage_wrapper .aboutpage-image1 img,
.aboutpage-section .aboutpage_wrapper .aboutpage-image2 img {
    border-radius: 12px;
    display: block;
}

.aboutpage-section .aboutpage_wrapper .aboutpage-image1::before,
.aboutpage-section .aboutpage_wrapper .aboutpage-image2::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border: 2px solid #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 0 6px rgba(225, 178, 97, 0.12), 0 14px 28px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.aboutpage-section .aboutpage_wrapper .aboutpage-image1::after,
.aboutpage-section .aboutpage_wrapper .aboutpage-image2::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;
    pointer-events: none;
    background:
        radial-gradient(circle at 10px 10px, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 22%, transparent 23%),
        radial-gradient(circle at calc(100% - 10px) 10px, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 22%, transparent 23%),
        radial-gradient(circle at 10px calc(100% - 10px), rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 22%, transparent 23%),
        radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 22%, transparent 23%),
        linear-gradient(to right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-size: 26px 26px, 26px 26px, 26px 26px, 26px 26px, 100% 1px, 1px 100%;
    background-position: -13px -13px, calc(100% + 13px) -13px, -13px calc(100% + 13px), calc(100% + 13px) calc(100% + 13px), 0 0, 0 0;
}

@media (max-width: 768px) {

    .aboutpage-section .aboutpage_wrapper .aboutpage-image1::before,
    .aboutpage-section .aboutpage_wrapper .aboutpage-image2::before {
        top: -12px;
        left: -12px;
        right: -12px;
        bottom: -12px;
        border-radius: 14px;
    }

    .aboutpage-section .aboutpage_wrapper .aboutpage-image1::after,
    .aboutpage-section .aboutpage_wrapper .aboutpage-image2::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-radius: 12px;
    }
}

.aboutpage-section .aboutpage_wrapper .badge .about-logoimage {
    position: absolute;
    background: #dc2526;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutpage-section .aboutpage_wrapper .badge .about-logoimage img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage img {
        width: 62px;
        height: 62px;
    }
}

@media (min-width: 1200px) {
    .aboutpage-section .aboutpage_wrapper .badge .about-logoimage img {
        width: 62px;
        height: 62px;
    }
}

.aboutpage-section .aboutpage_wrapper .badge {
    position: absolute;
    top: 200px;
    left: 200px;
    z-index: 1;
    --badge-size: 122px;
    --badge-color: var(--black);

    display: flex;
    justify-content: center;
    align-items: center;

    width: var(--badge-size);
    height: var(--badge-size);

    background: #dc2526;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
}

.aboutpage-section .aboutpage_content h6 {
    margin-bottom: 16px;
}

.aboutpage-section .aboutpage_content h2 {
    margin-bottom: 18px;
    margin-right: -3px;
}

.aboutpage-section .aboutpage_content .text2 {
    margin-bottom: 56px;
}

.aboutpage-section .aboutpage_content {
    position: relative;
    z-index: 2;
}

.aboutpage-section .aboutpage_content h6 {
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
}

.aboutpage-section .aboutpage_content h6::before,
.aboutpage-section .aboutpage_content h6::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.aboutpage-section .aboutpage_content h6::before {
    right: calc(100% + 12px);
}

.aboutpage-section .aboutpage_content h6::after {
    left: calc(100% + 12px);
}

.aboutpage-section .aboutpage_content h2 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.aboutpage-section .aboutpage_content h2::after {
    content: '';
    display: block;
    margin-top: 8px;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, rgba(225, 178, 97, 0.0));
    box-shadow: 0 1px 4px rgba(225, 178, 97, 0.25);
}

.aboutpage-section .aboutpage_content p {
    color: #f8f6f2;
    font-size: 16px;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.aboutpage-section .aboutpage_content p:first-of-type::first-letter {
    color: #ffffff;
    font-weight: 600;
    font-size: 2.2em;
    float: left;
    line-height: 1;
    padding-right: 8px;
    margin-top: 2px;
}

.aboutpage-section .aboutpage_content::before {
    content: '';
    position: absolute;
    top: -14px;
    right: -18px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    background:
        radial-gradient(circle at 12px 12px, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 22%, transparent 23%),
        linear-gradient(to right, rgba(225, 178, 97, 0.25), rgba(225, 178, 97, 0.0)),
        linear-gradient(to bottom, rgba(225, 178, 97, 0.25), rgba(225, 178, 97, 0.0));
    background-repeat: no-repeat;
    background-size: 26px 26px, 100% 1px, 1px 100%;
    background-position: 0 0, 0 0, 0 0;
}

@media (max-width: 576px) {
    .aboutpage-section .aboutpage_content p {
        font-size: 15px;
    }

    .aboutpage-section .aboutpage_content p:first-of-type::first-letter {
        font-size: 2em;
    }
}

.aboutpage-section .aboutpage_content .progress-outer {
    display: flex;
    justify-content: center;
    position: relative;
    left: -30px;
}

.aboutpage-section .aboutpage_content .progress-inner {
    display: grid;
    grid-template-columns: repeat(3, 190px);
    grid-gap: 0;
    margin: 0;
}

.aboutpage-section .aboutpage_content .progress-inner .box {
    width: 100%;
}

.aboutpage-section .aboutpage_content .progress-inner .box .chart {
    position: relative;
    width: 256px;
    height: 146px;
    line-height: 110px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 0;
}

.aboutpage-section .aboutpage_content .progress-inner .box canvas {
    position: absolute;
    top: -4px;
    left: 61px;
    width: 50%;
}

.aboutpage-section .aboutpage_content .progress-inner .box h6 {
    font-weight: 600;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 0;
    color: var(--e-global-color-white);
    position: relative;
    right: -60px;
}

.partner-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 140px;
}

.partner-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(45deg, rgba(225, 178, 97, 0.05) 0px, rgba(225, 178, 97, 0.05) 2px, transparent 2px, transparent 12px),
        repeating-linear-gradient(-45deg, rgba(139, 0, 0, 0.04) 0px, rgba(139, 0, 0, 0.04) 2px, transparent 2px, transparent 12px);
    z-index: 0;
    pointer-events: none;
}

.partner-section .partner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
    pointer-events: none;
}

.partner-section .light-image {
    position: absolute;
    top: 0;
    right: 46px;
    z-index: 6;
    pointer-events: none;
}

.partner-section .partner_content {
    text-align: center;
}

.partner-section .partner_content h6 {
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
    position: relative;
    display: inline-block;
}

.partner-section .partner_content h6::before,
.partner-section .partner_content h6::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.partner-section .partner_content h6::before {
    right: calc(100% + 12px);
}

.partner-section .partner_content h6::after {
    left: calc(100% + 12px);
}

.partner-section .partner_content h2 {
    color: #f8f6f2;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.partner-section .partner_content h2::after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.7;
}

.partner-section .partner_content h6 {
    margin-bottom: 18px;
}

.partner-section .partner_content h2 {
    margin-bottom: 50px;
}

.partner-section .box {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 30px 76px;
    border-bottom: 2px solid var(--e-global-color-white);
    display: flex;
    align-items: center;
    height: 160px;
}

.partner-section .box:hover figure img {
    filter: grayscale(100%);
}

.partner-section .owl-carousel .owl-item img {
    display: block;
    width: 110px;
}

.partner-section .owl-carousel .owl-dots {
    margin-top: 50px !important;
}

.partner-section .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-grayish-blue);
}

.partner-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.partner-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
}

.partner-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.partner-section .partner-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.partner-section .partner-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    transition: color 0.25s ease;
}

.partner-section .partner-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #e1b261;
    transform: rotate(45deg);
}

.partner-section .partner-list li:hover {
    color: rgb(252, 3, 3);
}

.partner-section .container::before,
.partner-section .container::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: radial-gradient(circle at 50% 50%, rgba(225, 178, 97, 0.85) 0%, rgba(225, 178, 97, 0.85) 22%, transparent 23%);
    box-shadow: 0 0 0 2px rgba(225, 178, 97, 0.2);
    pointer-events: none;
    z-index: 1;
}

.partner-section .container::before {
    top: -14px;
    left: -14px;
}

.partner-section .container::after {
    bottom: -14px;
    right: -14px;
}

/* Clients minimal luxury refinements */
.partner-section::before {
    display: none !important;
    background: none !important;
}

.partner-section .partner_content h6::before,
.partner-section .partner_content h6::after {
    content: none !important;
}

.partner-section .partner_content h2::after {
    content: none !important;
}

.partner-section .container::before,
.partner-section .container::after {
    content: none !important;
}

.partner-section .partner-panel {
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.partner-section .partner-panel::before,
.partner-section .partner-panel::after {
    content: none !important;
}

.partner-section .partner-list li::before {
    width: 6px;
    height: 6px;
}

.partner-section .partner-list li:hover {
    color: inherit;
}

.partner-section .partner-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 8px 0;
}

.partner-section .partner-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}

.partner-section .partner-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #e1b261;
    transform: rotate(45deg);
}

/* Portfolio Page */

.portfolio-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 120px;
}

.portfolio-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
    pointer-events: none;
}

.portfolio-section .container {
    position: relative;
    z-index: 2;
}

.portfolio-section .subheading {
    text-align: center;
}

.portfolio-section .subheading h6 {
    margin-bottom: 18px;
}

.portfolio-section .subheading h2 {
    margin-bottom: 50px;
}

.portfolio-section .tabs-box .nav-tabs li a {
    display: inline-block;
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    border-top: 1px solid transparent;
    padding-top: 6px;
}

.portfolio-section .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-white);
}

.portfolio-section .tabs-box .nav-tabs>li>a.active {
    color: var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-white);
}

.portfolio-section .nav-tabs {
    border-bottom: none;
    padding: 0 235px 0 242px;
    margin-bottom: 55px;
    justify-content: center;
}

.portfolio-section .nav-tabs li {
    margin: 0 32px;
}

.portfolio-section .nav-tabs li:first-child {
    margin-left: 0;
}

.portfolio-section .nav-tabs li:last-child {
    margin-right: 0;
}

.portfolio-section .image {
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.portfolio-section .image figure {
    margin: 0 auto;
}

.portfolio-section .image figure.tab-image,
.portfolio-section .image figure.tab-lgimage {
    position: relative;
    display: inline-block;
    border-radius: 12px;
}

.portfolio-section .image figure.tab-image img,
.portfolio-section .image figure.tab-lgimage img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Ensure images sit above decorative borders so they remain visible */
.page-persian .portfolio-section .image figure.tab-image img,
.page-persian .portfolio-section .image figure.tab-lgimage img,
.page-turkish .portfolio-section .image figure.tab-image img,
.page-turkish .portfolio-section .image figure.tab-lgimage img {
    position: relative;
    z-index: 1;
}

.page-persian .portfolio-section .image figure.tab-image::before,
.page-persian .portfolio-section .image figure.tab-lgimage::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border-radius: 14px;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(#8b0000, #8b0000) top left / 100% 10px no-repeat,
        linear-gradient(#8b0000, #8b0000) bottom left / 100% 10px no-repeat,
        linear-gradient(#8b0000, #8b0000) left top / 10px 100% no-repeat,
        linear-gradient(#8b0000, #8b0000) right top / 10px 100% no-repeat,
        linear-gradient(#d4a54c, #d4a54c) top left / 100% 1px no-repeat,
        linear-gradient(#d4a54c, #d4a54c) bottom left / 100% 1px no-repeat,
        linear-gradient(#d4a54c, #d4a54c) left top / 1px 100% no-repeat,
        linear-gradient(#d4a54c, #d4a54c) right top / 1px 100% no-repeat,
        radial-gradient(14px 14px at 10px 10px, #d4a54c 0 38%, transparent 39%) top left / 28px 28px no-repeat,
        radial-gradient(14px 14px at calc(100% - 10px) 10px, #d4a54c 0 38%, transparent 39%) top right / 28px 28px no-repeat,
        radial-gradient(14px 14px at 10px calc(100% - 10px), #d4a54c 0 38%, transparent 39%) bottom left / 28px 28px no-repeat,
        radial-gradient(14px 14px at calc(100% - 10px) calc(100% - 10px), #d4a54c 0 38%, transparent 39%) bottom right / 28px 28px no-repeat;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.page-persian .portfolio-section .image figure.tab-image::after,
.page-persian .portfolio-section .image figure.tab-lgimage::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 12px;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(#c49a53, #c49a53) top left / 100% 1px no-repeat,
        linear-gradient(#c49a53, #c49a53) bottom left / 100% 1px no-repeat,
        linear-gradient(#c49a53, #c49a53) left top / 1px 100% no-repeat,
        linear-gradient(#c49a53, #c49a53) right top / 1px 100% no-repeat;
}

@media (max-width: 768px) {

    .page-persian .portfolio-section .image figure.tab-image::before,
    .page-persian .portfolio-section .image figure.tab-lgimage::before {
        top: -12px;
        left: -12px;
        right: -12px;
        bottom: -12px;
        border-radius: 16px;
    }

    .page-persian .portfolio-section .image figure.tab-image::after,
    .page-persian .portfolio-section .image figure.tab-lgimage::after {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border-radius: 14px;
    }
}

/* Turkish portfolio ornate frame */
.page-turkish .portfolio-section .image figure.tab-image,
.page-turkish .portfolio-section .image figure.tab-lgimage {
    position: relative;
    border: none;
    border-radius: 12px;
}

.page-turkish .portfolio-section .image figure.tab-image::before,
.page-turkish .portfolio-section .image figure.tab-lgimage::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 12px;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(#d4a54c, #d4a54c) top left / 100% 5px no-repeat,
        linear-gradient(#d4a54c, #d4a54c) bottom left / 100% 5px no-repeat,
        linear-gradient(#d4a54c, #d4a54c) left top / 5px 100% no-repeat,
        linear-gradient(#d4a54c, #d4a54c) right top / 5px 100% no-repeat,
        linear-gradient(#e1b261, #e1b261) top left / 100% 1px no-repeat,
        linear-gradient(#e1b261, #e1b261) bottom left / 100% 1px no-repeat,
        linear-gradient(#e1b261, #e1b261) left top / 1px 100% no-repeat,
        linear-gradient(#e1b261, #e1b261) right top / 1px 100% no-repeat,
        radial-gradient(6px 6px at 8px 8px, #e1b261 0 65%, transparent 66%) top left / 16px 16px no-repeat,
        radial-gradient(6px 6px at calc(100% - 8px) 8px, #e1b261 0 65%, transparent 66%) top right / 16px 16px no-repeat,
        radial-gradient(6px 6px at 8px calc(100% - 8px), #e1b261 0 65%, transparent 66%) bottom left / 16px 16px no-repeat,
        radial-gradient(6px 6px at calc(100% - 8px) calc(100% - 8px), #e1b261 0 65%, transparent 66%) bottom right / 16px 16px no-repeat;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.portfolio-section .image .box-content {
    position: absolute;
    background: var(--e-global-color-accent);
    border-radius: 160px;
    width: 260px;
    height: 260px;
    line-height: 260px;
    margin: 0 auto;
    padding: 15px;
    top: 96px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: none;
    z-index: 3;
}

.portfolio-section .image .box-content .content {
    position: relative;
    top: 45px;
    transition: all 0.3s ease-in-out;
}

.portfolio-section .image .box-content .content span {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.portfolio-section .image .box-content .content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}

.portfolio-section .arrow {
    border: 1px solid var(--e-global-color-white);
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.portfolio-section .arrow img {
    filter: brightness(0) invert(1);
}

.portfolio-section .image:hover .box-content {
    display: block;
}

/* Service Detail */

.service_detail {
    padding: 130px 0 120px;
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service_detail .main-box {
    position: relative;
}

.service_detail .main-box .image {
    margin-bottom: 30px;
}

.service_detail .main-box .image img {
    width: 100%;
}

.service_detail .main-box h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-white);
}

.service_detail .main-box p {
    margin-bottom: 10px;
}

.service_detail .main-box .text2 {
    margin-bottom: 20px;
}

.service_detail .main-box .list {
    margin-bottom: 20px;
}

.service_detail .main-box .list li {
    margin-bottom: 6px;
    padding-left: 28px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    color: var(--e-global-color-text);
}

.service_detail .main-box .list li i {
    font-size: 9px;
    height: 16px;
    width: 16px;
    line-height: 17px;
    top: 2PX;
    left: 0;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    display: inline-block;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-black);
}

.servicedetail-page {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.turkish-carpets-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #1a0a0a 0%, #2b1111 50%, #1a0a0a 100%);
}

.turkish-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
}

.turkish-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.45) contrast(1.2);
    transform: scale(1.05);
    transition: transform 0.8s ease;
}

.turkish-carpets-section.aos-animate .turkish-bg img {
    transform: scale(1);
}

.turkish-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 5;
}

.turkish-carpets-section .light-image {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 6;
    pointer-events: none;
}

.turkish-carpets-section .container {
    position: relative;
    z-index: 10;
}

.turkish_content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e1b261;
    margin-bottom: 18px;
}

.turkish_content h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #f8f6f2;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.turkish_content h5 {
    border-left: 1px solid var(--e-global-color-accent);
    padding-left: 16px;
    font-weight: 400;
}

.turkish_gallery {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    grid-gap: 24px;
}

.turkish_gallery .gallery_main {
    align-self: stretch;
}

.turkish_gallery .gallery_side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
}

.turkish-frame {
    display: block;
    padding: 0;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(225, 178, 97, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.turkish-frame:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 15px 30px rgba(225, 178, 97, 0.3);
}

.turkish-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    filter: brightness(0.95) contrast(1.05);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.turkish-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.8s ease;
    z-index: 2;
}

.turkish-frame:hover::before {
    left: 100%;
}

.turkish-frame:hover img {
    filter: brightness(1.05) contrast(1.15);
    transform: scale(1.04);
}

.turkish_gallery .gallery_main .turkish-frame {
    height: 440px;
}

.turkish_gallery .gallery_side .turkish-frame {
    height: 208px;
}

.turkish-unified-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #e1b261, #c99a3c, #e1b261);
    border-radius: 50px;
    padding: 4px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 30px rgba(225, 178, 97, 0.3), 0 8px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(225, 178, 97, 0.3);
}

.turkish-unified-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

.turkish-unified-btn:hover::before {
    left: 100%;
}

.turkish-unified-btn:hover {
    box-shadow: 0 25px 50px rgba(225, 178, 97, 0.4), 0 15px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.02);
}

.turkish-unified-btn .btn-text {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 12px 30px 12px 35px;
    position: relative;
    z-index: 2;
    text-transform: lowercase;
}

.turkish-unified-btn .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 50%;
    margin-right: 6px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.turkish-unified-btn:hover .btn-arrow {
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    transform: scale(1.1) translateX(2px);
}

.turkish-unified-btn .btn-arrow img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(0.9) sepia(1) hue-rotate(15deg) saturate(5);
    transition: all 0.3s ease-in-out;
}

.turkish-unified-btn:hover .btn-arrow img {
    filter: brightness(0) invert(1) sepia(1) hue-rotate(15deg) saturate(5);
    transform: translateX(4px);
}

@media (max-width: 992px) {
    .turkish_gallery {
        grid-template-columns: 1fr;
    }

    .turkish_gallery .gallery_main .turkish-frame {
        height: 360px;
    }

    .turkish_gallery .gallery_side {
        grid-template-rows: 200px 200px;
    }
}

/* Egyptian Carpets Section */
.egyptian-carpets-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #1a0a0a 0%, #2d1810 50%, #1a0a0a 100%);
}

.egyptian-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
}

.egyptian-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.45) contrast(1.2);
    transition: transform 0.8s ease;
}

.egyptian-carpets-section.aos-animate .egyptian-bg img {
    transform: scale(1);
}

.egyptian-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 5;
}

.egyptian-carpets-section .container {
    position: relative;
    z-index: 10;
}

.egyptian_content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e1b261;
    margin-bottom: 22px;
    display: inline-block;
}

.egyptian_content h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #f8f6f2;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

/* Unique 4-Image Grid Layout */
.egyptian_gallery {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 240px 240px;
    grid-template-areas:
        "a b c"
        "a d d";
    grid-gap: 24px;
    margin-top: 32px;
}

.egyptian-frame {
    display: block;
    padding: 0;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(225, 178, 97, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.egyptian-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.8s ease;
    z-index: 2;
}

.egyptian-frame:hover::before {
    left: 100%;
}

.egyptian-frame:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 15px 30px rgba(225, 178, 97, 0.3);
}

.egyptian-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    filter: brightness(0.95) contrast(1.05);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.egyptian-frame:hover img {
    filter: brightness(1.05) contrast(1.15);
    transform: scale(1.04);
}

.area-a {
    grid-area: a;
    height: 504px;
}

.area-b {
    grid-area: b;
    height: 240px;
}

.area-c {
    grid-area: c;
    height: 240px;
}

.area-d {
    grid-area: d;
    height: 240px;
}

/* Button styling */
.egyptian-unified-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #e1b261, #c99a3c, #e1b261);
    border-radius: 50px;
    padding: 4px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 30px rgba(225, 178, 97, 0.3), 0 8px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(225, 178, 97, 0.3);
}

.egyptian-unified-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

.egyptian-unified-btn:hover::before {
    left: 100%;
}

.egyptian-unified-btn:hover {
    box-shadow: 0 25px 50px rgba(225, 178, 97, 0.4), 0 15px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.02);
}

.egyptian-unified-btn .btn-text {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 12px 30px 12px 35px;
    position: relative;
    z-index: 2;
    text-transform: lowercase;
}

.egyptian-unified-btn .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 50%;
    margin-right: 6px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.egyptian-unified-btn:hover .btn-arrow {
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    transform: scale(1.1) translateX(2px);
}

.egyptian-unified-btn .btn-arrow img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(0.9) sepia(1) hue-rotate(15deg) saturate(5);
    transition: all 0.3s ease-in-out;
}

.egyptian-unified-btn:hover .btn-arrow img {
    filter: brightness(0) invert(1) sepia(1) hue-rotate(15deg) saturate(5);
    transform: translateX(4px);
}

@media (max-width: 992px) {
    .egyptian_gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 240px 240px 240px 240px;
        grid-template-areas:
            "a"
            "b"
            "c"
            "d";
    }

    .area-a {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .egyptian_content h2 {
        font-size: 15px;
        padding: 0 20px;
    }
}

.persian-carpets-section .light-image {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 6;
    pointer-events: none;
}

.work-section .branches-list .branch-icon {
    color: #e1b261;
    margin-right: 10px;
    font-size: 14px;
}

.work-section .branches-list .branch-name {
    display: inline-block;
}

.work-section .branches-list li:hover .branch-icon {
    color: #e6c17a;
}

.work-section .branches-list .branch-icon {
    color: #e1b261;
    font-size: 13px;
    line-height: 1.4;
    flex-shrink: 0;
    margin-top: 2px;
}

.work-section .branches-list .branch-name {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-word;
}

.work-section .branches-list .branch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid #e1b261;
    color: #e1b261;
    margin-right: 8px;
    margin-top: 0;
    flex-shrink: 0;
}

.work-section .branches-list li:hover .branch-icon {
    background: rgba(26, 26, 26, 0.9);
    border-color: #e6c17a;
}

.furnishing-section {
    position: relative;
    padding: 142px 0 140px;
}

.furnishing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(70% 60% at 12% 18%, rgba(225, 178, 97, 0.06) 0%, transparent 60%),
        radial-gradient(60% 50% at 88% 82%, rgba(139, 0, 0, 0.06) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

.furnishing-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 100%);
    z-index: 0;
    pointer-events: none;
}

.furnishing-section .furnishing-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.furnishing-section .furnishing-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.45) contrast(1.15);
}

.furnishing-section .furnishing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.furnishing-section .container {
    position: relative;
    z-index: 2;
}

.furnishing-section .furnishing_content h6 {
    color: #e1b261;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.furnishing-section .furnishing_content h6 {
    position: relative;
}

.furnishing-section .furnishing_content h6::before,
.furnishing-section .furnishing_content h6::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e1b261, transparent);
}

.furnishing-section .furnishing_content h6::before {
    right: calc(100% + 12px);
}

.furnishing-section .furnishing_content h6::after {
    left: calc(100% + 12px);
}

.furnishing-section .furnishing_content h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.furnishing-section .furnishing_content h2::after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 8px;
    background: linear-gradient(90deg, #e1b261, rgba(225, 178, 97, 0.0));
    box-shadow: 0 1px 4px rgba(225, 178, 97, 0.25);
}

.furnishing-section .furnishing_content p {
    opacity: 0.95;
}

.furnishing-section .furnishing-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.furnishing-section .furnishing-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

.furnishing-section .furnishing-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #e1b261;
    transform: rotate(45deg);
}

.furnishing-section .furnishing-list li {
    transition: color 0.25s ease;
}

.furnishing-section .furnishing-list li:hover {
    color: #e1b261;
}

.furnishing-section .furnishing_visual {
    position: relative;
}

.furnishing-section .video-box {
    position: relative;
    display: inline-block;
    border-radius: 14px;
    overflow: hidden;
}

.furnishing-section .video-poster {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.furnishing-section .video-el {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.furnishing-section .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #e1b261;
    background: rgba(0, 0, 0, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(225, 178, 97, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.furnishing-section .video-play:hover {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32), 0 0 0 8px rgba(225, 178, 97, 0.18);
}

.furnishing-section .video-play .play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #e1b261;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.furnishing-section .video-box::before {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border: 2px solid #e1b261;
    border-radius: 18px;
    pointer-events: none;
}

.furnishing-section .video-box::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid rgba(225, 178, 97, 0.35);
    border-radius: 16px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .furnishing-section {
        padding: 100px 0 100px;
    }

    .furnishing-section .furnishing-image::before {
        top: -12px;
        left: -12px;
        right: -12px;
        bottom: -12px;
        border-radius: 16px;
    }

    .furnishing-section .furnishing-image::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-radius: 14px;
    }
}

.choose-section {
    position: relative;
    padding: 120px 0 120px;
}

.choose-section .choose-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.choose-section .choose-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5) contrast(1.15);
}

.choose-section .choose-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.7);
    z-index: 1;
}

.choose-section .container {
    position: relative;
    z-index: 2;
}

.choose-section .choose_content h6 {
    color: #e1b261;
    letter-spacing: 3px;
    margin-bottom: 16px;
    position: relative;
}

.choose-section .choose_content h6::before,
.choose-section .choose_content h6::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e1b261, transparent);
}

.choose-section .choose_content h6::before {
    right: calc(100% + 12px);
}

.choose-section .choose_content h6::after {
    left: calc(100% + 12px);
}

.choose-section .choose_content h2 {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 500;
}

.choose-section .choose-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(45, 17, 17, 0.9));
    margin-bottom: 24px;
}

.choose-section .choose-icon {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 100px;
    border: 2px solid #e1b261;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 18px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(225, 178, 97, 0.12);
    z-index: 2;
}

.choose-section .choose-icon i {
    color: #e1b261;
    font-size: 34px;
    transition: transform 0.3s ease;
}

.choose-section .choose-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 1;
    pointer-events: none;
}

.choose-section .choose-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transition: left 0.8s ease;
    z-index: 1;
    pointer-events: none;
}

.choose-section .choose-info {
    position: relative;
    z-index: 2;
    padding: 18px 18px 20px;
    border-top: 1px solid rgba(225, 178, 97, 0.25);
}

.choose-section .choose-info h5 {
    margin-bottom: 8px;
}

.choose-section .choose-card:hover .choose-image img {
    transform: scale(1.05);
}

.choose-section .choose-card:hover::after {
    left: 100%;
}

.choose-section .choose-card:hover .choose-icon i {
    transform: scale(1.12);
}

@media (max-width: 576px) {
    .choose-section .choose-icon {
        width: 76px;
        height: 76px;
    }

    .choose-section .choose-icon i {
        font-size: 30px;
    }
}

.partner-section .container {
    position: relative;
    z-index: 2;
}

.partner-section .partner-panel {
    position: relative;
    padding: 20px 24px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(225, 178, 97, 0.28);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0 2px rgba(225, 178, 97, 0.12);
}

.partner-section .partner-panel::before,
.partner-section .partner-panel::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    height: 10px;
    border-radius: 2px;
    background:
        repeating-linear-gradient(90deg, rgba(225, 178, 97, 0.22) 0px, rgba(225, 178, 97, 0.22) 4px, transparent 4px, transparent 12px),
        linear-gradient(90deg, rgba(225, 178, 97, 0.35), rgba(225, 178, 97, 0.0));
}

.partner-section .partner-panel::before {
    top: -8px;
}

.partner-section .partner-panel::after {
    bottom: -8px;
}

.partner-section .partner-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 12px 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.partner-section .partner-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    transition: color 0.25s ease;
    break-inside: avoid;
}

.partner-section .partner-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #e1b261;
    transform: rotate(45deg);
}

@media (min-width: 992px) {
    .partner-section .partner-list {
        column-count: 2;
        column-gap: 32px;
    }
}

/* Furniture Page */
.page-furniture .furniture-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 100px;
}

.page-furniture .furniture-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 37, 38, 0.6);
    z-index: 1;
}

.page-furniture .furniture-section .container {
    position: relative;
    z-index: 2;
}

.page-furniture .furniture_intro {
    text-align: center;
    margin-bottom: 24px;
}

.page-furniture .furniture_intro h6 {
    margin-bottom: 12px;
    color: var(--e-global-color-secondary);
}

.page-furniture .furniture_intro h2 {
    margin-bottom: 8px;
}

.page-furniture .furniture-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

@media (max-width: 1200px) {
    .page-furniture .furniture-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .page-furniture .furniture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .page-furniture .furniture-grid {
        grid-template-columns: 1fr;
    }
}

.page-furniture .furniture-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.page-furniture .furniture-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-furniture .furniture-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.25) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.page-furniture .furniture-card:hover::after {
    opacity: 1;
}

.page-furniture .furniture-card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 14px;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) top left / 100% 2px no-repeat, linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) bottom left / 100% 2px no-repeat, linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) left top / 2px 100% no-repeat, linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) right top / 2px 100% no-repeat, linear-gradient(#e1b261, #e1b261) top left / 100% 2px no-repeat, linear-gradient(#e1b261, #e1b261) bottom left / 100% 2px no-repeat, linear-gradient(#e1b261, #e1b261) left top / 2px 100% no-repeat, linear-gradient(#e1b261, #e1b261) right top / 2px 100% no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.page-furniture .furniture-card:hover::before {
    background: linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) top left / 100% 2px no-repeat, linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) bottom left / 100% 2px no-repeat, linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) left top / 2px 100% no-repeat, linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)) right top / 2px 100% no-repeat, linear-gradient(#e1b261, #e1b261) top left / 100% 1px no-repeat, linear-gradient(#e1b261, #e1b261) bottom left / 100% 1px no-repeat, linear-gradient(#e1b261, #e1b261) left top / 1px 100% no-repeat, linear-gradient(#e1b261, #e1b261) right top / 1px 100% no-repeat;
}

.page-furniture .furniture-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    filter: brightness(0.98) contrast(1.05);
    transition: transform 0.35s ease, filter 0.35s ease;
    position: relative;
    z-index: 1;
}

.page-furniture .furniture-card:hover img {
    transform: scale(1.03);
    filter: brightness(1.06) contrast(1.15);
}

/* Furniture Lightbox Viewer */
.page-furniture .viewer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.page-furniture .viewer-overlay.active {
    display: flex;
}

.page-furniture .viewer-image {
    max-width: 96vw;
    max-height: 96vh;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: scale(0.92) translateY(18px);
    transition: opacity 220ms ease, transform 220ms ease;
    cursor: zoom-in;
    will-change: transform, opacity;
}

.page-furniture .viewer-image.enter {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.page-furniture .viewer-image.exit {
    opacity: 0;
    transform: scale(0.92) translateY(18px);
}

.page-furniture .viewer-close {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-furniture .viewer-prev,
.page-furniture .viewer-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-furniture .viewer-prev {
    left: 24px;
}

.page-furniture .viewer-next {
    right: 24px;
}

.page-furniture .viewer-prev i,
.page-furniture .viewer-next i,
.page-furniture .viewer-close i {
    font-size: 18px;
}

.page-furniture .furniture-hero {
    position: relative;
    padding: 140px 0 120px;
    overflow: hidden;
}

.page-furniture .furniture-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-furniture .furniture-hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.48) contrast(1.15);
    transform: scale(1.06);
}

.page-furniture .furniture-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 37, 38, 0.72) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.page-furniture .furniture-hero .container {
    position: relative;
    z-index: 3;
}

.page-furniture .furniture-hero .hero-light {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 3;
    pointer-events: none;
}

.page-furniture .furniture-hero .hero-content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.page-furniture .furniture-hero .hero-content h1 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.page-furniture .furniture-hero .hero-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
    opacity: 0.95;
}

.page-furniture .furniture-hero .hero-actions {
    margin-top: 12px;
}

.page-furniture .furniture-hero .breadcrumb-nav {
    display: inline-block;
    margin-top: 12px;
}

.page-furniture .furniture-hero .breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-furniture .furniture-hero .breadcrumb-list li {
    list-style: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.page-furniture .furniture-hero .breadcrumb-list li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.page-furniture .furniture-hero .breadcrumb-list li a:hover {
    color: var(--e-global-color-accent);
}

.page-furniture .furniture-hero .breadcrumb-list li.active a {
    color: var(--e-global-color-accent);
    font-weight: 600;
}

.page-furniture .furniture-hero .breadcrumb-list li+li {
    position: relative;
    padding-left: 18px;
}

.page-furniture .furniture-hero .breadcrumb-list li+li::before {
    content: '›';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #e1b261;
    font-size: 16px;
    line-height: 1;
}

.banner-section .discover-actions {
    margin-top: 8px;
}

.banner-section .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(220, 37, 38, 0.9), rgba(220, 37, 38, 0.75));
    box-shadow: 0 12px 28px rgba(220, 37, 38, 0.3), 0 6px 12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banner-section .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(220, 37, 38, 0.38), 0 10px 18px rgba(0, 0, 0, 0.3);
}

.banner-section .cta-text {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.banner-section .cta-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 26, 0.92);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
}

.banner-section .cta-arrow img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(0.9);
}

.
/* Mobile social icons placement */
@media (max-width: 576px) {
    .banner_outer .social-icons {
        position: fixed;
        right: 16px;
        bottom: 16px;
        margin-left: 0;
        top: auto;
        z-index: 1050;
    }

    .banner_outer .social-icons .line {
        display: none;
    }

    .banner_outer .social-icons ul {
        position: relative;
        left: auto;
        top: auto;
        display: flex;
        gap: 12px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(4px);
    }

    .banner_outer .social-icons ul li {
        margin-top: 0;
    }

    .banner_outer .social-icons ul li .social-networks {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #DC2526;
    color: var(--e-global-color-white);
    z-index: 20050;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .5s cubic-bezier(.22, .61, .36, 1), opacity .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 24px;
}

.mobile-menu-overlay.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-header {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-logo img {
    height: 64px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.mobile-menu-close {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.mobile-menu-close-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.mobile-menu-close-icon:before,
.mobile-menu-close-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}

.mobile-menu-close-icon:before {
    transform: rotate(45deg);
}

.mobile-menu-close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 520px;
}

.mobile-menu-item {
    opacity: 0;
    transform: translateY(20px);
    animation: mmFadeUp .6s forwards;
}

.mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--e-global-color-white);
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-menu-link:hover,
.mobile-menu-link:focus {
    color: #fff;
    opacity: .95;
    transform: translateX(4px);
}

.mobile-menu-link.active {
    color: #fff;
}

.mobile-menu-link span {
    opacity: .7;
}

.mobile-sublist {
    list-style: none;
    margin: 8px 0 18px 0;
    padding: 0 0 0 12px;
    display: none;
}

.mobile-sublist.open {
    display: block;
}

.mobile-subitem .mobile-sublink {
    display: block;
    color: var(--e-global-color-white);
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    opacity: .9;
}

.mobile-menu-cta {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--e-global-color-white);
    text-decoration: none;
    font-weight: 600;
}

@keyframes mmFadeUp {
    to {
        opacity: 1;
        transform: none;
    }
}

/* removed forced hide of navbar-collapse on mobile to restore default behavior */

.navbar-toggler {
    position: relative;
    z-index: 10002;
}

.navbar-toggler .navbar-toggler-icon {
    display: block;
    position: relative;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: transform .3s ease, opacity .3s ease, background .3s ease;
}

.menu-open .navbar-toggler .navbar-toggler-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-open .navbar-toggler .navbar-toggler-icon:nth-child(2) {
    opacity: 0;
}

.menu-open .navbar-toggler .navbar-toggler-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.pagination-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.page-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--e-global-color-white);
    padding: 10px 14px;
    border-radius: 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
}

.page-btn:hover {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.page-btn.active {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.page-btn[disabled] {
    opacity: .4;
    cursor: not-allowed;
}