.hd-sp-primary span {
    color: var(--e-global-color-primary);
}

.hd-sp-secondary span {
    color: var(--e-global-color-secondary);
}

.hd-sp-tertiary span {
    color: var(--e-global-color-text);
}

.hd-sp-white span {
    color: #fff;
}

.simple-btn a .elementor-button-icon svg {
    width: 28px;
}

.three-btn a:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}


.instagram-carousel {
    position: relative;
}

.instagram-carousel .content-item {
    max-width: 95%;
    margin: 20px auto;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    transition: all 0.5s;
}

.instagram-carousel .content-item .dis-block {
    padding: 18px;
    position: absolute;
    bottom: 0;
	    left: 0;
    right: 0;
    min-height: 125px;
    background: #ffff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.instagram-carousel .content-item h3 {
    font-size: 20px;
    font-family: "Gilroy", Sans-serif;
    color: var(--e-global-color-primary);
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.instagram-carousel .content-item:hover .dis-block {
    visibility: visible;
    opacity: 1;
}

.instagram-carousel .content-item:hover {
    box-shadow: 0 15px 15px rgb(0 0 0 / 5%);
}

.instagram-carousel .content-item h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    border-radius: 100%;
    background: var(--e-global-color-primary);
    margin: 0 auto;
}

.instagram-carousel .content-item .follow-link {
    font-size: 14px;
    font-family: "Gilroy", Sans-serif;
	    color: #0d5189;
    font-weight: bold;
}

.instagram-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--e-global-color-text) !important;
    border-radius: 100% !important;
    background: var(--e-global-color-text) !important;
    color: #fff !important;
    font-size: 24px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.instagram-carousel .owl-nav button.owl-next {
    right: -40px;
}

.instagram-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.instagram-carousel .owl-nav [class*=owl-]:focus {
    outline: none;
}

.sticky-btns .elementor-icon-list-item a {
    background: var(--e-global-color-primary);
    padding: 15px 20px;
    justify-content: center !important;
    text-align: center !important;
    color: #fff;
}


.instagram-carousel .content-item .img-block {
    position: relative;
}

.instagram-carousel .content-item .img-block .ig-icon-link {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #FFFFFF;
    color: #000;
    box-shadow: 5px 5px 10px rgb(170 62 62 / 50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.instagram-carousel .content-item:hover .ig-icon-link {
    opacity: 1;
    visibility: visible;
}


.instagram-carousel .content-item:hover .ig-icon-link:hover {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff;
}

.cs-tabs .elementor-tabs {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.cs-tabs .elementor-tabs .elementor-tabs-wrapper {
    overflow: visible !important;
    order: 1;
    gap: 15px;
    padding: 0 100px;
}

.cs-tabs .elementor-tabs .elementor-tabs-content-wrapper {
    order: 0;
}

.cs-tabs .elementor-tabs .elementor-tab-desktop-title {
    border: 1px solid var(--e-global-color-primary) !important;
    background: #F5F5F5 !important;
    transition: all 0.5s;
}

.cs-tabs .elementor-tabs .elementor-tab-desktop-title.elementor-active {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}


.cs-tabs .elementor-tabs .elementor-tab-mobile-title {
    border: 1px solid var(--e-global-color-primary) !important;
    margin-bottom: 10px;
    font-weight: 800;
}

.elementor-13 .elementor-element.elementor-element-2b56bdb .elementor-tab-title.elementor-active {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:first-child {
    order: 1;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:nth-child(2) {
    order: 0;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:nth-child(3) {
    order: 2;
}




.text-carousel {
    position: relative;
}

.text-carousel .content-item {
    color: #fff;
}

.text-carousel .dis-block {
    max-width: 700px;
}

.text-carousel .dis-block h2 span {
    color: var(--e-global-color-text);
}

.text-carousel .owl-dots {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    gap: 5px;
}

.text-carousel .owl-dot {
    position: relative;
}

.text-carousel .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    padding: 0 !important;
    background: #ffff;
    position: relative;
}

.text-carousel .owl-theme .owl-dots .owl-dot.active span {
    background: var(--e-global-color-text);
}


.text-carousel .owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    border-radius: 100%;
    border: 5px solid transparent;
    transition: all 0.5s;
}

.text-carousel .owl-theme .owl-dots .owl-dot.active span:before {
    border-color: rgb(254 191 25 / 30%);
}

.text-carousel .owl-dots .owl-dot:hover,
.text-carousel .owl-dots .owl-dot:focus,
.text-carousel .owl-dots .owl-dot:active {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.text-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.text-carousel .dis-block h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.text-carousel .dis-block h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background: #fff;
    border-radius: 50px;
}


.sticky-btns .elementor-icon-list-item a {
    transition: all 0.5s;
}

.sticky-btns .elementor-icon-list-item a:hover {
    background: var(--e-global-color-text);
}





.jupiterx-scroll-top {
    border-color: var(--e-global-color-primary);
}


.sticky-btns {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.sticky-btns.active {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .raven-nav-menu {
        display: flex !important;
        gap: 25px;
        justify-content: flex-end;
    }
}



@media (max-width: 1024px) {

    .sticky-btns ul {
        flex-direction: column;
        gap: 15px;
    }
}



@media screen and (min-width: 320px) and (max-width: 767px) {
    .instagram-carousel .content-item .dis-block {
        visibility: visible;
        opacity: 1;
    }

    .sticky-btns ul {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        align-content: flex-end;
        gap: 0;
        font-size: 14px;
    }

    .sticky-btns ul li {
        margin: 0 !important;
    }

    .sticky-btns ul .elementor-icon-list-item {
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 1 !important;
    }

    .sticky-btns {
        top: auto !important;
        bottom: 0;
        left: 0;
    }

    .sticky-btns ul .elementor-icon-list-item a {
    padding: 13px 16px !important;
    font-weight: normal !important;
    font-size: 12px !important;
    }

    .jupiterx-corner-buttons {
        bottom: 45px !important;
    }
}


@media (max-width: 1280px) {
    .instagram-carousel .owl-nav button.owl-next {
        right: 0 !important;
    }

    .instagram-carousel .owl-nav button.owl-prev {
        left: 0 !important;
    }
}