/* Armcade Footer */

.footer__Wrapper {
    background-color: var(--black);
    background-image: url(../Images/footerPattern.svg);
    background-position: center 40%;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;
    height: 100dvh;
    position: relative;
}

.footer__Inner {
    max-width: 800px;
}

.footer__Wrapper a {
    transition: var(--transition);
    opacity: 0.9;
}

.footer__Wrapper a:hover {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
    opacity: 1;
}

.footer__Pages_List {
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
}

.footer__Divider {
    height: 1px;
    background-color: var(--bw-fade-5);
    margin: 0;
}

.footer__Recommend_List {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

.footer__Call_Wrapper > a:hover .WbIcon {
    animation: basketShake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

/* ?------------------------------- Responsive ------------------------------- */

@media (max-width: 991px) {
    .footer__Wrapper {
        background-image: url(../Images/footerBakMb.svg);
        background-size: cover;
    }

    .footer__Pages_List {
        column-gap: unset;
        justify-content: space-between;
    }

    .footer__Call_Wrapper {
        order: 12;
    }

    /* *bottom stcky start */
    .control__Panel_Wrapper {
        width: 100%;
    }

    .bottom__Pannel {
        z-index: 19;
        position: fixed;
        bottom: 0;
        width: 100%;
        transition-property: z-index;
        transition-delay: 0.5s;
        background: var(--black);
        border-radius: var(--border-radius) var(--border-radius) 0 0;
    }

    .tabid-101 ~ .control__Panel_Wrapper {
        display: none;
    }

    .bottom__Pannel::before {
        content: "";
        display: block;
        width: 82px;
        height: 18px;
        background: url(../Images/navBulb.svg) center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 99%;
        left: 50%;
        transform: translate(-50%);
    }

    .bottom__Menu.active ~ .control__Panel_Wrapper .bottom__Pannel {
        z-index: 22;
        transition-property: z-index;
        transition-delay: 0s;
    }

    .control__Panel_Wrapper .bottom__Button {
        --button-accent: var(--white);
        color: var(--button-accent);
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: var(--transition);
        justify-content: space-between;
        --icon-color: var(--button-accent);
        padding: 0.5rem 0;
        border-bottom: solid 2px transparent;
        row-gap: calc(var(--gap) / 2);
    }

    .append__Bottom_Menu .header__Logo {
        padding: 1.5rem 2.5rem;
        border: none;
    }

    .append__Bottom_Menu .Header__Category_Nav .SCat-Main {
        margin-top: -0.75rem;
    }

    .append__Bottom_Menu .Header__Category_Nav .SCat-Main li > .header__Category_Item {
        --color-accent: var(--mc2-fade-1);
        color: var(--color-accent);
        padding: 0.75rem 0;
        display: flex;
        align-items: center;
        font-weight: var(--fw-400);
    }

    .append__Bottom_Menu .Header__Category_Nav .SCat-Main li.SCat-have-sub-menu > .header__Category_Item::after {
        content: "";
        display: block;
        min-width: 12px;
        width: 12px;
        height: 12px;
        min-height: 12px;
        mask-repeat: no-repeat;
        mask-size: cover;
        mask-position: center;
        mask-image: url(/Portals/0/Images/chevDown.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        -webkit-mask-position: center;
        -webkit-mask-image: url(/Portals/0/Images/chevDown.svg);
        background-color: var(--mc2);
        margin-right: auto;
        transition: var(--transition);
        transform: rotate(180deg);
    }

    .append__Bottom_Menu .Header__Category_Nav .SCat-Main li.SCat-have-sub-menu > .header__Category_Item.active::after {
        transform: rotate(0deg);
    }

    .append__Bottom_Menu
        .Header__Category_Nav
        .SCat-Main
        li.SCat-have-sub-menu
        > .SCat-sub-menu
        .header__Category_Item
        > .header__Categroy_Title {
        font-weight: var(--fw-700);
        display: list-item;
        list-style-position: inside;
        list-style-type: disc;
        --color-accent: var(--mc2-fade-3);
        color: var(--color-accent);
    }

    .bottom__Button:nth-child(2) .bottom_Icon {
        transform-origin: bottom;
        transform: scale(1.333);
    }

    /* !bottom stcky end */
}

@keyframes basketShake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

footer.ar-ae .footer__Pages_List {
    height: 50px;
}

.social_Sticky__ar-ae {
    position: fixed;
    bottom: 2rem;
    left: 2.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

@media (max-width: 991px) {
    .social_Sticky__ar-ae {
        bottom: 4.5rem;
        left: 1rem;
        width: 5rem;
        height: 5rem;
    }
}

/* !-------------------------------------------------------------------------- */
/* !                               MOVE TO SKIN                                */
/* !-------------------------------------------------------------------------- */

/* *HOME EDIT (find where to move these codes in skin) */

/* !HOME EDIT (find where to move these codes in skin) */

/* *logo design redesign start */

/* !logo design redesign end */
html[lang="ar-AE"] body:has(.portfolio__Main_List) .PagingTable.PagingTable.PagingTable {
    margin-bottom: var(--main-space) !important;
}

/* gold landing styles */
.GoldLanding {
    text-align: right;
}

.GoldLanding__ContentWrapper {
    margin-bottom: 32px;
}

.GoldLanding__ContentWrapper__HeadMain {
    font-size: 30px;
    font-weight: 700;
    line-height: 62px;
}

.GoldLanding__SampleLogos {
    padding: 30px 0px;
}

.GoldLanding__ContentWrapper h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    position: relative;
    display: flex;
    align-items: center;
    color: #333333;
}

.GoldLanding__ContentWrapper__ContentCards__Card {
    margin: 0 4px !important;
}

.GoldLanding__ContentWrapper h2 span {
    width: 400px;
    height: 1px;
    transform: translateY(-50%);
    margin-right: 16px;
    background: radial-gradient(
        100% 30802503.98% at 100% 0%,
        rgba(197, 170, 117, 0) 0%,
        #c5aa75 0.01%,
        rgba(197, 170, 117, 0) 100%
    );
}

.GoldLanding__ContentWrapper__Contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: justify;
    padding: 8px 0;
    color: #444444;
}

.GoldLanding__ContentWrapper__Contents h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    color: #333333;
}

.GoldLanding__ContentWrapper__Contents ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #444444;
    padding-right: 16px !important;
}

.GoldLanding__Video video {
    width: 100%;
    height: 388px;
    display: block;
    object-fit: cover;
    pointer-events: none;
    margin: 20px 0 !important;
}

.GoldLanding__Clacs {
    width: 100%;
    height: auto;
    border: 1px solid #c5aa75;
    padding: 24px;
    display: flex;
    margin: 24px 0;
    border-radius: 5px;
}

.GoldLanding__Clacs p {
    padding: 2.5px 0;
    margin: 0;
    color: #c5aa75;
}

.GoldLanding__Clacs p b {
    color: #333333;
}

.GoldLanding__Clacs p span {
    color: #444444;
}

.GoldLanding__Clacs img {
    margin-left: 24px;
}

.GoldLanding__ContentWrapper__Banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
    border-radius: 5px;
}

.GoldLanding__ContentWrapper__ContentsImageBanner {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    margin: 32px 0;
    object-fit: cover;
}

.GoldLanding__ContentWrapper__Banner_one {
    background: url("/Portals/0/images/banner1.png");
}

.GoldLanding__ContentWrapper__Banner_two {
    background: url("/Portals/0/images/banner2.png");
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 46px 40px;
    background-position: -175px 0;
}

.GoldLanding__ContentWrapper__Banner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: #444444;
}

.GoldLanding__ContentWrapper__Banner_two h3 {
    color: white;
    width: 300px;
    line-height: 48px;
    text-align: right;
    padding-left: 16px;
}

.GoldLanding__ContentWrapper__Banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    padding: 16px 0;
    color: white;
}

.GoldLanding__ContentWrapper__Banner button {
    width: 100px;
}

.GoldLanding__ContentWrapper__ContentCards__Card,
.GoldLanding__SampleLogos__Card {
    padding: 16px !important;
    border: 1px solid #c5aa75 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex: 0 0 calc(33.333333% - 8px);
    max-width: calc(33.333333% - 8px);
    border-radius: 5px !important;
}

.tabid-529 .slick-initialized .slick-slide {
    margin: 0 4px !important;
}

.GoldLanding__SampleLogos__Card {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    height: 250px !important;
    margin: 0 4px !important;
}

.GoldLanding__ContentWrapper__ContentCards__Card span {
    color: #333333;
    margin-top: 15px;
    text-align: right;
    width: 100%;
    display: block;
}

.GoldLanding__Contacts {
    width: 100%;
    height: auto;
    padding: 64px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/Portals/0/images/contact-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__Contacts > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts > span {
    width: 200px;
    height: 1px;
    transform: translateY(-50%);
    margin: 0 24px;
    background: radial-gradient(
        100% 30802503.98% at 0% 100%,
        rgba(197, 170, 117, 0) 0%,
        #c5aa75 0.01%,
        rgba(197, 170, 117, 0) 100%
    );
}

.GoldLanding__Contacts > span:nth-of-type(2) {
    background: radial-gradient(
        100% 30802503.98% at 100% 0%,
        rgba(197, 170, 117, 0) 0%,
        #c5aa75 0.01%,
        rgba(197, 170, 117, 0) 100%
    );
}

.GoldLanding__Contacts__Item {
    padding: 0 16px;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.GoldLanding__Contacts__Item i {
    width: 34px;
    height: 34px;
    margin: 0 12px;
    border-radius: 50%;
    background: #c5aa75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts__Item span {
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}

.GoldLanding__Buttons {
    display: flex;
    height: 40px;
}

.GoldLanding__Buttons a {
    position: relative;
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #383838;
    transform: translateX(45px);
    padding-right: 16px;
}

.GoldLanding__Buttons span.effect::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 0;
    background: #e5d3af;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.GoldLanding__ButtonsSample .border-effect {
    stroke: #3f3f3f;
}

.see-all:hover .border-effect {
    stroke-dasharray: 1400px 0px !important;
    stroke-dashoffset: -235px !important;
}

.border-effect {
    max-width: 150px;
    min-width: 150px;
    stroke: #c5aa75;
    stroke-dasharray: 300px 400px;
    stroke-dashoffset: -237px;
    transition: 0.6s;
    stroke-width: 7px;
}

.GoldLanding__ButtonsForm a {
    color: white !important;
    transform: translate(30px);
}

.GoldLanding__ButtonsSample a span.effect::before {
    background: white !important;
    opacity: 0.8;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__ButtonsForm a span.effect::before {
    background: #3f3f3f !important;
    opacity: 1;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__UserComment {
    max-width: 1920px;
    height: 550px;
    padding: 32px 0;
    margin: 0 auto;
    position: relative;
}

.GoldLanding__UserComment::before {
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/Portals/0/images/commentBack.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}

.GoldLanding__UserComment::after {
    content: "";
    width: 65%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #c5aa75;
    border-radius: 0 5px 5px 0;
}

.GoldLanding__UserComment__Heading {
    padding: 32px 0;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.GoldLanding__UserComment__Heading::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 160px;
    top: 0px;
    left: -90px;
    background: url("/Portals/0/images/camma.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Heading h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
}

.GoldLanding__UserComment__Heading p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 24px;
    color: white;
}

.GoldLanding__UserComment__Arrows {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.GoldLanding__UserComment__Arrows button {
    position: relative;
    width: 30px;
    height: auto;
    border: none;
}

.GoldLanding__UserComment__ArrowsRight {
    margin-left: 16px;
}

.GoldLanding__UserComment__ArrowsLeft:before {
    content: "" !important;
    top: 6px;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    transform: rotate(180deg);
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__ArrowsRight::before {
    content: "" !important;
    top: 0;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Slider {
    z-index: 10;
    display: flex !important;
    align-items: center;
    padding-right: 70px !important;
    direction: rtl !important;
}

.GoldLanding__UserComment__Slider .slick-next,
.GoldLanding__UserComment__Slider .slick-prev {
    display: none !important;
}

.GoldLanding__UserComment__SliderCard {
    background-color: white;
    padding: 24px 40px;
    border-radius: 5px;
}

.GoldLanding__UserComment__SliderCardContents_Top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.GoldLanding__UserComment__SliderCardContents_Top > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 24px;
}

.GoldLanding__UserComment__SliderCardContents_Top > div h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.GoldLanding__UserComment__SliderCardContents_Top > div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.GoldLanding__UserComment__SliderCardContents_Top > img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.GoldLanding__UserComment__SliderCardContents_Bottom {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    padding-top: 16px;
    color: #444444;
}

@media all and (max-width: 991px) {
    .GoldLanding__ContentWrapper__HeadMain {
        text-align: center;
        font-size: 24px;
    }

    .goldLanding_Contact {
        margin-inline: calc(50% - 50vw);
    }

    .GoldLanding__ContentWrapper h2 {
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }

    .GoldLanding__ContentWrapper h2 span {
        display: none !important;
    }

    .GoldLanding__ContentWrapper__Contents p,
    .GoldLanding__ContentWrapper__Contents ul {
        font-size: 14px;
        line-height: 28px;
    }

    .GoldLanding__ContentWrapper__Contents h3 {
        font-size: 18px;
    }

    .GoldLanding__Clacs img {
        display: none;
    }

    .GoldLanding__ContentWrapper__Banner {
        padding: 40px 16px;
    }

    .GoldLanding__ContentWrapper__Banner_one {
        background: url("/Portals/0/images/banner1-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .GoldLanding__ContentWrapper__Banner_two {
        background: url("/Portals/0/images/banner2-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .GoldLanding__ContentWrapper__Banner_two {
        flex-direction: column;
    }

    .GoldLanding__ContentWrapper__Banner_two h3 {
        line-height: 32px;
        padding-left: 72px;
    }

    .GoldLanding__ContentWrapper__Banner h3 {
        font-size: 16px;
        padding-left: 60px;
    }

    .GoldLanding__ContentWrapper__Banner p {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .GoldLanding__Buttons {
        transform: scale(0.8);
        margin-right: -32px;
    }

    .GoldLanding__ButtonsForm {
        margin-top: 24px;
        transform: scale(0.8) translateX(90px);
    }

    .GoldLanding__ContentWrapper__ContentsImageBanner {
        height: 380px;
        margin: 24px 0;
    }

    .GoldLanding__ContentWrapper__ContentCards__Card {
        flex: 0 0 calc(100% - 8px);
        max-width: calc(100% - 8px);
        margin-left: 8px;
    }

    .GoldLanding__ContentWrapper__ContentCards__Card:nth-last-of-type() {
        margin-left: 0px;
    }

    .GoldLanding__UserComment {
        padding-bottom: 42px;
        height: auto;
    }

    .GoldLanding__UserComment::before {
        width: 100%;
        background: #3f3f3f;
        border-radius: 0;
    }

    .GoldLanding__UserComment::after {
        width: 100%;
        height: 250px;
        border-radius: 0;
        bottom: 0;
        top: unset;
        transform: unset;
    }

    .GoldLanding__UserComment__Heading {
        padding-right: 0;
        align-items: center;
        z-index: 10;
    }

    .GoldLanding__UserComment__Heading::before {
        width: 100px;
        height: 85px;
        top: 6px;
        left: 24px;
        opacity: 1;
        z-index: -1;
    }

    .GoldLanding__UserComment__Heading h3 {
        font-size: 24px;
    }

    .GoldLanding__UserComment__Heading p {
        font-size: 18px;
    }

    .GoldLanding__UserComment__Slider {
        padding: 30px 16px !important;
        padding-top: 0 !important;
    }

    .GoldLanding__UserComment__Arrows {
        display: none !important;
    }

    .GoldLanding__UserComment__Slider .slick-prev,
    .GoldLanding__UserComment__Slider .slick-next {
        display: inline-block !important;
        top: unset !important;
        bottom: 0px !important;
        transform: unset !important;
        filter: brightness(100);
    }

    .GoldLanding__UserComment__Slider .slick-prev {
        left: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }

    .GoldLanding__UserComment__Slider .slick-next {
        right: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }

    .GoldLanding__UserComment__SliderCard {
        padding: 24px;
    }

    .GoldLanding__UserComment__SliderCardContents_Top > div h3 {
        font-size: 16px;
    }

    .GoldLanding__UserComment__SliderCardContents_Top > div p {
        font-size: 14px;
    }

    .GoldLanding__UserComment__SliderCardContents_Bottom {
        font-size: 14px;
    }

    .GoldLanding__SampleLogos .slick-list,
    .GoldLanding__ContentWrapper__ContentCards .slick-list {
        margin: 0 -15px !important;
    }

    .GoldLanding__Contacts {
        padding: 32px 0;
    }

    .GoldLanding__Contacts > span {
        display: none;
    }

    .GoldLanding__Contacts > div {
        flex-direction: column;
    }

    .GoldLanding__Contacts__Item {
        width: 100%;
        margin: 16px 0;
        justify-content: flex-start;
    }

    .slick-slide.GoldLanding__SampleLogos__Card {
        height: 300px !important;
    }
}

.GoldLanding__UserComment__SliderCard {
    margin: 0 4px !important;
}

.page__Title_Wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.page__Title_Inner {
    display: flex;
    width: fit-content;
    position: absolute;
}

.page__Title_Inner::after {
    content: "";
    display: block;
    height: 2px;
    width: 60vw;
    position: absolute;
    top: 100%;
    right: 100%;
    transform: translate(0%, 1.5rem);
    background: var(--white);
}

.page__Title_Inner h1 {
    position: relative;
}

.page__Title_Inner h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(0, 1.5rem);
    background: var(--white);
}

.fz-titleh1 {
    font-size: 48px;
    line-height: normal;
}

.tabid-529 {
    background: #fefaf1;
}

.GoldLanding {
    text-align: right;
}

.GoldLanding__ContentWrapper {
    margin-bottom: 32px;
}

.GoldLanding__ContentWrapper__HeadMain {
    font-size: 30px;
    font-weight: 700;
    line-height: 62px;
}

.GoldLanding__ContentWrapper h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.GoldLanding__ContentWrapper__Contents {
    margin-inline: auto;
    max-width: 872px;
}

.GoldLanding__ContentWrapper__ContentCards__Card {
    margin: 0 4px !important;
}

.GoldLanding__ContentWrapper h2 span {
    width: 400px;
    height: 1px;
    transform: translateY(-50%);
    margin-right: 16px;
    background: radial-gradient(
        100% 30802503.98% at 100% 0%,
        rgba(197, 170, 117, 0) 0%,
        #c5aa75 0.01%,
        rgba(197, 170, 117, 0) 100%
    );
}

.GoldLanding__ContentWrapper__Contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: justify;
    padding: 8px 0;
    color: #444444;
}

.GoldLanding__ContentWrapper__Contents h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    color: #333333;
}

.GoldLanding__ContentWrapper__Contents ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #444444;
    padding-right: 16px !important;
}

.GoldLanding__Video video {
    width: 100%;
    height: 388px;
    display: block;
    object-fit: cover;
    pointer-events: none;
    margin: 20px 0 !important;
}

.GoldLanding__Clacs {
    width: 100%;
    height: auto;
    border: 1px solid #c5aa75;
    padding: 24px;
    display: flex;
    margin: 24px 0;
    border-radius: 5px;
}

.GoldLanding__Clacs p {
    padding: 2.5px 0;
    margin: 0;
    color: #c5aa75;
}

.GoldLanding__Clacs p b {
    color: #333333;
}

.GoldLanding__Clacs p span {
    color: #444444;
}

.GoldLanding__Clacs img {
    margin-left: 24px;
}

.GoldLanding__ContentWrapper__Banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
    border-radius: 5px;
}

.GoldLanding__ContentWrapper__ContentsImageBanner {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    margin: 32px 0;
    object-fit: cover;
}

.GoldLanding__ContentWrapper__Banner_one {
    background: url("/Portals/0/images/banner1.png");
}

.GoldLanding__ContentWrapper__Banner_two {
    background: url("/Portals/0/images/banner2.png");
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 46px 40px;
    background-position: -175px 0;
}

.GoldLanding__ContentWrapper__Banner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: #444444;
}

.GoldLanding__ContentWrapper__Banner_two h3 {
    color: white;
    width: 300px;
    line-height: 48px;
    text-align: right;
    padding-left: 16px;
}

.GoldLanding__ContentWrapper__Banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    padding: 16px 0;
    color: white;
}

.GoldLanding__ContentWrapper__Banner button {
    width: 100px;
}

.GoldLanding__ContentWrapper__ContentCards__Card,
.GoldLanding__SampleLogos__Card {
    padding: 16px !important;
    border: 1px solid #c5aa75 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex: 0 0 calc(33.333333% - 8px);
    max-width: calc(33.333333% - 8px);
    border-radius: 5px !important;
}

.tabid-529 .slick-initialized .slick-slide {
    margin: 0 4px !important;
}

.GoldLanding__SampleLogos__Card {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    height: 200px !important;
    margin: 0 4px !important;
}

.GoldLanding__SampleLogos__Card img {
    max-height: 160px;
}

.GoldLanding__ContentWrapper__ContentCards__Card span {
    color: #333333;
    margin-top: 15px;
    text-align: right;
    width: 100%;
    display: block;
}

.GoldLanding__Contacts {
    width: 100%;
    height: auto;
    padding: 64px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/Portals/0/images/contact-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__Contacts > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts > span {
    width: 200px;
    height: 1px;
    transform: translateY(-50%);
    margin: 0 24px;
    background: radial-gradient(
        100% 30802503.98% at 0% 100%,
        rgba(197, 170, 117, 0) 0%,
        #c5aa75 0.01%,
        rgba(197, 170, 117, 0) 100%
    );
}

.GoldLanding__Contacts > span:nth-of-type(2) {
    background: radial-gradient(
        100% 30802503.98% at 100% 0%,
        rgba(197, 170, 117, 0) 0%,
        #c5aa75 0.01%,
        rgba(197, 170, 117, 0) 100%
    );
}

.GoldLanding__Contacts__Item {
    padding: 0 16px;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.GoldLanding__Contacts__Item i {
    width: 34px;
    height: 34px;
    margin: 0 12px;
    border-radius: 50%;
    background: #c5aa75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts__Item span {
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}

.GoldLanding__Buttons {
    display: flex;
    height: 40px;
}

.GoldLanding__Buttons a {
    position: relative;
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #383838;
    transform: translateX(45px);
    padding-right: 16px;
}

.GoldLanding__Buttons span.effect::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 0;
    background: #e5d3af;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.GoldLanding__ButtonsSample .border-effect {
    stroke: #3f3f3f;
}

.see-all:hover .border-effect {
    stroke-dasharray: 1400px 0px !important;
    stroke-dashoffset: -235px !important;
}

.border-effect {
    max-width: 150px;
    min-width: 150px;
    stroke: #c5aa75;
    stroke-dasharray: 300px 400px;
    stroke-dashoffset: -237px;
    transition: 0.6s;
    stroke-width: 7px;
}

.GoldLanding__ButtonsForm a {
    color: white !important;
    transform: translate(30px);
}

.GoldLanding__ButtonsSample a span.effect::before {
    background: white !important;
    opacity: 0.8;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__ButtonsForm a span.effect::before {
    background: #3f3f3f !important;
    opacity: 1;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__UserComment {
    max-width: 1920px;
    height: 550px;
    padding: 32px 0;
    margin: 0 auto;
    position: relative;
}

.GoldLanding__UserComment::before {
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/Portals/0/images/commentBack.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}

.GoldLanding__UserComment::after {
    content: "";
    width: 65%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #c5aa75;
    border-radius: 0 5px 5px 0;
}

.GoldLanding__UserComment__Heading {
    padding: 32px 0;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.GoldLanding__UserComment__Heading::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 160px;
    top: 0px;
    left: -90px;
    background: url("/Portals/0/images/camma.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Heading h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
}

.GoldLanding__UserComment__Heading p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 24px;
    color: white;
}

.GoldLanding__UserComment__Arrows {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.GoldLanding__UserComment__Arrows button {
    position: relative;
    width: 30px;
    height: auto;
    border: none;
}

.GoldLanding__UserComment__ArrowsRight {
    margin-left: 16px;
}

.GoldLanding__UserComment__ArrowsLeft:before {
    content: "" !important;
    top: 6px;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    transform: rotate(180deg);
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__ArrowsRight::before {
    content: "" !important;
    top: 0;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Slider {
    z-index: 10;
    display: flex !important;
    align-items: center;
    padding-right: 70px !important;
    direction: rtl !important;
}

.GoldLanding__UserComment__Slider .slick-next,
.GoldLanding__UserComment__Slider .slick-prev {
    display: none !important;
}

.GoldLanding__UserComment__SliderCard {
    background-color: white;
    padding: 24px 40px;
    border-radius: 5px;
}

.GoldLanding__UserComment__SliderCardContents_Top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.GoldLanding__UserComment__SliderCardContents_Top > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 24px;
}

.GoldLanding__UserComment__SliderCardContents_Top > div h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.GoldLanding__UserComment__SliderCardContents_Top > div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.GoldLanding__UserComment__SliderCardContents_Top > img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.GoldLanding__UserComment__SliderCardContents_Bottom {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    padding-top: 16px;
    color: #444444;
}

@media all and (max-width: 991px) {
    /* .GoldLanding__UserComment__Slider .slick-prev::before {
        content: "" !important;
        top: 6px;
        width: 18px;
        height: 35px;
        position: absolute;
        color: #aaa !important;
        font-size: 50px !important;
        line-height: normal !important;
        background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
        transform: rotate(180deg);
        border: none;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .GoldLanding__UserComment__Slider .slick-next::before {
        content: "" !important;
        top: 0;
        width: 18px;
        height: 35px;
        position: absolute;
        color: #aaa !important;
        font-size: 50px !important;
        line-height: normal !important;
        background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
        border: none;
        background-repeat: no-repeat;
        background-size: cover;
    } 
     */
    .GoldLanding__ContentWrapper__HeadMain {
        text-align: center;
        font-size: 24px;
    }

    .goldLanding_Contact {
        margin-inline: calc(50% - 50vw);
    }

    .GoldLanding__ContentWrapper h2 {
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }

    .GoldLanding__ContentWrapper h2 span {
        display: none !important;
    }

    .GoldLanding__ContentWrapper__Contents p,
    .GoldLanding__ContentWrapper__Contents ul {
        font-size: 14px;
        line-height: 28px;
    }

    .GoldLanding__ContentWrapper__Contents h3 {
        font-size: 18px;
    }

    .GoldLanding__Clacs img {
        display: none;
    }

    .GoldLanding__ContentWrapper__Banner {
        padding: 40px 16px;
    }

    .GoldLanding__ContentWrapper__Banner_one {
        background: url("/Portals/0/images/banner1-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .GoldLanding__ContentWrapper__Banner_two {
        background: url("/Portals/0/images/banner2-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .GoldLanding__ContentWrapper__Banner_two {
        flex-direction: column;
    }

    .GoldLanding__ContentWrapper__Banner_two h3 {
        line-height: 32px;
        padding-left: 72px;
    }

    .GoldLanding__ContentWrapper__Banner h3 {
        font-size: 16px;
        padding-left: 60px;
    }

    .GoldLanding__ContentWrapper__Banner p {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .GoldLanding__Buttons {
        transform: scale(0.8);
        margin-right: -32px;
    }

    .GoldLanding__ButtonsForm {
        margin-top: 24px;
        transform: scale(0.8) translateX(90px);
    }

    .GoldLanding__ContentWrapper__ContentsImageBanner {
        height: 380px;
        margin: 24px 0;
    }

    .GoldLanding__ContentWrapper__ContentCards__Card {
        flex: 0 0 calc(100% - 8px);
        max-width: calc(100% - 8px);
        margin-left: 8px;
    }

    .GoldLanding__ContentWrapper__ContentCards__Card:nth-last-of-type() {
        margin-left: 0px;
    }

    .GoldLanding__UserComment {
        padding-bottom: 42px;
        height: auto;
    }

    .GoldLanding__UserComment::before {
        width: 100%;
        background: #3f3f3f;
        border-radius: 0;
    }

    .GoldLanding__UserComment::after {
        width: 100%;
        height: 250px;
        border-radius: 0;
        bottom: 0;
        top: unset;
        transform: unset;
    }

    .GoldLanding__UserComment__Heading {
        padding-right: 0;
        align-items: center;
        z-index: 10;
    }

    .GoldLanding__UserComment__Heading::before {
        width: 100px;
        height: 85px;
        top: 6px;
        left: 24px;
        opacity: 1;
        z-index: -1;
    }

    .GoldLanding__UserComment__Heading h3 {
        font-size: 24px;
    }

    .GoldLanding__UserComment__Heading p {
        font-size: 18px;
    }

    .GoldLanding__UserComment__Slider {
        padding: 30px 16px !important;
        padding-top: 0 !important;
    }

    .GoldLanding__UserComment__Arrows {
        display: none !important;
    }

    .GoldLanding__UserComment__Slider .slick-prev,
    .GoldLanding__UserComment__Slider .slick-next {
        display: inline-block !important;
        top: unset !important;
        bottom: 0px !important;
        transform: unset !important;
        filter: brightness(100);
    }

    .GoldLanding__UserComment__Slider .slick-prev {
        left: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }

    .GoldLanding__UserComment__Slider .slick-next {
        right: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }

    .GoldLanding__UserComment__SliderCard {
        padding: 24px;
    }

    .GoldLanding__UserComment__SliderCardContents_Top > div h3 {
        font-size: 16px;
    }

    .GoldLanding__UserComment__SliderCardContents_Top > div p {
        font-size: 14px;
    }

    .GoldLanding__UserComment__SliderCardContents_Bottom {
        font-size: 14px;
    }

    .GoldLanding__SampleLogos .slick-list,
    .GoldLanding__ContentWrapper__ContentCards .slick-list {
        margin: 0 -15px !important;
    }

    .GoldLanding__Contacts {
        padding: 32px 0;
    }

    .GoldLanding__Contacts > span {
        display: none;
    }

    .GoldLanding__Contacts > div {
        flex-direction: column;
    }

    .GoldLanding__Contacts__Item {
        width: 100%;
        margin: 16px 0;
        justify-content: flex-start;
    }

    .slick-slide.GoldLanding__SampleLogos__Card {
        height: 300px !important;
    }
}

.GoldLanding__UserComment__SliderCard {
    margin: 0 4px !important;
}

.tabid-316 main {
    overflow-x: hidden;
}

.services_Faq__Item__Wrapper {
    list-style: none !important;
    margin-right: unset !important;
}

.services_Faq__title > span {
    color: #000000;
}

.Faq__desc_Inner p:first-of-type {
    margin-top: 1rem;
}

.Faq__desc_Inner p:not(:first-of-type) {
    color: #000;
}

@media (min-width: 992px) {
    .services__Desc_Gold.has-border {
        border: 1px solid #dfdfdf;
        translate: 0 40px;
        margin-bottom: 2rem;
        padding: 32px;
        border-radius: 16px;
        position: relative;
    }
}

.services__Desc_Gold {
    border-radius: 16px;
    position: relative;
}

/* *---------------------- Home Testemonial slider start --------------------- */

.WB_Home_Testemonial {
    padding-block: var(--title-space);
    background-color: var(--bw-fade-3);
}

.home__Testemonial_Item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    --icon: 50px;
    --icon-color: var(--bw-fade-3);
    --icon-mb: 0.5rem;
    --color-accent: var(--bw-fade-5);
    --content-bak: var(--white);
    --content-mb: 0px;
    --image-width: 80px;
    --normal-padding: 0.5rem 30px var(--image-width);
    transition: var(--transition);
}

.testemonial__Content_wrapper {
    width: 100%;
    padding: var(--normal-padding);
    color: var(--color-accent);
    background-color: var(--content-bak);
    font-size: 0.875rem;
    transition: var(--transition);
    border-radius: var(--border-radius);
}

.testemonial__quotation {
    --iconUrl: url(../Images/qoute.svg);
}

.testemonial__Content_Text {
    margin-bottom: var(--content-mb);
    text-align: justify;
}

.testemonial__Image_wrapper {
    width: var(--image-width);
    height: var(--image-width);
    border-radius: 50%;
    overflow: hidden;
    margin-top: calc(-1 / 2 * var(--image-width));
}

@media (min-width: 992px) {
    .home__Testemonial_Item {
        margin-top: var(--main-space);
        position: relative;
        z-index: 1;
        transform-origin: top;
        transform: scale(1);
    }

    .home__Testemonial_Item.slick-center {
        --content-color: var(--mc1);
        --color-accent: var(--white);
        --icon-color: var(--bw-fade-5);
        --content-bak: var(--mc1);
        margin-top: 0;
        /* margin-inline: -1rem; */
        z-index: 2;
        transform: scale(1.1);
    }

    .testemonial__Content_wrapper {
        height: 365px;
    }
}

@media (max-width: 991px) {
    .home__Testemonial_Item {
        --icon: 42px;
    }

    .WB_Home_Testemonial .testemonial__Content_wrapper {
        height: 420px;
    }

    .home__Testemonial_Item {
        margin-inline: 0.5rem;
    }

    .home__Testemonial_Wrapper .slick-list {
        margin-inline: -0.5rem;
    }

    /* .testemonial__Content_wrapper {
        height: 300px;
    } */

    .testemonial_Name {
        font-size: 14px;
    }

    .testemonial__Position {
        font-size: 14px;
    }
}

/* !---------------------- Home Testemonial slider end --------------------- */
.WB_Home_Testemonial .home__Testemonial_Item {
    flex-direction: column;
}

.GoldLanding.goldLanding_Contact .GoldLanding__SampleLogos {
    padding: 0;
}

#wrap.tabid-316 {
    padding-top: unset !important;
}

#wrap.tabid-316 .sliderPane {
    margin-top: 2.5rem;
}

.h_iframe-aparat_embed_frame {
    aspect-ratio: 1.76/1;
}

/* home portfolio */
.home_Portfolio_List,
.home_Portfolio_List__Wrapper .ProductList {
    display: grid !important;
    column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    text-align: left;
}

.home_Portfolio_List__Wrapper .img__Wrapper {
    overflow: hidden;
    background: #000;
}

.home_Portfolio_List__Wrapper .ListCell > div a,
.home_Portfolio_List__Wrapper .AltListCell > div a {
    inset: 0;
    display: block;
    position: relative;
}

.home_Portfolio_List__Wrapper .ListCell > div a::before,
.home_Portfolio_List__Wrapper .AltListCell > div a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    transition: transform 0.7s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.home_Portfolio_List__Wrapper .ListCell > div img,
.home_Portfolio_List__Wrapper .AltListCell > div img {
    width: 100%;
    transition: 0.7s;
    aspect-ratio: 1.67/1;
    object-fit: cover;
    margin-bottom: -1px;
}

.home_Portfolio_List__Wrapper .img__Wrapper img:nth-child(2) {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 10;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    object-fit: contain;
    scale: 0;
    transition: 0.3s;
}

@media (min-width: 991px) {
    .home_Portfolio_List__Wrapper .ListCell > div:hover a::before,
    .home_Portfolio_List__Wrapper .AltListCell > div:hover a::before {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    }

    .home_Portfolio_List__Wrapper .ListCell > div:hover .img__Wrapper img:nth-child(2),
    .home_Portfolio_List__Wrapper .AltListCell > div:hover .img__Wrapper img:nth-child(2) {
        scale: 1;
        transition: 1s;
    }

    .home_Portfolio_List__Wrapper .ListCell > div:hover .img__Wrapper img:nth-child(1),
    .home_Portfolio_List__Wrapper .AltListCell > div:hover .img__Wrapper img:nth-child(1) {
        opacity: 0.4;
    }
}

.home_Portfolio_List__Wrapper .ListCell > div h5,
.home_Portfolio_List__Wrapper .AltListCell > div h5 {
    margin-top: 1rem;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
}

.home_Portfolio_List__Wrapper .ListCell > div p,
.home_Portfolio_List__Wrapper .AltListCell > div p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5rem;
}

.home_Portfolio_List__Wrapper .home_Portfolio_Btn {
    margin-top: 3.5rem;
    padding-block: 14px;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--border-radius-sm);
    margin-inline: auto;
    font-size: 1rem;
    font-weight: 700 !important;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000 !important;
}

.home_Portfolio_Btn {
    border: 1px solid transparent;
    transition: var(--transition);
}

@media (min-width: 992px) {
    .home_Portfolio_List__Wrapper .home_Portfolio_Btn:hover {
        background-color: #000;
        color: #fff !important;
        border-color: #000;
    }
}

@media (max-width: 991px) {
    .home_Portfolio_List__Wrapper .home_Portfolio_Btn {
        margin-top: 1.5rem;
        font-size: 14px;
        width: 240px;
    }
    
    .home_Portfolio_List,
    .home_Portfolio_List__Wrapper .ProductList {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
    }

    .home_about__Wrapper p {
        padding-inline: 0.9375rem;
    }

    .home_Portfolio_List__Wrapper .ListCell > div p,
    .home_Portfolio_List__Wrapper .AltListCell > div p {
        font-size: 0.875rem;
    }
}

#dnn_ctr1011_ProductList_pnlProductList:not(:has(.PagingTable )) {
    margin-bottom: var(--main-space);
}