@charset "UTF-8";

/*
Theme Name:tuson
Theme URI: https://wordpress.org/themes/tuson/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:tuson is a blank canvas for your ideas and it tusones the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See howtuson elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:tuson
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

tuson WordPress Theme, (C) 2020 WordPress.org */
                                                
.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.4rem 0.9rem;
    border-radius: 2rem;
    font-size: 1rem;
	color:#fff;
    margin-bottom: 1rem;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
}

.hero-features li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
	color:#fff;
}


.hero-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: bold;
}

body #content .hero-sec .hero-row .hero-txt{top:20% !important;}

body #content .students-grid .slick-track{display:flex; gap:1rem; padding:2rem 0;}

body #content button.slick-arrow {
    top: 50%;
    position: absolute;
    z-index: 9;
    font-size: 1.3rem;
    color:#1FB2A3;
    background: #fff0;
    border: none;
    cursor: pointer
}

body #content button.slick-arrow.slick-prev {
    left: -2%
}

body #content button.slick-arrow.slick-next {
    right: -2%
}
body #content .students-sec .students-grid .student-card .student-image{height:100%;}
body #content .students-sec .students-grid .student-card .student-image img{object-fit:cover; height:100% !important;}