/*
Theme Name: foresight-child
Author: 
Description: Your description goes here
Version: 1.0
Template: phlox

This is the child theme for Phlox theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.fs-short-desc {
	font-size: 20px;
	line-height: 28px;
}
.fs-title-color {
	color: #0C59CF;
	font-style: italic;
}
.page-id-1244 h2 {
	font-size: 38px;
	line-height: 46px;
	color: #000;
}
.page-id-1244 h3 {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	letter-spacing: 0px;
}
.page-id-1244 h4 {
	font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
	letter-spacing: 0px;
}
.fs-box-points .elementor-icon-list-items {
	gap: 8px;
}
.fs-box-points .elementor-icon-list-items,
.fs-box-points .elementor-icon-list-items .elementor-inline-item {
	margin-inline: unset !important;
}
.fs-box-points .elementor-icon-list-items li span,
.fs-box-points span{
	font-size: 16px;
    padding: 0px 10px;
    color: #1186FF;
    background-color: #D1E6FF;
    border-radius: 4px;
}
.fs-student-voice .aux-testimonial-content {
    padding-top: 35px;
    border-bottom: 1px solid #0c59cf70;
	min-height: 230px;
}
.fs-student-voice .aux-testimonial-infobox {
    padding-top: 30px;	
}
.fs-student-voice .aux-rating-box {
	position: absolute;
    top: 0;
    left: 0;
}

.custom-marquee {
    width: 100%;
    overflow: hidden;
    background: #D1E6FF;
    padding: 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 25s linear infinite;
}

.marquee-item {
    min-width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0C59CF;
	color: #0C59CF;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

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

/* Pause on Hover */
.custom-marquee:hover .marquee-track {
    animation-play-state: paused;
}

.fs-expert-review .aux-widget-testimonial {
	display: grid;
}
.fs-expert-review .aux-widget-testimonial .aux-testimonial-content {
	order: 2;
}
.fs-expert-review .aux-widget-testimonial .aux-testimonial-infobox {
	order: 1;
	margin-bottom: 20px;
}
.fs-expert-review .aux-widget-testimonial .aux-testimonial-content .entry-content {
    margin-bottom: 0;
}

.page-id-1244 .entry-main,
.page-id-1244 .entry-content{
	margin-bottom: 0;
}