/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}

/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: var(--bs-secondary) !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-primary) !important;
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Hero Header ***/


/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/hero1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
    background: var(--bs-secondary);
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}

.service-item:hover .service-content-inner a.h4 {
    color: #fff;
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: auto;
    top: -20px;
    left: 50%;
    margin-left: -50px;
    border-radius: 10% / 50%;
}


.program .program-item .program-text {
    padding-top: 150px;
    margin-top: -125px;
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: var(--bs-primary) !important;
}

/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px;
    top: -20px;
    left: 50%;
    margin-left: -60px;
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}

/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important;
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}

/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: var(--bs-dark) !important;
}

/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;

}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}

/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted;
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}

/*** Footer End ***/

.mvmZ-slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* OVERLAY */
.mvmZ-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* CONTENT */
.mvmZ-content {
    position: relative;
    z-index: 2;
    width: 60%;
    padding-left: 80px;
}

/* TITLE */
.mvmZ-title {
    font-size: 95px;
    font-weight: 900;
    color: #fff;

    text-shadow: 3px 3px 0 #000, 6px 6px 20px rgba(0, 0, 0, 0.7);
}

/* SUB */
.mvmZ-sub {
    color: #f3e3e3;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

/* PARA */
.mvmZ-para {
    color: #fff;
    margin-top: 15px;
}

/* BUTTON */
.mvmZ-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 40px;
    background: #12b96b;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 10px;
}

/* INITIAL STATE */
.mvmZ-title,
.mvmZ-sub,
.mvmZ-para,
.mvmZ-btn {
    opacity: 0;
    transform: translateY(-60px);
}

/* ANIMATION WITH DELAY (AFTER SLIDE) */
.owl-item.active .mvmZ-title {
    animation: mvmAnim 0.8s ease forwards;
    animation-delay: 1s;
}

.owl-item.active .mvmZ-sub {
    animation: mvmAnim 0.8s ease forwards;
    animation-delay: 1.4s;
}

.owl-item.active .mvmZ-para {
    animation: mvmAnim 0.8s ease forwards;
    animation-delay: 1.8s;
}

.owl-item.active .mvmZ-btn:nth-of-type(1) {
    animation: mvmAnim 0.8s ease forwards;
    animation-delay: 2.2s;
}

.owl-item.active .mvmZ-btn:nth-of-type(2) {
    animation: mvmAnim 0.8s ease forwards;
    animation-delay: 2.6s;
}

/* KEYFRAME */
@keyframes mvmAnim {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* DOTS */
.owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.owl-dot span {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
}

.owl-dot.active span {
    background: #ff2b2b;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {

    .mvmZ-content {
        width: 80%;
        padding-left: 40px;
    }

    .mvmZ-title {
        font-size: 60px;
    }

    .mvmZ-sub {
        font-size: 18px;
    }
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .mvmZ-slide {
        min-height: 55vh;
        text-align: center;
        justify-content: center;
    }

    .mvmZ-content {
        width: 100%;
        padding: 0 20px;
    }

    h1.mvmZ-title {
        font-size: 46px;
        line-height: 1.2;

    }

    h5.mvmZ-sub {
        font-size: 21px;
        margin-top: 20px;
    }

    p.mvmZ-para {
        font-size: 18px;
        margin-top: 20px;
    }

    .mvmZ-btn {
        padding: 10px 22px;
        font-size: 14px;
        margin-top: 15px;
    }
}


/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {

    .mvmZ-title {
        font-size: 28px;
    }

    .mvmZ-sub {
        font-size: 14px;
    }

    .mvmZ-para {
        font-size: 13px;
    }

    .mvmZ-btn {
        display: block;
        margin: 10px auto;
        width: fit-content;
    }
}

.mvm-academic-wrap {
    padding: 100px 20px;
    background: linear-gradient(135deg, #fff0f3, #ffe4e9);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.mvm-academic-container {
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.mvm-academic-head {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mvm-academic-head h4 {
    color: #ff4d6d;
}

.mvm-academic-head h1 {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* ROW */
.mvm-academic-row {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* IMAGE */
.mvm-academic-img {
    flex: 1;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.8s ease;
}

.mvm-academic-img img {
    width: 100%;
    border-radius: 25px;
}

.mvm-academic-img.show {
    opacity: 1;
    transform: scale(1);
}

/* CONTENT */
.mvm-academic-content {
    flex: 1;
    opacity: 0;
    transform: translateX(80px);
    transition: 0.8s ease;
}

.mvm-academic-content.show {
    opacity: 1;
    transform: translateX(0);
}

.mvm-academic-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

.mvm-academic-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* LIST */
.mvm-academic-list {
    margin-top: 20px;
}

.mvm-academic-list div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mvm-academic-list i {
    color: #ff4d6d;
    margin-right: 10px;
}

/* RESPONSIVE */
@media(max-width: 991px) {
    .mvm-academic-row {
        flex-direction: column;
    }

    .mvm-academic-content {
        transform: translateY(50px);
    }
}

/* ===== SECTION ===== */
.edu-cartoon-admission-sec {

    padding: 100px 40px;
}

/* CONTAINER */
.edu-cartoon-wrap {
    max-width: 1200px;
    margin: auto;
}

/* ROW */
.edu-cartoon-row {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* LEFT CONTENT */
.edu-cartoon-left {
    flex: 1;
    opacity: 0;
    transform: scale(0.8);
    transition: 1s;
}

.edu-cartoon-left h4 {
    color: #00a86b;
    margin-bottom: 10px;
}

.edu-cartoon-left h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

.edu-cartoon-left p {
    color: #000;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* POINTS */
.edu-cartoon-points div {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.edu-cartoon-points i {
    margin-right: 10px;
    color: #ec3331;
}

/* FORM BOX */
.edu-cartoon-form-box {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    border: 3px dashed #00a86b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: scale(0.8);
    transition: 1s;
}

/* FORM */
.edu-cartoon-form-box input,
.edu-cartoon-form-box textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #00a86b;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
}

.edu-cartoon-form-box input:focus,
.edu-cartoon-form-box textarea:focus {
    border-color: #008f5a;
    box-shadow: 0 0 10px rgba(0, 168, 107, 0.2);
}

/* BUTTON */
.edu-cartoon-btn {
    width: 100%;
    padding: 14px;
    background: #00a86b;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.edu-cartoon-btn:hover {
    background: #008f5a;
}

/* ACTIVE ANIMATION */
.edu-show {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* SELECT STYLE */
.edu-cartoon-form-box select {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #00a86b;
    background: #ffffff;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;

    /* remove default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* custom arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2300a86b' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

/* HOVER EFFECT */
.edu-cartoon-form-box select:hover {
    border-color: #008f5a;
}

/* FOCUS EFFECT */
.edu-cartoon-form-box select:focus {
    border-color: #008f5a;
    box-shadow: 0 0 10px rgba(0, 168, 107, 0.25);
}

/* OPTION STYLE (basic support) */
.edu-cartoon-form-box select option {
    padding: 10px;
}

/* RESPONSIVE */
@media(max-width:991px) {
    .edu-cartoon-row {
        flex-direction: column;
    }

    .edu-cartoon-left h1 {
        font-size: 30px;
    }
}

.pxg-wrap {
    padding: 90px 20px;
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
    font-family: Arial;
}

/* TITLE */
.pxg-title {
    text-align: center;
    margin-bottom: 50px;
}

.pxg-title h4 {
    color: #6c5ce7;
    letter-spacing: 2px;
}

.pxg-title h1 {
    font-size: 42px;
    font-weight: 900;
    color: #222;
}

/* ===== PUZZLE GRID (IMPORTANT CHANGE) ===== */
.pxg-grid {
    columns: 3 280px;
    /* 👈 masonry puzzle effect */
    column-gap: 25px;
}

/* ===== CARD ===== */
.pxg-card {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    break-inside: avoid;

    position: relative;
    border-radius: 50px;
    padding: 12px;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

    outline: 3px solid rgba(231, 122, 92, 0.4);

    opacity: 0;
    transform: translateY(60px) scale(0.6);
    transition: 0.6s ease;
}

/* ACTIVE */
.pxg-card.pxg-show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* IMAGE (IMPORTANT FIX: ORIGINAL SIZE RESPECTED) */
.pxg-card img {
    width: 100%;
    height: auto;
    /* 👈 keeps original ratio */
    display: block;
    border-radius: 40px;
}

/* ZOOM */
.pxg-zoom {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #00a86b, #24d897);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* HOVER */
.pxg-card:hover {
    transform: scale(1.04);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* MODAL */
.pxg-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.pxg-modal.pxg-show {
    display: flex;
}

.pxg-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 25px;
    animation: zoom 0.3s ease;
}

@keyframes zoom {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* CLOSE */
.pxg-close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .pxg-grid {
        columns: 2 250px;
    }
}

@media(max-width:600px) {
    .pxg-grid {
        columns: 1;
    }
}

/* ===== QUICK LINK TITLE ===== */


/* ===== LIST STYLE ===== */
.qlink-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* EACH ITEM */
.qlink-list li {
    margin-bottom: 12px;
}

/* LINK DESIGN */
.qlink-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

/* ICON */
.qlink-list li a span {
    color: #ec3331;
    font-size: 14px;
    transition: 0.3s;
}

/* HOVER EFFECT */
.qlink-list li a:hover {
    background: linear-gradient(135deg, #0e7f3d, #0d5f2f);
    color: #fff;
    transform: translateX(6px);
}

.qlink-list li a:hover span {
    color: #fff;
    transform: translateX(4px);
}

.qrx-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.qrx-bg {
    position: absolute;
    inset: 0;
}

.qrx-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== DIAGONAL OVERLAY ===== */
/* ===== BLACK OVERLAY ===== */
.qrx-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.4));
    clip-path: polygon(0 0, 65% 0, 50% 100%, 0% 100%);
}

/* ===== CONTENT ===== */
.qrx-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
}

/* TEXT SIDE */
.qrx-text h1 {
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
    font-weight: 700px;
}

.qrx-text p {
    color: #fff;
    font-size: 18px;

    margin-top: 12px;
}



/* BREADCRUMB */
.qrx-path {
    margin-top: 10px;
    font-size: 14px;
}


/* ===== FLOATING BLOBS ===== */
.qrx-blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    animation: qrxFloat 5s infinite alternate;
}


.qrx-b2 {
    width: 60px;
    height: 60px;
    background: #ce3e00;
    bottom: 15%;
    left: 40%;
}

/* ANIMATION */
@keyframes qrxFloat {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
    .qrx-inner {

        text-align: center;
    }

    .qrx-overlay {
        clip-path: none;
    }

    .qrx-box {
        display: none;
    }

    .qrx-text h1 {
        font-size: 26px;
    }
}

/* OVERLAY */
/* FULL SCREEN OVERLAY */
.mvm-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* 👈 full width */
    height: 100vh;
    /* 👈 full height */

    background: rgba(0, 0, 0, 0.75);
    /* 👈 darker overlay */

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;

    z-index: 999999;
    /* 👈 ensure above everything */
}

body.mvm-lock {
    overflow: hidden;
}

/* SHOW */
.mvm-popup.active {
    opacity: 1;
    visibility: visible;
}

/* ✅ RESPONSIVE VIDEO BOX */
.mvm-popup-box {
    position: relative;

    width: 40%;
    /* 👈 desktop */
    max-width: 500px;
    /* 👈 limit */
    min-width: 280px;
    /* 👈 prevent too small */
}

/* VIDEO */
.mvm-popup video {
    width: 100%;
    max-height: 80vh;
    /* 👈 VERY IMPORTANT */
    object-fit: contain;
    /* 👈 SHOW FULL VIDEO */
    border-radius: 15px;
    background: #000;
}

/* CLOSE BUTTON */
.mvm-popup-close {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
    .mvm-popup-box {
        width: 60%;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
    .mvm-popup-box {
        width: 90%;
    }
}

.xvra-sec {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff7f0, #f0fbff);
}

/* TITLE */
.xvra-head {
    text-align: center;
    margin-bottom: 50px;
}

.xvra-head h4 {
    color: #ff3b3b;
    letter-spacing: 2px;
}

.xvra-head h1 {
    font-size: 38px;
    font-weight: 900;
    color: #000;
}

/* GRID */
.xvra-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD */
.xvra-card {
    position: relative;
    cursor: pointer;
    border-radius: 35px;
    overflow: hidden;

    background: #fff;

    box-shadow:
        6px 6px 0 #28a745,
        12px 12px 0 #ff3b3b;

    transition: 0.4s;
}

/* IMAGE */
.xvra-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 35px;
}

/* PLAY BUTTON */
.xvra-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xvra-play::before {
    content: "";
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* HOVER */
.xvra-card:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow:
        10px 10px 0 #28a745,
        20px 20px 0 #ff3b3b;
}

/* ================= POPUP ================= */
.xvra-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

    z-index: 999999;
}

.xvra-popup.active {
    opacity: 1;
    visibility: visible;
}

/* VIDEO BOX */
.xvra-box {
    position: relative;
    width: 400px;
    max-width: 90%;
}

/* VIDEO */
.xvra-box video {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 15px;
    background: #000;
}

/* CLOSE */
.xvra-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #fff;
    cursor: pointer;
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .xvra-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .xvra-grid {
        grid-template-columns: 1fr;
    }

    .xvra-head h1 {
        font-size: 26px;
    }
}

.mv-footer-card {

    padding: 25px;


}

.mv-footer-card h4 {
    font-size: 19px;
}

.footer-item h4 {
    font-size: 19px;
}

.mv-footer-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mv-footer-item {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.mv-footer-item:hover {
    color: #ec3331;
    transform: translateX(5px);
}

/* ✅ FIX EMAIL ALIGNMENT */
.mv-email span {
    display: inline-block;
    word-break: break-word;
    line-height: 1.4;
}

/* ICON COLOR */
.mv-icon {
    color: #ec3331;
    min-width: 18px;
}

/* SOCIAL */
.mv-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.mv-social-btn {
    width: 36px;
    height: 36px;
    background: #ec3331;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
}

.mv-social-btn:hover {
    background: #c71f1d;
    transform: scale(1.1);
}


.mvmPrivWrapZ91 {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.mvmPrivCardZ91 {

    padding: 50px;
    border-radius: 15px;

}

.mvmPrivTitleZ91 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #ec3331;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 18px;
}

.mvmPrivTitleZ91::after {
    content: "";
    width: 90px;
    height: 4px;
    background: #198754;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 50px;
}

.mvmPrivSubTitleZ91 {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 17px;
}

.mvmPrivHeadZ91 {
    font-size: 24px;
    color: #ec3331;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 5px solid #198754;
    padding-left: 15px;
    font-weight: 700;
}

.mvmPrivTextZ91 {
    text-align: justify;
    color: #555;
    font-size: 16px;
}

.mvmPrivListZ91 {
    margin-top: 12px;
    padding-left: 25px;
}

.mvmPrivListZ91 li {
    margin-bottom: 10px;
    color: #555;
}

.mvmPrivContactZ91 {
    margin-top: 25px;
    background: #f4fff8;
    border-left: 5px solid #198754;
    padding: 25px;
    border-radius: 10px;
}

.mvmPrivContactZ91 p {
    margin-bottom: 10px;
}

@media(max-width:768px) {

    .mvmPrivCardZ91 {
        padding: 25px;
    }

    .mvmPrivTitleZ91 {
        font-size: 32px;
    }

    .mvmPrivHeadZ91 {
        font-size: 20px;
    }

    .mvmPrivTextZ91 {
        font-size: 15px;
    }
}

@media(max-width:480px) {

    .mvmPrivTitleZ91 {
        font-size: 28px;
    }

    .mvmPrivCardZ91 {
        padding: 20px;
    }
}