body.pricesheet-index-index {
    background-color: #F5F5F5;
}

.pricesheet-index-index .columns {
    padding: 0;
    max-width: 100%;
}

.pricesheet-index-index .page-main {
    margin: 0;
}

.pricesheet-index-index .btn {
    height: fit-content;
}

@media (max-width: 768px) {
    .pricesheet-index-index .btn {
        max-width: 350px;
    }
}

/* Layout Components */

.complexities li,
.pricing-info li {
    list-style-type: circle;
    line-height: 32px;
    margin-left: 14px;
}

.include-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.include-container h3 {
    margin: 0;
}

.top-header {
    position: fixed !important;
    height: 70px;
    width: 100%;
    top: 0;
    background-color: #418C92;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 52px;
    z-index: 9;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact span {
    color: white;
    font-size: 18px;
    line-height: 0;
}

.title h2 {
    padding: 30px 0 0 0;
}

.pricesheet-index-index .primary-nav a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #6C757D;
    padding: 12px;
    margin: 2px 0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.72px;
}

.pricesheet-index-index .primary-nav a:hover {
    transition: 0.3s;
    color: #44B7BE;
}

.primary-nav a.active {
    background-color: #EEEEEE;
    color: #44B7BE;
    border-left: 5px solid;
}

.pricesheet-index-index .primary-nav a.active svg {
    fill: #13828A !important;
}

/* Sub Navigation */
.pricesheet-index-index .sub-menu {
    display: none;
    flex-direction: column;
    padding-top: 5px;
}

.pricesheet-index-index .sub-menu a {
    margin: 5px 0;
    font-weight: normal;
}

.pricesheet-index-index .sub-menu.active {
    display: flex;
}

/* Mobile Navigation */
.pricesheet-index-index .price-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pricesheet-index-index .price-nav-overlay.active {
    transform: translateX(0);
}

.price-nav-overlay a {
    margin: 15px 0;
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
}

/* Buttons */
.pricesheet-index-index .btn-header {
    height: 56px;
    padding: 16px 32px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    border-radius: 47px;
    background: #13828A;
    border: none;
    color: white;
    cursor: pointer;
    width: max-content;
}

.pricesheet-index-index .btn-header:hover {
    background-color: #FE6337;
}

.pricesheet-index-index .btn-header.black {
    background-color: #343434;
}

/* Grid Layout */
.pricesheet-index-index .grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bb2e2e;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}


.pricesheet-index-index .column.white {
    background-color: #FFFFFF;
    color: #343434;
}

/* Box Components */
.pricesheet-index-index .box {
    background-color: white;
    color: #343434;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 50px;
}

.pricesheet-index-index .box.orange {
    background-color: #FE6337;
    color: white;
}

/* List Styles */
.pricesheet-index-index .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.pricesheet-index-index .list.white {
    color: white;
}

.pricesheet-index-index .list h3 {
    font-weight: normal;
    font-size: 16px;
}

/* Table Styles */
.pricesheet-index-index table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: white;
    overflow: hidden;
}

.pricesheet-index-index table th,
.pricesheet-index-index table td {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 20px;
    text-align: left;
}

.pricesheet-index-index table th {
    border-radius: 30px 30px 0 0;
    color: #343434;
}

.pricesheet-index-index #table5 {
    width: 50%;
}

/* Promo Card */

.pricesheet-index-index .promo h2,
.pricesheet-index-index .promo h3 {
    color: white;
    position: relative;
    margin: 0;
    padding: 20px;
    z-index: 1;
    text-align: left;
}

.pricesheet-index-index .promo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #343434, transparent);
    z-index: 0;
    pointer-events: none;
    border-radius: 30px;
}

.pricesheet-index-index .promo-image {
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Utilities */
.pricesheet-index-index .icon {
    transition: transform 0.3s ease;
}

/* Media Queries */
@media (max-width: 900px) {
    .pricesheet-index-index nav {
        position: static;
        width: 100%;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 0;
        margin: 0;
    }

    .pricesheet-index-index nav a {
        text-align: center;
    }

    .pricesheet-index-index .hamburger {
        display: block;
    }

    .pricesheet-index-index .header {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .pricesheet-index-index .btn-header {
        width: 100%;
    }

    .pricesheet-index-index .price-nav-overlay a {
        margin: 0;
        font-size: 16px;
    }

    .pricesheet-index-index .content {
        margin-left: 0;
    }

    .pricesheet-index-index .row-wrapper {
        flex-direction: column;
    }

    .pricesheet-index-index .header-contact {
        display: none;
    }
}

@media (max-width: 425px) {

    .pricesheet-index-index table th,
    .pricesheet-index-index table td {
        border: 1px solid #ddd;
        border-left: none;
        border-right: none;
        padding: 16px;
        font-size: 15px;
        text-align: left;
    }
}

.pricesheet-index-index .price-nav-button a {
    padding: 0;
}

.pricesheet-index-index .price-nav-button a button {
    width: 100%;
}

/* --------- POPUP TERMS -----------*/

.pricesheet-index-index .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.pricesheet-index-index .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 48px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
}

.pricesheet-index-index .close-btn {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

/* ----- CARD GRID -----*/

.pricesheet-index-index .card {
    border-radius: 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.pricesheet-index-index .card h2 {
    font-size: 2rem;
    color: #343434;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0f2f1;
    padding-bottom: 10px;
}

.pricesheet-index-index .card li {
    font-weight: 700;
}

.pricesheet-index-index .services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: center;
}

.pricesheet-index-index .services-list li {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    text-align: 1.1rem;
    color: #343434;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.pricesheet-index-index .card2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin-top: 32px;
}

.pricesheet-index-index .empty-div {
    min-height: 400px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #eee;
}

.pricesheet-index-index .content-wrapper tr th,
.pricesheet-index-index .content-wrapper tr td {
    width: 33%;
    text-align: right;
}

.pricesheet-index-index .content-wrapper tr th:first-child,
.pricesheet-index-index .content-wrapper tr td:first-child {
    text-align: left;
}

@media (max-width:768px) {
    .pricesheet-index-index .content-wrapper p {
        position: inherit;
    }

    .pricesheet-index-index .buttons-fire {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.pricesheet-index-index .container-bim {
display: flex;
flex-wrap: wrap;
gap: 12px;
/* Adjust spacing between boxes */
justify-content: center;
/* Centers boxes */
}

.pricesheet-index-index .box-bim {
flex: 1 1 230px;
display: flex;
align-items: center;
justify-content: center;
text-align: left;
font-weight: bold;
background-color: #ffffff;
padding: 15px;
min-height: 80px;
border-radius: 8px;
}

.pricesheet-index-index .icon {
margin-right: 16px;
font-size: 16px;
/* Adjust icon size */
}
