/* Lottie Interop */
#lottie-interop {
    width: 420.18px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #lottie1 {
        width: 100%;
    }
}

/* Logo Section Styles */
.logo-container {
    padding: 2rem 1rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.consortium-logo {
    max-width: 180px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.consortium-logo:hover {
    filter: brightness(1);
}

.logo-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .consortium-logo {
        max-width: 150px;
        max-height: 60px;
    }

    .logo-container {
        padding: 1.5rem 0.8rem;
    }
}

/* Existing styles... */
.ucificard {
    box-shadow: 7px 7px 15px #20c99724, -7px -7px 20px #20c99714, inset 0 0 4px rgb(32 201 151 / 14%), inset 7px 7px 15px #fff0, inset -7px -7px 20px #fff0, 0 0 4px #fff0;
    border-radius: 25px;
    margin: 0 auto 20px auto;
    border-style: none !important;
}


.talqcard {
    box-shadow: 7px 7px 15px #00000014, -7px -7px 20px #00000014, inset 0 0 4px #00000014, inset 7px 7px 15px #fff0, inset -7px -7px 20px #fff0, 0 0 4px #fff0;
    border-radius: 25px;
    margin: 0 auto 20px auto;
    border-style: none !important;
}


.btn-ucifi-green {
    color: #fff;
    background-color: #2BB09F;
    border: none;
    padding: 5px 10px;
    letter-spacing: .05em;
    border-radius: 10px;
}

.btn-ucifi-green:hover {
    color: #fff;
    background-color: #2c9184;
    border: none;
    padding: 5px 10px;
    letter-spacing: .05em;
    border-radius: 10px;
}

.image-wrapper-inter .img-fluid {
    width: 100%;
    /* Set your desired width */
    object-fit: cover;
    /* This will cover the area without breaking the aspect ratio */
}

.cursor-pointer {
    cursor: pointer;
}

.image-container-inter {
    position: relative;
    display: inline-block;
    /* Or as per your layout needs */
}

.image-wrapper-inter {
    position: relative;
    display: inline-block;
}

.image-wrapper-inter img.img-fluid {
    display: block;
    transition: filter 0.3s ease;
    /* Smooth transition for the brightness */
}

.image-wrapper-inter:hover img.img-fluid {
    filter: brightness(70%);
    /* Decrease brightness on hover */
}

.overlay-inter {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* Style your overlay icon as needed */
}

.image-wrapper-inter:hover .overlay-inter {
    display: block;
    /* Show overlay on hover */
}


/* Style for the video container */
.dynavideo {
    display: none;
    /* Initially hidden */
    width: 100%;
    /* Full width */
    position: relative;
    /* Relative positioning for internal absolute elements */
}

/* Ensures iframe fits within the video container */
.dynavideo iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* Optional: adds rounded corners to the iframe */
    border: none;
    /* Removes the border around the iframe */
}

/* Styles for the TALQ logo to be hidden dynamically */
.img-fluid.talq-logo {
    display: block;
    /* Initially visible */
    transition: opacity 0.3s ease;
    /* Smooth transition for hiding */
}

/* Optional: Hover effect for video items to indicate interactivity */
.video-item:hover {
    cursor: pointer;
    /* Change cursor to pointer on hover */
    filter: brightness(80%);
    /* Slightly darken the video item on hover */
}

/* Styling for making the logo disappear smoothly */
.img-fluid.talq-logo.d-none {
    opacity: 0;
    /* Fully transparent (hidden) */
    visibility: hidden;
    /* Ensures it's not interactable */
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    /* Delay the visibility transition */
}

/* Add this CSS to the existing <style> section at the bottom of your template */

.zhagacard {
    box-shadow: 7px 7px 15px #2E5BBA24, -7px -7px 20px #2E5BBA14, inset 0 0 4px rgb(46 91 186 / 14%), inset 7px 7px 15px #fff0, inset -7px -7px 20px #fff0, 0 0 4px #fff0;
    border-radius: 25px;
    margin: 0 auto 20px auto;
    border-style: none !important;
}

.btn-zhaga-blue {
    color: #fff;
    background-color: #0D00FF;
    border: none;
    padding: 5px 10px;
    letter-spacing: .05em;
    border-radius: 10px;
}

.btn-zhaga-blue:hover {
    color: #fff;
    background-color: #2E5BBA;
    border: none;
    padding: 5px 10px;
    letter-spacing: .05em;
    border-radius: 10px;
}

.btn-dali-blue { background-color:#017EB6;
color: white;}

.btn-dali-blue:hover { background-color: #036c9cff;
color: white;}


.btn-k-dali-lightblue { background-color: #82b6ceff;
color: white;}


.btn-k-dali-lightblue:hover { background-color: #6d9cb3ff;
color: white;}


/* Style for the ZHAGA video container */
.dynavideo-zhaga {
    display: none;
    width: 100%;
    position: relative;
}

/* Ensures iframe fits within the ZHAGA video container */
.dynavideo-zhaga iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}

/* Styles for the ZHAGA logo to be hidden dynamically */
.img-fluid.zhaga-logo {
    display: block;
    transition: opacity 0.3s ease;
}

/* Hover effect for ZHAGA video items */
.zhaga-video-item:hover {
    cursor: pointer;
    filter: brightness(80%);
}

/* Styling for making the ZHAGA logo disappear smoothly */
.img-fluid.zhaga-logo.d-none {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
}
