*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body{
     font-family: "Inter", sans-serif;
}

.main_btn{
        background: transparent;
    color: #de3366;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s linear;
    border: solid 1px #de3366;
}
img{
	max-width: 100%;
}

ul,li,a,p{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
}
.section-heading{
    padding-bottom: 40px;
    text-align: center;
}
.section-heading h2 {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    max-width: 700px;
    margin: 0px auto;
    color: #1f242e;
}
.section-heading p {
    text-align: center;
    color: #737b8c;
    width: 600px;
    margin: 10px auto;
}
.section-heading h2 span{
    color: #DE3366;
}

/*Header Section Start*/
.header {
    background: #fcfaf8;
    padding: 10px 0px;
    border: solid 1px #e2e4e9;
}
.header .header-middle {
    display: flex;
    justify-content: center;
}

.header .header-middle .nav-list{
	display: flex;
	align-items: center;
}

.header .header-middle .nav-list li a {
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s linear;
}
.header .header-middle .nav-list li a:hover {
    color: #de3366;
}

.header .header-right a {
      background: #de3366;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s linear;
    border: solid 1px #de3366;
    display: inline-block;
}
.header .header-right a:hover{
   background: #000;
  color: #fff;
  border: solid 1px #fff;
}

.header.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
.header.fixed-top {
    position: sticky;
    z-index: 999;
}

.mobile-menu{
    display: none;
}

/*Header Section End*/

.hero-left .hero-title {
    color: #de3366;
    display: block;
    margin: 20px 0px 0px 0px;
    font-weight: 700;
}
.hero-left h1 {
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 65px;
}

.hero-left h1 span {
    color: #de3366;
}

.hero-left p {
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0px;
}

.hero-btn a {
    background: #de3366;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s linear;
    border: solid 1px #de3366;
    display: inline-block;
}
.hero-btn a:hover{
  background: #000;
  color: #fff;
  border: solid 1px #fff;
  
}
.hero_section {
    background: #fcfaf8;
}

.hero_section .hero-left .hero-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 20px;
}
.hero_section .hero-left .hero-item li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #de3366;
}


.hero_section .hero-left .hero-item li svg {
    color: #de3366;
}



/*Trusted Section Start*/

.trusted_section {
    background: #fcfaf8;
    border: solid 1px #e2e4e9;
    padding: 30px 0px;
}

.trusted_section .trusted-inner .trusted-content {
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #e2e4e9;
    padding: 10px 10px;
    color: #4f46e5;
    border-radius: 10px;
}

.trusted_section .trusted-inner .trusted-content .icon {
    background: #e0e7ff;
    color: #4f46e5;
    padding: 5px 10px;
    border-radius: 5px;
}

.trusted_section .trusted-inner {
    display: flex;
    gap: 30px;
}

/*Trusted Section End*/


/*Why Choose-Section Start*/

.why_choose {
    background: #ee2b4b0f;
    padding: 30px 0px;
}

.why_choose .choose-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.why_choose .choose-inner .choose-cotent {
    background: #fff;
    border: solid 1px #e2e4e9;
    border-radius: 10px;
    text-align: center;
    padding: 15px 15px;
    width: 19%;
}

.why_choose .choose-inner .choose-cotent .choose-icon {
    background: #de33662e;
    color: #de3366;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0px auto;
}

.why_choose .choose-inner .choose-cotent .choose-icon svg {
    height: 20px !important;
    height: 20px !important;
}

.why_choose .choose-inner .choose-cotent .choose-text h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0px;
}

.why_choose .choose-inner .choose-cotent .choose-text p {
    font-size: 14px;
    color: #737b8c;
}


/*Why Choose-Section End*/

/*How Work Section Start*/
.how_work {
    background: #fcfaf8;
    padding: 30px 0px;
}


.how_work .work-content .work-innner {
    text-align: center;
}

.how_work .work-content .work-innner .work-icon {
    background: #de3366;
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0px auto;
}

.how_work .work-content .work-innner .work-text h4 {
    margin: 0px;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}

.how_work .work-content .work-innner .work-text p {
    font-size: 15px;
}

/*How Work Section End*/



/*Key Features Section Start*/
.key_features{
    padding: 30px 0px;
    background: #fff;
}
.key_features .tabset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.key_features .tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.key_features .tabset > label {
  padding: 10px 22px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  font-weight: 500;
  border-radius: 50px;
  background: #f8f8f8;
  transition: all 0.3s ease;
}

.key_features .tabset > label:hover,
.key_features .tabset > input:checked + label {
  background: #de3366;
  color: #fff;
  border-color: #de3366;
}

/* ===== TAB PANEL ===== */
.key_features .tab-panel {
  display: none;
  padding-top: 30px;
}

.key_features .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.key_features .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.key_features .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.key_features .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.key_features .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.key_features .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/* ===== LEFT IMAGE BOX ===== */
.key_features .features-content {
  background: #fdecef;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.key_features .features-content img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* ===== RIGHT CONTENT ===== */
.key_features .features-inner {
  padding-left: 20px;
}

.key_features .features-icon h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
}

.key_features .features-icon h4 svg {
  background: #fdecef;
  width: 55px;
  height: 55px;
  padding: 14px;
  border-radius: 50%;
  color: #de3366;
}

.key_features .features-icon p {
  color: #6b7280;
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
  max-width: 500px;
}

/* ===== BULLET LIST ===== */
.key_features .instant-list {
  padding-left: 0;
  margin-top: 15px;
}

.key_features .instant-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #111827;
}

.key_features .instant-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #de3366;
  border-radius: 50%;
}


.key_features .section-heading h2 {
  font-size: 34px;
  font-weight: 700;
}

.key_features .section-heading span {
  color: #de3366;
}

.key_features .section-heading p {
  color: #6b7280;
  max-width: 600px;
  margin: 10px auto 0;
}


/*Key Features Section End*/


.advanced_features {
    background: #fcfaf8;
    padding: 30px 0px;
}
.advanced_features .can_use{
   background: #fff;
    padding: 30px 0px; 
}
.advanced_features .advanced-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 3px 0px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s linear;
    cursor: pointer;
    height: 100%;
    text-align: center;
}
.advanced_features .advanced-inner:hover {
    transform: translateY(-10px);
}
.advanced_features .advanced-inner .advanced-img img {
    height: 220px;
    /* width: 100%; */
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}
.advanced_features .advanced-inner .advanced-img {
    text-align: center;
}

.advanced_features .advanced-inner .advanced-content h4 {
    font-size: 19px;
    margin: 12px 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.advanced_features .advanced-inner .advanced-content p {
    font-size: 14px;
}

/*Testimonials Section Start*/

.testimonials {
    background: #fcfaf8;
    padding: 30px 0px;
}
.testimonials .testimonials-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    color: #de3366a6;
}

.testimonials .testimonials-star li {
    color: #ffe000;
    font-size: 11px;
}

.testimonials .testimonials-user img{
    height: 40px;
    border-radius: 100%;
    width: 40px !important;
}
.testimonials .username{
    font-weight: 700;
    font-size: 16px !important;
}
.testimonials .testimonials-username p {
    font-size: 12px;
}
.testimonials .testimonials-cotent {
    border: solid 1px #e2e4e9;
    border-radius: 10px;
    padding: 20px;
}

.testimonials .testimonials-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}



.freedemo-section {
    background: #de3366;
    padding: 50px 0px;
    color: #fff;
    margin-top: 100px;
}

.freedemo-section .free-demo-content .demo-heading h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
}


.free-demo-content .freedemo-feture ul{
  display: grid;
    margin: 0px auto;
    width: 600px;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;  
}

.free-demo-content .freedemo-feture ul li i{
    color: #edac0d;
}

.free-demo-content .free-demo-btn a {
    background: transparent;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s linear;
    font-weight: 700;
    border: solid 1px #fff;
}
.free-demo-content .free-demo-btn a:hover {
    background: #fff;
    color: #de3366;
}
.free-demo-content .free-demo-btn {
    text-align: center;
    padding-top: 40px;
}
.free-demo-content .free-demo-btn span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #f2f2f2;
}

.faq{
    color: #fff;
    margin-top: 100px;  
}

.faq-content {
    max-width: 850px;
    margin: 0px auto;
}

.faq-content .accordion-body ul li {
    color: #000;
    line-height: 30px;
    font-size: 15px;
    list-style: disc;
}

.faq-content .accordion-body ul {
    padding: 0px 0px 0px 20px;
}

.faq-content .accordion-button:not(.collapsed){
        color: #000;
    background-color: #fff;
}

.faq-content .accordion-button:focus {
    z-index: 3;
    border-color: 0;
    outline: 0;
    box-shadow: none;
}




/*Testimonials Section End*/



/*Footer Section Start*/



.main_footer {
  background: #fff;
  padding: 30px 0;
  border: solid 1px #e2e4e9;
}

/* .main_footer .footer-inner{
    border-bottom: solid 1px #e2e4e9;
    padding-bottom: 20px;
} */

.footer-box {
  height: 100%;
}

.footer-logo img {
  max-width: 150px;
}

.footer-support ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.footer-support ul li a:hover {
  color: #de3366;
}

.footer-social ul li a {
    color: #000;
    font-size: 18px;
    transition: 0.3s;
    border: solid 1px #ccc;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.footer-social ul li a:hover {
    color: #fff;
    transform: translateY(-3px);
    background: #de3366;
    border: solid 1px #de3366;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  text-transform: capitalize;
}

.footer-menu li a:hover {
  color: #de3366;
  padding-left: 5px;
}


/* adssadsds */



.footer-botom .footer-area{

    padding:70px 0 30px;
    background:#fff;
}

.footer-botom .footer-logo{

    width:140px;
}

.footer-botom .company-name {
    font-size: 20px;
    color: #000;
    margin: 15px 0px;
}

.footer-botom .address {
    font-size: 14px;
    line-height: 21px;
    max-width: 300px;
    margin: 4px 0px 10px;
}

.footer-botom .social-icons{

    display:flex;
    gap:18px;
    margin-top:30px;
}

.footer-botom .social-icons a{

    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#202938;
    font-size:24px;
    transition:.3s;
    text-decoration:none;
}

.footer-botom .social-icons a:hover{

    background:#202938;
    color:#fff;
}

.footer-botom .contact-info{

    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.footer-botom .contact-item{

    display:flex;
    align-items:center;
    gap:5px;
}

.footer-botom .contact-item i{

    font-size:18px;
}
.footer-botom .contact-item a{
color:#000;
transition: all .3s linear;

}
.footer-botom .contact-item a:hover{
color:#de3366;
transition: all .3s linear;

}

.footer-botom .demo-btn{

   background: #de3366;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s linear;
    border: solid 1px #de3366;
    display: inline-block;
    text-transform: capitalize;
}

.footer-botom .demo-btn:hover{
    background: #000;
    color: #fff;
    border: solid 1px #fff;
}

footer.footer-botom {
    margin-top: 30px;
}
.footer-botom hr{

    margin:30px 0px;
    color:#e2e4e9;
}

.bottom-footer{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
    margin-bottom: 30px;
}

.footer-botom .copyright{

    font-size:13px;
    color:#000;
    text-transform: capitalize;
}

.footer-botom .footer-links{

    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin:0;
    padding:0;
    list-style:none;
}

.footer-botom .footer-links li a{

    text-decoration:none;
    color:#000;
    font-size:13px;
    transition:.3s;
    text-transform: capitalize;
}
.footer-botom .footer-links li a:hover{

    color:#202938;
}

@media(max-width:1199px){

.footer-botom .company-name{

font-size:30px;

}

.footer-botom .address{

font-size:20px;

}

.footer-botom .contact-item{

font-size:20px;

}

.footer-botom .demo-btn{

font-size:18px;

}

.footer-botom .footer-links li a{

font-size:18px;

}

.footer-botom .copyright{

font-size:18px;

}

}

@media(max-width:991px){

.footer-botom .contact-info{

margin-top:20px;

}

.footer-botom .bottom-footer{

flex-direction:column;
align-items:flex-start;

}

}

@media(max-width:767px){

.footer-botom .footer-area{

padding:50px 0;

}

.footer-botom .footer-logo{

width:150px;

}

.footer-botom .company-name{

font-size:26px;

}

.footer-botom .address{

font-size:17px;

}

.contact-item{

font-size:17px;

}

.footer-botom.demo-btn{

width:100%;
padding:15px;
font-size:17px;

}

.footer-botom .social-icons{

justify-content:flex-start;

}

.footer-botom.social-icons a{

width:42px;
height:42px;
font-size:18px;

}

.footer-botom.footer-links{

gap:15px;

}

.footer-botom.footer-links li a{

font-size:15px;

}

.footer-botom .copyright{

font-size:15px;

}

}
.allpayment-card {
    padding-top: 45px;
}
.allpayment-card ul li{
    display: flex;
    align-items: center;
    gap: 30px;
}
.allpayment-card ul li a img{
    height: 30px;
}

/*Footer Section End*/


.testimonials .swiper-pagination {
    text-align: center;
    position: static;
    margin-top: 20px;
}

/* .testimonials .swiper-button-prev {
    display: none;
} */

/* .testimonials .swiper-button-next {
    display: none;
} */

.testimonialSwiper{
    width:100%;
    padding-bottom:50px;
}

.testimonialSwiper .swiper-slide{
    height:auto;
}

/*Demo Form Page Start*/

.demo_form {
background: #fff;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
padding: 30px;
width: 40%;
margin: 40px auto;
}
.demo_form .form-heading h2{
text-align: center;
margin-bottom: 20px;
font-size: 28px;
}

.demo_form form.contact-form input {
margin: 20px 0px;
padding: 15px 15px;
}
.demo_form form.contact-form select {
margin: 20px 0px;
padding: 15px 15px;
}


.demo_form form.contact-form button{
background: transparent;
color: #de3366;
padding: 8px 20px;
border-radius: 50px;
font-size: 16px;
transition: all 0.3s linear;
border: solid 1px #de3366;
margin: 20px 0px 0px;
}

.demo_form form.contact-form button:hover{
background: #de3366;
color: #fff;
border: solid 1px #fff; 
}
.demo_form .select-box {
position: relative;
width: 100%;
}
.demo_form .select-box i {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
color: #555;
font-size: 14px;
}
.demo_form .form-control:focus{
box-shadow: none;
}
.demo_form  textarea{
    height: 100px;
}

/*Demo Form Page End*/



/* Pricing Page Css Start */

.pricing-section{

    padding:90px 0;

}

.top-badge{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:12px 24px;

    background:#fff4f6;

    color:#de3366;

    border:1px solid #ffc8d2;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:28px;

}

.pricing-title{

    font-size:40px;
    font-weight:800;
    margin-bottom:18px;

}

.pricing-subtitle{

    font-size:16px;
    color:#6b7280;
    max-width:720px;
    margin:auto;
    line-height:1.7;

}

.plan-card{

    background:#fff;

    border:2px solid #e7e7e7;

    border-radius:20px;

    position:relative;

    transition:.35s;

    cursor:pointer;

    overflow:hidden;
    height:100%;

}

.plan-card:hover{

    transform:translateY(-10px);
    border:solid 1px #de3366

}

.active-card{

    border-color:#de3366;

}


.plan-body{

    padding:38px;

}

.plan-body h3{

    font-size:20px;
    font-weight:500;


}

.rating{

    color:#ffb703;

    font-size:14px;

}

.price{

    font-size:30px;

    color:#de3366;

    font-weight:800;

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:10px;

}

.old-price{

    color:#9ca3af;

    text-decoration:line-through;

    font-size:24px;

    font-weight:500;

}

.discount{

    font-size:13px;

    background:#ffe4e8;

    color:#de3366;

    padding:6px 10px;

    border-radius:20px;

    font-weight:600;

}

.gst{

    color:#555;

    font-size:17px;

    margin-bottom:4px;

}

.save{

    color:var(--success);

    font-weight:700;

    margin-bottom:30px;

}

.plan-body h6{

    font-size:21px;

    margin-bottom:20px;

    font-weight:700;

}

.plan-body ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.plan-body ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 14px;
}

.plan-body ul li i{

    font-size:14px;

}

.disable{

    color:#a5a5a5;

}

.disable i{

    color:#ef4444;

}

.buy-btn {
    width: 70%;
    border: none;
    background: #de3366;
    color: #fff;
    height: 50px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
    position: absolute;
    bottom: 20px;
    left: 30%;
    transform: translate(-20%, 10px);
}

.buy-btn:hover{

    background:#000;

}

.recommend{

    position:absolute;

    top:-2px;

    right:35px;

    background:#de3366;

    color:#fff;

    padding:9px 20px;

    border-radius:0 0 12px 12px;

    font-size:14px;

    font-weight:700;

}

.gold-badge{

    position:absolute;

    top:15px;

    right:15px;

    background:#ffb703;

    color:#fff;

    font-size:13px;

    padding:7px 15px;

    border-radius:40px;

    font-weight:700;

}

.plan-card.selected{

    border:3px solid #de3366;

    box-shadow:0 20px 50px rgba(222, 51, 102, 0.18);

}

.plan-card.selected .buy-btn{

    background:#111827;

}

@media(max-width:1200px){

.pricing-title{

font-size:46px;

}

.price{

font-size:46px;

}

}

@media(max-width:991px){

.pricing-section{

padding:60px 0;

}

.pricing-title{

font-size:40px;

}

.pricing-subtitle{

font-size:18px;

}

.plan-body{

padding:30px;

}

.plan-body h3{

font-size:28px;

}

.price{

font-size:42px;

}

}

@media(max-width:767px){

.pricing-title{

font-size:34px;

}

.pricing-subtitle{

font-size:16px;

}

.plan-body{

padding:24px;

}

.plan-body h3{

font-size:24px;

}

.price{

font-size:36px;

}

.old-price{

font-size:18px;

}

.buy-btn{

height:55px;

}

.top-badge{

font-size:13px;

padding:10px 20px;

}

}

/* Pricing Page Css End */


.industry-ratings{
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.industry-ratings-content img{
    height: 150px;

}
.industry-ratings-heading h2 {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    max-width: 700px;
    margin: 0px auto;
    color: #1f242e;
}
