:root {
  --primary-color: #ff5e00; /* Orange */
  --secondary-color: #9747ff; /* violet */
  --sub-text: #3333338a;
  --black-color: #333333;
  --gray-color: #f9f7f7;
  --primary-violet: #f6f0ff;
  --primary-orange: #fff8f3;
}


.carousel-container .carousel-control-prev,
  .carousel-container .carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: none;
  }

  .carousel-container:hover .carousel-control-prev,
  .carousel-container:hover .carousel-control-next {
    opacity: 1;
  }

.fs-5{
  font-size: 1.2rem !important;
}

body{
  font-family: 'DM Sans', sans-serif !important;
  color: var(--black-color) !important;
  
}
/* .buttonOutline {
  border: 1px solid black;
  background-color: white;
} */

.btn-outline-dark:hover {
  color: white !important;
  background-color: rgb(55, 55, 55) !important;
  border-color: black !important;
}



p{
  font-weight: 400;
  line-height: 1.6;
  color: var(--sub-text);
}
.contactUsButton {
  width: auto;
  height: 40px;
  border: none;
  background-color: transparent;
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  font-weight: 600;

  border-radius: 25px;
  cursor: pointer;
}


/* @media (min-width: 768px) {
  .vivantcar p {
    font-size: 18px;
  }
  .vivantcar h1{
    font-size: 5px;
  }
} */






.vivantLogo {
  /* width: 236px;
  height: 80.21px;

  margin-top: 0.5rem;
  margin-bottom: 0.5REM;

/*   

  .vivantLogo { */
    max-width: 100%;
    height: auto;
    min-width: 150px;
    max-width: 100%;
  max-height: 4.1rem; 
  margin-bottom: 1rem;
  }

  @media (max-width: 1024px) {
    .vivantLogo {
      height: 3rem; /* Slightly bigger on mid-size screens */
    }
  }

.navItems li {
  padding-top: 20px;

  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navItems li {
    font-size: 13px;
    font-weight: 500;
    padding-top: 7px;
    padding-left: 3px;
  }
}

.addressLine1 {
  width: 12rem;
  height: 4px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .addressLine1 {
    width: 10.3rem;
    height: 4px;
  }
}
.addressLine2 {
  width: 4.5rem;
  height: 4px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .addressLine2 {
    width: 3.5rem;
    height: 4px;
    border-radius: 2px;
  }
}

.addressLine3 {
  width: 10.5rem;
  height: 4px;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .addressLine3 {
    width: 9rem;
    height: 4px;
  }
}

.contentHead {
  font-weight: 700;
}


.carousel-control-prev-icon{
  
  background-color: var(--black-color);
 
}
.carousel-control-next-icon{
  background-color: var(--black-color);

}
.gradient-text {
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text; /* Clip the gradient to the text (works in WebKit browsers like Chrome, Safari) */
  background-clip: text; /* Standard property for other browsers like Firefox */
  color: transparent;
}
.contentBody {
  padding-top: 10px;
  color: var(--sub-text) !important;
}

.subContent1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contentButtons {
  display: flex;
  align-items: center;
}

.btn-primary {
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
  border: none !important;
}

hr {
  border: none !important; /* Remove the default border */
  height: 2px; /* Set the height of the hr */
  background: linear-gradient(
    to left,
    var(--primary-color),
    var(--secondary-color)
  ); /* Gradient background */
  opacity: 1 !important;
}

.mybutton2 {
  background-color: transparent;
  border: 2px solid transparent; /* Transparent border to allow gradient to show */
  border-radius: 1rem;
  border-image: linear-gradient(
      90deg,
      var(--primary-color),
      var(--secondary-color)
    )
    1 !important; /* Gradient border */
  cursor: pointer; /* Change cursor to pointer on hover */
}

.cardTitle {
  font-weight: 600;
}
.blogsCardTitle {
  font-weight: 700;
}
.blogsCardContent {
  font-weight: 400;
  text-align: justify;
}
.cardText {
  color: var(--sub-text);

  font-weight: 400;
}

.cardButton {
  border-radius: 100rem;
 
  color: black;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px transparent;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(101deg, var(--primary-color), var(--secondary-color));
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}

.subTextColor {
  color: var(--sub-text);
}

.cardSubText {
  color: var(--sub-text);
  font-weight: 500;
}

.cardSubText2 {
  color: var(--sub-text);
  font-weight: 500;
  text-align: justify;
}

.blogTitle {
  font-weight: 700;
}


.blogContent2 {
  color: var(--sub-text);
  font-weight: 500;
  /* font-size: 18px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* .blogContent1 {
  color: var(--sub-text);
  font-weight: 500;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
} */

.Description {
  font-weight: 500;
}

.bgColor {
  background-color: var(--gray-color);
}

@media (min-width: 992px) {
  .cardHome .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}


 

.dropDownItems {
  font-weight: 500 !important;
}
.dropDownItems:hover {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white !important;
}

.dropDownImage {
  float: right;
  transition: transform 0.3s ease; /* smooth transition for transform */
}

.dropDownItems:hover .dropDownImage {
  transform: translateX(30px); /* move the icon 10px to the right */
}

.aboutContent {
  text-align: justify;
}

.productHead {
  font-weight: 700;
}
.productContent {
  font-weight: 400;
  text-align: justify;
}

.productImages {
  width: 100%; /* Makes the image fill the width of the container */
  height: auto;
}

.contentHead1 {
  font-weight: 700 !important;
}

.display-4 {
  font-weight: 650 !important;
  font-size: calc(3.564rem + 2.7vw);;
  
}

/* @media (min-width: 992px) {
  .display-4{
  font-weight: 500 !important;
  font-size: 1.1rem;
}
} */

.subContent {
  color: var(--sub-text);
  font-weight: 400;
}

.subContent3 {
  color: var(--sub-text);
  font-weight: 400;
}

.serviceContent {
  text-align: justify;
  font-weight: 400;
}

.serviceContent li {
  padding-bottom: 10px;
}

.serviceContent1 {
  text-align: center;
  font-weight: 500;
  color: var(--sub-text);
}

.boxStyle {
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
  width: 37px;
  height: 35px;
  font-weight: 600;
  font-size: large;
  color: white;
}

.footerContent {
  font-weight: 500;
  text-align: justify;
}

.footerHead {
  font-weight: 600;
}

.footerStyle li {
  font-weight: 500;
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 18px;
}

a {
  text-decoration: none !important;
}
.color {
  color: var(--black-color);
}

.activePage {
  font-weight: bold;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

@media (min-width: 992px) {
  .activePage::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(
      90deg,
      var(--primary-color),
      var(--secondary-color)
    );
  }
}

.hoverEffect:hover {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.outline {
  border: 2px solid var(--sub-text);
}

.mapStyle {
  height: 490px;

}
@media (max-width: 992px) {
  .mapStyle {
    height: 300px;
  }
}

.logoCard {
  background-color: var(--gray-color);
  border-radius: 5px;
}

.imgCard {
  margin-left: 7rem;
}
@media (max-width: 767px) {
  .imgCard {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
}

.imageCard {
  
  border: none;
  background-color: var(--primary-violet) !important;
  border: none !important;
}

.imgCard {
  
  border: none;
  background-color: var(--primary-orange) !important;
  border: none !important;
}

@media (min-width: 768px) {
  .imageCard {
    margin-right: 7rem;
  }
}
@media (max-width: 767px) {
  .imageCard {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
}

.footerDesign {
  background-color: var(--primary-violet);
  border-radius: 30px;
}

.homeFooter {
  background-color: var(--primary-violet);
}

.slideContainer {
  border: 1px solid #33333344;
  border-radius: 5px;
  text-align: center;
  height: 100%;
}

/* style="background-color:rgb(155, 208, 253);height:320px;text-align: center;" */

.cardFooter {
  background-color: var(--primary-orange);
  text-align: center;
  height: 420px;
}

@media (max-width: 600px) {
  .cardFooter {
    height: 400px;
  }
}

.footerContainer {
  padding-top: 25rem;
}

@media (max-width: 900px) {
  .footerContainer {
    padding-top: 9rem;
  }
}
@media (min-width: 830px) {
  .footerContainer {
    padding-top: 13rem;
  }
}
@media (min-width: 984px) {
  .footerContainer {
    padding-top: 17rem;
  }
}
@media (min-width: 992px) {
  .footerContainer {
    padding-top: 21rem;
  }
}
@media (min-width: 1021px) {
  .footerContainer {
    padding-top: 25rem;
  }
}
.decoration {
  color: var(--black-color);
}

 .navbarWidth{
width:25rem;
}

@media(max-width:800px){
  .navbarWidth{
    max-width: 20rem;
  }
} 

.vivantLogo{
  max-width: 236px;
  
}


#scrollBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff5e00; /* Google Blue */
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
  display: none;
}
#scrollBtn:hover {
  background: #D94F00; /* Google Green */
}


.logoCard {
  padding: 15px;
  transition: transform 0.3s ease-in-out;
}
.logoCard:hover {
  transform: scale(1.05);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(1);
}






/*   
        .contact-social-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            color: white;
            background-color: rgba(0, 0, 0, 0.911);
        }
        .contact-info {
            font-size: 16px;
            margin-left:7rem;
        }
        .contact-info a {
            color: white;
            text-decoration: none;
            margin-right: 15px;
        }
        .social-icons{
          margin-right:7rem;
        }
        .social-icons a {
            color: white;
            text-decoration: none;
            font-size: 20px;
            margin-left: 15px;
            transition: color 0.3s ease;
        }
        .social-icons a:hover {
            color: var(--secondary-color);
        }
    */

    .contact-social-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background: #000;
      color: white;
  }

  .contact-info, .social-icons {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
  }

  .contact-info a, .social-icons a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      display: flex;
      align-items: center;
  }

  .social-icons a {
      font-size: 18px;
      transition: 0.3s;
  }

  .social-icons a:hover {
      color: #007bff;
  }





        #heroCarousel .carousel-item {
          height: 80vh;
          background-size: cover;
          background-position: center;
      }
      .carousel-caption {
          top: 50%;
          transform: translateY(-50%);
      }
/* 
      .card:hover {
        transform: scale(1.05);
      }

      .card{
        transition: transform 0.3s;
      } */

    #carouselExample .carousel-item{
        height: 100vh;
        background-size: cover;
        background-position: center;
        position: relative;
      }

    .carousel-caption {
      text-align: left;
      padding-bottom: 10px;
  }

  .carousel-caption h3 {
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase;
  }

  .carousel-caption p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      color: white;
      max-width: 90%;
  }


/* 


  @media (max-width: 768px) {
    .content {
      font-size: 1rem;
      margin: 0;
    }
  } */




    .learnmore{
        border-radius: 100rem;
       
        color: black;
        box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
        border: solid 2px transparent;
        background-image: linear-gradient(
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0)
          ),
          linear-gradient(101deg, var(--primary-color), var(--secondary-color));
        background-origin: border-box;
        background-clip: content-box, border-box;
        box-shadow: 2px 1000px 1px #fff inset;
    }




    .comparison-table {
      table-layout: fixed;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-size: 0.75rem;
    }
    
    .comparison-table th,
    .comparison-table td {
      padding: 0.5rem;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      text-align: left;
    }
    
    .comparison-table th:first-child {
      border: 1;
    }
    
    .comparison-table th:nth-child(2n) {
      box-shadow: 0 0 2rem hsla(0, 0%, 0%, 0.15);
    }
    
    .comparison-table th:nth-child(2n),
    .comparison-table td:nth-child(2n) {
      position: relative;
      background: #fff;
    }
    
    .comparison-table td:not(:first-child) {
      text-align: left;
    }
    
    @media (min-width: 48rem) {
      .comparison-table {
        font-size: 0.875rem;
      }
      
      .comparison-table th,
      .comparison-table td {
        padding: 1rem;
      }
    }
    
    @media (min-width: 60rem) {
      .comparison-table {
        font-size: 1rem;
      }
      
      .comparison-table th,
      .comparison-table td {
        padding: 1.5rem 2rem;
      }
    }


    .comparison-table i{
      width: 50px;
    }


   tbody i{
    padding-right: 10px;
   }




   @media (max-width:425px){
    .carousel-caption p{
        font-size: 0.9rem;
        max-width: 90%;
    }
   }
   


   .card-img-top {
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.card:hover .card-img-top {
    transform: scale(0.98); /* Zoom effect on hover */
}



/* .fs-5 {
  font-size: 1.17rem !important;
} */



