#index-banner {
    position: fixed;
    top: 0;
    width: 100%;
    
    background-color: #F9F3EE;
    background-image: url("../img/about-banner_bg.webp");
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100vh;
    z-index: 0;
}

.banner-logo img {
    animation: rotate360 10s linear infinite;
}

.h-100vh {
    height: 100vh;
    position: relative;
    z-index: -2;
}

.banner-content {
    width: 80%;
}

.banner-left {
    flex: 1;
    min-width: 300px;
}

.semi-text {
    font-size: 22px;
}

.big-heading {
    font-size: 4vw;
    height: 4.5vw;
    font-weight: 600;
    line-height: 1.1;
    color: #39a79c !important;
    display: flex;
    
}

.big-heading span {
    display: block;
    color: #39a79c;
}

.banner-info {
    max-width: 800px;
}

.banner-info h3 {
    font-size: 20px;
    line-height: 30px;
    margin:1rem 0rem;
}

.banner-info p {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

.view-link {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

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

.review-box {
    text-align: right;
}

.review-avatars {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: -10px;
    position: relative;
}

.review-avatars img {
    width: 50px;
    height: 50px;
    border: 2px solid #39a79c;
    border-radius: 50%;
    margin-left: -10px;
}

.review-count {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 5px;
}

.review-box p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.banner-circle {
    position: absolute;
    top: 5%;
    right: -28%;
}

.banner-circle img {
    width: 100%;
    height: 70rem;
    animation: rotate360 30s linear infinite;
    transform-origin: center center;
}

#index-about {
    padding: 40px 0rem 100px 0px;
    background-color: #f8f9fc !important;
    position: relative;
    width: 100%;
    
    background-size: cover;
    
    z-index: 1;
}

#index-about .index-about-des .image img {
    width: 100%;
    height: 20rem;
    border-radius: 5rem;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.index-about-des {
    padding-bottom: 3rem;
    border-bottom: 1px solid #000;
}

.border-line {
    border-right: 1px solid #000;
}

#index-about .index-about-des .image img:hover {
    transform: scale(1.03);
}

#index-about .about-brief {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#index-about .about-brief h1 {
    color: #000;
    font-size:24px;
    line-height:30px;
    margin-bottom: 10px;
    font-weight: 800;
}

#index-about .about-brief p {
    color: #555;
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.mission-box {
    padding: 1.8rem 1rem;
}

.mission-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.yellow-card {
    background-color: #39a79c;
    padding: 2.8rem 1rem;
    border-radius: 3rem;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-card h3 {
    font-size: 45px;
}

.mission-box p {
    text-align: justify;
}

#index-about .index-figure h5 {
    font-size: 45px;
    font-weight: 600;
    color: #39a79c;
}

#index-about .index-figure p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

#index-service {
    padding: 80px 0px;
    background-color: rgb(29, 39, 46);
    background-image: url("../img/white-grey-bg.webp");
    background-attachment: fixed;
    background-size: contain;
    color: #fff;
    position: relative;
    z-index: 1;
}

#index-service .service-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    overflow: hidden;
    z-index: 1;
}

#index-service .service-card * {
    position: relative;
    z-index: 2;
}

#index-service h1 {
    color: #39a79c;
}

#index-service .service-header {
    text-align: left;
    margin-bottom: 60px;
}

#index-service .service-header h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 700;
}

#index-service .service-header p {
    max-width: 700px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    border-left: 2px solid #8a8a8a;
    padding-left: 20px;
}

.index-theme-circle {
    position: absolute;
    right: 2%;
    top: 30%;

}

.index-theme-circle img {
    display: none;
    animation: rotate360 10s linear infinite;
}

#index-service .service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#index-service .service-card {
    background: #fff;
    background-image: url("../img/about-banner_bg.webp");
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s ease;
}

.arrow i {
    color: #000;
}

#index-service .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#index-service .service-card .category {
    color: #777;
    font-size: 16px;
    font-weight: 500;
}

#index-service .service-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #111;
}

#index-service .service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

#index-service .service-card .arrow {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#index-service .service-card .arrow:hover {
    background: #39a79c;
    color: #fff;
}

#index-service .service-card .arrow:hover i {
    color: #fff;
}

#client-marquee {
    background: #f9f9f9;
    overflow: hidden;
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

#client-marquee h2 {
    font-size: 30px;
    
}

.client-xt {
    margin-bottom: 3rem;
}

.marquee-row {
    margin-bottom: 0 !important;
}

.client-logo {
    height: 160px;
    object-fit: contain;
    
    background: #fff;
    border: 2px solid #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.client-logo:hover {
    transform: scale(1.05);
}

.marquee-row .owl-nav,
.marquee-row .owl-dots {
    display: none !important;
}

#fixed-image {
    position: relative;
    background: url("../img/index-bg.webp") center/cover no-repeat;
    padding: 6rem 1rem;
    display: flex;
    justify-content: start;
    text-align: center;
    z-index: 1;
}

#fixed-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.index-s-banner {
    position: relative;
    z-index: 2;
    width: 70%;
}

.index-s-banner h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

#why-choose-us {
    padding: 80px 0px;
    background-color: #faf8f6;
    position: relative;
    z-index: 1;
}

.choose-us-img {
    position: sticky;
    top: 20%;
}

.choose-us-img img {
    width: 100%;
    height: 40rem;
    object-fit: contain;
}

.choose-us a {
    margin-left: 2.2rem;
}

.timeline-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}

.timeline-box h5 {
    font-size: 22px;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    top: -7px;
    bottom: 0;
    width: 2px;
    height: 90%;
    background-color: #59b4abc5;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.timeline-number {
    background-color: #fff;
    border: 2px solid #59b4abc5;
    color: #39a79c;
    font-weight: 600;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.timeline-line {
    width: 2px;
    height: 40px;
    background-color: #59b4abc5;
    margin: 0 auto;
}

.timeline-box {
    border-radius: 16px;
    padding: 25px;
    width: 75%;
    margin: 0 auto;
    margin-top: 25px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.timeline-box:hover {
    transform: translateY(-5px);
}

#faq-section {
    padding: 60px 20px;
    background-color: #faf8f6;
    margin: auto;
    position: relative;
    z-index: 1;
}

.faq-title {
    text-align: center;
    font-size:22px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #111;
}

.faq-item {
    border-top: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'Unbounded', sans-serif !important;
}

.faq-question:hover {
    color: #39a79c;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

#index-testimonial {
    background: #ffffff;
    padding: 90px 0 60px 0px;
    position: relative;
    z-index: 1;
}

.testimonial-title {
    color: #222;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.testimonial-slide {
    padding: 10px 0;
}

.testimonial-header {
    gap: 14px;
}

.testimonial-logo {
    width: 90px !important;
    height: 90px;
    border-right: 3px solid #39a79c;
    padding-right: 10px;
    object-fit: contain;
}

.testimonial-company {
    font-weight: 600;
    color: #106e74;
    font-size: 2rem;
}

.testimonial-text {
    font-size: 1.04rem;
    color: #3f3f3f;
    margin-top: 2rem;
    line-height: 1.7;
}

.testimonial-divider {
    margin: 10px 0;
    border-bottom: 2px solid #39a79c;
    width: 25%;
}

.testimonial-footer {
    gap: 24px;
}

.testimonial-stars span {
    color: #fdc836;
    font-size: 1.3rem;
}

.testimonial-stars .inactive {
    color: #ccc;
}

.testimonial-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(57, 167, 156, 0.12);
}

.i-testimonial h5 {
    letter-spacing: 2px;
}

.i-slider .testimonial-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(57, 167, 156, 0.08);
    padding: 0px 34px 34px 0px;
    margin-bottom: 16px;
    position: relative;
}

.i-slider .testimonial-logo {
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(57, 167, 156, 0.12);
}

.i-testimonial-img img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

#index-testimonial .owl-nav {
    position: absolute;
    right: 10%;
    top: 75%;
}

#index-testimonial .owl-nav .owl-next {
    margin-left: 1.2rem;
}

#index-testimonial .owl-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #39a79c;
    color: #39a79c;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 3px 8px rgba(57, 167, 156, 0.15);
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
.banner-circle {
        top: 10%;
    }
.banner-info h3 {
           font-size: 19px;
        line-height: 28px;
        width: 78%;
        margin: 12px 0rem;
}
.big-heading{
    font-size: 3vw;
    height:3vh;
    margin:1rem 0rem;
}
.banner-circle img {
        width: 100%;
        height: 58rem;
    }
.testimonial-title{
        font-size: 1.5rem;
    }
.client-logo{
        height:130px;
    }
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
.faq-title{
         font-size:25px;
    }
.faq-question{
        font-size:16px;
    }
.faq-answer p{
         font-size:15px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
#index-banner{
        height: 40rem;
    }
#index-banner .banner-logo {
        margin-top: 2rem;
    }
.big-heading {
        font-size: 3.5vw;
        height: 2vw;
    }
.banner-info h3 {
               font-size: 17px;
        line-height: 23px;
    }
.banner-circle img {
        width: 100%;
        height: 39rem;
    }
.big-heading {
        font-size: 4vw;
        height: 3vw;
    }
}

@media (max-width: 991px) {
.i-slider .testimonial-slide {
        padding: 26px 16px 18px;
    }
.testimonial-company {
        font-size: 1.4rem;
    }
.testimonial-title {
        font-size: 1.8rem;
    }
.testimonial-logo {
        width: 70px;
        height: 70px;
    }
.timeline-box {
        width: 90%;
        margin-top:0px;
    }
.timeline-item {
        margin-bottom: 30px;
    }
.timeline-wrapper{
        padding-top: 2rem;
}
.timeline-number {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
#index-about .about-brief {
        padding-left: 0;
        margin-top: 40px;
        text-align: start;
    }
#index-about .index-figure {
        margin: 10px auto;
    }
#index-testimonial{
        padding:20px 0px;
    }
}

@media (max-width: 992px) {
.index-s-banner h1 {
        font-size: 2.4rem;
    }
#fixed-image {
        padding: 5rem 1.5rem;
    }
.client-logo {
        width: 120px;
        height: 120px;
    }
.big-heading {
        font-size: 9vw;
    }
.banner-content {
        flex-direction: column;
        text-align: center;
    }
.review-box {
        text-align: center;
        margin-top: 30px;
    }
#client-marquee{
        padding:40px 0px;
    }
}

@media(max-width:768px) {
#index-banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: start;
        height: 55rem;
        overflow: hidden;
        z-index: 1;
    }
.h-100vh{
        height: 100%;
        display: none !important;
    }
.semi-text {
    font-size: 19px;
}
.banner-info h3 {
        font-size: 16px;
        text-align:center !important;
        line-height: 25px;
                width: 100%;
    }
.banner-content {
        width: 100%;
    }
.banner-circle {
        position: absolute;
        width: 100%;
        top: 92%;
        right: none;
        transform: translate(-28%, -34%);
        overflow: hidden;
    }
.banner-circle img {
        width: 100%;
        height: 30rem;
        object-fit: contain;
    }
.review-avatars {
        display: flex;
        align-items: center;
        justify-content: center;
    }
.big-heading {
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
.small-text,
    .banner-info p {
        font-size: 17px;
    }
.timeline-box h5 {
    font-size: 17px;
}
.service-card h3 {
    font-size: 18px;
}
.big-heading {
        font-size: 11vw;
        margin: 2rem 0rem;
    }
#index-service {
        overflow: hidden;
        padding:40px 0px;
    }
#faq-section {
        padding: 50px 0px;
        position: relative;
        z-index: 1;
    }
.faq-title {
            margin-bottom: 30px;
        text-align: start;
    }
.faq-question {
        font-size: 15px;
        padding: 15px;
        font-weight:500;
    }
.faq-answer p{
        font-size:14px;
    }
.faq-answer {
        margin-bottom: 1rem;
    }
.choose-us-img img {
        height: 22rem;
    }
#why-choose-us{
        padding:50px 0px;
    }
.choose-us a {
        margin-left: 0rem;
    }
.index-s-banner {
        width: 100%;
    }
.index-s-banner h1 {
        font-size: 1.9rem;
    }
.client-logo {
        width: 90px;
        height: 90px;
    }
.client-xt {
        margin-bottom: 0rem;
    }
#index-service .service-cards {
        grid-template-columns: 1fr;
    }
#index-service .service-card {
        padding: 30px 20px;
    }
#index-service .service-header h1 {
        font-size: 25px;
        line-height: 32px;
    }
#index-about .index-figure h5 {
        text-align: start;
    }
.yellow-card h3 {
        font-size: 37px;
    }
#index-about {
        padding: 30px 0;
    }
#index-about .about-brief h1 {
        font-size: 1.5rem;
    }
#index-about .index-about-des .image img,
    .yellow-card {
        border-radius: 1rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 844px) {
.big-heading {
        margin: 2rem 0rem;
    }
}