﻿body {
    font-family: poppins, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black !important;
    width: calc(100vw - 1rem);
    color: white;
    width: 100vw;
    overflow-x: hidden;
}

.backgrounds {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.top-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* adjust height of the background strip */
    z-index: -1;
    /* gradient background */
    background: url("/assets/Group\ 1000003904.png");
    background-repeat: repeat-x;
    /* repeat only along x-axis */
    background-size: 50% auto;
}

.services-projects-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* adjust height of the background strip */
    z-index: -1;
    top: -40%;
    /* gradient background */
    background: url("assets/Group\ 1000003904.png");
    background-repeat: repeat-x;
    /* repeat only along x-axis */
    background-size: 100% auto;
    opacity: 1;
}
.main-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 5rem);
    /* Adjust height based on header height */
    text-align: center;
    padding: 0 2rem;
    margin: 2rem 0;
    overflow: hidden;
}

.main-content {
    max-width: 900px;
    position: relative;
}

    .main-content .img-top-center {
        position: absolute;
        top: 0%;
        right: 50%;
        width: 96px;
        /* Adjust size as needed */
        height: 96px;
        z-index: -1;
        /* Ensure it stays behind text */
        transform: translate(50%, -100%);
    }

.main-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.main-description {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #ccc;
    position: relative;
}

    .main-description .img-bottom-left {
        position: absolute;
        top: 100%;
        left: 0;
        width: 130px;
        /* Adjust size as needed */
        height: 130px;
        z-index: -1;
        /* Ensure it stays behind text */
        transform: translateY(-50%);
    }

    .main-description .img-top-right {
        position: absolute;
        Top: 0%;
        right: 0%;
        width: 96px;
        /* Adjust size as needed */
        height: 96px;
        z-index: -1;
        /* Ensure it stays behind text */
        transform: translate(50%, -25%);
    }

.main-get-started .btn {
    background: linear-gradient(92.51deg, #088FA0 0.48%, #1A4547 100%);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-packages-section {
    color: white;
}

    .service-packages-section .pricing-card {
        background: linear-gradient(195.05deg, rgba(43, 255, 255, 0.3) 0%, rgba(43, 255, 255, 0.02) 50%, rgba(43, 255, 255, 0.15) 100%);
        border-radius: 20px;
        padding: 30px;
        transition: transform .3s ease, box-shadow .3s ease;
        min-height: 100%;
        backdrop-filter: blur(84px);
    }

        .service-packages-section .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .service-packages-section .pricing-card .icon {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.12);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .service-packages-section .pricing-card h4 {
            font-weight: bold;
            margin-bottom: 10px;
            margin-top: 15px;
        }

    .service-packages-section .btn-custom {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
        font-weight: 600;
        width: 100%;
        border-radius: 12px;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.1)
    }

        .service-packages-section .btn-custom:hover {
            background: linear-gradient(180deg, #2BFFFF 0%, #1A9999 100%);
            color: white
        }

    .service-packages-section ul {
        list-style: none;
        padding: 0;
    }

        .service-packages-section ul li {
            margin: 8px 0;
            display: flex;
            align-items: center;
        }

            .service-packages-section ul li::before {
                content: url("/assets/grammerly.png");
                color: #1ee3cf;
                margin-right: 10px;
            }

            .service-packages-section ul li.disabled {
                /* color: #888; */
            }

                .service-packages-section ul li.disabled::before {
                    content: url("/assets/service-package-cross.png");
                    /* color: #f87171;s */
                }

.custom-package-section {
    text-align: center;
    margin-top: 2rem;
}

    .custom-package-section table {
        background: linear-gradient(180deg, rgba(43, 255, 255, 0.22) 0%, rgba(43, 255, 255, 0.04) 50%, rgba(43, 255, 255, 0.20) 100%);
        backdrop-filter: blur(84px);
        color: white;
        border: 1px solid rgba(43, 255, 255, 0.32)
    }

    .custom-package-section .table.table-bordered {
        border: 2px solid rgba(43, 255, 255, 0.4) !important;
        /* outer border */
        /* glowing cyan border */
        outline: rgba(43, 255, 255, 0.3) !important;
        /* glowing cyan border */
    }

    .custom-package-section .table-responsive {
        border: 2px solid rgba(43, 255, 255, 0.4);
        border-radius: 20px;
    }

    .custom-package-section .table-custom {
        /* background: #0b1324; */
        border-radius: 20px;
        overflow: hidden;
    }

.table-custom thead tr th {
    font-size: 1.15rem;
    padding: 25px;
}

.table-custom th,
.custom-package-section .table-custom td {
    font-size: 1rem;
    vertical-align: middle;
    padding: 15px;
    /* border-color: #1e293b; */
    ;
}

.custom-package-section .table-custom th {
    /* background: #0f1c33; */
    font-weight: 600;
    text-align: center;
}

.custom-package-section .check {
    color: #1ee3cf;
    font-size: 1rem;
}

.custom-package-section .cross {
    color: #f87171;
    font-size: 1rem;
}

.custom-package-section .btn-custom {
    background: #1ee3cf;
    color: white;
    font-weight: 600;
    border-radius: 12px;
    padding: 8px 20px;
    background: linear-gradient(180deg, #0CE5E5 0%, #1A9999 100%);
    width: 100%;
    max-width: 283px;
    font-weight: bold;
}

    .custom-package-section .btn-custom:hover {
        background: #14b8a6;
        color: #fff;
    }

.modal-content {
    background-color: transparent !important;
    background: linear-gradient(180deg, rgba(43, 255, 255, 0.22) 0%, rgba(43, 255, 255, 0.04) 50%, rgba(43, 255, 255, 0.20) 100%);
    backdrop-filter: blur(84px);
    color: white;
    border: 1px solid rgba(43, 255, 255, 0.32);
}

.modal-header {
    border-bottom: 1px solid #1e293b;
    color: white;
}

.modal-body {
    color: white;
}

.modal-footer {
    border-top: 1px solid #1e293b;
}

    .modal-footer .btn-custom {
        background: #1ee3cf;
        color: white;
        font-weight: 600;
        border-radius: 12px;
        padding: 8px 20px;
        background: linear-gradient(180deg, #0CE5E5 0%, #1A9999 100%);
        width: 100%;
        max-width: 100px;
        font-weight: bold;
    }

        .modal-footer .btn-custom:hover {
            background: #14b8a6;
            color: #fff;
        }



.custom-package-section .form-control {
    background: #0f1c33;
    border: 1px solid #1e293b;
    color: #fff;
}

    .custom-package-section .form-control:focus {
        background: #0f1c33;
        color: #fff;
        border-color: #1ee3cf;
        box-shadow: none;
    }

.custom-package-section .form-select {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    /* White chevron using inline SVG */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'><path d='M1.5 5.5l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

    .custom-package-section .form-select:focus {
        border-color: #1ee3cf;
        box-shadow: none;
    }

    .custom-package-section .form-select option {
        background: #0f1c33;
        color: #fff;
    }

.status {
    cursor: pointer;
    font-size: 1.2rem;
}

.check {
    color: #00c853;
}

.cross {
    color: #ff1744;
}

.btn-custom {
    background-color: #00bcd4;
    color: #fff;
    border: none;
}

    .btn-custom:hover {
        background-color: #0097a7;
    }

.selected-services-box {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 0.95rem;
}

    .selected-services-box strong {
        color: #00e5ff;
    }
