/* Main (Global) */
:root {
    --vodacom-red: #ED1C24;
}

@import url("../fonts/font-awesome.css");               /* Font Awesome Icons */
@import url("../fonts/font-awesome.min.css");               /* Font Awesome Icons */

@font-face {
  font-family: 'VodafoneExB-Regular';
  src: url('../fonts/VodafoneExB-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/VodafoneExB-Regular.otf')  format('opentype'),
         url('../fonts/VodafoneExB-Regular.woff') format('woff'), url('../fonts/VodafoneExB-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VodafoneLt-Regular';
  src: url('../fonts/VodafoneLt-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/VodafoneLt-Regular.otf')  format('opentype'),
         url('../fonts/VodafoneLt-Regular.woff') format('woff'), url('../fonts/VodafoneLt-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VodafoneRg-Regular';
  src: url('../fonts/VodafoneRg-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/VodafoneRg-Regular.otf')  format('opentype'),
         url('../fonts/VodafoneRg-Regular.woff') format('woff'), url('../fonts/VodafoneRg-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VodafoneRg_Bd';
  src: url('../fonts/VodafoneRg-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/VodafoneRg-Bold.otf')  format('opentype'),
         url('../fonts/VodafoneRg-Bold.woff') format('woff'), url('../fonts/VodafoneRg-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Vodafone_Md_W';
  src: url('../fonts/Vodafone_Md_W.eot?#iefix') format('embedded-opentype'),  url('../fonts/Vodafone_Md_W.otf')  format('opentype'),
         url('../fonts/Vodafone_Md_W.woff') format('woff'), url('../fonts/Vodafone_Md_W.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

body
{
    font-family: 'VodafoneLt-Regular';
    font-size: 14px;
    line-height: 1.3;
    overflow-x: hidden;
    max-width: 100vw;
}

body.hide-scrollbar {
    overflow-y: hidden;
}

main {}

h2 {
    font-size: 50px;
    color: var(--vodacom-red);
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

img
{
    max-width: 100%;
}

section.section {
    padding: 70px 0px;
}

strong {
    font-weight: normal;
    font-family: Vodafone_Md_W;
}

.red-text {
    color: var(--vodacom-red);
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.slideleft-popup-lightbox-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 99999;
}

/* Primary Button START */
.primary-button {
    background-color: #25282B;
    padding: 4px 15px;
    border-radius: 9px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.primary-button.white {
    background-color: #FFFFFF;
    color: #E60000;
    box-shadow: 0px 3px 6px #00000029;
}

.primary-button img.btn-normal {
    display: block;
    right: 15px;
}

.primary-button img.btn-hover {
    display: none;
}

.primary-button:hover {
    color: #FFFFFF;
    background-color: #E60000;
}

.primary-button:hover img.btn-normal {
    display: none;
}

.primary-button:hover img.btn-hover {
    display: block;
}

.primary-button img {
    width: 15px;
    margin-left: 15px;
}
/* Primary Button END */

/*----------- WEBSITE FRAME START -----------*/
/* Fancybox START */
.fancybox__button--close {
    background: #fff !important;
    color: #000 !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.fancybox__toolbar {
    padding: 20px;
}

.fancybox-container {
    z-index: 99999999999999999999 !important;
}
/* Fancybox END */

/* Downloads Dropdown START */
.downloads-dropdown {
    color: #000000;
    background-color: #FFFFFF;
    width: 100vw;
    max-height: 100%;
    position: fixed;
    top: calc(-100% - 900px);
    z-index: 999999;
    overflow-y: scroll;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.downloads-dropdown.active {
    top: 0%;
    overflow-y: auto;
}

#openCloseTrigger {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    z-index: 999;
    right: 3rem;
    top: 20px;
    color: #ED1C00;
}




h5.downloads-u-list-title, ul.downloads-u-list {
    position: relative;
}

h5.downloads-u-list-title {
    padding-right: 40px;
}

.pdf-download-icon {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    right: 0px;
    top: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-download-icon img {
    width: 20px;
}

h5.downloads-u-list-title {
    font-family: 'VodafoneRg_Bd';
}

h5.downloads-u-list-title a {
    text-decoration: none;
    color: #000000;
}

.report-covers-holder {
    background: url("../images/bg-downloads.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 40px 35px;
    height: 100%;
    position: relative;
}

.report-covers-holder:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 30px);
    border: 2px solid #FFFFFF;
    border-radius: 35px;
}

.report-covers-holder img.reporting-suite-cover-image {
    width: calc(100% + 68px);
    margin-bottom: -40px;
    margin-left: -48px;
    z-index: 0;
    opacity: 0;
}

.report-covers-holder h4, .report-sections-holder h4, .others-sections-holder {
    font-size: 34px;
}

.report-covers-holder h5, .report-sections-holder h5, .others-sections-holder h5 {
    font-size: 24px;
    margin-bottom: 6px;
    line-height: 24px;
}

h5.downloads-u-list-title {
    font-size: 20px;
    line-height: 20px;
}

.others-sections-holder h5.downloads-u-list-title {
    font-size: 24px;
    line-height: 24px;
}

.report-covers-holder h4, .report-covers-holder h5 {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.report-covers-holder h4 span {
    font-family: 'Vodafone_Md_W';
}

.report-sections-holder h4 {
    color: #E60000;
    position: relative;
    display: inline-block;
}

.report-sections-holder h4 span {
    font-family: 'Vodafone_Md_W';
}

.report-sections-holder {
    background-color: #FFFFFF;
    padding: 40px 20px;
    position: relative;
    height: 100%;
}

 .others-sections-holder {
    background-color: #EBECEE;
    padding: 40px 30px;
    height: 100%;
    position: relative;
 }

 .others-sections-holder:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 60px;
    height: calc(100% - 80px);
    width: calc(100% - 30px);
    border: 2px solid var(--vodacom-red);
    border-radius: 35px;
 }

.others-sections-holder h5 a {
    color: #E60000;
}

ul.downloads-u-list {
    list-style: none;
    padding-left: 0px;
}

ul.downloads-u-list li a {
    display: flex;
    justify-content: space-between;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 6px;
}

ul.downloads-u-list li a .file-size {
    min-width: 60px;
    text-align: right;
}

.downloads-other-docs-col {
    position: relative;
}


@media only screen and (max-width: 1199px) {
    .report-covers-holder {
        background-position: center top;
    }
}

@media only screen and (max-width: 991px) {
    .downloads-dropdown {
        top: calc(-100% - 2000px);
    }

    #openCloseTrigger {
        right: 35px;
    }

    .report-covers-holder:before {
        display: none;
    }

    .others-sections-holder:before {
        top: 20px;
        height: calc(100% - 40px);
    }
}

@media only screen and (max-width: 767px) {
    .downloads-dropdown {
        top: calc(-100% - 1900px);
    }

    .report-covers-holder {
        background-size: 120%;
    }
}

@media only screen and (max-width: 360px) {
    header #downloadsDropdownTrigger .nav-downloads-btn {
        display: block;
        padding: 4px;
        border-radius: 50%;
    }

    .report-covers-holder {
        background-size: 200%;
    }

    .nav-downloads-btn-text {
        display: none;
    }

    .nav-downloads-btn img {
        display: block;
    }
}
/* Downloads Dropdown END */

/* Floating Buttons START */
.left-float-buttons {
    position: fixed;
    top: 40%;
    left: -105px;
    z-index: 99999;
}

.left-float-buttons .float-button-item {
    padding: 8px 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: rotate(-90deg);
    text-align: center;
    box-shadow: 3px 3px 6px #00000029;
    text-decoration: none;
    cursor: pointer;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.left-float-buttons .float-button-item.float-button-1 {
    color: #FFFFFF;
    background-color: #25282B;
    padding: 8px 15px 8px 30px;
    font-size: 16px;
}

.left-float-buttons .float-button-item.float-button-2 {
    color: #FFFFFF;
    background-color: var(--vodacom-red);
    text-decoration: none;
    margin-top: 145px;
    font-size: 16px;
}

.left-float-buttons .float-button-item.float-button-2 a {
    text-decoration: none;
}

#openCloseTriggerLft {
    position: fixed;
    left: -85px;
    bottom: 62%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#openCloseTriggerLft.active {
    margin-left: calc(86% - 8px);
    padding: 25px 15px 8px 30px;
}

#openCloseTriggerGenerateRep {
    float: right;
    color: var(--vodacom-red);
    font-size: 20px;
    margin-top: -80px;
    cursor: pointer;
    position: relative;
}

.report-gen-slideright {
    color: #FFFFFF;
    background-color: #EBECEE;
    width: 86%;
    min-height: 95vh;
    padding: 40px 20px 40px 35px;
    position: fixed;
    left: -86%;
    top: 10px;
    z-index: 4;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 500px;
    color: #000000;
    z-index: 999999;
}

.report-gen-slideright.active {
    left: 0px;
    max-height: 100vh;
    overflow-y: scroll;
}

.slidein-generator-button-row {
    margin-top: -20px;
}

.report-gen-slideright h3 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .report-gen-slideright form {
        font-size: 12px;
    }

    .report-gen-slideright form .ful-div input {
        height: 13px;
        width: 13px;
    }

    .report-gen-slideright form .ful-div .pdf-icon-download {
        margin-right: 3px;
    }
}

@media only screen and (max-width: 991px) {
    .left-float-buttons {
        display: none;
    }

    .report-gen-slideright {
        display: none;
    }
}
/* Floating Buttons END */

/* Slide Left Popup START */
.slideleft-popup {
    position: fixed;
    width: 70%;
    max-width: 800px;
    background-color: #FFFFFF;
    padding: 0px 40px;
    right: calc(-100% - 100px);
    top: 0px;
    z-index: 999999;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    box-shadow: 0px 3px 30px #00000071;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slideleft-popup.active {
    right: 0%;
}

.popup-header {
    position: relative;
    color: #4A4D4D;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.popup-close-btn {
    cursor: pointer;
    color: var(--vodacom-red); !important;
    font-size: 26px !important;
}
/* Slide Left Popup END */

/* Header START */
header {
    color: #FFFFFF;
    background-color: #1C2329;
    position: fixed;
    width: 100vw;
    z-index: 999999;
    top: 0;
    box-shadow: 0px 3px 6px #00000029;
}

header svg {
    width: 30vw;
    max-width: 150px;
}

.navbar-text {
    font-size: 18px;
    color: #FFFFFF;
    font-family: VodafoneLt-Regular;
}

.nav-downloads-btn {
    cursor: pointer;
    background-color: #FFFFFF;
    color: var(--vodacom-red);
    font-size: 16px;
    border-radius: 9px;
    padding: 8px 35px;
    font-family: 'VodafoneRg_Bd';
    letter-spacing: 0.6px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.nav-downloads-btn img {
    width: 25px;
    display: none;
}

@media only screen and (max-width: 767px) {
    header svg {
        width: 30vw;
    }
}

@media only screen and (max-width: 575px) {
    header svg {
        width: 50vw;
    }
}

@media only screen and (max-width: 360px) {
    header #downloadsDropdownTrigger .nav-downloads-btn {
        display: block;
        padding: 4px;
        border-radius: 50%;
    }

    .nav-downloads-btn-text {
        display: none;
    }

    .nav-downloads-btn img {
        display: block;
    }
}
/* Header END */

/* PDF Generator START */
section.pdf-generator {
    background-color: #EBECEE;
    padding: 100px 0px;
    width: 100vw;
    overflow-x: hidden;
}

.pdf-generator .pdf-generator-holder {
    position: relative;
}

.pdf-generator .pdf-generator-holder:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    left: -40px;
    top: -40px;
    border: 4px solid #FFFFFF;
    border-radius: 45px;
}

.pdf-generator h3.pdf-generator-title {
    background-color: var(--vodacom-red);
    color: #FFFFFF;
    padding: 5px 35px 10px 35px;
    font-size: 42px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.pdf-generator form {
    position: relative;
    z-index: 2;
}

.pdf-generator h5 {
    color: var(--vodacom-red);
    line-height: 20px;
    font-family: Vodafone_Md_W;
}

.pdf-generator-row {
    flex-wrap: wrap;
}

.pdf-generator-row .pdf-generator-col {
    width: 20%;
    padding: 8px;
}

.pdf-generator-col .ful-div {
    display: flex;
    margin-bottom: 5px;
}

.pdf-generator-col .ful-div.last {
    margin-bottom: 15px;
}

.pdf-icon-download {
    float: left;
    width: 15px;
    margin-right: 10px;
    margin-top: 0px;
}

.BtnGenarate {
    position: relative;
    background-color: #25282B;
    border: none;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 9px;
    padding: 8px 50px 8px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'VodafoneRg_Bd';
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.BtnGenarate:hover {
    background-color: var(--vodacom-red);
    color: #FFFFFF;
}

.BtnGenarate .BtnGenarate-icon {
    background-color: var(--vodacom-red);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -20px;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.BtnGenarate .BtnGenarate-icon img {
    width: 35px;
    height: auto;
}

.pdf-icon-download input {
    height: 17px;
    width: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #707070;
    border-radius: 0px;
    outline: none;
    transition-duration: 0.25s;
    background-color: #FFFFFF;
    cursor: pointer;
}

.pdf-icon-download input:checked {
    border: 1px solid var(--vodacom-red);
    background-color: var(--vodacom-red);
}

.pdf-icon-download > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #41B883;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}

.pdf-icon-download > input:active {
    border: 2px solid #34495E;
}

.report-thumb-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.report-thumb-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.report-thumb-link > div {
    padding-left: 35px;
    display: flex;
    align-items: center;
    position: relative;
}

.report-thumb-link .pdf-download-icon {
    position: absolute;
    left: -0px;
    width: 25px;
    height: 25px;
    top: unset;
    right: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-thumb-link .pdf-download-icon img {
    width: 17px;
    height: 17px;
}

@media only screen and (max-width: 991px) {
    .pdf-generator-row .pdf-generator-col {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .pdf-generator-row .pdf-generator-col {
        width: 100%;
        padding: 8px;
    }
}

@media only screen and (max-width: 600px) {
    .pdf-generator .pdf-generator-holder:before {
        border: none;
    }
}
/* PDF Generator END */

/* Footer START */
footer {
    background-color: #4A4D4D;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.scroll-to-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #4A4D4D;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
    color: #FFFFFF;
    background-color: var(--vodacom-red);
    box-shadow: 0px 3px 6px #00000039;
}

.scroll-to-top-btn.active {
    bottom: 20px;
}

.scroll-to-top-btn img {
    width: 20px;
    height: auto;
}
/* Footer END */

/*----------- WEBSITE FRAME END -----------*/

/*----------- WEBSITE BODY START -----------*/
/*----------- Normal Scroll START -----------*/
/*----------- Normal Scroll END -----------*/

/*----------- Horizontal Scroll START -----------*/
.horizontal-wrapper{
  position:relative;
}

.sticky-container{
  position:sticky;
  top:0;
  height:100vh;
  overflow:hidden;
  background:black;
}

.horizontal-content{
  display:flex;
  height:100vh;
  width:max-content;
  will-change:transform;
}

.panel{
  width:100vw;
  height:100vh;
  flex-shrink:0;
  width: 100%;
}

.panel:nth-child(1){
  background: #FFFFFF;
}

.panel:nth-child(2){
  background:royalblue;
}

.panel:nth-child(3){
  background:seagreen;
}

.panel:nth-child(4){
  background:rebeccapurple;
}

.panel:nth-child(5){
  background:darkorange;
}

/**/
.panel-body {
    display: flex;
    padding: 120px 100px 70px 100px;
    background: linear-gradient(to right, #EBECEE, #FFFFFF);
    height: 100%;
}

.block-one {
    width: 350px;
}

.block-one a {
    display: none;
}

.block-one a img {
    width: 60px;
    height: auto;
}

.block-one h2 {
    font-size: 50px;
    line-height: 50px;
    font-family: VodafoneExB-Regular;
    margin-bottom: 25px;
}

.block-one p {
    font-size: 26px;
    font-family: VodafoneRg-Regular;
}

.block-two {
    margin-left: 50px;
}

.block-two img {
    max-height: 100%;
    width: auto;
}

/*.block-two svg {
    max-height: 100%;
    width: auto;
}*/

.block-three {
    border-radius: 28px;
    background: linear-gradient(#ED1C00, #88090C);
    padding: 25px;
    margin-left: 20px;
    position: relative;
}

.block-three svg {
    height: 100%;
    width: auto;
}

.block-three img.better-future-img {
    position: absolute;
    right: 23.6%;
    bottom: -70px;
    width: 30%;
}

#betterFutureLink1, #betterFutureLink2 {
    cursor: pointer;
}

.how-we-create-value-content {
    margin: 20px 0px 35px;
    border: 2px solid var(--vodacom-red);
    border-radius: 35px;
    padding: 25px;
    padding-bottom: 0px;
    width: 80%;
    position: relative;
}

.how-we-create-value-content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.how-we-create-value-content .title h3 {
    color: var(--vodacom-red);
    font-family: VodafoneRg_Bd;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.how-we-create-value-content p {
    font-size: 16px;
}

.how-we-create-value-content p.last {
    margin-bottom: 210px;
}

a img.popup-download-button {
    width: 60px;
    height: auto;
}

.how-we-create-value-table-svg {
    position: relative;
    z-index: 2;
}

img.how-we-create-value-map-svg {
    position: absolute;
    width: 96%;
    right: -29%;
    bottom: 50px;
    z-index: 1;
}

.our-operating-context-content {
    width: calc(100% - 20px);
    margin-top: 20px;
}

.our-operating-context-content h3 {
    color: var(--vodacom-red);
    font-family: VodafoneRg_Bd;
}

.our-operating-context-content .sub {
    background-color: var(--vodacom-red);
    padding: 8px 45px 8px 25px;
    display: block;
    border-radius: 25px;
    position: relative;
}

.our-operating-context-content .sub h4 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0px;
    font-family: VodafoneRg-Regular;
}

.our-operating-context-content .sub a {
    position: absolute;
    right: -20px;
    top: calc(50% - 34px);
    display: block;

}

.our-operating-context-content .sub a img {
    width: 68px;
    height: auto;
}

.our-operating-context-content p {
    font-size: 16px;
}

.our-operating-context-content ul {
    font-size: 16px;
}

.our-operating-context-content ul li::marker {
  color: var(--vodacom-red);
}

.our-operating-context-content ol {
    list-style: none;
    padding-left: 0px;
    font-size: 16px;
}

.our-operating-context-content ol li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.our-operating-context-content ol li img {
    width: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}

.block-four {
    margin-left: 50px;
    position: relative;
}

.block-four-row-one {
    position: absolute;
    left: 0;
    top: 20%;
    height: 45px;
    width: auto;
    display: flex;
}

.block-four-row-one h2 {
    font-size: 38px;
    margin-right: 25px;
    margin-top: 10px;
}

.block-four-row-one ul {
    margin-top: 5px;
}

.block-four-row-two {
    display: flex;
    height: 100%;
    margin-top: 75px;
}

.block-four-first {
    display: flex;
    align-items: end;
    margin-right: 20px;
}

.block-four-first svg {
    height: 70%;
    width: auto;
    margin-bottom: 12%;
}

.block-four-second {
    display: flex;
    align-items: end;
}

.block-four-second svg {
    height: 85%;
    width: auto;
    margin-bottom: 3px;
}

.block-five {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.block-five p {
    font-size: 18px;
}

ul.download-list-with-icon {
    list-style: none;
    padding-left: 0px;
}

ul.download-list-with-icon li a {
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #4A4D4D;
}

ul.download-list-with-icon li a strong {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

ul.download-list-with-icon li a:hover strong {
    margin-left: 3px;
}

ul.download-list-with-icon li img {
    width: 45px;
    height: auto;
    margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
    .block-four-row-one h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .slideleft-popup {
        width: 100%;
    }

    .how-we-create-value-content {
        width: 100%;
    }

    img.how-we-create-value-map-svg {
        width: 75%;
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .block-one p {
        font-size: 22px;
    }

    .how-we-create-value-content p.last {
        margin-bottom: 30px;
    }

    img.how-we-create-value-map-svg {
        position: relative;
    }

    .how-we-create-value-table-svg img {
        width: 100%;
        max-width: 500px;
    }

    img.how-we-create-value-map-svg {
        margin-top: 30px;
        display: none;
    }
}
/*--------------- Horizontal Scroll END ---------------*/

/* Reporting Suite START */
.reporting-suite-section {
    padding: 129px 0px 70px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../images/main-transparance-bg.png');
    background-position: center bottom;
    background-size: 100% 37%;
    background-repeat: no-repeat;
    position: relative;
}

.reporting-suite-section:before {
    content: "";
    width: 55%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/bg-patch.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.reporting-suite-section > div {
    position: relative;
    z-index: 1;
}

.reporting-suite-section .row.first {
    align-items: start;
}

.reporting-suite-section h1 {
    font-size: 65px;
    color: var(--vodacom-red);
    font-family: VodafoneExB-Regular;
    line-height: 60px;
    margin-bottom: 15px;
}

.reporting-suite-section h2 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
}

.reporting-suite-section p {
    font-size: 20px;
    font-family: VodafoneRg-Regular;
}

.reporting-suite-section .reporting-suite-footer {
    margin-top: 50px;
}

.reporting-suite-section .reporting-suite-footer .line {
    height: 2px;
    width: 90%;
    max-width: 310px;
    background-color: var(--vodacom-red);
    margin-bottom: 10px;
}

.reporting-suite-section .reporting-suite-footer p {
    font-size: 18px;
}

.reporting-suite-section .reporting-suite-footer a {
    margin: 0px !important;
}

.further-together {
    float: right;
    max-width: 200px;
    display: none;
}

.toggle-gallery {
    display:flex;
    align-items: start;
    margin-top: 30px;
    min-height: 502px;
}

.toggle-item{
    display: flex;
    align-items: start;
    gap: 3px;
}

.toggle-thumb{
    flex-shrink:0;
    cursor:pointer;
    overflow:hidden;
    transition:.3s;
    position: relative;
    width:55px;
}

.toggle-thumb img{
    height:auto;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.toggle-item.active .toggle-thumb {
    display: none;
}

.toggle-item .toggle-thumb img.thumb-active {
    display: none;
}

/*.toggle-item .toggle-thumb img.thumb-normal {
    opacity: 1;
}

.toggle-item.active .toggle-thumb img.thumb-normal {
    opacity: 0;
}

.toggle-item .toggle-thumb img.thumb-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.toggle-item.active .toggle-thumb img.thumb-active {
    opacity: 1;
}*/

.toggle-content{
    flex:1;
    width:0;
    opacity:0;
    overflow:hidden;
    transform: translateX(-20px);
    transition:
        width .5s ease,
        opacity .3s ease,
        transform .5s ease;
}

.toggle-item.active .toggle-content{
    width:auto;
    opacity:1;
    transform: translateX(0);
}

.toggle-content-inner img{
    width:100%;
    display:block;
    padding-right: 5px;
}

.dot-controls{
    display:flex;
    justify-content:center;
    gap:7px;
}

.dot{
    width:12px;
    height:12px;
    border: 1px solid #707070;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
    transition:.3s;
}

.dot.active{
    border-color: var(--vodacom-red);
    background: var(--vodacom-red);
}

/* Mobile Carousel Start */
.rep-suite-mobile {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding-top: 40px;
    margin-top: 25px;
}

.m-interactive-icon {
    width: 70px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 80px;
}

.rep-suite-mobile .m-spines {
    display: flex;
}

.rep-suite-mobile .m-spines .spine-item {
    max-width: 10%;
    height: auto;
    overflow: hidden;
    margin-left: 4px;
    cursor: pointer;
}

.rep-suite-mobile .m-covers .cover-item {
    position: absolute;
    width: auto;
    max-width: 100%;
    max-height: 80%;
    top: 12%;
    left: -200%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.rep-suite-mobile .m-spines .spine-item.first {
    min-width: 20%;
}

.rep-suite-mobile .m-covers .cover-item.portrait {
    top: 8%;
}

.rep-suite-mobile .m-covers .cover-item.active {
    left: 15px;
}

#mCoverClose {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0px;
    color: #ED1C00;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/* Mobile Carousel End */

@media only screen and (max-width:1399px) {
    .reporting-suite-section {
        background-size: 100% 29%;
    }

    .reporting-suite-section:before {
        width: 50%;
    }

    .reporting-suite-section .row.first {
        align-items: end;
    }

    .toggle-gallery {
        min-height: 426px;
    }

    .toggle-thumb {
        width: 46.7px;
    }
}

@media only screen and (max-width:1199px) {
    .reporting-suite-section {
        background-size: 100% 24%;
    }

    .reporting-suite-section:before {
        display: none;
    }

    .toggle-gallery {
        min-height: 575px;
    }

    .toggle-thumb {
        width: 63px;
    }
}

@media only screen and (max-width:991px) {
    .reporting-suite-section {
        background-size: 100% 21%;
    }

    .toggle-gallery {
        min-height: 424px;
    }

    .toggle-thumb {
        width: 46.4px;
    }

    .reporting-suite-section .reporting-suite-footer .line {
        max-width: unset;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .toggle-gallery, .dot-controls {
        display: none;
    }

    .reporting-suite-section {
        background-size: 100% 14%;
    }
}
/* Reporting Suite END */

/* Partnering with purpose START */
.partnering-section {
    background-color: #EBECEE;
    text-align: center;
}

.partnering-section h2 {
    font-family: VodafoneExB-Regular;
}

.partnering-section p {
    font-size: 27px;
    font-family: Vodafone_Md_W;
}

.partner-logos-holder {
    background-color: #FFFFFF;
    padding: 30px 20px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.partner-logos-holder img {
    height: 90px;
    width: auto;
    margin: 10px;
}

@media only screen and (max-width:575px) {
    .partner-logos-holder img {
        height: 70px;
    }
}
/* Partnering with purpose END */

/* Our investment case START */
section.investment-case-section {
    background-color: #44494D;
    color: #FFFFFF;
    padding: 100px 0px;
    overflow-x: hidden;
}

.investment-case-section h2 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: VodafoneExB-Regular;
}

.investment-case-section p {
    font-size: 17px;
}

.investment-case-section p.lead-text {
    font-size: 22px;
    font-family: VodafoneRg-Regular;
}

.investment-case-section p.lead-text strong {
    font-family: VodafoneRg_Bd;
}

.investment-case-holder {
    position: relative;
}

.investment-case-holder:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    z-index: 1;
}

.investment-case-holder > h2, .investment-case-holder > div {
    position: relative;
    z-index: 2;
}

.investment-case-diagram {
    display: flex;
    justify-content: space-between;
}

.ic-diagram-col-1 .ic-one-stats svg {
    width: 100%;
}

.ic-diagram-col-2 {
    position: relative;
    margin-left: 40px;
}

.ic-diagram-col-2:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
}

.ic-one, .ic-two, .ic-three, .ic-four, .ic-five {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ic-one-number, .ic-two-number, .ic-three-number, .ic-four-number, .ic-five-number {
    font-size: 31px;
    min-width: 80px;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 26px;
    margin-right: 15px;
}

.ic-one-text, .ic-two-text, .ic-three-text, .ic-four-text, .ic-five-text {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .investment-case-diagram {
        display: block;
    }

    .ic-diagram-col-2 {
        margin-left: 0px;
        margin-top: 40px;
    }

    .ic-diagram-col-2:before {
        left: 0px;
        top: -20px;
        width: 100%;
        height: 1px;
    }
}

@media only screen and (max-width: 600px) {
    .investment-case-holder:before {
        border: none;
    }
}
/* Our investment case END */

/* Statements START */
section.statements-section {
    position: relative;
}

section.statements-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background-color: var(--vodacom-red);
    z-index: 1;
}

.statements-holder {
    position: relative;
    z-index: 2;
}

img.interactive-btn-image {
    max-width: 120px;
    position: absolute;
    left: 2%;
    top: 50px;
    z-index: 5;
}

.statements-slider {
    position: relative;
    z-index: 2;
    padding: 0px 50px;
}

.people-nav {
    display: flex;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    position: relative;
}

.person-thumb {
    width: 20%;
    transition: opacity 0.3s, transform 0.3s;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.person-thumb::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 15px;
    background-color: #E60000;
    border-radius: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.person-thumb.active::after {
    opacity: 1;
}

.person-thumb-1 {
    z-index: 4;
    margin-right: -2%;
}

.person-thumb-2 {
    z-index: 3;
    margin-right: -4%;
}

.person-thumb-3 {
    z-index: 2;
    margin-right: -3%;
}

.person-thumb-4 {
    z-index: 1;
    margin-right: -6%;
}

.person-thumb-5 {
    z-index: 0;
}

.person-thumb.active {
    opacity: 1;
    transform: scale(1.05);
    z-index: 5;
}

.person-thumb img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.person-thumb img.img-active {
    opacity: 0;
}

.person-thumb.active img.img-active {
    opacity: 1;
}

.person-thumb img.img-normal {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.person-thumb.active img.img-normal {
    opacity: 0;
}

.statement-name-surname {
    font-size: 18px;
}

.swiper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 60px 60px 80px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px #00000029;
    border-radius: 28px;
    background-color: #FFFFFF;
}

.swiper-slide {
    background: white;
    padding: 50px 100px 50px;
    border-radius: 12px;
    box-sizing: border-box;
    color: #25282B;
}

.swiper-button-prev, .swiper-button-next {
    color: red;
    top: 55% !important;
    transform: translateY(-50%);
    color: #000000 !important;
}

.swiper-button-prev {
    left: 30px !important;
}

.swiper-button-next {
    right: 30px !important;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 28px !important;
    height: 8px !important;
    display: inline-block;
    border-radius: 10px !important;
    background: #D9D9D9 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #E60000 !important;
}

.swiper-pagination-bullet-active {
    background: red;
}

.slide-title h2 {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: VodafoneExB-Regular;
}

.slide-title h2 a {
    font-size: 16px;
    line-height: 1.3;
    top: -10px;
    margin-bottom: 0px;
}

.slide-title a {
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 10px;
}

.slide-body p strong {
 font-family: VodafoneRg_Bd;
}

.statement-title-btn {
    background-color: var(--vodacom-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 6px #00000029;
}

.statement-title-btn img {
    width: 40px;
}

@media only screen and (max-width: 991px) {
    .statements-slider {
        padding: 0px;
    }

    .person-thumb::after {
        bottom: -1px;
        height: 8px;
    }

    .swiper-slide {
        padding: 50px 70px 60px;
    }

    .swiper-button-prev {
        left: 15px !important;
    }

    .swiper-button-next {
        right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .slide-title h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 460px) {
    .slide-title h2 {
        font-size: 30px;
    }
}
/* Statements END */

/* START */
/* END */

/* START */
/* END */

/* START */
/* END */

/* START */
/* END */
/*----------- WEBSITE BODY END -----------*/