﻿#divContentBody{
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(81, 158, 138, 0.4) 100% );
}

.error-section,
.action-section,
.support-section {
    font-family: Arial, Helvetica, sans-serif;
}

    .error-section p,
    .action-section p,
    .support-section p {
        text-align: center;
    }

.error-section {
    margin-top: 60px;
    position: relative;
    padding: 30px 0 35px;
    overflow: hidden;
    text-align: center;
}

.error-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.dot-one {
    width: 7px;
    height: 7px;
    background: #dceee9;
    left: 16%;
    top: 105px;
}

.dot-two {
    width: 5px;
    height: 5px;
    background: #b8d8d0;
    right: 20%;
    top: 125px;
}

.dot-three {
    width: 5px;
    height: 5px;
    background: #c8e2dc;
    left: 24%;
    top: 180px;
}

.oops-text {
    margin: 0 0 5px;
    font-size: 92px;
    line-height: 1;
    font-weight: 800;
    color: #c5c9cd;
    letter-spacing: -4px;
}

.error-number {
    margin: 0;
    font-size: 145px;
    line-height: .85;
    font-weight: 800;
    color: #519e8a;
    letter-spacing: -7px;
}

.error-title {
    margin: 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

    .error-title:before,
    .error-title:after {
        content: "";
        display: block;
        width: 34px;
        height: 2px;
        background: #26323b;
    }

    .error-title h2 {
        margin: 0;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 700;
        color: #28313a;
        text-transform: uppercase;
    }

.error-description {
    max-width: 620px;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.7;
    color: #6d747b;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 7px;
    background: #519e8a;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(38, 119, 100, .18);
    transition: all .3s ease;
}

    .home-btn:hover {
        background: #1e6353;
        transform: translateY(-2px);
        color: #ffffff !important;
    }

    .home-btn i {
        font-size: 14px;
    }

.action-section {
    padding: 25px 15px;
}

.action-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px;
}

    .action-heading span {
        width: 35px;
        height: 2px;
        background: #d7e8e3;
    }

    .action-heading h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #28313a;
    }

.action-card {
    display: block;
    min-height: 220px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #f0f1f2;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .3s ease;
}

    .action-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 15px 40px rgba(38, 119, 100, .12);
        text-decoration: none !important;
    }

.action-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f4f1;
    color: #519e8a;
}

    .action-icon i {
        font-size: 25px;
    }

.action-card h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #28313a;
}

.action-card p {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-size: 12px;
    line-height: 1.7;
    color: #737a80;
}

.action-arrow {
    display: block;
    color: #519e8a;
    font-size: 22px;
    transition: transform .3s ease;
}

.action-card:hover .action-arrow {
    transform: translateX(7px);
}

.support-section {
    padding-bottom: 33px;
}

.support-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 25px;
    background: #ffffff;
    border: 1px solid #f0f1f2;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.support-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 65px;
}

.support-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f4f1;
    color: #519e8a;
}

    .support-icon i {
        font-size: 20px;
    }

.support-item h5 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    color: #28313a;
}

.support-item p {
    margin: 0 0 2px;
    font-size: 11px;
    color: #777;
    text-align: left;
}

.support-item a {
    color: #519e8a;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

    .support-item a:hover {
        color: #1e6353;
        text-decoration: none;
    }

.support-email {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}

.whatsapp-icon {
    background: #e8f4f1;
    color: #519e8a;
}

@media (max-width: 767px) {

    .error-section {
        padding-top: 45px;
        padding-bottom: 30px;
    }


    .oops-text {
        font-size: 65px;
    }


    .error-number {
        font-size: 100px;
        letter-spacing: -5px;
    }


    .error-title {
        gap: 10px;
    }


        .error-title:before,
        .error-title:after {
            width: 22px;
        }


        .error-title h2 {
            font-size: 17px;
        }


    .error-description {
        font-size: 13px;
        padding: 0 10px;
    }


    .action-section {
        padding-top: 10px;
    }


    .action-card {
        margin-bottom: 20px;
    }


    .support-box {
        padding: 20px;
    }


    .support-item {
        justify-content: flex-start;
        margin-bottom: 15px;
    }


        .support-item p {
            text-align: left;
        }


    .support-email {
        border-left: 0;
        border-top: 1px solid #e5e5e5;
        padding-left: 0;
        padding-top: 15px;
        margin-top: 10px;
    }


    .dot-one {
        left: 8%;
    }

    .dot-two {
        right: 10%;
    }

    .dot-three {
        left: 15%;
    }
}

@media (max-width: 480px) {

    .oops-text {
        font-size: 55px;
    }

    .error-number {
        font-size: 85px;
        letter-spacing: -4px;
    }

    .error-title h2 {
        font-size: 15px;
    }

    .error-description {
        font-size: 12px;
    }

    .home-btn {
        padding: 11px 20px;
    }

    .action-card {
        min-height: 205px;
    }

    .support-box {
        padding: 15px;
    }

    .support-item {
        gap: 10px;
    }

    .support-icon {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }
}

    @media (min-width: 992px) {
.notification {
     display:none !important;
     }
 }
