/* Dpointed Feature List Styles */

:root {
  --primary: #111111;
  --secondary: #555555;
  --white: #ffffff;
  --white-2: rgba(255, 255, 255, 0.7);
  --black: #000000;
  --border: #eeeeee;
}

.dpfl-dpointed-el-section {
  position: relative;
}

/* Layout 1: service-area-2 */
.dpfl-service-area-2-inner {
  background-color: var(--primary);
  position: relative;
}

.dpfl-services-wrapper-2 .dpfl-service-box {
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 215px 1fr 595px;
  padding-top: 59px;
  padding-bottom: 72px;
  background-color: var(--primary);
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1919px) {
  .dpfl-services-wrapper-2 .dpfl-service-box {
    grid-template-columns: 215px 1fr 395px;
  }
}
@media only screen and (max-width: 1399px) {
  .dpfl-services-wrapper-2 .dpfl-service-box {
    grid-template-columns: 165px 1fr 395px;
  }
}
@media only screen and (max-width: 1199px) {
  .dpfl-services-wrapper-2 .dpfl-service-box {
    grid-template-columns: 115px 1fr 375px;
    padding-top: 49px;
    padding-bottom: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .dpfl-services-wrapper-2 .dpfl-service-box {
    grid-template-columns: 55px 1fr 285px;
    padding-top: 39px;
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .dpfl-services-wrapper-2 .dpfl-service-box {
    grid-template-columns: auto;
  }
}

.dpfl-services-wrapper-2 .dpfl-service-box .dpfl-number {
  font-size: 18px;
  color: #fcf7f3;
  transition: all 0.5s;
}

.dpfl-services-wrapper-2 .dpfl-service-box .dpfl-title {
  font-size: 110px;
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: #fcf7f3;
}

@media only screen and (max-width: 1919px) {
  .dpfl-services-wrapper-2 .dpfl-service-box .dpfl-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .dpfl-services-wrapper-2 .dpfl-service-box .dpfl-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .dpfl-services-wrapper-2 .dpfl-service-box .dpfl-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dpfl-services-wrapper-2 .dpfl-service-box .dpfl-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dpfl-services-wrapper-2 .dpfl-service-box .dpfl-title {
    font-size: 35px;
  }
}

.dpfl-services-wrapper-2 .dpfl-service-box .dpfl-text {
  font-size: 20px;
  color: #fcf7f3;
  max-width: 370px;
  margin-top: 7px;
}

/* Layout 2: approach-area */
.dpfl-approach-area .dpfl-approach-box {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 60px 1fr 595px;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #878482;
}

.dpfl-approach-area .dpfl-approach-box:first-child {
  border-top: 1px dashed #878482;
}

@media only screen and (max-width: 1919px) {
  .dpfl-approach-area .dpfl-approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}
@media only screen and (max-width: 1399px) {
  .dpfl-approach-area .dpfl-approach-box {
    grid-template-columns: 60px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .dpfl-approach-area .dpfl-approach-box {
    gap: 10px 30px;
  }
}
@media (max-width: 575px) {
  .dpfl-approach-area .dpfl-approach-box {
    grid-template-columns: 30px 1fr;
  }
}

.dpfl-approach-area .dpfl-approach-box .dpfl-number {
  font-size: 18px;
  color: var(--primary);
}

.dpfl-approach-area .dpfl-approach-box .dpfl-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}

.dpfl-approach-area .dpfl-approach-box .dpfl-text {
  font-size: 18px;
}

/* Layout 3: award-area-2 */
.dpfl-award-area-2 .dpfl-award-box {
  border-bottom: 1px solid rgb(41, 41, 41);
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}

.dpfl-award-area-2 .dpfl-award-box:hover {
  background-color: #171717;
}

.dpfl-award-area-2 .dpfl-award-box .dpfl-category,
.dpfl-award-area-2 .dpfl-award-box .dpfl-year {
  font-size: 18px;
  color: var(--white);
  transition: all 0.5s;
}

.dpfl-award-area-2 .dpfl-award-box .dpfl-award {
  font-size: 24px;
  color: var(--white);
}

/* Layout 4: service-area-5 */
.dpfl-services-wrapper-5 {
  border-top: 1px solid var(--border);
  margin-top: 6px;
}

.dpfl-services-wrapper-5 .dpfl-service-box {
  border-bottom: 1px solid var(--border);
  padding-top: 21px;
  padding-bottom: 29px;
  display: grid;
  gap: 15px 30px;
  grid-template-columns: 120px 1fr 295px;
}

.dpfl-services-wrapper-5 .dpfl-service-box .dpfl-number {
  font-size: 20px;
}
.dpfl-services-wrapper-5 .dpfl-service-box .dpfl-title {
  font-size: 36px;
}
.dpfl-services-wrapper-5 .dpfl-service-box .dpfl-text {
  font-size: 20px;
  opacity: 0;
  max-height: 0px;
  transition: all 0.3s;
}
.dpfl-services-wrapper-5 .dpfl-service-box:hover .dpfl-text {
  opacity: 1;
  max-height: 100px;
}

/* Layout 5: team-details-area */
.dpfl-team-details-area .dpfl-social-links {
  border-top: 1px dashed #878482;
  display: grid;
}

.dpfl-team-details-area .dpfl-social-links a {
  font-size: 20px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #878482;
  padding: 11px 0;
  transition: all 0.5s;
}

.dpfl-team-details-area .dpfl-social-links a:hover {
  background-color: #f7f7fa;
  padding-left: 20px;
}

.dpfl-team-details-area .dpfl-social-links a:before {
  content: "+";
  margin-right: 6px;
}

/* Hover Image Follow Cursor */
.dpfl-dpointed-hover-item {
  position: relative;
}

.dpfl-dpointed-hover-image {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  pointer-events: none !important;
  z-index: 2147483647 !important;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transform: translate(-50%, -50%) scale(0.5);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  overflow: hidden;
  border-radius: 10px;
}

.dpfl-dpointed-hover-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.dpfl-dpointed-hover-item:hover .dpfl-dpointed-hover-image {
  opacity: 1 !important;
  visibility: visible !important;
}
