.vf-text-110 {
    font-size: 110rem;
    line-height: 1.2em;
}

.vf-text-45 {
    font-size: 45rem;
    line-height: 1.2em;
}

.vf-lifecycle-content-section {
    background: linear-gradient(180deg, #25282B 64.1%, #171819 100%);
}





/* Three Column Features Section */
.global-tariffs-features-section {
    position: relative;
}

.global-tariffs-feature {
    padding: 80rem 0 55rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-left: 2rem solid #FFF;
}

.global-tariffs-feature-icon {

    margin-bottom: 25rem;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-left: 70rem;
}

.global-tariffs-feature-icon img {
    width: 60rem;
    max-width: 100%;
}

.global-tariffs-feature-title {
    /* margin-bottom: 30rem; */
    padding-left: 55rem;
    padding-right: 40rem;
}

.global-tariffs-feature-description {
    max-width: 100%;
    padding-left: 70rem;
    padding-right: 70rem;
}

.global-tariffs-feature-description strong {
    font-weight: 700;
    font-family: 'vodafonebold', sans-serif !important;
}

.global-tariffs-feature-title {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.global-tariffs-feature-title-line {
    border-radius: 0 10rem 10rem 0;
    background: #E60000;
    width: 15rem;
    height: 90rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    /* transform: translateY(-50%); */
}

.global-tariffs-feature:hover .global-tariffs-feature-title-line {
    /* height: 120%; */
    background: #25282b;
}

.global-tariffs-feature-title h3 {
    transition: .3s;
}

.global-tariffs-feature:hover .global-tariffs-feature-title h3 {
    transform: translateX(10rem);
}

.global-tariffs-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0000001c, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.global-tariffs-feature:hover::before {
    opacity: 1
}

.global-tariffs-feature::after {
    content: '';
    background: linear-gradient(180deg, rgba(228, 228, 228, 0.00) 0%, #E4E4E4 49.52%, #E4E4E4 100%);
    width: 3rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.global-tariffs-feature-b0::after {
    content: none !important;
}

.global-tariffs-features-section::before {
    content: '';
    background: linear-gradient(to right,
            rgba(228, 228, 228, 0) 0%,
            rgba(228, 228, 228, 1) 30%,
            rgba(228, 228, 228, 1) 70%,
            rgba(228, 228, 228, 0) 100%);
    width: 100%;
    height: 4rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.global-tariffs-features-section.global-tariffs-reverse-b::before {
    content: none;
}

.global-tariffs-reverse-b .global-tariffs-feature::after {
    background: linear-gradient(360deg, rgba(228, 228, 228, 0.00) 0%, #E4E4E4 49.52%, #E4E4E4 100%);

}

.vf-icon-box-section {
    background: linear-gradient(135deg, #820000 2.62%, #E60000 96.2%);
}

.vf-icon-box {
    display: flex;
    align-items: center;
    gap: 40rem;
    height: 100%;
    border-radius: 16rem;
    background: linear-gradient(90deg, #E60000 0%, rgba(230, 0, 0, 0.00) 100%);
    padding: 27rem 44rem;
}

.vf-icon-box-w {
    width: 48% !important;
}

.vf-gap-45 {
    gap: 45rem;
    width: 100%;
}

.vf-icon-box .vf-icon-div {
    width: 90rem;
}

.vf-icon-box .vf-cont-div {
    width: 100%;
}

.vf-icon-box-head {
    margin-bottom: 80rem;
}

/* Gartner Features Section */

.vf-gartner-features-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 300rem 0 0;
}

/* Container to establish positioning context */
.vf-gartner-features-container {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Central image styling with 3D perspective */
.vf-gartner-center-image {
    position: relative;
}

.vf-gartner-center-image img {
    width: 100%;
    border-radius: 20rem;
}

/* Base styling for all feature items */
.vf-gartner-feature-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 40rem;
    color: #fff;
}

.vf-gartner-feature-icon {
    width: 164rem;
}

/* --- Absolute Positioning for each item --- */
.vf-gartner-pos-1 {
    top: 5%;
    left: 12%;
}

.vf-gartner-pos-2 {
    top: 5%;
    right: 12%;
}

.vf-gartner-pos-3 {
    /* bottom: 15%; */
    left: 0%;
    top: 38%;
}

.vf-gartner-pos-4 {
    /* bottom: 15%; */
    right: 0%;
    top: 38%;
}

.vf-lifecycle-content {
    margin-bottom: 190rem;
}

.about-us-line {
    display: block;
    max-width: 95%;
}

.about-us-title .text-part {
    color: #fff;
    opacity: .2;
}

.about-us-title .white-word {
    opacity: 1;
}

.about-us-line+.about-us-line {
    margin-top: 120rem;
}

.about-us-title {
    font-size: 120rem;
}


/* DLM Features Section */
.dlm-features-section {
    position: relative;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #ffffff;
}

.dlm-features-content {
    position: relative;
    z-index: 2;
}

.dlm-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 110rem;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
}

.dlm-feature-item:hover {
    transform: translateY(-2rem);
}

.dlm-feature-item:last-child {
    margin-bottom: 0;
}

.dlm-feature-icon {
    flex-shrink: 0;
    width: 100rem;
    height: 100rem;
    margin-right: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.dlm-feature-icon img {
    width: 100rem;
    height: 100rem;
    filter: none;
}

.dlm-feature-text {
    flex: 1;
    /* padding-top: 10rem; */
}

.dlm-feature-text p {
    line-height: normal;
    margin: 0;
}

.vf-gartner-section.dlm-value-for-your-business-section {
    background: linear-gradient(129deg, #820000 19.04%, #E60000 100%);
}

.dlm-value-for-your-business-grid {
    display: grid;
    grid-template-columns: repeat(42, 1fr);
    gap: 35rem;
    margin-top: 80rem;
}

.benefit-card {
    border-radius: 12.721rem;
    background: linear-gradient(320deg, rgba(255, 53, 53, 0.40) 22.71%, rgba(161, 0, 0, 0.40) 93.77%);
    box-shadow: 0 0 179.908rem 7.155rem rgba(255, 0, 0, 0.15) inset;
    padding: 45rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 45rem;
}

.benefit-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.benefit-icon img {
    width: 170rem;
    height: 170rem;
}

/* Row 1 - Two equal cards (21 + 21 = 42) */
.dlm-value-for-your-business-grid .benefit-card-1,
.dlm-value-for-your-business-grid .benefit-card-2 {
    grid-column: span 21;
}

/* Row 2 - Three equal cards (14 + 14 + 14 = 42) */
.dlm-value-for-your-business-grid .benefit-card-3,
.dlm-value-for-your-business-grid .benefit-card-4,
.dlm-value-for-your-business-grid .benefit-card-5 {
    grid-column: span 14;
}

/* Row 3 - Two cards (24 + 18 = 42) */
.dlm-value-for-your-business-grid .benefit-card-6 {
    grid-column: span 24;
}

.dlm-value-for-your-business-grid .benefit-card-7 {
    grid-column: span 18;
}

/* Row 4 - Three cards with equal sides (15 + 12 + 15 = 42) */
/* This gives you equal sides with center column slightly smaller */
.dlm-value-for-your-business-grid .benefit-card-8 {
    grid-column: span 12;
}

.dlm-value-for-your-business-grid .benefit-card-wrapper {
    grid-column: span 18;
}

.dlm-value-for-your-business-grid .benefit-card-11 {
    grid-column: span 12;
}

/* Wrapper for cards 9 and 10 */
.dlm-value-for-your-business-grid .benefit-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35rem;
}

.dlm-value-for-your-business-grid .benefit-card-wrapper .benefit-card {
    flex-grow: 1;
}

/* Card orientation styles */
.dlm-value-for-your-business-grid .benefit-card-3,
.dlm-value-for-your-business-grid .benefit-card-4,
.dlm-value-for-your-business-grid .benefit-card-5,
.dlm-value-for-your-business-grid .benefit-card-11,
.dlm-value-for-your-business-grid .benefit-card-8 {
    flex-direction: column;
    align-items: start;
}

.dlm-value-for-your-business-grid .benefit-card-7,
.dlm-value-for-your-business-grid .benefit-card-6,
.dlm-value-for-your-business-grid .benefit-card-9,
.dlm-value-for-your-business-grid .benefit-card-10 {
    flex-direction: row-reverse;
}

/* Larger icons for cards 8 and 11 */
.dlm-value-for-your-business-grid .benefit-card-11 .benefit-icon img,
.dlm-value-for-your-business-grid .benefit-card-8 .benefit-icon img {
    width: 280rem;
    height: 280rem;
}