.trusted-service-form {
    max-width: 680px !important;
    margin: 30px auto;
    background: #fff;
    padding: 30px 28px 18px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    width: 100%;
}
.trusted-service-form-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;}
.ts-notice-error {
    border-left-color: #d63638 !important;
    background: linear-gradient(90deg,#ffeaea,#fff6f6) !important;
    color: #a00 !important;}
.trusted-service-account-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    background: none;
}
.trusted-service-account-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 36px 36px 28px 36px;
    max-width: 420px;
    width: 100%;
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.ts-account-logo {
    flex-shrink: 0;
    margin-right: 18px;
    display: flex;
    align-items: center;
}
.ts-account-info {
    flex: 1;
}
.ts-account-info h2 {
    margin: 0 0 8px 0;
    font-size: 1.6em;
    color: #238a3a;
}
.ts-account-desc {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #444;
}
.ts-account-meta {
    font-size: 1em;
    color: #555;
    margin-bottom: 8px;
}
.ts-account-email {
    font-size: 1em;
    color: #333;
    margin-bottom: 8px;
}
.trusted-service-success-notice {
    display: flex;
    align-items: flex-start;
    background: linear-gradient(90deg, #e7f9ed 0%, #f6fff9 100%);
    border-left: 6px solid #46b450;
    color: #1a3e25;
    padding: 18px 22px;
    border-radius: 8px;
    margin: 32px auto 24px auto;
    font-size: 18px;
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(70,180,80,0.07);
}
.ts-success-icon {
    font-size: 2.3em;
    color: #46b450;
    margin-right: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
.ts-success-content {
    flex: 1;
    line-height: 1.6;
}
.ts-success-content strong {
    font-size: 1.18em;
    color: #238a3a;
}
.ts-success-small {
    display: block;
    font-size: 0.97em;
    color: #3d5d4a;
    margin-top: 7px;
}
.trusted-service-form .form-group {
    margin-bottom: 18px;
}
.trusted-service-form label {
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
    display: block;
}
.trusted-service-form .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 16px;
    background: #fafbfc;
    transition: border-color 0.2s;
}
.trusted-service-form .form-control:focus {
    border-color: #007bff;
    outline: none;
    background: #fff;
}
.trusted-service-form .btn,
.trusted-service-form .btn-primary {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.trusted-service-form .btn:hover,
.trusted-service-form .btn-primary:hover {
    background: #0056b3;
}
.trusted-service-form .notice-success {
    background: #e7f9ed;
    border-left: 4px solid #46b450;
    color: #1a3e25;
    padding: 12px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;}

/* Dashboard Sidebar and Main Content Styles */
.dashboard-sidebar {
    background: linear-gradient(135deg, #f8fafc 60%, #e7f9ed 100%);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 32px 20px 32px 20px;
    min-width: 220px;
    max-width: 260px;
    margin-right: 36px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}
.dashboard-sidebar .sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.dashboard-sidebar .sidebar-nav li {
    margin-bottom: 10px;
}
.dashboard-sidebar .sidebar-nav li a {
    display: block;
    padding: 10px 18px;
    border-radius: 6px;
    color: #238a3a;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
}
.dashboard-sidebar .sidebar-nav li a.active,
.dashboard-sidebar .sidebar-nav li a:hover {
    background: #e7f9ed;
    color: #007bff;
}

.dashboard-main-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 36px 32px 28px 32px;
    min-width: 0;
    overflow-x: auto;
}

@media (max-width: 900px) {
    .trusted-service-account-wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .dashboard-sidebar {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .dashboard-main-content {
        padding: 24px 12px;
    }
}

/* Dashboard Profile Card and Photo Gallery */
.dashboard-profile-card {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 28px 30px;
    margin-bottom: 30px;
    max-width: 440px;
}
.dashboard-logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f3f3f3;
    object-fit: cover;
    border: 3px solid #e7f9ed;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.dashboard-profile-info {
    flex: 1;
}
.dashboard-profile-info .dashboard-name {
    font-size: 1.35em;
    font-weight: 700;
    color: #238a3a;
    margin-bottom: 4px;
}
.dashboard-profile-info .dashboard-email {
    color: #666;
    font-size: 1em;
    margin-bottom: 7px;
}
.dashboard-profile-info .dashboard-desc {
    color: #444;
    font-size: 1.04em;
    margin-bottom: 0;
}
.dashboard-photo-gallery {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.dashboard-photo-thumb {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    border: 2px solid #f3f3f3;
}

/* Service Archive Styles */
.trusted-service-archive-wrap {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin: 36px 0 24px 0;
    flex-wrap: wrap;
}
.trusted-service-archive-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 28px 24px 22px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 230px;
    max-width: 270px;
    text-align: center;
    transition: box-shadow 0.18s;
}
.trusted-service-archive-card:hover {
    box-shadow: 0 6px 22px rgba(0,123,255,0.10);
}
.archive-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f3f3;
    border: 3px solid #e7f9ed;
    margin-bottom: 16px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
    display: block;
}
.archive-logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    color: #bbb;
    font-size: 1.3em;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 16px;
}
.archive-info {
    width: 100%;
}
.archive-name {
    font-size: 1.18em;
    font-weight: 700;
    color: #238a3a;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-desc {
    color: #444;
    font-size: 1.03em;
    margin-bottom: 18px;
    min-height: 2.6em;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-view-btn {
    margin-top: 2px;
    padding: 8px 22px;
    font-size: 1em;
    border-radius: 6px;
    font-weight: 600;
}
.archive-content {
    margin: 20px 0;
}
/* Single Service Page Styles */

.single-service-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 18px 0 22px 0;
    justify-content: flex-start;
}
.single-service-gallery-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.07);
    border: 2px solid #e7f9ed;
    background: #f3f3f3;
    transition: transform 0.14s;
}
.single-service-gallery-img:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 16px rgba(35,138,58,0.13);
}
.single-service-gallery-empty {
    color: #bbb;
    font-style: italic;
    padding: 12px 0;
}
.trusted-service-single-wrap {
    display: flex;
    justify-content: center;
    margin: 38px 0 48px 0;
}
.trusted-service-single-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    padding: 38px 36px 34px 36px;
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-service-logo {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f3f3;
    border: 4px solid #e7f9ed;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: block;
}
.single-service-logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    color: #bbb;
    font-size: 1.5em;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-bottom: 22px;
}
.single-service-info {
    width: 100%;
    text-align: center;
}
.single-service-title {
    font-size: 2em;
    font-weight: 800;
    color: #238a3a;
    margin-bottom: 14px;
}
.single-service-desc {
    color: #444;
    font-size: 1.12em;
    margin-bottom: 18px;
    font-weight: 500;
}
.single-service-content {
    color: #222;
    font-size: 1.07em;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}
.single-service-meta {
    margin: 16px 0 18px 0;
    font-size: 1.07em;
    color: #444;
    text-align: left;
}
.single-service-meta-row {
    margin-bottom: 7px;
}
.single-service-meta-row a {
    color: #007bff;
    text-decoration: underline;
    word-break: break-all;
}
.single-service-gallery {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    justify-content: center;
}
.single-service-gallery-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
    border: 2px solid #f3f3f3;
}
.single-service-contact-form {
    background: #f8fafc;
    border-radius: 10px;
    padding: 18px 14px 12px 14px;
    margin: 24px 0 24px 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.single-service-contact-form h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #238a3a;
    font-size: 1.22em;
}
.single-service-contact-form input,
.single-service-contact-form textarea {
    border: 1px solid #d6e9c6;
    border-radius: 6px;
    font-size: 1em;
    padding: 7px 10px;
    margin-bottom: 8px;
    width: 100%;
}
.single-service-contact-form button {
    margin-top: 8px;
}
.single-service-reviews {
    margin-top: 28px;
}
.single-service-reviews h3 {
    color: #238a3a;
    font-size: 1.18em;
    margin-bottom: 12px;
}
.single-service-review {
    background: #f3f3f3;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.review-author {
    color: #238a3a;
    font-weight: 600;
    margin-bottom: 3px;
}
.review-content {
    color: #333;
    font-size: 1.04em;
}
.no-reviews {
    color: #aaa;
    font-style: italic;
    margin-bottom: 14px;
}

/* Stylish Review (Comment) Form - High Specificity */
.trusted-service-single-card .single-service-reviews .comment-respond {
    background: #f8fafc !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05) !important;
    padding: 22px 18px 16px 18px !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.trusted-service-single-card .single-service-reviews .comment-respond h3 {
    color: #238a3a !important;
    font-size: 1.15em !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    font-weight: 700 !important;
}
.trusted-service-single-card .single-service-reviews .comment-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-bottom: 0 !important;
}
.trusted-service-single-card .single-service-reviews .comment-form label {
    font-weight: 500 !important;
    color: #238a3a !important;
    margin-bottom: 4px !important;
}
.trusted-service-single-card .single-service-reviews .comment-form input[type="text"],
.trusted-service-single-card .single-service-reviews .comment-form input[type="email"],
.trusted-service-single-card .single-service-reviews .comment-form textarea {
    width: 100% !important;
    border: 1px solid #d6e9c6 !important;
    border-radius: 7px !important;
    padding: 8px 12px !important;
    font-size: 1em !important;
    background: #fff !important;
    color: #222 !important;
    margin-bottom: 0 !important;
    transition: border 0.18s !important;
}
.trusted-service-single-card .single-service-reviews .comment-form input[type="text"]:focus,
.trusted-service-single-card .single-service-reviews .comment-form input[type="email"]:focus,
.trusted-service-single-card .single-service-reviews .comment-form textarea:focus {
    border-color: #238a3a !important;
    outline: none !important;
}
.trusted-service-single-card .single-service-reviews .comment-form textarea {
    min-height: 90px !important;
    resize: vertical !important;
}
.trusted-service-single-card .single-service-reviews .form-submit {
    margin-top: 10px !important;
    display: flex !important;
    justify-content: flex-end !important;
}
.trusted-service-single-card .single-service-reviews .form-submit input[type="submit"] {
    background: #238a3a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 10px 28px !important;
    font-size: 1.08em !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.18s !important;
}
.trusted-service-single-card .single-service-reviews .form-submit input[type="submit"]:hover {
    background: #1a6d2b !important;
}
@media (max-width: 700px) {
    .trusted-service-single-card .single-service-reviews .comment-respond {
        padding: 14px 3vw !important;
    }
    .trusted-service-single-card {
        padding: 18px 5vw 18px 5vw;
        max-width: 98vw;
    }
    .single-service-title {
        font-size: 1.4em;
    }
    .single-service-logo {
        width: 64px;
        height: 64px;
    }
    .single-service-gallery-img {
        width: 64px;
        height: 64px;
    }
    .single-service-contact-form {
        padding: 12px 4vw;
    }
    .single-service-reviews .comment-respond {
        padding: 14px 3vw;
    }
}