/*
Theme Name: SAR Consultant
Theme URI: https://example.com/sarconsultant
Author: Raghavendra
Author URI: https://example.com
Description: A custom WordPress theme designed for SAR Consultant, optimized for consultancy businesses with modern and responsive design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarconsultant
Tags: responsive, consulting, business, custom-theme, WordPress
*/

h2 {
	font-size: 3rem;
	font-weight:700;
}

.elementor-widget-button .elementor-button {
	border-radius: 30px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 18px 18px 22px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 0;
	position: relative;
	z-index: 1;
}

.elementor-widget-button .elementor-button::after {
	content: "\f061";
	/* Unicode for Font Awesome right arrow icon */
	font-family: "Font Awesome 5 Free";
	/* Font Awesome font family */
	font-weight: 900;
	/* Use 900 for solid icons */
	margin-left: 12px;
	font-size: 12px;
	/* Adjust size as needed */
	color: #fff;
	/* Set the color of the icon */
}


.elementor-widget-button .elementor-button:hover {
	background: #2d2d2d;
}

.elementor-widget-button .elementor-button:hover::before {
	left: 0;
	/* Slide into view */
}

.elementor-widget-button .elementor-button {
	position: relative;
	overflow: hidden;
	/* Clip the animated background */
	z-index: 1;
	/* Ensure text stays above the background animation */
}


/* Testimonials */


.testimonials-item-seven {
	flex: 1;
	/* Allow boxes to grow and maintain the same height */
	border-radius: 15px;
	box-shadow: 1px 2px 5px #ccc;
	padding: 25px;
	min-height: 320px;
}


.testimonials-thumb-seven {
	margin-bottom: 30px;
}


.swiper-slide-active .testimonials-thumb-seven img {
	filter: grayscale(0);
}

.testimonials-content-seven {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.testimonials-content-seven .content span {
	display: block;
	font-size: 18px;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-primary-color);
	line-height: 1;
	margin-bottom: 8px;
}

.testimonials-content-seven .content .title {
	margin-bottom: 0;
	font-size: 18px;
}

.testimonials-content-seven .content .user-title {
	margin-bottom: 0;
	font-size: 18px;
}

.testimonials-content-seven .icon a {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	flex: 0 0 auto;
	color: var(--tg-primary-color);
	transition: .3s linear;
	line-height: 0;
}

.testimonials-content-seven .icon a svg {
	transform: rotate(-45deg);
	transition: .3s linear;
}

.testimonials-content-seven .icon a:hover {
	background: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
	color: var(--tg-white);
}

.testimonials-content-seven .icon a:hover svg {
	transform: rotate(0);
}

.testimonials-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-bottom: 40px;
}

.testimonials-nav button {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-lavender);
	padding: 0;
	border: none;
}

.testimonials-nav button:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

body.sticky-menu {
	position: static;
}

.page-template-default-job-listing-template .transparent-header {
	position: relative;
}

/*  */

.jobsearch-jobdetail-listthumb img {
	height: auto !important;
}

.timeline-section {
                padding: 60px 20px;
                margin: 0 auto;
            }

            .timeline {
                position: relative;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                width:100%;
                padding: 60px 0;
            }

            .timeline-line {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                height: 4px;
                background: #fff;
                z-index: 1;
            }

            .timeline-item {
                position: relative;
                width: 180px;
                z-index: 2;
                opacity: 0;
                transition: all 0.8s ease;
                text-align: center;
            }

            .triangle {
                width: 140px;
                height: 100px;
                background: linear-gradient(to right, #31c4f3, #71d82c);
                clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto;
                position: relative;
                transition: transform 0.4s ease;
            }

            .triangle span {
                font-weight: bold;
                font-size: 18px;
                color: #fff;
                display: block;
                transform: rotate(0deg);
            }

            .timeline-item.top .triangle {
                transform: rotate(180deg);
                margin-bottom: 20px;
            }

            .timeline-item.top .triangle span {
                transform: rotate(180deg);
            }

            .content {
                font-size: 14px;
                line-height: 1.4;
                position: absolute;
                width: 220px;
                left: 50%;
                transform: translateX(-50%);
				color:#FFF;
            }

            .content.top {
                bottom: 120%;
            }

            .content.bottom {
                top: 120%;
            }

            .timeline-item.visible {
                opacity: 1;
                transform: translateY(0);
            }

            .timeline-item.top {
                transform: translateY(-50px);
            }

            .timeline-item.bottom {
                transform: translateY(50px);
            }

            .timeline-item.top.visible,
            .timeline-item.bottom.visible {
                transform: translateY(0);
            }

            /* Responsive for Mobile */
            @media (max-width: 768px) {
                .timeline {
                    flex-direction: column;
                    align-items: center;
                    min-width: unset;
                    padding: 40px 0;
                }

                .timeline-line {
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 4px;
                    height: 100%;
                }

                .timeline-item {
                    width: 100%;
                    max-width: 400px;
                    display: flex;
                    align-items: center;
                    margin: 20px 0;
                    position: relative;
                }

                .triangle {
                    width: 90px;
                    height: 90px;
                    flex-shrink: 0;
                    background: linear-gradient(to right, #31c4f3, #71d82c);
                    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .timeline-item:nth-child(odd) {
                    flex-direction: row;
                    justify-content: flex-start;
                }

                .timeline-item:nth-child(even) {
                    flex-direction: row-reverse;
                    justify-content: flex-end;
                }

                .timeline-item:nth-child(odd) .triangle {
                    transform: rotate(-90deg);
                    margin-right: 20px;
                }

                .timeline-item:nth-child(odd) .triangle span {
                    transform: rotate(90deg);
                }

                .timeline-item:nth-child(even) .triangle {
                    transform: rotate(90deg);
                    margin-left: 20px;
                }

                .timeline-item:nth-child(even) .triangle span {
                    transform: rotate(-90deg);
                }

                .content {
                    position: relative;
                    width: auto;
                    left: auto;
                    transform: none;
                    text-align: left;
                    max-width: 152px;
                }

                .timeline-item:nth-child(even) .content {
                    text-align: right;
                }

                .content.top,
                .content.bottom {
                    top: auto;
                    bottom: auto;
                }
            }