body {
    background-color: black;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
@font-face {
    font-family: Sinhala;
    src: url("../fonts/ARADHANA Plain.ttf");
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Regular.ttf");
}

.navbar {
    background-color: black;
    border-bottom: 2px solid red;
}

.dropIcon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #151515;
    width: 15%;
    margin-top: 10px;
}

.nav-item-mobile {
    background-color: #151515;
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px;
}

.dropdown-menu {
    background-color: #151515;
}

/*
.navbar::after {
  	content: "People's Channel";
  	position: absolute;
	bottom: -23.5px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: white;
	font-size: 18px;
	background-color: black;
	width: 20%;
  	padding: 8px;
	border-radius: 8px;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	border-left: 2px solid red;
	border-image: linear-gradient(to bottom, black 50%, red 50%) 1;
}
*/

/*
.navbar-2::after {
  	content: "The People's Channel";
  	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: white;
	font-size: 18px;
	background-color: black;
	width: 10%;
  	padding: 8px;
	border-radius: 8px;
	border: 2px solid red;
}
*/

/*
.navbar-2::after {
  	content: "The People's Channel";
  	position: absolute;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: white;
	font-size: 16px;
	background-color: red;
	width: 100%;
  	padding: 6px;
}
*/

.dropIcon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #151515;
    width: 15%;
    margin-top: 10px;
}
.nav-item-mobile {
    background-color: #151515;
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px;
}
.dropdown-menu {
    background-color: #151515;
}

@media (max-width: 990px) {
    .navbar-2::after {
        display: none;
    }
}

.overlay-gradient {
    z-index: 1;
    width: 100%;
    height: 90%;
    position: absolute;
}

.topmenu {
    padding-left: 50px;
}

.navbar-toggler-icon {
    background-image: url(' "../images/588a64e7d06f6719692a2d11.png"');
    width: 30px;
    height: 30px;
    background-size: contain;
}

/* Carousel Indicators - Fixed for visibility and functionality */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: -999px;
    overflow: hidden;
    flex-shrink: 0;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.carousel-indicators li.active {
    background-color: #fff;
    border-color: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.carousel-indicators li.rounded-circle {
    border-radius: 50%;
}

/* Ensure indicators are visible on all carousels */
#mainCarousel .carousel-indicators,
#carouselExampleIndicators .carousel-indicators,
.carousel .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.btnnav {
    background-color: #de2324;
    border-color: #de2324;
    font-size: 14px;
}

.btnnav:hover {
    background-color: #b82222;
    border-color: #b82222;
}

.dName {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: Inter;
}
.sName {
    font-family: Sinhala;
    font-size: 36px;
    margin-bottom: 0;
}

.topic {
    font-size: 22px;
    padding: 10px 0px;
    font-family: Inter;
}
.viewlink {
    font-size: 15px;
    padding: 0 20px 0 0;
    font-family: Inter;
    color: red;
}
.carousel-caption {
    text-align: left;
}

.dCat {
    font-size: 14px;
    opacity: 60%;
    border: solid 1px white;
    padding: 0px 8px;
    border-radius: 3px;
    margin-bottom: 0;
    font-family: Inter;
}
.dCat2 {
    font-size: 14px;
    opacity: 60%;
    padding: 1px 8px;
    border: solid 0px;
    margin-bottom: 0;
    font-family: Inter;
}
.dEpi {
    font-size: 12px;
    opacity: 60%;
    font-family: Inter;
    margin-top: 5px;
}
.dEpi1 {
    font-size: 12px;
    opacity: 60%;
    font-family: Inter;
    margin-top: 10px;
    margin-bottom: 0px;
}
.dEpi2 {
    font-size: 12px;
    opacity: 60%;
    font-family: Inter;
    margin-top: 1px;
}

.godrama {
    font-family: Inter;
    font-weight: 600;
    border-radius: 5px;
}

.imgSlide1 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-size: cover;
    background-position: center center;
    height: 85vh;
}
.imgSlide2 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-size: cover;
    background-position: center center;
    height: 85vh;
}
.imgSlide3 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-size: cover;
    background-position: center center;
    height: 85vh;
}
.imgSlide4 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-size: cover;
    background-position: center center;
    height: 85vh;
}
.arr {
    opacity: 20%;
    top: 50%;
}
.arr:hover {
    opacity: 80%;
}
.arrMiniBwd {
    margin-left: -130px;
    margin-right: 0px;
    opacity: 20%;
}
.arrMiniFwd {
    margin-right: -130px;
    opacity: 20%;
}

.epiName {
    font-size: 16px;
    font-family: Inter;
    margin-bottom: 0;
    margin-top: 2px;
    color: white;
    font-weight: 500;
}
.epiTag {
    font-size: 12px;
    font-family: Inter;
    margin-bottom: 0;
    color: white;
    opacity: 50%;
}
.epiDate {
    font-size: 12px;
    font-family: Inter;
    margin-bottom: 0;
    color: white;
    opacity: 50%;
    display: grid;
    justify-content: end;
}
.midbreak {
    border-top: 1px solid white;
    width: 77%;
    opacity: 20%;
    margin-top: 30px;
    margin-bottom: 0px;
}

.midbreak_full {
    border-top: 1px solid white;
    width: 100%;
    opacity: 20%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.vr {
    border: 1px solid white;
    height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    opacity: 20%;
}
.footertxt1 {
    color: white;
}

.footertxt2 {
    color: white;
    margin-right: 20px;
}

.btn-link {
    color: white;
}
.footico {
    margin-right: 10px;
    margin-top: 4px;
}
.footadd {
    margin-right: 40px;
    color: white;
}
.contact {
    margin-top: 40px;
}
.social {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
}

.drama-img {
    object-fit: cover;
    object-position: center;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.dramaname {
    padding-bottom: 500px;
}
.dmName {
    font-size: 100px;
    max-width: 10px;
    margin-bottom: 0;
    font-family: Inter;
}
.smName {
    font-family: Sinhala;
    font-size: 80px;
    margin-bottom: 0;
}

.tile {
    border-radius: 0.5vw;
    transition: all 0.3s ease-in-out;
}

.tile:hover {
    filter: brightness(50%);
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    position: relative;
}

.tile:hover::before {
    content: "\f16d"; /* Instagram icon unicode character */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3vw;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.insta {
    border-radius: 15px;
}
.icoshare {
    background-color: #c9c9c9;
    opacity: 1;
    border: none;
    border-radius: 6px;
    color: black;
    font-size: 10px;
    position: absolute;
    transform: translate(300%, -500%);
    -ms-transform: translate(10%, -125%);
    text-align: center;
}
.btn-link {
    color: #8b9199;
}
.btn-link:hover {
    color: white;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
}
.watchframe {
    padding-top: 80px;
}
.watch {
    max-height: 900px;
    border-radius: 10px;
}
.frmsearch {
    background-color: transparent;
}
.frmsearch:hover {
    background-color: #0a0a0a;
    color: white;
}
.btnlog {
    background-color: transparent;
    color: #6c757d;
    font-size: 14px;
}
.btnlog:hover {
    background-color: #0a0a0a;
    color: #6c757d;
}

/* ****************************** */

.slide-container {
    max-width: 1920px;
    width: 100%;
    padding: 40px 0;
}
.slide-content {
    margin: 0 50px;
    overflow: hidden;
}

.swiper-navBtn {
    color: white;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}
.swiper-navBtn:hover {
    transition: all 0.3s ease-in-out;
    color: white;
    opacity: 0.8;
}

.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn {
        display: none;
    }
}

.tile-mod {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.main-flex {
    margin: 0px -40px;
    padding: 0 3rem;
}

.brand-image {
    width: 60%;
}

/* ****************************** */

/*navbar hover*/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        background-color: black;
        color: grey;
        opacity: 90%;
        transition: all 0.3s ease-in-out;
    }
    .navbar .nav-item:hover .nav-link {
        color: white;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu a {
        color: gray;
        text-decoration: none;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
    }
    .navbar .nav-item .dropdown-menu a:hover {
        color: white;
        background-color: transparent;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        border: none;
        box-shadow: none;
    }
}

.border-left-red {
    border-left: 1px solid red;
}

.lineCardHover {
    transition: all 0.2s ease-in-out;
}

.lineCardHover:hover {
    background-color: rgba(255, 0, 0, 0.2);
}
.pr-image {
    width: 100%;
    border-radius: 0.5vw;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: solid transparent 2px;
    transition: all 0.3s ease-in-out;
}

.pr-image-live {
    width: 100%;
    border-radius: 0.5vw;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: solid transparent 2px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 7px #dd212c;
    border-color: #dd212c;
    border-width: 2px;
}

.tile-mod:hover .pr-image {
    box-shadow: 0 0 7px #dd212c;
    border-color: #dd212c;
    border-width: 2px;
}


.big-tile {
    position: relative;
}

.tile-img {
    display: block;
    position: relative;
}

.text-overlay {
    border-radius: 0.5vw;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 99%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: 0;
    padding: 4rem 0.5rem 0.5rem 0.5rem;
    margin: 2px;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.tile-img:hover .text-overlay {
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

/*Floating Chat icon*/

.container-wa .floating-button {
    position: fixed;
    bottom: 20px;
    right: 22px;
    width: 210px;
    height: 60px;
    background-color: #de2324;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #de2324;
    z-index: 1000;
    transition: all 0.3s;
}
.container-wa .floating-button:hover {
    background-color: #de2324;
    box-shadow: 0px 2px 15px #de2324;
    transition: all 0.3s;
}
.container-wa .floating-button .icon {
    position: absolute;
    width: 200px;
    height: auto;
    top: 8px;
    left: 3px;
    right: 0;
    line-height: 10px;
    text-align: center;
    transition: all 0.3s;
}
.container-wa .floating-button .icon.wa {
    animation: wa-out 0.3s;
}
.container-wa .floating-button .icon.close {
    opacity: 0;
    margin: auto;
    transform: rotateZ(-70deg);
    animation: close-out 0.3s;
}
.badge-close {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}
/*Floating Chat icon*/

/*franchise banner*/

.image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}
.franchise-background {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1; /* add a higher z-index value */
}

/*franchise banner*/

.coach-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30vw;
    opacity: 100%;
}

.coachName {
    text-align: center;
    font-size: 10vw;
    color: #dd212c;
    text-shadow: 0 0 12px #dd212c;
}

/*filter*/

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
    background-color: #de2324;
    border-radius: 30px;
    color: #ffffff;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
    background-color: #de2324;
    color: #ffffff;
}

/* Registration */
.card {
    border: 0;
    border-radius: 0.1875rem;
    /* padding-top: 100px; */
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

[data-background-color="orange"] {
    background-color: #000000;
}

/*shedule*/
.card {
    background-color: black;
}
.btnsubmit {
    width: 100%;
}
.small-width {
    width: 150px;
}
.social-icon {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.social-icon:hover {
    color: #de2324;
    transition: all 0.3s ease-in-out;
}

/*section search*/
.srhArea-btn {
    border-radius: 0 5px 5px 0 !important;
    background-color: #de2324;
}

.srhArea-btn2 {
    background-color: #de2324;
}
.srhArea-drop {
    border-radius: 5px 0 0 5px !important;
}

.dropm-1 {
    width: 100%;
}

.homeBanner {
    max-width: 100%;
    height: auto;
}

.copyrightTxt {
    font-size: 0.8rem;
}

.cbLink {
    color: #fff;
}

.cbLink:hover {
    color: #fff;
}

.lowerbar {
    align-items: center;
}
.foot-l {
    padding: 0.5rem 0 2rem 0;
}
.foot-m {
    padding: 0.5rem 0;
    display: none;
}

@media screen and (max-width: 600px) {
    .foot-l {
        display: none;
    }

    .foot-m {
        display: block;
    }
}

/* Pre Loader */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    z-index: 999;
}

.loader--hidden {
    opacity: 0;
    visibility: hidden;
}

.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #000000;
    border-top-color: #ea1b1b;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

.gutterTop {
    padding-top: 100px;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

@media only screen and (max-width: 480px) {
    .pr-image {
        border-radius: 2vw;
    }

    .px-5 {
        display: none;
    }

    .midbreak {
        border-top: 1px solid white;
        width: 100%;
        opacity: 20%;
    }
}

@media screen and (max-width: 768px) {
    .swiper-navBtn {
        display: none;
    }
    .slide-container {
        max-width: 1920px;
        width: 100%;
        padding: 40px 0;
    }
    .slide-content {
        margin: 0 0px;
    }

    .main-flex {
        margin: 0px 0px;
        padding: 0 0rem;
    }

    .topic {
        font-size: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .regForm {
        margin: 0 0 8rem 0;
    }
    .event-cap {
        display: none;
    }
}

/* Homepage Carousel Styles */
#mainCarousel {
    height: 100vh !important;
    margin-top: 85px;
}

#mainCarousel .carousel-inner {
    height: 100% !important;
}

#mainCarousel .carousel-item {
    height: 100vh !important;
}

#mainCarousel .carousel-item.imgSlide1,
#mainCarousel .carousel-item.imgSlide2 {
    height: 100vh !important;
}

#mainCarousel .carousel-item img,
#mainCarousel .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainCarousel .carousel-item .w-100 {
    height: 100%;
}

/* Skeleton Loader Styles */
.skeleton-loader {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
    display: block;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-carousel {
    height: 100vh;
    margin-top: 85px;
    background: #1a1a1a;
    width: 100%;
}

.skeleton-tile {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 10px;
    min-height: 180px;
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    width: 100%;
}

.skeleton-text-small {
    height: 12px;
    width: 60%;
    margin-bottom: 6px;
    border-radius: 4px;
}

.skeleton-banner {
    width: 100%;
    height: 200px;
    margin: 20px 0;
}

.skeleton-container {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image Loading States */
.image-loading {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-loaded {
    opacity: 1;
}

/* Error Message Styles */
.image-error-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    min-height: 200px;
}

.image-error-message {
    text-align: center;
    color: #888;
    padding: 20px;
}

.image-error-message .error-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.section-loading-error {
    text-align: center;
    padding: 60px 20px;
    color: #888;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 26, 0.5);
    border-radius: 8px;
    margin: 20px 0;
}

.section-loading-error .error-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.section-loading-error h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.section-loading-error p {
    color: #aaa;
    margin-bottom: 20px;
    font-size: 14px;
}

.section-error-message {
    text-align: center;
    padding: 40px 20px;
    color: #888;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 26, 0.3);
    border-radius: 8px;
    margin: 10px;
    width: calc(100% - 20px);
}

.section-error-message .error-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.6;
}

.section-error-message h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}

.section-error-message p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
}

.retry-button {
    background: #ea1b1b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 15px;
}

.retry-button:hover {
    background: #c41616;
}

.skeleton-hidden {
    display: none !important;
}

.section-content-wrapper {
    min-height: 300px;
}

/* Mobile Responsive for Carousel Indicators */
@media screen and (max-width: 768px) {
    .carousel-indicators {
        bottom: 15px;
        gap: 8px;
    }
    
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}
