.inspired-sec {
    width: 100%;
    margin-top: 64px;
    padding-bottom: 48px;
}

.ispired-cards-wrapper {
    display: flex;
    gap: 42px;
    margin-top: 32px;
}

.inspired-card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px #131E2929;
    border-radius: 5px;
    min-height: 450px;
    position: relative;
}

.inspired-head {
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    color: #004F59 !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.inspired-subtitle {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: center;
    color: #131E29 !important;
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 12px auto 0px;
}

.inspired-card-img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    aspect-ratio: 3/2;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}

.inspire-card-content {
    padding: 20px;
}

.inpired-card-content-head {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1.23 !important;
    color: #131E29 !important;
    margin-bottom: 0px;
    margin-top: 0px;
}

.inpired-card-content-dsc {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.5 !important;
    letter-spacing: 0.09px;
    color: #131E29;
    margin-top: 8px;
    margin-bottom: 32px;
}

 .inpired-card-content-dsc > span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        height:96px;
    }

a.inpired-card-content-more {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    text-align: left;
    letter-spacing: 0.09px;
    color: #E42B00;
    display: inline-block;
    position: relative;
    padding-right: 16px;
    bottom: 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

   a.inpired-card-content-more::after {
    content: "\f054";
    font-family: fontawesome;
    position: relative;
    left: 4px;
    top: 0px;
    font-weight: 300;
    font-size: 11px;
    right: 0px;
}

.inspired-sec .owl-carousel .owl-stage {
    padding-bottom: 48px;
    padding-top:2px;
}

.inspired-sec .owl-theme .owl-dots {
    display: none;
}

.inspired-sec .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 43%;
    left: -30px;
    right: -30px;
    margin-top: -1px;
    transform: translateY(-50%);
}

.inspired-sec .banner-home .owl-prev:hover, .owl-next:hover {
    text-shadow: none !important;
    transform: translateX(0%) !important;
}

.inspired-sec .owl-theme .owl-nav button {
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    background: #FF4713 !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3) !important;
    color: #131E29 !important;
    position: absolute;
    top: -35px;
}

    .inspired-sec .owl-theme .owl-nav button.owl-prev {
        left: 28px;
        font-size:18px;
    }

    .inspired-sec .owl-theme .owl-nav button.owl-next {
        right: 28px;
        font-size: 18px;
    }

    .inspired-sec .owl-theme .owl-nav button:first-child::after {
        content: "\f053";
        font-family: fontawesome;
    }

    .inspired-sec .owl-theme .owl-nav button:last-child::after {
        content: "\f054";
        font-family: fontawesome;
    }

    .inspired-sec .owl-theme .owl-nav button span {
        display: none !important;
    }

.inspired-sec .owl-next:focus-visible, .owl-prev:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
}
.inspired-Carousel-main .item:focus-visible, .inspired-Carousel-main .item:focus {
    border: 4px solid #FF4713;
    outline-offset: 0px;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 2px;
}
.inspired-Carousel-main .item:hover .inspired-card {
    background-color: #E2F5E9;
    border-radius: 5px;
}
.inspired-sec .row{
    padding-top:0px;
    padding-bottom:0px;
}

@media only screen and (min-width:1200px) and (max-width:1227px) {
    .inpired-card-content-head {
        font-size: 20px !important;
    }
}
@media only screen and (min-width:1401px) {
    .inspired-sec .container {
        max-width: 1400px !important;
    }
}

@media only screen and (max-width:1400px) {
    .inspired-sec .container {
        max-width: 100% !important;
        padding-left:0px;
        padding-right:0px;
        width:100% !important;
    }
}

@media only screen and (max-width:1024px) {
    .inspired-sec {
        width: 100%;
        margin-top: 14px;
        padding-bottom:32px;
    }

    .ispired-cards-wrapper {
        margin-top: 32px;
    }
    .inspired-head {
        font-size: 32px !important;
        line-height: 1.35 !important;
        margin-top: 24px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .inpired-card-content-head {
        font-weight: 700 !important;
        font-size: 20px !important;
        line-height: 1.25 !important;
        color: #131E29 !important;
        margin-bottom: 0px;
    }
    .inspired-sec .owl-carousel .owl-stage {
    padding-bottom: 32px;
}
}
.inspired-sec .hide-items-loading {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.no-js .inspired-sec .owl-carousel {
    display: block !important;
}

.inspired-sec .owl-carousel.owl-loaded {
    display: block !important;
}
.disabled-items {
    pointer-events: none;
    opacity: .4;
}

@media only screen and (max-width:1200px) {
    .inspired-sec .owl-theme .owl-nav button.owl-prev {
        left: 27px;
        font-size: 20px;
    }

    .inspired-sec .owl-theme .owl-nav button.owl-next {
        right: 27px;
        font-size: 20px;
    }
}
