.main-menui nav ul li a {
    border-radius: 50px !important;
}

.invester_cont h2 {
    white-space: nowrap !important;
}

.inveat_relative {
    position: relative;
}

.about-text-title {
    max-width: 1560px !important;
    width: 100% !important;
    padding: 0 30px;
}

.about-text-title h2 {
    margin: 0;
    font-family: Red Hat Display;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.about-outer>div {
    padding: 120px 0 !important;
}

.global-outer {
    margin: 0 !important;
    padding: 120px 0 !important;
}

.global-outer>.e-con-inner {
    max-width: 1750px !important;
    width: 100% !important;
    padding: 0 30px !important;
}

.global-li ol {
    margin: 0 !important;
}

.global-li ol li::marker {
    font-family: Red Hat Display;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 100% !important;
    letter-spacing: 0;
}

.global-li ol li h2 {
    font-family: Red Hat Display;
    font-weight: 900;
    font-size: 55px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.g-focus {
    margin-bottom: 50px !important;
}

.eael-entry-meta {
    position: absolute;
    top: 0;
    left: 10px;
}

article.eael-grid-post {
    padding-top: 30px !important;
    position: relative;
}

.sp-featured-image {
    aspect-ratio: unset !important;
}

.sp-featured-image img {
    border-radius: 12px;
}

.sp-body h3 {
    font-size: 24px !important;
}

.sp-body h2 {
    font-size: 36px !important;
}

@media screen and (max-width: 1499px) {
    header .elementor-element.elementor-element-3e943cd {
        padding: 15px;
    }

    header .elementor-element.elementor-element-fd607f9 a {
        font-size: 14px !important;
    }

    header .elementor-39 .elementor-element.elementor-element-5299175 .elementor-button {
        font-size: 17px !important;
    }

}

@media screen and (max-width:1399px) {}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

@media (max-width: 991px) {
    .global-li ol li h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .global-li ol li h2 {
        font-size: 30px;
    }

    .global-focus-list {
        padding-left: 20px !important;
    }

    .global-outer {
        padding: 60px 0 !important;
    }
    .sp-body h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 576px) {
    .global-li ol li h2 {
        font-size: 20px;
    }
}
@media (min-width: 576px) {
    .cstm-cont > .e-con-inner,.sp-container{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .cstm-cont > .e-con-inner,.sp-container{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .cstm-cont > .e-con-inner,.sp-container{
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cstm-cont > .e-con-inner,.sp-container{
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .cstm-cont > .e-con-inner,.sp-container{
        max-width: 1320px;
    }
}
@media (min-width: 1599px) { 
    .cstm-cont > .e-con-inner,.sp-container{
        max-width: 1440px;
    }
}
body {
    margin: 0;
    cursor: default; 
  }
.follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px #000;
    transition: width 0.2s ease, height 0.2s ease;
  }
 .slider-container {
            width: 100%;
            max-width: 1200px;
            text-align: center;
            position: relative;
        }

        .heading-slider {
            width: 100%;
            overflow: hidden;
        }

        .slide-heading {
            font-size: 50px;
            font-weight: 900;
			text-transform: uppercase;
            padding: 20px;
            outline: none;
            transition: all 0.6s ease;
            color: #d4d4d4;
            opacity: 0.3;
            transform: scale(0.8);
        }

        /* Active slide styling */
        .slick-current {
            color: #000000 !important;
            opacity: 1 !important;
            transform: scale(1) !important;
        }

        /* Hide default arrows */
        .slick-prev,
        .slick-next {
            display: none !important;
        }

        /* Custom dots */
        .slick-dots {
            position: fixed;
            right: 50px;
            top: 50%;
            transform: translateY(-50%);
            width: auto;
            display: flex !important;
            flex-direction: column;
            gap: 15px;
        }

        .slick-dots li {
            width: 12px;
            height: 12px;
            margin: 0;
        }

        .slick-dots li button {
            width: 12px;
            height: 12px;
            padding: 0;
        }

        .slick-dots li button:before {
            font-size: 12px;
            width: 12px;
            height: 12px;
            color: #d4d4d4;
            opacity: 1;
        }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: 1;
            transform: scale(1.3);
        }

        /* Slick track */
        .slick-track {
            display: flex;
            flex-direction: column;
        }

        .slick-list {
            overflow: hidden;
        }
/* (ak 27/1) */
.eael-grid-post.category-uncategorized .eael-grid-post-holder {
    border: unset !important;
}
.eael-grid-post.category-uncategorized .eael-entry-meta {
    width: calc(100% - 80px);
    left: 40px;
    top: 20px;
    justify-content: space-between;
    align-items: center;
}
.blogs-bottom .eael-grid-post.category-uncategorized .eael-entry-meta {
    width: calc(100% - 60px);
    left: 30px;
}
.eael-grid-post.category-uncategorized {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    padding-top: 60px !important;
}
.blogs-top .eael-grid-post.category-uncategorized {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    padding-top: 60px !important;
}

 .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a,.sp-meta .sp-meta-sep {
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 71, 28, 1);
    text-transform: capitalize;
}
.blogs-top .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a,.sp-meta .sp-meta-sep {
    font-size: 20px;
}

.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on time,.sp-meta .sp-meta-item {
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}
.blogs-top .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on time,.sp-meta .sp-meta-item {
    font-size: 16px;
}
.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
    margin-inline: 0px;
    column-count: 2;
}

.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized {
    width: 100%;
    margin-inline: auto;
}

.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-media {
    max-height: 200px;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.blog-cont > .e-con-inner {
    gap: 100px;
}
.recent-blog-div .div-border {
    padding: 25px 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}
.post-srch-cont .elementor-widget-container .hfe-search-button-wrapper .hfe-search-form__input {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    background: transparent;
    color: rgba(149, 144, 144, 1);
}
.recent-blog-div .post-srch-cont .elementor-heading-title.elementor-size-default {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
}

.recent-blog-div .post-srch-cont .elementor-heading-title.elementor-size-default::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 68px;
    height: 1.5px;
    background: #000;
}
.sp-body h3 {
    font-family: 'Red Hat Display';
    font-size: 36px;
    line-height: 1.2;
}
.sp-body ul {
    margin-left: unset;
}
.eael-load-more-button-wrap #eael-load-more-btn-c08a396 {
    background: linear-gradient(360deg, #FE552F 0%, #FF8F43 100%);
    border-radius: 50px;
}
/***********/
        /* Responsive */
@media only screen and (max-width: 1599px){
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three {
    gap: 22px;
}
	.sp-container {
    gap: 40px !important;
}
}
@media only screen and (max-width: 1499px){
	.blog-cont > .e-con-inner {
    gap: 60px;
}
	.sp-body h3 {
    font-size: 32px;
 
    margin-block: 18px;
}
	.sp-post-title {
    font-size: 42px !important;
}
	.sp-body {
    font-size: 18px !important;
}
	
}
@media only screen and (max-width: 1399px){
	.blog-cont > .e-con-inner {
    gap: 40px;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three {
    gap: 16px;
}
	.sp-body p {
    margin-bottom: 14px !important;
}
	.sp-featured-image {
    margin-bottom: 24px !important;
}
	.recent-blog-div .div-border {
    padding: 20px !important;
}
}
@media only screen and (max-width: 1199px){
	.blogs-top article.category-uncategorized {
    width: 100% !important;
}
	.blog-cont > .e-con-inner {
    gap: 20px;
}
	.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a {
    font-size: 16px;
}
	.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on time {
    font-size: 12px;
	}
	.blogs-bottom .eael-grid-post.category-uncategorized .eael-entry-meta {
    width: calc(100% - 40px);
    left: 20px;
	top: 25px;
}
	.sp-post-title {
    font-size: 36px !important;
}
	.sp-meta {
    margin-bottom: 20px !important;
}
	.sp-container {
    gap: 22px !important;
}
	.crp-search-container {
    margin-bottom: 24px !important;
}
	.sp-body h3 {
    font-size: 28px;
    margin-block: 10px;
}
	.sp-body {
    font-size: 16px !important;
}
	.sp-page-wrapper {
    padding-bottom: 60px !important;
}
}
@media only screen and (max-width: 991px){
	.blog-cont > .e-con-inner {
    gap: 10px;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three {
    gap: 10px;
}
	.eael-grid-post.category-uncategorized {
    border-radius: 15px;
    padding-top: 40px !important;
}
	.blogs-bottom .eael-grid-post.category-uncategorized .eael-entry-meta {
    left: 14px;
    top: 14px;
}
/* 	.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a {
    font-size: 14px;
} */
	.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by {
    padding-right: 0 !important;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a, .sp-meta .sp-meta-sep{
    font-size: 18px;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on time, .sp-meta .sp-meta-item{
    font-size: 14px;
}
	.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a {
    font-size: 12px;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-wrapper {
    padding: 6px;
}
	.blogs-top .eael-grid-post.category-uncategorized {
    border-radius: 15px;
	top: 15px;
	padding: 16px !important;
    padding-top: 50px !important;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header h2.eael-entry-title a {
    font-size: 30px !important;
    line-height: 1.2 !important;
}

.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header h2.eael-entry-title {
    line-height: 1.2;
	margin-bottom: 10px;
}
.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content .eael-grid-post-excerpt p {
    font-size: 18px;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content .eael-grid-post-excerpt p {
    font-size: 18px;
}

.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-wrapper .eael-entry-header .eael-entry-title {
    line-height: 1.2;
    margin-bottom: 8px;
}

.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-wrapper .eael-entry-header .eael-entry-title .eael-grid-post-link {
    font-size: 18px;
}

.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-wrapper .eael-entry-content .eael-grid-post-excerpt p {
    font-size: 14px;
}
	.eael-grid-post.category-uncategorized .eael-entry-meta {
    width: calc(100% - 60px);
    left: 30px;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-media {
    border-radius: 10px;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three {
    margin-bottom: 30px;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper {
    padding-inline: 6px;
}
	.eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on time {
    font-size: 10px;
}
	.blogs-bottom .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on::before {
    padding-right: 2px !important;
    display: none;
}
	.recent-blog-div .div-border {
    padding: 20px 16px !important;
}
	.recent-blog-div .recent-post-cont .crp-list .crp-item .crp-thumb {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
	.recent-blog-div .recent-post-cont .crp-list .crp-item .crp-content .crp-date {
    font-size: 10px;
}
	.recent-blog-div .recent-post-cont .crp-list .crp-item .crp-content .crp-title, .recent-blog-div .recent-post-cont .crp-list .crp-item .crp-content .crp-title a {
    font-size: 14px;
    line-height: 1.2;
}
	.recent-blog-div .recent-post-cont .crp-list .crp-item {
    margin-bottom: 20px;
}
	.sp-container {
    grid-template-columns: 1fr 225px !important;
	gap: 18px !important;
}
	.sp-post-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
}
	.sp-body h3 {
    font-size: 24px;
    margin-block: 8px;
}
	.crp-search-container {
    margin-bottom: 20px !important;
}
	.sp-body p {
    margin-bottom: 8px !important;
}
	.sp-meta {
    margin-bottom: 14px !important;
}
	.sp-page-wrapper,.blog-cont {
    padding-bottom: 50px !important;
}
}
@media only screen and (max-width: 767px){
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header h2.eael-entry-title a {
    font-size: 26px !important;
    line-height: 1.2 !important;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-content .eael-grid-post-excerpt p {
    font-size: 16px;
}
	.blogs-top .eael-grid-post.category-uncategorized {
    padding: 12px !important;
	padding-top: 50px !important;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized {
    max-width: 243px;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized .eael-entry-wrapper .eael-entry-header .eael-entry-title .eael-grid-post-link {
    font-size: 16px;
}
	.blogs-bottom .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on::before {
    padding-right: 4px !important;
    display: inline-block;
}
	.sp-container,.blog-cont > .e-con-inner{
	display: flex !important;
		flex-direction: column-reverse !important;
	}
	.sp-sidebar-col.recent-blog-div,.recent-blog-div{
    margin-top: 30px;
    max-width: 350px !important;
}
	.recent-blog-div{
    margin-top: 0px;
}
	.sp-categories-box {
    margin-top: 20px !important;
}
	.sp-post-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
}
	.sp-nav {
    margin-top: 30px !important;
    padding-top: 22px !important;
}
	.recent-blog-div .div-border {
    padding: 16px !important;
}
	.sp-page-wrapper,.blog-cont {
    padding-bottom: 40px !important;
}
	.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three{
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 575px){
.blogs-bottom .eael-post-grid-container .eael-post-grid-style-three article.category-uncategorized {
    max-width: 100%;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header h2.eael-entry-title a {
    font-size: 22px !important;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header h2.eael-entry-title {
    line-height: 1;
    margin-bottom: 8px;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-by a, .sp-meta .sp-meta-sep {
    font-size: 15px;
}
	.blogs-top .eael-grid-post.category-uncategorized .eael-entry-meta .eael-posted-on time, .sp-meta .sp-meta-item{
    font-size: 12px;
}
	.eael-grid-post.category-uncategorized .eael-entry-meta {
    width: calc(100% - 40px);
    left: 20px;
}
	.post-srch-cont .elementor-widget-container .hfe-search-button-wrapper .hfe-search-form__input {
    font-size: 14px !important;
}
	.sp-meta-item {
    margin-right: 16px !important;
}
	.sp-author-avatar {
    width: 28px !important;
    height: 28px !important;
    margin-right: 6px !important;
}
	.sp-post-title {
    font-size: 22px !important;
    margin-bottom: 10px !important;
}
	.sp-meta {
    margin-bottom: 10px !important;
}
	.sp-featured-image {
    margin-bottom: 16px !important;
}
	.sp-body {
    font-size: 14px !important;
}
	.sp-body h3 {
    font-size: 20px !important;
}
	.recent-blog-div .div-border {
    padding: 16px 14px !important;
}
	.sp-page-wrapper,.blog-cont {
    padding-bottom: 30px !important;
}
	.sp-nav .nav-previous, .sp-nav .nav-next {
    font-size: 12px !important;
}
	.sp-sidebar-col.recent-blog-div {
    margin-top: 0px !important;
}
	.crp-search-input {
    padding: 12px 40px 12px 15px !important;
}
}
        @media (max-width: 768px) {
            .slick-dots {
                right: 20px;
            }
			.slide-heading{
				font-size: 30px;
			}
        }

       .container_balls {
            height: 25rem;
            border-radius: 15px;
            position: relative;
            overflow: hidden;
            max-width: 90vw;
            max-height: 70vh;
        }

        .ball {
            position: absolute;
            border-radius: 50%;
            transition: transform 0.2s ease;
            cursor: move;
            user-select: none;
            touch-action: none;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 150px;
            height: 150px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            padding: 20px;
			color: #000;
            overflow: hidden;
           
        }
@media (max-width: 991px){
	.ball{
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.main-ball{
		font-size: 18px;
	}
	.container_balls{
		height: 80vh;
	}
	.global-focus-list li{
		padding: 30px 0px !important;
	}
}
@media (max-width: 767px){
	.ball{
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.main-ball{
		font-size: 16px;
	}
	.container_balls{
		height: 90vh;
	}
	.global-focus-list li{
		padding: 20px 0px !important;
	}
}
@media (max-width: 575px){
	.ball{
		width: 100px;
		height: 100px;
		font-size: 12px;
	}
	.main-ball{
		font-size: 14px;
	}
	.container_balls{
		height: 100vh;
	}
	.global-focus-list li{
		padding: 15px 0px !important;
	}
}
.main-ball{
	font-size: 20px;
}
        .ball.dragging {
            z-index: 1000;
            transform: scale(1.1);
        }

.orage_bx{
	right: 0;
    bottom: 90%;
}
.inveat_relative{
	overflow: inherit !important;
}
.orage_bx .static-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.certificate-grid h2 strong {
     color: #FF471C;
}
.certificate-grid h3 strong {
     color: #FF471C;
}
.home_scl_btns{
	display: block;
}
.home_scl_btns a{
	display: block;
	padding: 0 !important;
}
.home_scl_btns .elementor-button-icon{
	transform: rotate(-45deg);
}
.hero_sec_bottom_btns .elementor-heading-title{
	white-space: nowrap;
}
.global-focus-list{
	list-style-type: none !important;
}
.global-focus-list li{
	color: #000;
	transition: 0.4s;
	margin: 0 !important;
	padding: 40px 0px;
	border-bottom: 1px dotted #00000017; 
	display: flex;
	align-items: center;
	gap: 10px;
}
.global-focus-list li span{
	font-weight: 500;
	font-size: 25px;
}
.global-focus-list li:last-child{
	border: none; 
}
.global-focus-list:hover li{
	color: #959090;
	transition: 0.4s;
}
.global-focus-list li:hover{
	color: #000;
	transition: 0.4s;
}
.global-outer .g-focus{
	margin-bottom: 0 !important;
}
.contact-form-cont .half-row {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    gap:20px;
    justify-content: space-between;
}

.contact-form-cont input, .contact-form-cont textarea {
    width: 100%;
}
.slide-heading{
	white-space: nowrap;
	padding: 0 !important;
	text-align: left !important;
	height: unset !important;
	line-height: 1.2;
	opacity: 1 !important;
	color: #000 !important;
	transform-origin: left;
}
.slick-current.slide-heading{
	transform-origin: left;
}
.slider-container{
	position: relative;
}
.slider-container:before{
	content: "";
	display: block;
	height: 60px;
	width: 100%;
	background: linear-gradient(180deg, #ffffff, #ffffff00);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.slider-container:after{
	content: "";
	display: block;
	height: 60px;
	width: 100%;
	background: linear-gradient(180deg, #ffffff00, #ffffff);
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.continuous-smooth-section {
            margin-bottom: 15px;
        }

        .continuous-smooth-slider-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            border-radius: 12px;
        }

        .continuous-smooth-slider-track {
            display: flex;
            width: max-content;
        }

        .continuous-smooth-slide {
            width: 400px;
            height: 300px;
            margin: 0 10px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            flex-shrink: 0;
            transition: transform 0.3s ease;
            overflow: hidden;
        }

        .continuous-smooth-slide:hover img {
            transform: scale(1.05);
        }

        .continuous-smooth-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
			border-radius: 10px;
			transition: transform 0.3s ease;
        }
       
        @media (max-width: 768px) {
            .continuous-smooth-slide {
                width: 250px;
                height: 180px;
            }
			.slider-container:before{
				background: linear-gradient(180deg, #ffffff 50%, #ffffff00);			
			}
			.slider-container:after{
				background: linear-gradient(180deg, #ffffff00 , #ffffff 50%);			
			}
        }
@media (max-width: 575px) {
            .continuous-smooth-slide {
                width: 200px;
                height: 120px;
            }
        }
.scroll-heading{
	transform: translatex(50vw);
}
.home-first-section{
	margin-bottom: 150vh;	
}
        .home-second-section {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .home-second-section .home-second-section-content {
            opacity: 0;
            transform: translateY(50px);
        }
#masthead{
	background-color: #fff;
}
.adrin-footer{
	z-index: 3;
	position: relative;
}
.page{
	margin: 0 !important;	
}
.mobile-menu-email, .mobile-contact-btn{
		display: none;
	}
.mobile-menu-container, .main-menui{
	position: unset !important;
}
nav.hfe-nav-menu__submenu-arrow.hfe-dropdown{
	position: absolute;
	left: 0;
	top: 100%;
}
@media (max-width: 1023px){
	.mobile-menu-email, .mobile-contact-btn{
		display: inline-block;
	}
	.only-desktop-menu-items{
		display: none;
	}
}
.ftr-logos-item .ftr-logos{
	filter: grayscale(1) brightness(1.8);
	transition: 0.4s;
}
.ftr-logos-item:hover .ftr-logos{
	filter: none;
	transition: 0.4s;
}
.ftr-logos-item .ftr-logos img{
	max-width: 200px;
	max-height: 50px;
	object-fit: contain;
}
.uniq-value-list{
	padding-left: 30px !important;
	margin: 0 !important;
}
.uniq-value-list{
	list-style-type: none;
}
.uniq-value-list li{
	position: relative;
	margin-bottom: 7px;
}
.uniq-value-list li:before{
	content: "";
	background-image: url(https://adrianvanzyl.com/wp-content/uploads/2025/11/Vector-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	height: 20px;
	width: 20px;
	left: -30px;
	top: 5px;
}
.retro-comp-list{
	padding-left: 30px !important;
}
.retro-comp-list li:before{
	content: "";
	background-image: url(https://adrianvanzyl.com/wp-content/uploads/2025/11/Vector-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	height: 20px;
	width: 20px;
	left: -30px;
	top: 5px;
}
.personal-sc-icons{
	width: fit-content !important;
}
.contact-form-cont input, .contact-form-cont textarea{
	border: 1px solid #00000017;
	border-radius: 8px;
	background-color: #fff;
	padding: 15px;
	transition: 0.4s;
}
.contact-form-cont input:focus-visible, .contact-form-cont textarea:focus-visible{
	border: 1px solid #000000;
	outline: none !important;
}
.contact-form-cont .wpcf7-submit{
	background: linear-gradient(0deg, #FE552F, #FF8F43);
	padding: 18px 20px	;
	width: 100%;
	color: #fff;
	border-radius: 100px;
	border: none !important;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.contact-form-cont p{
	margin: 0 !important;
}
.contact-form-cont .row{
	margin-bottom: 15px !important;
}
.contact-form-cont{
	font-family: "Red Hat Display", Sans-serif;
}
.contact-form-cont label{
	color: #000;
	margin-bottom: 3px;
	font-weight: 600;
	display: inline-block;
}
.contact-form-cont textarea{
	height: 150px;
}
@media (max-width: 767px){
	.contact-form-cont .half-row{
		flex-direction: column;
		gap: 15px;
	}
	.pt-tabs .e-n-tab-title{
		padding: 5px 10px !important;
		margin: 0 !important;
		white-space: nowrap;
	}
	.pt-tabs .e-n-tabs-heading{
		display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
	}
}
@media (max-width: 1799px) and (min-width: 768px){
	.main-header>div:nth-child(3){
		display: none;	
	}
	.main-header>div:nth-child(1){
		width: 75% !important;	
	}
}
nav.hfe-nav-menu__layout-horizontal{
	width: 100% !important;
}
.pt-tabs .eael-grid-post-holder-inner {
    padding: 20px;
}
.pt-tabs .eael-entry-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px !important;
}
.pt-tabs .eael-grid-post-holder-inner {
    flex-direction: column-reverse;
    gap: 20px;
}
.pt-tabs article.eael-grid-post.eael-post-grid-column{
	pointer-events: none !important;
}
.healthspan-content p{
	margin: 0 !important;
}
.healthspan-content ol, .healthspan-content ul{
	margin-left: 0 !important;
}
.healthspan-pages p{
	margin: 0 !important;
}
.healthspan-pages ol, .healthspan-pages ul{
	margin-left: 0 !important;
}
.healthspan-innerpages-banner .healthspan-innerpages-img{
	height: 500px;
}
@media (max-width: 767px){
	.healthspan-innerpages-banner .healthspan-innerpages-img{
		height: 300px;
	}
}
.healthspan-innerpages-banner .healthspan-innerpages-img img{
	object-fit: cover;
}
.adrin-footer .hfe-nav-menu .menu-item-has-children .sub-menu {
    top: unset !important;
    bottom: 100%;
}
.adrin-footer .sub-menu a{
	color: #000 !important;
}
.adrin-footer .sub-menu a:hover{
	color: #fff !important;
	background: #000 !important;
}
.page-id-3467 .eael-grid-post{
	padding-top: 0px !important;
}
.page-id-3467 .eael-entry-meta {
    gap: 50px;
}
.page-id-3467 .eael-grid-post .eael-entry-meta{
	left: 0 !important;
    top: 0 !important;
    position: relative !important;
}
.page-id-3467 .eael-posted-by a {
    color: #ff471c !important;
    font-weight: 700;
    font-size: 18px;
	font-family: "Red Hat Display", Sans-serif !important;
}
.page-id-3467 .eael-entry-content {
    order: 3;
}
.page-id-3467 .eael-entry-header-after {
    order: 1;
}
.page-id-3467 header.eael-entry-header {
    order: 2;
}
.page-id-3467 .eael-grid-post-holder-inner {
    padding: 20px;
}
.page-id-3467 a.eael-post-elements-readmore-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
}
.page-id-3467 .eael-entry-wrapper {
    display: flex;
    flex-direction: column;
    padding: 29px 0px 10px;
}
.page-id-3467 a.eael-post-elements-readmore-btn:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: url(https://adrianvanzyl.com/wp-content/uploads/2026/03/Vector-9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-3467 .eael-posted-on{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 5px;
}
.page-id-3467 .eael-posted-on:before{
	display: none;
}
.page-id-3467 .eael-posted-on:after{
	content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(https://adrianvanzyl.com/wp-content/uploads/2026/03/uiw_date.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-3467 .eael-grid-post.eael-post-grid-column{
	width: 100%;
}
.page-id-3467 .eael-post-grid.eael-post-appender.eael-post-appender-c08a396.eael-post-grid-style-one {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
}
.page-id-3467 .blogs-top .eael-grid-post-holder-inner {
    flex-direction: row !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.page-id-3467 .blogs-top header.eael-entry-header {
    order: 1;
}
.page-id-3467 .blogs-top .eael-entry-content {
    order: 2;
}
.page-id-3467 .blogs-top .eael-entry-header-after {
    order: 3;
	margin-top: 30px;
}
.page-id-3467 .blogs-top .eael-grid-post-holder-inner {
    padding: 40px;
}
@media (max-width: 767px){
	.page-id-3467 .eael-post-grid.eael-post-appender.eael-post-appender-c08a396.eael-post-grid-style-one{
		gap: 15px;
	}
	.page-id-3467 .blogs-top .eael-grid-post-holder-inner{
		gap: 25px;
	}
	.page-id-3467 .eael-entry-meta {
    	gap: 20px;
	}
	.page-id-3467 .blogs-top .eael-grid-post-holder-inner {
		padding: 20px;
	}
	.page-id-3467 .eael-posted-by a {
		font-size: 16px;
	}
}
@media (max-width: 575px){
	.page-id-3467 .eael-post-grid.eael-post-appender.eael-post-appender-c08a396.eael-post-grid-style-one {
		grid-template-columns: 1fr;
	}
	.page-id-3467 .blogs-top .eael-grid-post-holder-inner{
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.page-id-3467 .eael-entry-meta {
    	gap: 5px;
	}
}
