/*
 * 🌟 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
}

.herovideo-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 1;
    background-color: rgb(0 0 0 / .7);
    padding: 12px;
    border-radius: 5px
}

.hero,
.vfx-card,
.vfx-showcase,
.vfx-showcase h2,
.vfx-showcase p,
.vfx-video-box {
    position: relative
}

.herovideo-controls button {
    border: none;
    color: #b9b9b9;
    transition: transform .2s
}

.content-item:hover img,
.herovideo-controls button:hover {
    transform: scale(1.1)
}

.hero {
    height: 91vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid #90ff00
}

#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: top center;
    z-index: 0;
    background-color: #000;
    opacity: .5
}

@media (max-width:480px) {
    .navbar .logo img {
        height: 80px;
        left: 10px
    }

    .herovideo-controls {
        padding: 8px
    }

    .herovideo-controls button {
        font-size: 20px
    }

    .hero {
        height: 80vh
    }
}

@media (min-width:481px) and (max-width:768px) {
    .herovideo-controls {
        padding: 10px
    }

    .herovideo-controls button {
        font-size: 22px
    }

    .hero {
        height: 85vh
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .herovideo-controls {
        padding: 12px
    }

    .herovideo-controls button {
        font-size: 24px
    }

    .hero {
        height: 90vh
    }
}

@media (min-width:1025px) {
    .herovideo-controls {
        padding: 12px
    }

    .herovideo-controls button {
        font-size: 24px
    }

    .hero {
        height: 91vh
    }
}

.vfx-showcase {
    background-color: #171717;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    overflow: hidden
}

.vfx-showcase h2 {
    font-size: 50px;
    letter-spacing: 1.5px;
    line-height: 70px;
    text-transform: uppercase;
    z-index: 2
}

.key-features h2,
h1 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700
}

.vfx-showcase p {
    margin: 20px auto 0;
    max-width: 700px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / .5);
    padding: 10px;
    border-left: 4px solid #90ff00;
    background-color: rgb(34 34 34 / .8);
    border-radius: 5px;
    z-index: 2
}

.vfx-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    position: relative;
    z-index: 2
}

.vfx-card {
    flex: 1;
    max-width: 600px;
    padding: 40px;
    background-color: rgb(34 34 34 / .9);
    border: 3px solid #90ff00;
    border-radius: 2px;
    margin: 0 20px;
    box-shadow: 0 6px 20px rgb(0 0 0 / .5);
    z-index: 2
}

.vfx-view-all-button,
.vfx-watch-link {
    font-size: 18px;
    padding: 12px 25px;
    transition: background .3s, color .3s;
    text-decoration: none
}

.vfx-card h2 {
    font-size: 28px;
    margin: 30px 0 20px;
    text-align: center
}

.vfx-watch-here {
    text-align: center;
    margin-top: 20px
}

.vfx-watch-link {
    color: #90ff00;
    border-radius: 2px
}

.vfx-watch-link:hover {
    background: #000;
    color: #fff
}

.vfx-video-box {
    flex: 1;
    max-width: 600px;
    margin: 0 20px;
    z-index: 2
}

.vfx-view-all-button,
.vfx-view-all-container {
    margin-top: 40px;
    position: relative;
    text-align: center
}

video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / .5)
}

.vfx-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .5
}

.vfx-view-all-container {
    z-index: 2
}

.vfx-view-all-button {
    color: #fff;
    border: 2px solid #90ff00;
    border-radius: 2px;
    background-color: #141313
}

.follow-us-link:before,
.load-more-link:before,
.submit-btn:before,
.vfx-view-all-button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: width .5s
}

.follow-us-link:hover:before,
.load-more-link:hover:before,
.submit-btn:hover:before,
.vfx-view-all-button:hover:before {
    width: 100%
}

.follow-us-link:hover,
.load-more-link:hover,
.submit-btn:hover,
.vfx-view-all-button:hover,
.view-all-link:hover {
    background-color: #90ff00;
    color: #333
}

@media (min-width:1200px) {
    .vfx-showcase h2 {
        font-size: 60px
    }

    .vfx-showcase p {
        font-size: 1.5rem
    }

    .vfx-card {
        padding: 50px
    }

    .vfx-card h2 {
        font-size: 32px
    }

    .vfx-content-wrapper {
        margin-top: 60px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .vfx-showcase h2 {
        font-size: 50px
    }

    .vfx-showcase p {
        font-size: 1.4rem
    }

    .vfx-card {
        padding: 40px
    }

    .vfx-card h2 {
        font-size: 30px
    }

    .vfx-content-wrapper {
        margin-top: 50px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .vfx-showcase {
        padding: 40px 10px
    }

    .vfx-showcase h2 {
        font-size: 40px
    }

    .vfx-showcase p {
        font-size: 1.2rem
    }

    .vfx-card {
        padding: 30px
    }

    .vfx-card h2 {
        font-size: 26px
    }

    .vfx-content-wrapper {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .vfx-showcase {
        padding: 20px 10px
    }

    .vfx-showcase h2 {
        font-size: 30px
    }

    .vfx-showcase p {
        font-size: 1rem
    }

    .vfx-card {
        padding: 20px;
        margin: 10px 0
    }

    .vfx-card h2 {
        font-size: 22px
    }

    .vfx-view-all-button {
        font-size: 16px;
        padding: 10px 15px
    }
}

.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px
}

.section-title-link {
    text-decoration: none;
    color: inherit
}

.section-title-link:hover {
    color: #007bff
}

.news-section {
    background-color: #1a1a1a;
    padding: 50px 20px;
    color: #fff;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #90ff00 #222
}

.new-label,
.news-item {
    background-color: #222
}

.news-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 0
}

.news-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(0 0 0 / .7);
    transition: transform .3s;
    border: 1px solid #c8f393;
    flex: 0 0 300px;
    position: relative
}

.news-item:hover {
    transform: translateY(-8px)
}

.news-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-content {
    padding: 20px;
    text-align: center
}

.new-label {
    position: absolute;
    top: 45%;
    left: 8px;
    border: 2px solid #658042;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase
}

.news-title {
    font-size: 18px;
    margin: 15px 0 10px;
    color: #fff
}

.news-description {
    font-size: 14px;
    margin: 0 0 5px;
    color: #e0e0e0
}

.news-section::-webkit-scrollbar {
    height: 4px
}

.content-item::before,
.feature-item::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0
}

.news-section::-webkit-scrollbar-thumb {
    background-color: #90ff00;
    border-radius: 10px
}

.news-section::-webkit-scrollbar-track {
    background: #222
}

.view-all {
    text-align: center;
    margin-top: 40px
}

.view-all-link {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #90ff00;
    padding: 12px 25px;
    border-radius: 2px;
    background-color: #141313;
    transition: background .3s, color .3s
}

.indexread-more-btn {
    font-size: 16px;
    margin: 0 0 5px;
    text-align: left;
    color: #90ff00;
    text-decoration: none;
    cursor: pointer
}

.indexread-more-btn:hover {
    color: #66cc00;
    text-decoration: none
}

.indexread-more-btn:active {
    color: #33b300
}

@media (max-width:600px) {
    .news-grid {
        flex-direction: column;
        gap: 15px
    }

    .news-item {
        flex: 0 0 100%
    }

    .news-image-wrapper {
        height: 210px
    }

    .news-title {
        font-size: 18px
    }

    .news-description {
        font-size: 14px
    }

    .indexread-more-btn {
        font-size: 12px;
        margin: 0 0 12px
    }
}

@media (min-width:600px) and (max-width:768px) {
    .news-item {
        flex: 0 0 45%
    }

    .indexread-more-btn {
        font-size: 12px;
        margin: 0 0 12px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .news-item {
        flex: 0 0 30%
    }

    .indexread-more-btn {
        font-size: 14px;
        margin: 0 0 10px
    }
}

.contact-section {
    padding: 30px 20px;
    background-color: #111;
    color: #fff;
    text-align: center
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px
}

.contact-form,
.contact-info {
    background: rgb(255 255 255 / .1);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .5);
    width: 48%
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: #fff
}

p {
    font-size: 1.3rem;
    color: #ddd
}

.contact-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.contact-info {
    text-align: left
}

.follow-us,
.links-row,
.load-more,
.map-description,
.map-title {
    text-align: center
}

.contact-form h2,
.contact-info h2 {
    color: #90ff00;
    margin-bottom: 20px
}

.contact-item h3,
.contact-item p {
    margin-bottom: 5px;
    margin-left: 15px
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.contact-item i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #81c97a
}

.contact-item h3 {
    font-size: 16px;
    color: #b5b9af;
    font-weight: 700
}

.contact-item p {
    font-size: 14px;
    margin-top: 5px;
    color: #fff
}

.contact-item a {
    font-size: 16px;
    color: #90ff00
}

.form-group {
    margin-bottom: 20px
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    background-color: rgb(255 255 255 / .2);
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa
}

textarea {
    resize: vertical;
    height: 150px
}

.submit-btn {
    background-color: #242323;
    color: #fff;
    padding: 12px 25px;
    border-color: #90ff00;
    border-radius: 2px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color .3s;
    display: block;
    margin: 0 auto
}

.map-container {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / .15)
}

.map-iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 12px;
    filter: grayscale(.2);
    transition: filter .3s
}

.map-iframe:hover {
    filter: grayscale(0)
}

.map-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700
}

.fire-image,
.scroll-to-top {
    position: fixed;
    display: none
}

.map-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #28a745;
    margin: 10px auto;
    border-radius: 2px
}

.map-description {
    color: #d4cece;
    font-size: 1rem;
    margin-bottom: 30px
}

.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;
    transform: translateY(-5px) scale(1.1);
    background: #00D900;
    border-color: #00D900;
    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)
}

.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
    }

    .contact-layout {
        flex-direction: column
    }

    .contact-form,
    .contact-info {
        width: 100%;
        margin-bottom: 20px
    }

    .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
    }
}