.grading-header-img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}
.grading-header-img-mask {
    background: linear-gradient(90deg, #18182e 0%, rgba(24, 24, 46, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.grading-head-texts {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.grading-head-texts h1 {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;

    text-transform: uppercase;
    color: #ece8dc;
}

.grading-head-texts p {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;

    text-transform: uppercase;
    color: #ece8dc;
    opacity: 0.5;
}

.grading-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.grading-section1 h4 {
    font-weight: 800;
    font-size: 48px;

    text-transform: uppercase;
    color: #ece8dc;
}

.hlas-results-section {
    margin: 0px;
}
.hlas-results-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #ece8dc;
}
.hlas-results-marquee-area {
    overflow-x: scroll;
}

.hlas-results-list {
    display: flex;
    padding: 20px 0px;
    width: max-content;
}

.hlas-result-item {
    display: flex;
    align-items: center;
    border-left: 1px solid #d8d8d8;
    padding-right: 20px;
}
.hlas-result-item-title {
    padding: 10px;
}
.hlas-result-item img {
    height: 50px;
    width: 50px;
    margin: 0px 15px;
}
.hlas-result-price {
    font-weight: 700;
    color: #ece8dc;
    font-size: 18px;
}
.hlas-result-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #ece8dc;
}
.grading-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.grading-section2 h4 {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;

    color: #1a162c;
}
.grading-section2 p {
    font-weight: 400;
    font-size: 14px;

    text-transform: uppercase;
    color: #1a162c;
    opacity: 0.5;
}

.grading-section2 .procedure-list {
    position: relative;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.grading-section2 .procedure-list .procedure-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 2px;
    background-color: #7a292a;
    z-index: 0;
}

.grading-section2 .procedure-list .procedure-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 18%;
    border: 2px solid #7a292a;
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: #ece8dc;
}

.grading-section2 .procedure-list .procedure-item .procedure-item-title {
    font-weight: 800;
    font-size: 18px;

    color: #7a292a;
    margin-top: 10px;
}

.grading-section2 .procedure-list .procedure-item .procedure-item-text {
    font-weight: 800;
    font-size: 14px;
    color: #1a162c;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .grading-section2 .procedure-list .procedure-item {
        flex-basis: 31%;
    }
    .grading-section2 .procedure-list .procedure-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .grading-section2 .procedure-list .procedure-item {
        flex-basis: 48%;
    }
}

@media screen and (max-width: 399px) {
    .grading-section2 .procedure-list .procedure-item {
        flex-basis: 100%;
    }
}

.grading-section3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.grading-section3 h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;

    color: #1a162c;
    text-transform: uppercase;
    margin-top: 20px;
}
.grading-section3 p {
    font-weight: 400;
    font-size: 14px;

    text-transform: uppercase;
    color: #1a162c;
    opacity: 0.5;
    margin-top: 20px;
}

.grading-section3 .btn-tcc4 {
    width: 100%;
    text-align: left;
    position: relative;
    color: #1a162c;
    -webkit-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    -moz-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    -o-transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
    transition: border 0.2s cubic-bezier(0.82, -0.03, 1, -0.19);
}

.grading-section3 #contact-page-collapse-area .btn-tcc4:hover {
    background-color: #fff;
}

.grading-section3 .btn-tcc4 svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    right: 20px;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.grading-section3 .btn-tcc4 svg path {
    stroke: #1a162c;
    /* stroke: #7a292a; */
}

.grading-section3 .card.card-body {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 175%;
    color: #1a162c;
    padding: 15px 30px;
    border: 2px solid #7a292a;
    border-radius: 0;
    border-top: none;
}

.grading-section3 .btn-tcc4[aria-expanded="true"] {
    color: #7a292a;
    border-bottom: none;
    border-color: #7a292a;
}

.grading-section3 .btn-tcc4[aria-expanded="true"] svg {
    transform: translate(0, -50%);
}

.grading-section3 .btn-tcc4[aria-expanded="true"] svg path {
    stroke: #7a292a;
}

.grading-section1-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.grading-section1-1 h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;

    color: #1a162c;
    text-transform: uppercase;
    margin-top: 20px;
}
.grading-section1-1 p {
    font-weight: 400;
    font-size: 14px;

    text-transform: uppercase;
    color: #1a162c;
    opacity: 0.5;
    margin-top: 20px;
}
.grading-cert-box {
    border: 2px solid #ece8dc;
    height: 135px;
}
.grading-cert-image {
    object-fit: scale-down;
    height: 100%;
    width: 100%;
}

#grading-form .tcc-badge1 {
    background-color: #ece8dc;
}

#grading-form p {
    font-weight: 800;
    font-size: 24px;

    text-transform: uppercase;
    color: #1a162c;
}

#grading-form .small-text {
    font-weight: 400;
    font-size: 14px;

    text-transform: uppercase;
    color: #1a162c;
    opacity: 0.5;
}

#grading-form .information-text {
    font-weight: 800;
    font-size: 15px;

    text-transform: uppercase;
    color: #1a162c;
}

#grading-form button {
    width: 100%;
    justify-content: center;
}

#grading-form .steps {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; /* Center the step items horizontally */
    align-items: center;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}

#grading-form .steps .step {
    text-align: center;
    display: block;
    flex: 1;
    max-width: 350px;
}

#grading-form .steps .step .step-number {
    font-weight: 800;
    font-size: 24px;
    text-align: center;

    text-transform: uppercase;
    color: #7a292a;
    height: 40px;
    width: 40px;
    display: flex;
    border: 2px solid #7a292a;
    justify-content: center;
    display: block;
    margin: 0px auto;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
}

#grading-form .steps .step .step-text {
    font-weight: 800;
    font-size: 12px;
    text-align: center;

    text-transform: uppercase;
    color: #e9ecdc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#grading-form .steps .steps-divider {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: rgba(26, 22, 44, 0.3);
    z-index: 1;
}

#grading-form .steps .steps-divider-front {
    position: absolute;
    top: 5px; /* Center the divider vertically */
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    opacity: 1;
    background-color: #7b1f21;
    transition: width 0.3s ease;
    z-index: 2;
}

#grading-form .multi-dropdown-div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
}

#grading-form .multi-text-div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
}

#grading-form .multi-dropdown1 {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#grading-form .multi-dropdown2 {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#grading-form .multi-text-1 {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#grading-form .multi-text-2 {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#grading-form input,
#grading-form textarea {
    border: 2px solid #7a292a;
    color: #7a292a;
}

#grading-form input::placeholder,
#grading-form textarea::placeholder {
    color: #7a292a;
}

#grading-form .step-contents {
    margin-top: 50px;
}

#approximate-cost {
    display: none;
}

#submit-before-message {
    display: none;
}

#form-success {
    display: none;
}

#grading-form textarea {
    padding: 10px;
    background-color: transparent;
    color: #7b1f21;
    font-size: 16px;
    outline: none;
    border: 2px solid #7b1f21;
    opacity: 0.8;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
    height: 90px;
}

#grading-form .ul-title {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;

    text-transform: uppercase;
    color: #7a292a;
}

#grading-form ul {
    padding: 10px;
    background-color: transparent;
    color: #7b1f21;
    font-size: 16px;
    outline: none;
    border: 2px solid #7b1f21;
    opacity: 0.8;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
}

#grading-form ul li {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;

    color: #7a292a;
    padding: 10px;
}

#grading-form .btn-prev {
    background-color: #e9ecdc;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;

    text-transform: uppercase;
    color: #1a162c;
    border-radius: 0px;
    border: 2px solid #e9ecdc;
    max-width: 50%;
}

#grading-form .btn-add {
    background-color: #7b1f21;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;

    text-transform: uppercase;
    color: #d6c8c0;
    border-radius: 0px;
    border: 2px solid #7b1f21;
}

#grading-form .btn-add:hover {
    background-color: #d6c8c0;
    color: #7b1f21;
    border: 2px solid #d6c8c0;
}

#grading-form .btn-prev:hover {
    background-color: #d6c8c0;
    color: #7b1f21;
    border: 2px solid #d6c8c0;
}

#selected-coins-list {
    min-height: 50px;
}

.extra-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.extra-service input {
    width: 50px; /* Adjust this width based on the design */
    height: 25px; /* Adjust height as needed */
    transform: scale(
        1.2
    ); /* Increase the size slightly for better user interaction */
    margin-left: 10px; /* Add space between the label and the switch */
    border: none; /* Ensure no border overlaps */
}

#extra-services-container {
    padding: 10px;
}

#shipping-detail .shipment-detail-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;

    color: #7b1f21;
    mix-blend-mode: normal;
    text-decoration: none;
    margin-bottom: 0;
}

#form-success a {
    color: #7b1f21;
}

#form-success svg {
    fill: #7b1f21;
    width: 6em;
    height: 6em;
}

#form-success h2 {
    font-size: 36px;
}

#form-success p {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .grading-head-texts h1 {
        font-size: 35px;
    }
    .grading-head-texts p {
        font-size: 14px;
    }
    .grading-section1 h4 {
        font-size: 24px;
    }
    .grading-section1 p {
        font-size: 18px;
    }
    .grading-section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #grading-form .steps .step .step-text {
        font-size: 9px;
    }
    .grading-section1-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .grading-section2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .grading-section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
