/* Custom Styling */
html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/* Navbar Styles - Keeping the Mustang-inspired design */
.navbar {
    background-color: #363537;
    height: 70px;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.navbar-item,
.navbar-burger span {
    color: #EBEBEB;
    transition: color 0.3s, background-color 0.3s;
}

.navbar-item:hover,
.navbar-item.is-active {
    background-color: #9C0A07;
    color: #EBEBEB;
}

.custom-navbar {
    display: flex;
    align-items: center;
    height: 70px;
}

.navbar-end {
    display: flex;
    align-items: center;
    height: 70px;
}

/* Keeping the Mustang-inspired slanted buttons */
.navbar-item.custom-button {
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EBEBEB;
    background-color: #363537;
    border: 1px solid #000000;
    border-right: 0;
    transition: all 0.2s ease-out;
    transform: skewX(-15deg);
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.15);
    border-radius: 2px;
}

.custom-navbar .navbar-item.custom-button:last-child {
    border-right: 1px solid #000000;
}

.custom-navbar .navbar-item.custom-button span {
    display: inline-block;
    transform: skewX(15deg);
    position: relative;
    z-index: 2;
}

.custom-navbar .navbar-item.custom-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent,
        rgba(255,255,255,0.05) 20%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0.05) 80%,
        transparent
    );
    transform: skewX(-15deg);
    transition: all 0.3s ease-out;
}

.custom-navbar .navbar-item.custom-button:hover {
    color: #FBFBFF;
}

.custom-navbar .navbar-item.custom-button:hover::after {
    width: 120%;
    left: -10%;
}

.custom-navbar .navbar-item.custom-button.red-button:hover {
    background: linear-gradient(145deg, #9C0A07, #7d0705);
}

.custom-navbar .navbar-item.custom-button.blue-button:hover {
    background: linear-gradient(145deg, #3066BE, #004a8c);
}

.custom-navbar .navbar-item.custom-button.white-button:hover {
    background: linear-gradient(145deg, #EBEBEB, #d0d0d0);
    color: #363537;
}

.navbar-item img {
    max-height: 55px !important;
}

/* Main Content Styles */
main {
    margin-top: 70px;
    flex: 1;
}

/* Page Header for non-hero pages */
.page-header {
    background: #a4a4a4;
    padding: 1.5rem 0;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(#a4a4a4, #a4a4a4), linear-gradient(to right, #9C0A07, #3066BE);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin-bottom: 4rem;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, 
        #9C0A07 0%,
        #9C0A07 33%,
        #3066BE 33%,
        #3066BE 67%,
        #EBEBEB 67%,
        #EBEBEB 100%
    );
}

/* Override Bulma section padding */
.section {
    padding: 0 1.5rem;
}

/* Fix contact page section padding */
.section .columns {
    margin-top: 0;
}

/* Modern Content Block Styles */
.content-block {
    margin-bottom: 3rem;
}

/* Standardized Header Styling */
.underlined-header {
    position: relative;
    display: inline-block;
    margin: 0 0 2rem 0;
    font-weight: 600;
    line-height: 1;
    padding: 0 !important;
}

.underlined-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #9C0A07, #3066BE);
    border-radius: 2px;
}

.underlined-header.is-2 {
    font-size: 2.5rem;
}

.underlined-header.is-3 {
    font-size: 2rem;
}

.underlined-header.is-4 {
    font-size: 1.5rem;
}

/* Add the header-align class for contact page alignment */
.header-align {
    margin-top: 2rem;
}

.content-divider {
    margin: 2rem 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0,0,0,0.1), transparent);
    border: none;
}

/* Mission Blocks */
.mission-columns {
    margin-top: 0;
}

.mission-columns {
    display: flex;
    margin: 0 -1rem;
}

.mission-columns .column {
    display: flex;
    padding: 1rem;
    flex: 1;
}

.mission-block {
    padding: 2rem;
    background: white;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-block .underlined-header {
    min-height: 3.5rem;  /* Accommodate two lines of text */
    display: flex;
    align-items: flex-start;
}

.mission-block .underlined-header::after {
    bottom: -0.75rem;  /* Adjust line position relative to text */
}

.mission-block p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: auto;  /* Push to bottom if header is short */
    flex: 1;          /* Take up remaining space */
    display: flex;
    align-items: flex-start;
}

.mission-block:hover,
.mission-block:active {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}

@media (hover: none) {
    .mission-block:active {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }
}

@media screen and (max-width: 600px) {
    .mission-columns {
        flex-direction: column;
    }
    
    .mission-columns .column {
        width: 100%;
    }
    
    .mission-block {
        margin-bottom: 1rem;
        text-align: center;
    }

    .mission-block p {
        text-align: center;
        justify-content: center;
    }

    .mission-block .underlined-header {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .mission-block .underlined-header::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Expertise Cards */
.expertise-section {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .expertise-section .column.is-one-quarter,
    .why-choose-section .column.is-one-quarter {
        width: 50% !important;
        flex: none;
    }
}

/* Keep Bulma's default mobile breakpoint but add some spacing */
@media screen and (max-width: 600px) {
    .expertise-section .column,
    .why-choose-section .column {
        padding: 0.75rem;
        text-align: center;
    }
    
    .expertise-section .columns,
    .why-choose-section .columns {
        margin: -0.75rem;
    }

    .expertise-card__content,
    .why-choose-card {
        text-align: center;
    }

    .expertise-card__content p,
    .why-choose-card p {
        text-align: center;
        justify-content: center;
    }

    .expertise-card__content .title,
    .why-choose-card .title {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
}

.expertise-card {
    height: 100%;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    border: 1px solid rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
    visibility: hidden;
}

.expertise-card.animate-in {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.expertise-card.animate-in:hover,
.expertise-card.animate-in:active {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}

@media (hover: none) {
    .expertise-card.animate-in:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
}

.expertise-card__content {
    padding: 2rem;
}

.expertise-card__icon {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    color: #363537;
}

.expertise-card:hover .expertise-card__icon {
    background: linear-gradient(145deg, #9C0A07, #7d0705);
    color: white;
    transform: rotateY(180deg);
}

/* Why Choose Us Cards */
.why-choose-section {
    padding: 0;
    margin: 0;
}

.why-choose-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
    backface-visibility: hidden;
    visibility: hidden;
}

.why-choose-card.animate-in {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9C0A07, #3066BE);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.why-choose-card:hover::before,
.why-choose-card:active::before {
    transform: scaleX(1);
}

.why-choose-card:hover,
.why-choose-card:active {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}

@media (hover: none) {
    .why-choose-card:active::before {
        transform: scaleX(1);
    }
    
    .why-choose-card:active {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
}

/* Hero Section */
.custom-hero {
    position: relative;
    background: url('../assets/img/hero.jpg') no-repeat center center/cover;
    color: #FBFBFF;
    height: 70vh;
    z-index: 0;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.custom-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/img/black-orchid.png') repeat;
    opacity: 0.5;
    z-index: 0;
}

.custom-hero .title,
.custom-hero .subtitle {
    position: relative;
    z-index: 99 !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Hero Responsive Adjustments */
@media screen and (min-width: 1024px) {
    .custom-hero {
        height: 70vh;
    }
    
    .custom-hero .hero-body {
        padding: 2rem 1.5rem;
    }
}

/* Tablet Landscape */
@media screen and (min-width: 769px) and (max-width: 1023px) and (orientation: landscape) {
    .custom-hero {
        height: 80vh;
    }
    
    .custom-hero .hero-body {
        padding: 1.5rem;
    }
    
    .custom-hero img {
        max-width: 85%;
    }
}

/* Tablet Portrait */
@media screen and (min-width: 769px) and (max-width: 1023px) and (orientation: portrait) {
    .custom-hero {
        height: 50vh;
    }
    
    .custom-hero .hero-body {
        padding: 1.5rem;
    }
    
    .custom-hero img {
        max-width: 75%;
    }
}

/* Mobile Landscape */
@media screen and (max-width: 768px) and (orientation: landscape) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }

    .navbar-menu {
        width: 100vw;
        left: -100vw;
    }

    .custom-hero {
        height: calc(100vh - 70px);
        margin-bottom: 4rem;
        width: 100%;
    }
    
    .custom-hero .hero-body {
        padding: 2rem 1rem;
        min-height: unset;
        height: 100%;
        width: 100%;
    }
    
    .custom-hero .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .custom-hero .columns {
        margin: 0;
    }
    
    .custom-hero .column {
        padding: 0.5rem;
    }
    
    .custom-hero img {
        max-width: 50%;
        height: auto;
        margin: 0 auto;
    }
}

/* Tablet Landscape */
@media screen and (min-width: 769px) and (max-width: 1023px) and (orientation: landscape) {
    .custom-hero {
        height: calc(100vh - 70px);
        margin-bottom: 4rem;
    }
    
    .custom-hero .hero-body {
        padding: 2rem 1.5rem;
        height: 100%;
    }
    
    .custom-hero .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .custom-hero .columns {
        margin: 0;
    }
    
    .custom-hero img {
        max-width: 55%;
        height: auto;
        margin: 0 auto;
    }
}

/* Mobile Portrait */
@media screen and (max-width: 768px) and (orientation: portrait) {
    .custom-hero {
        height: 40vh;
        min-height: 300px;
    }
    
    .custom-hero .hero-body {
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 300px;
    }
    
    .custom-hero .columns {
        width: 100%;
        margin: 0;
    }
    
    .custom-hero .column {
        padding: 0;
    }
    
    .custom-hero img {
        max-width: 75%;
        margin: 0 auto;
        display: block;
    }
}

/* Small Mobile Portrait */
@media screen and (max-width: 375px) and (orientation: portrait) {
    .custom-hero {
        height: 35vh;
        min-height: 250px;
    }
    
    .custom-hero .hero-body {
        min-height: 250px;
    }
    
    .custom-hero img {
        max-width: 85%;
    }
}

/* Services Page Styles */
.service-section {
    position: relative;
    min-height: 70vh;
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #9C0A07, #3066BE) 1;
}

.service-section + .info-row {
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, 
        #9C0A07 0%,
        #9C0A07 33%,
        #3066BE 33%,
        #3066BE 67%,
        #EBEBEB 67%,
        #EBEBEB 100%
    ) 1;
}

.service-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.6;
    z-index: -1;
}

.service-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/img/black-orchid.png') repeat;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

#decks-section::before {
    background-image: url('../assets/img/content/deck.jpg');
}

#structures-section::before {
    background-image: url('../assets/img/content/structures.jpg');
}

#flooring-section::before {
    background-image: url('../assets/img/content/flooring.jpg');
}

#renovations-section::before {
    background-image: url('../assets/img/textures/blueprint.png');
}

.service-content-card {
    background: white;
    padding: 3rem;
    border-radius: 2px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    position: relative;
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #9C0A07, #3066BE) 1;
    margin: 2rem auto;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-out;
}

@media screen and (max-width: 768px) {
    .service-content-card {
        margin: 2rem 1rem;
        padding: 2rem;
    }
}

.service-content-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.service-image {
    overflow: hidden;
    border-radius: 4px;
}

.service-image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.service-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.service-features {
    margin: 1.5rem 0;
    list-style: none;
}

.service-features li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.service-features li i {
    margin-right: 1rem;
    color: #3066BE;
    font-size: 1.2rem;
    width: 1.5rem;
    text-align: center;
}

/* Info Rows Between Sections */
.info-row {
    padding: 3rem 0;
    background: #f8f9fa;
    position: relative;
    z-index: 1;
}

.info-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media screen and (max-width: 600px) {
    .info-cards {
        flex-direction: column;
        gap: 1rem;
    }

    .info-card {
        text-align: center;
    }

    .info-card p {
        text-align: center;
        justify-content: center;
    }

    .info-card h4 {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
}

.info-card {
    background: white;
    padding: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-card h4 {
    font-size: 1.2rem;
    margin: 1rem 0;
    line-height: 1.2;
    min-height: 2.4rem;
    display: flex;
    align-items: center;
}

.info-card p {
    margin: 0;
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #9C0A07, #3066BE);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

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

.info-card:hover::before,
.info-card:active::before {
    transform: scaleX(1);
}

@media (hover: none) {
    .info-card:active::before {
        transform: scaleX(1);
    }
}

.info-card i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #3066BE;
}

.info-card h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #363537;
}

.info-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Call to Action Section */
.cta-section {
    text-align: center;
    padding: 4rem 1.5rem;
    background: #f8f9fa;
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #9C0A07, #3066BE) 1;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #363537;
}

.cta-section p {
    max-width: 800px;
    margin: 0 auto 2rem;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cta-section a {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #3066BE;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 500;
    transition: all 0.3s ease;
    transform: skewX(-15deg);
}

.cta-section a span {
    display: inline-block;
    transform: skewX(15deg);
}

.cta-section a:hover {
    background: #9C0A07;
    transform: skewX(-15deg) translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Footer Styles */
.footer {
    background-color: #363537;
    padding: 3rem 0 2rem;
    text-align: center;
    margin-top: 4rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #9C0A07, #3066BE);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 45px;
    opacity: 0.9;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #EBEBEB;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    position: relative;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #9C0A07, #3066BE);
    transition: width 0.2s ease;
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.footer-social a {
    color: #EBEBEB;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    color: #3066BE;
}

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

.footer-bottom p {
    color: #EBEBEB;
    opacity: 0.8;
    font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

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

    .footer-links a::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Mobile Adjustments */
@media screen and (max-width: 1024px) {
    /* Mobile Menu Overlay */
    .navbar-menu {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #363537;
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .navbar-menu.is-active {
        transform: translateX(0);
    }

    /* Menu Items */
    .navbar-menu .navbar-end {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .custom-navbar .navbar-item.custom-button {
        width: 100%;
        padding: 1rem 1.5rem;
        color: #ffffff;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        border: none;
        background: none;
        text-align: left;
        display: flex;
        align-items: center;
        transform: none;
        border-radius: 0;
        margin: 0;
        height: auto !important;
        transition: background-color 0.2s ease;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .custom-navbar .navbar-item.custom-button:hover {
        background-color: #424242;
    }

    .custom-navbar .navbar-item.custom-button.red-button:hover {
        background-color: #9C0A07;
    }

    .custom-navbar .navbar-item.custom-button.blue-button:hover {
        background-color: #3066BE;
    }

    .custom-navbar .navbar-item.custom-button.white-button:hover {
        background-color: #EBEBEB;
        color: #363537 !important;
    }

    .custom-navbar .navbar-item.custom-button span {
        transform: none;
    }

    /* Burger Menu */
    .navbar-burger {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        border: none;
        width: 70px;
        height: 70px;
        cursor: pointer;
        z-index: 1000;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Hamburger icon */
    .navbar-burger span {
        display: block;
        height: 2px;
        width: 24px;
        background-color: #ffffff;
        position: absolute;
        transition: all 0.3s ease;
        transform-origin: center;
    }

    .navbar-burger span:nth-child(1) {
        transform: translateY(-6px);
    }

    .navbar-burger span:nth-child(2) {
        transform: translateY(0);
    }

    .navbar-burger span:nth-child(3) {
        transform: translateY(6px);
    }

    /* Close button */
    .navbar-burger.is-active span {
        width: 24px;
        top: 50%;
        margin-top: -1px;
    }

    .navbar-burger.is-active span:nth-child(1) {
        transform: rotate(45deg);
    }

    .navbar-burger.is-active span:nth-child(2) {
        opacity: 0;
        transform: translateX(-10px);
    }

    .navbar-burger.is-active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .navbar-burger:hover {
        background-color: rgba(255,255,255,0.1);
    }
}

    .content-block .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .mission-block {
        margin-bottom: 2rem;
    }


/* Animation Delays for Cards */
.expertise-card:nth-child(1) { transition-delay: 0.1s; }
.expertise-card:nth-child(2) { transition-delay: 0.2s; }
.expertise-card:nth-child(3) { transition-delay: 0.3s; }
.expertise-card:nth-child(4) { transition-delay: 0.4s; }

.why-choose-card:nth-child(1) { transition-delay: 0.1s; }
.why-choose-card:nth-child(2) { transition-delay: 0.2s; }
.why-choose-card:nth-child(3) { transition-delay: 0.3s; }
.why-choose-card:nth-child(4) { transition-delay: 0.4s; }