/* CKB content layer on top of the licensed Landor template. */
:root {
  --tp-secoundery-color: #00adef;
  --tp-orange-color: #00adef;
  --tp-theme-color: #071821;
  --tp-body-color: #34444c;
  --tp-gray-color: #f2f8fb;
}

a:hover,
.tp-header-menu ul li:hover > a,
.tp-header-top-cta a:hover,
.tp-header-social a:hover,
.tp-section-sub-title,
.tp-btn:hover .tp-btn-text,
.tp-btn-border:hover .tp-btn-text {
  color: #00adef !important;
}

.tp-btn,
.back-to-top-btn,
.tp-cta-phone-icon,
.tp-about-exprience,
.tp-testimonail-pagination .swiper-pagination-bullet-active {
  background-color: #00adef !important;
  border-color: #00adef !important;
}

.tp-btn-border {
  background-color: transparent !important;
  border-color: rgba(0, 173, 239, 0.35) !important;
}

.tp-btn-border:hover,
.tp-btn:hover {
  background-color: #071821 !important;
  border-color: #071821 !important;
  color: #fff !important;
}

.tp-header-logo img,
.tp-offcanvas-logo img {
  width: 72px !important;
  height: 76px !important;
  object-fit: contain;
}

.tp-footer-logo img {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 12px;
}

.tp-hero-title-mid {
  max-width: 620px;
}

.tp-hero-bg::before {
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(7, 24, 33, 0.78) 0%, rgba(0, 92, 125, 0.62) 48%, rgba(0, 173, 239, 0.46) 100%),
    linear-gradient(0deg, rgba(7, 24, 33, 0.36), rgba(7, 24, 33, 0.36)) !important;
}

.tp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 78% 24%, rgba(0, 173, 239, 0.28), transparent 34%),
    linear-gradient(90deg, rgba(7, 24, 33, 0.88), rgba(0, 94, 128, 0.66) 52%, rgba(0, 173, 239, 0.48));
  mix-blend-mode: multiply;
}

.tp-fact-spacing::before,
.tp-project::before,
.tp-choose-bg::before,
.tp-footer-area::before {
  background: linear-gradient(90deg, rgba(7, 24, 33, 0.82), rgba(0, 173, 239, 0.5)) !important;
}

.tp-project::before {
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(7, 24, 33, 0.88) 0%, rgba(7, 24, 33, 0.66) 46%, rgba(0, 173, 239, 0.34) 100%),
    linear-gradient(0deg, rgba(7, 24, 33, 0.46), rgba(7, 24, 33, 0.2)) !important;
}

.tp-project {
  min-height: 700px !important;
  height: 700px !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background-position: center !important;
  background-size: cover !important;
}

.tp-project::after,
.tp-fact-spacing::after,
.tp-footer-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 33, 0.2);
  pointer-events: none;
  z-index: 0;
}

.tp-project::after {
  z-index: 1;
  background:
    radial-gradient(circle at 58% 38%, rgba(0, 173, 239, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(7, 24, 33, 0.76), rgba(0, 96, 132, 0.46) 58%, rgba(7, 24, 33, 0.2));
  mix-blend-mode: multiply;
}

.tp-project > *,
.tp-fact-spacing > *,
.tp-footer-area > * {
  position: relative;
  z-index: 3;
}

.tp-project-main {
  min-height: 700px !important;
  height: 700px !important;
  display: flex;
  align-items: center;
}

.tp-project-content {
  max-width: 620px;
}

.tp-project-title,
.tp-project-content p,
.tp-project-meta span {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(7, 24, 33, 0.42);
}

.tp-project-title {
  font-size: clamp(48px, 6vw, 82px) !important;
  line-height: 0.98 !important;
}

.tp-project-content p {
  font-size: 22px !important;
  line-height: 1.3 !important;
  max-width: 560px;
}

.tp-hero-bg {
  background-position: center !important;
  min-height: 700px !important;
  display: flex;
  align-items: center;
}

.tp-hero-heading {
  position: relative;
  z-index: 3;
}

.tp-hero-badge {
  z-index: 4 !important;
}

.tp-hero-title-mid,
.tp-hero-deg {
  color: #fff !important;
  text-shadow: 0 3px 24px rgba(7, 24, 33, 0.45);
}

.tp-hero-deg {
  max-width: 540px;
}

.tpservices__img {
  right: 0 !important;
  bottom: 0 !important;
  width: 100%;
  height: 46%;
  display: block;
  border-radius: 0;
  background: transparent;
  pointer-events: none;
}

.tpservices__img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: bottom center;
}

.tpservices__back-text {
  color: rgba(7, 24, 33, 0.1) !important;
  right: -24px !important;
  top: 48px !important;
  bottom: auto !important;
  font-size: 118px !important;
  line-height: 0.85 !important;
  transform: rotate(-90deg);
  transform-origin: center;
  letter-spacing: -5px;
}

.tpservices {
  min-height: 500px !important;
  padding: 52px 58px !important;
  border-radius: 18px !important;
}

.tpservices.tp-bg-orange {
  background-color: #ee5b14 !important;
}

.tpservices.tp-bg-secoundery {
  background-color: #d9e300 !important;
}

.tpservices.tp-bg-gray {
  background-color: #f0f0f0 !important;
}

.tpservices__content {
  max-width: 310px;
  position: relative;
  z-index: 3;
}

.tpservices__title {
  font-size: 32px !important;
  line-height: 1.12 !important;
  margin-bottom: 16px !important;
}

.tpservices p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin-bottom: 24px !important;
}

.tpservices__btn {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.tpservices.tp-bg-secoundery .tpservices__img,
.tpservices.tp-bg-gray .tpservices__img {
  display: none;
}

.tpservices.tp-bg-orange .tpservices__back-text {
  color: rgba(7, 24, 33, 0.12) !important;
}

.tpservices.tp-bg-secoundery .tpservices__back-text {
  color: rgba(7, 24, 33, 0.09) !important;
}

.tpservices.tp-bg-gray .tpservices__back-text {
  color: rgba(7, 24, 33, 0.09) !important;
}

.tp-about-shape-parson {
  width: 170px !important;
  height: 170px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 24px 70px rgba(7, 24, 33, 0.18);
}

.tpexperts__thumb img,
.tpexperts__shape img,
.tpblogpost__thumb img {
  object-fit: cover;
}

.tpexperts__thumb img[src*="RICS"],
.tpexperts__thumb img[src*="TPO"],
.tpexperts__shape img[src*="RICS"],
.tpexperts__shape img[src*="TPO"] {
  object-fit: contain;
  padding: 28px;
  background: #071821;
}

.tp-brand-text-title {
  color: #071821;
}

.tp-footer-info-deg a {
  word-break: break-word;
}

.ckb-leadership-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
  gap: 42px;
  align-items: stretch;
  background: #f2f8fb;
  border-radius: 20px;
  padding: 28px;
}

.ckb-leadership-photo {
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
}

.ckb-leadership-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ckb-leadership-content {
  align-self: center;
  padding: 20px 20px 20px 0;
}

.ckb-kicker,
.ckb-role {
  color: #00adef;
  font-weight: 700;
}

.ckb-leadership-content h3 {
  font-size: clamp(34px, 4vw, 64px);
  margin: 8px 0 6px;
}

.ckb-leadership-content p {
  font-size: 17px;
  line-height: 1.65;
  color: #34444c;
}

.ckb-leadership-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.ckb-leadership-badges span {
  border: 1px solid rgba(0, 173, 239, 0.28);
  border-radius: 999px;
  padding: 9px 14px;
  background: #fff;
  color: #071821;
  font-weight: 700;
}

.ckb-form-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 28px 90px rgba(7, 24, 33, 0.08);
}

.ckb-form-copy {
  background: #071821;
  color: #fff;
  border-radius: 18px;
  padding: 34px;
}

.ckb-form-copy h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 16px;
}

.ckb-form-copy p,
.ckb-form-copy li {
  color: rgba(255, 255, 255, 0.78);
}

.ckb-form-copy ul {
  padding-left: 18px;
  margin-top: 28px;
}

.ckb-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ckb-contact-form label {
  display: grid;
  gap: 8px;
  color: #071821;
  font-weight: 700;
}

.ckb-contact-form input,
.ckb-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 24, 33, 0.14);
  border-radius: 10px;
  padding: 15px 16px;
  background: #f7fbfd;
  color: #071821;
  outline: none;
}

.ckb-contact-form input:focus,
.ckb-contact-form textarea:focus {
  border-color: #00adef;
  box-shadow: 0 0 0 4px rgba(0, 173, 239, 0.12);
}

.ckb-contact-form .ckb-full,
.ckb-contact-form button {
  grid-column: 1 / -1;
}

.ckb-form-status {
  min-height: 24px;
  margin: 0;
  color: #071821;
  font-size: 15px;
  font-weight: 700;
}

.ckb-form-status:empty {
  display: none;
}

.ckb-form-status.is-success {
  border: 1px solid rgba(0, 173, 239, 0.24);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(0, 173, 239, 0.08);
}

.ckb-form-status a {
  color: #0077a3;
  text-decoration: underline;
}

.tp-footer-widgets-title,
.tp-footer-widgets-white ul li a,
.tp-footer-info-title,
.tp-footer-info-deg,
.tp-footer-info-deg a {
  color: #fff !important;
}

.tp-footer-social a:hover,
.tp-footer-widgets-white ul li a:hover {
  color: #00adef !important;
}

.tp-header-menu a.is-active,
.tp-offcanvas-menu a.is-active {
  color: #00adef !important;
}

@media (max-width: 767px) {
  .tp-header-logo img,
  .tp-offcanvas-logo img {
    width: 56px !important;
    height: 60px !important;
  }

  .tpservices__img {
    height: 42%;
  }

  .ckb-leadership-card,
  .ckb-form-shell,
  .ckb-contact-form {
    grid-template-columns: 1fr;
  }

  .ckb-leadership-card,
  .ckb-form-shell {
    padding: 18px;
  }

  .ckb-leadership-photo {
    min-height: 320px;
  }

  .ckb-leadership-content {
    padding: 0;
  }
}
