@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

 body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #444444;
    line-height: 1.6;
}

a {
    color: #3F0197;
    display: inline-block;
    transition: all 0.5s;
    text-decoration: none;
}

.banner_v4 {
    min-height: 200px;
    background-image: url(../../../uploads/2025/09/banner-bg.avif);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 1.25rem;
    padding-bottom: 25px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.banner_v4 .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.banner_v4 .heading-icon {
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.banner_v4 .heading-wrapper {
    position: relative;
}

.banner_v4 .heading-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 1.25rem;
    text-align: center;
    background: linear-gradient(to right, #04C097, #3F0197);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_v4 .heading-line {
    width: 9rem;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_v4 .heading-description {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: #4B5563;
    margin-bottom: 1rem;
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

.inner-banner {
    position: relative;
    z-index: 1;
    background-color: #070b3b;
}

.inner-banner .inner-title {
    padding-top: 150px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
}

.inner-banner .inner-title h3 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 14px;
}

.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
}

.inner-banner .inner-title ul li a {
    color: #ffffff;
}

.inner-banner .inner-title ul li i {
    color: #ffffff;
    position: relative;
    top: 0px;
    margin: 0 4px;
}

.inner-banner .inner-shape img {
    width: 100%;
    object-fit: cover;
}

.inner-banner .inner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-area {
    padding: 34px 0px;
}

.blog-card {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 15px;
    transition: 0.9s;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.blog-card .blog-img {
    position: relative;
}

.blog-card .blog-img img {
    border-radius: 5px;
}

.blog-card .blog-img .blog-tag {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #04C097;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 9999px;
    box-shadow: 0 0 0 10px rgb(255 255 255 / 32%), 0 4px 20px rgb(255 255 255 / 20%);
}
.blog-tag img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.blog-card .blog-img .blog-tag i {
    color: #fff;
}

.blog-card .blog-img .blog-tag h3 {
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-card .blog-img .blog-tag span {
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}

.blog-card .content {
    padding: 20px 25px;
    background-color: #F0F7FF;
}

.blog-card .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-card .content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}

.blog-card .content ul li a:last-child {
    margin-right: 0;
}

.blog-card .content ul li a {
    color: #444444;
}

.blog-card .content ul li a i {
    font-size: 18px;
    color: #3F0197;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.blog-card .content h3 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 22px;
}

.blog-card .content h3 a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .content p {
    margin-bottom: 8px;
    line-height: 24px;
}

.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}

.section-title span.sp-color2 {
    color: #3F0197;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 0;
}

.blog_col {
    padding-top: 45px;
}

.pagination-area {
    margin-top: 10px;
    margin-bottom: 30px;
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 18px;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #3F0197;
    background-color: transparent;
    text-align: center;
    border: 1px solid #3F0197;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 18px;
    border-radius: 5px;
}

.pagination-area .page-numbers.current {
    background: #3F0197;
    color: #ffffff;
}

.blog-details-area {
    padding-bottom: 70px;
    padding-top: 100px;
}

.blog-article {
    margin-bottom: 30px;
}

.blog-article .blog-article-img {
    margin-bottom: 30px;
    position: relative;
}

.blog-article .blog-article-img img {
    border-radius: 15px;
}

.blog-article .blog-article-img .blog-article-tag {
    background-color: #ffc221;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 3px;
    text-align: center;
}

.blog-article .blog-article-img .blog-article-tag h3 {
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-article .blog-article-img .blog-article-tag span {
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}

.blog-article .blog-article-title {
    margin-bottom: 20px;
}

.blog-article .blog-article-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-article .blog-article-title ul li {
    display: inline-block;
    font-size: 15px;
    color: #252525;
    margin-right: 30px;
    position: relative;
    font-weight: 500;
}

.blog-article .blog-article-title ul li i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: #0071dc;
}

.blog-article .blog-article-title h2 {
    margin-top: 15px;
    font-size: 26px;
    max-width: 650px;
    margin-bottom: 0;
    color: #252525;
}

.blog-article .article-content {
    padding-bottom: 10px;
}

.blog-article .article-content p {
    margin-bottom: 20px;
    font-weight: 400;
    color: #444444;
}

.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 30px 20px 50px;
    margin-left: 35px;
}

.blog-article .article-content .blockquote p {
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.blog-article .article-content p {
    margin-bottom: 20px;
    font-weight: 400;
    color: #444444;
}

.blog-article .article-content .blockquote span {
    font-size: 15px;
    color: #252525;
    font-weight: 600;
}

.blockquote>:last-child {
    margin-bottom: 0;
}

.blog-article .article-content .blockquote i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background-image: linear-gradient(to right, #070f60, #0071dc);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 24%;
    left: -35px;
}

.blog-article .blog-article-share {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.blog-article .blog-article-share .blog-tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-article .blog-article-share .blog-tag ul li {
    display: inline-block;
    padding: 5px 3px;
    transition: 0.7s;
    color: #252525;
    font-weight: 400;
    margin-right: 5px;
}

.blog-article .blog-article-share .blog-tag ul li i {
    color: #0071dc;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.blog-article .blog-article-share .blog-tag ul li a {
    color: #ffffff;
    background-color: #0071dc;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.blog-article .blog-article-share .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.blog-article .blog-article-share .social-icon li {
    display: inline-block;
    margin-right: 5px;
}

.blog-article .blog-article-share .social-icon li a {
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #0071dc;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-article .comments-wrap {
    margin-bottom: 30px;
}

.blog-article .comments-wrap .comment-title .title {
    font-size: 24px;
    margin-bottom: 0;
    color: #252525;
}

.blog-article .comments-wrap .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-article .comments-wrap .comment-list li {
    position: relative;
    padding: 30px;
    padding-left: 75px;
    border-bottom: 1px solid #e1e1e1;
}

.blog-article .comments-wrap .comment-list li img {
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 50%;
}

.blog-article .comments-wrap .comment-list li h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}

.blog-article .comments-wrap .comment-list li span {
    font-size: 15px;
    color: #252525;
}

.blog-article .comments-wrap .comment-list li p {
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-article .comments-wrap .comment-list li a {
    color: #0071dc;
    font-weight: 600;
    position: absolute;
    top: 30px;
    right: 0;
}

.blog-article .comments-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-article .comments-form .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #252525;
}

.blog-card {
    width: 90%;
    margin: 0 auto;
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form .form-group label {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact-form .form-group label span {
    color: #0071dc;
}

.contact-form .form-group .form-control {
    height: 50px;
    color: #252525;
    border: 1px solid #0071dc;
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
}

.contact-form .form-group.checkbox-option {
    position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
}

.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px;
}

.contact-form .default-btn {
    border: 0;
    outline: none;
}

.blog-article .comments-form .default-btn {
    width: unset;
}

.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.btn-bg-two {
    background-color: #0071dc;
}

.default-btn {
    display: inline-block;
    padding: 12px 32px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.inner-banner .inner-title .blog-article-title li {
    margin: 0px 9px;
}

/* Header and Footer CSS */

nav.navbar a.nav-link {
    padding: 6px 28px !important;
    color: #1f2937;
}

.btn-gradient {
    background: linear-gradient(90deg, #04C097, #3F0197);
    color: #fff;
    padding: .5rem 1rem;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}

@media only screen and (min-device-width: 280px) and (max-device-width: 767px) {
    .mobile_header {
        width: 100%;
    }

    .navbar-brand img {
        height: 26px !important;
    }
}

.footer-gradient {
    background-image: url(../../../uploads/2025/06/Footer-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
}

.footer .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer .social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.footer .list-inline-item a:hover {
    text-decoration: underline;
}

nav.navbar {
    background-color: #fff;
    padding: 16px 0px;
}

.transition-navbar {
    transition: all 0.3s ease;
    opacity: 1;
}

.transition-navbar.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    animation: fadeInNavbar 0.5s ease-in-out;
}

.footer_divider .div-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    width: 28px;
}

.copyright_cl {
    padding: 12px 0px 0px;
}

.footer_divider {
    position: relative;
    margin-bottom: 8px;
}

.blog-card.horizontal {
    padding: 24px;
    margin-top: 25px;
}

.blog-card.horizontal .blog-img img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.blog-card.horizontal .content {
    margin-top: 0px;
    display: block;
    padding: 0px 30px;
    background-color: transparent;
    height: 100%;
    position: relative;
}

.blog-card.horizontal .content h3 a {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
}

.blog-card.horizontal .content p {
    font-size: 16px;
    line-height: 24px;
}

.blog-card.horizontal .content .blog_btn {
    position: absolute;
    bottom: 0;
}


@keyframes fadeInNavbar {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonials {
    padding: 80px 0px;
    position: relative;
    background-image: url(../../../uploads/2025/06/testimonial-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.user_card {
    position: relative;
    padding: 50px 0px;
}

.user_card .user_profile {
    width: 299px;
    padding: 20px;
    background: linear-gradient(to bottom right, #34d399, #14b8a6, #06b6d4);
    border-radius: 5px;
}

.user_testimonial {
    position: absolute;
    top: -42px;
    left: 16rem;
    width: 657px;
    border: 1px solid #E9D8FF;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background-color: rgba(255, 255, 255, 0.1);
}

.test_rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.user_testimonial p {
    font-size: 18px;
    line-height: 25px;
}

.test_rating .date {
    background: linear-gradient(to right, #8B5CF6, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 600;
}

.user_title {
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}

.rating {
    display: flex;
    align-items: center;
    gap: 3px;
}

.rating i {
    color: #EBB30F;
}

.title_v2 h2 {
    font-size: 22px;
    color: #757576;
}

.title_v2 {
    margin-bottom: 68px;
}

.title_v2 h4 {
    background: linear-gradient(321deg, #04C097, #3F0197);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 48px;
}

.users_list img {
    width: 134px;
}

.users_list {
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

.swiper.users_profiles {
    width: 676px;
    position: absolute;
    bottom: 70px;
    left: 62%;
    transform: translateX(-50%);
}

.swiper.user_card_block {
    width: 100%;
    height: 478px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
}

.users_profiles {
    padding: 10px 0;
}

.testimonials .swiper-pagination {
    text-align: left;
    top: 48px !important;
}

.testimonials .swiper-pagination span.swiper-pagination-bullet {
    width: 52px;
    height: 4px;
    border-radius: 2px;
    background: #3F0197;
}

@media only screen and (min-device-width: 280px) and (max-device-width: 767px) {
    .blog-card.horizontal .content h3 a {
        font-size: 20px;
        line-height: 26px;
    }

    .blog-card.horizontal .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-card.horizontal .content .blog_btn {
        position: relative;
        bottom: 0;
        margin-top: 26px;
    }

    .banner_v4 .heading-description {
        max-width: 100%;
    }

    .banner_v4 {
        padding-bottom: 2.25rem;
    }

    .users_list img {
        width: 80px;
    }

    .swiper.users_profiles {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
    }

    .user_card .user_profile {
        width: 100%;
        text-align: center;
    }
.user_card {
    padding: 50px 0px 0px;
}
.user_card .user_profile img {
    width: 100%;
    height: 278px;
    object-fit: cover;
}
    .user_testimonial {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        padding: 14px;
        margin-top: 24px;
    }

    .swiper.user_card_block {
        height: 100%;
    }

    .testimonials .swiper-pagination {
        text-align: center;
        top: auto !important;
    }

    .user_testimonial p {
        font-size: 16px;
        line-height: 22px;
    }  
}


.navbar-nav .dropdown-menu .dropdown-item span.badge {
    color: rgb(13 148 136);
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .75rem;
    padding-left: .5rem;
    padding-right: .5rem;
    line-height: 1rem;
    background-color: rgb(204 251 241);
    border-radius: .375rem;
    font-weight: 400;
    margin-left: .5rem;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
background-color: transparent;
}

ul.dropdown-menu.show {
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    width: 13rem;
}
/* Default chevron-down */
#navbarDropdown::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    margin-left: 6px;
    transition: transform 0.3s ease;
    display: inline-block;
    border: 0;
    font-size: 12px;
    vertical-align: 1px;
}

/* When expanded (chevron-up) */
#navbarDropdown[aria-expanded="true"]::after {
  content: "\f077"; /* fa-chevron-up */
}
nav.navbar a.nav-link:hover, ul.dropdown-menu a.dropdown-item:hover {
    color: #04c097;
}
ul.dropdown-menu a.dropdown-item {
    font-size: 14px;
    font-weight: 500;
}


.footer-logo {
    width: 32%;
    padding: 2.5rem 0;
}
.footer-logo p {
    font-size: 16px;
    margin: 0 !important;
    color: #e5e7eb;
}

.footer .list-inline .list-inline-item a {
    color: #d1d5db !important;
    font-size: 14px;
}

.copyright_cl p{
    font-size: 12px;
}

.social-icon svg{
    width: 20px;
    height: 20px;
}

#mainNavbar .container {
    max-width: 1440px;
    padding: 0px 40px;
}

.navbar-nav a.nav-link {
    font-size: 14px;
    font-weight: 500;
}

.devider-line{
    width: 100%;
}

@media only screen and (min-device-width: 280px) and (max-device-width: 767px) {
.footer-logo p {
    font-size: 14px;
}

.footer-logo {
    width: 100%;
    padding: 0px 16px 20px;
}

.footer-gradient {
    padding: 20px;
}

.footer-logo img {
    height: 24px !important;
}
}

 @media only screen and (min-device-width: 280px) and (max-device-width: 767px) {
    button.navbar-toggler {
        border: 0;
        padding: 0;
    }
        .navbar-brand img {
        height: 24px !important;
    }
    #mainNavbar .container {
    padding: 0px 14px;
    }
    nav.navbarn {
        background-color: #fff;
        padding: 9px 0px;
    }
    .navbar-toggler-icon {
        width: 24px;
        height: 24px;
    }
}


/* 404 page css start  */

.error-404 {
    text-align: center;
    padding: 80px 20px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
}

.error-404 h1 {
    font-size: 3rem;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.error-404 p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

/* 404 page css end  */


/* single blog page css starts  */
.single-blog-banner .blog-card.horizontal .blog-img img {
    object-fit: cover;
    object-fit: fill;
	width: 80%;
	margin: 0 auto;
}

.blog-article .blog-article-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_blog_area .blog-article .blog-article-title h2 {
    margin-top: 0;
}

.blog-article .blog-article-title li.post_date img {
    width: 25px;
}

.blog-article .blog-article-title li.post_date {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    background: linear-gradient(to right, #8B5CF6, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-blog-banner .blog-card.horizontal {
    margin-top: 48px;
}

.banner_v4.single-blog-banner {
    padding-bottom: 0;
}

.comments-form {
    width: 50%;
    margin: 0 auto;
}
.comments-form .form-group .form-control {
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 10px 16px;
}
.comments-form .gradient-btn {
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(white, white) padding-box, linear-gradient(321deg, #04C097, #3F0197) border-box;
    color: #112030;
    font-weight: 600;
    display: inline-block;
    padding: 12px 32px;
    text-align: center;
    position: relative;
}
@media only screen and (min-device-width: 280px) and (max-device-width: 767px) {
    .title_v2 h4 {
        font-size: 22px;
    }
    .banner_v4 .heading-title {
        font-size: 38px;
        line-height: 48px;
    }
    .single-blog-banner .blog-card.horizontal .blog-img img {
        width: 100%;
		margin: 0 auto;
    }
    .single-blog-banner .blog-card.horizontal {
        margin-top: 48px;
        padding: 12px;
    }
    .blog-article .blog-article-title {
        flex-direction: column;
    }
    .blog-article .blog-article-title ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 14px;
    }
    .blog-article .blog-article-share .social-icon {
        float: none;
        text-align: center;
        margin-top: 18px;
    }
    .comments-form {
        width: 88%;
    }
    .blog-area.single_blog_area {
        padding: 0px 0px 34px;
    }
}

.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
  padding: 10px 0 10px;
}

@media (min-width: 1024px) {
    header{
        padding-top:10px !important;
        padding-bottom:10px !important;
    }
}


/* single blog page css ends  */

 @media (min-width: 1440px) {
    .container{
        max-width: 1440px !important;
    }
}

/** mobile menu**/
.mobile-menu-wrapper {
  display: block;
}

.menu-button {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.icon {
  width: 24px;
  height: 24px;
}

.hidden {
  display: none;
}

/* blogs cta btn css starts here */
.article-content .cta_v9 .cta_card {
background: linear-gradient(90deg, #04C097, #3F0197);
    /* background-color: #000;*/
    color: white;
    text-align: center;
    border-radius: 14px;
    padding: 1.5rem;
}

.article-content .cta_v9 .cta-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.article-content .cta_v9 .cta-text {
    font-size: 1rem;
    color: #eaf1ff;
    /* Lighter text */
}

.article-content .cta_v9 .cta-btn {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.article-content .cta_v9 .cta-btn:hover {
    background-color: #333;
    color: #fff;
}
/* blogs cta btn css ends here */