.elementor-11329 .elementor-element.elementor-element-a98cb47{--display:flex;--min-height:74px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11329 .elementor-element.elementor-element-b8e5015{--display:flex;--min-height:127px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11329 .elementor-element.elementor-element-a2e4b3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-11329 .elementor-element.elementor-element-a98cb47{--content-width:1600px;}.elementor-11329 .elementor-element.elementor-element-b8e5015{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-5ff1e3e *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Base Card */
.webteck-faq-card {
  background-color: #f1f3fb;
  color: #0f172a;
  padding: 30px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  margin: 0 auto 10px auto; /* Reduced bottom margin */
}

/* Hover (Dark Theme Style) */
.webteck-faq-card:hover {
  background-color: #1f1f2e;
  color: #ffffff;
}

/* Headings */
.webteck-faq-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3390ec;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover h2 {
  color: #ffffff;
}

/* Tags */
.tags {
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Tags on card hover */
.webteck-faq-card:hover .tags span {
  background: #fff;
  color: #000;
}

/* See Details Button */
.toggle-faq-btn {
  margin-top: 10px;
  margin-bottom: 0; /* Reduced any bottom space below button */
  padding: 10px 25px;
  background: linear-gradient(135deg, #4facfe, #904eff, #4facfe);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-faq-btn:hover {
  animation: diagonalGradientMove 3s ease infinite;
}

/* Arrow toggle */
.toggle-faq-btn::after {
  content: " →";
  transition: all 0.3s ease;
}

.toggle-faq-btn.open::after {
  content: " ↑";
}

/* Animation */
@keyframes diagonalGradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* FAQ Content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.3s ease;
  margin-top: 20px;
  margin-bottom: 0; /* Removed bottom margin */
  padding: 0 20px;
  background: #e6ebff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

/* When expanded */
.faq-content.show {
  max-height: 500px;
  padding: 20px;
}

/* Inner Headings */
.faq-content h4 {
  margin-top: 0px;
  color: #0f172a;
  transition: color 0.4s ease;
}

/* Content changes on hover */
.webteck-faq-card:hover .faq-content {
  background: #2d2d3a;
  color: #e0e0e0;
}

.webteck-faq-card:hover .faq-content h4 {
  color: #ffffff;
}

.webteck-faq-card p {
  color: #0f172a;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover p {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a91d4df *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Base Card */
.webteck-faq-card {
  background-color: #f1f3fb;
  color: #0f172a;
  padding: 30px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  margin: 0 auto 10px auto; /* Reduced bottom margin */
}

/* Hover (Dark Theme Style) */
.webteck-faq-card:hover {
  background-color: #1f1f2e;
  color: #ffffff;
}

/* Headings */
.webteck-faq-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3390ec;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover h2 {
  color: #ffffff;
}

/* Tags */
.tags {
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Tags on card hover */
.webteck-faq-card:hover .tags span {
  background: #fff;
  color: #000;
}

/* See Details Button */
.toggle-faq-btn {
  margin-top: 10px;
  margin-bottom: 0; /* Reduced any bottom space below button */
  padding: 10px 25px;
  background: linear-gradient(135deg, #4facfe, #904eff, #4facfe);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-faq-btn:hover {
  animation: diagonalGradientMove 3s ease infinite;
}

/* Arrow toggle */
.toggle-faq-btn::after {
  content: " →";
  transition: all 0.3s ease;
}

.toggle-faq-btn.open::after {
  content: " ↑";
}

/* Animation */
@keyframes diagonalGradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* FAQ Content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.3s ease;
  margin-top: 20px;
  margin-bottom: 0; /* Removed bottom margin */
  padding: 0 20px;
  background: #e6ebff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

/* When expanded */
.faq-content.show {
  max-height: 500px;
  padding: 20px;
}

/* Inner Headings */
.faq-content h4 {
  margin-top: 0px;
  color: #0f172a;
  transition: color 0.4s ease;
}

/* Content changes on hover */
.webteck-faq-card:hover .faq-content {
  background: #2d2d3a;
  color: #e0e0e0;
}

.webteck-faq-card:hover .faq-content h4 {
  color: #ffffff;
}

.webteck-faq-card p {
  color: #0f172a;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover p {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b66cd0 *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Base Card */
.webteck-faq-card {
  background-color: #f1f3fb;
  color: #0f172a;
  padding: 30px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  margin: 0 auto 10px auto; /* Reduced bottom margin */
}

/* Hover (Dark Theme Style) */
.webteck-faq-card:hover {
  background-color: #1f1f2e;
  color: #ffffff;
}

/* Headings */
.webteck-faq-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3390ec;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover h2 {
  color: #ffffff;
}

/* Tags */
.tags {
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Tags on card hover */
.webteck-faq-card:hover .tags span {
  background: #fff;
  color: #000;
}

/* See Details Button */
.toggle-faq-btn {
  margin-top: 10px;
  margin-bottom: 0; /* Reduced any bottom space below button */
  padding: 10px 25px;
  background: linear-gradient(135deg, #4facfe, #904eff, #4facfe);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-faq-btn:hover {
  animation: diagonalGradientMove 3s ease infinite;
}

/* Arrow toggle */
.toggle-faq-btn::after {
  content: " →";
  transition: all 0.3s ease;
}

.toggle-faq-btn.open::after {
  content: " ↑";
}

/* Animation */
@keyframes diagonalGradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* FAQ Content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.3s ease;
  margin-top: 20px;
  margin-bottom: 0; /* Removed bottom margin */
  padding: 0 20px;
  background: #e6ebff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

/* When expanded */
.faq-content.show {
  max-height: 500px;
  padding: 20px;
}

/* Inner Headings */
.faq-content h4 {
  margin-top: 0px;
  color: #0f172a;
  transition: color 0.4s ease;
}

/* Content changes on hover */
.webteck-faq-card:hover .faq-content {
  background: #2d2d3a;
  color: #e0e0e0;
}

.webteck-faq-card:hover .faq-content h4 {
  color: #ffffff;
}

.webteck-faq-card p {
  color: #0f172a;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover p {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06c2302 *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Base Card */
.webteck-faq-card {
  background-color: #f1f3fb;
  color: #0f172a;
  padding: 30px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  margin: 0 auto 10px auto; /* Reduced bottom margin */
}

/* Hover (Dark Theme Style) */
.webteck-faq-card:hover {
  background-color: #1f1f2e;
  color: #ffffff;
}

/* Headings */
.webteck-faq-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3390ec;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover h2 {
  color: #ffffff;
}

/* Tags */
.tags {
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Tags on card hover */
.webteck-faq-card:hover .tags span {
  background: #fff;
  color: #000;
}

/* See Details Button */
.toggle-faq-btn {
  margin-top: 10px;
  margin-bottom: 0; /* Reduced any bottom space below button */
  padding: 10px 25px;
  background: linear-gradient(135deg, #4facfe, #904eff, #4facfe);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-faq-btn:hover {
  animation: diagonalGradientMove 3s ease infinite;
}

/* Arrow toggle */
.toggle-faq-btn::after {
  content: " →";
  transition: all 0.3s ease;
}

.toggle-faq-btn.open::after {
  content: " ↑";
}

/* Animation */
@keyframes diagonalGradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* FAQ Content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.3s ease;
  margin-top: 20px;
  margin-bottom: 0; /* Removed bottom margin */
  padding: 0 20px;
  background: #e6ebff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

/* When expanded */
.faq-content.show {
  max-height: 500px;
  padding: 20px;
}

/* Inner Headings */
.faq-content h4 {
  margin-top: 0px;
  color: #0f172a;
  transition: color 0.4s ease;
}

/* Content changes on hover */
.webteck-faq-card:hover .faq-content {
  background: #2d2d3a;
  color: #e0e0e0;
}

.webteck-faq-card:hover .faq-content h4 {
  color: #ffffff;
}

.webteck-faq-card p {
  color: #0f172a;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover p {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62a1358 *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Base Card */
.webteck-faq-card {
  background-color: #f1f3fb;
  color: #0f172a;
  padding: 30px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  margin: 0 auto 10px auto; /* Reduced bottom margin */
}

/* Hover (Dark Theme Style) */
.webteck-faq-card:hover {
  background-color: #1f1f2e;
  color: #ffffff;
}

/* Headings */
.webteck-faq-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3390ec;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover h2 {
  color: #ffffff;
}

/* Tags */
.tags {
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Tags on card hover */
.webteck-faq-card:hover .tags span {
  background: #fff;
  color: #000;
}

/* See Details Button */
.toggle-faq-btn {
  margin-top: 10px;
  margin-bottom: 0; /* Reduced any bottom space below button */
  padding: 10px 25px;
  background: linear-gradient(135deg, #4facfe, #904eff, #4facfe);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-faq-btn:hover {
  animation: diagonalGradientMove 3s ease infinite;
}

/* Arrow toggle */
.toggle-faq-btn::after {
  content: " →";
  transition: all 0.3s ease;
}

.toggle-faq-btn.open::after {
  content: " ↑";
}

/* Animation */
@keyframes diagonalGradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* FAQ Content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.3s ease;
  margin-top: 20px;
  margin-bottom: 0; /* Removed bottom margin */
  padding: 0 20px;
  background: #e6ebff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

/* When expanded */
.faq-content.show {
  max-height: 500px;
  padding: 20px;
}

/* Inner Headings */
.faq-content h4 {
  margin-top: 0px;
  color: #0f172a;
  transition: color 0.4s ease;
}

/* Content changes on hover */
.webteck-faq-card:hover .faq-content {
  background: #2d2d3a;
  color: #e0e0e0;
}

.webteck-faq-card:hover .faq-content h4 {
  color: #ffffff;
}

.webteck-faq-card p {
  color: #0f172a;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover p {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eeb636a *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/* Base Card */
.webteck-faq-card {
  background-color: #f1f3fb;
  color: #0f172a;
  padding: 30px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  margin: 0 auto 10px auto; /* Reduced bottom margin */
}

/* Hover (Dark Theme Style) */
.webteck-faq-card:hover {
  background-color: #1f1f2e;
  color: #ffffff;
}

/* Headings */
.webteck-faq-card h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3390ec;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover h2 {
  color: #ffffff;
}

/* Tags */
.tags {
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 30px;
  margin: 5px 10px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Tags on card hover */
.webteck-faq-card:hover .tags span {
  background: #fff;
  color: #000;
}

/* See Details Button */
.toggle-faq-btn {
  margin-top: 10px;
  margin-bottom: 0; /* Reduced any bottom space below button */
  padding: 10px 25px;
  background: linear-gradient(135deg, #4facfe, #904eff, #4facfe);
  background-size: 300% 300%;
  border: none;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-faq-btn:hover {
  animation: diagonalGradientMove 3s ease infinite;
}

/* Arrow toggle */
.toggle-faq-btn::after {
  content: " →";
  transition: all 0.3s ease;
}

.toggle-faq-btn.open::after {
  content: " ↑";
}

/* Animation */
@keyframes diagonalGradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* FAQ Content */
.faq-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.3s ease;
  margin-top: 20px;
  margin-bottom: 0; /* Removed bottom margin */
  padding: 0 20px;
  background: #e6ebff;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

/* When expanded */
.faq-content.show {
  max-height: 500px;
  padding: 20px;
}

/* Inner Headings */
.faq-content h4 {
  margin-top: 0px;
  color: #0f172a;
  transition: color 0.4s ease;
}

/* Content changes on hover */
.webteck-faq-card:hover .faq-content {
  background: #2d2d3a;
  color: #e0e0e0;
}

.webteck-faq-card:hover .faq-content h4 {
  color: #ffffff;
}

.webteck-faq-card p {
  color: #0f172a;
  transition: color 0.4s ease;
}

.webteck-faq-card:hover p {
  color: #ffffff;
}/* End custom CSS */