/*
 * 🌟 Welcome to MGV Pixels: Pioneers in Medical Animation 🌟
 * 
 * You are witnessing the innovative work crafted by **APLUS TECHNOLOGIES**.
 *
 * As the chosen ones in the realm of medical animation, we strive to create
 * visually stunning and scientifically accurate animations that captivate and inform.
 * 
 * Join us on this journey as we transform complex medical concepts into 
 * engaging visual narratives, bringing clarity and understanding to the forefront.
 * 
 * 💫 Together, we can illuminate the path to better healthcare through 
 * artistic excellence and cutting-edge technology. 💫
 * 
 * Explore our work and discover the magic of medical animation!
 * 
 * ⚠️ Please note: Any content copied from this site without permission 
 * from MGV Pixels will be considered illegal and a violation 
 * of copyright laws. We take copyright infringement seriously.
 *
 * ❗️ Please do not edit or remove this header. It is essential for 
 * maintaining our brand integrity and compliance.
*/

.nav-links li.contact-us,
.navbar .logo,
body {
    position: relative
}

.vfx-card,
video {
    transition: transform .3s
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Oswald, sans-serif;
    letter-spacing: 1px
}

body {
    background-color: #0d0d0d;
    color: #fff;
    padding-top: 80px;
    cursor: url(https://mgvpixels.com/Secure_Videos/Logo/cursor.cur), auto
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    background: #000;
    z-index: 1000
}

.herovideo-controls button,
.menu-btn {
    background: 0 0;
    font-size: 24px;
    cursor: pointer
}

.navbar .logo img {
    height: 135px;
    position: absolute;
    padding: 5px;
    top: -15px;
    left: -25px;
    background-color: #000;
    transition: transform .3s, opacity .3s;
    box-shadow: 3px 3px 3px #00ff00, 0 0 30px rgba(0, 255, 0, .4)
}

@media (max-width:1024px) {
    .navbar .logo img {
        height: 120px;
        left: 20px
    }
}

@keyframes borderAnimation {
    0% {
        border-color: #92ff03
    }

    25% {
        border-color: #ff095b
    }

    50% {
        border-color: #ffe600
    }

    75% {
        border-color: #008cff
    }

    100% {
        border-color: #91ff02
    }
}

.nav-links {
    display: flex;
    list-style: none
}

.nav-links li {
    margin-left: 30px
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px
}

.nav-links li a.active {
    color: #90ff00;
    font-weight: 700
}

.footersection-title-link:hover .footersection-title,
.nav-links li a:hover {
    color: #90ff00
}

.nav-links li.contact-us a {
    border: 1px solid #90ff00;
    padding: 5px 15px;
    border-radius: 2px;
    transition: .3s;
    color: #fff;
    text-decoration: none
}

.nav-links li.contact-us a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    transition: transform .5s
}

.nav-links li.contact-us a:hover {
    background-color: #90ff00;
    color: #000
}

.nav-links li.contact-us a:hover:after {
    transform: scaleX(1)
}

.menu-btn {
    display: none;
    color: #fff;
    border: none
}

@media (max-width:768px) {
    .navbar .logo img {
        height: 100px;
        left: 15px
    }

    .sub-links {
        flex-direction: column;
        align-items: center
    }

    .sub-links a {
        margin: 5px 0
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 10px;
        background-color: #000;
        width: 200px;
        text-align: center;
        box-shadow: 0 5px 15px rgb(0 0 0 / .5)
    }

    .nav-links li {
        margin: 20px 0
    }

    .nav-links.active {
        display: flex
    }

    .menu-btn {
        display: block
    }
}

.nav-links::-webkit-scrollbar {
    width: 5px
}

.nav-links::-webkit-scrollbar-thumb {
    background-color: #90ff00;
    border-radius: 10px
}

.fire-image,
.scroll-to-top {
    position: fixed;
    display: none
}

.scroll-to-top {
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000
}

.scroll-to-top img {
    width: 80px;
    height: 100px;
    padding: 10px
}

.fire-image {
    bottom: 110px;
    right: 70px;
    z-index: 1001
}

.fire-image img {
    width: 70px;
    height: auto
}

.load-more {
    margin-top: 40px
}

.follow-us-link,
.load-more-link {
    font-size: 18px;
    color: #fff;
    border: 2px solid #90ff00;
    padding: 12px 25px;
    border-radius: 2px;
    text-decoration: none;
    position: relative;
    transition: color .3s, background .3s
}

.social-footer-section {
    background-color: #000;
    padding: 30px 20px;
    color: #fff;
    text-align: center
}

.footersection-title-link {
    text-decoration: none
}

.footersection-title {
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s
}

.social-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.social-item {
    overflow: hidden;
    border-radius: 50%/25%;
    width: 200px;
    height: 150px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .7);
    transition: transform .3s, box-shadow .3s
}

.social-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transition: transform .3s
}

.social-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgb(0 0 0 / .8)
}

.follow-us {
    margin-bottom: 60px
}

.social-line {
    width: 90%;
    height: 2px;
    margin: 30px auto;
    background: linear-gradient(to right, #90ff00, #fff);
    position: relative
}

.social-line::after,
.social-line::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    transform: rotate(45deg)
}

.social-line::before {
    left: -10px;
    background-color: #90ff00;
    border: 2px solid #000
}

.social-line::after {
    right: -10px;
    background-color: #fff;
    border: 2px solid #000
}

.links-row {
    margin-bottom: 30px
}

.links-row a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: color .3s;
    margin: 0 5px
}

.links-row a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #4caf50;
    transform: translateX(-50%) scaleX(0);
    transition: transform .3s
}

.links-row a:hover {
    color: #4caf50
}

.links-row a:hover::after {
    transform: translateX(-50%) scaleX(1)
}

.links-row a[data-hover]:hover::before {
    content: attr(data-hover);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 12px;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    border: 2px solid #4caf50;
    box-shadow: 0 4px 12px rgb(0 0 0 / .15);
    transition: opacity .3s, transform .2s
}

.links-row a::before {
    opacity: 0;
    transition: opacity .3s
}

.links-row a:hover::before {
    transform: translateX(-50%) scale(1.05)
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 25px 0;
}

.social-icon {
    color: #fff;
    font-size: 20px;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #00D900;
    overflow: hidden;
}

.social-icon:hover {
    color: #000;
    /* Change icon color to black on hover */
    transform: translateY(-5px) scale(1.1);
    background: #00D900;
    /* Parrot green background on hover */
    border-color: #00D900;
    /* Parrot green border */
    box-shadow: 0 0 20px rgba(0, 217, 0, .4), 0 0 30px rgba(0, 217, 0, .2), inset 0 0 15px rgba(0, 217, 0, .2);
    /* Parrot green shadow */
}

.tooltip {
    content: attr(data-tooltip);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(0, 217, 0, .9);
    color: black;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    white-space: nowrap;
}

.social-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.footer {
    margin-top: 15px;
    color: #fff
}

.footer p {
    margin: 0;
    font-size: 14px
}

@media (max-width:768px) {
    .key-features {
        padding: 60px 15px
    }

    .key-features h2 {
        font-size: 2.2rem;
        margin-bottom: 35px
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px
    }

    .feature-item {
        padding: 20px
    }

    .feature-item h3 {
        font-size: 1.3rem
    }

    .footersection-title {
        font-size: 28px
    }

    .social-item {
        width: 180px;
        height: 120px
    }

    .social-image {
        width: 120px;
        height: 120px
    }

    .follow-us-link {
        font-size: 16px;
        padding: 10px 20px
    }

    .social-line {
        width: 80%
    }

    .links-row a {
        font-size: 14px
    }

    .social-icons a {
        width: 35px;
        height: 35px
    }
}

@media (max-width:480px) {
    .key-features h2 {
        font-size: 2rem
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .feature-item {
        padding: 15px
    }

    .feature-item h3 {
        font-size: 1.2rem
    }

    .footer p,
    .links-row a {
        font-size: 12px
    }

    .footersection-title {
        font-size: 24px
    }

    .social-item {
        width: 160px;
        height: 100px
    }

    .social-image {
        width: 100px;
        height: 100px
    }

    .follow-us-link {
        font-size: 14px;
        padding: 8px 16px
    }

    .social-line {
        width: 70%
    }

    .links-row a {
        padding: 8px 12px
    }

    .social-icons a {
        width: 30px;
        height: 30px
    }
}

@media (min-width:1024px) {
    .news-item {
        flex: 0 0 20%
    }

    .social-item {
        width: 220px;
        height: 160px
    }

    .social-image {
        width: 180px;
        height: 180px
    }

    .follow-us-link {
        font-size: 20px;
        padding: 15px 30px
    }

    .social-icons a {
        width: 50px;
        height: 50px
    }
}

#quickMessageBox {
    position: fixed;
    right: -10px;
    top: 40%;
    width: auto;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #8FFD00;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: transparent;
    border: 2px solid #8FFD00;
    padding: 8px;
    transform: rotate(-90deg);
    text-align: center;
    transform-origin: center;
    z-index: 9999;
    transition: background-color .3s ease, box-shadow .3s ease
}

#quickMessageBox i {
    font-size: 16px;
    color: #8FFD00
}

#quickMessageBox:hover {
    background-color: #8FFD00;
    color: #111111;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

#quickMessageBox:hover i {
    color: #111111
}

#quickMessageBox video {
    width: 40px;
    height: 40px;
    border-radius: 5px
}

#quickMessageForm {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #1e1e1e;
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    width: 400px;
    max-width: 90%;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 9999
}

#quickMessageForm h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #8FFD00
}

#quickMessageForm input,
#quickMessageForm textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #444;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box
}

#quickMessageForm button {
    padding: 12px;
    background-color: #8FFD00;
    color: #121212;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color .3s ease, transform .2s ease
}

#quickMessageForm button:hover {
    background-color: #7ACC00;
    color: #fff;
    transform: scale(1.05)
}

#closeForm {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 35px;
    cursor: pointer;
    color: #8FFD00;
    transition: color .3s ease
}

@media (max-width:600px) {
    #quickMessageBox {
        top: 30%;
        right: -5px;
        font-size: 12px;
        padding: 5px;
        gap: 3px
    }

    #quickMessageBox i {
        font-size: 14px
    }

    #quickMessageForm {
        width: 90%;
        padding: 20px
    }

    #quickMessageForm h3 {
        font-size: 20px
    }

    #quickMessageForm input,
    #quickMessageForm textarea {
        padding: 10px;
        font-size: 14px
    }

    #quickMessageForm button {
        font-size: 14px;
        padding: 10px
    }

    #closeForm {
        font-size: 30px
    }
}

@media (max-width:768px) {
    #quickMessageBox {
        top: 35%;
        right: -8px;
        font-size: 13px;
        padding: 7px;
        gap: 4px
    }

    #quickMessageBox i {
        font-size: 15px
    }

    #quickMessageForm {
        width: 80%;
        padding: 25px
    }

    #quickMessageForm h3 {
        font-size: 22px
    }

    #quickMessageForm input,
    #quickMessageForm textarea {
        padding: 12px;
        font-size: 15px
    }

    #quickMessageForm button {
        font-size: 15px;
        padding: 11px
    }

    #closeForm {
        font-size: 32px
    }
}

@media (min-width:1024px) {
    #quickMessageBox {
        top: 40%;
        right: -10px;
        font-size: 14px;
        padding: 8px;
        gap: 5px
    }

    #quickMessageBox i {
        font-size: 16px
    }

    #quickMessageForm {
        width: 400px;
        padding: 30px
    }

    #quickMessageForm h3 {
        font-size: 24px
    }

    #quickMessageForm input,
    #quickMessageForm textarea {
        padding: 12px;
        font-size: 16px
    }

    #quickMessageForm button {
        font-size: 16px;
        padding: 12px
    }

    #closeForm {
        font-size: 35px
    }
}