/******************Tabs Accordion Section******************/

.gartner-tabs-accordion-section .vf-tabs .vf-tabs-nav .vf-tabs-btn {
  border-color: #B6B7B8;
  color: #25282B;
}

.gartner-tabs-accordion-section .vf-tabs .vf-tabs-nav .vf-tabs-btn.active {
  background: #E60000;
  color: #fff;
  border-color: #E60000;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item {
  border-color: #C1C7CF;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item .vf-accordion-header .vf-accordion-header-icon {
  width: 135rem;
  height: 135rem;
  min-width: 135rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #E60000;
  padding: 30rem;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item .vf-accordion-content {
  padding-top: 0;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item .vf-accordion-content .vf-accordion-grid .text-part {
  padding-left: 220rem;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item .vf-accordion-content .vf-accordion-grid .text-part ul li {
  color: #25282B;
  position: relative;
  padding-left: 50rem;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item .vf-accordion-content .vf-accordion-grid .text-part ul li::before {
  content: "";
  width: 12rem;
  height: 12rem;
  background: #e60000;
  border-radius: 50%;
  position: absolute;
  top: 27rem;
  left: 0;
}

.vf-accordion-header {
  gap: 64rem;
}

.gartner-tabs-accordion-section .vf-tab-content {
  margin-bottom: 100rem;
}

.gartner-tabs-accordion-section .vf-tab-content h3 {
  margin-bottom: 30rem;
}

/* acc section css tab 1********************/
.mb-100 {
  margin-bottom: 100rem !important;
}

.vg-gartner-acc-svg2-dark {
  background: #25282B;
  padding: 175rem 80rem 200rem;
  margin: -130rem 0rem 0;
}

.vg-gartner-acc-svg {
  padding-top: 80rem !important;
}

.gartner-tabs-accordion-section .vf-tabs .vf-accordion .vf-accordion-item:last-child {
  border-color: transparent;
}

/* acc section css for tab 2 ***************************************************** */


/* Main Wrapper for the component */
.vf-gartner-feature-tabs-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  padding: 33rem;
  font-family: sans-serif;
}

/* The static container for the tab triggers */
.vf-gartner-feature-ring {
  position: absolute;
  width: 80%;
  height: 80%;
}

.vf-gartner-feature-ring::before {
  opacity: 1;
  background-image: url(../images/multi-cloud-networking/interconnect-tab-img.png);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.vf-gartner-feature-ring.active::before {
  opacity: 0.15;
}

.vf-gartner-feature-ring::after {
  content: '';
  position: absolute;
  top: -21rem;
  left: -21rem;
  width: 105%;
  height: 105%;
  border: 1rem solid #E60000;
  border-radius: 50%;
  /* transform: translate(-50%, -50%); */
}

/* Individual tab triggers */
.vf-gartner-feature-trigger {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: white;
  z-index: 10;
  width: 34%;
}

.vf-gartner-feature-trigger p {
  margin-top: 30rem;
  font-size: 30rem;
  font-weight: 700;
  font-family: 'vodafonebold', sans-serif;
  line-height: 1.2em;
}

.vf-gartner-icon-circle {
  width: 157rem;
  height: 157rem;
  padding: 40rem;
  background-color: #E60000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3rem solid transparent;
  transition: all 0.3s ease-in;
  position: relative;
}

.vf-gartner-icon-circle i {
  font-size: 30rem;
  color: #333;
}

/* Active state for triggers */
.vf-gartner-feature-trigger.active .vf-gartner-icon-circle {
  border-color: #e60000;
  box-shadow: 0 0 15rem rgba(255, 0, 0, 0.7);
  background: #fff;
}

/* --- Static Positioning for the 3 triggers on the ring --- */
.vf-gartner-feature-trigger[data-tab="1"] p {
  position: absolute;
  top: -130rem;
}

.vf-gartner-feature-trigger[data-tab="1"] {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vf-gartner-feature-trigger[data-tab="2"] {
  top: 84%;
  left: 96%;
  transform: translate(-50%, -50%);
  /* right: -7rem; */
}

.vf-gartner-feature-trigger[data-tab="3"] {
  top: 84%;
  left: 2%;
  transform: translate(-50%, -50%);
}

.vf-gartner-feature-trigger .vf-active-icon {
  display: none;
}

.vf-gartner-feature-trigger.active .vg-inactive-icon {
  display: none;
}

.vf-gartner-feature-trigger.active .vf-active-icon {
  display: block;
}

/* Central Content Area - This is where the animation happens */
.vf-gartner-feature-content-area {
  position: relative;
  z-index: 10;
  color: white;
  text-align: center;
  width: 51%;
  height: 50%;
  /* Give it a defined height to prevent layout shifts */
  display: flex;
  align-items: center;
  justify-content: center;
}

.vf-gartner-feature-content-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20rem);
  /* Start slightly down */
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.vf-gartner-feature-content-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* Animate to its final position */
}

.vf-gartner-feature-content-item h3 {
  font-size: 44rem;
  font-weight: 700;
  margin-bottom: 30rem;
  font-family: 'vodafonebold', sans-serif;
  line-height: 1.2em;
}

.vf-gartner-feature-content-item p {
  font-size: 24rem;
  line-height: 1.4em;
  font-family: 'vodafone_rgregular', sans-serif;
  font-weight: 400;
}

.vf-gartner-feature-content-item h5 {
  font-size: 28rem;
  line-height: 1.4em;
  font-family: 'vodafonebold', sans-serif;
  font-weight: 700;
  margin-bottom: 10rem;
}

.vf-gartner-interconnect-cont {
  padding: 80rem 150rem 50rem 80rem;
  height: 100%;
}

.vf-gartner-interconnect-tab-inner {
  background: linear-gradient(48deg, #820000 18.71%, #E60000 97.02%);
  padding: 235rem 135rem 20rem;
  height: 100%;
}

.vf-gartner-icon-circle::before {
  content: '';
  border-radius: 50%;
  background: rgba(230, 0, 0, 0.01);
  box-shadow: 0 0 29.5rem 0 #E60000;
  width: 120%;
  height: 120%;
  position: absolute;
  /* left: 0; */
}

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

.vf-gartner-data-centre-interconnect {
  margin-bottom: 185rem;
}

.vf-moving-text {
  position: relative;
  white-space: nowrap;
  color: #B6B7B8;
  text-align: center;
  font-family: 'vodaextra_bold', sans-serif;
  font-size: 150rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
  opacity: 0.4;
}

.vf-scroll-moving-text {
  overflow: hidden;
  padding: 150rem 0 0rem;
}

.vf-gartner-number-cards {
  display: flex;
  justify-content: space-between;
  gap: 100rem;
  padding-bottom: 200rem;
}

.vf-gartner-number-cards-inner {
  width: 100%;
}

.vf-gartner-number h2 {
  -webkit-text-stroke-width: 2rem;
  -webkit-text-stroke-color: #E60000;
  font-family: 'vodaextra_bold', sans-serif;
  font-size: 108rem;
  font-weight: 800;
  line-height: 1em;
  color: transparent;
}

.vf-gartner-number {
  padding: 20rem;
  margin-bottom: 30rem;
  border-bottom: 1rem solid #E60000;
}


/* acc section css for tab 3 ***************************************************** */
.vf-gartner-icon-card-inner1 {
  display: flex;
  gap: 40rem;
}

.vf-gartner-icon-card-inner2 {
  display: flex;
  gap: 40rem;
  padding-top: 40rem;
}

.vg-gartner-icon-card {
  display: flex;
  align-items: flex-start;
  padding: 60rem;
  background: #fff;
  gap: 40rem;
}

.vg-gartner-icon {
  width: 135rem;
}

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

.vg-gartner-content {
  width: 100%;
}

.vg-gartner-icon-card li {
  font-size: 36rem;
  line-height: 1.4em;
  padding-bottom: 10rem;
  font-family: 'vodafone_rgregular', sans-serif;
  font-weight: 400;
  color: #25282B;
}

.vg-gartner-icon-card li::marker {
  color: #E60000;

}

.vf-gartner-listing {
  padding: 30rem 0rem 0 50rem;
}

.vg-gartner-icon-card1, .vg-gartner-icon-card4, .vg-gartner-icon-card2, .vg-gartner-icon-card3 {
  width: 50%;
}

.vf-gartner-greyhead-110 {
  color: #B6B7B8;
  text-align: center;
  font-family: 'vodaextra_bold', sans-serif;
  font-size: 87rem;
  font-weight: 800;
  line-height: 1.1em;
  /* 100% */
  opacity: 0.6;
}

.vf-gartner-greyhead {
  margin-bottom: 155rem;
  padding: 0 20rem;
}

.text-part ul li.vf-white-text {
  color: #fff !important;

}

.text-part ul li.vf-white-text::before {
  content: none !important;

}

.vf-inner-container {
  padding: 0rem 80rem;
}

.vf-bg-light-grey {
  background: rgba(245, 245, 245, 0.93);
}

.vf-gartner-icon-card-wrapper {
  padding-top: 200rem;
  padding-bottom: 160rem;
}

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

.vg-gartner-acc-svg.vf-dual-diverse-svg {
  padding-top: 130rem !important;
}

html {
  scroll-behavior: smooth;
}



.coverage-tabs {
  margin-bottom: 40rem;
  margin-top: 90rem;
}

.coverage-tabs .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #f8f9fa; */
  /* border-radius: 12rem; */
  /* padding: 8rem; */
  /* max-width: 800rem; */
  margin: 0 auto;
}

.coverage-tabs .tab-btn {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  /* flex: 1; */
  text-align: center;
  white-space: nowrap;
}

.coverage-tabs .tab-btn.active {
  color: #e60000;
  font-weight: 700;
  font-family: vodafonebold, sans-serif;
}

.coverage-tabs .tab-btn:not(.active) {
  color: #929395;
  font-weight: 400;
  font-family: vodafoneregular, sans-serif;
}

.tab-btn:not(.active):hover {
  color: #e60000;
}

.coverage-tabs .tab-text {
  font-size: 40rem;
  /* font-weight: 600; */
  line-height: normal;
}

.coverage-tabs .tab-divider {
  width: 2rem;
  height: 45rem;
  background: #D3D3D3;
  margin: 0 40rem;
}

.coverage-content {
  position: relative;
  margin-bottom: 45rem;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

.map-image {
  max-width: 100%;
  height: auto;
  /* border-radius: 12rem; */
}