 .section-title {
     font-weight: 700;

 }

 .h10_category-item {
     background: rgba(255, 255, 255, 0.8);
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.3);
     padding: 40px 25px;
     border-radius: 20px;
     text-align: center;
     transition: all 0.4s ease;
     height: 100%;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 }

 .h10_category-item:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
     background: #fff;
 }

 .h10_category-item-icon {
     width: 80px;
     height: 80px;
     margin: 0 auto 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     background: #f8f9fa;
     color: #02064f;
     /* Primary Brand Color */
     transition: 0.3s;
 }

 .h10_category-item:hover .h10_category-item-icon {
     background: #02064f;
     color: #ffffff;
 }

 .h10_category-item:hover .h10_category-item-icon svg {
     width: 50px;
     color: #ffffff;
 }

 .h10_category-item p {
     font-size: 16px;
     font-weight: 500;
     line-height: 1.6;
     color: #555;
     margin: 0;
 }

 /* Specific background tints if you want variety */
 .h10_category_bg-2 .h10_category-item-icon {
     color: #f59726;
 }

 .h10_category_bg-3 .h10_category-item-icon {
     color: #49ae20;
 }

 .h10_category_bg-4 .h10_category-item-icon {
     color: #e91e63;
 }

 .h10_category_bg-5 .h10_category-item-icon {
     color: #00bcd4;
 }

 /* Responsive adjustments for 5 columns */
 @media (min-width: 1200px) {
     .col-xl-2 {
         flex: 0 0 20%;
         max-width: 20%;
     }
 }

 .intl-team-section {
     --team-primary: #02064f;
     /* Modern Navy */
     --team-accent: #007BFF;
     /* Singaporean Gold/Orange */
     --team-bg: #f9fbff;
     --team-text: #2d3748;
     --team-shadow: 0 15px 35px rgba(2, 6, 79, 0.08);

     background-color: var(--team-bg);
     color: var(--team-text);
 }

 .intl-team-main-title {
     font-size: 46px;
     font-weight: 800;
     color: var(--team-primary);
     text-transform: uppercase;
     letter-spacing: -1px;
 }

 .intl-team-title-divider {
     width: 60px;
     height: 4px;
     background: var(--team-accent);
     margin: 20px auto 0;
     border-radius: 2px;
 }

 .intl-team-sub-title {
     font-size: 28px;
     font-weight: 700;
     color: var(--team-primary);
     opacity: 0.8;
 }

 /* Base Card Styling (Tier 1 & 2) */
 .intl-team-card {
     background: #ffffff;
     border-radius: 20px;
     text-align: center;
     box-shadow: var(--team-shadow);
     transition: all 0.4s ease;
     border: 1px solid rgba(0, 0, 0, 0.03);
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .intl-team-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 25px 50px rgba(2, 6, 79, 0.12);
     border-color: rgba(2, 6, 79, 0.1);
 }

 /* Tier 1 - Large Cards */
 .intl-team-tier-1 .intl-team-card {
     padding: 50px 30px;
 }

 .intl-team-photo-wrap {
     width: 140px;
     height: 140px;
     border-radius: 50%;
     overflow: hidden;
     margin-bottom: 25px;
     border: 5px solid #fff;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
 }

 /* Tier 2 - Compact Cards */
 .intl-team-tier-2 .intl-team-card.compact {
     padding: 30px 20px;
 }

 .intl-team-photo-wrap-sm {
     width: 90px;
     height: 90px;
     border-radius: 50%;
     overflow: hidden;
     margin-bottom: 15px;
     border: 3px solid #fff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }

 /* Photos styles */
 .intl-team-photo,
 .intl-team-photo-sm,
 .intl-team-exco-photo {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* Typographic hierarchy within cards */
 .intl-team-badge {
     display: inline-block;
     padding: 6px 16px;
     background: var(--team-accent);
     color: white;
     border-radius: 50px;
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 12px;
 }

 .intl-team-role {
     font-size: 14px;
     font-weight: 600;
     color: var(--team-accent);
     text-transform: uppercase;
     margin-bottom: 8px;
 }

 .intl-team-name {
     font-size: 22px;
     font-weight: 700;
     color: var(--team-primary);
     line-height: 1.3;
 }

 .intl-team-role-sm {
     font-size: 12px;
     font-weight: 600;
     color: var(--team-accent);
     text-transform: uppercase;
     margin-bottom: 5px;
 }

 .intl-team-name-sm {
     font-size: 17px;
     font-weight: 600;
     color: var(--team-primary);
 }

 /* Ex-Co Member Tiles - Modern Glassmorphism Look */
 .intl-team-member-tile {
     background: rgba(255, 255, 255, 0.7);
     backdrop-filter: blur(10px);
     padding: 15px 20px;
     border-radius: 12px;
     border: 1px solid rgba(226, 232, 240, 0.5);
     font-size: 15px;
     color: #4a5568;
     font-weight: 500;
     transition: 0.3s;
     text-align: center;
     display: flex;
     align-items: center;
     gap: 15px;
     height: 100%;
 }

 .intl-team-member-tile:hover {
     background: #ffffff;
     transform: translateX(5px);
     border-color: var(--team-accent);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
 }

 .intl-team-exco-photo {
     width: 45px;
     height: 45px;
     border-radius: 50%;
     border: 2px solid #fff;
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
 }

 /* Responsive adjustments */
 @media (max-width: 992px) {
     .intl-team-main-title {
         font-size: 36px;
     }
 }

 @media (max-width: 768px) {
     .intl-team-tier-1 .intl-team-card {
         padding: 40px 20px;
     }

     .intl-team-exco .intl-team-member-tile {
         flex-direction: column;
         text-align: center;
     }
 }