/* * {
    background-color: rgb(227, 233, 239);
} */

/* Custom Color Variables */
:root {
    --primary-dark: #576766;
    --primary-light: #86979E;
    --accent-color: #86979E;
    --background-light: #f8f9fa;
    --text-dark: #2c3e50;
    --border-light: #dee2e6;
    --shadow-color: rgba(87, 103, 102, 0.15);
    --hover-shadow: rgba(87, 103, 102, 0.25);
}

/* Custom Navbar Styling */
.custom-navbar,
.navbar.custom-navbar,
.custom-navbar .navbar-nav,
.custom-navbar .nav-item,
.custom-navbar .nav-link,
.custom-navbar .navbar-brand,
.custom-navbar .container-fluid,
.custom-navbar .collapse,
.custom-navbar form,
.custom-navbar i {
    background-color: var(--primary-dark) !important;
}

.navbar-nav .nav-link {
    color: white !important;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 2px;
}

.navbar-nav .nav-link:hover {
    color: white !important;
    background-color: var(--primary-light) !important;
    transform: translateY(-1px);
}

.navbar-nav .dropdown-toggle::after {
    color: white;
}

.dropdown-menu {
    border: 1px solid var(--primary-light);
    box-shadow: 0 4px 15px var(--shadow-color);
    border-radius: 8px;
}

.dropdown-item {
    transition: all 0.3s ease;
    padding: 10px 20px;
}

.dropdown-item:hover {
    background-color: var(--primary-light) !important;
    color: white !important;
    transform: translateX(5px);
}

.navbar .btn-primary {
    background-color: var(--primary-light) !important;
    border-color: var(--primary-light) !important;
    transition: all 0.3s ease;
}

.navbar .btn-primary:hover {
    background-color: white !important;
    border-color: white !important;
    color: var(--primary-dark) !important;
    transform: translateY(-1px);
}

.navbar .form-control:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 0.2rem rgba(134, 151, 158, 0.25);
}

body {
    background-color: var(--background-light) !important;
}
.header {
    margin: 0px 10px;
}

.buttons {
    padding: 5px;
}

.logo img {
    height: 100px;
    width: 120px;
}

/* .title p {
    background-color: white;
    color: red;
} */

.margin {
    margin: 0;
    padding: 0;
}

.flag img {
    height: 100px;
    display: flex;
    float: right;
    margin-right: 100px;
}

.navbar {
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.06);
}

.navbar a {
    font-size: 15px;
}

.dropdown .dropdown-item a {
    text-align: center;
}

.information-detail,
h5 {
    padding: 5px;
}

.heading-detail {
    border-color: rgb(118, 116, 116);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.06);
}

.heading-detail h6 {
    font-weight: bold;
}

.heading-detail a {
    text-decoration: none;
}

.slider img {
    width: 600px;
}

.carousel-item img {
    height: 400px;
}

.officer-image {
    margin: 10px;
}

.officer-image,
img {
    height: 100px;
    width: 100px;
}

.officer-detail p {
    color: black;
    margin: 0px;
}

.block-information {
    margin-left: 10px;
}
.block-information p {
    background-color: white;
}

.poster-image {
    margin-left: 15px;
    width: 583px;
    height: 280px;
}

.big-poster,
.big-poster-img {
    width: 210vh;
    height: 200px;
}


@media screen and (max-width: 767px) {
    .big-poster,
    .big-poster-img {
        width: 100%;
        height: auto;
    }
}

.bar {
    border-left: 10px solid var(--primary-light);
    position: relative;
    background-color: var(--primary-dark);
    height: 50px;
}

.bar i {
    background-color: var(--primary-dark);
    color: white;
    font-size: 20px;
    margin-left: 3px;
}
.bar strong {
    background-color: var(--primary-dark);
    color: white;
    font-size: 16px;
}
.nav-item button {
    display: none !important;
}

.content-list {
    list-style-type: none;
    display: inline-flex;
}

.block-content-title {
    color: #fff;
    background-color: var(--primary-dark);
    margin-left: 10px;
    font-size: 16px;
}

.block-information p {
    color: black;
    text-align: justify;
    background-color: white;
}
.blockmenu span {
    background-color: var(--primary-dark);
    color: white;
}

/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #4a5d5a 100%);
    color: white;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-light), var(--accent-color), var(--primary-light));
}

.footer-section {
    height: 100%;
}

.footer-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-light);
    display: inline-block;
}

.footer-title i {
    color: var(--accent-color);
}

.office-name {
    color: var(--accent-color);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    padding: 0.3rem 0;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
    color: var(--accent-color);
}

.contact-item i {
    color: var(--accent-color);
    width: 20px;
    margin-right: 0.8rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.contact-item span {
    line-height: 1.4;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.footer-link {
    color: white;
    text-decoration: none;
    padding: 0.6rem 0.8rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 0.3rem;
}

.footer-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-left-color: var(--accent-color);
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer-link i {
    color: var(--accent-color);
    margin-right: 0.6rem;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.footer-link:hover i {
    transform: translateX(3px);
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    height: 200px;
}

.footer-map {
    width: 100%;
    height: 100%;
    border: none;
    transition: transform 0.3s ease;
}

.footer-map:hover {
    transform: scale(1.02);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    transition: all 0.3s ease;
    height: 100%;
}

.footer-info:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.footer-info i {
    color: var(--accent-color);
    margin-right: 0.5rem;
}

.footer-info span {
    font-size: 0.9rem;
    line-height: 1.3;
}

.developer-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.developer-link:hover {
    color: white;
    text-shadow: 0 0 10px var(--accent-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-footer {
        text-align: center;
    }
    
    .footer-title {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .contact-item {
        justify-content: center;
        text-align: center;
    }
    
    .footer-links {
        align-items: center;
    }
    
    .footer-link {
        max-width: 300px;
        justify-content: center;
    }
    
    .map-container {
        height: 180px;
        margin: 1rem 0;
    }
    
    .footer-info {
        flex-direction: column;
        gap: 0.3rem;
        margin-bottom: 0.5rem;
    }
    
    .footer-info i {
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
}

@media (max-width: 576px) {
    .modern-footer .container {
        padding: 0 15px;
    }
    
    .footer-section {
        margin-bottom: 2rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.3rem;
    }
    
    .contact-item i {
        margin: 0;
    }
    
    .map-container {
        height: 150px;
    }
    
    .footer-bottom .row {
        gap: 0.5rem;
    }
}

/* Animation for footer elements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-section {
    animation: fadeInUp 0.6s ease-out;
}

.footer-section:nth-child(1) { animation-delay: 0.1s; }
.footer-section:nth-child(2) { animation-delay: 0.2s; }
.footer-section:nth-child(3) { animation-delay: 0.3s; }

.newsbar-container {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
    justify-content: space-between;
    width: 100%;
    background-color: var(--primary-light);

    margin-right: auto;
    margin-left: auto;
}

.newsbar-title {
    color: var(--primary-light);
    background-color: #fff;
    font-size: 0.833rem;
    font-weight: 600;
    padding: 0.75rem 1rem 0.75rem 0.5rem;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    margin-top: -1px;
}

.jctkr-wrapper {
    background-color: var(--primary-light);

    position: relative;
    width: 100%;
    height: 18px;
    vertical-align: middle;
    overflow: hidden;
}

.jctkr-wrapper.jctkr-initialized ul {
    opacity: 1;
}

.jctkr-wrapper ul {
    position: absolute;
    background-color: var(--primary-light);

    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    transition: opacity 20s;
}

.jctkr-wrapper ul li {
    display: inline-block;
    font-size: 13.33px;
    background-color: var(--primary-light);

    position: relative;
    padding-left: 1rem;
    margin-right: 0.75rem;
}

.jctkr-wrapper ul li a {
    color: #fff;
    background-color: var(--primary-light);
    text-decoration: none;
}

.marquee-list a {
    color: #fff;
    background-color: var(--primary-light);
}

.marquee-list span.type {
    background-color: #fff;
    color: var(--primary-light);
    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.125rem 0.25rem;
    border-radius: 2px;
    font-weight: 600;
    vertical-align: middle;
}

.card {
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background-color: aliceblue;
}
.card img {
    padding: 40px;
    height: 250px;
}
.btn:hover {
    background-color: var(--primary-light);
}
.breadcrumb-item a {
    text-decoration: none;
}
.photo img {
    height: 200px;
    width: 400px;
    transition: box-shadow 0.3s;
}
.photo:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.photo a {
    text-decoration: none;
    color: black;
    font-size: 11px;
}
.photo h5 {
    font-size: 15px;
}
.contact-text i {
    background-color: rgb(1, 66, 1);
    color: orange;
}
.contact-text h2 {
    background-color: rgb(1, 66, 1);
    color: white;
}
.contact-text span {
    background-color: rgb(1, 66, 1);
    color: rgb(118, 116, 116);
}
.form {
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0.5, 0.5);
}
.gallery {
    /* width: 900px; */
    display: flex;
}

.gallery div {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    padding: 10px;
}

/* ================================
   AWESOME PHOTO GALLERY STYLES
   ================================ */

/* Gallery Container */
.photo-gallery-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
    padding: 60px 0;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.photo-gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.gallery-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
}

.gallery-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-light), var(--primary-dark));
    border-radius: 2px;
}

.gallery-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-top: 20px;
}

/* Modern Box Gallery Layout */
.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Gallery Box Design */
.gallery-box {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    opacity: 0;
    animation: slideInUp 0.6s ease forwards;
}

.gallery-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Gallery Box Header */
.gallery-box-header {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 2px solid #dee2e6;
}

.gallery-box-title {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.gallery-box-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.photo-count, .photo-date {
    font-size: 0.9rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.photo-count i, .photo-date i {
    color: #007bff;
}

/* Gallery Box Image Container */
.gallery-box-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-box:hover .main-gallery-image {
    transform: scale(1.05);
}

.image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: none;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    z-index: 1;
}

/* Image Overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0,0,0,0.4));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-box:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
}

.btn-view-album {
    background: linear-gradient(45deg, var(--primary-dark), var(--primary-light));
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(87,103,102,0.3);
}

.btn-view-album:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(87,103,102,0.4);
    background: linear-gradient(45deg, var(--primary-light), var(--primary-dark));
}

.btn-view-album i {
    margin-right: 8px;
}

/* Photo Counter Badge */
.photo-counter {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

/* Album Modal Styles */
.album-main-image {
    position: relative;
    background: #000;
}

.album-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.btn-nav {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.btn-nav:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.photo-counter-display {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

/* Album Thumbnails */
.album-thumbnails {
    display: flex;
    gap: 10px;
    padding: 20px;
    overflow-x: auto;
    background: #1a1a1a;
}

.album-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.album-thumbnail.active {
    border-color: #007bff;
    transform: scale(1.1);
}

.album-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-thumbnail:hover {
    transform: scale(1.05);
    border-color: rgba(255,255,255,0.5);
}

/* View All Button */
.gallery-view-all {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.btn-view-all {
    background: linear-gradient(45deg, var(--primary-light), var(--primary-dark));
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.btn-view-all::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.btn-view-all:hover::before {
    left: 100%;
}

.btn-view-all:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* No Photos Message */
.no-photos {
    text-align: center;
    padding: 80px 20px;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    margin: 0 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.no-photos i {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.6;
}

.no-photos h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.no-photos p {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.8;
}

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    opacity: 1;
}

/* Enhanced modal styles */
.modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.modal-xl {
    max-width: 95vw;
}

/* Enhanced Navbar Responsive Design */
@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 10px 0;
    }
    
    .navbar-nav .nav-link {
        margin: 2px 0;
        text-align: center;
    }
    
    .dropdown-menu {
        margin-top: 5px;
    }
}

/* Navbar Active State */
.navbar-nav .nav-link.active,
.navbar-nav .navbar-brand.active {
    background-color: var(--primary-light) !important;
    color: white !important;
    font-weight: 600;
}

/* Custom Navbar Brand Styling */
.navbar-brand.active {
    font-size: 1rem;
    font-weight: 500;
}

/* Search Form Styling */
.navbar form.d-flex {
    gap: 8px;
}

.navbar .form-control {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.navbar .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Dropdown Animation */
.dropdown-menu {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header Button Improvements */
.header-buttons .btn {
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-width: 1px;
}

.header-buttons .btn-outline-primary {
    color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.header-buttons .btn-outline-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px var(--shadow-color);
}

.header-buttons .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.header-buttons .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.15);
}

.header-buttons .btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.header-buttons .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.25);
}

/* Navbar Toggle Button Styling */
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Hide old button styles */
.extra-button {
    display: none;
}

.buttons-right {
    display: none;
}

/* Responsive Header Buttons */
@media (max-width: 768px) {
    .header-buttons .d-flex {
        flex-direction: column;
        gap: 0.5rem !important;
        align-items: stretch;
    }
    
    .header-buttons .btn {
        font-size: 11px;
        padding: 4px 8px;
    }
}

@media (max-width: 576px) {
    .header-buttons {
        padding: 1rem 0.5rem !important;
    }
    
    .header-buttons .d-flex {
        gap: 0.3rem !important;
    }
}

/* Remove button styling from navbar items */
.custom-navbar .nav-item,
.custom-navbar .nav-link,
.custom-navbar .navbar-nav {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.custom-navbar .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 12px 15px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    background: transparent !important;
    border: none !important;
}

.custom-navbar .nav-link:hover {
    color: white !important;
    background-color: var(--primary-light) !important;
    border-radius: 4px !important;
}

.custom-navbar .nav-item.dropdown .nav-link::after {
    border: none;
    content: "▼";
    font-size: 10px;
    margin-left: 5px;
}

/* Ensure no button-like appearance */
.navbar-nav .nav-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item button,
.navbar-nav button {
    display: none !important;
}

/* Fix dropdown styling */
.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
}

.dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: var(--primary-light);
    color: white;
}

/* Service Section Styling */
.section-title {
    margin-bottom: 2rem;
}

.heading-style {
    color: var(--primary-dark);
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-box {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 3rem;
    color: var(--primary-dark);
    transition: all 0.3s ease;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 50%;
    border: 3px solid var(--primary-light);
}

.service-box:hover .service-icon i {
    color: white;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(87, 103, 102, 0.3);
}

.service-content {
    text-align: center;
}

.service-title {
    color: var(--primary-dark);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.service-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-link {
    color: var(--primary-dark);
    text-decoration: none;
    font-weight: 500;
    border: 2px solid var(--primary-dark);
    padding: 8px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-link:hover {
    background-color: var(--primary-dark);
    color: white;
    transform: translateY(-2px);
}

.service-link i {
    transition: all 0.3s ease;
    margin-left: 5px;
}

.service-link:hover i {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-box {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .service-icon i {
        font-size: 2.5rem;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    
    .service-title {
        font-size: 1.1rem;
    }
    
    .heading-style {
        font-size: 1.5rem;
    }
}
