@charset "UTF-8";
.bg-gradient-red-blue {
  background: linear-gradient(107.97deg, #ae3128 -44.92%, #032046 38.62%, #236ab2 97.51%);
}

.bg-gradient-red-blue-2 {
  background: linear-gradient(90deg, #342D6F 0%, #D82D30 100%);
}

.bg-gradient-purple-red {
  background: linear-gradient(100deg, #2c2044 0, #3a1c5e 40%, #c42d44 100%);
}

.bg-gradient-yellow-blue {
  background: linear-gradient(107.97deg, #F37021 -44.92%, #032046 38.62%, #236AB2 97.51%);
}

.vgmo-about-slider-wrapper {
  padding-top: 64px;
  color: #fff;
  font-family: inherit;
  overflow: hidden;
}
.vgmo-about-slider-wrapper .container .section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.vgmo-about-slider-wrapper .container .section-desc {
  text-align: center;
}
.vgmo-about-slider-wrapper .section-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.vgmo-contact-section-wrapper {
  padding: 0;
  color: #fff;
  font-family: inherit;
  overflow: hidden;
}
.vgmo-contact-section-wrapper.contact-main {
  background-color: #E5E9F0;
  padding-top: 64px;
}
.vgmo-contact-section-wrapper.contact-main .container {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 0px;
  text-align: left;
}
.vgmo-contact-section-wrapper.contact-main .vgmo-contact-section .contact-title {
  font-size: 30px;
  text-align: center;
}
.vgmo-contact-section-wrapper.contact-main .ct-form-contact-accept .wpcf7-list-item-label {
  color: #334155;
}
.vgmo-contact-section-wrapper.contact-main .vgmo-contact-section .vgmo-custom-contact-form .form-control {
  border: 1px solid #E7E7E7;
}
.vgmo-contact-section-wrapper.contact-main .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label .checkmark {
  background-color: #E7E7E7;
}
.vgmo-contact-section-wrapper.contact-main .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label input:checked ~ .checkmark {
  background-color: #E7E7E7;
}
.vgmo-contact-section-wrapper.contact-main .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label {
  color: #334155;
}
.vgmo-contact-section-wrapper .container-custom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.vgmo-contact-section-wrapper .container-custom .section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vgmo-contact-section-wrapper .vgmo-contact-section {
  padding: 64px 0;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .contact-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .contact-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group {
  position: relative;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group label {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #64748b;
  pointer-events: none;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 0;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group label .required {
  color: #ff0000;
  margin-left: 2px;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group input:focus ~ label,
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group input:not(:placeholder-shown) ~ label,
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group textarea:focus ~ label,
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .vgmo-input-group textarea:not(:placeholder-shown) ~ label {
  display: none;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-control {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  color: #334155;
  font-size: 16px;
  font-family: inherit;
  outline: 0;
  transition: all 0.3s;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-control::placeholder {
  color: #64748b;
  opacity: 0.8;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-control:focus {
  border-color: #0599bf;
  box-shadow: 0 0 15px rgba(5, 153, 191, 0.1);
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form textarea.form-control {
  height: 150px;
  resize: none;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .row.g-3 {
  --bs-gutter-x: 20px;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  user-select: none;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label input:checked ~ .checkmark {
  background-color: #fff;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label input:checked ~ .checkmark::after {
  display: block;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label .checkmark {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-top: -2px;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .form-acceptance .acceptance-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 14px;
  border: solid #ff5722;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .banner-btn {
  background: linear-gradient(90deg, #ff5722 0%, #f39c12 100%);
  padding: 14px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 87, 34, 0.2);
  display: inline-flex;
  align-items: center;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .banner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 87, 34, 0.3);
  color: #fff;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .banner-btn img {
  margin-left: 7px;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .alert {
  padding: 15px 25px;
  border-radius: 12px;
  font-weight: 500;
  margin-top: 15px;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .alert.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .alert.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.bg-gradient-purple-red .vgmo-contact-section-wrapper .vgmo-contact-section .contact-title {
  color: #fff;
  margin-bottom: 20px;
  -webkit-text-fill-color: unset;
  background: none;
  background-clip: unset;
  font-size: 30px;
  font-weight: 700;
}

.about-slider-container {
  position: relative;
}
.about-slider-container .swiper-container {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.about-slider-container .swiper-slide {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.5;
  transform: scale(0.75);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-slider-container .swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
  z-index: 10;
}
.about-slider-container .swiper-slide-active .slide-caption {
  opacity: 1;
}
.about-slider-container .slide-inner {
  width: 100%;
  padding-bottom: 65%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #000;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.about-slider-container .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border-radius: inherit;
}
.about-slider-container .slide-caption {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.4s;
  text-align: center;
  width: 100%;
}
.about-slider-container .swiper-button-next,
.about-slider-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s, background 0.3s;
  z-index: 8;
  display: flex !important;
  top: 50%;
  transform: translateY(-50%);
}
.about-slider-container .swiper-button-next:after,
.about-slider-container .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
}
.about-slider-container .swiper-button-next {
  right: 0px;
}
.about-slider-container .swiper-button-prev {
  left: 0px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 512px;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  text-align: left;
}
.contact-layout .contact-image-col {
  flex: 1;
  position: relative;
}
.contact-layout .contact-form-col {
  flex: 1.2;
}

.vgmo-home-banner-wrapper {
  position: relative;
  width: 100%;
  height: 860px;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-family: inherit;
}
.vgmo-home-banner-wrapper .banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.vgmo-home-banner-wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.vgmo-home-banner-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.vgmo-home-banner-wrapper .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.vgmo-home-banner-wrapper .banner-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
}
.vgmo-home-banner-wrapper .banner-description {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 890px;
}

.vgmo-featured-projects-wrapper {
  padding: 64px 0;
}
.vgmo-featured-projects-wrapper .section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  color: #fff;
  background: linear-gradient(90deg, #0599bf 0, #14cfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.vgmo-featured-projects-wrapper.style-2 .section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.vgmo-featured-projects-wrapper .main-desc {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.projects-flex-grid {
  display: flex;
  gap: 20px;
  height: 480px;
}
.projects-flex-grid .project-item {
  flex: 1;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects-flex-grid .project-item.active {
  flex: 2.2;
}
.projects-flex-grid .project-item.active .project-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.projects-flex-grid .project-item.active .project-details {
  max-height: 300px;
  opacity: 1;
  margin-top: 5px;
}
.projects-flex-grid .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(182.88deg, rgba(0, 0, 0, 0) 2.39%, rgba(0, 0, 0, 0.6) 97.61%);
  z-index: 1;
  transition: opacity 0.3s;
}
.projects-flex-grid .project-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  width: 100%;
  color: #fff;
  transition: transform 0.3s;
}
.projects-flex-grid .project-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: #fff;
}
.projects-flex-grid .project-details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s;
}
.projects-flex-grid .project-details p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
}
.projects-flex-grid .project-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.projects-flex-grid .project-details ul li {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  color: #fff;
}
.projects-flex-grid .project-details ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
}

.vgmo-home-news-wrapper {
  padding: 64px 0;
  margin-bottom: 25px;
}
.vgmo-home-news-wrapper .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #0599bf 0, #14cfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vgmo-home-news-wrapper .news-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
}
.vgmo-home-news-wrapper .news-card .thumb-link {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.vgmo-home-news-wrapper .news-card .thumb-wrapper {
  overflow: hidden;
  display: flex;
}
.vgmo-home-news-wrapper .news-card .news-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.vgmo-home-news-wrapper .news-card:hover .news-thumb {
  transform: scale(1.05);
}
.vgmo-home-news-wrapper .news-card.big .thumb-wrapper {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.vgmo-home-news-wrapper .news-card.big .title {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.vgmo-home-news-wrapper .news-card.big .excerpt {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
}
.vgmo-home-news-wrapper .news-card.small {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.vgmo-home-news-wrapper .news-card.small .thumb-link {
  flex-shrink: 0;
  width: 140px;
}
.vgmo-home-news-wrapper .news-card.small .thumb-wrapper {
  width: 140px;
  height: 90px;
  border-radius: 8px;
}
.vgmo-home-news-wrapper .news-card.small .title {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
.vgmo-home-news-wrapper .meta-date {
  color: #ff5757;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.vgmo-home-news-wrapper .title a {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 700;
}
.vgmo-home-news-wrapper .title a:hover {
  color: #00add8;
}
.vgmo-home-news-wrapper .news-list-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vgmo-home-partners-section {
  padding: 64px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.vgmo-home-partners-section .partners-container {
  text-align: center;
}
.vgmo-home-partners-section .partners-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: none;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.vgmo-home-partners-section .partners-inner-frame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: radial-gradient(circle, #46ccff 1px, transparent 1px);
  background-size: 5px 5px;
  opacity: 0.5;
}
.vgmo-home-partners-section .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.vgmo-home-partners-section .partner-card {
  background: #fff;
  border-radius: 8px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: 0.3s;
}
.vgmo-home-partners-section .partner-logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.vgmo-home-solutions-wrapper {
  padding: 60px 0;
}
.vgmo-home-solutions-wrapper .solutions-header {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.vgmo-home-solutions-wrapper .solutions-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vgmo-home-solutions-wrapper .solutions-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #e0e0e0;
}
.vgmo-home-solutions-wrapper .solutions-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.vgmo-home-solutions-wrapper .solutions-list {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.vgmo-home-solutions-wrapper .solutions-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vgmo-home-solutions-wrapper .solutions-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}
.vgmo-home-solutions-wrapper .solution-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.vgmo-home-solutions-wrapper .solution-item.active .solution-body {
  display: block;
}
.vgmo-home-solutions-wrapper .solution-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  min-height: 60px;
  gap: 10px;
}
.vgmo-home-solutions-wrapper .solution-name {
  font-weight: 700;
  color: #0599bf;
  font-size: 18px;
}
.vgmo-home-solutions-wrapper .solution-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vgmo-home-solutions-wrapper .solution-body {
  padding: 0 20px 20px;
  display: none;
}
.vgmo-home-solutions-wrapper .solution-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vgmo-home-solutions-wrapper .solution-benefits li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  color: #334155;
  line-height: 1.5;
}
.vgmo-home-solutions-wrapper .solution-benefits li .check-icon {
  color: #27ae60;
  margin-right: 10px;
  font-weight: 700;
}

.vgmo-home-stats-counter {
  padding: 64px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.vgmo-home-stats-counter .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.vgmo-home-stats-counter .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #0599bf 0, #2e4b99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vgmo-home-stats-counter .description {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
}
.vgmo-home-stats-counter .section-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}
.vgmo-home-stats-counter .graphic-wrapper {
  flex: 1;
  position: relative;
}
.vgmo-home-stats-counter .main-stats-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.vgmo-home-stats-counter .stats-wrapper {
  flex: 1;
}
.vgmo-home-stats-counter .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.vgmo-home-stats-counter .stat-item {
  display: flex;
  flex-direction: column;
}
.vgmo-home-stats-counter .stat-number {
  color: #0599bf;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.vgmo-home-stats-counter .stat-label {
  color: #334155;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.vgmo-digital-banner-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: inherit;
  overflow: hidden;
  margin-top: 60px;
}
.vgmo-digital-banner-wrapper .container-custom {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
}
.vgmo-digital-banner-wrapper .banner-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7% 0;
}
.vgmo-digital-banner-wrapper .banner-content {
  flex: 0 0 55%;
  max-width: 55%;
  color: #fff;
  padding-right: 30px;
}
.vgmo-digital-banner-wrapper .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.vgmo-digital-banner-wrapper .banner-image img {
  height: 100%;
}
.vgmo-digital-banner-wrapper .banner-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
.vgmo-digital-banner-wrapper .banner-subheading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
}
.vgmo-digital-banner-wrapper .banner-desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}

.banner-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #ff532e 0, #f2931b 100%);
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s;
}
.banner-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}
.banner-btn img {
  margin-left: 10px;
}

.vgmo-marketing-contact-wrapper {
  padding: 64px 0;
  background: linear-gradient(100deg, #2c2044 0, #3a1c5e 40%, #c42d44 100%);
  color: #fff;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
.vgmo-marketing-contact-wrapper .header-section {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.vgmo-marketing-contact-wrapper .section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}
.vgmo-marketing-contact-wrapper .section-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.form-wrapper input[type=email],
.form-wrapper input[type=tel],
.form-wrapper input[type=text],
.form-wrapper textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: #334155;
  font-size: 15px;
  font-family: inherit;
  outline: 0;
}
.form-wrapper textarea {
  height: 120px;
  resize: vertical;
}
.form-wrapper label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.form-wrapper input[type=submit] {
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  border: none;
  padding: 12px 40px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  float: right;
  transition: transform 0.2s;
  font-size: 16px;
}
.form-wrapper input[type=submit]:hover {
  transform: translateY(-2px);
}

.vgmo-marketing-features-wrapper {
  padding: 64px 0;
  background-color: #fff;
  font-family: inherit;
}
.vgmo-marketing-features-wrapper .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  max-width: 823px;
  margin: auto;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #0599bf 0, #2e4b99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vgmo-marketing-features-wrapper .features-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.vgmo-marketing-features-wrapper .features-list {
  flex: 1;
  max-width: 50%;
}
.vgmo-marketing-features-wrapper .features-image {
  flex: 1;
  max-width: 50%;
  text-align: center;
  position: relative;
}
.vgmo-marketing-features-wrapper .features-image .img-wrapper {
  position: relative;
  z-index: 2;
}
.vgmo-marketing-features-wrapper .features-image img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.vgmo-marketing-features-wrapper .features-image .bg-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 107, 75, 0.2) 0, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
  filter: blur(40px);
}
.vgmo-marketing-features-wrapper .feature-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 16px;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.vgmo-marketing-features-wrapper .feature-item .icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vgmo-marketing-features-wrapper .feature-item .icon-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vgmo-marketing-features-wrapper .feature-item .content-box {
  flex-grow: 1;
}
.vgmo-marketing-features-wrapper .feature-item .feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #334155;
  margin: 0;
  line-height: 1.4;
  padding-top: 12px;
  transition: 0.3s;
}
.vgmo-marketing-features-wrapper .feature-item .feature-desc-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0;
}
.vgmo-marketing-features-wrapper .feature-item .feature-desc {
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
  margin-top: 10px;
  padding-bottom: 5px;
}
.vgmo-marketing-features-wrapper .feature-item.active-item {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(5, 153, 191, 0.1803921569);
}
.vgmo-marketing-features-wrapper .feature-item.active-item .feature-desc-wrapper {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}

.vgmo-marketing-process-wrapper {
  padding: 64px 0;
  background-color: #fff;
  font-family: inherit;
}

.process-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.process-steps-col {
  flex: 1;
  position: relative;
  padding-left: 0;
}
.process-steps-col .timeline-line {
  position: absolute;
  border-left: 2px dashed #ff6b6b;
  z-index: 1;
  left: 4px;
  top: 25px;
  bottom: 50px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.process-step:last-child {
  margin-bottom: 0;
}

.step-marker {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.timeline-dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff5757;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  left: 0;
}

.number-circle {
  width: 50px;
  height: 50px;
  background-color: #ff5757;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(255, 77, 79, 0.3);
  flex-shrink: 0;
}

.step-content {
  flex: 1;
  padding-top: 5px;
}

.step-title {
  font-size: 18px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 5px;
}

.step-desc {
  font-size: 16px;
  color: #334155;
  line-height: 1.5;
}

.process-image-col {
  flex: 1;
  max-width: 50%;
}
.process-image-col img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: block;
}

.vgmo-marketing-results-wrapper {
  padding: 64px 0;
  background-color: #fff;
  font-family: inherit;
}
.vgmo-marketing-results-wrapper .sub-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #0599bf 0, #2e4b99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vgmo-marketing-results-wrapper .main-title-color {
  font-size: 36px;
  font-weight: 900;
  color: #ff5757;
  margin-bottom: 40px;
}

.results-layout {
  display: flex;
  gap: 60px;
}

.left-col {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}
.left-col .main-img-box {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.left-col .main-img-box img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.left-col .glow-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #e6f0ff 0, rgba(255, 255, 255, 0) 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.right-col {
  flex: 1;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}
.results-grid .results-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.results-grid .results-column.col-left {
  margin-top: 80px;
}

.result-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 15px;
  text-align: center;
  transition: 0.4s;
}
.result-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.result-card .card-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 25px;
  height: 260px;
  background: #f8f9fa;
}
.result-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.result-card .card-content .card-title {
  font-size: 18px;
  font-weight: 800;
  color: #ff5757;
  margin-bottom: 12px;
  text-transform: none;
}
.result-card .card-content .card-desc {
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
}

.vgmo-marketing-tabs-wrapper {
  padding: 64px 0;
  color: #fff;
  font-family: inherit;
}
.vgmo-marketing-tabs-wrapper .section-title {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  max-width: 823px;
  margin: auto;
  margin-bottom: 30px;
}

.vgmo-tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.tab-btn {
  background: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  color: #334155;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  outline: 0;
}
.tab-btn i {
  color: #00add8;
}
.tab-btn.active {
  background: #ffeeb3;
  color: #0894bd;
}

.tab-content-item {
  display: none;
  animation: 0.5s fadeIn;
}
.tab-content-item.active {
  display: block;
}

.tab-inner-layout {
  background-color: #19315a;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.tab-inner-layout .tab-image {
  height: 100%;
}
.tab-inner-layout .tab-image img {
  height: 100%;
}

.tab-image {
  flex: 1;
}
.tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-info {
  padding: 30px;
}

.all-info-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.info-block {
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(310deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transition: 0.3s;
}
.info-block-main {
  background-color: #19315a;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.block-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.block-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2fb350;
  border: 1.5px solid #2fb350;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

.block-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.block-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  margin: 0;
}
.block-desc p {
  margin-bottom: 5px;
}

.vgmo-ecosystem-circle-wrapper {
  padding: 64px 0;
}
.vgmo-ecosystem-circle-wrapper .main-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(90deg, #0599BF 0%, #2E4B99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.vgmo-ecosystem-circle-wrapper .main-desc {
  font-size: 18px;
  color: #334155;
}

.ecosystem-layout {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.ecosystem-layout .side-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 2;
}
.ecosystem-layout .feature-item {
  max-width: 100%;
}
.ecosystem-layout .feature-item.align-right {
  text-align: right;
}
.ecosystem-layout .feature-item.align-left {
  text-align: left;
}
.ecosystem-layout .feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #0599bf;
  margin-bottom: 8px;
}
.ecosystem-layout .feature-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #334155;
  margin: 0;
}

.center-graphic {
  flex: 0 0 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.center-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin-top: 50px;
}
.center-logo img {
  max-width: 100%;
  height: auto;
}

.vgmo-service-features-cards-wrapper {
  padding: 64px 0;
  background: linear-gradient(90deg, #fff 0, #e5e9f0 100%);
}
.vgmo-service-features-cards-wrapper .main-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #0599bf 0, #2e4b99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.vgmo-service-features-cards-wrapper .main-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #334155;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  flex: 1;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-icon img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.card-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #334155;
  margin: 0;
}

.vgmo-service-implementation {
  padding: 64px 0;
  background-color: #fff;
  overflow: hidden;
}
.vgmo-service-implementation .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.vgmo-service-implementation .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #0599bf 0, #2e4b99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.vgmo-service-implementation .note {
  color: #64748b;
  font-size: 18px;
}
.vgmo-service-implementation .steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 15px;
}
.vgmo-service-implementation .step-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  border: 1px solid #5CAEBC;
  border-radius: 12px;
  padding: 20px;
}
.vgmo-service-implementation .step-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #5caebc 0, #97e6c3 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(92, 174, 188, 0.3);
}
.vgmo-service-implementation .step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vgmo-service-implementation .step-icon img {
  max-width: 100%;
  max-height: 100%;
}
.vgmo-service-implementation .step-title {
  color: #334155;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.vgmo-service-implementation .step-desc {
  color: #64748b;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0px;
}
.vgmo-service-implementation .step-arrow img {
  width: 28px;
  height: auto;
}

.vgmo-service-reasons-wrapper {
  color: #fff;
}

.header-box {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.vgmo-service-reasons-wrapper {
  padding: 64px 0;
}
.vgmo-service-reasons-wrapper .main-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0, #52b848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.vgmo-service-reasons-wrapper .main-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.vgmo-service-reasons-wrapper .tabs-nav-scroll {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 40px;
}
.vgmo-service-reasons-wrapper .tabs-nav {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  min-width: 100%;
}
.vgmo-service-reasons-wrapper .tab-item {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ccc;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.vgmo-service-reasons-wrapper .tab-item:hover {
  color: #fff;
}
.vgmo-service-reasons-wrapper .tab-item.active {
  color: #f37021;
}
.vgmo-service-reasons-wrapper .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff7e5f;
}
.vgmo-service-reasons-wrapper .tab-pane {
  display: none;
  animation: 0.5s fadeIn;
}
.vgmo-service-reasons-wrapper .tab-pane.active {
  display: block;
}
.vgmo-service-reasons-wrapper .pane-layout {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.vgmo-service-reasons-wrapper .pane-image {
  flex: 1;
  max-width: 40%;
}
.vgmo-service-reasons-wrapper .pane-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.vgmo-service-reasons-wrapper .pane-text {
  flex: 1;
}
.vgmo-service-reasons-wrapper .intro-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
}
.vgmo-service-reasons-wrapper .features-list-styled ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vgmo-service-reasons-wrapper .features-list-styled ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}
.vgmo-service-reasons-wrapper .features-list-styled ul li .check-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2fb350;
  border: 1px solid #2fb350;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 2px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vgmo-service-resources {
  padding: 64px 0;
  overflow: hidden;
  background: linear-gradient(359.86deg, #FFFFFF 0.12%, #E5E9F0 99.88%);
}
.vgmo-service-resources .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.vgmo-service-resources .content-left {
  flex: 1.4;
  padding-right: 20px;
  z-index: 2;
}
.vgmo-service-resources .content-right {
  flex: 0.6;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50px;
}
.vgmo-service-resources .main-graphic {
  width: 570px;
  height: auto;
  display: block;
}
.vgmo-service-resources .section-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
  background: linear-gradient(90deg, #0599bf 0, #2e4b99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vgmo-service-resources .section-description {
  color: #334155;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 720px;
}
.vgmo-service-resources .stats-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.vgmo-service-resources .stat-item {
  min-width: 150px;
}
.vgmo-service-resources .stat-value {
  color: #0599bf;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 5px;
}
.vgmo-service-resources .stat-label {
  color: #334155;
  font-size: 20px;
  font-weight: 500;
}
.vgmo-service-resources .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 250px;
}
.vgmo-service-resources .feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
}
.vgmo-service-resources .feature-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vgmo-service-resources .feature-icon img {
  max-width: 100%;
  max-height: 100%;
}
.vgmo-service-resources .feature-text {
  color: #334155;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.why-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.left-content {
  flex: 0 0 35%;
  max-width: 35%;
  padding-right: 20px;
}
.left-content .section-title {
  font-size: 36px;
  font-weight: 800;
  color: #00d084;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.left-content .section-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #e0e0e0;
}

.right-graphic {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.graphic-inner {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graphic-inner .main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
}

.float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #0d3b66;
  padding: 15px 20px;
  border-radius: 12px;
  width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
}
.float-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #08c;
  margin-bottom: 8px;
}
.float-card p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  color: #334155;
}

.card-tl {
  top: 10%;
  left: 20%;
  transform: translateX(-50%);
}

.card-tr {
  top: 5%;
  right: 15%;
  width: 300px;
}

.card-br {
  bottom: 20%;
  right: 15%;
  width: 300px;
}

.card-bl {
  bottom: 10%;
  left: 25%;
  transform: translateX(-50%);
  width: 320px;
}

.vgmo-service-projects-grid {
  background: linear-gradient(90deg, #D82D30 0%, #342D6F 100%);
  padding: 60px 20px;
}
.vgmo-service-projects-grid .section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  text-transform: none;
}
.vgmo-service-projects-grid .projects-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.vgmo-service-projects-grid .project-item {
  height: 100%;
}
.vgmo-service-projects-grid .project-image {
  flex-grow: 1;
}
.vgmo-service-projects-grid .project-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/4.4;
  object-fit: cover;
  display: block;
}
.vgmo-service-projects-grid .project-info {
  padding: 12px 10px;
  text-align: center;
}
.vgmo-service-projects-grid .project-name {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.vgmo-service-why-choose .vgmo-section {
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.vgmo-service-why-choose .vgmo-container {
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 50px 0;
  min-height: 840px;
}
.vgmo-service-why-choose .vgmo-intro {
  flex: 1;
}
.vgmo-service-why-choose .vgmo-visual {
  width: 650px;
  height: 650px;
  position: relative;
  right: -20px;
}
.vgmo-service-why-choose .main-circle {
  position: relative;
}
.vgmo-service-why-choose .orbit-ring {
  position: absolute;
  bottom: -96px;
  right: -29px;
}
.vgmo-service-why-choose .info-box {
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px;
  border-radius: 12px 0 12px 0;
}
.vgmo-service-why-choose .vgmo-intro .vgmo-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  background: linear-gradient(90deg, rgba(70, 204, 255, 0.85) 0%, #52B848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 24px;
}
.vgmo-service-why-choose .vgmo-intro .vgmo-description {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.vgmo-service-why-choose .info-box.bottom-right {
  bottom: 19%;
  right: -5%;
  width: 440px;
}
.vgmo-service-why-choose .info-box h4 {
  color: #0599BF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.vgmo-service-why-choose .info-box p {
  color: #0599BF;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px;
}
.vgmo-service-why-choose .info-box.top-left {
  width: 315px;
  top: 4%;
  left: -20%;
}
.vgmo-service-why-choose .info-box.top-left .connector-line {
  position: absolute;
  bottom: -60px;
  left: 50%;
}
.vgmo-service-why-choose .info-box.top-right {
  top: -2%;
  right: -6%;
  border-radius: 12px 0 12px 0;
  width: 440px;
}
.vgmo-service-why-choose .info-box.top-right .connector-line {
  position: absolute;
  bottom: -56px;
  left: 50%;
}
.vgmo-service-why-choose .info-box.bottom-right .connector-line {
  position: absolute;
  top: -79px;
  left: 50%;
}
.vgmo-service-why-choose .info-box.bottom-left {
  bottom: 2%;
  left: -39%;
  width: 440px;
}
.vgmo-service-why-choose .info-box.bottom-left .connector-line {
  position: absolute;
  top: -213px;
  left: 50%;
}

/* Search Page Styles */
.vgmo-search-banner {
  padding: 180px 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  color: #fff;
}
.vgmo-search-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 21, 58, 0.7);
  z-index: 1;
}
.vgmo-search-banner .container {
  position: relative;
  z-index: 2;
}
.vgmo-search-banner .banner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.vgmo-search-banner .banner-title .query-text {
  color: #fff;
}
.vgmo-search-banner .search-box-large {
  background: #fff;
  border-radius: 16px;
  padding: 8px 10px 8px 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
}
.vgmo-search-banner .search-box-large .icon-wrap {
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.vgmo-search-banner .search-box-large .icon-wrap img {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.vgmo-search-banner .search-box-large .search-field-large {
  flex: 1;
  border: none;
  outline: none;
  font-size: 18px;
  color: #334155;
  background: transparent;
  width: 100%;
}
.vgmo-search-banner .search-box-large .search-field-large::placeholder {
  color: #94a3b8;
}
.vgmo-search-banner .search-box-large .search-field-large::-webkit-search-decoration, .vgmo-search-banner .search-box-large .search-field-large::-webkit-search-cancel-button, .vgmo-search-banner .search-box-large .search-field-large::-webkit-search-results-button, .vgmo-search-banner .search-box-large .search-field-large::-webkit-search-results-decoration {
  display: none;
}
.vgmo-search-banner .search-box-large .search-btn-large {
  background: linear-gradient(90deg, #FF532E 0%, #F2931B 100%);
  border: none;
  border-radius: 40px;
  padding: 12px 35px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.vgmo-search-banner .search-box-large .search-btn-large .btn-icon-search {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.vgmo-search-results {
  padding: 60px 0;
  background: #f8fafc;
}
.vgmo-search-results .no-results {
  text-align: center;
  padding: 60px 0;
}
.vgmo-search-results .no-results .no-results-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.vgmo-search-results .no-results h3 {
  font-size: 18px;
  color: #334155;
  margin-bottom: 10px;
}
.vgmo-search-results .no-results p {
  color: #334155;
}

/* =========================================
   RESPONSIVE STYLES
   ========================================= */
@media (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
  .vgmo-home-banner-wrapper .container,
  .vgmo-digital-banner-wrapper .container-custom {
    max-width: 1140px;
  }
  .vgmo-home-banner-wrapper {
    height: 700px;
  }
  .vgmo-home-banner-wrapper .banner-heading {
    font-size: 38px;
  }
  .vgmo-home-stats-counter .title,
  .vgmo-home-solutions-wrapper .solutions-title,
  .vgmo-featured-projects-wrapper .section-title,
  .vgmo-home-partners-section .partners-title,
  .vgmo-home-news-wrapper .section-title,
  .vgmo-contact-section-wrapper .vgmo-contact-section .contact-title,
  .vgmo-service-resources .section-title,
  .vgmo-service-reasons-wrapper .main-title,
  .vgmo-ecosystem-circle-wrapper .main-title,
  .vgmo-featured-projects-wrapper.style-2 .section-title,
  .vgmo-service-features-cards-wrapper .main-title,
  .vgmo-service-implementation .title,
  .vgmo-marketing-features-wrapper .section-title,
  .vgmo-service-projects-grid .section-title,
  .vgmo-marketing-tabs-wrapper .section-title {
    font-size: 30px;
  }
  .vgmo-home-stats-counter .stat-number {
    font-size: 56px;
  }
  .vgmo-home-stats-counter .stat-label {
    font-size: 18px;
  }
  .vgmo-service-resources .content-right {
    top: 90px;
  }
  .vgmo-service-resources .content-right .main-graphic {
    width: 520px;
  }
  .vgmo-service-reasons-wrapper .pane-layout {
    gap: 30px;
  }
  .vgmo-digital-banner-wrapper .banner-heading {
    font-size: 32px;
  }
  .vgmo-digital-banner-wrapper .banner-subheading {
    font-size: 24px;
  }
  .vgmo-digital-banner-wrapper .banner-desc {
    font-size: 18px;
  }
  .vgmo-marketing-features-wrapper .section-title,
  .vgmo-marketing-tabs-wrapper .section-title {
    max-width: 686px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .vgmo-service-why-choose .orbit-ring {
    width: 460px;
  }
  .vgmo-service-why-choose .vgmo-visual {
    width: 600px;
    height: 600px;
    right: 0;
  }
  .vgmo-service-why-choose .vgmo-container {
    min-height: 780px;
    padding: 30px 0;
  }
  .vgmo-service-why-choose .info-box.top-right {
    width: 340px;
    top: -3%;
    right: -1%;
  }
  .vgmo-service-why-choose .info-box {
    padding: 20px;
  }
  .vgmo-service-why-choose .info-box.bottom-right {
    width: 340px;
    bottom: 17%;
    right: 1%;
  }
  .vgmo-service-why-choose .info-box.bottom-left {
    width: 340px;
    bottom: -5%;
    left: -35%;
  }
  .graphic-inner {
    height: 500px;
  }
  .card-tl {
    left: 10%;
  }
  .card-tr {
    right: 5%;
  }
  .card-br {
    right: 5%;
  }
  .card-bl {
    left: 15%;
  }
  .vgmo-service-projects-grid .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .vgmo-service-reasons-wrapper .pane-layout {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .vgmo-digital-banner-wrapper .banner-image {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .vgmo-about-slider-wrapper {
    padding: 64px 0;
  }
  .vgmo-about-slider-wrapper .container-custom .section-header {
    text-align: center;
  }
  .vgmo-contact-section-wrapper .vgmo-contact-section {
    padding: 40px 0;
  }
  .vgmo-contact-section-wrapper .vgmo-contact-section .contact-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contact-layout {
    flex-direction: column;
    gap: 30px;
  }
  .contact-layout .contact-image-col,
  .contact-layout .contact-form-col {
    width: 100%;
    flex: none;
  }
  .vgmo-home-banner-wrapper {
    height: auto;
    min-height: 400px;
    padding: 120px 0;
  }
  .vgmo-home-banner-wrapper .banner-heading {
    font-size: 36px;
  }
  .vgmo-home-banner-wrapper .banner-description {
    font-size: 16px;
  }
  .projects-flex-grid {
    height: 400px;
  }
  .vgmo-home-partners-section .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vgmo-home-solutions-wrapper {
    padding: 64px 0;
  }
  .vgmo-home-solutions-wrapper .solutions-desc {
    font-size: 16px;
  }
  .vgmo-home-solutions-wrapper .solutions-layout {
    flex-direction: column;
    gap: 30px;
  }
  .vgmo-home-solutions-wrapper .solutions-list,
  .vgmo-home-solutions-wrapper .solutions-image {
    width: 100%;
    min-width: 100%;
  }
  .vgmo-home-stats-counter .section-content {
    flex-direction: column;
  }
  .vgmo-home-stats-counter .graphic-wrapper {
    order: 2;
    width: 100%;
    max-width: 400px;
  }
  .vgmo-home-stats-counter .stats-wrapper {
    order: 1;
    width: 100%;
  }
  .vgmo-digital-banner-wrapper {
    padding: 100px 0 64px;
  }
  .vgmo-digital-banner-wrapper .banner-layout {
    padding: 0px;
  }
  .vgmo-digital-banner-wrapper .banner-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
    text-align: center;
    padding-right: 0;
  }
  .vgmo-digital-banner-wrapper .banner-image {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    display: none;
  }
  .vgmo-digital-banner-wrapper .banner-image img {
    transform: rotate(0) scale(1);
  }
  .vgmo-digital-banner-wrapper .banner-heading {
    font-size: 30px;
  }
  .vgmo-digital-banner-wrapper .banner-subheading {
    font-size: 18px;
  }
  .vgmo-digital-banner-wrapper .banner-desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .vgmo-marketing-contact-wrapper {
    padding: 64px 0;
  }
  .form-wrapper input[type=submit] {
    float: none;
    width: 100%;
    display: block;
  }
  .vgmo-marketing-features-wrapper {
    padding: 64px 0;
  }
  .vgmo-marketing-features-wrapper .features-layout {
    flex-direction: column;
    gap: 30px;
  }
  .vgmo-marketing-features-wrapper .features-list,
  .vgmo-marketing-features-wrapper .features-image {
    max-width: 100%;
  }
  .vgmo-marketing-features-wrapper .feature-item {
    padding: 15px;
  }
  .vgmo-marketing-features-wrapper .feature-item .icon-box {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .vgmo-marketing-features-wrapper .feature-item .feature-title {
    font-size: 16px;
  }
  .vgmo-marketing-process-wrapper {
    padding: 64px 0;
  }
  .process-layout {
    flex-direction: column;
    gap: 40px;
  }
  .process-steps-col {
    padding-left: 10px;
  }
  .process-steps-col .timeline-line {
    left: 24px;
    top: 25px;
    bottom: 25px;
  }
  .step-marker {
    margin-right: 15px;
  }
  .timeline-dot {
    display: none;
  }
  .number-circle {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .step-title {
    font-size: 17px;
  }
  .process-image-col {
    max-width: 100%;
    order: -1;
  }
  .vgmo-marketing-results-wrapper {
    padding: 64px 0;
  }
  .vgmo-marketing-results-wrapper .sub-title {
    font-size: 18px;
  }
  .results-layout {
    flex-direction: column;
    gap: 40px;
  }
  .left-col {
    max-width: 100%;
    text-align: center;
  }
  .left-col .main-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vgmo-marketing-tabs-wrapper {
    padding: 64px 0;
  }
  .vgmo-tabs-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .vgmo-tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .tab-btn {
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .tab-inner-layout {
    flex-direction: column;
  }
  .tab-info {
    padding: 30px 20px;
    gap: 20px;
  }
  .block-title {
    font-size: 16px;
  }
  .block-desc {
    font-size: 13px;
  }
  .ecosystem-layout {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .ecosystem-layout .side-column {
    width: 100%;
    gap: 30px;
    text-align: center !important;
  }
  .ecosystem-layout .feature-item.align-left,
  .ecosystem-layout .feature-item.align-right {
    text-align: center;
  }
  .feature-card {
    max-width: 100%;
  }
  .vgmo-service-implementation .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .vgmo-service-reasons-wrapper {
    padding: 64px 0;
  }
  .vgmo-service-reasons-wrapper .tabs-nav-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .vgmo-service-reasons-wrapper .tabs-nav-scroll::-webkit-scrollbar {
    display: none;
  }
  .vgmo-service-reasons-wrapper .tabs-nav {
    justify-content: flex-start;
    width: max-content;
    padding-bottom: 5px;
  }
  .vgmo-service-reasons-wrapper .pane-layout {
    flex-direction: column;
  }
  .vgmo-service-reasons-wrapper .pane-image,
  .vgmo-service-reasons-wrapper .pane-text {
    max-width: 100%;
    flex: none;
    width: 100%;
  }
  .vgmo-service-reasons-wrapper .pane-image {
    margin-bottom: 30px;
  }
  .vgmo-service-reasons-wrapper .intro-text {
    margin-bottom: 20px;
  }
  .vgmo-service-resources .top-row {
    flex-direction: column;
    text-align: center;
  }
  .vgmo-service-resources .content-left {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .vgmo-service-resources .main-graphic {
    width: 100%;
    margin-right: 0;
  }
  .vgmo-service-resources .section-description {
    margin-left: auto;
    margin-right: auto;
  }
  .vgmo-service-resources .stats-grid {
    justify-content: center;
  }
  .vgmo-service-resources .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-layout {
    flex-direction: column;
  }
  .left-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .left-content .section-desc {
    font-size: 15px;
  }
  .right-graphic {
    width: 100%;
  }
  .graphic-inner {
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  .graphic-inner .main-img {
    position: relative;
    margin-bottom: 30px;
    max-height: 300px;
  }
  .float-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .float-card:last-child {
    margin-bottom: 0;
  }
  .vgmo-search-banner {
    padding: 140px 0 80px;
  }
  .vgmo-service-why-choose .vgmo-visual {
    width: 500px;
    height: 500px;
    right: -41px;
  }
  .vgmo-service-why-choose .orbit-ring {
    width: 396px;
  }
  .vgmo-service-why-choose .vgmo-container {
    min-height: 650px;
    padding: 30px 0;
    flex-direction: column;
  }
  .vgmo-service-why-choose .info-box.top-right {
    top: -5%;
    right: 6%;
  }
  .vgmo-service-why-choose .info-box {
    padding: 12px;
    width: 220px !important;
  }
  .vgmo-service-why-choose .info-box.bottom-right {
    bottom: 11%;
    right: 8%;
  }
  .vgmo-service-why-choose .info-box.bottom-left {
    bottom: 1%;
    left: -26%;
  }
  .vgmo-service-why-choose .info-box p {
    font-size: 14px;
  }
  .vgmo-service-why-choose .info-box.bottom-left .connector-line svg {
    width: 98px;
    height: auto;
  }
  .vgmo-service-why-choose .info-box.bottom-left .connector-line {
    top: -151px;
  }
  .vgmo-service-why-choose .vgmo-intro {
    margin-bottom: 50px;
  }
  .vgmo-service-why-choose .info-box.top-left {
    top: -2%;
    left: -25%;
  }
  .layout-menu-header .menu-item:hover > .sub-menu,
  .layout-menu-header .menu-item.open-submenu > .sub-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .vgmo-home-news-wrapper .news-layout {
    grid-template-columns: 1fr;
  }
  .vgmo-home-news-wrapper .news-card.big .thumb-wrapper {
    height: 250px;
  }
  .vgmo-home-news-wrapper .news-card.small .thumb-link, .vgmo-home-news-wrapper .news-card.small .thumb-wrapper {
    width: 100px;
  }
  .vgmo-home-news-wrapper .news-card.small .thumb-wrapper {
    height: 70px;
  }
  .vgmo-about-slider-wrapper {
    padding: 40px 0;
  }
  .vgmo-about-slider-wrapper .section-desc {
    font-size: 16px;
  }
  .vgmo-about-slider-wrapper .container-custom {
    margin-bottom: 0px;
  }
  .vgmo-home-banner-wrapper {
    padding: 64px 0;
    min-height: 500px;
  }
  .vgmo-home-banner-wrapper .banner-heading {
    font-size: 28px;
  }
  .vgmo-home-banner-wrapper .banner-description {
    font-size: 18px;
  }
  .projects-flex-grid {
    flex-direction: column;
    height: auto;
  }
  .projects-flex-grid .project-item {
    height: 250px;
    flex: none !important;
    width: 100%;
  }
  .projects-flex-grid .project-item.active {
    height: 350px;
  }
  .vgmo-home-solutions-wrapper {
    padding: 40px 0;
  }
  .vgmo-home-solutions-wrapper .solution-header {
    padding: 12px 20px;
  }
  .vgmo-home-solutions-wrapper .solution-body {
    padding: 0 20px 20px;
  }
  .vgmo-home-stats-counter .stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .vgmo-home-stats-counter .stat-number {
    font-size: 36px;
  }
  .vgmo-digital-banner-wrapper {
    padding: 80px 0 40px;
  }
  .vgmo-digital-banner-wrapper .banner-heading {
    font-size: 24px;
  }
  .vgmo-digital-banner-wrapper .banner-subheading {
    font-size: 16px;
  }
  .vgmo-digital-banner-wrapper .banner-image {
    display: none;
  }
  .vgmo-marketing-contact-wrapper {
    padding: 40px 0;
  }
  .vgmo-marketing-contact-wrapper .section-desc {
    font-size: 14px;
  }
  .vgmo-marketing-features-wrapper {
    padding: 40px 0;
  }
  .vgmo-marketing-process-wrapper {
    padding: 40px 0;
  }
  .process-steps-col .timeline-line {
    left: 21px;
  }
  .step-marker {
    margin-right: 10px;
  }
  .number-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .vgmo-marketing-results-wrapper {
    padding: 40px 0;
  }
  .left-col .main-title {
    font-size: 22px;
  }
  .vgmo-marketing-tabs-wrapper {
    padding: 40px 0;
  }
  .vgmo-service-reasons-wrapper {
    padding: 40px 0;
  }
  .vgmo-service-projects-grid {
    padding: 40px 20px;
  }
  .vgmo-service-projects-grid .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .vgmo-service-projects-grid .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .vgmo-search-banner {
    padding: 100px 0 60px;
  }
  .vgmo-search-banner .banner-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .vgmo-search-banner .search-box-large .search-btn-large {
    padding: 5px 12px;
  }
  .vgmo-search-banner .search-box-large .icon-wrap {
    margin-right: 10px;
  }
  .vgmo-service-resources .content-right {
    position: relative;
    display: none;
  }
  .vgmo-service-resources .features-grid {
    margin-top: 0px;
    grid-template-columns: 1fr;
  }
  .tab-inner-layout,
  .all-info-block {
    grid-template-columns: 1fr;
  }
  .about-slider-container .swiper-button-next,
  .about-slider-container .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .about-slider-container .swiper-button-next {
    right: -8px;
  }
  .about-slider-container .swiper-button-prev {
    left: -8px;
  }
  .vgmo-contact-section-wrapper .vgmo-contact-section .vgmo-custom-contact-form .banner-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
  .contact-layout {
    display: block;
  }
  .vgmo-home-partners-section .partners-grid {
    grid-template-columns: 1fr 1fr;
  }
  .vgmo-home-partners-section .partners-grid .partner-card {
    height: 90px;
    padding: 15px;
  }
  .vgmo-service-why-choose .vgmo-container {
    min-height: auto;
    padding: 30px 0;
    flex-direction: column;
  }
  .vgmo-service-why-choose .info-box {
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    position: relative;
    padding: 12px;
    border-radius: 8px !important;
  }
  .vgmo-service-why-choose .main-circle,
  .vgmo-service-why-choose .connector-line {
    display: none;
  }
  .vgmo-service-why-choose .vgmo-visual {
    width: 100%;
    height: auto;
    right: 0;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .vgmo-service-why-choose .vgmo-intro .vgmo-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .vgmo-service-projects-grid .projects-grid {
    grid-template-columns: 1fr;
  }
  .features-grid {
    display: block;
  }
  .features-grid .feature-card {
    margin-bottom: 30px;
  }
  .vgmo-contact-section-wrapper .vgmo-contact-section {
    padding: 40px 15px;
  }
  .ecosystem-layout {
    align-items: center;
  }
}

/*# sourceMappingURL=widgets.css.map */
