/* === Fix navbar wrap (Bixom header) === */

/* 1) Evita que los items del menú salten a una segunda fila */
.main-header .main-menu .navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

.main-header .main-menu .navigation > li {
  white-space: nowrap;
}

/* 2) Alinea verticalmente logo / menú / botón en una sola línea */
.main-header .main-box.row {
  align-items: center;
}

/* 3) El menú empuja hacia la derecha, pegado al botón */
.main-header .nav-outer .main-menu {
  width: 100%;
}

/* 4) Espaciado entre items: ajústalo si aún queda apretado en ~1200-1366px */
.main-header .main-menu .navigation > li:not(:last-child) {
  margin-right: 28px;   /* baja a 22px si necesitas más espacio */
}

/* 5) Mantén el botón y el toggler sin reducirse */
.main-header .outer-box .info-box,
.main-header .outer-box .mobile-nav-toggler {
  flex-shrink: 0;
}

.hero-cartoon-icon{
    height: 700px;
}

.shape-3 img{
    height: 700px !important;
}

.ks-cta-shape-2 img{
    width: 100% !important;
    height: auto !important;
}

.contact-text{
    color: #fff;
}

.ks-hero-2-shape-1{
    right: 0 !important;
}

.ks-hero-2-shape-6{
    background: rgb(247 247 247 / 90%);
}

.service-area-three .shape-3 {
    z-index: 1;
}

.ks-testimonial-2-shape-1{
    height: 240px !important;
}

.ks-testimonial-2-shape-1{
    bottom: -1px !important;
}

.team-section-two .outer-box:before{
    background-image: url(../../images/shape/home3-team-section.webp) !important;
}

/* Sidebar scrollbar - Firefox */
.menu-box {
  scrollbar-width: thin;
  scrollbar-color: #4285b5 transparent;
}

/* Sidebar scrollbar - Chrome, Edge, Safari */
.menu-box::-webkit-scrollbar {
  width: 8px;
}

.menu-box::-webkit-scrollbar-track {
  background: transparent;
}

.menu-box::-webkit-scrollbar-thumb {
  background-color: #4285b5;
  border-radius: 10px;
}

.menu-box::-webkit-scrollbar-thumb:hover {
  background-color: #4285b5;
}

/* Hide Contact Us in the normal desktop header */
.main-header > .container .main-menu .navigation > li.nav-contact-link {
  display: none;
}

/* Show Contact Us inside sticky header */
.main-header .sticky-header .main-menu .navigation > li.nav-contact-link {
  display: list-item;
}

.image-1 img{
    height: 570px !important;
}

.ks-contact-shape-3 img{
    height: 300px !important;
}

.ks-about-3-thumb img{
    height: 500px !important;
}

/* ============================= */
/* DelosWeb Video Thumbnail */
/* ============================= */

.delos-video-thumb {
    overflow: hidden;
    border-radius: 28px;
    background: transparent;
}

.delos-video-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.delos-video-thumb::after {
    content: "Watch the reality check";
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 3;
    color: #ffffff;
    background: rgba(0, 0, 56, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.delos-video-thumb img {
    width: 100%;
    display: block;
    border-radius: 28px;
    transform: scale(1.01);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.delos-video-thumb:hover img {
    transform: scale(1.05);
    filter: brightness(0.92) contrast(1.08);
}

/* Play Button */
.delos-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 92px;
    height: 92px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.delos-video-play-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(66, 133, 181, 0.28);
    animation: delosPulse 1.8s infinite ease-out;
}

.delos-video-play-icon {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #ffffff;
    color: #000038;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow:
        0 18px 44px rgba(0, 0, 56, 0.28),
        0 0 0 8px rgba(255, 255, 255, 0.14);
    transition: all 0.3s ease;
}

.delos-video-play-icon i {
    margin-left: 4px;
}

.delos-video-play-btn:hover .delos-video-play-icon {
    background: #4285B5;
    color: #ffffff;
    transform: scale(1.08);
}

@keyframes delosPulse {
    0% {
        transform: scale(0.92);
        opacity: 0.85;
    }

    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

/* ============================= */
/* DelosWeb Video Modal */
/* ============================= */

.delos-video-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.35s ease;
}

.delos-video-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.delos-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 40%, rgba(66, 133, 181, 0.28), transparent 36%),
        rgba(0, 0, 56, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.delos-video-modal-content {
    position: relative;
    z-index: 2;
    width: min(980px, 100%);
    transform: scale(0.92) translateY(20px);
    transition: all 0.35s ease;
}

.delos-video-modal.is-open .delos-video-modal-content {
    transform: scale(1) translateY(0);
}

.delos-video-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #000038;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 40px 120px rgba(0, 0, 56, 0.55),
        0 0 80px rgba(66, 133, 181, 0.28);
}

.delos-video-frame video {
    width: 100%;
    display: block;
    border-radius: 28px;
    background: #000038;
}

.delos-video-close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #000038;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 18px 44px rgba(0, 0, 56, 0.28);
    transition: all 0.3s ease;
}

.delos-video-close:hover {
    background: #4285B5;
    color: #ffffff;
    transform: rotate(90deg);
}

body.delos-video-open {
    overflow: hidden;
}

/* Responsive */
@media (max-width: 767px) {
    .delos-video-thumb {
        border-radius: 20px;
    }

    .delos-video-thumb img {
        border-radius: 20px;
    }

    .delos-video-thumb::after {
        left: 16px;
        bottom: 16px;
        font-size: 11px;
        padding: 9px 14px;
    }

    .delos-video-play-btn {
        width: 78px;
        height: 78px;
    }

    .delos-video-play-icon {
        width: 62px;
        height: 62px;
        font-size: 18px;
    }

    .delos-video-modal {
        padding: 16px;
    }

    .delos-video-frame {
        border-radius: 18px;
    }

    .delos-video-frame video {
        border-radius: 18px;
    }

    .delos-video-close {
        top: -14px;
        right: -8px;
        width: 42px;
        height: 42px;
    }
}

/* ============================= */
    .process-section-two {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #031b66 0%, #0630a1 45%, #001a78 100%);
    z-index: 10;
    }

    .process-section-two::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 22%;
    width: 120px;
    height: 140%;
    background: linear-gradient(
        180deg,
        rgba(60, 149, 255, 0) 0%,
        rgba(60, 149, 255, 0.32) 50%,
        rgba(60, 149, 255, 0) 100%
    );
    transform: rotate(38deg);
    z-index: -1;
    }

    .process-section-two::after {
    content: "";
    position: absolute;
    top: -80px;
    right: 20%;
    width: 120px;
    height: 140%;
    background: linear-gradient(
        180deg,
        rgba(33, 115, 255, 0) 0%,
        rgba(33, 115, 255, 0.22) 50%,
        rgba(33, 115, 255, 0) 100%
    );
    transform: rotate(-38deg);
    z-index: -1;
    }

    .process-section-two .sec-title .sub-title,
    .process-section-two .sec-title h2 {
    color: #ffffff;
    }

    .process-fan-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 60px;
    align-items: center;
    }

    .process-fan-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    }

    .process-fan-item {
    position: relative;
    padding: 24px 26px;
    border-radius: 22px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    transition: all 350ms ease;
    overflow: hidden;
    }

    .process-fan-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 4px;
    height: 0;
    border-radius: 20px;
    background: #5fa8df;
    transition: all 350ms ease;
    }

    .process-fan-item:hover,
    .process-fan-item.active {
    background: rgba(8, 20, 100, 0.92);
    transform: translateX(16px);
    border-color: rgba(95, 168, 223, 0.65);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
    }

    .process-fan-item.active::before {
    height: calc(100% - 44px);
    }

    .process-fan-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    }

    .process-fan-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #5fa8df;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .process-fan-icon i {
    font-size: 24px;
    color: #ffffff;
    }

    .process-fan-heading h5 {
    color: #ffffff;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    }

    .process-fan-heading span {
    margin-left: auto;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.14);
    }

    .process-fan-item p {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding-left: 76px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    overflow: hidden;
    transition: all 350ms ease;
    }

    .process-fan-item.active p {
    max-height: 180px;
    opacity: 1;
    margin-top: 14px;
    }

    .process-fan-image-box {
    position: relative;
    }

    .process-image-shape {
    position: absolute;
    right: -26px;
    bottom: -26px;
    width: 78%;
    height: 78%;
    border-radius: 42px;
    background: rgba(95, 168, 223, 0.16);
    z-index: 0;
    }

    .process-image-card {
    position: relative;
    z-index: 1;
    padding: 14px;
    border-radius: 30px 30px 30px 110px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
    transform: rotate(-1.2deg);
    }

    .process-image-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 22px 22px 22px 95px;
    transition: opacity 250ms ease, transform 350ms ease;
    }

    .process-image-card:hover img {
    transform: scale(1.025);
    }

    .process-image-badge {
    position: absolute;
    left: 34px;
    bottom: 34px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 18px;
    border-radius: 50px;
    background: rgba(3, 27, 102, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    }

    .process-image-badge span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #5fa8df;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    }

    .process-image-badge strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    }

    /* Responsive */
    @media (max-width: 991px) {
    .process-fan-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .process-fan-item:hover,
    .process-fan-item.active {
        transform: translateX(0);
    }

    .process-image-card {
        max-width: 620px;
        margin: 0 auto;
    }
    }

    @media (max-width: 575px) {
    .process-section-two {
        padding: 80px 0;
    }

    .process-fan-item {
        padding: 22px 20px;
    }

    .process-fan-heading {
        gap: 14px;
    }

    .process-fan-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .process-fan-heading h5 {
        font-size: 18px;
    }

    .process-fan-heading span {
        font-size: 30px;
    }

    .process-fan-item p {
        padding-left: 0;
    }

    .process-image-card {
        border-radius: 24px 24px 24px 70px;
    }

    .process-image-card img {
        border-radius: 18px 18px 18px 60px;
    }
    }
/* ============================= */
/* ================================
   DelosWeb New Home Sections
================================ */

:root {
  --dw-navy: #031b66;
  --dw-blue: #0630a1;
  --dw-deep-blue: #001a78;
  --dw-light-blue: #5fa8df;
  --dw-white: #ffffff;
  --dw-soft-bg: #f4f8ff;
  --dw-text: #071338;
  --dw-muted: #5d6680;
}

/* Shared Heading */
.dw-section-heading {
  max-width: 780px;
  margin: 0 auto 55px;
}

.dw-subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--dw-light-blue);
  margin-bottom: 15px;
}

.dw-section-heading h2,
.dw-problems-content h2 {
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
  color: var(--dw-text);
  margin-bottom: 18px;
}

.dw-section-heading p,
.dw-problems-content p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--dw-muted);
  margin-bottom: 0;
}

/* Primary Button */
.dw-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dw-blue), var(--dw-light-blue));
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(6, 48, 161, 0.25);
  transition: all 300ms ease;
}

.dw-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(6, 48, 161, 0.35);
}

/* ================================
   Who We Build For
================================ */

.dw-industries-section {
  position: relative;
  padding: 115px 0;
  background: #ffffff;
  overflow: hidden;
}

.dw-industries-section::before {
  content: "";
  position: absolute;
  right: -160px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(95, 168, 223, 0.12);
}

.dw-industries-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.dw-industry-card {
  position: relative;
  padding: 34px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(3, 27, 102, 0.1);
  box-shadow: 0 18px 45px rgba(3, 27, 102, 0.08);
  transition: all 300ms ease;
  overflow: hidden;
}

.dw-industry-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(95, 168, 223, 0.12);
  transition: all 300ms ease;
}

.dw-industry-card:hover {
  transform: translateY(-8px);
  border-color: rgba(95, 168, 223, 0.45);
  box-shadow: 0 25px 60px rgba(3, 27, 102, 0.13);
}

.dw-industry-card:hover::after {
  transform: scale(1.25);
}

.dw-industry-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--dw-navy), var(--dw-light-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.dw-industry-icon i {
  color: #ffffff;
  font-size: 27px;
}

.dw-industry-card h4 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.25;
  color: var(--dw-text);
  margin-bottom: 12px;
}

.dw-industry-card p {
  position: relative;
  z-index: 1;
  color: var(--dw-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

/* ================================
   Improve Problems We Solve Spacing
================================ */

.dw-solve-section {
  padding: 110px 0 120px;
}

/* Header spacing */
.dw-solve-heading {
  max-width: 1150px;
  margin: 0 auto 70px;
}

.dw-solve-heading .dw-about-metrics-subtitle {
  display: block;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
}

.dw-solve-heading h2 {
  max-width: 980px;
  margin: 0 auto 28px;
  font-size: 58px;
  line-height: 1.18;
  letter-spacing: -0.8px;
  word-spacing: 4px;
}

.dw-solve-heading p {
  max-width: 1050px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  word-spacing: 2px;
}

/* Main layout spacing */
.dw-solve-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

/* Visual side */
.dw-solve-image-card {
  min-height: 430px;
}

.dw-solve-image-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

/* Mini cards spacing */
.dw-solve-mini-card {
  padding: 24px 28px;
  min-width: 220px;
}

.dw-solve-mini-card strong {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  word-spacing: 2px;
  margin-bottom: 10px;
}

.dw-solve-mini-card span {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0;
  word-spacing: 2px;
}

/* Right cards */
.dw-solve-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.dw-solve-item {
  padding: 34px 30px;
  min-height: 230px;
}

.dw-solve-content span {
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.dw-solve-content h5 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 0;
  word-spacing: 2px;
  margin-bottom: 16px;
}

.dw-solve-content p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  word-spacing: 2px;
}

/* Number */
.dw-solve-number {
  right: 24px;
  bottom: 22px;
  font-size: 58px;
  opacity: 0.55;
}

/* Button spacing */
.dw-solve-bottom {
  margin-top: 55px;
}

.dw-solve-btn {
  padding: 18px 34px;
  min-width: 190px;
  font-size: 16px;
  line-height: 1;
}

/* Responsive */
@media (max-width: 1199px) {
  .dw-solve-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .dw-solve-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .dw-solve-section {
    padding: 80px 0 90px;
  }

  .dw-solve-heading {
    margin-bottom: 45px;
  }

  .dw-solve-heading h2 {
    font-size: 34px;
    line-height: 1.22;
    word-spacing: 2px;
  }

  .dw-solve-heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .dw-solve-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dw-solve-item {
    min-height: auto;
    padding: 28px 24px;
  }

  .dw-solve-content h5 {
    font-size: 20px;
  }

  .dw-solve-image-card img {
    height: 320px;
  }

  .dw-solve-image-card {
    min-height: 320px;
  }
}

/* ================================
   Website Promise
================================ */

.dw-promise-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #031b66 0%, #0630a1 45%, #001a78 100%);
  overflow: hidden;
}

.dw-promise-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 15%;
  width: 130px;
  height: 150%;
  transform: rotate(38deg);
  background: linear-gradient(
    180deg,
    rgba(95, 168, 223, 0) 0%,
    rgba(95, 168, 223, 0.25) 50%,
    rgba(95, 168, 223, 0) 100%
  );
}

.dw-promise-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(95, 168, 223, 0.13);
}

.dw-promise-section .dw-section-heading {
  position: relative;
  z-index: 1;
}

.dw-promise-section .dw-section-heading h2,
.dw-promise-section .dw-section-heading p {
  color: #ffffff;
}

.dw-promise-section .dw-section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.dw-promise-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dw-promise-card {
  position: relative;
  min-height: 245px;
  padding: 34px 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  transition: all 300ms ease;
  overflow: hidden;
}

.dw-promise-card::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(95, 168, 223, 0.16);
  transition: all 300ms ease;
}

.dw-promise-card:hover {
  transform: translateY(-8px);
  background: rgba(10, 20, 110, 0.9);
  border-color: rgba(95, 168, 223, 0.55);
}

.dw-promise-card:hover::before {
  transform: scale(1.2);
}

.dw-promise-card span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--dw-light-blue);
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 24px;
}

.dw-promise-card h4 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 13px;
}

.dw-promise-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
  margin-bottom: 0;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1199px) {
  .dw-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dw-promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .dw-section-heading h2,
  .dw-problems-content h2 {
    font-size: 38px;
  }

  .dw-problems-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 767px) {
  .dw-industries-section,
  .dw-problems-section,
  .dw-promise-section {
    padding: 80px 0;
  }

  .dw-industries-grid,
  .dw-promise-grid {
    grid-template-columns: 1fr;
  }

  .dw-problem-row {
    grid-template-columns: 1fr;
  }

  .dw-section-heading h2,
  .dw-problems-content h2 {
    font-size: 32px;
  }

  .dw-section-heading p,
  .dw-problems-content p {
    font-size: 16px;
  }
}

/* ============================= */

.dw-solve-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
  overflow: hidden;
  z-index: 1;

  &::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    left: -260px;
    bottom: -300px;
    border-radius: 50%;
    background: rgba(61, 142, 216, 0.13);
    z-index: -1;
  }

  &::after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    right: -260px;
    top: -260px;
    border-radius: 50%;
    background: rgba(6, 35, 124, 0.08);
    z-index: -1;
  }

  .dw-solve-header {
    max-width: 780px;
    margin: 0 auto 70px;
    text-align: center;

    .dw-subtitle {
      margin-bottom: 18px;
      color: #5fa8df;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    h2 {
      margin-bottom: 20px;
      color: #061342;
      font-size: 64px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -2px;
    }

    p {
      margin-bottom: 0;
      color: #66708a;
      font-size: 20px;
      line-height: 1.7;
    }
  }

  .dw-solve-wrapper {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
  }

  .dw-solve-visual {
    position: relative;
  }

  .dw-solve-image-card {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(6, 19, 66, 0.18);

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        180deg,
        rgba(6, 19, 66, 0.05) 0%,
        rgba(6, 19, 66, 0.78) 100%
      );
      z-index: 1;
    }

    img {
      width: 100%;
      height: 560px;
      object-fit: cover;
      display: block;
    }
  }

  .dw-solve-image-overlay {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);

    .icon {
      width: 58px;
      height: 58px;
      flex: 0 0 58px;
      border-radius: 50%;
      background: linear-gradient(135deg, #06237c 0%, #3d8ed8 100%);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    strong {
      display: block;
      color: #061342;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.2;
    }

    small {
      display: block;
      margin-top: 5px;
      color: #66708a;
      font-size: 15px;
      line-height: 1.45;
    }
  }

  .dw-solve-mini-card {
    position: absolute;
    z-index: 3;
    max-width: 230px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(6, 19, 66, 0.16);

    strong {
      display: block;
      margin-bottom: 5px;
      color: #061342;
      font-size: 17px;
      font-weight: 800;
      line-height: 1.2;
    }

    span {
      display: block;
      color: #66708a;
      font-size: 14px;
      line-height: 1.45;
    }
  }

  .dw-solve-mini-card-one {
    top: 45px;
    right: -38px;
  }

  .dw-solve-mini-card-two {
    left: -34px;
    bottom: 120px;
  }

  .dw-solve-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .dw-solve-item {
    position: relative;
    min-height: 260px;
    padding: 34px 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(6, 19, 66, 0.08);
    box-shadow: 0 22px 65px rgba(6, 19, 66, 0.08);
    overflow: hidden;
    transition: all 300ms ease;

    &::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 6px;
      background: linear-gradient(90deg, #06237c 0%, #3d8ed8 100%);
      transform: scaleX(0);
      transform-origin: left;
      transition: all 300ms ease;
    }

    &:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 80px rgba(6, 19, 66, 0.14);

      &::before {
        transform: scaleX(1);
      }

      .dw-solve-number {
        color: rgba(61, 142, 216, 0.18);
      }
    }
  }

  .dw-solve-number {
    position: absolute;
    right: 24px;
    bottom: 14px;
    color: rgba(6, 19, 66, 0.06);
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
    transition: all 300ms ease;
  }

  .dw-solve-content {
    position: relative;
    z-index: 2;

    span {
      display: inline-block;
      margin-bottom: 16px;
      padding: 8px 14px;
      border-radius: 30px;
      background: #eef5ff;
      color: #06237c;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    h5 {
      margin-bottom: 14px;
      color: #061342;
      font-size: 25px;
      line-height: 1.22;
      font-weight: 800;
    }

    p {
      margin-bottom: 0;
      color: #66708a;
      font-size: 16px;
      line-height: 1.65;
    }
  }

  .dw-solve-bottom {
    margin-top: 55px;
    text-align: center;
  }

  .dw-solve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 38px;
    border-radius: 60px;
    background: linear-gradient(135deg, #06237c 0%, #3d8ed8 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(61, 142, 216, 0.36);
    transition: all 300ms ease;

    &:hover {
      color: #ffffff;
      transform: translateY(-3px);
      box-shadow: 0 24px 55px rgba(61, 142, 216, 0.46);
    }
  }
}

@media only screen and (max-width: 1199px) {
  .dw-solve-section {
    .dw-solve-header {
      h2 {
        font-size: 56px;
      }
    }

    .dw-solve-wrapper {
      gap: 45px;
    }

    .dw-solve-image-card {
      img {
        height: 500px;
      }
    }

    .dw-solve-mini-card-one {
      right: 18px;
    }

    .dw-solve-mini-card-two {
      left: 18px;
    }
  }
}

@media only screen and (max-width: 991px) {
  .dw-solve-section {
    padding: 90px 0;

    .dw-solve-wrapper {
      grid-template-columns: 1fr;
    }

    .dw-solve-visual {
      max-width: 650px;
      margin: 0 auto;
    }

    .dw-solve-list {
      max-width: 760px;
      margin: 0 auto;
    }
  }
}

@media only screen and (max-width: 767px) {
  .dw-solve-section {
    .dw-solve-header {
      margin-bottom: 45px;

      h2 {
        font-size: 44px;
        letter-spacing: -1px;
      }

      p {
        font-size: 18px;
      }
    }

    .dw-solve-list {
      grid-template-columns: 1fr;
    }

    .dw-solve-image-card {
      border-radius: 26px;

      img {
        height: 420px;
      }
    }

    .dw-solve-mini-card {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      max-width: 100%;
      margin-top: 16px;
    }

    .dw-solve-image-overlay {
      left: 18px;
      right: 18px;
      bottom: 18px;
      padding: 18px;
    }
  }
}

@media only screen and (max-width: 575px) {
  .dw-solve-section {
    padding: 75px 0;

    .dw-solve-header {
      h2 {
        font-size: 38px;
      }
    }

    .dw-solve-image-card {
      img {
        height: 360px;
      }
    }

    .dw-solve-image-overlay {
      align-items: flex-start;

      .icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
      }

      strong {
        font-size: 18px;
      }

      small {
        font-size: 14px;
      }
    }

    .dw-solve-item {
      min-height: auto;
      padding: 30px 24px;
    }

    .dw-solve-content {
      h5 {
        font-size: 22px;
      }
    }
  }
}
/* Card titles smaller only for this section */
.dw-solve-section {
  .dw-solve-content {
    h5 {
      font-size: 15px !important;
      line-height: 1.55 !important;
      letter-spacing: 0;
      margin-bottom: 10px;
    }

    p {
      font-size: 14px;
      line-height: 1.6;
    }
  }

  .dw-solve-item {
    min-height: 190px;
    padding: 24px 24px;
  }
}

.dw-footer-bridge-section {
  position: relative;
  z-index: 5;
  padding: 90px 0 0;
  background: #f3f7ff;
  overflow: visible;

  .dw-footer-bridge-card {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 45px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, #061342 0%, #06237c 48%, #3d8ed8 100%);
    box-shadow: 0 35px 90px rgba(6, 19, 66, 0.22);
    overflow: hidden;
    margin-bottom: -95px;

    &::before {
      content: "";
      position: absolute;
      top: -160px;
      right: -120px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.12);
    }

    &::after {
      content: "";
      position: absolute;
      left: 42%;
      top: -80px;
      width: 90px;
      height: 150%;
      background: rgba(255, 255, 255, 0.08);
      transform: rotate(28deg);
    }
  }

  .dw-footer-bridge-image {
    position: relative;
    z-index: 2;
    border-radius: 26px;
    overflow: hidden;
    min-height: 330px;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);

    img {
      width: 100%;
      height: 330px;
      object-fit: cover;
      display: block;
    }
  }

  .dw-footer-bridge-content {
    position: relative;
    z-index: 2;
    padding-right: 20px;

    .dw-footer-bridge-subtitle {
      margin-bottom: 12px;
      color: #9ed0ff;
      font-size: 13px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    h2 {
      margin-bottom: 16px;
      color: #ffffff;
      font-size: 42px;
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: -1px;
    }

    p {
      max-width: 610px;
      margin-bottom: 24px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 16px;
      line-height: 1.7;
    }
  }

  .dw-footer-bridge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 26px;
  }

  .dw-footer-bridge-item {
    padding: 16px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);

    span {
      display: block;
      margin-bottom: 8px;
      color: #9ed0ff;
      font-size: 12px;
      font-weight: 800;
    }

    strong {
      display: block;
      color: #ffffff;
      font-size: 14px;
      line-height: 1.3;
      font-weight: 700;
    }
  }

  .dw-footer-bridge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 50px;
    background: #ffffff;
    color: #06237c;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 300ms ease;

    &:hover {
      color: #06237c;
      transform: translateY(-3px);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    }
  }
}

.dw-footer-connected {
  padding-top: 180px !important;
}

@media only screen and (max-width: 991px) {
  .dw-footer-bridge-section {
    .dw-footer-bridge-card {
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: -80px;
    }

    .dw-footer-bridge-content {
      padding-right: 0;
      text-align: center;

      p {
        margin-left: auto;
        margin-right: auto;
      }
    }

    .dw-footer-bridge-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .dw-footer-connected {
    padding-top: 160px !important;
  }
}

@media only screen and (max-width: 575px) {
  .dw-footer-bridge-section {
    padding-top: 70px;

    .dw-footer-bridge-card {
      padding: 22px;
      border-radius: 26px;
    }

    .dw-footer-bridge-image {
      min-height: 240px;
      border-radius: 20px;

      img {
        height: 240px;
      }
    }

    .dw-footer-bridge-content {
      h2 {
        font-size: 30px;
      }

      p {
        font-size: 15px;
      }
    }

    .dw-footer-bridge-grid {
      grid-template-columns: 1fr;
    }
  }
}

/* ============================= */
/* DelosWeb Solve Video Button */
/* ============================= */

.dw-solve-video-card {
  position: absolute;
  z-index: 8;
  border: 0;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(0, 0, 56, 0.88);
  color: #ffffff;
  border: 1px solid rgba(66, 133, 181, 0.45);
  box-shadow:
    0 22px 55px rgba(0, 0, 56, 0.24),
    0 0 38px rgba(66, 133, 181, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.dw-solve-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 45%, rgba(66, 133, 181, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), transparent 45%);
  opacity: 0.95;
}

.dw-solve-video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(66, 133, 181, 0.85);
  box-shadow:
    0 28px 70px rgba(0, 0, 56, 0.32),
    0 0 55px rgba(66, 133, 181, 0.32);
}

.dw-solve-video-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  color: #000038;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  box-shadow:
    0 14px 35px rgba(0, 0, 56, 0.28),
    0 0 0 7px rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.dw-solve-video-card:hover .dw-solve-video-icon {
  background: #4285B5;
  color: #ffffff;
  transform: scale(1.07);
}

.dw-solve-video-pulse {
  position: absolute;
  left: 28px;
  top: 50%;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(66, 133, 181, 0.35);
  transform: translateY(-50%);
  animation: dwSolveVideoPulse 1.8s ease-out infinite;
  pointer-events: none;
}

.dw-solve-video-text {
  position: relative;
  z-index: 2;
  display: block;
}

.dw-solve-video-text strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dw-solve-video-text small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

@keyframes dwSolveVideoPulse {
  0% {
    transform: translateY(-50%) scale(0.82);
    opacity: 0.75;
  }

  100% {
    transform: translateY(-50%) scale(1.65);
    opacity: 0;
  }
}

/* Optional: only use this if your current mini card position is not good */
/*
.dw-solve-video-card.dw-solve-mini-card-two {
  right: 20px;
  bottom: 36px;
  width: 245px;
  min-height: 96px;
  border-radius: 22px;
  padding: 20px;
}
*/

/* ============================= */
/* DelosWeb Cartoon Video Modal */
/* ============================= */

.dw-cartoon-video-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;
}

.dw-cartoon-video-modal.is-open {
  display: flex !important;
}

.dw-cartoon-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(66, 133, 181, 0.34), transparent 38%),
    rgba(0, 0, 56, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.dw-cartoon-video-dialog {
  position: relative;
  z-index: 2;
  width: min(1040px, 94vw);
  aspect-ratio: 16 / 9;
  background: #000038;
  border-radius: 28px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 45px 130px rgba(0, 0, 56, 0.68),
    0 0 90px rgba(66, 133, 181, 0.38);
  animation: dwCartoonVideoPop 0.35s ease forwards;
}

.dw-cartoon-video-player {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain;
  background: #000038;
  border-radius: 28px;
}

.dw-cartoon-video-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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(0, 0, 56, 0.3);
  transition: all 0.3s ease;
}

.dw-cartoon-video-close:hover {
  background: #4285B5;
  color: #ffffff;
  transform: rotate(90deg);
}

body.dw-cartoon-video-is-open {
  overflow: hidden;
}

@keyframes dwCartoonVideoPop {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(18px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 767px) {
  .dw-solve-video-card {
    gap: 10px;
  }

  .dw-solve-video-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .dw-solve-video-text strong {
    font-size: 15px;
  }

  .dw-solve-video-text small {
    font-size: 11px;
  }

  .dw-cartoon-video-modal {
    padding: 18px;
  }

  .dw-cartoon-video-dialog {
    width: 96vw;
    border-radius: 18px;
  }

  .dw-cartoon-video-player {
    border-radius: 18px;
  }

  .dw-cartoon-video-close {
    top: -16px;
    right: -8px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}


/* ============================= */
/* DelosWeb FAQ Section */
/* ============================= */

.dw-faq-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.dw-faq-section::before {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(66, 133, 181, 0.10);
  border-radius: 36px;
  pointer-events: none;
}

.dw-faq-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: flex-start;
}

.dw-section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #4285B5;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dw-faq-content h2 {
  margin: 0 0 22px;
  color: #000038;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  
  letter-spacing: -0.05em;
}

.dw-faq-content p {
  max-width: 520px;
  margin: 0 0 34px;
  color: #4f5d78;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.dw-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: #000038;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(0, 0, 56, 0.16);
  transition: all 0.3s ease;
}

.dw-faq-btn span {
  display: inline-flex;
  color: currentColor;
}

.dw-faq-btn:hover {
  background: #4285B5;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(66, 133, 181, 0.26);
}

.dw-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dw-faq-item {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 56, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 56, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.dw-faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(66, 133, 181, 0.10), transparent 42%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.dw-faq-item.active {
  border-color: rgba(66, 133, 181, 0.32);
  box-shadow:
    0 24px 70px rgba(0, 0, 56, 0.10),
    0 0 38px rgba(66, 133, 181, 0.08);
}

.dw-faq-item.active::before {
  opacity: 1;
}

.dw-faq-question {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 82px;
  padding: 24px 30px;
  border: 0;
  background: transparent;
  color: #000038;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  cursor: pointer;
}

.dw-faq-question span {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.dw-faq-question i {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f8fb;
  border: 1px solid rgba(66, 133, 181, 0.18);
  transition: all 0.3s ease;
}

.dw-faq-question i::before,
.dw-faq-question i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #000038;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.dw-faq-question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.dw-faq-item.active .dw-faq-question i {
  background: #4285B5;
  border-color: #4285B5;
}

.dw-faq-item.active .dw-faq-question i::before,
.dw-faq-item.active .dw-faq-question i::after {
  background: #ffffff;
}

.dw-faq-item.active .dw-faq-question i::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.dw-faq-answer {
  position: relative;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.dw-faq-answer p {
  margin: 0;
  padding: 0 30px 28px;
  color: #4f5d78;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .dw-faq-section {
    padding: 90px 0;
  }

  .dw-faq-section::before {
    inset: 20px;
    border-radius: 26px;
  }

  .dw-faq-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dw-faq-content p {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .dw-faq-section {
    padding: 75px 0;
  }

  .dw-faq-content h2 {
    font-size: 34px;
  }

  .dw-faq-question {
    min-height: 72px;
    padding: 20px;
    gap: 16px;
  }

  .dw-faq-question span {
    font-size: 17px;
  }

  .dw-faq-question i {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .dw-faq-answer p {
    padding: 0 20px 24px;
    font-size: 15px;
  }
}

.pin-spacer{
    height: 295px !important;
}

.ks-testi-panel{
    height: 100% !important;
    max-height: none !important;
}

.ks-testimonial-2-item,
.ks-testimonial-2-item-wrap{
    height: 100% !important;
}
.testimonial-2::before{
    background-image: url(../../images/testimonial/floor-contractor-los-angeles-client-review-thumbnail.webp);
    background-size: cover;
}

.testimonial-4::before{
    background-image: url(../../images/testimonial/windows-doors-los-angeles-client-review-thumbnail.webp);
    background-size: cover;
}

.testimonial-3::before{
    background-image: url(../../images/testimonial/pools-los-angeles-real-client-testimonial-thumbnail.webp);
    background-size: cover;
}

.testimonial-5::before{
    background-image: url(../../images/testimonial/plumbing-expert-la-real-client-review-thumbnail.webp);
    background-size: cover;
}

.testimonial-1::before{
    background-image: url(../../images/testimonial/electrician-pro-la-real-client-review-thumbnail.webp);
    background-size: cover;
}

/* ============================= */
/* DelosWeb Testimonial Video Cards */
/* ============================= */

.dw-video-testi-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 56, 0.16);
}








/* Play Button */
.dw-testi-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dw-testi-play-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(66, 133, 181, 0.36);
  animation: dwTestiPulse 1.8s ease-out infinite;
}

.dw-testi-play-icon {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff;
  color: #000038;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  box-shadow:
    0 18px 44px rgba(0, 0, 56, 0.32),
    0 0 0 8px rgba(255, 255, 255, 0.14);
  transition: all 0.3s ease;
}

.dw-testi-play-btn:hover .dw-testi-play-icon {
  background: #4285b5;
  color: #ffffff;
  transform: scale(1.08);
}

@keyframes dwTestiPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.85;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* ============================= */
/* DelosWeb Testimonial Video Modal */
/* ============================= */

.dw-testi-video-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;
}

.dw-testi-video-modal.is-open {
  display: flex !important;
}

.dw-testi-video-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(66, 133, 181, 0.32), transparent 38%),
    rgba(0, 0, 56, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.dw-testi-video-dialog {
  position: relative;
  z-index: 2;
  width: min(1040px, 94vw);
  aspect-ratio: 16 / 9;
  background: #000038;
  border-radius: 28px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 45px 130px rgba(0, 0, 56, 0.68),
    0 0 90px rgba(66, 133, 181, 0.38);
  animation: dwTestiVideoPop 0.35s ease forwards;
}

.dw-testi-video-player {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain;
  background: #000038;
  border-radius: 28px;
}

.dw-testi-video-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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(0, 0, 56, 0.3);
  transition: all 0.3s ease;
}

.dw-testi-video-close:hover {
  background: #4285b5;
  color: #ffffff;
  transform: rotate(90deg);
}

body.dw-testi-video-is-open {
  overflow: hidden;
}

@keyframes dwTestiVideoPop {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(18px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Responsive */
@media (max-width: 767px) {
  .dw-video-testi-card,
  .dw-video-testi-inner,
  .dw-video-testi-inner img {
    border-radius: 18px;
  }

  .dw-testi-play-btn {
    width: 72px;
    height: 72px;
  }

  .dw-testi-play-icon {
    width: 58px;
    height: 58px;
  }

  .dw-testi-video-modal {
    padding: 18px;
  }

  .dw-testi-video-dialog {
    width: 96vw;
    border-radius: 18px;
  }

  .dw-testi-video-player {
    border-radius: 18px;
  }

  .dw-testi-video-close {
    top: -16px;
    right: -8px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}

/* ============================================= */
/* Testimonial video cards — below 992px          */
/* GSAP pins .ks-testi-panel only at min-width:992px, */
/* so there is no pin-spacer and no definite parent   */
/* height on smaller screens. The height:100% chain   */
/* then collapses the cards. Give them a real height. */
/* ============================================= */
@media (max-width: 992px) {
  /* break the height:100% chain that only resolves when pinned */
  .ks-testimonial-2-area .ks-testi-panel {
    height: auto !important;
    max-height: none !important;
    margin-bottom: 24px;
  }

  /* give each video card a real, responsive height */
  .ks-testimonial-2-area .ks-testimonial-2-item-wrap.dw-video-testi-card {
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 4 / 3;       /* adjust to taste, e.g. 16/9 or 1/1 */
    overflow: hidden;
    border-radius: 18px;
  }

  /* inner fills the card so the thumbnail + play button show */
  .ks-testimonial-2-area .ks-testimonial-2-item.dw-video-testi-inner {
    height: 100% !important;
    padding: 0;
  }

  /* thumbnail (rendered on ::before) fills the whole card */
  .ks-testimonial-2-area .ks-testimonial-2-item.dw-video-testi-inner::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    clip-path: none;
    border-radius: 18px;
  }
}


/* ============================= */
/* DelosWeb Market Reach Section */
/* ============================= */

.dw-market-reach-section {
  position: relative;
  padding-top: 150px;
  background: #ffffff;
  overflow: hidden;
}

.dw-market-reach-section::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(66, 133, 181, 0.10);
  filter: blur(10px);
  pointer-events: none;
}

.dw-market-reach-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  align-items: center;
  gap: 60px;
}

.dw-market-reach-content .sub-title {
  margin-bottom: 16px;
  color: #4285b5;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.dw-market-reach-content h2 {
  margin-bottom: 22px;
  color: #07124f;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.dw-market-reach-content p {
  max-width: 680px;
  margin: 0;
  color: #566078;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.dw-market-reach-card {
  position: relative;
  padding: 38px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(66, 133, 181, 0.08), rgba(66, 133, 181, 0.02)),
    #ffffff;
  border: 1px solid rgba(7, 18, 79, 0.09);
  box-shadow: 0 24px 70px rgba(7, 18, 79, 0.08);
}

.dw-market-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #07124f;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dw-market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.dw-market-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #07124f;
  border: 1px solid rgba(66, 133, 181, 0.22);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(7, 18, 79, 0.05);
}

.dw-market-reach-card p {
  margin: 0;
  color: #5d667a;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 991px) {
  .dw-market-reach-wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .dw-market-reach-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .dw-market-reach-section {
    padding: 78px 0;
  }

  .dw-market-reach-content h2 {
    font-size: 33px;
  }

  .dw-market-reach-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .dw-market-tags span {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.ks-contact-input-box select,
.contact-form .form-group select {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding: 0 25px;
  color: inherit;
  background-color: var(--gray-color);
  border-radius: 20;
  appearance: none;
  display: block !important;
  overflow: hidden;
}

.nice-select{
  display: none;
}

.header-style-eight .main-menu .navigation > li > a, .header-style-eight .main-menu .navigation .dropdown .dropdown-btn {
    color: #000038;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


.icon-box .icon-img{
  height: 34px !important;
  
}

.inner-column h1{
  font-size: 45px;
}



/* responsive */

@media (max-width: 768px) {
  .ks-hero-2-title, h1{
    font-size: 40px !important;
  }

  .hero-cartoon-icon{
    height: 500px;
  }

  .ks-hero-2-shape-1{
    top: 30%;
  }

  .ks-hero-2-shape-1{
    right: -40px !important;
  }

  .service-block-three:first-child{
    display: none !important;
  }

  .ks-section-title,
  .dw-about-metrics-heading h2,
  .sec-title h2,
  .dw-faq-content h2, .dw-market-reach-content h2,
  .dw-rtg-benefits-heading h2,
  .dw-rtg-cta-content h2,
  .dw-custom-title, .dw-footer-contact-cta .title h2,
  .dw-portfolio-value-heading h2,
  .dw-blog-learning-heading h2,
  .dw-blog-learning-card h3,
  .dw-blog-topics-heading h2,
  .dw-blog-closing-content h2, .dw-blog-guide-intro h2,
  .delos-faq-after .delos-faq-cta-box h2,
  .sec-title h3{
    font-size: 35px !important;
  }

  .dw-industries-section{
    padding: 50px 0;
  }

  .ks-contact-shape-1{
    width: 100px !important;
    top: 0;
  }

  .ks-about-3-thumb img{
    height: auto !important;
  }

  .image-1 img{
    height: auto !important;
  }

  .dw-about-metric-card h3{
    font-size: 40px !important;
  }

  .ks-blog-area.innerpage-style{
    padding-top: 100px;
  }
}

@media (max-width: 426px) {
  .ks-hero-2-title, h1{
    font-size: 35px !important;
  }

  .ks-section-title, .dw-about-metrics-heading h2, .sec-title h2,
  .dw-faq-content h2, .dw-market-reach-content h2,
  .dw-rtg-benefits-heading h2,
  .dw-rtg-cta-content h2, .dw-custom-title,
  .dw-footer-contact-cta .title h2,
  .dw-portfolio-value-heading h2,
  .dw-blog-learning-heading h2,
  .dw-blog-learning-card h3,
  .dw-blog-topics-heading h2,
  .dw-blog-closing-content h2, .dw-blog-guide-intro h2,
  .dw-blog-guide-path-content h3,
  .dw-blog-guide-path-content h3,
  .delos-faq-after .delos-faq-cta-box h2,
  .sec-title h3,
  .blog-details__title, .blog-details__content h2,
  .blog-details__content h3, .dw-faq-content h3{
    font-size: 30px !important;
  }
  .service-block-three:first-child,
  .service-block-three:last-child{
    display: none;
  }

  .dw-market-reach-section {
    padding: 100px 0;
  }

  .ks-blog-area, .dw-faq-section{
    padding-top: 0;
  }
  .dw-custom-image-caption h3{
    font-size: 25px !important;
  }

  .dw-about-metric-card h3{
    font-size: 35px !important;
  }

  .dw-about-showcase-section .container{
    padding-top: 0 !important;
  }
}

@media (max-width: 376px) {
  .ks-hero-2-title, h1{
    font-size: 30px !important;
  }

  .ks-brand-text-two{
    font-size: 20px !important;
  }

  .ks-section-title, .dw-about-metrics-heading h2, .sec-title h2,
  .dw-faq-content h2, .dw-market-reach-content h2,
  .project-block-two .inner-box .title,
  .dw-rtg-benefits-heading h2,
  .dw-rtg-cta-content h2, .dw-custom-title,
  .dw-footer-contact-cta .title h2,
  .dw-portfolio-value-heading h2,
  .dw-portfolio-value-card h4,
  .content-box .title,
  .dw-standard-card .title,
  .dw-blog-learning-heading h2,
  .dw-blog-topics-heading h2,
  .dw-blog-closing-content h2, .dw-blog-guide-intro h2,
  .dw-blog-guide-path-content h3,
  .delos-faq-after .delos-faq-cta-box h2,
  .sec-title h3, .blog-details__title,
  .blog-details__content h2, .blog-details__content h3,
  .dw-faq-content h3{
    font-size: 25px !important;
  }

  .project-section-two{
    padding-top: 0 !important;
  }

  .dw-custom-image-caption h3,
  .dw-custom-ba-content h3,
  .dw-custom-compare-head div,
  .dw-portfolio-direction-right h3,
  .dw-webpage-process-section h3,
  .dw-blog-learning-card h3{
    font-size: 20px !important;
  }

  .dw-about-metric-card h3{
    font-size: 30px !important;
  }

  .nav-links > div > a{
    font-size: 18px !important;
  }
  
}

@media (max-width: 320px) {
  .ks-hero-2-title, h1{
    font-size: 25px !important;
  }

  .ks-section-title, .dw-about-metrics-heading h2, .sec-title h2,
  .dw-faq-content h2, .dw-market-reach-content h2,
  .project-block-two .inner-box .title,
  .dw-rtg-benefits-heading h2,
  .dw-rtg-cta-content h2, .dw-custom-title,
  .dw-footer-contact-cta .title h2,
  .dw-portfolio-value-heading h2,
  .dw-portfolio-value-card h4,
  .content-box .title,
  .dw-standard-card .title,
  .dw-blog-learning-heading h2,
  .dw-blog-topics-heading h2,
  .dw-blog-closing-content h2,
  .dw-blog-guide-intro h2,
  .dw-blog-guide-path-content h3,
  .delos-faq-after .delos-faq-cta-box h2,
  .blog-details__title,
  .blog-details__content h3,
  .blog-details__content h2,
  .blog-details__content h3{
    font-size: 20px !important;
  }

  .ks-brand-text-two{
    font-size: 18px !important;
  }

  .about-area-home4 {
    padding-top: 0 !important;
  }

  .project-section-two{
    padding-bottom: 60px !important;
  }

  .process-fan-heading{
    display: flex;
    flex-direction: column;
  }

  .process-fan-heading span{
    margin-left: inherit;
  }

  .dw-custom-decision-item{
    display: flex !important;
    flex-direction: column !important;
  }

  .dw-blog-topics-image img,
  .dw-blog-guide-image img{
    height: auto !important;
  }

  .dw-blog-topic-card{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  

  
}