
.landing{
    background-color:#f7f9fa;
    padding-top: 6%;
    padding-bottom: 5%;
}

.forminputdes{
  padding: 10px;
  width: 100%;  
  border-radius: 4px; 
}
.input-container {
    position: relative;
    margin-bottom: 20px;
}
.instyle {
    width: 100%;
    border: 1px solid lightgrey;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 16px;

}
.label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: white;
    color: #999;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
}
.instyle:focus + .label,
.instyle:not(:placeholder-shown) + .label {
    top: 0px;
    outline:none;
    left: 10px;
    color: #ce5234;
    font-size: 12px;
}

.getstarted {
    background-image: linear-gradient(to right, #ce5234, #90331c);
    width: 95%; 
    border: none;
    color: white;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.getstarted:hover, .getstarted:focus {
    background-image: linear-gradient(to right, #90331c, #90331c);
    outline: none;
    border: none;
}

.tools h2{
    font-size: 2.1rem !important;
}

.call-action {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('/assets/images/webpage/landingpage/readytocall.webp') center/cover no-repeat;
    color: white;
    text-align: center
}

@media screen and (min-width: 1500px){
    .landing{
        padding-top: 4%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px){
    .landing{
        padding-top: 7%;
    }
}

.to-call p{
    font-size: 1.2rem;
}

@media screen and (max-width: 991.98px){
    .landing{
        padding-top: 7%;
    }
    .landing-header h1{
        font-size: 32px;
    }
    p{
        font-size: 16px !important;
    }
    .call-from{
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px){

    .landingpage-tab {
        max-width: 918px !important;
    }
    .card-body {
        padding: 0.3rem !important;
    }
}

@media screen and (max-width: 452.98px){
    .landing{
        padding-top: 10% !important;
    }
    .tools h2{
        font-size: 22px !important;
    }
    .to-call h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 400.98px){
    .card-body {
        padding: 0.3rem !important;
    }
}


.free-demo {
    background-image: linear-gradient(to right, #ce5234, #90331c);
    border-radius: 5px;
    border:none;
    outline: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.free-demo:hover, .free-demo:focus{
    background-image: linear-gradient(to right, #90331c, #90331c);
    outline: none;
    border: none;
}

.free-demo span{
    font-size: 20px;
}

.readytocall{
    background-image: linear-gradient(to right, #ce5234, #90331c);
    border-radius: 5px;
    border:none;
    outline: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.readytocall:hover, .readytocall:focus {
    background-image: linear-gradient(to right, #90331c, #90331c);
    outline: none;
    border: none;
}

.customer-management{
    /* border: 2px solid #D3D3D3; */
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.form-image{
    width: 100%;
}

@media screen and (max-width: 991.98px){
    .powerfull-customer{
        justify-content: center;
    }
    .to-call p{
        font-size: 1.1rem !important;
    }

    .financial p{
        font-size: 1.3rem !important;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .powerfull-customer {
        margin-left: -15px !important;
    }
    .form-image{
        width: 110%;
    }
}

@media screen and (min-width: 453px) and (max-width: 576.98px) {
    .tools h2{
        font-size: 27px !important;
    }
}

.product{
    justify-content: center;
}

.fa-quote-left{
    font-size: 25px;
}

.testimonials{
    border-radius: 50%;
    width: 80px; 
    height: 80px;
    border: 2px solid #D3D3D3;
    padding: 5px;
}

.landing-video{
    border-radius: 20px;
}

/* Pulse animation */
.pulse-logos img {
    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.2s;
}

/* Keyframes for pulse effect */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); 
    }
}

.stat-card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
}

.stat-icon {
    font-size: 30px;
    color: #ce5234;
    margin-bottom: 10px;
}

.stat-card h4 {
    font-size: 2.5rem;
    color: #90331c;
    margin: 0;
}

.client h2{
    font-size: 2.1rem;
}

@media screen and (max-width: 374.98px){
    .client h2{
        font-size: 30px;
    }
    .start-free{
        font-size: 1.65rem;
    }
}

.head-font {
    font-family: "Caveat" !important;
}
.headngtag3 {
    font-size: 44px;
    line-height: 54px;
}
.schedule {
 background-image: linear-gradient(to right, #ce5234, #90331c);
 border: none;
 color: white;
 padding: 0px 20px;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 line-height: 50px;
 cursor: pointer;
}

.form-card{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.schedule:hover {
 background-image: linear-gradient(to right, #90331c, #90331c);
}

.margtop {  
    margin-top: 1.5rem !important;
}

.btnclrchngemode {
 color: white;
}

.btnclrchngemode:hover {
 color: white !important;
 text-decoration: none;
}

.features-accounting{
line-height: 1.5;
}

.gst-enable{
background-color: #90331c;
border-radius: 25px;
color: white;
font-size: 12px;
}

.video-wrapper iframe{
width: 100%;
height: 600px;
}

@media screen and (min-width: 901px) and (max-width: 1199.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 500px;
}
}

@media screen and (min-width: 851px) and (max-width: 900px) {
.video-wrapper iframe{
    width: 100%;
    height: 460px;
}
}

@media screen and (min-width: 768px) and (max-width: 850.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 400px;
}
}

@media screen and (min-width: 534px) and (max-width: 767.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 280px;
}
}

@media screen and (min-width: 482px)  and (max-width: 533.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 250px;
}
}

@media screen and (min-width: 446px)   and (max-width: 481.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 230px;
}
}

@media screen and (min-width: 409px) and (max-width: 445.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 210px;
}
}

@media screen and (min-width: 391px) and (max-width: 408.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 200px;
}
}

@media screen and (min-width: 340px) and (max-width: 390.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 180px;
}
}

@media screen and (max-width: 339.98px) {
.video-wrapper iframe{
    width: 100%;
    height: 159px;
}
}

footer {
    display: none !important;
}
.foot-btms{
    color: #667085;
    font-size: 14px;
}
.foots{
    padding: 10px 0 20px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}