.elementor-1446 .elementor-element.elementor-element-f1acc63{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f374f7d */.dcu-post {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5px 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans Bengali", "Segoe UI", sans-serif;
  color: #182033;
  line-height: 1.75;
}

.dcu-post * {
  box-sizing: border-box;
}

.dcu-hero {
  background: linear-gradient(135deg, #0f2f5f 0%, #1759a6 55%, #0aa3a3 100%);
  color: #ffffff;
  border-radius: 28px;
  padding: 46px 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 47, 95, 0.22);
}

.dcu-hero::after {
  content: "";
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  right: -90px;
  top: -80px;
}

.dcu-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}

.dcu-hero h1 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.25;
  margin: 0 0 18px;
  color: #ffffff;
  max-width: 900px;
}

.dcu-hero p {
  font-size: 18px;
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.dcu-hero-actions,
.dcu-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.dcu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.dcu-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.dcu-btn-primary {
  background: #ffce32;
  color: #10243f;
  box-shadow: 0 10px 24px rgba(255, 206, 50, 0.35);
}

.dcu-btn-primary:hover {
  background: #ffd84f;
  color: #10243f;
}

.dcu-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}

.dcu-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.dcu-alert {
  margin: 24px 0;
  padding: 18px 20px;
  background: #fff8e1;
  border: 1px solid #ffe49a;
  border-left: 6px solid #ffb300;
  border-radius: 16px;
  color: #44320a;
  font-size: 17px;
}

.dcu-section {
  margin-top: 34px;
  background: #ffffff;
  border: 1px solid #e7ebf3;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 12px 34px rgba(24, 32, 51, 0.06);
}

.dcu-section h2 {
  margin: 0 0 22px;
  font-size: clamp(24px, 3vw, 34px);
  color: #0f2f5f;
  line-height: 1.3;
}

.dcu-section h3 {
  margin: 0 0 14px;
  font-size: 22px;
  color: #123a72;
}

.dcu-grid {
  display: grid;
  gap: 18px;
}

.dcu-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dcu-card {
  background: #f7faff;
  border: 1px solid #e2ebfa;
  border-radius: 20px;
  padding: 22px 18px;
  min-height: 160px;
}

.dcu-card span {
  display: block;
  color: #60708b;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.dcu-card strong {
  display: block;
  font-size: 24px;
  color: #0f2f5f;
  line-height: 1.3;
  margin-bottom: 8px;
}

.dcu-card p {
  margin: 0;
  color: #56647b;
}

.dcu-info-box,
.dcu-formula-box {
  background: #f8fbff;
  border: 1px solid #e4edf9;
  border-radius: 18px;
  padding: 22px;
}

.dcu-info-box p,
.dcu-formula-box p {
  margin: 0 0 10px;
}

.dcu-info-box p:last-child,
.dcu-formula-box p:last-child {
  margin-bottom: 0;
}

.dcu-info-box a {
  color: #0f5fb8;
  font-weight: 800;
  text-decoration: none;
}

.dcu-info-box a:hover {
  text-decoration: underline;
}

.dcu-list {
  margin: 0;
  padding-left: 22px;
}

.dcu-list li {
  margin-bottom: 10px;
}

.dcu-list li:last-child {
  margin-bottom: 0;
}

.dcu-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dcu-panel {
  background: #f7faff;
  border: 1px solid #e2ebfa;
  border-radius: 20px;
  padding: 24px;
}

.dcu-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  background: #eef8f8;
  border-radius: 14px;
  color: #244e54;
  font-weight: 600;
}

.dcu-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
}

.dcu-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #ffffff;
}

.dcu-table th {
  background: #0f2f5f;
  color: #ffffff;
  text-align: left;
  padding: 16px;
  font-size: 16px;
}

.dcu-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e8edf5;
  color: #24324a;
}

.dcu-table tbody tr:nth-child(even) {
  background: #f8fbff;
}

.dcu-table tfoot td {
  background: #eef5ff;
  font-weight: 900;
  color: #0f2f5f;
  font-size: 18px;
}

.dcu-cta {
  margin-top: 34px;
  padding: 36px 30px;
  border-radius: 26px;
  background: linear-gradient(135deg, #10243f 0%, #0f5fb8 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 18px 44px rgba(15, 47, 95, 0.22);
}

.dcu-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.3;
  color: #ffffff;
}

.dcu-cta p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.dcu-cta-actions {
  justify-content: center;
}

.dcu-btn-light {
  background: #ffffff;
  color: #10243f;
}

.dcu-btn-light:hover {
  background: #f2f6ff;
  color: #10243f;
}

.dcu-btn-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}

.dcu-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.dcu-faq {
  display: grid;
  gap: 12px;
}

.dcu-faq details {
  background: #f8fbff;
  border: 1px solid #e4edf9;
  border-radius: 16px;
  padding: 16px 18px;
}

.dcu-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f2f5f;
}

.dcu-faq p {
  margin: 12px 0 0;
  color: #3f4d63;
}

@media (max-width: 900px) {
  .dcu-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcu-two-col {
    grid-template-columns: 1fr;
  }

  .dcu-hero {
    padding: 36px 24px;
  }
}

@media (max-width: 560px) {
  .dcu-post {
    padding: 16px 10px;
  }

  .dcu-hero {
    border-radius: 22px;
    padding: 30px 20px;
  }

  .dcu-section {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .dcu-grid-4 {
    grid-template-columns: 1fr;
  }

  .dcu-card {
    min-height: auto;
  }

  .dcu-btn {
    width: 100%;
  }

  .dcu-hero-actions,
  .dcu-cta-actions {
    width: 100%;
  }

  .dcu-cta {
    padding: 30px 20px;
  }
}/* End custom CSS */