/*!
Theme Name: vhinfo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vhinfo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vhinfo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Geologica", Sans-serif;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Geologica", Sans-serif;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Geologica", Sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Geologica", Sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Geologica", Sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}



/* custom css */
.header_sec {
  backdrop-filter: blur(80px) !important;
  border: 1px solid #7070707d !important;
}


.marquee {
  overflow: hidden;
}

.marquee_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*   overflow: hidden; */
  gap: 30px;
  animation: marqueex 5s linear infinite;
}

@keyframes marqueex {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
  }
}


.marquee::before {
  position: absolute;
  background-image: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
  content: '';
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}

.marquee::after {
  position: absolute;
  background-image: linear-gradient(to left, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
  content: '';
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
  left: 76%;
  top: 1%;
}

.experience_box {
  overflow: hidden !important;
}

.experience_box img {
  opacity: 0;
  transform: translateY(105px);
  transition: 0.3s;
}

.experience_box:hover img {
  opacity: 1;
  transform: translateY(-11px);
  transition: 0.3s;
}

.experience_box:hover {
  background-image: url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/Light.png) !important;
  background-position: top;
  background-size: cover;
}

#content-slider .card {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
	    gap: 16px;
    border: 1px solid #FFFFFF33;
}



#content-slider .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  background-color: #43F6AC;
  border-radius: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: black;
  font-size: 20px;
}

.growth {
  background-color: #43F6AC;
  color: black;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: bold;
  align-items: center;
  gap: 5px;
  display: flex !important;
}

.stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.stat i {
  margin-right: 8px;
}

.stat span {
  align-items: center;
  display: flex;
  gap: 10px;
}

#content-slider  .card div {
  color: #fff;
	letter-spacing:-0.04em;
	text-transform: capitalize;
	text-align:left;
}

.growth .growth_increment {
  color: #000 !important;
}

/** /!!! core css Should not edit !!!/**/
.vertical .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
	height:100vh !important;
}

 .lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

/* Pager */
.lSPager {
  width: 100%;
  text-align: center;
}

.lSPager li {
  display: inline-block;
}

.lSPager li a {
  display: block;
  padding: 5px;
}

.lSPager li.active a {
  color: #000;
}

/* End of pager */
/* slider actions */
.lSAction a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: solid 1px #000;
  cursor: pointer;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lSAction a.lSPrev {
  left: 10px;
}

.lSAction a.lSPrev:before {
  content: "<";
  display: block;
}

.lSAction a.lSNext {
  right: 10px;
}

.lSAction a.lSNext:before {
  content: ">";
  display: block;
}

.lSAction a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter .lightSlider>* {
  float: left;
}

.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
#vertical.lightSlider {
 height:100% !important;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider.lsGrab>* {
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: grabbing;
}

/* END DEFAUL SLIDE CAROUSEL CSS */
ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.demo .item {
  margin-bottom: 60px;
}

.content-slider li {
  text-align: center;
  color: #FFF;
}

.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}

.demo {
  width: 800px;
}

ul.lSPager.lSpg {
  display: none !important;
}

/* testimonial_verticle_slider */

li.active{
  position: relative;
  z-index: 1;
  color: white;
}

li.active::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: black;
  opacity: 0.5;
  z-index: -1;
}
.testimonial_verticle_slider .container {
  width: 510px;
  padding: 0px;
  margin: 0 auto;
}
/* .faded .lSSlideOuter.vertical{
  background-image: url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/Rectangle-12627.png);
    padding: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
	z-index:9999 !important;
}
 */
.testimonial_verticle_slider li {
margin-bottom: 30px !important;
	width: 100%;
	height:  auto !important;
	box-shadow:unset  !important;
}

body{
	overflow-x: hidden !important;
}

.testimonial_verticle_slider .testimonial-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #cacaca;
}

.testimonial_verticle_slider .testimonial-text {
font-family: 'Geologica';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
/* or 139% */
letter-spacing: -0.04em;
text-transform: uppercase;

color: #000000;

}

.testimonial_verticle_slider .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial_verticle_slider .author-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.testimonial_verticle_slider .author-details {
  display: flex;
  flex-direction: column;
}

.testimonial_verticle_slider .author-name {
 

font-family: 'Geologica';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: -0.04em;
text-transform: uppercase;
color: #010101;

}

.testimonial_verticle_slider .author-role {
font-family: 'Geologica';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
/* identical to box height */
letter-spacing: -0.04em;
color: #010101;
}

.home_block_blog_sec a.elementor-post__read-more, .home_grid_blog_sec a.elementor-post__read-more {
    background-color: #43F6AC;
    font-family: "Geologica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    fill:  #000 !important;
    color: #000 !important;
    border-radius: 10px 10px 10px 10px;
    padding: 8px 30px !important;
}
.home_block_blog_sec .elementor-post__text, .home_grid_blog_sec .elementor-post__text {
    padding-bottom: 30px;
}
.home_block_blog_sec .elementor-post__excerpt, .home_grid_blog_sec .elementor-post__excerpt {
    margin-bottom: 30px !important;
}
.home_block_blog_sec a.elementor-post__read-more:before, .home_grid_blog_sec a.elementor-post__read-more:before {
    content: " ";
    background-image: url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/send-2-1.png) !important;
    width: 20px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    z-index: 99999;
    position: relative;
}
.home_block_blog_sec a.elementor-post__read-more, .home_grid_blog_sec a.elementor-post__read-more{
	display: inline-flex !important;
    gap: 5px !important;
}
/* #vertical{
	background-image: url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/Rectangle-12627.png);
    padding: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.vertical_testimonial .container #vertical:after{
	content:"";
  background-image: linear-gradient(
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.8)
    ),
    url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/Rectangle-12627.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
/* .vertical_testimonial .container{
	overflow:hidden !important;
	 background: linear-gradient(to bottom, 
                rgba(255, 255, 255, 1) 0%, 
                rgba(255, 255, 255, 0) 10%, 
                rgba(0, 0, 0, 0.9) 50%, 
                rgba(255, 255, 255, 0) 90%, 
                rgba(255, 255, 255, 1) 100%);
  height: 100vh; 
  width: 100%;
} */

.post, .page {
    margin: 0px !important;
}


@media screen and (min-width:1140px) and (max-width:1400px){
	.elementor-element-e0cf228 .e-con-inner {
		padding-top: 128px !important;
		padding-bottom: 69px !important;
	}
}
	
@media screen and (max-width:768px){

.htmega-menu-area {
        margin-bottom: 0px !important; 
	}
	.htmega-megamenu li.main-menu-item a {
    color: #000 !important;
}
	
}

.htmega-menu-area {
    border: none;
}
i.fa.fa-bars {
    color: #fff;
}



/* 29-05-2025 Added by P */
.elementor-widget-n-accordion .e-n-accordion-item-title{
	justify-content:space-between !important;
}

.form-design input,.form-design select{
	padding:14px 20px;
}

.green{
	color:#43F6AC;
}



/* blog css */
.row{
	display:flex;
	flex-wrap:wrap;
}

.col-6{
	width:50%;
	padding:0 9px;
}

.post-block .row{
	align-items:center;
}

.post-block  h3{
	    color: #FFFFFF;
    font-family: "Geologica", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
	margin:0;
	text-transform:capitalize;
line-height: 111%;
letter-spacing: -0.05em;
color: #FFFFFF;
}

.post-block .wp-post-image{
	border-radius:14.5px
}

.post-block  p{
	    color: #909090;
    font-family: "Geologica", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
	margin:20px 0 40px  0;
letter-spacing: -0.04em;

}

.footer-blog{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.keyword{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.keyword div{
	    border: 1px solid #FFFFFF33;
    padding: 8px 12px;
    border-radius: 50px;
    margin-right: 10px;
     font-family: 'Geologica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.share-btn{
	background-color:#43F6AC;
	padding:7px 14px;
font-family: 'Geologica';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
text-align: justify;
letter-spacing: -0.04em;
text-transform: capitalize;
color: #010101 !important;
	display:flex;
	align-items:center;
	border-radius:10px;
line-height: 18px;
letter-spacing: -0.04em;
text-transform: capitalize;
color: #010101;
}

.share-btn img{
	margin-right:5px;
}

.col-4{
	width:33.33%;
	padding:0 9px;
}

.detail h3{
	color: #FFFFFF;
    font-family: "Geologica", Sans-serif;
    font-size: 22px;
    font-weight: 500;

	margin-top:20px;
	margin-bottom:0;
	height: 50px;
    overflow: hidden;
	text-transform:capitalize;
line-height: 111%;

letter-spacing: -0.05em;

}

.detail p{
	    font-family: "Geologica", Sans-serif;
    font-weight: 400;
	    margin: 0;
    font-size: 14px;
	margin-top:10px;
	margin-bottom:30px;
	
	
line-height: 18px;
letter-spacing: -0.04em;

color: #909090;

}

.category-div{
	column-gap:8px;
	margin-bottom:50px;
}

.category-div a{
	border:1px solid #FFFFFF33;
	padding:8px 16px;
font-family: 'Geologica';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
text-align: center;
letter-spacing: -0.04em;
color: rgba(255, 255, 255, 0.7);
	border-radius:8px;
}

.category-div a.active{
	background-color:#43F6AC;
	color:#010101;
}

.col-12{
	width:100%;
	padding:0 9px;
}

.blog-list{
	row-gap:100px;
}

.single-post .elementor-widget-theme-post-content img{
	width: 100%;
    object-fit: cover;
	border-radius:12px;
}

.single-post .elementor-widget-theme-post-content ol{
	padding:0;
	    margin-left: 20px;
}

.single-post .elementor-widget-theme-post-content ol li{
	margin-bottom:15px;
}

.custom-pagination{
	display:flex;
	gap:10px;
}

.custom-pagination a{
	    color: #FFFFFF;
    font-family: "Geologica", Sans-serif;
    font-size: 14px;
    font-weight: 500;
	border:1px solid #FFFFFF33;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:8px;
}

.custom-pagination{
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:8px;
	margin-top:100px;
}


.custom-pagination span.active{
	background-color:#43F6AC;
	color:#010101;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
	margin: 0 20px 0 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	padding:0;
letter-spacing: -0.04em;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	text-transform:capitalize;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	content:url(https://asstage.in/vhinfo/wp-content/uploads/2025/06/Vector-1.png);
	vertical-align:unset;
	    width: 13px;
    height: 5px;
}

/*.home .main_header{
	    background-color: #000000;
    background-image: url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/image-6-scaled.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
*/
.result-no{
	font-size:28px;
	line-height:35px;
	font-weight:600;
}

.border-top .e-con-inner{
	position:relative;	
}

.border-top .e-con-inner:before{
	content:'';
	display:block;
	height: 300px;
	background:#4D4D4D;
	width:1px;
	position: absolute;
	    top: -30px;
    left: 75px;
}

.page-id-1896 .elementor-location-header:before{
	content: url(https://asstage.in/vhinfo/wp-content/uploads/2025/06/Ellipse-98.png);
    display: block;;
    position: absolute;
    top: 0;
    right: 0;
     z-index: 11111;
}

.mo{
font-family: 'Geologica';
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 68px;
letter-spacing: -0.04em;
color: #D5D5D5;
}

.post-block:hover h3{
	    color: #43F6AC;
}

.post-block,.blog-list{
	transition:all 0.5s;
}

.post-block img,.post-list .col-4>img,.blog-list .col-4>img{
	border:4px solid transparent !important;
	border-radius:12px !important;
}

.post-list .col-4>img,.blog-list .col-4>img{
	height:227px;
	width:100%;
	object-fit:cover;
}

.post-block:hover img,.post-list .col-4:hover>img,
.blog-list .col-4:hover>img{
	border:4px solid  #43F6AC !important;
}


.blog-list .col-4>img{
	transition:all 0.5s;
}

.copied-tooltip{
	background: #43F6AC !important;
    color: #000 !important;
}

.copied-tooltip:after{
	border-top-color:#43F6AC !important;
	    bottom: -12px !important;
}

#form-field-message{
        scrollbar-color: #43F6AC transparent;
    scrollbar-width: auto;
}

#form-field-message::-webkit-scrollbar-thumb{
	background-color:#43F6AC;

}

#form-field-message::-webkit-scrollbar-thumb{
	background-color:#43F6AC;
    border-radius: 10px;
        border:1px solid #fff;
}

img{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.category-div .col-12{
	    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-post .elementor-widget-theme-post-content a{
  color:#43F6AC;	
}

.single-post .elementor-widget-theme-post-content h3{
font-family: 'Geologica';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 36px;
letter-spacing: -0.05em;
color: #FFFFFF;
	text-transform:capitalize;
}

.single-post .elementor-widget-theme-post-content h2{
	font-family: 'Geologica';
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 40px;
letter-spacing: -0.05em;
color: #FFFFFF;
	text-transform:capitalize;
}

.share-btn:hover{
   background-color: #0A804F;
    color: #ffffff !important;
}

.share-btn:hover img{
	filter:invert(1);
}

.box-shadow img{
filter: drop-shadow(476px 476px 250px rgba(0, 0, 0, 0.01)) drop-shadow(268px 268px 227px rgba(0, 0, 0, 0.05)) drop-shadow(119px 119px 168px rgba(0, 0, 0, 0.09)) drop-shadow(30px 30px 93px rgba(0, 0, 0, 0.1));
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	padding:5px;
}

.project-box{
	position:relative;
	transition:all 500ms !important;
	overflow:hidden !important;
}

.project-box:after{
	content:'';
	height:120px;
	width:120px;
	background:#fff;
	position:absolute;
	top:-115px;
	right:0;
	left:-98px;
	bottom:0;
	border-radius:50%;
	z-index:-1;
	    transition: all 500ms !important;
}

.project-box:hover:after{
	height:100%;
	width:100%;
	border-radius:12px 12px 12px 12px;
	top:0;
	left:0;
}

.team_box {
	overflow:hidden  !important;
}

.team_box .elementor-widget-image .elementor-widget-container{
	position:relative;
}

.team_box .elementor-widget-image .elementor-widget-container:before{
	content:'';
position: absolute;
width: 218.07px;
height: 218.07px;
left: 0;
top:0;
right:0;
background: #43F6AC;
display:block;
	    border-radius: 50%;
    z-index: -1;
	    margin: 0 auto;
	transition:all 500ms;
}

.team_box:hover .elementor-widget-image .elementor-widget-container:before{
background: #43F6AC;
filter: blur(140.07px);
}

.team_box .elementor-widget-image .elementor-widget-container img{
	transition:all 500ms;
}

.team_box:hover .elementor-widget-image .elementor-widget-container img{
	transform:scale(1.1);
	object-position:top;
}

.team_box:hover .elementor-widget-image{
	right:0;
}

.home .main_header{
	    position: absolute;
    top: 0;
	width:100%;
	left:0;
	right:0;
	z-index:999;
	background-color: unset !important;
}

/*.home .main_header:before {
    content: url(https://asstage.in/vhinfo/wp-content/uploads/2025/05/image-6-scaled.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	left:0;
	width:100%;
	height:auto;
}*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	    display: flex;
    align-items: center;
}

.marquee_text img{
	height:40px !important;
	object-fit:contain;
}

.elementor-widget-video.elementor-element-278b708 .elementor-custom-embed-image-overlay img{
	border-radius:20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
padding: 12px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(40px);
border-radius: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-family: 'Geologica';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
/* identical to box height */
text-align: justify;
letter-spacing: -0.04em;
text-transform: capitalize;
color: #FFFFFF;
    BACKGROUND: TRANSPARENT;
    margin-bottom: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{
	 margin-bottom:0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	    background: transparent;
    color: #43F6AC;

}

/* media query */
@media (max-width:767px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
		padding: 0;
    background: unset;
    border: 0;
	}
	
	.home_block_blog_sec .elementor-post{
		flex-direction:column !important;
	}
	
	.home_block_blog_sec .elementor-post__thumbnail__link{
		        margin-right: 0 !important;
        width: 100% !important;
	}
	
	.home_block_blog_sec .elementor-post__thumbnail {
        padding-bottom: 20px !important;
    }
	
	.plan-link ul{
		display:flex;
		flex-wrap:wrap;
		column-gap: 8px;
	}
	
	.col-4,.col-6{
		width:100%;
		padding:0;
	}
	
	.post-block h3,.detail h3{
		font-size:20px;
		line-height:25px;
	}
	
	.post-block p,.detail p{
		font-size:12px;
		line-height:16px;
		margin:20px 0;
	}
	
	.post-list .col-4{
		margin-bottom:40px;
	}
	
	.single-post .elementor-widget-theme-post-content h3{
		font-size:20px;
		line-height:30px;
	}
	
	.single-post .elementor-widget-theme-post-content p,
	.single-post .elementor-widget-theme-post-content li{
		font-size:14px;
		line-height:18px;
	}
	
	.category-div .col-12{
		display:flex;
		flex-wrap: nowrap;
        overflow-x: scroll;
		        justify-content: flex-start;
		        gap: 10px;
		        white-space: nowrap;
		 overflow-y: hidden;
	}
	
	.category-div a{
		display:inline-block;
		width:max-content;
	}
	
	.page-id-1896 .elementor-location-header:before{
		    transform: scale(0.5);
    transform-origin: top right;
		height:225px;
	}
	
	.team_box .elementor-widget-image .elementor-widget-container:before{
		height:122px;
		width:122px;
	}
	
	.post-list .col-4>img, .blog-list .col-4>img{
		height:180px;
		border-radius: 8px !important;
	}
	
}

@media only screen and (min-width:768px) and (max-width:991px){
	.team_box .elementor-widget-image .elementor-widget-container:before{
		height:132px;
		width:132px;
	}
	
	.post-list .col-4>img, .blog-list .col-4>img{
		height:125px;
		border-radius: 6px !important;
	}
	.post-block h3{
font-size: 22px;
line-height: 111%;
letter-spacing: -0.05em;
	}
	
	.post-block p{
		font-size:13px;
		line-height:23px;
	}
	
	.post-block .share-btn{
		        font-size: 10px;
        padding: 6px 15px;
	}
	
	.post-block .share-btn img{
		width:11px;
	}
	
	.keyword div{
		font-size:10px;
		line-height:20px;
	}
	
	.detail .share-btn{
		font-size:10px;
		   padding: 4px 8px;
	}
	
	.detail .share-btn img{
		width:11px;
	}
	
	.detail h3{
		font-size:14px;
		line-height:20px;
		height: 44px;
	}
	
	.detail p{
		font-size:10px;
		line-height:normal;
	}
	
	.detail .keyword div{
		font-size:8px;
		line-height:8px;
		margin-right:5px;
		        padding: 4px 7px;
	}
}

@media (max-width:991px){
	.testimonial_verticle_slider .container{
		width:auto
	}
	

	.border-top .e-con-inner:before{
		display:none;
	}
}


@media only screen and (min-width:1024px) and (max-width:1300px){
	.elementor-28 .elementor-element.elementor-element-0ce9d17{
		    width: 60%;
	}
	
	.elementor-28 .elementor-element.elementor-element-0ce9d17 .elementor-heading-title{
		    font-size: 55px !important;
		line-height:65px !important;
	}
	
	.elementor-28 .elementor-element.elementor-element-e6c1e55{
		margin-top:30px;
	}
	
	body .section-title .elementor-heading-title{
		    font-size: 45px !important;
		line-height:55px !important;
	}
	
	.elementor-element-197b76e  img{
		width:60%;
	}
	
	#content-slider .card{
		padding:20px;
	}
}

@media only screen and (min-width:1300px) and (max-width:1500px){
	body .elementor-28 .elementor-element.elementor-element-e0cf228.e-con>.e-con-inner{
		padding-top:200px !important;
		padding-bottom:100px !important;
	}
	
	#content-slider .card{
		padding:20px;
	}
}


/* ===== 24-06-2025 =====  */
.trustpilot_hover img {
	transition: 0.3s ease;
}
.trustpilot_hover img:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: 0.3s ease;
}