.cryboxCont_img{
  font-size:64px;
  color: #f89e1b;
}


  /* ===== TAB PILLS ===== */
    .industry-tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 56px;
    }

    .tab-btn {
      /* font-family: 'DM Sans', sans-serif; */
      font-weight: 600;
      font-size: 13.5px;
      letter-spacing: 0.3px;
      padding: 0px 22px;
      border-radius: 50px;
      border: 1.5px solid #c4ccd8;
      background: #ffffff;
      color: #1c2b4a;
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
      outline: none;
    }

    .tab-btn:hover {
      background: #e6f4f8;
      border-color: #06799c;
      color: #06799c;
    }

    .tab-btn.active {
      background: #06799c;
      border-color: #06799c;
      color: #ffffff;
      box-shadow: 0 6px 20px rgba(6, 121, 156, 0.28);
    }

    /* ===== TAB CONTENT ===== */
    .tab-wrapper {
      position: relative;
    }

    .tab-pane {
      display: none;
      animation: paneFadeIn 0.45s ease forwards;
    }

    .tab-pane.active {
      display: block;
    }

    @keyframes paneFadeIn {
      from {
        opacity: 0;
        transform: translateY(22px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ===== CONTENT CARD ===== */
    .content-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 56px 52px;
      box-shadow: 0 12px 50px rgba(28, 43, 74, 0.07);
      position: relative;
      overflow: hidden;
    }

    .content-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background: #06799c;
      border-radius: 20px 0 0 20px;
    }

    /* ===== LEFT COLUMN ===== */
    .tab-label-tag {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: #06799c;
      background: #e6f4f8;
      padding: 5px 14px;
      border-radius: 30px;
      margin-bottom: 18px;
    }

    .tab-industry-title {
      /* font-family: 'Playfair Display', serif; */
      font-size: 24px;
      font-weight: 600;
      color: #1c2b4a;
      line-height: 1.25;
      margin-bottom: 20px;
    }

    .tab-industry-title span {
      color: #06799c;
    }

    .tab-description {
      font-size: 16px;
      font-weight: 400;
      color: #5a6a80;
      line-height: 1.8;
    }

    /* ===== DIVIDER ===== */
    .col-divider {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .v-line {
      width: 1px;
      height: 80%;
      background: #dde3ed;
    }

    /* ===== BUILD CARD ===== */
    .build-card {
      background: #f0f5fb;
      border-radius: 16px;
      padding: 36px 32px;
    }

    .build-card-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
    }

    .build-card-header .badge-dot {
      width: 10px;
      height: 10px;
      background: #06799c;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .build-card-header h5 {
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: #06799c;
      margin: 0;
    }

    .build-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .build-card ul li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 0;
      border-bottom: 1px solid #dde3ed;
      font-size: 15px;
      font-weight: 400;
      color: #2d3f5c;
      line-height: 1.5;
    }

    .build-card ul li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .build-card ul li .li-icon {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #06799c;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .build-card ul li .li-icon svg {
      width: 10px;
      height: 10px;
      fill: #ffffff;
    }

    /* ===== INDUSTRY NUMBER ===== */
    .industry-number {
   
      /* font-size: 120px; */
      /* font-weight: 900; */
      color: rgba(6, 121, 156, 0.06);
      position: absolute;
      bottom: -20px;
      right: 32px;
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 991px) {
      .section-heading h2 {
        font-size: 38px;
      }
      .tab-industry-title {
        font-size: 28px;
      }
      .content-card {
        padding: 36px 28px;
      }
      .v-line {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .industry-section {
        padding: 60px 0;
      }
      .tab-btn {
        font-size: 12.5px;
        padding: 9px 16px;
      }
    }


   /* ----- custom styles (no CSS variables) ----- */



    .section-process .subhead {
      color: #5a5a5a;
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 3rem auto;
      opacity: 0.85;
    }

    .process-card {
      background: #ffffff;
      border-radius: 28px;
      padding: 2rem 1.5rem 1.8rem 1.5rem;
      height: 100%;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
      transition: transform 0.25s ease-in-out, box-shadow 0.3s ease-in-out;
      border-bottom: 5px solid #06799c;
      border-left: 1px solid rgba(6, 121, 156, 0.08);
      border-right: 1px solid rgba(6, 121, 156, 0.08);
      border-top: 1px solid rgba(6, 121, 156, 0.08);
      color: #5a5a5a;
      animation: cardFadeUp 0.7s backwards;
    }

    .process-card:nth-child(1) { animation-delay: 0.1s; }
    .process-card:nth-child(2) { animation-delay: 0.2s; }
    .process-card:nth-child(3) { animation-delay: 0.3s; }
    .process-card:nth-child(4) { animation-delay: 0.4s; }
    .process-card:nth-child(5) { animation-delay: 0.5s; }

    @keyframes cardFadeUp {
      0% { opacity: 0; transform: translateY(24px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .process-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 28px 45px rgba(6, 121, 156, 0.12);
    }

    .card-icon {
      background-color: rgba(6, 121, 156, 0.07);
      color: #06799c;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      margin-bottom: 1.4rem;
      transition: background-color 0.2s, color 0.2s;
    }

    .process-card:hover .card-icon {
      background-color: #06799c;
      color: #ffffff;
    }

    .step-badge {
      color: #06799c;
      font-weight: 600;
      font-size: 0.85rem;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      background: rgba(6, 121, 156, 0.05);
      display: inline-block;
      padding: 0.3rem 1rem;
      border-radius: 40px;
      margin-bottom: 1rem;
      border: 1px solid rgba(6, 121, 156, 0.2);
    }

    .card-title {
      color: #06799c;
      font-size: 1.45rem;
      font-weight: 700;
      margin-bottom: 0.9rem;
      line-height: 1.3;
    }

    .card-text {
      color: #5a5a5a;
      font-size: 0.98rem;
      line-height: 1.6;
      opacity: 0.9;
    }

/* ################################# */

      /* ============================================
       SECTION 1 — WHY CHOOSE ALPHONIC
    ============================================ */
    .why-section {
      background: #0a1628;
      padding: 110px 0 120px;
      position: relative;
      overflow: hidden;
    }

    /* Animated mesh background */
    .why-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 700px 500px at 10% 20%, rgba(6,121,156,0.12) 0%, transparent 65%),
        radial-gradient(ellipse 500px 400px at 90% 80%, rgba(6,121,156,0.08) 0%, transparent 65%);
      pointer-events: none;
    }

    /* Grid lines background */
    .why-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(6,121,156,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6,121,156,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
      pointer-events: none;
    }

    /* ===== HEADING ===== */
    .why-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #06799c;
      margin-bottom: 22px;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeUp 0.7s ease 0.1s forwards;
    }

    .why-eyebrow::before {
      content: "";
      display: inline-block;
      width: 28px;
      height: 2px;
      background: #06799c;
    }

    .why-h2 {
      font-family: 'Syne', sans-serif;
      font-size: 56px;
      font-weight: 800;
      color: #555;
      line-height: 1.08;
      letter-spacing: -2px;
      margin-bottom: 20px;
      opacity: 0;
      transform: translateY(24px);
      animation: fadeUp 0.7s ease 0.2s forwards;
    }

    .why-h2 em {
      font-style: normal;
      color: #06799c;
    }

    .why-lead {
      font-size: 16px;
      color: #5a7a96;
      line-height: 1.75;
      max-width: 480px;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeUp 0.7s ease 0.3s forwards;
    }

    /* ===== REASONS GRID ===== */
    .reasons-grid {
      margin-top: 70px;
      position: relative;
      z-index: 1;
    }

    /* Each reason block */
    .reason-block {
      position: relative;
      padding: 36px 32px 32px;
      border: 1px solid rgba(6,121,156,0.15);
      border-radius: 2px;
      background: #f0f5fb;
      background: #06799c;
      backdrop-filter: blur(8px);
      transition: border-color 0.35s ease, transform 0.35s ease;
      overflow: hidden;
      opacity: 0;
      transform: translateY(30px);
      height: 100%;
    }

    .reason-block.animated {
      animation: fadeUp 0.65s ease forwards;
    }

    .reason-block:hover {
      border-color: rgba(6,121,156,0.55);
      transform: translateY(-5px);
    }

    /* Glowing corner accent */
    .reason-block::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 60px; height: 60px;
      /* background: linear-gradient(135deg, rgba(6,121,156,0.4) 0%, transparent 60%); */
          background: linear-gradient(135deg, rgb(0 0 0 / 80%) 0%, transparent 60%);
      border-radius: 2px 0 0 0;
      transition: opacity 0.35s ease;
      opacity: 0.5;
    }

    .reason-block:hover::before {
      opacity: 1;
    }

    /* Shimmer sweep on hover */
    .reason-block::after {
      content: "";
      position: absolute;
      top: 0; left: -100%;
      width: 60%;
      height: 100%;
      /* background: linear-gradient(90deg, transparent, rgba(6,121,156,0.06), transparent); */
          background: linear-gradient(90deg, transparent, rgb(165 165 165 / 50%), transparent);
      transition: left 0.6s ease;
      pointer-events: none;
    }

    .reason-block:hover::after {
      left: 150%;
    }

    .reason-number {
      font-family: 'Syne', sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 3px;
      color: #06799c;
      color: #fff;
      margin-bottom: 22px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .reason-number::after {
      content: "";
      flex: 1;
      height: 1px;
      background: rgba(6,121,156,0.2);
      background: rgb(151 168 173 / 20%);
    }

    .reason-title {
      font-family: 'Syne', sans-serif;
      font-size: 20px;
      font-weight: 800;
      /* color: #ffffff; */
      color: #d2f6ff;
      line-height: 1.3;
      margin-bottom: 16px;
      transition: color 0.3s ease;
    }

    .reason-block:hover .reason-title {
      /* color: #3fc0e0; */
      color: #fff;
         
    }

    .reason-body {
      font-size: 14.5px;
      /* color: #5a7a96; */
          color: #d6d6d6;
      line-height: 1.8;
      margin: 0;
    }

    /* Stat badge */
    .reason-stat {
      display: inline-block;
      font-family: 'Syne', sans-serif;
      font-size: 32px;
      font-weight: 800;
      /* color: #06799c; */
      color: #d2f6ff;
      margin-bottom: 6px;
      line-height: 1;
    }

    /* Stagger delay */
    .reason-block:nth-child(1) { animation-delay: 0.1s; }
    .reason-block:nth-child(2) { animation-delay: 0.2s; }
    .reason-block:nth-child(3) { animation-delay: 0.3s; }
    .reason-block:nth-child(4) { animation-delay: 0.4s; }
    .reason-block:nth-child(5) { animation-delay: 0.5s; }

   


    /* ===== KEYFRAMES ===== */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 991px) {
     
    
    }

    @media (max-width: 767px) {
        .reason-block { padding: 30px 26px; }
        .reasons-grid .col-lg-4 { margin-bottom: 16px; }
      
    }


    /* ===== Modern CTA Section ===== */

.alphonic-cta-modern {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, #06799c 0%, #055f7a 100%);
  color: #fff;
  overflow: hidden;
}

/* Soft background shape */
.alphonic-cta-modern::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  top: -150px;
  right: -150px;
}

.cta-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 600px;
}

/* Button */
.cta-btn-main {
  display: inline-block;
  padding: 12px 35px;
  background: #fff;
  color: #06799c;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-btn-main:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
}

/* Right Side Box */
.cta-side-box {
  background: rgba(255,255,255,0.08);
  padding: 35px 30px;
  border-radius: 12px;
  backdrop-filter: blur(3px);
}

/* Points */
.cta-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cta-point:last-child {
  margin-bottom: 0;
}

.cta-point span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 15px;
  flex-shrink: 0;
}

.cta-point p {
  margin: 0;
  font-size: 15px;
}

/* Animation */
.alphonic-cta-modern .row {
  animation: fadeUpCta 0.8s ease forwards;
  opacity: 0;
}

@keyframes fadeUpCta {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-side-box {
    margin-top: 30px;
  }
}
