/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for the Hello Elementor theme
Author: Hassan Ahmed Khan
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Import Fonts  */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");

/* Font Scalability  */
html {
    font-size: 0.8333333333vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    html {
        font-size: 1.3333334vw;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 4.102564103vw;
    }
}

/* Remove default elementor padding and margin  */
body .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

body .elementor-widget:not(:last-child) {
    margin-block-end: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p,
span {
    margin: 0;
    transition: all 0.4s ease-out;
}

/* Project Setup - Variable and Styles Defining  */
:root {
    --primary-font: "Wix Madefor Display", sans-serif;
    --secondary-font: "DM Serif Display", serif;
    --color-white: #ffffff;
    --color-black: #151515;
    --color-dark: #000;
    --color-grey: #7a7a7a;
    --color-gold: #6e6513;
    --color-light-black: #333333;
    --border-color: #8e8e8e;
    --color-gold-2: #c9b924;
    --footer-border: #6b6b6b;
    --bg-btn-hover: #c9b92440;
    --bg-color: #f6f6f6;
    --breadcrumb-bg: #f7f7f7;
    --address-bg: #f4f4f4;
    --tab-bg: #dbdbdb;
    --tab-active-bg: #3a3a3a;
    --border-color-2: #b0b0b0;
    --btn-bg: #00000026;
    --arrow-hover: #00000066;
    --btn-border-hover: #a0941c;
    --breadcrumb-color: #696969;
    --placeholder-color: #cfcfd1;
    --projects-btn-color: #0000001a;
    --projects-btn-hover: #c9b92433;
    --gallery-border: #e1e1e1;
    --product-tabs-border: #e9ecef;
    --product-tab-title: #1d364d;
    --product-tabs-description: #666666;
}

body {
    overflow-x: hidden;
    font-family: var(--primary-font);
}

h1 {
    font-size: 5rem !important;
    line-height: 5rem !important;
    color: var(--color-white) !important;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
}

h2 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
    color: var(--color-black) !important;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
}

h3 {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    color: var(--color-black) !important;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
}

.white h3 {
    color: var(--color-white) !important;
}

.white h2 {
    color: var(--color-white) !important;
}

p {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    color: var(--color-black) !important;
    font-family: var(--primary-font) !important;
    margin: 0 !important;
}

.white p {
    color: var(--color-white) !important;
}

.gold p {
    color: var(--color-gold) !important;
}

.container {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
}

.sec-padded {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.top-padded-variant {
    padding-top: 5rem !important;
}

.top-padded {
    padding-top: 7.5rem;
}

.bottom-padded {
    padding-bottom: 7.5rem;
}

.m-bottom {
    margin-bottom: 0.5rem !important;
}

.m-bottom-2 {
    margin-bottom: 2rem !important;
}

.m-bottom-3 {
    margin-bottom: 1rem !important;
}

.m-bottom-4 {
    margin-bottom: 1.5rem !important;
}

/* Header  */
.header {
    background: var(--color-black);
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    z-index: 10;
    transition: all 0.4s ease-out;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

.header-top .col-1 {
    width: 13.194rem !important;
}

.header-top .col-1 img {
    width: 13.194rem !important;
}

.header-top .elementor-container {
    justify-content: space-between;
}

.header-top .col-2 {
    width: 31.563rem !important;
}

.header-top ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: end;
}

.header-top ul li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-top ul li a span {
    padding: 0 !important;
}

.header-top ul li a span.elementor-icon-list-icon svg {
    width: 1rem;
    height: 1rem;
    margin: 0 !important;
}

.header-top ul li a span.elementor-icon-list-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.26rem;
    color: var(--color-white);
}

.header-top ul li a {
    font-family: var(--primary-font) !important;
}

.header-bottom ul {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    width: 100%;
}

.header-bottom ul li a {
    justify-content: center;
    padding: 0 !important;
    font-size: 1.125rem;
    font-family: var(--primary-font) !important;
    color: var(--color-white) !important;
    font-weight: 400 !important;
    transition: all 0.4s ease-out;
}

.header-bottom ul li:hover a {
    transition: all 0.4s ease-out;
    color: var(--color-gold-2) !important;
}

.header-bottom ul li:hover::before {
    background: var(--color-gold-2);
    transition: all 0.4s ease-out;
}

.header-top {
    padding-bottom: 1rem;
}

.header-bottom ul li::before {
    content: "";
    width: 100%;
    height: 0.063rem;
    transition: all 0.4s ease-out;
    background: var(--border-color);
    position: absolute;
    top: 0;
}

.header-bottom ul li {
    position: relative;
    padding: 1.25rem 0;
}

.header-bottom ul li a::after {
    display: none;
}

.header-bottom ul li.active::before {
    background: var(--color-gold-2);
}

.header-bottom ul li.active a {
    color: var(--color-gold-2) !important;
}

.header .active .fa-angle-down:before {
    filter: brightness(0) saturate(100%) invert(71%) sepia(77%) saturate(460%) hue-rotate(8deg) brightness(91%) contrast(88%) !important;
}

/* Footer  */
.footer:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-black);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0.8;
    z-index: 1;
}

.footer section {
    z-index: 2;
}

.footer-top .col-1 {
    width: 23.09rem !important;
}

.footer-top .col-1 img {
    margin-bottom: 1.438rem;
}

.footer-top .col-2 {
    width: 17.813rem !important;
}

.footer-top .col-3 {
    width: 15.438rem !important;
}

.footer-top .col-4 {
    width: 15.063rem !important;
}

.footer-top .elementor-container {
    justify-content: space-between;
}

.footer-top,
.footer-top h3 {
    padding-bottom: 2.5rem;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-menu ul li a {
    padding: 0 !important;
    font-size: 1.125rem;
    color: var(--color-white) !important;
    font-weight: 400 !important;
    font-family: var(--primary-font) !important;
    line-height: 1.688rem !important;
    transition: all 0.4s ease-out;
}

.footer-menu ul li a:hover {
    transition: all 0.4s ease-out;
    color: var(--color-gold-2) !important;
}

.footer-menu ul li a:hover:after {
    display: none;
}

.footer-middle {
    padding: 3.75rem 0;
    border-top: 0.063rem solid var(--footer-border);
    border-bottom: 0.063rem solid var(--footer-border);
}

.footer-middle ul {
    padding-top: 2.5rem !important;
    gap: 1.5rem;
}

.footer-middle ul li a svg {
    width: 1.563rem !important;
    height: 1.563rem !important;
    fill: var(--color-white) !important;
    margin: 0 !important;
}

.footer-middle ul li {
    margin: 0 !important;
}

.footer-middle ul li a {
    padding: 0.875rem;
    border: 0.063rem solid var(--color-white);
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
}

.footer-middle ul li a:hover {
    background: var(--color-white);
    transition: all 0.4s ease-out;
}

.footer-middle ul li a:hover svg path {
    fill: var(--color-black) !important;
}

.footer-middle ul li span.elementor-icon-list-text {
    display: none !important;
}

.copyright {
    width: 20.313rem !important;
}

.privacy {
    width: 7.063rem !important;
    margin-top: 0.1rem;
}

.footer-bottom .elementor-widget-wrap {
    justify-content: center;
    gap: 2.5rem;
    align-items: center;
}

.privacy a {
    color: var(--color-white);
    font-size: 1.125rem;
    line-height: 1.688rem;
    position: relative;
    transition: all 0.4s ease-out;
}

.privacy a:hover {
    transition: all 0.4s ease-out;
    color: var(--color-gold-2);
}

.privacy a::before {
    width: 0.813rem;
    height: 0.031rem;
    content: "";
    position: absolute;
    left: -1.5rem;
    z-index: 1;
    background: var(--color-white);
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.footer-bottom {
    padding: 2.5rem;
}

/* Hero Slider  */
.slider-content {
    position: absolute !important;
    bottom: 12rem;
/* 	bottom: 3.75rem; */
    z-index: 1;
    width: 39.813rem !important;
    left: 8.75rem;
}

.hero-slider::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(77.61deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 59.78%);
    z-index: 2;
}

.hero-slider .slider-content {
    z-index: 2;
}

/* .hero-slider {
  margin-top: -8.739rem;
} */

.slider-content h1,
.slider-content p {
    margin-bottom: 1.25rem !important;
}

.global-button a {
    border: 0.094rem solid var(--color-white);
    background: var(--btn-bg) !important;
    backdrop-filter: blur(0.75rem);
    border-radius: 6.25rem;
    font-size: 1.125rem;
    font-weight: 400 !important;
    font-family: var(--primary-font) !important;
    line-height: 1.688rem;
    padding: 0.6rem 1.8rem;
    transition: all 0.4s ease-out;
}

.global-button a::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 2;
    background: var(--color-white);
    border-radius: 50%;
    top: 50%;
    transition: all 0.4s ease-out;
    left: 12%;
    transform: translateY(-50%);
}

.global-button a:hover::before {
    left: 85%;
}

.global-button a {
    position: relative;
}

.hero-slider .elementor-swiper-button svg {
    width: 0.75rem !important;
    height: 0.938rem !important;
}

.hero-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 1.5rem !important;
}

.hero-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 1.5rem !important;
}

.hero-slider .elementor-swiper-button:hover {
    background: var(--arrow-hover);
    transition: all 0.4s ease-out;
}

.hero-slider .elementor-swiper-button {
    z-index: 3 !important;
    padding: 0.906rem 1rem;
    transition: all 0.4s ease-out;
    border-radius: 6.25rem;
}

.hero-slider .swiper-slide-inner {
    line-height: 0 !important;
}

.global-button span.elementor-button-text {
    margin-left: calc(0.6325rem + 0.5rem);
}

.global-button a:hover .elementor-button-text {
    margin-left: 0 !important;
    margin-right: calc(0.6325rem + 0.5rem);
}

.global-button a:hover .elementor-button-text::before {
    left: 11.5rem;
    transition: all 0.4s ease-out;
}

.global-button a:hover {
    background: var(--bg-btn-hover) !important;
    border-color: var(--color-gold-2) !important;
}

/* Showcase Section  */
.showcase-sec>.elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
}

.showcase-sec .showcase-box {
    width: 100% !important;
}

.showcase-sec {
    margin-top: 1.25rem;
}

.showcase-content {
    position: absolute !important;
    left: 2rem;
    bottom: 2rem;
    width: 25.75rem !important;
}

.showcase-content h2 {
    margin-bottom: 1.125rem;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    color: var(--color-white) !important;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
}

.showcase-sec .elementor-widget-image {
    overflow: hidden;
    border-radius: 2.5rem;
}

.showcase-sec .elementor-widget-image img {
    transition: all 0.4s ease-out;
}

.showcase-sec .elementor-widget-image img:hover {
    transition: all 0.4s ease-out;
    transform: scale(1.2);
}

/* Testimonials Section  */
.testimonials-wrapper {
    padding-left: 17.375rem;
    padding-right: 17.375rem;
    margin-top: 3.75rem !important;
}

.testimonials-wrapper .elementor-main-swiper {
    padding: 0 !important;
}

.testimonials-wrapper .swiper-slide {
    padding: 2.5rem !important;
    background: var(--bg-color);
    border-radius: 2.5rem;
}

.testimonials-wrapper .swiper-slide::before {
    content: url(/wp-content/uploads/2024/10/quote-icon.webp);
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
}

.testimonials-wrapper .elementor-testimonial__content {
    margin-top: calc(7rem - 2.5rem);
    text-align: left;
}

.testimonials-wrapper .elementor-testimonial__content .elementor-testimonial__text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.688rem;
    font-family: var(--primary-font);
    color: var(--color-black);
    font-style: normal;
}

.testimonials-wrapper .elementor-testimonial__footer {
    margin-top: 2.5rem !important;
    justify-content: flex-start !important;
    align-items: center;
}

.testimonials-wrapper cite.elementor-testimonial__cite {
    /* margin-left: 1.25rem !important; */
    margin-left: 0 !important;
}

.testimonials-wrapper cite.elementor-testimonial__cite span.elementor-testimonial__name {
    font-family: var(--primary-font);
    color: var(--color-dark);
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.testimonials-wrapper cite.elementor-testimonial__cite span.elementor-testimonial__title {
    font-size: 0.875rem;
    color: var(--color-dark);
    line-height: 1.313rem;
    font-weight: 400;
    font-family: var(--primary-font);
}

.testimonials-wrapper .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    width: 4.875rem;
    height: 4.875rem;
    display: none;
}

.testimonials-wrapper .swiper-pagination {
    bottom: -2.5rem !important;
}

.testimonials-wrapper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-gold-2);
    border-color: var(--color-gold-2);
}

.testimonials-wrapper .swiper-pagination span.swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border: 0.125rem solid var(--border-color);
    background: transparent;
}

/* About H2O Section  */
.about-sec .elementor-container {
    justify-content: space-between;
}

.about-sec .col-1 {
    width: 50.563rem !important;
}

.about-sec .col-2 {
    width: 46.875rem !important;
}

.global-button.variant a {
    background: var(--btn-bg) !important;
    border-color: var(--color-dark);
    color: var(--color-dark);
}

.global-button.variant a::before {
    background: var(--color-dark);
}

.global-button.variant a:hover {
    background: var(--bg-btn-hover) !important;
    border-color: var(--btn-border-hover) !important;
}

.bg-about {
    position: absolute !important;
    width: 51.438rem !important;
    right: -1rem;
    bottom: 0;
}

/* Design Solution Section  */
.design-solution-sec .col-1 {
    width: 47.938rem !important;
    margin-top: 3.75rem;
}

.design-solution-sec .col-1 .global-button {
    margin-bottom: 3.75rem;
}

.design-solution-sec .col-1 h2 {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
}

.design-solution-sec .col-2 {
    width: 49.375rem !important;
}

.design-solution-sec section .elementor-container {
    justify-content: space-between;
}

.middle-logo {
    position: absolute !important;
    width: 10.625rem !important;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%);
}

/* Services Section  */
.services-row {
    margin-top: 3.75rem;
}

.services-row .elementor-container {
    display: grid !important;
    grid-gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
}

.service-box {
    width: 100% !important;
    padding: 2.5rem;
    background: var(--bg-color);
    border-radius: 2.5rem;
}

.global-button.variant-2 a {
    background: transparent !important;
    border: none !important;
    border-bottom: 0.063rem solid var(--color-black) !important;
    border-radius: 0 !important;
    color: var(--color-black);
}

.global-button.variant-2 a::before {
    background: var(--color-black);
}

/* Marquee Brands Section  */
.marquee ul {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 0;
}

.marquee ul li {
    list-style: none;
    width: 23.125rem !important;
}

.marquee ul li .image {
    background: var(--color-white);
    padding: 1.313rem;
    border: 0.063rem solid var(--border-color-2);
    width: 23.125rem;
    height: 8.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
}

.marquee {
    margin-top: 2.75rem;
}

/* Products Carousel Section  */
.products-col {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    background: var(--bg-color);
    border-radius: 2.5rem;
}

.products-slider-row {
    margin-top: 3.75rem;
}

.products-slider-row .swiper-wrapper .product img {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    height: 18.25rem;
    object-fit: cover;
}

.products-slider-row .swiper-wrapper .product .elementor-widget-woocommerce-product-title p a {
    color: var(--color-white);
    font-size: 1.125rem;
    line-height: 1.418rem;
    font-weight: 400;
    padding: 1.5rem 1.25rem;
    min-height: 5.877rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--color-light-black);
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}

.products-slider-row .elementor-swiper-button-prev {
    left: -4rem !important;
}

.products-slider-row .elementor-swiper-button-next {
    right: -4rem !important;
}

.products-slider-row .elementor-swiper-button svg {
    fill: var(--color-black) !important;
    width: 0.75rem !important;
    height: 0.938rem !important;
}

.products-slider-row .elementor-swiper-button svg path {
    fill: var(--color-black);
}

.products-slider-row .elementor-swiper-button {
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out;
    border-radius: 6.25rem;
}

.products-slider-row .elementor-swiper-button:hover {
    background: var(--arrow-hover);
    transition: all 0.4s ease-out;
}

.products-slider-row .elementor-swiper-button:hover svg path {
    fill: var(--color-white);
}

.products-slider-row .elementor-swiper-button-next svg {
    transform: rotate(180deg);
}

/* About Page  */
/* Page Banner Title  */
.page-title {
    margin-top: 10.2rem;
    background: var(--breadcrumb-bg);
}

.page-title section {
    padding: 2.5rem 0;
}

.page-title section #breadcrumbs a {
    color: var(--breadcrumb-color);
    margin-right: 0.5rem;
}

.page-title section #breadcrumbs a img {
    margin-right: 0.5rem;
}

.page-title section #breadcrumbs span {
    color: var(--color-black);
}

.page-title span.breadcrumb_last {
    margin-left: 0.5rem;
}

.page-heading {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18.75rem !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

/* Two Column Section  */
.two-col-sec .col-1 {
    width: 50.5rem !important;
}

.two-col-sec .col-2 {
    width: 46.875rem !important;
}

.two-col-sec .elementor-container {
    justify-content: space-between;
}

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

/* Ceo Messaqe  */
.ceo-name h2 {
    font-weight: 700 !important;
    font-size: 1.75rem !important;
    font-family: var(--primary-font) !important;
    line-height: 2.625rem !important;
}

.ceo-message .col-1 {
    width: 62.75rem !important;
}

.ceo-message .col-2 {
    width: 30.813rem !important;
}

.ceo-message .elementor-container {
    justify-content: space-between;
}

/* Team Section  */
.team-details {
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
    padding: 4.25rem;
    background: var(--color-light-black);
    border-radius: 2.5rem;
}

.team-details h2.gold {
    color: var(--color-gold-2) !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
}

.team-details p.designation {
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white) !important;
    font-size: 0.875rem !important;
}

.team-details p.details {
    font-size: 1.125rem !important;
    text-align: center;
    color: var(--color-white) !important;
}

.team-wrapper .team-box {
    width: 32.313rem !important;
    height: 44.875rem;
    overflow: hidden;
    border-radius: 2.5rem;
}

.team-wrapper .elementor-container {
    display: flex !important;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.center-para {
    width: 68.5rem !important;
    margin: 0 auto;
}

.name-designation .team-details {
    padding: 2.5rem 3rem;
    border-radius: 0;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}

.team-box:hover .absolute-div .team-details {
    height: 100%;
    display: flex;
    justify-content: center;
}

.team-box:hover .absolute-div {
    height: 100%;
    transition: all 0.6s ease-out;
    transform: translateY(-100%);
}

.team-box:hover .absolute-div .elementor-widget-container {
    height: 100%;
}

.team-box .absolute-div {
    transition: all 0.6s ease-out;
    transform: translateY(100%);
}

/* Video Section  */
.video-sec {
    padding-left: 17.5rem;
    padding-right: 17.5rem;
}

.video-sec .elementor-carousel-image {
    border-radius: 2.5rem;
}

.video-sec h2 {
    margin-top: 2.5rem;
}

.video-sec .elementor-swiper-button {
    z-index: 3 !important;
    padding: 0.906rem 1rem;
    transition: all 0.4s ease-out;
    border-radius: 6.25rem;
}

.video-sec .elementor-swiper-button.elementor-swiper-button-prev {
    left: -5rem !important;
}

.video-sec .elementor-swiper-button.elementor-swiper-button-next {
    right: -5rem !important;
}

.video-sec .elementor-swiper-button:hover {
    background: var(--arrow-hover);
    transition: all 0.4s ease-out;
}

.video-sec .elementor-swiper-button:hover svg {
    fill: var(--color-white) !important;
}

.video-sec .elementor-swiper-button svg {
    width: 1.2rem !important;
    height: 1.2rem !important;
    fill: var(--color-dark) !important;
}

/* Get a Quote Page  */
/* Quote Form  */
.form-container {
    margin: 0 17.25rem;
    margin-top: 3rem;
    padding: 3.75rem;
    border-radius: 2.5rem;
}

.quote-form .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.quote-form .wrapper .row {
    display: flex;
    gap: 2.5rem;
}

.quote-form .wrapper .row .col {
    width: 37.688rem;
}

.quote-form .wrapper .row label {
    font-size: 0.875rem;
    color: var(--color-black);
    font-weight: 400 !important;
    line-height: 1.313rem;
}

.quote-form .wrapper .row input {
    border: none;
    background: transparent;
    border-bottom: 0.063rem solid var(--color-black);
    border-radius: 0;
    padding: 1.2rem 0;
}

.quote-form .wrapper .row input:focus-visible,
.quote-form .wrapper .row select:focus-visible {
    outline: none !important;
}

.quote-form .wrapper .row input::placeholder {
    font-size: 1.125rem;
    color: var(--placeholder-color);
    line-height: 1.688rem;
}

.quote-form .wrapper .row select {
    border: none;
    background: transparent;
    border-bottom: 0.063rem solid var(--color-black);
    border-radius: 0;
    padding: 1.2rem 0;
    font-size: 1.125rem;
    color: var(--color-black);
    line-height: 1.688rem;
}

.quote-form .wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.quote-form .wpcf7-radio span.wpcf7-list-item {
    margin: 0;
    padding: 1rem 2.5rem;
    border: 0.063rem solid var(--color-black);
    border-radius: 2.5rem;
    width: 48%;
}

.quote-form .wpcf7-radio span.wpcf7-list-item label span {
    font-size: 1.125rem;
    color: var(--color-black);
    line-height: 1.688rem;
}

.quote-form .wpcf7-radio span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border: 0.063rem solid var(--color-black) !important;
    border-radius: 50% !important;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

form input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--color-gold-2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.quote-form .wrapper .row p {
    width: 100%;
}

span.wpcf7-not-valid-tip {
    font-size: 0.875rem !important;
}

.row.submit-btn {
    width: 15.625rem;
    margin: 0 auto;
}

.row.submit-btn p {
    border: 0.094rem solid var(--color-dark) !important;
    border-radius: 6.25rem !important;
    padding: 0.8rem 0 !important;
    background: var(--btn-bg) !important;
    transition: all 0.4s ease-out;
}

.row.submit-btn:hover p {
    background: var(--bg-btn-hover) !important;
    transition: all 0.4s ease-out;
    border-color: var(--btn-border-hover) !important;
}

.row.submit-btn p input {
    color: var(--color-dark);
    font-size: 1.125rem;
    line-height: 1.688rem;
    border: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0.6rem !important;
}

.wpcf7-spinner {
    display: none !important;
}

.row.submit-btn:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    background: var(--color-dark);
    border-radius: 50%;
    top: 51%;
    transition: all 0.4s ease-out;
    left: 20%;
    transform: translateY(-50%);
}

.row.submit-btn:hover::before {
    left: 77%;
    transition: all 0.4s ease-out;
}

.row.submit-btn:hover input {
    margin-left: -0.6rem !important;
}

.row.submit-btn {
    position: relative;
}

.dropdown {
    position: relative;
}

.dropdown .image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--bg-color);
    pointer-events: none;
}

/* Our Locations Page  */
/* Map and Address Section  */
.map-sec .elementor-widget-google_maps iframe {
    border-radius: 2.5rem;
}

.locations-sec {
    margin-top: 2.5rem;
}

.locations-sec.bottom {
    margin-top: 1.25rem;
}

.locations-sec>.elementor-container {
    display: flex !important;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 1.25rem;
    align-items: center;
}

.tab-hidden .elementor-tab-title {
    display: none;
}

.tab-hidden .upper-content {
    border-radius: 2.5rem;
}

.locations-sec .address-details-box {
    width: 100% !important;
    border-radius: 2.5rem !important;
}

.locations-sec .upper-content {
    padding: 2.5rem;
    padding-bottom: 0 !important;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    background: var(--address-bg);
    /* cursor: pointer; */
}

.locations-sec .upper-content a {
    width: fit-content !important;
}

.address-details-box h2 {
    font-size: 1.5rem !important;
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    line-height: 2.25rem !important;
    margin: 1.5rem 0;
}

.address-details-box span.elementor-icon-list-text {
    font-size: 1.125rem;
    font-family: var(--primary-font) !important;
    line-height: 1.688rem !important;
    color: var(--color-dark);
    font-weight: 400 !important;
    padding-left: 0.5rem !important;
}

.address-details-box ul {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem !important;
}

.address-details-box ul li svg {
    width: 1rem !important;
    height: 1rem !important;
    line-height: 24px !important;
    margin: 0 !important;
    margin-top: 0.4rem !important;
}

.address-details-box .elementor-tab-title {
    padding: 0;
}

.address-details-box .tab-title {
    display: flex;
    justify-content: space-between;
}

.address-details-box .tab-title .col {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.address-details-box .tab-title .col .image {
    width: 1rem;
    height: 1rem !important;
}

.address-details-box .tab-title .col p {
    color: var(--color-black) !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
}

.address-details-box .elementor-tab-title {
    padding: 2.5rem !important;
    background: var(--tab-bg);
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    transition: all 0.4s ease-out;
}

.address-details-box .elementor-tab-title.elementor-active {
    border-radius: 0;
    transition: all 0.4s ease-out;
}

.address-details-box .elementor-tab-content {
    border: none !important;
    padding: 0 !important;
    background: var(--address-bg);
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}

.address-details-box .opening-hours {
    padding: 2.5rem;
}

.address-details-box .opening-hours .wrapper {
    display: flex;
    justify-content: space-between;
}

.address-details-box .opening-hours .wrapper p {
    font-size: 1.125rem !important;
    color: var(--color-black) !important;
    line-height: 1.688rem !important;
    font-weight: 400 !important;
}

.address-details-box .elementor-accordion .elementor-accordion-item {
    border: none !important;
}

.locations-sec .active .upper-content {
    background: var(--color-black);
}

.address-details-box.active h2 {
    color: var(--color-white) !important;
}

.address-details-box.active span.elementor-icon-list-text {
    color: var(--color-white);
}

.address-details-box.active ul li svg path {
    fill: var(--color-white);
}

.address-details-box.active .elementor-tab-title {
    background: var(--tab-active-bg);
}

.address-details-box.active .tab-title .col p {
    color: var(--color-white) !important;
}

.address-details-box.active .tab-title .col img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(126deg) brightness(98%) contrast(104%);
}

.address-details-box.active .elementor-tab-content {
    background: var(--color-black);
}

.address-details-box.active .opening-hours .wrapper p {
    color: var(--color-white) !important;
}

.map-sec .map {
    display: none;
}

.map-sec .map.active {
    display: block;
}

/* Project Page  */
/* Top Section  */
.black-para p {
    color: var(--color-dark) !important;
}

.portfolio-top img {
    border-radius: 2.5rem !important;
}

.bottom-padded-0 {
    padding-bottom: 0 !important;
}

/* Projects Filter  */
.projects {
    margin-top: 3.75rem;
}

.projects .wbel-pd-pcf-category-container {
    padding-bottom: 7.5rem;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.projects .wbel-pd-pcf-category-container a {
    padding: 0.625rem 2.5rem;
    font-size: 1.125rem;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.688rem;
    border-radius: 6.25rem;
    color: var(--color-dark);
    border: 0.094rem solid var(--color-dark);
    background: var(--projects-btn-color);
    margin: 0;
    transition: all 0.4s ease-out;
}

.projects .wbel-pd-pcf-category-container a:hover {
    transition: all 0.4s ease-out;
    background: var(--projects-btn-hover);
    border: 0.094rem solid var(--btn-border-hover);
    color: var(--color-dark);
}

.projects .wbel-pd-pcf-category-container a.pd-pcf-filter-btn-active {
    border: 0.094rem solid var(--btn-border-hover);
    background: var(--projects-btn-hover);
}

/* Projects Grid  */
.projects .wbel_pd_pcf_wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 1.25rem !important;
    height: 100% !important;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item {
    width: 100%;
    padding: 0;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: 36.625rem;
    overflow: hidden;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item {
    box-shadow: none;
    position: relative;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item img {
    box-shadow: none;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_title h2 {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
    margin: 0;
    width: fit-content;
    padding: 0.6rem 2rem;
    background: var(--color-gold-2);
    border-radius: 6.25rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 3;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_title h2 a {
    color: var(--color-black) !important;
}

.projects .pd_pcf_description {
    position: absolute;
    bottom: 2rem;
    width: 25.25rem;
    left: 2rem;
    z-index: 3;
    transform: translateY(70%);
    transition: all 0.4s ease-out;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item:hover .pd_pcf_description {
    transform: translateY(0%);
    transition: all 0.4s ease-out;
}

.projects .pd_pcf_content {
    padding: 0;
}

.projects .pd_pcf_description p {
    color: var(--color-white) !important;
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    margin-bottom: 1.5rem !important;
    text-align: left;
}

.projects .pd_pcf_readmore {
    width: fit-content;
}

.projects .pd_pcf_readmore .pd_pcf_readmore_link {
    background: var(--btn-bg);
    border-radius: 6.25rem;
    border: 0.094rem solid var(--color-white) !important;
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-family: var(--primary-font);
    padding: 0.6rem 2rem 0.6rem 3.125rem;
    transition: all 0.4s ease-out;
    position: relative;
}

.projects .pd_pcf_readmore:hover .pd_pcf_readmore_link {
    transition: all 0.4s ease-out;
    background: var(--bg-btn-hover);
    color: var(--color-white) !important;
    border: 0.094rem solid var(--color-gold-2) !important;
    padding-left: 2rem !important;
    padding-right: 3.125rem !important;
}

.projects .pd_pcf_readmore .pd_pcf_readmore_link::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 2;
    background: var(--color-white);
    border-radius: 50%;
    top: 50%;
    transition: all 0.4s ease-out;
    left: 15%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out;
}

.projects .pd_pcf_readmore:hover .pd_pcf_readmore_link:before {
    transition: all 0.4s ease-out;
    left: 80%;
}

.projects .pd_pcf_loadmore_btn {
    background: var(--btn-bg);
    border-radius: 6.25rem;
    border: 0.094rem solid var(--color-dark) !important;
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-family: var(--primary-font);
    padding: 0.6rem 4.438rem 0.6rem 5.563rem;
    transition: all 0.4s ease-out;
    position: relative;
    margin-top: 2.75rem;
    color: var(--color-dark);
}

.projects .pd-pcf-load-btn {
    width: fit-content;
    margin: 0 auto;
}

.projects .pd_pcf_loadmore_btn .pd_pcf_load_icon {
    display: none;
}

.projects .pd-pcf-load-btn:hover .pd_pcf_loadmore_btn {
    transition: all 0.4s ease-out;
    background: var(--bg-btn-hover);
    border: 0.094rem solid var(--btn-border-hover) !important;
    padding-left: 4.438rem !important;
    padding-right: 5.563rem !important;
    color: var(--color-dark) !important;
}

.projects span.pd-pcf-load-more-text {
    padding: 0;
}

.projects .pd_pcf_loadmore_btn::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 2;
    background: var(--color-dark);
    border-radius: 50%;
    top: 51%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out;
    left: 25%;
}

.projects .pd-pcf-load-btn:hover .pd_pcf_loadmore_btn::before {
    left: 70%;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.07%, #000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 2.5rem;
    z-index: 1;
    transition: opacity 0.4s ease-out;
    opacity: 1;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 2.5rem;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item:hover::before {
    opacity: 0;
}

.projects .wbel_pd_pcf_wrapper .pd_pcf_item:hover::after {
    opacity: 1;
}

/* Contact Page  */
/* Contact Form Section  */
.contact-form-wrapper {
    padding-left: 17.375rem;
    padding-right: 17.375rem;
}

.contact-form-wrapper form {
    padding: 3.75rem;
    background: var(--bg-color);
    border-radius: 2.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.contact-form .accordion-title {
    padding: 1.969rem 1.875rem;
    background: var(--color-gold-2);
    border-radius: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.contact-form .accordion-title p {
    color: var(--color-black) !important;
    font-weight: 600;
    font-size: 1.5rem !important;
    line-height: 2.25rem !important;
}

.contact-form .accordion-title img {
    width: 1.5rem !important;
    object-fit: none;
    transition: all 0.4s ease-out;
}

.contact-form img.rotate {
    transition: all 0.4s ease-out;
    transform: rotate(180deg);
}

.contact-form .form-panel .wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2.5rem 1.875rem;
    padding-bottom: 0;
}

.contact-form .form-panel .row .col p br {
    display: none;
}

.contact-form .form-panel .wrapper .row .col p {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-form .wpcf7-list-item {
    margin: 0;
}

.contact-form .form-panel .row .col .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-weight: 400;
}

.contact-form .wpcf7-radio {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    flex-wrap: wrap;
    row-gap: 1.344rem;
}

.contact-form .form-panel .row .col p label {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.688rem;
}

.contact-form .form-panel .row {
    position: relative;
}

.contact-form .top .form-panel .row:before {
    content: "";
    width: 100%;
    height: 0.063rem;
    background: var(--border-color-2);
    position: absolute;
    bottom: -1.5rem;
}

.contact-form .top .form-panel .row:last-child:before {
    display: none;
}

.contact-form .bottom .form-panel .wrapper {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.contact-form .form-panel .row .col input,
.contact-form .form-panel .row .col textarea {
    border: none;
    background: transparent;
    border-bottom: 0.063rem solid var(--color-black);
    border-radius: 0;
    padding: 1.2rem 0;
}

.contact-form .form-panel .row .col textarea {
    height: 7.625rem !important;
}

.contact-form .form-panel .row .col input:focus-visible,
.contact-form .form-panel .row .col textarea:focus-visible {
    outline: none !important;
}

.contact-form .form-panel .row .col input::placeholder,
.contact-form .form-panel .row .col textarea::placeholder {
    font-size: 1.125rem;
    color: var(--placeholder-color);
    line-height: 1.688rem;
}

.contact-form .bottom .form-panel .row .col p {
    gap: 0;
}

.contact-form .form-panel .row.twoCol {
    display: flex;
    gap: 2.5rem;
}

.contact-form .form-panel .row.twoCol .col {
    width: 37.688rem;
}

.contact-form .bottom .form-panel .row .col p label {
    color: var(--color-black);
    font-size: 0.875rem;
    line-height: 1.313rem;
    font-weight: 400;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5rem !important;
    height: 1.5rem !important;
    border: 0.063rem solid var(--color-dark) !important;
    border-radius: 0.25rem !important;
    cursor: pointer !important;
    position: relative !important;
    padding: 0 !important;
}

input[type="checkbox"]:checked {
    background-color: var(--color-gold-2) !important;
    border-color: var(--color-gold-2) !important;
}

input[type="checkbox"]:checked::before {
    content: url("/wp-content/uploads/2024/10/check.webp");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.75rem;
    row-gap: 1.344rem;
}

.contact-form .row.submit-btn:before {
    left: 30%;
}

.contact-form .row.submit-btn:hover::before {
    left: 70%;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    background: transparent !important;
}

.contact-form .form-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.contact-form .form-panel.active {
    max-height: 62.5rem;
}

.contact-form-wrapper .wpcf7-response-output {
    border-color: red !important;
    font-size: 1.125rem;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--color-black);
    margin: 0 !important;
    margin-top: 2rem !important;
}

.contact-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
}

/* Products Page  */

.product-details .woocommerce-product-gallery__trigger {
    display: inline-block;
    height: 1.875rem !important;
    width: 1.875rem !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url("/wp-content/uploads/2024/10/zoom-icon.webp") !important;
    top: auto !important;
    bottom: 16rem !important;
    left: 2.5rem !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    display: none !important;
}

.product-details .product-images {
    width: 49.375rem !important;
}

.product-details .product-description {
    width: 49.375rem !important;
}

.product-details .top-sec .elementor-container {
    justify-content: space-between;
}

.product-details .product-images .woocommerce-product-gallery {
    margin: 0 !important;
}

.product-details .product-images .flex-viewport a img {
    height: 37.5rem !important;
    object-fit: contain;
}

.product-details .product-images .flex-viewport {
    height: 37.5rem !important;
    border-radius: 2.5rem;
    border: 0.063rem solid var(--border-color-2);
}

.product-details .flex-control-thumbs {
    margin-top: 1.25rem !important;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.product-details .flex-control-thumbs li {
    width: 11.594rem !important;
}

.product-details .flex-control-thumbs li img {
    opacity: 1 !important;
    padding: 1.25rem;
    border: 0.063rem solid var(--gallery-border);
    border-radius: 2.5rem;
}

.product-details .flex-control-thumbs li img.flex-active {
    border: 0.063rem solid var(--color-black);
}

ul.flex-direction-nav {
    position: absolute;
    top: 40%;
    z-index: 9;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-40%);
}

li.flex-nav-prev {
    float: left;
    position: absolute;
    left: 2.5rem;
}

li.flex-nav-next {
    float: right;
    position: absolute;
    right: 2.5rem;
}

a.flex-prev,
a.flex-next {
    visibility: hidden;
}

a.flex-next::before {
    visibility: visible;
    content: url(/wp-content/uploads/2024/10/arrow-right.svg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(9%) hue-rotate(339deg) brightness(105%) contrast(100%);
    position: absolute;
    top: 0.8rem;
    left: 1.1rem;
}

a.flex-prev::before {
    visibility: visible;
    content: url(/wp-content/uploads/2024/10/arrow-left.svg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(9%) hue-rotate(339deg) brightness(105%) contrast(100%);
    position: absolute;
    top: 0.8rem;
}

ul.flex-direction-nav li a {
    color: black;
    text-decoration: none;
    width: 0.75rem;
}

ul.flex-direction-nav li {
    width: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 2.75rem;
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
}

ul.flex-direction-nav li:hover {
    background: var(--arrow-hover);
    transition: all 0.4s ease-out;
}

ul.flex-direction-nav li:hover a::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(347deg) brightness(103%) contrast(102%);
}

.product-description p {
    color: var(--color-dark) !important;
}

.elementor-widget-woocommerce-product-additional-information h2 {
    display: none;
}

.product-description h3 {
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    margin-bottom: 2rem;
    font-size: 1.75rem !important;
    line-height: 2.625rem !important;
}

.product-description table.woocommerce-product-attributes {
    margin-bottom: 0 !important;
    border: none;
}

.product-description .elementor-widget-woocommerce-product-additional-information {
    border: 0.063rem solid var(--border-color-2);
    border-radius: 1.25rem;
    overflow: hidden;
}

.product-description table tbody>tr:nth-child(odd)>td,
.product-description table tbody>tr:nth-child(odd)>th {
    background: #fff;
}

.woocommerce .product-description table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: var(--bg-color);
}

body.woocommerce .product-description th {
    padding: 1.25rem;
    text-align: left;
    width: 13.188rem;
    padding-right: 0 !important;
    font-weight: 700;
    font-family: var(--primary-font);
    font-size: 1.125rem;
    line-height: 1.688rem;
    border: none;
}

body.woocommerce .product-description td {
    border: none;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.688rem;
    vertical-align: middle;
}

body.woocommerce .product-description td a {
    pointer-events: none;
    color: var(--color-black);
}

body.woocommerce .product-description td p {
    padding: 0 !important;
    height: 100% !important;
}

.product-tabs {
    padding-top: 6.25rem;
}

.product-tabs .elementor-tab-title {
    border: none !important;
    padding: 1.25rem 0.625rem !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.688rem !important;
    font-family: var(--primary-font) !important;
    color: var(--border-color-2) !important;
}

.product-tabs .elementor-tab-title::before,
.product-tabs .elementor-tab-title::after {
    display: none !important;
}

.product-tabs .elementor-tabs-wrapper {
    display: flex !important;
    gap: 2.5rem !important;
    width: 100% !important;
    border-bottom: 0.063rem solid var(--product-tabs-border) !important;
}

.product-tabs .elementor-tab-title.elementor-active {
    color: var(--product-tab-title) !important;
    border-bottom: 0.063rem solid var(--product-tab-title) !important;
}

.product-tabs .elementor-tab-content {
    padding: 0 !important;
    padding-top: 1.875rem !important;
    border-style: none !important;
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    font-family: var(--primary-font) !important;
    color: var(--product-tabs-description) !important;
}

.product-tabs .elementor-tab-content ul {
    padding: 0;
}

.product-tabs .elementor-tab-content ul li {
    list-style: none;
}

.product-tabs .elementor-tab-content strong {
    color: var(--product-tab-title) !important;
    display: block !important;
    margin-bottom: 1.25rem !important;
}

.related-products .products-col {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Mega Menu  */

.header .premium-mega-content-container {
    width: 102.438rem !important;
    background: var(--color-white);
    top: 4.25rem !important;
    padding: 3.75rem;
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    display: none;
}

.header .premium-item-hovered .premium-mega-content-container {
    display: block;
}

.brands-mega-menu .col-1 {
    width: 28.813rem !important;
    border-right: 0.063rem solid var(--border-color-2);
}

.brands-mega-menu .col-1 .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.brands-mega-menu .elementor-container {
    justify-content: space-between;
}

.brands-mega-menu .col-1 .elementor-widget-button {
    width: fit-content;
}

.brands-mega-menu .col-1 .elementor-widget-button a {
    padding: 0.5rem 1rem !important;
    background: transparent;
    color: var(--color-black) !important;
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    font-weight: 500 !important;
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
}

.brands-mega-menu .col-1 .elementor-widget-button a svg {
    width: 0.75rem !important;
    height: 0.938rem !important;
}

.brands-mega-menu .col-1 .elementor-widget-button a svg path {
    fill: var(--color-black);
}

.brands-mega-menu .elementor-button-content-wrapper {
    align-items: center !important;
    gap: 0.5rem;
}

.brands-mega-menu .elementor-button-icon {
    margin-top: 0.3rem;
}

.brands-mega-menu .col-1 .elementor-widget-button a:hover {
    transition: all 0.4s ease-out;
    background: var(--color-gold-2);
}

.brands-mega-menu .col-2 {
    width: 80.625rem !important;
    overflow: hidden;
}

.brands-mega-menu .col-2 .inner-col-1 {
    width: 30.375rem !important;
}

.brands-mega-menu .col-2 .inner-col-2 {
    width: 45.313rem !important;
}

.brands-mega-menu .col-2 img {
    border-radius: 2.5rem;
    height: 21.875rem;
}

.header .brands-mega-menu .col-2 ul {
    gap: 0.75rem;
    display: flex !important;
    flex-direction: column !important;
    margin-left: 2.375rem;
    flex-wrap: wrap;
    /*   height: 20.625rem; */
}

.header .brands-mega-menu .col-2 ul li::before {
    display: none;
}

.header .brands-mega-menu .col-2 ul li {
    width: fit-content;
    padding: 0.5rem 1rem !important;
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
    border: 0.094rem solid var(--color-white);
}

.header .brands-mega-menu .col-2 ul li a {
    color: var(--color-dark) !important;
    font-weight: 500 !important;
}

.header .brands-mega-menu .col-2 ul li:hover {
    background: var(--projects-btn-color) !important;
    transition: all 0.4s ease-out;
    border: 0.094rem solid var(--color-dark);
}

.header .fa-angle-down:before {
    content: "";
    filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(10deg) brightness(105%) contrast(104%);
    width: 1rem;
    display: block;
    height: 0.813rem;
    background-image: url(/wp-content/uploads/2024/10/accordion-arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.4s ease-out;
}

.header .premium-nav-menu-item .premium-dropdown-icon {
    margin: 0 !important;
    margin-top: 0.4rem !important;
    margin-left: 0.5rem !important;
}

.header-bottom ul li:hover i::before {
    filter: brightness(0) saturate(100%) invert(94%) sepia(70%) saturate(3502%) hue-rotate(337deg) brightness(83%) contrast(87%);
    transition: all 0.4s ease-out;
}

.brands-mega-menu .col-1 .elementor-widget-button.active a {
    background: var(--color-gold-2);
}

.brands-mega-menu .col-2 section {
    transition: all 0.4s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
}

.brands-mega-menu .col-2 section.active {
    transition: all 0.4s ease-out;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    height: auto;
}

/* Products Listing Page  */
.products-listing-wrapper .elementor-container {
    justify-content: space-between;
}

.products-listing-wrapper .elementor-container .filters-col {
    width: 22.188rem !important;
}

.products-listing-wrapper .elementor-container .products-listing-col {
    width: 76.563rem !important;
}

.products-listing-col .woocommerce-result-count,
.products-listing-col .woocommerce-ordering {
    display: none;
}

.filters-col .wpc-filter-title {
    margin-bottom: 1rem;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.filters-col .wpc-filter-product_cat input {
    display: none;
}

.filters-col .wpc-filter-product_cat .wpc-term-count {
    display: none;
}

.filters-col .wpc-term-item-content-wrapper label a {
    color: var(--color-black);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.688rem;
}

.filters-col .wpc-term-item-content-wrapper label {
    padding: 0 !important;
}

body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.wpc-term-count-0:not(.wpc-has-not-empty-children) {
    opacity: 1 !important;
}

.filters-col ul.children {
    margin-top: 0.5rem !important;
    margin-left: 1.25rem !important;
    padding: 0;
    margin-bottom: 1rem;
}

.filters-col .wpc-term-item-content-wrapper {
    gap: 0.75rem;
}

.filters-col .wpc-filters-ul-list {
    padding: 0 !important;
}

.filters-col .wpc-filters-section {
    margin-bottom: 5.063rem;
}

.filters-col .wpc-filters-section::before {
    content: "";
    width: 100%;
    height: 0.063rem;
    background: var(--border-color-2);
    position: absolute;
    bottom: -2.531rem;
}

.filters-col .gold {
    margin-bottom: 2rem !important;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    padding: 1rem;
    margin-top: 1rem;
}

/*.filters-col .gold::before {
  content: "";
  width: 100%;
  height: 0.063rem;
  background: var(--border-color-2);
  position: absolute;
  bottom: -2rem;
}*/

.products-listing .wpc-term-item {
    margin: 0 !important;
}

.products-listing .wpc-filter-product_cat .wpc-filters-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filters-col .wpc-filters-radio {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filters-col .wpc-filters-radio label .wpc-term-count,
.filters-col .wpc-filters-checkboxes label .wpc-term-count {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
    color: var(--color-black) !important;
    opacity: 1;
    font-family: var(--primary-font);
    visibility: hidden;
}

.filters-col .wpc-filters-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.products-listing .children .wpc-term-item {
    margin-bottom: 0.5rem !important;
}

.filters-col i.wpc-toggle-children-list::before {
    content: url(/wp-content/uploads/2024/10/arrow-dropdown.svg);
    transform: translateY(-50%) rotate(0) !important;
    top: 50% !important;
    background-color: transparent;
    width: 1.125rem;
    height: 0.938rem;
    display: none;
}

.filters-col i.wpc-toggle-children-list {
    width: 1.125rem;
    height: 0.938rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.filters-col i.wpc-toggle-children-list::after {
    content: url(/wp-content/uploads/2024/10/arrow-dropdown.svg);
    background-color: transparent;
    width: 1.125rem;
    height: 0.938rem;
    top: 30% !important;
    opacity: 1 !important;
    transition: all 0.4s ease-out;
    visibility: visible !important;
    pointer-events: all !important;
    transform: translateY(-50%);
}

.filters-col .wpc-filter-content .wpc-opened i.wpc-toggle-children-list::after {
    opacity: 1 !important;
    transition: all 0.4s ease-out;
    visibility: visible !important;
    pointer-events: all !important;
    transform: rotate(180deg);
    top: 50% !important;
    right: 0.3rem;
}

.filters-col .wpc-filters-radio .wpc-term-item input::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 6.25rem;
}

.filters-col .wpc-filters-radio .wpc-term-item input {
    border: none !important;
}

.filters-col .wpc-term-id-29 input::before {
    background: #bababa;
}

.filters-col .wpc-term-id-30 input::before {
    background: #b3a329;
}

.filters-col .wpc-term-id-31 input::before {
    background: #444444;
}

.filters-col .wpc-term-id-32 input::before {
    background: #cf9b5f;
}

.filters-col .wpc-term-id-132 input::before {
    background: #ede8d0;
}

.filters-col .wpc-term-id-133 input::before {
    background: #000000;
}

.filters-col .wpc-term-id-135 input::before {
    background: gray;
}

.filters-col .wpc-term-id-136 input::before {
    background: pink;
}

.filters-col .wpc-term-id-137 input::before {
    background: #dcd9d0;
}

.filters-col .wpc-term-id-138 input::before {
    background: #eff2f3;
}

.filters-col .wpc-term-id-139 input::before {
    background: #c4c4c4;
}

.filters-col .wpc-term-id-140 input::before {
    background: #ffffff;
    border: 0.063rem solid gray;
}

.filters-col .wpc-term-id-147 input::before {
    background: #d4af37;
}

.filters-col .wpc-term-id-148 input::before {
    background: #3b2f2f;
}

.filters-col .wpc-filters-checkboxes input::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(157deg) brightness(106%) contrast(101%);
}

.filters-col .wpc-filters-widget-wrapper .wpc-filters-section:last-child {
    margin-bottom: 0 !important;
}

.filters-col .wpc-filters-widget-wrapper .wpc-filters-section:last-child::before {
    display: none;
}

.products-listing-col .elementor-widget-wp-widget-wpc_sorting_widget {
    display: flex;
    justify-content: flex-end;
}

.products-listing-col .elementor-widget-wp-widget-wpc_sorting_widget .elementor-widget-container {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.products-listing-col .wpc-after-sorting-form {
    display: none;
}

.products-listing-col .elementor-widget-wp-widget-wpc_sorting_widget .elementor-widget-container h5 {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--breadcrumb-color);
    margin: 0;
}

.products-listing-col select.wpc-orderby-select {
    border: none;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.688rem;
    font-family: var(--primary-font);
    max-width: 100% !important;
    width: 13.75rem !important;
}

.products-listing-col select.wpc-orderby-select:focus-visible {
    outline: none !important;
}

.products-listing-col form::before {
    content: url(/wp-content/uploads/2024/10/arrow-dropdown.svg);
    width: 1.125rem;
    height: 0.938rem;
    background: var(--color-white);
    position: absolute;
    right: 0;
    pointer-events: none;
}

.products-listing-col form {
    position: relative;
}

.products-listing-col .products {
    grid-gap: 1.25rem !important;
}

.products-listing-col .products li {
    width: 24.688rem !important;
    border-radius: 2.5rem;
    border: 0.063rem solid var(--color-light-black);
    height: 28.125rem;
    overflow: hidden;
}

.products-listing-col .products li img {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    margin: 0 !important;
    height: 22.815rem !important;
    object-fit: cover;
}

.products-listing-wrapper .elementor-products-grid {
    margin-top: 3rem;
}

.products-listing-col .products h2 {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    font-family: var(--primary-font) !important;
    font-weight: 400 !important;
    min-height: 5.338rem;
    padding: 1.188rem 2.813rem !important;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    background: var(--color-light-black);
    color: var(--color-white) !important;
    text-align: center;
}

.products-listing-col .products .button {
    margin: 0 auto !important;
    font-size: 1.125rem;
    line-height: 1.688rem;
    color: var(--color-dark);
    font-weight: 400 !important;
    font-family: var(--primary-font) !important;
    background: var(--btn-bg);
    border: 0.094rem solid var(--color-dark);
    border-radius: 6.25rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.7rem 4.031rem 0.7rem 5.156rem;
    transition: all 0.4s ease-out;
    backdrop-filter: blur(0.75rem);
}

.products-listing-col .products .button:hover {
    background: var(--bg-btn-hover);
    transition: all 0.4s ease-out;
    border: 0.094rem solid var(--btn-border-hover);
    padding: 0.7rem 5.156rem 0.7rem 4.031rem;
}

.products-listing-col .products .button::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-black);
    border-radius: 6.25rem;
    position: absolute;
    left: 4.031rem;
    transition: all 0.4s ease-out;
    top: 52%;
    transform: translateY(-50%);
}

.products-listing-col .products .button:hover::before {
    left: calc(100% - 4.031rem - 0.5rem);
}

.filters-col .wpc-filters-radio label .wpc-term-count span,
.filters-col .wpc-filters-checkboxes label .wpc-term-count span {
    visibility: visible;
}

.products-listing-col .products li:hover .button {
    transition: all 0.4s ease-out;
    transform: translate(-50%, -9.8rem);
}

body .wpc-filters-main-wrap .wpc-filter-has-hierarchy .wpc-term-item-content-wrapper {
    padding-left: 0 !important;
}

.wpc-filters-main-wrap .wpc-filter-has-hierarchy li.wpc-term-item label {
    width: 100% !important;
}

.wpc-opened>.wpc-term-item-content-wrapper label a {
    font-weight: 600 !important;
}

.reset-col .wpc-filter-chips-list {
    gap: 1rem;
}

.reset-col .wpc-filter-chips-list li a {
    margin: 0 !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 1.125rem;
    font-family: var(--primary-font);
    color: var(--color-black) !important;
    border: 0.094rem solid var(--btn-border-hover) !important;
    background: var(--bg-btn-hover);
}

.reset-col .wpc-filter-chips-list li {
    margin: 0 !important;
}

.reset-col .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border: 0.094rem solid var(--color-dark) !important;
    background: var(--btn-bg) !important;
}

.reset-col .wpc-filter-chips-list li a .wpc-chip-content {
    gap: 0.4rem;
    flex-direction: row-reverse;
}

.reset-col .wpc-filter-chips-list li a .wpc-chip-content .wpc-filter-chip-name {
    margin: 0 !important;
}

.reset-col .wpc-filter-chips-list li a .wpc-chip-content .wpc-chip-remove-icon {
    font-size: 2.125rem;
    line-height: 1.688rem;
}

.reset-col .wpc-filter-chips-list a:hover .wpc-chip-remove-icon {
    color: var(--color-black);
}

nav.woocommerce-pagination {
    display: none !important;
}

.loadMoreProductsBtn {
    margin-top: 5rem;
    font-size: 1.125rem !important;
    font-family: var(--primary-font);
    line-height: 1.688rem !important;
    border-radius: 6.25rem !important;
    padding: 0.9rem 2rem 0.9rem 3.125rem !important;
    background-color: var(--btn-bg) !important;
    border: 0.094rem solid var(--color-dark) !important;
    transition: all 0.4s ease-out;
}

.loadMoreProductsBtn:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 2;
    background: var(--color-black);
    border-radius: 50%;
    top: 50%;
    transition: all 0.4s ease-out;
    left: 2rem;
    transform: translateY(-50%);
}

.loadMoreProductsBtn:hover:before {
    transition: all 0.4s ease-out;
    left: calc(100% - 3.125rem + 0.5rem);
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button.loadMoreProductsBtn:hover {
    border: 0.094rem solid var(--btn-border-hover) !important;
    background-color: var(--bg-btn-hover) !important;
    transition: all 0.4s ease-out;
    padding: 0.9rem 3.125rem 0.9rem 2rem !important;
}

/* Search Popup  */
.elementor-popup-modal .dialog-message {
    width: 50rem !important;
}

.search-popup .is-form-style input.is-search-input {
    background: transparent !important;
    height: 4rem !important;
    border: 0.063rem solid var(--color-white) !important;
    border-right: 0 !important;
    font-family: var(--primary-font) !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    color: var(--color-white) !important;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
}

.elementor-popup-modal .dialog-widget-content {
    background: transparent;
}

.search-popup .is-form-style input.is-search-input::placeholder {
    color: var(--color-white);
    opacity: 0.8;
    font-family: var(--primary-font);
    font-size: 1.125rem;
    font-weight: 400;
}

.search-popup .is-form-style button.is-search-submit {
    height: 4rem;
    width: 4rem;
}

.search-popup .is-form-style button.is-search-submit .is-search-icon {
    height: 4rem;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 4rem;
    background: var(--color-white);
    border: 0.063rem solid var(--color-white);
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}

.search-popup .is-form-style button.is-search-submit .is-search-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.search-popup .is-form-style.is-form-style-3 label {
    width: calc(100% - 4rem) !important;
}

.elementor-popup-modal .dialog-close-button svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--color-white) !important;
}

.elementor-popup-modal .dialog-close-button {
    top: 5rem !important;
    right: 0 !important;
    border: 0.063rem solid var(--color-white) !important;
    width: 3rem !important;
    height: 3rem !important;
    align-items: center;
    justify-content: center;
    border-radius: 6.25rem;
}

.elementor-popup-modal .dialog-widget-content {
    background-color: transparent !important;
}

.mobile-search {
    display: none;
}

/* Search Results Page  */
.search .site-main {
    max-width: 100% !important;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    margin-top: 8.739rem;
    padding-bottom: 5rem;
}

.search .site-main .page-header .entry-title {
    color: var(--color-black) !important;
    font-size: 2.5rem !important;
    line-height: 1.688rem !important;
    margin: 0;
    padding-top: 5rem !important;
    margin-bottom: 1rem;
}

.search .page-content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    padding-top: 2rem !important;
}

.search .page-content .post {
    display: flex;
    flex-direction: column;
    border-radius: 2.5rem;
    border: 0.063rem solid var(--color-light-black);
    overflow: hidden;
    border-bottom: none !important;
    height: 28.125rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.search .page-content .post a {
    order: 1;
}

.search .page-content .post a img {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    height: 21.815rem;
    object-fit: contain;
}

.search .page-content .post h2 {
    order: 2;
    margin: 0;
}

.search .page-content .post h2 a {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    font-family: var(--primary-font) !important;
    font-weight: 400 !important;
    min-height: 5.9rem;
    display: block;
    width: 100%;
    padding: 1.188rem 2.813rem !important;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    background: var(--color-light-black);
    color: var(--color-white) !important;
    text-align: center;
}

.search .page-content .post p {
    display: none;
}

/* .search a {
  color: var(--color-black) !important;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
} */

.search .pagination {
    margin: 0;
    margin-top: 1rem;
}

/* Projects Single Page  */
.projects-single .elementor-price-table {
    text-align: left;
}

.projects-single .elementor-price-table__price {
    display: none !important;
}

.projects-single .elementor-widget-price-table .elementor-widget-container {
    background: transparent;
}

.projects-single ul.elementor-price-table__features-list {
    display: none !important;
}

.projects-single .elementor-price-table__footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 2rem 0 !important;
    position: relative;
}

.projects-single .elementor-price-table__footer .elementor-price-table__additional_info {
    margin: 0 !important;
}

.projects-single .elementor-widget-text-editor .elementor-widget-container {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-family: var(--primary-font);
    color: var(--color-black);
}

.projects-single .elementor-widget-text-editor.type .elementor-widget-container {
    opacity: 0.7;
}

.projects-single .elementor-price-table .elementor-price-table__footer::before {
    width: 100%;
    height: 0.063rem;
    content: "";
    position: absolute;
    background: var(--border-color-2);
    bottom: 0;
}

.projects-single .elementor-price-table__additional_info,
.projects-single .elementor-button {
    font-size: 1.125rem !important;
    font-family: var(--primary-font) !important;
    color: var(--color-black) !important;
    background: none !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

.projects-slider p.elementor-heading-title.elementor-size-default {
    background: var(--color-light-black);
    text-align: center;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    color: var(--color-white) !important;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.projects-slider p.elementor-heading-title.elementor-size-default a {
    padding: 1rem 1.5rem;
    width: 100%;
    display: block;
}

.projects-slider img {
    border-radius: 2.5rem !important;
}

.woocommerce-product-gallery__wrapper {
    height: 37.5rem !important;
    border-radius: 2.5rem;
    border: 0.063rem solid var(--border-color-2);
}

.woocommerce-product-gallery__image {
    height: 100%;
    width: 100%;
}

.woocommerce div.product div.images img {
    height: 37.5rem !important;
    object-fit: contain;
}

.woocommerce div.product div.images img.zoomImg {
    height: auto !important;
    object-fit: none !important;
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs img {
    height: 100% !important;
}

.projects-single a {
    cursor: auto;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    display: none;
}

#breadcrumbs>span>span:nth-child(2)>a {
    margin-left: 0.5rem;
}

.privacy-policy-content a {
    color: var(--color-black);
    font-weight: 600;
    text-decoration: underline !important;
}

.privacy-policy-content ul li {
    font-size: 1.125rem;
    font-family: var(--primary-font);
    line-height: 1.688rem;
    color: var(--color-black) !important;
}

/* Skip Link For SEO  */
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    visibility: hidden !important;
}

.screen-reader-text:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 15px 23px 14px !important;
    clip: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6) !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: normal !important;
    color: #2b2d2f !important;
    text-decoration: none !important;
    z-index: 100000 !important;
    visibility: visible !important;
}

/* Chat Icon WhatsApp  */
.wa__popup_chat_box,
.wa__btn_popup {
    left: 1.875rem !important;
    right: auto !important;
}

.wa__btn_popup {
    z-index: 9 !important;
}

/* Nothing Found Text  */
.elementor-nothing-found.elementor-products-nothing-found {
    font-size: 1.125rem;
    font-family: var(--primary-font) !important;
    line-height: 1.688rem;
}

.testimonials-wrapper .swiper-pagination {
    z-index: 1;
}

.dialog-message .elementor-swiper-button {
    width: auto !important;
    height: auto !important;
}

.wpcf7-response-output {
    font-family: var(--primary-font);
    border: none !important;
    padding: 0 !important;
    font-weight: 500;
}

.brand-main-heading {
    padding-top: 3rem;
}

.brand-main-heading h1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
    color: var(--color-black) !important;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
    text-transform: capitalize;
}

/*.brand-main-description h2{
  font-size:2rem !important;
  color:#000 !important;
}
.brand-main-description h3{
  font-size:2rem !important;
  color:#000 !important;
}
.brand-main-description div{
  font-size:2rem !important;
  color:#000 !important;
}*/
.categories-list a,
.brands-list a {
    color: var(--color-black);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.688rem;
}

.categories-list,
.brands-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.categories-list .toggle-icon {
    cursor: pointer;
}

.categories-list .sub-category-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.categories-list .category-list-inner {
    display: flex;
    justify-content: space-between;
}

.categories-list a,
.brands-list a {
    width: calc(100% - 16px);
    display: inline-block;
}

.categories-list .toggle-icon {
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.categories-list .toggle-icon:before {
    content: url(/wp-content/uploads/2024/10/arrow-dropdown.svg);
    width: 15px;
    height: 8px;
    display: inline-block;
}

.categories-list .sub-category-list {
    padding-left: 1.5rem;
}

.categories-list .parent-category.active>a {
    font-weight: 500;
}

.header-bottom ul li.quoteBtn {
    background: var(--color-gold-2) !important;
    border-top: 0.063rem solid var(--color-gold-2) !important;
}

.header-bottom ul li.quoteBtn a {
    color: white !important;
}

/* Brands Mega Menu  */

.brands-mega-menu.variant .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
}

.brands-mega-menu.variant .elementor-container ul {
    gap: .75rem;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap;
    /*     margin-left:2.75rem !important; */
    border-right: .063rem solid var(--border-color-2);
	height:100%;
}

.brands-mega-menu.variant .brand-box .elementor-element,.brands-mega-menu.variant .brand-box .elementor-element .elementor-widget-container {
    height: 100% !important;
}

.brands-mega-menu.variant .elementor-container .border-none ul {
    border-right: 0;
}

.brands-mega-menu.variant .elementor-container .margin-none ul {
    margin-left: 0 !important;
}

.brands-mega-menu.variant .brand-box {
    width: 100%;
}

.brands-mega-menu.variant .elementor-container ul li {
    width: fit-content;
    padding: .5rem 1rem !important;
    border-radius: 6.25rem;
    transition: all 0.4s ease-out;
    border: .094rem solid var(--color-white);
}

.brands-mega-menu.variant .elementor-container ul li::before {
    display: none;
}

.brands-mega-menu.variant .elementor-container ul li a {
    color: black !important;
    font-weight: 500;
}

.brands-mega-menu.variant .elementor-container ul li:hover {
    background: var(--projects-btn-color) !important;
    transition: all 0.4s ease-out;
    border: .094rem solid var(--color-dark);
}

/* .error404 .header {
    display: none !important;
}

.error404 .footer {
    display: none;
} */

.error-sec a {
    color: black;
    text-decoration: underline !important;
    font-weight: 600;
}

.error-sec {
    margin-top: calc(10.2rem + 7.5rem);
    margin-bottom: 7.5rem;
}

.dialog-widget-content.dialog-lightbox-widget-content.animated {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25rem;
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

/* 07/Jan/2025 CSS  */
body.woocommerce .product-description tr:nth-child(1) td a {
    pointer-events: all;
    font-weight: 500 !important;
    text-decoration: underline;
}

ul#brand-menu {
    max-height: 34.375rem;
    overflow-y: auto;
}

ul#brand-menu::-webkit-scrollbar {
    width: 0.375rem;
    border-radius: 0.375rem;
    background: #e9e9eb;
}

ul#brand-menu::-webkit-scrollbar-thumb {
    border-radius: 0.375rem;
    background: #c4c4c4;
}

body.woocommerce .product-description tr:nth-child(3) {
    display: none;
}

.footer-bottom .elementor-container {
    justify-content: space-between;
}

body .footer-bottom {
    padding-inline: 0;
}

.footer-bottom .dd .elementor-widget-wrap {
    justify-content: flex-end;
}

.footer-bottom .dd .elementor-widget-wrap .elementor-element {
    text-align: right !important;
}

.footer-bottom .dd .elementor-widget-wrap .elementor-element a {
    color: white;
}

.footer-bottom .dd .elementor-widget-wrap .elementor-element a:hover {
    color: var(--color-gold-2);
}

body .footer-bottom .elementor-widget-wrap {
    justify-content: flex-start;
}

.d-none {
    display: none;
}

/* Hassan CSS 13 feb 2025  */
.subCatGrid img {
    border-top-left-radius: 2.5rem !important;
    margin: 0 !important;
    border-top-right-radius: 2.5rem !important;
    height: 30rem !important;
    object-fit: cover;
}

.subCatGrid h2 {
    color: white !important;
    text-align: center;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    background: var(--color-light-black);
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    padding: 2rem 0 !important;
}

.subCatGrid h2 .count {
    display: none;
}

.subCatGrid ul li {
    width: 100% !important;
    margin: 0 !important;
}

.page-heading h2 {
    white-space: nowrap;
}

.subCatGrid h2:hover {
    color: var(--color-gold-2) !important;
}

.catBanner img {
    width: 100%;
    height: 25rem !important;
    object-fit: cover;
}

.catBanner {
    margin-top: 8rem;
}

.subCatGrid h1 {
    color: black !important;
    font-size: 3rem !important;
    line-height: inherit !important;
}

.catBanner p {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
    color: white;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
    white-space: nowrap;
}

/* home banner */
/* .hero-slider .banner-img-carousel {
   display:none !important;
} */

/* CSS 5 March  */
.product-details .price {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    font-weight: 400 !important;
    font-family: var(--secondary-font) !important;
    margin-bottom: 1rem !important;
    color: #887c11 !important;
}

.product-details .price:before {
    content: 'Price:';
    margin-right: 0.5rem;
	color: var(--color-black) !important;
}

.instaReels .e-hosted-video {
    height: 40rem;
    width: 100%;
}

.reelsWrapper .elementor-container {
    justify-content: space-between;
    margin-top: 3.75rem;
}

.reelsWrapper .elementor-container .elementor-column {
    width: 24% !important;
}

.reelsWrapper .elementor-container .elementor-column video {
    border-radius: 1.5rem;
}

.catBanner #breadcrumbs img {
    height: auto !important;
    width: auto !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(297deg) brightness(101%) contrast(104%);
    margin-right: 0.5rem;
}

.catBanner .elementor-widget-breadcrumbs {
    position: absolute !important;
    top: calc(50% + 3rem);
    left: 50%;
    transform: translate(-50%,-50%);
    width: fit-content !important;
}

.catBanner .elementor-widget-breadcrumbs p, .catBanner .elementor-widget-breadcrumbs p a, .catBanner .elementor-widget-breadcrumbs p span {
    color: white !important;
    font-family: 'Wix Madefor Display' !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
	line-height:1.688rem !important;
}

.catBanner section{
    position:absolute;
    top:45%;
}

.catBanner .elementor-widget-breadcrumbs p a {
    margin-right: 0.5rem;
}

.catBanner span.breadcrumb_last {
    margin-left: 0.5rem;
}

.categoriesBanner {
    height: 25rem;
    background: black;
    display: flex;
}

.categoriesBanner .elementor-container {
    width: 100%;
}

/* 06 March CSS  */
.brands-mega-menu .col-2 br {
    display: none;
}

.brands-mega-menu .col-2 .inner-col-1 a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brands-mega-menu .col-2 .inner-col-1 a img{
    width: 0.75rem !important;
    height: 0.938rem !important;
    filter: brightness(0) saturate(100%)
}

.ThirdStepCategoryUl{
	transition: all 0.4s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
	margin-left: 2.375rem;
    border-left: 0.063rem solid var(--border-color-2);
}

.ThirdStepCategoryUl.active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    height: 100%;
}

/* Media Query For Mobile Devices  */
@media screen and (min-width: 280px) and (max-width: 600px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .header-top .col-1,
    .header-top .col-1 img {
        width: 10rem !important;
    }

    .error-sec {
        margin-top: calc(10.2rem + 3.5rem);
    }

    .header-top .col-2 {
        display: none;
    }

    .header-top {
        padding-bottom: 0;
    }

    .header-top .col-1 .elementor-widget-image {
        text-align: left;
    }

    .header-top .col-1 .elementor-widget-image {
        text-align: left;
    }

    .header-bottom {
        position: absolute !important;
        right: 0;
        width: 1.875rem !important;
    }

    .header-bottom .premium-nav-widget-container .premium-hamburger-toggle i {
        color: var(--color-white);
    }

    .header {
        padding-bottom: 1rem;
    }

    .header-bottom ul {
        display: flex !important;
        flex-direction: column !important;
        margin-left: 1rem;
    }

    .header-bottom ul li {
        padding: 0.5rem 0;
        width: fit-content !important;
    }

    .header-bottom ul li::before {
        display: none;
    }

    .header-bottom ul li a {
        font-size: 1rem;
    }

    .header .fa-angle-down:before {
        width: 0.8rem;
    }

    .header .premium-nav-menu-item .premium-dropdown-icon {
        margin-top: 0.5rem !important;
    }

    .header .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
        color: var(--color-white) !important;
    }

    .header .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
        background-color: var(--color-black) !important;
    }

    .slider-content {
/*         top: 2rem; */
		top:auto;
        width: 100% !important;
        left: 1.5rem;
/*         bottom: auto; */
		bottom:2rem;
    }
	
	.hero-slider .elementor-open-inline{
		height:30rem !important;
	}

    .hero-slider {
        margin-top: 4rem;
    }

    h1 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }

    .hero-slider .swiper-slide-inner {
        height: 100% !important;
    }

    .hero-slider>.elementor-container {
        min-height: 100% !important;
    }

    .hero-slider .swiper-slide-inner img {
        object-fit: cover;
        height: 100%;
    }

    .hero-slider .swiper-wrapper {
        height: 25rem !important;
    }

    .hero-slider .elementor-swiper-button {
        display: none !important;
    }

    .slider-content p {
        margin-bottom: 1rem !important;
        padding-right: 3rem;
    }

    .slider-content h1 {
        margin-bottom: 0.5rem !important;
        padding-right: 3rem;
    }

    p {
        font-size: 1rem !important;
        line-height: inherit !important;
    }

    .global-button a {
        font-size: 1rem;
        line-height: inherit;
        padding: 0.4rem 1.2rem;
    }

    .global-button a::before {
        width: 0.4rem;
        height: 0.4rem;
    }

    .showcase-sec>.elementor-container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .showcase-content {
        position: absolute !important;
        left: 1.5rem;
        bottom: 1.5rem;
        width: 100% !important;
    }

    .showcase-content h2 {
        margin-bottom: 1rem;
        padding-right: 3rem;
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .showcase-content {
        left: 1.5rem;
        width: 100% !important;
    }

    h3 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .sec-padded {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .bg-about {
        width: 100% !important;
    }

    .about-sec .elementor-container {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .about-sec .col-2,
    .about-sec .col-1 {
        width: 100% !important;
    }

    .products-col {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .products-slider-row {
        margin-top: 2rem;
    }

    .products-slider-row .elementor-swiper-button-prev {
        left: -2rem !important;
    }

    .products-slider-row .elementor-swiper-button-next {
        right: -2rem !important;
    }

    .products-slider-row .swiper-wrapper .product img {
        object-fit: cover;
        width: 100%;
    }

    .products-slider-row .swiper-wrapper .product .elementor-widget-woocommerce-product-title p a {
        font-size: 1rem;
        line-height: inherit;
    }

    .design-solution-sec .col-1 {
        width: 100% !important;
        margin-top: 0;
    }

    .design-solution-sec .col-1 h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .design-solution-sec .col-1 .global-button {
        margin-bottom: 2rem;
    }

    .design-solution-sec .col-2 {
        width: 100% !important;
        margin-top: 2rem;
    }

    .middle-logo {
        top: 58%;
        transform: translate(-50%, -58%);
        width: 8rem !important;
    }

    .services-row {
        margin-top: 2rem;
    }

    .services-row .elementor-container {
        grid-gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .service-box {
        width: 100% !important;
        padding: 2rem 1.5rem;
    }

    .marquee ul {
        gap: 1rem;
    }

    .marquee ul li {
        width: 50% !important;
    }

    .marquee ul li .image {
        width: 100%;
        height: 5rem;
    }

    .marquee {
        margin-top: 2rem;
    }

    .testimonials-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-top: 2rem !important;
    }

    .testimonials-wrapper .swiper-slide {
        padding: 2rem 1.5rem !important;
    }

    .testimonials-wrapper .elementor-testimonial__content .elementor-testimonial__text {
        font-size: 1rem;
        line-height: inherit;
    }

    .testimonials-wrapper .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
        width: 3.875rem;
        height: 3.875rem;
    }

    .testimonials-wrapper cite.elementor-testimonial__cite span.elementor-testimonial__name {
        font-size: 1.125rem;
    }

    .testimonials-wrapper .swiper-slide::before {
        left: 1.5rem;
    }

    .bottom-padded.testimonials {
        padding-bottom: 5rem;
    }

    .top-padded {
        padding-top: 3rem;
    }

    .footer-top .col-1 img {
        margin-bottom: 1rem;
    }

    .footer-top .col-1 {
        width: 100% !important;
    }

    .footer-top .elementor-container {
        gap: 2rem;
    }

    .footer-top,
    .footer-top h3 {
        padding-bottom: 1rem;
    }

    .footer-menu ul li a {
        font-size: 1rem;
        line-height: inherit !important;
    }

    .footer-middle {
        padding: 2rem 0;
    }

    .footer-middle ul {
        padding-top: 1rem !important;
        gap: 1rem;
    }

    .footer-middle ul li a svg {
        width: 1.3rem !important;
        height: 1.3rem !important;
    }

    .footer-bottom {
        padding: 2rem 0;
    }

    .footer-bottom .elementor-widget-wrap {
        gap: 1rem;
    }

    .privacy a {
        font-size: 1rem;
        line-height: inherit;
    }

    .privacy a::before {
        display: none;
    }

    .products-slider-row .elementor-swiper-button {
        background: var(--arrow-hover);
    }

    .products-slider-row .elementor-swiper-button svg path {
        fill: var(--color-white) !important;
    }

    .page-heading {
        position: inherit !important;
        top: auto;
        left: 0;
        transform: none;
        width: 100% !important;
        justify-content: flex-start !important;
        margin-top: 0.5rem;
    }

    .page-title section {
        padding: 1.5rem 0;
    }

    .top-padded-variant {
        padding-top: 3rem !important;
    }

    .two-col-sec .elementor-container {
        gap: 2rem;
    }

    .two-col-sec .col-1,
    .two-col-sec .col-2 {
        width: 100% !important;
    }

    .ceo-message .elementor-container {
        gap: 2rem;
    }

    .ceo-name h2 {
        font-size: 1.25rem !important;
        line-height: inherit !important;
    }

    .team-wrapper .team-box {
        width: 100% !important;
        height: 30.313rem;
    }

    .name-designation .team-details {
        padding: 1.5rem 1rem;
    }

    .team-details {
        padding: 1.25rem;
    }

    .team-details p.details {
        font-size: 1rem !important;
    }

    .video-sec {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .video-sec .elementor-main-swiper {
        height: 14.375rem !important;
    }

    .video-sec .elementor-custom-embed-play img {
        width: 4rem !important;
    }

    .video-sec .elementor-swiper-button.elementor-swiper-button-prev {
        left: -2rem !important;
    }

    .video-sec .elementor-swiper-button.elementor-swiper-button-next {
        right: -2rem !important;
    }

    .video-sec h2 {
        margin-top: 2rem;
    }

    .team-details h2.gold {
        font-size: 1.5rem !important;
        line-height: inherit !important;
    }

    .video-sec .elementor-carousel-image {
        border-radius: 1rem;
    }

    .portfolio-top img {
        border-radius: 1rem !important;
        height: 10rem !important;
        object-fit: cover;
    }

    .projects .wbel-pd-pcf-category-container {
        padding-bottom: 2rem;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .projects {
        margin-top: 3rem;
    }

    .portfolio-top img {
        border-radius: 1.5rem !important;
        height: 10rem !important;
        object-fit: cover;
    }

    .projects .wbel-pd-pcf-category-container a {
        padding: 0.3rem 2.5rem;
        font-size: 1rem;
        line-height: inherit;
    }

    .projects .wbel_pd_pcf_wrapper {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .projects .pd_pcf_description {
        left: 1.25rem;
        width: 100%;
    }

    .projects .pd_pcf_description p {
        font-size: 1rem !important;
        line-height: inherit !important;
        margin-bottom: 1.7rem !important;
        word-break: unset !important;
    }

    .projects .wbel_pd_pcf_wrapper .pd_pcf_item {
        height: 23.5rem !important;
    }

    .projects .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_title h2 {
        font-size: 1rem !important;
        line-height: inherit !important;
        left: 1.5rem;
    }

    .projects .pd_pcf_readmore .pd_pcf_readmore_link,
    .projects .pd_pcf_loadmore_btn {
        font-size: 1rem;
        line-height: inherit;
    }

    .projects .wbel_pd_pcf_wrapper .pd_pcf_item::after,
    .projects .wbel_pd_pcf_wrapper .pd_pcf_item::before {
        border-radius: 1.5rem;
    }

    .bottom-padded {
        padding-bottom: 3rem;
    }

    .map-sec .elementor-widget-google_maps iframe {
        border-radius: 1rem;
        height: 18.75rem !important;
    }

    .locations-sec>.elementor-container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .locations-sec .address-details-box {
        width: 100% !important;
    }

    .locations-sec .upper-content {
        padding: 2rem 1.5rem;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .address-details-box h2 {
        font-size: 1.2rem !important;
        line-height: inherit !important;
        margin: 1rem 0;
    }

    .address-details-box span.elementor-icon-list-text {
        font-size: 0.85rem !important;
        line-height: inherit !important;
    }

    .address-details-box ul {
        gap: 1rem;
        margin-bottom: 1.5rem !important;
    }

    .address-details-box .tab-title .col p,
    .address-details-box .opening-hours .wrapper p {
        font-size: 0.85rem !important;
        line-height: inherit !important;
    }

    .address-details-box ul li svg {
        margin-top: 0.2rem !important;
    }

    .address-details-box .opening-hours {
        padding: 2rem 1.5rem !important;
    }

    .address-details-box .elementor-tab-title {
        padding: 2rem 1.5rem !important;
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .form-container {
        margin: 0 1.5rem;
        margin-top: 2rem;
        padding: 2rem 1rem;
        border-radius: 1.5rem;
    }

    .quote-form .wrapper .row {
        gap: 1rem;
        flex-direction: column;
    }

    .quote-form .wrapper .row .col {
        width: 100%;
    }

    .quote-form .wrapper .row input {
        padding: 1rem 0;
    }

    .quote-form .wrapper {
        gap: 1rem;
    }

    .quote-form .wrapper .row input::placeholder {
        font-size: 1rem;
        line-height: inherit;
    }

    .quote-form .wrapper .row select {
        padding: 1rem 0;
        font-size: 1rem;
        line-height: inherit;
    }

    .quote-form .wpcf7-radio {
        flex-direction: column;
        gap: 1rem;
    }

    .quote-form .wpcf7-radio span.wpcf7-list-item {
        padding: 1rem 0.6rem;
        width: 100%;
    }

    .quote-form .wpcf7-radio span.wpcf7-list-item label span {
        font-size: 0.8rem;
        line-height: inherit;
    }

    .row.submit-btn p input {
        font-size: 1rem;
    }

    .quote-form .wpcf7-radio span.wpcf7-list-item label {
        gap: 1rem;
    }

    .quote-form .wpcf7-radio {
        margin-top: 1rem;
    }

    .contact-form-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .contact-form-wrapper form {
        padding: 2rem 1rem;
        border-radius: 1.5rem;
    }

    .contact-form .accordion-title {
        padding: 1.5rem 0.875rem;
    }

    .contact-form .accordion-title p {
        font-size: 1.2rem !important;
        line-height: inherit !important;
    }

    .contact-form .accordion-title img {
        width: 1rem !important;
        object-fit: contain;
    }

    .contact-form .form-panel .wrapper {
        padding: 1rem 0;
    }

    .contact-form .form-panel .wrapper .row .col p {
        gap: 1rem;
    }

    .contact-form .form-panel .row .col .wpcf7-list-item label {
        gap: 1rem;
    }

    .contact-form .form-panel .row .col p label {
        font-size: 0.8rem;
        line-height: inherit;
    }

    .contact-form .wpcf7-radio {
        row-gap: 1rem;
    }

    .contact-form .form-panel .row .col .wpcf7-list-item label {
        gap: 0.5rem;
    }

    .contact-form .form-panel.active {
        max-height: 71.5rem;
    }

    .contact-form {
        gap: 1rem;
    }

    .contact-form .form-panel .row .col input,
    .contact-form .form-panel .row .col textarea {
        padding: 0.5rem 0;
    }

    .contact-form .form-panel .row.twoCol {
        gap: 2rem;
        flex-direction: column;
    }

    .contact-form .form-panel .row .col input::placeholder,
    .contact-form .form-panel .row .col textarea::placeholder {
        font-size: 1rem;
        line-height: inherit;
    }

    .product-details .product-images,
    .product-details .product-description {
        width: 100% !important;
    }

    .product-details .product-images .flex-viewport {
        height: 20rem !important;
        border-radius: 1.5rem;
    }

    .product-details .product-images .flex-viewport a img,
    .woocommerce div.product div.images img {
        height: 20rem !important;
    }

    .product-details .flex-control-thumbs li {
        width: 30% !important;
    }

    .product-details .flex-control-thumbs li img {
        border-radius: 1.5rem;
        padding: 0.5rem;
    }

    .product-details .top-sec .elementor-container {
        gap: 2rem;
    }

    .product-description h3 {
        margin-bottom: 1rem;
        font-size: 1.5rem !important;
        line-height: inherit !important;
    }

    body.woocommerce .product-description th {
        padding: 1rem;
        width: 50%;
        font-size: 1rem;
        line-height: inherit;
    }

    .product-tabs {
        padding-top: 2rem;
    }

    .product-tabs .elementor-tabs-wrapper {
        gap: 1.5rem;
    }

    .product-tabs .elementor-tab-title {
        padding: 0.5rem 0 !important;
    }

    .product-tabs .elementor-tabs-wrapper {
        display: none !important;
    }

    .product-tabs .elementor-tab-content {
        padding-top: 1rem !important;
        font-size: 1rem !important;
        line-height: inherit !important;
    }

    .product-tabs .elementor-tab-content ul {
        margin-bottom: 1rem;
    }

    .product-tabs .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: none;
    }

    ul.flex-direction-nav {
        top: 30%;
    }

    li.flex-nav-prev {
        left: 0;
    }

    li.flex-nav-next {
        right: 0;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        width: 100% !important;
        height: 100% !important;
    }

    .product-details .woocommerce-product-gallery__trigger {
        left: 1.5rem !important;
    }

    .page-title {
        margin-top: 4.5rem;
    }

    .filters-col .gold {
        display: none;
    }

    .filters-col a.wpc-open-close-filters-button {
        margin-bottom: 0;
        border-radius: 1.5rem !important;
        padding: 0.5rem 1.5rem !important;
        font-family: var(--primary-font);
        color: var(--color-dark) !important;
    }

    .products-listing-wrapper .elementor-products-grid {
        margin-top: 2rem;
    }

    .products-listing-wrapper .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem !important;
    }

    .products-listing-col .products li {
        width: 100% !important;
    }

    .products-listing-col .elementor-widget-wp-widget-wpc_sorting_widget {
        justify-content: flex-start;
        margin-top: 2rem;
    }

    .products-listing-col .elementor-widget-wp-widget-wpc_sorting_widget .elementor-widget-container h5 {
        font-size: 1rem;
        line-height: inherit;
    }

    .products-listing-col select.wpc-orderby-select {
        font-size: 1rem;
        line-height: inherit;
        width: 100% !important;
    }

    .products-listing-col form::before {
        top: -0.1rem;
    }

    .products-listing-col .products h2 {
        font-size: 1rem !important;
        line-height: inherit !important;
        padding: 1rem !important;
    }

    .products-listing-col .products .button {
        font-size: 1rem !important;
        line-height: inherit !important;
    }

    .loadMoreProductsBtn {
        margin-top: 2rem;
        font-size: 1rem !important;
        line-height: inherit !important;
    }

    .filters-col .wpc-filter-title {
        font-size: 1.2rem;
        line-height: inherit;
    }

    .filters-col .wpc-filters-widget-content {
        margin-top: 1rem;
    }

    .products-listing .wpc-filter-product_cat ul li {
        padding: 0 !important;
    }

    .filters-col .wpc-term-item-content-wrapper label a {
        font-size: 1rem;
        line-height: inherit;
    }

    .filters-col .wpc-filters-section {
        margin-bottom: 4.063rem;
    }

    .filters-col .wpc-filters-section::before {
        bottom: -2.5rem;
    }

    .filters-col .wpc-filters-radio,
    .filters-col .wpc-filters-checkboxes {
        gap: 1rem;
    }

    .reset-col .wpc-custom-selected-terms {
        display: block;
    }

    .reset-col .wpc-filter-chips-list {
        display: flex;
        padding: 0;
        margin-top: 1rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .reset-col .wpc-filter-chips-list li a {
        font-size: 1rem !important;
    }

    .mobile-menu .premium-sub-menu {
        display: none !important;
    }

    .mobile-menu .premium-sub-menu.active {
        display: block !important;
    }

    .mobile-menu .fa-angle-right:before {
        content: "";
        filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(10deg) brightness(105%) contrast(104%);
        width: 0.8rem;
        display: block;
        height: 0.813rem;
        background-image: url(/wp-content/uploads/2024/10/accordion-arrow.webp);
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.4s ease-out;
    }

    .header-bottom ul li:hover a {
        color: var(--color-white) !important;
    }

    .header-bottom ul li:hover i::before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(10deg) brightness(105%) contrast(104%) !important;
    }

    .mobile-search {
        position: absolute !important;
        width: 1.2rem !important;
        height: 1.2rem !important;
        top: 50%;
        transform: translateY(-50%);
        right: 2.3rem;
        display: block;
    }

    .mobile-search svg {
        width: 100% !important;
        height: 100% !important;
        fill: var(--color-white) !important;
    }

    .search .site-main {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        margin-top: 4.705rem;
        padding-bottom: 3rem;
    }

    .search .site-main .page-header .entry-title {
        font-size: 2rem !important;
        padding-top: 3rem !important;
        margin-bottom: 0;
    }

    .search .page-content {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .search .page-content .post,
    .search .page-content .post a img {
        height: 100% !important;
    }

    .search .page-content .post h2 a {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .projects-single .elementor-widget-text-editor .elementor-widget-container {
        font-size: 1rem;
        line-height: inherit;
    }

    .projects-single .elementor-price-table__footer {
        padding: 1.5rem 0 !important;
    }

    .projects-single .elementor-price-table__additional_info,
    .projects-single .elementor-button {
        font-size: 1rem !important;
        text-align: right;
    }

    .related-products .products-col {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .privacy-policy-content ul li {
        font-size: 1rem;
        line-height: inherit;
    }

    .elementor-nothing-found.elementor-products-nothing-found {
        font-size: 1rem;
        line-height: inherit;
    }

    .search-popup .is-form-style input.is-search-input,
    .search-popup .is-form-style button.is-search-submit .is-search-icon {
        height: 3rem !important;
    }

    .search-popup {
        padding: 0 1rem;
    }

    .elementor-popup-modal .dialog-close-button {
        right: 1rem !important;
    }

    .flexRev .elementor-container {
        flex-direction: column-reverse;
    }

    .woocommerce-product-gallery__wrapper {
        border: none !important;
    }

    /* 	New Mobile Menu  */

    body .mobile-bottom {
        width: 100% !important;
        position: absolute;
        right: 0;
    }

    .mobile-menu .elementor-menu-toggle {
        margin: 0 !important;
        position: absolute;
        top: 0.8rem;
        padding: 0;
        right: 1.5rem;
        z-index: 2;
    }

    .header-top .col-1 img {
        width: 12rem !important;
    }

    body .mobile-search {
        top: 1rem;
        transform: none;
        right: 4rem;
        z-index: 99;
    }

    .header-top .col-1 {
        width: 12rem !important;
        padding-left: 1.5rem;
    }

    .mobile-menu .elementor-menu-toggle svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: white;
    }

    .header.container {
        padding-left: 0;
        padding-right: 0;
    }

    .header nav.elementor-nav-menu--dropdown {
        margin-top: 4rem;
        background: #151515;
        padding-bottom: 1rem;
    }

    .header nav.elementor-nav-menu--dropdown ul {
        background: #151515;
    }

    .header nav.elementor-nav-menu--dropdown ul li a {
        padding: 0.625rem 1.5rem;
        font-size: 1rem !important;
        !i;
        !;
        font-family: var(--primary-font) !important;
        color: var(--color-white) !important;
        font-weight: 400 !important;
        transition: all 0.4s ease-out;
        width: 70%;
        position: static;
    }

    .header nav.elementor-nav-menu--dropdown ul li a:hover,
    .header nav.elementor-nav-menu--dropdown ul li a:focus {
        background: transparent;
    }

    .header nav.elementor-nav-menu--dropdown ul li span.sub-arrow {
        position: absolute;
        right: 1.5rem;
    }

    .header nav.elementor-nav-menu--dropdown ul li span.sub-arrow svg {
        fill: white;
    }

    .header nav.elementor-nav-menu--dropdown ul li a.highlighted {
        background: transparent;
    }

    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
    .elementor-nav-menu--dropdown .elementor-item.highlighted,
    .elementor-nav-menu--dropdown .elementor-item:focus,
    .elementor-nav-menu--dropdown .elementor-item:hover,
    .elementor-sub-item.elementor-item-active,
    .elementor-sub-item.highlighted,
    .elementor-sub-item:focus,
    .elementor-sub-item:hover {
        background-color: transparent !important;
    }

    /* 	New Mobile Menu Plugin  */
    .mobmenul-container {
        margin: 0 !important;
        float: right;
        right: 1.5rem;
        top: 1.6rem !important;
        height: auto !important;
    }

    .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel.show-panel {
        background: black;
    }

    .mobmenu-content li a {
        font-size: 1rem !important;
        font-family: 'Wix Madefor Display' !important;
        font-weight: 500 !important;
        color: white !important;
        padding-left: 0 !important;
    }

    ul#mobmenuleft {
        padding-left: 1rem;
    }

    .mobmenu-content #mobmenuleft .sub-menu {
        background: transparent !important;
    }

    ul#mobmenuleft i {
        font-size: 1rem;
        color: white;
    }

    .mobmenu-content li>.sub-menu li {
        padding-left: 0.8rem !important;
    }

    .mobmenu-content #mobmenuleft li:hover,
    .mobmenu-content #mobmenuright li:hover {
        background: transparent !important;
    }

    .mobmenu-content #mobmenuleft>li>a:hover {
        background: transparent !important;
    }

    .mob-cancel-button {
        font-size: 1.5rem !important;
        margin: 0 !important;
        color: white !important;
    }

    a.mobmenu-left-bt {
        right: 0.5rem !important;
        top: 0.5rem !important;
    }

    ul#mobmenuleft i::before {
        margin: 0;
    }

    .mobmenul-container>a>i::before {
        margin: 0;
    }

    .mob-menu-header-holder {
        width: fit-content !important;
    }

    .dialog-type-lightbox {
        z-index: 99999;
    }

    .dialog-widget-content.dialog-lightbox-widget-content.animated {
        width: 100% !important;
    }

    .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel {
        width: 100% !important;
    }

    .reelsWrapper .elementor-container .elementor-column {
        width: 100% !important;
    }

    .reelsWrapper .elementor-container {
        gap: 2rem;
    }

    .instaReels .e-hosted-video {
        height: 25rem;
    }
	
	.categoriesBanner {
    height: 15rem;
}
	
	.catBanner.categoriesBanner img {
        height: 15rem !important;
    }
}

/* Media Query For Ipad Devices  */
@media screen and (min-width: 601px) and (max-width: 1024px) {
    .container {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .sec-padded {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .header-top .col-2 {
        display: none;
    }

    .header-top {
        padding-bottom: 0;
    }

    .header-top .col-1 .elementor-widget-image {
        text-align: left;
    }

    .header-top .col-1 .elementor-widget-image {
        text-align: left;
    }

    .header-bottom {
        position: absolute !important;
        right: 0;
        width: 1.875rem !important;
    }

    .header-bottom .premium-nav-widget-container .premium-hamburger-toggle i {
        color: var(--color-white);
    }

    .header {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .header-bottom ul {
        display: flex !important;
        flex-direction: column !important;
        margin-left: 1rem;
    }

    .header-bottom ul li {
        padding: 0.5rem 0;
        width: fit-content !important;
    }

    .header-bottom ul li::before {
        display: none;
    }

    .header .fa-angle-down:before {
        width: 0.8rem;
    }

    .header .premium-nav-menu-item .premium-dropdown-icon {
        margin-top: 0.5rem !important;
    }

    .header .premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
        color: var(--color-white) !important;
        padding: 0;
    }

    .header .premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
        background-color: var(--color-black) !important;
    }

    .mobile-menu .premium-sub-menu {
        display: none !important;
    }

    .mobile-menu .premium-sub-menu.active {
        display: block !important;
    }

    .mobile-menu .fa-angle-right:before {
        content: "";
        filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(10deg) brightness(105%) contrast(104%);
        width: 0.8rem;
        display: block;
        height: 0.813rem;
        background-image: url(/wp-content/uploads/2024/10/accordion-arrow.webp);
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.4s ease-out;
    }

    .header-bottom ul li:hover a {
        color: var(--color-white) !important;
    }

    .header-bottom ul li:hover i::before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(10deg) brightness(105%) contrast(104%) !important;
    }

    .header-top .col-1 {
        width: 17rem !important;
    }

    .slider-content {
        width: 50rem !important;
        left: 3.5rem;
        bottom: 5.75rem;
    }

    h1 {
        font-size: 4rem !important;
        line-height: inherit !important;
    }

    .hero-slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: 0 !important;
    }

    .hero-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: 0 !important;
    }

    .hero-slider .elementor-container {
        min-height: 100% !important;
    }

    h3 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .showcase-content h2 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .global-button a {
        font-size: 1rem;
        list-style: inherit;
    }

    .showcase-content {
        left: 1rem;
        bottom: 1rem;
        width: 90% !important;
    }

    .about-sec .col-1,
    .about-sec .col-2 {
        width: 48% !important;
    }

    h2,
    .design-solution-sec .col-1 h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }

    .products-col {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .design-solution-sec .col-1 {
        width: 48% !important;
        margin-top: 0;
    }

    .design-solution-sec .col-2 {
        width: 48% !important;
    }

    .service-box {
        padding: 2rem 1.5rem;
    }

    .marquee {
        margin-top: 1.75rem;
    }

    .testimonials-wrapper {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
        margin-top: 1.75rem !important;
    }

    .footer-top .col-1 {
        width: 35% !important;
    }

    .footer-top .col-2 {
        width: 18% !important;
    }

    .footer-top .col-3 {
        width: 18% !important;
    }

    .footer-top .col-4 {
        width: 20% !important;
    }

    .footer-top,
    .footer-top h3 {
        padding-bottom: 1.5rem;
    }

    .footer-middle {
        padding: 2rem 0;
    }

    .footer-middle ul {
        padding-top: 1.5rem !important;
        gap: 1rem;
    }

    .footer-bottom {
        padding: 1rem;
    }

    .page-title {
        margin-top: 7.5rem;
    }

    .two-col-sec .col-1,
    .two-col-sec .col-2 {
        width: 48% !important;
    }

    .ceo-message .col-1 {
        width: 58% !important;
    }

    .ceo-message .col-2 {
        width: 38% !important;
    }

    .team-wrapper .team-box {
        width: 49% !important;
        height: 46rem;
    }

    .video-sec {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .video-sec .elementor-swiper-button.elementor-swiper-button-next {
        right: 0 !important;
        background: var(--arrow-hover);
    }

    .video-sec .elementor-swiper-button svg {
        fill: var(--color-white) !important;
    }

    .video-sec .elementor-swiper-button.elementor-swiper-button-prev {
        left: 0 !important;
        background: var(--arrow-hover);
    }

    .projects .wbel-pd-pcf-category-container {
        padding-bottom: 3rem;
        gap: 1rem;
    }

    .projects .wbel_pd_pcf_wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 1rem !important;
    }

    .projects .wbel_pd_pcf_wrapper .pd_pcf_item {
        height: 37.2rem;
    }

    .bottom-padded {
        padding-bottom: 5rem;
    }

    .page-title section #breadcrumbs a img {
        width: 1.5rem;
    }

    .map-sec .elementor-widget-google_maps iframe {
        height: 25rem;
    }

    .locations-sec>.elementor-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-container {
        margin: 0 3.25rem;
        margin-top: 2rem;
        padding: 2.75rem;
    }

    .quote-form .wrapper .row .col {
        width: 48%;
    }

    .contact-form-wrapper {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .product-details .product-description,
    .product-details .product-images {
        width: 48% !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        width: 100% !important;
        height: 100% !important;
    }

    ul.flex-direction-nav {
        top: 30%;
    }

    .product-details .woocommerce-product-gallery__trigger {
        bottom: 25rem !important;
    }

    .product-details .flex-control-thumbs li {
        width: 10rem !important;
    }

    .product-tabs {
        padding-top: 5rem;
    }

    .filters-col a.wpc-open-close-filters-button {
        margin-bottom: 0;
        border-radius: 1.5rem !important;
        padding: 0.5rem 1.5rem !important;
        font-family: var(--primary-font);
        color: var(--color-dark) !important;
    }

    .filters-col .gold {
        display: none;
    }

    .products-listing-col .products li {
        width: 100% !important;
    }

    .products-listing-col form::before {
        right: 0.25rem;
        top: 0.188rem;
    }

    .loadMoreProductsBtn {
        margin-top: 3rem;
    }

    .wpc-filters-widget-content {
        margin-top: 2rem;
    }

    .mobile-search {
        display: block;
    }

    .mobile-search {
        position: absolute !important;
        width: 2rem !important;
        height: 2rem !important;
        top: 50%;
        transform: translateY(-50%);
        right: 3.3rem;
        display: block;
    }

    .mobile-search svg {
        width: 100% !important;
        height: 100% !important;
        fill: var(--color-white) !important;
    }

    .search .site-main {
        padding-left: 3.25rem;
        padding-right: 3.25rem;
        margin-top: 6.739rem;
    }

    .search .page-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .filters-col .wpc-filter-content .wpc-opened i.wpc-toggle-children-list::after {
        right: -0.3rem;
    }

    .desktop-menu {
        display: none;
    }

    .reset-col .wpc-filter-chips-list {
        margin-top: 2rem;
    }

    .dialog-type-lightbox {
        z-index: 9999 !important;
    }

    .mobmenul-container {
        margin: 0;
        float: right;
        right: 3.25rem;
        top: 2.7rem !important;
    }

    .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel.show-panel {
        background: black;
    }

    .mobmenu-content li a {
        font-size: 1rem !important;
        font-family: 'Wix Madefor Display' !important;
        font-weight: 500 !important;
        color: white !important;
        padding-left: 0 !important;
    }

    ul#mobmenuleft {
        padding-left: 1rem;
    }

    .mobmenu-content #mobmenuleft .sub-menu {
        background: transparent !important;
    }

    ul#mobmenuleft i {
        font-size: 1rem;
        color: white;
    }

    .mobmenu-content li>.sub-menu li {
        padding-left: 0.8rem !important;
    }

    .mobmenu-content #mobmenuleft li:hover,
    .mobmenu-content #mobmenuright li:hover {
        background: transparent !important;
    }

    .mobmenu-content #mobmenuleft>li>a:hover {
        background: transparent !important;
    }

    .mob-cancel-button {
        font-size: 1.5rem !important;
        margin: 0 !important;
        color: white !important;
    }

    a.mobmenu-left-bt {
        right: 0.5rem !important;
        top: 0.5rem !important;
    }

    ul#mobmenuleft i::before {
        margin: 0;
    }

    .mobmenul-container>a>i::before {
        margin: 0;
    }

    .mob-menu-header-holder {
        width: fit-content !important;
    }

    body .mobile-search {
        top: -1.5rem;
        right: 4rem;
    }

    .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel {
        width: 30rem !important;
    }

    .reelsWrapper .elementor-container .elementor-column {
        width: 48% !important;
    }

    .reelsWrapper .elementor-container {
        row-gap: 3rem;
    }
}

/* Media Query for Smaller Laptop Devices  */
@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .page-title {
        margin-top: 11.1rem;
    }

    .header .premium-mega-content-container {
        top: 5.2rem !important;
    }

    .header {
        padding-bottom: 0rem !important;
    }
}

/* Media Query for Mobile Landscapes  */
@media screen and (min-width: 667px) and (max-width: 667px) {
    .products-col .swiper-backface-hidden .swiper-slide {
        width: 48.2% !important;
    }

    .products-slider-row .swiper-wrapper .swiper-slide {
        width: 25.8% !important;
    }
}

@media screen and (min-width: 736px) and (max-width: 736px) {
    .products-col .swiper-backface-hidden .swiper-slide {
        width: 48.2% !important;
    }

    .products-slider-row .swiper-wrapper .swiper-slide {
        width: 27% !important;
    }
}



@media screen and (min-width: 280px) and (max-width:600px) {
    .footer-bottom .dd .elementor-widget-wrap .elementor-element {
        text-align: center !important;
        margin-top: 2rem;
    }


    body .footer-bottom .elementor-widget-wrap {
        justify-content: center;
    }
}



@media screen and (min-width: 280px) and (max-width:600px) {
    .subCatGrid ul.products.elementor-grid.columns-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .subCatGrid img {
        height: 20rem !important;
    }

    .subCatGrid h2 {
        font-size: 1.5rem !important;
        line-height: inherit !important;
        padding: 1rem 0 !important;
    }

    .catBanner img {
        height: 10rem;
    }

    .catBanner .page-heading {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: center !important;
    }

    .catBanner {
        margin-top: 2rem;
    }

    .catBanner p {
        font-size: 2rem !important;
        line-height: 2rem !important;
    }

    .subCatGrid h1 {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 601px) and (max-width:1024px) {
    .subCatGrid ul.products.elementor-grid.columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .catBanner {
        margin-top: 3rem;
    }
}


/* Customize CSS during SEO  */
.catBanner section {
    position: relative;
    top: auto;
}

.catBanner.variant section{
    position: absolute;

	top:45%;
}

.brandsGrid .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 1.25rem;
}

.brandsGrid .elementor-widget-wrap figure {
    width: 100% !important;
    margin: 0 !important;
}

.brandsGrid .elementor-widget-wrap figure a {
    height: 100%;
    display: block;
}

.brandsGrid .elementor-widget-wrap h2.elementor-image-box-title {
    margin: 0;
}

.brandsGrid .elementor-widget-wrap h2.elementor-image-box-title a {
    width: 100%;
    height: 100%;
    display: block;
}

.brandsGrid .elementor-widget-wrap figure a img {
    margin-bottom: -0.4rem !important;
}

@media screen and (min-width: 280px) and (max-width:600px){
	.brandsGrid .elementor-widget-wrap {
    grid-template-columns: repeat(1,1fr);
}
	.catBanner .product-page-breadcrumbs {width: 100% !important;padding: 0 20px;margin-top: 15px;}

.product-page-breadcrumbs #breadcrumbs>span {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
}

@media screen and (min-width: 601px) and (max-width:1024px){
		.brandsGrid .elementor-widget-wrap {
    grid-template-columns: repeat(2,1fr);
}
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_brand {
    display: none;
}

.product-brand-wrapper {
    display: flex;
    align-items: center;
    border: 0.063rem solid var(--border-color-2);
    border-radius: 1.25rem;
    border-bottom: none;
		border-radius: 0;
}

.product-brand-wrapper .brand-label {
    text-align: left;
    font-weight: 700;
    font-family: var(--primary-font);
    font-size: 1.125rem;
    line-height: 1.688rem;
    border: none;
    width: 13.188rem;
    padding: 1.25rem;
    padding-right: 0;
}
.product-brand-wrapper .brand-names a {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    color: var(--color-black) !important;
    font-family: var(--primary-font) !important;
    margin: 0 !important;
    text-decoration: underline;
}

.product-description .elementor-widget-woocommerce-product-additional-information {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-details .woocommerce-product-gallery__trigger{
	display:none;
}

.product-categories-mata .sku_wrapper.detail-container, .product-categories-mata .posted_in {
    display: none;
}

.product-categories-mata .posted_in.detail-container {
    align-items: center;
}

.product-categories-mata .product_meta {
    display: flex;
    align-items: flex-start;
    border: 0.063rem solid var(--border-color-2);
    border-radius: 1.25rem;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: center;
}

.product-categories-mata .detail-label {
    text-align: left;
    font-weight: 700;
    font-family: var(--primary-font);
    font-size: 1.125rem;
    line-height: 1.688rem;
    border: none;
    width: 13.188rem;
    padding: 1.25rem;
    padding-right: 0;
	  min-width: 13.188rem !important;
}

.product-categories-mata .detail-content a {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
    color: var(--color-black) !important;
    font-family: var(--primary-font) !important;
    margin: 0 !important;
    text-decoration: underline;
}
.product-categories-mata  .detail-content, .product-brand-wrapper .brand-names, body.woocommerce .product-description td p {
    padding: 1.25rem !important;
    padding-left: 0 !important;
}


.brandsGrid figure img{
	width:100%;
}

.sku_wrapper.detail-container {
    display: flex !important;
    width: 100%;
    border-bottom: 0.063rem solid var(--border-color-2);
    background: hsla(0, 0%, 50.2%, .0705882353);
    align-items: center;
}

.productPrice{
	display:none;
}

.variations {
    margin: 0 !important;
}

.variations tbody tr {
    border: 0.063rem solid var(--border-color-2);
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem;
    display: flex;
    align-items: center;
}

.woocommerce-variation-add-to-cart {
    display: none !important;
}

.woocommerce-variation-availability {
    display: none;
}

.woocommerce-variation-price{
	display:none;
}

a.reset_variations {
    display: none !important;
}

.product-description table tbody>tr:nth-child(odd)>td, .product-description table tbody>tr:nth-child(odd)>th {
    background: transparent;
}

.product-brand-wrapper {
    background: hsla(0, 0%, 50.2%, .0705882353);
}

.products-listing-col .products li:hover .button {
    transition: all 0.4s ease-out;
    transform: translate(-50%, -11.8rem);
}

.variation-function-added {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    top: 50%;
}

.variation-function-added tbody tr:nth-child(1) {
    display: none;
}

.variation-function-added tbody tr {
    justify-content: center;
    border: none;
}

.variation-function-added table {
    width: 70%;
    margin: 0 auto !important;
    background: var(--btn-bg);
    border-radius: 1.25rem;
    opacity: 0;
    transition: all 0.4s ease-out;
    pointer-events: none;
    visibility: hidden;
}

.elementor-products-grid ul.products.elementor-grid li.product:hover .variation-function-added table {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

ul.flex-direction-nav {
    top: 30%;
}

@media screen and (min-width: 280px) and (max-width:1024px){
	.variation-function-added table{
		opacity:1;
		pointer-events:all;
		visibility:visible;
	}
}