.scheme_default .sc_item_subtitle {
    color: #ce0909 !important;
}


.scheme_default .trx_addons_scroll_to_top, .scheme_default .trx_addons_cv .trx_addons_scroll_to_top:hover {
    display: none !important;
}

.scheme_dark.vc_section, .scheme_dark.wpb_row, .scheme_dark.wpb_column > .vc_column-inner > .wpb_wrapper, .scheme_dark.wpb_text_column {
    display: none !important;
}

.posted_in {
    display: none !important;
}

.woocommerce .quantity .qty {
    width: 10.631em !important;
    text-align: center;
}


.woocommerce button.button, .woocommerce input.button {
    line-height: 3 !important;
    
}

.woocommerce a.added_to_cart {
    display: none !important;
}

.comments_wrap {
    clear: both;
    display: none !important;
}

.top_panel {
    margin-bottom: 3.95rem !important;
}


.woocommerce ul#shipping_method .shipping-method__option input[type="radio"]:checked + .shipping-method__option-label::before {
    margin-top: 10.5px !important;
}

div.woocommerce form .form-row.woocommerce-validated:not([class*="woocommerce-invalid"]) .select2-selection::after {
    top: 15px !important;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[type="radio"]:first-child:checked + label::before {
    margin-top: 10.5px !important;
}


.wpgmp-map-1 .wpgmp_infowindow .fc-item-content.fc-item-body-text-color.fc-space-bottom {
    font-weight: 600 !important;
}


.wpgmp-map-1 .fc-item-content.fc-item-body-text-color {
    font-weight: 600 !important;

}

.woocommerce span.onsale{
display:none !important;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {

  font-family: "Montserrat",sans-serif !important;
}


.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {

 font-family: "Montserrat",sans-serif !important;
 
}


.wa__popup_content_list .wa__popup_content_item .wa__member_name {

  font-family: "Montserrat",sans-serif !important;
}


.wa__popup_chat_box .wa__popup_notice {

  font-family: "Montserrat",sans-serif !important;
}


.zaks-offer-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 60px 20px;
    text-align: center;
    display: flex;
    align-items: center;
}

.offer-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.offer-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d10000, #ff4444);
}

.welcome-title {
    color: #1a202c;
    font-size: clamp(20px, 5vw, 32px);
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    line-height: 1.3;
    word-break: keep-all;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    overflow-wrap: normal;
}

.intro-text {
    font-size: clamp(16px, 4vw, 18px);
    color: #4a5568;
    margin: 24px 0;
    line-height: 1.6;
    font-weight: 400;
    word-break: keep-all;
    hyphens: none;
}

.intro-text strong {
    color: #2d3748;
    font-weight: 600;
    white-space: nowrap;
}

.offer-highlight {
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border: 2px solid #feb2b2;
    border-radius: 16px;
    padding: 32px 24px;
    margin: 32px 0;
    position: relative;
}

.offer-text {
    font-size: clamp(18px, 4vw, 26px);
    color: #2d3748;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    word-break: keep-all;
    hyphens: none;
}

.price {
    color: #d10000;
    font-weight: 700;
    font-size: 1.2em;
    text-shadow: 0 1px 2px rgba(209, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.dirham-icon {
    width: 24px;
    height: 21px;
    color: #d10000;
    vertical-align: middle;
    flex-shrink: 0;
}

.divider {
    margin: 40px auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    width: 60%;
    border-radius: 1px;
}

.terms-text {
    margin-top: 32px;
    font-size: clamp(12px, 3vw, 14px);
    color: #718096;
    line-height: 1.5;
    font-weight: 400;
}

.cta-button {
    display: inline-block;
    margin-top: 32px;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: clamp(14px, 3.5vw, 16px);
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(26, 32, 44, 0.15);
    position: relative;
    overflow: hidden;
    word-break: keep-all;
    hyphens: none;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 32, 44, 0.2);
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .zaks-offer-section {
        padding: 40px 16px;
    }
    
    .offer-container {
        padding: 32px 20px;
        border-radius: 16px;
    }
    
    .offer-highlight {
        padding: 24px 16px;
        margin: 24px 0;
    }
    
    .cta-button {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .welcome-title {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .offer-container {
        padding: 24px 16px;
    }
    
    .welcome-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .intro-text {
        font-size: 15px;
    }
    
    .offer-text {
        font-size: 18px;
    }
    
    .terms-text {
        font-size: 12px;
    }
    
    .cta-button {
        padding: 12px 16px;
        font-size: 13px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .welcome-title {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .offer-text {
        font-size: 16px;
    }
    
    .dirham-icon {
        width: 20px;
        height: 18px;
    }
}


.appointment-button {
  display: inline-block !important;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 16px !important;
  margin-top: 12px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 3px 8px rgba(26, 32, 44, 0.15) !important;
  position: relative !important;
  overflow: hidden !important;
  border: none !important;
  cursor: pointer !important;
  text-align: center !important;
  white-space: nowrap !important;
  max-width: 180px !important;
  width: 100% !important;
}

.appointment-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.appointment-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(26, 32, 44, 0.2);
    text-decoration: none;
    color: #ffffff;
}

.appointment-button:hover::before {
    left: 100%;
}

.appointment-button:active {
    transform: translateY(0);
}

.appointment-button:focus {
    outline: 2px solid #d10000;
    outline-offset: 2px;
}

/* Icon styling if you want to add an icon */
.appointment-button .icon {
    margin-right: 6px;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .appointment-button {
        padding: 9px 14px;
        font-size: 13px;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .appointment-button {
        padding: 8px 12px;
        font-size: 12px;
        margin-top: 12px;
        max-width: 160px;
    }
}

.appointment-button-red {
    background: linear-gradient(135deg, #d10000 0%, #ff4444 100%);
    box-shadow: 0 4px 12px rgba(209, 0, 0, 0.15);
}

.appointment-button-red:hover {
    box-shadow: 0 8px 20px rgba(209, 0, 0, 0.2);
}

