/* Scrollbar styling */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Utility classes for positioning */
.rr-pos-rel {
    position: relative;
}

.rr-pos-abs {
    position: absolute;
}

.rr-ov-hidden {
    overflow: hidden;
}

/* Container with max-width and padding */
.rr-container-1900 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.rr-container-1850 {
    max-width: 1850px;
    margin: 0 auto;
}

.rr-container-1750 {
    max-width: 1750px;
    margin: 0 auto;
}

.rr-container-1860 {
    max-width: 1860px;
    margin: 0 auto;
}

.rr-container-1890 {
    max-width: 1890px;
    margin: 0 auto;
}

.rr-container-1455 {
    max-width: 1455px;
    margin: 0 auto;
}

.rr-container-1897 {
    max-width: 1897px;
    margin: 0 auto;
}

.rr-container-1650 {
    max-width: 1650px;
    margin: 0 auto;
}

/* Background color classes */
.rr-bg-primary {
    background-color: var(--primary);
    /* Primary background color */
}

.rr-bg-white {
    background-color: var(--white);
    /* White background color */
}

.rr-bg-black {
    background-color: var(--black);
}

.dark .rr-bg-black {
    background-color: #171717;
}

.rr-bg-light-gray {
    background-color: #F0F0F0;
}

.dark .rr-bg-light-gray {
    background-color: #212121;
}

.rr-bg-light {
    background-color: #F8F2EF;
}

.dark .rr-bg-light {
    background-color: #111111;
    --primary: #F8F2EF;
}

.rr-text-white {
    color: var(--white);
}

.rr-text-primary {
    color: var(--primary);
}

.text-gray {
    color: #555555;
}

.dark .text-gray {
    color: #999999;
}

.rr-light {
    color: #F8F2EF;
}

.agency-body-border {
    border-right: 1px solid rgba(17, 17, 17, 0.2);
    border-left: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .agency-body-border {
    border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
    .agency-body-border {
        border: none;
    }
}

/* Full background image styling */
.rr-bg-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

/* Centering utility */
.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Parallax view styling */
.parallax-view {
    overflow: hidden;
}


.rr-bg-light {
    background-color: #F8F2EF;
}

/* modern agency page css */
.hero-7-area .hero-7-area-inner {
    padding-top: 160px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .hero-7-area .hero-7-area-inner {
        padding-top: 140px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-7-area .hero-7-area-inner {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

.hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 150px;
    font-weight: 300;
    line-height: 160px;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font_Fahkwang);
}

@media only screen and (max-width: 1919px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title {
        font-size: 115px;
        line-height: 120px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title {
        font-size: 105px;
        line-height: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title {
        font-size: 110px;
        line-height: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title {
        font-size: 40px;
        line-height: 45px;
    }

    .hero-7-area .hero-7-area-content .hero-7-area-title br {
        display: none;
    }
}

.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title-holder {
    position: relative;
    display: inline-block;
}

.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--primary);
    letter-spacing: -0.7px;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 767px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
        position: inherit;
    }
}

@media (max-width: 575px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
        display: none;
    }
}

.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
    right: 0px;
    left: auto;
    max-width: 230px;
}

@media only screen and (max-width: 991px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
        right: inherit;
    }
}

.hero-7-area .hero-7-area-content .mobile-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-7-area .hero-7-area-content .mobile-text span {
    text-align: center;
    width: 131px;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
    color: var(--primary);
    letter-spacing: -0.7px;
    text-transform: uppercase;
    font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1919px) {
    .hero-7-area .hero-7-area-content .mobile-text span {
        display: none;
    }
}

@media (max-width: 991px) {

    .hero-7-area .hero-7-area-content .mobile-text span {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hero-7-area .hero-7-area-content .mobile-text span {
        display: block;
    }
}

.hero-area-7 {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-area-7 .image-wrapper {
    width: 500px;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-area-7 .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 650px;
    display: block;
}

@media (max-width: 991px) {
    .hero-area-7 {
        height: 100%;
    }

    .hero-area-7 .image-wrapper {
        height: 100%;
    }

    .hero-area-7 .image-wrapper img {
        min-height: 100%;
    }
}

.label-left,
.label-right {
    top: 50%;
    opacity: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    white-space: nowrap;
    color: var(--primary);
    letter-spacing: -0.7px;
    text-transform: uppercase;
    transform: translateY(-50%);
    font-family: var(--font_bdogrotesk);
}

.label-left {
    left: -60px;
}

.label-right {
    right: -60px;
}

.about-uss-7 .section-4-title-wrapper {
    display: grid;
    grid-template-columns: 1fr 60%;
    gap: 30px;
}

@media only screen and (max-width: 1399px) {
    .about-uss-7 .section-4-title-wrapper {
        grid-template-columns: 1fr 750px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7 .section-4-title-wrapper {
        grid-template-columns: 1fr;
    }
}

.section-4-title-wrapper .section-4-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-4-title-wrapper .section-4-subtitle span {
    color: #999;
}

.section-4-title-wrapper .section-title {
    font-size: 60px;
}


@media only screen and (max-width: 1599px) {
    .section-4-title-wrapper .section-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .section-4-title-wrapper .section-title {
        font-size: 32px;
    }
}

.about-uss-7 {
    padding-top: 150px;
}

.about-uss-7 .section-4-title-wrapper {
    padding-top: 40px;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .about-uss-7 .section-4-title-wrapper {
    border-color: rgba(248, 242, 239, 0.15);
}

.about-uss-7__wrapper {
    gap: 50px 163px;
    display: grid;
    margin-top: 20px;
    padding-top: 150px;
    grid-template-columns: 1fr 970px;
}

@media only screen and (max-width: 1919px) {
    .about-uss-7__wrapper {
        gap: 50px 150px;
        grid-template-columns: 1fr 870px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1399px) {
    .about-uss-7__wrapper {
        gap: 50px 60px;
        grid-template-columns: 1fr 750px;
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__wrapper {
        grid-template-columns: 1fr;
        margin-top: 0;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .about-uss-7 {
        padding-top: 70px;
    }

    .about-uss-7__wrapper {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-uss-7__wrapper {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__wrapper>*:nth-child(1) {
        gap: 50px;
        flex-direction: row;
    }
}

@media only screen and (max-width: 767px) {
    .about-uss-7__wrapper>*:nth-child(1) {
        gap: 50px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__wrapper>*:nth-child(1) .media {
        width: 300px;
        min-width: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__wrapper>*:nth-child(1) .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.about-uss-7__wrapper>*:nth-child(2) {
    margin-top: -35px;
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__wrapper>*:nth-child(2) {
        margin-top: 0;
        flex-direction: column;
    }
}

.about-uss-7__box {
    display: flex;
    flex-direction: column;
}

.about-uss-7__box h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.about-uss-7__content {
    margin-top: auto;
    max-width: 420px;
    margin-left: auto;
}

@media only screen and (max-width: 1399px) {
    .about-uss-7__content {
        margin-top: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__content {
        margin-top: 0;
        margin-right: auto;
        margin-left: inherit;
        max-width: 100%;
    }
}

.about-uss-7__content .over {
    font-size: 180px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 70px;
    font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
    .about-uss-7__content .over {
        margin-bottom: 50px;
        font-size: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__content .over {
        font-size: 120px;
        line-height: 130px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .about-uss-7__content .over {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 10px;
    }
}

.about-uss-7__content .over span {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 17px;
    font-family: var(--font_dmsans);
}

.about-uss-7__content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary);
}

.about-uss-7__content .text {
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .about-uss-7__content .text {
        margin-top: 30px;
    }
}

.about-uss-7__content .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

/* work-area-9 gallery style  */
.work-area-9 {
    margin-top: 70px;
    padding-bottom: 100px;
}

.work-area-9 .work-area-9-inner {
    position: relative;
}

.work-area-9 .stone_image {
    position: absolute;
    top: -150px;
}

.work-area-9 .work-area-9-inner .main-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.64px;
    transform: translateY(100%);
    font-family: var(--font_dmsans);
}

@media only screen and (max-width: 767px) {
    .work-area-9 .stone_image {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .work-area-9-inner .main-title {
        transform: translateY(0);
        margin-bottom: 20px;
    }
}

.work-area-9 .works-9-wrapper {
    display: grid;
    gap: 150px 0;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
    .work-area-9 .works-9-wrapper {
        gap: 100px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .works-9-wrapper {
        gap: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper {
        grid-template-columns: auto;
        gap: 50px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(1) {
    margin-top: 924px;
    max-width: 485px;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .works-9-wrapper>*:nth-child(1) {
        margin-top: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .work-area-9 .works-9-wrapper>*:nth-child(1) {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(1) {
        margin-top: 0px;
        max-width: 100%;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(2) {
    margin-left: -40px;
}

@media only screen and (max-width: 1399px) {
    .work-area-9 .works-9-wrapper>*:nth-child(2) {
        margin-left: 0;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(3) {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .works-9-wrapper>*:nth-child(3) {
        max-width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .work-area-9 .works-9-wrapper>*:nth-child(3) {
        max-width: 550px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(4) {
    margin-top: 265px;
    margin-right: -40px;
}

@media only screen and (max-width: 1399px) {
    .work-area-9 .works-9-wrapper>*:nth-child(4) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(4) {
        margin-top: 0px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(5) {
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(5) {
        margin-left: inherit;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(6) {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .works-9-wrapper>*:nth-child(6) {
        max-width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .work-area-9 .works-9-wrapper>*:nth-child(6) {
        max-width: 550px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(8) {
    margin-top: 321px;
    margin-left: -40px;
}

@media only screen and (max-width: 1399px) {
    .work-area-9 .works-9-wrapper>*:nth-child(8) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(8) {
        margin-top: 0px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(9) {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .works-9-wrapper>*:nth-child(9) {
        max-width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .work-area-9 .works-9-wrapper>*:nth-child(9) {
        max-width: 550px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(10) {
    margin-top: 265px;
    margin-right: -40px;
}

@media only screen and (max-width: 1399px) {
    .work-area-9 .works-9-wrapper>*:nth-child(10) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(10) {
        margin-top: 0px;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(11) {
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(11) {
        margin-left: inherit;
    }
}

.work-area-9 .works-9-wrapper>*:nth-child(12) {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .work-area-9 .works-9-wrapper>*:nth-child(12) {
        margin-left: inherit;
    }
}

.work-area-9 .span-2 {
    grid-column: span 2;
}

@media only screen and (max-width: 767px) {
    .work-area-9 .span-2 {
        grid-column: auto;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .work-box__item {
        width: 100%;
    }
}

.work-area-9 .work-box__item .thumb {
    overflow: hidden;
}

.work-area-9 .work-box__item .thumb .image {
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .work-area-9 .work-box__item .thumb .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.work-area-9 .work-box__item .content {
    margin-top: 24px;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .work-box__item .content {
        margin-top: 14px;
    }
}

.work-area-9 .work-box__item .content .designation {
    font-size: 20px;
    font-weight: 400;
    max-width: 540px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .work-box__item .content .designation {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .work-area-9 .work-box__item .content .designation {
        margin-bottom: 30px;
    }
}

.work-area-9 .work-box__item .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .work-box__item .title {
        font-size: 18px;
    }
}

.work-area-9 .work-box__item .title a:hover {
    color: var(--secondary);
}

.work-area-9 .work-box__item .tag {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    display: block;
    font-family: var(--font_Fahkwang);
    color: #c06c34;
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .work-box__item .tag {
        font-size: 22px;
    }
}

.work-area-9 .work-box__item .date {
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    display: block;
    font-family: var(--font_bdogrotesk);
    color: var(--primary);
}

@media only screen and (max-width: 1199px) {
    .work-area-9 .work-box__item .date {
        font-size: 12px;
    }
}

.products_application .footer-widget-wrapper {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1599px) {
    .products_application .footer-widget-wrapper {
        gap: 60px;
    }

    .products_application .footer-widget__content {
        max-width: 910px;
    }

    .products_application .footer-widget-nav-list li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .products_application .footer-widget-wrapper {
        padding-bottom: 40px;
    }
}

.products_main_heading {
    background-color: #f7ede4;
}

.products_main_heading .hero-area-5-inner {
    padding-top: 120px;
}

.application_glob .hero-area-5-inner p {
    max-width: 800px;
    margin-left: auto;
    margin-top: 60px;
}

.products_main_heading .section-title {
    max-width: 100%;
}

.products_main_heading .hero-video img {
    height: 100%;
    object-fit: cover;
}

.products_main_heading .hero-shape-1 h1 {
    font-family: "Oswald", sans-serif;
    font-size: 280px;
}

.products_main_heading .hero-shape-1 h1 {
    color: var(--theme);
}

.products_main_heading .hero-shape-1 .slash {
    color: var(--primary);
    font-weight: 900;
}

.products_main_heading .hero-shape-1 .size {
    font-size: 100px;
    color: var(--primary)
}

.products_main_heading .client-area .client-capsule-wrapper {
    height: 533px;
}

@media only screen and (max-width: 1800px) {
    .products_main_heading .hero-shape-1 h1 {
        font-size: 200px;
    }

    .products_main_heading .hero-shape-1 .size {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1400px) {
    .products_main_heading .hero-shape-1 h1 {
        font-size: 160px;
    }

    .products_main_heading .hero-shape-1 .size {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .products_main_heading .hero-shape-1 h1 {
        font-size: 80px;
        line-height: 0.6;
    }

    .products_main_heading .hero-shape-1 .size {
        font-size: 30px;
    }
}


.portfolio-6-wrapper-box {
    margin-top: -6px;
}

.portfolio-6-wrapper {
    display: grid;
    gap: 50px 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
    .portfolio-6-wrapper {
        gap: 40px 20px;
    }
}

@media (max-width: 575px) {
    .portfolio-6-wrapper {
        grid-template-columns: 1fr;
    }
}

.portfolio-6-wrapper>*.span-2 {
    grid-column: span 2;
}

@media (max-width: 575px) {
    .portfolio-6-wrapper>*.span-2 {
        grid-column: auto;
    }
}

.portfolio-6-item1 {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-6-item1.show {
    display: block;
    opacity: 1;
}

.portfolio-6-item {
    position: relative;
    display: block;
    cursor: pointer;
    height: 450px;
}

@media (max-width:575px) {
    .portfolio-6-item {
        height: auto;
    }
}

.portfolio-6-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.portfolio-6-item:hover:before {
    opacity: 1;
    transition: all 0.3s;
}

.portfolio-6-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.3);
    opacity: 0;
    pointer-events: none;
}

.portfolio-6-item .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: auto;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
    transform: translate3d(0, 0, 0) scale(0.1);
    transition: opacity 0.3s ease, clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 1199px) {
    .portfolio-6-item .hover-image {
        width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-6-item .hover-image {
        width: 120px;
    }
}

.portfolio-6-item .hover-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.portfolio-6-item .hover-text {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.portfolio-6-item .hover-text h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--white);
}

.portfolio-6-item .hover-text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
}

.portfolio-6-item .pname {
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #fff;
    padding: 15px 20px 10px 10px;
    border-radius: 0 15px 0 0;
    z-index: -1;
}


/* Backdrop */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Modal Box */
.modal-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 80%;
    width: 90%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-family: var(--font_Fahkwang);
    color: #111111;
    font-weight: bold;
}

.modal-body {
    margin-top: 15px;
}

.close-btn {
    cursor: pointer;
    font-size: 35px;
    border: none;
    background: none;
}

.random_img_name {
    margin-top: 15px;
}

.random_img_name h4 {
    font-size: 18px;
}

.product_listing_sec .portfolio-6-wrapper-box .portfolio-6-item {
    background-color: #e9e5e1;
    padding: 30px;
}

#loadMore {
    padding: 20px 42px;
}


@media only screen and (max-width: 767px) {
    .random_img {
        margin-bottom: 10px;
    }

    .random_img_name {
        margin-top: 10px;
    }

    .random_img_name h4 {
        font-size: 16px;
    }
}


.breadcrumb {
    padding-top: 50px;
    padding-left: 100px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li span {
    padding: 0 10px;
}

/* Products Fillter */

.works-wrapper-4 {
    grid-template-columns: repeat(2, 1fr);
}

.work-area-4 .section-title {
    font-size: 60px;
    max-width: 100%;
    margin-bottom: 30px;
}


.sidebar_pro {
    /* width: 425px; */
    /* margin-right: 50px; */
    box-shadow: 0px 0px 15px -10px;
    padding: 20px;
    height: max-content;
    min-width: 300px;
}

.sidebar_pro p.section-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 'Fahkwang', sans-serif;
    color: var(--text-dark);
}

.sidebar_pro .accordion-body ul li {
    padding: 10px 10px 10px 0;
    list-style: circle;
}

.sidebar_pro .accordion-flush .accordion-item .accordion-button {
    padding-left: 0;
    padding-right: 0;
}

.sidebar_pro .accordion-flush .accordion-item .accordion-button:focus {
    border-bottom: 1px solid #dee2e6;
    box-shadow: none;
    background-color: transparent;
}

.sidebar_pro .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #c06c34;
}

.sidebar_pro .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.pro_title_wrap_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f7ede4;
}

.pro_title_wrap_box p {
    color: #000;
}


/* New CSS */

.product_sidebar.sidebar_pro .accordion-item .accordion-header {
    font-family: 'Fahkwang', sans-serif;
    line-height: 1;
}

.rr-btn-group .b {
    border: 2px solid var(--action);
}

.rr-btn-group:hover .b {
    border: 2px solid var(--action);
}

.common_text {
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    color: var(--secondary);
    margin-bottom: 10px;
}

.crafted_for {
    background-color: var(--bg-light);
}

.crafted_for .section-title-4 h2 {
    font-size: 50px;
}

@media only screen and (max-width:1399px) {
    .crafted_for .section-title-4 h2 {
        font-size: 36px;
    }
}

.why_storico_tiles.hero-section {
    background-color: var(--white);
}


.why_storico_tiles .section-title-small {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--primary);
    font-family: var(--font_Fahkwang);
}

.why_storico_tiles .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.why_storico_tiles .feature-item:hover {
    background-color: rgba(184, 151, 106, 0.08);
    transform: translateX(5px);
}

.why_storico_tiles .feature-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    color: var(--accent-gold);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(184, 151, 106, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
}

.why_storico_tiles .feature-text {
    color: var(--text-dark);
    font-size: 18px;
}

.why_storico_tiles .feature-text strong {
    font-weight: 600;
    color: var(--text-dark);
}

.why_storico_tiles .cta-text {
    font-size: 22px;
    font-style: italic;
    margin: 40px 0 0px;
    color: var(--text-dark);
    text-align: center;
    padding: 30px;
    background-color: rgba(184, 151, 106, 0.05);
    border-left: 4px solid var(--accent-gold);
    border-radius: 4px;
}

.why_storico_tiles .bottom-features {
    background: linear-gradient(135deg, #f0ede8 0%, #e8e4df 100%);
    padding: 60px 0;
    margin-top: 60px;
}

.why_storico_tiles .bottom-feature-card {
    text-align: center;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.why_storico_tiles .bottom-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
}

.why_storico_tiles .bottom-feature-icon {
    font-size: 56px;
    color: var(--accent-gold);
    margin-bottom: 20px;
    display: inline-block;
}


.why_storico_tiles hr.custom-divider {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--accent-gold), transparent);
    margin: 50px 0;
}


/* Second Section - Export Section Styles */

.export-section {
    background-color: var(--bg-light);
    position: relative;
}

.export-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--accent-gold-light), transparent);
}

.export-section .export-subheading {
    font-size: 21px;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'fahkwang', sans-serif;
    line-height: 1;
}

.export-section .export-card {
    background: linear-gradient(135deg, #fafaf9 0%, #ffffff 100%);
    border: 2px solid #f0ede8;
    border-radius: 16px;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.export-section .export-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--accent-gold);
    transition: height 0.4s ease;
}

.export-section .export-card:hover {
    border-color: var(--accent-gold-light);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(184, 151, 106, 0.15);
}

.export-section .export-card:hover::before {
    height: 100%;
}

.export-section .export-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.export-section .export-card:hover .export-card-icon {
    transform: rotate(360deg) scale(1.1);
}

.export-section .export-card-icon i {
    font-size: 32px;
    color: white;
}

.export-section .export-card-title {
    font-size: 21px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
    font-family: var(--font_Fahkwang);
}

.export-section .export-bottom-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    text-align: center;
    max-width: 850px;
    margin: 60px auto 0;
    padding: 35px;
    background: linear-gradient(135deg, rgba(184, 151, 106, 0.03) 0%, rgba(184, 151, 106, 0.08) 100%);
    border-radius: 12px;
    border: 1px solid rgba(184, 151, 106, 0.15);
}

/* Third Section - Applications Section - SIMPLE LIST LAYOUT */
.applications-section {
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}


/* Simple List with Icons */
.applications-section .applications-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.applications-section .application-row {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    gap: 25px;
    border-bottom: 1px dashed rgba(184, 151, 106, 0.25);
    transition: all 0.3s ease;
}

.applications-section .application-row:last-child {
    border-bottom: none;
}

.applications-section .application-row:hover {
    padding-left: 10px;
}

.applications-section .application-icon-simple {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid var(--accent-gold);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.applications-section .application-row:hover .application-icon-simple {
    background: var(--accent-gold);
    transform: scale(1.1);
}

.applications-section .application-icon-simple i {
    font-size: 22px;
    color: var(--accent-gold);
    transition: all 0.3s ease;
}

.application-row:hover .application-icon-simple i {
    color: #ffffff;
}

.applications-section .application-text {
    flex: 1;
    padding-top: 8px;
}

.applications-section .application-text p {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin: 0;
    font-family: var(--font_Fahkwang);
    line-height: 1.4;
}

/* Different Summary Design - Highlight Box with Icon */
.applications-section .applications-highlight {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 0;
    border-top: 4px solid var(--accent-gold);
    border-bottom: 4px solid var(--accent-gold);
    position: relative;
}

.applications-section .applications-highlight::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--accent-gold), var(--accent-gold-light));
}

.applications-section .highlight-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applications-section .highlight-icon i {
    font-size: 40px;
    color: #ffffff;
}

.applications-section .highlight-content {
    flex: 1;
}

.applications-section .highlight-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
    font-family: var(--font_Fahkwang);
}

/* Decorative Elements */
.applications-section .applications-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(184, 151, 106, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


/* Fourth Section - Quality Standards */
.quality-section {
    background-color: var(--white);
    position: relative;
}

.quality-section .quality-content-wrapper {
    margin-top: 40px;
}

.quality-section .quality-main-text {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 30px;
}

.quality-section .quality-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.quality-section .quality-feature-block {
    text-align: center;
    position: relative;
    padding-top: 25px;
}

.quality-section .quality-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    font-weight: 700;
    color: rgba(184, 151, 106, 0.15);
    line-height: 1;
    z-index: 0;
}

.quality-section .quality-icon-box {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--accent-gold);
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 1;
}

.quality-section .quality-feature-block:hover .quality-icon-box {
    background: var(--accent-gold);
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(184, 151, 106, 0.3);
}

.quality-section .quality-icon-box i {
    font-size: 40px;
    color: var(--accent-gold);
    transition: all 0.4s ease;
}

.quality-section .quality-feature-block:hover .quality-icon-box i {
    color: #ffffff;
}

.quality-section .quality-feature-label {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin: 0;
    line-height: 1.4;
}

.quality-section.bg-gray {
    background: var(--bg-light);
}

/* Fifth Section - Global Buyers Trust */

.design_section.global-trust-section {
    background: var(--bg-light);
}

.global-trust-section {
    background-color: var(--bg-light);
    position: relative;
}

.global-trust-section .trust-points-wrapper {
    margin-top: 35px;
}

.global-trust-section .trust-point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 12px 0;
}

.global-trust-section .trust-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: var(--accent-gold);
    border-radius: 50%;
    margin-top: 10px;
}

.global-trust-section .trust-text {
    flex: 1;
}

.global-trust-section .trust-text p {
    font-size: 19px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
    line-height: 1.6;
}

.point-wrappers.trust-points-wrapper {
    margin-top: 10px;
}

.point-wrappers .trust-point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 5px 0;
}

.point-wrappers .trust-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: var(--accent-gold);
    border-radius: 50%;
    margin-top: 10px;
}

.point-wrappers .trust-text {
    flex: 1;
}

.point-wrappers .trust-text p {
    font-size: 19px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
    line-height: 1.6;
}

.global-trust-section .trust-footer-text {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid var(--accent-gold);
}

.global-trust-section .trust-footer-text p {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin: 0;
    font-family: var(--font_Fahkwang);
    line-height: 1.5;
}

.global-trust-section.bg-white {
    background: var(--white);
}

.frequently_asked_questions.bg-gray {
    background: var(--bg-light);
}

.frequently_asked_questions .faq-area-inner .accordion-wrapper .accordion-header .accordion-button {
    font-family: 'fahkwang', sans-serif;
    line-height: 1;
    color: var(--primary);
    font-weight: 500;
}

.frequently_asked_questions .accordion-item .accordion-body a {
    color: var(--theme);
    font-weight: 500;
}

.product_listing_sec .portfolio-area-6-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
}

@media only screen and (max-width:1600px) {
    .export-section .export-card-title {
        font-size: 18px;
    }

    .faq-area .section-title {
        font-size: 48px;
    }
}

@media (max-width: 1199px) {
    .product_listing_sec .portfolio-6-wrapper {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 991px) {
    .quality-section .quality-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .product_listing_sec .portfolio-area-6-inner {
        display: block;
    }

    .product_listing_sec .sidebar_pro {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .all_collections .work-area-4-inner .works-wrapper-box .works-wrapper-4 {
        grid-template-columns: 1fr;
    }

    .all_collections .breadcrumb-links li:first-child .breadcrumb-text {
        display: block;
        line-height: 2;
    }

    .all_collections.work-area-4 .section-title {
        font-size: 32px;
    }

    .product_listing_sec .portfolio-6-wrapper {
        grid-template-columns: 1fr;
    }

    .why_storico_tiles .section-title-small {
        font-size: 27px;
    }

    .why_storico_tiles .feature-item {
        padding: 10px;
    }

    .why_storico_tiles .bottom-feature-card {
        margin-bottom: 20px;
    }

    .why_storico_tiles .cta-text {
        font-size: 19px;
        padding: 20px;
    }

    .export-section .export-subheading {
        font-size: 18px;
    }

    .export-section .export-card {
        margin-bottom: 10px;
        height: auto;
    }

    .export-section .export-bottom-text {
        margin-top: 40px;
        padding: 25px;
    }

    /* Application Section */

    .applications-section .application-row {
        gap: 15px;
        padding: 15px 0;
        align-items: center;
    }

    .applications-section .application-text {
        padding-top: 0;
    }

    .applications-section .application-icon-simple {
        width: 40px;
        height: 40px;
    }

    .applications-section .application-icon-simple i {
        font-size: 20px;
    }

    .applications-section .applications-highlight {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 20px;
    }

    .applications-section .highlight-icon {
        width: 70px;
        height: 70px;
    }

    .applications-section .highlight-icon i {
        font-size: 35px;
    }

    .applications-section .highlight-title {
        font-size: 20px;
    }

    .applications-section .applications-list {
        grid-template-columns: 1fr;
    }

    .quality-section .quality-main-text {
        padding: 0;
    }

    .quality-section .quality-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .quality-section .quality-number {
        font-size: 40px;
    }

    .quality-section .quality-icon-box {
        width: 80px;
        height: 80px;
    }

    .quality-section .quality-icon-box i {
        font-size: 35px;
    }

    .quality-section .quality-feature-label {
        font-size: 17px;
    }


    .global-trust-section .trust-point {
        padding: 10px 0;
    }

    .global-trust-section .trust-text p {
        font-size: 17px;
    }

    .global-trust-section .trust-footer-text {
        margin-top: 30px;
        padding-top: 25px;
    }

    .global-trust-section .trust-footer-text p {
        font-size: 18px;
    }

    .frequently_asked_questions.faq-area .section-title {
        font-size: 32px;
    }

    .frequently_asked_questions.faq-area .accordion-body {
        font-size: 18px;
    }
}