:root {
    --primary-color: #FEB81C;
    --dark-color: #12111F;
    --light-color: #FFFFFF;
    --bg-light: #F7F9FC;
    --light-bg: #F7F9FC;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
    background-color: var(--bg-light);
}

/* Hero Section */
.hero-section {
    position: relative;
    background-color: var(--dark-color);
    padding: 160px 0 100px;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--dark-color) 0%, rgba(18, 17, 31, 0.9) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-text {
    color: var(--light-color);
}

.hero-text h1 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: 3.5rem;
    line-height: 1.2;
}

.hero-text .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-badges img {
    transition: transform 0.3s ease;
}

.app-badges img:hover {
    transform: scale(1.05);
}

.app-store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.store-button {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.store-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.store-content {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.store-badge {
    font-size: 1.5rem;
}

.store-button.google-play .store-badge i {
    background: linear-gradient(45deg, #EA4335, #4285F4, #34A853, #FBBC04);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.store-button.app-store .store-badge i {
    color: #A6B1B7;
}

.store-text {
    display: flex;
    flex-direction: column;
    color: var(--light-color);
    text-align: left;
}

.store-text small {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.store-text span {
    font-size: 1rem;
    font-weight: 600;
}

/* Prevent text decoration on hover */
.store-button:hover .store-text {
    text-decoration: none;
}

@media (max-width: 576px) {
    .store-buttons {
        flex-direction: column;
        align-items: center;
    }

    .store-button {
        width: 100%;
        max-width: 220px;
        margin: 0.5rem 0;
    }
}

/* Hero Image Section */
.hero-image {
    position: relative;
}

.image-container {
    position: relative;
    padding: 20px;
}

.main-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.event-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.event-card:hover {
    transform: translateY(-5px);
}

.event-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-info {
    padding: 20px;
}

.event-info h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.event-info p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .event-card {
        margin-bottom: 20px;
    }
    
    .event-card img {
        height: 180px;
    }
}

.event-card {
    position: absolute;
    background: var(--light-color);
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.event-card:nth-child(2) {
    top: 10%;
    right: 0;
    z-index: 2;
}

.event-card.alt-position {
    bottom: 10%;
    left: 0;
    z-index: 2;
}

.event-date {
    background: var(--primary-color);
    padding: 0.5rem;
    border-radius: 8px;
    text-align: center;
    margin-right: 1rem;
    min-width: 60px;
}

.event-date .month {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.event-date .day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.event-info h5 {
    margin: 0;
    color: var(--dark-color);
    font-weight: 600;
}

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

/* Floating Cards */
.floating-cards {
    position: relative;
    height: 600px;
}

.card-float {
    position: absolute;
    border-radius: 15px;
    background: var(--light-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card-float:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card-1 {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.card-2 {
    width: 60%;
    top: 20%;
    right: 0;
    z-index: 2;
}

.card-3 {
    width: 60%;
    bottom: 20%;
    left: 0;
    z-index: 2;
}

.event-highlight {
    padding: 1.5rem;
    display: flex;
    align-items: center;
}

.event-date {
    background: var(--primary-color);
    padding: 0.5rem;
    border-radius: 8px;
    text-align: center;
    margin-right: 1rem;
    min-width: 60px;
}

.event-date .month {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.event-date .day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.event-info h5 {
    margin: 0;
    color: var(--dark-color);
    font-weight: 600;
}

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

/* Iframe Container */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 991px) {
    .iframe-container {
        padding-bottom: 60%;
    }
}

@media (max-width: 767px) {
    .iframe-container {
        padding-bottom: 50%;
    }
}

/* Navigation */
.navbar {
    background-color: var(--dark-color);
    padding: 0.7rem 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
    padding: 0.5rem 0;
}

.navbar-brand {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffc107 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: 2rem;
    }
}

.navbar .nav-link {
    color: var(--light-color) !important;
    font-weight: 500;
    padding: 0.4rem 0.8rem !important;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
}

.navbar-toggler {
    border: none;
    color: var(--light-color);
    padding: 0.5rem;
}

.navbar-toggler i {
    font-size: 1.5rem;
}

/* Provinces Section */
.provinces-section {
    padding: 80px 0 50px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .provinces-section {
        padding: 60px 0 40px;
    }
}

@media (max-width: 767px) {
    .provinces-section {
        padding: 40px 0 30px;
    }
}

/* Province Cards */
.province-card {
    background-color: white;
    padding: 1.5rem 1.2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 1.2rem;
    border: 2px solid transparent;
}

.province-card.active {
    border-color: var(--primary-color);
    background-color: rgba(254, 184, 28, 0.05);
}

.province-card.active .card-icon {
    transform: scale(1.1);
}

.card-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
    transition: transform 0.3s ease;
}

.province-card:hover .card-icon {
    transform: scale(1.1);
}

.province-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    background-color: var(--primary-color);
}

.province-card:hover .card-icon {
    color: var(--dark-color);
}

.province-card:hover h5,
.province-card:hover p {
    color: var(--dark-color);
}

.province-card h5 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.province-card p {
    color: #666;
    margin-bottom: 0;
    font-size: 1rem;
}

/* Province Info Panel */
.province-info-panel {
    background-color: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: auto;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    position: sticky;
    top: 80px;
}

.province-info {
    display: none;
}

.province-info.active {
    display: block;
}

.province-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: var(--dark-color);
    font-weight: 600;
}

.province-info p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #666;
}

.province-info ul {
    margin-bottom: 1rem;
    list-style-type: none;
    padding-left: 0;
}

.province-info li {
    color: #666;
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.province-info li:before {
    content: "•";
    color: var(--primary-color);
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}

@media (max-width: 991px) {
    .province-info-panel {
        padding: 1.2rem;
        max-height: none;
        position: static;
    }
}

@media (max-width: 767px) {
    .province-card {
        padding: 1.2rem;
        margin-bottom: 1rem;
    }

    .province-info-panel {
        margin-top: 1.2rem;
        padding: 1rem;
    }
}

/* Image Gallery */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    max-height: 400px;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
    height: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .image-gallery {
        gap: 12px;
        margin-top: 15px;
        max-height: 340px;
    }
    
    .gallery-item {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .image-gallery {
        gap: 10px;
        margin-top: 12px;
        max-height: 280px;
    }
    
    .gallery-item {
        height: 130px;
    }
}

/* Events Section */
.events-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 20px;
}

.section-header h2 {
    color: var(--dark-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.section-header p {
    color: #666;
    font-size: 1.1rem;
    margin: 0 auto;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 900px;
}

@media (max-width: 991px) {
    .section-header {
        margin-bottom: 2.5rem;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
    
    .section-header p {
        max-width: 700px;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .section-header {
        margin-bottom: 2rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .section-header p {
        max-width: 500px;
        font-size: 0.95rem;
    }
}

/* About Section */
.about-section {
    background-color: var(--light-bg);
    padding: 55px 0 80px;
    scroll-margin-top: 50px;
}

.about-content {
    padding-right: 2rem;
}

.section-title {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.feature-item i {
    font-size: 1.2rem;
    margin-right: 1rem;
    color: var(--primary-color);
}

.feature-item span {
    font-size: 1.1rem;
    color: var(--dark-color);
}

.about-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 400px;
    justify-content: center;
}

.about-image img {
    width: 70%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.screenshot-title {
    color: var(--dark-color);
    font-size: 1.5rem;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 8px;
    margin: 1rem 0 2rem;
    text-align: center;
}

#screenshotCarousel {
    width: 49%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .about-section {
        padding: 45px 0 60px;
    }
    
    .about-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .about-image {
        min-height: 300px;
    }

    .about-image img {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 35px 0 40px;
    }
    
    .screenshot-title {
        font-size: 1.3rem;
        padding: 8px 15px;
    }
    
    .about-image img {
        width: 100%;
    }
}

/* Image Collage */
.image-collage {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.collage-row {
    display: flex;
    gap: 15px;
}

.collage-item {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.collage-item:hover {
    transform: translateY(-5px);
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collage-item.main {
    height: 300px;
}

.collage-item:not(.main) {
    height: 200px;
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: var(--light-color);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.card-title {
    color: var(--primary-color);
    font-weight: 600;
}

/* Sections */
section {
    padding: 5rem 0;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: white;
    padding: 30px 0;
}

.footer h5 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.social-link {
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-link:hover {
    color: #ffc107;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* App Download Section */
.app-download-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: flex-start;
}

.app-link img {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.app-link:hover img {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .social-links, .app-download-links {
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .footer h5 {
        text-align: center;
    }
}

/* Screenshot Carousel */
#screenshotCarousel {
    width: 49%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#screenshotCarousel .carousel-item {
    border-radius: 12px;
    overflow: hidden;
}

#screenshotCarousel .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#screenshotCarousel .carousel-control-prev,
#screenshotCarousel .carousel-control-next {
    width: 10%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
}

#screenshotCarousel .carousel-control-prev {
    left: 10px;
}

#screenshotCarousel .carousel-control-next {
    right: 10px;
}

#screenshotCarousel:hover .carousel-control-prev,
#screenshotCarousel:hover .carousel-control-next {
    opacity: 1;
}

#screenshotCarousel .carousel-indicators {
    bottom: -40px;
}

#screenshotCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0.5;
    margin: 0 5px;
    border: none;
}

#screenshotCarousel .carousel-indicators button.active {
    opacity: 1;
    background-color: var(--primary-color);
}

/* Screenshot Title and Carousel */
.screenshot-title {
    color: var(--dark-color);
    font-size: 1.5rem;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 8px;
    margin: 1rem 0 2rem;
    text-align: center;
}

#screenshotCarousel {
    width: 49%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#screenshotCarousel .carousel-indicators button {
    background-color: var(--primary-color);
    opacity: 0.5;
    border: none;
}

#screenshotCarousel .carousel-indicators button.active {
    opacity: 1;
    background-color: var(--primary-color);
}

#screenshotCarousel .carousel-control-prev,
#screenshotCarousel .carousel-control-next {
    background: var(--dark-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .screenshot-title {
        font-size: 1.3rem;
        padding: 8px 15px;
    }
}

/* Hero Button */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-color);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--dark-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.btn-primary:active,
.btn-primary:focus {
    background-color: var(--dark-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(254, 184, 28, 0.25) !important;
}

@media (max-width: 767px) {
    .screenshot-title {
        font-size: 1.3rem;
        padding: 8px 15px;
    }
}

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

.card, .province-card {
    animation: fadeIn 0.6s ease-out forwards;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #666;
    font-size: 1.1rem;
}

.feature-list li i {
    color: var(--primary-color);
    margin-right: 1rem;
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    .feature-list li {
        font-size: 1rem;
    }
}

/* Contact Section */
.contact-section {
    padding: 120px 0 80px;
    background-color: var(--light-color);
}

.contact-form-container {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-form-container h2 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

.form-control {
    border: 1px solid #e0e0e0;
    padding: 0.8rem;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(254, 184, 28, 0.25);
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 0.8rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(254, 184, 28, 0.3);
}

.contact-info {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.contact-item {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    height: 100%;
}

.contact-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.contact-item h5 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-item p {
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .contact-section {
        padding: 100px 0 60px;
    }
    
    .contact-form-container {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 80px 0 40px;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .contact-item {
        margin-bottom: 1rem;
    }
}

/* Image Gallery Styles */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Modal Styles */
.modal-dialog.modal-lg {
    max-width: 90%;
    margin: 1.75rem auto;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-body {
    position: relative;
    padding: 0;
}

.btn-close {
    background-color: white;
    opacity: 0.8;
    border-radius: 50%;
    padding: 0.5rem;
    z-index: 1050;
    position: absolute;
    right: 10px;
    top: 10px;
}

.btn-close:hover {
    opacity: 1;
}

#modalImage {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    object-fit: contain;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .app-store-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .store-button {
        margin: 0.5rem 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding-top: 120px;
    }
    
    .app-badges {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    .iframe-container {
        height: 400px;
    }
    
    .province-card {
        margin-bottom: 1rem;
    }
    
    .about-text {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .collage-item.main {
        height: 250px;
    }

    .collage-item:not(.main) {
        height: 150px;
    }
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: var(--light-color);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.card-title {
    color: var(--primary-color);
    font-weight: 600;
}

/* Sections */
section {
    padding: 5rem 0;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

/* Footer App Download Section */
.app-download-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.app-link img {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.app-link:hover img {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .app-download-links {
        justify-content: center;
        margin-top: 20px;
    }
}

/* Quick Links */
.quick-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.quick-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.quick-links a:hover {
    color: #0d6efd;
}

@media (max-width: 768px) {
    .quick-links {
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
}
