/* ==== Smooth Scroll ==== */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* ==== Elementor Image ==== */
.elementor img {
    display: block;
}

.elementor svg {
    fill: currentColor;
}

.elementor-element.e-parent {
    overflow-x: clip;
}

/* ==== Button ==== */
.dl-el-btn {
    background-color: var(--buildex-primary-color, #ffaa17);
    font-family: var(--buildex-primary-font, "Space Grotesk");
    color: #222429;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    letter-spacing: 1px;
    padding: 13px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dl-el-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--buildex-bg-dark, #222429);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.85, 0, 0.08, 1),
        -webkit-transform 500ms cubic-bezier(0.85, 0, 0.08, 1);
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);
    z-index: -1;
}

.dl-el-btn:focus,
.dl-el-btn:hover {
    color: #fff;
}

.dl-el-btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* ===== Button Effect ===== */
.dl-btn-effect {
    position: relative;
    z-index: 1;
}

.dl-btn-effect:before {
    background: var(--buildex-bg-dark, #151515);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.85, 0, 0.08, 1),
        -webkit-transform 500ms cubic-bezier(0.85, 0, 0.08, 1);
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);
    z-index: -1;
}

.dl-btn-effect:hover:before {
    transform-origin: left center;
    transform: scale(1, 1);
}

/* ===== 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%;
}

.rtl .widget-posts-list li .widget-post-content {
    padding-left: 0 !important;
    padding-right: 1.2rem !important;
}

.widget-posts-list li .widget-post-content a {
    font-family: var(--buildex-primary-font, 'Space Grotesk');
    color: var(--buildex-dark-color, #222429);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    display: block;
}

.dark .widget-posts-list li .widget-post-content a {
    color: var(--buildex-grey-light-color, '#dddddd');
}

.widget-posts-list li .widget-post-content a:hover {
    color: var(--buildex-primary-color, #ffaa17);
    text-decoration: underline;
}

.widget-posts-list li .widget-post-content .post-date {
    font-family: var(--buildex-secondary-font, 'DM Sans');
    color: var(--buildex-grey-color, #808287);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    margin-top: 10px;
}

.dark .widget-posts-list li .widget-post-content .post-date {
    color: var(--buildex-grey-light-color, '#dddddd');
}

.widget .widget-posts-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

/* Slider Controls */
.dl-carousel {
    height: 300px;
    overflow: hidden;
    margin: -10px;
}

.dl-carousel .slick-list {
    padding: 10px;
}

.elementor-widget-buildex-sponsor-carousel .dl-carousel {
    height: 100px;
}

.carousel-preloader {
    background-color: rgba(255, 255, 255, 0.98);
    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 {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--buildex-primary-color, #ffaa17);
    color: #fff;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

.carousel-preloader .dot-flashing::before,
.carousel-preloader .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.carousel-preloader .dot-flashing::before {
    left: -15px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--buildex-primary-color, #ffaa17);
    color: #fff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.carousel-preloader .dot-flashing::after {
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--buildex-primary-color, #ffaa17);
    color: #fff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0.5;
    }
}

.elementor-widget-buildex-sponsor-carousel .slick-initialized,
.slick-initialized {
    height: auto;
}

.slick-initialized .carousel-preloader {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

/* Carousel Controls */
.slick-next.nav-hidden,
.slick-prev.nav-hidden {
    display: none;
}

/* Nav */
.dl-carousel-nav button {
    background-color: var(--buildex-primary-color, #ffaa17);
    padding: 0;
    width: 60px;
    height: 45px;
    border-radius: 2px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.nav-centered.dl-carousel-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-centered.dl-carousel-nav button.slick-next {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
}

.dl-carousel-nav button:not(.slick-disabled):hover {
    background-color: var(--buildex-heading-color, #222429);
}

.dl-carousel-nav button.slick-disabled {
    cursor: not-allowed;
    opacity: 0.1;
}

.navi-top-right .slick-slider {
    padding-top: 50px;
}

.dl-carousel-nav.nav-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl .dl-carousel-nav.nav-top-right {
    right: auto;
    left: 0;
}

/* Dots */
.dl-carousel-dots {
    display: block;
    margin-top: 30px;
}

.dl-carousel-dots .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.dl-carousel-dots .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.dl-carousel-dots .slick-dots li span {
    background-color: #bbb;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

}

.dl-carousel-dots .slick-dots li.slick-active span {
    background-color: var(--buildex-primary-color, #ffaa17);
    box-shadow: 0px 0px 0px 3px rgba(255, 170, 23, 0.5);
}

@media (max-width: 992px) {
    .dots-none.dl-carousel-dots {
        display: none;
    }

    .nav-none.dl-carousel-nav {
        display: none;
    }
}

/* ===== 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;
}

/* ===== List Items ===== */
.dl-el-items .dl-el-item {
    --buildex-list-icon-width: 60px;
    display: grid;
    grid-template-columns: var(--buildex-list-icon-width) 1fr;
    align-items: flex-start;
    grid-gap: 20px;
}

.layout-block .dl-el-items .dl-el-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.dl-el-items.no-icon .dl-el-item,
.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: var(--buildex-list-icon-width);
}

.dl-el-items .dl-el-item .dl-el-list-icon {
    background-color: var(--buildex-primary-color, #ffaa17);
    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,
.dl-el-items .dl-el-item .dl-el-list-icon img {
    width: 30px;
    height: auto;
}

.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(--buildex-dark-color, #222429);
}

.dl-el-items .dl-el-item .dl-el-list-content p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: var(--buildex-grey-color, #808287);
    margin: 0;
}

/* Social Icons */
.el-social-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 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;
    transition: all 0.3s ease-in-out;
}

.el-social-items a svg {
    fill: #fff;
    width: 16px;
    transition: all 0.3s ease-in-out;
}

.el-social-items.style-1 a {
    background-color: var(--buildex-primary-color, #ffaa17);
}

.el-social-items a:focus,
.el-social-items a:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.el-social-items a:focus svg,
.el-social-items a:hover svg {
    fill: #fff;
}

.el-social-items.style-1 a:before,
.el-social-items.style-1 a:after {
    background-color: var(--buildex-bg-dark, #17172f);
    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 svg {
    fill: #fff;
}

.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(--buildex-primary-color, #ffaa17);
    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(--buildex-bg-dark, #17172f);
    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: "";
}

/* ===== Pagination ===== */

.el-post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.el-post-pagination span,
.el-post-pagination a {
    background-color: var(--buildex-white-color, #ffffff);
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--buildex-dark-color, #222429);
    border-radius: 2px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
}

.el-post-pagination a:hover,
.el-post-pagination span.current {
    background-color: var(--buildex-primary-color, "#ffaa17");
    color: var(--buildex-white-color, #ffffff);
}

.el-post-pagination a svg {
    width: 20px;
}

.rtl .el-post-pagination a.next,
.rtl .el-post-pagination a.prev {
    transform: rotate(180deg);
}

/* ===== Custom Widgets ===== */
/* About Widget */
.dl-widget-about .widget-brand img {
    width: 150px;
    max-width: 100%;
}

/* Footer */
.footer-widgets-area .dl-widget-about .widget-brand img {
    max-width: 150px;
}

.footer-widgets-area .dl-widget-about p {
    color: var(--buildex-grey-color, #808287);
}

.dark .footer-widgets-area .dl-widget-about p {
    color: var(--buildex-grey-light-color, #dddddd);
}

@media (max-width: 992px) {
    .footer-widgets-area .dl-widget-about .widget-brand img {
        max-width: 200px;
    }
}

/* Socials */
.dl-widget-about .wt-social-icons {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    flex-wrap: wrap;
}

.dl-widget-about .wt-social-icons li:not(:last-of-type) {
    padding: 0;
    margin: 0;
}

.dl-widget-about .wt-social-icons li a {
    background-color: var(--buildex-bg-white, #fff);
    color: var(--buildex-dark-color);
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.dark .dl-widget-about .wt-social-icons li a {
    background-color: #222429;
    color: #ddd;
}

.dl-widget-about .wt-social-icons li a svg {
    fill: currentColor;
    width: auto;
    height: 16px;
}

.dl-widget-about .wt-social-icons li a:after {
    background-color: var(--buildex-primary-color);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.dl-widget-about .wt-social-icons li a:hover {
    color: #fff;
}

.dl-widget-about .wt-social-icons li a:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.mc4wp-form-widget ul.mc-social-icons li.facebook a {
    background-color: #1877f2;
}

.mc4wp-form-widget ul.mc-social-icons li.twitter a {
    background-color: #1da1f2;
}

.mc4wp-form-widget ul.mc-social-icons li.instagram a {
    background-color: #c13584;
}

.mc4wp-form-widget ul.mc-social-icons li.pinterest a {
    background-color: #e60023;
}

.mc4wp-form-widget ul.mc-social-icons li.linkedin a {
    background-color: #0077b5;
}

.mc4wp-form-widget ul.mc-social-icons li.behance a {
    background-color: #1769ff;
}

.mc4wp-form-widget ul.mc-social-icons li.youtube a {
    background-color: #ff0000;
}

.mc4wp-form-widget ul.mc-social-icons li.dribbble a {
    background-color: #ea4c89;
}

.mc4wp-form-widget ul.mc-social-icons li.flickr a {
    background-color: #ff0084;
}

.mc4wp-form-widget ul.mc-social-icons li a:hover {
    color: #fff;
}

/* Contact Info Widget */
.widget .contact-info-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .contact-info-list li {
    width: 100%;
}

.widget .contact-info-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.widget .contact-info-list li .label {
    display: block;
    font-family: var(--buildex-primary-font, 'Space Grotesk');
    color: var(--buildex-dark-color, #222429);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.widget .contact-info-list li,
.widget .contact-info-list li a {
    color: var(--buildex-grey-color, #808287);
}

.dark .widget .contact-info-list li .label,
.dark .widget .contact-info-list li,
.dark .widget .contact-info-list li a {
    color: var(--buildex-grey-light-color, #dddddd);
}


.widget .contact-info-list li a:hover,
.dark .widget .contact-info-list li a:hover {
    color: var(--buildex-primary-color, #ffaa17);
}

/* Subscribe Form */
.mc4wp-form-widget {
    overflow: hidden;
}

.mc4wp-form-widget label {
    font-size: 12px;
}

.mc4wp-form-widget input[type="email"] {
    background-color: #fff;
    color: var(--buildex-dark-color, #222429);
    width: 100%;
    height: 60px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.dark .mc4wp-form-widget input[type="email"] {
    background-color: #222429;
    border-color: #333;
    color: var(--buildex-white-color, "#fff");
}

.mc4wp-form-widget input[type="email"]:focus {
    color: var(--buildex-dark-color, #222429);
}

.dark .mc4wp-form-widget input[type="email"]:focus {
    color: var(--buildex-white-color, "#fff");
}

.mc4wp-form-widget input::-webkit-input-placeholder {
    color: #bbb !important;
}

.mc4wp-form-widget input:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb !important;
}

.mc4wp-form-widget input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb !important;
}

.mc4wp-form-widget input:-ms-input-placeholder {
    color: #bbb !important;
}

.mc4wp-form-widget input[type="submit"] {
    background: var(--buildex-primary-color, #ffaa17);
    width: 160px;
    line-height: 45px;
    min-height: 45px;
    padding: 0;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
}

.mc4wp-form-widget.style-1 button span {
    background-color: var(--buildex-primary-color, #ffaa17);
}

.mc4wp-form-widget input[type="submit"]:hover {
    transform: translateY(-2px);
    transition: all 500ms ease;
}

/* Style 2 */
.mc4wp-form-widget.style-2 .mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-widget.style-2 input[type="email"] {
    background-color: #fff;
    border-radius: 0;
    border: none;
    padding: 0 80px 0 15px;
    margin-bottom: 0;
    line-height: 50px;
}

.dark .mc4wp-form-widget.style-2 input[type="email"] {
    background-color: #222429;
    color: #ddd;
}

.mc4wp-form-widget.style-2 button,
.mc4wp-form-widget.style-2 input[type="submit"] {
    background-color: var(--buildex-primary-color, '#ffaa17');
    background-image: url(../img/paper-plane.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 0px;
    width: 60px;
    height: 45px;
    position: absolute;
    right: 7.5px;
    top: 50%;
    text-indent: 9999px;
    transform: translateY(-50%);
}

.mc4wp-form-widget.style-2 button:before {
    display: none;
}

.mc4wp-form-widget.style-2 button:hover,
.mc4wp-form-widget.style-2 input[type="submit"]:hover {
    opacity: 0.85;
}

.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;
    color: var(--buildex-grey-color, #808287);
}

.dark .mc4wp-form-widget .desc {
    color: var(--buildex-grey-light-color, '#dddddd');
}

.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(--buildex-dark, #222429);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    border-radius: 2px;
}

.mc4wp-form-widget .mc-social-icons li a svg {
    fill: currentColor;
    width: auto;
    height: 16px;
}

.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
    }
}

/* ==== Instagram Feed ==== */
.feed-item {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 3px;
}

.feed-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.feed-item:hover img {
    transform: scale(1.1);
}

.feed-item a {
    background: linear-gradient(45deg, rgba(255, 106, 50, 0.9) 0%, rgba(8, 159, 172, 0.9) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.feed-item a i {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feed-item:hover a {
    visibility: visible;
    opacity: 1;
}

/* ===== Check List ===== */
.check-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 10px;
}

.check-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.check-list li i {
    background: var(--buildex-primary-color, linear-gradient(45deg, rgba(101, 182, 255, 1) 0%, rgba(75, 131, 255, 1) 100%));
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

/* ===== Section Heading ===== */
.dl-heading {
    font-family: var(--buildex-primary-font, 'Space Grotesk');
    font-size: 46px;
    line-height: 1.1;
    font-weight: 600;
    display: block;
}

.dl-heading span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.dl-heading.is-border span:before {
    background-color: #ffaa17;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.dl-heading.is-border.dt-border-animation span:before {
    width: 0%;
}

.dl-heading.is-border.dt-border-animation.animated span:before {
    width: 100%;
    transition: all 1.3s ease-in-out;
}

.dl-desc {
    margin-bottom: 0;
}

.dl-sub-heading {
    font-family: var(--buildex-primary-font, 'Space Grotesk');
    color: var(--buildex-primary-color, #ffaa17);
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.sub-heading.is-border .dl-cap,
.dl-sub-heading.is-border {
    --buildex-bd-width: 50px;
    --buildex-bd-spacing: 5px;
    padding-left: calc(var(--buildex-bd-width) + var(--buildex-bd-spacing));
    position: relative;
}

.sub-heading.is-border .dl-cap:before,
.dl-sub-heading.is-border:before {
    background-color: var(--buildex-primary-color, #ffaa17);
    width: var(--buildex-bd-width);
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .dl-caption br,
    .dl-desc br{
        display: none;
    }
}

/* Animated Dots */
.animated-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.animated-dots span {
    background-color: #ff4c4c;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 25%;
}

.animated-dots span:nth-child(2) {
    background-color: #0099e5;
    width: 8px;
    height: 8px;
    left: 5%;
    top: 85%;
}

.animated-dots span:nth-child(2) {
    background-color: #0099e5;
    width: 8px;
    height: 8px;
    left: 5%;
    top: 85%;
}

.animated-dots span:nth-child(3) {
    background-color: #ff9933;
    width: 11px;
    height: 11px;
    left: 20%;
    top: 35%;
}

.animated-dots span:nth-child(4) {
    background-color: #85c446;
    width: 14px;
    height: 14px;
    border-radius: 0;
    transform: rotate(20deg);
    left: auto;
    right: 5%;
    top: 30%;
}

.animated-dots span:nth-child(5) {
    background-color: #ff4f81;
    width: 12px;
    height: 12px;
    left: auto;
    right: 10%;
    top: auto;
    bottom: 20%;
}

.animated-dots span:nth-child(6) {
    background-color: #8e43e7;
    width: 10px;
    height: 10px;
    left: 40%;
    right: auto;
    top: auto;
    bottom: 15%;
    border-radius: 0;
    transform: rotate(20deg);
}

/* Lines */
@media(min-width:768px) {
    .lines {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .lines .line {
        background: rgba(1, 1, 1, 0.1);
        width: 1px;
        height: 100%;
        position: absolute;
        left: calc((100% - 5px) / 5);
        top: 0;
        overflow: hidden;
    }

    .lines.white .line {
        background: rgba(255, 255, 255, 0.2);
    }

    .lines .line:nth-child(2) {
        left: calc(((100% - 5px) / 5) * 2);
    }

    .lines .line:nth-child(3) {
        left: calc(((100% - 5px) / 5) * 3);
    }

    .lines .line:nth-child(4) {
        left: calc(((100% - 5px) / 5) * 4);
    }

    .lines .line:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--buildex-primary-color) 75%, var(--buildex-primary-color) 100%);
        content: "";
        width: 100%;
        height: 15vh;
        display: block;
        position: absolute;
        left: 0;
        top: -50%;
        -webkit-animation: line-anim 7s 0s infinite;
        animation: line-anim 7s 0s infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(.75, 0, .175, 1);
        animation-timing-function: cubic-bezier(.75, 0, .175, 1);

    }

    .lines.white .line:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    }

    .lines .line:nth-child(1)::before {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .lines .line:nth-child(3)::before {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

    .lines .line:nth-child(4)::before {
        -webkit-animation-delay: 3s;
        animation-delay: 3.5s;
    }

    @-webkit-keyframes line-anim {
        0% {
            top: -50%;
        }

        100% {
            top: 110%;
        }
    }

    @keyframes line-anim {
        0% {
            top: -50%;
        }

        100% {
            top: 110%;
        }
    }
}

/* Animated BG Image */
.animated-bg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: -1;
}

.animated-bg span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: animated-bg-rotate-center 100s linear infinite both;
}

@keyframes animated-bg-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Multiple Images */
.multiple-img-wrap .multiple-image-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-column-gap: 20px;
    position: relative;
    padding-right: 40px;
}

.multiple-img-wrap .multiple-image-holder>div:nth-child(2) {
    margin-top: 50px;
}

.multiple-img-wrap .multiple-image-holder>div:nth-child(3) {
    position: absolute;
    right: 20px;
    top: 30%;
}

.multiple-img-wrap .multiple-image-holder>div:nth-child(3) img {
    width: 140px;
}

@media (max-width: 767px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    p br {
        display: none;
    }
}

/* Parallax Section Image */
.dt-parallax-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 120px;
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 1;
}

.dt-parallax-img.dt-parallax-img-2 {
    width: 80px;
    height: 80px;
    left: auto;
    right: 5%;
    top: auto;
    bottom: 15%;
}