﻿


.pr
{}
.pr table
{
    width:100%;
}
.pr table th
{
    padding:3px 9px;
}
.pr table td a
{
    color:Blue;
    text-decoration:none;  
}
.pr table td a:hover
{
    text-decoration:underline;
}

#dv_gal
{
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    margin:3px;
}
.gal
{
    margin:11px;    
    border-radius:11px;
}
.gal:hover
{
    box-shadow: 5px 5px 3px grey;
}
.gal_txt
{
    font-weight:bold;
    font-size:15px;
}
.rf .txt
{
    width:100%;
    height:27px;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


/* ===== MODAL BASE ===== */
.modalDialog {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}

    .modalDialog:target {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* modal box */
.modalContent {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    max-width: 420px;
    width: 90%;
    color: #fff;
    position: relative;
}

/* title */
.modal-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* image */
.modal-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* close X */
.modalDialog .close {
    position: absolute;
    top: 8px;
    right: 12px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
}

/* close link */
.modal-close-link {
    color: #cfe9ff;
    font-weight: 600;
    text-decoration: none;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 576px) {

    .modalContent {
        max-width: 95%;
        padding: 15px;
    }

    .modal-title {
        font-size: 1rem;
    }

    .modalDialog .close {
        font-size: 20px;
    }
}
body {
    font-family: 'Inter', sans-serif;
}

.top-bar {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
}

    .top-bar a {
        text-decoration: none;
        opacity: 0.9;
    }

        .top-bar a:hover {
            opacity: 1;
            text-decoration: underline;
        }

    .top-bar i {
        font-size: 14px;
        vertical-align: middle;
    }

.header-nav,
.header-nav .navbar {
    font-family: 'Inter', sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 10px 14px;
}
    /* active + hover */
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #ffc107; /* Bootstrap warning yellow */
    }

/* dropdown menu */
.dropdown-menu {
    font-size: 13.5px;
    border-radius: 6px;
    padding: 6px 0;
}
/* MULTI LEVEL DROPDOWN */
.dropdown-submenu {
    position: relative;
}
/* dropdown items */
.dropdown-item {
    font-weight: 500;
    padding: 8px 16px;
}

    /* hover effect */
    .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #000;
    }

/* nested dropdown arrow spacing */
.dropdown-submenu > .dropdown-item {
    font-weight: 600;
}

/* enquiry button */
.navbar .btn-warning {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 7px 16px;
}

/* mobile spacing */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px 10px;
    }
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Mobile fix */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        left: 0;
        margin-left: 0;
    }
}

.preloader {
    position: fixed;
    inset: 0;
    background: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

    .preloader.hide {
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

.footer-link {
    color: #ddd;
    text-decoration: none;
}

    .footer-link:hover {
        color: #ffc107;
        text-decoration: underline;
    }

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* container */
.news-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* moving text */
.news-scroller {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%; /* start from right */
    animation: marquee-left 18s linear infinite;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* animation */
@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* mobile speed adjustment */
@media (max-width: 768px) {
    .news-scroller {
        animation-duration: 14s;
        font-size: 13px;
    }
}
.inner-header {
    min-height: 220px;
    display: flex;
    align-items: center;
}

    .inner-header h1 {
        letter-spacing: 0.5px;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.6);
}
