﻿/* Base layout
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0a0a0a;
    color: #fefefe;
    line-height: 1.6;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
}
 */
/* Headings */

ul {
    margin-left: 40px;
}

li {
    color: #5efa20
}

.vert-top {
    vertical-align: top
}

.spn-hdr {
    width: 100px;
    text-align: right;
    padding-right: 25px;
    float: left;
}

.pzatyp {
    width: 100%;
    text-align: left;
}

.pzatyp-input {
    width: 65px !important;
    text-align: center;
}

.fa-asterisk {
    color: red;
    padding-right: 5px;
    font-size: .8em
}

h3 {
    color: #b763d9
}

.lnk-spi {
    color: #5efa20;
    font-weight: bold;
    cursor: pointer;
}



.aa-detail {
    padding: 10px;
    border-radius: 20px;
    max-width: 90%;
}

.aa-pfrmcontainer {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #222;
    border-radius: 20px;
    padding: 10px;
}

#pfrmbdetails {
    max-width: 100%;
    display: none;
    background-color: #222;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px
}

.aa-pfrmsec {
    display: flex;
    flex-direction: column;
    min-width: 40%;
    flex-wrap: nowrap;
}

.aa-pfrmbsec {
    display: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    /*display: flex;*/
    flex-direction: column;
    min-width: 100%;
}

.aa-pfrmsec div {
    display: Flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    justify-content: end;
    margin-top: 2px;
    margin-bottom: 2px;
}

label {
    font-family: "Farsan", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, cursive;
    color: silver;
    font-size: 16pt;
    text-align: right !important;
    white-space: nowrap;
    margin-right: 15px;
    overflow: hidden;
    word-break: normal;
}


.pfrm-dta {
    font-family: "Farsan", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, cursive;
    color: black;
    font-size: 16pt;
    text-align: left !important;
    padding-right: 6px;
    white-space: nowrap;
    margin-right: 15px;
    border-radius: 8px;
    min-width: 250px;
    max-width: 250px;
    background-color: white
}

.pfrmpzsec {
    text-align: left;
    max-width: 50%;
    padding: 6px;
    border: 1px solid #666;
    background-color: #333;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.opt-hdr {
    width: 100%;
    font-size: 18pt;
    text-align: left;
    padding-left: 15px;
    color: #c432ff;
    height: 25px;
    margin-bottom: 40px;
}

.standout {
    font-style: italic;
    color: yellow
}

.page-title {
    font-size: 2rem;
    color: #9b30ff; /* Bold electric purple */
    border-bottom: 2px solid #9b30ff;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.section-title {
    font-size: 1.5rem;
    color: #00ff9c; /* Neon green */
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    text-shadow: 1px 1px 2px #000;
}

.feature-title,
.package-title {
    font-size: 1.5rem;
    color: #fff200; /* Bright yellow */
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px #222;
}

/* Content blocks */
.section {
    margin-bottom: 2.5rem;/*
    border-left: 4px solid #333;*/
    padding-left: 1.2rem;
}

.feature,
.package {
    margin-bottom: 1.8rem;
}

/* Lists */
.addons-list {
    list-style: square inside;
    padding-left: 0;
    margin-top: 1rem;
    color: #cccccc;
}

    .addons-list li {
        padding: 0.4rem 0;
        color: #fafafa;
    }

/* Links */
a {
    color: #ff4500; /* Red-orange CTA */
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        color: #fff200;
        text-decoration: underline;
    }

/* Responsive */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .feature-title,
    .package-title {
        font-size: 1.1rem;
    }
}
