.elementor-2523 .elementor-element.elementor-element-5c2c940 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-2523 .elementor-element.elementor-element-5c2c940{margin-top:0px;margin-bottom:-20px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2523 .elementor-element.elementor-element-34e99ee img{width:100%;height:350px;object-fit:cover;object-position:center center;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-2523 .elementor-element.elementor-element-d38117c{margin:-170px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--e-icon-list-icon-size:15px;}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-icon i{color:#FFF8E1;transition:color 0.3s;}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-icon svg{fill:#FFF8E1;transition:fill 0.3s;}.elementor-2523 .elementor-element.elementor-element-d38117c .elementor-icon-list-text{color:#FFF8E1;transition:color 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2523 .elementor-element.elementor-element-67f0bd1{margin:-230px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-2523 .elementor-element.elementor-element-67f0bd1 .elementor-heading-title{font-size:45px;font-weight:700;color:#FFF8E1;}/* Start custom CSS for html, class: .elementor-element-e35d6e5 *//* ===========================================
   Numerology Blog Design (Refined & Elegant)
   Background remains same (#FFF9C4)
=========================================== */

body {
  background: #FFF9C4 !important;
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: #4E342E;
  line-height: 1.8;
}

/* Main Wrapper */
.num-blog-wrapper {
  background: linear-gradient(150deg, #ffe8c7 0%, #ffd6d6 100%);
  padding: 60px 25px;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  margin: 60px auto;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
}

/* Subtle decorative overlay */
.num-blog-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 70%);
  pointer-events: none;
}

/* Container */
.num-blog-container {
  position: relative;
  z-index: 1;
  color: #4a2c2a;
}

/* Title */
.num-blog-title {
  text-align: center;
  color: #b71c1c;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  animation: fadeSlide 1s ease;
}

/* Intro Paragraph */
.num-intro {
  font-size: 22px;
  text-align: center;
  color: #6d1b1b;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Paragraphs */
.num-blog-container p {
  font-size: 20px;
  margin-bottom: 18px;
}

/* Highlight Box (Features) */
.num-highlight-box {
  background: linear-gradient(135deg, #fbd4df 0%, #fde8e8 100%);
  border-left: 8px solid #c2185b;
  border-radius: 16px;
  padding: 30px 35px;
  margin: 45px 0;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.num-highlight-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.15);
}
.num-highlight-box h3 {
  color: #ad1457;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* List */
.num-highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.num-highlight-box li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 19px;
  color: #4a2c2a;
}

/* Quote Box (Why choose) */
.num-quote-box {
  background: linear-gradient(135deg, #fff4ce 0%, #ffecb5 100%);
  padding: 30px 35px;
  border-left: 8px solid #fbc02d;
  border-radius: 16px;
  margin: 40px 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.num-quote-box h3 {
  color: #b25a00;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Contact Box */
.num-contact-box {
  background: linear-gradient(145deg, #e8f5e9, #dcedc8);
  border-left: 8px solid #558b2f;
  padding: 30px 35px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  margin: 45px 0;
}
.num-contact-box h3 {
  color: #33691e;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
.num-contact-info {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.7;
}
.num-contact-info a {
  color: #2e7d32;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.num-contact-info a:hover {
  text-decoration: underline;
  color: #1b5e20;
}

/* Footer note */
.num-footer-note {
  text-align: center;
  font-size: 18px;
  color: #6a1b9a;
  margin-top: 40px;
  font-style: italic;
  background: rgba(255,255,255,0.3);
  padding: 15px 20px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Animation */
@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .num-blog-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .num-highlight-box,
  .num-quote-box,
  .num-contact-box {
    padding: 22px 20px;
    margin: 25px 0;
  }
  .num-blog-container p,
  .num-highlight-box li {
    font-size: 17px;
  }
  .num-intro {
    font-size: 18px;
  }
}/* End custom CSS */