.elementor-2285 .elementor-element.elementor-element-cf7e8d1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e152bc9 *//* ================= GLOBAL CONTAINER ================= */
.csdi-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ================= FINAL CTA ================= */
.csdi-cta {
  position: relative;
  background: #111111;
  color: #ffffff;
  overflow: hidden;
  padding: 120px 0;
}

.csdi-cta-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.csdi-cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 80px;
  align-items: center;
}

/* LEFT SIDE */
.csdi-cta-left {
  grid-column: span 7;
}

.csdi-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 20px;
}

.csdi-cta-title {
  font-size: 42px;
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 24px;
}

.csdi-cta-title span {
  display: block;
  opacity: 0.6;
}

.csdi-cta-text {
  max-width: 520px;
  opacity: 0.7;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* BUTTONS */
.csdi-cta-buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.csdi-btn-primary {
  background: #ffffff;
  color: #111111;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.csdi-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.csdi-btn-secondary {
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 4px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}

.csdi-btn-secondary:hover {
  border-color: #ffffff;
}

/* RIGHT SIDE */
.csdi-cta-right {
  grid-column: span 5;
}

.csdi-cta-info {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 30px;
}

.csdi-info-block {
  margin-bottom: 28px;
}

.csdi-info-label {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 6px;
}

.csdi-info-value {
  font-weight: 500;
}

/* ================= FOOTER ================= */
.csdi-footer {
  background: #ffffff;
  border-top: 1px solid #E5E5E5;
  padding: 80px 0;
  color: #111111;
}

.csdi-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.csdi-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.csdi-logo-dot {
  width: 10px;
  height: 10px;
  background: #111111;
}

.csdi-logo-text {
  font-weight: 600;
}

.csdi-footer-desc {
  font-size: 13px;
  opacity: 0.7;
  max-width: 280px;
  line-height: 1.6;
}

.csdi-footer-copy {
  font-size: 11px;
  opacity: 0.6;
  margin-top: 20px;
}

.csdi-footer-links h4 {
  font-size: 12px;
  margin-bottom: 12px;
}

.csdi-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.csdi-footer-links li {
  margin-bottom: 8px;
}

.csdi-footer-links a {
  text-decoration: none;
  font-size: 12px;
  opacity: 0.7;
  transition: 0.3s;
  color: #111111;
}

.csdi-footer-links a:hover {
  opacity: 1;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .csdi-cta-grid {
    grid-template-columns: 1fr;
  }

  .csdi-cta-left,
  .csdi-cta-right {
    grid-column: span 12;
  }

  .csdi-footer-grid {
    flex-direction: column;
  }
}/* End custom CSS */