@font-face {
  font-family: 'Co Headline';
  src: url('../fonts/Co\ Text\ Bold.otf') format('otf');
  font-style: normal;
}

@font-face {
  font-family: 'Co Paragraph';
  src: url('../fonts/Co\ Text.otf') format('otf');
  font-style: normal;
}

.wifi-description {
  font-weight: 300;
  color: #662e8f;
  font-size: 1rem;
  margin-bottom: 20px;
  max-width: 600px;
}

.tp-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

@media (min-width: 1280px) {
  .hidden-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .wifi-description {
    text-align: left;
    padding-right: 20px;
    box-sizing: border-box;
  }

}

@media (max-width: 1279px) {
  .wifi-description {
    width: 100%;
    order: -1;
  }

}

.highlight-section {
  background-color: #f0eaf4;
  padding: 15px;
  display: block;
  border-radius: 15px;
}

.read-more-btn,
.read-less-btn {
  color: #f2af1c;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  margin-left: 5px;
}

.additional-content {
  display: none;
}

.initial-text,
.additional-content {
  color: #662e8f;
  font-size: 17px;
  font-weight: 300;
}

.read-more-container {
  padding-left: 20px;
  padding-bottom: 20px;
}

.read-less-btn {
  display: none;
}

.show-content .additional-content {
  display: inline;
}

.show-content .read-less-btn {
  display: inline;
}

.show-content .read-more-btn {
  display: none;
}


@media screen and (min-width: 1361px) and (max-width: 1560px) {

  .priceInCart,
  .your-pack-content,
  p,
  .price-discount {
    font-size: 16px !important;
  }

  .discount {
    font-size: 20px !important;
  }

  .your-pack-header,
  span {
    font-size: 16px !important;
  }

}

@media screen and (min-width: 1279px) and (max-width: 1360px) {

  .priceInCart,
  .your-pack-content,
  p,
  .price-discount {
    font-size: 14px !important;
  }

  .discount {
    font-size: 16px !important;
  }

  .your-pack-header,
  span {
    font-size: 15px !important;
  }

  #offer .free {
    font-size: 13px !important;
  }

}

@media (min-width: 700px) {
  #noPbxChoice label {
    display: block;
  }

  #fiksPackageRow {
    padding-left: 10px !important;
  }
}

@media (min-width: 1280px) {
  .mainContainer {
    margin: 0 auto;
    max-width: 1700px;
  }
}

/*Banner*/


@media (max-width: 1279px) {

  .read-more-btn,
  .read-less-btn {
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
  }

  .additional-content {
    display: none;
  }

  .initial-text,
  .additional-content {
    font-size: 15px;
    font-weight: 300;
  }

  .form-group label {
    font-size: 15px !important;
  }

  .contact-title {
    font-size: 20px !important;
  }

  .form-group input {
    height: 55px !important;
  }

  .priceInCart {
    font-size: 16px !important;
  }

  #test01 {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
  }

  #test01 img {
    margin: 0;
  }

  #test01 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #test01 img {
    margin: 0 auto;
  }

  #order-offer-p {
    font-size: 15px;
  }

  .badge-txt {
    right: 20px !important;
    transform: scale(0.9) !important;
  }

  .pbx-badge-txt {
    transform: scale(0.9) !important;
  }

}

@media (min-width: 1279px) {
  .total-desktop {
    font-size: 14px !important;
  }

  #pbxPackageRow {
    padding-left: 20px;
  }
}

/*YOUR PACK TOGETHER START */
.your-pack-container {
  height: fit-content;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 110px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
  gap: 10px;
  justify-items: center;
  align-items: center;
  display: none;
}

#popup.visible,
svg {
  display: grid;
  gap: 10px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #44444499;
  z-index: 1000;
  display: none;
  backdrop-filter: blur(5px);
}

#overlay.visible {
  display: block;
}

.your-pack-header {
  background-color: #662e8f;
  padding: 30px 25px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.paketa {
  font-weight: 700;
  font-family: "Co Headline";
  color: #fff;
  font-size: 26px;
  line-height: 28px;
}

.price-header {
  margin-top: 7px;
}

.your-pack-header,
span {
  font-weight: 700;
  font-family: "Co Headline";
  color: #fff;
  font-size: 21px;
  line-height: 22px;
}

.your-pack-content,
h2 {
  font-weight: 700;
  font-family: "Co Headline";
  color: #662E8F;
  font-size: 22px;
  line-height: 22px;
}

.your-pack-content,
p {
  font-weight: 300;
  font-family: "Co Headline";
  color: #662E8F;
  font-size: 20px;
  line-height: 27px;
}

.your-pack-content {
  padding: 20px;
}

.pack-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.service-name {
  font-weight: bold;
  color: #662e8f;
  font-family: "Co Headline";
  font-size: 24px;
}

.service-details {
  color: #662e8f;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 15px;
}

.service-details-offer {
  color: #662e8f;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 15px;
}

#offer .free {
  font-size: 12px;
  margin-top: -15px;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.priceInCart {
  gap: 10px;
  font-size: 20px;
  line-height: 25px;
}

.your-pack-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin-top: 45px;
  padding-left: 10px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}


.discount {
  font-family: "Co Headline";
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  background-color: #F2AF1C;
  color: #662e8f;
  text-align: left;
  padding: 16px;
  text-align: left;
}

.price-discount {
  padding-left: 10px;
  font-family: "Co Headline";
  font-size: 20px;
  font-weight: 400;
  color: #cab7d6;
  position: relative;
}

.line-vertical {
  position: relative;
  font-weight: 400;
  display: inline-block;
  color: #cab7d6;
}

.line-vertical::before {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 1px;
  background-color: #cab7d6;
  transform: rotate(-15deg);
  transform-origin: left;
  pointer-events: none;
  top: 100% !important;
  left: 0;
  z-index: 1;
}

.price-container .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  cursor: pointer;
}

.priceInCart .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  cursor: pointer;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.your-pack-container {
  display: block;
  margin-bottom: 20px;
}

#below-container,
#termaKushte,
.terms-icon {
  display: none;
}

@media (min-width: 1279px) {

  .fiks-header {
    padding: 20px 10px !important;
  }

  .pbx-title {
    font-size: 26px !important;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .your-pack-container {
    display: block;
    margin-bottom: 20px;
  }

  .container #below-container {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }

  #termaKushte {
    display: block;
    display: flex;
    align-items: center;
  }

  .terms-icon {
    display: block;
    margin-left: 10px;
    vertical-align: middle;
    width: 25px !important;
  }
}

@media (max-width: 1279px) {
  .fiber h4 {
    font-size: 15px !important;
  }

  #popup {
    width: 360px;
    height: fit-content;
  }

  #popup {
    padding: 70px 30px;
  }

  #popup.visible,
  svg {
    display: grid;
    gap: 10px;
  }

  #popup h2,
  #popup h3 {
    font-size: 20px;

  }

  .your-pack-header,
  .paketa {
    font-size: 18.13px;
    font-weight: 700;
  }

  .your-pack-header {
    padding: 22px 25px;
  }

  .service-name {
    font-size: 17.74px;
  }

  .your-pack-header,
  .price-header {
    font-size: 19.13px;
    margin-top: 5px;
  }

  .your-pack-content,
  p,
  .price-discount {
    font-size: 16.13px;
  }

  .your-pack-content,
  .price {
    font-size: 16.13px;
    margin-top: -6px;
  }

  .your-pack-container {
    display: none;
    width: 380px;
    justify-content: center;
    align-items: center;
  }

  .discount {
    font-size: 19px;
  }

  .your-pack-footer {
    padding: 30px;
    padding-left: 10px;
  }
}

@media (max-width: 1279px) {
  #order-offer-heading {
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 1279px) {
  .img-banner {
    display: none;
  }

}


/*YOUR PACK TOGETHER END */


.mobile-text-header{
  display: none;
}

.header-content .desktop-text3 {
  display: none;
}

#order-offer-heading,
#termaKushte {
  font-family: "Co Headline";
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.top-bar-mobile {
  width: 100%;
  display: block;
}

.top-bar {
  display: none;
}

.desktop-text,
.desktop-text1 {
  display: none;
}


.header-content .customize-package {
  position: relative;
}

.header-section {
  object-fit: cover;
  height: 650px;
  width: auto;
  color: white;
  text-align: center;
  padding: 80px 0;
}

.header-content {
  position: relative;
}

.one-business { 
  align-self: flex-start;
}

.b2b-img{
  display: none;
}


@media screen and (min-width: 768px) and (max-width: 1279px) {

  .header-content,
  .header-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
  }

  .top-bar {
    width: 100%;
    display: block;
  }

  .top-bar-mobile {
    display: none;
  }

  .header-section {
    background-color: #8e5fb7;
    object-fit: cover;
    height: 650px;
    width: auto;
  }

  .header-content .desktop-text {
    font-family: "Co Headline";
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 32px;
  }

  .header-section {
    height: 650px;
    width: auto;
    object-fit: cover;
  }

  .header-content .desktop-one-business {
    margin-top: 0.5rem;
    position: relative;
    width: 220px;
    height: 70px;
  }
}


@media screen and (min-width: 1280px) {

  .mobile-personalizo {
    display: none !important;
  }

  .header-container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-content {
    flex: 1;
    text-align: left;
  }

  .header-actions {
    flex-shrink: 0;
    text-align: right;
  }

  .header-section {
    background-color: #8E5FB7;
  }

  .top-bar-mobile {
    display: none;
  }

  .header-content .business-title {
    color: #efae1e;
    font-size: 48px !important;
    font-weight: bold;
  }

  .top-bar {
    top: 0;
    left: 0;
    overflow: hidden;
    width: auto;
    height: 100%;
    display: block;
  }

  .top-bar img {
    width: 100%;
    height: 17%;
    object-fit: cover;
  }

  .header-section {
    color: white;
  }

  .header-content {
    position: relative;
    text-align: left;
    padding-left: 100px;
  }

  .header-actions {
    position: relative;
    padding: 0px 200px 200px 200px;
  }

  .desktop-text {
    display: block;
    font-family: "Co Headline";
    position: relative;
    font-size: 56px;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 3%;
  }

  .desktop-one-business {
    margin-bottom: 5%;
    width: 479px;      
    height: 129px;  
  }

  .header-content .desktop-text1 {
    font-family: "Co Headline";
    color: #f2af1c;
    position: relative;
    display: block;
    font-size: 23px;
    margin-top: 10px;
  }

  .header-content .desktop-text2 {
    display: block;
    color: #f2af1c;
    font-family: "Co Headline";
    position: relative;
    font-size: 65px;
    font-weight: bold;
  }

  .desktop-text2 {
    margin-bottom: 10%;
  }

  .header-content .desktop-text3 {
    display: block;
    color: #f2af1c;
    font-family: "Co Headline";
    position: relative;
    top: -70px;
    font-size: 35px;
    font-weight: bold;
  }

  .header-content .mobile-text1 {
    display: none;
  }

  .header-content .customize-package {
    display: none;
  }


}


/*main */
.main {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Co Headline', sans-serif;
  background-color: rgba(240, 234, 244, 1);
  padding: 10px 30px;
}

/*Fiber component */
.fiber-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 30px;
  font-size: large;

}

.fiber-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5c2d91;
  font-weight: bold;
  font-size: 26px;
  width: 40%;

}

.fiber-card-content {
  padding: 0 20px;
}

#revealButton {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

#revealButton2 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

#revealButton3 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

#revealButton4 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

.options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.option-card,
.option-card2,
.option-card3 {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-align: center;
  background-color: #fdfcff;
  height: 350px;
  position: relative;

}

.option-card:has(.hidden-radio:checked),
.option-card2:has(.hidden-radio:checked),
.option-card3:has(.hidden-radio:checked),
.web-radio:has(.hidden-card:checked),
.pbx-choice:has(.no-pbx:checked) {
  border: 2px solid rgba(253, 170, 0, 1);
}


.card-label {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  padding: 0;
}


.fiber {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #5c2d91;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 10px;

  position: relative;
}

.option-card input[type="radio"] {
  transform: scale(1.5);
  margin-top: 20px;
  margin-left: 5px;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #E2DCE5;

  cursor: pointer;
  position: relative;
}

.check-card input[type="radio"]:checked {
  background-color: rgba(253, 170, 0, 1);
  border: 2px solid white;
  box-shadow: 0 0 0 1px #E2DCE5;
}

.check-card input[type="radio"] {
  transform: scale(1.5);
  margin-top: 20px;
  margin-left: 5px;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #E2DCE5;
  cursor: pointer;
  position: relative;
}

.web-radio input[type="radio"]:checked {
  background-color: rgba(253, 170, 0, 1);
  border: 2px solid white;
  box-shadow: 0 0 0 1px #E2DCE5;
}

.web-radio input[type="radio"] {
  transform: scale(1.5);
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #E2DCE5;
  cursor: pointer;
  position: relative;
}



.option-card input[type="radio"]:checked {
  background-color: rgba(253, 170, 0, 1);
  border: 2px solid white;
  box-shadow: 0 0 0 1px #E2DCE5;
}


input[type="checkbox"] {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  transform: scale(1.5);
  margin-top: 20px;
  margin-left: 5px;
  border: 1px solid rgba(226, 220, 229, 1);
  border-color: rgba(226, 220, 229, 1);
  accent-color: rgba(253, 170, 0, 1);
  border-radius: 50%;
}

input[type="checkbox"]:checked {
  border-color: rgba(226, 220, 229, 1);

}

.fiber h4 {
  font-size: 20px;
  margin-top: 14px;
}

button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.5;
}



.info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-left: 5px;
  row-gap: 40px;
}

.title {
  color: #5c2d91;
  font-size: 20px;
  text-align: left;
  font-weight: lighter;

}

.data {
  color: #5c2d91;
  font-size: 20px;
  font-weight: bold;
  text-align: right;

}

.options .footer {
  background-color: rgba(226, 220, 229, 0.41);
  width: 100%;
  height: 100%;
  color: rgba(102, 46, 143, 1);
  font-weight: bold;
  box-sizing: border-box;
  margin-top: auto;
  font-size: large;
}

.options .footer span {
  position: relative;
  top: 25px;
  color: #5c2d91;
}

/*End of Fiber component */



/* Disabled state for checkbox */
#no-extender:disabled {
  opacity: 0.5;
  pointer-events: none;
}


/*Detaje te tjera*/
/*End of Fiber component */



/* Disabled state for checkbox */
#no-extender:disabled {
  opacity: 0.5;
  pointer-events: none;
}


.dropbtn {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}

.dropbtn img {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
  width: 16px;
  height: auto;
}

/*End of Detaje te tjera*/

/*2nd half of the card title*/
.wifi-txt {
  color: rgba(102, 46, 143, 1);
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  margin-top: 25px;
}

/* Initially hide hidden-card */
.hidden-card {
  display: none;
  /* Hides the element initially */
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Smooth transition when showing */
}

/* When visible, show the element */
.hidden-card.visible {
  display: block;
  /* Make the element visible */
  opacity: 1;
  /* Ensure the element is fully opaque */
}

.details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 45px;
  justify-content: center;
  width: 48%;
}

/*2nd option card*/
.option2-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  background-color: #fdfcff;
  height: 350px;
  overflow: hidden;
}

.option2-card .footer {
  background-color: rgba(226, 220, 229, 0.41);
  width: 100%;
  height: 80px;
  color: rgba(102, 46, 143, 1);
  font-weight: bold;
  box-sizing: border-box;
  margin-top: auto;
  font-size: large;
}

.option2-card span {
  position: relative;
  top: 20px;
  color: #5c2d91;
}

.option2-card:has(.hidden-radio:checked) {
  border: 2px solid rgba(253, 170, 0, 1);
}

.option2-card.disabled {
  opacity: 0.5;
  pointer-events: none;
  /* Disable interaction with the card */
}

.check-card {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #5c2d91;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;


}

.check-card input[type="radio"] {
  transform: scale(1.5);
  margin-top: 7px;
  margin-left: 5px;
  border-color: rgba(226, 220, 229, 1);
  accent-color: rgba(253, 170, 0, 1);
}



.content-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

.option-card .footer {
  position: relative;
  background-color: rgba(226, 220, 229, 0.41);
  color: rgba(102, 46, 143, 1);
  font-weight: bold;
  object-fit: cover;
  height: 25%;
  position: absolute;
  bottom: 0;

}

.option-card2 .footer {
  position: relative;
  background-color: rgba(226, 220, 229, 0.41);
  color: rgba(102, 46, 143, 1);
  font-weight: bold;
  object-fit: cover;
  height: 25%;
  position: absolute;
  bottom: 0;

}

.option-card3 .footer {
  position: relative;
  background-color: rgba(226, 220, 229, 0.41);
  color: rgba(102, 46, 143, 1);
  font-weight: bold;
  object-fit: cover;
  height: 25%;
  position: absolute;
  bottom: 0;

}

.option-card .footer span {
  position: relative;
  top: 25px;
}

.option-card2 .footer span {
  position: relative;
  top: 25px;
  width: 140px;


}

.option-card3 .footer span {
  position: relative;
  top: 25px;
  width: 140px;

}

/*End of 2nd option card*/




.wifi-choice {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  background-color: #fdfcff;
  height: 100px;
  overflow: hidden;
  margin-top: 30px;
}

.wifi-choice:has(.hidden-radio:checked) {
  border: 2px solid rgba(253, 170, 0, 1);

}

.web-radio {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #5c2d91;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative
}


.grid-content input[type="radio"] {
  display: none;
}

.wifi-choice span {
  text-align: left;
  font-size: 20px;
  color: rgba(102, 46, 143, 1);
}

.wifi-choice input[type="radio"] {
  transform: scale(1.5);

  margin-left: 5px;
  border-color: rgba(226, 220, 229, 1);
  accent-color: rgba(253, 170, 0, 1);

}

.wifi-choice h3 {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;

}

.button {
  display: flex;
  text-align: center;
  margin-top: 20px;
}

.button button {
  background-color: #5d3393;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
  line-height: 32px;
  width: 315px;
  height: 65px;
}


.content.collapsed {
  display: none;
}

@media (max-width: 767px) {

  .price-container {
    align-items: flex-end;
  }

  #pbxPackageRow {
    padding-left: 20px;
  }

  .fiber-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 30px;
    font-size: large;
    z-index: 1;
  }

  .fiber-title {
    display: flex;
    align-items: center;
    color: #5c2d91;
    font-weight: bold;
    width: 100%;
    flex: 1;
    margin: auto;
  }

  .fiber {
    width: 100%;
  }

  .fiber input {
    margin-left: 10px;
  }

  .content {
    width: 100%;
  }


  .fiber-info {
    margin-top: 20px;
  }

  .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .info {
    padding: 10px 0;
  }


  .details {
    display: flex;
    justify-content: center;
    width: 100%;
  }


  .option2-card .check-card {
    width: 90%;
  }


  .checkbox {
    margin-bottom: 5px;
  }

  .wifi-choice span {
    margin-bottom: 5px;
  }


  .option2-card .footer {
    height: 50px;
  }

  .option-card .footer {
    height: 50px;
  }

  .option-card2 .footer {
    height: 50px;
  }

  .option-card3 .footer {
    height: 50px;
  }

  .option-card .footer span {
    position: relative;

  }


  .option-card3 .footer span {
    position: relative;

  }

  .wifi-choice {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .wifi-choice h3 {
    margin-bottom: 10px;
    text-align: left;
  }

  .button button {
    width: 100%;
    font-size: 15px !important;
    padding: 12px 0;
  }

  .collapsible-container {
    display: none;


  }

  #fiber .fiber-title {
    font-size: 21px;
    justify-content: left;
    font-weight: 700;
    margin-top: -13px;
  }

  .fiber-card-content h4 {
    font-size: 16px;
    font-weight: 700;
  }

  .fiber-card-content .title {
    font-size: 16px;
  }

  .fiber-card-content .data {
    font-size: 16px;
  }

  #option-fiber {
    height: 270px;
  }

  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }

  .total-card-fiber {
    font-size: 17px;
  }

  #dropdown-fiber {
    font-size: 16px;
  }

  .wifi-txt {
    font-size: 20px;
  }

  .check-card h4 {
    font-size: 16px;
  }

  .content-img {
    width: 147px;
    height: 147px;
    margin-top: -15px;
  }

  #wifiExtenderPrice {
    font-size: 16px;
  }

  #Tp-link {
    height: 270px;
  }

  .web-radio span {
    font-size: 15px;
  }

  .clickable-div h3 {
    font-size: 15px;
  }

  #collapseButton {
    width: 100%;
  }
}

/*TELEFON-FIKS*/

#option-card-fiber2 {
  height: 300px;
}

.fiks-card-title {
  display: flex;
  align-items: center;

  color: #5c2d91;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.fiks-main {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Co Headline', sans-serif;
  background-color: rgba(240, 234, 244, 1);
  padding: 0 35px;
}

.fiks-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 30px;
  font-size: large;
}


.fiks-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 25px;
  justify-content: center;
}


.fiks-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-left: 5px;
  row-gap: 40px;
}

.fiks-info2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-left: 5px;
  row-gap: 40px;
}



#dropdown-telefon-fiks {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;

  padding: 10px 3px;
}

#card2-content {
  padding: 0 20px;
}

#footer-fiber2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f0f0f5;
  border-radius: 8px;
  width: 100%;
}

/* Hide the checkbox */
.changeQuantity {
  display: none;
}


.wifi-choice:has(input[type="radio"]:checked) {
  border: 2px solid rgba(253, 170, 0, 1);
}



.left-section,
.right-section {
  display: flex;
  align-items: center;
}

#collapseButton3 {
  width: auto;
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
  border-radius: 10px;

}


.footer button {
  text-align: center;
  cursor: pointer;
  margin: 0 15px;
}

.footer button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.footer .total-card {
  font-family: 'Co Headline';
  font-size: 22px;
  margin-top: -55px;
  color: #5e2992;
}

.mb-8,
.mb-10 {
  margin-top: -25px;
  text-align: center;
}

.left-section form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.left-section input[type=number] {
  background-color: transparent;
  margin-top: -3px;
  width: 7%;
  text-align: center;
}

.left-section input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.value-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;

}

/*h4-mobile*/
#offerHeader {
  padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  #offerInfoContainer {
    padding-bottom: 10px;
  }

  #professionalOffer,
  #enterpriseOffer,
  #exclusiveOffer {
    height: 400px !important;
  }
}

@media (min-width: 1279px) {
  #offerInfoContainer .title {
    margin-top: -10px;
  }

  #offerInfoContainer .data {
    margin-top: -10px;
  }

  #quantityPriceFooter {
    white-space: nowrap;
  }
}

@media (max-width: 1279px) {
  #quantityFooter input[type=number] {
    width: 13px !important;
  }

  .value-button {
    width: 30px;
    height: 25px;
    margin: 0 5px;
  }

  input[type="number"] {
    font-size: 15px;
  }

  #collapseButtonStep4 {
    font-size: 15px;
  }

  #quantityFooter {
    height: 60px;
  }

  #option-card-mobile,
  #cloneOffersContainer {
    height: 300px;
  }

  #offerInfoContainer .title {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px;
  }

  #offerInfoContainer .data {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px;
  }

  #offerHeader {
    font-size: 15px;
    margin-left: -7px;
  }

  #quantityFooter,
  h4 {
    font-size: 14px;
  }

  #quantityFooter {
    padding-left: 0 !important;
  }

  #offerPrice {
    font-size: 15px;
  }

  #quantityPriceFooter {
    font-size: 15px;
    white-space: nowrap;
  }

  #quantityFooter img {
    width: 25px;
    height: 25px;
  }

  .mb-10 {
    font-size: 15px;
  }

  .fiber-title {
    font-size: 20px;
    padding-top: 10px;
  }

  #collapseButtonStep4 {
    width: 100%;
  }

  .info .title {
    font-size: 15px;

  }

  .info .data {
    font-size: 15px;

  }

}

/*h4-mobile-end*/
@media (max-width: 767px) {
  .pbx-choice span {
    font-size: 15px !important;
    padding-right: 5px !important;
    font-weight: 500;
  }

  .pbx-choice h3 {
    font-size: 15px !important;
  }

  #option-card-fiber2 {
    height: 200px;
  }

  .footer button {
    margin: 0 10px;
  }

  .left-section form {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 111px;
    height: 24px;
  }

  .left-section input[type=number] {
    background-color: transparent;
    margin-top: -3px;
    width: 15%;
    text-align: center;
  }

  .fiks-main {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Co Headline', sans-serif;
    background-color: rgba(240, 234, 244, 1);
    padding: 0 20px;
  }

  .fiks-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-left: 5px;
    row-gap: 40px;
  }

  .fiks-info2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-left: 5px;
    row-gap: 40px;
  }

  .footer .total-card {
    font-size: 18px;
  }

  #count,
  #count2 {
    font-size: 18px;
  }

  .left-section button img,
  .right-section button img {
    width: 30px;
    height: 30px;
  }

  .contentfiks.collapsed {
    display: none;
  }

  .contentfiks {
    width: 100%;
  }

  #no-extender:disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  #fiber2 .fiber-title {
    font-size: 21px;
    justify-content: left;
    font-weight: 700;
    padding-left: 10px;
  }

  #card2-content h4 {
    font-size: 16px;
    font-weight: 700;

  }

  #card2-content .title {
    font-size: 16px;
    font-weight: 300;
  }

  #card2-content .data {
    font-size: 16px;
    font-weight: 700;
  }

  .right-section .total-card {
    font-size: 16px;
    font-weight: 700;
  }

  .option-card2 .footer span {
    position: relative;
    top: 25px;
    width: 140px;
    left: 30px;

  }

  .option-card3 .footer span {
    position: relative;
    top: 25px;
    width: 140px;
    left: 30px;

  }

  #card2-content #info2 {
    padding-top: 5px;
  }

  #dropdown-telefon-fiks {
    font-size: 16px;
  }

  #wifi-telefon-fiks span {
    font-size: 15px;
    padding-right: 5px;
  }

  #wifi-telefon-fiks h3 {
    font-size: 15px;
  }

  #collapseButton3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;

  }

  .submit-btn {
    width: 100% !important;
  }
}

.contentfiks.collapsed {
  display: none;
}

.contentfiks {
  width: 100%;
}

#no-extender:disabled {
  opacity: 0.5;
  pointer-events: none;
}




/* your pack together mobile */
.banner {
  display: none;
  width: 100%;
  height: 82px;
  position: sticky;
  bottom: 0;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 999;

}

.test-visible button {
  display: none;
  background-color: #ff9800;
  color: white;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overlay-mobile {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 40;
}

@media (max-width: 1279px) {
  #yourPackContainer {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 700px;
    overflow-y: auto;
    border: none;
    border-radius: 10px;
  }

  .banner {
    display: block;
    background-color: white;
    color: #6A0DAD;
    text-align: center;
    padding: 10px;
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }

  .price-info {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .price-info span {
    padding-left: 8px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    color: #662e8f;
  }

  .price-info .price-discount {
    margin-top: 5px;
    font-size: 16px;
    color: #FF9800;
  }

  .price-info .current-price {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
  }

  .banner button {
    background-color: #662E8F;
    color: white;
    border: none;
    font-family: 'Co Headline';
    border-radius: 10px;
    height: 44px;
    width: 123px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 16px;
    padding-top: 1px;
  }

  .price-info .line-vertical {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-top: -20px;
    display: inline-block;
    color: #cab7d6;
  }

  .price-info .line-vertical::before {
    content: "";
    display: block;
    width: 110%;
    height: 1.5px;
    background-color: #b3a75d;
    position: absolute;
    top: 90%;
    left: 0;
    transform: rotate(-10deg);
    transform-origin: left;
    pointer-events: none;
  }

  .close-button {
    position: absolute;
    right: 35px;
    background-color: white;
    color: #662e8f;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
  }
}



@media (min-width: 1279px) {
  #quantityPriceFooter {
    font-size: 17px;
  }

  .close-button {
    display: none !important;
  }

  .overlay-mobile {
    display: none !important;
  }

  #collapseButtonStep4 {
    width: 380px;
  }
}


.badge-txt {
  position: absolute;
  top: -15px;
  right: 50px;
  background-color: rgba(253, 170, 0, 1);
  color: rgba(102, 46, 143, 1);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  transform: scale(1.2);
  z-index: 10;
}
.pbx-badge-txt {
  position: absolute;
  top: -17px;
  background-color: rgba(253, 170, 0, 1);
  color: rgba(102, 46, 143, 1);
  padding: 7px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: scale(1.2);
  z-index: 10;
  width: 145px;
  height: 37px;
}


.card-content {
  position: relative;
  padding: 0 20px;
}

.pbx {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Co Headline', sans-serif;
  background-color: rgba(240, 234, 244, 1);
  padding: 10px 20px;
}


.pbx-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
  gap: 30px;
  font-size: large;
  z-index: 1;
  margin-bottom: 10px;
}

.pbx-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5c2d91;
  font-weight: bold;
  font-size: 26px;
  margin-left: 15px;
  width: 60%;
}

.pbx form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 168px;
  height: 70px;
  border-radius: 15px;
  padding: 0 9px;
}

.pbx input[type=number] {
  background-color: transparent;
  width: 14%;
  text-align: center;
}


.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Creates two columns */
  grid-template-rows: auto;
  /* Single row to manage content size */
  gap: 30px;
  justify-items: stretch;

}

.grid-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  text-align: center;
  background-color: #fdfcff;
  height: 260px;
  position: relative;
}

.grid-content:has(.hidden-radio:checked) {
  border: 2px solid rgba(253, 170, 0, 1);
}

.card-label {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.input {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #5c2d91;
  font-weight: bold;
  margin: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  position: relative;
}

.minutes input[type="radio"] {
  transform: scale(1.5);
  margin-top: 20px;
  margin-left: 5px;
  border-color: rgba(226, 220, 229, 1);
  accent-color: rgba(253, 170, 0, 1);
}

.input h4 {
  font-size: 20px;
  margin-top: 14px;
}

.text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-left: 5px;
  row-gap: 50px;
}

.text1 {
  color: #5c2d91;
  font-size: 20px;
  text-align: left;
  font-weight: lighter;

}

.text2 {
  color: #5c2d91;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  /* Ensure the button and number are vertically aligned */
  justify-content: flex-end;


}

.text2 form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.text2 input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


footer {
  background-color: rgba(226, 220, 229, 0.41);
  width: 100%;
  height: 84px;
  color: rgba(102, 46, 143, 1);
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 55px;
  margin-bottom: 0;
  font-size: large;
  position: absolute;
  /* or fixed depending on your need */
  bottom: 0;
  left: 0;
}


footer span {
  position: relative;
  top: 30px;
  color: #5c2d91;
}

.text2 button {
  text-align: center;
  cursor: pointer;
  margin: 0 15px;

}

#number1,
#number2,
#number3 {
  color: #5c2d91;
  width: 30px;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}



.minuta-txt {
  color: rgba(102, 46, 143, 1);
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  margin-top: 20px;
}


.minuta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 30px;
  background-color: #f3ebf9;
}

.minuta-item {
  background-color: #ffffff;
  /* White background for each item */
  border: 2px solid transparent;
  /* Transparent border by default */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  text-align: center;
  width: auto;
  height: 75px;
  overflow: hidden;

}

.minuta-item input[type="radio"]:checked {
  background-color: rgba(253, 170, 0, 1);
  border: 2px solid white;
  box-shadow: 0 0 0 1px #f2af1c;
}

.minuta-item input[type="radio"] {
  transform: scale(1.5);
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #f2af1c;
  cursor: pointer;
  position: relative;
}

.minutes {
  margin-top: -15px;
}

.minutes span {
  margin-left: 5px;
  color: #5c2d91;
  font-weight: bold;
}

.minutes span .small-font {
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  margin-left: -1px;
}

.price span {
  font-size: 22x;
  color: rgba(102, 46, 143, 1);
}


.pbx-choice {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  background-color: #fdfcff;
  height: 100px;
  overflow: hidden;
  margin-top: 30px;
}


.pbx-choice:has(input[type="radio"]:checked) {
  border: 2px solid rgba(253, 170, 0, 1);
}

.pbx-box {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #5c2d91;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 10px;
  margin-left: 15px;
  position: relative;
}

.pbx-choice input[type="radio"]:checked {
  transform: scale(1.5);
  background-color: rgba(253, 170, 0, 1);
  border: 2px solid white;
  box-shadow: 0 0 0 1px #E2DCE5;
}



.pbx-choice span {
  font-size: 20px;
  color: #8E5FB7;
}

.pbx-choice input[type="radio"] {
  transform: scale(1.5);
  margin-top: 5px;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #E2DCE5;
  cursor: pointer;
  position: relative;
}

.pbx-choice h3 {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 20px;
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;

}

.button {
  display: flex;
  text-align: center;
  margin-top: 20px;
}

.button button {
  background-color: #5d3393;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;

}

.pbxcontent.collapsed {
  display: none;
}

.step4Content.collapsed {
  display: none;
}

.pbxcontent {
  width: 100%;
}


#revealButton2 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

#revealButton3 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

.pbx-choice span {
  font-size: 20px;
  color: #8E5FB7;
  text-align: left;
}


.pbx-choice h3 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;

}



@media (max-width: 767px) {
  .pbx {
    width: 100%;
  }

  .pbx-choice span {
    font-size: 15px;
    color: #8E5FB7;
    text-align: left;
  }


  .pbx-choice h3 {
    color: rgba(102, 46, 143, 1);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
  }

  .pbx-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 30px;
    font-size: large;
    z-index: 1;
  }

  .card-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
  }

  .minuta {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .grid-content {
    width: 100%;
  }

  .grid-content footer {

    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  footer span {
    margin-top: -15px;
    font-size: 15px;
  }


  .text .text1 {
    font-size: 16px;
  }



  .minutes span {
    font-weight: 700;
    font-size: 15px;
    margin-left: 3px;

  }

  .minutes span .small-font {
    font-weight: 600;
    font-size: 15px;

  }

  .grid-content h4 {
    font-size: 16px;
  }

  .price span {
    font-size: 15px;
    color: rgba(102, 46, 143, 1);

  }

}

.pbx-title {
  display: flex;
  align-items: center;
  color: #5c2d91;
  font-weight: bold;
  width: 100%;
  flex: 1;
  margin: auto;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}



.pbx-content {
  width: 100%;
}

.pbx-content input {
  margin-left: 10px;
}

.main-content {
  width: 100%;
}

.pbx-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pbx-details {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wifi-text {
  text-align: center;
}

.pbx-option-card .check-card {
  width: 90%;
}

.checkbox {
  margin-bottom: 5px;
}

.wifi-choice span {
  margin-bottom: 5px;

}

.pbx-option-card .footer {
  height: 80px;
}

.pbx-choice {
  height: fit-content;
}

.pbx-choice span {
  font-size: 20px;
  color: #8E5FB7;
  text-align: left;
}

.pbx-choice-card .footer {
  height: 80px;
}

.pbx-choice h3 {
  color: rgba(102, 46, 143, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;

}

.pbx-choice-card .footer span {
  position: relative;
}

.wifi-choice {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.wifi-choice h3 {
  margin-bottom: 10px;
  text-align: left;
}

.action-button button {
  width: 100%;
  font-size: 18px;
  padding: 12px 0;
}

.collapsible-container {
  display: none;
}

.contact {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Co Headline', sans-serif;
  background-color: rgba(240, 234, 244, 1);
  padding: 10px 20px;

}

.contact-header {
  font-size: 1.5rem;
  color: #7a2f8f;
  font-weight: bold;
}

.contact-title {
  margin-top: 15px;

}

.form-card form {
  margin-top: 25px;
}

.form-group {
  margin-top: 15px;

}

.form-group label {
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #7a2f8f;
  margin-bottom: 4px;
  margin-left: 5px;
}

.form-group input {
  width: 100%;
  height: 65px;
  padding: 8px 12px;
  border: 2px solid rgba(226, 220, 229, 1);
  border-radius: 8px;
  font-size: 0.9rem;
  color: #7a2f8f;
  background-color: #fff;

}

.form-group input:focus {
  outline: none;
  border-color: #a45bbf;
  box-shadow: 0 0 3px rgba(162, 91, 191, 0.5);
}

/* Submit Button Styles */
.submit-btn {
  background-color: #7a2f8f;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 30%;
}


#quantityFooter input[type=number] {
  background-color: transparent;
  margin-top: -3px;
  width: 7%;
  text-align: center;
}

#quantityFooter input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.info-link {
  color: #f2af1c;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  margin-left: 5px;

}