@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #1f3a5f;
  --secondary: #d1a84f;
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Urbanist", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font);
  font-weight: 500;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

.site-content .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
}

.ast-plain-container.ast-no-sidebar #primary {
margin: 0; !important;
}

.elementor-widget-heading h6.elementor-heading-title {
	font-size: 22px;
	font-weight: 600;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	color: #111;
}
.elementor-widget .elementor-icon-list-item a {
color: #111;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

p {
	  font-family: var(--primary-font);
  font-weight: 400;
  margin-bottom: 15px;
}

.custom-logo {
  max-width: 250px;
}

.section {
  padding-top: 75px;
}

.section-tb {
  padding: 75px 0;
}

.section-dark {
  background: #fafafa;
}

.bg-primary {
  background: var(--primary);
}

.heading-wrap.uk-text-center {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.heading-wrap {
  margin-bottom: 40px;
}

.heading-wrap h2 {
  font-size: 48px;
  line-height: 1.167;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
  color: var(--primary);
}

.heading-wrap.heading-white h2 {
  color: #fff;
}

.heading-wrap p {
  font-size: clamp(18px, calc(0.19608vw + 17.17647px), 20px);
  letter-spacing: -0.5px;
  line-height: 1.6;
  margin: 0;
}

.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}

.main-navigation > div > ul > li > a {
  font-weight: 500;
  color: #1c1f25;
}

.sub-menu {
  display: none;
}

.uk-container.uk-container-large {
  max-width: 1310px;
}

.industry__banner__section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

.banner__img {
  border-radius: 20px;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner__contents h1 {
  font-size: 60px;
  line-height: 1.09;
  margin: 0 0 16px;
}

.banner__contents p {
  font-size: 20px;
}

.btn {
  align-items: center;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 13px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}

.btn:hover {
  background: var(--secondary);
  color: #fff;
}

.btn.btn-secondary {
  background: var(--secondary);
}

.btn.btn-outline {
  border: 1px solid #fff;
}

.about__img figure {
  aspect-ratio: 0.9277;
  background: #f6f6f6;
  border-radius: 16px;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.about__img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__content p {
  font-size: clamp(17px, calc(0.19608vw + 17.17647px), 19px);
  letter-spacing: -0.5px;
  line-height: 1.6;
}

.why__card--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  border-left: none;
  border-right: none;
  width: 100%;
  background-image:
    repeating-linear-gradient(
      90deg,
      #d4d4d8,
      #d4d4d8 5px,
      transparent 5px,
      transparent 10px
    ),
    repeating-linear-gradient(
      90deg,
      #d4d4d8,
      #d4d4d8 5px,
      transparent 5px,
      transparent 10px
    );
  background-size:
    100% 1px,
    100% 1px;
  background-position: top, bottom;
  background-repeat: no-repeat;
}

.why__card:not(:last-child) {
  background-image: repeating-linear-gradient(
    0deg,
    #d4d4d8,
    #d4d4d8 5px,
    transparent 5px,
    transparent 10px
  );
  background-size: 1px 100%;
  background-position: right;
  background-repeat: no-repeat;
}



.why__card--content {
  padding: 64px 33px 64px 0;
}
.why__card h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.3;
}

.why__card p {
  line-height: 24px;
  margin: 0;
}

.why__card--content img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 24px;
}

.dental__card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 40px;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

.dental__card::before {
  content: "";
  background: #fafafa;
  border: 1px solid #fff0;
  border-radius: 24px;
  box-shadow: inset 0 0 2px 0 #373b3f72;
  inset: 0;
  position: absolute;
  transition:
    background 0.3s,
    border 0.3s;
  z-index: -1;
}

.dental__card span {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary);
}

.dental__card h3 {
  margin-top: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.dental__card p {
  margin: 0;
}

.sticky__heading {
  position: sticky;
  top: 180px;
}

.dental__card {
  position: sticky;
  top: 180px;
}

.marketing__service--card {
  background: #faf5e5;
  border: 1px solid var(--secondary);
  border-radius: 10px;
  height: 100%;
}

.marketing__service--card > a {
  display: block;
  height: 300px;
  border-radius: 10px;
  width: 100%;
}

.marketing__service--card figure {
  margin: 0;
  width: 100%;
  border-radius: 10px;
  height: 300px;
}

.marketing__service--card figure img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.marketing__service--content {
  padding: 30px;
  height: 100%;
}

.marketing__service--content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.marketing__service--content h3 a {
  color: var(--primary);
}

.marketing__service--content p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
}

.dental__slider .swiper-slide {
  height: auto;
  display: flex;
}

.dental__slider .swiper-slide .marketing__service--card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dental__marketing--section {
  margin-top: 75px;
}

.dental__slider .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.timeline__dates {
  position: relative;
}
.timeline__dates::before {
  content: "";
  position: absolute;
  top: 182px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 83%;
  z-index: 1;
  border-left: 1px solid #ffffffc6;
}
.timeline-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.marker {
  z-index: 2;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-border-radius: 50px;
}
.timeline-content {
  width: 50%;
  color: #fff;
  padding-right: 50px;
}
.timeline-content:last-child {
  width: 50%;
  padding: 0;
  padding-left: 50px;
}
.timeline-content h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}
.timeline-content span {
  font-size: 15px;
  color: #fff;
}
.timeline-content p {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  opacity: 0.8;
}
.timeline-block:nth-child(2n) .timeline-content:first-child {
  order: 3;
  padding-left: 50px;
  padding-right: 0;
}
.timeline-block:nth-child(2n) .timeline-content:last-child {
  order: -1;
  padding-right: 50px;
  padding-left: 0;
  text-align: right;
}
.timeline-block:nth-child(2n) .marker {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.timeline-no-img {
  width: 100%;
  height: 300px;
  text-align: center;
  background: #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-no-img span {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
}

.expect__card {
  background: #fdfcf8;
  padding: 30px;
  transition: 0.3s linear;
  border-radius: 12px;
  border: 1px solid #0d19341a;
}

.expect__card h3 {
  font-size: 20px;
  margin: 0;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 12px;
}

.expect__card p {
  font-size: 15px;
  margin: 0;
  color: #1a1a1a;
  line-height: 1.6;
}

.readmore-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  overflow: hidden;
}

.readmore-text.expanded {
  -webkit-line-clamp: unset;
}

.expect__card--icon {
  background: var(--primary);
  width: 44px;
  height: 44px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.expect__card--icon img {
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.expect__card:hover {
  transition: 0.3s linear;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border: 1px solid var(--secondary);
}

.text-btn {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: underline;
}

.why__choose__digi {
  margin-top: 75px;
  background-image: linear-gradient(to right bottom, #f7e2b899 0%, #0000 100%);
}

.why__list {
  background: #fdfcf8;
  border: 1px solid var(--secondary);
  padding: 24px;
  border-radius: 16px;
}

.why__list span {
  font-size: 24px;
  display: block;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 12px;
}

.why__list h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.case__section {
  background: #f3fcff;
}

.case__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case__tabs ul li {
  margin-bottom: 12px;
}

.case__tabs ul li a {
  display: block;
  background: #fff;
  padding: 20px;
  font-size: 15px;
  border-radius: 12px;
  color: #111;
  border: 1px solid #99999958;
}

.case__tabs ul li.uk-active a {
  background-image: linear-gradient(to right bottom, #f7e2b899 0%, #0000 100%);
  border: 1px solid var(--secondary);
}

.case__tabs ul li a span {
  display: block;
  font-size: 13px;
}

.case__section {
  margin-top: 75px;
}

.case__study__content {
  border: 1px solid #d8e7f0;
  border-radius: 24px;
}

.top__case__content {
  padding: 30px;
  border-radius: 24px 24px 0 0;
  background-image: linear-gradient(to right bottom, #f7e2b899 0%, #fff 100%);
}

.top__case__content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 12px;
}

.top__case__content p {
  margin: 0;
  color: #1e1e1e;
  margin-bottom: 12px;
}

.top__case__content img {
  width: 100%;
  margin-bottom: 12px;
}

.case__deliveries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case__deliveries ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 5px;
  padding: 5px 15px;
}

.bottom__case__content {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 24px 24px;
}

.bottom__case__content span {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
}

.case__num {
  background: #fdfcf8;
  border-radius: 12px;
  border: 1px solid var(--secondary);
  text-align: center;
  padding: 15px;
}

.case__num span {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
}

.case__num p {
  margin: 0 auto;
  color: #555;
  font-weight: 500;
  font-size: 14px;
  max-width: 75%;
}

.accordion__header h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  transition: 0.3s linear;
  letter-spacing: -0.09px;
  position: relative;
  padding-right: 5rem;
}

.accordion__header h3::after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-color: var(--primary);
  transition: 0.3s linear;
  border-radius: 50px;
}

.accordion__items > li.uk-open h3::after {
  background-color: var(--secondary);
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
}
.accordion__items > li:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__content p {
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.8;
  margin-top: 12px;
}

.accordion__header.uk-open h3,
.accordion__header h3:hover {
  color: var(--primary);
}
.cta__section {
  margin-top: 75px;
}

.cta__card {
  background: #fdfcf80f;
  border: 1px solid #fdfcf81a;
  border-radius: 18px;
  padding: 30px;
}

.cta__card h3 {
  font-size: 22px;
  margin: 0;
	font-weight: 600;
  margin-bottom: 12px;
  color: var(--secondary);
}

.cta__card p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.cta__section {
  position: relative;
}

.cta__section .heading-wrap {
  position: relative;
  z-index: 2;
}

.cta__card img {
  margin-bottom: 18px;
  width: 28px;
  filter: brightness(0) saturate(100%) invert(92%) sepia(55%) saturate(4403%)
    hue-rotate(317deg) brightness(92%) contrast(91%);
}

.overlay__cta {
  position: absolute;
  inset: 0;
  opacity: 0.25;
}

.cta__content {
  text-align: center;
  margin-top: 32px;
}

.cta__content p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.cta__btn {
  gap: 8px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 992px) {
  .banner__contents h1 {
    max-width: 100%;
    font-size: 55px;
  }

  .section {
    padding-top: 50px;
  }

  .section-tb {
    padding: 50px 0;
  }
  .heading-wrap.uk-text-center {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .industry__banner__section {
    padding: 50px 0;
  }
  .banner__contents h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .section {
    padding-top: 40px;
  }

  .section-tb {
    padding: 40px 0;
  }
  .btn {
    font-size: 14px;
  }

  * + .uk-grid-margin-large,
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin {
    margin-top: 24px;
  }

  .heading-wrap h2 {
    font-size: 34px;
  }

  .why__card--flex {
    flex-wrap: wrap;
    gap: 12px;
  }
  .why__card:not(:last-child) {
    border-right: none;
    background-image: repeating-linear-gradient(
      90deg,
      #d4d4d8,
      #d4d4d8 5px,
      transparent 5px,
      transparent 10px
    );
    background-size: 100% 1px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .why__card--content {
    padding: 24px 24px 24px 0;
  }

  .timeline__dates {
    padding-left: 30px;
  }

  .timeline__dates::before {
    left: 0;
    top: 0;
    height: 100%;
  }
  .timeline-content {
    width: 100%;
    padding: 0;
  }

  .timeline-block:nth-child(2n) .timeline-content:first-child,
  .timeline-block:nth-child(2n) .timeline-content:last-child,
  .timeline-content:last-child {
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 0;
  }
  .marker {
    display: none;
  }
  .timeline-content h3 {
    font-size: 28px;
    margin-top: 12px;
  }
  .timeline-block {
    display: block;
    margin-bottom: 50px;
  }

  .main-navigation {
    display: none;
  }
}

@media (max-width: 500px) {
  .accordion__header h3 {
    font-size: 22px;
    padding-right: 40px;
  }
  
  .accordion__header h3::after {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
