/* ===== Recent Posts Widget ===== */
.widget-posts-list li:before {
    display: none;
}

.widget-posts-list li {
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0 !important;
}

.widget-posts-list li .widget-post-thumb {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.widget-posts-list li .widget-post-thumb .thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 70px;
    margin: 0;
    border-radius: 2px;
}

.widget-posts-list.circle li .widget-post-thumb .thumb {
    width: 70px;
    border-radius: 50%;
}

.widget-posts-list li .widget-post-thumb img {
    width: 100%;
}

.widget-posts-list li .widget-post-content {
    padding-left: 1.2rem !important;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.widget-posts-list li .widget-post-content a {
    font-family: var(--neobiz-primary-font, 'Inter');
    color: var(--neobiz-heading-color, #16243d);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px;
    display: block;
}

.widget-posts-list li .widget-post-content a:hover {
    color: var(--neobiz-primary-color, #015fc9);
    text-decoration: underline;
}

.widget-posts-list li .widget-post-content .post-date {
    font-family: var(--neobiz-primary-font, 'Inter');
    color: var(--neobiz-base-color, #696e77);
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: block;
    margin-top: 10px;
}

.widget .widget-posts-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

/* Swiper Controls */
.swiper-container {
    height: 300px;
}

.carousel-preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-preloader .dot-flashing,
.carousel-preloader .dot-flashing::before,
.carousel-preloader .dot-flashing::after {
    background-color: #696e77;
}

.swiper-container-initialized {
    height: auto;
}

.swiper-container-initialized .carousel-preloader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.dl-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 30px;
}

.swiper-container-rtl .dl-slider-controls.style-1 {
    flex-direction: row-reverse;
}

.dl-slider-button-prev, .dl-slider-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.dl-slider-button-prev:hover, .dl-slider-button-next:hover {
    color: var(--neobiz-primary-color, #015fc9);
    transition: all 0.2s ease-in-out;
}

.dl-slider-button-prev svg, .dl-slider-button-next svg {
    width: 20px;
}

/* Style 2 */
@media (min-width: 992px) {
    .nav-outside {
        margin: 0 -45px;
    }

    .nav-outside .swiper-container {
        position: static;
        width: calc(100% - 90px);
    }

    .nav-outside .dl-slider-controls.style-2 .dl-slider-button-prev {
        left: -45px;
    }

    .nav-outside .dl-slider-controls.style-2 .dl-slider-button-next {
        left: auto;
        right: -45px;
    }
}

.dl-slider-controls.style-2 .dl-slider-button-prev,
.dl-slider-controls.style-2 .dl-slider-button-next {
    background-color: #fff;
    color: #0b2238;
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 1;
}

.dl-slider-controls.style-2 .dl-slider-button-next {
    left: auto;
    right: 0;
}

.nav-outside .dl-slider-controls.style-2 .dl-slider-button-prev,
.nav-outside .dl-slider-controls.style-2 .dl-slider-button-next {
    width: 40px;
    height: 40px;
}

.nav-outside .dl-slider-button-prev svg, .nav-outside .dl-slider-button-next svg {
    width: 15px;
}

.dl-slider-controls.style-2 .dl-slider-button-prev:hover,
.dl-slider-controls.style-2 .dl-slider-button-next:hover {
    background-color: var(--neobiz-primary-color, #015fc9);
    color: #fff;
}

@media (max-width: 992px) {

    .nav-none .dl-slider-button-prev,
    .nav-none .dl-slider-button-next {
        display: none;
    }
}

/* Bullets */

.dl-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0;
}

.dl-swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: transparent;
    opacity: 1;
}

.dl-swiper-pagination .swiper-pagination-bullet svg {
    width: 100%;
    height: 100%;
}

.dl-swiper-pagination .swiper-pagination-bullet .path {
    stroke: #eee;
    stroke-width: 1px;
    display: none;
}

.dl-swiper-pagination .swiper-pagination-bullet .solid-fill {
    fill: #eee;
}

.dl-swiper-pagination .swiper-pagination-bullet-active .path {
    stroke: var(--neobiz-primary-color, #015fc9);
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash ease-in 3s;
    animation-iteration-count: unset;
}

.dl-swiper-pagination .swiper-pagination-bullet-active .solid-fill {
    fill: var(--neobiz-primary-color, #015fc9);
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Pagination */
.dl-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.dl-pagination .current, .dl-pagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl-pagination a {
    background-color: #f7f8f9;
    color: var(--neobiz-base-color, #696e77);
}

.dl-pagination a svg {
    width: 20px;
}

.dl-pagination a:hover, .dl-pagination .current {
    background-color: var(--neobiz-primary-color, #015fc9);
    color: #fff;
    -webkit-box-shadow: 0px 10px 33.25px 1.75px rgb(0 27 103 / 35%);
    box-shadow: 0px 10px 33.25px 1.75px rgb(0 27 103 / 35%);
}

/* ===== Advanced Background ===== */
.adv-bg {
    background-color: #f5f5f5;
    width: 50%;
    height: 100%;
    position: absolute;
}

.adv-overlay-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.nb-custom-shape{
    background-color: #015fc9;
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(
        var(--neobiz-top-left-to-right, 0%) var(--neobiz-top-to-bottom-left, 15%), 
        var(--neobiz-top-right-to-left, 100%) var(--neobiz-top-to-bottom-right, 0%), 
        var(--neobiz-bottom-right-to-left, 100%) var(--neobiz-bottom-to-top-right, 100%), 
        var(--neobiz-bottom-left-to-right, 0%) var(--neobiz-bottom-to-top-left, 100%));
}

/* ===== List Items ===== */
.dl-el-items .dl-el-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: flex-start;
    grid-gap: 20px;
}

.dl-el-items .dl-el-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.list-top .dl-el-items .dl-el-item {
    grid-template-columns: 1fr;
}

.list-top .dl-el-items .dl-el-item .dl-el-list-icon {
    width: 60px;
}

.dl-el-items .dl-el-item .dl-el-list-icon {
    background-color: var(--neobiz-primary-color, #015fc9);
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
}

.dl-el-items .dl-el-item .dl-el-list-icon svg {
    fill: #ffffff;
}

.dl-el-items .dl-el-item .dl-el-list-content h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1;
    color: var(--neobiz-heading-color, #16243d);
}

.dl-el-items .dl-el-item .dl-el-list-content p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: var(--neobiz-base-color, #696e77);
    margin: 0;
}

/* Social Icons */
.el-social-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.el-social-items li {
    display: inline-block;
    margin-right: 5px;
}

.el-social-items a {
    display: inline-block;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.el-social-items.style-1 a {
    background-color: var(--neobiz-primary-color, #015fc9);
}

.el-social-items a:focus,
.el-social-items a:hover {
    color: #fff;
}

.el-social-items.style-1 a:before,
.el-social-items.style-1 a:after {
    background-color: var(--neobiz-dark, #16243d);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.el-social-items.style-1 a:before,
.el-social-items.style-1 a:after {
    height: 50%;
    width: 0;
}

.el-social-items.style-1 a:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.el-social-items.style-1 a:focus:before,
.el-social-items.style-1 a:focus:after,
.el-social-items.style-1 a:hover:before,
.el-social-items.style-1 a:hover:after {
    width: 100%;
}

/* Style 2 */

.el-social-items.style-2 a {
    background-color: transparent;
    overflow: hidden;
}

.el-social-items.style-2 a:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.el-social-items.style-2 a:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
}

.el-social-items.style-2 a:hover {
    color: #FFFFFF;
}

.el-social-items.style-2 a:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
}

.blob-dl-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--neobiz-primary-color, #015fc9);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.blob-dl-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
}

.blob-dl-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: var(--neobiz-dark, #16243d);
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

.blob-dl-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-dl-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-dl-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-dl-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.el-social-items.style-2 a:hover .blob-dl-btn__blob {
    transform: translateZ(0) scale(1.7);
}

/* Clear fix */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* ===== Custom Widgets ===== */
/* About Widget */

.dl-widget-about .widget-brand img {
    max-width: 100%;
}

.dl-widget-about .footer-icon-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
}

.dl-widget-about .footer-icon-box div:not(.footer-icon-content) {
    height: 50px;
}

.dl-widget-about .footer-icon-box svg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    fill: var(--neobiz-primary-color, #015fc9);
}

.dl-widget-about .footer-icon-content h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: var(--neobiz-heading-color, #16243d);
    letter-spacing: -0.5px;
    margin: 0 0 5px;
}

.dl-widget-about .footer-icon-content a {
    font-family: var(--neobiz-primary-font, 'Inter');
    color: var(--neobiz-primary-color, #015fc9);
    display: block;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.dl-widget-about .footer-icon-content a:hover {
    color: var(--neobiz-heading-color, #16243d);
}

/* Footer */
.footer-widgets-area .dl-widget-about .widget-brand img {
    max-width: 60%;
}

.footer-widgets-area .dl-widget-about .footer-icon-box svg {
    width: 45px;
    height: 45px;
}

.footer-widgets-area .dl-widget-about .footer-icon-content h3 {
    font-size: 18px;
}

.footer-widgets-area.dark .dl-widget-about .footer-icon-content a:hover,
.footer-widgets-area.dark .dl-widget-about .footer-icon-content h3 {
    color: #ddd;
}

.footer-widgets-area.dark .dl-widget-about p {
    color: #ddd;
}

/* Socials */
.dl-widget-about .wt-social-icons {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}

.dl-widget-about .wt-social-icons li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}

.dl-widget-about .wt-social-icons li::before {
    display: none;
}

.dl-widget-about .wt-social-icons li a {
    background-color: var(--neobiz-dark, #16243d);
    color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dl-widget-about .wt-social-icons li a:hover {
    opacity: 0.9;
}

.mc4wp-form-widget ul.mc-social-icons li.facebook-f a,
.dl-widget-about .wt-social-icons li.facebook-f a {
    background-color: #1877f2;
}

.mc4wp-form-widget ul.mc-social-icons li.twitter a,
.dl-widget-about .wt-social-icons li.twitter a {
    background-color: #1da1f2;
}

.mc4wp-form-widget ul.mc-social-icons li.instagram a,
.dl-widget-about .wt-social-icons li.instagram a {
    background-color: #c13584;
}

.mc4wp-form-widget ul.mc-social-icons li.pinterest-2 a,
.dl-widget-about .wt-social-icons li.pinterest-2 a {
    background-color: #e60023;
}

.mc4wp-form-widget ul.mc-social-icons li.linkedin-in a,
.dl-widget-about .wt-social-icons li.linkedin-in a {
    background-color: #0077b5;
}

.mc4wp-form-widget ul.mc-social-icons li.behance a,
.dl-widget-about .wt-social-icons li.behance a {
    background-color: #1769ff;
}

.mc4wp-form-widget ul.mc-social-icons li.youtube-2 a,
.dl-widget-about .wt-social-icons li.youtube-2 a {
    background-color: #ff0000;
}

.mc4wp-form-widget ul.mc-social-icons li.dribbble a,
.dl-widget-about .wt-social-icons li.dribbble a {
    background-color: #ea4c89;
}

.mc4wp-form-widget ul.mc-social-icons li.flickr a,
.dl-widget-about .wt-social-icons li.flickr a {
    background-color: #ff0084;
}

/* Contact Info Widget */
.widget .contact-info-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .contact-info-list li {
    width: 100%;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-column-gap: 10px;
    padding: 0;
}

.widget .contact-info-list li::before {
    display: none;
}

.widget .contact-info-list li i {
    font-size: 30px;
    color: var(--neobiz-primary-color, #015fc9);
}

.widget .contact-info-list li,
.widget .contact-info-list li a {
    font-size: 17px;
    line-height: 26px;
    color: var(--neobiz-heading-color, #16243d);
}

.dark .widget .contact-info-list li,
.dark .widget .contact-info-list li a {
    color: #ddd;
}

.widget .contact-info-list li a:hover,
.dark .widget .contact-info-list li a:hover {
    color: var(--neobiz-primary-color, #015fc9);
}

/* Subscribe Form */
.mc4wp-form-widget {
    overflow: hidden;
}

.mc4wp-form-widget label {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
}

.mc4wp-form-widget input[type="email"] {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    background-color: #fff;
    color: #6c7a87;
    padding: 11px 10px;
    margin-bottom: 10px;
}

.dark .mc4wp-form-widget input[type="email"] {
    border: 1px solid #eee;
    background-color: #fff;
    color: #6c7a87;
}

.mc4wp-form-widget input::-webkit-input-placeholder {
    color: #999 !important;
}

.mc4wp-form-widget input:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.mc4wp-form-widget input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

.mc4wp-form-widget input:-ms-input-placeholder {
    color: #999 !important;
}

.mc4wp-form-widget input[type="submit"] {
    background-color: var(--neobiz-primary-color, #015fc9);
    width: 100%;
    line-height: 45px;
    min-height: 45px;
    padding: 0;
    transition: opacity 0.35s ease;
}

.mc4wp-form-widget input[type="submit"]:hover {
    opacity: 0.9;
    transition: opacity 0.35s ease;
}

/* Style 2 */
.mc4wp-form-widget.style-2 .mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-widget.style-2 input[type="email"] {
    padding: 0 60px 0 10px;
    margin-bottom: 0;
    line-height: 50px;
}

.mc4wp-form-widget.style-2 input[type="submit"] {
    background-image: url(../img/paper-plane.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 4px;
    top: 50%;
    text-indent: 9999px;
    transform: translateY(-50%);
}

.mc4wp-form-submitted p {
    margin: 0;
}

.mc4wp-form-submitted .mc4wp-error,
.mc4wp-form-submitted .mc4wp-success {
    margin-top: 20px;
    padding: 10px;
    line-height: 26px;
}

.mc4wp-form-submitted .mc4wp-success {
    border: 1px solid green;
    color: green;
}

.mc4wp-form-submitted .mc4wp-error {
    border: 1px solid red;
    color: red;
}

.dark .mc4wp-form-submitted .mc4wp-success p {
    color: green;
}

.dark .mc4wp-form-submitted .mc4wp-error p a,
.dark .mc4wp-form-submitted .mc4wp-error p {
    color: red;
}

.mc4wp-form-widget .desc {
    margin-bottom: 0;
    margin-top: 15px;
}

.dark .mc4wp-form-widget .mc-social-icons,
.mc4wp-form-widget .mc-social-icons {
    display: block;
    margin-top: 20px;
}

.mc4wp-form-widget .mc-social-icons li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
}

.mc4wp-form-widget .mc-social-icons li::before {
    display: none;
}

.mc4wp-form-widget .mc-social-icons li:not(:last-of-type) {
    margin-right: 5px;
    margin-bottom: 5px;
}

.mc4wp-form-widget .mc-social-icons li a {
    background-color: var(--neobiz-dark, #16243d);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 1;
    font-size: 14px;
}

.mc4wp-form-widget .mc-social-icons li a:hover {
    opacity: 0.8;
}

.dark .mc4wp-error a {
    color: #ddd;
}

/* Text Animation Keyframes */
@-webkit-keyframes clip-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes clip-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

@-webkit-keyframes text-revealer {

    0%, 50% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    60%, 100% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }


    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes text-revealer {

    0%, 50% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    60%, 100% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }


    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/* Fade Effect */
.animated.fadeInLeft {
    animation-name: elFadeInLeft;
}

@keyframes elFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1
    }
}

.animated.fadeInRight {
    animation-name: elFadeInRight;
}

@keyframes elFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1
    }
}

.animated.fadeInDown {
    animation-name: elFadeInDown;
}

@keyframes elFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1
    }
}

.animated.fadeInUp {
    animation-name: elFadeInUp;
}

@keyframes elFadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1
    }
}