.elementor-4400 .elementor-element.elementor-element-55fc774{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ae80f13 */.about-us {
  max-width: 1100px;
  margin: 0px auto;
  padding: 24px;
  font-family: "Noto Sans Bengali", sans-serif;
  background: linear-gradient(135deg, #fff8f9, #fff0f5);
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
  color: #333;
}

/* Hero Section */
.about-hero {
  text-align: center;
  padding-bottom: 20px;
}

.about-title {
  font-size: 26px;
  font-weight: 800;
  color: #d53474; /* Updated heading color */
  margin-bottom: 10px;
  position: relative;
}

.about-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #d53474;
  margin: 8px auto 0;
  border-radius: 2px;
}

.about-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
}

/* Choose List */
.choose-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items in a row on desktop */
  gap: 18px;
  margin-top: 20px;
}

.choose-item {
  background: #ffe6f2; /* Soft blush row background */
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
.choose-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.choose-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(213,52,116,0.2), rgba(213,52,116,0.1));
}

.choose-icon svg {
  width: 24px;
  height: 24px;
  fill: #d53474;
}

.choose-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
  .choose-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .about-title { font-size: 24px; }
  .about-desc { font-size: 14.5px; }
  .choose-list { grid-template-columns: 1fr; } /* Mobile: one item per row */
}

@media (max-width: 480px) {
  .about-us { padding: 16px; border-radius: 14px; }
  .choose-item { padding: 14px; }
  .about-title { font-size: 22px; }
  .about-desc { font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2612de6 *//* Why Choose Us Section */
.choose-section {
  font-family: 'Hind Siliguri', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  max-width: 1100px;
  margin: 0px auto;
  padding: clamp(20px, 4vw, 40px);
  background: linear-gradient(135deg, rgba(233,30,99,0.05), rgba(233,30,99,0.02));
  border-radius: 20px;
  border: 1px solid rgba(233,30,99,0.12);
  box-shadow: 0 8px 26px rgba(0,0,0,0.05);
}

.choose-title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(22px, 4.5vw, 30px);
  color: #e91e63;
  margin-bottom: 28px;
  position: relative;
}

.choose-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #e91e63;
  margin: 10px auto 0;
  border-radius: 2px;
}

.choose-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.choose-item {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.choose-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.choose-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(233,30,99,0.22), rgba(233,30,99,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.choose-icon svg {
  width: 24px;
  height: 24px;
  fill: #e91e63;
}

.choose-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd9e6b6 *//* Promise Section Styles */
.promise-section {
  font-family: 'Hind Siliguri', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  max-width: 1100px;
  margin: 0px auto;
  padding: clamp(20px, 4vw, 40px);
  background: linear-gradient(135deg, rgba(233,30,99,0.05), rgba(233,30,99,0.02));
  border-radius: 18px;
  border: 1px solid rgba(233,30,99,0.15);
  box-shadow: 0 8px 26px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.5);
}

.promise-title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, 4vw, 28px);
  color: #e91e63;
  margin-bottom: 22px;
  letter-spacing: -0.3px;
}

.promise-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promise-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.promise-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.promise-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(233,30,99,0.2), rgba(233,30,99,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-icon svg {
  width: 16px;
  height: 16px;
  fill: #e91e63;
}

.promise-text {
  flex: 1;
  font-size: clamp(15px, 2.4vw, 17px);
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .promise-item {
    padding: 12px 14px;
  }
  .promise-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c45d85 */.zayvo-closing {
    box-sizing: border-box;
    font-family: 'Hind Siliguri', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    max-width: 1100px;
    margin: 0px auto;
    padding: clamp(20px, 3.5vw, 34px);
    background: linear-gradient(135deg, rgba(233,30,99,0.06) 0%, rgba(233,30,99,0.03) 40%, rgba(0,0,0,0.02) 100%);
    border-radius: 16px;
    border: 1px solid rgba(233,30,99,0.12);
    box-shadow: 0 10px 30px rgba(15,15,15,0.06), inset 0 1px 0 rgba(255,255,255,0.6);
    display: flex;
    gap: 20px;
    align-items: center;
    transition: transform .28s ease, box-shadow .28s ease;
  }

  .zayvo-closing:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,15,15,0.09);
  }

  .zayvo-quote {
    flex: 0 0 auto;
    width: clamp(56px, 8vw, 96px);
    height: clamp(56px, 8vw, 96px);
    background: radial-gradient(circle at 30% 30%, rgba(233,30,99,0.22), rgba(233,30,99,0.12));
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 6px 18px rgba(233,30,99,0.08);
  }

  .zayvo-quote svg { width: 48%; height: 48%; opacity: .95; filter: drop-shadow(0 4px 10px rgba(233,30,99,0.12)); }

  .zayvo-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .zayvo-text .lead {
    display:block;
    color:#222;
    font-weight:700;
    font-size: clamp(18px, 2.6vw, 22px);
    line-height: 1.25;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }

  .zayvo-text .highlight {
    display:inline-block;
    color:#e91e63;
    font-size: clamp(20px, 3.8vw, 28px);
    font-weight:800;
    line-height:1.12;
    background: linear-gradient(90deg, rgba(233,30,99,0.06), rgba(233,30,99,0.02));
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: inset 0 -6px 18px rgba(233,30,99,0.02);
  }

  .zayvo-text .sub {
    margin-top: 8px;
    color:#444;
    font-weight:500;
    font-size: clamp(14px, 1.9vw, 16px);
    opacity: .95;
  }

  /* Small screens: stack */
  @media (max-width:700px) {
    .zayvo-closing {
      flex-direction: column;
      text-align: center;
      gap: 14px;
      padding: clamp(16px, 6vw, 22px);
    }
    .zayvo-quote { width: 72px; height:72px; }
    .zayvo-text .highlight { font-size: clamp(18px, 5.4vw, 22px); }
  }/* End custom CSS */