/* .page-template-template-it-services .banner-general .banner-image:after {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000d80 30%, #ffffff 100%);
}
.page-template-template-it-services .banner-general .title-banner .page-title h1 {
    display: block;
}
.page-template-template-it-services .banner-general .title-banner .page-title h1 span {
    color: #FFCD06;
} */
.page-template-template-it-services-detail .banner-general .banner-image:after,
.page-template-template-it-services .banner-general .banner-image:after {
    opacity: 0.8;
    z-index: -1;
}
.page-template-template-it-services-detail .banner-general .banner-image img,
.page-template-template-it-services .banner-general .banner-image img {
    width: 52%;
    max-width: 563px;
    min-width: 0;
    min-height: 0;
    top: auto;
    left: auto;
    bottom: auto;
    right: calc(100% / 2 - 46.2%);
    transform: none;
    z-index: 0;
    opacity: 0.4;
}
.page-template-template-it-services-detail .banner-general .banner-image img {
    /* max-width: 100%;
    width: 55%;
    right: 0; */
}
.page-template-template-it-services-detail .section.section-banner.banner-general:before,
.page-template-template-it-services .section.section-banner.banner-general:before {
    content: "";
    display: block !important;
    position: absolute;
    background-image: url(../images/deco2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 230px;
    height: 104px;
    bottom: 7%;
    left: -50px;
    top: auto;
    z-index: 0;
    opacity: 1;
}
.page-template-template-it-services-detail .section.section-banner.banner-general:after,
.page-template-template-it-services .section.section-banner.banner-general:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/deco1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 686px;
    height: 95px;
    top: 87px;
    right: -15px;
    z-index: 0;
    opacity: 0.5;
}

/* Our Process Section */ 
.our-process-section {
    padding: 80px 0;
}

.our-process-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-grid {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}

.process-step {
    width: 25%;
    padding: 40px 40px 38px;
    position: relative;
}
.process-step:not(:last-child) {
    border-right: 1px solid #E9E9E9;
}
.process-step a:hover {
    text-decoration: none;
}
.step-number:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #FFCE09;
    background-color: #000000;
    border-radius: 100%;
}

.step-number {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #AAAAAA;
    position: relative;
    padding-left: 18px;
}
.step-content {
    margin-top: 38px;
}
.step-icon img {
    max-width: 36px;
    max-height: 36px;
}
.process-step:not(:last-child):after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    right: -18px;
    margin-top: -18px;
    top: 50%;
    background-color: #FFCE09;
    border-radius: 100%;
    background-image: url(../images/it-services-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.step-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #2C3377;
    position: relative;
    transition: all 0.3s ease;
}
.process-step a:hover .step-title {
    color: #FFCE09;
}
.step-description {
    margin-top: 38px;
    letter-spacing: 0.02em;
    color: #000000;
}
.step-description > *:last-child {
    margin: 0;
}

/* Our Services Section */
.our-services-section {
    /* padding: 75px 0 65px; */
    background: white;
}
.our-services-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/our-services-section-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}

.our-services-wrapper {
    background-color: #151E85;
    border-radius: 20px;
    color: #ffffff;
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.our-services-wrapper > * {
    position: relative;
}
.our-services-section .section-title {
    color: #FFFFFF;
    max-width: 524px;
    margin-bottom: 33px;
}

.our-services-section .section-content {
    max-width: 627px;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}

.services-links {
    display: flex;        
    flex-direction: column;    
}
.service-link:not(:last-child) {
    border-bottom: 1px solid rgba(222, 222, 222, 0.2);
}

.service-link {
    font-family: SF Pro Display;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 38px 25px;
    display: flex;
    gap: 36px;
    line-height: 1.1;
    background-repeat: no-repeat;
    background-position: right 25px center;
}
.service-link:hover {
    background-image: url(../images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent;
    border-radius: 20px;
}

.service-number {
    word-break: normal;
}

/* About Us Section */
.about-us-section {
    padding: 130px 0 144px;
    background: #DCDCE6;
}
.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.about-image {
    width: 46%;
}

.about-text {
    width: 46.4%;
}
.about-image img {
    width: 100%;
    border-radius: 40px;
    aspect-ratio: 1.48;
    object-fit: cover;
}

.about-text .section-title {
    margin-bottom: 51px;
    font-size: 30px;
    line-height: 42px;
}
.section-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 76px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}
.about-text .btn {
    margin-top: 20px;
}

/* Testimonials Swiper */
.testimonials-section {
    width: 100%;
    position: relative;
    max-width: 785px;
    margin: 0 auto 0;
}
.testimonials-swiper {
    width: 100%;
    position: relative;
}

.testimonials-swiper .swiper-slide {
    width: 100%;
    height: auto;
}

.testimonial-card {
    /* Testimonial card styles */
}

.testimonial-content {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    max-width: 500px;
    margin: 50px auto 0;
}

.author-avatar {
    flex-shrink: 0;
}

.avatar-image {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #FFCE09;
}

.author-info {
    text-align: left;
}

.author-name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 22px;

}

.author-position {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: uppercase;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 160px 0 120px;
    background: #303A98;
}

.why-choose-section .section-title {
    color: #FFFFFF;
}
.why-choose-content {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.why-choose-content .why-choose-text {
    width: 50%;
}

.why-choose-content .why-choose-image {
    width: 38.61%;
}

.why-choose-content .why-choose-image img {
    border-radius: 40px;
    vertical-align: top;
    aspect-ratio: 1.617;
}
.why-choose-section .section-content {
    /* Why choose section content styles */
}

.why-choose-grid {
    display: flex;
    gap: 34px;
    margin-top: 60px;
}

.why-choose-item {
    padding: 40px 25px 39px;
    margin: 0 auto;
    background: linear-gradient(147.46deg, rgba(126, 126, 126, 0.2) 4.24%, rgba(228, 228, 228, 0) 97.75%);
    border-radius: 30px;
}

.item-number {
    position: relative;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #AAAAAA;
    padding-left: 20px;
}

.item-number:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #FFCE09;
    background-color: #000000;
    border-radius: 100%;
}

.item-content > *:last-child {
    margin-bottom: 0;
}
.item-title {
    margin: 27px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 26px;
    margin-bottom: 28px;
}

.item-content {
    color: #B9B9B9;
    letter-spacing: 0.02em;
}
.why-choose-section .section-content {
    margin-top: 60px;
}

.why-choose-section .section-content * {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 70px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.why-choose-section .section-content > *:last-child {
    margin-bottom: 0;
}



/* Logos Section */
.logos-section {
    padding: 0;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

.logos-swiper {
    width: 100%;
    padding: 15px 0;
}
.logos-swiper .swiper-wrapper {
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.logos-swiper .swiper-slide {
    width: auto;
    height: auto;
    margin: auto;
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    transition: opacity 0.3s ease;
}

.logo-item:hover {
    opacity: 1;
}

.logo-item img {
    height: 45px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    object-fit: contain;
}
.logo-item:hover img {
    filter: grayscale(0%);
}


section.benefits-of-managed-section {
    padding: 80px 0;
}

.benefits-of-managed-section .section-header {
    text-align: center;
}
.benefits-of-managed-section .section-header .section-subheading {
    text-align: center;
    display: inline-flex;
}
.benefits-of-managed-section .section-header .section-title {
    margin-bottom: 36px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-of-managed-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 30px;
    gap: 28px;
    background: #FFFFFF;
    box-shadow: 0px 12px 17.6px rgba(0, 0, 0, 0.08);
    width: calc((100% - 2 * 20px) / 3);
    min-height: 222px;
}
.benefits-item .benefits-image img {
    max-width: 45px;
    height: 45px;
    object-fit: contain;
}

.benefits-item .benefits-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0;
}


/* Responsive Design */
@media (max-width: 1199px) {
    .process-step {
        width: 50%;
    }
    
    .process-grid {
        flex-wrap: wrap;
    }
    
    .process-step:nth-child(2n + 1) {
        border-right: 1px solid #E9E9E9;
    }
    
    .process-step:nth-child(2n) {
        border: none;
    }
    
    .process-step:nth-child(n + 3) {
        border-top: 1px solid #E9E9E9;
    }
    .process-step:after {
        display: none;
    }    
    .process-step:nth-child(2n + 1):after {
        display: block;
    }
    .why-choose-item {
        width: calc((100% - 34px) / 2);
    }
    
    .why-choose-grid {
        flex-wrap: wrap;
    }
    .benefits-item {
        width: calc((100% - 20px) / 2);
    }
}
@media screen and (max-width: 767px) {
    .page-template-template-it-services .section.section-banner.banner-general:before,
    .page-template-template-it-services-detail .section.section-banner.banner-general:before,
    .page-template-template-it-services .section.section-banner.banner-general:after,
    .page-template-template-it-services-detail .section.section-banner.banner-general:after {
        display: none !important;
    }
    .page-template-template-it-services .banner-general .banner-image img,
    .page-template-template-it-services-detail .banner-general .banner-image img {
        width: 70%;
        left: 50%;
        right: auto;
        bottom: 50px;
        transform: translateX(-50%);
    }

    .process-step {
        width: 100%;
        border: none !important;
    }

    .process-step:not(:first-child) {
        border-top: 1px solid #E9E9E9 !important;
    }
    .process-step:not(:last-child):after {
        display: block;
        top: 100%;
        right: 50%;
        margin-right: -18px;
    }
    .step-title:after {
        right: 0;
    }

    .our-process-section {
        padding: 50px 0;
    }

    .our-services-section {
        padding: 0 0 50px;
    }
    .section-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .our-services-wrapper {
        padding: 30px;
    }

    .service-link {
        padding: 20px;
        font-size: 20px;
    }
    .about-image {
        width: 100%;
    }
    
    .about-text {
        width: 100%;
        margin-top: 30px;
    }
    .why-choose-item {
        width: 100%;
    }
    .why-choose-section .section-content * {
        font-size: 25px;
        line-height: 1.5;
    }
    .benefits-item {
        width: 100%;
    }
    .news-update-section .news-grid .news-card {
        width: 100%;
    }
    .benefits-item .benefits-title,
    .news-content .news-title {
        font-size: 16px;
        line-height: 25px;
    }
    .item-title {
        font-size: 20px;
        line-height: 30px;
    }
    .why-choose-section,
    .about-us-section {
        padding: 50px 0;
    }
    .why-choose-content {
        flex-wrap: wrap;
    }
    
    .why-choose-content .why-choose-text {
        width: 100%;
        order: 1;
        margin-top: 30px;
    }
    
    .why-choose-content .why-choose-image {
        width: 100%;
    }
    section.benefits-of-managed-section {
        padding: 50px 0;
    }
    .news-update-section {
        padding: 0 0 50px;
    }
    .testimonials-section {
        margin: 0 auto 0;
    }
    .about-content {
        margin-bottom: 50px;
    }
}

/* IT Services Detail Template Styles */

/* Hero Section */
.it-services-hero-section {
    padding: 80px 0;
    background: #ffffff;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
    aspect-ratio: 3.7426;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
}

.hero-text {
    flex: 1;
    max-width: 50%;
}

.hero-subheading {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.yellow-dot {
    color: #FFCD06;
    font-weight: bold;
    font-size: 18px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #000d80;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.it-services-list {
    padding: 32px 30px 11px;
    border-radius: 20px;
    margin-bottom: 11px;
    background: rgba(44, 51, 119, 0.05);
}

.services-list-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #2C3377;
    text-transform: none;
    margin-bottom: 14px;
}

.tools-items,
.services-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tool-item,
.service-item {
    background-image: url(../images/check-circle.svg);
    background-repeat: no-repeat;
    background-position: left top 18px;
    background-size: 24px;
    margin: 0;
    padding: 19.5px 0 19.5px 36px;
    letter-spacing: 0.02em;
    color: #2C3377;
}
.tool-item:not(:last-child),
.service-item:not(:last-child) {
    border-bottom: 1px solid rgba(222, 222, 222, 0.8);
}

.it-services-overviews-section {
    padding: 140px 0 60px;
}
.it-services-overviews-section .container {
    display: flex;
    align-items: center;
}

.it-services-overviews-section .overviews-text {
    width: 52.8%;
}

.it-services-overviews-section .it-services-list {
    margin-left: auto;
    width: 38.7%;
}
.it-services-overviews-section .overviews-image img {
    aspect-ratio: 2.8378;
    border-radius: 40px;
    object-fit: cover;
}

.it-services-overviews-section .overviews-image {
    padding-top: 25px;
    margin-bottom: 51px;
}

.it-services-overviews-section .overviews-description {
    letter-spacing: 0.02em;
}

/* Introduction Section */
.introduction-section {
    padding: 80px 0;
    background: #ffffff;
}

.introduction-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.intro-image {
    flex: 1;
    max-width: 50%;
}

.intro-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.intro-text {
    flex: 1;
    max-width: 50%;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

/* Statistics and CTA Section */
.statistics-cta-section {
    padding: 99px 0 76px;
    background: #F1F0F5;
}

.stats-content {
    text-align: center;
}
.statistics-cta-section .heading {
    margin-bottom: 45px;
}
.statistics-cta-section .section-title {
    color: #2C3377;
}
.statistics-cta-section .fact_figure-item .description,
.statistics-cta-section .fact_figure-item .counter-number {
    color: #231A11;
}

/* Network Security Assessment Section */
.security-assessment-section {
    padding: 80px 0;
}

.assessment-content {
    position: relative;
    background-color: #151E85;
    border-radius: 20px;
    color: #ffffff;
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.assessment-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/our-services-section-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}
.assessment-content .section-title,
.assessment-description {
    color: #ffffff;
    max-width: 627px;
}
.assessment-content .section-title {
    margin-bottom: 32px;
}

.assessment-description {
    letter-spacing: 0.02em;
    margin-bottom: 48px;
    position: relative;
}

/* Managed Service Plans Section */
.service-plans-section {
    padding: 80px 0;
    background: #DCDCE6;
}

.plans-header {
    text-align: center;
}
.plans-header .section-subheading {
    display: inline-flex;
}
.plans-title {
    font-size: 48px;
    font-weight: 700;
    color: #000d80;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.plan-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-5px);
}

.plan-number {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-title {
    font-size: 24px;
    font-weight: 600;
    color: #000d80;
    margin-bottom: 20px;
}

.plan-title a {
    color: #000d80;
    text-decoration: none;
}

.plan-title a:hover {
    color: #FFCD06;
    text-decoration: none;
}

.plan-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Tools and Performance Section */
.tools-performance-section {
    padding: 137px 0 109px;
    background: #ffffff;
}

.tools-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.tools-text {
    flex: 1;
    max-width: 60%;
}

.tools-description {
    color: #2C3377;
    letter-spacing: 0.02em;
}

.tools-checklist {
    flex: 1;
    margin-left: auto;
    max-width: 46.2%;
    background: rgba(44, 51, 119, 0.05);
    padding: 12.5px 30px;
    border-radius: 20px;
}

.tools-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tools-text .section-title {
    margin-bottom: 42px;
}

.tools-description > :last-child {
    margin-bottom: 0;
}

/* Responsive Design for IT Services Detail */
@media (max-width: 767px) {
    .hero-content,
    .introduction-content,
    .tools-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .hero-image,
    .hero-text,
    .intro-image,
    .intro-text,
    .tools-text,
    .tools-checklist {
        max-width: 100%;
        flex: none;
        width: 100%;
    }
    
    .statistics-grid {
        gap: 40px;
    }
    
    .plans-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .it-services-hero-section,
    .introduction-section,
    .statistics-cta-section,
    .security-assessment-section,
    .service-plans-section,
    .tools-performance-section {
        padding: 50px 0;
    }
    
    .statistics-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .plans-grid {
        grid-template-columns: 1fr;
    }
    
    .plan-card {
        padding: 30px 20px;
    }
    
    .tools-content {
        flex-direction: column;
    }
    
    .tools-text,
    .tools-checklist {
        max-width: 100%;
        width: 100%;
    }
    .it-services-overviews-section .overviews-image img,
    .hero-image img {
        border-radius: 20px;
        aspect-ratio: 1.5;
    }
    
    .it-services-overviews-section {
        padding: 50px 0;
    }
    
    .it-services-overviews-section .overviews-text {
        width: 100%;
    }
    
    .it-services-overviews-section .container {
        flex-wrap: wrap;
    }
    
    .it-services-overviews-section .it-services-list {
        width: 100%;
        margin-top: 50px;
    }
    
    .assessment-content {
        padding: 30px;
    }
}