/* =========================================
   GLOBAL RESET & HIDE ELEMENTS
========================================= */
h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
p:not(:last-child) {
    margin-bottom: 10px;
}
a {
    text-decoration: none !important;
}
.text-center {
    text-align: center;
}
.text-white {
    color: #ffffff !important;
}
.woocommerce-js h2 {
    margin-bottom: 0em;
}

#ast-mobile-popup-wrapper,
.ast-header-navigation-arrow,
.elementor-sub-item .ast-icon.icon-arrow {
    display: none;
}


/* =========================================
   HEADER SEARCH
========================================= */
.elementor-location-header 
.hfe-search-button-wrapper.hfe-input-focus 
.hfe-search-form__input {
    border: 1px solid #fea63d !important;
    z-index: 2;
}

.elementor-location-header .hfe-search-icon-toggle i {
    z-index: 3;
    padding: 0;
}

.elementor-location-header .elementor-icon-wrapper {
    display: flex;
}


/* =========================================
   CUSTOM DIVIDER
========================================= */
.custom-divider {
    height: 100%;
}

.custom-divider .vertical-line {
    height: 100%;
    width: 1px;
    background-color: var(--e-global-color-9398969);
    display: block;
    z-index: 1;
}


/* =========================================
   MARQUEE
========================================= */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee-content > div {
    display: inline-block;
}

.marquee-content span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding-right: 50px;
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* =========================================
   FOOTER
========================================= */
.main-footer {
    background: linear-gradient(180deg, #2A5A5A 50%, #000000 232.65%);
}

.social-media-icons .e-fab-youtube { fill: red !important; }
.social-media-icons .e-fab-linkedin-in { fill: #36d0f3 !important; }
.social-media-icons .e-fab-pinterest { fill: pink !important; }
.social-media-icons .e-fab-x-twitter { fill: darkorange !important; }
.social-media-icons .e-fab-tiktok { fill: deeppink !important; }

.copyright-footer {
    background: linear-gradient(180deg, #2A5A5A 50%, #000000 232.65%);
}


/* =========================================
   TESTIMONIALS
========================================= */
.elementor-testimonial__icon.elementor-icon.elementor-icon- {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.81px;
    height: 48.81px;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

.elementor-testimonial .elementor-star-rating {
    padding-left: 10px;
}

.elementor-widget-reviews .elementor-swiper-button {
    width: 64.47px;
    height: 64.47px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

.elementor-widget-reviews .elementor-testimonial__content {
    height: 300px;
    overflow: auto;
}

.elementor-widget-reviews .elementor-swiper-button-prev {
    left: 0px !important;
}

.elementor-widget-reviews .elementor-swiper-button-next {
    right: 0px !important;
}


/* =========================================
   BEST SELLING PRODUCTS
========================================= */
.home-best-selling-products .swiper-wrapper > div {
    padding: 10px 10px 30px 10px;
}

body 
.home-best-selling-products 
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27.78px !important;
    background: var(--dots-normal-color) !important;
    border-radius: 5px;
}

.home-best-selling-products .swiper-pagination-bullet {
    background: var(--e-global-color-primary) !important;
    opacity: 1 !important;
}


/* =========================================
   CREDIBILITY BAR
========================================= */
.home-credibility-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.cred-usp-block {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    gap: 10.4px;
    align-items: center;
}

.cred-usp-block img {
    width: 100%;
    max-width: 46.48px;
    display: block;
}

.cred-usp-block h3 {
    font-size: 19px;
    line-height: 23px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.cred-usp-block:hover {
    transform: translateY(-5px);
}

.cred-usp-popup {
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #282B35;
    padding: 12px 15px;
    border-radius: 8px;
    width: 250px;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
}

.cred-usp-popup::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 999;
}

.cred-usp-block:hover .cred-usp-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.cred-popup-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #282B35 !important;
}

.cred-text-mobile {
    display: none;
}

.cred-text-desktop {
    display: inline;
}


/* =========================================
   CREDIBILITY RESPONSIVE
========================================= */
@media (max-width: 768px) {
    .home-credibility-container {
        flex-direction: column;
        gap: 25px;
    }

    .cred-usp-block {
        max-width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .cred-usp-popup {
        width: 80%;
        bottom: 105%;
        display: none;
    }

    .cred-text-desktop {
        display: none;
    }

    .cred-text-mobile {
        display: inline;
        color: #fff;
    }
}

@media (hover: none) {
    .cred-usp-block:hover .cred-usp-popup {
        opacity: 0;
        visibility: hidden;
    }

    .cred-usp-block.active .cred-usp-popup {
        opacity: 1;
        visibility: visible;
    }
}


/* =========================================
   CATEGORY SLIDER SPACING
========================================= */
.woocommerce-category-slider .slick-slide {
    margin: 0 10px;
}

.woocommerce-category-slider .slick-list {
    margin: 0 -10px;
}


/* =========================================
   CATEGORY OVERLAY
========================================= */

.category-box-inner {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.category-content {
    position: absolute;
    inset: 0;
    text-align: center;
    background: linear-gradient(
        174.33deg,
        rgba(42, 90, 90, 0.89) 49.15%,
        rgba(0, 0, 0, 0.89) 95.48%
    );
    border-radius: 7px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 20px;
    margin: 20px 17px;
}

.category-content h3 {
    color: #fff;
}

.category-box:hover .category-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.category-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    display: block;
}

.category-thumbnail h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    border-radius: 6px;
    z-index: 5;
    text-align: center;
    white-space: nowrap;
}

.category-content-inner {
    text-align: center;
}

.category-cta-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.category-cta-buttons .elementor-button:hover {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}


/* =========================================
   CATEGORY MOBILE FIX
========================================= */
@media (max-width: 768px) {
    .category-content {
        /*position: relative;*/
        opacity: 1;
        visibility: visible;
        /*background: #000;*/
        transform: none;
    }
}


/* =========================================
   CATEGORY SLIDER ARROWS
========================================= */
.woocommerce-category-slider-wrap {
    position: relative;
}

.woocommerce-category-slider-wrap .slider-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 64.47px;
    height: 64.47px;
    border-radius: 50%;
    background: #fff;
    border: none;
    color: #FEA63D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    cursor: pointer;
}

.woocommerce-category-slider-wrap 
.slider-nav button[class*="slider-prev"] {
    left: 255px;
}

.woocommerce-category-slider-wrap 
.slider-nav button[class*="slider-next"] {
    right: 255px;
}

.woocommerce-category-slider-wrap .slider-nav button:hover {
    background: #000;
    color: #fff;
}


/* =========================================
   SLIDER MOBILE FIX
========================================= */
@media (max-width: 768px) {
    .woocommerce-category-slider-wrap .slider-nav button {
        width: 38px;
        height: 38px;
        font-size: 18px;
        padding: 0;
    }

    .woocommerce-category-slider-wrap 
    .slider-nav button[class*="slider-prev"] {
        left: -10px;
    }

    .woocommerce-category-slider-wrap 
    .slider-nav button[class*="slider-next"] {
        right: -10px;
    }

    .elementor-widget-reviews .elementor-swiper-button-prev {
        left: 0px !important;
    }

    .elementor-widget-reviews .elementor-swiper-button-next {
        right: 0px !important;
    }
}


/* =========================================
   ABOUT US PAGE
========================================= */
.about-we-promise .elementor-widget-icon-box {
    height: 100%;
}

/* ==============================
   Pricing Table Wrapper
================================ */
.wimba-table {
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
}

/* ==============================
   Main Table Styling
================================ */
.table-dimension {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #214f4b;
    border-radius: 10px;
    overflow: hidden;
    font-family: inherit;
}

/* ==============================
   Header Row
================================ */
.table-dimension thead,
.table-dimension tr:first-child {
    background: #000000 !important;
}

.table-dimension th {
    color: #fff;
    padding: 14px 18px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

/* First empty header cell */
.table-dimension th:first-child {
    text-align: left;
}

/* ==============================
   Body Rows
================================ */
.table-dimension td {
    padding: 14px 18px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/* Feature Name Column */
.table-dimension td.package {
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

/* Row Colors (Alternating like screenshot) */
.table-dimension tr:nth-child(even) {
    background: #244B4B;
}
.table-dimension tr:nth-child(odd) {
    background: #2A7070;
}

/* ==============================
   Check / Cross Styling
================================ */
.table-dimension img.emoji {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.table-dimension td:contains("X") {
    color: #ff5f5f;
    font-weight: 700;
}

/* ==============================
   Price Styling
================================ */
.table-dimension tr:last-child td {
    font-weight: 700;
    letter-spacing: 1px;
}

/* ==============================
   Rounded Corners
================================ */
.table-dimension tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.table-dimension tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.table-dimension tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.table-dimension tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* ==============================
   ✅ Mobile Responsive Layout
================================ */
@media (max-width: 768px) {

    .table-dimension {
        min-width: 650px;
    }

    .table-dimension th,
    .table-dimension td {
        font-size: 14px;
        padding: 12px 10px;
    }

    .table-dimension td.package {
        font-size: 14px;
    }

}

/* ==============================
   ✅ Extra Small Screens
================================ */
@media (max-width: 480px) {

    .table-dimension th,
    .table-dimension td {
        font-size: 13px;
        padding: 10px 8px;
    }

}

.hire-category-section .elementor-flip-box__front {
    justify-content: right;
    display: flex;
}

.hire-category-section .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    width: 55%;
    background: linear-gradient(174.22deg, rgba(42, 90, 90, 0.67) 30.68%, #000000 112.67%);
}

.hire-category-section .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    background: linear-gradient(174.22deg, rgba(42, 90, 90, 0.67) 30.68%, #000000 112.67%);
}

.hire-faqs .elementor-accordion-item {
    border-radius: 7px;
    overflow: hidden;
    border-bottom: 0.33px solid #2A5A5A !important;
}

.hire-faqs .elementor-accordion-item:not(:last-child) {
    margin-bottom: 10px;
}


.hire-faqs .elementor-tab-title.elementor-active {
    background: #2A5A5A;
}
/*--------< Divider >-------------*/

.hire-gallery-style .elementor-widget-container{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.hire-gallery-style .elementor-gallery__titles-container{
    width: 300px;
    background: #2A5A5A;
    flex-direction: column; 
    gap: 10px;
    border-radius: 7px;
        overflow: hidden;
}

.hire-gallery-style .elementor-gallery__container{
    width: calc(100% - 300px);
}

.hire-gallery-style .elementor-gallery__titles-container .elementor-gallery-title {
    text-align: center;
    margin-inline-end: 0px;
    padding: 15px 10px;
    background: #2A7070;
}

.hire-gallery-style .elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active {
    background-color: var(--e-global-color-secondary);
    color: #fff;
}

@media (max-width: 480px) { 
    .hire-gallery-style .elementor-widget-container{
        display: block !important;
    }

    .hire-gallery-style .elementor-gallery__titles-container{
        width: 100%;
    }

    .hire-gallery-style .elementor-gallery__container{
        width: 100%;
    }
}

.advice-center-faqs .elementor-button:hover {
	color: var(--e-global-color-secondary) !important;
	border-color: var(--e-global-color-secondary) !important;
}

/* ----------------------------------------------------
   GENERAL WRAPPER
---------------------------------------------------- */
.wimba-calculator-shortcode {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: inherit;
}

/* ----------------------------------------------------
   STEP BAR
---------------------------------------------------- */
.wimba-progress-bar {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
    border-radius: 7px 7px 0px 0px;
    background: var(--e-global-color-primary);
}

.wimba-progress {
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(100% + 1px);
    background: var(--e-global-color-secondary);
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease;
}

.wimba-progress-bar .wimba-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 600;
    color: #fff;
}

.wimba-progress-bar .wimba-step.active {
    color: #fff;
}

.wimba-progress-bar .wimba-step.active::before {
    background: #c49b00;
}

/* ----------------------------------------------------
   STEP CONTENT
---------------------------------------------------- */
.wimba-step-content {
    display: none;
}

.wimba-step-content.active {
    display: block;
}

.wimba-step-content h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 0px;
}
.wimba-step-content h4 {
    margin-bottom: 10px;
}

.wimba-step-content h3 + p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
}

.wimba-step-one-fields {
    display: flex;
    gap: 20px;              
    width: 100%;           
}

.wimba-step-one-fields > * {
    flex: 1;               
}

.wimba-step-content p {
    color: #000;
    margin-bottom: 10px;
}
/* ----------------------------------------------------
   FORM FIELDS
---------------------------------------------------- */
.wimba-field {
    margin-bottom: 20px;
}

.wimba-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.8);
}

.wimba-field input,
.wimba-field select {
    color: #000 !important;
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #2A5A5A;
    border-radius: 5px;
}

/* ----------------------------------------------------
   TABLE STYLING
---------------------------------------------------- */
.wimba-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

#wimba-calculator-form .wimba-table th {
    background: #f9f9f9;
    color: #000;
    font-size: 16px;
    padding: 8px 8px;
    font-weight: 500;
    text-align: left;
}

#wimba-calculator-form .wimba-table td {
    padding: 8px 8px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

/* Scroll wrapper for mobile */
.form-table-scroll {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#wimba-calculator-form .table-dimen .regular-price {
    color: #aaa;
    text-decoration: line-through;
}

.save-text-pp {
    background: red;
    padding: 4px 10px;
    border-radius: 16px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
    display: inline-block;
}

#wimba-calculator-form  .structure-qty,
#wimba-calculator-form .accessories-qty {
    padding: 0;
    width: 50px;
}

.wimba-contact-field .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;            /* fields ke beech spacing */
    width: 100%;
}

/* All inputs become 50% width minus gap */
.wimba-contact-field .row > * {
    flex: 0 0 calc(50% - 20px);
}

.wimba-contact-field .wimba-field {
    margin-bottom: 0 !important;
}
/* ----------------------------------------------------
   BUTTONS
---------------------------------------------------- */
.wimba-next,
.wimba-back,
.wimba-submit {
    background: #c49b00;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
}

.wimba-back {
    background: #000;
    margin-right: 10px;
}

.wimba-next:hover,
.wimba-submit:hover {
    background: #b28a00;
}

.wimba-back:hover {
    background: #333;
}

/* ----------------------------------------------------
   REVIEW STEP TABLE
---------------------------------------------------- */
.booking-form-mobile-table table {
    width: 100%;
    border-collapse: collapse;
}

.booking-form-mobile-table th,
.booking-form-mobile-table td {
    padding: 10px;
}

/* ----------------------------------------------------
   RESPONSIVE
---------------------------------------------------- */
@media (max-width: 768px) {
    .wimba-progress-bar {
        flex-direction: column;
        gap: 8px;
    }

    .wimba-progress {
        display: none; /* mobile clean layout */
    }

    .wimba-next,
    .wimba-back,
    .wimba-submit {
        width: 100%;
        text-align: center;
    }
}

.special-offer-box {
    padding: 60px 10px;
    text-align: center;
}
/* ----------------------------------------------------
   REVIEW STEP TABLE
---------------------------------------------------- */
#features-and-benefits-section {
    padding: 30px 0 60px 0;
}
#features-and-benefits-section p:not(.feature-description){
    text-align: center;
    color: #000;
    margin-top: 50px;
}

.features-and-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.features-and-benefits .feature-header {
    margin-bottom: 15px;
    gap: 15px;
    text-align: center;
}

.features-and-benefits .feature-icon-image {
    width: 48px;     /* Apne according size set karo */
    height: 48px;
    object-fit: contain; /* Image distort na ho */
    flex-shrink: 0;
}

.features-and-benefits .feature-title {
    margin: 0;
}

.features-and-benefits .feature-description {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

/* Tablet: 2 columns */
@media (min-width: 768px) {
    .features-and-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Desktop: 3 columns */
@media (min-width: 1024px) {
    .features-and-benefits {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}
/* ----------------------------------------------------
   specifications & comparison
---------------------------------------------------- */
.wimba-specification-section {
    padding: 60px 0;
}
.wimba-specification-section .table-dimension th:first-child {
    text-align: center !important;
}
.key-differences-list,
.guarantee-list {
    list-style-type: none;
    padding-left: 0;
}
.key-differences-list li:not(:last-child),
.guarantee-list li:not(:last-child) {
    margin-bottom: 10px;
}
.key-differences-list li,
.guarantee-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.specification-heading, 
.specification-table-heading,
.key-differences-heading {
    margin-bottom: 15px !important;
}
.specification-table-heading {
    margin-top: 20px;
}
.key-differences-list {
    margin-bottom: 50px;
}

/* ===============================
   PRICE GUARANTEE SECTION
   =============================== */

.wimba-price-guarantee {
    padding: 60px 0;
}

.price-guarantee-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

/* IMAGE */
.price-guarantee-image img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    object-fit: cover;
}

/* CONTENT CARD */
.price-guarantee-content {
    margin-left: -80px;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 4px 83px rgba(0, 0, 0, 0.13);
    border-radius: 7px;
}

/* HEADINGS */
.guarantee-heading {
    margin-bottom: 10px !important;
}

.guarantee-description {
    color: #000;
    margin-bottom: 10px !important;
}

.guarantee-list-headline {
    color: #000;
}

.guarantee-list li {
    color: #000;
    align-items: flex-start !important;
}

/* CTA */
.guarantee-cta {
    margin-top: 20px;
    color: #000;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 991px) {
    .price-guarantee-wrap {
        grid-template-columns: 1fr;
    }

    .price-guarantee-content {
        padding: 30px;
    }

    .guarantee-heading {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .wimba-price-guarantee {
        padding: 50px 0;
    }

    .guarantee-heading {
        font-size: 24px;
    }

    .guarantee-list-item {
        font-size: 14px;
    }
}
/* ================================
   PRODUCT GRID (NO BOOTSTRAP)
================================ */

#best-selling-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
}

/* Tablet */
@media (max-width: 1024px) {
    #best-selling-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    #best-selling-products {
        grid-template-columns: 1fr;
    }
}

/* ================================
   PRODUCT CARD
================================ */

.news-block {
    width: 100%;
}

.news-block .inner-box {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-block .inner-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* ================================
   IMAGE
================================ */

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

/* ================================
   CONTENT
================================ */

.product-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-content .text {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
}

/* ================================
   PRICE
================================ */

.product-content .price {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.product-content .price del {
    color: #9ca3af;
    margin-right: 6px;
    font-weight: 500;
}

/* ================================
   RATINGS
================================ */

.product-ratings {
    margin-bottom: 12px;
}

/* ================================
   BUY BUTTON
================================ */

.best-selling-buy-now {
    margin-top: auto;
    margin-top: 20px;
}

.best-selling-buy-now .btn {
    display: inline-block;
    text-align: center;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.best-selling-buy-now .btn:hover {
    color: #fff;
    background: var(--e-global-color-secondary);
}

.sale-badge {
    background: red;
    padding: 4px 10px;
    border-radius: 16px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
}

/* QUICK VIEW HOVER */
.image-box {
    position: relative;
}

.quick-view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 10px 16px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9;
}

.news-block:hover .quick-view-btn {
    opacity: 1;
    visibility: visible;
}

/* QUICK VIEW MODAL */
#quick-view-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.qv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7);
}

.qv-content {
    position: relative;
    background: #fff;
    max-width: 900px;
    margin: 80px auto;
    padding: 30px;
    z-index: 2;
}

/* COMPARE */
.compare-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.list-items-strong ul li strong,
.list-items-strong ul li b,
.list-items-strong .elementor-icon-box-description b{
	color: var(--e-global-color-primary);
}


/* Updated Filter Panel Styling - Tooltips Above Handles & Improved Positioning */

#category-archive-filter-products .product-filters {
    padding-top: 70px;

}

#category-archive-filter-products .filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* Price Slider Container */
#category-archive-filter-products .price-filter {
    flex: 1 1 100%;
    min-width: 300px;
    position: relative;
    margin-bottom: 20px;
}

#category-archive-filter-products .filter-item.price-filter {
    width: 100%;
    max-width: 100%;
}

#category-archive-filter-products #price-slider {
    width: 100%;
    position: relative;
    border: 0;
    background: #004d40;
    height: 6px;
}

#category-archive-filter-products #price-slider .ui-slider-range {
    background: #ff8c00; /* Orange */
    border-radius: 3px;
    height: 6px;
}

#category-archive-filter-products #price-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #ff8c00;
    border-radius: 50%;
    top: -7px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    outline: none;
}

/* Price Tooltips - Positioned Absolutely Above Handles */
#category-archive-filter-products .price-tooltips {
      position: relative;
    width: 100%;
    height: 0;
}

#category-archive-filter-products .price-tooltip {
     position: absolute;
    top: -60px;
    transform: translateX(-50%);
    background: #1f1f1f;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
}

#category-archive-filter-products .price-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1f1f1f;
}

#category-archive-filter-products .filter-item select {
    height: 48px;
    padding: 0 40px 0 16px;
    border: 1px solid #1D3B33;
    border-radius: 12px;
    background: white;
    font-size: 16px;
    font-weight: 600;
    color: #1D3B33;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    min-width: 180px;
    flex: 1 1 180px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Buttons */
#category-archive-filter-products .apply-filters {
    background: #004d40;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px; /* Pill-shaped */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

#category-archive-filter-products .apply-filters:hover {
    background: #00332a;
}

#category-archive-filter-products .clear-filters {
    background: #6c757d;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

#category-archive-filter-products .clear-filters:hover {
    background: #5a6268;
}

/* Mobile Toggle Button */
#category-archive-filter-products .filter-toggle {
    background: #004d40;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #category-archive-filter-products .filter-toggle {
        display: none;
    }
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    #category-archive-filter-products .filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    #category-archive-filter-products .filter-item {
        width: 100%;
    }

    #category-archive-filter-products .filter-item select {
        width: 100%;
    }

    #category-archive-filter-products .price-filter {
        order: -1;
    }

    #category-archive-filter-products .filter-item:last-child {
        display: flex;
        gap: 12px;
        margin-top: 10px;
    }

    #category-archive-filter-products .apply-filters,
    #category-archive-filter-products .clear-filters {
        flex: 1;
        margin: 0;
        border-radius: 30px;
    }
}

@media (min-width: 992px) {
    #category-archive-filter-products .filter-row {
        align-items: flex-end;
        gap: 10px;
    }

    #category-archive-filter-products .price-filter {
        flex: 1 1 auto;
        max-width: none;
    }

    #category-archive-filter-products .filter-item select {
        min-width: 200px;
    }

    #category-archive-filter-products .filter-item:last-child {
        margin-left: auto;
        align-self: flex-end;
        width: 100%;
        display: flex;
        gap: 20px;
    }
}

/* Focus Styles */
#category-archive-filter-products select:focus,
#category-archive-filter-products .apply-filters:focus,
#category-archive-filter-products .clear-filters:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 77, 64, 0.3);
}

.save-badge {
    display: flex;
    align-items: end;
    justify-content: end;
} 

.save-badge-btn {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 13px;
    color: #FFFFFF;
    background: #D31414;
    border-radius: 3px;
}

#products-container.loading { opacity: 0.6; position: relative; }
.ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333;
    background: rgba(255,255,255,0.8);
    padding: 20px 40px;
    border-radius: 8px;
    z-index: 10;
}
.pagination-wrapper ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination-wrapper a, .pagination-wrapper span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
}
.pagination-wrapper .current { background: #0073aa; color: white; }

.single-job .elementor-location-single strong {
    color: var(--e-global-color-primary);
}
.single-job .elementor-location-single ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.single-job .elementor-location-single ul li {
    list-style-type: none;
    position: relative;
    padding-left: 31px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.single-job .elementor-location-single ul li:last-child {
    margin-bottom: 0;
}

.single-job .elementor-location-single ul li::before {
    content: "";
    background-image: url("https://thewimbaway.stagingweb.net/wp-content/uploads/2026/01/Vector.webp");
    height: 21px;
    width: 21px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 3px;
}

@media (max-width: 768px) { 
	.home-credibility-container {
    	align-items: center;
	}
}

.category-gallery-wrapper {
    margin: 60px 0;
}

.category-gallery-title {
    font-size: 28px;
    margin-bottom: 20px !important;
    text-align: center;
}

/* ===== Desktop ===== */
.category-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ===== Tablet ===== */
@media (max-width: 1024px) {
    .category-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
    .category-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 0;
}