/*
Theme Name: Rentelligence
Author: Rentelligence
Author URI: https://rentelligence.ai/author/
Description: In 2024, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 1.1
Theme URI: https://rentelligence.ai/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/


html {
    scroll-behavior: smooth
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: #070707;
}

@media(max-width:991px) {
    body {
        font-size: 1rem !important;
    }
}

html {
    scroll-behavior: smooth
}


a {
    text-decoration: none;
    /*color: #244059;*/
    color: #9730fb;
    transition: all .2s linear;
}

a:hover {
    color: #8030fb;
    text-decoration: none;
}

#fixedheader {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 10px 0px;
    left: 0;
    z-index: 9999;
    background: transparent;
}

.blog-hero {
    position: relative;
    padding: 80px 0px 50px 0px;
    z-index: 3;
    background: #000;
}

.blog-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('assets/img/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-brand img {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #ffffff14;
    border-radius: 25px;
    box-shadow: 0 4px 4px #00000040, inset 0 0 10px 2px #66666640;
    padding: 10px 30px;
    width: 250px;
}

.nav-bar-ul {
    /* -webkit-backdrop-filter: blur(5px); */
    backdrop-filter: blur(5px);
    background: #ffffff14;
    border-radius: 20px;
    box-shadow: 0 4px 4px #00000040, inset 0 0 10px 2px #66666640;
    padding: 10px 30px;
}

.get-in-touch-link {
    display: inline-flex;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    min-width: 170px;
    overflow: hidden;
    padding: 21px 30px;
    color: #ffffff;
    position: relative;
    text-align: center;
    transition: .5s;
    vertical-align: middle;
    z-index: 2;
    background: #6d30fb;
    gap: 4px;
}

.get-in-touch-link svg {
    width: 13px;
    fill: #ffffff;
    transition: all 0.5s;
}

.hero-heading {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(335deg, #7188ff 35% 35%, #ffece0 50%, #fff 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 16px;
}

.get-in-touch-link:hover {
    background: #ffffff;
    color: #6d30fb;
    text-decoration: none;
}

.get-in-touch-link:hover svg {
    fill: #6d30fb;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    vertical-align: middle
}

/*=========basic=========================*/
.page-item.active .page-link {
    background-color: #004ac5;
    border-color: #004ac5;
    color: #fff !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #004ac5 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #004ac5;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.widget_categories {
    padding: .8rem 1rem;
}

#widget-area ul {
    list-style: none;
    padding-left: 14px;
}

#widget-area ul li {
    position: relative;
    text-align: left;
    padding-bottom: .5rem;
}

#widget-area ul li::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(20, 20, 60)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
    background-size: auto;
    background-size: 14px 14px;
    top: 5px;
    margin-left: -20px;
}

.card-shadow {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(191, 191, 191, .35);
}

.br20 {
    border-radius: 20px
}

.title {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    /*margin-bottom: 30px;*/
    background: #000097;
}

.initial-caps {
    text-transform: capitalize;
}

/*text color*/
.text-green {
    color: #03d78b;
}

.radius-15 {
    border-radius: 15px;
}

/*End text color*/

/*Start BG Color*/

/*End BG Color*/

/*btn*/
.btn-block {
    width: 100%;
}

.btn {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600 !important;
}

.btn-green {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #099e44;
    border-color: transparent;
    color: #fff !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #099e44;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-green::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-green:hover {
    box-shadow: none;
    color: #099e44 !important;
    border: 2px solid #099e44
}

.btn-green svg {
    fill: #fff
}

.btn-green:hover svg {
    fill: #099e44
}

.btn-green:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-red {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #c80013;
    border-color: transparent;
    color: #fff !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #c80013;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-red::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-red:hover {
    box-shadow: none;
    color: #c80013 !important;
    border: 2px solid #c80013
}

.btn-red svg {
    fill: #fff
}

.btn-red:hover svg {
    fill: #c80013
}

.btn-red:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #0d42ff;
    border-color: transparent;
    color: #fff !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #0d42ff;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue:hover {
    box-shadow: none;
    color: #0d42ff !important;
    border: 2px solid #0d42ff
}

.btn-blue svg {
    fill: #fff
}

.btn-blue:hover svg {
    fill: #0d42ff
}

.btn-blue:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue-outline {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    border-color: transparent;
    color: #4357fb !important;
    /* border-radius: 5px;*/
    font-size: 16px;
    border: 2px solid #4357fb;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue-outline::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #4357fb;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue-outline:hover {
    box-shadow: none;
    color: #fff !important;
    border: 2px solid #4357fb
}

.btn-blue-outline svg {
    fill: #4357fb
}

.btn-blue-outline:hover svg {
    fill: #fff
}

.btn-blue-outline:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn .move-right {
    transition: ease-in-out .2s;
}

.btn:hover .move-right {
    filter: brightness(0) invert(1);
    transform: translateX(5px);
}

@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-style {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*navbar*/

.navbar-nav .nav-item .nav-link {
    margin: 0px 14px;
    padding: 0px;
    transition: 0.3s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
}

.navbar-nav .nav-item button.nav-link {
    border: none;
    background-color: transparent;
}

/*End Navbar*/

/*start Footer*/
footer {
    padding-top: 7rem;
    padding-bottom: 1rem;
    background: #000;
}

.heading-footer-talk {
    font-size: 180px;
    text-align: center;
    font-weight: 700;
    line-height: .78;
    margin-bottom: 42px;
    margin-top: -.02em;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
    color: rgba(255, 255, 255, 1);
    opacity: .5;
}

footer li a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    max-width: 100%;
    color: #a1a1a1;
    padding: 0;
    position: relative;
    line-height: 1.313;
    margin: 0 0 15px;
    width: max-content;
}

footer li a:hover {
    color: #fff;
    text-decoration: none;
}

.title-footer-about {
    color: #626262;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #626262;
    font-weight: 600;
}

.footer-cont {
    border: 1px solid #fff;
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.footer-cont svg {
    width: 24px;
    fill: #fff;
}

.footer-href {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.footer-href:hover {
    color: #fff
}

.same-footersub-heading {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: -.1em 0 40px;
    padding: 0 0 18px;
    position: relative;
}

.same-footersub-heading::before {
    position: absolute;
    content: "";
    background: linear-gradient(117.81deg, #6d30fb 13.95%, #ab33f5 77.47%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.same-footersub-heading::after {
    bottom: 0;
    content: "";
    height: 2px;
    background: linear-gradient(117.81deg, #6d30fb 13.95%, #ab33f5 77.47%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
    box-shadow: 13px 0 0 0 #ab33f5;
    left: 43px;
    width: 10px;
}

.footer-text {
    color: #a1a1a1;
}

.social-media a {
    position: relative;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d21c1c00;
    border: 1px solid #707070;
    padding: .5rem !important;
    width: 40px;
    height: 40px;
}

.social-media a i {
    font-size: 16px;
    color: #fff;
}

ul.list-right {
    list-style: none;
    padding-left: 14px;
}

ul.list-right li {
    position: relative;
    text-align: left;
    padding-bottom: .5rem;
}

.avatar {
    border-radius: 50%;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /*  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05)*/
}

.breadcrumb-white,
.breadcrumb-white a {
    color: #fff;
    padding: 5px;
}

.breadcrumb-white a:hover {
    color: #eee;
}

.post-edit-link {
    background: linear-gradient(133deg, rgb(255, 255, 255) 8%, rgb(178, 189, 255) 28%, rgba(227, 245, 255, 0.7) 36%) !important;
    color: #000072 !important;
    padding: 3px;
    font-weight: 700;
    margin: 0px 2px;
    border-radius: 5px;
}

button.gotoTop {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #4357fb;
    padding: 10px;
    display: none;
    margin: 20px;
    border-radius: 50%;
    transition: .6s;
    border: none;
    line-height: 0;
}

button.gotoTop:hover {
    text-decoration: none;
    -webkit-transform: translateY(-5px);
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
}


.text-wrap {
    word-wrap: break-word;
}

.post-box {
    padding: 1rem;
    background: radial-gradient(circle at center, #2f2d9187, #000 80%);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid #a077cccc;
}

.padding-top {
    background: radial-gradient(circle at center, #2f2d9187, #000 80%)
}

table tr td {
    border: 1px solid #000;
}

.padding-top {
    padding-top: 80px;
}

/*left sidebar*/
.left_debar {
    height: 100%;
    left: 1rem;
    top: 0;
}

.table_content {
    overflow: hidden;
    border-radius: 11px;
    padding: 10px;
    background: transparent;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    width: 90%;
    margin-bottom: 3rem;
    margin: auto;
    color: #fff;
}

.wp-block-latest-comments {
    padding-left: 0px;
}

.wp-block-heading {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}

.left_debar .table_content_list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    padding: 0 1rem;
    max-height: 300px;
    overflow-y: scroll
}

.left_debar .table_content_list {
    scrollbar-width: thin;
    scrollbar-color: #555 #DFE9EB;
	width:100%;
}

.left_debar .table_content_list::-webkit-scrollbar {
    width: 5px
}

.left_debar .table_content_list::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2
}

.left_debar .table_content_list::-webkit-scrollbar-track:active {
    background-color: #B8C0C2
}

.left_debar .table_content_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #555
}

.left_debar .table_content_list::-webkit-scrollbar-thumb:hover {
    background-color: #2A2323
}

.left_debar .table_content_list::-webkit-scrollbar-thumb:active {
    background-color: #62A34B
}

.left_debar .table_content_list li {
    border-bottom: solid 1px #d1d1d1
}

.left_debar .table_content_list li ul li:first-child,
.left_debar .table_content_list li ol li:first-child {
    border-top: solid 1px #d1d1d1;
}

.left_debar .table_content_list li:last-child {
    border-bottom: none
}

.left_debar .table_content_list li a {
    display: block;
    margin: .7rem 0;
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
}

.left_debar .table_content_list li a:hover {
    color: #6d30fb;
    display: block;
    margin: .7rem 0;
    font-size: .875rem;
    /* font-weight:600*/
}

.teable_title {
    padding: .8rem 1rem;
	    font-size: 16px;
}

.left_debar .banner_image {
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    width: 276px;
    position: sticky;
    top: 5rem;
    margin-bottom: 4rem;
}

.left_debar .hide {
    float: right;
    background: rgb(39, 104, 205);
    background: linear-gradient(147deg, #ffd7d9 9%, #7cacf8 78%);
    color: #0042b0;
    border-radius: 11px;
    border: 1px solid #004ac5;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: bold;
    margin-top: -3px;
}

/*end sidebar*/

.card-author {
    background: #fff;
    /*  margin: 15px auto;*/
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
    border: none;
    background: #fff;
    width: 90%;
    overflow: hidden;
}

.cat .cat_link {
    color: #000072 !important;
    text-align: center;
    padding: 5px 15px;
    background: linear-gradient(133deg, rgb(255, 255, 255) 8%, rgb(178, 189, 255) 28%, rgba(227, 245, 255, 0.7) 36%) !important;
    border-radius: 5px;
    margin-right: 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}


.live {
    background: #004ac5;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #004ac5;
}

.live:hover {
    background: #003da2;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #003da2;
}

.btn-main {
    background: #7236BF;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #7236BF;
}

.btn-main:hover {
    background: #5a269e;
    color: #fff !important;
    border: 2px solid #5a269e;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-success {
    color: #fff !important;
    background-color: #198754;
    border-color: #198754;
}

.btn-orange {
    background-color: #004ac5;
    color: #fff;
    border-color: #004ac5;
}

.btn-orange:hover {
    background-color: #d93902;
    color: #fff;
    border-color: #d93902;
}

.btn-download {
    background: linear-gradient(45deg, #004ac5, #cd00eb);
    color: #fff;
    padding: 0.4em 1.3rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.btn-download:hover {
    background: linear-gradient(45deg, #cd00eb, #004ac5);
    color: #fff;
    text-decoration: none;
}

.btn-buy {
    background: linear-gradient(45deg, transparent, transparent);
    color: #004ac5;
    border: 1px solid #004ac5;
    padding: 0.4em 1.3rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.btn-buy:hover {
    background: linear-gradient(45deg, #cd00eb, #004ac5);
    color: #fff;
    text-decoration: none;
}




/*Extra CSS*/
blockquote {
    position: relative;
    padding: 20px 20px;
    margin: 20px 0;
    background-color: #004ac514;
    color: #000;
    font-size: 16px;
}

blockquote:after {
    position: absolute;
    width: 3px;
    height: 100%;
    background: linear-gradient(147deg, #f53843 9%, #2f5795 78%);
    content: "";
    left: 0;
    top: 0;
    border-radius: 20px;
}

blockquote.quote:before {
    font-size: 50px;
    line-height: 1;
    top: 30px;
    left: 25px;
    content: '\275D';
    color: #2f5795;
}

.table-plans {
    box-shadow: 0px 0px 20px 0px rgba(66, 86, 250, 0.24);
    border: 1px solid #c0daff;
    border-radius: 10px;
}

.table-plans .table {
    /* border-color: #c0daff;*/
    border: 1px solid #c0daff;
}

.table-plans .table> :not(caption)>*>* {
    padding: 1.3rem 0.5rem;
}

.list-arrow,
.list-note,
.list-bookmark {
    list-style: none;
    padding-left: 20px;
}

.list-arrow li,
.list-note li,
.list-bookmark li {
    margin-top: 15px;
    margin-left: 10px;
}

.list-arrow li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(225, 31, 38)" d="M9.707 13.707l5-5c0.391-0.39 0.391-1.024 0-1.414l-5-5c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l3.293 3.293h-9.586c-0.552 0-1 0.448-1 1s0.448 1 1 1h9.586l-3.293 3.293c-0.195 0.195-0.293 0.451-0.293 0.707s0.098 0.512 0.293 0.707c0.391 0.391 1.024 0.391 1.414 0z"></path></svg>') no-repeat;
    background-size: 18px 18px;
    margin-left: -30px;
    margin-top: 2px;
}

.list-note li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(236, 111, 37,.9)" d="M14.5 2h-4.5c0-1.105-0.895-2-2-2s-2 0.895-2 2h-4.5c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5zM8 1c0.552 0 1 0.448 1 1s-0.448 1-1 1c-0.552 0-1-0.448-1-1s0.448-1 1-1zM14 15h-12v-12h2v1.5c0 0.276 0.224 0.5 0.5 0.5h7c0.276 0 0.5-0.224 0.5-0.5v-1.5h2v12z"></path><path fill="rgba(236, 111, 37,.9)" d="M7 13.414l-3.207-3.707 0.914-0.914 2.293 1.793 4.293-3.793 0.914 0.914z"></path></svg>') no-repeat;
    background-size: 18px 18px;
    margin-left: -30px;
    margin-top: 2px;
}

.list-bookmark li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 16 16"><path fill="rgba(47, 87, 149)" d="M3 0v16l5-5 5 5v-16z"></path></svg>') no-repeat;
    background-size: 18px 18px;
    margin-left: -30px;
    margin-top: 5px;
}

.blog-meta {
    display: flex;
    gap: 20px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.meta-white small {
    color: #fff;
    font-size: 18px;
}

.meta-white strong {
    color: #fff;
    font-size: 22px;
}

footer {
    background-image: url(assets/img/footer-bg.webp);
    background-position: center;
    background-size: cover;
}

.copy-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;

}

.author-card {
    background: radial-gradient(circle at center, #2f2d9187, #000 80%);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid #a077cccc;
}

@media(max-width:767px) {
    .bg-white-mob {
        background: #fff !important;
        box-shadow: 0 1px 10px 0 rgb(191 191 191 / .35);
        padding-bottom: 10px;
        margin-top: 10px;
        border-radius: 13px;
    }

    .meta-item {
        flex-direction: column;
    }

    .meta-white small, 
    .meta-white strong{
        font-size: 14px;
    }
    .footer-href{
        font-size: 14px;
    }
    .footer-cont{
        width: 28px;
        height: 28px;
    }
    .footer-cont svg{
        width: 17px;
        
    }

    .heading-footer-talk {
        font-size: 32px;
    }

    .nav-bar-ul {
        background: none;
        box-shadow: none;
    }

    .navbar-nav .nav-item .nav-link {
        color: #000 !important;
        margin: 5px 0px;
        font-weight: 500;
    }

    .get-in-touch-link {
        min-width: 120px;
        margin-left: 17px;
        overflow: hidden;
        padding: 10px 19px;
    }

    .navbar-toggler {
        background: #6d30fb;
    }

    .navbar-toggler span {
        filter: invert(1);
    }

    .hero-heading {
        font-size: 40px;
    }
}