.elementor-367 .elementor-element.elementor-element-2f7fea7{margin-top:0px;margin-bottom:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-406f335 *//* =========================
   SEWDESK HERO FINAL CSS
========================= */

.books-hero-new {
    position: relative;
    padding: 90px 40px;
    border-radius: 16px;
    overflow: hidden;

    /* PREMIUM GRADIENT */
    background: linear-gradient(120deg, #8a2c85, #c5904e, #a05a8f);

    /* DEPTH SHADOW */
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* LIGHT GLOW OVERLAY */
.books-hero-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.2), transparent);
}

/* CONTAINER CENTERED */
.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ================= TEXT ================= */

.hero-text {
    max-width: 520px;
    color: #fff;

    /* GLASS EFFECT */
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 12px;
}

.hero-text h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #f3f3f3;
}

/* ================= BUTTONS ================= */

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

/* GOLD PRIMARY */
.btn.primary {
    background: #C5904E;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(197,144,78,0.4);
}

.btn.primary:hover {
    background: #b37d3f;
}

/* OUTLINE BUTTON */
.btn.secondary {
    border: 1px solid #fff;
    color: #fff;
}

.btn.secondary:hover {
    background: rgba(255,255,255,0.15);
}

/* ================= IMAGE ================= */

.hero-image img {
    width: 420px;
    border-radius: 14px;

    /* PREMIUM SHADOW */
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);

    /* FLOAT EFFECT */
    transform: translateY(-25px);
    transition: 0.4s;
}

/* HOVER ZOOM */
.hero-image img:hover {
    transform: translateY(-25px) scale(1.05);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        padding: 20px;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 14px;
    }

    .hero-image img {
        width: 100%;
        max-width: 350px;
        transform: none;
    }

    .hero-buttons {
        justify-content: center;
    }
}

/* ================= EXTRA FIX ================= */

/* REMOVE SIDE SCROLL */
body {
    overflow-x: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf33fb4 */.explore-link-wrap {
  text-align: center;
  margin-top: 35px; /* pehle 20-25 tha, isko increase karo */
}
/* =========================================
   SEWING BOOKS PAGE - SECTION SPACING
   ========================================= */

/* Remove unnecessary vertical gaps between
   the main Elementor containers */
.elementor-page .e-con {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* Keep a controlled internal spacing */
.elementor-page .e-con > .e-con-inner {
    box-sizing: border-box;
}


/* Prevent empty/min-height containers
   from creating huge blank spaces */
.elementor-page .e-con {
    min-height: auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3034cd *//* SECTION */
.book-section {
  padding: 40px 20px;
}

/* TITLE */
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* DESCRIPTION */
.section-desc {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #555;
}

/* GRID */
.book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.book-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.book-card:hover {
  transform: translateY(-5px);
}

/* IMAGE FIX */
.book-card img {
  width: 100%;
  height: 260px;
  object-fit: cover; /* 👈 ye important hai */
  border-radius: 8px;
}

/* TITLE */
.book-card h3 {
  font-size: 16px;
  margin: 10px 0;
}

/* BUTTON */
.book-card a {
  display: inline-block;
  background: #c48a3a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

.book-card a:hover {
  background: #a06d2c;
}

/* CTA LINK */
.explore-link-wrap {
  text-align: center;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.explore-link-wrap a {
  color: #c48a3a;
  font-weight: 600;
  text-decoration: none;
}

.explore-link-wrap a:hover {
  color: #a06d2c;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .book-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a8a4cc *//* =========================
   SEWDESK BRAND COLORS
========================= */
:root {
  --primary: #996594;
  --gold: #C5904E;
  --dark: #535353;
}

/* SECTION */
.category-section {
  margin: 90px 0;
  padding: 20px;
  text-align: center;
}

/* TITLE */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--dark);
}

.section-desc {
  font-size: 15px;
  color: #777;
  max-width: 700px;
  margin: 10px auto 40px;
}

/* GRID */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.category-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  box-shadow: 0 12px 35px rgba(0,0,0,0.07);
  position: relative;
  overflow: hidden;
}

/* PREMIUM TOP BORDER EFFECT */
.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, var(--primary), var(--gold));
}

/* HOVER */
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* ICON */
.category-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(153, 101, 148, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon i {
  font-size: 28px;
  color: var(--primary);
}

/* TITLE */
.category-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--dark);
}

/* BUTTON */
.category-card a {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, var(--gold), #b57f3d);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* BUTTON HOVER */
.category-card a:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 25px rgba(197,144,78,0.5);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .category-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9401f3e *//* FAQ SECTION */
.faq {
  margin: 90px 0;
  max-width: 800px;
}

/* TITLE */
.faq-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #535353;
}

/* ITEM */
.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 10px;
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #535353;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

/* HOVER */
.faq-question:hover {
  color: #996594;
}

/* PLUS ICON */
.faq-question span {
  font-size: 20px;
  color: #C5904E;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
}

.faq-answer p {
  padding: 10px 0 20px;
  color: #777;
  font-size: 14px;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}/* End custom CSS */