.elementor-2373 .elementor-element.elementor-element-5c2c940 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-2373 .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-2373 .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-2373 .elementor-element.elementor-element-d38117c{margin:-170px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--e-icon-list-icon-size:15px;}.elementor-2373 .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-2373 .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-2373 .elementor-element.elementor-element-d38117c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-2373 .elementor-element.elementor-element-d38117c .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-2373 .elementor-element.elementor-element-d38117c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-2373 .elementor-element.elementor-element-d38117c .elementor-icon-list-icon i{color:#FFF8E1;transition:color 0.3s;}.elementor-2373 .elementor-element.elementor-element-d38117c .elementor-icon-list-icon svg{fill:#FFF8E1;transition:fill 0.3s;}.elementor-2373 .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-2373 .elementor-element.elementor-element-67f0bd1{margin:-230px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-2373 .elementor-element.elementor-element-67f0bd1 .elementor-heading-title{font-size:45px;font-weight:700;color:#FFF8E1;}.elementor-2373 .elementor-element.elementor-element-3678e53 > .elementor-container{max-width:1600px;}.elementor-2373 .elementor-element.elementor-element-21b4930:not(.elementor-motion-effects-element-type-background), .elementor-2373 .elementor-element.elementor-element-21b4930 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF8E1;}.elementor-2373 .elementor-element.elementor-element-21b4930 > .elementor-container{max-width:1600px;}.elementor-2373 .elementor-element.elementor-element-21b4930{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2373 .elementor-element.elementor-element-21b4930 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2373 .elementor-element.elementor-element-2a48019 > .elementor-container{max-width:1600px;}.elementor-2373 .elementor-element.elementor-element-4c2e6d6 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-e35d6e5 */.numerology-section {
  padding: 100px 20px;
  background: #FFF8E1;
  font-family: 'Arial', sans-serif;
}

.numerology-section .section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px auto;
}

.numerology-section .section-header h2 {
  font-size: 50px;
  font-weight: 800;
  color: #D22A2A; /* Red heading */
  margin-bottom: 20px;
  line-height: 1.3;
}

.numerology-section .section-header p {
  font-size: 15px;
  color: #11652A; /* Dark Green */
  line-height: 1.8;
}

.steps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.step-card {
  flex: 1 1 calc(25% - 20px);
  min-width: 260px;
  background: #FFFAB6;
  border-radius: 15px;
  padding: 40px 25px;
  box-shadow: 0 12px 28px rgba(210, 42, 42, 0.2); /* red toned shadow */
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  text-align: center;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(11, 61, 46, 0.25); /* dark green shadow */
}

.step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #D22A2A;
  color: #FFFAB6; /* cream instead of white */
  font-size: 14px;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 25px;
  border: 3px solid #53A73D; /* dark green border instead of white */
  box-shadow: 0 4px 10px rgba(210, 42, 42, 0.3); /* soft red shadow */
}

.step-card h3 {
  margin-top: 50px;
  font-size: 20px;
  color: #D22A2A;
  margin-bottom: 18px;
  font-weight: bold;
}

.step-card p {
  font-size: 14px;
  color: #11652A;
  line-height: 1.7;
}

/* Responsive */
@media(max-width: 1024px) {
  .numerology-section { padding: 80px 20px; }
  .numerology-section .section-header h2 { font-size: 2.5rem; }
  .step-card { flex: 1 1 calc(45% - 25px); }
}

@media(max-width: 768px) {
  .numerology-section { padding: 60px 15px; }
  .numerology-section .section-header h2 { font-size: 2.2rem; }
  .step-card { flex: 1 1 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-831818c */:root {
  --brown: #D22A2A;   /* Red */
  --green: #11652a;   /* Dark Green */
  --cream: #FFF8E1;   /* Cream Background */
  --light-cream: #FFF3C6; /* Light Cream for cards */
}

/* Wrapper */
.faq-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

/* Left Image */
.faq-image {
  background: url("https://aapkaaconsultant.com/wp-content/uploads/2025/09/homeservice_-removebg-preview.png") center/cover no-repeat;
  border-radius: 12px;
  min-height: 500px;
}

/* Right Content */
.faq-content {
  background: var(--light-cream);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(17,101,42,0.15); /* green toned shadow */
}

/* Heading */
.faq-heading {
  font-size: 28px;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  position: relative;
}

.faq-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 10px 0 0;
  border-radius: 2px;
}

/* FAQ Items */
.faq-item {
  border-bottom: 1px solid var(--green);
  margin-bottom: 10px;
  overflow: hidden;
}

/* Question */
.faq-question {
  width: 100%;
  background: var(--light-cream);
  color: #11652A;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 22px;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 6px;
}

.faq-question:hover {
  background: var(--cream);
  color: var(--brown);
}

/* Icon */
.faq-icon {
  font-size: 20px;
  font-weight: bold;
  color: var(--green);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 22px;
  color: var(--green);
  line-height: 1.6;
  background: #FFF8E1;
  border-radius: 6px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px 22px 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: var(--brown);
}

/* Responsive */
@media (max-width: 992px) {
  .faq-wrapper {
    grid-template-columns: 1fr;
  }
  .faq-image {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbd9727 */.testimonial-section {
  background-color: #FFF8E1;   /* बाकी sections जैसा bg */
  padding: 50px 20px;
  text-align: center;
}

.testimonial-heading {
  font-size: 50px;
  color: #D22A2A;
  font-weight: 700;
  margin-bottom: 60px;
}

.testimonial-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #FFE8B2;   /* हल्का अलग shade for cards */
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
  flex: 1 1 250px;
  max-width: 280px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.testimonial-card:nth-child(1) { animation-delay: 0.2s; }
.testimonial-card:nth-child(2) { animation-delay: 0.4s; }
.testimonial-card:nth-child(3) { animation-delay: 0.6s; }
.testimonial-card:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 22px 50px rgba(0,0,0,0.22);
  background-color: #FFD78A;  /* hover पर थोड़ा गहरा shade */
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 2;
  color: #0B3D2E;   /* black हटाकर green tone */
  margin-bottom: 25px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.testimonial-text:hover {
  transform: scale(1.03);
  color: #11652a;   /* hover पर dark green */
}

.testimonial-client {
  font-weight: 700;
  font-size: 1.7rem;
  color: #D22A2A;   /* red same रहेगा */
}

@media (max-width: 1024px) {
  .testimonial-heading { font-size: 2.5rem; }
  .testimonial-text { font-size: 1.5rem; }
  .testimonial-client { font-size: 1.3rem; }
  .testimonial-card { padding: 35px 25px; }
}

@media (max-width: 768px) {
  .testimonial-heading { font-size: 2.2rem; }
  .testimonial-text { font-size: 1.25rem; }
  .testimonial-client { font-size: 1.1rem; }
  .testimonial-card { 
    padding: 30px 20px;
    flex: 1 1 100%;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ec2213 */.pre-footer {
  background: #860903; /* Dark red background */
  padding: 60px 50px;
  text-align: center;
  color: #FFF8E1; /* Light cream text */
}

.pre-footer-container {
  max-width: 1000px;
  margin: 0 auto;
}

.pre-footer-heading {
  font-size: 3.8rem;   /* Bigger heading */
  color: #FFD700;      /* Golden yellow heading */
  margin-bottom: 25px;
  font-weight: 900;    /* Extra bold */
  letter-spacing: 1px; /* More impact */
}

.pre-footer-text {
  font-size: 1.8rem;   /* Bigger paragraph text */
  line-height: 2;
  font-weight: 700;    /* Bold */
  max-width: 850px;
  margin: 0 auto 40px auto;
}

.pre-footer-btn {
  display: inline-block;
  background-color: #FFD700; /* Golden yellow button */
  color: #860903;           /* Dark red text for contrast */
  font-size: 1.6rem;        /* Bigger button text */
  font-weight: 800;         /* Bold button */
  padding: 15px 40px;       /* Bigger button size */
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pre-footer-btn:hover {
  background-color: #FFC700;
  color: #5a0000;
}

@media (max-width: 768px) {
  .pre-footer-heading {
    font-size: 2.5rem;
  }
  .pre-footer-text {
    font-size: 1.3rem;
  }
  .pre-footer-btn {
    font-size: 1.2rem;
    padding: 12px 30px;
  }
}/* End custom CSS */