/**
 * =========================================================
 * Page: PC Builder (index) contents
 * =========================================================
 *
 */

/* Inner Container */
.page-template-custom-pc-builder-index #page-pc-builder-index {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f8f8f8;
}
.page-template-custom-pc-builder-index #page-pc-builder-index .builder-index-inner {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}


/* Controls whether content is shown or hidden */
.pcb-step-content {
	max-height: 1000px; /* Large enough to fit any content */
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	opacity: 1;
}
/* When collapsed, content is hidden */
.pcb-step-content.collapsed {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
}
/* Steps */
.pcb-step {
	opacity: 0.5;
	background: #ffffff;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
}
.pcb-step.active {
  opacity: 1;
  transform: scale(1.03);
  transition: transform 0.3s ease;
  transform-origin: center bottom;
}
@media (min-width: 700px) {
	.pcb-step {
		padding: 40px;
	}
}
@media (max-width: 699.99px) {
	.pcb-step {
		padding: 40px 20px;
	}
}


.pcb-step3 .pcb-loader .loading-text {
  animation: blinkFade 1s infinite ease-in-out;
  font-weight: bold;
  color: #070f5b;
  opacity: 1;
}
@keyframes blinkFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

/* Steps Top */
.pcb-step .pcb-step-top .pcb-step-title {
	display: flex;
	gap: 15px;
}
.pcb-step .pcb-step-top .pcb-step-title .pcb-step-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pcb-step .pcb-step-top .pcb-step-title .pcb-step-number {
	background: #000000;
	color: #ffffff;
	flex-basis: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	border-radius: 9999px;
}
.pcb-step .pcb-step-top .pcb-step-title .pcb-step-check {
	background: #75ba23;
	color: #ffffff;
	flex-basis: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	border-radius: 9999px;
}
.pcb-step:not(.selected) .pcb-step-top .pcb-step-title .pcb-step-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pcb-step:not(.selected) .pcb-step-top .pcb-step-title .pcb-step-check {
	display: none;
}
.pcb-step.selected .pcb-step-top .pcb-step-title .pcb-step-check {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pcb-step.selected .pcb-step-top .pcb-step-title .pcb-step-number {
	display: none;
}




.pcb-step .pcb-step-top .pcb-step-title .pcb-step-name {
	color: #000000;
	flex-basis: 100%;
	flex-grow: 3;
	flex-shrink: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pcb-step .pcb-step-top .pcb-step-title h2 {
	padding: 0;
	margin: 0;
}

/* Steps content area */
.pcb-step .pcb-step-content-inner {
	padding: 40px 10px;
}

/* Step 1 */
.pcb-step.selected:hover {
	opacity: 0.7;
	cursor: pointer;
}
/* Step 2 */
.pcb-step2 .pcb-options-section {
	display: none;
}
.pcb-step2 .pcb-options-section.active {
	display: block;
}



/* Options */
ul.pcb-options-list {
	display: flex;
	gap: 20px;
	justify-content: center;
	padding: 0;
	margin: 0;
}
ul.pcb-options-list li.pcb-option-item {
	flex: 1;
	margin: 0;
	list-style-type: none;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #e2e2e2;
	transition: transform 0.3s ease;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
@media (min-width: 700px) {
	ul.pcb-options-list li.pcb-option-item {
		flex: 1;
	}
}
@media (max-width: 699.99px) {
	ul.pcb-options-list {
		flex-wrap: wrap;
	}
	ul.pcb-options-list li.pcb-option-item {
		flex: 100%;
	}
}

ul.pcb-options-list li.pcb-option-item:hover {
	transform: scale(1.03); opacity: 0.8;
}
ul.pcb-options-list li.pcb-option-item a.pcb-option-link {
	display: block;
	text-decoration: none;
	padding: 20px;
	height: 100%;
	width: 100%;
}

ul.pcb-options-list li.pcb-option-item .pcb-option-title {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
ul.pcb-options-list li.pcb-option-item .pcb-option-subtitle {
	font-size: 1em;
	text-align: center;
}



/* Step 1 */
.pcb-step1 .pcb-step-content {max-width: 600px; display: block; margin: 0 auto;}
.pcb-step1 ul.pcb-options-list li.pcb-option-item .pcb-option-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.pcb-step1 ul.pcb-options-list li.pcb-option-item .pcb-option-image img {
	width: 80%;
	max-width: 180px;
	display: block;
	margin: 0 auto;
}



