    /* Custom CSS for Service Statistics and API sections */
    .service-table-container {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        border: 1px solid #e5e7eb;
    }

    .service-table-container:hover {
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }

    .service-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .service-table thead {
        background: linear-gradient(135deg, #3b82f6, #10b981);
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .service-table th, .service-table td {
        padding: 1.25rem;
        text-align: left;
        font-size: 1.125rem;
        border-bottom: 1px solid #e5e7eb;
    }

    .service-table th {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        background: linear-gradient(135deg, #3b82f6, #10b981);
        position: relative;
    }

    .service-table th::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
    }

    .service-table td {
        color: #1e3a8a;
        font-weight: 600;
        transition: background 0.2s ease;
    }

    .service-table tr:hover td {
        background: #f1f5f9;
    }

    .service-table tr:last-child td {
        border-bottom: none;
    }

    .service-table td:first-child {
        border-left: 3px solid #3b82f6;
    }

    .api-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }

    .api-card {
        background: linear-gradient(145deg, #ffffff, #f1f5f9);
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        padding: 1.25rem;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .api-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .api-card img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin: 0 auto;
    }

    .bg-theme-10 {
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.75rem;
        font-weight: 600;
        color: #fff;
        margin-top: 0.75rem;
        display: inline-block;
    }

    .bg-theme-10.active {
        background-color: #22c55e;
    }

    .bg-theme-10.inactive {
        background-color: #ef4444;
    }

    .api-count {
        font-size: 1.75rem;
        font-weight: 700;
        color: #1e3a8a;
        margin-top: 0.75rem;
    }

    .api-title {
        font-size: 0.875rem;
        font-weight: 500;
        color: #475569;
        margin-top: 0.5rem;
    }

    .api-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #3b82f6, #22c55e);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .api-card:hover::before {
        opacity: 1;
    }

    /* Animation for zoom-in effect */
    .zoom-in {
        animation: zoomIn 0.5s ease-out;
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.95);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Responsive adjustments */
    @media (max-width: 1280px) {
        .api-grid {
            grid-template-columns: repeat(4, 1fr);
        }

        .api-card {
            padding: 1rem;
        }

        .api-count {
            font-size: 1.5rem;
        }

        .api-title {
            font-size: 0.75rem;
        }

        .service-table th, .service-table td {
            font-size: 1rem;
            padding: 1rem;
        }
    }

    @media (max-width: 1024px) {
        .api-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .api-card img {
            width: 32px;
            height: 32px;
        }

        .api-count {
            font-size: 1.25rem;
        }

        .api-title {
            font-size: 0.625rem;
        }

        .bg-theme-10 {
            font-size: 0.625rem;
            padding: 4px 8px;
        }

        .service-table th, .service-table td {
            font-size: 0.875rem;
            padding: 0.75rem;
        }

        .service-table-container {
            padding: 1.5rem;
        }
    }

    @media (max-width: 768px) {
        .api-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .service-table th, .service-table td {
            font-size: 0.75rem;
            padding: 0.5rem;
        }

        .service-table-container {
            padding: 1rem;
        }
    }

    @media (max-width: 640px) {

        .api-card {
            padding: 0.75rem;
        }

        .api-card img {
            width: 24px;
            height: 24px;
        }

        .api-count {
            font-size: 1rem;
        }

        .api-title {
            font-size: 0.625rem;
        }

        .bg-theme-10 {
            font-size: 0.5rem;
            padding: 3px 6px;
        }

        .service-table th, .service-table td {
            font-size: 0.625rem;
            padding: 0.4rem;
        }

        .service-table-container {
            padding: 0.75rem;
        }
    }
    
    .page-heading {
    height: 38px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.page-heading span.page-heading-title {
    display: inline-block;
    position: relative;
    border: 1px solid #cccccc;
    padding: 10px 36px;
    overflow: visible;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    background: #e6ffef;
}
/* Code Slider Section Styles */
.code-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 auto;
}

.code-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
    will-change: transform; /* Optimize for smooth animations */
}

.code-card {
    flex: 0 0 auto;
    width: 280px; /* Fixed width for consistent card size */
    margin-right: 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.code-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.code-card-image {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.code-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.code-card-id {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #22c55e;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.code-card-content {
    padding: 1rem;
    text-align: center;
}

.code-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
}

.code-card-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.code-card-title a:hover {
    color: #2563eb;
}

.code-card-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #4b5563;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-item span:first-child {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.info-item span:last-child {
    font-weight: 600;
    color: #1e3a8a;
}

.code-card-button {
    display: inline-block;
    margin-top: 0.5rem;
}

.code-card-button img {
    width: 100px;
    height: auto;
    transition: transform 0.2s ease;
}

.code-card-button:hover img {
    transform: scale(1.05);
}

/* Zoom-in Animation */
.zoom-in {
    animation: zoomIn 0.5s ease-out;
}

@keyframes zoomIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive Adjustments */
@media (max-width: 1280px) {
    .code-card {
        width: 250px;
    }

    .code-card-image {
        height: 140px;
    }

    .code-card-title {
        font-size: 0.875rem;
    }

    .code-card-info {
        font-size: 0.75rem;
    }

    .code-card-button img {
        width: 90px;
    }
}

@media (max-width: 1024px) {
    .code-card {
        width: 220px;
    }

    .code-card-image {
        height: 120px;
    }

    .code-card-title {
        font-size: 0.75rem;
    }

    .code-card-info {
        font-size: 0.7rem;
    }

    .code-card-button img {
        width: 80px;
    }
}

@media (max-width: 768px) {
    .code-card {
        width: 200px;
    }

    .code-card-image {
        height: 100px;
    }

    .code-card-title {
        font-size: 0.75rem;
        -webkit-line-clamp: 1; /* Limit to 1 line on smaller screens */
    }

    .code-card-info {
        font-size: 0.65rem;
    }

    .code-card-button img {
        width: 70px;
    }
}

@media (max-width: 640px) {
    .code-card {
        width: 180px;
    }

    .code-card-image {
        height: 90px;
    }

    .code-card-id, .badge {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }

    .code-card-title {
        font-size: 0.7rem;
    }

    .code-card-info {
        font-size: 0.6rem;
    }

    .code-card-button img {
        width: 60px;
    }
}
    .code-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 1.5rem;
    }

    .code-card {
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .code-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }


    .code-card-content {
        padding: 1.25rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .code-card-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #1e40af;
        text-align: center;
        margin-bottom: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: color 0.3s ease;
    }

    .code-card:hover .code-card-title {
        color: #2563eb;
    }
    .code-card-button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: transform 0.3s ease;
    }

    .code-card-button img {
        width: 100%;
        max-width: 120px;
        height: auto;
        display: block;
    }

    .code-card-button:hover {
        transform: translateY(-3px);
    }


    /* Animation for zoom-in effect */
    .zoom-in {
        animation: zoomIn 0.5s ease-out;
    }
     .service-item {
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }

    .service-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .service-item img {
        width: 100%;
        height: 196px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .service-item:hover img {
        transform: scale(1.03);
    }

    .service-item-content {
        padding: 1.25rem;
        text-align: center;
    }

    .service-item-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #1e40af;
        margin-bottom: 0.75rem;
        line-height: 1.4;
    }

    .service-item-button {
        display: inline-flex;
        align-items: center;
        padding: 0.5rem 1.5rem;
        background: linear-gradient(135deg, #3b82f6, #06b6d4);
        color: #ffffff;
        border-radius: 6px;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        transition: background 0.3s ease, transform 0.2s ease;
    }

    .service-item-button:hover {
        background: linear-gradient(135deg, #2563eb, #0891b2);
        transform: translateY(-1px);
    }

    .service-item-button i {
        margin-left: 0.5rem;
        font-size: 0.75rem;
    }

    /* Animation for zoom-in effect */
    .zoom-in {
        animation: zoomIn 0.5s ease-out;
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.95);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Responsive adjustments */
    @media (max-width: 1280px) {
        .service-item-title {
            font-size: 1rem;
        }

        .service-item img {
            height: 150px;
        }

        .service-item-button {
            font-size: 0.75rem;
            padding: 0.4rem 1.2rem;
        }
    }

    @media (max-width: 1024px) {
        .service-item-title {
            font-size: 0.875rem;
        }

        .service-item img {
            height: 210px;
        }

        .service-item-button {
            font-size: 0.75rem;
            padding: 0.35rem 1rem;
        }

        .service-item-content {
            padding: 1rem;
        }
    }

    @media (max-width: 768px) {
        .service-item img {
            height: 185px;
        }

        .service-item-title {
            font-size: 0.75rem;
        }

        .service-item-button {
            font-size: 0.625rem;
            padding: 0.3rem 0.8rem;
        }
    }

    @media (max-width: 640px) {
        .service-item img {
            height: 188px;
        }

        .service-item-title {
            font-size: 0.75rem;
        }

        .service-item-button {
            font-size: 0.625rem;
            padding: 0.25rem 0.75rem;
        }

        .service-item-content {
            padding: 0.75rem;
        }
    }
    .news-section {
    padding: 2rem 0;
    background: #f9fafb;
}

.news-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e40af;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    animation: fadeIn 0.5s ease-out;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}

.news-card {
    grid-column: span 12;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    animation: fadeInUp 0.6s ease-out forwards;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.news-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.news-content {
    padding: 1.5rem;
}

.news-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e40af;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card-description {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-read-more {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.2s ease;
}

.news-read-more:hover {
    background: linear-gradient(135deg, #2563eb, #0891b2);
    transform: translateY(-1px);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (min-width: 640px) {
    .news-card {
        grid-column: span 6;
    }
}

@media (min-width: 1280px) {
    .news-card {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .news-title {
        font-size: 1.75rem;
    }

    .news-card-title {
        font-size: 1.125rem;
    }

    .news-card-description {
        font-size: 0.75rem;
    }

    .news-read-more {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .news-image-wrapper {
        height: 150px;
    }
}

@media (max-width: 640px) {
    .news-title {
        font-size: 1.5rem;
    }

    .news-card {
        grid-column: span 12;
    }

    .news-content {
        padding: 1rem;
    }
}
 #top-menu {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99;
  width: 50px;
}

#top-menu li {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 10px;
}

#top-menu i {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

#top-menu i img {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}

#top-menu li a {
  background: #f5f6fa;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 5px 0 rgb(48 56 70 / 20%);
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 13px;
  width: 195px;
  margin-right: -10px;
  cursor: pointer;
}

#top-menu span {
  padding: 10px 10px 10px 0;
  width: 140px;
}

#top-menu li a.active {
  background: var(--primary);
  margin-right: 0;
  color: #fff;
  width: 195px;
  margin-right: -143px;
}

body:not(.scrolling) #top-menu li a:not(.active) {
  width: 60px;
}

body:not(.scrolling) #top-menu li a:not(.active) span {
  display: none;
}

#top-menu:hover li a:hover span {
  display: block !important;
}

@media screen and (min-width: 768px) {
  #top-menu:hover li a:hover {
    width: 195px !important;
  }
}

@media screen and (min-width: 1401px) {
  #top-menu li a {
    margin-right: -10px;
    font-size: 16px;
  }

  #top-menu i {
    margin: 12px;
  }

  #top-menu span {
    left: 105px;
    padding: 15px 15px 15px 0;
    width: 165px;
  }

  #top-menu i img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }

  #top-menu li a.active {
    margin-right: 0;
    width: 240px;
  }

  #top-menu li a.active span {
    left: 54px;
  }
}

@media screen and (max-width: 767px) {

  #top-menu,
  #top-menu li {
    pointer-events: none;
  }

  #top-menu i img {
    border-radius: 30%;
  }

  #top-menu i {
    border-radius: 30%;
  }

  #top-menu span {
    visibility: hidden;
    opacity: 0;
  }

  #top-menu li a.active span {
    visibility: visible;
    opacity: 1;
  }

  #top-menu li a {
    width: 58px;
    height: 45px;
    pointer-events: auto;
  }

  #top-menu li a.active {
    width: 145px;
  }
}