/*-- Use For Custom Styling --*/
.contact-newsletter-sec {
    display: flex;
    justify-content: center;
    text-align: center;

}

.newsletter-form-app a {
    font-weight: bold;
}

.newsletter-form-app .form-group {
    margin-right: 15px;
}

.newsletter-form-app .form-group p.error {
    text-align: left;
}

.newsletter-form-app .form-group input {
    margin: 0px;
    background: rgba(255, 255, 255, 0.8);
}

.newsletter-form-app .btn.btn-green {
    padding: 8px 30px;
    align-self: start;
}

.newsletter-form-app .terms {
    font-size: small;
    display: flex;
}

.newsletter-form-app .terms input {
    margin-right: 5px;
}

.newsletter-form-app .terms,
.newsletter-form-app .terms * {
    margin-bottom: 0;
}


.newsletter-form-app .error {
    font-size: 15px;
    font-weight: bold;
    color: #f00;
    margin-top: 5px;
}

/* Event Styling */
.event-tabs {
    margin-bottom: 2rem;
    border-bottom: 2px solid #dee2e6;
}

.event-tabs .nav-link {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.event-tabs .nav-link:hover {
    color: #007bff;
    border-bottom-color: #007bff;
}

.event-tabs .nav-link.active {
    color: #007bff;
    background-color: transparent;
    border-bottom-color: #007bff;
}

.event-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

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

.event-card.event-active {
    border-left: 5px solid #28a745;
}

.event-card.event-expired {
    border-left: 5px solid #dc3545;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 100%);
    opacity: 0.9;
}

.event-card.event-expired .event-title {
    color: #dc3545;
    font-weight: 500;
}

.event-card.event-expired .event-meta {
    color: #868e96;
}

.event-card.event-past {
    border-left: 5px solid #6c757d;
    opacity: 0.85;
}

.event-card.event-past .event-title {
    color: #6c757d;
}

.event-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.event-body {
    padding: 1.5rem;
}


.event-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
    line-height: 1.3;
}

.event-meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.event-date, .event-end-date {
    font-size: 0.9rem;
    color: #6c757d;
    display: flex;
    align-items: center;
}

.event-description {
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.5;
}

.event-footer {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.event-details-meta {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.event-details-meta p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.event-details-meta strong {
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .event-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .event-card {
        margin-bottom: 1.5rem;
    }
    
    .event-image {
        height: 150px;
    }
    
    .event-body {
        padding: 1rem;
    }
    
    .event-title {
        font-size: 1.1rem;
    }
    
    .event-footer {
        justify-content: center;
    }
}

/* Loading states */
.loading-indicator {
    text-align: center;
    padding: 3rem 0;
}

.no-events, .events-error {
    text-align: center;
    padding: 2rem 0;
}

/* Modal enhancements */
.modal-header.bg-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
}

.modal-body img {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.badge.bg-info.text-dark {
    background: #17a2b8 !important;
    color: #fff !important;
}

.newsletter-form-app .btn {
    border-radius: 5px;
}

#newsletter-form .alert-danger,
#newsletter-form .alert-warning,
#newsletter-form .alert-success {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 20px;
}

.frinchising-form {
    padding: 10px;
    background: #f0f0f0;
}

.frinchising-form input[type=text] {
    margin: 5px 0;
}

.frinchising-form .error-block {
    margin-top: 10px;
    color: #ff0000;
    font-weight: bold;
}

#whatsapp-widget {
    bottom: 35px;
    right: 35px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    direction: ltr;
    position: fixed;
    z-index: 16000160;
    display: flex;
    flex-direction: row-reverse;
}

#whatsapp-widget .whatsapp-holder {
    display: flex;
    margin-top: 14px;
    position: relative;
    -webkit-box-pack: end;
}

#whatsapp-widget .whatsapp-holder a {
    width: 50px;
    height: 50px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    background: rgb(77, 194, 71);
    display: flex;
    justify-content: center;
    align-items: center;
}

#whatsapp-widget .whatsapp-holder a:hover {
    box-shadow: rgb(0 0 0 / 70%) 2px 2px 11px;
}

#whatsapp-widget .whatsapp-holder a i {
    color: #FFF;
    font-size: 35px;
}

#whatsapp-widget .watext-holder {
    transform: translateX(0px);
    position: relative;
    animation-duration: 0.64s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-delay: 0.16s;
    animation-fill-mode: backwards;
    animation-name: jTSRH;
    box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    background: white;
    cursor: pointer;
    margin: 25px 10px auto auto;
    max-width: 172px;
    max-height: 55px;
    display: flex;
    order: 1;
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
    opacity: 0;
}

#whatsapp-widget:hover .watext-holder {
    opacity: 1;
}

#whatsapp-widget .watext-holder::after {
    content: "";
    position: absolute;
    background: white;
    border-bottom: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
    right: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

#whatsapp-widget .watext {
    text-align: center;
    padding: 7px 10px;
    line-height: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    margin: auto;
}

html {
    scroll-behavior: smooth;
}

.scroll-top-arrow {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 31px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 100%;
    font-size: 35px;
    opacity: 0.9;
}

.scroll-top-arrow:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.top-line {
    display: flex;
    background: rgb(52, 52, 52);
    color: #fff;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 1000;
}

.top-line .socials {
    display: inline-block;
}

.top-line .socials i {
    box-sizing: border-box;
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 5px;
    width: 24px;
    font-size: 15px;
    text-align: center;
}

.top-line li, .top-line ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.top-line li {
    margin: 0 5px;
}

.top-line .languages {
    text-transform: uppercase;
    font-size: 13px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.7);*/
    /*margin-right: 20px;*/
    /*padding-right: 20px;*/
}

.top-line .languages .selected {
    background: #FFF;
    border-radius: 4px;
    padding: 5px;
    color: #000;
    font-weight: bold;
}

.top-line .btn {
    border-radius: 7px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.top-line .external-links .btn {
    padding: 1px 8px;
    font-size: 12px;
    text-shadow: 1px 1px 2px #000119;
    background-color: rgba(175, 127, 43, 0.5);
    /*background: transparent;*/
    border: 0;
}

.btn-banner-home {
    text-transform: capitalize;
    border: 1px solid #FFF;
    background: #69315b;
    border-radius: 5px;
    padding: 20px 30px;
    margin-top: 40px;
}


.extra-footer {
    background: #000119;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
}

.extra-footer .company-about {
    font-size: 12px;
}

.extra-footer a:hover {
    color: #fff;
}

.banner-top-static {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.26);
}

header {
    height: 170px;
}

.cbp-item-wrapper {
    height: 505px !important;
}

.cbp img {
    min-height: 240px;
}

.navbar {
    height: 120px !important;
    padding: 0;
}
.navbar .container {
    padding: 0!important;
    height: 100%;
}
.navbar .container .logo {
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .side-menu .logo img {
        height: 80px;
        max-width: 100%;
    }
}


.innoprocess {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 5px  0;
    margin-bottom: 5px;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important; /* 4px */
}

.gap-2 {
    gap: 0.5rem !important; /* 8px */
}

.gap-3 {
    gap: 1rem !important; /* 16px */
}

.gap-4 {
    gap: 1.5rem !important; /* 24px */
}

.gap-5 {
    gap: 3rem !important; /* 48px */
}

/* Contact Page Styles */
.page-header-gradient {
    background: linear-gradient(135deg, #69315b 0%, #000119 100%);
    padding: 80px 0;
    position: relative;
}

.page-header-gradient::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 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,106.7C1248,96,1344,96,1392,96L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
}

.contact-info-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 1, 25, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(105, 49, 91, 0.1);
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 1, 25, 0.15);
}

.contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(105, 49, 91, 0.1);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.contact-info-card:hover .contact-icon {
    background: rgba(105, 49, 91, 0.2);
}

.contact-info-card .card-title {
    color: #000119;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info-card .card-text {
    color: #666;
    line-height: 1.6;
}

.input-group-text {
    background: rgba(105, 49, 91, 0.1);
    border: 1px solid rgba(105, 49, 91, 0.2);
    color: #69315b;
}

.form-control:focus {
    border-color: #69315b;
    box-shadow: 0 0 0 0.2rem rgba(105, 49, 91, 0.25);
}

.form-check-input:checked {
    background-color: #69315b;
    border-color: #69315b;
}

.btn-primary {
    background: linear-gradient(135deg, #69315b 0%, #8a4a7c 100%);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(105, 49, 91, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #8a4a7c 0%, #69315b 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(105, 49, 91, 0.4);
}

.card-header.bg-primary {
    background: linear-gradient(135deg, #69315b 0%, #8a4a7c 100%) !important;
}

/* Events Page Styles */
.section-intro {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000119;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #69315b 0%, #8a4a7c 100%);
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.event-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 1, 25, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(105, 49, 91, 0.1);
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 1, 25, 0.15);
}

.event-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(105, 49, 91, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.event-body {
    padding: 25px;
}


.event-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000119;
    margin-bottom: 10px;
    line-height: 1.3;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.event-date {
    color: #666;
    font-size: 0.9rem;
}

.event-description {
    margin-bottom: 20px;
}

.event-description p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.event-footer {
    text-align: right;
}

.btn-outline-primary {
    color: #69315b;
    border-color: #69315b;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #69315b;
    border-color: #69315b;
    transform: translateY(-2px);
}

.modal-header.bg-primary {
    background: linear-gradient(135deg, #69315b 0%, #8a4a7c 100%) !important;
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 1, 25, 0.3);
}

.modal-body {
    padding: 30px;
}

.modal-body h5 {
    color: #000119;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-body .list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.modal-body .list-unstyled li:last-child {
    border-bottom: none;
}

.spinner-border.text-primary {
    color: #69315b !important;
}

.alert-info {
    background: rgba(105, 49, 91, 0.1);
    border: 1px solid rgba(105, 49, 91, 0.2);
    color: #69315b;
    border-radius: 10px;
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.2);
    color: #721c24;
    border-radius: 10px;
}

/* Gallery Page Styles */
.gallery-filters {
    margin-bottom: 40px;
    position: sticky;
    top: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 1, 25, 0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.filter-btn {
    margin: 0 5px 10px;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.filter-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.filter-btn:hover::before {
    width: 300px;
    height: 300px;
}

.filter-btn.active {
    background: #69315b;
    border-color: #69315b;
    color: white;
}

.filter-btn:hover:not(.active) {
    background: rgba(105, 49, 91, 0.1);
    border-color: #69315b;
}

.gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-flow: dense;
}

/* Masonry-style variations for different aspect ratios */
.gallery-grid .photo-item:nth-child(3n) .gallery-image-container {
    height: 350px;
}

.gallery-grid .photo-item:nth-child(4n) .gallery-image-container {
    height: 280px;
}

.gallery-grid .photo-item:nth-child(5n) .gallery-image-container {
    height: 320px;
}

.gallery-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 1, 25, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(105, 49, 91, 0.08);
    position: relative;
}

.gallery-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 1, 25, 0.15);
    border-color: rgba(105, 49, 91, 0.2);
}

.gallery-image-container {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%, transparent 75%, #f0f0f0 75%, #f0f0f0),
                linear-gradient(45deg, #f0f0f0 25%, transparent 25%, transparent 75%, #f0f0f0 75%, #f0f0f0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: imageFadeIn 0.8s ease-out forwards;
}

@keyframes imageFadeIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-image.loading {
    filter: blur(5px);
}

.gallery-image.error {
    opacity: 0.3;
    filter: grayscale(100%);
}

.gallery-card:hover .gallery-image {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(105, 49, 91, 0.85) 0%, rgba(0, 1, 25, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card:hover .gallery-overlay-content {
    transform: translateY(0);
}

.gallery-overlay-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery-overlay .btn-light {
    background: rgba(255, 255, 255, 0.95);
    color: #69315b;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gallery-overlay .btn-light:hover {
    background: white;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gallery-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, rgba(105, 49, 91, 0.95) 0%, rgba(138, 74, 124, 0.95) 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(105, 49, 91, 0.3);
    z-index: 2;
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-category-badge {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(105, 49, 91, 0.4);
}

/* Image loading placeholder */
.gallery-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loadingShimmer 1.5s infinite;
    z-index: 1;
}

.gallery-image-container.loaded::before {
    display: none;
}

@keyframes loadingShimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.modal-header.bg-dark {
    background: linear-gradient(135deg, #000119 0%, #69315b 100%) !important;
}

.modal-body .list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.modal-body .list-unstyled li:last-child {
    border-bottom: none;
}

.modal-body .btn-sm {
    border-radius: 20px;
    font-weight: 500;
}

/* Responsive adjustments for gallery */
@media (max-width: 1200px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .gallery-grid .photo-item:nth-child(3n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(4n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(5n) .gallery-image-container {
        height: 280px;
    }
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 18px;
    }
    
    .gallery-image-container {
        height: 260px;
    }
    
    .gallery-grid .photo-item:nth-child(3n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(4n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(5n) .gallery-image-container {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }
    
    .gallery-image-container {
        height: 220px;
    }
    
    .gallery-grid .photo-item:nth-child(3n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(4n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(5n) .gallery-image-container {
        height: 200px;
    }
    
    .gallery-overlay-title {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .gallery-overlay .btn-light {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .gallery-category-badge {
        font-size: 0.65rem;
        padding: 5px 10px;
    }
    
    .filter-btn {
        margin: 0 3px 8px;
        padding: 6px 15px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 12px;
    }
    
    .gallery-image-container {
        height: 200px;
    }
    
    .gallery-grid .photo-item:nth-child(3n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(4n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(5n) .gallery-image-container {
        height: 180px;
    }
    
    .gallery-card {
        border-radius: 12px;
    }
    
    .gallery-overlay-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .gallery-overlay .btn-light {
        padding: 6px 14px;
        font-size: 0.85rem;
    }
    
    .gallery-category-badge {
        font-size: 0.6rem;
        padding: 4px 8px;
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 400px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery-image-container {
        height: 250px;
    }
    
    .gallery-grid .photo-item:nth-child(3n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(4n) .gallery-image-container,
    .gallery-grid .photo-item:nth-child(5n) .gallery-image-container {
        height: 230px;
    }
}

/* Press Review Page Styles */
.press-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 1, 25, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(105, 49, 91, 0.1);
}

.press-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 1, 25, 0.15);
}

.press-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.press-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.press-card:hover .press-image img {
    transform: scale(1.05);
}

.press-source-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(105, 49, 91, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.press-body {
    padding: 25px;
}

.press-header {
    margin-bottom: 15px;
}

.press-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000119;
    margin-bottom: 10px;
    line-height: 1.3;
}

.press-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.press-date {
    color: #666;
    font-size: 0.9rem;
}

.press-description {
    margin-bottom: 20px;
}

.press-description p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.press-footer {
    text-align: right;
}

.btn-outline-primary:hover {
    background: #69315b;
    border-color: #69315b;
    transform: translateY(-2px);
}

/* Responsive adjustments for press review */
@media (max-width: 768px) {
    .press-image {
        height: 180px;
    }
    
    .press-body {
        padding: 20px;
    }
    
    .press-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .press-image {
        height: 200px;
    }
    
    .press-body {
        padding: 15px;
    }
    
    .press-title {
        font-size: 1rem;
    }
    
    .press-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Venue Details Page Styles */
.info-item {
    background: rgba(105, 49, 91, 0.05);
    border-radius: 10px;
    padding: 15px;
    border-left: 4px solid #69315b;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: rgba(105, 49, 91, 0.1);
    transform: translateX(5px);
}

.info-label {
    font-weight: 600;
    color: #69315b;
    margin-bottom: 8px;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.service-item {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 1, 25, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(105, 49, 91, 0.1);
}

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

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(105, 49, 91, 0.1);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.service-item:hover .service-icon {
    background: rgba(105, 49, 91, 0.2);
}

.service-icon i {
    color: #69315b;
}

.service-item h6 {
    color: #000119;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-item p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}

.card-header.bg-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

.card-header.bg-info {
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%) !important;
}

.card-header.bg-warning {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%) !important;
}

.opening-hours {
    padding: 0;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.hours-item:last-child {
    border-bottom: none;
}

.day {
    font-weight: 600;
    color: #000119;
}

.time {
    color: #666;
    font-weight: 500;
}

.map-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 1, 25, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.map-container:hover .map-overlay {
    background: rgba(0, 1, 25, 0.1);
}

.d-grid {
    display: grid;
    gap: 10px;
}

.d-grid.gap-2 {
    gap: 0.5rem;
}

/* Responsive adjustments for venue details */
@media (max-width: 768px) {
    .info-item {
        padding: 12px;
        margin-bottom: 10px;
    }
    
    .service-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .service-icon i {
        font-size: 1.5rem;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .map-container {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .info-item {
        padding: 10px;
    }
    
    .service-item {
        padding: 12px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }
    
    .service-icon i {
        font-size: 1.2rem;
    }
    
    .service-item h6 {
        font-size: 0.9rem;
    }
    
    .service-item p {
        font-size: 0.8rem;
    }
}

/* Work With Us Page Styles */
.benefit-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.benefit-item:last-child {
    border-bottom: none;
}

.benefit-item:hover {
    background: rgba(40, 167, 69, 0.05);
    padding-left: 10px;
}

.benefit-item i {
    font-size: 1.1rem;
}

.benefit-item span {
    color: #333;
    font-weight: 500;
}

.process-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.process-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.process-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
}

.process-content {
    flex: 1;
}

.process-content h6 {
    color: #000119;
    font-weight: 600;
    margin-bottom: 5px;
}

.process-content p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive adjustments for work with us */
@media (max-width: 768px) {
    .benefit-item {
        padding: 10px 0;
    }
    
    .benefit-item:hover {
        padding-left: 5px;
    }
    
    .process-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .process-number {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .process-content h6 {
        font-size: 1rem;
    }
    
    .process-content p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .benefit-item {
        padding: 8px 0;
        font-size: 0.9rem;
    }
    
    .benefit-item i {
        font-size: 1rem;
        margin-right: 8px;
    }
    
    .process-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .process-content h6 {
        font-size: 0.95rem;
    }
    
    .process-content p {
        font-size: 0.8rem;
    }
}

/* Enhanced Work With Us Form Styles */
#workWithUsForm .form-control.is-valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

#workWithUsForm .form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

#workWithUsForm .form-control:focus {
    border-color: #69315b;
    box-shadow: 0 0 0 0.2rem rgba(105, 49, 91, 0.25);
}

#workWithUsForm .input-group .input-group-text {
    background: rgba(105, 49, 91, 0.1);
    border: 1px solid rgba(105, 49, 91, 0.2);
    color: #69315b;
}

#workWithUsForm .form-check-input:checked {
    background-color: #69315b;
    border-color: #69315b;
}

#workWithUsForm .form-check-input:focus {
    border-color: #69315b;
    box-shadow: 0 0 0 0.2rem rgba(105, 49, 91, 0.25);
}

#workWithUsForm .file-info {
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
}

#workWithUsForm .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

#workWithUsForm .btn-primary:disabled {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    border-color: #6c757d;
    cursor: not-allowed;
}

/* Enhanced loading states */
.btn.loading {
    position: relative;
    pointer-events: none;
}

.btn.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form field animations */
#workWithUsForm .form-control {
    transition: all 0.3s ease;
}

#workWithUsForm .form-control:hover {
    border-color: rgba(105, 49, 91, 0.3);
}

#workWithUsForm .input-group:hover .input-group-text {
    background: rgba(105, 49, 91, 0.15);
}

/* Enhanced modal animations */
.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 1, 25, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Success and error states */
.form-control.success {
    border-color: #28a745;
    background-color: rgba(40, 167, 69, 0.05);
}

.form-control.error {
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.05);
}

/* File upload area enhancement */
.input-group:hover .custom-file-label {
    background-color: rgba(105, 49, 91, 0.05);
}

.custom-file-label::after {
    content: "Sfoglia";
    background: linear-gradient(135deg, #69315b 0%, #8a4a7c 100%);
    color: white;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

/* Responsive form improvements */
@media (max-width: 768px) {
    #workWithUsForm .btn-primary {
        width: 100%;
        padding: 15px;
        font-size: 1.1rem;
    }
    
    #workWithUsForm .input-group-text {
        min-width: 50px;
        text-align: center;
    }
    
    #workWithUsForm .form-control {
        font-size: 16px; /* Prevent zoom on iOS */
    }
}

@media (max-width: 576px) {
    #workWithUsForm .card-body {
        padding: 20px 15px;
    }
    
    #workWithUsForm .row > div {
        margin-bottom: 1rem;
    }
    
    #workWithUsForm .section-title {
        font-size: 1.8rem;
    }
    
    #workWithUsForm .section-subtitle {
        font-size: 1rem;
    }
}

/* Accessibility improvements */
#workWithUsForm .form-control:focus,
#workWithUsForm .form-check-input:focus {
    outline: 2px solid rgba(105, 49, 91, 0.5);
    outline-offset: 2px;
}

#workWithUsForm .btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    #workWithUsForm .form-control {
        border-width: 2px;
    }
    
    #workWithUsForm .btn-primary {
        border: 2px solid #000119;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    #workWithUsForm .form-control,
    #workWithUsForm .btn,
    #workWithUsForm .input-group-text,
    .modal-content {
        transition: none;
        animation: none;
    }
    
    .btn.loading::after {
        animation: none;
    }
}

/* Swiper Carousel Styles */
.swiper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.swiper-overlay.active {
    opacity: 1;
    visibility: visible;
}

.swiper-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #333;
    font-size: 20px;
}

.swiper-overlay-close:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.gallery-swiper {
    width: 90%;
    max-width: 1200px;
    height: 80vh;
    max-height: 800px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.swiper-info-panel {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px 30px;
    max-width: 600px;
    width: 90%;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.swiper-info-panel h4 {
    color: #000119;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.swiper-info-panel p {
    color: #666;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
}

.swiper-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.swiper-meta span {
    color: #666;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.swiper-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.swiper-actions .btn-sm {
    border-radius: 20px;
    font-weight: 500;
    padding: 6px 15px;
    font-size: 0.85rem;
}

/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}

/* Swiper pagination */
.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

/* Responsive adjustments for swiper */
@media (max-width: 768px) {
    .gallery-swiper {
        width: 95%;
        height: 70vh;
    }
    
    .swiper-info-panel {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px 20px;
        width: 95%;
        max-width: none;
    }
    
    .swiper-info-panel h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .swiper-info-panel p {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .swiper-meta {
        gap: 15px;
        margin-bottom: 10px;
    }
    
    .swiper-meta span {
        font-size: 0.8rem;
    }
    
    .swiper-overlay-close {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
        font-size: 16px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .gallery-swiper {
        height: 60vh;
    }
    
    .swiper-info-panel {
        padding: 12px 15px;
    }
    
    .swiper-info-panel h4 {
        font-size: 1rem;
    }
    
    .swiper-info-panel p {
        font-size: 0.85rem;
    }
    
    .swiper-actions {
        gap: 8px;
    }
    
    .swiper-actions .btn-sm {
        padding: 5px 12px;
        font-size: 0.8rem;
    }
    
    .swiper-pagination {
        bottom: 10px !important;
    }
}
