/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Style for ult_ready_package_card_devices Shortcode - by Samir 2026-5-11 */
.package-devices-list {
    list-style: none;
    padding: 0;
    margin: 0;
    direction: rtl;
    text-align: right;
}

.package-devices-list li {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    gap: 8px;
    /*padding: 6px 0;*/
    font-size: 12px;
    color: #444;
    margin: 0;
    /*border-bottom: 1px solid #f0f0f0;*/
}

.package-devices-list .device-check {
    color: #2e7d32;
    font-weight: bold;
    font-size: 7px;
    border: 1px solid #2e7d32;
    border-radius: 50px;
    width: 13px;
    height: 13px;
    text-align: center;
}

/* Ready Package Solar Single Page Style */
.troi-section {
    direction: rtl;
    font-family: inherit;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(110, 231, 183, 0.6); /* emerald-200/60 */
    background: linear-gradient(135deg, #ecfdf5 0%, rgba(236,253,245,0.6) 50%, #fffbeb 100%);
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 4px 16px rgba(0,0,0,0.04);
    margin: 24px 0;
}
@media (min-width: 768px) {
    .troi-section { padding: 32px; }
}

/* Header */
.troi-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.troi-icon-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #059669; /* emerald-600 */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(5,150,105,0.35);
}
.troi-header-text {
    flex: 1;
}
.troi-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #047857; /* emerald-700 */
}
.troi-headline {
    margin: 4px 0 0;
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 800;
    line-height: 1.55;
    color: #111;
}
.troi-em {
    color: #047857;
}

/* Stats */
.troi-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .troi-stats { grid-template-columns: repeat(4, 1fr); }
}

.troi-stat {
    border-radius: 16px;
    border: 1px solid;
    padding: 12px 16px;
}
.troi-stat--default {
    border-color: #d1fae5; /* emerald-100 */
    background: rgba(255,255,255,0.7);
}
.troi-stat--featured {
    border-color: #6ee7b7; /* emerald-300 */
    background: #fff;
    box-shadow: 0 1px 4px rgba(5,150,105,0.1);
}

.troi-stat-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #047857;
}
.troi-stat-label svg {
    flex-shrink: 0;
}

.troi-stat-value {
    margin-top: 4px;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 800;
    color: #111;
}
.troi-stat-value--green {
    color: #047857;
}

.tdev-section {
    direction: rtl;
    font-family: inherit;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 4px 16px rgba(0,0,0,0.04);
    margin: 24px 0;
}
@media (min-width: 768px) {
    .tdev-section { padding: 32px; }
}

/* ── Header ── */
.tdev-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tdev-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin: 0;
}
.tdev-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Grid ── */
.tdev-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
}
@media (min-width: 480px) {
    .tdev-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
    .tdev-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Item ── */
.tdev-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 10px 12px;
    font-size: 14px;
}
.tdev-item-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tdev-item-name {
    color: rgba(17,17,17,0.9);
    font-size: 14px;
    line-height: 1.4;
}

/* ── Section ── */
.tsum-section {
    direction: rtl;
    font-family: inherit;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 4px 16px rgba(0,0,0,0.04);
    margin: 24px 0;
}
@media (min-width: 768px) {
    .tsum-section { padding: 32px; }
}

/* ── Header ── */
.tsum-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tsum-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin: 0;
}
.tsum-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Grid ── */
.tsum-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
}
@media (min-width: 768px) {
    .tsum-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Item ── */
.tsum-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 16px;
}
.tsum-item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tsum-item-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.tsum-item-title {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
}
.tsum-item-subtitle {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

/* ============================================================
   Update the wiget for the mini cart
   Made By : Wagdy - 23/8/2026
============================================================ */

.widget_shopping_cart {
    padding:10px;
}

.mini_cart_item{
    margin-bottom: 10px !important;
}
/* ============================================================
   Maged Style Updates
   Made By : Samir - 11/6/2026
============================================================ */
/* design omits the count bubble */
.whb-general-header .wd-cart-number.wd-tools-count { 
    display: none; 
}

 /* solar — raise */
.elementor-element-b7a1084 { 
    margin-block-start: -24px; 
}  
 /* materials — lower */
.elementor-element-be86750 { 
    margin-block-start: 64px; 
}   

/* green quote-mark badge */
.testimonial .testimonial-inner { 
    position: relative; 
}
.testimonial .testimonial-inner::before {
  content: "\201D";                 /* ” */
  position: absolute; 
  inset-block-start: -10px; 
  inset-inline-start: 16px;
  width: 40px; 
  height: 40px; 
  line-height: 44px; 
  text-align: center;
  background: #0f766e; 
  color: #fff; 
  border-radius: 50%;
  font: 700 26px/44px Georgia, serif;
}
/* divider above the author + name/role split */
.testimonial .testimonial-content footer {
  border-block-start: 1px solid #e5e7eb; 
  padding-block-start: 12px; 
  margin-block-start: 12px;
}
.testimonial .testimonial-content footer .author-name { 
    font-weight: 700; 
    display: block; 
}
.testimonial .testimonial-content footer .author-role { 
    color: #6b7280; 
    font-size: .85em; 
}
/* hide carousel dots to match the design (or keep — confirm with design) */
.wd-carousel-wrap + .wd-nav-pagination, .testimonials .owl-dots { 
    display: none; 
}
/* CTA design */
.elementor-element-9b950f0 { position: relative; overflow: hidden; }
.elementor-element-9b950f0::after {
  content: ""; position: absolute; inset-block: 0; inset-inline-start: -40px; width: 320px;
  background: radial-gradient(circle at 0 50%, rgba(255,255,255,.18) 0 38%, transparent 39%),
              repeating-conic-gradient(from 0deg at 0 50%, rgba(255,255,255,.12) 0 6deg, transparent 6deg 18deg);
  pointer-events: none;
}

.testimon-style-boxed .testimonial-inner{
    border-radius: 35px !important;
}

.res-addon-card__edit-btn{
    border-radius: 35px !important;
}

.res-addon-floor-btn{
    border-radius: 30px;
    font-size: 14px;
    padding: 8px 25px;
    min-height: auto;
    min-width: auto;
    height: fit-content;
}

.res-addon-floor-btn--active{
    background-color: oklch(56% .1 165) !important;
    color: oklch(99% 0 0) !important;
}

.res-pricing-cta__btn{
    border-radius: 35px;
}


/* Style For "اختر حزمتك بضغطة زر" Slider - by Samir 2026-8-23 */
#home-tamm-ready-packages .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
#home-tamm-ready-packages .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: black;
    border: 1px solid black;
    padding: 5px;
    border-radius: 20px;
}

#tamm-ready-package-details-button a {
	text-decoration: underline;
    padding: 5px;
}