a {
  text-decoration: none;
  color: inherit;
}


/*====================================== Global Fixed Network PAGE CSS START ============================== */

/* Vodafone Business Fixed Networks section css start ***************************/

.vf-text-178 {
  color: #E60000;
  text-align: center;
  font-family: 'vodafoneextra_bold', sans-serif;
  font-size: 178rem;
  font-weight: 800;
  line-height: 1.2em;
}

.mb-40 {
  margin-bottom: 40rem;
}

/* The container that defines the scroll duration for the animation */
.vf-gartner-scroll-container {
  height: 54vh;
  /* This height creates the "scroll runway" */
}

/* This wrapper becomes sticky and holds the animation in the viewport */
.vf-gartner-sticky-wrapper {
  /* position: sticky; */
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Concentric Circles */
.vf-gartner-circle {
  border-radius: 9999rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* Use a transition for smooth border appearance */
  transition: border-width 0.5s ease-in-out;
  border: 0rem solid transparent;
}

.vf-gartner-outermost-circle {
  width: 1400rem;
  height: 1400rem;
}

.vf-gartner-outermost-circle.border-visible {
  border: 1rem solid #E600004D;
}

.vf-gartner-outer-circle {
  width: 1100rem;
  height: 1100rem;
}

.vf-gartner-outer-circle.border-visible {
  border: 1rem solid #E6000099;
}

.vf-gartner-middle-circle {
  width: 720rem;
  height: 720rem;
}

.vf-gartner-middle-circle.border-visible {
  border: 1rem solid #E60000;
}

.vf-gartner-gradient-circle {
  width: 560rem;
  height: 560rem;
  padding: 20rem;
  border-radius: 9999rem;
  background-image: linear-gradient(90deg, #820000 -0.02%, #E60000 100.12%);
}

.vf-gartner-inner-circle {
  width: 100%;
  height: 100%;
  /* border-radius: 9999rem; */
  /* background-color: #000; */
}

/* The cards that animate outwards */
.vf-gartner-profile-image-container {
  position: absolute;
  width: 440rem;
  height: 434rem;
  padding: 30rem;
  box-sizing: border-box;
  /* background-color: #111; */
  /* border: 1rem solid #333; */
  /* border-radius: 8rem; */
  color: white;
  text-align: left;
  will-change: transform;
  border-radius: 18rem;
  background: #FFF;
  box-shadow: 18rem -18rem 52rem 0 #E9E9E9;
}

.vf-gartner-profile-image-container h4 {
  margin: 0 0 5rem 0;
  /* font-size: 45rem; */
  color: #e60000;
  /* color: var(--Primary-Vodafone-Red, #E60000); */
  font-family: Vodafone;
  font-family: 'vodafonebold', sans-serif;
  font-size: 45rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  /* 125.156% */
}

.vf-gartner-profile-image-container p {
  margin: 0 0 20rem 0;
  line-height: normal;
  /* font-size: 36rem; */
  /* color: #aaa; */
  /* line-height: 1.4; */
  /* color: #25282B;
    font-family: 'vodafone_rgregular', sans-serif;
    font-size: 36rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em; */
  /* 117.333% */
}

.vf-gartner-profile-image-container img {
  max-width: 40%;
  height: auto;
  position: absolute;
  bottom: 40rem;
}

.vf-gartner-profile-image-container img.vf-gartner-w70 {
  max-width: 70%;
}

/* Center Text Content */
.vf-gartner-center-text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}

.vf-gartner-center-text-content h1 {
  font-size: 60rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'vodafonebold', sans-serif;
}

/* Visibility control classes */
.border-visible {
  border-width: 2rem;
}

.text-visible {
  opacity: 1;
}

.vf-gartner-scroll-section {
  background-color: rgba(245, 245, 245, 0.93);
  position: relative;
}

.vf-gartner-scroll-footer-cont .vf-text-54.text-center {

  font-weight: 400;

  font-family: 'vodafone_rgregular', sans-serif;

  margin-top: 50rem;
}

.vf-gartner-scroll-footer-cont {
  position: relative;
  width: 100%;
}

.text-red {
  color: #E60000 !important;
}

.vf-gartner-scroll-top-cont {
  /* position: sticky; */
  top: 0;
  z-index: 999;
  background: #f6f6f6;
  padding: 00rem 0 0rem 0;
}

/* Vodafone Business Fixed Networks section css end ***************************/

/* Intelligent, reliable and secure connectivity  section css START ***************************/
.vf-gartner-icon-box {
  display: flex;
  gap: 60rem;
  align-items: center;
  padding-bottom: 60rem;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease-out;
}

.vf-gartner-icon {
  width: 124rem;
}



.vf-gartner-icon-box .vf-gartner-content {
  width: 60%;
  background: none;
}

.vf-gartner-right-div .vf-gartner-icon-box {
  flex-direction: row-reverse;
  text-align: left;
  justify-content: flex-end;
}

.vf-gartner-left-div .vf-gartner-icon-box {
  justify-content: flex-end;
}

.vf-gartner-left-div .vf-gartner-content {
  text-align: end;
}

.vf-gartner-icon-box.vf-gartner-icon-box1 {
  margin-right: 20rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box2 {
  margin-right: 90rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box3 {
  margin-right: 90rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box4 {
  margin-right: 20rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box5 {
  margin-left: 20rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box6 {
  margin-left: 90rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box7 {
  margin-left: 90rem;
}

.vf-gartner-icon-box.vf-gartner-icon-box8 {
  margin-left: 20rem;
}


/* 2. Define the INITIAL ("before animation") state */
.vf-gartner-left-div .vf-gartner-icon-box {
  opacity: 0;
  transform: translateX(-50rem);
}

.vf-gartner-right-div .vf-gartner-icon-box {
  opacity: 0;
  transform: translateX(50rem);
}

/* 3. Define the FINAL ("after animation") state with a helper class */
.vf-gartner-icon-box.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.vf-gartner-usecase-cta {
  display: flex;
  align-items: center;
  padding: 40rem 115rem;
  border-radius: 120rem;
  background: rgba(37, 40, 43, 0.40);
  gap: 60rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 49%;
  margin: 0 auto;
  text-align: center;
}

.vf-gartner-usecase-cta-icon {
  width: 100rem;
}

.vf-gartner-usecase-cta-icon svg {
  width: 100%;
  height: auto;
}

.vf-gartner-intelligent-section {
  position: relative;
}

.vf-gartner-intelligent-end-content {
  padding-top: 60rem;
}

video.vf-gartner-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

a.vf-gartner-usecase-cta:hover .vf-gartner-usecase-cta-icon {
  transform: translateX(15rem);
  transition: all 0.3s ease-in-out;
}

.vf-gartner-Business-connectivity-vision, .vf-gartner-Business-super-pops {
  background: #25282B;
}

.vf-gartner-head-content {
  margin-bottom: 150rem;
}

.vf-gartner-btn-inlinewidth {
  display: flex;
  justify-content: space-between;
  gap: 60rem;
  align-items: center;
  margin-top: 120rem;
}

.vf-gartner-cta-btn {
  display: flex;
  align-items: center;
  padding: 40rem 80rem;
  background: #E60000;
  border-radius: 120rem;
  color: #FFF;
  font-family: 'vodafone_rgregular', sans-serif;
  font-size: 46rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

a.vf-gartner-cta-btn:hover {
  transform: scale(0.9);
}

.vf-gartner-btn-fullwidth {
  margin-top: 60rem;
}

.vf-gartner-Business-super-pops-content .text-red {
  font-size: 108rem;
}

.vf-gartner-countries-vpn {
  background-color: #fff;
  position: relative;
}

.vf-gartner-countries-vpn .vf-gartner-head-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}

.vf-gartner-countries-vpn .vf-text-54 {
  margin-bottom: 40rem;
}

.vf-gartner-countries-vpn .text-grey {
  font-family: 'vodafone_rgregular', sans-serif;
  font-weight: 400;
}

.text-grey {
  color: #25282B !important;
}

.vf-gartner-countries-video-sec video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vf-gartner-business-super-pops-bottomcontent {
  padding: 50rem 0 100rem;
}






/* Intelligent, reliable and secure connectivity  section css END ***************************/



/*====================================== Global Fixed Network PAGE CSS END ============================== */


/* Feature Section Starts */

.vf-gartner-section.dlm-value-for-your-business-section {
  background: #820000;
}

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

.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: 20rem 55rem;
}

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

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

/* 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 21;
}

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

/* 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 18;
}

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

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

/* 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 {
  flex-direction: row-reverse;
}

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

.dlm-value-for-your-business-grid .benefit-card-wrapper .benefit-card.benefit-card-9 .benefit-icon {
  width: 173rem;
  justify-content: flex-start;
}

/* Feature Section Ends */
/* Global Fixed Network Map Section START */

.vf-gartner-points-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 29vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vf-gartner-point {
  position: absolute;
  width: 196rem;
  height: 196rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  animation: pulse 1.3s infinite ease-in-out;
  transition: opacity 0.3s ease, transform 0.4s ease;
  font-weight: bold;
}

.vf-grad-text {
  background: linear-gradient(90deg, #E60000 -0.02%, rgba(230, 0, 0, 0.10) 100.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'vodafoneextra_bold', sans-serif;
  font-size: 400rem;
  font-style: normal;
  font-weight: 800;
  line-height: 320rem;
  margin-right: -55rem;
}

.vf-gartner-point.hidden {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

#vf-gartner-point-scale {
  top: 43%;
  left: 4%;
}

div#vf-gartner-popup-cloud {
  left: 32% !important;
  top: 47% !important;
}

div#vf-gartner-popup-scale {
  left: 0 !important;
  top: 41% !important;
}

div#vf-gartner-popup-experience {
  left: 48% !important;
  top: -8% !important;
  width: 921rem;
}

div#vf-gartner-popup-tailored {
  left: 57% !important;
  top: 47% !important;
}

div#vf-gartner-popup-secure {
  top: 74% !important;
  left: 64% !important;
}

#vf-gartner-point-experience {
  top: -2%;
  right: 38%;
}

#vf-gartner-point-secure {
  top: 73%;
  left: 63%;
}

#vf-gartner-point-cloud {
  bottom: 20%;
  left: 40%;
}

#vf-gartner-point-tailored {
  bottom: 27%;
  right: 18%;
}

/* The popups that appear */
.vf-gartner-popup {
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out;
  position: absolute;
  width: 477rem;
  padding: 40rem;
  color: white;
  z-index: 100;
  text-align: left;
  transform-origin: center center;
  pointer-events: none;
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 10rem 10rem 40rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15rem);
}

.vf-gartner-popup.active {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.vf-gartner-popup h2 {
  margin-top: 0;
  margin-bottom: 20rem;
  color: #FFF;
  font-size: 54rem;
  font-family: 'vodafonebold', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.vf-gartner-point-icon {
  width: 112rem;
  margin: 0 auto 33rem;
}

.vf-gartner-point-inner {
  font-size: 30rem;
  border-radius: 100%;
  background: linear-gradient(90deg, #820000 -0.02%, #E60000 100.12%);
  width: 169rem;
  height: 169rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  padding: 10rem;
}

.vf-gartner-point-icon svg {
  width: 100%;
  height: auto;
}

/* Pulse animation for the red glow on circles */
@keyframes pulse {
  0% {
    box-shadow: 0 0 30rem 10rem #e60000ee;
  }

  50% {
    box-shadow: 0 0 70rem 10rem #E60000;
  }

  100% {
    box-shadow: 0 0 30rem 10rem #e60000ee;
  }
}


.terrestrial-cable-systems-section {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
}

#vf-gartner-point-tasman {
  bottom: 1%;
  right: 1%;
}

div#vf-gartner-popup-tasman {
  left: 69% !important;
  top: 68% !important;
}


.vf-gartner-popup ul {
  font-size: 24rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20rem;
  padding-left: 0;
  list-style-type: none;
}

.vf-gartner-popup h3 {
  border-bottom: 1rem solid #C1C7CF;
  padding-bottom: 20rem;
  margin-bottom: 30rem;
}

.vf-gartner-popup ul li {
  position: relative;
  padding-left: 30rem;
}

.vf-gartner-popup ul li::before {
  content: "";
  width: 10rem;
  height: 10rem;
  background: #252525;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12rem;
}

div#vf-gartner-popup-experience.vf-gartner-popup ul {
  grid-template-columns: repeat(4, 1fr);
}

/* Global Fixed Network Map Section END */
.vf-gartner-section.vf-video-section-global-fixed-network {
  position: relative;
  overflow: hidden;
  min-height: 33vh;
}

.vf-video-section-global-fixed-network .video-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.vf-gartner-section.vf-gartner-Business-super-pops {}

.vf-gartner-section.vf-video-section-global-fixed-network .container.vf-gartner-container {
  position: relative;
  z-index: 1;
}