body {
background: linear-gradient(to right,#f8e7c9,#f5d28c);
}

.card {
border-radius: 15px;
transition: 0.3s;
}

.card:hover {
transform: scale(1.03);
}

.navbar {
background: #d87b00 !important;
}

body {
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(to right,#f8e7c9,#f5d28c);
}

/* Top Bar */
.topbar {
position: sticky;
top: 0;
z-index: 1000;
background: #fff;
}

.navbar {
position: sticky;
top: 60px;
z-index: 999;
}

.logo a {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: #000;
}

.logo img {
object-fit: contain;
}

/* Search */
.search-box {
display: flex;
gap: 5px;
}

.search-box input {
border-radius: 6px;
}

.search-box button {
background: #ffc107;
border: none;
padding: 5px 10px;
}

/* navbar-nav */

@media(max-width:768px){

.navbar-nav {
text-align: center;
}

.navbar-nav .nav-link {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.search-box {
width: 100%;
margin-top: 10px;
}

}


/* Menu */
.menu {
background: #d87b00;
}

.menu ul {
display: flex;
list-style: none;
margin: 0;
padding: 10px;
justify-content: center;
gap: 20px;
color: white;
}

.menu ul li a {
color: white;
text-decoration: none;
font-weight: 500;
}

.menu ul li a:hover {
text-decoration: underline;
}

.nav-link:hover {
color: #000 !important;
font-weight: bold;
}

/* Cards */
.card {
border-radius: 15px;
transition: 0.3s;
}

.card:hover {
transform: translateY(-5px);
}

/* Section box */
.box {
background: white;
border-radius: 15px;
padding: 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.footer {
background: #7a2e00;
padding: 40px 0;
color: white;
}

/* Dark mode */
.dark {
background: #121212;
color: white;
}

/* Live surch */

#live-result {
z-index: 999;
max-height: 250px;
overflow-y: auto;
}

/* Banner */
.carousel-caption {
background: rgba(0,0,0,0.5);
padding: 20px;
border-radius: 10px;
}

.carousel-caption h2 {
font-size: 32px;
font-weight: bold;
}

.carousel-caption p {
font-size: 18px;
}

/* Banner Overlay Left */
.banner-overlay {
position: absolute;
top: 50%;
left: 5%;
transform: translateY(-50%);
background: rgba(0,0,0,0.6);
padding: 25px;
border-radius: 10px;
max-width: 400px;
color: #fff;
}

/* Title */
.banner-overlay h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 10px;
}

/* Subtitle */
.banner-overlay p {
font-size: 16px;
margin-bottom: 15px;
}

/* Button */
.banner-overlay .btn {
background: #facc15;
border: none;
color: #000;
}

/* Responsive */
@media(max-width:768px){

.banner-overlay {
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
text-align: center;
}

.banner-overlay h2 {
font-size: 22px;
}

}

/* Animation base */
.banner-overlay h2,
.banner-overlay p,
.banner-overlay .btn {
opacity: 0;
}

/* Title Animation */
.animate-title {
animation: slideLeft 1s ease forwards;
}

/* Subtitle Animation */
.animate-subtitle {
animation: fadeIn 1.5s ease forwards;
animation-delay: 0.5s;
}

/* Button Animation */
.animate-btn {
animation: fadeInUp 1.5s ease forwards;
animation-delay: 1s;
}

/* Keyframes */
@keyframes slideLeft {
from {
opacity: 0;
transform: translateX(-50px);
}
to {
opacity: 1;
transform: translateX(0);
}
}

@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/* Submenu fix */
.dropdown-submenu {
position: relative;
}

.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
display: none;
}

.dropdown-submenu:hover .dropdown-menu {
display: block;
}

/* Mobile fix */
@media(max-width:768px){
.dropdown-menu {
position: static !important;
}
}

/* Sub Category */
.dropdown-submenu {
position: relative;
}

.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
display: none;
}

.dropdown-submenu:hover .dropdown-menu {
display: block;
}

/* Footer page */
.site-footer {
background: #111;
color: #fff;
padding: 40px 0;
}

.footer-col h4 {
font-size: 16px;
margin-bottom: 15px;
font-weight: bold;
color: #ffc107;
}

.footer-col ul {
list-style: none;
padding: 0;
}

.footer-col ul li {
margin-bottom: 8px;
}

.footer-col ul li a {
color: #ccc;
text-decoration: none;
font-size: 14px;
}

.footer-col ul li a:hover {
color: #ffc107;
padding-left: 5px;
transition: 0.3s;
}

.footer-bottom {
border-top: 1px solid #333;
padding-top: 15px;
font-size: 14px;
color: #aaa;
}

body.dark {
background: #111;
color: #fff;
}

body.dark .site-footer {
background: #000;
}

body.dark a {
color: #ffc107;
}

.footer-bottom {
border-top: 1px solid #333;
padding-top: 15px;
font-size: 14px;
color: #aaa;
}

.footer-link {
color: #ffc107;
text-decoration: none;
font-weight: 500;
}

.footer-link:hover {
text-decoration: underline;
}


.banner-overlay{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px;
}

.carousel-item::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
}


/* ===== Vrat Section Card ===== */
.custom-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Title */
.custom-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 4px solid #ff9800;
    padding-left: 10px;
    color: #333;
}

/* Scroll area */
.scrollable-list {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Scrollbar */
.scrollable-list::-webkit-scrollbar {
    width: 5px;
}
.scrollable-list::-webkit-scrollbar-thumb {
    background: #ff9800;
    border
}


/* ===== HOME INFO SECTION (Scoped inside container mt-4) ===== */

.container.mt-4 .custom-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Hover effect */
.container.mt-4 .custom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Title */
.container.mt-4 .custom-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 4px solid #ff9800;
    padding-left: 10px;
    color: #222;
}

/* Scroll list */
.container.mt-4 .scrollable-list {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Scrollbar */
.container.mt-4 .scrollable-list::-webkit-scrollbar {
    width: 5px;
}
.container.mt-4 .scrollable-list::-webkit-scrollbar-thumb {
    background: #ff9800;
    border-radius: 10px;
}

/* List item */
.container.mt-4 .list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

/* Hover */
.container.mt-4 .list-item:hover {
    background: #fff3e0;
}

/* Icon */
.container.mt-4 .item-icon {
    width: 40px;
    height: 40px;
    background: #ff9800;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.container.mt-4 .item-content h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.container.mt-4 .item-content p {
    font-size: 12px;
    margin: 0;
    color: #777;
}

/* Festival image */
.container.mt-4 .list-item img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
}

.list-item img{
    border-radius: 8px;
    object-fit: cover;
}


/* CATEGORY HEADER */
.category-header {
    text-align: center;
    padding: 20px;
}

.category-header h2 {
    font-weight: 700;
}

.category-header p {
    color: #777;
}

/* SUB CATEGORY CARD */
.cat-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #eee;
}

.cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.cat-icon {
    font-size: 30px;
    color: #ff9800;
    margin-bottom: 10px;
}

/* PAGE CARD */
.page-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.page-card:hover {
    transform: translateY(-5px);
}

.page-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-content {
    padding: 15px;
}

.page-content h5 {
    font-weight: 600;
}

/* BUTTON */
.read-btn {
    display: inline-block;
    margin-top: 10px;
    background: #ff9800;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
}

.read-btn:hover {
    background: #e68900;
    color: #fff;
}

/* PAGE DESIGN */
.page-wrapper{
    background: linear-gradient(135deg,#fff7e6,#ffe0b2);
    padding: 30px 0;
}

/* CARD STYLE */
.page-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
}

.page-card:hover{
    transform:translateY(-5px);
}

/* TITLE */
.page-title{
    font-size:28px;
    font-weight:700;
    color:#333;
    border-left:5px solid #ff9800;
    padding-left:10px;
}

/* IMAGE */
.page-image{
    width:100%;
    max-height:450px;
    object-fit:cover;
    border-radius:10px;
    margin-top:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* VIDEO */
.video-box iframe{
    border-radius:10px;
}

/* CONTENT */
.page-content{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-top:20px;
}

.page-content p{
    margin-bottom:15px;
}

/* SHARE BAR */
.share-box{
    margin-top:25px;
    border-top:1px solid #eee;
    padding-top:15px;
}

.share-box a{
    margin-right:10px;
    color:#fff;
    padding:8px 12px;
    border-radius:5px;
    text-decoration:none;
}

.fb{ background:#3b5998; }
.whatsapp{ background:#25D366; }
.twitter{ background:#1da1f2; }

/* RESPONSIVE */
@media(max-width:768px){
    .page-title{
        font-size:22px;
    }
}

/* PAGE WRAPPER */
.page-wrapper{
    background:#f4f6f9;
    padding:40px 0;
}

/* CARD */
.page-card{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    max-width:900px;
    margin:auto;
}

/* TITLE */
.page-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
    color:#222;
}

/* DATE */
.page-date{
    color:#888;
    font-size:14px;
    margin-bottom:20px;
}

/* IMAGE */
.page-image img{
    width:100%;
    border-radius:10px;
    margin-bottom:20px;
}

/* VIDEO */
.video-box{
    margin:20px 0;
    border-radius:10px;
    overflow:hidden;
}

/* CONTENT */
.page-content{
    font-size:17px;
    line-height:1.8;
    color:#333;
}

.page-content p{
    margin-bottom:15px;
}

.page-content h2,
.page-content h3{
    margin-top:20px;
}

/* SHARE */
.share-box{
    margin-top:30px;
    border-top:1px solid #eee;
    padding-top:20px;
}

.share-box a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    margin-right:10px;
    color:#fff;
    font-size:16px;
}

/* COLORS */
.fb{ background:#3b5998; }
.whatsapp{ background:#25D366; }
.twitter{ background:#1da1f2; }

/* HOVER */
.share-box a:hover{
    opacity:0.8;
}

/* MOBILE */
@media(max-width:768px){
    .page-card{
        padding:20px;
    }

    .page-title{
        font-size:24px;
    }
}

/* FIXED WIDTH 1024px */
.custom-container {
    max-width: 1024px;
    margin: auto;
}

/* Responsive support */
@media(max-width:1100px){
    .custom-container {
        padding: 0 15px;
    }
}

/* SIDEBAR */
.sidebar-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sidebar-card h5 {
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 5px;
}

.sidebar-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.sidebar-item a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.sidebar-item a:hover {
    color: #ffc107;
}

/* MOBILE */
@media(max-width:768px){
.sidebar-card {
    margin-top: 20px;
}
}

/* SIDEBAR CARD */
.sidebar-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* TITLE */
.sidebar-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 4px solid #ffc107;
    padding-left: 10px;
}

/* POST ITEM */
.sidebar-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

/* IMAGE */
.sidebar-post img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
}

/* TEXT */
.sidebar-post a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.sidebar-post a:hover {
    color: #ffc107;
}

/* VIEWS */
.sidebar-post small {
    display: block;
    color: #777;
    font-size: 12px;
}

/* STICKY SIDEBAR */
@media(min-width:992px){
.sidebar-card {
    position: sticky;
    top: 80px;
}
}