.navbar-brand {
    font-family: 'Audiowide', sans-serif;
    font-size: 24px;
    color: white;
    padding-left: 53px;
}

.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: transparent;
}

body {
    font-family: 'Poppins', sans-serif;
}

.hero-section2 {
    position: relative;
    background-image: url('../img/main.webp');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 89vh;
    color: white;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* optional dark overlay for better readability */
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 20px 10%;
    margin-top: 16%;
}

.show-btn {
    border-radius: 28px;
    padding: 10px 30px;
    font-size: 15px;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-container img {
    width: 100%;
    height: 773px;
    object-fit: cover;
        border-radius: 11px;
    /* filter: blur(42px); */
}

.text-growbit {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #1b6608;
}

.text-growbit h2 {
    font-size: 3rem;
    font-weight: bold;
}

.text-growbit .description {
    font-size: 1.5rem;
    font-weight: bold;
}

.team-creation {
    position: absolute;
    bottom: 59%;
    left: 15px;
    color: black;
}

.creation-detail {
    position: absolute;
    bottom: 11%;
    left: 15px;
    color: black;
    margin: 12px;
}

.description {
    font-size: 18px;
}

.container {
    margin-bottom: 5%;
    margin-top: 0;
}

a {
    text-decoration: none;
}

.custom-btn {
    background-color: #004d40;
    /* dark green */
    color: white;
    font-family: 'poppins';
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 20px;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    border: none;
    display: block;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
}

.custom-btn:hover {
    color: white;
    background-color: #013930;
}

.pricing-section {
    padding: 35px;
    text-align: center;
    color: #004d40;
    background: #fbf7f2;
}

.pricing-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.price-box {
    margin-bottom: 30px;
}

.price-label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-value {
    font-size: 3rem;
    font-weight: bold;
}

.select-btn {
    background-color: #004d40;
    /* dark green */
    color: white;
    font-family: monospace;
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 48px;
    max-width: 400px;
    margin: 10px auto;
    border: none;
    display: block;
    text-align: center;
}

.contact-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.contact-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.image-side {
    flex: 1 1 300px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.image-side img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.form-side {
    flex: 1 1 300px;
    padding: 30px;
}

.heading {
    font-size: 47px;
}

.para-text {
    font-size: 18px;
}

.card-container {
    margin-top: 0;
}

@media(max-width: 768px) {
    .contact-card {
        flex-direction: column;
    }
}


@media (max-width: 768px) {
    .text-growbit h2 {
        font-size: 2rem;
    }

    .text-growbit .description {
        font-size: 1.2rem;
    }

    .creation-detail {
        bottom: -13%;
    }

    /* .container {
        margin-bottom: 50%;
    } */

    .creation-detail {
        left: 0px;
        bottom: -8%;
    }

    .team-creation {
        bottom: 50%;
    }

    .heading {
        font-size: 20px;
    }

    .para-text {
        font-size: 12px;
    }

    .show-btn {
        font-size: 12px;
    }

}



@media (max-width: 767px) {
    .hero-section2 {
        height: 35vh;
    }
}

/* home counter  */

        .counter {
            background-color:#f4e9d57a;
            padding: 20px 0;
            border-radius: 5px;
        }

        .count-title {
            font-size: 26px;
            font-weight: bold;
            margin-top: 10px;
            margin-bottom: 0;
            text-align: center;
        }

        .count-text {
            font-size: 12px;
            font-weight: normal;
            margin-top: 10px;
            margin-bottom: 0;
            text-align: center;
        }

        .fa-2x {
            margin: 0 auto;
            float: none;
            display: table;
            color: #4ad1e5;
        }

        @media only screen and (max-width: 600px) {
            .count-title {
                font-size: 14px;
            }

            .count-text {
                font-size: 9px;
            }

            .sec-count{
                margin-top: 70px !important;
            }
        }