/*
Theme Name: Digibiz
Author: Digibiz
Author URI: https: //digiforbiz.com/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: //digiforbiz.com/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/


html {
    scroll-behavior: smooth;
}

/* Ensure scrollbar gutter doesn't show white background on blog pages */
html {
    background: #fff;
    /* overflow-x: hidden; Removed to prevent implicit overflow-y: auto */
    /* overflow-y: auto; Removed to prevent double scrollbar */
    height: auto;
    width: 100%;
}

body {
    font-family: "Inter", sans-serif;
    /*font-weight: 500;*/
    font-size: 19px;
    line-height: 1.6;
    color: #0d0d0e;
    /* White background for blog pages */
    background-color: #fff;
    overflow-x: hidden;
    /* Prevent double vertical scrollbars */
    overflow-y: visible;
    min-height: 100vh;
    margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bg-dark-new {
    background: #1A1A1A;
}

:root {
    --yellow: #D4A017;
    --black: #000000;
    --gold: #E3B23C;
    --charcoal: #1A1A1A;
    --beige: #F4E2B8;
    --steel: #3A3A3A;
    --cream: #FAF7F0;
    --yellow-glow: #F0C53A;
    --midnight: #111111;
    --white: #FFFFFF;
    --light-grey: #C9C9C9;
    --Unbounded: "Poppins", sans-serif
}

.navbar-dark {
    background: #1A1A1A;
    padding: 20px 0px;
    border-bottom: 1px solid var(--yellow-glow);
}

.navbar .nav-item .nav-link {
    margin: 0px 7px;
    font-size: 14px;
    color: var(--beige);
    font-weight: 500;
    font-family: var(--Unbounded);
}

.navbar .nav-item .nav-link {
    margin: 0px 7px;
    font-size: 14px;
    color: var(--beige);
    font-weight: 500;
    font-family: var(--Unbounded);
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

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

html {
    scroll-behavior: smooth
}


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

a:hover {
    color: #9d4d03;
    text-decoration: none;
}

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;
}

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

.wp-block-search__input {
    border: 1px solid #9d4d03;
    background-color: transparent;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px 0 0 5px;
}

button.wp-block-search__button.wp-element-button {
    background-color: #9d4d03;
    border: none;
    color: #fff;
    padding: 7px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#widget-area ul li::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 50 50'%3E%3Cpath fill='white' d='M18.356 7.059L32.471 20.945L36 24.415L18.645 42.058L15.116 38.587L29 24.473L14.885 10.588Z'/%3E%3C/svg%3E") 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: #e69100;
}

/*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-dark {
    background: #1A1A1A;
    padding: 20px 0px;
    border-bottom: 1px solid var(--yellow-glow);
}

/* Hover dropdown only on desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar .nav-item .nav-link {
    margin: 0px 7px;
    font-size: 14px;
    color: var(--beige);
    font-weight: 500;
    font-family: var(--Unbounded);
}

.contact-btn {
    padding: 10px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
    color: var(--yellow);
    text-decoration: none;
    border: 1px solid var(--yellow);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.5s;
}

.contact-btn svg {
    fill: var(--yellow);
    width: 22px;
    transition: all 0.5s;
}

.contact-btn:hover {
    color: #fff;
}

.contact-btn::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0%;
    height: 100%;
    content: '';
    background: var(--yellow);
    z-index: -1;
    transition: all 0.5s;
}

.contact-btn:hover svg {
    fill: #fff;
}

.contact-btn:hover::before {
    width: 100%;
}

/*End Navbar*/

/*start Footer*/
.footer-section {
    background: #000;
}

.footer-card {
    background: linear-gradient(180deg, #FFFFFF14 0%, #FFFFFF00 100%);
    /* margin-top: 60px; */
    padding: 64px 64px 0px 64px;
    border-radius: 20px;
}

.list-footer-cont {
    padding-left: 0px;
    list-style: none;
    color: #fff;
    margin-top: 30px;
}

.list-footer-cont li {
    margin-bottom: 20px;
}

.list-footer-cont li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.fw-semibold {
    font-weight: 600;
}

.whatsapp-btn svg {
    width: 27px;
    fill: #fff;
    transition: all 0.5s;
}

.whatsapp-btn {
    background: #04be13;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding: 10px 30px;
    font-family: var(--Unbounded);
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all 0.5s;
}

.get-started svg {
    width: 20px;
    fill: #fff;
    transition: all 0.5s;
}

.get-started {
    background: var(--yellow);
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding: 10px 30px;
    font-family: var(--Unbounded);
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all 0.5s;
}

.get-started:hover {
    background: #F0C53A;
    color: #000000;
}

.get-started:hover svg {
    fill: #000;
}

.btn-capsule {
    border-radius: 25px;
}

.footer-link-parent li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 4px;
    transition: all 0.5s;
}

.footer-social-icons a svg {
    fill: #000;
    width: 17px;
    transition: all 0.5s;
}

.text-footer-counter {
    font-size: 22px;
    font-weight: 600;
    color: var(--yellow);
}

.fw-semibold {
    font-weight: 600;
}

.fs-13 {
    font-size: 13px;
}

.btn-type-review {
    border: 1px solid #e9ae0e;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f5f5f5;
}

.star-icon-flex svg {
    width: 18px;
    fill: var(--yellow);
}

.icon-list-cont svg {
    fill: #fff;
    width: 17px;
}

.heading-footer-link {
    font-size: 17px;
    margin-bottom: 15px;
    color: #bbbbbb;
    font-weight: 600;
}

.footer-link-parent {
    padding-left: 0px;
    list-style: none;
}

.footer-link-parent li {
    margin-bottom: 10px;
}

/*End Footer*/






.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: 180px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #0d42ff;
    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: #2e2e2e;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
    color: #fff;
}

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

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

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

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

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

.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
}

.hero-banner {
    background-image: url('https://digiforbiz.com/static/img/portfolio-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 30px;
    margin-bottom: 0px;
    color: #fff;
}

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

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

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

.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: #242424;
    width: 90%;
    overflow: hidden;
    color: #fff;
}

.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;
}




.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;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.meta-item .icon {
    font-size: 29px;
}

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

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

.menu-dropdown {
    background-color: var(--charcoal);
    min-width: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid var(--yellow);
}

.menu-dropdown .dropdown-item {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.menu-dropdown .dropdown-item:hover {
    color: var(--black);
}

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

.new-font {
    font-size: 14px;
}

@media(max-width:991px) {
    .blog-meta {
        flex-direction: column;
    }

    body {
        max-width: 100%;
        overflow-x: hidden;
        width: 100%;
    }

    .whatsapp-btn,
    .get-started {
        padding: 7px 13px;
        font-size: 14px;
    }

    .footer-card {
        padding: 30px 10px 0px 15px;
    }

    .btn-type-review {
        padding: 6px 6px;
    }

    .meta-item {
        border-right: none;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    .star-icon-flex svg {
        width: 15px;
    }

    button.gotoTop {
        right: 20px;
    }
}

/*================Css Page Design Start=====================*/

/*================Css Page Design End=====================*/