.elementor-1752 .elementor-element.elementor-element-e8284ed:not(.elementor-motion-effects-element-type-background), .elementor-1752 .elementor-element.elementor-element-e8284ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}.elementor-1752 .elementor-element.elementor-element-e8284ed{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1752 .elementor-element.elementor-element-e8284ed > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1752 .elementor-element.elementor-element-cbad744:not(.elementor-motion-effects-element-type-background), .elementor-1752 .elementor-element.elementor-element-cbad744 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1752 .elementor-element.elementor-element-cbad744{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1752 .elementor-element.elementor-element-cbad744 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1752 .elementor-element.elementor-element-4669629:not(.elementor-motion-effects-element-type-background), .elementor-1752 .elementor-element.elementor-element-4669629 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}.elementor-1752 .elementor-element.elementor-element-4669629{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1752 .elementor-element.elementor-element-4669629 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1752 .elementor-element.elementor-element-65ab14e:not(.elementor-motion-effects-element-type-background), .elementor-1752 .elementor-element.elementor-element-65ab14e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1752 .elementor-element.elementor-element-65ab14e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1752 .elementor-element.elementor-element-65ab14e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1752 .elementor-element.elementor-element-11df05e:not(.elementor-motion-effects-element-type-background), .elementor-1752 .elementor-element.elementor-element-11df05e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1752 .elementor-element.elementor-element-11df05e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1752 .elementor-element.elementor-element-11df05e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1752 .elementor-element.elementor-element-3f72967{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1752 .elementor-element.elementor-element-6036aa4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1df0317 *//* HERO SECTION */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10px;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
}

.hero-content {
  width: 66%;
}

.hero-title {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  opacity: 0.95;
  margin-bottom: 25px;
}

.hero-features li {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  list-style: none;
}

.hero-buttons {
  margin-top: 35px;
}

.btn {
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-4px);
  
}

.primary-btn1 {
  /*background: #000;*/
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.primary-btn1:hover{
    color: #00c853;
}

.secondary-btn {
  border: 2px solid #000;
  color: #000;
}
.secondary-btn:hover{
    color: #00c853;
    background: #000;
}


.hero-image img {
  width: 100%;
  border-radius: 16px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
  100% { transform: translateY(0px); }
}

@media(max-width: 900px) {
  .hero {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
  }
  .hero-content, .hero-image {
    width: 100%;
  }
  .hero-title {
    font-size: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e638e9f */.services {
  padding: 30px 10px;
  font-family: 'Afacad', sans-serif;
  text-align: center;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  font-family: 'Poppins', sans-serif;
}

.service-card {
  padding: 35px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  
}

.service-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  
}

.service-card p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
}

@media(max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-259e16b */.why-section {
  padding: 30px 10px;
  font-family:"Afacad", Sans-serif;
  text-align: center;
}

.why-text {
  font-size: 14px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-family:"poppins", Sans-serif;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 50px;
}

.why-box {
  padding: 30px;
  background: var(--light-bg);
  border-radius: 16px;
  transition: .3s ease;
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.why-box:hover {
  background: #e8e8e8;
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.why-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-box p {
  font-size: 13px;
  line-height: 1.7;
  font-family:"poppins", Sans-serif;
}

@media(max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2ee821 */.startup-section {
  padding: 30px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family:"Afacad", Sans-serif;
}

.startup-desc {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 15px;
  line-height: 1.8;
  font-family:"poppins", Sans-serif;
}

.startup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.startup-box {
  padding: 30px;
  border-radius: 14px;
  background: #333;
  transition: .3s;
  font-family:"poppins", Sans-serif;
  font-size: 13px;
  border:1px solid #000;
}

.startup-box h3 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 10px;
}

.startup-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border:1px solid #00c853;
  background: #000 ;
}

@media(max-width: 900px) {
  .startup-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbdefb4 */.comparison-section {
  padding: 50px 10px;
  background: var(--light-bg);
  text-align: center;
  font-family:"Afacad", Sans-serif;
}

.comparison-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}

.comparison-table .row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  background: #f2f2f2;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.comparison-table .header {
  background: #000;
  color: #fff;
  font-weight: 600;
}

.cell {
  padding: 10px;
  font-size: 18px;
  border-right: 1px solid #e5e7eb;
}
.comparison-table .row:hover {
  /*padding:1px;*/
  font-size: 18px;
  border-right: 1px solid #e5e7eb;
  /*background: #00c853;*/
  transition: width 2s;
      background-image: linear-gradient(90deg, #00C853 0%, #009688 100%);
}

.row .cell:last-child {
  border-right: none;
}

.highlight {
  font-weight: 600;
  color: var(--primary-dark);
}

@media (max-width: 900px) {
  .comparison-table .row {
    grid-template-columns: 1fr 1fr;
  }
  .comparison-table .header {
    display: none;
  }
  .cell:first-child {
    font-weight: 600;
    background: #f3f4f6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e63579 */.ravie-faq-section { padding: 20px 0; background: #000; font-family: "Afacad", Sans-serif; }
.ravie-faq-wrap { max-width: 900px; margin: auto; padding: 0 40px; }
.faq-title { text-align: center; font-size: 42px; margin-bottom: 40px; color: #fff; }

.faq-item {
  border: 1px solid #000;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: .3s;
}

.faq-question {
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  background: #f9f9f9;
  border: none;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: .3s;
    position: relative;
  padding-right: 50px !important;
  text-wrap: auto;
}
/* Arrow Icon */
.faq-arrow {
  width: 8px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: .3s ease;
  transform-origin: center;
  translate: 0 -50%;
}

/* When FAQ is active */
.faq-question.active .faq-arrow {
  transform: rotate(-135deg); /* arrow rotates upward */
  border-color: #000; /* arrow becomes white because green background */
    width: 14px;
  height: 14px;
}
.faq-question.active, .faq-question:hover { background: #00c853; color: #000; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height .4s ease, padding .4s ease;
  padding: 0 20px;
}

.faq-answer p {
  color: #000;
  font-size: 17px;
  line-height: 1.6;
  padding: 0px 0px 15px 0;
}

@media(max-width:700px){
  .faq-title { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e3fbc2 */.cta-section {
  padding: 50px 10px;
  color: #fff;
  text-align: center;
  
}

.cta-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family:"Afacad", Sans-serif;
  color:#00C853;
}

.cta-content p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
  font-family:"poppins", Sans-serif;
}

.cta-buttons .cta-btn {
  display: inline-block;
  margin: 0 12px;
  padding: 7px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  transition: .3s;
  text-decoration: none;
  font-family:"Afacad", Sans-serif;
}

.cta-btn.primary {
  background: white;
  color: #000;
  border: 2px solid #000;
}

.cta-btn.secondary {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}

.cta-btn:hover {
  transform: translateY(-4px);
}/* End custom CSS */