.elementor-2455 .elementor-element.elementor-element-8404861{--display:flex;}.elementor-2455 .elementor-element.elementor-element-8404861.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2455 .elementor-element.elementor-element-6f4291d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2455 .elementor-element.elementor-element-eb1fc37{--display:flex;}.elementor-2455 .elementor-element.elementor-element-c2cd844{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2455 .elementor-element.elementor-element-c2cd844.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2455 .elementor-element.elementor-element-12df799{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2455 .elementor-element.elementor-element-12df799.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2455 .elementor-element.elementor-element-087f89d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2455 .elementor-element.elementor-element-ad92020{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2455 .elementor-element.elementor-element-e154251 img{border-radius:20px 20px 20px 20px;}.elementor-2455 .elementor-element.elementor-element-0bf5735{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2455 .elementor-element.elementor-element-b8a516f img{border-radius:20px 20px 20px 20px;}.elementor-2455 .elementor-element.elementor-element-4799ffc{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2455 .elementor-element.elementor-element-4799ffc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2455 .elementor-element.elementor-element-22dab97 img{width:100%;max-width:100%;border-radius:20px 20px 20px 20px;}.elementor-2455 .elementor-element.elementor-element-30250ad img{width:100%;border-radius:20px 20px 20px 20px;}.elementor-2455 .elementor-element.elementor-element-bbac0f0{--display:flex;}.elementor-2455 .elementor-element.elementor-element-6c4d385{--display:flex;}.elementor-2455 .elementor-element.elementor-element-0f8b8a6{--display:flex;}.elementor-2455 .elementor-element.elementor-element-7e505f9{--display:flex;}@media(max-width:767px){.elementor-2455 .elementor-element.elementor-element-8404861{--width:500px;--min-height:0px;}.elementor-2455 .elementor-element.elementor-element-12df799{--min-height:0px;}.elementor-2455 .elementor-element.elementor-element-12df799.e-con{--align-self:center;}.elementor-2455 .elementor-element.elementor-element-ad92020{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}}@media(min-width:768px){.elementor-2455 .elementor-element.elementor-element-8404861{--width:100%;}.elementor-2455 .elementor-element.elementor-element-12df799{--width:86%;}.elementor-2455 .elementor-element.elementor-element-087f89d{--content-width:1474px;}.elementor-2455 .elementor-element.elementor-element-ad92020{--width:64%;}.elementor-2455 .elementor-element.elementor-element-0bf5735{--width:29%;}.elementor-2455 .elementor-element.elementor-element-4799ffc{--width:34%;}}

@import url('https://fonts.cdnfonts.com/css/ica-rubrik-black');
@import url('https://fonts.cdnfonts.com/css/poppins');

/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 60vh;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;

  /* 🧩 Background: Grid + Texture */
  background-color: #D2D2D2;
  background-image:
    url('https://www.transparenttextures.com/patterns/pw-maze-white.png'),
    repeating-linear-gradient(to right, transparent 0 100px, #25283b22 100px 101px),
    repeating-linear-gradient(to bottom, transparent 0 100px, #25283b22 100px 101px);
  background-size: auto, auto, auto;
  position: relative;
}

/* ================= GRID OVERLAY (Optional) ================= */
body::before {
  content: '';
  position: absolute;
  width: min(1400px, 90vw);
  height: 50%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
  z-index: 0;
}

/* ================= BANNER CONTAINER ================= */
.wp-banner {
  width: 100%;
  height:60vh;
  position: relative;
  overflow: visible;
}

/* ================= ROTATING SLIDER ================= */
.wp-banner .slider {
  border-radius: 30px;
  position: absolute;
  top: 60%;
  left: 51%;
  width: 200px;
  height: 250px;
  transform: perspective(1000px) translate(-50%, -50%) rotateX(-16deg);
  transform-style: preserve-3d;
  animation: autoRun 20s linear infinite;
  z-index: 2;
}

/* Pause on hover/tap */
.wp-banner .slider:hover,
.wp-banner .slider:active {
  animation-play-state: paused;
}

/* Slider items */
.wp-banner .slider .item {
  position: absolute;
  inset: 0;
  transform: rotateY(calc((var(--position) - 1) * (360deg / var(--quantity)))) translateZ(550px);
}

.wp-banner .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

/* ================= ROTATION ANIMATION ================= */
@keyframes autoRun {
  from {
    transform: perspective(1600px) translate(-50%, -50%) rotateX(-1deg) rotateY(0deg);
  }
  to {
    transform: perspective(1600px) translate(-50%, -50%) rotateX(-1deg) rotateY(360deg);
  }
}

/* ================= TEXT CONTENT ================= */
.wp-banner .content {
  position: absolute;
  top: calc(50% + 160px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1400px, 100%);
  text-align: center;
  z-index: 1;
  padding: 0 20px;
}

.wp-banner .content h1 {
  font-family: 'ICA Rubrik', sans-serif;
  font-size: 12em;
  color: #25283B;
  line-height: 1em;
  position: relative;
}

.wp-banner .content h1::after {
  content: attr(data-content);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 2px #d2d2d2;
  z-index: 2;
}

/* ================= AUTHOR LINE ================= */
.wp-banner .author {
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  line-height: 1.5em;
  color: #25283B;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* ================= BOTTOM MODEL IMAGE ================= */
.wp-banner .model {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48vh;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  z-index: 0;
}

/* ================= RESPONSIVE BREAKPOINTS ================= */

/* ⬇ Medium Screens */
@media (max-width: 1116px) {
  .wp-banner {
    height: 70vh;
  }

  .wp-banner .slider {
    top: 28%;
    left: 50%;
    width: 160px;
    height: 200px;
  }

  .wp-banner .slider .item {
    transform: rotateY(calc((var(--position) - 1) * (360deg / var(--quantity)))) translateZ(300px);
  }

  .wp-banner .content h1 {
    font-size: 7em;
    text-shadow: 0 10px 20px #000;
  }

  .wp-banner .author {
    color: #fff;
    text-shadow: 0 10px 20px #000;
  }

  .wp-banner .model {
    bottom: 120px;
    height: 20vh;
    background-size: auto 130%;
  }
}

/* ⬇ Tablets */
@media (max-width: 1023px) {
  .wp-banner {
    height: 70vh;
  }

  .wp-banner .slider {
    width: 160px;
    height: 200px;
  }

  .wp-banner .slider .item {
    transform: rotateY(calc((var(--position) - 1) * (360deg / var(--quantity)))) translateZ(300px);
  }

  .wp-banner .content h1 {
    font-size: 7em;
  }

  .wp-banner .model {
    bottom: 120px;
    height: 22vh;
    background-size: auto 130%;
  }
}

/* ⬇ Mobile Devices */
@media (max-width: 767px) {
  .wp-banner {
    height: 25vh;
  }

  .wp-banner .slider {
    top: 50%;
    left: 51%;
    width: 100px;
    height: 150px;
  }

  .wp-banner .slider .item {
    transform: rotateY(calc((var(--position) - 1) * (360deg / var(--quantity)))) translateZ(180px);
  }

  .wp-banner .content h1 {
    font-size: 5em;
  }

  .wp-banner .model {
    bottom: 120px;
    height: 16vh;
    background-size: auto 100%;
  }


  }
}










@media (max-width: 767px) {
  .your-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }

  .your-section-wrapper > div {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .your-section-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  /* If you're using a grid layout, override it */
  .your-section-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}
.category-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin: 30px 0 15px;
}

.category-heading .section-title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  font-family: 'Poppins', sans-serif;
}

.category-heading .section-title strong {
  font-weight: 700;
}

.category-heading .section-title span {
  text-decoration: underline;
  text-decoration-color: red;
}

.category-heading .view-all {
  font-size: 14px;
  font-weight: 600;
  color: #1a73e8;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
}

.category-heading .view-all span {
  font-size: 16px;
  display: inline-block;
  transform: translateY(1px);
}

/* --- PRODUCT CARD WRAPPER --- */
.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px; /* Arched top */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px 15px 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

/* --- HOVER EFFECT ON CARD --- */
.woocommerce ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* --- ARCHED PRODUCT IMAGE --- */
.woocommerce ul.products li.product img {
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
  aspect-ratio: 1/1.2;
  width: 100%;
  max-width: 230px;
  margin: 0 auto 15px;
  display: block;
  background: #f4f9fc;
  transition: transform 0.3s ease;
}

/* --- SLIGHT SCALE IMAGE ON HOVER --- */
.woocommerce ul.products li.product:hover img {
  transform: scale(1.05);
}

/* --- PRODUCT TITLE --- */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #1c1c1c;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

/* --- STAR RATING --- */
.woocommerce ul.products li.product .star-rating {
  margin: 5px auto;
  display: inline-block !important;
  float: none;
}

/* --- PRICING --- */
.woocommerce ul.products li.product .price {
  margin: 5px 0 10px;
  font-weight: 500;
  font-size: 15px;
  display: block;
}

/* --- ADD TO CART BUTTON --- */
.woocommerce ul.products li.product .add_to_cart_button {
  display: inline-block !important;
  background-color: #0c1224;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 22px;
  border-radius: 10px;
  border: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
  background-color: #1a2c56;
  color: #fff;
}

/* --- REMOVE DEFAULT UNDERLINE/STYLING --- */
.woocommerce ul.products li.product .button {
  text-decoration: none !important;
  box-shadow: none !important;
}
/* === RESPONSIVE GRID FOR 2 PRODUCTS PER ROW ON MOBILE === */
@media (max-width: 768px) {
  .woocommerce ul.products {
    
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
  }

  .woocommerce ul.products li.product {
    height:380px;
    width: calc(50% - 10px) !important;
    margin: 0 0 20px 0 !important;
    float: none !important;
    clear: none !important;

    /* Force same card look as desktop */
    height:370px;
    background: #fff !important;
    border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 20px 15px 25px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    text-align: center;
  }

  .woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }

  .woocommerce ul.products li.product img {
    height:430px;
    border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    aspect-ratio: 1/1.2;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 15px;
    display: block;
    background: #f4f9fc;
    transition: transform 0.3s ease;
  }

  .woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
  }
}



.blog-carousel-wrapper {
  position: relative;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}

.blog-carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 40px;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.blog-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.blog-card {
  flex: 0 0 auto;
  width: 450px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-card img {
  width: 100%;
  height: 220px; /* Increased image height */
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.blog-content {
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  min-height: 60px; /* Reduced overall content height */
}

.blog-date {
  font-size: 13px;
  color: #888;
}

.blog-title {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.3;
}

.read-more {
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 8px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  transition: all 0.3s ease;
}

.read-more:hover {
  background-color: #000;
  color: #fff;
}

/* Scroll Buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.scroll-btn:hover {
  opacity: 1;
}

.scroll-btn.left {
  left: 10px;
}

.scroll-btn.right {
  right: 10px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .blog-carousel-wrapper {
    padding: 0 12px;
    overflow: hidden;
  }

  .blog-carousel {
    padding: 10px 0;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .blog-carousel::-webkit-scrollbar {
    display: none;
  }

  .blog-card {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 85vw;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }

  .blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .blog-content {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .blog-date {
    font-size: 12px;
    color: #999;
  }

  .blog-title {
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 1.3;
  }

  .read-more {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 50px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #000;
    gap: 5px;
    transition: 0.3s;
    width: fit-content;
  }

  .read-more:hover {
    background-color: #000;
    color: #fff;
  }

  .scroll-btn {
    display: none; /* Hide buttons on real mobile view */
  }
}
