
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #C8BDFF;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
h3.cm-name {
    margin: 0;
    margin-top: -55px;
}

/* Top Orange Banner */
.top-banner {
    background: #ff8b00;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    font-size: 50px;
    font-weight: 700;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 1.4;
}
h3.cm-tops {
    padding: 0px !important;
    margin: 0px;
    color: #005700;
}
h3.cm-highlights {
    margin: 0;
}
p.cm-para {
    color: #fff;
    margin: 0;
    font-size: 16px !important;
    margin-top: 5px;
}
/* Logo Section */
.logo {
    text-align: center;
    margin: 0px 0;
    font-size: 36px;
    font-weight: 800;
    color: #2e7d32;
}

.logo span {
    display: block;
    font-size: 20px;
    color: #388e3c;
}

/* Purple Info Box */
.info-box {
    max-width: 100%;
    margin: 20px auto;
    background: linear-gradient(135deg, #9c6ad6, #b57edc);
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    width: 1100px;
}

/* Main Heading */
.main-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding: 30px 20px;
}

/* Responsive */
@media(max-width:768px){
    .top-banner {
        font-size: 15px;
        padding: 5px;
    }

    .logo {
        font-size: 28px;
    }


    .info-box {
        font-size: 16px;
        padding: 5px;
        width: 300px;
    }

    .main-heading {
        font-size: 26px;
    }
    .info-box {
    max-width: 100%;
    margin: 0px auto !important;
}
}

.offer-section {
    background: #c8bdff;
    padding: 15px 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.offer-title {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    max-width: 1100px;
    margin: auto;
}

.price-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.old-price {
    font-size: 60px;
    font-weight: 700;
    text-decoration: line-through;
}

.new-price {
    font-size: 60px;
    font-weight: 900;
    background: #ffe600;
    color: #e53935;
    padding: 8px 20px;
    border-radius: 10px;
}

.note {
    margin-top: 25px;
    font-size: 40px;
    font-weight: 600;
}

/* Mobile */
@media (max-width:768px) {
    .offer-title {
        font-size: 26px;
    }
    .old-price, .new-price {
        font-size: 32px;
    }
    .note {
        font-size: 12px;
    }
    img.cm-logo {
    height: auto;
    width: 310px !important;
}
}


.doctor-section {
    background: #c8bdff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}

.doctor-card {
    background: #ffffff;
    max-width: 700px;
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px 40px;
    text-align: center;
}

.doctor-img {
    width: 261px;
    height: 290px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 15px;
}

.doctor-name {
    font-size: 25px;
    font-weight: 400;
    margin: 10px 0 5px;
}

.doctor-phone {
    font-size: 14px;
    margin-bottom: 20px;
}

.doctor-badge {
    background: #2c6e91;
    color: #fff;
        font-size: 20px;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1.5;
}

.features {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 0px;
    flex-wrap: wrap;
}

.feature-col {
    flex: 1;
    min-width: 260px;
}

.feature-item {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    gap: 10px;
}

.feature-item::before {
    content: ">";
    color: #0b5f7a;
    font-weight: 900;
}

/* Responsive */
@media(max-width:768px){
    .doctor-card {
        padding: 20px;
    }

    .features {
        flex-direction: column;
    }

    .doctor-badge {
        font-size: 14px;
    }
}


.highlight-section {
    background: linear-gradient(135deg, #9c6ad6, #b57edc);
    padding: 25px 5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
        border: 6px solid #fff;
}

.highlight-text {
        max-width: 1100px;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
}

/* Responsive */
@media(max-width:768px){
    .highlight-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .icon-section {
        background: #c8bdff;
        padding: 20px 20px !important;
        text-align: center;
    }
        .media-section {
        background: #c8bdff;
        padding: 20px 0 !important;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        overflow: hidden;
    }
        .ux-doc-wrapper-91 {
        background: #c8bdff;
        padding: 20px 20px !important;
        }
}

.icon-section {
    background: #c8bdff;
    padding: 60px 20px;
    text-align: center;
}

/* Image Animation */
.icon-img {
    max-width: 600px;
    width: 100%;
    animation: zoomInOut 3s ease-in-out infinite;
}

/* Zoom Animation */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

/* Mobile */
@media(max-width:768px){
    .icon-img {
        max-width: 90%;
    }
}


.media-section {
    background: #c8bdff;
    padding: 50px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.media-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}

/* Outer wrapper */
.slider {
    overflow: hidden;
    width: 100%;
}

/* Track */
.slide-track {
    display: flex;
    width: calc(300px * 12); /* image width × total images */
    animation: scroll 20s linear infinite;
}

/* Images */
.slide {
    width: 500px;
    height: auto;
    margin: 0 20px;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Seamless animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media(max-width:768px){
    .slide {
        width: 130px;
        height: 130px;
        margin: 0 10px;
    }

    .media-title {
        font-size: 24px;
    }
}

.ux-doc-wrapper-91 {
    background: #c8bdff;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Top Label */
.ux-doc-tag-91 {
    display: inline-block;
    background: #A74FD1A1;
    color: #000;
    padding: 10px 15px;
    border-radius: 8px;
        font-size: 40px;
    font-weight: 800;
    max-width: 100%;
    width: fit-content; /* ✅ auto width */
    word-break: break-word; /* ✅ prevent overflow */
    line-height: 1.3;
    margin-bottom: 12px;
}

@media(max-width:768px){
    .ux-doc-tag-91 {
        font-size: 20px;
        padding: 8px 12px;
    }
}

/* Card */
.ux-doc-card-91 {
    max-width: 690px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

/* Image */
.ux-doc-img-91 {
    width: 100%;
    height: auto;
    border-radius: 27px;
}

/* Content */
.ux-doc-content-91 {
    padding: 15px;
}

.ux-doc-name-91 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ux-doc-sub-91 {
    font-size: 11px;
    color: #555;
    line-height: 1.4;
}

.ux-doc-exp-91 {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* Bottom Highlight */
.ux-doc-highlight-91 {
    margin-top: 15px;
    display: block;
    background: #A74FD1A1;
    color: #000;
    max-width: 920px;
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    word-break: break-word;
    margin-left: auto;
    margin-right: auto;
}
.ux-doc-highlight-91 {
    text-align: center;
}
@media(max-width:768px){
    .ux-doc-highlight-91 {
        font-size: 20px;
        padding: 10px;
    }
}

/* Bottom Paragraph */
.ux-doc-para-91 {
    margin-top: 20px;
    font-size: 27px;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media(max-width:768px){
    .ux-doc-card-91 {
        max-width: 285px;
    }
	
	.ux-doc-tag-91{
	    font-size: 25px !important;
		}
		.ux-doc-para-91 {
		font-size: 15px !important;
		}
}



.yt-wrap-77 {
    background: #c8bdff;
    padding: 50px 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.yt-title-77 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Slider */
.yt-slider-77 {
    overflow: hidden;
    width: 100%;
}

.yt-track-77 {
    display: flex;
    width: max-content;
    animation: yt-scroll-77 25s linear infinite;
}

/* Each Video */
.yt-item-77 {
    width: 220px;
    height: 390px;
    margin: 0 15px;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
    flex-shrink: 0;
}

.yt-item-77 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Infinite Scroll */
@keyframes yt-scroll-77 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media(max-width:768px){
    .yt-item-77 {
        width: 160px;
        height: 300px;
    }

    .yt-title-77 {
        font-size: 22px;
    }
}


.yt-wrap-77 {
    background: #c8bdff;
    padding: 5px 0;
    overflow: hidden;
}

.yt-title-77 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.yt-slider-77 {
    overflow: hidden;
}

.yt-track-77 {
    display: flex;
    width: max-content;
    animation: yt-scroll-77 25s linear infinite;
}

.yt-item-77 {
    width: 220px;
    height: 390px;
    margin: 0 15px;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
    flex-shrink: 0;
}

/* Video */
.yt-item-77 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Infinite scroll */
@keyframes yt-scroll-77 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.yt-slider-77:hover .yt-track-77 {
    animation-play-state: paused;
}

.weak-sec-55 {
    background: #c8bdff;
    padding: 5px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Top Heading */
.weak-title-55 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Description */
.weak-desc-55 {
    max-width: 1000px;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Purple Box */
.weak-box-55 {
    max-width: 650px;
    margin: auto;
    background: linear-gradient(135deg, #9c6ad6, #b57edc);
    padding: 5px 20px;
    border-radius: 20px;
}

/* Text inside box */
.weak-box-55 h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}
/* Last line */
.weak-highlight-55 {
    text-decoration: underline;
}

/* Responsive */
@media(max-width:768px){
    .weak-title-55 {
        font-size: 22px;
                text-decoration: underline;
    }
    .weak-box-55 h2 {
        font-size: 22px;
    }
    
    .yt-title-77 {
    font-size: 25px !important;
    }
    h3.cm-name {
    margin: 0;
    font-size: 21px;
    margin-top: -28px !important;
}
    
}
p.cm-sub {
    margin: 0px 0px;
    font-size: 17px;
    font-weight: 500;
}
.circle-sec-33 {
    background: #c8bdff;
    padding: 50px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Row */
.circle-row-33 {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Each Item */
.circle-item-33 {
    text-align: center;
    max-width: 220px;
}

/* Circle Image */
.circle-img-33 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #0b5f7a;
    margin-bottom: 15px;
}

.circle-img-33 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text */
.circle-text-33 {
    font-size: 18px;
    font-weight: 600;
}

/* Responsive */
@media(max-width:768px){
    .circle-img-33 {
        width: 150px;
        height: 150px;
    }

    .circle-text-33 {
        font-size: 14px;
    }
}
.award-sec-77 {
    background: #c8bdff;
    padding: 5px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Titles */
.award-title-top-77 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.award-title-main-77 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

/* Image */
.award-img-77 {
    max-width: 900px;
    width: 100%;
    display: block;
    margin: auto;
}

/* Optional subtle animation */
.award-img-77:hover {
    transform: scale(1.03);
    transition: 0.3s ease;
}

/* Responsive */
@media(max-width:768px){
    .award-title-top-77 {
        font-size: 18px;
    }

    .award-title-main-77 {
        font-size: 24px;
    }
	
    .circle-title-22 {
        font-size: 25px !important;
    }
    .loc-info-88 {
    font-size: 15px !important;
    }
}
	/* Top Banner */
.circle-title-22 {
    max-width: 1100px;
    margin: auto;
    background: #6f85c9;
    padding: 20px;
    border-radius: 15px;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.gallery-sec-21 {
    background: #c8bdff;
    padding: 5px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.gallery-title-21 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.gallery-grid-21 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}

/* UPDATED ITEM */
.gallery-item-21 {
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 🔥 FIX HERE */
.gallery-item-21 img {
    width: 100%;
    height: auto;            /* remove fixed height */
    object-fit: contain;     /* show full image */
    border-radius: 8px;
}

/* Responsive */
@media(max-width:1024px){
    .gallery-grid-21 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:768px){
    .gallery-grid-21 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.alert-sec-11 {
    background: #c8bdff;
    padding: 20px;
    text-align: center;
}

/* Red Banner */
.alert-box-11 {
    background: #ff1a1a;
    color: #F1FF00;
    font-size: 40px;
    font-weight: 600;
    padding: 20px;
    border-radius: 15px;
    max-width: 1200px;
    margin: auto;
    line-height: 1.5;
}

/* Responsive */
@media(max-width:768px){
    .alert-box-11 {
        font-size: 18px;
        padding: 15px;
    }
}






.loc-sec-88 {
    background: #c8bdff;
    padding: 5px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Title */
.loc-title-88 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Card */
.loc-card-88 {
    max-width: 600px;
    margin: auto;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}

/* Map */
.loc-map-88 iframe {
    width: 100%;
    height: 250px;
    border: none;
}

/* Content */
.loc-content-88 {
    padding: 20px;
}

.loc-city-88 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.loc-address-88 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Phone Button */
.loc-phone-88 {
    display: inline-block;
    background: #39b000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px;
}

/* Info */
.loc-info-88 {
    font-size: 20px;
    margin: 5px 0;
    font-weight: 700;
}

/* Responsive */
@media(max-width:768px){
    .loc-title-88 {
        font-size: 24px;
    }
}


.footer-countdown-99 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box; /* ✅ FIX */
    background: #c62828;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px; /* reduced */
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap; /* ✅ prevents overflow */
}

/* Timer */
.timer-99 {
    display: flex;
    gap: 20px;
    font-size: 28px;
    font-weight: 700;
}

.timer-box-99 {
    text-align: center;
}

.timer-label-99 {
    font-size: 14px;
    display: block;
}

/* WhatsApp Button */
.whatsapp-btn-99 {
    background: #25D366;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

/* Responsive */
@media(max-width:768px){
    .footer-countdown-99 {
        flex-direction: column;
        gap: 10px;
    }

    .timer-99 {
        font-size: 22px;
    }
}

/* Wrapper */
.float-icons-22 {
    position: fixed;
    right: 15px;
    bottom: 100px; /* adjust if needed */
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Button style */
.float-icons-22 a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* white bg looks better with PNG */
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: 0.3s;
    overflow: hidden;
}

/* Image */
.float-icons-22 img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: contain;
}

/* Hover */
.float-icons-22 a:hover {
    transform: scale(1.1);
}


.lead-sec-91 {
    background: #c8bdff;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
}

.lead-box-91 {
    padding: 30px;
    border-radius: 15px;
    max-width: 450px;
    width: 100%;
    text-align: center;
}

.lead-box-91 h2 {
    margin-bottom: 10px;
    font-size: 26px;
}

.lead-box-91 p {
    font-size: 14px;
    margin-bottom: 20px;
}

/* Inputs */
.lead-box-91 input,
.lead-box-91 select,
.lead-box-91 textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Button */
.lead-box-91 button {
    width: 100%;
    background: #ff6f00;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.lead-box-91 button:hover {
    background: #e65100;

}
img.cm-logo {
    height: auto;
    width: 400px;
}

.loc-phone-88 {
    display: inline-block;
    text-decoration: none;
    background: #39b000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;

    /* Animation */
    animation: zoomPulse 1.8s infinite ease-in-out;
}

/* Keyframes for smooth zoom effect */
@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

/* Main Container */
/* Sticky Footer Container */
/* Main Container */
.cta-section-99 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #c62828;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
    flex-wrap: wrap;
}

/* TIMER */
.timer-99 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.time-box {
    text-align: center;
}

.time-box span {
    font-size: 28px;
    font-weight: bold;
}

.time-box p {
    font-size: 14px;
    margin: 0;
}

.colon {
    font-size: 28px;
    font-weight: bold;
}

/* BUTTONS */
.cta-buttons-99 {
    display: flex;
    gap: 12px;
}

.cta-buttons-99 a {
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

/* Call */
.call-btn {
    background: #43a047;
}

/* WhatsApp */
.wa-btn {
    background: #25D366;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 768px) {

    .cta-section-99 {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }

    .timer-99 {
        width: 100%;
        justify-content: center;
    }

    .cta-buttons-99 {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .cta-buttons-99 a {
        flex: 1;
        min-width: 0; /* 🔥 VERY IMPORTANT (prevents overflow) */
        padding: 10px;
        font-size: 14px;
    }
    
    .lead-box-91 {
    padding: 5px !important;
}
}

img.cm-banner {
    height: auto;
    width: 334px;
    border-radius: 10px;
}

@media (max-width: 768px) {

    .circle-row-33 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px; /* reduce gap */
    }

    .circle-item-33 {
        width: 47%;
        max-width: 48%; /* override 220px */
    }

    .circle-img-33 {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}


.video-gallery-section {
  padding: 50px 20px;
  text-align: center;
}

.vg-title {
  font-size: 26px;
  margin-bottom: 25px;
}

.vg-carousel {
  position: relative;
  overflow: hidden;
}

.vg-track {
  display: flex;
  gap: 15px;
  transition: transform 0.4s ease;
}

.vg-item {
  min-width: 220px;
  height: 380px;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.vg-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vg-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.vg-item:hover .vg-overlay {
  opacity: 1;
}

/* Buttons */
.vg-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000080;
  color: #fff;
  border: none;
  font-size: 25px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.vg-btn.prev { left: 10px; }
.vg-btn.next { right: 10px; }

/* Lightbox */
.vg-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.vg-lightbox video {
  max-width: 90%;
  max-height: 90%;
}

.vg-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}