 @charset "UTF-8";

 @font-face {
 	font-family: 'vodafoneextra_bold';
 	src: url('fonts/vodafone_extrabold-webfont.woff2') format('woff2'),
 		url('fonts/vodafone_extrabold-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafone_exbregular';
 	src: url('fonts/vodafone_font_exbd-webfont.woff2') format('woff2'),
 		url('fonts/vodafone_font_exbd-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafonelight';
 	src: url('fonts/vodafone_light-webfont.woff2') format('woff2'),
 		url('fonts/vodafone_light-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafoneregular';
 	src: url('fonts/vodafone-webfont.woff2') format('woff2'),
 		url('fonts/vodafone-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafone_ltregular';
 	src: url('fonts/vodafonelt-regular-webfont.woff2') format('woff2'),
 		url('fonts/vodafonelt-regular-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafone_rgbold';
 	src: url('fonts/vodafonerg-bold-webfont.woff2') format('woff2'),
 		url('fonts/vodafonerg-bold-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafone_rgregular';
 	src: url('fonts/vodafonerg-regular-webfont.woff2') format('woff2'),
 		url('fonts/vodafonerg-regular-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }

 @font-face {
 	font-family: 'vodafonebold';
 	src: url('fonts/vodafone_bold-webfont.woff2') format('woff2'),
 		url('fonts/vodafone_bold-webfont.woff') format('woff');
 	font-weight: normal;
 	font-style: normal;
		font-display: swap;
 }
 @font-face {
	font-family: 'vodafone-medium';
	src: url('fonts/vodafone-medium.woff2') format('woff2'),
		url('fonts/vodafone-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	   font-display: swap;
}

/* Theme css**************************/
.root {
    font-size: 0.052086vw;
}
 a:hover,
 a:focus {
 	text-decoration: none;
 }
 .ringcx-container {
 	max-width: 1680rem;
 	width: 100%;
	margin: auto;
	padding-right: 40rem;
	padding-left: 40rem;
    padding-top: 120rem;
	padding-bottom: 40rem;
 }
 
 .row {
 	margin-right: 0rem;
 	margin-left: 0rem;
 	width: 100%;
 }
 .col,
 .col-1,
 .col-10,
 .col-11,
 .col-12,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-auto,
 .col-lg,
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-auto,
 .col-md,
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-auto,
 .col-sm,
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-auto,
 .col-xl,
 .col-xl-1,
 .col-xl-10,
 .col-xl-11,
 .col-xl-12,
 .col-xl-2,
 .col-xl-3,
 .col-xl-4,
 .col-xl-5,
 .col-xl-6,
 .col-xl-7,
 .col-xl-8,
 .col-xl-9,
 .col-xl-auto {
 	position: relative;
 	width: 100%;
 	padding-right: 0rem;
 	padding-left: 0rem;
 }
img {
    width: 100%;
}
 /* Theme css end**************************/
 /* Custom css****************************************/
 /* Header */
 .ringcx-header {
    max-height: 90rem;
    height: 100%;
    border-bottom: 1rem solid #4A4D4E25;
    display: flex;
    align-items: center;
    vertical-align: middle;
    z-index: 9;
    position: absolute;
    width: 100%;
    background-color: #fff;
	top: 0;
}
.ringcx-header .bars {
    display: block;
    width: 26rem;
    height: 2rem;
    margin-bottom: 6rem;
    position: relative;
    background: #ffffff;
    border-radius: 20%;
    z-index: 1;
    transform-origin: 4rem 0rem;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
.ringcx-header .bars:last-child {
	margin-bottom: 0rem;
}	
.ringcx-header .navleft spans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ringcx-header .navleft {
    display: flex;
    align-items: center;
}
.ringcx-hamburger-menu.trans-nav  .navleft span:nth-child(1) {
    transform: rotate(45deg) translate(-6rem, -1rem);
}
.ringcx-hamburger-menu.trans-nav .navleft span:nth-child(2) {
    display: none;
}
.ringcx-hamburger-menu.trans-nav .navleft span:nth-child(3) {
    transform: rotate(-45deg) translate(-7rem, -1rem);
}
 .ringcx-nav-wrapper {
	width: 100%;
  }
  .ringcx-header .ringcx-container {
	padding-top: 0;
	padding-bottom: 0;
  }

  .ringcx-nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
.ringcx-nav-left img.ringcx-logo {
    height: 43rem;
    margin-right: 10rem;
	cursor: pointer;
}
.ringcx-nav-center {
    height: 90rem;
    display: flex;
    align-items: center;
}
.ringcx-nav-center .navitems {
  position: relative;
  overflow: visible;
}
.ringcx-nav-center .active::before {
  content: "";
  display: block;
  height: 0;
  background-color: #E60000;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  opacity: 0;
  animation: underlineGrow 0.3s ease-out forwards;
}
.ringcx-nav-center .active::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%) translateY(5rem);
  width: 0;
  height: 0;
  opacity: 0;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-top: 10rem solid #E60000;
  animation: arrowPop 0.4s ease-out 0.2s forwards;
}

  @keyframes underlineGrow {
    0% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 2rem;
      opacity: 1;
    }
  }
  
  @keyframes arrowPop {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(5rem);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  .ringcx-nav-center a {
	font-size: 20rem;
	line-height: 1.1em;
	margin: 0 35rem;
	text-decoration: none;
	color: #25282B;
	font-weight: 500;
	font-family: 'vodafone-medium', sans-serif;
	position: relative;
	height: 100%;
    display: flex;
    align-items: center;
	transition: 0.2s ease-in;
	padding: 0rem 4rem;
  }
  .ringcx-nav-center a:hover {  
	color: #e60000;
   }
  .ringcx-nav-right {
    display: flex;
    align-items: center;
    gap: 22rem;
}
.ringcx-nav-center .active {
    color: #e60000;
    font-family: 'vodafonebold', sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
}

.ringcx-hamburger-menu {
    font-size: 30rem;
    background: #E60000;
    color: white;
    border: none;
    padding: 0rem 10rem;
    border-radius: 8rem;
    cursor: pointer;
    width: 52rem;
    height: 52rem;
    display: flex;
}
  
 /* Header end */
 /* Homepage */
/* Initial state: invisible but present */
/* Fade In – softer with easing */
@keyframes fade-in {
	0% {
	  opacity: 0;
	  transform: scale(0.98);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  .fade-inarea {
	opacity: 0;
	animation: fade-in 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  }
  
  /* Slide In Up – more fluid, delayed easing */
  @keyframes slidein-up {
	0% {
	  transform: translateY(30%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  .slidein-up {
	opacity: 0;
	animation: slidein-up 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  }
  
  .slidein-up.next-in {
	animation-delay: 0.2s;
  }
  
  /* Small Slide In (more refined motion) */
  @keyframes smallin {
	0% {
	  transform: translateY(3%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  .slidein-up.smallin {
	opacity: 0;
	animation: smallin 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .black-buttons {
	position: absolute;
	display: inline-block;
	text-align: center;
	opacity: 0;
	animation: pulseEffect 0.8s ease 0.3s forwards ;
  }
  
  /* Image - visible by default */
  .ringcx-icon {
  width: 50rem;
	height: auto;
	display: block;
  z-index: 1;
  position: relative;
	transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  }
  
  /* Label - hidden and scaled down initially */
  .ringcx-label {
	opacity: 1;
	white-space: nowrap;
	color: #ffffff;
    background-color: #25282B;
    padding: 13rem 25rem 13rem 50rem;
    border-radius: 50rem;
	font-size: 22rem;
	line-height: 1.1em;
	font-family: 'vodafone-medium', sans-serif;	
  }
  
 

  .black-buttons.btn1 {
    bottom: 13.6%;
    left: 26%;
}
.black-buttons.btn2 {
    bottom: 5%;
    left: 52%;
}
.black-buttons.btn3 {
  bottom: 16.5%;
  left: 71.5%;
}
.black-buttons.btn4 {
  top: 60%;
  left: 35%;
}
.black-buttons.btn5 {
  top: 60%;
  left: 58%;
}
.black-buttons.btn6 {
  top: 67%;
  left: 17%;
}
.black-buttons.btn6 .ringcx-label, .black-buttons.btn3 .ringcx-label, .black-buttons.btn4 .ringcx-label{
  padding: 13rem 50rem 13rem 25rem;
}
.black-buttons.btn6 .ringcx-icon, .black-buttons.btn3 .ringcx-icon, .black-buttons.btn4 .ringcx-icon {
  left: unset;
  right: 0;
} 
.black-buttons.btn7 {
  top: 70%;
  right: 7%;
}
.black-buttons.btn8 {
  top: 39%;
  left: 53%;
}
.black-buttons.btn9 {
  top: 30%;
  right: 3.5%;
}
.black-buttons.btn10 {
    bottom: 18%;
    left: 9%;
}
.ringcx-head-main {
    z-index: 2;
    position: relative;
}
 .ringcx-home .button-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}

.ringcx-home-main {
    height: 100vh;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.ringcx-home .home-bg {
    position: absolute;
    bottom: 0;
}
.ringcx-home {
    /* background-image: url(../images/home-bg.svg); */
    height: 100%;
    background-position: 0% 90%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.overflow-hide {
  overflow-y: hidden;
}
.off {
    width: 86rem;
	position: absolute;
    top: 0;
}
.ringcx-head-main h1 {
    font-family: 'vodafoneextra_bold',sans-serif;
    font-size: 70rem;
    line-height: 1.1em;
    color: #E60000;
    margin-bottom: 25rem;
}
.ringcx-head-main h1 span{
 	color: #000000;
 }
 .ringcx-head-main p {
	font-family: 'vodafone_rgregular', sans-serif;
    font-size: 34rem;
    line-height: 1.1em;
    color: #25282B;
}
  /* Homepage end*/

/* Inner page*/
.ringcx-illustration-section {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    justify-content: end;
	padding-left: 4%;
}
.ringcx-innercontainer li::marker {
    color: #E60000;
}
.ringcx-heading {
    color: #E60000;
    font-size: 70rem;
    line-height: 1.2em;
    margin-bottom: 10rem;
	font-family: 'vodafonebold', sans-serif;
}
.ringcx-content-wrapper {
    display: flex;
    margin-top: 140rem;
    width: 100%;
    padding-left: calc((100% - 1600rem) / 2);
}
.ringcx-text-section {
    flex: 1 1 55%;
    padding-right: 4%;
}
.ringcx-text-section .ringcx-feature-list {
	padding-right: 9%;
}
.ringcx-innercontainer {
	width: 100%;
}
.ringcx-subheading {
    font-size: 30rem;
    line-height: 1.2em;
    margin-bottom: 35rem;
	font-family: 'vodafonebold', sans-serif;
	color: #25282B;
}

  .ringcx-feature-list {
	list-style: disc;
	padding-left: 1.5rem;
	font-size: 16rem;
	margin-bottom: 0;
  margin-left: 20rem;
  }
  .ringcx-feature-list li {
    font-size: 24rem;
    line-height: 1.2em;
    margin-top: 15rem;
	font-family: 'vodafone_rgregular', sans-serif;
    color: #25282B;
}

.ringcx-button {
    background-color: transparent;
    border: 2rem solid #E60000;
    color: #E60000;
    padding: 10rem 27rem;
    cursor: pointer;
    border-radius: 6rem;
    transition: all 0.3s ease-in-out;
    font-size: 20rem;
    line-height: 1.2em;
    font-family: 'vodafonebold', sans-serif;
	margin-bottom: 0rem;
}
  
  .ringcx-button:hover {
	background-color: #E60000;
	color: white;
  }
  
  .ringcx-feature-list li span{
	font-family: 'vodafonebold', sans-serif;

  }
  .ringcx-buttoncontain {
    margin-top: 40rem;
    /* margin-bottom: 40rem; */
    position: relative;
    display: flex;
}
.ringcx-illustration-section.pd-8{
    padding-left: 8%;
}
.ringcx-innercontainer {
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	overflow: hidden;
  }
  
  .ringcx-innercontainer.visible {
	display: block !important;
	opacity: 1;
	overflow: visible;
  }
  
@keyframes pulseEffect {
	0% { transform: scale(0.7); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
  }
  
  .pulse-replay {
	animation: pulseEffect 0.8s ease;
  }
  
/* tabs ringcx */
.ringcx-tabs.ringcx-illustration-section {
    flex: 1 1 50%;
    padding-left: 0%;
}
.ringcx-tabs .ringcx-text-section {
    flex: 1 1 50%;
    padding-right: 5%;
}
.ringcx-tabs .ringcx-heading {
    margin-bottom: 35rem;
}
.ringcx-tabs .ringcx-feature-list li {
    font-size: 20rem;
}
.ringcx-tabs .ringcx-text-section .ringcx-feature-list {
    padding-right: 0%;
}
/* tabs ringcx end*/
/* Sidebar nav */
.ringcx-sidenav {
  position: fixed;
  top: 0;
  right: -532rem;
  background: linear-gradient(198deg, #E60000 19.41%, #820000 89.61%);
  height: 100vh;
  width: 532rem;
  z-index: 10;
  padding: 0rem 55rem;
  transition: right 0.5s ease-in-out;
}
.ringcx-sidenav.active-nav {
  right: 0;
}
.ringcx-sidenav-menu .arrow-right {
  width: 17rem;
  margin-right: 7rem;
  transition: 0.3s ease-in;
}
.ringcx-sidenav-menu a:hover .arrow-right {
  margin-right: 0rem;
}
.ringcx-sidenav-footer a img {
  transition: all 0.3s ease-in-out;
 }
.ringcx-sidenav-footer a:hover img {
 transform: scale(1.2);
}
.ringcx-sidenav a {
  font-family: 'vodafone_rgregular', sans-serif;
  color: #ffffff;
  font-size: 22rem;
  line-height: 1.2em;
  padding-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: 1.3s ease-in-out;
}
.ringcx-sidenav a:hover img {
  margin-left: 3rem;
}
.ringcx-sidenav-menu {
  margin-top: 110rem;
  padding: 0;
}
.ringcx-sidenav-footer img {
  width: 24rem;
  height: 24rem;
}
.ringcx-sidenav-menu li {
  border-bottom: 0.5rem solid #FC1919;
}
.ringcx-sidenav-footer {
  padding-top: 60rem;
}
.ringcx-close-btn img {
  width: 50rem;
  position: absolute;
  right: 55rem;
  top: 20rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ringcx-close-btn img:hover {
  transform: scale(1.2);
}
.share-ico {
  display: flex;
  position: absolute;
  top: 0;
  padding: 0rem 5rem;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ringcx-share {
  position: relative;
}
.ringcx-sidenav-footer .share-ico img {
  height: 24rem;
  margin-right: 15rem;
}
.ringcx-share:hover .share-ico {
 opacity: 1;
 transform: scale(1);
}
.ringcx-share:hover .ringcx-sicon {
 transition: all 0.5s ease-in-out;
 }
.ringcx-share:hover .ringcx-sicon {
  opacity: 0;
 }
/* Sidebar nav end*/
/* Inner page end*/