@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;
}

.i-color{
    color: #FF006E;
}

@media (min-width: 767px) {
    .fs-14 {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    .section-fluid {
        max-width: 1550px !important;
        margin: auto;
    }
}

.text-00A693 {
    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  #F9D2E4(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-section {
    background: radial-gradient(circle at 0 100%, #fff 0, transparent 140%), radial-gradient(circle at 100% 0, #fff 0, transparent 140%), radial-gradient(circle at 100% 40%,  #F9D2E4 0, transparent 140%), radial-gradient(circle at 100% 100%, #fff 0, transparent 140%);
    padding: 80px 0 60px;
    text-align: center;
}

.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);
    }
}

.h1-span {
    color:  #FF006E;
    background: url("../images/circle-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 10px;
}

.hero-subtitle {
    color: #777777;
    font-weight: 500;
}

.dmore {
    background: #FF006E;
    border: #FF006E 2 px solid ;
    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  #FF006E !important;
}

.dmore:hover,
.dmore:active {
    background: #f7f7f7;
    border: 2px solid  #FF006E !important;
    color:  #FF006E!important;
    border-radius: 12px;
}
/* Hero Section End */

/* Features Section Start */
.feature-card {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
    background-color: white;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color:  #FF006E;
}

.feature-card p{
    color: #777777;
    font-weight: 500;
}

.feature-icon {
    font-size: 2.5rem;
    color:  #FF006E;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1F1F1F !important;
}

.feature-list {
    list-style-type: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.feature-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color:  #FF006E;
}
/* Features Section 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 */

/* 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;
}