

/* 2026 */

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.hero-section .section-title {
    max-width: 770px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
}

.section-desc {
    font-size: 26px;
    line-height: 1.55;
    color: #333;
    max-width: 950px;
    margin: 0 auto 30px;
}

/* =====================================================
   Intro Video Section
   ===================================================== */
.intro-section {
    position: relative;
    width: 100%;
    height: 765px;
    overflow: hidden;
    background-color: #000;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrapper .video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 765px;
    min-width: 100%;
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: none;
}

/* Responsive video */
@media (max-width: 991px) {
    .intro-section {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .intro-section {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .intro-section {
        height: 350px;
    }
}

/* =====================================================
   Hero Section
   ===================================================== */
.hero-section {
    padding-top: 105px;
    padding-bottom: 135px;
    overflow: hidden;
}

.hero-header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 50px;
}

.swiper-nav {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.swiper-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-btn:focus {
    outline: none;
}

.swiper-btn.swiper-button-disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.services-swiper {
    overflow: visible;
    padding-left: 40px;
}

.services-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.services-swiper .swiper-wrapper {
    align-items: stretch;
}

.services-swiper .swiper-slide {
    width: 360px;
    height: auto;
}

/* Service Card */
.service-card {
    width: 100%;
    background-color: #f4f4f4;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.service-image {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

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

.service-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
    padding: 32px 28px 32px 28px;
    color: #000;
}

/* Responsive Hero */
@media (max-width: 1200px) {
    .services-swiper {
        padding-left: calc((100% - 970px) / 2 + 15px);
    }
}

@media (max-width: 992px) {
    .services-swiper {
        padding-left: calc((100% - 750px) / 2 + 15px);
    }

    .services-swiper .swiper-slide {
        width: 300px;
    }

    .service-image {
        height: 220px;
    }

    .hero-header {
        flex-direction: column;
    }

    .swiper-nav {
        display: none;
        align-self: flex-end;
    }
}

@media (max-width: 768px) {
    .services-swiper {
        padding-left: 15px;
    }

    .services-swiper .swiper-slide {
        width: 280px;
    }

    .service-image {
        height: 200px;
    }

    .service-title {
        font-size: 16px;
    }

}

/* =====================================================
   Company Section
   ===================================================== */
.company-section {
    padding: 80px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/upload/images/landing/about/H6b99046492da46a9b01.jpg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 929px;
}

.company-section .section-title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 38px;
}

.company-section .section-desc {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 65px;
    font-weight: 400;
}

.btn-about {
    display: inline-block;
    padding: 14px 70px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 30px;
    box-shadow: none;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
    transition: all 0.2s ease-in-out;

}

.btn-about:hover {
    background-color: #000;
    color: #fff;
}

/* =====================================================
   Process Section (Timeline)
   ===================================================== */
.process-section {
    padding-top: 135px;
    padding-bottom: 90px;
    background-color: #fff;
}

.process-section .section-title {
    font-size: 42px;
    line-height: 1.23;
    color: rgb(60, 130, 201);
    font-weight: 600;
    margin-bottom: 40px;
}

.process-section .section-subtitle {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    max-width: 1000px;
    margin: 0 auto 105px;
}

/* Timeline Container */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5px 0;
}

/* Vertical Line - stops at last timeline-number */
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: calc(100% - var(--timeline-end, 100%));
    width: 2px;
    background-color: #222;
}

.timeline-item:last-child .timeline-number {
    background-color: #222;
    position: relative;
}

.timeline-item:last-child::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    bottom: 0;
    width: 4px;
    background-color: #fff;
    z-index: 0;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-left {
    justify-content: flex-start;
}

.timeline-left .timeline-content {
    width: 45%;
    padding-right: 40px;
}

.timeline-left .timeline-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-icon {
    margin: 0 auto 14px;
}

.timeline-right {
    justify-content: flex-end;
}

.timeline-right .timeline-content {
    width: 45%;
    text-align: left;
    padding-left: 40px;
}

.timeline-right .timeline-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-number {
    width: 30px;
    height: 30px;
    background-color: #222;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-content {
    flex: 0 0 auto;
}

.timeline-icon {
    max-width: 80px;
    height: auto;
    color: #000;
    margin-bottom: 15px;
}


.timeline-title {
    font-size: 22px;
    text-align: center;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    margin-top: 10px;
}

.timeline-list {
    padding: 0;
    margin: 0;
}

.timeline-list li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.55;
}

.timeline-left .timeline-list li {
    padding-left: 0;
    padding-right: 15px;
}

.timeline-last {
    left: 5% !important;
}


/* Responsive Timeline */
@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
        top: 10px;
    }

    .timeline-number {
        font-size: 12px;
    }

    .timeline-item {
        flex-direction: column;
        padding-left: 75px;
    }

    .timeline-title {
        text-align: left;
        font-size: 18px;
    }

    .timeline-left,
    .timeline-right {
        justify-content: flex-start;
    }

    .timeline-left .timeline-content,
    .timeline-right .timeline-content {
        width: 100%;
        text-align: left;
        padding: 0;
        position: relative;
        bottom: 95px;
    }

    .timeline-left .timeline-number,
    .timeline-right .timeline-number {
        position: absolute;
        left: 20px;
        transform: translateX(-50%);
    }

    .timeline-last {
        position: absolute !important;
        left: 20px !important;
        transform: translateX(-50%);
        top: 0;
    }

    .timeline-item:last-child::after {
        content: '';
        position: absolute;
        left: 20px;
        transform: translateX(-50%);
        top: 15px;
        bottom: 0;
        width: 4px;
        background-color: #fff;
        z-index: 0;
    }

    .timeline-left .timeline-icon,
    .timeline-right .timeline-icon {
        margin-left: 0;
    }

    .timeline-left .timeline-list li {
        padding-left: 0px;
        padding-right: 0;
    }

    .timeline-left .timeline-list li::before {
        left: 0;
        right: auto;
    }

    .company-section {
        height: auto;
        padding: 40px 0;
    }

    .company-section .section-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .company-section .section-desc {
        font-size: 26px;
    }

    .process-section {
        padding: 90px 0;
    }

    .process-section .section-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .process-section .section-subtitle {
        margin-bottom: 105px;
    }
}

/* =====================================================
   Blog Section
   ===================================================== */
.blog-section {
    padding: 105px 0;
    background-color: #3c82c9;
}

.blog-section .section-title {
    color: #fff;
    margin-bottom: 90px;
    font-size: 42px;
}

.blog-card {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}


.blog-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

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


.blog-content {
    padding-top: 20px;
}

.blog-content h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.5;
    min-height: 68px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #3c82c9;
}

.btn-blog {
    display: inline-block;
    padding: 15px 70px;
    background-color: transparent;
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 27px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}

/* Tablet - 2 cards per row */
@media (max-width: 991px) {
    .blog-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .blog-section .col-md-3 {
        width: 50%;
        float: none;
        display: flex;
    }

    .blog-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0;
    }

    .blog-image {
        height: 280px;
        overflow: hidden;
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-content {
        flex: 1;
    }

    .blog-content h4 {
        min-height: auto;
    }

    .blog-section .section-title {
        margin-bottom: 60px;
        font-size: 30px;
    }
}

/* Mobile - 1 card per row */
@media (max-width: 575px) {
    .blog-section .col-md-3,
    .blog-section .col-sm-6 {
        width: 100%;
    }

    .blog-card {
        margin-bottom: 40px;
    }
}

/* =====================================================
   Responsive Styles
   ===================================================== */

/* Large devices (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium devices (992px - 1199px) */
@media (max-width: 1199px) {
    .section-title {
        font-size: 32px;
    }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
    .section-title {
        font-size: 30px;
    }

    .hero-content {
        margin-bottom: 40px;
    }

    .hero-logo img {
        max-width: 200px;
    }

    .service-card {
        flex: 0 0 260px;
    }

    .process-step::after {
        display: none;
    }
}

/* Small devices (576px - 767px) */
@media (max-width: 767px) {

    .section-desc {
        font-size: 16px;
    }

    .hero-section {
        text-align: center;
    }

    .hero-content {
        align-items: center;
    }

    .hero-text {
        text-align: center;
    }

    .advantage-block {
        text-align: center;
    }

    .advantage-list li {
        text-align: left;
    }

    .service-card {
        flex: 0 0 240px;
    }

    .blog-content h4 {
        min-height: auto;
    }

    .contact-form {
        padding: 0 15px;
    }
}

/* Extra small devices (less than 576px) */
@media (max-width: 575px) {
    .hero-section {
        min-height: auto;
    }

    .hero-logo img {
        max-width: 180px;
    }


    .btn-about,
    .btn-blog {
        padding: 14px 40px;
        font-size: 18px;
    }

    .service-card {
        flex: 0 0 220px;
    }

    .slider-btn {
        width: 44px;
        height: 44px;
    }

    .process-icon {
        width: 56px;
        height: 56px;
    }

    .btn-submit {
        width: 100%;
        padding: 14px 30px;
    }
}

/* =====================================================
   Utility Classes
   ===================================================== */
.text-primary {
    color: #3c82c9 !important;
}

.bg-dark {
    background-color: #171717 !important;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

/* Animation utilities */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   About Page Styles
   ===================================================== */

/* About Hero Section */
.about-hero {
    position: relative;
    min-height: 70vh;
    background-image: url('/upload/images/landing/about/809c6c82e09911f09782.jpg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}

.about-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.about-hero-title {
    font-size: 72px;
    letter-spacing: 0.5;
    font-weight: 600;
    margin-bottom: 38px;
}

.about-hero-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.about-hero-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    animation: bounce 2s infinite;
    z-index: 2;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.about-hero-arrow:hover {
    color: #fff;
    opacity: 0.8;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* About Subtitle Section */
.about-subtitle-section {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #fff;
}

.about-subtitle-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}


.about-block {
    padding-top: 90px;
    padding-bottom: 105px;
    background-color: #fff;
}

.about-block .row {
    display: flex;
    align-items: stretch;
}

.about-block .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.about-block-content {
    padding: 40px 40px 40px 40px;
    flex: 1;
}

.about-block-reverse .about-block-content {
    padding-right: 0;
    padding-left: 40px;
}

.about-block-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 38px;
}

.about-block-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.about-block-list li {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}

.about-block-image {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.last-about-block-image {
    max-height: 550px;
}


.about-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About Production Section (Full Width) */
.about-production {
    position: relative;
    min-height: 680px;
    background-image: url('/upload/images/landing/about/H6b99046492da46a9b01.jpg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-production-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));
}

.about-production-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.about-production-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.23;
    margin-bottom: 40px;
}

.about-production-desc {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 65px;
}

.btn-about-production {
    display: inline-block;
    padding: 13px 70px;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* About Contact Section */

.about-contact {
    padding-top: 75px;
    padding-bottom: 60px;
    background-color: #f0f0f0;
}

.about-contact-text {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    max-width: 990px;
    text-align: center;
}

.about-contact-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    max-width: 990px;
}

.about-contact-form-input {
    color: #000000;
    border: 1px solid #000000;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
}

.about-contact-form-btn {
    color: #ffffff;
    background-color: #3c82c9;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    font-size: 16px;
    padding: 17px 60px;
}

/* About Page Responsive */
@media (max-width: 767px) {

    .about-block {
        padding: 50px 0;
    }

    .about-block .row {
        flex-direction: column;
    }

    .about-block .row > [class*="col-"] {
        width: 100%;
        float: none;
    }

    .about-block-content {
        padding: 0 !important;
        margin-bottom: 30px;
        order: 1;
    }

    .about-block-reverse .about-block-content {
        padding-left: 0;
    }

    /* На мобильном контент всегда первый, изображение второе */
    .about-block-reverse .row {
        flex-direction: column;
    }

    .about-block-reverse .col-md-6.col-md-push-6 {
        left: 0;
        order: 1;
    }

    .about-block-reverse .col-md-6.col-md-pull-6 {
        right: 0;
        order: 2;
    }

    .about-block-image {
        order: 2;
    }

    .about-block-image img {
        height: auto;
        max-height: 350px;
        object-fit: cover;
        border-radius: 8px;
    }

    .about-block-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .about-block-list {
        padding-left: 18px;
    }

    .about-block-list li {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .about-production {
        min-height: 350px;
        padding: 60px 0;
    }

    .about-production-content {
        padding: 0 15px;
    }

    .about-production-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .about-production-desc {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .btn-about-production {
        padding: 14px 40px;
        font-size: 18px;
    }

    .about-contact {
        padding: 50px 0;
    }

    .about-contact-text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .about-contact-form {
        flex-direction: column;
        gap: 15px;
    }

    .about-contact-form-input {
        width: 100%;
        height: 50px;
    }

    .about-contact-form-btn {
        width: 100%;
        padding: 18px 30px;
        font-size: 16px;
    }

    .about-visit {
        padding: 60px 0;
    }

    .about-visit-text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .about-hero {
        min-height: 40vh;
        padding: 50px 0;
    }

    .about-hero-title {
        font-size: 32px;
        margin-bottom: 38px;
    }

    .about-hero-desc {
        font-size: 26px;
        line-height: 1.5;
    }

    .about-hero-content {
        padding: 0 20px;
    }

    .about-hero-arrow {
        bottom: 25px;
    }

    .about-hero-arrow svg {
        width: 25px;
        height: 12px;
    }

    .about-subtitle-section {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .about-subtitle-text {
        font-size: 30px;
        line-height: 1.23;
    }

    .about-block {
        padding: 40px 0;
    }

    .about-block-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .about-block-list li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .about-block-image img {
        max-height: 280px;
    }

    .about-production {
        min-height: 510px;
        padding: 50px 0;
    }

    .about-production-title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .about-production-desc {
        font-size: 26px;
    }


    .about-contact {
        padding: 40px 0;
    }

    .about-contact-text {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .about-contact-form-input {
        height: 45px;
        font-size: 14px;
    }

    .about-contact-form-btn {
        font-size: 16px;
    }

    .about-visit-text {
        font-size: 16px;
    }
}

/* =====================================================
   People Page Styles
   ===================================================== */

/* People Hero Section */
.people-hero {
    position: relative;
    min-height: 90vh;
    background-image: url('https://optim.tildacdn.com/tild3138-6666-4565-a265-373065613362/-/format/webp/ChatGPT_Image_18__20.png.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.people-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}

.people-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.people-hero-title {
    font-size: 72px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 38px;
}

.people-hero-desc {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
}

.people-hero-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    animation: bounce 2s infinite;
    z-index: 2;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

/* Team Intro Section */
.team-intro-section {
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #fff;
}

.team-intro-title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1.23;
    max-width: 800px;
    margin: 0 auto;
}

/* Team Section */
.team-section {
    padding: 75px 0;
    background-color: #fff;
}

.team-section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.23;
    color: #000;
    text-align: center;
    margin-bottom: 105px;
}

/* Team Grid */
.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.team-grid-3 .team-card {
    width: calc(33.333% - 20px);
    max-width: 360px;
}

.team-grid-4 .team-card {
    width: calc(25% - 23px);
    max-width: 260px;
}

/* Team Card */
.team-card {
    text-align: left;
}

.team-card-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.team-card:hover .team-card-image img {
    filter: grayscale(0%);
}

.team-card-name {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.35;
}

.team-card-position {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.55;
}

.team-card-position-2 {
    color: #7a7a7a;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

.team-card-divider {
    max-width: 50px;
    height: 2px;
    background-color: #3c82c9;
    margin-bottom: 25px;
}

.team-card-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    color: #000;
    margin: 0;
}

/* People Production Section */
.people-production {
    position: relative;
    min-height: 450px;
    background-image: url('https://optim.tildacdn.com/tild3635-6433-4635-a235-323064333035/-/format/webp/photo.png.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.people-production-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.people-production-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.people-production-title {
    font-size: 48px;
    font-weight: 700;
    color: #d4a84b;
    margin-bottom: 25px;
}

.people-production-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 35px;
}

.btn-people-production {
    display: inline-block;
    padding: 18px 50px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-people-production:hover {
    background-color: #f0f0f0;
    color: #000;
    text-decoration: none;
}

/* People Page Responsive */
@media (max-width: 991px) {
    .people-hero-title {
        font-size: 48px;
    }

    .people-hero-desc {
        font-size: 18px;
    }

    .team-intro-section {
        padding: 70px 0;
    }

    .team-intro-title {
        font-size: 28px;
    }

    .team-section {
        padding: 60px 0;
    }

    .team-section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .team-grid-3 .team-card {
        width: calc(33.333% - 20px);
    }

    .team-grid-4 .team-card {
        width: calc(50% - 15px);
        max-width: none;
    }

    .team-card-name {
        font-size: 20px;
    }

    .team-card-position {
        font-size: 15px;
    }

    .people-production {
        min-height: 400px;
    }

    .people-production-title {
        font-size: 36px;
    }

    .people-production-desc {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .people-hero {
        min-height: 50vh;
        background-attachment: scroll;
        padding: 60px 0;
    }

    .people-hero-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .people-hero-desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .people-hero-arrow {
        bottom: 30px;
    }

    .people-hero-arrow svg {
        width: 30px;
        height: 15px;
    }

    .team-intro-section {
        padding: 50px 0;
    }

    .team-intro-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .team-section {
        padding: 50px 0;
    }

    .team-section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .team-grid {
        gap: 25px;
    }

    .team-grid-3 .team-card,
    .team-grid-4 .team-card {
        width: calc(50% - 13px);
    }

    .team-card-image {
        margin-bottom: 15px;
    }

    .team-card-name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .team-card-position {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .team-card-divider {
        width: 30px;
        height: 2px;
        margin-bottom: 12px;
    }

    .team-card-desc {
        font-size: 13px;
    }

    .people-production {
        min-height: 350px;
        padding: 60px 0;
    }

    .people-production-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .people-production-desc {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .btn-people-production {
        padding: 14px 40px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .people-hero {
        min-height: 45vh;
        padding: 50px 0;
    }

    .people-hero-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .people-hero-desc {
        font-size: 14px;
    }

    .team-intro-section {
        padding: 40px 0;
    }

    .team-intro-title {
        font-size: 20px;
    }

    .team-section {
        padding: 40px 0;
    }

    .team-section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .team-grid {
        gap: 20px;
        flex-direction: column;
    }

    .team-grid-3 .team-card {
        width: 300px;
        margin: 0 auto;
    }

    .team-grid-4 .team-card {
        width: 100%;
        max-width: 100%;
    }


    .team-card-name {
        font-size: 16px;
    }

    .team-card-position {
        font-size: 13px;
    }

    .team-card-desc {
        font-size: 12px;
    }

    .people-production {
        min-height: 300px;
        padding: 50px 0;
    }

    .people-production-title {
        font-size: 24px;
    }

    .people-production-desc {
        font-size: 14px;
    }

    .btn-people-production {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* =====================================================
   Production Page Styles
   ===================================================== */

/* Production Hero Section */
.prod-hero {
    position: relative;
    min-height: 90vh;
    background-image: url('/upload/images/landing/about/d9703158dbda11f08896.jpg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}

.prod-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.prod-hero-title {
    font-size: 72px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 38px;
}

.prod-hero-desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.prod-hero-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    animation: bounce 2s infinite;
    z-index: 2;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

/* Production Subtitle Section */
.prod-subtitle-section {
    padding-top: 105px;
    padding-bottom: 75px;
    background-color: #fff;
}

.prod-subtitle-text {
    font-size: 28px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 1.23;
    max-width: 760px;
    margin: 0 auto;
}

/* Equipment Section */
.prod-equipment-section {
    padding: 90px 0 120px;
    background-color: #f1f1f1;
}

.prod-equipment-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.prod-equipment-desc {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.prod-equipment-slider-wrapper {
    position: relative;
    --container-width: 1170px;
    padding-left: calc((100vw - var(--container-width)) / 2);
}

.prod-equipment-swiper {
    overflow: hidden;
}

.equipment-card {
    background: #fff;
    padding: 30px;
    height: 100%;
}

.equipment-card-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
}

.equipment-card-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    color: #000;
    margin-bottom: 20px;
}

.equipment-card-image {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Swiper Navigation */
.prod-equipment-section {
    position: relative;
}

.prod-equipment-swiper.swiper-button-next,
.prod-equipment-swiper.swiper-button-prev {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #3c82c9;
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    margin-top: 0;
}

.prod-equipment-swiper.swiper-button-next:after,
.prod-equipment-swiper.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.prod-equipment-swiper.swiper-button-next {
    right: 40px;
}

.prod-equipment-swiper.swiper-button-prev {
    left: 40px;
}

/* Production Contact Section */
.prod-contact-section {
    background-color: #3c82c9;
}

.prod-contact-text {
    color: #fff;
}


.prod-contact-btn {
    background: #fff;
    color: #000;
}

.prod-contact-btn:hover {
    background-color: #fff;
    color: #3c82c9;
}

/* Production Gallery Section */
.prod-gallery-section {
    padding-top: 120px;
    padding-bottom: 35px;
    background-color: #fff;
}

.prod-gallery-grid {
    display: flex;
    gap: 30px;
}

.prod-gallery-item {
    flex: 1;
    margin-bottom: 40px;
}

.prod-gallery-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Production Info Section */
.prod-info-section {
    padding-top: 120px;
    padding-bottom: 75px;
    background-color: #fff;
}


.prod-info-title {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.prod-info-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.prod-info-list li {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
}


/* Production Photos Section */
.prod-photos-section {
    padding: 40px 15px;
    background-color: #fff;
}

.prod-photos-grid {
    display: flex;
    gap: 20px;
    height: 690px;
}

.prod-photos-large {
    flex: 1;
    cursor: pointer;
}

.prod-photos-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.prod-photos-large:hover img {
    opacity: 0.9;
}

.prod-photos-small-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.prod-photos-small {
    cursor: pointer;
    overflow: hidden;
}

.prod-photos-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.prod-photos-small:hover img {
    opacity: 0.9;
}

/* Lightbox Styles */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: none !important;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay.active {
    display: flex !important;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
}


.lightbox-zoom {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 20px;
    right: 70px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
}

.lightbox-swiper {
    width: 100%;
    height: 100%;
}

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

.lightbox-swiper .swiper-slide img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.lightbox-swiper .swiper-button-next,
.lightbox-swiper .swiper-button-prev {
    color: #000;
    width: 50px;
    height: 50px;
}

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

/* Production Page Responsive */
@media (max-width: 991px) {
    .prod-hero-title {
        font-size: 48px;
    }

    .prod-hero-desc {
        font-size: 18px;
    }

    .prod-subtitle-section {
        padding: 70px 0;
    }

    .prod-subtitle-text {
        font-size: 24px;
    }

    .prod-equipment-section {
        padding: 60px 0 80px;
    }

    .prod-equipment-title {
        font-size: 36px;
    }

    .prod-equipment-desc {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .prod-equipment-slider-wrapper {
        --container-width: 970px;
    }

    .prod-gallery-item img {
        height: 280px;
    }

    .prod-info-title {
        font-size: 24px;
    }

    .prod-specialists-title {
        font-size: 36px;
    }

    .prod-specialists-desc {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .prod-hero {
        min-height: 50vh;
        background-attachment: scroll;
        padding: 60px 0;
    }

    .prod-hero-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .prod-hero-desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .prod-hero-arrow {
        bottom: 30px;
    }

    .prod-hero-arrow svg {
        width: 30px;
        height: 15px;
    }

    .prod-subtitle-section {
        padding: 50px 0;
    }

    .prod-subtitle-text {
        font-size: 20px;
    }

    .prod-equipment-section {
        padding: 50px 0 60px;
    }

    .prod-equipment-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .prod-equipment-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .prod-equipment-slider-wrapper {
        --container-width: 750px;
        padding-left: 15px;
    }

    .prod-equipment-swiper.swiper-button-next,
    .prod-equipment-swiper.swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .prod-equipment-swiper.swiper-button-next {
        right: 15px;
    }

    .prod-equipment-swiper.swiper-button-prev {
        left: 15px;
    }

    .prod-equipment-swiper.swiper-button-next:after,
    .prod-equipment-swiper.swiper-button-prev:after {
        font-size: 14px;
    }

    .prod-contact-section {
        padding: 50px 0;
    }

    .prod-contact-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .prod-contact-form {
        flex-direction: column;
    }

    .prod-contact-input {
        width: 100%;
        min-width: auto;
    }

    .prod-contact-btn {
        width: 100%;
    }

    .prod-gallery-section {
        padding: 50px 0;
    }

    .prod-gallery-grid {
        flex-direction: column;
    }

    .prod-gallery-item img {
        height: 250px;
    }

    .prod-info-section {
        padding: 50px 0;
    }

    .prod-info-block {
        padding: 0;
        margin-bottom: 40px;
    }

    .prod-info-block:last-child {
        margin-bottom: 0;
    }

    .prod-info-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .prod-info-list li {
        font-size: 15px;
    }

    .prod-specialists-section {
        min-height: 350px;
        padding: 60px 0;
    }

    .prod-specialists-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .prod-specialists-desc {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .btn-prod-specialists {
        padding: 14px 40px;
        font-size: 16px;
    }

    .prod-photos-grid {
        height: 400px;
        gap: 6px;
    }

    .prod-photos-small-grid {
        gap: 6px;
    }
}

@media (max-width: 575px) {
    .prod-photos-grid {
        flex-direction: column;
        height: auto;
    }

    .prod-photos-large img {
        height: 280px;
    }

    .prod-photos-small-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }

    .prod-photos-small img {
        height: 140px;
    }
}

@media (max-width: 575px) {
    .prod-hero {
        min-height: 45vh;
        padding: 50px 0;
    }

    .prod-hero-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .prod-hero-desc {
        font-size: 14px;
    }

    .prod-subtitle-section {
        padding: 40px 0;
    }

    .prod-subtitle-text {
        font-size: 18px;
    }

    .prod-equipment-section {
        padding: 40px 0 50px;
    }

    .prod-equipment-title {
        font-size: 24px;
    }

    .prod-equipment-desc {
        font-size: 14px;
    }

    .equipment-card {
        padding: 20px;
    }

    .equipment-card-title {
        font-size: 18px;
    }

    .equipment-card-desc {
        font-size: 14px;
    }

    .prod-equipment-slider-wrapper {
        padding-left: 15px;
    }

    .prod-contact-text {
        font-size: 14px;
    }

    .prod-contact-input {
        height: 45px;
        font-size: 14px;
    }

    .prod-contact-btn {
        height: 45px;
        font-size: 14px;
    }

    .prod-info-title {
        font-size: 20px;
    }

    .prod-info-list li {
        font-size: 14px;
    }

    .prod-specialists-section {
        min-height: 300px;
        padding: 50px 0;
    }

    .prod-specialists-title {
        font-size: 24px;
    }

    .prod-specialists-desc {
        font-size: 14px;
    }

    .btn-prod-specialists {
        padding: 12px 30px;
        font-size: 14px;
    }

    .prod-photos-large img {
        height: 250px;
    }

    .prod-photos-small img {
        height: 120px;
    }
}

.white {
    color: white!important;
}