:root {
    --bs-primary: #b21d2f;
}

/* Sticky footer: keep footer at bottom on short pages (e.g. About) */
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.main-content-wrap {
    flex: 1 0 auto;
}

.text-am {
    color: #b21d2f !important;
}

/*** Movie Grid (Home Top Viewed + Telugu/Dubbed) – 306×320 ratio, no crop ***/
.movie-poster-ratio {
    aspect-ratio: 306/320;
    background: #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.movie-poster-ratio img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.movie-card-inner {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.movie-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.movie-card-img {
    overflow: hidden;
}
.movie-card-img .movie-poster-ratio {
    width: 100%;
}

/*** Top Viewed Movies – Netflix-style horizontal rows (responsive like Netflix) ***/
.top-viewed-netflix-section {
    margin-bottom: 2rem;
}
.top-viewed-netflix-section:last-child {
    margin-bottom: 0;
}
.top-viewed-netflix-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.6rem;
    padding-left: 0;
}
.top-viewed-netflix-row {
    padding: 0.5rem 0 1rem;
    position: relative;
    padding-left: 52px;
    padding-right: 52px;
}
.top-viewed-netflix-row .slick-slide {
    padding: 0 4px;
    display: flex;
    align-items: flex-start;
}
.top-viewed-netflix-row .slick-slide > div {
    width: 100%;
}
/* Netflix-style: content band – side padding scales by viewport */
.container-fluid.blog .container {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 576px) {
    .top-viewed-netflix-section { margin-bottom: 2.25rem; }
    .top-viewed-netflix-title { font-size: 1.3rem; margin-bottom: 0.7rem; }
    .top-viewed-netflix-row .slick-slide { padding: 0 6px; }
    .container-fluid.blog .container { padding-left: 1.25rem; padding-right: 1.25rem; }
}
@media (min-width: 768px) {
    .top-viewed-netflix-section { margin-bottom: 2.5rem; }
    .top-viewed-netflix-title { font-size: 1.35rem; margin-bottom: 0.75rem; padding-left: 0.25rem; }
    .top-viewed-netflix-row .slick-slide { padding: 0 8px; }
    .container-fluid.blog .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 992px) {
    .container-fluid.blog .container { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1200px) {
    .container-fluid.blog .container { padding-left: 2.5rem; padding-right: 2.5rem; }
}
/* Section header responsive (Our Movies / Top Viewed Movies) */
.container-fluid.blog .display-5 { font-size: clamp(1.5rem, 4vw, 2rem); }
.container-fluid.blog .pb-4 { padding-bottom: 1rem !important; }
@media (min-width: 576px) {
    .container-fluid.blog .pb-4 { padding-bottom: 1.25rem !important; }
}
@media (min-width: 768px) {
    .container-fluid.blog .pb-4 { padding-bottom: 1.5rem !important; }
}
@media (min-width: 992px) {
    .container-fluid.blog .pb-4 { padding-bottom: 2rem !important; }
}
/* Netflix-style: white chevron only, no background, show on row hover */
.top-viewed-netflix-row .slick-prev,
.top-viewed-netflix-row .slick-next {
    z-index: 2;
    width: 48px;
    height: 48px;
    background: transparent !important;
    border: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.top-viewed-netflix-section:hover .top-viewed-netflix-row .slick-prev,
.top-viewed-netflix-section:hover .top-viewed-netflix-row .slick-next {
    opacity: 1;
}
.top-viewed-netflix-row .slick-prev { left: 8px; }
.top-viewed-netflix-row .slick-next { right: 8px; }
.top-viewed-netflix-row .slick-prev:before,
.top-viewed-netflix-row .slick-next:before {
    font-size: 32px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}
/* Arrows always visible on touch devices (no hover) */
@media (hover: none) {
    .top-viewed-netflix-row .slick-prev,
    .top-viewed-netflix-row .slick-next {
        opacity: 1;
    }
}
/* Responsive arrows: in padding zone so not over slides; scale down on small screens */
@media (max-width: 575.98px) {
    .top-viewed-netflix-row {
        padding-left: 44px;
        padding-right: 44px;
    }
    .top-viewed-netflix-row .slick-prev,
    .top-viewed-netflix-row .slick-next {
        width: 40px;
        height: 40px;
    }
    .top-viewed-netflix-row .slick-prev { left: 4px; }
    .top-viewed-netflix-row .slick-next { right: 4px; }
    .top-viewed-netflix-row .slick-prev:before,
    .top-viewed-netflix-row .slick-next:before {
        font-size: 24px;
    }
}
.top-viewed-netflix-card {
    flex-shrink: 0;
    width: 160px;
    align-self: flex-start;
    transition: transform 0.2s ease;
}
.top-viewed-netflix-card:hover {
    transform: scale(1.05);
}
.top-viewed-netflix-card > a,
.top-viewed-netflix-card > span {
    display: block;
    width: 100%;
    height: fit-content;
}
.top-viewed-netflix-card .showcase-movie-poster-wrap {
    aspect-ratio: 2/3;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    height: auto;
    max-height: none;
}
.top-viewed-netflix-card .showcase-movie-poster {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
/* Red overlay only over the poster image – wrap is strictly image size, no extra top/bottom */
.top-viewed-netflix-card .showcase-movie-overlay {
    border-radius: 4px;
}
@media (min-width: 768px) {
    .top-viewed-netflix-card {
        width: 180px;
    }
}

/*** Showcase Movies (Telugu / Dubbed) ***/
.showcase-movies-section .showcase-movie-card {
    transition: transform 0.2s ease;
}
.showcase-movie-link:hover .showcase-movie-title {
    color: #b21d2f !important;
}
.showcase-movie-poster-wrap {
    position: relative;
    aspect-ratio: 306/320;
    background: transparent;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}
.showcase-movie-poster-wrap:hover .showcase-movie-overlay {
    opacity: 1;
}
.showcase-movie-poster-wrap .showcase-movie-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.showcase-movie-poster-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Think Music-style: hover shows YouTube icon overlay only (no flip) */
.showcase-movie-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.45); */
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
.showcase-movie-poster-wrap:hover .showcase-movie-overlay {
    opacity: 1;
}
.showcase-movie-overlay-icon {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.showcase-movie-poster-wrap .showcase-movie-poster,
.showcase-movie-poster-wrap .showcase-movie-poster-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showcase-movie-poster-wrap .showcase-movie-poster-placeholder {
    object-fit: none;
}

/* Movie showcase pages (Telugu/Dubbed grid) – hover zoom like Top Viewed */
.showcase-movies-section .showcase-movie-poster-wrap .showcase-movie-poster {
    object-fit: contain;
}
.showcase-movies-section .showcase-movie-poster-wrap {
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.25s ease;
}
.showcase-movies-section .showcase-movie-card {
    box-shadow: none;
    overflow: hidden;
}
.showcase-movies-section .showcase-movie-card:hover .showcase-movie-poster-wrap {
    transform: scale(1.05);
}

.showcase-movie-title {
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.2s ease;
}
.showcase-movies-table-wrap .table th,
.showcase-movies-table-wrap .table td {
    vertical-align: middle;
}
.showcase-movies-table-wrap .table thead th {
    font-weight: 600;
    color: #333;
}
.showcase-movie-title-link:hover {
    color: #b21d2f !important;
    text-decoration: underline !important;
}

/* View All button – single clean shape, mobile-friendly */
.showcase-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35em;
    padding: 0.65rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    border: none;
    border-radius: 2rem;
    background: #b21d2f !important;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    box-shadow: none;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.showcase-view-all-btn:hover {
    background: #8e1724 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(178, 29, 47, 0.35);
}
.showcase-view-all-btn:focus,
.showcase-view-all-btn:active {
    background: #b21d2f !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(178, 29, 47, 0.35);
    outline: none;
}
.showcase-view-all-text {
    display: inline;
    white-space: nowrap;
}
@media (max-width: 380px) {
    .showcase-view-all-btn {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }
}
@media (min-width: 576px) {
    .showcase-view-all-btn {
        padding: 0.75rem 1.75rem;
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .showcase-view-all-btn {
        padding: 0.875rem 2.25rem;
        font-size: 1.05rem;
    }
}

/*** Frontend list: search & pagination (movie-showcase-list) ***/
.showcase-search-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(178, 29, 47, 0.06), rgba(178, 29, 47, 0.02));
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.showcase-search-box {
    position: relative;
    flex: 1;
    min-width: 200px;
    max-width: 320px;
}
.showcase-search-box i.fa-search {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
    font-size: 0.9rem;
    pointer-events: none;
}
.showcase-search-input {
    width: 100%;
    padding: 0.625rem 1rem 0.625rem 2.5rem;
    font-size: 0.95rem;
    color: #2d3748;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.showcase-search-input::placeholder {
    color: #94a3b8;
}
.showcase-search-input:focus {
    outline: none;
    border-color: #b21d2f;
    box-shadow: 0 0 0 3px rgba(178, 29, 47, 0.12);
}
.showcase-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #b21d2f, #8e1724);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}
.showcase-search-btn:hover {
    background: linear-gradient(135deg, #d4283d, #b21d2f);
    color: #fff;
    transform: translateY(-1px);
}
.showcase-search-btn:active {
    transform: translateY(0);
}
.showcase-search-clear {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #718096;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.showcase-search-clear:hover {
    color: #b21d2f;
    border-color: #b21d2f;
    background: rgba(178, 29, 47, 0.04);
}
.showcase-pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}
.showcase-pagination-info {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
}
.showcase-movies-table-wrap + .showcase-pagination-wrap .pagination,
.showcase-pagination-wrap .pagination {
    margin: 0;
    gap: 0.25rem;
    flex-wrap: wrap;
}
.showcase-pagination-wrap .page-item .page-link {
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.showcase-pagination-wrap .page-item .page-link:hover {
    color: #b21d2f;
    background: rgba(178, 29, 47, 0.06);
    border-color: #b21d2f;
}
.showcase-pagination-wrap .page-item.active .page-link {
    color: #fff;
    background: linear-gradient(135deg, #b21d2f, #8e1724);
    border-color: #b21d2f;
}
.showcase-pagination-wrap .page-item.disabled .page-link {
    color: #718096;
    background: #f4f6f9;
    border-color: #e2e8f0;
    cursor: not-allowed;
}
.showcase-pagination-wrap nav .small.text-muted {
    display: none;
}
.showcase-pagination-wrap nav > div {
    justify-content: flex-end;
}

/*** Career ***/
.badge.bg-am {
    background: #b21d2f !important;
}
.career-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.career-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(178, 29, 47, 0.12);
    transform: translateY(-2px);
}
.career-detail-card h5,
.career-apply-card h4 {
    font-weight: 600;
}
.career-apply-card .form-control:focus {
    border-color: #b21d2f;
    box-shadow: 0 0 0 0.2rem rgba(178, 29, 47, 0.15);
}
.career-apply-card .sticky-top {
    top: 100px;
}

/*** Our Business ***/
.business-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.business-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(178, 29, 47, 0.12);
    transform: translateY(-5px);
}
.business-card .business-icon {
    color: #b21d2f;
}
.business-card:hover .business-icon {
    color: #b21d2f;
}

/*** About Us page - content ***/
.about p {
    text-align: justify;
}

/*** About - Follow & Subscribe ***/
.about-social-heading {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.about-social-box {
    padding: 1.25rem 0.75rem;
    background: rgba(178, 29, 47, 0.04);
    border: 1px solid rgba(178, 29, 47, 0.12);
    color: #333;
    transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.about-social-box:hover {
    background: rgba(178, 29, 47, 0.08);
    border-color: rgba(178, 29, 47, 0.25);
    box-shadow: 0 0.35rem 1rem rgba(178, 29, 47, 0.12);
    transform: translateY(-4px);
}
.about-social-box:hover .about-social-icon,
.about-social-box:hover .about-social-label {
    color: #b21d2f !important;
}
.about-social-icon {
    font-size: 1.75rem;
    color: #b21d2f;
    transition: transform 0.25s ease, color 0.25s ease;
}
.about-social-box:hover .about-social-icon {
    transform: scale(1.1);
}
.about-social-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.02em;
    transition: color 0.25s ease;
}

/*** Social page - platform cards ***/
.social-page .social-platform-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.social-page .social-platform-card:hover {
    box-shadow: 0 12px 32px rgba(178, 29, 47, 0.12);
    transform: translateY(-6px);
    border-color: rgba(178, 29, 47, 0.2);
}
.social-platform-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(178, 29, 47, 0.08);
    color: #b21d2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.social-page .social-platform-card:hover .social-platform-icon {
    background: #b21d2f;
    color: #fff;
    transform: scale(1.08);
}
.social-platform-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
}
.social-platform-tag {
    font-size: 0.85rem;
    line-height: 1.4;
}
.social-platform-cta {
    opacity: 0.9;
}
.social-page .social-platform-card:hover .social-platform-cta {
    text-decoration: underline;
}

/* Social page: icon links (same href as header, larger for page) */
.social-page-icon-link {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.social-page-icon-link:hover {
    background: #b21d2f !important;
    color: #fff !important;
    transform: scale(1.1);
}
.social-page-icon-link i {
    font-size: 1.25rem;
}

/* Sticky header wrapper - nav + mobile social bar stick together on scroll */
.header-sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--bs-white);
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Mobile social bar - full width, below nav, above slider/breadcrumb */
.mobile-social-bar {
    display: none;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .mobile-social-bar {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem 0;
        background: var(--bs-light);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        width: 100%;
    }
    .mobile-social-bar .btn {
        color: #b21d2f;
        background: transparent;
        border: 1px solid rgba(178, 29, 47, 0.3);
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.35rem;
    }
    .mobile-social-bar .btn i {
        font-size: 1.35rem;
    }
    .mobile-social-bar .btn:hover {
        background: #b21d2f;
        color: var(--bs-white);
        border-color: #b21d2f;
    }
}
@media (min-width: 1200px) {
    .header-sticky-wrapper {
        box-shadow: none;
    }
    .mobile-social-bar {
        display: none !important;
    }
}
.career-card .career-apply-btn {
    white-space: nowrap;
}
@media (max-width: 576px) {
    .career-card .career-apply-btn {
        font-size: 0.8125rem;
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** 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-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
}

.btn.btn-am {
    background: #b21d2f !important;
    color: var(--bs-white) !important;
    border: none;
}

.btn.btn-am:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.btn.btn-outline-am {
    color: var(--am-primary, #b21d2f);
    border-color: var(--am-primary, #b21d2f);
    background: transparent;
}

.btn.btn-outline-am:hover {
    color: var(--bs-white);
    background: var(--am-primary, #b21d2f);
    border-color: var(--am-primary, #b21d2f);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 1200px;
    }
}

.header-carousel .owl-nav .owl-prev {
    display: none;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}

.header-carousel .owl-nav .owl-next i {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: carousel-next-btn;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}

@keyframes carousel-next-btn {
    0%  {margin-top: 35%;}
    50%  {margin-bottom: 70%;}
    100% {margin-top: 35%;}
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}

    25% {width: 115%; height: 115%;}

    50% {width: 130%; height: 130%;}

    75% {width: 120%; height: 120%;}

    100% {width: 100%; height: 100%;}
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
/* Breadcrumb hero: image 1920×640 (3:1). Tighter spacing; mobile-friendly like Pen Studios. */
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    /*background: url(../img/about-us-bg-2.jpg) center center no-repeat;*/
    background: url(../img/about-us-bg-2.jpg) top center no-repeat;
    background-size: contain;
    aspect-ratio: 3 / .85;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0.5rem 0.75rem;
    transition: 0.5s;
}

/* Override inner py-5 so nav-to-content gap is similar to home (menu–slider). */
.bg-breadcrumb .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Mobile: compact title and breadcrumb so it fits the 3:1 strip without overflow */
.bg-breadcrumb .page-header-title,
.bg-breadcrumb h4 {
    color: #b21d2f;
    margin-bottom: 0.35rem;
    font-weight: 700;
    line-height: 1.2;
    word-wrap: break-word;
}
@media (max-width: 575.98px) {
    .bg-breadcrumb {
        padding: 0.4rem 0.5rem;
    }
    .bg-breadcrumb .container {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .bg-breadcrumb .page-header-title,
    .bg-breadcrumb h4 {
        font-size: 1.5rem !important;
        margin-bottom: 0.25rem;
    }
    .bg-breadcrumb .breadcrumb {
        font-size: 0.8rem;
        padding: 0;
        margin-bottom: 0.25rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bg-breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.4rem;
    }
    .bg-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0.4rem;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .bg-breadcrumb .page-header-title,
    .bg-breadcrumb h4 {
        font-size: 2rem !important;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
    background: none;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
.bg-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.85);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    left: 0;
    margin-top: 0;
    margin-right: 0; 
    background: rgba(0, 0, 0, 0.7); 
    border-radius: 10px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
/*** Feature End ***/


/*** Service Start ***/
.service {
    position: relative;
    overflow: hidden;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 10px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-white);
    z-index: 1;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
}

.service .service-item i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover i {
    color: var(--bs-white);
}

.service .service-item .service-content {
    position: relative;
    z-index: 3;
}

.service .service-item .service-content p {
    transition: 0.5s;
}

.service .service-item:hover .service-content p {
    color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
    transition: 0.5s;
}

.service .service-item:hover .service-content a.h4:hover {
    color: var(--bs-white);
}
/*** Service End ***/


/*** Attractions Start ***/
.attractions {
    position: relative;
    overflow: hidden;
}

.attractions::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: attraction-image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes attraction-image-zoom {
    0%  {width: 100%;}

    25% {width: 115%;}

    50% {width: 130%;}

    75% {width: 120%;}

    100% {width: 100%;}
}

.attractions .attractions-section {
    position: relative;
    z-index: 3;
}

.attractions .attractions-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.attractions .attractions-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .7);
    transition: 0.5s;
    z-index: 2;
}

.attractions .attractions-item:hover:after {
    height: 100%;
}

.attractions .attractions-item .attractions-name {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    color: var(--bs-white);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 3;
    opacity: 0;
}

.attractions .attractions-item:hover .attractions-name {
    opacity: 1;
}

.attractions-carousel .owl-stage-outer {
    margin-top: 58px;
}

.attractions .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-prev:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.attractions .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.attractions .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}
/*** Attractions End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    transition: 0.5s;
    z-index: 1;
}

.gallery .gallery-item:hover::after {
    width: 100%;
    height: 100%;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 5;
    opacity: 0;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    background: var(--bs-primary);
    border-radius: 10px;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover:after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.team .team-item .team-content .team-icon {
    background: var(--bs-light);
    border-radius: 10px;
    display: flex;
    display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-primary);
}

.team .team-item .team-content p {
    color: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-content p {
    color: var(--bs-body);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
}

.testimonial::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

.testimonial::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.testimonial .testimonial-carousel .testimonial-item {
    text-align: center;
    border-radius: 10px;
    background: rgba(256, 256, 256, 0.2);
}

.testimonial-carousel .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
}

.testimonial-item .testimonial-inner .testimonial-img {
    position: relative;
}

.testimonial-item .testimonial-inner .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid var(--bs-white);
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
    position: absolute;
    top: 0;
    left: -25px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-light);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev {
    font-size: 50px;
    margin-right: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-next {
    font-size: 50px;
    margin-left: 80px;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** Testimonial End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.footer .footer-item .opening-date {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

/*** Contact Page & Form ***/
.contact-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 2.25rem 2rem;
}
@media (min-width: 768px) {
    .contact-form-card {
        padding: 2.5rem 2.5rem;
    }
}
.contact-form-card .form-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #b21d2f;
}
.contact-form-card .form-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
}
.contact-form-card .form-label {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}
.contact-form-card .form-control {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-card .form-control::placeholder {
    color: #adb5bd;
}
.contact-form-card .form-control:focus {
    border-color: #b21d2f;
    box-shadow: 0 0 0 0.2rem rgba(178, 29, 47, 0.15);
    outline: 0;
}
.contact-form-card .form-control.is-invalid {
    border-color: #dc3545;
}
.contact-form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}
.contact-form-card .btn-am {
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    border-radius: 10px;
    font-weight: 600;
}
.contact-form-card .btn-am:hover {
    box-shadow: 0 4px 14px rgba(178, 29, 47, 0.35);
}
.contact-info-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1.75rem 1.5rem;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.contact-info-item:first-child {
    padding-top: 0;
}
.contact-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(178, 29, 47, 0.1);
    color: #b21d2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.contact-info-item h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.35rem;
    color: #212529;
}
.contact-info-item p {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
}
.contact-section-intro h4 {
    font-weight: 700;
    color: #b21d2f;
    margin-bottom: 0.5rem;
}
.contact-section-intro p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}
.contact-page .alert {
    border-radius: 12px;
    border: none;
}
.contact-page .alert-success {
    background: rgba(25, 135, 84, 0.12);
    color: #0f5132;
}
.contact-page .alert-danger {
    background: rgba(220, 53, 69, 0.1);
    color: #842029;
}

/* Contact categories (Dharma-style grid) */
.contact-category-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1.75rem 1.25rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.contact-category-card:hover {
    box-shadow: 0 8px 32px rgba(178, 29, 47, 0.12);
    transform: translateY(-2px);
}
.contact-category-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(178, 29, 47, 0.1);
    color: #b21d2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}
.contact-category-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.contact-category-text {
    font-size: 0.9rem;
    line-height: 1.5;
}
.contact-category-email {
    color: #b21d2f;
    font-weight: 600;
    text-decoration: none;
    word-break: break-all;
}
.contact-category-email:hover {
    color: #8a1724;
    text-decoration: underline;
}

/* Contact map */
.contact-map-section {
    margin-top: 2rem;
}
.contact-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.contact-map-iframe {
    display: block;
    height: 420px;
    border: 0;
}


