* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8f9fa;
  padding-left: 40px;
  padding-right: 40px;
}


.VerveGen-nav{
  background-color: white;
}
.VerveGen-nav .logo {
  background: url("/testing/images/logo.jpeg");
  height: 80px;
  width: 160px;
  padding: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: darken;
}

.VerveGen-nav .anch {
  font-size: 14px;
  font-weight: 600;

}

.VerveGen-nav .anch:hover {
  color: #f86f03;
}

.VerveGen-nav .drop-down {
  font-size: 2rem;
}



@media screen and (max-width: 768px) {

  .cont .cards {
    margin-top: 0;
  }

  #nav-button {
    margin-right: 10px;
  }
}

.container {
  padding: 00px 0;
}




/* One stop solution to all Technologies */

.cont {
  margin: 0;
  padding: 0px 0px 30px 0px;
  width: 80%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'DM Sans', sans-serif;
  transition: background .4s ease-in;

}
.techo{
  font-size: 15px;
}
.cont input[type=radio] {
  display: none;
}

.cont .card {
  grid-row-start: 1;
  grid-column-start: 1;
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  border-radius: 20px;

  cursor: pointer;
}

.cont .container {
  width: 100%;
  max-width: 1000px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cont .cards {
  display: grid;
  grid-template-columns: 1fr;
  width: 90%;
  margin-top: 0vh;
}

.cont img {
  width: 100%;
  height: 80vh;
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
  transform: translatex(-15%) scale(0.86);
  opacity: .4;
  top: scale(0.07);
  z-index: 0;

}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
  transform: translatex(15%) scale(0.86);
  opacity: .4;
  top: scale(0.07);
  z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;


}
.next-div{
  display: flex;
  padding: 0px 40px ;
  border: 2px solid #f86f03;
  margin: 20px;
  border-radius: 20px;
}


.next-div .text {
  text-align: left;
  justify-content: center;
  display: flex;
  flex-direction: column;
  
  padding: 20px;
}
.next-div .text h1{
  height: inherit;font-weight: 700;margin: 20px;letter-spacing: 2px;
}


@media only screen and (max-width: 768px) {
  .next-div .text{
    display: none;
  }

  .next-div {
    flex-direction: column;
  }

  .cont {
    width: 100%;
    padding: 0;

  }

  .next-div .text h1 {

    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cont img {
    height: 40vh;


  }

  .cont .cards {

    margin-top: 0;
  }

  #nav-button {
    margin-right: 10px;
  }
}


/* Vervegen Introduction */
.About-VerveGen .img_intro img {
    width:100%;
    height:60%;
    display:flex;
    margin:10px auto 0;
}

.Introduction {
  background-color: transparent;
  
  display: flex;
 
  justify-content: center;
  flex-wrap: wrap; 
}

.Introduction p 
{
    text-align:justify;
    font-size:15px;
}
.Introduction h1 
{
    font-size:36px;
    color:#f86f03;
    font-weight:600;
    margin-bottom:10px;
    text-align:justify;
}

.Introduction h3 
{
    font-size:24px;
    color:#f86f03;
    font-weight:400;
    margin-bottom:20px;
    /*text-align:justify;*/
}

/*.content2{*/
/*    height: 300px;*/
   
/*}*/
.About-VerveGen .content2 h1 {
  font-weight: 600;
  letter-spacing: 1px;
}
.About-VerveGen .content2 h3 {
  font-weight: 600;
}




/* technologies */
.techno{
  padding: 40px;
}
.parent {
width: 75%;
height: 500px;
/* Adjust the height for the parent div */
overflow-y: scroll;
border: 2px solid #f86f03;
position: relative;
box-sizing: border-box;
display: grid;
border-radius: 10px;
/* Use CSS Grid to create the matrix layout */
grid-template-columns: repeat(2, 1fr);
/* 4 columns */
grid-template-rows: repeat(10, 1fr);

gap: 10px;

padding: 10px;

}

.child {
width:100%;

height:100%;

background-color: #f9f9f9;
/* Background color for child div */
border: 1px solid #ddd;
box-sizing: border-box;
display: flex;
/* Use flexbox to align elements within the child div */
flex-direction: column;
padding: 10px;

display: flex;
flex-direction: row;
}

.child img {
width: 90px;
/* Set the logo width */
height: 80px;

}
.textt{
display: flex;
flex-direction: column;
justify-self: right;
height: 80px;
justify-content: center;
padding-left: 20px;
}

.child h2 {

color: #333;
font-size: 16px;
margin: 0;
}

.child p {
color: #666;
font-size: 10px;
margin: 0;
}

/* Styling for the scroll buttons */
.scroll-button {
position: absolute;
width: 30px;
height: 30px;
background-color: #ccc;
text-align: center;
line-height: 30px;
cursor: pointer;
}

#scroll-up {
top: 5px;
left: 50%;
/* Center the scroll-up button horizontally */
transform: translateX(-50%);
}
.parent a:hover{
text-decoration: none;
}

#scroll-down {
bottom: 5px;
left: 50%;
/* Center the scroll-down button horizontally */
transform: translateX(-50%);
}


  .techno {
      width: 100%;
      display: flex;
    padding: 0;
  }
  #techno{
    padding:20px;
  }


  .tex {

      display: flex;
      justify-content: start;
      align-items: center;
      min-height: 500px;
      width: 22%;

  }

  .techno ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      justify-content: space-evenly;
      height: 500px;
      display: flex;
      flex-direction: column;
  }

  a {
      text-decoration: none;
      font-size: 20px;
  }

  .menu-hover-fill li {
      position: relative;
  }

  .menu-hover-fill li::before {
      position: absolute;
      content: "";
      top: 0;
      left: -1rem;
      width: 0;
      height: 100%;
      background: var(--menu-link-active-color, #f86f03);
      /* Default color (red) if variable is not defined */
      transition: width 0.6s;
  }

  .menu-hover-fill li #anchor {
      --menu-link-color: var(--grey-color, #7f8c8d);
      /* Default color (#7f8c8d) if variable is not defined */
      position: relative;
      background: linear-gradient(var(--menu-link-active-color, #f86f03) 0 100%) left / 0 no-repeat;
      color: transparent;
      background-clip: text;
      -webkit-background-clip: text;
      transition: background-size 0.45s 0.04s;
  }

  .menu-hover-fill li #anchor::before {
      position: absolute;
      content: attr(data-text);
      z-index: -1;
      color: var(--menu-link-color);
  }


  .menu-hover-fill li:hover::before {
      width: 0.25rem;
  }

  .menu-hover-fill li:hover #anchor {
      background-size: 100%;
  }

  @media screen and (max-width: 1040px) {
      .techno {
          display: none;
      }
  }
  #p2,#p3,#p4,#p5,#p6,#p7,#p8{
      display: none;
  }







  #Process-step {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#Process-step h2 {
    color: rgb(76, 90, 125);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.vervegen-step {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    overflow: hidden;
    position: relative; /* Added for positioning navigation icons */
}

.cards-step {
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 6px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    width: 22%;
    height: 280px;
    margin: 0 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.5s; /* Added transition for smooth slide animation */
}

.cards-step img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 20px;
    background-color: transparent;
    display: block;
    transition: transform 0.3s;
}

.cards-step:hover img {
    transform: scale(1.2);
}

.cards-step p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Customize navigation icons */
#prev,
#next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border-radius: 50%;
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
    .vervegen-step {

        justify-content: center;
    }

    .cards-step {
        width: 45%;
        margin: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .cards-step {
        width: 100%;
    }

    /* Show one card at a time on mobile screens */
    .cards-step:nth-child(n+2) {
        display: none;
    }
    #techno {
      display: none;
    }
    body{
      padding: 0;
    }
}



 /* Your CSS styles for the website go here */
    /* ... (same as before) ... */

    /* Styling for the modal form */
    .modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      z-index: 999;
      left: 0;
      
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.4);
  }

  .modal-content {
      border-radius: 10px;
      background-color: #fefefe;
      margin: 1% auto;
      padding: 16px;
      border: 1px solid #888;
      width: fit-content;
      top: 5%;
  }

  .enquiry-form {
      display: flex;
      margin: 1vh 2vw;
      flex-direction: column;
  }

  .form-group {
      margin-bottom: 20px;
  }

  .form-group label {
      font-size: 16px;
      margin-bottom: 5px;
  }

  .form-group input,
  .form-group textarea {
      width: 100%;
      padding: 10px 3px;
      border: 1px solid #ccc;
      border-radius: 4px;
  }

  .form-group textarea {
      resize: vertical;
  }

  .submit-btn {
      background-color: #f86f03;
      color: #fff;
      border: none;
      font-size:16px;
      padding: 5px 10px;
      border-radius: 4px;
      cursor: pointer;
      display:flex;
      width:100%;
      margin:10px auto;
      align-items:center;
      justify-content:center;
      text-align:center;
      
  }

  /* Styling for the fixed "Enquiry" button */
  .fixed-enquiry-btn {
      position: fixed;
      top: 120px;
      right:-30px;
      background-color: #f86f03;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 4px;
      cursor: pointer;
      z-index: 998;
      transform: rotate(270deg);
  }

  /* Styling for error messages */
  .error-message {
      color: red;
  }


  

  .achievement{
    padding: 20px;
  }

  .achievement .container{
    padding: 20px 0px;
    margin: 20px;
align-content: center;
display: contents;
   }
  .achievement{
    background-color: #fff;
    border-radius: 20px;
    margin: 0px 20px;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
  }

  .achievement-item {
    text-align: center;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
  }

  .achievement-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #F86F03;
  }

  .achievement-title {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #F86F03;
  }

  .achievement-description {
    font-size: 0.8rem;
    color: #777;
  }
  .container.best {
    background-color: #f8f8f8;
    padding: 4rem 2rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .inter-details {
    padding: 2rem;
  }
  
  .inter-details h5 {
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    color: #ff5a5f;
    font-weight: bold;
  }
  
  .inter-details h3 {
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #007bff;
    font-weight: bold;
  }
  
  .inter-details p {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
  }
  
  .inter-details-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }



  /* footer */
  
footer {
  background-color: #f8f9fa;
  padding: 40px 0;
}

footer h2 {
  margin-bottom: 20px;
  color: #f86f03;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-content div {
  flex: 0 0 calc(33.33% - 20px);
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.about_us img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.footer-social a {
  color: #f86f03;
  font-size: 24px;
  margin-right: 15px;
  transition: color 0.3s;
}

.information a,
.contact_det p {
  color: black;
  margin-bottom: 5px;
  font-size: 1rem;
  text-overflow: wrap;
  transition: color 0.3s;
  text-align: justify;
  
}

.contact_det i {
  margin-right: 15px;
  color: #f86f03;
}

/* Hover styles */
.footer-social a:hover {
  color: #f86f03;
}

.information a:hover,
.contact_det p:hover {
  color: #f86f03;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-content div {
      flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .footer-content div {
      flex: 0 0 100%;
  }
}
.company{
  padding: 20px;
}

.company img{
  aspect-ratio: 3/2;object-fit: contain;
}
.company h3{
  text-align: center;color: #f86f03;
  margin-bottom:20px;
}
.company .verveGen{
  background-color: white;;display: flex;width: 100%;height: 80px;justify-content: space-evenly;mix-blend-mode: darken;border: 1px solid #f86f03; background: white;border-radius:20px ;
}
@media screen and (max-width: 650px){
  .company img{
      aspect-ratio: 1.5/2;
  }
}
footer{
  background-color: #fff;
  margin: 20px 20px 0px;
  border-radius: 20px 20px 0px 0px;
  
}



/* Testimonials */
.Testi{
  text-align: center;
}
#Testimonials{
  display: flex;
  justify-content: center;
  margin: 20px;
  border-radius: 20px;
  background: white;
}
#Testimonials .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        overflow: hidden;
        height: fit-content;

    }

    #Testimonials .card-tech {
        max-width: 600px;
        margin: 20px;
        height: 300px;
        display: none;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    #Testimonials .card-tech.active {
        display: block;
    }

    #Testimonials .card-tech-img {
        max-width: 175px;
        border-radius: 4px;
        float: left;
        margin: 20px;
    }

    #Testimonials .card-tech-body {
        padding: 20px;
        overflow: hidden;
        text-align: left;
    }

    #Testimonials .card-tech-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #Testimonials .card-tech-text {
        font-size: 16px;
        color: #333;
        line-height: 1.6;
    }
.close{
  cursor: pointer;
}
    #Testimonials .carousel-inner {
        display: flex;
        overflow: hidden;
        align-items: center;
        height: 100%;
    }

    #Testimonials  .carousel-indicators {
        position: absolute;

        left: 50%;
        transform: translateX(-50%);
        display: none;
        z-index: 1;
    }

    #Testimonials .carousel-indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #bbb;
        margin: 0 5px;
        cursor: pointer;
    }

    #Testimonials .carousel-indicator.active {
        background-color: #555;
    }

    #Testimonials {
        text-align: center;
        height: fit-content;
        
    }
    @media screen and (max-width: 768px) {
        #Testimonials  .card-tech-text{
        font-size: 7px;
      }
      #Testimonials  .card-tech-title{
        font-size: 14px;
      }
      #Testimonials  .card-tech-body h3{
        font-size: 12px;
      }
      #Testimonials  .card-tech-img{
        width: 100px;
     
        border-radius: 0;
        margin: 5px;
        
      }
      #Testimonials  .card-tech{
        height: 160px;
      }
            }


      /* Style the special programs section */
      #Special-Programs {
        padding: 50px;
        background-color: #f8f8f8;
        text-align: center;
      }
  
      #Special-Programs h2 {
        color: #f86f03;
        margin-bottom: 20px;
      }
  
      #Special-Programs p {
        margin-bottom: 20px;
      }
  
      /* Style the card1s */
      #Special-Programs .card1 {
        border: none;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 30px;
        transition: transform 0.3s;
        overflow: hidden;
        word-wrap: break-word;
        height: 100%;
      }
  
      #Special-Programs .card1 img {
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        margin-bottom: 15px;
        border-radius: 5px;
      }
  
      #Special-Programs .card1-body {
        padding: 0;
      }
  
      #Special-Programs .card1-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
      }
  
      #Special-Programs .card1-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
      }
  
      #Special-Programs .btn-secondary {
        background-color: #fd7f1e;
        color: white;
        border: none;
        font-weight: bold;
        margin-top: 15px;
        transition: background-color 0.3s ease;
      }
  
      #Special-Programs .btn-secondary:hover {
        background-color: #F86F03;
      }
  
      /* Responsive styles */
      @media (max-width: 768px) {
        #Special-Programs .card1 {
          margin-right: 0;
          margin-left: 0;
        }
  
        .achievement-card1 h3 {
          font-size: 1rem;
          padding: 0 1%;
          margin: 0;
        }
  
        .achievement-card1 h5 {
          font-size: 0.7rem;
          margin: 3% 3%;
        }
      }
  
      .modal-body {
        text-align: left;
      }
  
      /* Custom styles for the modal */
      .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
      }
  
      .modal-content {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
  
      /* Hide modal close button on mobile */
      @media (max-width: 768px) {
        .modal-content .btn-close {
          display: none;
        }
      }
      /* Custom styles for the modal */
      .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
      }
  
      .modal-content {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 400px;
      
      }
  
      .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
      }
  
      .modal-title {
        font-size: 20px;
        color: #333;
      }
  
      .btn-close {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #666;
        font-size: 20px;
        padding: 0;
        transition: color 0.3s;
        position: absolute;
        left: 90%;
        top:20px;
      }
  
      .btn-close:hover {
        color: #000;
      }
  
      .modal-body {
        margin-bottom: 20px;
      }
  
      .form-label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
      }
  
      .form-control {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
      }
  
      .mb-3 {
        margin-bottom: 20px;
      }
  
      .btn-primary,
      .btn-secondary {
        display: inline-block;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s;
      }
  
      .btn-primary {
        background-color: #007bff;
        color: #fff;
      }
  
      .btn-secondary {
        background-color: #ff8c00;
        color: #fff;
      }
  
      .btn-primary:hover,
      .btn-secondary:hover {
        background-color: #0056b3;
      }
  
      /* Hide modal close button on mobile */
      @media (max-width: 768px) {
        .modal-content .btn-close {
          display: block;
        }
        .card1-body p{
          display: none;
        }
        .card1-body h5{
          display: none;
        }
        
      }

    /*-----------*/
    #contactForm 
    {
      padding: 20px;
      border-radius: 20px;
      background: linen;
      width:300px;
    }
    #contactForm .form-group  input,
    #contactForm .form-group textarea {
      width: 100%;
      padding: 5px 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size:14px;
  }

  #contactForm .form-group textarea {
      resize: none;
  }
  
  
  .banner {
    position: relative;
    text-align: center;
    color: white;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-text h1 {
    font-size: 48px;
    margin: 0;
}

.banner-text p {
    font-size: 24px;
    margin: 10px 0 0;
}