.sec_principles__title,
.sec_principles__description {
    text-align: left
}
footer {
    border-top: 0px !important;
}
footer .container {
    border-left: 1px solid #5500bc;
    border-right: 1px solid #5500bc;
    border-top: 1px solid #5500bc;
}
.border-secondary {
    border-right: 1px solid #5500bc !important;
}
.border-bottom.border-secondary {
    border-bottom: 1px solid #5500bc !important;
}
.row.row-full {
    max-width: 100%;
    padding: 0 0;
}
.section-configuator-left {
    padding-left: 0px;
}
/* Hide second, third, and fourth panels by default */
.section-configuator-right-second,
.section-configuator-right-third,
.section-configuator-right-fourth {
    display: none;
}
.section-configuator-right-second.is-active,
.section-configuator-right-third.is-active,
.section-configuator-right-fourth.is-active {
    display: block;
}
.section-configuator-right-first.is-hidden,
.section-configuator-right-second.is-hidden,
.section-configuator-right-third.is-hidden {
    display: none;
}
/* Thank you panel styles */
.thank-you-container {
    text-align: center;
    padding: 60px 20px;
}
.thank-you-icon {
    font-size: 80px;
    color: #5500bc;
    margin-bottom: 20px;
}
.thank-you-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.thank-you-message {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}
.btn-outline-purple {
    background: transparent;
    border: 1px solid #5500bc;
    color: #5500bc;
    padding: 12px 30px;
    border-radius: 4px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.btn-outline-purple:hover {
    background: #5500bc;
    color: #ffffff;
}

.single-product-custom-tooltip {font-weight: 300}

/* PLATFORM */
.platform-selector-buttons {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.platform-selector-buttons input[type="radio"] {
    display: none;
}
.platform-selector-buttons label {
    flex: 1;
    padding: 12px 20px;
    background: #ffffff;
    border: 1px solid #5500bc;
    color: #5500bc;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: center;
    margin: 0;
    position: relative;
}
.platform-selector-buttons label:not(:first-of-type) {
    margin-left: -1px;
}
.platform-selector-buttons label:first-of-type {
    border-radius: 4px 0 0 4px;
}
.platform-selector-buttons label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.platform-selector-buttons label:hover {
    background: #f0e6ff;
    z-index: 1;
}
.platform-selector-buttons input[type="radio"]:checked + label {
    background: #5500bc;
    color: #ffffff;
    z-index: 2;
    border-color: #5500bc;
}

/* SERVICE TOGGLE BUTTONS (YES/NO) - STYLES FOR EXISTING HTML */
.configurator-element-radios {
    display: flex !important;
    gap: 0;
    margin-top: 10px;
}

.configurator-element-radio {
    flex: 1;
    display: flex;
}

.configurator-element-radio input[type="radio"] {
    display: none;
}

.configurator-element-radio label {
    flex: 1;
    padding: 12px 20px;
    background: #ffffff;
    border: 1px solid #5500bc;
    color: #5500bc !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: center;
    margin: 0;
    position: relative;
    width: 100%;
}

.configurator-element-radio:not(:first-child) label {
    margin-left: -1px;
}

.configurator-element-radio:first-child label {
    border-radius: 4px 0 0 4px;
}

.configurator-element-radio:last-child label {
    border-radius: 0 4px 4px 0;
}

.configurator-element-radio label:hover {
    background: #f0e6ff;
    z-index: 1;
}

.configurator-element-radio input[type="radio"]:checked + label {
    background: #5500bc !important;
    color: #ffffff !important;
    z-index: 2;
    border-color: #5500bc;
}

/* SERVICE DIVIDER */
.service-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 20px 0;
    position: relative;
}

.service-divider::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #5500bc 0%, #7c3aed 100%);
}

.configurator-element-input textarea {
    background: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px  !important;
    padding: 5px 6px;
    font-size: 13px;
    color: #1a1a1a;
    width: 100%;
    resize: vertical;
}

.configurator-element-inputx textarea:focus {
    outline: none;
    border-color: #6c757d;
    box-shadow: none;
}

/* Restore Native Dropdown Arrow */
.configurator-element select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

@media only screen and (max-width: 1023px) {
  .section-configuator-left {
max-width: unset !important;

  }
  .section-configuator-gallery-items{
    height: unset !important; padding-top: 150px !important;
  }
  .section-configuator-gallery-item-product{ margin:0px !important }
  .hero-section-place{ height:55px !important }
}





/* noUiSlider Purple Theme */
#duration-slider {
    height: 8px;
}

#duration-slider .noUi-connect {
    background: linear-gradient(90deg, #5500bc 0%, #7c3aed 100%);
}

#duration-slider .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #5500bc;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 8px rgba(85, 0, 188, 0.3), 0 0 0 1px rgba(85, 0, 188, 0.1);
    cursor: pointer;
    top: -9px;
    right: -12px;
    transition: all 0.2s ease;
}

#duration-slider .noUi-handle:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(85, 0, 188, 0.4), 0 0 0 1px rgba(85, 0, 188, 0.2);
}

#duration-slider .noUi-handle:active {
    transform: scale(1.1);
}

#duration-slider .noUi-handle::before,
#duration-slider .noUi-handle::after {
    display: none;
}

#duration-slider .noUi-base {
    background: #e0e0e0;
    border-radius: 4px;
}

#duration-slider .noUi-target {
    background: #e0e0e0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

#duration-slider .noUi-pips {
    color: #999;
    font-size: 12px;
}

#duration-slider .noUi-marker-horizontal {
    background: #d0d0d0;
    width: 2px;
    height: 10px;
}

#duration-slider .noUi-marker-large {
    height: 15px;
    background: #b0b0b0;
}

#duration-slider .noUi-value {
    color: #666;
    font-size: 13px;
    padding-top: 5px;
    cursor: pointer;
    transition: color 0.2s ease;
}

#duration-slider .noUi-value:hover {
    color: #5500bc;
}

#duration-slider .noUi-value-horizontal {
    transform: translate(-50%, 50%);
}

.duration-value-display {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.noUi-pips-horizontal {
    top: -3px !important;
}

/* noUiSlider Purple Theme - Payload Size */
#volume-slider {
    height: 8px;
}

#volume-slider .noUi-connect {
    background: linear-gradient(90deg, #5500bc 0%, #7c3aed 100%);
}

#volume-slider .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #5500bc;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 8px rgba(85, 0, 188, 0.3), 0 0 0 1px rgba(85, 0, 188, 0.1);
    cursor: pointer;
    top: -9px;
    right: -12px;
    transition: all 0.2s ease;
}

#volume-slider .noUi-handle:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(85, 0, 188, 0.4), 0 0 0 1px rgba(85, 0, 188, 0.2);
}

#volume-slider .noUi-handle:active {
    transform: scale(1.1);
}

#volume-slider .noUi-handle::before,
#volume-slider .noUi-handle::after {
    display: none;
}

#volume-slider .noUi-base {
    background: #e0e0e0;
    border-radius: 4px;
}

#volume-slider .noUi-target {
    background: #e0e0e0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

#volume-slider .noUi-pips {
    color: #999;
    font-size: 12px;
}

#volume-slider .noUi-marker-horizontal {
    background: #d0d0d0;
    width: 2px;
    height: 10px;
}

#volume-slider .noUi-marker-large {
    height: 15px;
    background: #b0b0b0;
}

#volume-slider .noUi-value {
    color: #666;
    font-size: 13px;
    padding-top: 5px;
    cursor: pointer;
    transition: color 0.2s ease;
}

#volume-slider .noUi-value:hover {
    color: #5500bc;
}

#volume-slider .noUi-value-horizontal {
    transform: translate(-50%, 50%);
}

.volume-value-display {
    animation: fadeIn 0.3s ease;
}

@media handheld,
only screen and (max-width: 500px) {
.section-configuator-right .configurator-element label span{
display: block;
}
}
@media handheld,
only screen and (max-width: 1024px) {
.platform-title{ width:100% !important }
}

#volume-warning {
    display: block;
}