/* Talent Development brand overrides */
:root {
  --bs-primary: #91c824;
  --bs-primary-rgb: 145, 200, 36;
  --bs-primary-text-emphasis: #4f7016;
  --bs-primary-bg-subtle: #eef8db;
  --bs-primary-border-subtle: #cbe89a;
  --td-blue: #1077b4;
}

.logo-white,
.logo-dark {
  font-size: 1.1rem;
  letter-spacing: .02em;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-flex !important;
  width: auto !important;
  margin-left: auto;
  border-radius: 14px;
  padding: 8px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #edf4fa 100%);
  border: 1px solid rgba(16, 119, 180, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(145, 200, 36, 0.35);
}

.footer-brand-logo {
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
}

.header .logo .logo-link {
  line-height: 0;
  border-radius: 14px;
  padding: 8px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #edf4fa 100%);
  border: 1px solid rgba(16, 119, 180, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(145, 200, 36, 0.35);
}

.header .logo .logo-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header.fixed-header .logo .logo-dark {
  display: inline-flex;
}

.header .logo .brand-logo {
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
}

.header .header-side-logo-link {
  line-height: 0;
  border-radius: 14px;
  padding: 8px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #edf4fa 100%);
  border: 1px solid rgba(16, 119, 180, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(145, 200, 36, 0.35);
}

.header .header-side-logo {
  height: 48px;
  width: auto;
  max-width: 220px;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
}

@media (max-width: 991.98px) {
  .header .header-side-logo {
    height: 38px;
    max-width: 180px;
  }
}

@media (max-width: 575.98px) {
  .header .logo .logo-link,
  .header .header-side-logo-link {
    padding: 6px 10px;
    border-radius: 12px;
  }

  .header .logo .brand-logo {
    height: 30px;
    max-width: 140px;
  }

  .header .header-wrapper > .d-flex {
    gap: 0.75rem !important;
  }

  .header .header-side-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header .header-side-logo {
    height: 30px;
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .footer-logo-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.text-td-blue {
  color: var(--td-blue) !important;
}

.client-logo {
  max-height: 100px;
  max-width: 220px;
  width: auto !important;
  height: auto;
  object-fit: contain;
}

.logo-frame {
  height: 140px !important;
}

.logo-frame::before {
  content: none !important;
  padding-top: 0 !important;
}

.logo-frame > .client-logo {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  max-height: 110px;
  max-width: 90%;
}

.blog-detail-img.logo-frame {
  height: 220px !important;
}

img.client-logo.w-100 {
  width: auto !important;
  max-height: 130px;
  display: block;
  margin: 0 auto;
}

.marquee-tag {
  width: auto !important;
  min-width: 300px;
}

.marquee-tag .client-logo {
  max-height: 280px;
  max-width: 480px;
}

.pricing-section .fw-bold.text-center,
.trusted-companies-title {
  color: var(--td-blue);
  font-size: 2rem !important;
  font-weight: 800 !important;
}

.portfolio-details .hstack {
  flex-wrap: wrap;
  align-items: flex-start;
}

.portfolio-details .badge {
  white-space: normal;
  line-height: 1.25;
  max-width: 100%;
}

/* ===== WhatsApp floating contact widget ===== */
.get-template {
  right: 100px !important;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 1050;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  transition: .3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: .3s;
  background-color: #77bb4a;
  animation: td-pulse 1.2s 4.0s ease 4;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 10px;
  bottom: 85px;
  right: 6px;
  transition: .5s;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.popup-whatsapp > div {
  margin: 5px;
}

.popup-whatsapp > .content-whatsapp.-top {
  display: flex;
  flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
  color: #585858;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

.closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0px 0px 15px 0px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #4cc370;
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
  background-color: #3d9e5a;
}

.send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
  background-color: #f8f8f8;
}

.is-active-whatsapp-popup {
  display: flex;
  background-color: #fafafa;
}

input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
}

@keyframes td-pulse {
  0% { box-shadow: 0 0 0 0 rgba(119, 187, 74, .6); }
  100% { box-shadow: 0 0 0 20px rgba(119, 187, 74, 0); }
}
