/*
Theme Name: VW Virtual Assitant Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-virtual-assitant-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Virtual Assitant Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2025.
VW Virtual Assitant Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 :root {
 --dark-pink: #9646A4;
 --pink:#BB67CA;
 --blue:#3D53AC;
 --black: #000000;
 --white: #ffffff;
 --font-one:"Jost", serif;
 --font-two :"Poppins", serif;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('./assets/webfonts/HelveticaNeueMedium.otf') format('truetype');
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/* Basic Style */

 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  font-size: 14px;
  color:var(--white);
  font-family: var( --font-two);
  background: #121212;
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     color: #fff;
    font-family: var( --font-one);
    font-weight: bold;
}
 p {
     margin: 0 0 15px;
     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: var( --font-one);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"],input[type="date"] ,textarea , .form-group input, select{
  font-size: 14px;
  padding: 14px 14px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
  border-radius: 30px;
  position: relative;
 z-index: 2;
  border: none;
  color: #fff;
}
.contac_form h6 a{
  color: #fff;
}
.contact-form-wrap p,.booking-form-wrap p,#loginform p{
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.contact-form-wrap p::after,.booking-form-wrap p::after,#loginform p::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(180deg, #000000 0%, #666666 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: 0;
}
.contact-form-wrap .theme-btn  p::after,.booking-form-wrap .theme-btn  p::after,#loginform .login-submit::after,#loginform .login-remember::after{
  content:unset;
}
.contac_form .theme-btn p ,.booking-form-wrap .theme-btn p{
  margin-bottom: 0 !important;
}
.contac_form .theme-btn p input ,.booking-form-wrap .theme-btn p input {
  background: transparent;
  border: none;
  font-family: var(--font-two);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
}
.appointment-date .date-icon {
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.appointment-date .date-icon{
  position: absolute;
  right: 20px;
  top: 20px;
}
.booking-form-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0; 
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#contact .contac_form input::-webkit-input-placeholder,#contact .contac_form input::placeholder,
#pckage-formsec .booking-form-wrap input::-webkit-input-placeholder,
#booking-form .booking-form-wrap input::-webkit-input-placeholder{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content !important;
}
:focus-visible {
  outline: none !important
}
.contact-form-wrap  .wpcf7-not-valid-tip,.booking-form-wrap .wpcf7-not-valid-tip{
  position: absolute;
}
.contac_form .theme-btn p::after{
  content: unset !important;
}
.wpcf7-spinner{
  position: absolute;
  margin: 0 5px;
  right: -65px;
}
.contac-content-wrap{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px;
  border-radius: 15px;
}
.cotact-content-wrap i{
  font-size: 40px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: flash;
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 70px 0;
     background-attachment: scroll;
     /* overflow-x: hidden; */
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}


/*------------------------- Headings --------------------------*/
 section h2 {
   font: bold 30px / 32px var(--font-one);
   color: #fff;

}
 section h3,h3 a {
   font-family: var(--font-two);
   font-size: 20px;
   font-weight: 600;
   line-height: 30px;
   color: #fff;
}
section h4 ,h4 a{
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
section h5 ,h5 a{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
h6,h6 a{
  font-family: var(--font-two);
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
p{
  font-family:  var(--font-two);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll !important;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 20px;
  right: 19px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  align-items: center;
  display: flex;
  justify-content: center;
}
 #return-to-top .up-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(180deg);
  cursor: pointer;
}

 #return-to-top .up-arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 6px solid #9646A4;
  border-right: 6px solid #9646A4;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

 #return-to-top .up-arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

 #return-to-top .up-arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
  }
}

.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background:#1E1E1E;
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --black);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #9646A4;
  -webkit-mask: radial-gradient(circle closest-side at 50% 40%,#0000 94%, #000);
  transform-origin: 50% 40%;
  animation: l25 1s infinite linear;
}
@keyframes l25 {
  100% {transform: rotate(1turn)}
}

 /* common css */

.main-head{
    font: 600 38px / 50px var(--font-one);
  color: #FFFFFF;
  /* text-shadow: 5px 2px 0px #1E1E1E, 0px 0px 0px #959191, 1px 0px 6px #959191, 0px 4px 6px #959191, 1px 1px 0px #959191; */
}
.gradient-head{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-head {
  font: 600 18px / 21px var( --font-two);
  letter-spacing: 0px;
  color: #fff;
}
.main-para{
  font: 300 15px / 26px var( --font-two);
  color: #FFFFFF;
}
.theme-btn{
    position: relative;
    transition: all 0.5s;
    display: inline-block;
    padding: 9px 30px;
    z-index: 1;
    width: max-content;
    font: 500 14px / 18px var(--font-two);
    letter-spacing: 0px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #4527CB 0%, #3977D0 100%);
    border-radius: 20px;
}

.theme-btn:hover{
  background: linear-gradient(90deg, #3977D0 0%, #4527CB 100%);
}

.btn-hover-wrap {
  position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.theme-btn:hover .btn-hover-wrap{opacity: 1;}
.btn-hover {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}
.btn-hover::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}
.btn-hover::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}
.btn-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}
.btn-hover::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 30px 30px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

 .slider-img-box{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 890px;
  height: 100%;
 }
.slider-img-wrap{
  -webkit-mask-image: url(assets/images/slider/slider-mask.png);
  mask-image: url(assets/images/slider/slider-mask.png);
  mask-repeat: no-repeat;
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  height: 100%;
  width: 100%;
  mask-size: 100% 100%;
}
/* About Css */
.abt-img-wrap{
  height: 100%;
    width: 100%;
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}
.abt-counter-heading{
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: #1E1E1E;
  -webkit-background-clip: text !important;
  background-clip: text;
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  font-size: 160px;
  line-height: 165px;
  font-weight: 600;
  font-family: 'Poppins';
  animation: flash 4s infinite;
}
.about-wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#about-us{
  margin-top: 8%;
}
#about-page-maine #about-us{
  margin-top: 5%;
}
#about-page-maine #about-us .theme-btn{
  display: none;
}
.about-wrap{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(11, 36px);
  margin: 0;
  grid-gap: 20px;
}
.abt-one{
  grid-row-start: 1;
  grid-row-end: 12;
  grid-column-start: 1;
  grid-column-end: 8
}
.abt-two{
  grid-row-start: 1;
  grid-row-end: 8;
  grid-column-start: 8;
  grid-column-end: 12;
}
.abt-three{
  grid-row-start: 8;
  grid-row-end: 12;
  grid-column-start: 8;
  grid-column-end: 12;
}
/* #about-us{
  border-image-source: linear-gradient(103.23deg, #FFFFFF 0%, rgba(18, 18, 18, 0) 50%, #FFFFFF 100%) !important;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-radius: 19px;
} */
#about-us,#contact-banner,#contact,#our-process,.booking-form,#project{
  position: relative;
  border-radius: 20px;
  z-index: 0;
}
#about-us::before,#contact-banner::before,#contact::before,#our-process::before,.booking-form::before,#project::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(103.23deg, #FFFFFF 0%, rgba(18, 18, 18, 0) 50%, #FFFFFF 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
}

/* services */

.services-img{
  height: 55px;
  width: 55px;
  margin: 0 auto;
}
.services-img img{
  height: 100%;
  width: 100%;
}
.services-wrap{
  background: #1E1E1E;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 300px;
  text-align: center;
  gap: 25px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-title h4{
  width: 80%;
  margin: 0 auto;
}
.services-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(315deg, #FFFFFF 0%, #66666600 47.5%, #FFFFFF 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
}
.services-wrap:hover::after{
  opacity: 1;
}
.services-wrap:hover .services-img img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);

}
/* Testimonial */
.testimonial-img {
  height: 95px;
  width: 95px;
  margin: 0 auto;
}
.testimonial-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial-box{
  background: #1C1B1C;
  padding: 4% 5% 0;
}
.testimonial-iner{
  max-width: 80%;
  margin: 0 auto;
  gap: 20px;
 
}
.testimonial-content h6{
  font-weight: 500;
}
.testimonial-iner svg{
  width: 100px;
}
.testimonial-content h6{
  text-align: center;
}
#testimonial .owl-stage{
  padding-bottom: 7%;
}
.testimonial-bottom{
  position: relative;
  bottom: -85px;
  margin-top: -45px;
}
.testimonial-title a{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#testimonial .owl-nav{
  background: linear-gradient(90deg, #4527CB 0%, #3977D0 100%);
  width: max-content;
  padding: 9px 10px;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
#testimonial  .owl-nav button{
background: transparent;
border: none;

}
#testimonial  .owl-nav button i{
  color: #fff;
}
.testimonial-title {
  margin-top: 10px;
}

/* Blog */
.blog-detail-inner {
  background: #1E1E1E;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}

.blog-detail-inner::before{
  content: "";
  position: absolute;
  inset: 0;border-radius: 20px;
  padding: 2px;
  background: linear-gradient(130.69deg, #FFFFFF 0%, rgba(18, 16, 18, 0) 50.24%, #FFFFFF 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
}

.blog-img-outer:before, .blog-img-outer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9;
}
.blog-detail-inner:hover .blog-img-outer:before, .blog-detail-inner:hover .blog-img-outer:after{
  background:#BB67CA;
  visibility: visible;
  opacity: 0.2;
}

.blog-detail-inner:hover .blog-img-outer:before{
  width: 0;
  right: 50%;
  left: 50%;
}

.blog-detail-inner:hover .blog-img-outer:after {
  height: 0;
  top: 50%;
  bottom: 50%;
}
.blog-detail-inner:hover::before{
  opacity: 1;
}
.post-date,.post-author{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  width: max-content
}
.blog-img-outer{
  height: 270px;
}
.blog-img-outer img{
  height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Team */
#team,#packages{
  background-attachment: fixed;
}
.team-img{
  position: relative;
}
.team-img::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  z-index: -1;
  border-radius: 10px;

}
.team-inner-content {
  backdrop-filter: blur(10px);
  background: #1E1E1EB2;
  padding:  15px 15px 50px 15px;
  border-radius: 10px;
}
.team-inner-content::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(130.69deg, #FFFFFF 0%, rgba(18, 16, 18, 0) 50.24%, #FFFFFF 100%) !important;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
}
.team-social-icon-box i {
  height: 33px;
  font-size: 18px;
  width: 33px;
  text-align: center;
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  border-radius: 5px;
  color: #fff;
  line-height: 33px;
  transition: all .4s linear;

}
.team-social-icon-box {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -45px;
  transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  vertical-align: top;
}
.team-inner-content:hover .team-social-icon-box {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  bottom: 8px;

}
.team-inner-content:hover::before{
  opacity: 1 !important;
}
.team-inner-content:hover .team-social-icon-box i{
  transition: all .8s linear;
  transform: rotate(360deg);

}
.team-social-icon-box i:hover{
  background: #121212;
}
/* .testimonial-iner linearGradient stop:nth-child(1){
  stop-color:red
}
.testimonial-iner linearGradient stop:nth-child(2){
  stop-color:pink;
}
.testimonial-iner linearGradient stop:nth-child(3){
  stop-color:yellow
} */

