@media (min-width: 992px) {
    .hp-header .navbar-collapse {
        display: flex !important;
        align-items: center;
                justify-content: space-between;
        flex: 1;
    }

    .hero-title {
        font-size: 92px;
    }

    .footer-brand {
        font-size: 12rem;
    }
}

@media (max-width: 991.98px) {
    .footer-brand {
        font-size: clamp(3.5rem, 14vw, 8rem);
    }

    .service-card {
        --pentagon-side: 72px;
        --pentagon-top: 30px;
        --pentagon-bottom: 100px;
    }

    .service-card-content {
        padding: 34px 18px 24px;
    }

    .service-card-title {
        font-size: 15px;
    }

    .category-title-right {
        padding-left: 0;
        text-align: left;
    }

    .category-nav {
        justify-content: flex-start !important;
    }

    .category-track {
        left: 4%;
        right: 4%;
        top: 75px;
    }

    .category-slider-wrap {
        min-height: 260px;
    }

    .category-slider .slick-slide,
    .category-item {
        height: 220px;
    }

    .category-item-visual {
        width: 160px;
        height: 160px;
    }

    .category-slider .slick-slide.is-far .category-item-visual {
        transform: scale(0.45);
    }

    .category-slider .slick-slide.is-near .category-item-visual {
        transform: scale(0.75);
    }

    .category-slider .slick-slide.is-center .category-item-visual {
        transform: scale(1);
    }

    .category-item-circle {
        width: 160px;
        height: 160px;
    }

    :root {
        --hp-header-height: 72px;
    }

    .hp-header-inner {
        min-height: 64px;
    }

    .hp-brand {
        margin: 10px 0 10px 24px;
    }

    .hp-menu-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .hp-menu-group .nav-link {
        padding: 8px 0;
    }

    .hp-header .navbar-collapse {
        background: var(--sorath-background-color);
        padding: 14px 0 8px;
    }

    .hp-header.hp-header--sticky .navbar-collapse {
        background: var(--primary-sorath-color);
    }

    .hp-contact-btn {
        margin-left: auto;
    }

    .hero-slide {
        min-height: auto;
        padding-bottom: 80px;
    }

    .hero-slide-top {
        flex-direction: column;
        gap: 14px;
    }

    .hero-title {
        font-size: 42px;
        max-width: 100%;
    }

    .hero-description {
        font-size: 16px;
        text-align: left;
        max-width: 100%;
        margin-top: 0;
    }

    .hero-slide-image {
        height: 300px;
    }

    .hero-slider .hero-prev {
        left: 12px;
        bottom: 16px;
    }

    .hero-slider .hero-next {
        left: 66px;
        bottom: 16px;
    }
}

@media (max-width: 991.98px) {
    .about-mission-header {
        margin-bottom: 36px;
    }

    .about-mission-card {
        padding: 28px 22px 26px;
    }

    .about-process-header {
        margin-bottom: 40px;
    }

    .about-process-steps {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .about-process-step {
        flex: none;
        width: 100%;
        max-width: 320px;
    }

    .about-process-step-text {
        max-width: 280px;
    }

    .about-founder-header {
        margin-bottom: 36px;
    }

    .about-founder-photo-wrap {
        aspect-ratio: 3 / 2;
    }

    .about-founder-body {
        padding: 24px 20px 28px;
    }

    .about-commitment-header {
        margin-bottom: 36px;
    }

    .about-commitment-card {
        padding: 28px 18px 26px;
    }

    .about-cta-banner {
        min-height: 0;
        padding: 40px 28px;
    }

    .about-cta-banner::before {
        background-position: center;
        opacity: 0.45;
    }

    .about-cta-banner::after {
        background: linear-gradient(
            180deg,
            #0a0a0a 0%,
            rgba(10, 10, 10, 0.92) 45%,
            rgba(10, 10, 10, 0.75) 100%
        );
    }

    .about-cta-content {
        max-width: 100%;
        text-align: center;
    }

    .about-cta-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .about-cta-text {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-info {
        padding-right: 0;
        border-right: none;
        padding-bottom: 18px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .contact-form-wrap {
        padding-left: 0;
        padding-top: 8px;
        padding: 20px 16px 22px;
    }

    .contact-block-label {
        margin-bottom: 12px;
    }

    .contact-info-heading {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
    }

    .contact-info-intro {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .contact-info-primary {
        font-size: 1.2rem;
    }

    .contact-info-text {
        font-size: 0.9rem;
    }

    .contact-info-item {
        padding: 14px 14px;
        gap: 12px;
    }

    .contact-info-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .contact-form-control {
        font-size: 15px;
    }

    .contact-form-submit {
        padding: 13px 18px;
        font-size: 14px;
    }

    .contact-map-shell {
        padding: 16px;
    }

    .contact-map-frame-wrap,
    .contact-map-frame {
        min-height: 240px;
    }

    .contact-map-pin {
        left: 14px;
        bottom: 12px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .contact-business-card {
        padding: 18px 16px;
    }

    .contact-faq-header {
        margin-bottom: 32px;
    }

    .contact-faq-trigger {
        padding: 16px 18px;
    }

    .contact-faq-question {
        font-size: 1rem;
    }

    .contact-faq-answer {
        padding: 0 18px 16px;
        font-size: 13px;
    }

    .about-who-image-wrap {
        max-width: 520px;
        margin: 0 auto;
    }

    .about-who-label,
    .about-who-title,
    .about-who-divider,
    .about-who-text {
        max-width: 100%;
    }

    .breadcrumb-section {
        min-height: 360px;
        padding: 56px 0 48px;
        background-position: 75% center;
    }

    .breadcrumb-section-overlay {
        background: linear-gradient(
            180deg,
            rgba(8, 8, 8, 0.9) 0%,
            rgba(8, 8, 8, 0.82) 100%
        );
    }
}

@media (max-width: 767.98px) {
    .footer-copyright {
        text-align: center;
    }

    .footer-social-links {
        justify-content: center;
        margin-top: 4px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-section {
        min-height: 320px;
        padding: 48px 0 40px;
    }

    .breadcrumb-label {
        font-size: 11px;
        letter-spacing: 0.22em;
        margin-bottom: 14px;
    }

    .breadcrumb-divider {
        max-width: 260px;
        margin-bottom: 18px;
    }

    .footer-brand {
        font-size: clamp(2rem, 12vw, 4rem);
    }

    .service-item {
        --bs-gutter-y: 1.25rem;
    }

    .service-card {
        --pentagon-side: 58px;
        --pentagon-top: 24px;
        --pentagon-bottom: 82px;
    }

    .service-card-content {
        padding: 28px 14px 20px;
        gap: 6px;
    }

    .service-card-title {
        font-size: 13px;
    }

    .service-card-content svg {
        width: 18px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-slide-image {
        height: 240px;
    }
}
