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

.service-card-modern {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e5e5;
}
.service-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.brand-logo-wrapper:hover { transform: scale(1.05); }
.gradient-text {
    background: linear-gradient(90deg, #1890ff, #52c41a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.optech-pricing2.active {
    border: 2px solid #0A165E;
    background: #ffffff;
    transform: scale(1.02);
}

.optech-pricing2:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.optech-blog-wrap:hover h5, .optech-blog-wrap:hover h3 {
    color: #0A165E;
}

/* Container tweaks */
.optech-accordion-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
  overflow: hidden;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Each accordion item */
.optech-accordion-item {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
  cursor: pointer;
  padding: 0;
}

/* Last item no border */
.optech-accordion-item:last-child {
  border-bottom: none;
}

/* Header */
.optech-accordion-header {
  padding: 18px 24px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.15rem;
  color: #222;
  user-select: none;
  position: relative;
  transition: background-color 0.3s ease;
  border-radius: 12px 12px 0 0;
}

/* Hover effect on header */
.optech-accordion-header:hover {
  background-color: #e6f7ff; /* subtle blue */
  color: #096dd9;
}

/* "Q1." prefix styling */
.optech-accordion-header h5 span {
  font-weight: 700;
  color: #096dd9;
  margin-right: 8px;
}

/* Plus/minus toggle icon */
.optech-accordion-header::after {
  content: '+';
  font-size: 1.5rem;
  color: #096dd9;
  transition: transform 0.3s ease;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

/* When open, rotate and change icon */
.optech-accordion-item.open .optech-accordion-header::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}

/* Accordion body (content) */
.optech-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background-color: #fff;
  padding: 0 24px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  border-radius: 0 0 12px 12px;
}

/* When open, expand content */
.optech-accordion-item.open .optech-accordion-body {
  padding: 18px 24px;
  max-height: 1000px; /* large enough for content */
}

/* Smooth transition fix for content paragraphs */
.optech-accordion-body p {
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .optech-accordion-header {
    font-size: 1.05rem;
    padding: 14px 18px;
  }

  .optech-accordion-body {
    padding: 14px 18px;
  }
}
/* Modern card-style for services */
.optech-iconbox-wrap.style-two {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.optech-iconbox-wrap.style-two:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* Icon/image styling */
.optech-iconbox-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Service title */
.optech-iconbox-data h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #1f2937;
    font-weight: 600;
}

/* Description text */
.optech-iconbox-data p {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 16px;
    line-height: 1.6;
}

/* Learn More button */
.optech-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #096dd9;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.optech-icon-btn:hover {
    color: #0050b3;
}

.icon-show, .icon-hide {
    font-size: 1rem;
    transition: transform 0.3s;
}
/* === Service Details Section === */
.optech-service-details-wrap {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.optech-service-details-img {
    border-radius: 12px;
    margin-bottom: 24px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.optech-service-details-item h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.optech-service-details-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}


/* === Sidebar === */
.optech-service-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.optech-service-menu {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.optech-service-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.optech-service-menu li {
    margin-bottom: 12px;
}

.optech-service-menu a {
    color: #1f2937;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.optech-service-menu a:hover {
    color: #1890ff;
    transform: translateX(4px);
}


/* === CTA Sidebar Box === */
.optech-service-contact {
    background: linear-gradient(135deg, #1890ff 0%, #40a9ff 100%);
    padding: 28px;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 6px 20px rgba(24, 144, 255, 0.2);
}

.optech-service-contact-icon {
    margin-bottom: 16px;
}

.optech-service-contact h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.optech-service-contact p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #f0f9ff;
}

.optech-default-btn {
    background-color: #fff;
    color: #1890ff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.optech-default-btn:hover {
    background-color: #e6f7ff;
    color: #096dd9;
}
/* === Core Reset & Font === */
body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background-color: #f9fafb;
    color: #1f2937;
    line-height: 1.7;
}

/* === Modern Container === */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* === Glass Panel Style === */
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    color: #ffffff;
}

/* === Gradient Title === */
.gradient-title {
    background: linear-gradient(90deg, #00dbde, #fc00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* === Gradient Button === */
.button-gradient {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(to right, #00dbde, #fc00ff);
    box-shadow: 0 4px 20px rgba(255, 0, 255, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}

.button-gradient:hover {
    opacity: 0.85;
}

/* === Outline Button === */
.button-outline {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.button-outline:hover {
    background-color: #ffffff;
    color: #000000;
}

/* === Card Style === */
.card-modern {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}

/* === Accordion Modern === */
.accordion-modern .accordion-item {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s;
}

.accordion-modern .accordion-header {
    padding: 20px;
    background-color: #f1f5f9;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

.accordion-modern .accordion-body {
    padding: 20px;
    background-color: #ffffff;
    font-size: 16px;
    color: #4b5563;
}

/* === Section Title === */
.section-title-modern {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #00dbde, #fc00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.hero-section-modern {
    background: linear-gradient(135deg, #00dbde, #fc00ff, #00dbde);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
}

.gradient-title {
    background: linear-gradient(90deg, #00dbde, #fc00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.process-glass-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.process-glass-box:hover {
    transform: translateY(-6px);
}
.process-step-badge {
    background: linear-gradient(to right, #00dbde, #fc00ff);
    color: #fff;
    font-weight: bold;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 16px;
}
.footer-link {
    color: black;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    transition: color 0.3s;
}
.footer-link:hover {
    color: black;
}
