/** trendings topics **/
#blog-trands{
	background-position: 0px;
}

.trendings_topics .trendings_topics_header,
.trending_speakers_hosts .trending_speakers_hosts_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trendings_topics {
    position: relative;
    margin-bottom: 6.225rem;
}

@media (max-width: 800px){
    .trendings_topics {
        position: relative;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .trending_speakers_hosts{
        margin-bottom: 1.375rem !important;
    }
}

.trendings_topics .trendings_topics_header h2,
.trending_speakers_hosts .trending_speakers_hosts_header h2{
    color: #292D33;
    font-size: 2.875rem;
    line-height: 3.75rem;
}

.trendings_topics .trendings_topics_header a,
.trending_speakers_hosts .trending_speakers_hosts_header a{
    font-size: 1rem;
}

.trendings_topics_body{
    margin-top: 101px;
}

@media (max-width: 800px){
    .trendings_topics_body{
        margin-top: 44px;
    }
}


.trending_topics_grid {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trending_topic_post {
    background-color: white;
    padding: 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33.333% - 1.25rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.trending_topic_thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 0.9rem;
}

.trending_topic_title {
    font-size: 1.5rem;
    color: #292D33;
    margin-bottom: 0.625rem;
	padding: 0px !important;
	font-weight: 700;
}

.trending_topic_excerpt {
    color: #555;
    margin-bottom: 1.25rem;
}

.trending_topic_post a {
    text-align: center;
}

.trending_topic_body{
    margin-bottom: 1.875rem;
}

.trending_topic_icon{
    margin-bottom: 1.875rem;
}

.trending_topic_icon img{
	width: 100%;
    height: 300px !important;
    object-fit: cover;
	object-position: top;
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .trendings_topics .trendings_topics_header h2,
    .trending_speakers_hosts .trending_speakers_hosts_header h2{
        font-size: 1.25rem;
        line-height: unset;
    }

    .trending_topic_post{
        padding: 2.25rem;
    }

    .trendings_topics .trendings_topics_header a,
    .trending_speakers_hosts .trending_speakers_hosts_header a{
        font-size: 0.875rem;
    }
}

@media (max-width: 900px){
    .trending_topics_grid{
        flex-direction: column;
    }

    .counter-item {
        border: none !important;
    }

    .container-counter{
        border-right: 1px solid #D1E3F3;
    }

    .counter-container{
        row-gap: 15px !important;
    }
}

/** end trending topics **/


.trending_topic_post a.link-trending{
	padding: 0px !important;
	text-align: left !important;
}

.trending_content{
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}

.trending_topic_body .trending_speakers_city{
    color: #9497A1;
    font-size: 1rem;
    font-weight: bold;
}

.trending_speakers_category{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trending_speakers_category a{
    border: 1px solid #125798;
    padding: 4px;
    border-radius: 4px;
    font-weight: 500;
    color: #125798;
}

.trending_speakers_hosts{
    margin-bottom: 2.375rem;
}

/*Counter */
.counter-container {
    position: relative;
    width: 100%;
    background: #133270 ;
    padding: 4.375rem 0 !important ;
}

.counter-container::after,
.counter-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #133270;
    z-index: -1;
}

.counter-item {
    border-right: 1px solid #D1E3F3;
}

.counter-last{
    border: none;
}
/*End Counter */


/*testimonails main*/
    #testimonials{
        margin-top: 6.25rem;
    }
    .testimonials-header{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .testimonials-header .testimonials_title h2{
        font-size: 2.875rem;
        font-weight: 800;
    }

    .testimonials_button .testimonials_next{
        rotate: 180deg;
    }

    .testimonials_button button{
        padding: 1.5rem 2.75rem;
        background: #125798;
        border-radius: 1.25rem;
    }

    .testimonials_button button:hover{
        background: #D1E3F3;
    }

    .testimonials_button button:hover svg path{
        fill: #292D33;
        stroke: #292D33;
    }

    .testimonials_button{
        display: flex;
        gap: 15px;
    }

    .testimonials-header{
        margin-bottom: 100px;
    }

    .testimonials_body {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .testimonial-card {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        max-width: 600px;
        position: relative;
        overflow: visible;
        margin: 0 20px;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonial-avatar {
        position: absolute;
        top: -50px;
        left: 15%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 10;
    }

    .testimonial-avatar img {
        width: 100%;
        height: auto;
        display: block;
		min-height: 100px;
		object-fit: cover;
    }

    /* Контент отзыва */
    .testimonial-content {
        margin-top: 2.188rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.6;
        color: #9497A1;
        margin-bottom: 2.188rem;
        flex-grow: 1;
    }

    .testimonial-name {
        font-weight: 700;
        font-size: 1.3rem;
        color: #292D33;
    }

    .testimonial-job {
        font-size: 1rem;
        color: #9497A1;
    }

    .testimonials_body .slick-slide {
        margin: 60px 30px;
    }

    .slick-prev, .slick-next {
        background-color: #007bff;
        border-radius: 50%;
        padding: 10px;
    }

    .slick-prev:hover, .slick-next:hover {
        background-color: #0056b3;
    }

    @media (max-width: 700px) {
        .testimonials-header .testimonials_title h2{
            font-size: 1.25rem;
        }

        .testimonial-avatar{
            left: 50%;
            top: -25px;
            width: 40px;
            height: 40px;
        }

        .testimonials_button{
            justify-content: center;
        }

        .testimonials_button button{
            padding: 1.063rem 2.5rem;
        }

        .testimonial-content{
            text-align: center;
        }

        .testimonial-content .testimonial-text{
            font-size: 0.875rem;
        }

        .testimonial-content .testimonial-name{
            font-size: 1rem;
        }

        #testimonials{
            margin-top: 32px;
        }

        .testimonials-header{
            margin-bottom: 40px;
        }

        .testimonial-content{
            margin-top: 0.375rem;
        }

        .testimonial-content .testimonial-job{
            font-size: 0.875rem;
        }

        .counter-container {
            padding: 0.75rem 0 !important ;
        }
    }

/*testimonials end*/

/*Contact Form*/
#wpcf7-f795-p1084-o1 .wpcf7-form h2{
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
}

@media (max-width: 700px){
    #wpcf7-f795-p1084-o1 .wpcf7-form h2{
        text-align: center;
    }
}

#wpcf7-f795-p1084-o1 .wpcf7-form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

#wpcf7-f795-p1084-o1 .wpcf7-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #9497A1;
}

#wpcf7-f795-p1084-o1 .wpcf7-form p label span .cf7-input {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    color: #333;
    background: none;
}

#wpcf7-f795-p1084-o1 .wpcf7-form p label span .cf7-input:focus {
    outline: none;
    border-bottom: 1px solid #007bff;
}

#wpcf7-f795-p1084-o1 .wpcf7-form p .wpcf7-submit {
    display: inline-block;
    padding: 10px 50px;
    background-color: #133270;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    margin-top: 20px;
    float: right;
    border: 1px;
}

@media (max-width: 500px){
    #wpcf7-f795-p1084-o1 .wpcf7-form p .wpcf7-submit{
        margin-top: 0;
    }
}

#wpcf7-f795-p1084-o1 .wpcf7-form p .wpcf7-submit:hover {
    background-color: white;
    color: #133270;
    border: 1px solid #133270;
}

#wpcf7-f795-p1084-o1 .wpcf7-form {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 445px;
    margin: 0 auto;
}

#wpcf7-f795-p1084-o1 .wpcf7-form p .cf7-input:last-child{
    margin-bottom: 30px;
}

/*Contact Form*/


/*Contact form newsletter*/
.form-container {
    display: flex;
    margin: 0 auto;
    float: right;
}

.form-input input {
    flex: 1;
    padding: 15px 25px;
    border: none;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
    background-color: #D1E3F3;
    color: #333;
    outline: none;
    max-width: 320px;
}

.form-button input[type="submit"] {
    padding: 15px 20px;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: white;
    font-size: 16px;
    color: #292D33;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    transition: background-color 0.3s ease;
}

.form-button p{
    display: flex;
}

.form-button input[type="submit"]:hover {
    background-color: #125798;
    color: white;
}

.form-input input::placeholder {
    color: #292D33;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 700px){
    .form-container{
        float: unset;
    }
}

@media (max-width: 400px){
    .form-input input{
        max-width: 225px;
    }

    .form-button p{
        flex-wrap: wrap;
    }

    .wpcf7-spinner{
        display: none;
    }

    .form-container{
        float: unset;
        justify-content: center;
    }
}
/*End Contact form newsletter*/


/*social feed*/

.social_assets span{
    font-size: 38px;
    color: #133270;
    font-weight: bold;
}

.social_assets .socials_links .social-icons .menu-item img{
	margin: 0;
}

.social_button .social_next{
    rotate: 180deg;
}

.social_button button{
    padding: 1.5rem 2.75rem;
    background: #125798;
    border-radius: 1.25rem;
}

.social_button button:hover{
    background: #FFFFFF;
}

.social_button button:hover svg path{
    fill: #292D33;
    stroke: #292D33;
}

.social_button{
    display: flex;
    gap: 15px;
}

.socials_links ul{
    list-style: none;
}

.socials_links ul li a{
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #125798;
    border-radius: 50%;
	justify-content: center;
}

.socials_links{
    margin: 44px 0;
}

.socials_links ul{
    display: flex;
    gap: 32px;
}

/*end social feed*/


/*category*/
.category-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.category-item {
    border-radius: 0.625rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-0.313rem);
}

.category-item a {
    display: block;
    position: relative;
}

.category-item img {
    width: 100%;
    height: auto;
    border-radius: 0.625rem 0.625rem 0 0;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

.category-items {
    padding: 0.625rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-items p {
    margin: 0;
    font-size: 1rem;
    color: #133270;
}

.btn-category {
    padding: 0.375rem 0.75rem;
    background-color: #125798;
    color: #fff;
    text-decoration: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-category:hover{
    background: transparent;
    color: #155a8e;
    border: 1px solid #155a8e;
}

@media (max-width: 800px){
    .category-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 1.188rem;
    }

    .category-items{
        padding-top: 8px;
    }

    .category-item a img{
        min-height: 158px;
        min-width: 160px;
        object-fit: cover;
        border-radius: 8px;
    }

    .title{
        font-size: 24px;
    }

    .category-items a:first-child{
        font-size: 12px;
    }


    .category-items p{
        font-size: 12px;
    }

    .category-items{
        flex-direction: column;
        gap: 8px;
    }

    .category-items a{
        width: 100%;
    }

    .category-items a:last-child{
        padding: 4px 35px;
        font-size: 12px;
    }
}
/*end category*/


#testimonails-info-image .elementor-widget-container img{
	max-height: 900px;
	object-fit:cover;
}

@media(max-width: 1900px){
	#testimonails-info-image .elementor-widget-container img{
		max-height: 500px;
	}
}


@media(max-width: 1200px){
	#testimonails-info-image .elementor-widget-container img{
		max-height: 400px;
	}
}


.wpcf7-response-output{
    display: none;
}

.swiper-slide-image{
	width: 610px;
	height: 406px !important;
	border-radius: 24px !important;
}


@media(max-width: 700px){
	.swiper-slide-image {
		height: 320px !important;
	}
}

.swiper-button-next, .swiper-button-prev{
	color: #133270 !important;
}

.instagram-gallery-square .instagram-gallery-item__media{
	object-position: center;
}

.swiper-slide{
	min-width: 400px !important;
}

.hide{
	display: none !important;
}
