/* Index Page Specific Styles */
/* vietnamese */
@font-face {
  font-family: 'Oooh Baby';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/2sDcZGJWgJTT2Jf76xQzZ2W5O7w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oooh Baby';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/2sDcZGJWgJTT2Jf76xQzZmW5O7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oooh Baby';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/2sDcZGJWgJTT2Jf76xQzaGW5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Banner Section */
.banner-section {
    position: relative;
    height: 85vh;
    min-height: 750px;
    overflow: hidden;
}

.banner-slider {
    height: 100%;
    .owl-stage-outer, .owl-stage, .owl-item {
      height: 100%;
    }
}

.banner-item {
    position: relative;
    height: 100%;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(130.15% 53.8% at 71.53% 67.36%, rgba(35, 31, 32, 0.00) 0%, rgba(35, 31, 32, 0.70) 100%);
  z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.banner-content .container {
    max-width: 100%;
}

.banner-logo {
    width: 233px;
    height: 27px;
    margin-bottom: 30px;
}

.banner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}
.absolute-text {
  display:none;
}

.banner-subtitle {
    font-family: 'Oooh Baby', cursive;
    font-size: 70px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* First Section */
.first-section {
    background: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.statistics {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #605959;
    line-height: 1;
    letter-spacing: -4px;
}

.stat-unit {
    font-size: 30px;
    letter-spacing: -2.5px;
}

.stat-unit sup {
    font-size: 30px;
    letter-spacing: -1.5px;
}

.stat-label {
    font-size: 24px;
    font-weight: 700;
    color: #605959;
    margin-top: 10px;
}


.absolute-right {
  position: absolute;
  right: -25%;
  z-index: 0;
  top: 50%;
  width: 398px;
  transform: translateY(-50%);
  filter: blur(10px);
  opacity: 0.5;
  height: 80%;
}

.section-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #3e3739;
    line-height: 1.6;
}

.section-text strong {
    font-weight: 700;
}

.projects-section .content-section {
    position: relative;
    text-align: center;
    width: 100%;
    height: unset;
    background-color: #605959;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 20px 10px;
    min-width: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* Projects Section */
.projects-section {
    background: #413838;
    position: relative;
}

.section-title-center {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #f3cfb2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    margin-bottom: 80px;
}

.projects-slider {
    position: relative;
}

.project-item {
    position: relative;
}

.project-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 60px 150px;
    color: #fff;
}

.project-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #f3cfb2;
    margin-bottom: 20px;
}

.project-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}

/* Why Section */
.why-section {
    background: #fff;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list li {
    padding-bottom: 30px;
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
    &:not(:first-child) {
      padding-top: 30px;
    }
    &:hover {
        padding-left: 50px;
        p {
            color: #c04d00;
            transition: all 0.3s ease;
        }
    }
    &:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
    }
}
.why-item {
    position: relative;
}

.why-list li:hover .why-item::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18" fill="none"%3E%3Cpath d="M1.00153 8.73991H15.2153M15.2153 8.73991L7.88658 0.998535M15.2153 8.73991L7.03813 16.4813" stroke="%23C04D00" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
}

.why-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #3e3739;
    position: relative;
    line-height: 1.4;
    margin: 0;
}

.why-image {
    position: relative;
    overflow: hidden;
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(96, 89, 89, 0.9);
    backdrop-filter: blur(25px);
    padding: 40px;
    color: #fff;
}

.why-overlay h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #f3cfb2;
    margin-bottom: 20px;
    line-height: 1.4;
    &:hover a {
        color: #c04d00;
    }
}

.why-overlay p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

/* Highlights Section */
.highlights-section {
    background: #FEFBF8;
    overflow: hidden;
    .carousel-buttons a {
        width: 63px;
        height: 63px;
        background: #F3CFB2;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}

.section-title-left {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #c04d00;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    margin-bottom: 60px;
}
#highlights-slider .owl-stage {
    padding-left: 0 !important;
}

.highlight-item {
    margin-bottom: 40px;
}

.highlight-image {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.highlight-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #3e3739;
    line-height: 1.5;
    margin: 0;
}

/* Sustainability Section */
.sustainability-section {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.sustainability-holder {
    position: relative;
    min-height: 900px;
}
.section-title-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #f3cfb2;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    margin-bottom: 40px;
}

.sustainability-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 300;
    color: #f3cfb2;
    line-height: 1.2;
}

.sustainability-content {
    background: rgba(217, 217, 217, 0.1);
    backdrop-filter: blur(25px);
    padding: 60px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sustainability-holder {
    justify-content: center;
}
.sustainability-holder-left {
    align-content: center;
}

.sustainability-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
}

.sustainability-content p:last-child {
    margin-bottom: 0;
}

/* Career Section */
.career-section {
    padding: 0;
    position: relative;
}

.career-image {
    background: #FFF3E9;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

.career-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FEFBF8;
    padding: 60px 16px;
}

.career-image, .career-content {
    flex: 50%;
}

.career-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    position: relative;
    padding: 100px 0 0;
}

.career-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 300;
    color: #c04d00;
    line-height: 1.2;
    margin-bottom: 40px;
}

.career-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #3e3739;
    line-height: 1.6;
    margin-bottom: 30px;
}

.projects-slider .owl-stage {
  padding-left: 0 !important;
}

.career-text:last-of-type {
    margin-bottom: 0;
}

/* Owl Carousel Custom Styles */
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    pointer-events: none;
    z-index: 10;
}

.owl-carousel .owl-nav button {
    width: 68px;
    height: 68px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-135deg);
}
.content-holder {
    flex-direction: column;
}
.backdrop {
    display: none;
}
.why-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: unset !important;
    svg {
        max-width: unset !important;
    }
}
/* Responsive */
@media (max-width: 1200px) {
    .project-content {
        padding: 40px 50px;
    }
    .sustainability-content {
        padding: 40px;
    }
}

@media (max-width: 1024px) {
    .why-image {
        height: 600px;
        margin-bottom: 40px;
    }
    .why-list {
        order:1;
    }
}

@media (max-width: 992px) {
    .banner-title,
    .banner-subtitle {
        font-size: 50px;
    }
    
    .sustainability-title,
    .career-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .project-item.swiper-slide:not(.swiper-slide-active) {
        opacity: 0;
    }
    .banner-content {
        padding: 0 20px;
    }
    
    .banner-title,
    .banner-subtitle {
        font-size: 35px;
    }
    
    .first-section,
    .projects-section,
    .why-section,
    .highlights-section {
        padding: 60px 0;
    }
    
    .project-content {
        padding: 30px 20px;
    }
}
@media (min-width: 700px) {
  
  .absolute-text {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    display: block;
  }
}

@media (min-width: 1024px) {
    .career-content {
        padding: 60px;
    }
    .sustainability-title {
        margin-bottom: 60px;
    }
    .sustainability-holder {
        justify-content: unset;
    }
    .sustainability-holder-left {
        flex: 60%;
    }
    .sustainability-holder-right {
        flex: 40%;
    }
    .why-image {
        flex: 60%;
      }
    .why-list {
        flex: 40%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        li {
            max-width: 90%;
            &:hover {
                max-width: 100%;
            }
        }
    }
    .why-overlay {
        max-width: 90%;
        * {
            max-width: 85%;
        }
    }
}
@media (min-width: 1200px) {
    .btns-holder {
        max-width: 90%;
    }
    .project-image {
        height: 600px;
    }
    .projects-section .content-section {
        position: absolute;
        width: 30%;
        height: 453px;
        padding: 0 10px;
        background-color: #605959;
        flex-shrink: 0;
        flex-grow: 1;
        min-width: 0;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    .content-holder {
        flex-direction: row;
    }
    .projects-section .swiper-slide.swiper-slide-prev {
        opacity:0;
    }
  .left-section {
    width: 60%;
    padding-right: 100px;
  }
  .first-section {
    overflow: unset;
  }
  .stat-number {
    font-size: 80px !important;
  }
  .stat-unit {
    font-size: 50px;
  }
  .statistics {
      gap: 80px;
  }
  .absolute-right {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -65px;
    transform: unset;
    filter:unset;
    opacity: unset;
    width: 40%;
    min-height: 1090px;
    right: 0;
    height: 100%;
  }
}
@media (min-width: 1280px) {
    .why-link {
        display: none;
    }
    .backdrop {
        content: "";
        position: absolute;
        bottom: -80px;
        right: -40px;
        display: flex;
        width: 250px;
        height: 250px;
        z-index: 333;
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}
@media (min-width: 1350px) {
  .absolute-right {
    right: 40px;
  }
  .stat-number {
    font-size: 80px;
  }
}
@media (min-width: 1520px) {
  .left-section {
    padding-right: 80px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .first-section .section-title {
    font-size: 40px !important;
  }
}

@media (max-width: 1330px) and (min-width: 1200px) {
  .stat-number {
    font-size: 70px !important;
  }
}