/* ===================================================
   VegeSoft — Custom overrides for Flex-IT dark theme
   =================================================== */

/* --------------------------------------------------
   Brand logo contrast treatment
   -------------------------------------------------- */
.header-basic .header-logo .logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  line-height: 1;
}

.brand-mark {
  width: 42px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .35));
}

.brand-word {
  color: #fff;
  font-family: Jost, Arial, sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .42);
  white-space: nowrap;
}

.header-basic .header-logo .brand-mark {
  width: 44px;
}

.header-basic .header-logo .brand-word {
  color: #fff;
}

.is-sticky.header-basic {
  background-color: #071a33;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
}

.is-sticky.header-basic .menu-link,
.is-sticky.header-basic .controls-box .header-search-btn {
  color: #fff !important;
}

.is-sticky.header-basic .menu-link.active,
.is-sticky.header-basic .menu-link:hover {
  color: var(--clr-main) !important;
}

.header-search-box .search-wrapper {
  width: 100%;
}

.header-search-box .search-form .search-btn {
  top: 1.65rem;
}

.quick-finder-results {
  margin-top: 22px;
  max-height: min(46vh, 420px);
  overflow-y: auto;
}

.quick-finder-empty {
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  margin: 0;
}

.quick-finder-result {
  display: grid;
  width: 100%;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
  color: #fff;
  text-align: left;
}

.quick-finder-result:hover,
.quick-finder-result:focus {
  color: #fff;
  outline: none;
}

.quick-finder-result:hover .quick-finder-result-title,
.quick-finder-result:focus .quick-finder-result-title {
  color: var(--clr-main);
}

.quick-finder-result-type,
.quick-finder-result-action {
  color: var(--clr-main);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quick-finder-result-title {
  min-width: 0;
  font-size: 1rem;
  font-weight: 700;
  transition: color .2s ease;
}

.quick-finder-result-action {
  opacity: .82;
  text-transform: none;
}

.quick-finder-highlight {
  animation: quick-finder-pulse 1.4s ease;
}

@keyframes quick-finder-pulse {
  0%,
  100% {
    box-shadow: none;
  }

  35%,
  70% {
    box-shadow: inset 0 0 0 2px rgba(9, 175, 244, .7);
  }
}

@media (max-width: 767.98px) {
  .header-search-box .search-form .search-btn {
    top: 1rem;
    right: 0;
  }

  .quick-finder-results {
    max-height: 50vh;
  }

  .quick-finder-result {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  .quick-finder-result-action {
    display: none;
  }

  .quick-finder-result-title {
    font-size: .95rem;
  }
}

.language-top-bar {
  display: flex;
  min-height: 34px;
  align-items: center;
}

.language-top-bar .container {
  display: flex;
  justify-content: flex-end;
}

.language-selector {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-link,
.language-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.language-link {
  font-size: .9rem;
  font-weight: 700;
}

.language-link:hover,
.language-link.active,
.language-menu-link:hover,
.language-menu-link.active {
  color: var(--clr-main);
}

.language-separator {
  color: rgba(255, 255, 255, .8);
  font-weight: 700;
}

.language-section {
  display: none;
}

.mobile-overlay {
  display: none;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 1.5rem;
}

.footer-logo .brand-mark {
  width: 48px;
}

.footer-logo .brand-word {
  font-size: 1.45rem;
}

.page-footer .overlay-photo-image-bg {
  opacity: .42 !important;
}

/* --------------------------------------------------
   Services section — Techvio services-4 card style
   -------------------------------------------------- */
.services-section-four {
  padding: 100px 0;
}

.vgz-service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.vgz-service-card:hover {
  border-color: var(--theme-color, #6c63ff);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(108, 99, 255, .18);
}

.vgz-service-card .service-icon-wrap {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--theme-color, #6c63ff) 0%, var(--theme-color-2, #00d4d8) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
}

.vgz-service-card .service-icon-wrap i {
  font-size: 28px;
  color: #fff;
}

.vgz-service-card .service-icon-wrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vgz-service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--heading-color, #fff);
}

.vgz-service-card .service-desc {
  font-size: .92rem;
  line-height: 1.7;
  color: var(--body-color, rgba(255,255,255,.65));
  margin-bottom: 20px;
}

.vgz-service-card .service-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 18px;
}

.vgz-service-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.vgz-service-card .features-list li {
  position: relative;
  padding-left: 18px;
  font-size: .875rem;
  line-height: 1.6;
  color: var(--body-color, rgba(255,255,255,.7));
  margin-bottom: 6px;
}

.vgz-service-card .features-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--theme-color, #6c63ff);
}

.vgz-service-card .service-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--theme-color, #6c63ff);
  text-decoration: none;
  margin-top: auto;
  transition: gap .2s ease, color .2s ease;
}

.vgz-service-card .service-read-more i {
  font-size: 1.1rem;
  transition: transform .2s ease;
}

.vgz-service-card .service-read-more:hover {
  color: var(--theme-color-2, #00d4d8);
}

.vgz-service-card .service-read-more:hover i {
  transform: translateX(4px);
}

/* Light theme overrides */
.light-theme .vgz-service-card {
  background: #fff;
  border-color: #e8e8f0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.light-theme .vgz-service-card:hover {
  border-color: var(--theme-color, #6c63ff);
  box-shadow: 0 12px 40px rgba(108, 99, 255, .14);
}

.light-theme .vgz-service-card h3 {
  color: #1a1a2e;
}

.light-theme .vgz-service-card .service-desc,
.light-theme .vgz-service-card .features-list li {
  color: #555;
}

.light-theme .vgz-service-card .service-divider {
  border-top-color: #eee;
}

.contact-section .contact-information-box-3,
.contact-section .contact-form-box {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  padding: 32px;
  border-radius: 8px;
}

.contact-section .single-contact-info-box {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.contact-section .single-contact-info-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-section .contact-info h6 {
  margin-bottom: 8px;
  color: var(--theme-color-2, #00d4d8);
  font-size: .95rem;
  font-weight: 700;
}

.contact-section .contact-info p {
  margin-bottom: 4px;
}

.contact-section .contact-info a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .header-basic .menu-container {
    display: contents;
  }
}

@media (max-width: 1199px) {
  .header-basic {
    z-index: 10000;
  }

  .language-top-bar {
    display: none;
  }

  .header-basic .mobile-menu {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100vh;
    height: 100dvh;
    z-index: 9999;
    overflow-y: auto;
    margin: 0;
    background-color: var(--clr-main);
    transition: left .35s ease-in-out;
  }

  .header-basic .mobile-menu.show {
    left: 0;
  }

  .header-basic .mobile-menu .menu-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    padding: 94px 0 calc(32px + env(safe-area-inset-bottom, 0px));
  }

  .header-basic .mobile-menu .links-list,
  .header-basic .mobile-menu.show .links-list {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
    background-color: transparent;
  }

  .header-basic .mobile-menu .menu-item {
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }

  .header-basic .mobile-menu .menu-link {
    display: block;
    width: 100%;
    padding: 16px 24px;
    text-align: left;
    line-height: 1.4;
    color: var(--clr-white) !important;
    opacity: 1;
    visibility: visible;
  }

  .header-basic .mobile-menu .menu-link.active,
  .header-basic .mobile-menu .menu-link:hover,
  .header-basic .mobile-menu .menu-link:focus {
    color: var(--clr-white) !important;
    opacity: 1;
    visibility: visible;
  }

  .header-basic .mobile-menu .menu-link::before {
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-basic .mobile-menu .menu-link:hover::before,
  .header-basic .mobile-menu .menu-link:focus::before {
    scale: 0;
  }

  .header-basic .mobile-menu .menu-link.active::before {
    scale: 1;
  }

  .header-basic .mobile-menu .language-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: auto 16px calc(96px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 8px 0;
  }

  .language-section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
  }

  .language-menu-link {
    font-size: 1rem;
    font-weight: 700;
  }

  .header-basic .mobile-menu .language-menu-link,
  .header-basic .mobile-menu .language-menu-link.active,
  .header-basic .mobile-menu .language-menu-link:hover {
    color: var(--clr-white);
  }

  .header-basic .controls-box .menu-toggler.close-menu {
    position: fixed;
    top: 29px;
    left: calc(80% - 64px);
    width: 32px;
    height: 32px;
    margin: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-basic .controls-box .menu-toggler.close-menu > span {
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--clr-white);
  }

  .header-basic .controls-box .menu-toggler.close-menu span:nth-child(1) {
    transform: rotate(45deg);
  }

  .header-basic .controls-box .menu-toggler.close-menu span:nth-child(2) {
    opacity: 0;
  }

  .header-basic .controls-box .menu-toggler.close-menu span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    width: 20%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 9998;
    display: none;
  }

  .mobile-overlay.show {
    display: block;
  }
}

.contact-section .contact-info a:hover {
  color: var(--theme-color-2, #00d4d8);
}

.contact-section .form-input-box {
  margin-bottom: 18px;
}

.contact-section .form-control {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .18);
  color: #fff;
  border-radius: 6px;
  padding: 13px 16px;
}

.contact-section textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-section .form-control:focus {
  border-color: var(--theme-color-2, #00d4d8);
  box-shadow: none;
  background: rgba(0, 0, 0, .24);
  color: #fff;
}

.contact-section .form-control::placeholder {
  color: rgba(255, 255, 255, .65);
}

.contact-section .g-recaptcha {
  min-height: 78px;
}

.light-theme .contact-section .contact-information-box-3,
.light-theme .contact-section .contact-form-box {
  background: #fff;
  border-color: #e8e8f0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.light-theme .contact-section .single-contact-info-box {
  border-bottom-color: #eee;
}

.light-theme .contact-section .form-control {
  background: #f8f9fb;
  border-color: #e6e8ef;
  color: #1a1a2e;
}

.light-theme .contact-section .form-control:focus {
  background: #fff;
  color: #1a1a2e;
}

.light-theme .contact-section .form-control::placeholder {
  color: #6c7280;
}

section[id] {
  scroll-margin-top: 92px;
}

#why-choose-us {
  scroll-margin-top: 112px;
}

.commerce-page {
  padding-top: 140px;
  padding-bottom: 70px;
  min-height: 520px;
}

.commerce-page h2 {
  margin-top: 0;
}

.commerce-page .table-responsive {
  max-width: 100%;
}

.cart-quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-quantity-input {
  width: 76px;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 6px;
  color: #111;
  background: #fff;
  font-weight: 700;
}

.cart-quantity-input:focus {
  border-color: var(--clr-main);
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 162, 214, .18);
}

.cart-quantity-unit {
  color: #111;
}

.commerce-actions {
  margin-top: 24px;
}

.commerce-page .fill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 34px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(45deg, var(--color-primary, #00aeef), var(--color-secondary, #0078d4));
  box-shadow: 0 10px 24px rgba(0, 175, 239, 0.24);
}

.commerce-page .fill-btn:hover {
  color: #fff;
  background: linear-gradient(45deg, var(--color-secondary, #0078d4), var(--color-primary, #00aeef));
}

#why-choose-us > .row {
  align-items: flex-start;
}

#why-choose-us .why-choose-media-col,
#why-choose-us .why-choose-content-col {
  align-items: flex-start !important;
}

#why-choose-us .img-area {
  width: 100%;
  padding-top: 3rem;
}

#why-choose-us .img-area .image {
  width: 100%;
}

#why-choose-us .about-img {
  display: block;
  width: min(100%, 620px);
  max-height: 620px;
  object-fit: contain;
  object-position: top center;
  margin: 0 auto;
}

#why-choose-us .text-area {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

#why-choose-us .text-area .about-text {
  margin-bottom: 2rem;
}

#why-choose-us .info-items-list .info-item {
  margin-bottom: 2rem;
}

#why-choose-us .info-items-list .info-title {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

#why-choose-us .info-items-list .info-text {
  font-size: 1rem;
  line-height: 1.55;
}

#why-choose-us .info-items-list .info-number {
  min-width: 82px;
  margin-right: 1.25rem;
  font-size: 2.8rem;
}

@media (min-width: 992px) {
  #why-choose-us .why-choose-media-col {
    position: sticky;
    top: 112px;
    align-self: flex-start;
  }
}

.certifications-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 12px 0 24px;
  padding-left: 18px;
}

.certifications-list li {
  color: var(--theme-color-2, #00d4d8);
  font-size: .92rem;
  line-height: 1.35;
}

.certifications-list a {
  color: inherit;
  text-decoration: none;
}

.certifications-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.certificate-carousel-logo {
  min-height: 124px;
  padding: 16px;
}

.certificate-carousel-logo .logo {
  max-height: 86px;
  object-fit: contain;
}

.pricing .plane-name {
  min-height: 54px;
}

.pricing .plan-list {
  min-height: 132px;
}

.pricing .plan-icon.bi {
  font-size: 3rem;
  line-height: 1;
}

.light-theme .certifications-list a:hover {
  color: #1a1a2e;
}

@media (max-width: 575.98px) {
  .commerce-page {
    padding-top: 118px;
  }

  .certifications-list {
    grid-template-columns: 1fr;
  }

  .pricing .plane-name,
  .pricing .plan-list {
    min-height: 0;
  }
}
