/* -------------------------------------------------------------------------- */
/*                                COOKIE POLICY                               */
/* -------------------------------------------------------------------------- */
#cookieModal img {
  width: 150px;
  margin: auto;
  display: block;
  background: #99d3fc;
  border-radius: 100px;
  padding: 20px;
  margin-bottom: 20px;
}

#cookieModal .cookie-content {
  text-align: center;
}

#cookieModal .modal {
  display: block;
  float: right;
  background: transparent;
  border: none;
  font-size: 25px;
  padding-bottom: 20px;
}

#cookieModal .modal-body {
  padding: 20px 10px 50px 10px;
}

#cookieModal .modal-content {
  border: 10px solid #5b6ced;
}

#cookieModal .close {
  float: right;
  background: transparent;
  border: 0;
  font-size: 20px;
}

#cookieModal .cookie-btn .tmp-btn {
  margin: 0px auto 20px;
}

/* -------------------------------------------------------------------------- */
/*                        GLOBAL PAGE BANNER / BREADCRUMB                     */
/* -------------------------------------------------------------------------- */
.modern-page-banner {
  position: relative;
  padding: 180px 0 110px;
  margin-bottom: 40px;
  background-image:
    linear-gradient(118deg, rgba(22, 31, 92, 0.84), rgba(89, 105, 237, 0.64)),
    url("../img/banner-1.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-top: 80px;
}

.modern-page-banner::before,
.modern-page-banner::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
}

.modern-page-banner::before {
  top: -140px;
  left: -90px;
  background: radial-gradient(
    circle,
    rgba(153, 211, 252, 0.4),
    rgba(153, 211, 252, 0)
  );
}

.modern-page-banner::after {
  right: -100px;
  bottom: -160px;
  background: radial-gradient(
    circle,
    rgba(91, 108, 237, 0.5),
    rgba(91, 108, 237, 0)
  );
}

.modern-page-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(128, 195, 250, 0.35),
      transparent 48%
    ),
    radial-gradient(
      circle at 82% 78%,
      rgba(153, 211, 252, 0.28),
      transparent 44%
    );
  pointer-events: none;
}

.modern-page-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.modern-page-banner__title {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  text-transform: capitalize;
  text-shadow: 0 12px 32px rgba(5, 11, 46, 0.45);
}

.modern-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #eef3ff;
  font-size: 15px;
  background: linear-gradient(
    120deg,
    rgba(11, 19, 63, 0.56),
    rgba(34, 48, 126, 0.42)
  );
  border: 1px solid rgba(220, 230, 255, 0.3);
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 34px rgba(10, 16, 52, 0.33);
}

.modern-breadcrumb a {
  color: #99d3fc;
  font-weight: 600;
}

.modern-breadcrumb a:hover {
  color: #ffffff;
}

.modern-breadcrumb__sep {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .modern-page-banner {
    padding: 155px 0 95px;
  }
}

@media (max-width: 767px) {
  .modern-page-banner {
    padding: 140px 0 80px;
    margin-bottom: 28px;
  }

  .modern-breadcrumb {
    font-size: 14px;
    padding: 8px 14px;
  }
}
/* -------------------------------------------------------------------------- */
/*                            DIGITAL CAPABILITIES                            */
/* -------------------------------------------------------------------------- */
.digital-capabilities .section-title h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.digital-capabilities .section-title h4 {
  font-size: 24px;
  color: #5969ed;
  margin-bottom: 20px;
}
.digital-capabilities-items h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.digital-capabilities-items .row {
  box-shadow: 1px 1px 20px #cfcfcf;
  border-radius: 15px;
}
.digital-capabilities-items .row:nth-child(odd) {
  border-bottom: 5px solid #80c3fa;
}
.digital-capabilities-items .row:nth-child(even) {
  border-bottom: 5px solid #5969ed;
}
.digital-capabilities-items .row h3 {
  font-size: 25px;
}
.digital-capabilities-items .col-lg-6 {
  padding: 0px;
}
.digital-capabilities-items img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding: 20px;
}

.digital-capabilities-text {
  padding: 20px;
}

/* -------------------------------------------------------------------------- */
/*                                  OUR FIRM                                  */
/* -------------------------------------------------------------------------- */
.our-firm .section-title h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.our-firm .section-title h4 {
  font-size: 24px;
  color: #5969ed;
  margin-bottom: 20px;
}

.mission-vision {
  box-shadow: 1px 1px 20px #cfcfcf;
  border-radius: 15px;
  text-align: center;
  padding: 40px;
}

.mission-vision h3 {
  font-size: 25px;
}

.mission-vision p {
  margin-bottom: 10px;
}

.mission-vision img {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
}

.our-approach {
  box-shadow: 1px 1px 20px #cfcfcf;
  border-radius: 15px;
  text-align: center;
  padding: 40px;
  margin-top: 60px;
}

.our-approach-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .our-approach-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .our-approach-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.our-approach-list img {
  width: 60px;
}

.our-approach-list p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}

.our-approach-item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
}

/* -------------------------------------------------------------------------- */
/*                       SCHEDULE FOR A STRATEGY SESSION                      */
/* -------------------------------------------------------------------------- */

.schedule-for-a-strategy-session {
  background: #f8fafc;
}

.schedule-for-a-strategy-session .section-title h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.schedule-for-a-strategy-session .section-title h4 {
  font-size: 24px;
  color: #5969ed;
  margin-bottom: 20px;
}

.schedule-for-a-strategy-session .section-title p {
  font-size: 18px;
  color: #6c757d;
  line-height: 1.8;
}

.strategy-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  min-height: 450px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.strategy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.strategy-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #1c1c1c;
}

.strategy-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.strategy-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.strategy-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #444;
  line-height: 1.7;
}

.strategy-card ul li:last-child {
  margin-bottom: 0;
}

.strategy-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5969ed;
  font-weight: 700;
  font-size: 18px;
}

.strategy-card blockquote {
  font-size: 22px;
  line-height: 1.8;
  font-style: italic;
  color: #333;
  max-width: 850px;
  margin: auto;
}

.strategy-card strong {
  display: block;
  color: #5969ed;
  margin-top: 10px;
  font-size: 17px;
}

.strategy-card.text-center {
  padding: 60px;
}

.strategy-card .tmp-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
}

@media (max-width: 991px) {
  .schedule-for-a-strategy-session .section-title h1 {
    font-size: 36px;
  }

  .schedule-for-a-strategy-session .section-title h4 {
    font-size: 20px;
  }

  .strategy-card {
    padding: 28px;
  }

  .strategy-card h3 {
    font-size: 22px;
  }

  .strategy-card blockquote {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .schedule-for-a-strategy-session .section-title h1 {
    font-size: 30px;
  }

  .schedule-for-a-strategy-session .section-title h4 {
    font-size: 18px;
  }

  .schedule-for-a-strategy-session .section-title p {
    font-size: 16px;
  }

  .strategy-card {
    padding: 24px;
    border-radius: 14px;
  }

  .strategy-card.text-center {
    padding: 35px 24px;
  }

  .strategy-card h3 {
    font-size: 20px;
  }

  .strategy-card blockquote {
    font-size: 18px;
  }

  .strategy-card .tmp-btn {
    width: 100%;
    min-width: 100%;
  }
}
