:root {
  --dt-footer-darker: #071226;
  --dt-footer-dark: #0b2b60;
  --dt-footer-primary: #123f91;
  --dt-footer-accent: #00c3ff;
}

.dt-cta-section {
  background: linear-gradient(135deg, #0b2b60 0%, #123f91 100%);
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.dt-cta-section::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -90px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(0, 195, 255, .14), transparent 68%);
  pointer-events: none;
}

.dt-cta-eyebrow {
  color: rgba(0, 195, 255, .75);
  font: 700 .75rem Poppins, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.dt-cta-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: .8rem;
}

.dt-cta-title span {
  color: var(--dt-footer-accent);
}

.dt-cta-desc {
  color: rgba(255, 255, 255, .76);
  font-size: .98rem;
  margin: 0 auto 1.7rem;
  max-width: 720px;
}

.dt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.dt-btn-cta,
.dt-btn-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-width: 144px;
  min-height: 52px;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dt-btn-cta {
  background: #fff;
  color: #0b2b60;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.dt-btn-cta:hover {
  color: #0b2b60;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .3);
}

.dt-btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
}

.dt-btn-cta-outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .68);
  transform: translateY(-2px);
}

.dt-site-footer {
  background: var(--dt-footer-darker);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 3.2rem 0 1.65rem;
  color: rgba(255, 255, 255, .55);
}

.dt-cta-section .container,
.dt-site-footer .container {
  width: min(100% - 2rem, 1296px);
  margin-inline: auto;
}

.dt-cta-section .position-relative {
  position: relative;
}

.dt-site-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -12px;
}

.dt-site-footer [class*="col-"] {
  padding-inline: 12px;
  min-width: 0;
}

.dt-site-footer .col-lg-4,
.dt-site-footer .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.dt-site-footer .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.dt-site-footer .gy-4 {
  row-gap: 1.5rem;
}

@media (min-width: 992px) {
  .dt-site-footer .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .dt-site-footer .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .dt-site-footer .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .dt-site-footer .offset-lg-1 {
    margin-left: 8.333333%;
  }
}

.dt-footer-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .85rem;
}

.dt-footer-brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #00c3ff, #123f91);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 1.12rem Poppins, sans-serif;
  box-shadow: 0 10px 26px rgba(0, 195, 255, .18);
}

.dt-footer-logo-text {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.dt-footer-logo-sub {
  font-size: .63rem;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
}

.dt-footer-desc {
  font-size: .84rem;
  color: rgba(255, 255, 255, .52);
  line-height: 1.75;
  max-width: 270px;
  margin: 0;
}

.dt-footer-heading {
  font: 700 .75rem Poppins, sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dt-footer-accent);
  margin-bottom: 1rem;
}

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

.dt-footer-links li {
  margin-bottom: .58rem;
}

.dt-footer-links a {
  color: rgba(255, 255, 255, .58);
  text-decoration: none;
  font-size: .86rem;
  transition: color .2s ease;
}

.dt-footer-links a:hover {
  color: #fff;
}

.dt-social-row {
  display: flex;
  gap: .55rem;
  margin-top: 1.2rem;
}

.dt-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .74);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .2s ease;
}

.dt-social-btn:hover {
  color: #fff;
  background: rgba(0, 195, 255, .16);
  border-color: rgba(0, 195, 255, .35);
  transform: translateY(-2px);
}

.dt-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 2.4rem;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem;
  color: rgba(255, 255, 255, .34);
  font-size: .8rem;
}

@media (max-width: 767.98px) {
  .dt-cta-section {
    padding: 3.5rem 0;
  }

  .dt-cta-eyebrow {
    letter-spacing: 3px;
  }

  .dt-btn-cta,
  .dt-btn-cta-outline {
    width: 100%;
    max-width: 260px;
  }

  .dt-site-footer {
    padding-top: 2.6rem;
  }

  .dt-footer-bottom {
    justify-content: flex-start;
  }
}

.dt-floating-talk-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  min-width: 140px;
  height: 50px;
  padding: 0 20px;
  background: linear-gradient(135deg, #00c3ff, #123f91);
  color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 195, 255, .4);
  z-index: 9999;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
  animation: floatPulse 2s ease-in-out infinite;
}

.dt-floating-talk-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 195, 255, .5);
  background: linear-gradient(135deg, #00d4ff, #1a5ab8);
}

.dt-floating-talk-btn i {
  font-size: 1.2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .2));
}

.dt-floating-talk-btn span {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}