.page-title {
    width: 100%;
    height: 80vh !important;
    min-height: 80vh !important;
}

.tp-showcase-slider-bg {
    position: relative;
}

.tp-showcase-slider-bg::after,
.page-title--slider .page-title--image-overlay::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
}

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

.home-hero-title-section {
    padding: 5px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.home-hero-title-section .container {
    display: flex;
    justify-content: center;
}

.home-hero-title {
    font-weight: bold;
    font-size: 2rem;
}

.home-hero-title span {
    color: #d83133;
    font-weight: bold;
    font-size: 2rem;
}

h2, .h2 {
    font-size: 30px;
}

.swiper-card-4 .card-box-style-8 .image {
    height: 300px;width: 100%;
}

.swiper-card-4 .card-box-style-8 .card--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-section .row {
    row-gap: 40px;
}

.home-about-box {
    position: relative;
    padding-right: 90px;
    padding-bottom: 80px;
}

.home-about-box .main-img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.home-about-box .sub-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(42%, 260px);
    overflow: hidden;
    border-radius: 20px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.14);
}

.home-about-box .sub-img img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.home-about-content {
    padding-left: 24px;
}

.home-about-content .intro-lead {
    color: #5d6679;
    line-height: 1.85;
}

.home-about-content .h5 {
    margin-bottom: 0;
    line-height: 1.55;
}

.home-about-contact img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
}

.home-view-all-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 1.5px solid #d8dee8;
    border-radius: 16px;
    background: #fff;
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
}

.home-view-all-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.home-view-all-btn:hover {
    border-color: #f97316;
    background: #fff7ed;
    color: #c2410c;
    transform: translateY(-1px);
}

.home-view-all-btn:hover path {
    fill: #c2410c;
}

@media (max-width: 768px) {
    .home-hero-title {
        max-width: 100%;
        padding: 8px 18px 10px;
        line-height: 1.15;
    }

    .page-title {
        height: 40vh !important;
        min-height: 40vh !important;
    }

    .home-about-box {
        padding-right: 40px;
        padding-bottom: 60px;
    }

    .home-about-box .main-img {
        min-height: 320px;
    }

    .home-about-content {
        padding-left: 0;
    }

    .tp-showcase-slider-bg {
        background-position: center;
        background-size: cover;
    }

    .home-view-all-btn {
        min-height: 48px;
        padding: 0 18px;
        font-size: 16px;
        border-radius: 14px;
    }
}

@media (max-width: 575px) {
    .home-hero-title-section {
        padding: 12px 0 10px;
    }

    .home-hero-title {
        width: 100%;
        font-size: 24px;
        letter-spacing: -0.03em;
        border-radius: 16px;
        padding: 8px 14px 10px;
                text-align: center;
    }

    .home-about-box {
        padding-right: 0;
        padding-bottom: 0;
    }

    .home-about-box .sub-img {
        position: static;
        width: 49%;
        margin: -110px 0 0 auto;
    }
}
