.hero__slide-left h1 {
    font-size: 75px;
}

.swiper-slide {
    background-image: url(../imgs/slider/hero/main-slide.jpg);
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 600px) {
    .swiper-slide {
        background-image: url(../imgs/slider/hero/main-slide-mobile.jpg);
        background-size: cover;
        background-position: center center;
    }
}

.sswiper-slide {
    background-image: url(assets/imgs/slider/hero/main-slide.jpg);
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 600px) {
    .sswiper-slide {
        background-image: url(assets/imgs/slider/hero/main-slide-mobile.jpg);
        background-size: cover;
        background-position: center center;
    }
}

.case-study__img .support img {
    width: 1.5rem;
}

.service__area {
    margin-bottom: 150px;
}

.faq__area .line {
    padding: 70px 0;
}

.faq__right {
    padding-left: 85px;
    padding-top: 10px;
}

.service__area .line {
    padding: 70px 0;
}

.blog__area .line {
    padding-bottom: 70px;
}

.portfolio__area {
    overflow: hidden;
    margin-top: -260px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.esg-csr-img {
    border-radius: 5px;
    width: 100%;
}

.carousel {
    position: relative;
    z-index: 5;
}

.mission_esg_csr {
    position: relative;
    z-index: 10;
}

.case-study__img img {
    border-radius: 5px;
}

.carousel-item img {
    border-radius: 5px;
}

.blog__img img {
    border-radius: 5px;
}

.blog__item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.blog__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog__img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
}

.blog__meta {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.blog__title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 12px;
    transition: color 0.3s;
    text-decoration: none;
}

.blog__title:hover {
    color: #203864;
}

.blog__item-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.blog__item-wrapper:hover .blog__title {
    color: #203864;
}

.blog__item-wrapper:hover .blog__img img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media (max-width: 576px) {
    .blog__title {
        font-size: 18px;
    }

    .blog__img {
        height: 180px;
    }

    .blog__content {
        padding: 15px;
    }
}

.blog__btn-rm {
    margin-top: auto;
    font-weight: 500;
    color: #203864;
    text-decoration: none;
    transition: color 0.3s;
}

.blog__btn-rm:hover {
    color: #152c58;
}

@media only screen and (max-width: 767px) {
    .crew__mgmt__faq__form {
        left: -83px;
    }
}

@media only screen and (max-width: 767px) {
    .faq__right {
        padding-left: 15px;
        padding-right: 5px;
    }
}

.carousel-wrapper {
    padding: 3rem;
    margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
    .carousel-wrapper {
        padding: unset;
        margin-top: unset;
    }
}

.vision-title {
    font-size: 32px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vision-text {
    font-size: 22px;
    text-align:justify;
    text-justify:inter-word; 
    /*color: #444444;*/
	color: #444444;
}

.mission-title {
    font-size: 20px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mission-text {
    font-size: 22px;
    text-align:justify;
    text-justify:inter-word; 
	color: #444444;
    /*color:#444444;*/
}

.project-highlights-title {
    font-size:24px;
}

.counter__content p {
    color: #fff;
}