@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* Common Start */
.fs-14 {
  font-size: 14px;
}

@media (min-width: 767px) {
  .fs-14 {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .section-fluid {
    max-width: 1550px !important;
    margin: auto;
  }
}

.text-ff006e {
  color: #ff006e !important;
}

.font13 {
  font-size: 13px;
}
/* Common End */

/* Header Start */
.nav-link {
  color: gray !important;
  font-weight: 500;
}

.nav-item a:hover {
  color: #ff006e !important;
  font-weight: 600;
}

.nav-item a.active {
  color: #ff006e !important;
  font-weight: 600;
}

.btn-outline-custom {
  color: #ff006e;
  border-color: #ff006e;
  border-radius: 12px;
  box-shadow: 1px 4px 8px 2px rgba(61, 185, 207, 0.26);
}

.btn-outline-custom:hover,
.btn-outline-custom:active {
  background-color: #ff006e !important;
  color: white !important;
}
/* Header End */

/* Footer Start */
.footer {
  background-color: #f9d2e4;
  color: #1f1f1f;
}
.footer a {
  color: #1f1f1f;
}

.footer .fs-5 {
  font-weight: 600 !important;
}

.footer-a {
  font-size: 15px;
  text-decoration-line: underline !important;
}

.footer_icon {
  height: auto;
  max-width: 30px;
}

@media (max-width: 767px) {
  .footer .flex-wrap p {
    font-size: calc(0.7rem + 0.5vw);
  }
}

.font13Div p {
  font-size: 15px;
  font-weight: bold;
}

.font13Div a p {
  font-size: 13px;
  font-weight: normal;
}
.copyright {
  color: #ff006e;
}
/* Footer End */

/* Hero Section Start */
.hero-h1 {
  font-size: calc(1.475rem + 2.5vw);
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .hero-h1 {
    font-size: calc(1.475rem + 1.5vw) !important;
  }
}

@media (max-width: 767px) {
  .hero-h1 {
    font-size: calc(1.475rem + 0.5vw);
  }

  .hero h2 {
    font-size: 15px !important;
  }
}

.h1-span {
  color: #ff006e;
  background: url("../images/circle-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.dmore {
  background: #ff006e;
  border: 2px solid #ff006e;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dmore:focus {
  background: #ff006e;
  border: 2px solid #ff006e;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0rem 0.5rem 1rem #33b8a982 !important;
}

.dmore:hover,
.dmore:active {
  background: #f7f7f7;
  border: 2px solid #ff006e !important;
  color: #ff006e !important;
  border-radius: 12px;
}
/* Hero Section End */

/* Feature Section Start */
.cp {
  font-size: 15px;
  color: #ff006e;
  background-color: #fceaf2;
  padding: 5px 15px;
  border-radius: 20px;
}

.feature-1sec h3 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .feature-1sec h3 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
}

.right-features {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px;
}

.feature {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
}

.feature h3 {
  font-size: 16px;
  font-weight: 600;
}

.feature p {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}

.w-30 {
  max-width: 40px;
}

@media (max-width: 989px) {
  .feature {
    flex-direction: row;
  }

  .right-features {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 7px;
  }
}

@media (max-width: 767px) {
  .feature {
    flex-direction: row;
  }

  .right-features {
    grid-template-columns: 1fr;
  }

  .w-30 {
    max-width: 25px !important;
  }

  .feature h3 {
    font-size: 16px !important;
  }

  .feature p {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }
}

.feature4 .card {
  border: 1px solid #ff006e;
  background-color: #fff;
  border-radius: 20px;
}

.feature4 .card:hover {
  background-color: #fceaf2;
  border: 1px solid #ff006e;
  border-radius: 20px;
  border: 1px solid #ff006e;
  box-shadow: 2px 2px 5px #fceaf2;
}

.feature4 h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ff006e;
}

.feature4 p {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
/* Feature Section End */

/* Testimonials Start */
.testimonial {
  color: #ff9d01 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.testimonials h2 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
}

.testimonials p {
  color: #bbbbbb;
  font-weight: 500;
}
/* Testimonials End */

/* FAQ Section Start */
.faq h3 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
}

.faqs {
  color: #ff9d01 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.faq p {
  color: #bbbbbb;
  font-weight: 500;
}

.accordion-item {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  box-shadow: none !important;
}

.accordion-button p {
  font-size: 18px !important;
  color: #777777 !important;
  font-weight: 500 !important;
}

.accordion-button:not(.collapsed) p {
  font-size: 18px !important;
  color: #ff006e !important;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit;
  box-shadow: none !important;
}

.accordion-item .accordion-button.collapsed {
  box-shadow: none !important;
}

.accordion-collapse.show {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.accordion-body p {
  color: #1f1f1f;
}

.accordion-button .fa-angle-down {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .fa-angle-down {
  transform: rotate(180deg);
}
/* FAQ Section End */

/* App Banner Start */
.sg-banner {
  color: #ffffff;
}

.sg-banner-bg {
  background-image: url("../images/SAppBanner.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 670px;
}

.sg-banner h4 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
  font-weight: 600 !important;
}

.sg-banner p {
  font-size: calc(0.6rem + 0.5vw);
}

.cus-badge {
  background-color: #ff006e;
  color: #ffffff;
  font-size: 13px;
}

.sg-banner-bg span {
  border-radius: 16px;
}

.badge-icon {
  height: auto;
  max-width: 24px;
}

.know-more {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .sg-banner {
    color: #000000;
  }

  .sg-banner-bg {
    background: none;
    min-height: 10px !important;
  }

  .sg-banner h4 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }

  .cus-badge {
    font-size: 12px;
  }

  .know-more {
    color: #ff006e !important;
    font-size: 14px !important;
  }

  .badge-icon {
    max-width: 18px !important;
  }

  .sg-banner-bg span {
    border-radius: 6px;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sg-banner-bg {
    min-height: 375px;
  }

  .cus-badge {
    font-size: 10px !important;
  }

  .badge-icon {
    max-width: 20px;
  }

  .sg-banner-bg span {
    border-radius: 6px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .mb-xl-12 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .sg-banner-bg {
    min-height: 460px !important;
  }

  .badge-icon {
    max-width: 21px;
  }

  .cus-badge {
    font-size: 12px;
  }

  .sg-banner-bg span {
    border-radius: 11px;
  }
}
/* App Banner End */

/* CTA Section Start */
.ctaSection {
  background: url(../images/cta_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.ctaSection h2 {
  font-size: calc(1.475rem + 1.5vw);
  line-height: 1.2;
}

.ctaSection p {
  color: #777777;
  font-weight: 500;
}
/* CTA Section End */

/* Modal Styles */
#demoRequestModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#demoRequestModal .modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 0;
}

#demoRequestModal .modal-title {
  font-weight: 600;
  color: #ff006e;
  font-size: 1.5rem;
}

#demoRequestModal .modal-body {
  padding: 1rem 1.5rem 1.5rem;
}

#demoRequestModal .form-control {
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

#demoRequestModal .form-control:focus {
  border-color: #ff006e;
  box-shadow: 0 0 0 0.25rem rgba(0, 166, 147, 0.25);
}

#demoRequestModal .btn-primary {
  background-color: #ff006e;
  border: none;
  padding: 0.75rem;
  border-radius: 8px;
  font-weight: 500;
}

#demoRequestModal .btn-primary:hover {
  background-color: rgb(229, 39, 131);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  #demoRequestModal .modal-dialog {
    margin: 1rem;
  }
}

.error {
  font-size: 12px;
  margin-top: 5px;
  color: #ff006e;
}

.btn-add{
  background: #ff006e;
  border: 1px solid #ff006e;
  color: #fff;
  border-radius: 4px;
}
.primary{
  background: #ff006e;
  color: #ff006e;
}