@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

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

html {

  scroll-behavior: smooth;

  overflow-x: hidden;

}

body {

  font-family: 'Poppins', sans-serif;

  color: #2B2D42;

  font-size: 18px;

  padding-top: 120px;

  overflow-x: hidden;

  word-wrap: break-word !important;

  position: relative;

}

header:before {

  content: "";

  display: inline-block;

  width: 100%;

  height: 500px;

  background: #F7F9FD;

  position: absolute;

  top: -4rem;

  left: -1rem;

  -webkit-transform: rotate(-15deg);

  transform: rotate(-15deg);

  -webkit-transform-origin: 10% 20%;

  transform-origin: 10% 20%;

  border-radius: 0 0 0 100px;

  z-index: -999;

}

header#boxheader:before {

  background: transparent;

}

@media (min-width: 768px) {

  /* #nav-vastcom-app .nav-link::before {
    content: 'Sign Up';
    position: absolute;
    background: #04AE55;
    color: #fff;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    margin-top: -22px!important;
    margin-left: 64px!important;
  } */

  header:before {

    content: "";

    display: inline-block;

    width: 100%;

    height: 700px;

    background: #F7F9FD;

    position: absolute;

    top: -4rem;

    left: 0;

    -webkit-transform: rotate(-15deg);

    transform: rotate(-15deg);

    -webkit-transform-origin: 10% 20%;

    transform-origin: 10% 20%;

    border-radius: 0 0 0 100px;

    z-index: -999;

  }

}



h1,
h2,
h3,
h4,
h5,
h6 {

  color: #11103E;

  font-size: 32px;

  font-weight: 700;

  text-transform: capitalize;

}

h4 {

  font-size: 20px;

  color: #11103E;

}

img {

  display: block;

}

h2.subtitle {

  font-size: 20px;

  font-weight: 400;

  color: #04AE55;

  text-transform: uppercase;

  margin-top: 20px;

}

a,
a:hover {

  text-decoration: none;

  color: #04AE55;

}

.mt-6 {

  margin-top: 80px;

}



/* Owl Carousel */

.owl-carousel-kms .owl-item img {

  height: 100%;

  object-fit: cover;

}

.qms .owl-item img {

  height: 100%;

  object-fit: cover;

}



.owl-carousel-mobile .owl-item img {

  height: 100%;

}



/* navbar */

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav.scrolled .nav-link.active,
.navbar-light .navbar-nav.scrolled .nav-link.active {

  color: #04AE55;

}

.navbar-light .navbar-nav .nav-link {

  color: #292931;

}

.navbar-light .navbar-nav.scrolled .nav-link {

  color: #292931;

}

.navlogo {

  height: 80px;

}

.navlogo.scrolled {

  height: 50px;

}

.fixed-top.scrolled {

  background-color: #ffffff !important;

  transition: background-color 200ms linear;

  box-shadow: 0px 3px 6px #00000029;

}

.fixed-top {

  box-shadow: 0px 3px 6px #00000029;

  background: #ffffff;

}

@media (min-width: 992px) {

  .fixed-top {

    background: transparent;

    box-shadow: none;

  }

}

/* home */

@media (min-width: 768px) {

  #vc-home-header {

    margin-top: 80px;

  }

  #vc-home-header.container h1 {

    font-size: 36px !important;

  }

}

#vc-home-header.container h1 {

  font-size: 30px;

  margin-top: 30px;

}

#vc-home-header.container p {

  font-size: 20px;

  margin-top: 30px;

  margin-bottom: 60px;

}

#vc-home-header.container .home-down {

  width: 60px;

  height: 60px;

  background: #04AE55;

  box-shadow: 0px 3px 12px #04AE5566;

  border-radius: 50%;

  margin: 60px 0 60px 0;

}

#vc-home-header .fa-arrow-down {

  color: white;

}

#vc-products-services {

  padding-top: 40px;

  margin-bottom: 100px;

}

#vc-products-services h1 {

  font-size: 42px;

  margin-top: 10px;

  margin-bottom: 20px;

}

#vc-products-services h6 {

  font-size: 22px;

  font-weight: 600;

}

#vc-products-services h2 {

  color: #565678;
  ;

  font-size: 20px;

  font-weight: 400;

}

#vc-products-services img {

  margin-top: 60px;

  margin-bottom: 20px;

  height: 100px;

  width: auto;

}

#vc-products-services h5 {

  color: #04AE55;

  font-size: 20px;

}

#vc-works h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

#vc-works p {
  font-size: 16px;
  margin-bottom: 20px;

}

#vc-works .w1 {

  background: #E5FFF1;

  padding: 50px 30px 0;

}

#vc-works .w2 {

  background: #FCFCF1;

  padding: 50px 30px 0;

}

#vc-works .w2 div {

  max-width: 560px;

  float: right;

}

#vc-works .w3 {

  background: #F2F2FF;

  padding: 50px 30px 0;

}

#vc-works .w3 div {

  max-width: 560px;

  float: left;

}

#vc-works .w4 {

  background: #FFF9EF;

  padding: 50px 30px 0;

}

#vc-works .w4 div {

  max-width: 560px;

  float: left;

}

#vc-works a {

  color: #2B2D42;

  transition: transform .2s;

}

#vc-works a img {

  transition: transform .4s;
  max-height: 320px;

}

#vc-works a img:hover {
  transform: scale(1.05) translate(0px, -9px);
}

@media (min-width: 992px) {
  #vc-works .mobile .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}



#vc-home-contact {

  background: #8d99ae;

  color: #ffffff;

  padding: 80px 0;

  background-image: url('../img/contact-2.jpg');

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

#vc-home-contact h1 {

  color: #ffffff;

  margin-bottom: 20px;

}

#vc-home-contact p {

  font-size: 20px;

  margin-bottom: 60px;

}

#vc-home-contact a {

  padding: 20px 40px;

  background: #04AE55;

  border-radius: 34px;

  color: #ffffff;

}

#vc-home-contact a:hover {

  box-shadow: 0px 3px 12px #04AE5566;

}

#vc-award {

  margin-bottom: 100px;

}

#vc-award .item {

  height: 340px;

  background: #8d99ae;

}

#vc-award .owl-carousel .owl-item img {

  height: 340px;

  object-fit: cover;

}

#vc-award h1,
#vc-partner h1 {

  margin-top: 100px;

  margin-bottom: 30px;

}

/* #vc-partner h1 {

  font-weight: 700;

  font-size: 96px;

  color: #E9ECEF;

}

@media (max-width: 500px){

  #vc-partner h1 {

    font-size: 60px;

  }

} */

#vc-partner .container {

  margin-bottom: 100px;

}

#vc-partner img {

  height: 100px;

  width: auto;

  padding: 0 10px;

  mix-blend-mode: darken;

}

.homeheader .homecontainer {

  background: #F6F9FC;

  border-radius: 8px;

}

.homeheader .col-lg-7 {

  padding: 50px;

}

.homeheader .col-lg-5 {

  padding-top: 15px;

  padding-right: 0px;

  padding-left: 0px;

}

.homeheader h1 {

  font-size: 36px;

  font-weight: 700;

  margin-bottom: 20px;

}

.homeheader p {

  font-size: 18px;

  padding-bottom: 30px;

}

.homeheader a.btn {

  color: #ffffff;

  background: #04AE55;

  font-size: 16px;

  padding: 12px 20px;

}



/* footer */

footer {

  background: #292931;

  padding: 60px 0 60px 0;

}

footer h1 {

  font-size: 20px;

  margin-bottom: 20px;

  color: #ffffff;

}

footer p,
footer a,
footer a:hover {

  color: #8d99ae;

  font-size: 16px;

}

footer .fas {

  margin-right: 10px;

}

footer .fa-whatsapp,
footer .fa-telegram {

  color: #8d99ae !important;

  font-size: 20px !important;

  margin-left: 0px !important;

  margin-right: 10px;

}

footer .fab {

  font-size: 40px;

  color: #ffffff;

  margin-left: 10px;

}

.vc-footer {

  font-size: 12px;

  color: #8d99ae;

  background: #1F1F24;

  padding: 20px 0 10px 0;

}



/* about */

#vc-group h1 {

  margin-bottom: 20px;

}

#vc-group .container:last-child {

  margin-top: 100px;

  margin-bottom: 100px;

}

#managementteam, #advisoryboard {

  background: #F7F9FA;

  padding: 60px 0 60px 0;

}

#managementteam .caption, #advisoryboard .caption {

  z-index: 2;

  position: absolute;

  right: 20px;

  bottom: 10px;

  left: 20px;

}

#managementteam .caption h3, #advisoryboard .caption h3 {

  font-size: 24px;

  color: #ffffff;

  font-weight: 400;

}

#managementteam .caption h4, #advisoryboard .caption h4 {

  font-size: 18px;

  color: #ffffff;

}

#managementteam .card, #advisoryboard .card {

  border: 0;

  border-radius: 20px;

  background-color: transparent;

}

#managementteam .card-flip>div {

  backface-visibility: hidden;

  transition: transform 300ms;

  transition-timing-function: linear;

  width: 100%;

  height: 100%;

  margin: 0;

  display: flex;

}



#managementteam .card-front {

  transform: rotateY(0deg);

}



#managementteam .card-back {

  transform: rotateY(180deg);

  position: absolute;

  top: 0;

  background: #ffffff;

  border-radius: 20px;

  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.18);

}

#managementteam .card-body {

  padding: 30px;

  font-size: 14px;

}

#managementteam .card-flip:hover .card-front {

  transform: rotateY(-180deg);

}



#managementteam .card-flip:hover .card-back {

  transform: rotateY(0deg);

}

#vc-career {

  padding: 60px 0 60px 0;

}

#vc-career h1 {

  margin-bottom: 30px;

}



/* contact */

#vc-map .container {

  overflow: hidden;

  padding-bottom: 400px;

  position: relative;

  height: 0;

}

#vc-map .container iframe {

  left: 0;

  top: 0;

  height: 400px;

  width: 100%;

  position: absolute;

}



/* Software */

#vc-software h1 {

  margin-bottom: 20px;

}

#vc-software .mobileimg {

  max-height: 400px;

  margin: 50px 0 50px 0;

}

#vc-features .fas {

  text-align: center;

  font-size: 40px;

  line-height: 50px;

  background: #EDF2F4;

  padding: 20px;

  border-radius: 50%;

  color: #04AE55;

}

#vc-features h4 {

  margin: 20px 0 20px 0;

  text-transform: capitalize;

}

#vc-features .features-box {

  border: none;

  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.18);

  border-radius: 20px;

  padding: 30px 30px 15px 30px;

  margin-bottom: 30px;

  background: #ffffff;

}

/* Feature box height in large screen*/

@media (min-width: 768px) {

  #vc-features .mobile .features-box {

    min-height: 465px;

  }

  #vc-features .icbs .features-box {

    min-height: 393px;

  }

  #vc-features .vtm .features-box {

    min-height: 546px;

  }

  #vc-features .cms .features-box {

    min-height: 357px;

  }

  #vc-features .kms .features-box {

    min-height: 258px;

  }

  #vc-features .qms .features-box {

    min-height: 546px;

  }

}

#vc-features .fa-stack {

  height: 100px !important;

}

#vc-features .fa-stack-1x {

  font-size: 40px;

  line-height: 100px !important;

  color: #04AE55;

}

#vc-features .fa-stack-2x {

  font-size: 100px !important;

}

#vc-features .icon-background {

  color: #EDF2F4;

}



/* Support */

#vc-support-team .support-team-box {

  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.18);

  border-radius: 20px;

  padding: 40px 20px 40px 20px;

  min-height: 157px;

  margin-bottom: 30px;

}



/* Product */

.mb-20 {

  margin-bottom: 20px;

}



/* Product kiosk */

#vc-product p {

  margin-bottom: 60px;

}

#vc-kiosk h4 {

  font-size: 20px;

}

#vc-kiosk .card-deck .card {

  border: 0;

  box-shadow: 0px 3px 6px #00000029;

  border-radius: 12px;

  margin-bottom: 30px;

  cursor: pointer;

}

#vc-kiosk .card-deck .card img {

  border-radius: 12px 12px 0 0;

}

#vc-kiosk .card-body {

  padding: 20px 1.25rem 0;

}

#vc-kiosk .card-footer {

  padding: 10px 0.75rem 1.25rem;

  background-color: transparent;

  border-top: 0;

  font-size: 16px;

  color: #04AE55;

}

#vc-kiosk .bg-red {

  background: #04AE55;
  ;

}

#vc-kiosk .bg-white {

  background: #ffffff;

}

#vc-kiosk .modal-header {

  border-bottom: 0;

}

#vc-kiosk .modal-body {

  font-size: 16px;

}

#vc-kiosk .modal-title {

  font-size: 24px;

}

#vc-kiosk .modal-content .card {

  margin-bottom: 0;

  border: 0;

}

#vc-kiosk .modal-content img {

  padding: 0 40px 40px;

  margin-top: 60px;

}

#vc-kiosk .modal-content .close {

  padding: 0;

  font-size: 50px;

}

#vc-kiosk .modal-content .close-mobile {

  color: #ffffff;

  padding: 0 20px;

  margin-bottom: -30px;

  opacity: 1;

}



/* Product LED */

#vc-product p {

  margin-bottom: 60px;

}

#vc-led h4 {

  font-size: 20px;

}

#vc-led .card-deck .card {

  border: 0;

  box-shadow: 0px 3px 6px #00000029;

  border-radius: 12px;

  margin-bottom: 30px;

  cursor: pointer;

}

#vc-led .card-deck .card img {

  border-radius: 12px 12px 0 0;

  width: 100%;

  height: 260px;

  object-fit: cover;

}

#vc-led .card-body {

  padding: 20px 1.25rem 0;

}

#vc-led .card-footer {

  padding: 10px 0.75rem 1.25rem;

  background-color: transparent;

  border-top: 0;

  font-size: 16px;

  color: #04AE55;

}

#vc-led .bg-white {

  background: #ffffff;

}

#vc-led .modal-header {

  border-bottom: 0;

}

#vc-led .modal-body {

  font-size: 16px;

}

#vc-led .modal-title {

  font-size: 24px;

}

#vc-led .modal-content .card {

  margin-bottom: 0;

  border: 0;

}

#vc-led .modal-content img {

  padding: 0 40px 40px;

  margin-top: 60px;

}

#vc-led .modal-content .close {

  padding: 0;

  font-size: 50px;

}

#vc-led .modal-content .close-mobile {

  color: #333;

  padding: 0 20px;

  margin-bottom: -30px;

  opacity: 1;

}

#vc-features .led .features-box {

  min-height: 411px;

}

/* Contact */

@media (max-width: 991px) {

  #vc-contact-form .contact-info {

    border-radius: 20px 20px 0 0 !important;

    border-bottom: 1px solid #EDF5FF;

  }

}

#vc-contact-form .container {

  background: #ffffff;

  border-radius: 20px;

  box-shadow: 0px 3px 6px #00000029;

}

#vc-contact-form h3 {

  font-size: 24px;

  margin-bottom: 40px;

}

#vc-contact-form .contact-info {

  background: #F9FBFF;

  border-right: 1px solid #EDF5FF;

  border-radius: 20px 0 0 20px;

  padding: 40px 0 0 40px;

}

#vc-contact-form .contact-info .fas {

  color: #04AE55;

  margin-top: 5px;

}

#vc-contact-form .contact-info .fab {

  color: #04AE55;

  font-size: 22px;

  margin-top: 3px;

}

#vc-contact-form .contact-info a {

  color: #2B2D42;

}

#vc-contact-form .drop-message {

  padding: 40px;

}

#vc-contact-form .drop-message label {

  font-weight: 700;

  color: #2B2D42;

}

#vc-contact-form .drop-message input,
#vc-contact-form .drop-message select,
#vc-contact-form .drop-message textarea {

  width: 100%;

  padding: 12px;

  border: 0;

  border-radius: 4px;

  box-sizing: border-box;

  margin-bottom: 16px;

  resize: vertical;

  background: #EDF2F4;

}

#vc-contact-form .drop-message input[type=submit] {

  background-color: #04AE55;

  color: white;

  padding: 12px 20px;

  border: none;

  border-radius: 32px;

  cursor: pointer;

}

#vc-contact-form .drop-message input[type=submit]:hover {

  background-color: #04AE55;

}

#vc-map {

  margin: 60px 0;

}

#vc-partner-contact .partner-info {

  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.18);

  border-radius: 20px 20px 70px 20px;

  padding: 40px;

  margin-bottom: 30px;

}

@media (min-width: 768px) {

  #vc-partner-contact .partner-info {

    min-height: 324px;

  }

}

#vc-partner-contact .fas {

  color: #04AE55;

}

#vc-partner-contact .partner-info h4 {

  text-align: center;

}

.vc-sl .row {

  margin: 50px 0;

}

#vc-smartlife-about {

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contact-img.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  padding: 80px 0 70px 0;

  color: #ffffff;

}

#vc-smartlife-about h1 {

  color: #ffffff;

  margin-bottom: 20px;

}

#vc-smartlife-us {

  padding-top: 50px;

}

#vc-smartlife-us img {

  max-width: 130px;

}

#vc-smartlife-us h5 {

  font-size: 24px;

  margin-top: 20px;

}

#vc-smartlife-us p {

  color: #2B2D42;

}

#vc-smartlife-us .col-md-3 {

  background: #ffffff;

  padding: 30px;

  border-radius: 12px;

  margin: 20px;

}

#vc-smartlife-adv {

  margin-bottom: 80px;

}

#vc-smartlife-adv img {

  height: 100px;

}

#vc-smartlife-adv h1 {

  margin-top: 50px;

  margin-bottom: 40px;

}

#vc-smartlife-adv h5 {

  font-size: 20px;

  text-align: center;

  margin-top: 20px;

}

#vc-smartlife-adv .col-md-3.a {

  background-color: #EDF5FF;

  padding: 70px;

}

#vc-smartlife-adv .col-md-3.a img {

  filter: invert(21%) sepia(53%) saturate(1814%) hue-rotate(217deg) brightness(96%) contrast(95%);

}

#vc-smartlife-adv .col-md-3.a h5 {

  color: #363795;

}

#vc-smartlife-adv .col-md-3.b {

  background-image: linear-gradient(to bottom right, #363795, #005C97);

  padding: 70px;

}

#vc-smartlife-adv .col-md-3.b img {

  filter: invert(100%) sepia(31%) saturate(4850%) hue-rotate(184deg) brightness(115%) contrast(110%);

}

#vc-smartlife-adv .col-md-3.b h5 {

  color: #ffffff;

}

#vc-smartlife-products h5 {

  font-size: 22px;

  margin-bottom: 50px;

}

#vc-smartlife-products h1 {

  margin-top: 50px;

  margin-bottom: 40px;

}

#vc-smartlife-contact {

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/contact-img.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  padding: 80px 0 70px 0;

  color: #ffffff;

}

#vc-smartlife-contact h1 {

  color: #ffffff;

}

#vc-smartlife-contact h5 {

  color: #ffffff;

  font-size: 22px;

  font-weight: 500;

  margin: 20px 0 40px 0;

}

#vc-smartlife-contact .row {

  margin-bottom: 16px;

}

#vc-smartlife-sustainability {

  margin-top: 50px;

}

#vc-smartlife-app {

  background-color: #F7F9FD;

  padding: 50px 0;

}

#vc-smartlife-contact a {

  color: #ffffff;

}





#dlpdf .button {

  border-radius: 4px;

  background-image: linear-gradient(to bottom right, #363795, #005C97);

  border: none;

  color: #FFFFFF;

  text-align: center;

  font-size: 20px;

  padding: 20px;

  width: 300px;

  transition: all 0.5s;

  cursor: pointer;

  margin: 5px;

}



#dlpdf .button span {

  cursor: pointer;

  display: inline-block;

  position: relative;

  transition: 0.5s;

}



#dlpdf .button span svg {

  margin-right: 10px;

  margin-top: -5px;

}





#dlpdf .button span:after {

  content: '\00bb';

  position: absolute;

  opacity: 0;

  top: 0;

  right: -20px;

  transition: 0.5s;

}



#dlpdf .button:hover span {

  padding-right: 25px;

}



#dlpdf .button:hover span:after {

  opacity: 1;

  right: 0;

}

nav ul {
  font-size: 16px;
}

nav #nav-job a {
  font-size: 15px;
  color: #ffffff;
  background-color: #04AE55;
  border-radius: 999px;
  padding: 0.5rem 1rem;
}

#vc-app-solutions h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

#vc-app-solutions h1 {
  font-size: 50px;
  line-height: 55px;
}

#vc-app-solutions .btn {
  padding: 12px 35px;
  font-size: 1.2rem;
}

.app-features h3 {
  font-size: 30px;
}

.app-features h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 16px;
}

.app-features .row .col img {
  margin: 16px 0 8px;
}

.app-features p {
  line-height: 1.3em;
  font-size: 16px;
}

.app-features .btn,
.faq-contact-btn {
  padding: 12px 35px;
}

.app-banner {
  padding: 32px 16px;
  border-radius: 8px;
}

.app-banner h1 {
  font-size: 30px;
  font-weight: 600;
}

.app-banner .btn {
  padding: 12px 35px;
  font-size: 1.2rem;
}

.adv-features .col {
  display: flex;
  margin-top: 16px;
}

.adv-features .col .container {
  border: 1px solid #d9d9d9;
  border-radius: 32px 8px 32px 8px;
  padding: 24px;
}

.adv-features h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 16px;
}

.adv-features p {
  line-height: 1.3em;
  font-size: 16px;
}

.restaurant-app .btn-primary,
.restaurant-app .btn-primary:not(:disabled):not(.disabled):active,
.restaurant-app .btn-primary:not(:disabled):not(.disabled).active,
.restaurant-app .show>.btn-primary.dropdown-toggle {
  background-color: #fa7508;
  border-color: #fa7508;
}

.restaurant-app .btn-primary:focus,
.restaurant-app.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(255 69 0 / 20%)
}

.restaurant-app .app-banner {
  background-color: #fa7508;
}

.restaurant-app .app-banner .btn {
  color: #fa7508;
  font-weight: 600;
}

.vastcomp-app .btn-primary,
.vastcomp-app .btn-primary:not(:disabled):not(.disabled):active,
.vastcomp-app .btn-primary:not(:disabled):not(.disabled).active,
.vastcomp-app .show>.btn-primary.dropdown-toggle {
  background-color: #3dc225;
  border-color: #3dc225;
}

.vastcomp-app .btn-primary:focus,
.vastcomp-app.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(61 194 37 / 20%)
}

.vastcomp-app .app-banner {
  background-color: #3dc225;
}

.vastcomp-app .app-banner .btn {
  color: #3dc225;
  font-weight: 600;
}

.divider-100 {
  padding: 50px 0;
}

.tourism-app .btn-primary,
.tourism-app .btn-primary:not(:disabled):not(.disabled):active,
.tourism-app .btn-primary:not(:disabled):not(.disabled).active,
.tourism-app .show>.btn-primary.dropdown-toggle {
  background-color: #11b153;
  border-color: #11b153;
}

.tourism-app .btn-primary:focus,
.tourism-app.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(17 177 83 / 20%)
}

.tourism-app .app-banner {
  background-color: #11b153;
}

.tourism-app .app-banner .btn {
  color: #11b153;
  font-weight: 600;
}

@media (max-width: 768px) {
  .app-features .row .col img {
    margin: 0 auto;
  }

  .app-flow {
    padding: 0 20px;
  }

  .app-flow .col {
    margin-bottom: 20px;
  }
}

.property-app .btn-primary,
.property-app .btn-primary:not(:disabled):not(.disabled):active,
.property-app .btn-primary:not(:disabled):not(.disabled).active,
.property-app .show>.btn-primary.dropdown-toggle {
  background-color: #b29358;
  border-color: #b29358;
}

.property-app .btn-primary:focus,
.property-app.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(17 177 83 / 20%)
}

.property-app .app-banner {
  background-color: #b29358;
}

.property-app .app-banner .btn {
  color: #b29358;
  font-weight: 600;
}

.app-flow h3 {
  font-size: 24px;
  font-weight: 600;
}

.app-flow .col .container {
  background: linear-gradient(135deg, #FCEEE9 0%, #ECF8F8 100%);
  border-radius: 50px 8px 50px 8px;
  padding: 40px 40px 0;
  position: relative;
}

.app-flow .col img {
  max-width: 250px;
  margin: 0 auto;
}

.app-flow.vqrpos-setup .col img {
  width: 100%;
}

#vc-products-services .btn-primary {
  background: #04AE55;
  border-color: #04AE55;
}

#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 0px;
    height: 0px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  #cursor.arrow .cursor__circle {
    width: 128px;
    height: 128px;
    background-color: #04ae56ec;

  }

  #cursor.arrow::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url("../img/cursor-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  #cursor.subtle .cursor__circle {
    opacity: 0.16;
  }

  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
  background-color: #fff;
}

.accordion .btn-link {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.accordion .btn-link:focus,
.accordion .btn-link.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}

.faqs {
  max-width: 800px;
}

.faqs .card-body {
  font-size: 16px;
}

.vastcom-3steps {
  /* background-color: #F9FAFB; */
  margin: 80px 0;
}

.vastcom-3steps .step-no {
  font-size: 20px;
  font-weight: 500;
  background-color: #04AE55;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 32px;
  filter: drop-shadow(0px 4px 20px rgba(4, 174, 85, 0.5));
}

/* .vastcom-3steps .step-box {
  /* padding: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(223, 223, 223, 0.7);
  border-radius: 999px;
  aspect-ratio: 1; */
.step-box-line-back::before {
  content: "";
  width: 50%;
  position: absolute;
  background: rgba(4, 174, 85, 0.2);
  top: 25px;
  right: 0;
  height: 1px;
  z-index: -10;
}

.step-box-line-front::after {
  content: "";
  width: 50%;
  position: absolute;
  background: rgba(4, 174, 85, 0.2);
  top: 25px;
  left: 0;
  height: 1px;
  z-index: -10;
}

.pricing-header {
  background-color: #343a40;
  color: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  border-radius: 32px 8px 0px 0px;
}

.adv-features.pricing .col .container {
  padding: 0px;
}

.video-container {
  max-width: 800px;
}

.video-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


/* #nav-vastcom-app .nav-link::before {
  content: 'Sign Up';
  position: absolute;
  background: #04AE55;
  color: #fff;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 138px;
} */

.clients-grid {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 80px;
}

.clients-grid img {
  height: 120px;
  max-width: 240px;
  object-fit: contain;
}

.video-block iframe {
  aspect-ratio: 16 / 9;
}

#vc-video img {
  width: 100%; 
  aspect-ratio: 16 / 9; 
  object-fit: cover;
}

#vc-video img:hover {
  opacity: 0.4;
}

.tab-content img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.card-title {
  font-size: 20px;
  font-weight: 600;
}
.card-text {
  font-size: 16px;
  font-weight: 400;
}