/*
Theme Name: Hello Elementor Child
Theme URI:  https://vecto.digital
Author:     VECTO Digital
Author URI: https://vecto.digital
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/



@media (max-width: 1280px) {
    .e-con-boxed {
        padding: 0 15px !important;
    }
}

.cta-gradient a.elementor-button {
     background-image:  linear-gradient(87.21deg, #000054 -39.08%, #0E7777 100%) !important ;
}


.cta-gradient a.elementor-button:hover {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(87.21deg, #000054 -39.08%, #0E7777 100%) !important;
}
.accent-green {
	color: #045C5C;
}
.elementor-widget-text-editor ul {
	color: black;
}
.elementor-widget-text-editor strong,
.elementor-widget-text-editor b{
	font-weight: 500;
}
.swiper-pagination-bullet {
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background-color: var( --e-global-color-b96e61c ) !important;
}
.two-lines .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.three-lines .elementor-heading-title ,
.three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}



.timeline .elementor-widget-icon-box:not(:last-child):after {
    content:'';
    display: block;
    height: 90px;

}


.timeline .elementor-icon-box-icon {
    padding-block: 15PX;
    background: #DFECEC;
    margin-top: -15PX;
}

.timeline:after {
    content:'';
    width:2px;
    height: 98%;
    background: var(--e-global-color-b96e61c);
    position: absolute;
}

.timeline .elementor-icon {
	position: relative;
}

.timeline .elementor-icon:before {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* Centering trick */
  
  font-family: "Caveat Brush", sans-serif;
  font-size: 30px;
  color: var(--e-global-color-b96e61c);
  z-index: 3;
}

@media( max-width: 767px ) {
	.timeline:after {
		right:32px;
	}
}

.timeline .elementor-widget-icon-box:nth-child(1) .elementor-icon:before { content: '01'; }
.timeline .elementor-widget-icon-box:nth-child(2) .elementor-icon:before { content: '02'; }
.timeline .elementor-widget-icon-box:nth-child(3) .elementor-icon:before { content: '03'; }
.timeline .elementor-widget-icon-box:nth-child(4) .elementor-icon:before { content: '04'; }
.timeline .elementor-widget-icon-box:nth-child(5) .elementor-icon:before { content: '05'; }
.timeline .elementor-widget-icon-box:nth-child(6) .elementor-icon:before { content: '06'; }
.timeline .elementor-widget-icon-box:nth-child(7) .elementor-icon:before { content: '07'; }
.timeline .elementor-widget-icon-box:nth-child(8) .elementor-icon:before { content: '08'; }
.timeline .elementor-widget-icon-box:nth-child(9) .elementor-icon:before { content: '09'; }
.timeline .elementor-widget-icon-box:nth-child(10) .elementor-icon:before { content: '10'; }


nav.elementor-pagination .page-numbers {
    font-weight: 700;
    padding: 7px;
    min-width: 34px;
    display: inline-block;
}

nav.elementor-pagination .page-numbers:hover, 
nav.elementor-pagination .current {
    background-color: var( --e-global-color-b96e61c ) ;
}

.elementor-widget-text-editor  p:last-child,
.elementor-widget-theme-post-content p:last-child  {
    margin-bottom: 0;
}


.elementor-kit-6 a.elementor-button-link:hover {
	text-decoration:none ;
}


/****************** SWITCHER ************************************/

.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding: 15.5px 12px;
    border-radius: 35px;
}
@media ( max-width: 1024px ) {
	.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    	padding: 6.5px 12px;
	}
}
 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0 !important;
    background-position: center;
    width: 18px;
    height: 8px;
    background-image: url(/wp-content/uploads/2025/10/right-icon.svg);
}
.wpml-ls-legacy-dropdown a {
    text-decoration: inherit !important;
    font-weight: inherit !important;
	line-height: inherit !important;
	font-size: inherit !important;
}



.wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.wpml-ls-sub-menu a {
	border-radius:  20px;
	border: 1px solid !important;
	text-align: center;
}


 .wpml-ls-sub-menu {
	padding-top: 3px !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
}