:root {
    --bg-dark: #121212;
    --bg-light: #ffffff;
    --accent-gold: #C5A021; 
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --white: #ffffff;
}

body {
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    background-color: var(--bg-light);
    color: var(--text-main);
    line-height: 1.6;
}

.hero-box-slider {
    position: relative;
    background-color: var(--bg-dark);
}

.hero-img {
    height: 70vh; 
    min-height: 500px; 
    object-fit: cover; 
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.7);
    z-index: 1;
}

.hero-box-slider .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-bottom: 0;
}

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

.hero-subtitle {
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
}

.email-info {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.email-info span,
.email-info a {
    color: var(--accent-gold); 
    text-decoration: none;
    transition: color 0.3s;
}

.email-info a:hover {
    color: var(--bg-dark);
}

.social-icons .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #cccccc;
    color: var(--bg-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}

.social-icons .social-btn:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
}

.search-box {
    display: flex;
    border: 1px solid #cccccc;
    height: 32px; 
    background-color: var(--white);
    transition: border-color 0.3s ease;
}

.search-box:focus-within {
    border-color: var(--accent-gold); 
}
.search-box .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 2px 10px;
    font-size: 0.85rem;
    width: 180px; 
    background: transparent;
}

.search-box .form-control:focus {
    outline: none;
    box-shadow: none;
}

.search-box .btn-search {
    background: transparent;
    border: none;
    color: #888888;
    padding: 0 10px;
    border-left: 1px solid #cccccc;
    border-radius: 0;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box .btn-search:hover {
    color: var(--accent-gold);
}

.navbar-singaraja .dropdown-item {
    padding: 10px 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none; 
    border-radius: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a {
    padding-right: 15px !important;
}

.navbar-nav .dropdown-menu {
    position: absolute; 
    margin-top: 0;
    border-radius: 0;
    min-width: 200px;
}

.navbar-nav {
    flex-direction: row; 
    flex-wrap: wrap;     
}

.navbar-singaraja .nav-link {
    padding: 15px 12px !important; 
    font-size: 12px;
}

.top-header {
    border-bottom: 1px solid #eaeaea;
}
.tracking-wide {
    letter-spacing: 2px;
}

.navbar-singaraja {
    background-color: var(--bg-dark) !important;
    border-bottom: 1px solid var(--accent-gold);
}

.navbar-singaraja .nav-link {
    color: var(--white) !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px !important;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.navbar-singaraja .nav-link:hover, 
.navbar-singaraja .nav-link:focus {
    color: var(--accent-gold) !important;
    background-color: rgba(255, 255, 255, 0.05);
}

.hero-box {
    background-color: var(--bg-dark);
    background-image: radial-gradient(circle at center, #2a2a2a 0%, var(--bg-dark) 100%);
    color: var(--white);
    padding: 60px 0;
}

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin: 0;
}

.cta-bar {
    background-color: var(--bg-dark);
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.btn-gold-outline {
    border: 1px solid var(--accent-gold);
    color: var(--accent-gold);
    border-radius: 0;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-gold-outline:hover {
    background-color: var(--accent-gold);
    color: var(--bg-dark);
}

.section-title {
    font-weight: 400;
    font-size: 1.8rem;
    color: var(--text-main);
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--accent-gold);
    margin-top: 15px;
}

.updates-box h3 {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.update-item a:hover {
    color: var(--accent-gold) !important;
}

.minikino-accordion .accordion-item {
    border: none;
    border-bottom: 1px dotted #ccc;
    background: transparent;
    border-radius: 0;
}

.minikino-accordion .accordion-button {
    background-color: transparent !important;
    color: #7a1515; 
    font-weight: normal;
    box-shadow: none !important;
    padding: 15px 0;
}

.minikino-accordion .accordion-button::after {
    display: none; 
}

.minikino-accordion .custom-toggle-icon {
    background-color: #7a1515;
    color: white;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.6rem;
    border-radius: 2px;
    transition: transform 0.2s ease;
}

.minikino-accordion .accordion-button:not(.collapsed) .custom-toggle-icon {
    transform: rotate(180deg);
}

.minikino-accordion .accordion-body {
    padding: 5px 0 25px 30px;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify;
}

.bg-maroon { background-color: #7a1515 !important; }
.text-maroon { color: #7a1515 !important; }
.bg-gold { background-color: #d4af37 !important; }
.text-gold { color: #d4af37 !important; }

.btn-gold { 
    background-color: #d4af37; 
    color: #fff; 
    font-weight: bold; 
    transition: 0.3s; 
}
.btn-gold:hover { 
    background-color: #b5952f; 
    color: #fff; 
}

.btn-outline-maroon { 
    border: 2px solid #7a1515; 
    color: #7a1515; 
    font-weight: bold; 
    transition: 0.3s; 
}
.btn-outline-maroon:hover { 
    background-color: #7a1515; 
    color: #fff; 
}

.service-box { 
    border: 1px solid #ddd; 
    transition: 0.3s; 
    padding: 40px 20px; 
    height: 100%; 
}
.service-box:hover { 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}

.icon-circle { 
    width: 80px; 
    height: 80px; 
    background-color: #333; 
    color: white; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 2rem; 
    margin: 0 auto 20px; 
}

footer {
    background-color: var(--bg-dark);
    color: var(--white);
    padding: 40px 0 20px;
    font-size: 0.85rem;
}

footer a {
    color: var(--accent-gold);
    text-decoration: none;
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }

    .p-5 { padding: 1.5rem !important; }
    .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }

    img { max-width: 100%; height: auto; }

    iframe { max-height: 250px; }

    .border-end { border-right: none !important; border-bottom: 1px solid #dee2e6 !important; padding-bottom: 15px; margin-bottom: 15px;}
}

.poster-hover {
    overflow: hidden;
    display: block;
    border-radius: 4px;
}

.poster-hover img {
    transition: transform 0.4s ease;
}

.poster-hover:hover img {
    transform: scale(1.03);
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: #8c8c8c !important; 
    color: #ffffff !important; 
}