﻿
.hdr1 {
    width: 150px;
    height: auto;
    margin-top: -50px;
}

.offc1 {
    margin-top: 60px !important;
    height: auto !important;
}

.cma {
    max-width: 99%;
    width: 99% !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.chw123 {
    background-color: green;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
}

.chw456 {
    left: 10px;
    position: relative;
    border: 2px solid #28a745;
    border-radius: 5px;
    padding: 10px 3px;
    color: green;
    font-size: 16px;
    width: 100%;
}

.chwsl2 {
    background-color: green;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
}

.chwsl4 {
    left: -30px;
    position: relative;
    border: 2px solid #28a745;
    border-radius: 5px;
    padding: 10px 3px;
    color: green;
    font-size: 16px;
    width: 100%;
}

.chwsl5 {
    background-color: green;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
}

.chwsl9 {
    left: -30px;
    position: relative;
    border: 2px solid #28a745;
    border-radius: 5px;
    padding: 10px 3px;
    color: green;
    font-size: 16px;
    width: 100%;
}

.chwimgsl1 {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
}

.chwimgsl5 {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
}

.bnnr1 {
    height: 300px !important;
    width: 300px !important;
    object-fit: cover !important;
    border-bottom: none;
}

.cma56 {
    max-width: 99% !important;
    width: 99% !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.cmaslide2 {
    max-width: 99% !important;
    width: 99% !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.header7 {
    z-index: 1045;
}

.lg {
    color: black;
}

.cl67 {
    border: none !important;
}

.cl99 {
    color: black;
}

#pricing {
    background: #f9fafb;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

#pricing h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #111827;
}

    #pricing h2 p {
        font-size: 1rem;
        color: #6b7280;
        font-weight: normal;
        margin-top: 10px;
    }

.plans-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.plan {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px 20px;
    width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .plan:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    .plan h3 {
        font-size: 1.5rem;
        color: #111827;
        margin-bottom: 15px;
    }

    .plan .price {
        font-size: 1.8rem;
        color: #10b981;
        margin-bottom: 20px;
    }

        .plan .price span {
            font-size: 1rem;
            color: #6b7280;
        }

    .plan ul {
        list-style: none;
        padding: 0;
        margin-bottom: 25px;
        text-align: left;
    }

        .plan ul li {
            padding: 8px 0;
            font-size: 0.95rem;
            color: #374151;
        }

.popular {
    border: 2px solid #3b82f6;
    background: #eff6ff;
    position: relative;
}

    .popular::before {
        content: "Most Popular";
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #3b82f6;
        color: white;
        padding: 4px 12px;
        border-radius: 999px;
        font-size: 0.75rem;
        font-weight: bold;
    }

.btn {
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn:hover {
        background-color: #2563eb;
    }




.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

    .card:hover {
        transform: translateY(-5px);
    }

    .card h3 {
        margin-top: 0;
    }

    .card p {
        color: #555;
    }

@media (max-width: 900px) {
    .card {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .card {
        width: 100%;
    }
}


.bgc123 {
    background-color: lightgray !important;
}
.card:hover {
    transform: none !important; /* Stops the movement */
}