/* ===== Mobile Slider Fix ===== */
@media (max-width: 767px) {
    section.slider-area {
        display: block !important;
        width: 100% !important;
    }
    /* تحديد ارتفاع الـ container */
    .tp-slide-item {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        min-height: 280px !important;
    }
}

/* ===== Category Banner Images Fix ===== */
.exclusiveitem__thumb,
.exclusivearea__thumb {
    overflow: hidden !important;
    height: 600px !important;
}
.exclusiveitem__thumb img,
.exclusivearea__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
}
@media (max-width: 767px) {
    .exclusiveitem__thumb,
    .exclusivearea__thumb {
        height: 350px !important;
    }
}

/* ===== Exclusive Banner Section - Enhanced Design ===== */

/* Wrapper: rounded corners + shadow */
.exclusive-area .exclusiveitem {
  overflow: hidden;
  border-radius: 14px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15) !important;
  display: block;
}

/* Uniform height for both banners */
.exclusive-area .exclusiveitem__thumb {
  height: 400px !important;
  overflow: hidden !important;
  position: relative !important;
  background: linear-gradient(135deg, #1b2a4a 0%, #2d4270 100%) !important;
}

/* Chairs image: cover + top-center crop to focus on person */
.col-lg-8 .exclusiveitem__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 15% !important;
  transition: transform 0.5s ease !important;
  mix-blend-mode: normal !important;
}

/* CEO VIP Desk image: cover + center crop */
.col-lg-4 .exclusiveitem__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform 0.5s ease !important;
}

/* Zoom on hover */
.exclusive-area .exclusiveitem:hover .exclusiveitem__thumb img {
  transform: scale(1.06) !important;
}

/* Dark gradient overlay on bottom */
.exclusive-area .exclusiveitem__thumb::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(10,20,40,0.72) 0%, rgba(10,20,40,0.18) 55%, transparent 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Text content sits above overlay */
.exclusive-area .tpexclusive__content {
  position: absolute !important;
  bottom: 28px !important;
  left: 28px !important;
  z-index: 2 !important;
}

/* Title styling */
.exclusive-area .tpexclusive__title {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6) !important;
  margin-bottom: 0 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .exclusive-area .exclusiveitem__thumb {
    height: 240px !important;
  }
  .exclusive-area .tpexclusive__title {
    font-size: 22px !important;
  }
}

/* ===== CEO VIP Desk banner (right col - uses exclusivearea classes) ===== */

.exclusive-area .exclusivearea {
  overflow: hidden;
  border-radius: 14px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15) !important;
  display: block;
}

.exclusive-area .exclusivearea__thumb {
  height: 400px !important;
  overflow: hidden !important;
  position: relative !important;
}

.exclusive-area .exclusivearea__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform 0.5s ease !important;
}

.exclusive-area .exclusivearea:hover .exclusivearea__thumb img {
  transform: scale(1.06) !important;
}

/* Dark gradient overlay */
.exclusive-area .exclusivearea__thumb::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(10,20,40,0.72) 0%, rgba(10,20,40,0.18) 55%, transparent 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Text over CEO VIP Desk */
.exclusive-area .tpexclusive__contentarea {
  position: absolute !important;
  bottom: 28px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  text-align: center !important;
}

/* Also ensure left Chairs banner equal height for row alignment */
.exclusive-area .row {
  align-items: stretch !important;
}

.exclusive-area .col-lg-8,
.exclusive-area .col-lg-4 {
  display: flex !important;
  flex-direction: column !important;
}

.exclusive-area .col-lg-8 > a,
.exclusive-area .col-lg-4 > a {
  flex: 1 !important;
}

.exclusive-area .col-lg-8 .exclusiveitem__thumb,
.exclusive-area .col-lg-4 .exclusivearea__thumb {
  height: 400px !important;
}

@media (max-width: 768px) {
  .exclusive-area .exclusivearea__thumb {
    height: 240px !important;
  }
}

/* ===== Fix Chairs PNG white background ===== */

/* Give the chairs thumb a dark gradient background */
.exclusive-area .col-lg-8 .exclusiveitem__thumb {
  background: linear-gradient(135deg, #1a2744 0%, #2c3e6b 60%, #1a2744 100%) !important;
}

/* Blend white away from PNG — multiply removes white, keeps subject */
.exclusive-area .col-lg-8 .exclusiveitem__thumb img {
  mix-blend-mode: multiply !important;
  object-position: center 10% !important;
}

/* Also add a subtle top-fade so it blends into the background nicely */
.exclusive-area .col-lg-8 .exclusiveitem__thumb::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 40% !important;
  background: linear-gradient(to bottom, rgba(26,39,68,0.35) 0%, transparent 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* ===== OVERRIDE: Chairs banner - refined light premium style ===== */

/* Remove mix-blend-mode, use a clean warm gray background */
.exclusive-area .col-lg-8 .exclusiveitem__thumb {
  background: linear-gradient(160deg, #f0f2f5 0%, #e4e8ed 100%) !important;
}

.exclusive-area .col-lg-8 .exclusiveitem__thumb img {
  mix-blend-mode: normal !important;
  object-fit: cover !important;
  object-position: center 12% !important;
  width: 100% !important;
  height: 100% !important;
}

/* Vignette on all 4 sides to hide raw white edges and blend image into bg */
.exclusive-area .col-lg-8 .exclusiveitem__thumb::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(to right,  rgba(232,236,241,0.80) 0%, transparent 22%),
    linear-gradient(to left,   rgba(232,236,241,0.80) 0%, transparent 22%),
    linear-gradient(to bottom, rgba(232,236,241,0.60) 0%, transparent 20%),
    linear-gradient(to top,    rgba(10,20,50,0.65)    0%, transparent 45%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* ===== OVERRIDE: Chairs banner - light clean background ===== */

.exclusive-area .col-lg-8 .exclusiveitem__thumb {
  background: linear-gradient(160deg, #f8f9fb 0%, #edf0f4 100%) !important;
}

.exclusive-area .col-lg-8 .exclusiveitem__thumb img {
  mix-blend-mode: normal !important;
  object-fit: cover !important;
  object-position: center 12% !important;
}

.exclusive-area .col-lg-8 .exclusiveitem__thumb::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(to right, rgba(237,240,244,0.70) 0%, transparent 20%),
    linear-gradient(to left, rgba(237,240,244,0.70) 0%, transparent 20%),
    linear-gradient(to bottom, rgba(237,240,244,0.55) 0%, transparent 18%),
    linear-gradient(to top, rgba(20,20,30,0.55) 0%, transparent 42%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.exclusive-area .col-lg-8 .exclusiveitem__thumb::after {
  background: linear-gradient(to top, rgba(15,20,35,0.55) 0%, rgba(15,20,35,0.10) 50%, transparent 100%) !important;
}

/* ===== Remove shadow/vignette line from model face ===== */

/* Clear the ::before overlay entirely — was causing the face shadow */
.exclusive-area .col-lg-8 .exclusiveitem__thumb::before {
  display: none !important;
}

/* Keep only a gentle bottom fade for the Chairs text */
.exclusive-area .col-lg-8 .exclusiveitem__thumb::after {
  background: linear-gradient(to top, rgba(10,12,20,0.60) 0%, rgba(10,12,20,0.08) 38%, transparent 100%) !important;
}

/* ===== Hide breadcrumb banner on homepage ===== */
.breadcrumb__area {
  display: none !important;
}

/* ===== Remove gap between the two category rows ===== */
.exclusive-area {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Add consistent spacing only after the last exclusive-area */
.exclusive-area + .exclusive-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Small gap between row 1 and row 2 */
.exclusive-area .row {
  margin-bottom: 0 !important;
}

/* Ensure consistent bottom margin on all banner items */
.exclusive-area .exclusiveitem,
.exclusive-area .exclusivearea {
  margin-bottom: 20px !important;
}

/* Add space below the second row before services section */
.exclusive-area:last-of-type {
  margin-bottom: 30px !important;
}

/* ===== Row 2: Make Workstation + Reception + MDF Desk equal 3 columns ===== */

/* The 2nd exclusive-area: override col widths to 3 equal columns */
.exclusive-area:nth-of-type(2) .col-lg-8,
.exclusive-area:nth-of-type(2) .col-lg-4 {
  width: 33.333% !important;
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
}

/* The 3rd item (no col class) — also give it 33% */
.exclusive-area:nth-of-type(2) .row > *:not([class*="col-"]) {
  width: 33.333% !important;
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Reduce height slightly for the 3-column row */
.exclusive-area:nth-of-type(2) .exclusiveitem__thumb,
.exclusive-area:nth-of-type(2) .exclusivearea__thumb {
  height: 280px !important;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .exclusive-area:nth-of-type(2) .col-lg-8,
  .exclusive-area:nth-of-type(2) .col-lg-4,
  .exclusive-area:nth-of-type(2) .row > *:not([class*="col-"]) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* ===== Fix Row 2 image sizes - uniform height for all 3 banners ===== */

/* Constrain the image container for Reception Desk (no thumb class) */
.exclusive-area:nth-of-type(2) .banner-animation > div:first-child {
  height: 300px !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 14px !important;
}
.exclusive-area:nth-of-type(2) .banner-animation > div:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}
.exclusive-area:nth-of-type(2) .banner-animation:hover > div:first-child img {
  transform: scale(1.06) !important;
}
/* Gradient overlay on Reception Desk */
.exclusive-area:nth-of-type(2) .banner-animation > div:first-child::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(10,20,40,0.72) 0%, rgba(10,20,40,0.18) 55%, transparent 100%) !important;
  z-index: 1 !important;
}
/* Title positioning for Reception Desk */
.exclusive-area:nth-of-type(2) .banner-animation > div:last-child {
  position: absolute !important;
  bottom: 28px !important;
  left: 28px !important;
  z-index: 2 !important;
}
.exclusive-area:nth-of-type(2) .banner-animation > div:last-child .tpexclusive__title {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6) !important;
  margin-bottom: 0 !important;
}
/* Sync Row 2 thumb heights to 300px */
.exclusive-area:nth-of-type(2) .exclusiveitem__thumb,
.exclusive-area:nth-of-type(2) .exclusivearea__thumb {
  height: 300px !important;
}
/* Outer wrapper styling for Reception Desk */
.exclusive-area:nth-of-type(2) .row > div:not([class*="col"]) {
  overflow: visible !important;
}
.exclusive-area:nth-of-type(2) .banner-animation {
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15) !important;
  display: block !important;
}

/* ===== HOMEPAGE BLOG SECTION ===== */
.hp-blog-section {
  background: #f4f6f8;
  padding: 65px 0 70px;
  margin-top: 0;
}
.hp-blog-head {
  text-align: center;
  margin-bottom: 40px;
}
.hp-blog-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 !important;
}
.hp-blog-title span {
  color: #d33 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.hp-blog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.hp-blog-card {
  background: #fff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 22px rgba(0,0,0,0.09) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
}
.hp-blog-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 35px rgba(0,0,0,0.14) !important;
}
.hp-blog-card > div:first-child {
  overflow: hidden !important;
  height: 220px !important;
  flex-shrink: 0 !important;
}
.hp-blog-card > div:first-child a,
.hp-blog-card > div:first-child img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}
.hp-blog-card:hover > div:first-child img {
  transform: scale(1.06) !important;
}
.hp-blog-card > div:last-child {
  padding: 24px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.hp-blog-card header {
  margin-bottom: 0 !important;
}
.hp-blog-card h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin-bottom: 10px !important;
  color: #1a1a2e !important;
}
.hp-blog-card h3 a {
  color: #1a1a2e !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.hp-blog-card h3 a:hover { color: #d33 !important; }
.hp-blog-card header > div {
  font-size: 12px !important;
  color: #999 !important;
  margin-bottom: 14px !important;
}
.hp-blog-card header > div span { margin-right: 8px !important; }
.hp-blog-card > div:last-child > div {
  flex: 1 !important;
}
.hp-blog-card > div:last-child > div p {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.hp-blog-pag {
  text-align: center !important;
  margin-top: 35px !important;
}
@media (max-width: 991px) {
  .hp-blog-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 575px) {
  .hp-blog-grid { grid-template-columns: 1fr !important; }
}