.dcit-logo-text {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.dcit-logo-text small {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-top: 6px;
    text-transform: uppercase;
}

.banner_content p {
    max-width: 620px;
}

.banner-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.banner-points span {
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.08);
}

.home-hero-section {
    padding-top: 36px !important;
    padding-bottom: 190px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.home-hero-note {
    margin-top: 28px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.home-hero-visual {
    position: relative;
    max-width: 620px;
    margin-left: auto;
    margin-top: -24px;
    padding-bottom: 155px;
}

.home-hero-image img {
    width: 100%;
    border-radius: 42px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.home-hero-dashboard {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 42px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.16) 0%, rgba(1, 5, 33, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.home-hero-background,
.home-hero-overlay {
    position: absolute;
    inset: 0;
}

.home-hero-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: none !important;
}

.home-hero-overlay {
    background: linear-gradient(180deg, rgba(1, 5, 33, 0.15) 0%, rgba(1, 5, 33, 0.82) 100%);
}

.home-dashboard-panel {
    position: relative;
    z-index: 1;
    padding: 28px;
    border-radius: 28px;
    background: rgba(1, 5, 33, 0.52);
}

.home-dashboard-panel h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 12px;
}

.home-dashboard-panel p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.home-dashboard-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.home-dashboard-metrics div {
    padding: 22px 20px;
    border-radius: 22px;
    background: #ffffff;
}

.home-dashboard-metrics strong {
    display: block;
    color: #f86823;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
}

.home-dashboard-metrics span {
    display: block;
    color: #202020;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.home-hero-card {
    position: absolute;
    left: -18px;
    bottom: -26px;
    max-width: 340px;
    padding: 28px 26px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    z-index: 3;
}

.home-card-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f86823;
}

.home-hero-card h3,
.home-about-panel h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
}

.home-hero-card p,
.home-about-panel p,
.home-contact-copy p,
.home-contact-box li {
    font-size: 18px;
    line-height: 28px;
}

.home-mini-metrics li {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    color: #202020;
    font-size: 17px;
    line-height: 26px;
}

.home-mini-metrics strong {
    min-width: 58px;
    color: #f86823;
}

.home-section-heading {
    text-align: center;
    margin-bottom: 36px;
}

.home-section-heading p {
    max-width: 780px;
    margin: 0 auto;
}

.home-service-card {
    display: block !important;
    width: 100%;
    height: 100%;
    margin-bottom: 24px !important;
    border: 1px solid transparent;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%) !important;
    overflow: hidden;
}

.home-service-media {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: normal !important;
    margin-left: 0 !important;
    background: transparent !important;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 22px;
}

.home-service-media img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.home-service-card-body {
    padding: 12px 30px 30px;
}

.home-service-card:hover .home-service-media img {
    transform: scale(1.04);
}

.service-section .home-service-card:hover {
    background: #ffffff !important;
    border-color: rgba(248, 104, 35, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.service-section .home-service-card:hover h4,
.service-section .home-service-card:hover p,
.service-section .home-service-card:hover span {
    color: #202020 !important;
}

.service-section .home-service-card:hover figure {
    background: transparent;
}

.service-section .home-service-card:hover img {
    filter: none !important;
}

.home-service-card h4 {
    padding-right: 0 !important;
    margin-bottom: 10px;
}

.home-card-tags,
.home-chip-list,
.home-about-badges,
.home-strength-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-card-tags {
    margin-top: 20px;
}

.home-card-tags span,
.home-chip-list span,
.home-about-badges span,
.home-strength-item {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.home-card-tags span {
    background: #fff3ec;
    color: #202020;
}

.home-offer-card {
    height: 100%;
    padding: 32px 24px 28px;
    border: 1px solid transparent;
    border-radius: 24px !important;
}

.home-offer-card .lower_portion_wrapper {
    padding: 0;
}

.home-offer-media {
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 20px;
}

.home-offer-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.home-offer-card h4 {
    margin-bottom: 12px;
}

.offer-section .home-offer-card:hover {
    background: #ffffff !important;
    border-color: rgba(248, 104, 35, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.offer-section .home-offer-card:hover h4,
.offer-section .home-offer-card:hover p,
.offer-section .home-offer-card:hover span {
    color: #202020 !important;
}

.offer-section .home-offer-card:hover .home-offer-media img {
    transform: scale(1.03);
}

.home-chip-list {
    margin-top: 18px;
}

.home-chip-list span {
    background: rgba(248, 104, 35, 0.12);
    color: #202020;
}

.home-offer-card:hover .home-chip-list span {
    background: rgba(248, 104, 35, 0.12);
    color: #202020;
}

.about-section {
    padding: 150px 0;
}

.home-about-visual {
    position: relative;
    max-width: 520px;
}

.home-about-main-image {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.home-about-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-panel {
    max-width: 410px;
    margin-top: -110px;
    margin-left: 36px;
    padding: 36px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 2;
}

.home-about-panel h3,
.home-about-panel p {
    color: #ffffff;
}

.home-about-badge-image {
    position: absolute;
    right: -24px;
    bottom: 28px;
    width: 160px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
    border: 4px solid rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.home-about-badge-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-badges {
    margin-top: 22px;
}

.home-about-badges span {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.home-about-content {
    padding-left: 40px !important;
}

.home-strength-list {
    margin-top: 26px;
}

.home-strength-item {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.achievement-section {
    padding-top: 130px;
    padding-bottom: 140px;
}

.home-benefit-grid > div {
    margin-bottom: 24px;
}

.home-benefit-card {
    height: 100%;
    padding: 32px 24px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.home-benefit-media {
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 20px;
}

.home-benefit-media img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.home-benefit-card h3 {
    margin-bottom: 10px;
    color: #f86823;
}

.home-contact-strip {
    padding: 0 0 120px;
}

.home-contact-copy {
    padding-right: 30px;
}

.home-contact-visual {
    position: relative;
    max-width: 560px;
    margin-left: auto;
}

.home-contact-image {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.home-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-contact-box {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: calc(100% - 56px);
    padding: 32px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #202020 0%, #353956 100%);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.home-contact-box ul {
    display: grid;
    gap: 14px;
}

.home-contact-box li,
.home-contact-box a,
.home-contact-box strong {
    color: #ffffff;
}

.footer-brand {
    margin-bottom: 18px;
}

.icons .subscribe_now {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .dcit-logo-text {
        font-size: 28px;
    }

    .home-hero-section {
        padding-top: 24px !important;
        padding-bottom: 120px;
    }

    .home-hero-visual {
        margin-top: 50px;
        padding-bottom: 0;
    }

    .home-hero-card {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        margin: -40px 20px 0;
    }

    .home-dashboard-panel h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .home-about-content {
        padding-left: 0 !important;
        padding-top: 36px;
    }

    .home-about-visual {
        max-width: 100%;
    }

    .home-about-panel {
        margin-top: -72px;
        margin-left: 18px;
        margin-right: 18px;
        max-width: none;
    }

    .home-about-badge-image {
        right: 12px;
        bottom: 18px;
        width: 130px;
    }

    .home-contact-copy {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .home-contact-visual {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-points {
        gap: 10px;
    }

    .banner-points span {
        font-size: 14px;
        padding: 9px 14px;
    }

    .dcit-logo-text {
        font-size: 24px;
    }

    .home-hero-actions {
        gap: 12px;
    }

    .home-hero-section {
        padding-top: 18px !important;
    }

    .home-hero-note {
        font-size: 18px;
        line-height: 28px;
    }

    .home-hero-card {
        margin: 20px 0 0;
        padding: 24px 20px;
    }

    .home-hero-dashboard {
        padding: 20px;
        border-radius: 28px;
    }

    .home-dashboard-panel {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .home-dashboard-panel h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .home-dashboard-metrics {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-hero-card h3,
    .home-about-panel h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .home-card-tags span,
    .home-chip-list span,
    .home-about-badges span,
    .home-strength-item {
        width: 100%;
        justify-content: center;
    }

    .home-offer-card,
    .home-benefit-card,
    .home-about-panel,
    .home-contact-box {
        padding: 24px 20px;
    }

    .home-service-card-body {
        padding: 8px 20px 24px;
    }

    .home-offer-media img {
        height: 190px;
    }

    .home-service-media img,
    .home-benefit-media img {
        height: 170px;
    }

    .home-about-panel {
        margin: 16px 0 0;
    }

    .home-about-badge-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 18px;
        border-width: 0;
        border-radius: 22px;
    }

    .about-section {
        padding: 110px 0;
    }

    .achievement-section {
        padding-top: 100px;
        padding-bottom: 110px;
    }

    .home-contact-strip {
        padding-bottom: 90px;
    }

    .home-contact-box {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
    }
}
