.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;
}

/* Pricing Table Styles */
.optech-pricing-box {
    padding: 40px 30px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #eef1ff;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.optech-pricing-box:not(.active) {
    border: 1px solid #e0e6ff;
    box-shadow: 0 5px 20px rgba(43, 89, 255, 0.05);
}

.optech-pricing-box.active {
    background: #2b59ff;
    border-color: #2b59ff;
    color: #fff;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(43, 89, 255, 0.2);
}

.optech-pricing-header h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.optech-pricing-box.active .optech-pricing-header h4 {
    color: #fff;
}

.optech-pricing-header p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #666;
    line-height: 1.6;
}

.optech-pricing-box.active .optech-pricing-header p {
    color: rgba(255, 255, 255, 0.9);
}

.optech-pricing-price {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.optech-pricing-price h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.2;
    word-break: break-all;
}

.optech-pricing-price h2.custom-price {
    font-size: 22px;
}

.optech-pricing-price h2 span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.optech-pricing-box.active .optech-pricing-price h4,
.optech-pricing-box.active .optech-pricing-feature ul li {
    color: #fff;
}

.optech-pricing-feature {
    margin-bottom: 30px;
    flex-grow: 1;
}

.optech-pricing-feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.optech-pricing-feature ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
}

.optech-pricing-feature ul li i {
    color: #2b59ff;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
}

.optech-pricing-box.active .optech-pricing-feature ul li i {
    color: #fff;
}

.optech-pricing-btn .optech-default-btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.optech-pricing-btn .optech-default-btn .btn-wraper {
    display: block;
    width: 100%;
}

/* Ensure button text is visible in active plan */
.optech-pricing-box.active .optech-default-btn {
    background: #fff !important;
    color: #2b59ff !important;
}

.optech-pricing-box.active .optech-default-btn .btn-wraper,
.optech-pricing-box.active .optech-default-btn span {
    color: #2b59ff !important;
}

.optech-pricing-box.active .optech-default-btn::before,
.optech-pricing-box.active .optech-default-btn::after {
    background: #2b59ff !important;
}

.optech-pricing-box.active .optech-default-btn:hover {
    color: #fff !important;
}

.optech-pricing-box.active .optech-default-btn:hover .btn-wraper,
.optech-pricing-box.active .optech-default-btn:hover span {
    color: #fff !important;
}

.optech-pricing-box .optech-pricing-price h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

.optech-pricing-box .optech-pricing-price h4 span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.optech-pricing-btn .optech-default-btn span,
.optech-pricing-btn .optech-default-btn .btn-wraper {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease;
}

.optech-pricing-btn .optech-default-btn:hover span,
.optech-pricing-btn .optech-default-btn:hover .btn-wraper {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: inherit !important;
}

.optech-pricing-box:hover {
    transform: translateY(-5px);
}

.optech-pricing-box.active:hover {
    transform: translateY(-5px) scale(1.03);
}

/* Responsive fixes */
@media (max-width: 1199px) {
    .optech-pricing-price h2 {
        font-size: 28px;
    }
}

.optech-pricing-plans .row {
    margin: 55px 0 !important;

    display: flex;
    flex-wrap: wrap;
}


.optech-pricing-plans .col-lg-4 {
    display: flex;
}

.optech-iconbox-wrap:hover .optech-iconbox-icon {
    background-color: var(--light-bg3) !important;
}

.optech-iconbox-wrap:hover .optech-iconbox-icon img {
    filter: none !important;
}

/* Mobile responsive space adjustments */
@media (max-width: 767px) {
    .optech-breadcrumb {
        height: auto !important;
        padding-bottom: 30px !important;
    }
    .optech-section-padding2,
    .optech-section-padding5 {
        padding-top: 30px !important;
    }
}