.about-details .list-icon-sun {
    margin-top: -3px
}

.about-core-values .core-value__col:first-child {
    max-width: 30%
}

.about-core-values .core-value__col:nth-child(2) {
    max-width: 20%
}

.about-core-values .core-value__col {
    max-width: 16%
}

.performance__text img {
    width: 25%;
    height: 25%
}

.home-page-hero::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / .3)
}

.small-projects .project-header .menu-toggler span {
    background-color: black !important
}

.our-management-row {
    padding: 0 30px
}

@media (max-width:767px) {
    .management-1 {
        padding-right: 15px !important
    }

    .management-2 {
        padding-left: 15px !important
    }

    .about-core-values .core-value__col:first-child {
        max-width: 100%
    }

    .about-core-values .core-value__col:nth-child(2) {
        max-width: 100%
    }

    .about-core-values .core-value__col {
        max-width: 100%
    }

    .performance__text img {
        width: 50px;
        height: 50px
    }

    .our-management-row {
        padding: 0 0
    }

    .card--vision .card__body {
        max-width: 100%
    }

    .overview-section .col-md-2 {
        width: 50%;
        float: left
    }

    .section {
        padding: 3rem 0
    }
}

.journeyvideo {
    text-align: center
}

.journeyvideo video {
    width: 100%;
    height: 100%;
    max-width: 900px
}

section.our-years {
    padding-top: 80px
}

.card__group img {
    width: 100%;
    max-width: 206px;
    margin-bottom: 6px
}

.tes-main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0
}

.tes-main-title .next-prev-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px
}

.tes-main-title .swiper-button-next,
.tes-main-title .swiper-button-prev {
    position: relative;
    margin: 0
}

.testimonials-content .swiper-slide {
    background: #fff !important;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    height: 200px
}

.tes-main-title .swiper-button-next:after,
.tes-main-title .swiper-button-prev:after {
    background: #F44336;
    padding: 14px 18px;
    font-family: swiper-icons;
    font-size: 20px !important;
    color: #fff;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    border-radius: 100px
}

.testimonials-content .swiper-slide h6 {
    text-transform: uppercase;
    color: #F44336;
    font-weight: 500
}

.testimonials-content .swiper-slide p {
    font-size: 16px
}

.tabs-nav ul {
    list-style: none;
    justify-content: center;
    display: flex;
    gap: 10px;
    padding: 0
}

.tabs-nav li {
    background: #ccc;
    padding: 10px 20px;
    background: #fff0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 19px;
    padding: 10px 11px;
    padding: 7px 28px;
    border: 1px solid
}

.tabs-nav li.active {
    background: #333;
    color: #fff
}

.tabs-nav li.active a {
    color: #fff
}

.tabs-content .tab-content {
    display: none;
    padding: 40px;
    background: #f4f4f4;
    border-radius: 6px;
    margin-top: 10px
}

.tabs-content .tab-content.active {
    display: block
}

.card--vision .card__body-wrapper.testimonials-box {
    display: block
}

.flat-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

.flat-table th,
td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ddd
}

@media (max-width:991px) {
    .tabs-nav ul {
        display: grid;
        grid-template-columns: auto auto
    }

    .tabs-nav li {
        padding: 8px;
        font-size: 15px
    }

    .testimonials-content .swiper-slide {
        height: auto;
        margin-bottom: 50px
    }

    .tabs-content .tab-content {
        padding: 0;
        background: #fff0
    }

    .tes-main-title .swiper-button-next:after,
    .tes-main-title .swiper-button-prev:after {
        padding: 8px 12px
    }
}

/* Custom Lists */
.custom-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-left: 0 !important;
}

.custom-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #ddd;
    color: #444;
    transition: all 0.2s ease;
    padding: 10px 10px 10px 32px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 30px;
    height: 20px;
    background-image: url('../images/bullet-point.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-list li:hover {
    transform: translateX(4px);
    color: #000;
}

@media (max-width: 767px) {
    .custom-list {
        grid-template-columns: 1fr;
    }
}

/* FAQ Accordion Section */
.faq-sec-title {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.faq-sec-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #ed3237;
}

.faq-accordion {
    margin: 20px 0 40px 0;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    border-color: #ed3237;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    padding: 18px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: #fafafa;
}

.faq-icon {
    font-size: 22px;
    font-weight: 300;
    color: #ed3237;
    transition: transform 0.3s ease;
    line-height: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
    background-color: #fafafa;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    transition: max-height 0.35s cubic-bezier(1, 0, 1, 0);
}

.faq-answer p {
    padding: 20px 24px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    border-top: 1px solid #f0f3f6;
}