.elementor img {
    display: block;
}

/* ===== 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(--redias-primary-font, 'Inter');
    color: var(--redias-heading-color, #000018);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    display: block;
}

.widget-posts-list li .widget-post-content a:hover {
    color: var(--redias-primary-color, #ff6a32);
    text-decoration: underline;
}

.widget-posts-list li .widget-post-content .post-date {
    font-family: var(--redias-secondary-font, 'DM Sans');
    color: var(--redias-grey-color, #747475);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    margin-top: 10px;
}

.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-redias-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(--redias-primary-color, #ff6a32);
    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(--redias-primary-color, #ff6a32);
    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(--redias-primary-color, #ff6a32);
    color: #fff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0.5;
    }
}

.elementor-widget-redias-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(--redias-primary-color, #ff6a32);
    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(--redias-secondary-color, #089fac);
}

.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 {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.dl-carousel-dots .slick-dots li span {
    background-color: var(--redias-bg-dark, #17172f);
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out;

}

.dl-carousel-dots .slick-dots li.slick-active span {
    background-color: var(--redias-primary-color, #ff6a32);
    box-shadow: 0px 0px 0px 3px rgba(255, 101, 50, 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;
}

.nb-custom-shape {
    background-color: #ff6a32;
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(var(--redias-top-left-to-right, 0%) var(--redias-top-to-bottom-left, 15%),
            var(--redias-top-right-to-left, 100%) var(--redias-top-to-bottom-right, 0%),
            var(--redias-bottom-right-to-left, 100%) var(--redias-bottom-to-top-right, 100%),
            var(--redias-bottom-left-to-right, 0%) var(--redias-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;
}

.layout-block .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(--redias-primary-color, #ff6a32);
    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(--redias-dark-color, #111521);
}

.dl-el-items .dl-el-item .dl-el-list-content p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: var(--redias-grey-color, #747475);
    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(--redias-primary-color, #ff6a32);
}

.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(--redias-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: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(--redias-primary-color, #ff6a32);
    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(--redias-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: "";
}

/* ===== Post Navigation ===== */

/* ===== 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(--redias-white-color, #ffffff);
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--redias-dark-color, #111521);
    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(--redias-primary-color, "#ff6a32");
    color: var(--redias-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 {
    max-width: 100%;
}

/* Footer */
.footer-widgets-area .dl-widget-about .widget-brand img {
    max-width: 80%;
}
.footer-widgets-area .dl-widget-about p{
    color: var(--redias-grey-light-color, #b8b8b8);
}
@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;
}

.dl-widget-about .wt-social-icons li {
    display: inline-block;
    padding: 0;
    margin-right: 7px;
    margin-bottom: 7px;
}

.dl-widget-about .wt-social-icons li a {
    background-color: var(--redias-bg-dark-light, #212140);
    color: #ffffff;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    z-index: 1;
}

.dl-widget-about .wt-social-icons li a:hover {
    background-color: var(--redias-primary-color, #ff6a32);
    color: #fff;
    transform: translateY(-1px);
}

.mc4wp-form-widget ul.mc-social-icons li.facebook-f 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-2 a {
    background-color: #e60023;
}

.mc4wp-form-widget ul.mc-social-icons li.linkedin-in 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-2 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(--redias-primary-font, 'Syne');
    color: var(--redias-primary-color, #ff6a32);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.widget .contact-info-list li,
.widget .contact-info-list li a {
    color: var(--redias-grey-light-color, #b8b8b8);
}


.widget .contact-info-list li a:hover,
.dark .widget .contact-info-list li a:hover {
    color: var(--redias-primary-color, #ff6a32);
}

/* Subscribe Form */
.mc4wp-form-widget {
    overflow: hidden;
}

.mc4wp-form-widget label {
    font-size: 12px;
}

.mc4wp-form-widget input[type="email"] {
    background-color: var(--redias-bg-dark-light);
    color: #fff;
    width: 100%;
    height: 60px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #30304d;
    margin-bottom: 15px;
}

.mc4wp-form-widget input[type="email"]:focus {
    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(--redias-gradiant, #ff6a32);
    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(--redias-primary-color, #ff6a32);
}

.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"] {
    padding: 0 60px 0 10px;
    margin-bottom: 0;
    line-height: 50px;
}

.mc4wp-form-widget.style-2 button,
.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: 7px;
    top: 50%;
    text-indent: 9999px;
    transform: translateY(-50%);
}

.mc4wp-form-widget.style-2 button:before {
    display: none;
}

.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(--redias-grey-light-color, #b8b8b8);
}

.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(--redias-dark, #000018);
    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
    }
}

/* ==== 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;
}