/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Updated: 2026-02-04 06:43:37

*/
a {
  text-decoration: none !important;
}

.a-tag-style {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.a-tag-style:hover {
  color: #0b6ded !important;
}

.vbs-mega-software-menu .sub-menu {
  position: fixed !important;
}

.vbs-mega-software-menu {
  width: 100%;
}

body.ehf-header #masthead {
  position: sticky;
  top: 0;
  left: 0;
}

/* ========== Services Listing Css =========== */
.vbs-services-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vbs-single-service-item {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6edf3;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}

.vbs-single-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.vbs-item-container {
  padding: 25px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.vbs-icon-box {
  width: 100px;
  height: 100px;
  background:
    linear-gradient(180deg, #f1f5f9 0%, #baddff00 100%),
    linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vbs-text-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vbs-title {
  margin: 0 0 10px;
  min-height: 60px;
}

.vbs-text-content .vbs-title a {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

.vbs-item-container:hover .vbs-text-content .vbs-title a {
  color: #0b6ded;
}

.vbs-item-container:hover .vbs-text-content .vbs-btn-wrapper a {
  color: #111111;
}

.vbs-desc {
  flex-grow: 1;
}

.vbs-btn-link {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}

/* ============ accounting process border========== */
.step-container::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 60px);
  width: calc(100% - 120px);
  height: 0px;
  border-top: 2px dashed #111111;
  z-index: 1;
}

.step-container:last-child::after {
  display: none;
}

/* ===========Contact Form Design ============= */

.vbs-logo {
  text-align: center;
  padding: 20px 10px;
  background-color: #002350;
  border-radius: 15px 15px 0px 0px;
  border: 1px solid #dddddd;
}

.vbs-logo p {
  margin-bottom: 0;
}

.vbs-logo p img {
  width: 45%;
}

.vbs-form-container {
  padding: 20px 35px 30px 35px;
  border-radius: 0px 0px 15px 15px;
  border: 1px solid #dddddd;
  border-top: none;
  text-align: center;
}

.vbs-form-container h4 {
  font-weight: 400;
  margin: 0 0 20px 0;
}

.vbs-form-container .vbs-logo p {
  margin-bottom: 30px;
}

.vbs-form-container input,
.vbs-form-container textarea {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 13px 15px;
}

.vbs-form-container textarea {
  height: 150px;
}

.vbs-form-container input::placeholder,
textarea::placeholder {
  color: #565656;
}

.vbs-form-container .wpcf7-not-valid-tip {
  text-align: left;
  padding-top: 5px;
}

/* ========================testimonial style=============== */
.vbs-testimonial-title {
  margin-bottom: 40px;
}

.vbs-testimonial-title span {
  color: #0d6ded;
}

.vbs-testimonial-slider.owl-carousel {
  display: block;
}

.vbs-testimonial-slider .owl-stage {
  display: flex;
}

.vbs-testimonial-slider .owl-item {
  display: flex;
}

.vbs-testimonial-slider .owl-item > div {
  width: 100%;
}

.vbs-testimonial-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #dddddd;
  position: relative;
}

.vbs-quote-wrapper {
  position: absolute;
  top: 22px;
  right: 22px;
}

.vbs-rating {
  color: #fbbf24;
  font-size: 20px;
  margin-bottom: 30px;
}

.vbs-testimonial-card h4 {
  color: #0b6ded;
  margin: 0 0 12px 0;
}

.vbs-client-meta {
  font-size: 14px;
  color: #525252;
  margin-bottom: 20px;
}

.vbs-testimonial-section .owl-nav {
  position: absolute;
  top: -85px;
  right: 0;
  display: flex;
  gap: 30px;
}

.vbs-testimonial-section .owl-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #dddddd !important;
  background: #ffffff !important;
  transition: all 0.3s ease;
  display: flex !important;
  justify-content: center !important;
}

.vbs-testimonial-section .owl-nav button img {
  width: 24px;
  height: auto;
  transition: all 0.3s ease;
}

.vbs-testimonial-section .owl-nav button:hover,
.vbs-testimonial-section .owl-nav button:active,
.vbs-testimonial-section .owl-nav button:focus {
  background: #0b6ded !important;
  border-color: #0b6ded !important;
  outline: none;
}

.vbs-testimonial-section .owl-nav button:hover img,
.vbs-testimonial-section .owl-nav button:active img,
.vbs-testimonial-section .owl-nav button:focus img {
  filter: brightness(0) invert(1);
}

.vbs-testimonial-section .owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #eeeeee !important;
}

.vbs-testimonial-section .owl-nav button.disabled:hover {
  background: #eeeeee !important;
}

.vbs-testimonial-section .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.vbs-testimonial-section .owl-dot span {
  width: 10px;
  height: 10px;
  background: #525252;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s ease;
  border: 1px solid #000000;
}

.vbs-testimonial-section .owl-dot.active span {
  background: #0d6efd;
  transform: scale(1.5);
  border: none;
}

/* ========Our Core Values============== */
.diamond-container::before {
  content: "";
  width: 340px;
  height: 340px;
  border: 8px solid #0b6ded;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -100;
}

/*============Blog Listing================  */
.main-blog-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-header-text {
  text-align: center;
  margin-bottom: 40px;
}

.blog-header-text h2 span {
  color: #0b6ded;
}

.blog-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-banner {
  background:
    linear-gradient(180deg, #e8f4ff 0%, #8b929900 100%),
    linear-gradient(180deg, #eef6ff 0%, #daedff 100%);
  padding: 15px;
  height: 228px;
  border: 1px solid #dddddd;
  border-radius: 10px 10px 0px 0px;
}

.custom-blog-card {
  padding: 10px 10px 30px;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.card-logo img {
  height: 18px;
  margin-bottom: 10px;
}

.banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.banner-title {
  font-size: 16px !important;
  word-break: break-all;
  width: 60%;
  margin: 0;
  line-height: 24px;
}

.card-content {
  padding: 40px 10px 0px;
}

.main-post-title {
  word-break: break-all;
  margin: 0 0 36px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 103px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
}

/* ==============Services Page Round Border=================== */
.services-border-round::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px dashed #00337e26;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}

.services-border-round::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  border: 1px dashed #00337e26;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}

span.wpcf7-spinner {
  display: none !important;
}

/* ==================nav menu=================== */
.hfe-nav-menu,
.hfe-nav-menu__layout-horizontal {
  position: relative;
}

.hfe-nav-menu .menu-item-has-children {
  position: relative;
}
.hfe-nav-menu .menu-item-has-children > .sub-menu {
  position: fixed;
  top: 100px;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  backdrop-filter: blur(96px);
  z-index: 999999 !important;
  display: block !important;
}
.hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.hfe-nav-menu .menu-item-has-children > .sub-menu > li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vbs-mega-services > .hfe-sub-menu-item {
  display: none !important;
}
.vbs-mega-services {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 10px 30px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.vbs-service-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 19px 10px 10px;
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.vbs-service-item:hover {
  background: #e5f0ff;
  transform: translateY(-2px);
}

.vbs-service-item:hover .vbs-service-icon {
  background: #002350ba;
}
.vbs-service-icon {
  background: #cddff8;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 9px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}

.vbs-service-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.vbs-service-title {
  font-size: 16px;
  color: #111111;
  line-height: 26px;
  transition: all 0.25s ease-in-out;
}
.vbs-service-item.vbs-dropdown-menu--active {
  background-color: #e5f0ffe8;
}

.vbs-service-item.vbs-dropdown-menu--active .vbs-service-title {
  font-weight: 600;
}

.vbs-service-item.vbs-dropdown-menu--active .vbs-service-icon {
  background: #002350ba;
}
.elementor-section,
.elementor-container,
.elementor-widget,
.swiper,
.swiper-container,
.slick-slider {
  z-index: auto !important;
}

/* ---------- Google Transalte -------------- */
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 9px 18px !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  background-color: #0b6ded !important;
}

.gt_float_switcher .gt-selected .gt-current-lang:hover {
  background-color: #002350 !important;
  transition: background-color 0.3s ease !important;
}

body:has(.gt_options.gt-open) .gt_float_switcher .gt-selected .gt-current-lang {
  background-color: #002350 !important;
}

.gt_float_switcher img {
  width: 25px !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected {
  background-color: transparent !important;
  box-shadow: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 18px !important;
}

.gt_float_switcher .gt_options a {
  color: #111111 !important;
}

.gt_float_switcher .gt_options a:hover {
  background: #002350 !important;
  color: #fff !important;
}

.gt_float_switcher .gt_options {
  background-color: #ffffffeb !important;
  border-radius: 15px !important;
  margin-top: 10px !important;
  border: 1px solid #dddddd !important;
}

.gt_float_switcher .gt-selected {
  text-align: left !important;
}

#gt_float_wrapper {
  z-index: 2 !important;
  top: 125px !important;
  right: 10px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  background-image: url("/wp-content/themes/hello-elementor-child/assets/images/up-g-translate.svg") !important;
  background-size: 20px !important;
  width: 20px !important;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
  body nav {
    overflow-x: hidden;
  }

  .vbs-services-listing {
    grid-template-columns: repeat(3, 1fr);
  }

  .vbs-testimonial-title {
    font-size: 32px;
  }

  .blog-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-border-round::before {
    width: 500px;
    height: 500px;
  }

  .services-border-round::after {
    width: 750px;
    height: 750px;
  }

  .vbs-mega-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .vbs-company-menu {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }

  .hfe-nav-menu .menu-item-has-children > .sub-menu {
    top: 0;
  }

  a.hfe-sub-menu-item {
    display: none !important;
  }

  ul.sub-menu.sub-menu-open {
    position: relative !important;
  }

  header nav {
    overflow-x: hidden;
    visibility: hidden !important;
  }
}

@media (max-width: 991px) {
  .step-container:nth-child(2n)::after {
    display: none;
  }

  .step-container:nth-child(2n-1)::after {
    display: block;
    top: 30px;
    left: calc(50% + 50px);
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .vbs-form-container h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .vbs-item-container {
    gap: 10px;
  }
  .vbs-form-container .vbs-logo p {
    margin-bottom: 15px;
  }

  .vbs-form-container {
    padding: 15px 25px 15px 25px;
  }

  .vbs-services-listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .vbs-testimonial-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .vbs-testimonial-card {
    padding: 24px;
  }

  .vbs-testimonial-section .owl-nav {
    display: none !important;
  }

  .vbs-testimonial-section .owl-dots {
    margin-top: 25px;
  }

  .diamond-container::before {
    display: none;
  }

  .main-post-title {
    margin: 0 0 20px;
    min-height: 50px;
  }

  .card-content {
    padding: 25px 10px 0px;
  }

  .blog-grid-container {
    grid-template-columns: 1fr;
  }

  .services-border-round::before {
    display: none;
  }

  .services-border-round::after {
    display: none;
  }

  .hfe-nav-menu .menu-item-has-children > .sub-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none;
  }

  .vbs-mega-services {
    gap: 5px;
  }

  .vbs-mega-services {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .vbs-service-item-wrapper .vbs-service-icon {
    min-width: 45px;
    height: 45px;
  }

  .vbs-service-item-wrapper .vbs-service-icon img {
    width: 25px;
    height: 25px;
  }

  .vbs-service-item-wrapper .vbs-service-title,
  .vbs-title {
    font-size: 14px;
    line-height: 20px;
  }

  .vbs-service-item-wrapper .vbs-service-item {
    gap: 10px;
    padding: 5px;
  }

  /* Google Trasnalate */
  #gt_float_wrapper {
    top: 95px !important;
    right: 5px !important;
  }

  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 7px 15px !important;
  }

  .gt_float_switcher img {
    width: 20px !important;
  }

  .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .banner-image img {
    min-width: 130px;
  }

  .banner-title {
    font-size: 14px !important;
  }

  .vbs-form-container {
    padding: 20px 10px;
  }

  .vbs-services-listing {
    grid-template-columns: 1fr;
  }

  .vbs-icon-box {
    width: 80px;
    height: 80px;
  }

  .vbs-icon-box img {
    width: 45px;
    height: 45px;
  }

  .step-container::after {
    border: none;
  }

  .main-post-title {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .vbs-form-container textarea {
    height: 100px;
  }

  .vbs-form-container input,
  .vbs-form-container textarea {
    padding: 8px 10px;
    font-size: 14px;
  }

  .vbs-testimonial-card {
    padding: 10px;
  }

  .vbs-form-container p {
    margin-bottom: 10px;
  }

  .vbs-title {
    min-height: 0;
  }

  .vbs-client-meta,
  h4.vbs-client-name {
    margin-bottom: 0px;
  }

  .vbs-rating {
    margin-bottom: 5px;
  }

  .vbs-testimonial-section .owl-dots {
    margin-top: 10px;
  }
}
