﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

header {
    background-color: #fff;
    color: #000;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

    header h1 {
        margin-bottom: 10px;
    }

section {
    padding: 40px;
    text-align: center;
   /* margin: 0px 300px auto;*/
}

    section h2 {
        margin-bottom: 20px;
        font-size: 2em;
    }

.hero {
    position: relative;
    background-image: url('/assets/img/SmartSlider2.png');
    background-size: contain;
    background-position: left;
    color: white;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    background-color: #2479b2;
    background-repeat: no-repeat;
}

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.15); /* lighter white overlay */
        z-index: -1;
    }


    .hero h2 {
        font-size: 3em;
    }

.features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}

.feature-box {
    flex: 1 1 calc(25% - 40px); /* Updated to 25% for 4 boxes per line */
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .feature-box i {
        font-size: 3em;
        color: #0056b3;
        margin-bottom: 10px;
    }

    .feature-box h3 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .feature-box p {
        font-size: 1.2em;
        color: #777;
    }

.cta {
    background-color: #007bff;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
    border-radius: 5px;
    margin-top: 30px;
}

.pricing-section {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.pricing-box {
    width: 40%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
}

    .pricing-box h3 {
        font-size: 1.8em;
        color: #0056b3;
        margin-bottom: 20px;
    }

    .pricing-box p {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .pricing-box .price {
        font-size: 2.5em;
        color: #007bff;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .pricing-box .button {
        background-color: #0056b3;
        color: white;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
    }

        .pricing-box .button:hover {
            background-color: #529fe8;
        }

/* Popup Modal */
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    max-height: 80vh;
}
/* Popup Modal */
.popuppro {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    max-height: 80vh;
}

.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    width: 60%;
    text-align: left;
   
}

    .popup-content h2 {
        font-size: 2em;
        color: #0056b3;
        margin-bottom: 20px;
    }

    .popup-content ul {
        font-size: 1.2em;
        list-style: inside;
    }

        .popup-content ul li {
            margin: 10px 0;
        }
    .popup-content::-webkit-scrollbar {
        width: 8px;
    }

    .popup-content::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 4px;
    }

.close-btn {
    font-size: 1.5em;
    color: #aaa;
    cursor: pointer;
    float: right;
}

    .close-btn:hover {
        color: #000;
    }

footer {
    background-color: #fff;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .features {
        flex-direction: column;
        margin:auto;
    }

    .feature-box {
        flex: 1 1 100%;
    }

    .cta {
        font-size: 1.2em;
    }

    .pricing-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 👈 ensures centering */
        gap: 20px;
        padding: 40px 20px;
    }

    .pricing-card {
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        flex: 1 1 300px; /* 👈 grows nicely and wraps on mobile */
        max-width: 400px;
    }

    .pricing-box {
        width: 80%;
        margin-bottom: 20px;
    }
    .container {
        margin: 0 0 auto;
    }
    .contact-form {
        width: 100% !important;
    }
}
.container {
    max-width: 1980px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-form {
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fefefe;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    width: 60%;
}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

    .form-row input {
        flex: 1;
        min-width: 200px;
    }

.contact-form input,
.contact-form textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
    transition: border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

    .contact-form input:focus,
    .contact-form textarea:focus {
        border-color: #6eb3f9;
        outline: none;
    }

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}
.cta-button-submit {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 400px !important;
    display: block;
    margin: auto; /* 20px is optional spacing from elements above/below */
}

    .cta-button-submit:hover {
        background-color: #529fe8;
    }
.cta-button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 200px !important;
    display: block;
    margin: auto; /* 20px is optional spacing from elements above/below */
}

    .cta-button:hover {
        background-color: #529fe8;
    }
@media (max-width: 768px) {
    .text-wrapper {
        background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
        backdrop-filter: blur(1px); /* the blur magic */
        -webkit-backdrop-filter: blur(10px); /* Safari support */
        border-radius: 12px;
        padding: 2rem;
        max-width: 600px;
        margin: auto;
        color: white;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

}
