/*
Theme Name: eduvalt-child
Author: eduvalt
Description: eduvalt child theme
Version: 1.0
Template: eduvalt

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@media (max-width: 1800px) {
    .custom-container {
        max-width: 1200px;
    }
}
.tgmenu__action {
	display: none;
}
.footer__about ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 14px;
    line-height: 1.6;
}

/* Address icon */
.footer__about ul li.address::before {
    content: "\f3c5"; /* map-marker-alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
}

/* Phone icon */
.footer__about ul li.number::before {
    content: "\f095"; /* phone */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
}

/* Social icons row – no left icon */
.footer__about ul li.socials {
    padding-left: 0;
    margin-top: 12px;
}

.footer__about ul li.socials::before {
    content: none;
}

/* Social icon styling */
.footer__about ul li.socials a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

.footer__about ul li.socials a:hover {
    color: #f04e30;
}
.section__title.white-title .title span:not(.svg-icon)
{
    color: #fab123;
}
.section__title.white-title .title
{
    color: #082a5e;
}
.testimonial__content-item p {
    color: #082a5e;
    font-size: 18px;
    font-weight: var(--tg-fw-medium);
}
.testimonial__content-avatar .name {
    color: #f99c1c;
    font-weight: var(--tg-fw-medium);
    font-size: 20px;
    margin: 0 0 3px;
}

.blog .blog__standard-content .list-wrap li, .single-post .blog__standard-content .list-wrap li{
	display:none;
}
.blog__standard-content a.cat{
	display:none;
}
div#comments {
    display: none;
}
.cta-area .section__title .title .svg-icon path {
    stroke: #fff;
}
.cta-area .section__title.white-title .title span:not(.svg-icon) {
    color: #fff;
}
.testimonial__content-item p {
	font-weight: 900 !important;
}