.content-hero {
    color: #BBBBBB; 
    padding: 3.25rem;
}

@media (max-width: 991.98px) {
    .content-hero {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 0px; 
    }
}

@media (max-width: 767.98px) {
    .content-hero {
        padding: 2.25rem;
        text-align: center;
        margin-bottom: 0px;
    }
}

.text-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: #5E6282;
}

.text-content h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.text-content h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.text-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.content-image {
    background-image: url('../img/footer/bg-cta-pattern.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-image img {
    padding-left: 5rem;
    width: 100%;
}


@media (max-width: 991.98px) {
    .text-content h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .text-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .content-image img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .text-content h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .text-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .text-content p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .content-image {
        display: none;
        width: 100%;    
    }
}

@media (min-width: 768px) {
    .text-md-justify {
        text-align: justify !important;
    }
}

.text-gradient {
    background: linear-gradient(90deg, #A9639F, #450C3D, #7E166F, #A9639F);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-purple {
    background: #201E61;
    border-radius: 20px;
    color: #FFFFFF;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
}

.btn-white {
    background: #FFFFFF;
    border-radius: 20px;
    color: #201E61;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
}

.btn-purple:hover {
    box-shadow: 0px 8px 24px rgba(32, 30, 97, 0.3);
    transform: translateY(-2px);
    color: #fff;
    background: #121135;
}

@media (max-width: 1024px) {
    .btn-purple,
    .btn-white {
        font-size: 13px;
        padding: 7px 14px;
    }
}

@media (max-width: 768px) {
    .btn-purple,
    .btn-white {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .btn-purple,
    .btn-white {
        font-size: 11px;
        padding: 5px 10px;
    }
}

#why-us {
    margin-top: 80px;
    margin-bottom: 80px;
}

.feature-card {
    background: radial-gradient(
        ellipse 110% 25% at 11% 17%,
        #001773 100%,
        #001258 100%
    );
    max-width: 550px;
    width: 100%;
    height: 280px;
    padding: 28px 32px;
    border-radius: 48px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-wrapper{
    display: flex;
    justify-content: center;
}

.feature-header { 
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-header h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #F8FAFC;
}

.feature-description {
    margin: 24px 0;
}

.feature-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #E2E8F0;
}

@media (min-width: 1441px) {
    .feature-card {
        max-width: 710px;
        width: 100%;
    }
}

@media (max-width: 767.9px) {
    #why-us {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .feature-card {
        background: radial-gradient(
            ellipse 90% 20% at 20% 12%,
            #001773 100%,
            #001258 100%
        );
        max-width: 100%;
        padding: 22px 24px;
        border-radius: 32px;
    }

    .feature-header {
        gap: 10px;
    }

    .feature-header h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .feature-description {
        margin: 0 0;
    }

    .feature-description p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .feature-card {
        padding: 24px 32px;
    }
}

@media (max-width: 767.98px) {
    .feature-card {
        padding: 20px 24px;
    }
}

.bg-achievement {
    background: none;
}

/* partner-container-start */
.partner-container {
    display: flex;
    align-items: center;
}

.partner-section {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(2, auto);
    gap: 24px;
    padding: 0 50px;
    justify-items: center;
    align-items: center;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        justify-items: center;
    }

    .partner-card:nth-child(9) {
        grid-column: 2;
    }
    .partner-card:nth-child(10) {
        grid-column: 3;
    }
}

@media (min-width:768px) and (max-width: 1278.9px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(3, max-content);
        gap: 20px;
        padding: 0;
    }

    .partner-card:nth-child(10) {
        grid-column: 2;
    }
}

@media (max-width: 767.9px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        justify-items: center;
    }
}

.tp-integration-slider-wrapper {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: slide 100s linear infinite;
    will-change: transform;
}

.partner-card {
    position: relative; 
    border-radius: 28px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 150px;
    height: 96px;
    padding: 24px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.partner-card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .partner-container {
        margin-top: 10px;
    }
    .partner-card {
        width: 150px;
        height: 100px;
    }
    
    .tp-integration-slider-wrapper {
        gap: 15px;
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* partnert-container-end */

@media (max-width: 767.9px) {
    #news .d-flex.flex-md-row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #news .d-flex.flex-md-row h1,
    #news .d-flex.flex-md-row p {
        text-align: center !important;
    }
}

#news .container {
    margin: 40px 80px;
}

@media (max-width: 767.9px) {
    #news .container {
        margin: 20px 40px;
    }   
}

.news-card {
    width: 420px;
    height: 590px;
    border-radius: 36px;
    overflow: hidden;
    background: #201E61; 
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-body {
    flex: 1;
    height: 80%;
}
  
.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
  
.news-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
  
.news-content {
    background-image: url('/img/card/bg-news-card.png');
    background-size: cover;           
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 260px);
}
  
.news-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #ECECEC;
    text-align: left;
}
  
.news-title {
    font-weight: 700;     
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: left;
}
  
.news-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #D8D8D8;
    text-align: justify;

    display: -webkit-box; 
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.news-desc,
.news-desc * {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-align: justify !important;
    color: #D8D8D8 !important;
}
  
.news-link {
    width: 100%;
    padding: 16px 28px;
    background: #171545;
    border-radius: 0 0 36px 36px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.news-link:hover {
    color: #d762d5;
}

@media (max-width: 992px) {
    .news-card {
        margin-bottom: 16px;
        width: 280px;
        height: 550px;
    }

    .news-image img {
        height: 200px;
    }

    .news-content {
        padding: 16px;
    }

    .news-title {
        font-size: 17px;
    }

    .news-desc {
        font-size: 14px;
    }

    .news-date {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .news-card {
        margin-bottom: 16px;
    }

    .news-image img {
        height: 180px;
    }

    .news-content {
        padding: 14px;
        text-align: center;
    }

    .news-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .news-desc {
        font-size: 13px;
        text-align: center;
    }

    .news-date {
        font-size: 14px;
    }

    .news-link {
        justify-content: center;
        font-size: 14px;
    }
}

.arrow {
    font-size: 18px;
    line-height: 1;
}

.card-certificate-image img{
  display: block;
}

@media (max-width: 767px) {
  .card-certificate-image img {
    display: none !important;
  }
}

.card-certificate {
    background: linear-gradient(90deg, #212121 0%, #080808 100%);
    padding: 22px 42px;
    border-radius: 48px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.card-certificate-content p {
    text-align: start;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
}

.card-certificate-content h4 {
    font-weight: 600;       
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;     
    text-align: start;
    color: #fff;           
}

@media (max-width: 1023px) {
    .card-certificate-content h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }

    .card-certificate-content p {
        font-size: 12px;
        line-height: 20px;
        text-align: start;
    }

    .card-certificate {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .card-certificate-image img {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .card-certificate-content h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .card-certificate-content p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .card-certificate {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .card-certificate-image img {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .card-certificate {
        flex-direction: column;   
        padding: 20px 24px;         
        border-radius: 24px;      
        gap: 16px;                  
    }

    .card-certificate-content h4,
    .card-certificate-content p {
        text-align: center;
    }

    .card-certificate-col{
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-certificate {
        flex-direction: row;   
        padding: 20px 24px;         
        border-radius: 32px;
        gap: 12px;
    }

    .card-certificate-col{
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 300px;
        width: 100%;
    }
}

#services {
    position: relative;
    z-index: 1;
}

#services::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/img/landing-page/bg-pattern-visi.png');
    background-size: contain;
    background-position: center;
    opacity: 0.15;
    z-index: -1;
}

.card-container-service{
    border: 1px #000;
    border-radius: 36px;
    background-color: #171545;
    transition: all 0.3s ease;
}

.card-container-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.card-services {
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-services h5{
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
}

.card-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.icon-wrapper {
    background-color: #60215A;
    border-radius: 32px;
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-img {
    width: 100%;
    height: auto;
    max-width: 32px;
}

.btn-view-full {
    background-color: #201E61;
    border-radius: 100%;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-view-full img {
  transition: transform 0.3s ease;
}

.btn-view-full[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.btn-view:hover {
    opacity: 0.8;
}

.list-services {
    list-style: none;
    padding: 10px 0;
}

.list-services ul {
    padding-left: 18px;
    margin: 0;
}

.list-services li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 15px;
    opacity: 0.95;
    color: #FFFFFF;
    text-align: start;
}

.list-services li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; 
    width: 18px;
    height: 18px;
    background-image: url('/img/check-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
}

@media (max-width: 1023.9px) {
    .list-services ul {
        padding-left: 0;
        margin: 0;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item .icon {
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-item .text p {
  color: #BBBBBB;
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

@media (min-width:1024px) {
    #services {
        margin-top: 3rem;
    }
}

@media (max-width: 992px) {
    #services {
        padding: 0 2rem;
    }

    .card-container-service {
        border-radius: 28px;
    }

    .card-top {
        padding: 12px 16px;
    }

    .card-services {
        padding: 0 16px;
    }

    .text-content h1 {
        font-size: 28px;
    }

    .text-content p {
        font-size: 16px !important;
    }

    /* .row {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .col {
        flex: 1 1 45%;
        margin-bottom: 16px;
    } */
}

@media (max-width: 576px) {
    #services {
        padding: 0 1rem;
    }

    .text-content h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .text-content p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .card-container-service {
        border-radius: 20px;
        padding: 0;
    }

    .card-top {
        padding: 12px;
    }

    .card-services h5 {
        font-size: 16px;
    }

    .btn-view-full {
        font-size: 14px;
        padding: 10px;
    }

    .feature-col {
        flex: 1 1 100%;
        margin-bottom: 0px;
    }
}

.text-responsive-align {
    text-align: start !important;
}

@media (min-width: 1024px) {
    .text-responsive-align {
        text-align: justify !important;
    }
}

.not-found { 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found h2 {
    color: #333333;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
}

.not-found p{
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.text-more {
    font-family: 'Inter', sans-serif;
    font-weight: 500; 
    font-style: normal;
    font-size: 16px;
    line-height: 24px; 
}

#hero {
    height: 735px; 
    background: linear-gradient(
        270deg,
        rgba(14, 14, 14, 0) 0%,
        rgba(14, 14, 14, 0.05) 20.13%,
        rgba(14, 14, 14, 0.5) 57.75%
    ),
    url('../img/hero/potrait-male-background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.hero-wrapper {
    align-items: center;
    max-width: 900px;
    width: 100%;
    padding: 30px;
}

.hero-title{
    color: #FFFFFF;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 42px;
    text-align: start;
}

.hero-title span {
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0;
    text-align: start;
}

.hero-desc{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
}

.hero-identity {
    position: absolute;
    bottom: 40px;
    left: 52%;
    transform: translateX(-50%);
    background-image: linear-gradient(
        to right,
        rgba(169, 99, 159, 0.6), 
        rgba(69, 12, 61, 0.6)
    );    
    padding: 12px 20px;
    border-radius: 16px;
    backdrop-filter: blur(4px);
}

.hero-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.750rem;
}

.hero-status {
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 767.9px) {
    #hero {
        height: 450px;
    }

    .hero-wrapper {
        padding: 0;
    }

    .content-hero {
        padding: 0;
    }

    .hero-title {
        font-size: 20px;     
        line-height: 30px;    
        text-align: center;   
    }

    .hero-desc {
        font-size: 16px;     
        line-height: 26px;   
        text-align: center;   
        padding: 0 12px;   
    }

    
    .hero-title span {
        font-size: 28px;
        line-height: 38px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 500px) {
    #hero {
        height: 400px;
    }
}

@media (max-width: 360px) {
    #hero {
        height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 1023.9px) {
    .hero-wrapper {
        align-items: end;
    }
}

@media (min-width: 1280px) {
    .hero-wrapper {
        align-items: center;
    }
    
    .content-hero {
        align-items: center;
    }

    .content-image {
        align-items: end;
    }
}

@media (min-width: 768px) and (max-width: 1280px){
    .hero-identity {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        background-image: linear-gradient(
            to right,
            rgba(169, 99, 159, 0.5),
            rgba(69, 12, 61, 0.5)
        );
        padding: 10px 16px;
        border-radius: 12px;
        backdrop-filter: blur(4px);
        width: max-content;
    }

    .hero-name {
        color: #ffffff;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .hero-status {
        color: #ffffff;
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}

.safety-tools-text h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.safety-tools-text h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: rgba(190, 0, 0, 1);
}

.safety-tools-text p {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    color: rgba(96, 96, 96, 1);
}

@media (max-width: 1023.9px) {
    .safety-tools-text{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.cta-security-text h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

.cta-security-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1024px) {
    .cta-security-text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .cta-security-text p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .cta-security-text h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center; /* biar rapi di layar kecil */
    }

    .cta-security-text p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}

.tp-footer__pl-pr {
    margin-left: 6rem;
    margin-right: 6rem;
}

@media (max-width: 767px) {
    .tp-footer__pl-pr {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tp-footer__logo {
        display: flex;
        justify-content: center;
        align-items: center; 
        margin-bottom: 1.5rem;
    }

    .tp-footer__logo-section p {
        text-align: center;
        font-size: 16px !important;
    }

    .tp-footer__logo-section {
        align-items: center !important;
    }

    .tp-footer__logo-section .d-flex {
        justify-content: center;
    }

    .tp-footer__logo-section img {
            width: 20px;
    }
}

#workforce-management{
    padding: 50px 50px;
}

.workforce-management-texts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.workforce-management-texts h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
}

.workforce-management-texts h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #BE0000;
}

.workforce-management-texts p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #414141;
}

@media (max-width: 1023.9px) {
    #workforce-management{
        padding: 50px 60px;
    }
}

@media (max-width: 767.9px) {
    #workforce-management{
        padding: 20px;
    }

    .workforce-management-texts h1{
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #333333;
    }

    .workforce-management-texts h1 span {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #BE0000;
    }

    .workforce-management-texts p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #414141;
    }
}

#services .container {
    padding: 0 55px;
}

@media (max-width:767.9px) {
    #services .container {
        padding: 0 20px;
    }

    #services .container .wow{
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    #services .container {
        padding: 0 75px;
    }
}

.service-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #BE0000;
    margin-bottom: 30px;
}

.service-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4A4A4A;
}

.service-card {
    width: 100%;
    min-height: 184px;
    padding: 28px 32px;
    border-radius: 64px;

    background: radial-gradient(
        7% 54.45% at 4% 50%,
        #001e94 99.23%,
        #001773 100%
    );

    color: #fff;
}

.service-icon{
    width: 104px;
    height: 104px;
}

.service-content{
    text-align: start;
    width: 1100px;
}

.service-content h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.service-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #E2E8F0;
}

#solution{
    margin: 0 30px;
    margin-top: 3rem;
}

@media (max-width: 767.9px) {
    #solution{
        margin: 0 15px;
    }

    .service-title {
        margin-bottom: 6px;
    }
}

#cta-security {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    overflow: hidden;

    background: radial-gradient(50% 86.35% at 50% 50%, #201E61 0%, #0D0D29 84.61%);
}

#cta-security::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/footer/bg-cta-pattern.png');
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    pointer-events: none;
}

.btn-cta {
    padding: 8px 16px;
    gap: 8px;
    border-radius: 20px;
    background-color: #322f8c;
    color: #FFFFFF;
    box-shadow: 0px 0px 64px 0px #3633A2;
    transition: transform 0.25s ease; 
}

.bta-cta:hover {
    transform: scale(0.95); 
}

.visi-card{
    display: flex;
    align-items: center;
    height: 285px;
    width: 585px;

    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 156px;
    border-bottom-left-radius: 156px;

    border: 2px solid #121135;
    background: radial-gradient(194.06% 100% at 50% 0%, #1D1B58 32.67%, #121135 32.71%);
    overflow: hidden; 
}

.content-wrapper {
    text-align: center;
    color: #fff;
    z-index: 1;
    height: 100%;
    padding: 25px;
}

.content-wrapper h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #E6212B;
}

.content-wrapper p{
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    margin-top: 35px;
}

@media (max-width: 767.9px) {
    .content-wrapper {
        padding: 15px 30px 25px 30px;
    }

    .content-wrapper p{
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
    }

    .visi-card{
        display: flex;
        align-items: center;
        height: auto;

        padding: 20px 0;
        overflow: hidden; 
    }
}

#company .row {
    display: flex;
    flex-wrap: nowrap;
}

#company, #visi-misi {
    padding: 0 80px;
}

@media (max-width: 767.98px) {
    #company,
    #visi-misi {
        padding: 0 24px;
    }
}

@media (max-width: 991px) {
    #company .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; 
    }

    #company .col-4,
    #company .col-8 {
        width: 100%;
        max-width: 700px;
        margin-bottom: 30px;
    }

    .partner-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .partner-card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (min-width: 1281px) and (max-width: 1349.9px) {
    .partner-card {
        width: 150px;
        height: 100px;
    }
}

@media (min-width: 1350px) and (max-width: 1440px) {
    .partner-card {
        width: 170px;
        height: 100px;
    }
}