/* Hero Section */
.about-hero {
    position: relative;
    width: 100%;
    background: #000000;
    overflow: hidden;
    padding: 200px 0 68px;
}

.video {
    display: flex;
    justify-content: center;
    max-width: 700px;
    max-height: 350px;
    width: 100%;
    margin: auto;
}
video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-hero-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #eff2f1;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

.about-hero-description {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.192px;
    color: #eff2f1;
    margin: auto;
    margin-top: 15px;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

/* Our Mission Section */
.about-mission {
  background: #000000;
    padding: 160px 0 140px;
}

.mission-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.mission-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-shrink: 0;
}

.mission-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #eff2f1;
    margin: 0;
    max-width: 660px;
}

.mission-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 649px;
    margin-left: auto;
}

.mission-divider {
    width: 100%;
    height: 1px;
    background: #eff2f1;
    opacity: 0.5;
}

.mission-description {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.192px;
    color: #eff2f1;
    margin: 0;
}

.icons-cards{
	display: flex;
	align-items:end;
	justify-content:space-between;
	gap: 30px;
	margin-top: 40px;
}

.icons-cards img{
	max-height: 100px;
	width: fit-content;
	object-fit: contain;
}
.icons-cards img:first-child{
	max-height: 200px;
}


/* Our Values Section */
.about-values {
    background: #eff2f1;
    padding: 140px 0;
}

.about-values-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: flex-end;
}

.values-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 265px;
}

.values-label {
    color: #131316;
}

.values-title-wrapper {
    flex: 1;
}

.values-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #131316;
    margin: 0;
}

.values-accordion {
    width: 100%;
}

.value-item {
    display: flex;
    gap: 409px;
    padding: 35px 0;
    border-bottom: 1px solid rgba(66, 106, 90, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.value-item:first-child {
    border-top: 1px solid rgba(66, 106, 90, 0.5);
}

.value-number {
    width: fit-content;
    flex-shrink: 0;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.344px;
    color: #131316;
}

.value-number span {
    font-family: 'Courier New', sans-serif;
    font-size: 34px;
    color: rgba(103, 255, 86, 1);
}
.value-content {
    flex: 1;
}

.value-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.value-name {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 1.5px;
    color: #131316;
    margin: 0;
}

.value-icon {
    font-family: 'Courier New', monospace;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #131316;
    padding-left: 16px;
    user-select: none;
}

.value-body {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        padding 0.3s ease;
}

.value-item.active .value-body {
    max-height: 500px;
    padding-top: 20px;
}

.value-body p {
    max-width: 697px;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.192px;
    color: #131316;
    margin: 0;
}

/* Gallery Section */
.about-gallery {
    background: #ffffff;
    padding: 140px 0;
}

.about-gallery-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.gallery-label {
    color: #131316;
}

.gallery-slider {
    width: 100%;
}

.gallery-item {
    max-width: 450px;
    height: 553px;
    background: #eff2f1;
    overflow: hidden;
}

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

.swiper-pagination {
    margin-top: 40px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #131316;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #67ff56;
}

/* Our Approach Section */
.about-approach {
    background: #eff2f1;
    padding: 140px 0;
}

.approach-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 123px;
    padding: 28px;
    background: #67ff56;
    border-radius: 6px;
}

.approach-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.approach-label {
    color: #131316;
}

.approach-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #131316;
    margin: 0;
    max-width: 632px;
}

.approach-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.approach-divider {
    width: 100%;
    height: 1px;
    background: #131316;
    opacity: 0.5;
}

.approach-description {
    max-width: 649px;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.192px;
    color: #131316;
    margin: 0;
}

.approach-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.approach-list-item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 8px 4px;
    border-top: 1px solid rgba(34, 36, 35, 0.1);
}

.approach-list-item:last-child {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(34, 36, 35, 0.1);
}

.approach-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #426a5a;
    flex-shrink: 0;
}

.approach-list-item span:last-child {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #131316;
}

.approach-right {
    flex-shrink: 0;
}

.approach-image {
    max-width: 579px;
    height: 800px;
    border-radius: 6px;
    overflow: hidden;
}

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

/* Video Section */
.about-video {
    position: relative;
    width: 100%;
    height: 833px;
    background: #426a5a;
    overflow: hidden;
}

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

.video-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	    object-position: bottom;
}

.video-content {
    position: absolute;
    left: 46px;
    top: 117px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.video-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #eff2f1;
    margin: 0;
    max-width: 602px;
}

.video-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 60px;
    padding: 0 0 0 21px;
    background: #67ff56;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.video-btn:hover {
    opacity: 0.9;
}

.video-btn-text {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #131316;
    padding-bottom: 1px;
}

.video-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.about-video .btn-primary {
    width: fit-content;
}
.footer-bottom a {
    color: #6b6c6e;
}
/* =====================================================
   MOBILE ADAPTIVE (max-width: 767px)
   ===================================================== */
@media (max-width: 767px) {
    /* Hero Section */
    .about-hero {
        padding: 86px 0 30px ;
    }

    .about-hero-title br {
        display: none;
    }

    .about-hero-title {
        position: relative;
        left: auto;
        top: auto;
        padding: 0 16px;
        margin-top: 28px;
        font-size: 26px;
        line-height: 1;
        text-align: center;
        max-width: none;
        letter-spacing: 2px;
    }

    .about-hero-description {
        position: relative;
        left: auto;
        top: auto;
        padding: 0 16px;
        margin-top: 24px;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.4;
        max-width: none;
    }

    /* Our Mission Section */
    .about-mission {
        padding: 70px 0;
    }

    .mission-content {
        flex-direction: column;
        gap: 24px;
    }

    .mission-left {
        gap: 40px;
    }

    .mission-title {
        font-size: 32px;
        line-height: 1;
        max-width: none;
    }

    .mission-right {
        max-width: none;
        margin-left: 0;
        gap: 12px;
    }

    .mission-description {
        font-size: 16px;
    }

    /* Our Values Section */
    .about-values {
        padding: 70px 0;
    }

    .about-values-container {
        gap: 50px;
        align-items: flex-start;
    }

    .values-header {
        flex-direction: column;
        gap: 40px;
    }

    .values-title {
        font-size: 32px;
        line-height: 1;
    }

    .value-item {
        flex-direction: column;
        gap: 14px;
        padding: 28px 0;
    }

    .value-number,
    .value-number span {
        font-size: 20px;
    }

    .value-name {
        font-size: 24px;
    }

    .value-body p {
        font-size: 16px;
    }

    /* Gallery Section */
    .about-gallery {
        padding: 70px 0;
    }

    .about-gallery-container {
        gap: 40px;
    }

    .gallery-slider .swiper-slide {
        width: 267px;
    }

    .gallery-item {
        width: 267px;
        height: 320px;
        max-width: 267px;
    }

    .swiper-pagination {
        display: none;
    }

    /* Our Approach Section */
    .about-approach {
        padding: 70px 0;
    }

    .approach-card {
        flex-direction: column;
        gap: 40px;
        padding: 16px;
    }

    .approach-left {
        gap: 24px;
    }

    .approach-title {
        font-size: 32px;
        line-height: 1;
        max-width: none;
        word-break: break-all;
    }

    .approach-text {
        gap: 16px;
    }

    .approach-description {
        font-size: 16px;
        max-width: none;
    }

    .approach-right {
        width: 100%;
    }

    .approach-image {
        max-width: 100%;
        width: 100%;
        height: 375px;
    }

    /* Video Section */
    .about-video {
        height: 567px;
    }

    .video-content {
        left: 16px;
        top: 70px;
        gap: 24px;
    }

    .video-title {
        font-size: 32px;
        line-height: 1;
        max-width: calc(100% - 32px);
    }

    .footer-left-content {
        max-width: 100%;
    }
    .footer-description {
        text-align: center;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

		.icons-cards img{
	max-height: 40px;

}
.icons-cards img:first-child{
	max-height: 60px;
}

}

