.elementor-1113 .elementor-element.elementor-element-80dec31{--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-1113 .elementor-element.elementor-element-cc5b112{--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-1113 .elementor-element.elementor-element-ec214dd{margin:-14px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1113 .elementor-element.elementor-element-83cf484{--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-1113 .elementor-element.elementor-element-e57e7e1{margin:-66px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1113 .elementor-element.elementor-element-01f5ce2{--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-1113 .elementor-element.elementor-element-ee573a9{--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-1113 .elementor-element.elementor-element-89e4f64{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1113 .elementor-element.elementor-element-b3d274e{--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-1113 .elementor-element.elementor-element-b81eb0a{margin:-72px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1113 .elementor-element.elementor-element-cf1d124{--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-1113 .elementor-element.elementor-element-957b5aa{margin:-32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1113 .elementor-element.elementor-element-1289574{--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-1113 .elementor-element.elementor-element-c5841f1{--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-1113 .elementor-element.elementor-element-ffc0a6d{--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-1113 .elementor-element.elementor-element-2d1bf22{margin:-47px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1113 .elementor-element.elementor-element-084d7b3{--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-1113 .elementor-element.elementor-element-cc91190{margin:-68px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-1113:not(.elementor-motion-effects-element-type-background), body.elementor-page-1113 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCF5EE;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e57e7e1 *//* Section */
.benefits-section {
  padding: 80px 20px;
  background: #fcf5ee;
  text-align: center;
}

/* Section Title */
.benefits-heading {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  margin-bottom: 10px;
}

.benefits-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 50px;
  opacity: 0.9;
}

/* Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.benefit-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Icons */
.benefit-icon {
  font-size: 45px;
  margin-bottom: 15px;
}

/* Titles */
.benefit-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

/* Description */
.benefit-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Button */
.benefit-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.benefit-btn:hover {
  background: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89e4f64 *//* Section */
.issues-section {
  padding: 70px 20px;
  background: #fcf5ee;
  text-align: center;
}

/* Main Heading */
.issues-heading {
  font-size: 38px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* Grid */
.issues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* Card Style */
.issue-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 30px 25px;
  transition: 0.3s ease;
}

.issue-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* Icon */
.issue-icon {
  font-size: 42px;
  margin-bottom: 15px;
}

/* Title */
.issue-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

/* Description */
.issue-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .issues-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .issues-grid {
    grid-template-columns: 1fr;
  }

  .issues-heading {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b81eb0a *//* ===========================
   OUR PROCESS – SECTION
   =========================== */

.process-section {
  padding: 40px 20px; /* compact size */
  background: #fcf5ee;
  text-align: center;
}

/* ===========================
   HEADING – COMPACT VERSION
   =========================== */

.process-heading {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  margin: 10px 0 25px 0; /* reduced space above and below */
  text-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* ===========================
   GRID LAYOUT
   =========================== */

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* ===========================
   CARD DESIGN
   =========================== */

.process-card {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 35px 25px; /* slightly reduced padding */
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  position: relative;
  text-align: center;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}

/* ===========================
   STEP NUMBER CIRCLE
   =========================== */

.process-number {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

/* ===========================
   CARD TITLE
   =========================== */

.process-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

/* ===========================
   CARD DESCRIPTION
   =========================== */

.process-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

/* ===========================
   RESPONSIVE
   =========================== */

/* Tablet */
@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-heading {
    font-size: 30px; /* compact mobile heading */
    margin: 5px 0 20px 0;
  }

  .process-card {
    padding: 28px 18px; /* tighter on mobile */
  }

  .process-number {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-957b5aa *//* EARLY SUPPORT SECTION + PARALLAX */
.early-support-section {
  position: relative;
  background: url("https://amaramentalhealth.com/wp-content/uploads/2025/11/young-person-with-anxiety-talking-specialist-1-scaled.jpg") center / cover no-repeat fixed;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
}

.early-support-overlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 60px 20px;
  border-radius: 20px;
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.support-heading {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
  text-align: center;
}

/* GRID - CARDS */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .support-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD */
.support-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: transform .3s, background .3s;
}

.support-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.3);
}

/* NUMBER */
.support-number {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #ffee7f;
}

/* TITLE & DESCRIPTION */
.support-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.support-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #eee;
}

/* BUTTON */
.support-btn {
  display: inline-block;
  padding: 14px 30px;
  background: rgba(255,255,255,0.25);
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: background .3s, transform .3s;
}

.support-btn:hover {
  background: rgba(255,255,255,0.4);
  transform: scale(1.05);
}

/* POPUP OVERLAY */
.popup-overlay#popupOverlaySupport {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  width: 90%;
  max-width: 420px;
  max-height: 85vh;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(12px);
  padding: 25px;
  border-radius: 18px;
  overflow-y: auto;
  color: #000;
}

.popup-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
}

.popup-form-area {
  max-height: 60vh;
  overflow-y: auto;
}

.popup-close {
  margin-top: 18px;
  width: 100%;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.popup-close:hover {
  background: #333;
}

/* Scrollbar in popup */
.popup-form-area::-webkit-scrollbar {
  width: 6px;
}
.popup-form-area::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef2a305 *//* =============================
   WHY CHOOSE US — CLEAN VERSION
=============================== */

.why-choose-us-section {
  background: #fcf5ee;      /* clean background */
  padding: 80px 20px;
  text-align: center;
}

/* HEADINGS */
.why-heading {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

.why-sub {
  font-size: 18px;
  color: #444;
  margin-bottom: 50px;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: auto;
  gap: 25px;
}

/* CARDS */
.why-card {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 35px 25px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.why-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  background: rgba(255,255,255,0.85);
}

/* ICONS */
.why-icon {
  font-size: 50px;
  margin-bottom: 12px;
}

/* TITLES */
.why-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 8px;
}

/* TEXT */
.why-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-heading {
    font-size: 32px;
  }

  .why-card {
    padding: 28px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7169993 *//* FAQ Section Background */
.faq-section {
  background: #fcf5ee;
  padding: 60px 20px;
}

/* Heading */
.faq-heading {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: 900;
  margin-bottom: 35px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* Accordion Container */
.faq-container {
  max-width: 900px;
  margin: auto;
}

/* FAQ Item */
.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: 0.3s ease;
}

/* 3D Hover Effect */
.faq-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Question Button */
.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: transform 0.3s;
}

/* Answer Box (Hidden by default) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  padding: 0 20px;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  color: #333;
  margin: 15px 0;
  font-size: 16px;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc91190 *//* Form Section Wrapper */
.forminator-section {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background: #f5f7f;
}

/* White Form Box */
.forminator-box {
    width: 100%;
    max-width: 850px;
    background: #ffffff;
    border-radius: 25px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    text-align: center;
}

/* Heading */
.form-form-heading {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
}

/* Subheading */
.form-form-desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    color: #444;
}

/* Forminator Fields */
.forminator-input,
.forminator-textarea {
    border-radius: 12px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    background: #f1f5ff !important;
    border: 1px solid #dbe3ff !important;
}

/* Submit Button */
.forminator-button-submit {
    background: #005eff !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 12px 28px !important;
    border-radius: 12px !important;
    transition: 0.3s ease;
}

.forminator-button-submit:hover {
    background: #003ec9 !important;
}

/* Mobile Friendly */
@media(max-width: 600px) {
    .forminator-box {
        padding: 35px 25px;
    }

    .form-form-heading {
        font-size: 28px;
    }

    .form-form-desc {
        font-size: 16px;
    }
}/* End custom CSS */