.two-columns-grid4 .button-box {
    justify-content: center;
}

.two-columns-grid2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.color {
    background-color: #f0f0f0;
    margin-bottom: 100px;
    padding: 30px 0;
}

.pricing1 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

.pricing1 .button4, .pricing1 .button3 {
    margin-top: 0;
}

.button-box {
    display: flex;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 100px;
}

.button4red {
    background-color: #e21219;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    padding: 12px 3rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    text-align: center;
}

.button4red:hover {
    background: #19243b;
    color: #ffffff;
}

/*########*/

.card-full {
    margin-top: 20px;
}

.header_web {
    margin-bottom: 32px;
}

.grid1 {
display: grid;
gap: 30px;
}

.grid2 {
display: grid;
gap: 20px;
}

.planb {
border: 1px solid #ddd;
padding: 30px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.plan-highlight {
    background: #19243b;
    padding: 30px;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.plan-highlight h4.price {
    color: #ffffff;
}

@media(min-width: 768px) {
.grid1 {
    grid-template-columns: repeat(3, 1fr);
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

section.card.full .grid1 {
    grid-template-columns: repeat(2, 1fr);
}

}

.card-full {
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
    padding: 30px;
}

.card-full h3 {
    margin: 0;
    font-size: 30px;
    color: #19243b;
}

.card {
background: #fff;
border: 1px solid #ddd;
padding: 30px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.card h3 {
    margin: 0;
    font-size: 30px;
    color: #19243b;
}

.card.highlight {
border: 2px solid #19243b;
}


.price {
color: #e21219;
font-weight: bold;
margin-top: 0;
}

.price1s {
color: #e21219;
font-weight: bold;
}

.subtitle {
color: #777;
font-size: 0.9rem;
padding: 0;
}


.button {
display: inline-block;
margin-top: 15px;
padding: 10px;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
text-align: center;
}


.button.dark {
background: #19243b;
color: #fff;
}


.button.dark:hover {
background: #e21219;
}


.link.dark {
color: #19243b;
}


.link.red {
color: #e21219;
}


.footer {
margin-top: 40px;
text-align: center;
font-size: 0.8rem;
color: #777;
}

.starter-pro {
  transform: scale(1.08);   
  padding: 2.5rem;          
  z-index: 2;               
  position: relative;       
  box-shadow: 0 6px 16px rgba(0,0,0,0.15); 
}

ul {
    padding: 15px;
    margin: 0;
}

/*########*/

.costcal {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#cameras, #movement, #hours {
    color: #19243b;
} 

#hours {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    resize: vertical;
}

.button5 {
    background-color: #19243b;
    color: #ffffff;
    text-decoration: none;
    line-height: clamp(2.875rem, 4.5vw, 2.5rem);
    display: inline-block;
    border-radius: 25px;
    padding: 0 3rem;
    margin-top: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

.costcalp p {
    margin-bottom: 30px;
}

.costcal .button-box {
    justify-content: left !important;
}

.costcal .heading2 {
    text-align: left !important;
}

.custom-select {
    position: relative;
    width: 200px;
    font-size: 16px;
}

.select-box {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    background-color: white;
    margin-left: 3px;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: none; 
    background-color: white;
    display: none;
    z-index: 1;
}

.options div {
    padding: 8px 12px;
    cursor: pointer;
}

.options div:hover {
    background-color: #f0f0f0;
}

.custom-select.open .options {
    display: block;
}

.fix {
    display: flex;
    align-items: center;
}

.movingp {
    font-size: 12px;
    max-width: 300px;
}

@media screen and (max-width: 850px) {
    .pricing1 {
        gap: 25px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 785px) {
    .pricing1 {
        display: grid;
    }

    .heading1, .heading2 {
        text-align: center;
    }

    .card {
        padding: 15px;
    }

    .starter-pro {
        padding: 15px;
    }

    .planb {
        padding: 15px;
    }

    .plan-highlight {
        padding: 15px;
    }
 }

@media screen and (max-width: 768px) {
    .pay1, .pay2 {
        justify-content: center;
    }

    .costcal {
        box-shadow: none;
        background-color: #f0f0f0;
    }

    .color {
        margin-bottom: 40px;
    }

    .fix {
        justify-content: center;
    }

    .costcal .button-box {
        justify-content: center !important;
    }

    .costcal .heading2 {
        text-align: center !important;
    }

    .movingp {
        margin: auto;
    }
 
    .grid2 {
        margin-top: 16px;
    }

    .card {
        padding: 15px;
        text-align: center;
    }

    .starter-pro {
        padding: 15px;
        transform: scale(1);
        text-align: center;
    }

    .card-full {
        text-align: center;
    }

    .planb {
        padding: 15px;
    }

    .plan-highlight {
        padding: 15px;
    }

    ul {
        text-align: center;
        padding: 0;
        list-style-position: inside;
    }

}


@media screen and (max-width: 430px) {
    .two-columns-grid4 {
        padding: 30px 15px;
    }

    .pricing1 {
        gap: 30px;
    }

    .costcal {
        padding: 0 15px;
    }
 }