:root {
    --font-saira: "Rubik", sans-serif;
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #1D1D1D;
    --gray-color: #f7f7fd;
    --paragraph-color: #272727;
    --theme-color: #5488c4;
    --body-color: #eaf1f5;
    --border-color: #232323;
    --black-soft-color: #7e7e7e;
}

.widget-area .single-widgets {
    background-color: #5488c4;
    /* background-image: url(../img/home-4/pricing-bg-3.png), linear-gradient(#161A1E, #161A1E); */
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 25px;
    margin-bottom: 35px;
    border-radius: 5px;
    color:var(--white-color);
}

.widget-area .single-widgets:last-child {
    margin-bottom: 0;
}

.widget-area .single-widgets .widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
   
}

.widget-area .single-widgets .widget-title h4 {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    text-transform: capitalize;
    color:var(--white-color);
    padding-bottom: 5px;
}

.widget-area .single-widgets ul li a{
    color:var(--white-color);
}

.widget-area .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
}

.widget-area .wp-block-search__inside-wrapper input {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px 0px 0px 5px;
    height: 50px;
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #dedada;
    padding: 10px 15px;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button {
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: rgb(var(--theme-color));
    border-radius: 0px 5px 5px 0px;
    transition: 0.5s;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button svg {
    fill: var(--black-color2);
    transition: 0.5s;
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button:hover svg {
    fill: var(--white-color);
}

.widget-area .wp-block-categoris-cloud {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-area .wp-block-categoris-cloud li {
    margin-bottom: 15px;
}

.widget-area .wp-block-categoris-cloud li:last-child {
    margin-bottom: 0;
}

.widget-area .wp-block-categoris-cloud li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 16px;
    color: #B5B5B5;
    transition: 0.5s;
}

.widget-area .wp-block-categoris-cloud li a:hover {
    color: rgb(var(--theme-color));
}

.widget-area .recent-post-wraper {
    margin-bottom: 20px;
}

.widget-area .recent-post-wraper:last-child {
    margin-bottom: 0;
}

.widget-area .recent-post-wraper .widget-cnt {
    display: flex;
    align-items: center;
    gap: 15px;
}

.widget-area .recent-post-wraper .widget-cnt .wi {
    height: 85px;
    min-width: 110px;
}

.widget-area .recent-post-wraper .widget-cnt .wi img {
    border-radius: 5px;
    height: 85px;
    width: 110px;
    object-fit: cover;
}

.widget-area .recent-post-wraper .widget-cnt .wc a {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-saira);
    color: #B5B5B5;
    transition: 0.5s;
    display: inline-block;
}

.widget-area .recent-post-wraper .widget-cnt .wc a:hover {
    color: rgb(var(--theme-color));
}

.widget-area .recent-post-wraper .widget-cnt .wc h6 {
    margin-bottom: 5px;
}

.widget-area .recent-post-wraper .widget-cnt .wc h6 a {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-saira);
    color: var(--white-color);
    transition: 0.5s;
}

.widget-area .recent-post-wraper .widget-cnt .wc h6 a:hover {
    color: rgb(var(--theme-color));
}

.widget-area .wp-block-tag-cloud {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.widget-area .wp-block-tag-cloud a {
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 15px !important;
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    display: inline-block;
    transition: 0.5s;
}

.widget-area .wp-block-tag-cloud a:hover {
    color: rgb(var(--theme-color));
    border: 1px solid rgba(6, 216, 137, 0.1);
}

.blog-details-content > span {
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color:var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    padding: 5px 22px;
    display: inline-block;
    margin-bottom: 25px;
}

.blog-details-content h2 {
    font-family: var(--font-saira);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color2);
    margin-bottom: 30px;
    word-break: break-word;
}

.blog-details-content .author-and-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 35px;
}

.blog-details-content .author-and-meta .author-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details-content .author-and-meta .author-area .author-img img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.blog-details-content .author-and-meta .author-area .author-content h6 {
    margin-bottom: 0;
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #B5B5B5;
}

.blog-details-content .author-and-meta .author-area .author-content h6 span {
    color: var(--theme-color);
}

.blog-details-content .author-and-meta .blog-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.blog-details-content .author-and-meta .blog-meta li {
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #B5B5B5;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.blog-details-content .author-and-meta .blog-meta li svg {
    width: 13px;
    fill: #B5B5B5;
}

.blog-details-content .author-and-meta .blog-meta li::after {
    content: '';
    height: 10px;
    width: 2px;
    background-color: rgb(var(--theme-color));
    border-radius: 4px;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-details-content .author-and-meta .blog-meta li:first-child::after {
    display: none;
    visibility: hidden;
}

.blog-details-content p {
    font-family: var(--font-saira);
    font-weight: 300;
    font-size: 15px;
    color: var(--black-color2);
}

.blog-details-content p:last-child {
    margin-bottom: 0;
}

.blog-details-content > h3 {
    font-family: var(--font-saira);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 20px;
}

.blog-details-content .blog-details-img-group {
    padding-top: 15px;
    margin-bottom: 35px;
}

.blog-details-content .blog-details-img img {
    border-radius: 5px;
}

.blog-details-content .blog-tag-and-social {
    padding-top: 40px;
}

.blog-details-content .blog-tag-and-social .tag {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-details-content .blog-tag-and-social .tag h6 {
    margin-bottom: 0;
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.blog-details-content .blog-tag-and-social .tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.blog-details-content .blog-tag-and-social .tag ul li {
    margin: 0;
}

.blog-details-content .blog-tag-and-social .tag ul li a {
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3px 15px;
    display: inline-block;
    transition: 0.5s;
}

.blog-details-content .blog-tag-and-social .tag ul li a:hover {
    color: rgb(var(--theme-color));
    border: 1px solid rgba(var(--theme-color), 0.1);
}

.blog-details-content .blog-tag-and-social .social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details-content .blog-tag-and-social .social h6 {
    margin-bottom: 0;
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.blog-details-content .blog-tag-and-social .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details-content .blog-tag-and-social .social ul li {
    line-height: 1;
    margin: 0;
}

.blog-details-content .blog-tag-and-social .social ul li a {
    color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    transition: 0.5s;
    line-height: .5;
}

.blog-details-content .blog-tag-and-social .social ul li a i {
    line-height: 1;
}

.blog-details-content .blog-tag-and-social .social ul li a:hover {
    color: rgb(var(--theme-color));
}
