@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Inter:wght@500&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Inter:wght@500&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans&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{
  --primary-color-gradient: linear-gradient(86deg, rgba(140,200,65,1) 38%, rgba(94,191,124,1) 61%, rgba(59,185,169,1) 81%, rgba(12,176,228,1) 100%);
  --primary-color: #0CB0E4;
  --secondary-color: #8CC841;
}
h1{
  font-family: "Poppins",'Poppins', sans-serif;
  font-weight: 600 !important;
}
h2{
  font-family: "Poppins",'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
}
h3{
  font-family: "Poppins",'Poppins', sans-serif;
  font-weight: 600;
  font-style: bold;
  font-size: 34px;
}
h4{
  font-family: "Poppins",'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.thm-txt{
  font-family: "Poppins",'Poppins', sans-serif;
  font-style: normal !important;
  font-size: 16px !important;
  color: #474747 !important;
  text-align: center;
}
.thm-btn{
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  padding: 8px 18px 8px 18px;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

.nav-link:hover{
  font-family:"Poppins",'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 18px !important;
  color: var(--secondary-color) !important;
}
.service-bg{
  background-image: url('http://localhost/projects/vws(wp)/wp-content/uploads/2024/12/building-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 900px;
  height: auto;
}

.service-pills:hover{
 background: linear-gradient(86deg, rgba(140,200,65,1) 38%, rgba(94,191,124,1) 61%, rgba(59,185,169,1) 81%, rgba(12,176,228,1) 100%);
 color: #ffffff;
  transition: all .3s linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-behavior: normal;
}
.blob{
  filter: drop-shadow(0 0 0.75rem #8CC841);
  width: 560px;
  position: absolute;
  z-index: 2;
}
.blob-1{
  position: absolute;
  z-index: 1;
  margin-top: 280px;
  margin-left: -60px;
}
.btn-outline-primary{
  border-color: var(--secondary-color) !important;
  color: black !important;
}
 .btn-outline-primary:hover, .active{
  border-color: var(--secondary-color) !important;
  color: black !important;
  background: white !important;
  box-shadow:  0px 10px 20px 0px rgba(140,200,65,1) !important;
}
.icon:hover{
color:  var(--secondary-color) !important;
}
.blog, .blog-img{
  border-radius: 24px;
  transition: all 0.5s ease-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-behavior: normal;
}
.blog, .blog-img:hover{
  border-radius: 10px;
  transition: all 0.5s ease-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-behavior: normal;
}
.pill{
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.pill-img{
  border-top-right-radius: 50px;
  position: absolute;
  z-index: 2;
  width: 500px;
}
.pill-shape{
  position: absolute;
  z-index: 1;
  margin-top: 150px;
  margin-left: 280px;
}
.form-ele{
  font-size:18px !important;
  padding:8px 30px 8px 30px !important;
  margin:0px 0px 0px 0px !important;
  border-radius:50px 50px 50px 50px !important;
  border: 1px solid #000000 !important;
}
.form-ele::placeholder{
 font-weight: 700;
}
.cardx:hover{
  border-top-left-radius: 50px !important;
  background: linear-gradient(86deg, rgba(140,200,65,0.8314191887692577) 27%, rgba(140,200,65,0.7557889366684174) 45%, rgba(108,194,105,0.7894023820465687) 60%, rgba(21,178,217,0.8006068638392857) 100%);
  transition: all .3s linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-behavior: normal;
}
.cardxc:hover{
  background: linear-gradient(86deg, rgba(140,200,65,0.8314191887692577) 27%, rgba(140,200,65,0.7557889366684174) 45%, rgba(108,194,105,0.7894023820465687) 60%, rgba(21,178,217,0.8006068638392857) 100%);
  transition: all .3s linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-behavior: normal;
}
.cardxl:hover{
  border-top-right-radius: 50px !important;
  background: linear-gradient(86deg, rgba(140,200,65,0.8314191887692577) 27%, rgba(140,200,65,0.7557889366684174) 45%, rgba(108,194,105,0.7894023820465687) 60%, rgba(21,178,217,0.8006068638392857) 100%);
  transition: all .3s linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-behavior: normal;
}
.cardxbl:hover{
  border-bottom-left-radius: 50px !important;
  background: linear-gradient(86deg, rgba(140,200,65,0.8314191887692577) 27%, rgba(140,200,65,0.7557889366684174) 45%, rgba(108,194,105,0.7894023820465687) 60%, rgba(21,178,217,0.8006068638392857) 100%);
  transition: all .3s linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-behavior: normal;
}
.cardxbr:hover{
  border-bottom-right-radius: 50px !important;
  background: linear-gradient(86deg, rgba(140,200,65,0.8314191887692577) 27%, rgba(140,200,65,0.7557889366684174) 45%, rgba(108,194,105,0.7894023820465687) 60%, rgba(21,178,217,0.8006068638392857) 100%);
  transition: all .3s linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-behavior: normal;
}
.navx{
  background-color: transparent !important;
  position: absolute !important;
  z-index: 10 !important;
}
.carousel-item{
 min-height: 150px !important;
 max-height: 550px !important;
 box-shadow: unset !important;
}
ul li::marker {
content: "";
}

.button-64 {
align-items: center;
background-image: linear-gradient(86deg, rgba(140,200,65,1) 38%, rgba(94,191,124,1) 61%, rgba(59,185,169,1) 81%, rgba(12,176,228,1) 100%);
border: 0;
border-radius: 25px;
box-sizing: border-box;
color: #FFFFFF;
display: flex;
font-family: Phantomsans, sans-serif;
font-size: 18px;
font-weight: 700;
justify-content: center;
line-height: 1em;
max-width: 100%;
min-width: 140px;
padding: 3px;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
cursor: pointer;
}

.button-64:active,
.button-64:hover {
outline: 0;
color: #000000 !important;
}

.button-64 span {
background-color: #000000;
padding: 16px 24px;
border-radius: 22px;
width: 100%;
height: 100%;
transition: 300ms;
overflow: clip;
}

.button-64:hover span {
background: none;
}

body{min-height:200vh;}
.navbar-default{
transition:500ms ease;
background:transparent;
}
.navbar-default.scrolled{
background: black !important;

}
.nav-link.scrolled {
  font-family: "Poppins",'Poppins', sans-serif;
  color: white !important;
}
.services-bg{
  background-image: url('http://localhost/projects/vws(wp)/wp-content/uploads/2024/12/process-parallax-1.jpg');
  height: 70vh;
  background-position: center 0px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

  /* Enable hover for dropdown */
  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    left: 100%;
    /* Position submenu to the right */
    top: 0;
    margin-left: 0.1rem;

    /* Small offset for clarity */
  }

  .dropdown-menu .dropdown-submenu {
    position: relative;
  }

  .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    /* Align to the right of the parent */
    top: 0;
    margin-top: 0;
  }

  .dropdown-menu .dropdown-item.dropdown-toggle::after {
    content: none;
    float: right;
    background-color: var(--secondary-color) !important;
  }
  .nav-bg:hover{
    color: #ffffff;
    background: linear-gradient(86deg, rgba(140,200,65,1) 38%, rgba(94,191,124,1) 61%, rgba(59,185,169,1) 81%, rgba(12,176,228,1) 100%);
  }
  /* Animation: left to right slide and top to bottom pop */
@keyframes activateLTR {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-10px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}
.marquee {
  background-color: #000;
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  
  position: relative;
  left: 100%;
  animation: marquee 8s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 0.8s;
}
.marquee span:nth-child(3) {
  animation-delay: 1.6s;
}
.marquee span:nth-child(4) {
  animation-delay: 2.4s;
}
.marquee span:nth-child(5) {
  animation-delay: 3.2s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}