.tech-guide-section {
    background-color: #000;
    padding: 80px 0;
}

.tech-guide-section .section-title .sub-title span {
    color: #d7b56d;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.tech-guide-section h2 {
    color: #cacbcb;
    margin-bottom: 15px;
}

.tech-guide-section p {
    color: #aaa;
    line-height: 1.8;
}

.tech-guide-section ul,
.tech-guide-section ol {
    color: #aaa;
    padding-left: 20px;
    line-height: 2;
}

.tech-guide-section ul li,
.tech-guide-section ol li {
    margin-bottom: 8px;
}

.tech-guide-section h2 {
    color: #d7b56d;
    margin-bottom: 15px;
    font-size: 24px;
    border-left: 3px solid #d7b56d;
    padding-left: 12px;
}

.tech-guide-section h3 {
    color: #cacbcb;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
}

.tech-guide-section strong {
    color: #d7b56d;
}

/* Table Styling */
.tech-guide-section .custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #0d0d0d;
    border: 1px solid #2a2a2a;
}

.tech-guide-section .custom-table thead tr {
    background-color: #1a1a1a;
}

.tech-guide-section .custom-table thead th {
    color: #d7b56d;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 2px solid #d7b56d;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.tech-guide-section .custom-table tbody tr {
    border-bottom: 1px solid #222;
    transition: background-color 0.3s;
}

.tech-guide-section .custom-table tbody tr:hover {
    background-color: #131313;
}

.tech-guide-section .custom-table tbody td {
    color: #aaa;
    padding: 12px 16px;
    font-size: 14px;
    vertical-align: middle;
}

.tech-guide-section .custom-table tbody td a {
    color: #d7b56d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.tech-guide-section .custom-table tbody td a:hover {
    color: #fff;
    text-decoration: underline;
}

/* FAQ Styling */
.faq-block {
    background-color: #0d0d0d;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 16px;
    transition: border-color 0.3s;
}

.faq-block:hover {
    border-color: #d7b56d;
}

.faq-block p {
    margin: 0;
}

.faq-block strong {
    display: block;
    color: #d7b56d;
    margin-bottom: 8px;
    font-size: 15px;
}

/* Sidebar */
.sidebar-image-wrapper {
    position: sticky;
    top: 100px;
}

.sidebar-image-wrapper img.main-img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #222;
}

.sidebar-info-box {
    background-color: #0d0d0d;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 24px;
    margin-top: 30px;
}

.sidebar-info-box h5 {
    color: #d7b56d;
    margin-bottom: 14px;
    font-size: 17px;
}

.sidebar-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-info-box ul li {
    color: #aaa;
    padding: 8px 0;
    border-bottom: 1px solid #1e1e1e;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-info-box ul li:last-child {
    border-bottom: none;
}

.sidebar-info-box ul li i {
    color: #d7b56d;
    font-size: 13px;
}

/* CTA */
.cta-dark-section {
    background-color: #000;
    padding: 60px 0;
    border-top: 1px solid #1a1a1a;
}

.cta-dark-inner {
    background-color: #0d0d0d;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cta-dark-inner .icon {
    font-size: 50px;
    color: #d7b56d;
    flex-shrink: 0;
}

.cta-dark-inner .title {
    flex: 1;
}

.cta-dark-inner .title h2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 22px;
}

.cta-dark-inner .title p {
    color: #aaa;
    margin: 0;
    font-size: 15px;
}

.cta-dark-inner .theme-btn {
    flex-shrink: 0;
    background-color: #d7b56d;
    color: #000;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
}

.cta-dark-inner .theme-btn:hover {
    background-color: #fff;
    color: #000;
}

.breadcrumb-wrapper.hero-1 .breadcrumb-sub-title .hero-heading {
    color: var(--white);
    font-size: 60px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.3;
    position: relative;
    z-index: 9;
    display: block;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper.hero-1 .breadcrumb-sub-title .hero-heading {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper.hero-1 .breadcrumb-sub-title .hero-heading {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .cta-dark-inner {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
    }

    .cta-dark-inner .icon {
        font-size: 40px;
    }
}