:root {
  --primary-h1: 46px;
  --primary-h2: 38px;
  --primary-h3: 24px;
  --primary-h4: 20px;

  --primary-p: 16px;

  --primary-heading-color: #002d49;
  --primary-heading-color2: #0099dd;

  --underline-color: #d0efff;
  --text-color: #777;
  --text-color2: #9ca3af;

  --font-weight: 600;
}

* {
  font-family: "Montserrat", sans-serif;
}

.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-8 {
  padding: 20px 0;
}

.pt-5 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.mt-5 {
  margin-top: 20px;
}

.span-title {
  font-size: 16px;
  color: #b3b3b3;
}

.pt-20 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.section-head {
  margin-bottom: 20px;
  text-align: center;
}

.section-head h2 {
  font-size: var(--primary-h2);
  margin: 10px 0;
  font-weight: var(--font-weight);
  color: var(--primary-heading-color);
}

.section-head h2 span {
  color: var(--primary-heading-color2);
  display: inline-block;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

.section-head p {
  color: var(--text-color);
  font-size: var(--primary-p);
}


.text-light1 {
  color: #fff;
}

/* ============================ Hero Section ================== */
.ai-hero-modern {
  background: radial-gradient(circle at top right, #0b3c5d, #020617);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Layout */
.ai-hero-row {
  display: flex;
  align-items: center;
}

/* Badge */
.ai-badge {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary-heading-color);
  padding: 15px 10px;
  border-radius: 14px;
  background: #d0efffa2;
  margin-bottom: 15px;
}

/* Headings */
.ai-hero-left h1 {
  font-size: var(--primary-h2);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 20px;
}

.ai-hero-left h1 span {
  color: var(--primary-heading-color2);
}

.ai-sub {
  color: #b0bec5;
  margin-bottom: 20px;
  font-size: 20px;
}

/* Text */
.ai-hero-left p {
  color: #d0d7de;
  font-size: 15px;
  line-height: 1.7;
  font-size: var(--primary-p);
}

.ai-note {
  margin-top: 15px;
  /* padding-left: 15px; */
  border-left: 3px solid var(--primary-heading-color2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 14px;
}

/* Image */
.ai-image-glass {
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 25px;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.ai-image-glass img {
  width: 100%;
  border-radius: 12px;
}

/* ========================== IDIS Edge =================== */

.bg-img10 {
  position: relative;
  overflow: hidden;
}

.bg-img10::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../new-img/background-img7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: -1;
  opacity: 0.8;
  filter: blur(2px);
}

.idis-edge-modern {
  /* background: #0b1020; */
  color: #fff;
}

/* Card */
.edge-card {
  background: linear-gradient(145deg, #121a35, #0d1328);
  border-radius: 22px;
  padding: 45px 35px;
  margin-top: 60px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.edge-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 229, 255, 0.25);
}

.edge-card.alt {
  border-left: 4px solid var(--primary-heading-color2);
}

.edge-card:not(.alt) {
  border-right: 4px solid var(--primary-heading-color2);
}

/* Text */
.edge-card-text h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.edge-card-text h3 span {
  color: var(--primary-heading-color2);
}

.edge-card-text p {
  color: #d0d7de;
  line-height: 1.7;
  font-size: var(--primary-p);
}

/* List */
.edge-list {
  margin-top: 20px;
  padding-left: 20px;
}

.edge-list li {
  margin-bottom: 10px;
  color: #cfd8dc;
  font-size: 15.5px;
}

/* Visual */
.edge-card-visual img {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: auto;
  border-radius: 14px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.6));
}

/* ======================= Vertical Solutions ====================== */
/* Layout */
.vertical-modern-wrap {
  display: flex;
  align-items: center;
}

/* Headings */
.vertical-modern-content h2 {
  font-size: var(--primary-h2);
  margin-bottom: 20px;
  font-weight: 700;
}

.vertical-modern-content h2 span {
  color: var(--primary-heading-color2);
}

/* Intro */
.vertical-intro {
  /* color: #d0d7de; */
  font-size: var(--primary-p);
  line-height: 1.7;
  margin-bottom: 30px;
}

/* List */
.vertical-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vertical-list li {
  background: var(--primary-heading-color);
  border-left: 4px solid var(--primary-heading-color2);
  padding: 16px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: all 0.35s ease;
}

.vertical-list li:hover {
  transform: translateX(8px);
  /* background: #009bdd9b; */
}

.vertical-list strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.vertical-list span {
  color: var(--text-color);
  font-size: 14px;
}

/* Visual */
.vertical-modern-visual {
  text-align: center;
}

/* .visual-frame {
  background: rgba(255, 255, 255, 0.06);
  padding: 66px;
  border-radius: 44px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  transition: transform 0.5s ease;
} */

.visual-frame img {
  width: 100%;
  max-width: 420px;
  /* border-radius: 44px; */
}




/* Responsive */
@media (max-width: 991px) {
  .ai-hero-row {
    flex-direction: column;
  }

  .ai-hero-left {
    margin-bottom: 40px;
  }

  .edge-card {
    padding: 35px 25px;
    text-align: center;
  }

  .edge-card-text {
    margin-bottom: 30px;
  }

  .edge-list {
    text-align: left;
  }

   .vertical-modern-wrap {
    flex-direction: column;
    text-align: center;
  }

  .vertical-modern-content {
    margin-bottom: 40px;
  }

  .vertical-list li {
    text-align: left;
  }

}