.faq1 {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq1 h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

.faq1-item {
  margin-bottom: 15px;
}

.faq1-question {
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.faq1-question:hover {
  background-color: #45a049;
}

.faq1-answer {
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

.faq1-answer p {
  margin: 0;
  font-size: 16px;
  color: #555;
}


/* Styling the Toggle Buttons */
.price-toggle-buttons {
  margin-bottom: 30px;
}

.price-toggle-btn {
  background-color: #f1f1f1;
  color: #000000;
  border: 1px solid #ddd;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 5px;
}

.price-toggle-btn.active {
  background-color: #00a51d;
  color: white;
  border-color: #00a51d;
}


.price-box .title-box {
  background-color: #00a51d;  /* Set background color */
  color: white;  /* Set text color to white */
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px; 
}





/* Price Boxes Layout */
.price-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 630px;
}

.price-box .price {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  color:#000000;
  font-family: math;
}
.price-box .title-box h3{
  font-family: math!important;
}

.price-box .price .monthly-price {
  display: block;
}

.price-box .price .yearly-price {
  display: none;
}

.price-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.price-box ul li {
  margin: 10px 0;
  font-size: 16px;
 
  
}

/* Hide Yearly Prices by default */
.price-toggle-btn#yearly-toggle.active ~ .price-box .yearly-price {
  display: block;
  visibility: visible;
}

.price-toggle-btn#monthly-toggle.active ~ .price-box .monthly-price {
  display: block;
  visibility: visible;
}

.price-box .btn-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00a51d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.price-box .btn-box a:hover {
  background-color: #00a51d;
}


/*  */

.video-content1{
  color: white;
  text-align: start;
  
}
.bg-green{
  background-color: #00a51d;
  
  height: 200px;
}



/* Overall video section styling */
.video-section {
 
  margin-top: 90px;
  background-color: #f1f1f1;
  padding: 40px 0 50px;
  /* background: linear-gradient(to right, #00a51d, #007d16); Double color gradient background */
  color: #fff;
  text-align: center;
}
.video-section h2{
  
  font-size: 42px;
 
}

/* Container to center the content */


/* Section title styling */
.section-title {
  font-size: 6rem;
  margin-bottom: 40px;
  color: #000000;
}

/* Grid styling for the video items */
.video-grid {
  display: flex;
  justify-content: center; /* Centering the video items */
  gap: 30px;
    margin-bottom: 30px;
}

/* Individual video item styling */
.video-item {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  width: 100%; /* Each video item takes up 22% of the container width, leaving space for 4 videos */
  position: relative;
  background-color: #00a51d; /* Dark background for each video */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px #45a049;
}

/* Styling for the iframe to make it responsive */
.video-item iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.video-title1{
  /* background-color: #00a51d; */
  color: #ffffff;
}
.video-item h2{
  line-height: inherit;
  font-family: 'Roboto';
  padding:10px 0;
  margin-top: 0px;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-grid {
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .video-item {
      width: 48%; /* Allowing 2 videos per row on small screens */
  }
}

@media (max-width: 480px) {
  .video-item {
      width: 100%; /* Allowing 1 video per row on very small screens */
  }
}


/*  */

  /* Basic styling */


.toggle-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.toggle-btn {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 5px 50px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.toggle-btn.active {
  background-color: #00a51d;
  color: white;
}

.pricing-plans {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #f4f4f4;
}

.pricing-card {
  border: 2px solid #00a51d;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 280px;
}

.pricing-card h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: roboto, sans-serif;
  color: rgb(0, 0, 0);
 
 
}
.pricing-card .price{
  font-size: 44px!important;
}
.most-popu1{
  position: relative;
}
.highlight_batch {
  background: #48f495;
  padding: 2px 10px;
  font: 12px;
  color: #000;
  border-radius: 16px;
  border-top-left-radius: 0;
  position: absolute;
  right: -10px;
  top: 10px;
  font-size: 10px;
}

.pricing-card p {
  font-size: 15px;
  margin: 5px 0;
  color: black;
  
}
.pricing-card p i{
  
  color: #00a51d;
  
}
.price-list1 li{
  text-align: start;
}

.start-btn {
  background-color: #00a51d;
  color: white;
  padding: 6px 55px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.start-btn:hover {
  background-color: #45a049;
}

.duration {
  font-size: 14px;
  color: #888;
}

.save {
  font-size: 16px;
  color: #00a51d!important;
}
.ent-btn1{
  margin-top: 30px;
}



/*  */


/* Enquiry Form Popup */
.enquiry-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Background overlay */
  z-index: 100000;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-close {
  font-size: 30px;
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-close:hover {
  color: black;
}

.enquiry-popup h2 {
  text-align: center;
  margin-bottom: 15px;
}

.enquiry-popup form label {
  display: block;
  margin-bottom: 5px;
}
.enquiry-popup input::placeholder{
  color: black;
  font-size: 12px;
}
.enquiry-popup label{
  color: black;
}
.enquiry-popup h2{
  color: #000;
}

.enquiry-popup form input, form textarea {
  width: 100%;
  /* /* padding: 10px; */
  /* margin: 10px 0; */
  border-radius: 5px;
  border: 1px solid #ccc;
}
.enquiry-popup input{
  margin-bottom:20px;
}
.enquiry-popup form button {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.enquiry-popup form button:hover {
  background-color: #45a049;
}

.smart-cater-features-sec1 .spicel-features-text{
  height: 180px;
}

.language-selector {
  margin: 20px;
  font-size: 16px;
}


