.heading h1 span {
    color: #2a7b98;
}

.spa {
    color: #2a7b98;
}

.packages h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 1.5em;
    letter-spacing: .5px;
    font-weight: 500;
}

.packages {
    padding: 20px;
}

.package-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.check-icon {
    color: #5f9d39;
    font-size: 12px;
}

.wrong-icon {
    color: lightcoral;
    font-size: 12px;
}

.package {
    background: #fff;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    width: 310px;
    transition: transform 0.1s ease;
}

.package:hover {
    border-color: #222;
    background-color: hsl(220, 68%, 97%);
}

.package .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background-size: cover;
}

.price {
    font-size: 1.2rem;
    color: #5f9d39;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.price span {
    font-size: 0.9rem;
    font-weight: normal;
    color: #555;
}

.let {
    background: #5f9d39;
    color: white;
    border: none;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 1rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.let:hover {
    background: #5f9d39;
}

ul {
    text-align: left;
    list-style-type: none;
    padding-left: 0;
    font-size: 0.9rem;
}

.packages ul li {
    margin: 5px 0;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: .95rem;
    font-weight: 400;
}


h3 {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    letter-spacing: .5px;
    font-weight: 500;
}


@media (max-width: 768px) {
    .package-container {
        flex-direction: column;
        align-items: center;
    }

    .package {
        width: 90%;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 1.5rem;
    }

    .package {
        width: 100%;
        padding: 15px;
    }

    .let {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.essential,
.advanced,
.professional,
.enterprise {
    background-repeat: no-repeat;
    background-position: center;
    animation: upDown 0.8s infinite ease-in-out;
    transition: transform 0.1s ease;
}

.essential {
    background: url('/assets/image/basic-p.webp');
}

.advanced {
    background: url('/assets/image/advance.webp');
}

.professional {
    background: url('/assets/image/pro.webp');
}

.enterprise {
    background: url('/assets/image/Enterprise.webp');
}

.seo-packages {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.seo-packages li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
}

@media (max-width: 768px) {

    p,
    .seo-packages li {
        font-size: 0.9rem;
    }

    .container-seo {
        padding: 15px;
    }
}

@media (max-width: 480px) {

    p,
    .seo-packages li {
        font-size: 0.8rem;
    }
}

.container-ss {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.content {
    flex: 1;
    padding-right: 20px;
}

.content h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
    text-align: start;
    letter-spacing: .5px;
    font-weight: 500;
    color: #333;
}

.content p {
    margin-bottom: .9em;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: .5px;
    font-weight: 500;
    text-align: start;
}

.form-container {
    flex: 0 0 30%;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.form-container h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.form-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container input[type="submit"] {
    background-color: #2a7b98;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.form-container input[type="submit"]:hover {
    background-color: #2a7b98;
}

.bold {
    color: #5f9d39;
}

.line {
    width: 100%;
    height: auto;
}

.responsive-section-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.content-2 {
    flex: 1 1 45%;
    margin-top: 40px;
    margin-left: 60px;
    max-width: 600px;
}

.illustration-2 {
    flex: 1 1 45%;
    text-align: center;
}

.illustration-2 img {
    max-width: 100%;
    width: 55%;
    margin-top: 30px;
    height: auto;
}

.hub {
    color: #2a7b98;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.accordion-2 {
    margin-top: 20px;
    width: 650px;
    letter-spacing: .5px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .accordion-2 {
        margin-top: 20px;
        width: 90%;
        letter-spacing: .5px;
        font-weight: 500;
    }

}

.accordion-item-2 {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.accordion-button-2 {
    width: 100%;
    background: #f7f7f7;
    border: none;
    padding: 10px;
    color: black;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    outline: none;
    letter-spacing: .5px;
    font-weight: 500;
}

.accordion-content-2 {
    display: none;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    letter-spacing: .5px;
    font-weight: 500;
}

@media (max-width: 480px) {
    .responsive-section-2 {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        gap: 20px;
        margin-left: -5px;
        align-items: center;
        justify-content: center;
    }

    .hub {
        color: #2a7b98;
        letter-spacing: .5px;
        font-weight: 500;
        font-size: 1em;
        margin-left: 107px;
        margin-bottom: 10px;
    }

    .faq-paragraph {
        margin-left: 101px;
        font-size: .9em;
    }

    .accordion-2 {
        margin-top: 20px;
        width: 507px;
        margin-left: 93px;
        letter-spacing: .5px;
        font-weight: 500;
    }

    .accordion-item-2 {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 70%;
    }

    .illustration-2 img {
        max-width: 100%;
        width: 88%;
        margin-top: -10px;
        height: auto;
    }
}

.ranking {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
    justify-content: center;
    background: #eef7ff;
    padding: 40px 20px;
    text-align: center;
}

.ranking h1 {
    font-size: 2em;
    color: #333;
    letter-spacing: .5px;
    font-weight: 500;
}

.ranking h1 span {
    color: #5f9d39;
    font-weight: bold;
    letter-spacing: .5px;
    font-weight: 500;
}

.ranking-para {
    font-size: 1.1em;
    margin-left: 100px;
    color: black;
    letter-spacing: .5px;
    font-weight: 500;
}

.ranking p span {
    color: #2a7b98;
    font-weight: bold;
}

.input-group {
    margin-top: 20px;
    display: flex;
    width: 100%;
    margin-left: 100px;
    max-width: 490px;
    border-radius: 25px;
    overflow: hidden;
    background: white;
    border: 1px solid #ccc;
}

.input-group input {
    flex: 1;
    padding: 10px;
    border: none;
    letter-spacing: .5px;
    font-weight: 500;
    outline: none;
}

.input-group button {
    background: #5f9d39;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    letter-spacing: .5px;
    font-weight: 500;
}

.illustration {
    margin-top: 20px;
    width: 47%;
    margin-left: 50px;
    margin-right: 90px;
    max-width: 270px;
}

@media (min-width: 768px) {
    .ranking {
        flex-direction: row;
        text-align: left;
        padding: 60px 40px;
    }

    .text-content-ranking {
        flex: 1;
    }

    .illustration {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .ranking {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 260px;
        justify-content: center;
        background: #eef7ff;
        padding: 40px 20px;
        text-align: center;
    }

    .illustration {
        display: none;
    }

    .ranking h1 {
        font-size: 2em;
        color: #333;
        text-align: center;
        letter-spacing: .5px;
        font-weight: 500;
    }

    .ranking-para {
        font-size: 1.1em;
        margin-left: 7px;
        color: black;
        letter-spacing: .5px;
        font-weight: 500;
    }

    .input-group {
        margin-top: 20px;
        display: flex;
        width: 84%;
        margin-left: 30px;
        max-width: 490px;
        border-radius: 25px;
        overflow: hidden;
        background: white;
        border: 1px solid #ccc;
    }
}

/* .banner {
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .banner {
        height: 20vh;
    }
}

@media (max-width: 480px) {
    .banner {
        height: 27vh;
    }

    .banner img {
        width: 100%;
        height: 60%;
        margin-top: -55px;
        object-fit: cover;
    } */

.container-package {
    max-width: 90%;
    margin: auto;
}

.container-package h2 {
    font-size: 1.7em;
    margin-top: 39px;
    margin-bottom: 15px;
    text-align: center;
    color: #5f9d39;
    letter-spacing: .5px;
    font-weight: 500;
}

.container-package p {
    font-size: 1em;
    color: gray;
    letter-spacing: .5px;
    font-weight: 500;
}

.package-span {
    color: #2a7b98;
}

@media (max-width: 768px) {
    .container-package h2 {
        font-size: 1.3em;
    }
    .container-package p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {

    .container-package h1 {
        font-size: 1.7em;
        margin-top: -35px;
        color: #5f9d39;
        letter-spacing: .5px;
        font-weight: 500;
    }
}

.banner-text p {
    margin-left: 30px;
}


.banner-package {
    position: relative;
    background: url('/assets/image/package-ba.webp') no-repeat center center/cover;
    height: 300px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.banner-package h1 {
    font-size: 2rem;
    margin: 3px;
    margin-left: 570px;
    color: white;
    letter-spacing: .5px;
    font-weight: 500;
}

.banner-package p {
    font-size: 1em;
    margin: 10px 0;
    max-width: 600px;
    text-align: justify;
    margin-right: -615px;
    line-height: 1.5;
    letter-spacing: .5px;
    font-weight: 500;
}

.banner-package button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 95px;
    border-radius: 24px;
    letter-spacing: .5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.banner-package button:hover {
    background: linear-gradient(to right, #276ea2, #5f9d39);
    color: #f7f7f7;
}

@media screen and (max-width: 768px) {
    .banner-package h1 {
        font-size: 2rem;
        margin-left: 209px;
    }

    .banner-package p {
        display: none;
    }

    .banner-package button {
        font-size: 0.9rem;
        margin-left: -624px;
        padding: 8px 15px;
    }
}

@media screen and (max-width: 480px) {

    .banner-package {
        position: relative;
        height: 145px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .banner-package p {
        display: none;
        letter-spacing: .5px;
        font-weight: 500;
    }
    .banner-package h1 {
        font-size: 1em;
        margin-left: 122px;
        margin-top: 15px;
        letter-spacing: .5px;
        font-weight: 500;
    }

    .banner-package button {
        font-size: 0.9rem;
        margin-left: 100px;
        padding: 8px 15px;
        letter-spacing: .5px;
        font-weight: 500;
    }
}

.first {
    height: 25px;
    width: 100%;
    color: darkblue;

}

.banner-package {
    position: relative;
    background: url('/assets/image/package-ba.webp') no-repeat center center/cover;
    height: 300px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.banner-package h1 {
    font-size: 2rem;
    margin: 3px;
    text-align: justify;
    margin-left: 570px;
    color: white;
    letter-spacing: .5px;
    font-weight: 400;
}

.banner-package p {
    font-size: 1em;
    margin: 10px 0;
    max-width: 600px;
    text-align: justify;
    margin-right: -615px;
    line-height: 1.5;
    letter-spacing: .5px;
    font-weight: 500;
}

.banner-package button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 95px;
    border-radius: 24px;
    letter-spacing: .5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.banner-package button:hover {
    background: linear-gradient(to right, #276ea2, #5f9d39);
    color: #f7f7f7;
}

@media screen and (max-width: 768px) {
    .banner-package h1 {
        font-size: 2rem;
        margin-left: 209px;
    }

    .banner-package p {
        display: none;
    }

    .banner-package button {
        font-size: 0.9rem;
        margin-left: -624px;
        padding: 8px 15px;
    }
}

@media screen and (max-width: 480px) {

    .banner-package {
        position: relative;
        height: 145px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .banner-package p {
        display: none;
        letter-spacing: .5px;
        font-weight: 500;
    }
    .banner-package h1 {
        font-size: 1em;
        margin-left: 122px;
        margin-top: 15px;
        letter-spacing: .5px;
        font-weight: 500;
    }

    .banner-package button {
        font-size: 0.9rem;
        margin-left: 100px;
        padding: 8px 15px;
        letter-spacing: .5px;
        font-weight: 500;
    }
}





