.optech-header-one.sticky-menu .optech-header-bottom {
  background-color: var(--white-bg);
}


.sticky-menu .optech-header-bottom {
  background-color: var(--white-bg) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.optech-header-bottom {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

.site-navbar {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.site-menu-main .nav-link-item {
  font-size: 15px !important;
}

.flip-section .card {
  border-radius: 12px;
  transition: 0.3s;
}

.flip-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.flip-section h4,
.flip-section h5 {
  font-weight: 600;
}

.flip-section i {
  color: #6C63FF;

}

.flip-section ul {
  list-style: none;
  padding-left: 0;
}

.flip-section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.flip-section ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 5px;
  color: #6C63FF;
  font-size: 18px;
  line-height: 1;
}

/* Default (desktop stays same) */
#portfolio-flters {
  flex-wrap: nowrap;
  margin-top: 140px;
}

/* Tablet */
@media (max-width: 992px) {
  #portfolio-flters {
    margin-top: 60px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #portfolio-flters {
    margin-top: 30px;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  #portfolio-flters {
    flex-wrap: wrap;
    justify-content: center;
  }

  #portfolio-flters li {
    flex: 0 0 45%;
    /* 2 items per row */
    text-align: center;
    margin: 5px;
  }
}

#portfolio-flters li {
  cursor: pointer;
  padding: 8px 18px;
  margin: 5px;
  border-radius: 20px;
  background: #f1f3f5;
}

#portfolio-flters .filter-active {
  background: #0a165e;
  color: #fff;
}


/* css for about us page */

.large-padding-tb4 {
  padding: 25px 0 170px !important;
}

/* Standardized font sizes for service and career pages */
.large-padding-tb4 h2 {
  font-size: 32px !important;
}
.large-padding-tb4 h3 {
  font-size: 17px !important;
  font-weight: 700;
}
.large-padding-tb4 h4 {
  font-size: 15px !important;
  font-weight: 600;
}
.large-padding-tb4 h5 {
  font-size: 14px !important;
  font-weight: 600;
}
.large-padding-tb4 h6 {
  font-size: 13px !important;
  font-weight: 600;
}

.large-padding-tb4 p,
.large-padding-tb4 li {
  font-size: 14px !important;
  line-height: 1.6;
}


@media (max-width: 767px) {
  .large-padding-tb4 {
    padding: 5px 0 56px !important;
  }
}

.sticky-tabs {
  position: sticky;
  top: 80px;
  /* Align flush with desktop header */
  z-index: 998;
  /* High z-index to stay above body content but below main menu */
  background: #f4f6f9;
  /* Distinct light background */
  border-bottom: 1px solid #e5e9f0;
  padding: 10px 0;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.05);
}

#portfolio-flters {
  margin-top: 0 !important;
  /* Override custom.css */
}

#portfolio-flters li {
  padding: 4px 12px !important;
  margin: 4px 5px !important;
  border-radius: 30px !important;
  background: #fff !important;
  border: 1px solid #e5e9f0 !important;
  color: #4a5568 !important;
  font-weight: 500;
  font-size: 13px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

#portfolio-flters li:not(.filter-active):hover {
  background: #f8f9fa !important;
  border-color: #cbd5e1 !important;
}

#portfolio-flters .filter-active {
  background: #0a165e !important;
  border-color: #0a165e !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(10, 22, 94, 0.2) !important;
}

#portfolio-dropdown {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #0a165e;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%230a165e%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

#portfolio-dropdown:focus {
  outline: none;
  border-color: #0a165e;
  box-shadow: 0 0 0 3px rgba(10, 22, 94, 0.2);
}

.tab-content-container {
  min-height: 100vh;
  padding-top: 65px;
}

@media (max-width: 767px) {
  .tab-content-container {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .sticky-tabs {
    top: 90px;
    /* Mobile header height */
  }
}

.tab-pane {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tech-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tech-title {
  font-weight: 600;


}

.tech-list li {
  margin-bottom: 8px;

}

.section-desc {

  color: #6c757d;
  margin-bottom: 20px;
}

.optech-section-title {
  padding-bottom: 25px !important;
}

/* NORMAL */
#portfolio li a {
  padding: 6px 18px;
  margin: 4px 6px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e5e9f0;
  color: #4a5568;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}


/* ACTIVE */
#portfolio li a.filter-active {
  background: #0a165e;
  border-color: #0a165e;
  color: #fff;
  box-shadow: 0 4px 8px rgba(10, 22, 94, 0.2);
}

/* HOVER */
#portfolio li a:hover {
  background: #0a165e;
  color: #fff;
}

/* NORMAL (like your old li style but applied to a) */
#portfolio li a {
  display: inline-block;
  /* IMPORTANT */
  padding: 4px 12px !important;
  margin: 4px 5px !important;
  border-radius: 30px !important;
  background: #fff !important;
  border: 1px solid #e5e9f0 !important;
  color: #4a5568 !important;
  font-weight: 500;
  font-size: 13px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  text-decoration: none;
}

/* HOVER (only when NOT active) */
#portfolio li a:not(.filter-active):hover {
  background: #f8f9fa !important;
  border-color: #cbd5e1 !important;
  color: #4a5568 !important;
}

/* ACTIVE */
#portfolio li a.filter-active {
  background: #0a165e !important;
  border-color: #0a165e !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(10, 22, 94, 0.2) !important;
}

/* Global Tick Mark Alignment & Styling Fix */
.optech-icon-list ul {
  padding-left: 0;
  list-style: none;
}

.optech-icon-list ul li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  line-height: 1.5;
}

/* Specific styling for check icons to ensure they look like clean circular badges */
.optech-icon-list ul li i[class*="ri-check"],
.optech-icon-list ul li i[class*="fa-check"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #0a165e !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 10px !important;
  font-weight: bold !important;
  margin-top: -4px !important; /* Centers it with the first line of text */
  flex-shrink: 0 !important;
}

/* Ensure the text inside doesn't have extra margins if wrapped in <a> or <span> */
.optech-icon-list ul li a, 
.optech-icon-list ul li span {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}