@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';

}

header {
    text-align: -webkit-center;
    background-color: #FFD4AD;
    padding: 20px;
    margin: 0 auto;
}

.header-top {
    max-width: 70rem;
    display: flex;
    justify-content: space-between;
}

header .logo {
    font-weight: bold;
    font-size: 20px;
    color: #1d1d1f;
    display: flex;
    align-items: center;
}

header .logo img {
    height: 34px;
    margin-right: 8px;
}

header .link a {
    font-size: 14px;
    display: flex;
    color: #1d1d1f;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

.post-text-content {
    text-align: justify;
    margin: 0px;
}

.post-text h3 {
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.arrow {
    width: 16px;
    padding-left: 5px;
}

.banner-bg {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 70rem;
    margin: 0 auto;
}

.banner-image {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 60rem;

}

.banner-image img {
    width: 60rem;
    border-radius: 20px;
    max-height: 30rem;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;

}

.banner {
    background-color: #FFD4AD;
    padding: 50px 20px 200px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.banner-image-post {
    margin: -240px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.post-text {
    display: flex;
    flex-direction: column;
    max-width: 60rem;
    place-self: center;
    margin: 0 auto;
}

.contact-mob {
    display: none;
}

.banner-content {
    max-width: 60rem;
    text-align: center;
    padding-bottom: 50px;
}

.for-detail {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-top: 50px;
}

.banner h1 {
    font-size: 2.5rem;
    color: #1d1d1f;
    line-height: 3rem;
    margin: 0px;
    max-width: 60rem;
    place-self: center;
}

.banner p {
    color: #555;
}

.banner form {
    display: flex;
    background: white;
    flex-direction: row;
    padding: 7px;
    width: 38rem;
    border-radius: 15px;
    margin-top: 20px;
    gap: 10px;
}

.banner input,
.banner select {
    border: 1px solid #beb8b8;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    width: 11rem;
    appearance: auto;
    -moz-appearance: none;
    background-color: white;
}

.get-started-btn {
    background-color: #ff6b00;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 1rem 1.7rem;
    font-size: 16px;
    cursor: pointer;
}



.orange-text {
    color: #F37110;
}

.imgAndText {
    display: flex;
    gap: 5px;
    align-items: center;

}




.blog-content {
    max-width: 70rem;
}

.blog {
    text-align: -webkit-center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.blog-header {
    max-width: 70rem;
    text-align: -webkit-center;
    margin-top: 20px;
}

/* Blog styles start*/
.blog-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.blog-post {
    background: #fff;
    text-align: left;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 22rem;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.blog-post img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.blog-post p {
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}

.blog-post small {
    padding: 0 15px;
    color: #888;
    font-size: 12px;
}


@media screen and (min-width: 1600px) {
    .blog-content {
        max-width: 100rem;
    }

    .banner-image {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 70rem;

    }

    .banner-content {
        max-width: 70rem;
        text-align: center;
        padding-bottom: 50px;
    }

    .banner-image img {
        width: 70rem;
        border-radius: 20px;
        max-height: 30rem;
        object-fit: cover;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        margin: 0 auto;

    }

    .header-top {
        max-width: 100rem;
    }

    .blog-header {
        max-width: 100rem;
    }

    .post-text {
        display: flex;
        flex-direction: column;
        max-width: 70rem;
        place-self: center;
        margin: 0 auto;
    }

    header .logo img {
        height: 3rem;
    }

    header .link {
        font-size: 1rem;
    }

    .blog-container {
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    }

    .blog-post {
        width: 32rem;
    }

    .blog-post img {
        height: 14rem;
    }

    .blog-post p {
        font-size: 0.9rem;
    }

    .blog-post small {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .blog-header {
        width: 90%;
        padding: 5%;
    }

    .blog-container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 3fr));
        gap: 20px;
        width: 100%;
    }

    .blog-post {
        width: 100%;
        max-width: 100%;
    }

    .banner-image img {
        width: 90%;
    }

    .banner h1 {
        font-size: 24px;
        color: #1d1d1f;
        line-height: 2rem;
    }

    .banner {
        padding: 50px 20px 100px 20px;
    }

    .banner-image-post {
        margin: -150px 0px 0px 0px;
    }

    .post-text {
        width: 90%;
    }
}