/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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 */
/* H4 turn white on hover */
.color-hover-cs:hover .elementor-heading-title {
    color: #ffffff !important;
}

/* Paragraph turn white on hover */
.color-hover-cs:hover p {
    color: #ffffff !important;
}

/* Icon circle background + icon color on hover */
.color-hover-cs:hover .elementor-icon {
    background-color: #ffffff !important;
    color: #FF681A !important;
}

/* SVG inside icon */
.color-hover-cs:hover .elementor-icon svg {
    fill: #FF681A !important;
}

/* reverce of card home */
/* H4 turn white on hover */
.color-hover-cswhite:hover .elementor-heading-title {
    color: #000000 !important;
}

/* Paragraph turn white on hover */
.color-hover-cswhite:hover p {
    color: #000000 !important;
}

/* Icon circle background + icon color on hover */
.color-hover-cswhite:hover .elementor-icon {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* SVG inside icon */
.color-hover-cswhite:hover .elementor-icon svg {
    fill: #ffffff !important;
}

@media (min-width: 768px) {
    .timeline-item {
    position: relative;
    padding-right: 100px;
}

.timeline-item:nth-child(even) {
    margin-top: 80px;
    padding-left: 100px;
    padding-right: unset;
}

.timeline-item::before {
    width: 105px;
    height: 2px;
    background-color: #ffccb1;
}

.timeline-item::before, .timeline-item::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 60px;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-item::after {
    width: 10px;
    height: 10px;
    outline: 5px solid #ffccb1;
    border-radius: 50%;
    background-color: #ff681a;
}

.timeline-item:nth-child(even)::before, .timeline-item:nth-child(even)::after {
    right: unset;
    left: -5px;
}

.timeline-item:nth-child(even)::before, .timeline-item:nth-child(even)::after {
    right: unset;
    left: -5px;
}

.timeline-item::before, .timeline-item::after {
    left: unset;
}

.timeline-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ffccb1;
}
}

.short-customtext {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout-card .elementor-pagination .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #003300;
}

.layout-card .elementor-pagination .prev,
.layout-card .elementor-pagination .next {
 width: auto;
 padding: 0 20px;
}

.layout-card .elementor-pagination .page-numbers:hover,.layout-card .elementor-pagination .current {
    background-color: #FF681A;
}

