.mainWrapperCards {
  /* background-color: red; */
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 95%;
  margin-top: 6rem;
  margin-inline: auto;
}
.mainWrapperCards .priceCardWrapper {
  background: #f7f7f7;
  border: 1.2px solid #dedede;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
}
.mainWrapperCards .priceCardWrapper .topPriceContainer {
  background-color: #A1CAFF;
  padding: 1.5rem 1rem;
  padding-bottom: 3rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .numberAttendes {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 1rem;
  font-size: 0.7rem;
  font-family: "GeneralSans-Medium";
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .packageNameTitle {
  /* background-color: red; */
  margin: 0;
  margin-top: 2rem;
  font-family: "Helvetica";
  font-size: 1.3rem;
  color: #333;
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .packageNameDescription {
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-family: "GeneralSans-Medium";
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .priceWrapper {
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .priceWrapper .price {
  display: flex;
  flex-direction: column;
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .priceWrapper .price .priceValue {
  font-size: 1.8rem;
  font-family: "GeneralSans-semibold";
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .priceWrapper .price .priceCurrency {
  font-size: 0.8rem;
  text-transform: capitalize;
  font-family: "GeneralSans-Medium";
}
.mainWrapperCards .priceCardWrapper .topPriceContainer .getStartedBtn {
  margin-top: 1rem;
  background-color: #0A6AA1;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1.5rem;
  display: flex;
  border-radius: 4px;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
  font-size: 0.9rem;
  font-family: "GeneralSans-semibold";
}
.mainWrapperCards .bottomPriceContainer {
  /* background-color: red; */
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5rem;
}
.mainWrapperCards .bottomPriceContainer ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.mainWrapperCards .bottomPriceContainer ul li {
  font-size: 0.8rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.mainWrapperCards .bottomPriceContainer ul li .iconWrapper {
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.mainWrapperCards .bottomPriceContainer ul li .iconWrapper .iconFeature path {
  fill: #0A6AA1;
}
.mainWrapperCards .bottomPriceContainer .features {
  /* background-color: red; */
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  font-family: "GeneralSans-Medium";
  text-transform: uppercase;
}

.switcherContainer {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  height: 3rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  /* gap: 2rem; */
  padding: 0.1rem;
  background-color: #f7f7f7;
  border: 1.2px solid #dedede;
  border-radius: 10rem;
  /* margin-top: 2rem !important; */
}
.switcherContainer a {
  /* background-color: black; */
  display: flex;
  font-size: 0.9rem;
  font-family: "GeneralSans-Medium";
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 0 1rem;
  border-radius: 10rem;
}
.switcherContainer a {
  color: #333;
}
.switcherContainer .uk-active a {
  background-color: #0A6AA1;
  color: #fff;
  height: 2.6rem;
}

.switcherContainer {
  list-style: none !important;
}

.numberofPeople {
  display: flex;
  margin-top: 1rem;
  height: 3rem;
  margin-left: 1rem;
}
.numberofPeople > span {
  border-radius: 50%;
  border: 1.2px solid white;
  height: 100%;
  margin-left: -1rem;
  width: 3rem;
  background: #333;
}

.bestValueCard {
  margin-top: -1.5rem;
  border: 2px solid #0E253C !important;
}

/* CSS Inspector (http://127.0.0.1:8000) */
.bestOptionIndicator {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #fff;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.5rem;
}

.priceWrapper .priceValue {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.priceWrapper .bestOffer {
  background-color: gold;
  border: 1px solid #333;
  margin-top: 1.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
}

.bestValueCard .topPriceContainer {
  background-color: #0A6AA1 !important;
}
.bestValueCard .packageNameTitle, .bestValueCard .packageNameDescription {
  color: white !important;
}
.bestValueCard .priceValue {
  color: #fff;
}
.bestValueCard .bestOffer {
  background-color: gold;
  border: 1px solid #333 !important;
  margin-top: 1.5rem;
  padding: 0.2rem 0.5rem;
  color: #333;
  border-radius: 4px;
  font-size: 0.8rem;
}
.bestValueCard .priceCurrency {
  color: #fff;
}
.bestValueCard .getStartedBtn {
  background-color: #fff !important;
  color: #333 !important;
}

div.temasViewWrapper {
  box-sizing: border-box;
  /* background-color: red; */
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  /* display: flex; */
  margin-top: 1rem;
  gap: 4rem;
}
div.temasViewWrapper p {
  /* background-color: red; */
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "GeneralSans-semibold";
}
div.temasViewWrapper .imageWrapper {
  /* background-color: black; */
  height: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  display: flex;
  align-items: center;
}
div.temasViewWrapper .imageWrapper img {
  width: 10rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p.features {
  box-sizing: border-box;
  color: #212529;
  font-family: GeneralSans-Medium;
  font-size: 12.8px;
  line-height: 19.2px;
  /* text-align: center;
   */
  /* background-color: red; */
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  text-transform: uppercase;
  /* margin-inline: auto; */
}

.pdf-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Keep PDF viewer container styles isolated */
.pdf-viewer-container {
  width: 100%;
  /* max-width: 900px; */
  margin: 1rem auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1; /* Ensure proper stacking context */
}

/* Update fullscreen overlay to not affect page scrolling */
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  pointer-events: none;
}

/* Loading spinner centered in PDF container only */
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 20px;
  z-index: 1000;
}

/* Update the fullscreen styles */
.pdf-viewer-container:-webkit-full-screen {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: white;
  display: flex;
  flex-direction: column;
}
.pdf-viewer-container:fullscreen {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: white;
  display: flex;
  flex-direction: column;
}

.pdf-viewer-container:-webkit-full-screen #pdf-container {
  flex: 1;
  height: calc(100vh - 60px); /* Subtract the height of controls */
  overflow-y: auto;
  padding: 20px;
}

.pdf-viewer-container:fullscreen #pdf-container {
  flex: 1;
  height: calc(100vh - 60px); /* Subtract the height of controls */
  overflow-y: auto;
  padding: 20px;
}

.pdf-viewer-container:-webkit-full-screen .pdf-main-controls {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px; /* Fixed height for controls */
}

.pdf-viewer-container:fullscreen .pdf-main-controls {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px; /* Fixed height for controls */
}

.pdf-viewer-container:-webkit-full-screen #pdf-pages {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}

.pdf-viewer-container:fullscreen #pdf-pages {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}

/* Add these styles for webkit browsers */
.pdf-viewer-container:-webkit-full-screen {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: white;
  display: flex;
  flex-direction: column;
}

.pdf-viewer-container:-webkit-full-screen #pdf-container {
  flex: 1;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 20px;
}

.pdf-viewer-container:-webkit-full-screen .pdf-main-controls {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
}

/* Pages container */
#pdf-pages {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

/* Individual page */
.pdf-page {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
}

.pdf-page canvas {
  width: 100%;
  height: auto;
  display: block;
}

/* Controls */
.pdf-main-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  z-index: 1;
}

/* Rest of your existing button styles */
.pdf-btn {
  background-color: #0A6AA1;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.pdf-btn.secondary {
  background-color: transparent;
  color: #0A6AA1;
  border: 1px solid #0A6AA1;
}

.pdf-btn:hover {
  background-color: #085580;
}

.pdf-btn.secondary:hover {
  background-color: #f0f7fb;
}

.pdf-btn span {
  color: inherit;
}

/* Scrollbar styling */
#pdf-container::-webkit-scrollbar {
  width: 8px;
}

#pdf-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#pdf-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#pdf-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.delegates .packageNameTitle {
  /* background-color: red; */
  font-size: 1.8rem !important;
}
.delegates .priceValue {
  font-size: 2.2rem !important;
}

.sponsorship .priceCardWrapper {
  max-width: 24rem !important;
  width: 24rem !important;
}

.safari {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.safari .headingText {
  font-family: "Helvetica";
  font-size: 1.5rem;
  margin: 0;
}
.safari .packageWrapper {
  border: 1.2px solid #dedede;
  width: 55vw;
  background-color: rgba(247, 247, 247, 0.6470588235);
  border-radius: 10px;
  padding: 2rem;
}
.safari .listPackages {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.safari .listPackages li {
  display: flex;
  /* background: red; */
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-size: 0.9rem;
  font-family: "GeneralSans-Regular";
}
.safari .listPackages li .iconFeature path {
  fill: #0A6AA1;
}
.safari .listPackages li span {
  display: flex;
  height: 1.3rem;
  width: 1.3rem;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=pricingNew.css.map */