/* Technology Page Specific Styles */

/* Navigation overrides for technology page - inherit all navbar styles, only override colors */
.navbar.tech-navbar {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
}

.navbar.tech-navbar.scrolled {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
}

.navbar.tech-navbar.scrolled::before,
.navbar.tech-navbar.scrolled::after {
    display: none !important;
}

.navbar.tech-navbar::before,
.navbar.tech-navbar::after {
    display: none !important;
}

.navbar.tech-navbar .nav-sensorama {
    color: #000;
}

.navbar.tech-navbar .nav-link {
    color: #000;
}

.navbar.tech-navbar .nav-link:hover {
    color: #666;
}

.navbar.tech-navbar .nav-link::after {
    background: #666;
}

.navbar.tech-navbar .embark-btn {
    background: #000;
    color: #ffffff;
    border: 2px solid #000;
}

.navbar.tech-navbar .embark-btn:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.navbar.tech-navbar .hamburger .bar {
    background: #000;
}

.navbar.tech-navbar .hamburger.active .bar {
    background: #000;
}

/* Hamburger styles are inherited from style.css */

/* Bar styles are inherited from style.css, only override color */
.navbar.tech-navbar .bar {
    background: #000;
}

.navbar.tech-navbar .hamburger.active {
    opacity: 1;
    z-index: 1001;
    position: relative;
    background: rgba(102, 102, 102, 0.8);
    border-radius: 5px;
    padding: 8px;
}



/* Technology page mobile menu overlay */
.tech-navbar ~ .mobile-menu-overlay {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

.tech-navbar ~ .mobile-menu-overlay .mobile-nav-link {
    color: #000;
}

.tech-navbar ~ .mobile-menu-overlay .mobile-nav-link:hover {
    color: #666;
}

.tech-navbar ~ .mobile-menu-overlay .mobile-embark-btn {
    color: #000;
}

.tech-navbar ~ .mobile-menu-overlay .mobile-embark-btn:hover {
    color: #666;
}

/* Hero Section */
.tech-hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 60px 60px 60px;
    overflow: hidden;
}

.tech-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.tech-hero-content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.tech-main-title {
    font-size: 5.2rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 100px;
    line-height: 1.1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    word-break: keep-all;
}

/* Technology Why Section - mimics homepage Why Sensorama layout */
.tech-why-section {
    padding: 100px 60px;
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Progress Bar */
.tech-progress-bar {
    position: absolute;
    top: 80px;
    left: 60px;
    right: 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tech-progress-fill {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.3s ease-out;
}

.tech-section-title-small {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin: 40px 0 30px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
}

.tech-features-title {
    font-size: 4.5rem;
    font-weight: 300;
    text-align: left;
    color: #000;
    line-height: 1.1;
    width: 100%;
    margin: 20px 0 0 0;
    flex: 1;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

.tech-content-right {
    position: absolute;
    bottom: 340px;
    right: 60px;
    margin-top: 0;
    margin-left: 0;
    text-align: left;
}

.tech-text-right {
    display: block;
    max-width: 520px;
    text-align: left;
}

.tech-description-right {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Process Cards Section */
.tech-process-section {
    padding: 0px 0px 120px 0px;
    background: #ffffff;
    position: relative;
    margin-top: -250px;
}

.tech-process-container {
    max-width: none;
    margin: 0;
    position: relative;
    min-height: 1000px;
    padding: 0;
}

.tech-process-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 40px 40px 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    position: absolute;
    width: calc(50% - 70px);
    transition: all 0.3s ease;
}

.tech-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.tech-card-left {
    left: 60px;
    top: 0;
    z-index: 2;
}

.tech-card-right {
    right: 60px;
    top: 180px;
    z-index: 1;
}

.tech-card-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
}

.tech-card-divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 35px;
}

.tech-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tech-card-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 70px;
}

.tech-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.tech-read-more-btn {
    background: transparent;
    color: #666;
    border: none;
    border-bottom: 1px solid #666;
    padding: 10px 30px 10px 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
}

.tech-read-more-btn::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: 16px;
}

.tech-read-more-btn:hover {
    color: #000;
    border-bottom-color: #000;
    opacity: 1;
    font-weight: 500;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.tech-read-more-btn:hover::after {
    transform: translateY(-50%) translateX(5px) rotate(45deg);
}

/* Digital Community Section - mimics tech-why-section layout */
.tech-community-section {
    padding: 100px 60px;
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -200px;
}

/* Progress Bar for Community Section */
.tech-community-progress-bar {
    position: absolute;
    top: 80px;
    left: 60px;
    right: 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tech-community-progress-fill {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.3s ease-out;
}

.tech-community-title-small {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin: 40px 0 30px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
}

.tech-community-features-title {
    font-size: 4.5rem;
    font-weight: 300;
    text-align: left;
    color: #000;
    line-height: 1.1;
    width: 100%;
    margin: 20px 0 0 0;
    flex: 1;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

.tech-community-content-right {
    position: absolute;
    bottom: 380px;
    right: 40px;
    margin-top: 0;
    margin-left: 0;
    text-align: left;
}

.tech-community-text-right {
    display: block;
    max-width: 520px;
    text-align: left;
}

.tech-community-description-right {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Community Story Sections */
.tech-story-sections {
    padding: 80px 0;
    background: #ffffff;
    margin-top: -350px;
}

.tech-story-section {
    position: relative;
    margin-bottom: 120px;
    height: 400px;
}

.tech-story-section:last-child {
    margin-bottom: 0;
}

/* Bridget Section - Image Left, Content Right */
.bridget-section .story-image-left {
    position: absolute;
    left: 60px;
    width: calc(50vw - 60px - 30px);
    height: calc((50vw - 60px - 30px) * 2 / 3);
    top: 50%;
    transform: translateY(-50%);
}

.bridget-section .story-content-right {
    position: absolute;
    left: calc(50vw - 30px);
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.bridget-section .story-content-right > * {
    max-width: 400px;
    width: 100%;
}

/* Upload Community Section - Content Left, Image Right */
.community-section .story-content-left {
    position: absolute;
    left: 60px;
    right: calc(50vw + 30px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}

.community-section .story-content-left > * {
    max-width: 400px;
    width: 100%;
}

.community-section .story-image-right {
    position: absolute;
    right: 60px;
    width: calc(50vw - 60px - 30px);
    height: calc((50vw - 60px - 30px) * 2 / 3);
    top: 50%;
    transform: translateY(-50%);
}

/* 3:2 Aspect Ratio Image Containers */
.story-image-left,
.story-image-right {
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.story-image-left img,
.story-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.story-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
}

.story-divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 35px;
}

.story-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Technology Content Section */
.tech-content-section {
    padding: 100px 60px;
    background: #ffffff;
}

.tech-section-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
}

.tech-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Newsletter and Footer positioning for technology page */
.newsletter-section {
    margin-top: -200px;
}

.footer {
    margin-top: 0;
}

/* iPad and medium tablets optimization */
@media (max-width: 1024px) {
    .tech-features-title {
        font-size: 3.5rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
    
    .tech-community-features-title {
        font-size: 3.5rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
    
    .tech-why-section {
        padding: 80px 40px;
        overflow: hidden;
    }
    
    .tech-community-section {
        padding: 80px 40px;
        overflow: hidden;
    }
    
    .tech-process-section {
        padding: 0px 0px 80px 0px;
    }
    
    .tech-content-right {
        bottom: 300px;
        right: 40px;
    }
    
    .tech-community-content-right {
        bottom: 340px;
        right: 40px;
    }
    
    .newsletter-section {
        padding: 80px 40px;
    }
    
    .newsletter-title {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    
    .footer {
        padding: 50px 0 80px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 40px;
        margin-bottom: 15px;
    }
    
    .footer-brand h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .footer-sections {
        display: flex;
        justify-content: flex-start;
        gap: 50px;
        margin-left: 40px;
        margin-right: 40px;
        flex-wrap: wrap;
        width: calc(100% - 80px);
    }
    
    .footer-section {
        min-width: 120px;
        flex: 1;
    }
    
    .footer-section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .footer-section ul li {
        margin-bottom: 5px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 13px;
    }
    
    .tech-story-sections {
        overflow: hidden;
    }
    
    .tech-content-section {
        padding: 80px 40px;
    }
}

/* Better tablet handling for medium screens */
@media (max-width: 900px) {
    .footer {
        padding: 40px 0 60px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 30px;
        margin-bottom: 12px;
    }
    
    .footer-brand h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .footer-sections {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px);
    }
    
    .footer-section {
        min-width: auto;
        flex: none;
    }
    
    .footer-section h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .footer-section ul li {
        margin-bottom: 4px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 12px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Hamburger display is inherited from style.css */
    
    .navbar.tech-navbar .nav-right {
        gap: 15px;
    }
    
    .navbar.tech-navbar .embark-btn {
        display: none !important;
    }
    
    .navbar.tech-navbar .nav-menu {
        display: none !important;
    }
    
    .mobile-menu-overlay {
        display: block;
    }
    
    .navbar.menu-open .nav-left,
    .navbar.menu-open .nav-right {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .navbar.menu-open {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
    }
    
    .navbar.menu-open .nav-container {
        justify-content: center;
    }
    
    .navbar.menu-open .hamburger {
        margin: 0;
    }
    
    .tech-hero {
        padding: 0 30px 60px 30px;
        height: 100vh;
        min-height: 600px;
        max-height: 900px;
    }
    
    .tech-main-title {
        font-size: 3.5rem;
        white-space: normal !important;
        word-break: normal !important;
        line-height: 1.1;
    }
    
    .tech-why-section {
        padding: 60px 30px 40px 30px;
        min-height: auto;
        overflow: hidden;
    }

    .tech-progress-bar {
        left: 30px;
        right: 30px;
        top: 60px;
    }

    .tech-section-title-small {
        margin: 40px 0 20px 0;
        font-size: 1rem;
    }

    .tech-features-title {
        font-size: 3rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.1;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
        overflow-wrap: break-word;
    }
    
    .tech-content-right {
        position: static;
        bottom: auto;
        right: auto;
        margin-top: 40px;
        margin-left: 0;
        margin-bottom: 60px;
        text-align: left;
        padding: 0 30px;
    }
    
    .tech-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .tech-process-section {
        padding: 0px 0px 60px 0px;
        margin-top: 0px;
    }
    
    .tech-process-container {
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .tech-process-card {
        position: relative;
        width: calc(100% - 60px);
        margin: 0 30px 40px 30px;
        padding: 45px 30px 30px 30px;
    }
    
    .tech-card-left {
        position: relative;
        left: auto;
        top: auto;
    }
    
    .tech-card-right {
        position: relative;
        right: auto;
        top: auto;
    }
    
    .tech-card-title {
        font-size: 1.1rem;
        font-weight: 400;
        margin-bottom: 25px;
    }
    
    .tech-card-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .tech-card-divider {
        margin-bottom: 30px;
    }
    
    .tech-card-image {
        margin-top: 60px;
    }
    
    .tech-community-section {
        padding: 60px 30px;
        min-height: auto;
        margin-top: -120px;
        position: relative;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .tech-community-progress-bar {
        left: 30px;
        right: 30px;
        top: 60px;
    }

    .tech-community-title-small {
        margin: 40px 0 20px 0;
        font-size: 1rem;
        text-align: left !important;
    }

    .tech-community-features-title {
        font-size: 3rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.1;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
        overflow-wrap: break-word;
    }
    
    .tech-community-content-right {
        position: static;
        bottom: auto;
        right: auto;
        margin-top: 40px;
        margin-left: 0;
        margin-bottom: 60px;
        text-align: left !important;
        padding: 0 30px;
    }
    
    .tech-community-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .tech-story-sections {
        padding: 20px 0 !important;
        margin-top: -40px !important;
        background: #ffffff;
        overflow: hidden;
    }

    .tech-story-section {
        display: flex !important;
        flex-direction: column !important;
        gap: 60px !important;
        margin-bottom: 60px;
        text-align: center;
        padding: 30px 30px !important;
        height: auto !important;
        position: relative !important;
    }

    .tech-story-section:first-child {
        padding-top: 10px !important;
    }

    .bridget-section .story-content-right {
        padding-left: 0;
        order: 2;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        display: block !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

        .bridget-section .story-image-left {
        order: 1;
        max-width: 100%;
        height: 250px;
        position: static !important;
        transform: none !important;
        left: auto !important;
        width: 100% !important;
    }
    
    .community-section .story-content-left {
        padding-right: 0;
        order: 2;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        display: block !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .community-section .story-image-right {
        order: 1;
        max-width: 100%;
        height: 250px;
        position: static !important;
        transform: none !important;
        right: auto !important;
        width: 100% !important;
    }

    .story-title {
        font-size: 1.1rem;
        margin-bottom: 25px;
        text-align: center !important;
    }

    .story-divider {
        margin-bottom: 30px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .story-description {
        font-size: 15px;
        text-align: center !important;
    }
    
    .tech-content-section {
        padding: 60px 30px;
    }
    
    .tech-description-right {
        text-align: left !important;
    }

    .tech-community-description-right {
        text-align: left !important;
    }
    
    .newsletter-section {
        padding: 60px 30px;
    }
    
    .newsletter-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .footer {
        padding: 40px 0 60px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 30px;
        margin-bottom: 15px;
    }
    
    .footer-brand h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .footer-sections {
        display: flex;
        justify-content: flex-start;
        gap: 60px;
        margin-left: 30px;
        margin-right: 30px;
        flex-wrap: wrap;
    }
    
    .footer-section {
        min-width: 140px;
    }
    
    .footer-section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .footer-section ul li {
        margin-bottom: 5px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 13px;
    }

}

@media (max-width: 480px) {
    /* Hamburger display is inherited from style.css */
    
    .navbar.tech-navbar .nav-right {
        gap: 15px;
    }
    
    .navbar.tech-navbar .embark-btn {
        display: none !important;
    }
    
    .navbar.tech-navbar .nav-menu {
        display: none !important;
    }
    
    .mobile-menu-overlay {
        display: block;
    }
    
    .navbar.menu-open .nav-left,
    .navbar.menu-open .nav-right {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .navbar.menu-open {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
    }
    
    .navbar.menu-open .nav-container {
        justify-content: center;
    }
    
    .navbar.menu-open .hamburger {
        margin: 0;
    }
    
    .tech-hero {
        padding: 0 20px 60px 20px;
        height: 100vh;
    }
    
    .tech-main-title {
        font-size: 3rem;
        white-space: normal !important;
        word-break: normal !important;
    }
    
    .tech-why-section {
        padding: 60px 20px 30px 20px;
    }

    .tech-progress-bar {
        left: 20px;
        right: 20px;
        top: 60px;
    }

    .tech-section-title-small {
        font-size: 0.9rem;
        margin: 35px 0 15px 0;
    }

    .tech-features-title {
        font-size: 2.2rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .tech-content-right {
        position: static;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 50px;
        text-align: left;
        padding: 0 20px;
    }
    
    .tech-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .tech-process-section {
        padding: 0px 0px 60px 0px;
        margin-top: 0px;
    }
    
    .tech-process-container {
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .tech-process-card {
        position: relative;
        width: calc(100% - 40px);
        margin: 0 20px 30px 20px;
        padding: 40px 25px 25px 25px;
    }
    
    .tech-card-left {
        position: relative;
        left: auto;
        top: auto;
    }
    
    .tech-card-right {
        position: relative;
        right: auto;
        top: auto;
    }
    
    .tech-card-title {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 20px;
    }
    
    .tech-card-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .tech-card-divider {
        margin-bottom: 25px;
    }
    
    .tech-card-image {
        margin-top: 50px;
    }
    
    .tech-community-section {
        padding: 60px 20px;
        min-height: auto;
        margin-top: -120px;
        position: relative;
        margin-bottom: 0px;
    }

    .tech-community-progress-bar {
        left: 20px;
        right: 20px;
        top: 60px;
    }

    .tech-community-title-small {
        font-size: 0.9rem;
        margin: 35px 0 15px 0;
        text-align: left !important;
    }

    .tech-community-features-title {
        font-size: 2.2rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .tech-community-content-right {
        position: static;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 50px;
        text-align: left !important;
        padding: 0 20px;
    }
    
    .tech-community-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .tech-story-sections {
        padding: 20px 0 !important;
        margin-top: -40px !important;
        background: #ffffff;
    }

    .tech-story-section {
        display: flex !important;
        flex-direction: column !important;
        gap: 100px !important;
        margin-bottom: 80px;
        text-align: center;
        padding: 30px 20px !important;
        height: auto !important;
        position: relative !important;
    }

    .tech-story-section:first-child {
        padding-top: 10px !important;
    }

    .bridget-section .story-content-right {
        padding-left: 0;
        order: 2;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        display: block !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    .bridget-section .story-image-left {
        order: 1;
        max-width: 100%;
        height: 250px;
        position: static !important;
        transform: none !important;
        left: auto !important;
        width: 100% !important;
    }

    .community-section .story-content-left {
        padding-right: 0;
        order: 2;
        position: static !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        display: block !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .community-section .story-image-right {
        order: 1;
        max-width: 100%;
        height: 250px;
        position: static !important;
        transform: none !important;
        right: auto !important;
        width: 100% !important;
    }

    .story-title {
        font-size: 1rem;
        margin-bottom: 20px;
        text-align: center !important;
    }

    .story-divider {
        margin-bottom: 25px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .story-description {
        font-size: 14px;
        text-align: center !important;
    }
    
    .tech-content-section {
        padding: 60px 20px;
    }
    
    .tech-description-right {
        text-align: left !important;
    }

    .tech-community-description-right {
        text-align: left !important;
    }
    
    .footer {
        padding: 40px 0 50px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    
    .footer-brand h3 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .footer-sections {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .footer-section {
        width: 100%;
    }
    
    .footer-section h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .footer-section ul li {
        margin-bottom: 4px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 12px;
    }
    
    .footer-section:last-child {
        text-align: left;
    }

}

@media (max-width: 320px) {
    .tech-main-title {
        font-size: 2.5rem;
        white-space: normal !important;
        word-break: normal !important;
    }
    
    .tech-features-title {
        font-size: 1.8rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .tech-community-features-title {
        font-size: 1.8rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
}

