/*== Category & Category Carousel Addon ==*/

.upstudy-category-style-1 .single-category {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 15px 35px;
    border-radius: 10px;
    align-items: center;
}
.cat-img-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.upstudy-category-style-1 .cat-img-wrap img {
    border-radius: 50%;
}
.upstudy-category-style-1 .icon-category-title {
    font-size: 24px;
    margin-bottom: 0;
}
.tpc-category-carousel-wrapper .cat-next.swiper-button-disabled, .tpc-category-carousel-wrapper .cat-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    transition: 0.3s ease-in-out;
}
.tpc-category-carousel-wrapper .cat-next, .tpc-category-carousel-wrapper .cat-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    color: var(--upstudy-heading-color);
    border: 0 none;
    font-size: 36px;
    transition: 0.3s ease-in-out;
    line-height: 1;
}
.tpc-category-carousel-wrapper .cat-next>i, .tpc-category-carousel-wrapper .cat-prev>i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    height: -webkit-fill-available;
}
.tpc-category-carousel-wrapper .cat-next:hover, .tpc-category-carousel-wrapper .cat-prev:hover {
    color: #0F70B7;
}
.tpc-category-carousel-wrapper .cat-next {
    right: -50px;
}
.tpc-category-carousel-wrapper .cat-prev {
    left: -50px;
}
@media (max-width: 1400px) {
    .tpc-category-carousel-wrapper .cat-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
    }
    .tpc-category-carousel-wrapper .cat-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
    }
    .tpc-category-carousel-wrapper:hover .cat-next {
        right: 5px;
        opacity: 1;
        visibility: visible;
    }
    .tpc-category-carousel-wrapper:hover .cat-prev {
        left: 1px;
        opacity: 1;
        visibility: visible;
    }
}

.upstudy-category-style-2 .swiper-slide .upstudy-icon-category .single-category {
    border: 1px solid #ccc;
    border-radius: 15px;
    display: block;
    background: #fff;
    /* new code */
    display: flex;    
    align-items: center;
    justify-content: center;
}
.upstudy-category-style-3 .swiper-slide .upstudy-icon-category .single-category {
    border-radius: 15px;
    display: block;
    background: #f7efff;
    border-bottom: 5px solid #6d13d7;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+1) .upstudy-icon-category .single-category {
    background: #f7efff;
    border-bottom-color: #6d13d7;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+2) .upstudy-icon-category .single-category {
    background: #fff6f3;
    border-bottom-color: #ff265c;
    margin-top: 30px;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+3) .upstudy-icon-category .single-category {
    background: #effafd;
    border-bottom-color: #00c8ff;
}
.upstudy-category-style-3 .swiper-slide:nth-child(4n+4) .upstudy-icon-category .single-category {
    background: #fff7ee;
    border-bottom-color: #ffa541;
    margin-top: 30px;
}
@media (max-width:575.98px) {
    .upstudy-category-style-3 .swiper-slide:nth-child(4n+2) .upstudy-icon-category .single-category {
        margin-top: 0px;
    }
    .upstudy-category-style-3 .swiper-slide:nth-child(4n+4) .upstudy-icon-category .single-category {
        margin-top: 0px;
    }
}
.upstudy-category-style-2 .upstudy-icon-category .single-category, .upstudy-category-style-3 .upstudy-icon-category .single-category {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: inline-block;
    background: #fff;
    margin-bottom: 30px;
}
.upstudy-category-style-2 .upstudy-icon-category .single-category .icon-category-title, .upstudy-category-style-3 .upstudy-icon-category .single-category .icon-category-title {
    color: var(--upstudy-heading-color);
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.upstudy-category-style-2 .upstudy-icon-category .single-category .icon-category-title:hover, .upstudy-category-style-3 .upstudy-icon-category .single-category .icon-category-title:hover {
    color: var(--upstudy-primary-color);
    transition: 0.3s ease-in-out;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper {
    position: relative;
    z-index: 1;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper, .upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper img {
    border-radius: 100%;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper::before {
    content: "";
    width: 60px;
    height: 60px;
    border: 4px solid #ffa541;
    position: absolute;
    border-radius: 50%;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper .shape-img {
    border-radius: 0;
    position: absolute;
}
.upstudy-category-style-3 .upstudy-icon-category .single-category .cat-img-wrapper .shape-img {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 3%;
    bottom: 3%;
    z-index: -1;
}


.partners-slider .tpc-category-carousel-wrapper .cat-next, .partners-slider .tpc-category-carousel-wrapper .cat-prev{
    width: 40px;
    height:40px;
    background-color:#fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.partners-slider .tpc-category-carousel-wrapper .cat-next>i, .partners-slider .tpc-category-carousel-wrapper .cat-prev>i{
    font-size: 16px;
}
.upstudy-category-style-2 .swiper-slide .upstudy-icon-category .single-category{
    margin:0;
}


.home-page-contact-form .wpcf7-list-item{
    margin: 0;
}

.home-page-contact-form .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 15px;
    margin-left: 10px;
    margin-top: -10px;
    display: inline-block;
}

.home-page-contact-form .wpcf7 .wpcf7-form p{
    margin-bottom: 20px;
}


/* Footer CSS */

 .elementor-footer-05 .menu-footer-menu-01-container ul.menu li{    
    margin:0 0 5px 0;
 }

  .elementor-footer-05 .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon  {
    margin: 0 5px;
    color: #fff;
    background-color:rgba(225,225,225,0.1) !important;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.elementor-footer-05 .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon:hover {
    color: #154C6D !important;
    background-color:#fff !important;
    transition: all 0.3s ease-in-out;
}   
.elementor-footer-05 .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon i{
    transition: all 0.3s ease-in-out;
}
.elementor-footer-05 .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon:hover i{
    color: #154C6D !important;   
}
.ofsted-report-section .ofsted-sub-li ul{
    margin:0;
}
.ofsted-report-section .ofsted-sub-li ul li{
    margin:0 auto;
}

.ofsted-report-section .official-Inspection-title p{
    margin:0;
}