
         /* NEW CARD DESIGN - Based on https://bureautek.com/ */
         .service-card {
         background: #fff;
         border-radius: 8px;
         overflow: hidden;
         box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
         height: 100%;
         transition: all 0.3s ease;
         border: 1px solid #eef1f5;
         display: flex;
         flex-direction: column;
         }
         .service-card:hover {
         transform: translateY(-5px);
         box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
         border-color: #2ebcc2;
         }
         .service-card-image {
         height: 220px;
         width: 100%;
         overflow: hidden;
         position: relative;
         }
         .service-card-image img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         object-position: center;
         transition: transform 0.5s ease;
         }
         .service-card:hover .service-card-image img {
         transform: scale(1.05);
         }
         .service-card-content {
         padding: 25px;
         flex-grow: 1;
         display: flex;
         flex-direction: column;
         background: #fff;
         }
         .service-card-title {
         color: #1e3c72;
         font-size: 18px;
         font-weight: 600;
         margin-bottom: 15px;
         line-height: 1.4;
         min-height: 50px;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         }
         .service-card-description {
         color: #5d6d88;
         font-size: 14px;
         line-height: 1.6;
         margin-bottom: 20px;
         flex-grow: 1;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         overflow: hidden;
         }
         .service-card-link {
         display: inline-flex;
         align-items: center;
         color: #2ebcc2;
         font-weight: 600;
         font-size: 14px;
         text-decoration: none;
         transition: all 0.3s ease;
         width: fit-content;
         }
         .service-card-link:hover {
         color: #1e3c72;
         transform: translateX(5px);
         }
         .service-card-link i {
         margin-left: 5px;
         transition: transform 0.3s ease;
         }
         .service-card-link:hover i {
         transform: translateX(3px);
         }
         /* Responsive adjustments */
         @media (max-width: 768px) {
         .service-card {
         margin-bottom: 30px;
         }
         .service-card-image {
         height: 200px;
         }
         .service-card-content {
         padding: 20px;
         }
         .service-card-title {
         font-size: 17px;
         min-height: 45px;
         }
         }
         @media (max-width: 576px) {
         .service-card-image {
         height: 180px;
         }
         .service-card-content {
         padding: 18px;
         }
         .service-card-title {
         font-size: 16px;
         min-height: 40px;
         }
         .service-card-description {
         font-size: 13px;
         -webkit-line-clamp: 2;
         }
         }
         /* ================================
         MEGA MENU MAIN WRAPPER
         ================================ */
         .navbar-nav .dropdown-menu.mega-menu {
         background: #131c58;
         padding: 40px 20px;
         max-height: 80vh;
         overflow-y: auto;
         }
         /* Mega menu scroll container */
         .mega-menu-scroll {
         max-height: 70vh;
         overflow-y: auto;
         padding-right: 10px;
         }
         /* Category columns - responsive grid */
         .mega-menu .category-column {
         margin-bottom: 25px;
         padding: 0 15px;
         }
         /* Category title styling */
         .mega-menu .category-title {
         color: #fff;
         font-weight: 400;
         font-size: 14px;
         margin-bottom: 15px;
         padding-bottom: 8px;
         border-bottom: 2px solid rgba(255, 255, 255, 0.2);
         }
         .mega-menu .category-title a {
         padding-left:15px;
         color: #fff;
         text-decoration: none;
         transition: color 0.3s;
         }
         .mega-menu .category-title a:hover {
         padding-left:15px;
         color: #2ea7ff;
         }
         /* Subcategory list - FULL LIST visible */
         .mega-menu .subcategory-list {
         list-style: none;
         padding-left: 0;
         margin-bottom: 0;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         }
         /* Subcategory links - FULL VISIBILITY */
         .mega-menu .subcategory-link {
         display: flex;
         align-items: center;
         color: #d2d7ff;
         font-size: 15px;
         padding: 8px 10px;
         text-decoration: none;
         transition: all 0.3s;
         border-left: 3px solid transparent;
         border-radius: 4px;
         background: rgba(255, 255, 255, 0.05);
         }
         .mega-menu .subcategory-link:hover {
         color: #fff;
         background: rgba(255, 255, 255, 0.1);
         border-left-color: #2ea7ff;
         padding-left: 15px;
         transform: translateX(5px);
         }
         .mega-menu .subcategory-link i {
         margin-right: 10px;
         font-size: 14px;
         color: #2ea7ff;
         transition: transform 0.3s;
         }
         .mega-menu .subcategory-link:hover i {
         transform: translateX(3px);
         color: #4ac0ff;
         }
         /* Desktop: 5 columns */
         @media (min-width: 992px) {
         .mega-menu .row {
         display: grid;
         grid-template-columns: repeat(5, 1fr);
         gap: 20px;
         }
         .mega-menu .category-column {
         margin-bottom: 0;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         padding-left:7px;
         }
         }
         /* Tablet: 3 columns */
         @media (max-width: 991px) and (min-width: 768px) {
         .mega-menu .row {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 20px;
         }
         .navbar-nav .dropdown-menu.mega-menu {
         padding: 25px 15px;
         max-height: 70vh;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         padding-left:7px;
         }
         }
         /* Mobile: 1 column with full width */
         @media (max-width: 767px) {
         .navbar-nav .dropdown-menu.mega-menu {
         padding: 15px 10px;
         max-height: 60vh;
         position: fixed !important;
         top: 60px !important;
         left: 10px !important;
         right: 10px !important;
         width: calc(100% - 20px) !important;
         }
         .mega-menu .row {
         display: block;
         }
         .mega-menu .category-column {
         padding: 15px 0;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
         margin-bottom: 15px;
         }
         .mega-menu .category-column:last-child {
         border-bottom: none;
         margin-bottom: 0;
         }
         .mega-menu .category-title {
         font-size: 16px;
         padding-left: 15px;
         margin-bottom: 12px;
         }
         .mega-menu .subcategory-link {
         font-size: 14px;
         padding: 7px 10px;
         margin-bottom: 5px;
         }
         .mega-menu .subcategory-link i {
         font-size: 13px;
         margin-right: 8px;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         padding-left:7px;
         }
         }
         /* Small mobile devices */
         @media (max-width: 480px) {
         .navbar-nav .dropdown-menu.mega-menu {
         top: 70px !important;
         left: 5px !important;
         right: 5px !important;
         width: calc(100% - 10px) !important;
         }
         .mega-menu .subcategory-link {
         font-size: 13px;
         padding: 6px 8px;
         }
         }
         /* Section title styling */
         .section-title h2 {
         color: #1e3c72;
         font-weight: 700;
         font-size: 32px;
         margin-bottom: 40px;
         text-align: center;
         position: relative;
         padding-bottom: 15px;
         }
         .section-title h2:after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 50%;
         transform: translateX(-50%);
         width: 60px;
         height: 3px;
         background: #2ebcc2;
         }
         .contact-point {
         background-color: #f8f9fa;
         padding: 15px;
         border-radius: 8px;
         border-left: 4px solid #089da3;
         }
         .slider-image img {
         max-height: 400px;
         object-fit: cover;
         width: 100%;
         }
         .slider-title {
         color: #333;
         margin: 10px 0 15px 0;
         font-size: 2rem;
         }
         .partner-cta {
         background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
         padding: 25px;
         border-radius: 10px;
         border: 1px solid #dee2e6;
         }
         <style>
         /* NEW CARD DESIGN - Based on https://bureautek.com/ */
         .service-card {
         background: #fff;
         border-radius: 8px;
         overflow: hidden;
         box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
         height: 100%;
         transition: all 0.3s ease;
         border: 1px solid #eef1f5;
         display: flex;
         flex-direction: column;
         }
         .service-card:hover {
         transform: translateY(-5px);
         box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
         border-color: #2ebcc2;
         }
         .service-card-image {
         height: 220px;
         width: 100%;
         overflow: hidden;
         position: relative;
         }
         .service-card-image img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         object-position: center;
         transition: transform 0.5s ease;
         }
         .service-card:hover .service-card-image img {
         transform: scale(1.05);
         }
         .service-card-content {
         padding: 25px;
         flex-grow: 1;
         display: flex;
         flex-direction: column;
         background: #fff;
         }
         .service-card-title {
         color: #1e3c72;
         font-size: 18px;
         font-weight: 600;
         margin-bottom: 15px;
         line-height: 1.4;
         min-height: 50px;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         }
         .service-card-description {
         color: #5d6d88;
         font-size: 14px;
         line-height: 1.6;
         margin-bottom: 20px;
         flex-grow: 1;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         overflow: hidden;
         }
         .service-card-link {
         display: inline-flex;
         align-items: center;
         color: #2ebcc2;
         font-weight: 600;
         font-size: 14px;
         text-decoration: none;
         transition: all 0.3s ease;
         width: fit-content;
         }
         .service-card-link:hover {
         color: #1e3c72;
         transform: translateX(5px);
         }
         .service-card-link i {
         margin-left: 5px;
         transition: transform 0.3s ease;
         }
         .service-card-link:hover i {
         transform: translateX(3px);
         }
         /* Responsive adjustments */
         @media (max-width: 768px) {
         .service-card {
         margin-bottom: 30px;
         }
         .service-card-image {
         height: 200px;
         }
         .service-card-content {
         padding: 20px;
         }
         .service-card-title {
         font-size: 17px;
         min-height: 45px;
         }
         }
         @media (max-width: 576px) {
         .service-card-image {
         height: 180px;
         }
         .service-card-content {
         padding: 18px;
         }
         .service-card-title {
         font-size: 16px;
         min-height: 40px;
         }
         .service-card-description {
         font-size: 13px;
         -webkit-line-clamp: 2;
         }
         }
         /* ================================
         MEGA MENU MAIN WRAPPER
         ================================ */
         .navbar-nav .dropdown-menu.mega-menu {
         background: #131c58;
         padding: 40px 20px;
         max-height: 80vh;
         overflow-y: auto;
         }
         /* Mega menu scroll container */
         .mega-menu-scroll {
         max-height: 70vh;
         overflow-y: auto;
         padding-right: 10px;
         }
         /* Category columns - responsive grid */
         .mega-menu .category-column {
         margin-bottom: 25px;
         padding: 0 15px;
         }
         /* Category title styling */
         .mega-menu .category-title {
         color: #fff;
         font-weight: 400;
         font-size: 14px;
         margin-bottom: 15px;
         padding-bottom: 8px;
         border-bottom: 2px solid rgba(255, 255, 255, 0.2);
         }
         .mega-menu .category-title a {
         padding-left:15px;
         color: #fff;
         text-decoration: none;
         transition: color 0.3s;
         }
         .mega-menu .category-title a:hover {
         padding-left:15px;
         color: #2ea7ff;
         }
         /* Subcategory list - FULL LIST visible */
         .mega-menu .subcategory-list {
         list-style: none;
         padding-left: 0;
         margin-bottom: 0;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         }
         /* Subcategory links - FULL VISIBILITY */
         .mega-menu .subcategory-link {
         display: flex;
         align-items: center;
         color: #d2d7ff;
         font-size: 15px;
         padding: 8px 10px;
         text-decoration: none;
         transition: all 0.3s;
         border-left: 3px solid transparent;
         border-radius: 4px;
         background: rgba(255, 255, 255, 0.05);
         }
         .mega-menu .subcategory-link:hover {
         color: #fff;
         background: rgba(255, 255, 255, 0.1);
         border-left-color: #2ea7ff;
         padding-left: 15px;
         transform: translateX(5px);
         }
         .mega-menu .subcategory-link i {
         margin-right: 10px;
         font-size: 14px;
         color: #2ea7ff;
         transition: transform 0.3s;
         }
         .mega-menu .subcategory-link:hover i {
         transform: translateX(3px);
         color: #4ac0ff;
         }
         /* Desktop: 5 columns */
         @media (min-width: 992px) {
         .mega-menu .row {
         display: grid;
         grid-template-columns: repeat(5, 1fr);
         gap: 20px;
         }
         .mega-menu .category-column {
         margin-bottom: 0;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         padding-left:7px;
         }
         }
         /* Tablet: 3 columns */
         @media (max-width: 991px) and (min-width: 768px) {
         .mega-menu .row {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 20px;
         }
         .navbar-nav .dropdown-menu.mega-menu {
         padding: 25px 15px;
         max-height: 70vh;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         padding-left:7px;
         }
         }
         /* Mobile: 1 column with full width */
         @media (max-width: 767px) {
         .navbar-nav .dropdown-menu.mega-menu {
         padding: 15px 10px;
         max-height: 60vh;
         position: fixed !important;
         top: 60px !important;
         left: 10px !important;
         right: 10px !important;
         width: calc(100% - 20px) !important;
         }
         .mega-menu .row {
         display: block;
         }
         .mega-menu .category-column {
         padding: 15px 0;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
         margin-bottom: 15px;
         }
         .mega-menu .category-column:last-child {
         border-bottom: none;
         margin-bottom: 0;
         }
         .mega-menu .category-title {
         font-size: 16px;
         padding-left: 15px;
         margin-bottom: 12px;
         }
         .mega-menu .subcategory-link {
         font-size: 14px;
         padding: 7px 10px;
         margin-bottom: 5px;
         }
         .mega-menu .subcategory-link i {
         font-size: 13px;
         margin-right: 8px;
         }
         .mega-menu .subcategory-item {
         margin-bottom: 5px;
         padding-left:7px;
         }
         }
         /* Small mobile devices */
         @media (max-width: 480px) {
         .navbar-nav .dropdown-menu.mega-menu {
         top: 70px !important;
         left: 5px !important;
         right: 5px !important;
         width: calc(100% - 10px) !important;
         }
         .mega-menu .subcategory-link {
         font-size: 13px;
         padding: 6px 8px;
         }
         }
         /* Section title styling */
         .section-title h2 {
         color: #1e3c72;
         font-weight: 700;
         font-size: 32px;
         margin-bottom: 40px;
         text-align: center;
         position: relative;
         padding-bottom: 15px;
         }
         .section-title h2:after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 50%;
         transform: translateX(-50%);
         width: 60px;
         height: 3px;
         background: #2ebcc2;
         }
         .contact-point {
         background-color: #f8f9fa;
         padding: 15px;
         border-radius: 8px;
         border-left: 4px solid #089da3;
         }
         .slider-image img {
         max-height: 400px;
         object-fit: cover;
         width: 100%;
         }
         .slider-title {
         color: #333;
         margin: 10px 0 15px 0;
         font-size: 2rem;
         }
         .partner-cta {
         background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
         padding: 25px;
         border-radius: 10px;
         border: 1px solid #dee2e6;
         }
      </style>
      <style>
       /* Enhanced Banner Section */
        .service-banner {
            background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding: 120px 0 100px;
            position: relative;
            overflow: hidden;
        }
        
        .service-banner::before {
             background: url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .banner-content {
            max-width: 900px;
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .breadcrumb {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            font-size: 16px;
            flex-wrap: wrap;
        }
        
        .breadcrumb a {
            color: #ddd;
            text-decoration: none;
            transition: all 0.3s;
            padding: 5px 0;
        }
        
        .breadcrumb a:hover {
            color: #ffd166;
            transform: translateY(-2px);
        }
        
        .breadcrumb span {
            margin: 0 12px;
            color: #aaa;
        }
        
      
        /* Enhanced Title Styling */
        .service-title {
            font-size: 3.8rem;
            font-weight: 900;
            margin-bottom: 15px;
            line-height: 1.1;
            text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
            position: relative;
            display: inline-block;
            letter-spacing: 1px;
        }
        
        .service-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 120px;
            height: 5px;
            background: linear-gradient(to right, #e63946, #ffd166);
            border-radius: 3px;
        }
        
        .service-subtitle {
            font-size: 2rem;
            font-weight: 700;
            margin: 30px 0 20px;
            color: #ffd166;
            text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
            position: relative;
            padding-left: 20px;
        }
        
        .service-subtitle::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 80%;
            background: #e63946;
            border-radius: 4px;
        }
        
        .service-highlight {
            color: #ffd166;
            font-weight: 800;
            font-size: 1.35rem;
            position: relative;
            display: inline-block;
        }
        
        .service-highlight::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #e63946;
            border-radius: 2px;
        }
        /* Enhanced Responsive Design */
        @media (max-width: 1200px) {
            .container {
                max-width: 95%;
            }
        }
        
        @media (max-width: 1100px) {
            .service-title {
                font-size: 3.2rem;
            }
            
            .service-subtitle {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 992px) {
          
            
            .service-title {
                font-size: 2.8rem;
            }
            
            .service-subtitle {
                font-size: 1.6rem;
            }
        }
        
        @media (max-width: 768px) {
            .service-banner {
                padding: 100px 0 80px;
                background-attachment: scroll;
            }
            
            .service-title {
                font-size: 2.4rem;
            }
            
            .service-title::after {
                width: 90px;
                height: 4px;
            }
            
            .service-subtitle {
                font-size: 1.4rem;
                margin: 25px 0 15px;
                padding-left: 15px;
            }
            
            .service-subtitle::before {
                width: 6px;
            }
         }
        
        @media (max-width: 576px) {
           
             .service-title {
                font-size: 2rem;
            }
            
            .service-subtitle {
                font-size: 1.2rem;
            }
            
            .breadcrumb {
                font-size: 15px;
                justify-content: center;
            }
            
            .breadcrumb span {
                margin: 0 8px;
            }
            
            .banner-content {
                text-align: center;
            }
            
            .service-title::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .service-subtitle::before {
                display: none;
            }
            
            .service-subtitle {
                padding-left: 0;
            }
         }
        
        @media (max-width: 400px) {
            .service-title {
                font-size: 1.8rem;
            }
            
            .service-subtitle {
                font-size: 1.1rem;
            }
             .container {
                padding: 0 15px;
            }
        }
    </style>
       /* Enhanced Banner Section */
        .service-banner {
            background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding: 120px 0 100px;
            position: relative;
            overflow: hidden;
        }
        
        .service-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .banner-content {
            max-width: 900px;
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .breadcrumb {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            font-size: 16px;
            flex-wrap: wrap;
        }
        
        .breadcrumb a {
            color: #ddd;
            text-decoration: none;
            transition: all 0.3s;
            padding: 5px 0;
        }
        
        .breadcrumb a:hover {
            color: #ffd166;
            transform: translateY(-2px);
        }
        
        .breadcrumb span {
            margin: 0 12px;
            color: #aaa;
        }
        
      
        /* Enhanced Title Styling */
        .service-title {
            font-size: 3.8rem;
            font-weight: 900;
            margin-bottom: 15px;
            line-height: 1.1;
            text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
            position: relative;
            display: inline-block;
            letter-spacing: 1px;
        }
        
        .service-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 120px;
            height: 5px;
            background: linear-gradient(to right, #e63946, #ffd166);
            border-radius: 3px;
        }
        
        .service-subtitle {
            font-size: 2rem;
            font-weight: 700;
            margin: 30px 0 20px;
            color: #ffd166;
            text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
            position: relative;
            padding-left: 20px;
        }
        
        .service-subtitle::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 80%;
            background: #e63946;
            border-radius: 4px;
        }
        
        .service-highlight {
            color: #ffd166;
            font-weight: 800;
            font-size: 1.35rem;
            position: relative;
            display: inline-block;
        }
        
        .service-highlight::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #e63946;
            border-radius: 2px;
        }
        /* Enhanced Responsive Design */
        @media (max-width: 1200px) {
            .container {
                max-width: 95%;
            }
        }
        
        @media (max-width: 1100px) {
            .service-title {
                font-size: 3.2rem;
            }
            
            .service-subtitle {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 992px) {
          
            
            .service-title {
                font-size: 2.8rem;
            }
            
            .service-subtitle {
                font-size: 1.6rem;
            }
        }
        
        @media (max-width: 768px) {
            .service-banner {
                padding: 100px 0 80px;
                background-attachment: scroll;
            }
            
            .service-title {
                font-size: 2.4rem;
            }
            
            .service-title::after {
                width: 90px;
                height: 4px;
            }
            
            .service-subtitle {
                font-size: 1.4rem;
                margin: 25px 0 15px;
                padding-left: 15px;
            }
            
            .service-subtitle::before {
                width: 6px;
            }
         }
        
        @media (max-width: 576px) {
           
             .service-title {
                font-size: 2rem;
            }
            
            .service-subtitle {
                font-size: 1.2rem;
            }
            
            .breadcrumb {
                font-size: 15px;
                justify-content: center;
            }
            
            .breadcrumb span {
                margin: 0 8px;
            }
            
            .banner-content {
                text-align: center;
            }
            
            .service-title::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .service-subtitle::before {
                display: none;
            }
            
            .service-subtitle {
                padding-left: 0;
            }
         }
        
        @media (max-width: 400px) {
            .service-title {
                font-size: 1.8rem;
            }
            
            .service-subtitle {
                font-size: 1.1rem;
            }
             .container {
                padding: 0 15px;
            }
        }
    