@font-face {
  font-family: "vodafone_bold";
  src: url("../fonts/Vodafone-Font-RgBd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "vodafone_rgregular";
  src: url("../fonts/vodafone_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}



img{
  display: block;
  max-width: 100%;
}



body {
  font-family: "vodafone_rgregular", Arial;
  color: #fff;
}

.logo {
  height:100%;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.35;
}

strong {
  font-family: "vodafone_bold", Arial;
  font-weight: normal;
}

img {
  max-width: 100%;
}

button,
input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* main content */

#container {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  display: flex;
  height: 100vh;
}

#container header {
  background: transparent;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

header .languages {
  font-size: 20px;
  color: #fff;
}

.left-container {
  height: inherit;
  padding: 0px 50px;
}

header .languages a {
  color: #fff;
  text-decoration: none;
}

header .languages a.selected {
  font-family: "vodafone_bold", Arial;
}

#container section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#container section h1 {
  font-size: 48px;
  text-align: left;
  line-height: 60px;
  margin-bottom: 50px;
  font-weight: normal;
  color: #fff;
}

#container section h2 {
  font-size: 28px;
  text-align: left;
  line-height: 34px;
  font-weight: normal;
  text-shadow: 0 0 4.4px rgba(0, 0, 0, 0.85);
}

#container section h5 {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
  margin: 50px 0;
  color: #fff;
}

#container .subtitle {
  font-size: 14px;
  color: #fff; 
  padding: 20px 0;
}

.activation-flex-check {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 20px;
}

.gift-reminder {
  font-weight: 400!important;
  font-size: 16px;
  text-align: left;
  cursor:initial;
}


/* Hide default checkbox */
.activation-flex-check input[type="checkbox"] {
  display: none;
}

/* Unchecked state */
.activation-flex-check label {
  width: 20px;  /* Adjust as needed */
  height: 20px;
  display: block;
  flex-shrink: 0;
  background-color: white;  /* Default background */
  border-radius: 6px; /* Rounded corners */
  position: relative;
  cursor: pointer;
  border: 2px solid rgb(102,102,102); /* Border color */
  transition: all 0.2s ease-in-out;
}

/* Checked state */
.activation-flex-check input[type="checkbox"]:checked + label {
  background-color: rgb(0,124,146);  /* Teal color when checked */
}

/* Checkmark SVG */
.activation-flex-check label .checkmark {
  width: 20px;
  height: 20px;
  display: none; /* Hidden by default */
}

/* Show checkmark on checked state */
.activation-flex-check input[type="checkbox"]:checked + label .checkmark {
  display: block;
}


.btn {
  background: #e60000;
  color: #fff;
  border: none;
  box-sizing: border-box;
  margin-top: 15px;
  cursor: pointer;
  box-shadow: none;
  font-size: 20px;
  padding: 0;
  height: 50px;
  width: 100%;
  font-family: "vodafone_rgregular", Arial;
  max-width: 320px;
  display: block;
  margin: 20px auto 0;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#stepBtn {
  background-color: #ffffff;
  color: #333333;
  margin: 20px 0;
}

.cancelBtn {
  background: transparent;
  border: 1px solid;
  color: #333;
  margin-top: 15px;
  font-size: 20px;
  padding: 0;
  height: 50px;
  width: 100%;
  font-family: "vodafone_rgregular", Arial;
  display: block;
  margin: 20px auto 0;
  border-radius: 6px;
  cursor: pointer;
}

.tv-image-mobile {
  display:none;
}

.tv-image-desktop {
  display:block;
}

.mobile-image-container {
  display: none;
}

.submitBtn:disabled {
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
}

.right-section {
  width: 50%;
  background-image: url("../img/right-section-bg.png");
  background-position: center center;
  background-size: cover;
}

#container .right-section header{
  background-image: linear-gradient(to bottom, rgb(51 51 51 / 60%), rgba(0, 0, 0, 0.0))
}

.left-section {
  width: 50%;
  background-image: url("../img/left-section-bg.jpg");
}

#container .right-section header {
  display: none;
}

@media (max-width: 1600px) {
  #container section h1 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .left-container {
    padding: 0 30px;
  }

  #container header {
    padding: 10px 0;
  }
  #container section h4,
  #container section h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
  }

  .pop-up-button {
    margin: 10px 0;
  }

 #stepBtn {
  margin: 0
 }
}


@media (max-width: 1280px) {
  #container section h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top:0;
  }

  #container .subtitle {
    padding:0;
  }

  

  .tv-image-desktop {
    width: 40%;
   
  }



  #container section h4 {
    display:none; 
  }
  #container section h5 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
    margin-top:10px;
  }


 #stepBtn {
  margin: 5px 0;
 }

 
}

@media (max-width: 1023px) {
  #container {
    flex-direction: column-reverse;
    /*REMOVE THIS FOR HAVING SCROLLABLE SCREEN ON MOBILE */
    height: 100%;

  }

  #container header {
    height: 60px;
  }

  #container .left-container header {
    display: none;
  }

  #container .right-section header {
    display: flex;
    padding: 10px;
  }

  .left-section {
    width: 100%;
  }
  .right-section {
    width: 100%;
    height: 45vh;
    background-repeat: no-repeat;
    background-image: url("../img/right-section-bg-mobile.png");
    object-fit: contain;
  }

  #container section h1 {
    font-size: 34px;
    line-height: 40px;
    margin-top:0px;
  }

  #stepBtn {
    margin: 20px 0;
  }

  #container section h4,
  #container section h5 {
    font-size: 24px;
    line-height: 26px;
  }

  #container section h1,
  #container section h2,
  #container section h4,
  #container section h5 {
    max-width: inherit;
  }

  #container section {
    min-height: 60vh;
    justify-content: space-between;
  }

  #container section h4,
  #container section h5 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 28px;
  }

}

/* modal window */

.modalDialog {
  position: fixed;
  top: -150%;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  z-index: 99;
  color: #333;
}

.modalDialog.open {
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalDialog > div {
  max-width: 670px;
  width: 100%;
  position: relative;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  border-radius: 6px;
}

.modalDialog > div span {
  cursor: pointer;
  font-weight: bold;
}

.modalDialog p,
.modalDialog ol {
  font-size: 16px;
}

.modalDialog ol {
  padding-left: 15px;
  padding-bottom: 10px;
}

.modalDialog .close {
  color: #333;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.modalDialog .close img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 420px) {

  .modalDialog > div {
    font-size: 17px;
    line-height: 21px;
  }
}

/* accordion */

.pop-up-button {
  background: transparent;
  border: solid 2px #fff;
  margin: 20px 0px;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.pop-up-button > img {
  width: 30px;
  margin-right: 10px;
}

/* Keyframe Animations */

@-webkit-keyframes fade {
  50% {
    opacity: 0.2;
  }
}

@keyframes fade {
  50% {
    opacity: 0.2;
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





.modal-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}

.clarification-wrapper .content {
  text-align: left;
}

.bottom-text {
  position: absolute;
  bottom: 0;
  left: 20px;
}



#modalButtons {
  display: flex;
  justify-content: center;
}

#modalButtons > button {
  max-width: 160px;
  margin: 20px 10px;
}

#container section .success-wrapper{
  text-align: center;
}
#container section .success-wrapper h1 {
  text-align: center;
  font-size: 56px;
}

#container section .success-wrapper p{
  font-size: 28px;
  line-height: 34px;
}

.clarification-wrapper {
  overflow-y: auto;
  max-height: 80vh;
}



@media (max-width: 765px) {
  .left-container {
    padding: 0 40px;
  }
  #container header {
    margin-top: 0;
  }
  #container section {
    min-height: 49vh;
    margin-top: 10px;
    justify-content: space-between;
    height: auto;
  }

  #container section h1 {
    font-size: 25px;
    line-height: 25px;
  }

  #container .subtitle {
    position: relative;
  }

  #container section h2 {
    font-size: 20px;
    margin-bottom: 3px;
    line-height: 20px;
    text-align: center;
  }

  #container section h4 {
    font-size: 18px;
    line-height: 1.3;
    /* text-align: center; */
  }

  #container section h4 br {
    display: none;
  }

  #container section h5 {
    font-size: 18px;
    line-height: 1.15;
    /* text-align: center; */
  }

  .submitBtn {
    font-size: 18px;
  }

  #container .accordion {
    margin: 20px auto 0;
  }

  .success-wrapper img {
    width: 135px;
  }

  #container section .success-wrapper h1 {
    font-size: 28px;
    margin-bottom: 43px;
  }

  #container section .success-wrapper p {
    font-size: 20px;
  }
}

@media (max-width: 640px) {

  .modal-title {
    font-size: 16px;
  }

  .activation-flex-check {
    padding: 5px;
    gap: 5px;
  }

  .gift-reminder {
    font-size: 16px;
  }

  .content {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #modalButtons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #modalButtons > button {
    max-width: 100%;
    margin: 10px;
  }
}

@media (max-width:480px) {
  .left-container {
    padding: 20px;
  }

  #container section {
    margin-top: 0px;
  }

  #container section h1 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height:30px;
  }

  #container section h5 {
    margin-bottom:8px;
  }

  #stepBtn {
    margin: 10px 0
  }

  .mobile-image-container {
    display:flex;
    justify-content: left;
    margin: 10px 0;
  }

  .tv-image-mobile {
    display: block;
    max-height:140px;
  }

  .tv-image-desktop {
    display:none
  }

  #container .subtitle {
    padding: 0;
  }

  .pop-up-button {
    margin: 10px 0;
  }
}

@media (max-width: 420px) {

  #container section {
    margin-top: 0px;
  }
  
  .left-container {
    padding: 20px;
  }
  #container section h1{
    margin-bottom: 10px;
  }

  #container section h4 {
    font-size: 17px;
    /* text-align: center; */
  }

  #stepBtn {
    margin: 10px auto 0;
  }

  .btn {
    max-width: 100%;
  }

  #container section h5 {
    font-size: 17px;
    /* text-align: center; */
  }
  

}

@media (max-width: 375px) {
  #container section h1 {
    font-size: 24px;
    /* text-align: center; */
  }

  #container section h2 {
    font-size: 20px;
    text-align: center;
  }

  #container section h4 {
    font-size: 17px;
    margin: 0 0 10px;
    /* text-align: center; */
  }

  #container section h4 img {
    width: 50px;
    margin: 0 0 -3px 15px;
  }
}
