/*style education*/

.edu-slider-top{
    margin-bottom: 90px;
    padding-top: 60px;
}
.edu-slider-top .hp-main-product-image-slider {
	height: 500px;
}
.edu-slider-top  .hp-main-product-link-slider {
	top: auto;
	bottom: 0;
}

.edu-top{
    margin-bottom: 90px;
}
.edu-top-inside {
    display: flex;
    gap: 72px;
    align-items: flex-start;
}

.edu-top-inside > div:first-child {
     /*min-width: 300px; Adjust based on your image size */
    flex-shrink: 0; /* Prevents shrinking */
}
.edu-top-inside.edu-top-inside-left > div:first-child {
   flex-shrink: unset;
}
.edu-top-inside.edu-top-inside-left > div:last-child {
    flex-shrink: 0;
 }


.edu-top-inside img {
    width: 100%; /* Fills the container */
    height: auto;
    max-width: 100%;
    display: block;
}
.edu-top-inside h3.subtitle{
    margin-bottom: 24px;
}
.edu-top-inside p{
    margin-bottom:26px;
}
.edu-top-inside p:last-child{
    margin-bottom:0;
}
.edu-top-inside ul{
    margin-left: 16px;
    margin-bottom:26px;
}

.edu-top-inside ul li{
    font-family: 'Lora';
    font-size: 18px;
    line-height: 27px;
    list-style-type: disc;
}
.edu-top-inside ul li:first-child{
    list-style-type: none;
    margin-left: -16px;
}


.edu-top-inside p{
    font-family: 'Lora';
    font-size: 18px;
    line-height: 27px;
}
.edu-top-inside p strong{
    font-weight:700;
}

.edu-download{
    margin-bottom: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.edu-download h3.subtitle{
    margin-bottom: 24px;
}
.edu-download p{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.edu-download a{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    background:#fff;
    margin-top: 25px;
    padding: 16px 33px 20px;
    display: inline-block;
    transition: all 300ms ease;
}
.edu-download a svg{
    position: relative;
    top: 4px;
    margin-left: 33px;
}
.edu-download a:hover{
    background-color: var(--light-grey);
    transition: all 300ms ease;
}

.edu-recommended-hero {
    display: flex;
    align-items: center;
    margin-bottom: 58px;
}
.edu-recommended-hero h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
}
.edu-recommended-hero a {
    margin-left: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 300ms ease;
}
.edu-recommended-hero a:hover {
    color: var(--grey);
    transition: all 300ms ease;
}
.edu-recommended-hero a svg{
    position: relative;
    top: 3px;
    left: 6px;
    fill: #000;
    transition: all 300ms ease;
}
.edu-recommended-hero a:hover svg{
    fill: var(--grey);
    transition: all 300ms ease;
}
.edu-recommended {
	margin-bottom: 94px;
}

.edu-gallery{
    margin-bottom: 80px;
}
.edu-gallery h4.subtitle{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    margin-bottom: 54px;
}
.edu-gallery .boxes{
    margin-top: 54px;
}
.edu-gallery .open-lightbox{
    cursor: pointer;
    transition: all 300ms ease;
}
.edu-gallery .open-lightbox:hover{
    opacity: .8;
    transition: all 300ms ease;
}
.edu-gallery .edu-carousel{
    padding-left: 18px;
    padding-right: 18px;
}
.edu-carousel .swiper-button-prev{
    left:-8px !important
}
.edu-carousel .swiper-button-next {
	right:-8px !important;
}

.edu-faq-hero {
	margin-bottom: 56px;
}
.edu-faq-hero h3.subtitle{
    margin-bottom: 24px;
}
.edu-faq-hero a{
    text-decoration: underline;
    transition: all 300ms ease;
}
.edu-faq-hero a:hover{
    text-decoration: none;
    color: var(--grey);
    transition: all 300ms ease;
}
.edu-faq-hero p{
    font-family: 'lora';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.edu-faq{
    margin-bottom:90px;
    padding-top: 100px;
    padding-bottom:90px;
}

.edu-bottom{
    margin-bottom: 132px;
}
.edu-bottom:last-of-type{
    margin-bottom:0;
}
.edu-bottom h3.subtitle{
    margin-bottom:26px;
}
.edu-bottom p{
    font-family: 'lora';
    line-height: 26px;
    margin-bottom:28px;
}
.edu-bottom p strong{
    font-weight:700;
}
.edu-bottom p:last-of-type{
    margin-bottom:4px;
}
.edu-bottom a:hover{
    color: var(--grey);
    transition: all 300ms ease;
}
.edu-bottom a.edu-link{
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    transition: all 300ms ease;
}
.edu-bottom a.edu-link svg{
    position: relative;
    top: 4px;
    left: 6px;
    fill:#000;
    transition: all 300ms ease;
}
.edu-bottom a.edu-link:hover svg{
    fill: var(--grey);
    transition: all 300ms ease;
}

@media (max-width: 576px) {

}
@media (min-width: 577px) {
}
@media (min-width: 577px) and (max-width: 768px) {

}
@media (max-width: 768px) {
    .edu-slider-top {
        margin-bottom: 60px;
    }
    .edu-slider-top .hp-main-product-image-slider {
        height: auto;
    }
    .edu-top-inside {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    .edu-top-inside img {
        width: 100%;
        height: auto;
    }
    .edu-bottom {
        margin-bottom: 60px;
    }
    .edu-recommended {
        margin-bottom: 0;
    }
    .edu-recommended-hero a {
        margin-top: 30px;
    }
    .edu-bottom p:last-of-type {
        margin-bottom: 28px;
    }
    .edu-faq-hero p br{
        display: none;
    }


}
@media (min-width: 769px) {

}
@media (min-width: 769px) and (max-width: 991px) {
    .edu-top-inside {
        gap: 30px;
    }
    .edu-recommended {
        margin-bottom: 0;
    }
    .edu-bottom {
        margin-bottom: 60px;
    }
    .edu-bottom p:last-of-type {
        margin-bottom: 28px;
    }
}
@media (min-width: 900px) and (max-width: 991px) {
}    

@media (max-width: 991px) {

}
@media (min-width: 992px) {

}
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 1201px) and (max-width: 1439px) {

}
@media (min-width: 1440px) {

}