.section,
.bg-cover,
.optech-section-padding,
.cta-bg3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wishlist_icon svg path {
    stroke: #000;
    /* default outline color */
    fill: transparent;
    transition: all 0.3s ease;
}

.wishlist_icon:hover svg path {
    fill: #ff4d4d;
    /* hover fill color */
    stroke: #ff4d4d;
}

.wishlist_icon.active svg path {
    fill: #ff4d4d;
    /* active state fill color */
    stroke: #ff4d4d;
}

.optech-hero-slider-item::before {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-image: url('../img/hero/overlay.png') !important;
}

.optech-service-contact {
    background-image: url('../img/service/bg.png');
}

.optech-footer-cta-wrap {
    background-image: url('../img/cta/cta.png');
}

.optech-counter-wrap {
    background-image: url('../img/v2/counter-bg.png');
}

.optech-hero-section {
    background-image: url('../img/hero/bg1.png');
}

.optech-service-contact {
    background-image: url('../img/service/bg.png');
}

.custom_image {
    background-image: url('../img/cta/cta-bg2.png');
}

.optech-hero-section4 {
    background-image: url('../img/hero/bg3.png');
}

.tech-agency-img {
    background-image: url('../img/hero/bg2.png');
}

.optech-footer-cta-wrap {
    background-image: url('../img/cta/cta.png');
}

.optech-hero-section8 {
    background-image: url('../img/hero/bg4.png');
}

.custom-image-two {
    background-image: url('../img/cta/cta-bg3.png');
}

.custom-image-two-home {
    background-image: url('../img/cta/cta-bg2.png') !important;
}

.cookie_consent_modal {
    width: 350px;
    padding: 30px;
    background-color: var(--white-color);
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.cookie_consent_modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}

.cookie_consent_modal h5 {
    font-size: 22px;
    font-weight: 500;
}

.cookie_consent_modal p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}

.cookie_consent_modal .thm-btn-two {
    margin-top: 20px;
}

.shop_sidebar_item_box_main.fst {
    min-height: 240px !important;
    height: 0px !important;
}

.dashbord_sidebar {
    border-radius: 0px !important;
    border-right: 1px solid #e3e3ec;
}

.dashbord_bg {
    background: #fff !important;
    box-shadow: 0 12px 40px 4px rgba(10, 22, 94, 0.0784313725) !important;
}

.dashbord_item {
    padding: 0 !important;
    flex-direction: row !important;
    text-align: start !important;
}

.dashbord_item_icon {
    width: 54px !important;
    height: 54px !important;
}

.dashbord_item_text .d-item-label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.dashbord_table_main .table thead tr th {
    background: #EEF1FF !important;
    white-space: nowrap !important;
}

.d_review_box_head {
    background: #EEF1FF !important;
}

.dashbord_table_main .table tbody tr td {
    min-width: 150px !important;
}

.about-us-header {
    margin-top: 100px !important;
}

@media (min-width: 992px) {
    .about-us-header {
        margin-top: 150px !important;
    }
}

.optech-header-bottom2 {
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Breadcrumb title - match About Us h2 font-size */
.optech-breadcrumb h1.post__title {
    font-size: 48px;
}
@media (max-width: 767px) {
    .optech-breadcrumb h1.post__title {
        font-size: 34px;
    }
}

.optech-breadcrumb .post__subtitle {
    font-size: 16px;
    color: #ffffff !important;
    margin-bottom: 20px;
}

/* Consistent spacing on product detail page */
.optech-details-content h2 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.optech-details-content h6 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.optech-product-info h5 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.optech-product-tab ul.nav {
    margin-bottom: 30px !important;
}
.optech-related-product-section .optech-section-title {
    padding-bottom: 30px !important;
}
/* Blue titles (accent color = Get in Touch button blue) on product page */
.optech-details-content h2,
.optech-product-info h5,
.optech-product-tab .nav-pills .nav-link,
.write_review_box_heading h4,
.optech-related-product-section .optech-section-title h2 {
    color: var(--accent-color) !important;
}
.product-description-content h1,
.product-description-content h2,
.product-description-content h3,
.product-description-content h4,
.product-description-content h5,
.product-description-content h6,
.product-description-content strong,
.product-description-content b {
    color: var(--accent-color) !important;
}

/* Bulleted lists inside product description */
.product-description-content ul,
.product-description-content ol {
    list-style: initial !important;
    padding-left: 40px !important;
}
.product-description-content ul ul,
.product-description-content ol ol {
    padding-left: 30px !important;
}
.product-description-content li {
    list-style: initial !important;
}

/* Normalize ALL block-level content inside description & review tabs */
.product-description-content {
    line-height: 1.8;
}
.product-description-content h1,
.product-description-content h2,
.product-description-content h3,
.product-description-content h4,
.product-description-content h5,
.product-description-content h6,
.product-description-content p,
.product-description-content div,
.product-description-content ul,
.product-description-content ol,
.product-description-content blockquote,
.product-description-content pre {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.product-description-content h1:first-child,
.product-description-content h2:first-child,
.product-description-content h3:first-child,
.product-description-content h4:first-child,
.product-description-content h5:first-child,
.product-description-content h6:first-child,
.product-description-content p:first-child,
.product-description-content div:first-child,
.product-description-content ul:first-child,
.product-description-content ol:first-child,
.product-description-content blockquote:first-child,
.product-description-content pre:first-child {
    margin-top: 0 !important;
}
.product-description-content h1:last-child,
.product-description-content h2:last-child,
.product-description-content h3:last-child,
.product-description-content h4:last-child,
.product-description-content h5:last-child,
.product-description-content h6:last-child,
.product-description-content p:last-child,
.product-description-content div:last-child,
.product-description-content ul:last-child,
.product-description-content ol:last-child,
.product-description-content blockquote:last-child,
.product-description-content pre:last-child {
    margin-bottom: 0 !important;
}

/* Override editor-injected inline font styles in content areas */
.optech-default-content [style*="font-family"],
.entry-content [style*="font-family"] {
    font-family: "Sora", sans-serif !important;
}
.optech-default-content [style*="font-size"],
.entry-content [style*="font-size"] {
    font-size: inherit !important;
}

/* ===== INNER PAGE CONTENT STYLES ===== */

/* Blue titles matching 'Get in Touch' button color (#2b4dff) */
.optech-default-content h1,
.optech-default-content h2,
.optech-default-content h3,
.optech-default-content h4,
.optech-default-content h5,
.optech-default-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.optech-section-title h2,
.optech-section-title h5,
.optech-blog-content h2,
.optech-blog-content h4,
.optech-blog-content2 h4,
.optech-iconbox-data h4,
.optech-iconbox-data2 h5,
.optech-contact-info h5,
.optech-team-data h5,
.optech-team-single-content h2,
.optech-service-data h5,
.optech-t-author h5,
.optech-t-data2 h5,
.optech-comment-box h3,
.optech-accordion-header h5,
.optech-service-contact h3,
.optech-service-details-item h3 {
    color: var(--accent-color) !important;
}

/* h6 font size in content areas */
.optech-default-content h6,
.entry-content h6 {
    font-size: 18px !important;
}

/* Bulleted lists in content areas */
.optech-default-content ul,
.optech-default-content ol,
.entry-content ul,
.entry-content ol {
    list-style: initial !important;
    padding-left: 40px !important;
}
.optech-default-content ul ul,
.optech-default-content ol ol,
.entry-content ul ul,
.entry-content ol ol {
    padding-left: 30px !important;
}
.optech-default-content li,
.entry-content li {
    list-style: initial !important;
}

