﻿.section,
.bg-cover,
.optech-section-padding,
.cta-bg3_old {
    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');
}

/* =============================================
   GLOBAL THEME — Dark Blue & White
   Primary: #19264C (Dark Blue)
   Background: White
   ============================================= */

/* Force global white background for sections (excluding footer) */
body, 
.section, 
.sectin, 
.bg-light1, 
.optech-section-padding, 
.large-padding-tb, 
.large-padding-tb4,
.cta-bg3_old {
    background-color: #fff !important;
    background-image: none !important;
}

/* Specific Footer Override — Black Background */
.optech-footer-section,
.optech-footer-section .container,
.optech-footer-section .row,
.optech-footer-section [class*="col-"],
.optech-footer-textarea,
.optech-footer-menu,
.optech-footer-title {
    background-color: transparent !important;
    background-image: none !important;
}

.optech-footer-section {
    background-color: #0a0a0a !important;
    padding-top: 80px;
}

.optech-footer-section h5, 
.optech-footer-section h1, 
.optech-footer-section h2, 
.optech-footer-section h3, 
.optech-footer-section h4 {
    color: #ffffff !important;
}

.optech-footer-section p, 
.optech-footer-section li, 
.optech-footer-section a,
.optech-copywright p {
    color: rgba(255, 255, 255, 0.7) !important;
}

.optech-footer-section a:hover {
    color: #19264C !important;
}

.optech-footer-bottom {
    background-color: #0a0a0a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 30px 0;
}

/* Global text contrast for white sections */
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
.optech-hero-section h1, .optech-hero-section h2, .optech-hero-section h3, .optech-hero-section h4, .optech-hero-section h5,
.sectin h1, .sectin h2, .sectin h3, .sectin h4, .sectin h5 {
    color: #0F172A !important;
}

.section p, .optech-hero-section p, .sectin p {
    color: #475569 !important;
}

/* Global button styles — All Primary Blue with White Text */
.optech-default-btn,
.optech-default-btn.optech-white-btn,
.optech-default-btn.optech-light-btn,
.optech-default-btn span,
.optech-default-btn .btn-wraper {
    background-color: #19264C !important;
    border-color: #19264C !important;
    color: #ffffff !important;
}

.optech-default-btn::before,
.optech-default-btn::after {
    background-color: #2d448c !important;
}

.optech-default-btn:hover,
.optech-default-btn:hover span,
.optech-default-btn:hover .btn-wraper {
    background-color: #2d448c !important;
    color: #ffffff !important;
    border-color: #2d448c !important;
}

/* Icon buttons (Learn More) — Blue accent with forced white text */
.optech-icon-btn,
.optech-icon-btn span {
    color: #19264C !important;
    font-weight: 600;
}

.optech-icon-btn i {
    background-color: #19264C !important;
    color: #ffffff !important;
}

.optech-icon-btn:hover span {
    color: #2d448c !important;
}

/* Footer & Social overrides */
.optech-social-icon-box ul li a {
    background-color: rgba(25, 38, 76, 0.1) !important;
    color: #19264C !important;
}

.optech-social-icon-box ul li a:hover {
    background-color: #19264C !important;
    color: #ffffff !important;
}

.optech-footer-menu ul li a:hover {
    color: #19264C !important;
}

/* Hero Section Specifics */
.optech-hero-section {
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
}

/* Subtle light dot grid overlay */
.optech-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(25, 38, 76, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

/* Soft blue glow blob — top-right */
.optech-hero-section::after {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(25, 38, 76, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Make sure content is above pseudo-elements */
.optech-hero-section .container {
    position: relative;
    z-index: 1;
}

/* Hero specific text overrides */
.optech-hero-section .optech-hero-content h5 {
    color: #19264C !important;
    font-weight: 600;
}

.optech-hero-section .optech-hero-content h1 {
    color: #0F172A !important;
}

.optech-hero-section .optech-hero-content p {
    color: #475569 !important;
}

/* Hero specific button overrides (ensure all are primary blue) */
.optech-hero-section .optech-white-btn {
    background-color: #19264C !important;
    border-color: #19264C !important;
    color: #ffffff !important;
}

.optech-hero-section .optech-white-btn:hover {
    background-color: #2d448c !important;
    border-color: #2d448c !important;
}

.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;
}

/* =============================================
   TOPBAR — Primary Dark Blue
   ============================================= */
.optech-header-top {
    padding: 18px 0 !important;
    background-color: #19264C !important;
    padding: 10px 0;
}

.optech-header-info ul li,
.optech-header-info ul li a,
.optech-header-info-right .cur_lun_login_item span,
.optech-header-info-right .cur_lun_login_item select {
    color: #ffffff !important;
}

.optech-header-info ul li i {
    color: #ffffff !important;
    margin-right: 8px;
}

.optech-header-info-right .cur_lun_login_item svg path {
    fill: #ffffff !important;
}

/* Ensure ALL buttons have white text */
button, input[type='submit'], input[type='button'], .btn, .thm-btn, .optech-default-btn, .optech-default-btn span, .optech-default-btn .btn-wraper {
    color: #ffffff !important;
}
.optech-icon-btn span { color: #ffffff !important; }

/* CTA Section Update */
.cta-bg3 {
    background-color: #19264C !important;
    background-image: none !important;
    padding: 80px 0;
}

.cta-bg3 h2, .cta-bg3 p {
    color: #ffffff !important;
}

/* CTA Button Color Update */
.cta-bg3 .optech-default-btn {
    background-color: #F97316 !important;
    border-color: #F97316 !important;
    color: #ffffff !important;
}

.cta-bg3 .optech-default-btn:hover {
    background-color: #ea580c !important;
    border-color: #ea580c !important;
}

/* Internal Pages Breadcrumb Update */
.optech-breadcrumb {
    background-color: #19264C !important;
    padding: 220px 0 120px !important;
    position: relative;
    overflow: hidden;
}

.optech-breadcrumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(25, 38, 76, 0.85);
    z-index: 1;
}

.optech-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.optech-breadcrumb h1, .optech-breadcrumb .post__title, .optech-breadcrumb .breadcrumbs ul li, .optech-breadcrumb .breadcrumbs ul li a {
    color: #ffffff !important;
}

.optech-breadcrumb .breadcrumbs ul li::before {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Additional Top Padding for Hero */
.optech-hero-section {
    padding-top: 320px !important;
}

@media(max-width:768px){
    .optech-hero-section {
    padding-top: 150px !important;
}
}    
