.mt__-50px {
            margin-top: -50px;
        }
        .icon-color i {
            color: #000;
        }
        .icon-color:hover i {
            color: #fff;
        }
        .pt-50px {
            padding-top: 50px;
        }
        .pb-50px {
            padding-bottom: 50px;
        }
        .text-button {
            font-size: 20px;
            line-height: 24px;
            font-weight: 500;
        }
        .text-body-2 {
            font-size: 18px;
            line-height: 32px;
        }
        p {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
        }
        .text-body-default {
            font-size: 18px;
            line-height: 28px;
        }

        .icon-circle {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            transition: all 0.4s ease;
        }

        .icon-circle i {
            font-size: 42px; 
            transition: transform 0.4s ease;
        }
        .icon-circle-card {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }
        .icon-circle-card img {
            width: 30px; 
            height: auto;
            margin: 15px;
        }
        .pb-100px {
            padding-bottom: 100px;
        }

        /* ===== About Section Styles ===== */
  .good-about{
    padding: 70px 0;
    background: #fff;
  }

  .good-about__wrap{
    width: min(1200px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 70px;
    align-items: center;
  }

  /* Media (two images like screenshot) */
  .good-about__media{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: end;
  }

  .good-about__img{
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
  }

  .good-about__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .good-about__img--left{
    height: 430px;
  }

  .good-about__img--right{
    height: 360px;
    transform: translateY(16px); /* subtle stagger like screenshot */
  }

  /* Content (ALL TEXT BLACK) */
  .good-about__content,
  .good-about__content {
    color: #000; /* text is strictly black */
  }

  .good-about__kicker{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
  }

  .good-about__title{
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    font-weight: 700;
  }

  .good-about__titleLight{
    font-weight: 300;
  }

  .good-about__text{
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 22px;
    opacity: 0.92;
  }

  .good-about__points{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
    margin-top: 10px;
  }

  .good-about__point{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
  }

  /* Icon can be blue; text stays black */
  .good-about__check{
    flex: 0 0 auto;
    color: #1f5eff;
    margin-top: 2px;
  }

  /* Responsive */
  @media (max-width: 992px){
    .good-about__wrap{
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .good-about__media{
      max-width: 720px;
    }
    .good-about__title{
      font-size: 40px;
    }
  }

  @media (max-width: 576px){
    .good-about{
      padding: 50px 0;
    }
    .good-about__media{
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .good-about__img--left,
    .good-about__img--right{
      height: 320px;
      transform: none;
    }
    .good-about__title{
      font-size: 32px;
    }
    .good-about__points{
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .good-about__text{
      font-size: 16px;
    }
    .good-about__point{
      font-size: 16px;
    }
    .good-about__img--left,
  .good-about__img--right{
    height: auto;
    aspect-ratio: 3 / 4;     /* more portrait = less face cutting */
  }

  .good-about__img img{
    object-fit: cover;
    object-position: center top;  /* IMPORTANT: focus on face/top */
  }

  .good-about__img--right{ transform: none; }

    }
    .tab-slide.style-3 .tab-link {
        padding: 15px 15px;
        width: 100%;
        color: var(--Text-primary);
    }
    @media (max-width: 576px){
        .heading-section-5 {
            margin-bottom: 0px;
        }
        .heading-section-5 .row {
            gap: 0px;
        }
        .mb_8 {
            margin-bottom: 0px;
        }
        .box-service .heading {
            margin-bottom: 0px;
        }
        .mobile-para-text {
            font-size: 16px;
            line-height: 28px;
        }
        .mob-mb-10px {
            margin-bottom: 10px;
        }
        .mob-pt-50px {
            padding-top: 50px;
        }
        .mob-pb-50px {
            padding-bottom: 50px;
        }
        .mob-mt-20px {
            margin-top: 20px;
        }
    }

    /*=============== ABOUT US PAGE CSS =========== */
    .bg-color-bule {
            background-color: rgb(255, 255, 255);
        }
        .mt-4 {
            margin-top: 4% !important;
        }
        .pt-100px {
            padding-top: 100px;
        }
        .page-layout-v01 {
            background-color: #e8f2ff;
            position: relative;
        }

        
    