/* 
Theme Name: Pratesis
Description: -
Author: AW Bali Digital
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#who-we-are, #vision-mission, #journey, #approach{
    scroll-margin-top: 146px;
}
[id^="elementor-toc__heading-anchor-"] {
    scroll-margin-top: 85px !important;
}
.page-content{
	margin-top: 75px;
}
.text-red{
	color: #ef4d4d;
}
.text-blue{
	color: #2E7DBF;
}
.red-dot-sm{
	width: 6px;
	height: 6px;
	background: #ef4d4d;
	border-radius: 50%;
}
.card-pill-container{
	background: #163666;
    color: rgba(255, 255, 255, 0.8);
    border-left: 2px solid #ef4d4d;
	border-radius: 2px;
}
.list-stripe ul{
	list-style: none;
	padding: 0;
}
.list-stripe ul li{
	display: block;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-left: 20px;
}
.list-stripe.light ul li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list-stripe ul li:before{
	content: "";
	margin: auto;
	position: absolute;
	width: 10px;
	height: 1px;
	top: 0;
	bottom: 0;
	left: 0px;
	background: #ef4d4d;
}
.list-stripe ul li:last-child{
	border-bottom: none;
}
.list-card ul {
    padding: 0;
}
.list-card ul li{
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 10px 0;
	list-style-position: inside;
}
.list-card ul li::marker{
	color: #ef4d4d;
	font-size: 13px;
}
.list-card.blue ul li::marker{
	color: #2E7DBF;
	font-size: 13px;
}

/* Nav */
.btn-mobile-nav {
    width: 40px;
    height: 40px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.burger-line{
	width: 25px;
	height: 1px;
	background: #FFF;
	position: relative;
	display: block;
	transition: 0.5s ease;
}
.burger-line:before, .burger-line:after{
	content: '';
	width: 25px;
	height: 1px;
	background: #FFF;
	position: absolute;
	transition: 0.5s ease;
}
.burger-line:before{
	top: -7px;
	left: 0;
}
.burger-line:after{
	bottom: -7px;
	left: 0;
}
.btn-mobile-nav.active .burger-line {
    transform: rotate(45deg);
}
.btn-mobile-nav.active .burger-line:before {
    transform: rotate(90deg);
	top: 0px;
}
.btn-mobile-nav.active .burger-line:after {
    transform: rotate(90deg);
	bottom: 0px;
}
.mobile-overlay{
	left: 100% !important;
	z-index: 99;
	transition: 0.7s ease;
}
.mobile-overlay.active{
	left: 0% !important;
}
.sub-nav .e-anchor{
	position: relative;
}
.sub-nav .e-anchor::before{
	position: absolute;
	content: "";
	width: 0%;
	height: 2px;
	background: #ef4d4d;
	bottom: 0;
	left: 0;
	transition: 0.4s ease;
}
.nav-main, .nav-main > nav{
	align-items: center;
	height: 100%;
}
.nav-main nav > ul{
	height: 100%;
}
.sub-nav .e-anchor.e-current::before{
	width: 100%;
}
.sub-nav .e-anchor:hover::before{
	width: 100%;
}

/* hero */
.tagline-eyebrow{
	position: relative;
	padding-left: 40px;
}
.tagline-eyebrow:before{
	content: '';
	position: absolute;
	margin: auto;
	height: 1px;
	width: 25px;
	background: #EF4D4D;
	left: 0;
	top: 0;
	bottom: 0;
}
.hero-ticker{
	overflow: hidden;
}
.hero-ticker ul {
    display: inline-flex;
    width: max-content;
    list-style: none;
	padding: 0;
	animation: marquee 25s linear infinite;
}
.hero-ticker ul li{
	padding: 0 25px;
	border-right: 1px solid rgba(255,255,255,0.3);
	letter-spacing: 1px;
}

/* Pilar */
.sec-pilar{
	overflow: hidden;
}
.hero-badge{
	height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-badge svg{
	width: 16px;
    height: 16px;
    stroke: #ef4d4d;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
}

/* Main Wrapper */
.ol-theme {
    padding: 0;
}

/* Ordered List */
.ol-theme ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: mission;
}

/* List Item */
.ol-theme ol > li {
    counter-increment: mission;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: relative;
}

.ol-theme ol > li:last-child {
    border-bottom: none;
}
.ol-theme.sm ol > li{
	padding: 5px 0;
	border: none;
}
.ol-theme.sm ol > li strong{
	color: #FFF;
}
.ol-theme.sm ol > li p{
	margin-bottom: 10px;
}

.list-primary ul{
	padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-primary.with-border ul{
	gap: 0;
}
.list-primary ul li::marker{
	color: #ef4d4d;
}
.list-primary.blue ul li::marker{
	color: #2E7DBF;
}
.list-primary.with-border ul li{
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list-primary.with-border ul li::last-child{
	border-bottom: none;
}

/* Number */
.ol-theme ol > li::before {
    content: counter(mission, decimal-leading-zero);
    flex: 0 0 40px;
    color: #ff4d4f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.6;
	padding-top: 5px;
}

/* Text Container */
.ol-theme ol > li > div {
    flex: 1;
    color: #cfd8e3;
    font-size: 18px;
    line-height: 1.8;
}

/* Bold opening statement */
.ol-theme ol > li > div strong {
    color: #fff;
    font-weight: 700;
}

.val-icon {
    width: 40px;
    height: 40px;
    background: rgba(239, 77, 77, .08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.val-icon svg{
	width: 20px;
    height: 20px;
    stroke: #ef4d4d;
    fill: none;
    stroke-width: 1.8;
}
.val-icon.blue {
    background: rgba(46, 125, 191, .2);
}
.val-icon.blue svg{
    stroke: rgba(46, 125, 191, 1);
}
.managed-icon {
    width: 44px;
    height: 44px;
    background: #163666;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.managed-icon svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.8;
}

.block-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.block-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke-width: 1.8;
}

/* Timeline */
.timeline-custom:before{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2.5px solid #ef4d4d;
	left: -7px;
	background: #FFF;
	top: 35px;
}

/* People */
.j-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ef4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: .3s;
}
.j-dot svg {
    width: 22px;
    height: 22px;
    stroke: #ef4d4d;
    fill: none;
    stroke-width: 1.8;
}

/* Tabs */
.e-n-tabs-heading{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Ecosystem */
#ecosystem-active{
	position: relative;
}
#ecosystem-active:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #ef4d4d;
}
#ecosystem-active a span{
	color: #FFF !important;
}

/* Contact */
.contact-map{
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}

/* Blog */
.blog-table-content{
	border: none !important;
}
.blog-table-content .elementor-toc__header{
	padding: 0;
	border: none !important;
}
.blog-table-content .elementor-toc__body{
	padding: 20px 0px !important;
}
.blog-table-content .elementor-toc__list-item-text-wrapper:before{
	display: none !important;
}
.blog-table-content .elementor-toc__list-item-text-wrapper a{
	height: 30px;
	padding-left: 15px;
	line-height: 30px;
}
.blog-table-content .elementor-toc__list-item-text-wrapper a.elementor-item-active{
	border-left: 3px solid #ef4d4d;
}
.blog-author .elementor-author-box__name{
	margin: 0;
}
.blog-author .elementor-author-box__avatar, .blog-author .elementor-author-box__text{
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-content p{
	text-align: justify;
}
.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6{
	color: #163666;
	font-weight: 700;
}
.blog-content h2{
	font-size: 28px;
}
.blog-content h3{
	font-size: 24px;
}
.blog-content h4{
	font-size: 20px;
}
.blog-content a{
	text-decoration: underline;
	color: #163666;
}
.blog-content p > a{
	color: #ef4d4d;
}
.article-cat > span{
	display: flex;
	gap: 10px;
}
.article-cat > span span{
	padding: 8px 13px;
	background: #EAF3FB;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .ol-theme ol > li {
        gap: 18px;
        padding: 22px 0;
    }

    .ol-theme ol > li::before {
        flex-basis: 32px;
        font-size: 12px;
    }

    .ol-theme ol > li > div {
        font-size: 16px;
        line-height: 1.7;
    }
	.blog-content h2{
		font-size: 22px;
	}
	.blog-content h3{
		font-size: 20px;
	}
	.blog-content h4{
		font-size: 18px;
	}
	.blog-content p{
		font-size: 15px;
	}
	
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}