html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  margin: 0;
}


main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}


pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}


a {
  background-color: transparent;
}


abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}



b,
strong {
  font-weight: bolder;
}



code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}



small {
  font-size: 80%;
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}



button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}



button,
input { /* 1 */
  overflow: visible;
}



button,
select { /* 1 */
  text-transform: none;
}



button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}



button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}



fieldset {
  padding: 0.35em 0.75em 0.625em;
}



legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}



progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}



[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}



[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}



[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


details {
  display: block;
}



summary {
  display: list-item;
}



template {
  display: none;
}



[hidden] {
  display: none;
}

*{
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    --text-color: #2d2d2d;
}



.navbar-section {
  position: sticky;
  top: 0;
  z-index: 9999;  
  background-image: url('/images/navbg.jpg');
  background-size: auto 100%;  
  background-repeat: repeat-x; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 2px;
}

.nav-container {
  max-width: 1024px;
  margin: 0 auto;
}

.navbar {
  display: flex;
  justify-content: space-between;    
  align-items: center;
  padding: 15px 20px;
}

.navbar .menu {
  display: flex;
  padding-right: 20px;
}

.navbar .menu li {
  list-style: none;
  padding-left: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-color);
  transition: transform 0.15s ease-in, color 0.15s ease-in;
}

.navbar .menu li:hover {    
  transform: scale(1.02);
}

.navbar .menu li:active {
  color: black;
  transform: scale(1.05);
}

.menu .phone-link {
  text-decoration: none;
  color: var(--text-color, #333);
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.menu .phone-link svg{
  padding-right: 3px;
}

.menu .phone-link:hover {
  color: #0b66a3; 
}

@media (max-width: 810px) and (min-width: 700px) {
  .navbar .menu{
    padding-right: 5px;
    padding-left: 10px;
  }
  .navbar .menu li {
    padding-left: 10px;
    font-size: 1rem;

  }

}


@media (min-width: 700px) {
  .chevron {
    display: none;
  }
}

@media (max-width: 699px) and (min-width: 360px) {
  .navbar {
    position: relative;
  }

  .chevron {
    display: block;
    font-size: 26px;
    cursor: pointer;
    user-select: none;
  }

  .navbar .menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    background: #fff;
    flex-direction: column;
    width: 220px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    z-index: 1000;
  }

  .navbar .menu.show {
    display: flex;
  }

  .navbar .menu li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
  }

  .navbar .menu li:last-child {
    border-bottom: none;
  }
}




.hero-container{
    background: url('./images/vv_hero_image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center;
    position: relative;
}

.hero-text{
    position:relative;
    display: flex;
    color: white;
    width: 500px;
    height: 100%;
    flex-direction: column;
    left: 50%;    
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
}

.hero-text h1{
    margin: 0;
    line-height: 1;
}

.hero-text h3{
    margin-top: 1.2rem;
}

.hero-cta{
    display: flex;        
    background-color:#0086b9;
    border-radius: 10px;
    padding: 10px;
    width: 50%;          
    align-self: center;     
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.15s ease-in;
    
}

.hero-cta:active{
  background-color: #0077a5;
}

.hero-cta img{
    margin-left: 1rem;
}


@media (max-width: 699px) and (min-width: 360px){
  .hero-container{
    background: url('./images/vv_hero_image_mobile.jpg');
    background-position: top center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
  }
.hero-text{
  width: fit-content;
  left: 0;
  justify-content: center;
  padding-top: 120px; 

}
.hero-text h1{
    margin: 0;
    line-height: 1;
    font-size: 2rem;
}

.hero-text h3{
    margin-top: 1.2rem;
    font-size: 1.5rem;
}
.hero-cta{
  width: 65%;
}
}



#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: var(--primary-color, #004080);
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

#backToTop.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#backToTop:hover {
  background-color: #0066cc;
}



.solutions-section{
  background: url('/images/Solutions_and_Offerings_bg.png')
}

.solutions-container{
    max-width: 1200px;
    margin: 0 auto;
}

.solutions-header{
    display: flex;
    width: 400px;
    flex-direction: column;    
    align-content: center;
    margin: -25px auto 0 auto;    
    position: relative;   
    padding: 25px;   
    background: white;
    border-radius: 10px;
}

.solutions-header img{
    width: 100%;
      
}

.solutions-header .text{
    font-weight: bold;
    color: var(--text-color);
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.5rem;    
}

.sol-template-container{    
    display: flex;
    justify-content: space-evenly;
    column-gap: 100px;
    padding: 50px;
}
.sol-template-img{
    border-radius: 10px;
    width: 50%;
}

.sol-template-txt{      
    align-content: center;    
    width: 50%;
   
}

.sol-template-txt h3{
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-color);
}

.sol-template-txt p{
    font-size: 1.25rem;
    line-height: 1.5;
}

.sol-template-cta{
    display: flex;        
    background-color: #0086b9;
    border-radius: 10px;
    padding: 10px 20px;        
    justify-content: center;
    align-content: center;
    cursor: pointer;    
    margin-top: 2rem;
    width: fit-content;
    transition: background-color 0.15s ease-in;
}

.sol-template-cta:active{
  background-color: #0077a5;
}
.sol-template-cta span{
    color: white;
    font-size: 1.5rem;
    padding-right: 15px;
}

.business-sol{
padding-bottom: 0;
}

.tag {
  display: inline-block;
  background: rgb(241, 248, 252);
  color: var(--text-color);
  padding: 6px 14px;
  border-radius: 20px;
  margin: 5px 6px 5px 0;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.tag:hover {
  background: #deeeff; 
}

@media (max-width: 699px) and (min-width: 360px){
  .solutions-header{
    width: 70%;    
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     padding: 15px;
  }
  .solutions-header img{      
      margin: 0 auto;
    }
  .solutions-header .text{
    font-size: 2rem;
  }
  .sol-template-container,
  .comparison{    
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
  }
  .sol-template-img{
    width: 100%;    
  }
  .sol-template-txt{
    width: 100%;
  }
  .sol-template-txt h3{
    font-size: 1.75rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .sol-template-txt p{    
    text-align: center;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tag{
    margin: 2px 3px 2px 0;
  }
  .sol-template-cta{
    flex-wrap: wrap;
    margin: 0 auto;  
  }

  .standard-sol,
  .business-sol{
    flex-direction: column-reverse;
  }

}



.comparison {
  max-width: 1000px;
  margin: 50px auto;
  padding: 25px 20px 50px 20px;
  text-align: center;
  font-family: system-ui, sans-serif;
}

.comparison h2 {
  font-size: 2rem;
  margin-bottom: 6px;
}

.comparison .subtext {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-bottom: 30px;
}

.comparison .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.comparison .row {
  display: table-row;
}

.comparison .cell {
  display: table-cell;
  padding: 16px;
  border: 1px solid #eee;
  vertical-align: middle;
  font-size: 14px;
}

.comparison .header .cell {
  font-weight: bold;
  background: #0b66a3;
  color: #fff;
}

.comparison .cta-row .cell {
  text-align: center;
}

.comparison .cta {
  display: inline-block;
  padding: 8px 16px;
  background: #0b66a3;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.comparison .cta:hover {
  background: #03416b;
}

.highlight {
  background: rgba(11,102,163,0.08); 
  font-weight: 600;
}

.header .highlight {
  background: #0b66a3;
  color: #fff;
  position: relative;
}


.badge {
  display: inline-block;
  background: #34d399; 
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 12px;
  margin-top: 4px;
}


@media (max-width: 699px) and (min-width: 360px){
  .comparison{    
    margin: 20px 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .comparison h2{
    margin-top: 0;
    font-size: 1.75rem;
  }
  .comparison .subtext{
    font-size: 1rem;
    margin: 5px 0 15px 0;
  }
 

  .comparison .table {
    display: block;
  }

  .comparison .row.header {
    display: none; 
  }

  .comparison .row {
    display: block;
    margin: 10px 5px 0 5px;
    
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }

  .comparison .cell {
    display: none;
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
  }

 
  .comparison .cell.feature {
    display: block;
    background: #f8f9fa;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    position: relative;
  }

  
  .comparison .cell.feature::after {
    content: "+";
    position: absolute;
    right: 16px;
    font-size: 16px;
    color: #0b66a3;
  }


  .comparison .row.active .cell:not(.feature) {
    display: block;
  }

  
  .comparison .row.active .cell.feature::after {
    content: "–";
  }

  
  .comparison .cell.feature + .cell::before {
    content: "Standard: ";
    font-weight: bold;
    color: #0b66a3;
  }
  .comparison .cell.feature + .cell + .cell::before {
    content: "Premium: ";
    font-weight: bold;
    color: #0b66a3;
  }
  .comparison .cell.feature + .cell + .cell + .cell::before {
    content: "Business: ";
    font-weight: bold;
    color: #0b66a3;
  }
}




.why-choose-us {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
    font-family: system-ui, sans-serif;
}

.why-choose-us h2 {
    font-size: 2rem;
    margin-bottom: 6px;
}

.why-choose-us .subtext {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}


.why-choose-us .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.why-choose-us .carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s ease-in-out;
}

.why-choose-us .card {
    min-width: 260px;
    max-width: 260px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    flex-shrink: 0;
}
.why-choose-us .card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0b66a3;
}

.why-choose-us .card p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--text-color);
}


.why-choose-us .card.founder-note {
    background: #0b66a3;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.why-choose-us .card.founder-note img {
    border-radius: 10px;
}

.why-choose-us .card.founder-note h3,
.why-choose-us .card.founder-note p {
    color: #fff;
}

.why-choose-us .card.founder-note .author {
    font-weight: bold;
    margin-top: 12px;
}


.why-choose-us .carousel-controls {
    margin-top: 16px;
}


.why-choose-us .carousel-controls button {
    background: #0b66a3;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin: 0 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}

.why-choose-us .carousel-controls button:hover {
    background: #03416b;
}


@media (max-width: 899px) and (min-width: 500px) {
    .why-choose-us .card {
        min-width: 45%;
        max-width: 45%;
    }
}


@media (max-width: 499px) {
    .why-choose-us .card {
        min-width: 80%;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 699px) and (min-width: 360px){
  .why-choose-us{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .why-choose-us h2{
    font-size: 1.75rem;
  }
  .why-choose-us .subtext{
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .why-choose-us .card{
    padding-top: 0;
    padding-bottom: 0;
  }
}



.about-us {
  background: linear-gradient(135deg, #f7f9fc, #eaf3f9);
  padding: 60px 20px;
}

.about-us .about-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-us .about-image {
  flex: 1 1 400px;
  text-align: center;
}

.about-us .about-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

.about-us .about-text {
  flex: 1 1 500px;
  text-align: center;
}

.about-us .about-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--text-color);
}

.about-us .about-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #333;
}



@media (max-width: 699px) and (min-width: 360px){

.about-us{
  padding-top: 30px;
}

.about-us .about-text h2{
  font-size: 1.75rem;  
  margin-bottom: 10px;

}

.about-us .about-text p{
  font-size: 1rem;  
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 0;  
}

}



.faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: system-ui, sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: var(--text-color);
}

.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f7f9fc;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px; 
}

.faq-item.active .faq-answer {
  max-height: 300px; 
  padding: 16px 20px;
}



@media (max-width: 699px) and (min-width: 360px){
  .faq-section h2{
    font-size: 1.75rem;    
  }
  .faq-item{
    margin-left: 20px;
    text-align: center;
  }
}



.contact-us-section{
  width: 800px;
  text-align: center;
  margin: auto;
}

.contact-us-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: var(--text-color);
}



@media (max-width: 699px) and (min-width: 360px){
  .contact-us-section{
    width: 100%;
  }
  .contact-us-section iframe{
    width: 90%;
  }
}




.footer {
  background: #1a1e27;
  padding: 40px 20px 20px;
  font-size: 14px;
  color: #ededed;
  margin-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 25px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;  
  column-gap: 20px;
}

.footer-about{
  width: 45%;
}

.footer-about p{
  line-height: 1.5;
}

.footer-rest{
  width: 45%;
  display: flex;
  column-gap: 40px;
}

.footer h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ededed;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #ededed;
}

.footer-links ul li a:hover {
  color: #ededed;
}

.footer-bottom {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #ededed;
}

.footer-social a {
  display: inline-block;
  color: #ededed;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 14px;
}

.footer-social a:hover,
.footer-links ul li a:hover {
  color: rgb(221, 221, 221);
  font-weight: 500;
  transform: scale(1.02);
}

.footer-social a:active,
.footer-links ul li a:active {
  
  transform: scale(1.05);
}

.footer-container a{
  text-decoration: none;
  color:#ededed;
}



@media screen and (min-width:700px) and (max-width:1023px) {

  .hero-text{
    width: 50%;
  }
  .hero-text h1{
    font-size: 2.5rem;
  }

  .solutions-header{
    width: 300px;
  }

  .solutions-header .text{
    font-size: 2rem;
  }

  .sol-template-container{    
    column-gap: 25px;     
    width: fit-content; 
  }

  .sol-template-txt h3{
    font-size: 2rem;
  }

  
  .footer-container{
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }
  .footer-rest{
    width: 100%;
  }
}


@media (max-width: 699px) and (min-width: 360px){ 
.footer-rest{
  width: 100%;
  flex-direction: column;
}
.footer-about{
  width: 100%;
}
}