   @font-face {
    font-family: 'Sen-Bold';
    src: url('../fonts/Sen-Bold.eot');
    src: url('../fonts/Sen-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sen-Bold.woff') format('woff'),
        url('../fonts/Sen-Bold.ttf') format('truetype'),
        url('../fonts/Sen-Bold.svg#Sen-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
   }

   @font-face {
    font-family: 'Sen-Regular';
    src: url('../fonts/Sen-Regular.eot');
    src: url('../fonts/Sen-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sen-Regular.woff') format('woff'),
        url('../fonts/Sen-Regular.ttf') format('truetype'),
        url('../fonts/Sen-Regular.svg#Sen-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen-Medium';
    src: url('../fonts/Sen-Medium.eot');
    src: url('../fonts/Sen-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sen-Medium.woff') format('woff'),
        url('../fonts/Sen-Medium.ttf') format('truetype'),
        url('../fonts/Sen-Medium.svg#Sen-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen-ExtraBold';
    src: url('../fonts/Sen-ExtraBold.eot');
    src: url('../fonts/Sen-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sen-ExtraBold.woff') format('woff'),
        url('../fonts/Sen-ExtraBold.ttf') format('truetype'),
        url('../fonts/Sen-ExtraBold.svg#Sen-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



 
body {
    color: #fff;  
}

.cinemad-navbar {
    position: absolute;
    width: 100%;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: transparent !important;

}

.nav-item
{
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

.nav-link
{
    color: #fff;
    font-family: 'Sen-Medium';
    font-size: 1rem;
    text-transform: capitalize;

}
.nav-link:hover
{
    color: #ff4b25;
}

.register-btn {
    background-color: #ff4b25;
    padding: 3px 10px;
    border-radius: 7px;
}

.register-btn:hover {
    color: #2a2a2a;
}

.hero-screen
{
    background-image: url('../img/top-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section {
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.hero-section h1 {
    font-size: 2rem; /* Larger font size */
    color: #ff4b25;
    font-family: 'Sen-Bold';
    text-transform: uppercase;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-section p {
    font-size: 1.3rem;
    line-height: 1.8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Sen-Regular';
}

.screening-this-week {
        /* Match body or slightly darker */
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.screening-this-week h2 {
    font-family: 'Sen-Regular';
    letter-spacing: 1rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.page-content
{
    background-image: url('../img/bg-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Swiper custom styles */
.swiper-button-next, .swiper-button-prev {
    color: #fff !important; /* White arrows */
    background-color: transparent; /* Semi-transparent background */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: background-color 0.3s ease;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.4rem !important; /* Adjust arrow size */
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: transparent; /* Red on hover */
    color: #2a2a2a !important;
}
.swiper-pagination-bullet {
    background: #bbb; /* Pagination dots color */
}
.swiper-pagination-bullet-active {
    background: #f05a23; /* Active pagination dot color */
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 35px;
    right: auto;
}

.screening-swiper
{
    margin-top: 60px;
}

.swiper-wrapper
{
    padding-bottom: 40px;
}


/* Horizontal scroll for movie cards */
.horizontal-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
.horizontal-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.movie-card-horizontal {
    flex: 0 0 auto; /* Prevent cards from stretching */
    margin-right: 0.5rem;
    background-color: transparent;
    color: #e0e0e0;
    border: none;
    transition: all 0.3s ease;
}

.movie-card-horizontal .card-img-top {
    height: 400px; /* Fixed height for consistent posters */
    object-fit: cover;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}
.movie-card-horizontal:hover .card-img-top {
    border: solid 3px #f05a23;
    transition: all 0.3s ease;
}
.movie-card-horizontal .card-body {
    padding: 1rem;
    background-color: transparent;
}
.movie-card-horizontal .card-title {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.5rem;
    font-family: 'Sen-Bold';
    text-align: left;
    text-transform: capitalize;
}

.text-muted {
    font-size: 1.2rem;
    color: #fff!important;
    font-family: 'Sen-Bold';
    width: 100% !important;
}

.title-small {
    font-size: 0.95rem;
    color: #bbb!important;
    font-family: 'Sen-Medium';
    
}

.time-country {
    font-size: 1.1rem;
    color: #bbb;
    font-family: 'Sen-Regular';
}

.display-inline-block {
    display: flex;
    color: #f05a23;
    font-family: 'Sen-Bold';
    text-transform: uppercase;
}

.width-50 {
    margin-right: 15px;
}

.width-50 a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.movie-card-horizontal .movie-date-badge {
    background-color: #f05a23; /* Red color from design */
    color: #fff;
    padding: 0.3em 0.6em;
    border-radius: 0.25rem;
    font-size: 0.8em;
}

.filter-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.form-select
{
    background-color: #13121b;
    color: #f05a23;
    border-color: #fff;
    --bs-form-select-bg-img: url('../img/arrow.png');
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 14px 10px;
    font-family: 'Sen-Medium';
    font-size: 1rem;
    text-transform: capitalize;
}

.form-select:focus
{
        border-color: #f05a23;
        box-shadow: 0 0 0 0.1rem rgba(240, 90, 35, 0.7);
}

.filter-form .form-select,
.filter-form .form-control {
    background-color: transparent !important;
    color: #e0e0e0;
    border-color: #555;
}
.filter-form .form-select option {
    background-color: #333; 
    color: #e0e0e0;
}
.filter-form .form-select option:hover {
box-shadow: 0 0 10px 100px #f05a23 inset;
} 

.filter-section .btn-primary {
    background-color: #f05a23;
    border-color: #f05a23;
    color: #fff;
    font-family: 'Sen-Medium';
    font-size: 1rem;
}

.filter-section .btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f05a23;
}

.filter-section  .btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: #f05a23;
    font-family: 'Sen-Medium';
    font-size: 1rem;
}

.filter-section  .btn-secondary:hover {
    background-color: #f05a23;
    border-color: #f05a23;
    color: #fff;
}

.featured-movies {
    /* background-color: #1a1a1a; */
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.featured-movies h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.movie-card-bootstrap {
    background-color: transparent;
    color: #e0e0e0;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px 0px;
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: 0px;
}

.movie-card-bootstrap .card-img-top {
    height: 400px; /* Adjust as needed */
    object-fit: cover;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

.movie-card-bootstrap .card-img-top:hover {
    border: solid 3px #f05a23;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.movie-card-bootstrap .card-title a {
    color: #fff;
    font-family: 'Sen-Bold';
    text-transform: capitalize;
    font-size: 20px;

}

.movie-card-bootstrap .card-title a:hover {
    color: #f05a23;
}

.movie-card-bootstrap .upcoming-showtimes h6 {
    color: #bbb;
}

.movie-card-bootstrap .upcoming-showtimes ul {
    padding-left: 0;
}

.movie-card-bootstrap .upcoming-showtimes li {
    margin-bottom: 0.3rem;
    font-size: 0.9em;
}

.movie-card-bootstrap .booking-btn {
    background-color: #f05a23;
    border-color: #f05a23;
    color: #fff;
    margin-top: 6px;
    font-size: 13px;
    font-family: 'Sen-Bold';
    padding: 3px 5px;
}

.movie-card-bootstrap .booking-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f05a23;
}

.pagination .page-link {
    background-color: #2a2a2a;
    border-color: #444;
    color: #e0e0e0;
}

.pagination .page-item.active .page-link {
    background-color: #f05a23;
    border-color: #f05a23;
    color: #fff;
}

.pagination .page-link:hover {
    background-color: #f05a23;
    border-color: #f05a23;
    color: #fff;
}

.schedule-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* .schedule-section h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 2rem;
} */

.schedule-table {
        width: 100%;
    border-collapse: separate;  
    border-spacing: 0 7px;  
    margin-bottom: 0;  
    border: none;  
    font-family: 'Sen-Bold';
    text-transform: capitalize;
}

    
.schedule-table th,
.schedule-table td {
    padding: 7px 20px;  
    border: none;  
    vertical-align: middle;
}

.schedule-table thead tr {
    background-color: #ff4b25;  
    color: white;
    font-size: 1.2rem;
}
.schedule-table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.schedule-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.schedule-table .date-header-row td {
    background-color: #fff;  
    color: #ff4b25;
        text-align: center;
    border-radius: 10px;  
    font-size: 1.1rem; 
}

.schedule-table tbody tr:not(.date-header-row) {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1rem; 
}
.schedule-table tbody tr:not(.date-header-row) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.schedule-table tbody tr:not(.date-header-row) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.schedule-table a {
    color: #fff;  
    text-decoration: none;
    text-transform: uppercase;
}

.schedule-table a:hover {
    text-decoration:none;
    color: #ff4b25;
}

.schedule-table .date-header-row a {
    color: white;
}

.latest-news {
    /* background-color: #1a1a1a; */
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* .latest-news h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    text-align: center;
} */

.news-card {
    background-color: #ff4b25;
    border: none;
    color: #fff;
    border-radius: 1rem;
    /* overflow: hidden; */
    padding: 30px;
}
.news-card .card-img-top {
    height: 350px;
    object-fit: cover;
    margin-left: -50px;
    border-radius: 15px;
    width: 50%;
}
.news-card .card-body {
    padding: 1.5rem;
    width: 50%;
}
.news-card .card-title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Sen-Medium';
    text-transform: uppercase;
}
.news-card .card-text {
    font-size: 0.95rem;
    color: #bbb;
}
.news-card .news-date {
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Sen-Bold';
    margin-top: 50px;
}
.news-card .social-icons .btn {
    color: #fff;
    background: transparent;
    border: none;
    margin-right: 0.5rem;
    font-size: 1rem;
}
.news-card .social-icons .btn:hover {
    color: #2a2a2a;
    border-color: #fff;
}


.partners-section {
    padding-top: 3rem;
    padding-bottom: 3rem; 
}

.partners-section h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.partner-logo {
     /* Adjust size as needed */
    /* object-fit: contain; */
    transition: all 0.3s ease;
}

.partners-swiper
{
    margin-top: 40px;
    padding: 50px 0px 20px 0px;
}

 

footer {
    background-color: #111;
    color: #888;
    padding: 2rem 0;
    font-size: 0.9rem;
    border-top: 1px solid #333;
}
footer a {
    color: #888;
    text-decoration: none;
}
footer a:hover {
    color: #f05a23;
}
footer .social-icons a {
    font-size: 1.2rem;
    margin-right: 0.8rem;
}

.brought {
     margin-bottom: 5px;
    font-size: 0.8rem;
    color: #888;
    vertical-align: middle;
}


/* Movie Detail Page Styling */
.movie-container {
    padding-top: 12rem;
}

.top-padding
{
    padding-top: 12rem;
    min-height: 90vh;
    padding-bottom: 30px;
}
 

.movie-container h1 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #fff;
    font-family: 'Sen-Bold';
    text-transform: capitalize;
}

.movie-poster-trailer {
    display: flex;
    flex-direction: column; /* Default for smaller screens */
    align-items:flex-start;
    margin-bottom: 30px;
    border-radius: 8px;
    width: 100%;
}

.movie-poster-large {
    width: 24%;
    height: 300px;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    margin-bottom: 20px; /* Space between poster and info on smaller screens */
    margin-right: 40px;
}

.movie-poster-large img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Trailer Section */
.movie-trailer-section {
    margin-bottom: 30px;
    text-align: center;
    width: 76%;
}

.agerate
{
    font-size: 1.1rem;
    color: #ff4b25;
    font-family: 'Sen-Bold';
}

.video-responsive {
    position: relative;
    /* padding-bottom: 56.25%; 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    /* max-width: 900px; Max width for the video */
    margin: 0 auto; /* Center the video */
    background: #000;
    height: 440px;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.movie-main-info
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
   
}


.movie-info {
    text-align: left;
    width: 24%;
    margin-right: 40px;
    font-family: 'Sen-Medium';
    font-size: 1rem;
}

.movie-info p {
    margin-bottom: 10px;
}


.movie-synopsis
{
    width: 76%;
}

.synopsis-addtowatch
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
} 

.synopsis-title
{
    font-size: 1.5rem;
    color: #ff4b25;
    font-family: 'Sen-ExtraBold';
    margin-bottom: 15px;
}


.synopsis-text {
    font-size: 1rem;
    color: #fff;
    margin-top: 20px;
    font-family: 'Sen-Medium';
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 50px;
}

.action-buttons
{
    margin-top: 80px;
}

.btn-orange
{
    background-color: #ff4b25;
    border-color: #ff4b25;
    color: #fff;
    font-family: 'Sen-Bold';
    font-size: 1rem;
    padding: 0px 5px;
    height: 25px;
    margin-right: 15px;
}
.btn-orange:hover
{
    background-color: #fff;
    border-color: #fff;
    color: #ff4b25;
}

.btn-white
{
    background-color: #fff;
    border-color: #fff;
    color: #ff4b25;
    font-family: 'Sen-Bold';
    font-size: 1rem;
    padding: 0px 5px;
    height: 25px;
    margin-right: 15px;
}
.btn-white:hover
{
    background-color: #ff4b25;
    border-color: #ff4b25;
    color: #fff;
}

.watch-btn-share
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.watch-btn-share .social-icons .btn {
    color: #fff;
    background: transparent;
    border: none;
    margin-right: 0.5rem;
    font-size: 1.3rem;
}
.watch-btn-share .social-icons .btn:hover {
    color: #ff4b25;
}

.showtime-section
{
    background-image: url('../img/bg-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.city-name {
    font-size: 1.3rem;
    color: #ff4b25;
    font-family: 'Sen-Bold';
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
}

.showtime-section h6 {
    font-size: 1rem;
    color: #bbb;
    font-family: 'Sen-Medium';
    text-align: center;
    margin-bottom: 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff4b25;
    border-color: #ff4b25;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #ff4b25;
    background-color: #fff;
    border-color: #fff;
}

.nav-tabs .nav-link {
    border: #fff solid 1px;
    font-family: 'Sen-Bold';
}

.award-and-festival
{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.award-and-festival img
{
    height: 80px;
}
 

/* Showtimes Section */
.movie-showtimes {
    margin-bottom: 30px;
}

.movie-showtimes h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.movie-showtimes h3 {
    font-size: 1.5rem;
    color: #444;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

 
.showtime-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.showtime-list li {
    background-color: #eef;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #333;
}

.showtime-list li:last-child {
    margin-bottom: 0;
}

.quotes-container
{
    margin-top: 50px;
    display: flex;
    justify-content:space-between;
    align-items:flex-start;
}

.quote-item
{
    padding: 20px;
    border-radius: 10px;
    width: 48%;
}

.quote-text
{
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Sen-Regular';
    text-align: center; 
    width: 100%;
    
}

.quote-source
{
    font-size: 1rem;
    color: #ff4b25;
     font-family: 'Sen-Regular';
    text-align: center; 
    margin-top: 0px;
    font-style: italic;
}

.quote-text .fa-quote-left
{
    color: #ff4b25;
    margin-right: 0px;
    font-size: 14px;
}
 
.quote-text .fa-quote-right
{
    color: #ff4b25;
    margin-left: 0px;
    font-size: 14px;
}

.quote-star
{
    text-align: center;
    margin-top: 15px;
}

.fa-star
{
    color: #ff4b25;
    margin-right: 5px;
    font-size: 20px;
}

 

/* Profile Page Styling */
.profile-container {
    padding: 20px;
    padding-top: 14rem;
}

.profile-header {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.avatar-img {
    width: 250px;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 30px;
    object-position: center;
}

.profile-username {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.profile-username h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-right: 10px;
    font-family: 'Sen-Bold';
}

.profile-username img {
    width: 25px;
}

.profile-avatar p
{
     
    font-size: 1rem;
    color: #fff;
    font-family: 'Sen-Medium';
    margin-bottom: 5px;
}

.profile-info
{
    margin-left: 30px;
    flex-grow: 1;
}

.title-attended
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.title-attended h1 {
    font-size: 2rem;
    color: #fff;
    font-family: 'Sen-Bold';
    text-transform: uppercase;
    line-height: 1;
}

.title-attended h1 span {
    display: block;
}
 
.screenings
{
    display: flex;
    border: solid 2px #ff4b25;
    width: fit-content;
    border-radius: 15px;
    /* max-width: 250px; */
    align-items: center;
    padding: 5px 15px;
}

.points
{
    font-size: 4rem;
    color: #fff;
    font-family: 'Sen-Bold';
    margin-right: 10px;
    line-height: 1.2;
}

.screenings-attended
{
    font-size: 1.3rem;
    color: #fff;
    font-family: 'Sen-Medium';
    margin-bottom: 10px;
     line-height: 1;
     text-transform: uppercase;
}

.profile-avatar .btn
{
    margin-top: 15px;
}
 
.profile-section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.profile-section .movie-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-section .movie-grid .movie-card {
    width: calc(25% - 20px);
}

.movie-card .watch-details {
    font-size: 0.9em;
    color: #ff4b25;
    margin-top: 5px;
    line-height: 1.4;
    font-family: 'Sen-Medium';
}

.profile-section .movie-card .movie-poster  {
     height: 300px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
}
.profile-section .movie-card img {
    height: 100%; 
    width: 100%; 
    border-radius: 15px;
    transition: all 0.3s ease;
}

.profile-section .movie-card:hover img {
    border: solid 3px #f05a23;
    transition: all 0.3s ease;
}

.profile-section .movie-card a {
    text-decoration: none;
}

.profile-section .movie-card h3 {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 10px;
    font-family: 'Sen-Bold';
    text-transform: capitalize;
}

.profile-section-title
{
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Sen-Bold';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.profile-section-title span
{
    display: block;
}

.form-container
{
    padding-bottom: 50px;

}

.form-container h2  
{
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Sen-Bold';
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.form-container p
{
    font-size: 1rem;
    color: #bbb;
    font-family: 'Sen-Medium';
    margin-bottom: 30px;
    text-align: left;
}

.form-container label
{
    font-size: 1rem;
    color: #fff;
    font-family: 'Sen-Medium';
    margin-bottom: 10px;
    text-align: left;
}

.form-container .btn
{
    font-size: 1.1rem;
    height: auto; 
    text-transform: capitalize;
}

.form-container a      
{
    font-size: 1.1rem;
    color: #ff4b25;
    font-family: 'Sen-Medium';
}
 
.form-container a:hover      
{
    text-decoration: none;
    color: #fff;
}
 

.login-form
{
    max-width: 50%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
}

.schedule-date
{
    font-size: 1.05rem;
    color: #ff4b25;
    font-family: 'Sen-Bold';
    text-align: left;
}
.cinema-info
{
    font-size: 0.77rem;
    color: #ccc;
    font-family: 'Sen-Medium';
    text-align: left;
}

.city-info
{
    font-size: 0.77rem;
    color: #ccc;
    font-family: 'Sen-Medium';
    text-align: left;
}

/* 1. Move indicators below the cards */
.carousel-indicators.custom-numbered-dots {
    position: relative; /* Stop them from overlaying the images */
    margin-top: 50px;   /* Add space between cards and dots */
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* 2. Shape and Text Styling */
.carousel-indicators.custom-numbered-dots button {
    width: 25px;        /* Size of the circle */
    height: 25px;
    border-radius: 50%; /* Make it a perfect circle */
    text-indent: 0;     /* Show the number (Bootstrap hides it by default) */
    background-color: #ff4b25; /* Orange Background */
    color: #ffffff;            /* White Text */
    opacity: 0.6;       /* Slightly faded when not active */
    border: none;
    font-weight: bold;
    font-size: 12px;
    /* Center the number */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-family: 'Sen-Medium';
}

/* 3. Active State (The selected page) */
.carousel-indicators.custom-numbered-dots button.active {
    opacity: 1;         /* Fully visible */
    background-color: #ff4b25; /* Slightly darker orange for active state */
    transform: scale(1.1); /* Make active dot slightly larger */
}

/* 4. Hover State */
.carousel-indicators.custom-numbered-dots button:hover {
    opacity: 1;
} 
 

/* Responsive adjustments */
@media (min-width: 768px) {
    .movie-poster-trailer {
        flex-direction: row; /* Side-by-side on larger screens */
        text-align: left;
    }

    .movie-poster-large {
        margin-bottom: 0;
        margin-left: 0px; /* Space between poster and info */
    }

    .movie-trailer {
        text-align: left;
    }
}
