.card-large .card-item {
    max-width: 600px;
}
.card-medium .card-item{
    max-width: 480px;
    margin: 0 auto;
}
.card-small .card-item {
    max-width: 400px;
    margin: 0 auto;
}
.card-item h3 {
    font-size: 30px;
    line-height: 33px;
    margin: 20px 0 10px;    
}
.card-body {
}
.card-content p {
    margin-bottom: 15px;
}
/* Card sizes */
.card-large img, .card-large svg {
    width: 600px;
    height: 400px;
    object-fit: cover;
}

.card-medium img, .card-medium svg {
    width: 480px;
    height: 320px;
    max-width: 100%;
    object-fit: cover;
}

.card-small img {
    /* Add desired dimensions for small cards */
}
.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.component-card-carousel-sec .owl-carousel .owl-nav {
    bottom: 0;
    position: relative;
    padding: 0;
    display: inline;
}
.component-card-carousel-sec .owl-carousel .owl-nav.disabled * {
    display: none;
}
.owl-carousel .owl-item img {
    object-fit: cover;
}


/* Flip card container */
.card-flip {
    perspective: 1000px;
    margin-bottom: 30px;
    min-height: 300px;
}

/* Flip card inner container */
.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Flip the card on hover */
.card-flip:hover .flip-inner {
    transform: rotateY(180deg);
}

/* Front and back sides of the card */
.flip-front, .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Front side */
.flip-front {
    z-index: 2;
}

/* Back side */
.flip-back {
    transform: rotateY(180deg);
}
/*.editable-cards ol, .editable-cards ul {
    list-style-position: inside;
}*/

.component-card-carousel-sec .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    bottom: 5px;
}
.component-card-carousel-sec .owl-nav {
    display: inline !important;
}
.component-card-carousel-sec .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    bottom: 5px;
}
/*    .card-head {
    padding-bottom: 60px;
}*/
/*.Small-cards  .card-item-in {
    height: 300px;
}*/
.Small-cards .card-item-in img, .Small-cards .card-item-in .banner-videobox {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
/* commitment cards css */
.commitment-cards .owl-stage {
    display: inline-flex;
    margin-bottom: 40px;
}
.commitment-cards .item
{
    display: flex;
    flex-direction: column;
}
.commitment-cards .owl-carousel .item {
    height: 100%;
}
.commitment-cards .principle-card-item
{
    height: calc(100% - 0px);
    flex: 1;
    margin-bottom: 30px;
}
 .principle-card {
    box-shadow: 0px 5px 10px 0px #161D480D;
    padding: 20px;
    height: calc(100% - 0px);
    margin-inline: 10px;
    border-radius: 8px;
}
.principle-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
@media only screen and (max-width: 767px)
{
    .card-flip:hover .flip-inner, .flip-back {
    transform: rotateY(0deg) !important;
    }
    .flip-front {
        display: none !important;
    }
}

.component-card-carousel-sec .card-item-in .banner-videobox
{
    width: 100%;
}
.Medium-cards .card-item-in .banner-videobox
{  
    height: 320px;
}
.Large-cards .card-item-in .banner-videobox
{  
    height: 400px;
}
.feature-card-video video, .feature-card-video iframe {
    object-fit: cover;
}
.feature-card-video .vimeo-video {
    background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1500px)
{
    .component-card-carousel-sec .card-item {
    padding: 0 10px;
}
}
.video-mobile {
    display: none;
}

.video-desktop {
    display: block;
    height: 100%;
}
.component-card-carousel-sec 
{
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    .video-mobile {
        display: block;
    }

    .video-desktop {
        display: none;
    }
}