.global-critical-transfer-img {
    padding: 60px 0;
    background-color: #fff;
}

.transfer-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.transfer-right h2 {
    color: #0a1754;
    font-weight: 700;
    margin-bottom: 20px;
}

.lead-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.transfer-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    padding: 25px 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.transfer-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.transfer-box h4 {
    color: #0a1754;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.icon-black {
    font-size: 2rem;
    color: #000;
}

@media (max-width: 768px) {
    .transfer-right {
        margin-top: 30px;
    }
}

.serve-photo {
    width: 100%;
    height: 548;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

/* ✅ Responsive for smaller screens */
@media (max-width: 768px) {
    .serve-photo {
        height: auto;
        max-height: 400px;
    }
}


/* Responsive styling for mobile view */
@media (max-width: 767px) {
  .Global {
    padding: 40px 15px;
  }

  .Global .section-title h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .Global .lead-text {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 10px;
    text-align: justify;
  }

  .Global .feature-block {
    margin-bottom: 25px;
  }

  .Global .feature-block-two {
    padding: 20px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  }

  .Global .feature-block-two h3 a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0a1754;
    text-decoration: none;
  }

  .Global .feature-block-two p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 8px;
    color: #444;
  }

  .Global .icon-box {
    font-size: 1.8rem;
    color: #0a1754;
    margin-bottom: 10px;
  }

  .Global .btn-custom {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1rem;
    color: #fff;
    background-color: #0a1754;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .Global .btn-custom:hover {
    background-color: #122b7a;
  }

  /* Center everything on mobile */
  .Global .text-center {
    text-align: center !important;
  }

  .Global .content-box {
    margin-left: 0 !important;
  }
}

