.right-about-two .span-two {
    background-color: #135e6e1a;
    border-radius: 20px;
    color: #135e6e;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 20px;
    padding: 10px 22px;
}


.right-about-two .btn-contact-now {
    background-color: #17677b;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: Inter;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 30px;
}

/*==============================
Service Cards
==============================*/
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    height: 310px;
    box-shadow: 0px 8px 17px rgba(10, 42, 105, 0.06);
}

.service-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    z-index: 1;
}

.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(218deg, rgba(0, 0, 0, 0) 10.18%, #000000 111.68%);
    z-index: 2;
    transform-origin: bottom right;
    transform: rotate(-25.52deg) scale(1.5);
}

.service-card-content {
    position: relative;
    z-index: 3;
    padding: 26px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-card h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 8px;
    color: #ffffff;
}

.service-card .subtitle {
    font-size: 26px;
    color: #81DBEF;
}

.service-card .subtitle.color-tim {
    color: #FEB0D7;
}

.service-card .subtitle.color-chanh {
    color: #CED85B;
}

.service-card .subtitle-white {
    color: white;
}

.fz-24 {
    font-size: 24px !important;
}

.service-card p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: 320px;
    }

    .service-card h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .service-card .subtitle,
    .service-card .subtitle-white {
        font-size: 20px;
    }
}

/* footer */
.footer-one {
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    /* Assuming Inter or similar */
}

.footer-banner {
    background-color: #F8FAFC;
    border-radius: 16px;
    padding: 20px 40px;
    margin-bottom: 50px;
    border: 1px solid #E0E6F7;
}

.footer-banner-bottom {
    background-color: #F8FAFC;
    border-radius: 16px;
    padding: 20px 40px;
    margin-top: 50px;
    border: 1px solid #E0E6F7;
}

.footer-company-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #002B5C;
    margin-bottom: 5px;
    font-size: 18px;
}

.footer-tagline {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-desc {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-title {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: #002B5C;
}

.footer-contact-label {
    font-weight: 700;
    color: #002B5C;
    margin-bottom: 2px;
    font-size: 14px;
}

.footer-contact-value {
    color: #555;
    font-size: 14px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social-icons a:hover {
    opacity: 0.9;
}

.social-fb {
    background-color: #1877F2;
}

.social-yt {
    background-color: #FF0000;
}

.social-in {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-zalo {
    background-color: #0068FF;
    font-weight: bold;
    font-size: 12px !important;
}

.copyright-text {
    color: #444;
    font-size: 14px;
    margin-top: 40px;
    font-weight: 500;
}

/* end footer */

.page-link {
    color: #135e6e;
}

.page-item.active .page-link {
    background-color: #135e6e;
    border-color: #135e6e;
}

/* Job Details Page Colors */
.job-details .btn-primary,
.about-us-banner .btn-primary {
    background-color: #135e6e;
    border-color: #135e6e;
}

.job-details .btn-primary:hover,
.about-us-banner .btn-primary:hover,
.job-details .btn-primary:focus,
.about-us-banner .btn-primary:focus,
.job-details .btn-primary:active,
.about-us-banner .btn-primary:active {
    background-color: #148650;
    border-color: #148650;
}

.job-details .text-primary,
.about-us-banner .text-primary {
    color: #135e6e !important;
}

/* Icons in the banner meta section */
.about-us-banner .job-meta i {
    color: #135e6e;
}

/* Categories Badge */
.job-details .badge.bg-primary {
    background-color: rgba(25, 164, 99, 0.1) !important;
    color: #135e6e !important;
}

.logo .img-logo {
    max-height: 80px;
}

.single-blog-left ul {
    padding-left: 20px;
}
.single-blog-left li {
    padding-left: 10px;
}
.single-blog-left h2 {
    margin: 30px 10px 20px 0px;
}
.single-blog-left h3 {
    margin: 20px 10px 20px 0px;
}

.job-list-content .company-name {
    display: block;
}

.company-name img {
    height:60px;
}

.job-title h3 {
    height: 60px;
    overflow-y: hidden;
}
.single-blog-left i {
    padding: 0px !important;
}

@media (max-width: 991.98px) {
    .man-in-service {
        margin: auto;
    }
    .theme-main-menu {
        position: relative;
    }

    .intro-section {
        margin-top: 20px !important;
    }
}