@media (max-width: 1440px) {
    .hero-main::before, .hero-main::after {
        max-height: 260px;
        max-width: 260px;
        background-size: contain;
    }
    .hero-main::after {
        bottom: 141px;
    }

}
@media (max-width: 1200px) {
    .custom-container {
        max-width: 1140px;
        padding: 0px 16px;
    }
    .shape-content-wrapper, .wrap {
        grid-template-columns: repeat(3,1fr);
    }
    .hero-main-title {
        font-size: 40px;
    }
    .popular-category::after {
        max-width: 120px;
    }
    .popular-category::before {
        left: -50px;
    }
}
@media (max-width: 1100px) {
    .similar-content .shape-content-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 1024px) {
    .hero-main::before, .hero-main::after {
        display: none;
    }
    .logo-wrapper {
        max-width: 100%;
    }
    .footer-content {
        gap: 16px;
    }
    .popular-category::after , .popular-category::before {
        display: none;
    }
    .icon-badge {
        top: 16px;
        right: 16px;
        position: unset;
        margin-top: 16px;
    }
}
@media (max-width: 992px) {
    .blog-content-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .blog-wrapper {
        max-width: 100%;
    }
    .blog-img img {
        max-width: 100%;
    }
    .shape-content-wrapper, .wrap {
        grid-template-columns: repeat(2,1fr);
    }
    .popular-category-wrapper {
        gap: 28px;
    }
    .navbar-collapse {
        background-color: white !important;
        border-radius: 20px;
    }
    .navbar-nav {
        gap: 8px !important;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar {
        background-color: white !important;
        border-radius: 20px;
        padding: 8px 16px;
    }
    .input-item-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 840px) {
    .category-section {
        flex-wrap: wrap;
    }
    .category-sidebar {
        max-width: 400px;
        margin: auto;
    }
    .sidebar-category {
        margin: auto;
    }
    .similar-content .shape-content-wrapper {
        grid-template-columns: repeat(3,1fr);
    }
    .textarea-as-requirement textarea {
        min-height: 208px;
        padding: 16px;
    }
    .category-show-card textarea {
        min-height: 208px;
    }
    .category-show-card {
        min-height: 208px;
        padding: 16px;
    }
    .comment-wrapper {
        padding: 16px;
    }
    .gaidelance-content {
        padding: 16px;
    }
    .gaidelance-content h5 {
        font-size: 20px !important;
    }
    .input-item-wrapper {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 767px) {
    .spacing {
        padding: 30px 0px;
    }
    .popular-category-wrapper {
        grid-template-columns: repeat(3,1fr);
        gap: 16px;
    }
    .similar-content .shape-content-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .input-item-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 640px) {
    .blog-content-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .get-in-touch-input input, .get-in-touch-input textarea {
        padding: 16px;
    }
    .conversion-tool-wrapper {
        gap: 8px;
    }
    .hero-main-title {
        font-size: 30px;
    }
    .accordion-button p {
        font-size: 12px !important;
    }
    .accordion-button {
        height: auto !important;
    }
    .navbar-brand {
        margin-right: auto !important;
    }
    .question-item {
        padding: 18px;
    }
    .redirect-to-header {
        right: 20px;
        bottom: 20px;
    }
    .redirect-to-header img {
        height: 30px;
        width: 30px;
    }
    .category-content-box-inner {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .trend-badge {
        height: 40px;
        width: 40px;
        margin-top: -14px;
    }
    .spacing {
        padding: 26px 0px;
    }
    .blog-details-img img {
        min-height: 172px;
        height: 100%;
        object-fit: cover;
    }
    .shape-content-wrapper, .wrap {
        grid-template-columns: repeat(1,1fr);
    }
    .popular-category-wrapper {
        grid-template-columns: repeat(1,1fr);
        gap: 16px;
        text-align: center;
    }
    .popular-category-list {
        width: 100%;
    }
    .footer-list-wrapper {
        width: 100%;
        text-align: center;
    }
    .logo-wrapper img {
        margin: auto;
    }
    .similar-content .shape-content-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .comment-write {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .post-btn {
        padding: 8px 16px;
    }
    .comments-item {
        gap: 8px;
    }
    .gaidelance-content h5 {
        font-size: 18px !important;
    }
    .bg-gradient-section-title {
        padding: 0px 16px;
    }
    .content-box-btn a {
        padding: 16px 32px;
        box-shadow: 0px 0px 4px 0px #766EE842;
    }
    .input-item-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .document-upload {
        min-height: 316px;
    }
}
@media (max-width : 425px) {
    .comments-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .comments-item img {
        margin-right: auto;
    }
    .conversion-tool{
        max-width: none !important;
    }
}
