.elementor-930 .elementor-element.elementor-element-650688a{--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;--overlay-opacity:0.81;}.elementor-930 .elementor-element.elementor-element-650688a::before, .elementor-930 .elementor-element.elementor-element-650688a > .elementor-background-video-container::before, .elementor-930 .elementor-element.elementor-element-650688a > .e-con-inner > .elementor-background-video-container::before, .elementor-930 .elementor-element.elementor-element-650688a > .elementor-background-slideshow::before, .elementor-930 .elementor-element.elementor-element-650688a > .e-con-inner > .elementor-background-slideshow::before, .elementor-930 .elementor-element.elementor-element-650688a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #863950 0%, #40325A 100%);}.elementor-930 .elementor-element.elementor-element-650688a:not(.elementor-motion-effects-element-type-background), .elementor-930 .elementor-element.elementor-element-650688a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-930 .elementor-element.elementor-element-3c388ca{--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;}.elementor-930 .elementor-element.elementor-element-8f3fe2c{--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;}.elementor-930 .elementor-element.elementor-element-8f3fe2c:not(.elementor-motion-effects-element-type-background), .elementor-930 .elementor-element.elementor-element-8f3fe2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-930 .elementor-element.elementor-element-d99f3c5{--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;}.elementor-930 .elementor-element.elementor-element-4cf2c14{--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;--overlay-opacity:0.5;}.elementor-930 .elementor-element.elementor-element-4cf2c14:not(.elementor-motion-effects-element-type-background), .elementor-930 .elementor-element.elementor-element-4cf2c14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(115deg, #24706E 51%, #22305F 98%);}.elementor-930 .elementor-element.elementor-element-4cf2c14::before, .elementor-930 .elementor-element.elementor-element-4cf2c14 > .elementor-background-video-container::before, .elementor-930 .elementor-element.elementor-element-4cf2c14 > .e-con-inner > .elementor-background-video-container::before, .elementor-930 .elementor-element.elementor-element-4cf2c14 > .elementor-background-slideshow::before, .elementor-930 .elementor-element.elementor-element-4cf2c14 > .e-con-inner > .elementor-background-slideshow::before, .elementor-930 .elementor-element.elementor-element-4cf2c14 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#22305F;--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-7fc20e3 */.contact-page {font-family: 'Poppins', sans-serif;}

/* ================= CONTACT ================= */
.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.contact-left {flex: 1;}
.contact-left h2 {font-size: 32px; margin-bottom: 15px;}
.contact-left p {color: #555;}

.info-item {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  align-items: flex-start;
}

.icon-circle {
  width: 48px;
  height: 48px;
  background: #fff3e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-circle svg {
  width: 22px;
  height: 22px;
}

.info-item h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

.info-item p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}


.contact-form-box {
  flex: 1;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contact-form-box button {
  background: #f57c22;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
}



/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .team-grid {grid-template-columns: repeat(2,1fr);}
  .contact-container {flex-direction: column;}
  .app-container {flex-direction: column;}
}

@media (max-width: 600px) {
  .team-grid {grid-template-columns: 1fr;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d1145b */.faq-section {
  background: #f3f3f3;
  padding: 70px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.faq-item {
  max-width: 800px;
  margin: 15px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  border: none;
  background: #fff;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f57c22;
}

.faq-answer {
  display: none;
  padding: 15px 18px;
  background: #fafafa;
}

.faq-item.active .faq-answer {display: block;
    color: #f57c22;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b011ed *//* SECTION */
.team-section {
  padding: 10px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.team-container {
  max-width: 1200px;
  margin: auto;
}

.team-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
}

.team-subtitle {
  margin-top: 10px;
  color: #6b7280;
  font-size: 15px;
}

/* GRID */
.team-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.team-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 25px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.team-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transform: translateY(-4px);
}

/* AVATAR */
.team-avatar {
  width: 70px;
  height: 70px;
  background: #e6e8ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.team-avatar svg {
  width: 32px;
  height: 32px;
}

/* TEXT */
.team-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
}

.designation {
  display: block;
  font-size: 14px;
  color: #f57c22;
  margin-bottom: 15px;
}

.team-contact p {
  font-size: 14px;
  color: #6b7280;
  margin: 4px 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1893de2 */.app-support-section{
  padding:60px 20px;
  font-family: 'Poppins', sans-serif;
}
.app-support-section .container{
  max-width:1100px;
  margin:auto;
  display:flex;
  gap:40px;
  justify-content:center;
  flex-wrap:wrap;
}
.app-support-section .box{
  flex:1 1 450px;
  text-align:center;
  color:#fff;
}
.app-support-section .icon{
  font-size:38px;
  margin-bottom:15px;
}
.app-support-section h2{
  margin-bottom:10px;
}
.app-support-section p{
  color:#cfd7e6;
  margin-bottom:20px;
}
.buttons{
  display:flex;
  gap:12px;
  justify-content:center;
}
.btn{
  background:#e9edf4;
  padding:12px 20px;
  border-radius:8px;
  color:#000;
  text-decoration:none;
  font-weight:600;
}
.coming{
  display:block;
  margin-top:10px;
  color:#b6c1d4;
}
.whatsapp{
  background:#25D366;
  padding:14px 24px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  display:inline-block;
}
.whatsapp:hover{
  background:#1ebe5d;
}/* End custom CSS */