/* ============================= */
/* DelosWeb Comedy Video Button */
/* ============================= */

.delos-comedy-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #000038;
    box-shadow: 0 28px 80px rgba(0, 0, 56, 0.22);
}

.delos-comedy-thumb > img {
    width: 100%;
    display: block;
    border-radius: 28px;
}

.delos-comedy-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    
    pointer-events: none;
}

.delos-comedy-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    width: 85px;
    height: 85px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delos-comedy-play-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(66, 133, 181, 0.38);
    animation: delosComedyPulse 1.8s ease-out infinite;
}

.delos-comedy-play-icon {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #ffffff;
    color: #000038;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    box-shadow:
        0 20px 50px rgba(0, 0, 56, 0.35),
        0 0 0 9px rgba(255, 255, 255, 0.16);
    transition: all 0.3s ease;
}

.delos-comedy-play-btn:hover .delos-comedy-play-icon {
    background: #4285B5;
    color: #ffffff;
    transform: scale(1.08);
}

@keyframes delosComedyPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.65);
        opacity: 0;
    }
}

/* Keep original counter above overlay */
.delos-comedy-thumb .ks-about-client-info {
    z-index: 7;
}

/* ============================= */
/* DelosWeb Comedy Video Modal */
/* ============================= */

.delos-comedy-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.delos-comedy-modal.is-open {
    display: flex !important;
}

.delos-comedy-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 40%, rgba(66, 133, 181, 0.32), transparent 38%),
        rgba(0, 0, 56, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.delos-comedy-video-box {
    position: relative;
    z-index: 2;
    width: min(1040px, 94vw);
    aspect-ratio: 16 / 9;
    background: #000038;
    border-radius: 28px;
    overflow: visible;
    box-shadow:
        0 45px 130px rgba(0, 0, 56, 0.65),
        0 0 90px rgba(66, 133, 181, 0.35);
    animation: delosComedyPop 0.35s ease forwards;
}

.delos-comedy-video {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain;
    background: #000038;
    border-radius: 28px;
}

.delos-comedy-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #000038;
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 18px 45px rgba(0, 0, 56, 0.3);
    transition: all 0.3s ease;
}

.delos-comedy-close:hover {
    background: #4285B5;
    color: #ffffff;
    transform: rotate(90deg);
}

body.delos-comedy-is-open {
    overflow: hidden;
}

@keyframes delosComedyPop {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(18px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@media (max-width: 767px) {
    .delos-comedy-thumb {
        border-radius: 20px;
    }

    .delos-comedy-thumb > img {
        border-radius: 20px;
    }

    .delos-comedy-play-btn {
        width: 78px;
        height: 78px;
    }

    .delos-comedy-play-icon {
        width: 62px;
        height: 62px;
    }

    .delos-comedy-modal {
        padding: 18px;
    }

    .delos-comedy-video-box {
        width: 96vw;
        border-radius: 18px;
    }

    .delos-comedy-video {
        border-radius: 18px;
    }

    .delos-comedy-close {
        top: -16px;
        right: -8px;
        width: 44px;
        height: 44px;
        font-size: 30px;
    }
}

/* ================================
   DelosWeb About Metrics Section
   Same typography as template
================================ */

/* ================================
   DelosWeb About Metrics Section
   Centered + Brand Colors
================================ */

.dw-about-metrics-section {
  position: relative;
  padding: 95px 0 105px;
  
  overflow: hidden;
  text-align: center;
}
.ks-section-title{
  font-size: 45px ;
}

.ks-choose-2-content p{
  color: #f5f9ff;
}

.dw-about-metrics-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(45, 128, 183, 0.13);
  z-index: 0;
}

.dw-about-metrics-section::after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -170px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(3, 27, 102, 0.08);
  z-index: 0;
}

.dw-about-metrics-section .auto-container {
  position: relative;
  z-index: 2;
}

.dw-about-metrics-heading {
  max-width: 1180px;
  margin: 0 auto 50px;
  text-align: center;
}

.dw-about-metrics-subtitle {
  display: inline-block;
  margin-bottom: 18px;
  color: #2d80b7;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dw-about-metrics-subtitle i {
  color: #2d80b7;
  font-style: normal;
}

.dw-about-metrics-title {
  max-width: 1120px;
  margin: 0 auto 26px;
  color: #031b66;
  font-size: 62px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1.5px;
  text-align: center;
}

.dw-about-metrics-title span {
  position: relative;
  display: inline-block;
  color: #031b66;
  z-index: 1;
}

.dw-about-metrics-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 8px;
  background: rgba(45, 128, 183, 0.35);
  z-index: -1;
  border-radius: 20px;
}

.dw-about-metrics-text {
  max-width: 1080px;
  margin: 0 auto;
  color: #4d5b73;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
}

.dw-about-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1460px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
}

.dw-about-metric-card {
  min-height: 210px;
  padding: 36px 30px 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, #000038 0%, #000038 55%, #000038 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 300ms ease;
  box-shadow: 0 22px 55px rgba(3, 27, 102, 0.16);
  overflow: hidden;
  position: relative;
}

.dw-about-metric-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(95, 168, 223, 0.18);
  transition: all 300ms ease;
}

.dw-about-metric-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(3, 27, 102, 0.25);
}

.dw-about-metric-card:hover::before {
  transform: scale(1.2);
}

.dw-about-metric-card h3 {
  position: relative;
  z-index: 1;
  color: #5fa8dfb9;
  font-size: 58px;
  line-height: 0.95;
  font-weight: 755;
  letter-spacing: -2px;
  margin-bottom: 16px;
  text-align: center;
}

.dw-about-metric-card p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 1399px) {
  .dw-about-metrics-title {
    font-size: 54px;
  }

  .dw-about-metrics-text {
    font-size: 23px;
  }

  .dw-about-metrics-grid {
    gap: 24px;
  }

  .dw-about-metric-card h3 {
    font-size: 64px;
  }

  .dw-about-metric-card p {
    font-size: 23px;
  }
}

@media (max-width: 1199px) {
  .dw-about-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }

  .dw-about-metrics-title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .dw-about-metrics-section {
    padding: 75px 0 80px;
  }

  .dw-about-metrics-heading {
    margin-bottom: 35px;
  }

  .dw-about-metrics-title {
    font-size: 34px;
    letter-spacing: -0.6px;
  }

  .dw-about-metrics-title span::after {
    bottom: 5px;
    height: 6px;
  }

  .dw-about-metrics-text {
    font-size: 17px;
  }

  .dw-about-metrics-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }

  .dw-about-metric-card {
    min-height: 170px;
    padding: 30px;
  }

  .dw-about-metric-card h3 {
    font-size: 52px;
  }

  .dw-about-metric-card p {
    font-size: 22px;
  }
}

    /* ================================
   Team Approach Section
   Image Left + Capabilities Right
================================ */

.dw-team-approach-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.dw-team-approach-section .shape-1 {
  opacity: 0.35;
}

.dw-team-approach-intro {
  max-width: 980px;
  margin: -10px auto 60px;
}

.dw-team-approach-intro .text {
  color: #5d6680;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Left Image */
.dw-team-approach-visual {
  position: relative;
  min-height: 100%;
}

.dw-team-approach-visual img {
  width: 100%;
  height: 528px;
  object-fit: cover;
  display: block;
  border-radius: 28px 28px 28px 120px;
  box-shadow: 0 30px 75px rgba(3, 27, 102, 0.18);
}

.dw-team-approach-visual::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 78%;
  height: 78%;
  border-radius: 28px 28px 28px 120px;
  background: rgba(45, 128, 183, 0.12);
  z-index: -1;
}

.dw-team-approach-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px 28px 28px 120px;
  background: linear-gradient(
    180deg,
    rgba(3, 27, 102, 0.02) 0%,
    rgba(3, 27, 102, 0.25) 100%
  );
  pointer-events: none;
}

.dw-team-approach-badge {
  position: absolute;
  left: 30px;
  bottom: -30px;
  z-index: 2;
  max-width: 285px;
  padding: 24px 26px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(3, 27, 102, 0.18);
  border: 1px solid rgba(3, 27, 102, 0.08);
}

.dw-team-approach-badge span {
  display: block;
  color: #03084f;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 8px;
}

.dw-team-approach-badge .text {
  color: #5d6680;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Right Cards */
.dw-team-approach-card {
  position: relative;
  height: 100%;
  min-height: 285px;
  padding: 36px 30px 34px;
  border-radius: 26px;
  background: #f5f9ff;
  border: 1px solid rgba(3, 27, 102, 0.08);
  box-shadow: 0 18px 45px rgba(3, 27, 102, 0.07);
  overflow: hidden;
  transition: all 300ms ease;
}

.dw-team-approach-card::before {
  content: "";
  position: absolute;
  top: -65px;
  right: -65px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(45, 128, 183, 0.12);
  transition: all 300ms ease;
}

.dw-team-approach-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(45, 128, 183, 0.35);
  box-shadow: 0 26px 65px rgba(3, 27, 102, 0.13);
}

.dw-team-approach-card:hover::before {
  transform: scale(1.2);
}

.dw-team-approach-number {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: rgba(45, 128, 183, 0.12);
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.dw-team-approach-icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #031b66 0%, #2d80b7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.dw-team-approach-icon i {
  color: #ffffff;
  font-size: 27px;
}

.dw-team-approach-card .content-box {
  position: relative;
  z-index: 1;
}

.dw-team-approach-card .title {
  color: #03084f;
  margin-bottom: 8px;
}

.dw-team-approach-card .sub-title {
  color: #2d80b7;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.dw-team-approach-card .text {
  color: #5d6680;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .dw-team-approach-visual img {
    height: 520px;
  }

  .dw-team-approach-card {
    min-height: 260px;
  }
}

@media (max-width: 991px) {
  .dw-team-approach-visual {
    margin-bottom: 15px;
  }

  .dw-team-approach-visual img {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .dw-team-approach-intro {
    margin-bottom: 42px;
  }

  .dw-team-approach-intro .text {
    font-size: 16px;
  }

  .dw-team-approach-visual img {
    height: 330px;
    border-radius: 24px 24px 24px 80px;
  }

  .dw-team-approach-visual::before,
  .dw-team-approach-visual::after {
    border-radius: 24px 24px 24px 80px;
  }

  .dw-team-approach-badge {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 18px;
  }

  .dw-team-approach-card {
    min-height: auto;
    padding: 32px 26px;
  }

  .dw-team-approach-number {
    font-size: 52px;
  }

  .dw-team-approach-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .dw-team-approach-icon i {
    font-size: 24px;
  }
}

/* ================================
   DelosWeb Website Standards Section
================================ */

.dw-standards-section {
  position: relative;
  padding: 115px 0 120px;
  background: #f5f9ff;
  overflow: hidden;
}

.dw-standards-section::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(45, 128, 183, 0.12);
}

.dw-standards-section::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -190px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(3, 8, 79, 0.06);
}

.dw-standard-card {
  position: relative;
  height: 100%;
  min-height: 255px;
  padding: 36px 32px 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(3, 27, 102, 0.08);
  box-shadow: 0 18px 45px rgba(3, 27, 102, 0.07);
  overflow: hidden;
  transition: all 300ms ease;
}

.dw-standard-card:hover {
  transform: translateY(-8px);
  border-color: rgba(45, 128, 183, 0.35);
  box-shadow: 0 26px 65px rgba(3, 27, 102, 0.13);
}

.dw-standard-card::before {
  content: "";
  position: absolute;
  top: -65px;
  right: -65px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #2d80b71f;
  transition: all 300ms ease;
}

.dw-standard-card:hover::before {
  transform: scale(1.2);
}

.dw-standard-card span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #031b66 0%, #2d80b7 100%);
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 26px;
}

.dw-standard-card .title {
  color: #03084f;
  margin-bottom: 13px;
}

.dw-standard-card .text {
  color: #5d6680;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .dw-standards-section {
    padding: 80px 0 90px;
  }

  .dw-standard-card {
    min-height: auto;
    padding: 32px 26px;
  }

  .dw-standard-card span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

/* ================================
   DelosWeb Mission Vision Section
   Mission + Image + Vision
================================ */

.dw-mission-vision-section {
  position: relative;
  padding: 110px 0 120px;
  background: #f5f9ff;
  overflow: hidden;
  z-index: 1;
}

.dw-mission-vision-section::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(45, 128, 183, 0.12);
  z-index: -1;
}

.dw-mission-vision-section::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -190px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(3, 8, 79, 0.06);
  z-index: -1;
}

.dw-mission-vision-intro {
  max-width: 950px;
  margin: -10px auto 60px;
}

.dw-mission-vision-intro .text {
  color: #5d6680;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dw-mission-vision-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 34px;
  align-items: center;
}

/* Cards */
.dw-mission-vision-card {
    top: 90px;
  position: relative;
  min-height: 390px;
  padding: 42px 34px 38px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(3, 27, 102, 0.08);
  box-shadow: 0 18px 45px rgba(3, 27, 102, 0.07);
  overflow: hidden;
  transition: all 300ms ease;
}

.dw-mission-vision-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: rgba(45, 128, 183, 0.12);
  transition: all 300ms ease;
}

.dw-mission-vision-card:hover {
  transform: translateY(-8px);
  border-color: rgba(45, 128, 183, 0.35);
  box-shadow: 0 28px 70px rgba(3, 27, 102, 0.13);
}

.dw-mission-vision-card:hover::before {
  transform: scale(1.25);
}

.dw-mission-vision-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #031b66 0%, #2d80b7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.dw-mission-vision-icon i {
  color: #ffffff;
  font-size: 28px;
}

.dw-mission-vision-label {
  position: absolute;
  right: 28px;
  bottom: 22px;
  color: rgba(45, 128, 183, 0.13);
  font-size: 66px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.dw-mission-vision-card .title {
  position: relative;
  z-index: 1;
  color: #03084f;
  margin-bottom: 16px;
}

.dw-mission-vision-card .text {
  position: relative;
  z-index: 1;
  color: #5d6680;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 0;
}

/* Center Image */
.dw-mission-vision-image-wrap {
  position: relative;
}

.dw-mission-vision-image {
  position: relative;
  overflow: hidden;
  border-radius: 32px 32px 32px 115px;
  box-shadow: 0 30px 75px rgba(3, 27, 102, 0.18);
}

.dw-mission-vision-image img {
  width: 100%;
  height: 452px;
  object-fit: cover;
  display: block;
}

.dw-mission-vision-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 27, 102, 0.03) 0%,
    rgba(3, 27, 102, 0.24) 100%
  );
  pointer-events: none;
}

.dw-mission-vision-image-wrap::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 78%;
  height: 78%;
  border-radius: 32px 32px 32px 115px;
  background: rgba(45, 128, 183, 0.14);
  z-index: -1;
}

.dw-mission-vision-badge {
  position: absolute;
  left: 26px;
  bottom: -36px;
  z-index: 2;
  max-width: 285px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(3, 27, 102, 0.18);
  border: 1px solid rgba(3, 27, 102, 0.08);
}

.dw-mission-vision-badge strong {
  display: block;
  color: #03084f;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 7px;
}

.dw-mission-vision-badge span {
  display: block;
  color: #5d6680;
  font-size: 15px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1199px) {
  .dw-mission-vision-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dw-mission-vision-card {
    min-height: auto;
  }

  .dw-mission-vision-image {
    max-width: 720px;
    margin: 0 auto;
  }

  .dw-mission-vision-image img {
    height: 430px;
  }
}

@media (max-width: 767px) {
  .dw-mission-vision-section {
    padding: 80px 0 90px;
  }

  .dw-mission-vision-intro {
    margin-bottom: 42px;
  }

  .dw-mission-vision-intro .text {
    font-size: 16px;
  }

  .dw-mission-vision-card {
    padding: 34px 28px;
  }

  .dw-mission-vision-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .dw-mission-vision-icon i {
    font-size: 24px;
  }

  .dw-mission-vision-label {
    font-size: 52px;
  }

  .dw-mission-vision-image {
    border-radius: 26px 26px 26px 80px;
  }

  .dw-mission-vision-image img {
    height: 330px;
  }

  .dw-mission-vision-image-wrap::before {
    border-radius: 26px 26px 26px 80px;
  }

  .dw-mission-vision-badge {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 18px;
  }
}

