.sect-about {
    background: url('../themes/demo/assets/images/background-blue.svg') no-repeat center;
    background-size: cover;
    padding: 5em 0 6em 0;
}

.sect-about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sect-stats {
	margin-bottom: 3rem;
}

.about-title {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 1.1;
    color: white;
    width: 33%;
}

.about-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: white;
    width: 55%;
}

.stats-list {
    display: flex;
    /* align-items: center */;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stats-list-item {
    width: 32%;
    /* height: auto; */

    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.stats-list-item-image {
    margin-bottom: 22px;
    /* New */
    display: block;
    width: 48px;
    height: auto;
}

.stats-list-item-title {
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 13px;
}

.stats-list-item-description {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #505D68;
}

.stats-blocks {
    display: flex;
    justify-content: space-between;
}

.stats-block-sm {
    height: auto;
    border-radius: 15px;
    width: 35%;
    overflow: hidden;
    /* background: url('../images/bg_dark.jpg') no-repeat center; */
    background-color: #E7ECFC;
    background-size: cover;
}

.stats-block-lg {
    height: auto;
    width: 62%;
    border-radius: 15px;
    overflow: hidden;
    /* background: url('../images/stats_bg.jpg') no-repeat center; */
    background-color: #E7ECFC;
    background-size: 130% 130%;
}

/* .stats-block-lg * {
	color: #151515 !important;
}
 */
.stats-block-lg-content {
    width: 72%;
}

.stats-block-container {
    padding: 2em 8%;
}

.stats-block-lg .stats-block-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-block-image {
    height: 100%;
    object-fit: contain;
    width: 26%;
    margin-bottom: 10px;
}

.stats-block-title {
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: #151515 !important;
    margin-bottom: 7px;
}

.stats-block-description {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: #505D68;
}

.stats-list-item-inner {
    background-color: #E7ECFC;
    border-radius: 15px;
    padding: 2em;
    text-align: left;
    height: 100%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.swiper-button-prev {
    margin-left: 1rem;
}

.swiper-button-next {
    margin-right: 1rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.25rem;
    padding: 10px 15px;
    border-radius: 50%;
    background: var(--accent-blue);
    color: white;
}

.swiper-pagination-bullet {
    width: 2em;
    height: 3px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: var(--accent-blue);
    width: 4em;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}



.team-list-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.team-list-item-image-container {
    width: 100%;
    background: #F6F6F6;
    border-radius: 13px;
    height: 344px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}

.team-list-item-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    object-position: bottom;
    width: auto;
    height: auto;
}

.team-list-item-name {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 10px;
}

.team-list-item-specialization {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--accent-blue);
    margin-bottom: 10px;
}

.team-list-item-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #535353;
}

.team-swiper.no-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 50px;
    padding: 0;
}

.team-swiper.no-slider .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    justify-content: center;
}

.sect-team .swiper-button-prev {
	margin-left: 0.1rem;
}

.sect-team .swiper-button-next {
	margin-right: 0.1rem
}



.request-content {
    width: 60%;
    padding: 4em 5%;
}

.sect-request .container {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: url('../themes/demo/assets/images/background.png') no-repeat center;
    background-size: 150% 150%;
}

.request-title {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 26px;
}

.request-subtitle {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: white;
    margin-bottom: 26px;
}

.request-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.request-form > :nth-child(3) {
	margin-right: auto;
}

.request-form-input {
    width: 48%;
    padding: 15px 16px;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-bottom: 27px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    transition: all .2s ease-in;
}

.request-form-input:focus {
    /* border-color: var(--dark-blue); */
    outline: none;
}

.request-form-input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    opacity: 0.5;
}

.request-form-button {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--accent-blue);
    background: white;
    padding: 15.5px 0;
    width: 48%;
    border: none;
    border-radius: 8px;
    transition: all .2s ease-in;
}

.request-form-button:hover {
    background: var(--dark-blue);
    color: white;
}

.request-form-button:active {
    background: #151515;
    color: white;
}

.request-form-caption {
    width: 48%;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.3;
    color: white;
}

.request-background {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    object-fit: contain;
}

#eduForm_forms_flash {
	width: 100%;
}

/* New close btn */
.alert .close {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: relative;
}
.alert .close span {
	font-weight: bold;
	font-size: 20px;
}



.sect-history .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-content {
    width: 48%;
}

.history-title {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 32px;
}

.history-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #535353;
}

.history-image {
    width: 48%;
    height: 33em;
    object-fit: cover;
    border-radius: 15px;
}



/* Swiper block team */
.sect-team-swiper {
    position: relative;
    width: 100%;
}

.sect-team-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.team-card {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 250px;
    color: #fff;
}

.team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
    backdrop-filter: blur(10px);
    /* -webkit-backdrop-filter: blur(10px); */
}

.team-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 5px;
    position: relative;
    z-index: 2;
}

.team-card-text {
    max-width: 80%;
    height: 100%;
}

.team-card-name {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.team-card-specialization {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--accent-blue);
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.team-card-description {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.team-card-photo img {
    width: 140px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    background: white;
}

.sect-team-swiper .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: stretch;
    height: auto !important;
    background: none !important;
    box-shadow: none;
}

.sect-team-swiper .swiper-slide > .team-card {
    width: 100%;
    max-width: 515px;
}

.sect-team-swiper .swiper-wrapper {
    padding: 0 !important;
    display: flex;
    align-items: stretch;
}

.sect-team-swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .team-card-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-card-text {
        max-width: 100%;
    }

    .team-card-photo img {
        max-width: 120px;
        margin-top: 15px;
    }
}



@media (max-width: 1215px) {
    .stats-blocks {
        flex-wrap: wrap;
    }

    .stats-block-sm, .stats-block-lg {
        width: 100%;
        margin-bottom: 25px;
    }

    .stats-block-container {
        padding: 4em 8%;
    }
}

@media (max-width: 1024px) {
    .programmes-list {
        grid-template-columns: 1fr;
        /* grid-template-rows: repeat(10, 15em */);
        gap: 15px 0;
    }
    
    .img-team-content {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .sect-hero .hero-title {
        width: 100%;
    }

    .hero-list {
        display: none;
    }

    .hero-list-item {
        width: 31%;
        margin-bottom: 15px;
    }

    .audience-list {
        flex-direction: column;
    }

    .audience-list-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .audience-list-item-image-container::after {
        width: 15em;
        height: 15em;
    }


    .swiper-button-prev,
    .swiper-button-next {
        margin-left: 0;
        margin-right: 0;
    }
   

    .request-content {
        width: 80%;
        z-index: 2;
        position: relative;
    }

    .request-background {
        z-index: 1;
    }

    .request-form-input {
        background: var(--accent-blue);
    }

    .stats-block-image {
        height: 50%;
    }

    .request-form-input {
        width: 48%;
    }

    .inner-container {
        background-size: 50% !important;
        background-position: right bottom !important;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .team-list {
        flex-direction: column;
    } 

    .team-list-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .team-list-item-image-container {
        width: 100%;
        margin: 0 auto 20px;
    }

    .sect-history .container {
        flex-direction: column;
    }

    .history-content {
        width: 100%;
        margin-bottom: 25px;
    }

    .history-image {
        width: 100%;
    }
}

@media (max-width: 675px) {
    .instructions-list-item {
        width: 48%;
    }

    .stats-list {
        flex-direction: column;
    }

    .stats-list-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .sect-programmes {
        padding: 3em 2.5%;
    }

    .sect-about .container {
        flex-direction: column;
    }

    .about-title, .about-text {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 510px) {
    
    .img-team-content {
        width: 100%;
    }

    .request-content {
        width: 90%;
    }

    .stats-block-container {
        flex-direction: column;
    }

    .stats-block-image {
        width: 60%;
    }

    .stats-block-lg-content {
        width: 100%;
    }
}