.elementor-540 .elementor-element.elementor-element-df51bed{--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-cc9f944 *//* ===== 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-67947fe *//* ============= REVIEWS – GRID & CARDS ============= */

/* Outer section */
.rv-sec-2 {
  padding: 24px 16px 40px;
}

.rv-sec-2__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Grid layout */
.rv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 768px) {
  .rv-grid {
    grid-template-columns: 1fr;
  }
}

/* Base card */
.rv-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

/* Top row: avatar + name */
.rv-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rv-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}

.rv-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rv-card__info {
  display: flex;
  flex-direction: column;
}

.rv-card__name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.rv-card__meta {
  margin: 2px 0 0;
  font-size: 12px;
  color: #6b7280;
}

/* Stars row */
.rv-card__stars {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fbbf24;
}

/* Verified line */
.rv-card__verified-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rv-card__verified {
  font-size: 12px;
  color: #16a34a;
  font-weight: 600;
}

/* Main review text */
.rv-card__text {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #111827;
}

/* Footer row */
.rv-card__footer {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #9ca3af;
}

/* Extra cards (7–16) hidden by default */
.rv-card.rv-card--extra {
  display: none;
}

/* View more button container */
.rv-more {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}


/* PREMIUM BLUE BUTTON – Q TECH STYLE */
.rv-more__btn {
  padding: 12px 30px;
  background: #0284ff; /* Q TECH premium blue */
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(2, 132, 255, 0.35);
}

.rv-more__btn:hover {
  background: #0071e6;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 132, 255, 0.45);
}

.rv-more__btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(2, 132, 255, 0.30);
}


/* Mobile tweaks */
@media (max-width: 480px) {
  .rv-card {
    padding: 14px 14px 12px;
  }

  .rv-card__name {
    font-size: 14px;
  }

  .rv-card__text {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d29655 *//* ============================
   REVIEWS PAGE – SECTION 3 CTA
   ============================ */

.rv-sec-3 {
  padding: 40px 16px 60px;
  display: flex;
  justify-content: center;
}

.rv-sec-3__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;

  background: linear-gradient(135deg, #e0f2fe 0%, #f9fafb 60%, #eef2ff 100%);
  border-radius: 22px;
  padding: 28px 22px 30px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

/* Heading */
.rv-sec-3__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.rv-sec-3__title span {
  display: block;
  font-weight: 700;
}

/* Description */
.rv-sec-3__desc {
  max-width: 640px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

/* Buttons wrapper */
.rv-sec-3__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

/* Base button */
.rv-sec-3__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease,
              box-shadow 0.18s ease, transform 0.18s ease;
}

/* Primary – same family as other blue buttons */
.rv-sec-3__btn--primary {
  background: #008cff;           /* aapka main blue */
  border: 1px solid #008cff;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 140, 255, 0.35);
}

.rv-sec-3__btn--primary:hover {
  background: #0074d9;
  border-color: #0074d9;
  transform: translateY(-1px);
}

/* Ghost secondary */
.rv-sec-3__btn--ghost {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.16);
  color: #0f172a;
}

.rv-sec-3__btn--ghost:hover {
  background: #f8fafc;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

/* Trust bullets */
.rv-sec-3__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #10b981;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.rv-sec-3__trust li {
  white-space: nowrap;
}


/* ========== RESPONSIVE ========== */

@media (max-width: 768px) {
  .rv-sec-3 {
    padding: 32px 12px 46px;
  }

  .rv-sec-3__inner {
    padding: 22px 18px 24px;
    border-radius: 20px;
  }

  .rv-sec-3__title {
    font-size: 20px;
  }

  .rv-sec-3__desc {
    font-size: 13px;
  }

  .rv-sec-3__btn {
    width: 100%;
    max-width: 260px;
  }

  .rv-sec-3__trust {
    font-size: 12px;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS */body {
  background: #F7F7F7 !important;  /* yahan apna brown colour dalna */
}
section {
  background: #F7F7F7 !important;
}/* End custom CSS */