* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #e8e7e7;
}

.values-page .container,
.strategy-page .container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* strategy */
.strategy-page .section-1 {
    background-image: url(../img/strategy-section-1-bg.png);
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100%;
    padding: 65px 0;
}
.strategy-page .section-1-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #f7f7f7;
    padding: 55px 50px;
    border-radius: 10px;
}
.strategy-page .section-1-left,
.strategy-page .section-1-right {
    width: 50%;
}
.strategy-page .section-1-right img {
    width: 100%;
    border-radius: 4px;
}
.values-page .section-9 {
    padding: 70px 0;
    background-image: url(../img/strategy-section-2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    width: 100%;
}
.values-page .section-9 h2  {
    margin-bottom: 48px;
}
.values-page .section-9-item {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.values-page .section-9-item:last-child {
    margin-bottom: 0;
}
.values-page .section-9-item__left {
    min-width: 300px;
    align-self: start;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0 4px 14.1px 0 rgba(0, 0, 0, 0.15);
}
.values-page .section-9-item__left-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    border-radius: 10px 10px 0 0;
    background: #FFF;
}
.values-page .section-9-item__left-title {
    background-color: #201D1D;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.values-page .section-9-item__left-title p {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.values-page .section-9-item__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    box-shadow: 0 4px 14.1px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 24px;
    border-radius: 10px;
    background: #FFF;
}
.right-subtitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    margin-bottom: 20px;
}
.right-subtitle-belief {
    color: #ed353a;
    border: 1px solid #ED353A;
}
.right-subtitle-pledge {
    color: #F37521;
    border: 1px solid #F37521;
}
.right-text {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 28px; /* 155.556% */
}

/* values */
.values-page h2 {
    text-align: center;
}
.values-page .section-1 {
    background-image: url(../img/values-hero-ymcansw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    width: 100%;
    min-height: 530px;
    padding: 70px 0;
    display: flex;
    align-items: center;
}
.values-page .section-1-text {
    max-width: 500px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
}
.values-page .section-1-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.values-page .section-2 {
    background-image: url(../img/values-section-2-bg.png);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 72px 0 132px;
}
.values-page .section-2-text {
    text-align: center;
    color: #ffffff;
    margin-bottom: 72px;
}
.values-page .section-2 h2 {
    color: #ffffff;
    margin-bottom: 20px;
}
.values-page .section-2 p {
    max-width: 764px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    color: #ffffff;
}


.values-page .section-2-video {
    background-image: url(../img/our-vision-video-bg.png);
}


.values-page .section-3 {
    position: relative;
    padding: 60px 0;
}
.values-page .section-3-bg-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.values-page .section-3-bg-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.values-page .section-3 .container {
    position: relative;
}
.values-page .section-4 {
    background: #ED353A;
    padding: 40px 0;
}

.values-page .section-5 {
    background-image: url(../img/strategy-background.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position-y: center;
    padding: 60px 0;
}
.values-page .section-5-box {
    background-color: #f7f7f7;
    padding: 38px 48px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 24px;
}

.values-page .section-6 {
    background-image: url(../img/values-section-7-bg.png);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 50px 0 80px;
}
.values-page .section-6 h2 {
    margin-bottom: 24px;
}
.values-page .section-6-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.values-page .section-6-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.25));
}
.values-page .section-6-card__header {
    background-color: #EE353B;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px 24px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 122.727% */
}

.values-page .section-6-card__header .heading-1 {
    color: #000;
    margin-bottom: 30px;
}
.values-page .section-6-card__header .heading-2 {
    color: #ffffff;
    height: 60px;
}

.values-page .section-6-card__body {
    flex: 1;
    background-color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 24px 34px;
    text-align: center;
}

.values-page .section-7 {
    background-image: url(../img/values-section-7-bg.png);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 65px 0;
}
.values-page .section-7-box {
    padding: 38px 78px;
    border-radius: 13px;
    background: rgba(247, 247, 247, 0.90);
    text-align: center;
}
.values-page .section-7-box h2 {
    color: #ee353b;
    margin-bottom: 24px;
}
.values-page .section-7-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.values-page .section-7-wrapper img {
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
}

.values-page .section-8 {
    background: #363636;
    padding: 58px 0;
}
.values-page .section-8-box {
    background-image: url(../img/values-section-8-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
}
.values-page .section-8-box .w-50 {
    width: 50%;
}
.values-page .section-8-box .w-50 img {
    width: 100%;
    object-fit: cover;
}


/* .values-page .section-8 {
    margin: 80px 0;
}
.values-page .section-8-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.section-8-wrapper img {
    width: 100%;
    border-radius: 8px;
} */
/* .values-page .section-9 {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #f7f7f7;
    padding: 50px 50px;
    border-radius: 10px;
    margin-bottom: 70px;
}
.values-page .section-9-left {
    width: 55%;
}
.values-page .section-9-right {
    width: 45%;
}
.values-page .section-9-right img {
    width: 100%;
    border-radius: 4px;
} */
.values-accordion-item {
    margin-bottom: 24px;
    border-radius: 8px;
}
.values-accordion-item:last-child {
    margin-bottom: 0;
}
.values-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 15px;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    border-radius: 18px;
    cursor: pointer;
}
.values-accordion-header div {
    display: flex;
    align-items: center;
    gap: 16px;
}
.values-accordion-header p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.values-accordion-header p span {
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 6.9px;
}
.values-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.values-accordion-content>div:first-of-type {
    margin: 10px 20px 25px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.values-accordion-content .w-70 {
    width: 70%;
    color: #ffffff;
}
.values-accordion-content .w-70 ul {
    margin-left: 20px;
}
.values-accordion-content .w-70 ul li {
    margin-bottom: 8px;
}
.values-accordion-content .w-70 ul li:last-child {
    margin-bottom: 0;
}
.values-accordion-content .w-30 {
    width: 30%;
}
.values-accordion-content .w-30 img {
    width: 100%;
}
.values-accordion-item.active .values-accordion-icon {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.values-accordion-item.active .values-accordion-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.values-accordion-header p span {
    color: #ffffff; 
}
.values-accordion-content .w-70 ul li {
    color: #ffffff; 
}
.values-page .section-6-card__header .heading-1 {
    font-size: 20px;
}
.values-page .section-6-card__header .heading-2 {
    font-size: 20px;
}

.values-page iframe {
    height: 600px;
}

/* media queries */
@media (min-width: 1500px) and (max-width: 2000px) {
    .values-page .section-1 {
        background-position-y: center;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .values-page .section-1-text {
        max-width: 400px;
    }
    .values-page .section-1-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (min-width: 1200px) {
    .values-page .container,
    .strategy-page .container {
 		width: 1170px;
    }
}

@media (max-width: 1200px) {
    .values-page .section-6-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .values-page .section-7-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .values-page .container,
    .strategy-page .container {
 		width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .values-page .container,
    .strategy-page .container {
 		width: 750px;
    }
}

@media (max-width: 992px) {
    .values-page .section-4 img {
        width: 100%;
    }
    .values-page .section-9-item__right {
        grid-template-columns: repeat(1, 1fr);
    }
    .values-page iframe {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .strategy-page .section-1-box {
        flex-direction: column;
    }
    .strategy-page .section-1-left, .strategy-page .section-1-right {
        width: 100%;
    }
    .values-page .section-1 {
        background-position-x: left;
    }
    .values-page .section-9-item {
        flex-direction: column;
    }
    .values-page .section-9-item__left {
        min-width: unset;
        align-self: unset;
    }
    .values-page .section-2,
    .values-page .section-3 {
        padding: 50px 0;
    }
    .values-page .section-2 .section-2-left,
    .values-page .section-2 .section-2-right {
        width: 100%;
    }
    .values-page .section-2 .section-2-right {
        width: 100%;
    }
    .values-page .section-2-text {
        margin-bottom: 34px;
    }
    .values-page .section-5 {
        padding: 50px 0;
    }
    .values-page .section-5-box {
        padding: 24px 20px;
    }
    .values-page .section-5 img,
    .values-page .section-5 p {
        width: 100%;
    }
    .values-page .section-8-box {
        flex-direction: column;
    }
    .values-page .section-8-box .w-50 {
        width: 100%;
    }
    .values-accordion-content>div:first-of-type {
        flex-direction: column;
    }
    .values-accordion-content .w-30,
    .values-accordion-content .w-70 {
        width: 100%;
    }
    .values-page .section-7-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .values-page iframe {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .strategy-page .section-1-box {
        padding: 34px 24px;
    }
    .values-page .section-9-item__left-icon img {
        width: 80px;
    }
    .values-page .section-1-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .values-page .section-3 iframe,
    .values-page .section-6 iframe {
        height: 250px;
    }
    .values-page .section-6-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .values-accordion-header {
        padding: 20px 16px;
    }
    .values-accordion-content>div:first-of-type {
        margin: 24px 16px;
        gap: 24px;
    }
    .values-accordion-header img {
        min-width: 34px;
        max-width: 34px;
    }
    .values-accordion-header p {
        font-size: 14px;
    }
    .values-accordion-header p span {
        font-size: 20px;
    }
    .values-page .section-7 {
        padding: 50px 0;
    }
    .values-page .section-7-box {
        padding: 30px 20px;
    }
    .values-page .section-8-box {
        padding: 34px 24px;
    }

    .values-page .section-3-bg-1 {
        width: 70%;
    }
    .values-page .section-3-bg-2 {
        width: 70%;
    }
    .values-page iframe {
        height: 300px;
    }
}


#video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
  
#video-modal .video-content {
    width: 80%;
    max-width: 800px;
}
  
#video-modal iframe {
    width: 100%;
    height: 450px;
}
  