.elementor-512 .elementor-element.elementor-element-7d13ce9{--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;}/* Start custom CSS for html, class: .elementor-element-88ba1e8 *//* ===== ABOUT US HERO — ULTRA CLEAN PREMIUM CARD (Final) ===== */

.as-sec-1{
  background:#ffffff !important;
  padding:70px 28px;
  border-radius:28px;                             /* larger premium curve */
  max-width:1100px;
  margin:45px auto;
  text-align:center;
  color:#111 !important;
  
  /* subtle premium shadow */
  box-shadow:
      0 4px 10px rgba(0,0,0,0.06),
      0 18px 45px rgba(0,0,0,0.06);               /* layered shadow = richer look */

  border:1px solid rgba(0,0,0,0.05);              /* barely visible, very classy */
}

/* inner container */
.as-sec-1__inner{
  max-width:820px;
  margin:0 auto;
}

/* heading */
.as-sec-1 .as-title{
  font-size:38px;
  font-weight:900;
  margin-bottom:14px;
  letter-spacing:0.5px;
  color:#000 !important;
}

/* paragraph text */
.as-sec-1 .as-desc{
  font-size:17px;
  color:#3a3a3a !important;
  line-height:1.7;
  max-width:720px;
  margin:0 auto;
}

/* Mobile Responsive */
@media(max-width:780px){
  .as-sec-1{
    padding:42px 18px;
    border-radius:22px;
    margin:28px 12px;
  }
  .as-title{ font-size:30px; }
  .as-desc{ font-size:15.8px; }
}

/* remove Elementor overlays */
.as-sec-1 .elementor-background-overlay{
  display:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58ca285 *//* Outer background for FAQ section */
.qfaq-section {
  padding: 40px 16px 60px;
  background: #f5f7fb;
}

/* Main container */
.qfaq-container {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

/* LEFT : search card */
.qfaq-left {
  flex: 2;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 24px 22px 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.qfaq-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111827;
}

.qfaq-subtitle {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

/* Search row */
.qfaq-search-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qfaq-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  background: #f9fafb;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s;
}

.qfaq-input:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18);
}

/* Search button + icon */
.qfaq-search-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: background 0.2s, transform 0.1s;
}

.qfaq-search-btn:hover {
  background: #1d4ed8;
}

.qfaq-search-btn:active {
  transform: scale(0.96);
}

.qfaq-search-icon {
  display: block;     /* make sure SVG is visible */
}

/* hint text */
.qfaq-hint {
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}

/* RIGHT : categories */
.qfaq-right {
  flex: 1.4;
}

.qfaq-cat-title {
  font-size: 15px;
  font-weight: 600;
  margin: 4px 0 10px;
  color: #111827;
}

.qfaq-cat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qfaq-cat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.1s, background 0.2s;
}

.qfaq-cat-item:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
  background: #f9fafb;
  transform: translateY(-1px);
}

.qfaq-cat-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eff6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qfaq-cat-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 12px;
}

.qfaq-cat-name {
  font-size: 13px;
  color: #111827;
}

.qfaq-cat-count {
  font-size: 12px;
  color: #6b7280;
}

/* Responsive – mobile stack */
@media (max-width: 900px) {
  .qfaq-container {
    flex-direction: column;
  }

  .qfaq-right {
    width: 100%;
  }
}


.qfaq-cat-title {
  text-align: center !important;
  width: 100%;
  display: block;
  margin-bottom: 15px !important;
}


.qfaq-container {
  align-items: center !important; /* aligns right block with left block vertically */
}


/* MOBILE FIX – center align both blocks */
@media (max-width: 768px) {

  /* Make container vertical & centered */
  .qfaq-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  /* Search card full width but centered */
  .qfaq-left {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto 20px auto !important;
  }

  /* Category block full width but center aligned */
  .qfaq-right {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* Category heading center */
  .qfaq-cat-title {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  /* Category items center aligned */
  .qfaq-cat-list {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .qfaq-cat-item {
    justify-content: center !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d74a673 *//* ================================
   FAQ – "Still need help?" section
   ================================ */

.faq-help{
  background: #f5f7fb;
  padding: 40px 20px 80px 20px;
  width: 100%;
}

.faq-help__inner{
  max-width: 1100px;
  margin: 0 auto;              /* PURE centre alignment */
}

.faq-help__card{
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 22px 26px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.faq-help__title{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
}

.faq-help__text{
  max-width: 640px;
  margin: 0 auto 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.faq-help__actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.faq-help__btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, transform 0.1s ease;
}

.faq-help__icon{
  flex-shrink: 0;
}

/* Primary (WhatsApp) */
.faq-help__btn--primary{
  background: #22c55e;
  color: #ffffff;
  border-color: #16a34a;
}

.faq-help__btn--primary:hover{
  background: #16a34a;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.35);
  transform: translateY(-1px);
}

/* Outline (Call) */
.faq-help__btn--outline{
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
}

.faq-help__btn--outline:hover{
  border-color: #0f172a;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

/* Ghost (Book) */
.faq-help__btn--ghost{
  background: #eff6ff;
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, 0.35);
}

.faq-help__btn--ghost:hover{
  background: #dbeafe;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
  transform: translateY(-1px);
}

.faq-help__small{
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
}

/* Mobile */
@media (max-width: 768px){
  .faq-help__card{
    padding: 20px 16px 22px;
  }
  .faq-help__actions{
    flex-direction: column;
    align-items: stretch;
  }
  .faq-help__btn{
    justify-content: center;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */