﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #201a3b;
    background-image: url("/assets/images/bg7.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* Ensure positioning for the pseudo-element */
}

    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
        z-index: 1; /* Ensure the overlay appears above the background image */
    }

    body * {
        position: relative;
        z-index: 2; /* Ensures content is above the overlay */
    }


/* Header Section */
.header-section {
    position: relative;
    padding: 3rem;
    background-image: url('/assets/images/bg7.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.header-section .paragraph {
    font-size: x-large;
    margin-bottom: 0rem;
}

@media (max-width: 575.98px) {
    .header-title {
        font-size: 28px !important;
        margin: 0 !important;
    }

    .header-section .paragraph {
        font-size: 20px !important;
        margin-bottom: 0rem !important;
    }
}

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)); /* Darker at the bottom */
        z-index: 1; /* Light black overlay */
    }

    .header-title {
        color: #00c2c7;
        margin:0;
    }

    .content-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        color: #ffffff;
    }

    @media (min-width: 768px) {
        .content-wrapper {
            align-items: stretch;
            flex-direction: row;
            justify-content: space-between;
        }

        /*.right-column {
        padding: 55px 1rem 55px 1rem !important;
        margin-top: 133px !important;
    }*/
    }

    .left-column {
        flex: 1;
        padding: 1rem;
    }

    .right-column {
        flex: 1;
        margin: 1rem 0rem;
        padding: 0px 1rem 5px 1rem;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        border: 1px solid darkcyan;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .left-column h1 {
        font-size: 2.5rem;
        margin-bottom: 0.2rem;
    }

    .left-column p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .services {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    @media (min-width: 768px) {
        .services {
            grid-template-columns: 1fr;
        }
    }

    .service {
        display: flex;
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent background */
        border-radius: 8px;
        padding: 1rem;
    }

    .service-icon {
        font-size: 2rem;
        color: #00c2c7;
        margin-right: 1rem;
    }

    .service-content h3 {
        font-size: 1.25rem;
        color: #ffffff;
    }

    .service-content p {
        font-size: 1rem;
        color: #dcdcdc;
    }
    /* .right-column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-width: 500px;
  } */
    /* Contact Form Section */
    .contact-form-section {
        background-color: #0000008a;
        /* background-image: url("./assets/background1.jpg");
    background-repeat: round; */
        padding: 2rem;
        /* margin-top: 2rem; */
        display: flex;
        justify-content: center;
    }

    .form-container {
        display: flex;
        gap: 4rem;
        max-width: 1388px;
        /* width: 100%; */
        align-items: center;
    }

    .form-description {
        max-width: 100%;
        text-align: center;
    }

        .form-description h2 {
            font-size: 2rem;
            padding-bottom: 6px;
            color: white;
            border-bottom: 2px solid #00c2c7;
        }

        .form-description p {
            font-size: 1rem;
            color: white;
            margin-bottom: 1rem;
        }

    .form-content {
        max-width: 50%;
        min-width: 42%;
        text-align: center;
    }

        .form-content h2 {
            font-size: 1.75rem;
            color: white;
            margin-bottom: 1rem;
        }

    .contact-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 0.75rem;
            margin: 0.5rem 0;
            background: #395052;
            color: white;
            border: 1px solid #00c2c7;
            border-radius: 5px;
        }

            .contact-form input::placeholder {
                color: #ffffff;
                opacity: 1;
            }

            .contact-form textarea::placeholder {
                color: #ffffff;
                opacity: 1;
            }

        .contact-form textarea {
            min-height: 6rem;
        }

        .contact-form button {
            margin-top: 2rem;
            background-color: black;
            color: #ffffff;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
        }

        .contact-form:hover button {
            background-color: #85dfe2;
            color: black;
        }


        .contact-form .privacy-note {
            font-size: 0.875rem;
            color: white;
            margin-top: 0.5rem;
        }

    @media (max-width: 768px) {
        .form-container {
            flex-direction: column;
            align-items: center;
        }

        .form-description,
        .form-content {
            max-width: 100%;
            text-align: center;
        }
    }
    /* Pricing Section */
    .pricing-section {
        /* padding: 2rem; */
        /* background-color: #f3f0f0; */
        /* text-align: center; */
        /* margin-top: 2rem; */
    }

    .pricing-section {
        background: #0000008a;
        text-align: center;
        /* position: relative;
    background-image: url("./assets/bg8.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
        color: #ffffff;
        padding: 50px 20px;
    }
        /* .pricing-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; 
}

.pricing-section * {
    position: relative;
    z-index: 2;
}
   */
        .pricing-section h2 {
            font-size: 1.75rem;
        }



    .subheading {
        font-size: 0.875rem;
        color: #888;
        margin-bottom: 1.5rem;
    }

    .pricing-options {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .pricing-option {
        padding: 1.5rem;
        border: 1px solid #00c2c7;
        border-radius: 8px;
        width: 465px;
        background-color: black;
        color: #333;
        transition: all 0.3s ease;
        min-height: 8rem;
        align-content: center;
    }

        .pricing-option h3 {
            font-size: 1.25rem;
            margin: 0;
        }

        .pricing-option p {
            font-size: 0.875rem;
            color: white;
            margin-top: 0.5rem;
        }

    .pricing-subTitle {
        margin-bottom: -14px !important;
    }

    .pricing-option.featured {
        background-color: black;
        color: whitesmoke;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

        .pricing-option.featured:hover {
            background-color: #00c2c7;
        }

            .pricing-option.featured:hover .title-pricing {
                color: #ffffff;
            }

    .pricing-option:hover {
        transform: scale(1.05);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .try-button {
        margin-top: 1.5rem;
        padding: 0.75rem 1.5rem;
        background-color: #00c2c7;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s ease;
    }

        .try-button:hover {
            background-color: #85dfe2;
            color: black;
        }
    /* Next Steps Section */
    .next-steps-section {
        /* padding: 2rem; */
        /* background-color: #dddddd; */
        text-align: center;
        /* margin-top: 2rem; */
    }

    .next-steps-section {
        position: relative;
        /* background-image: url("./assets/bg9.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
        color: #ffffff;
        padding: 50px 20px;
    }
        /* 
.next-steps-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; 
}

.next-steps-section * {
    position: relative;
    z-index: 2;
} */

        .next-steps-section h2 {
            font-size: 2.4rem;
            color: white;
            margin-bottom: 1.5rem;
        }

            .next-steps-section h2 span {
                font-size: 2.4rem;
                color: #00c2c7;
                margin-bottom: 1.5rem;
                border-bottom: 3px solid #00c2c7;
            }

    .steps {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .step {
        width: 415px;
        text-align: left;
        border: 1px solid #00c2c7;
        padding: 1.5rem;
        border-radius: 8px;
        background-color: black;
        transition: all 0.3s ease;
    }

    .header {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .icon {
        font-size: 1.5rem;
        color: #00c2c7;
    }

    .step h3 {
        font-size: 1rem;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

    .step p {
        font-size: 0.875rem;
        color: white;
        margin-top: 0.5rem;
        line-height: 1.5;
    }

    .description {
        color: white;
        font-size: 0.875rem;
        margin-top: 0.5rem;
    }



    .highlighted .icon {
        color: #00c2c7;
    }

    .highlighted:hover .icon {
        color: white;
    }

    .highlighted p,
    .highlighted h3 {
        color: white;
    }

    .highlighted:hover {
        background-color: #00c2c7;
        color: #ffffff;
        transform: scale(1.05);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
    /* Responsive Styles */
    @media (max-width: 768px) {
        .services,
        .pricing-options,
        .steps {
            flex-direction: column;
            align-items: center;
        }

        .service,
        .pricing-option,
        .step {
            width: 100%;
        }
    }

    h2 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    section {
        padding: 40px 20px;
    }

    .technologies-section {
        position: relative;
        background: #0000008a;
        /* background-image: url("./assets/bg7.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
        color: #ffffff;
        padding: 50px 20px;
    }
        /* 
.technologies-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; 
}

.technologies-section * {
    position: relative;
    z-index: 2;
} */

        .technologies-section h2 span {
            color: #00c2c7;
        }

        .technologies-section p {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 20px;
        }

    .technologies {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 34px;
        margin-top: 38px;
    }

    .tech-category {
        text-align: center;
        max-width: 298px;
    }

        .tech-category h3 {
            font-weight: bold;
            margin-bottom: 10px;
            border-bottom: 3px solid lightseagreen;
            border-bottom-style: dashed;
            padding-bottom: 10px;
        }

    .tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px
    }

        .tags span {
            min-width: 116px;
            background: black;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.9em;
            border: 3px solid;
            border-color: #41a7a7;
            transition: background 0.3s, color 0.3s;
        }

            .tags span:hover {
                background: #00c2c7;
                color: white;
                border-color: white;
            }

    .trial-button {
        display: block;
        margin: 20px auto;
        padding: 12px 24px;
        background-color: #00c2c7;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 1em;
        cursor: pointer;
        margin-top: 4rem;
    }

        .trial-button:hover {
            background-color: #85dfe2;
            color: black;
        }


    .testimonials-section {
        /* background-color: #00c2c7; */
        color: #fff;
        padding: 40px 20px;
        text-align: center;
        position: relative;
        /* background-image: url("./assets/bg-6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    }
    /* .testimonials-section  {
    position: relative;
    background-image: url("./assets/bg7.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; 
    padding: 50px 20px;
} */
    /* .testimonials-section ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; 
} */
    /* .testimonials-section  * {
    position: relative;
    z-index: 2;
} */





    .testimonials-section {
        /* background-color: #00c2c7; */
        color: #fff;
        padding: 50px 20px;
        text-align: center;
    }

        .testimonials-section h2 {
            color: white;
            margin-bottom: 10px;
            font-size: 2.5rem;
            font-weight: 700;
        }

        .testimonials-section .subtitle {
            color: whitesmoke;
            font-size: 1rem;
            margin-bottom: 40px;
        }

    .testimonials {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .testimonial {
        /* background: #009fa2; */
        background: black;
        padding: 20px;
        border: 4px solid #00c2c7;
        border-radius: 10px;
        max-width: 262px;
        text-align: center;
        color: #fff;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .stars {
        color: #ffd700;
        margin-bottom: 10px;
        text-align: center;
    }

        .stars i {
            font-size: 1rem;
            margin-right: 2px;
        }

    .testimonial h3 {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .testimonial p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .testimonial .client {
        font-weight: bold;
        margin-top: 10px;
        font-size: 0.9rem;
    }


    .cta-section {
        /* background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 110 124) 35%, rgb(0 0 0) 97%); */
        /* background-image: url("./assets/bg9.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
        background-color: black;
        min-height: 22rem;
        color: #fff;
        text-align: center;
        padding: 50px 20px;
        padding-top: 6rem;
    }

        .cta-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgb(0 0 0 / 21%));
            z-index: 1;
        }



        .cta-section * {
            position: relative;
            z-index: 2;
        }

        .cta-section h1 {
            font-size: 3rem;
        }

        .cta-section p {
            font-size: large;
        }

    .cta-button {
        border: none;
        padding: 12px 24px;
        font-size: 1.2em;
        border-radius: 28px;
        cursor: pointer;
        margin-top: 20px;
    }

        .cta-button:hover {
            background-color: #00c2c7;
            color: #fff;
        }

    @media (max-width: 768px) {
        .technologies {
            flex-direction: column;
            align-items: center;
        }

        .testimonials {
            flex-direction: column;
            align-items: center;
        }
    }

/*@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2121px;
    }
}*/
