html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}
.section-spacing{
    padding: 60px 0px;
}
.d-none{
    display: none;
}
.row{
    flex-wrap: wrap; 
    margin-right: -15px;
    margin-left: -15px;
    display: flex; 
}
.row > * {
	padding-right: 15px;
	padding-left: 15px;
} 

.align-items-center{
    align-items: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.cnts{
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}
.new-construction-erp-page{
    background-image: linear-gradient(145deg, hsl(350deg 100% 93%), hsl(47deg 100% 87%) 40%, hsl(47deg 100% 87%) 60%, hsl(47deg 100% 53%));
    background-image: linear-gradient(145deg, hsl(281.38deg 54.34% 83.9%), hsl(272.73deg 73.33% 97.06%) 40%, hsl(272.73deg 73.33% 97.06%) 60%, hsl(276.59deg 77.36% 89.61%));
    margin-top: 70px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 0px 0px 50px 50px;
    padding-bottom: 150px;
}
.new-construction-erp-page .content{
    padding: 70px 0px; 
    display: flex;
    flex-direction: column;
    gap: 15px; 
}
.new-construction-erp-page .content .sub_heading{
    border: 1px solid #29002933;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    background: #ffffff33;
    backdrop-filter: blur(50px);
}
.new-construction-erp-page .content .heading{
    margin-bottom: 0px; 
    font-size: 5rem;
    font-weight: 700;
    line-height: 1em;
}
.new-construction-erp-page .content .banner-content{
    font-size: 16px;
    line-height: 26px;
}
.new-construction-erp-page .content .erp-list{
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;   
  flex-wrap: wrap; 
  gap: 12px;
  margin-top: 20px;  
  width: fit-content;
}
.new-construction-erp-page .content .erp-list li{
    background-color: #9ca3af1a;
    border: 2px solid #9ca3af1a;
    border: 2px solid #efd9ff;
    background-color: #f1e3fb;
    border-radius: 9999px;
    list-style: none;
    font-weight: 600;
    color: #111827cc;
    color: #000;
    font-size: 10px;
    letter-spacing: .5px;
    padding-right: 1rem;
    backdrop-filter: blur(24px);
    padding-left: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.new-construction-erp-page .content .erp-list li i{
    /* width: .625rem;
    height: .625rem;     */
    opacity: .7;
    color: #111827cc;
    color: #5f248d;
}
.new-construction-erp-page .content .erp-list li:hover i{ 
  animation: spin 1s linear infinite;
}
@keyframes spin { 

  100% {
    transform: rotate(1turn);
  }
}
.form-borders{
    margin-top: 30px;
    height: 100%;
    backdrop-filter: blur(33px);
    background: rgba(243, 247, 255, 0.2);
    box-shadow: 0px 1.89347px 9.78694px rgba(180, 81, 255, 0.25);
    border-radius: 10px;
}
.dashboard-img-section{
    margin-top: -200px;
    padding: 30px 0px;
    position: relative;
}
.dashboard-img-section::before{
    content: '';
    z-index: 1;
    background-image: linear-gradient(180deg, #fff0, #ffffff 75%);
    height: 12rem;
    position: absolute;
    inset: auto 0% 0%;
}

.new-main-heading{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Playfair Display", "Bookman", serif !important;
    color: #662d91; 
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.about-const-erp-section{ 
    background-image: linear-gradient(270deg, #fff0, #ecdaf957 75%);
}
.about-const-erp-section .about-erp .new-sub-heading{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}  

.enqury-call-btn{
    margin-top: 30px;
    background-color: #f8f2fd;
    color: #000;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 10px;
    width: fit-content;
    box-shadow: 0px 1.89347px 9.78694px rgba(180, 81, 255, 0.25);
}
.our-module-detailed-section{
    background-image: linear-gradient(90deg, #fff0, #ecdaf957 75%);
} 
.our-module-detailed-section .features-tab {
    background: rgba(243, 247, 255, 0.2);
    box-shadow: 0px 1.89347px 9.78694px rgba(180, 81, 255, 0.25);
    border-radius: 35px;
    padding: 40px 40px 50px 40px;
}
.our-module-detailed-section .features-tab .heading{
    font-weight: 700;
    color: #662d91;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    font-family: "Playfair Display", Bookman, serif !important;
}
.our-module-detailed-section .features-tab .cnts{
    margin-bottom: 20px;
}
.our-module-detailed-section .features-tab ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;   
    flex-wrap: wrap; 
    gap: 12px;
    margin-top: 20px;  
    width: fit-content;
}

.our-module-detailed-section .features-tab ul li {
    background-color: #9ca3af1a;
    border: 2px solid #9ca3af1a;
    border: 2px solid #efd9ff;
    background-color: #f1e3fb;
    border-radius: 9999px;
    list-style: none;
    font-weight: 600;
    color: #111827cc;
    color: #000;
    font-size: 10px;
    letter-spacing: .5px;
    padding-right: 1rem;
    backdrop-filter: blur(24px);
    padding-left: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.our-module-detailed-section .features-tab ul li i {
    opacity: .7;
    color: #111827cc;
    color: #5f248d;
}
.our-module-detailed-section .features-tab ul li:hover i{ 
  animation: spin 1s linear infinite;
}
.our-module-detailed-section .nav-tabs {
    background: #662d91;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    box-shadow: 0px 1.89347px 9.78694px rgba(96, 155, 255, 0.25);
}

.our-module-detailed-section .nav-tabs .nav-item {
    border-radius: 6px;
    background: #8053a3; 
    font-size: 14px; 
    line-height: 24px;
    font-weight: 700;
    padding: 7px 28px;
    margin: 0px; 
}
.our-module-detailed-section .nav-tabs .nav-item .nav-link{
    padding: 0px 0px;
    font-size: 14px; 
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff;
    border-radius: 6px;
    margin: 0px;
    border: 0px;
    font-family: 'Roboto', sans-serif;
}

.our-module-detailed-section .nav-tabs .nav-item:hover{ 
    color: #662d91; 
    background: #fff;
    margin: 0px;
    border: 0px;
}
.our-module-detailed-section .nav-tabs .nav-item:hover .nav-link{
    color: #662d91;
    background-color: transparent;
    border: 0px !important;
}

.our-module-detailed-section .nav-tabs .nav-item.active{ 
    background: #fff;
}
.our-module-detailed-section .nav-tabs .nav-item.active .nav-link{
    color: #662d91;
}
.planning-list{
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.planning-list li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}
.planning-list li i{
    color: #662d91;
    font-size: 20px;
    margin-right: 10px;
}
.new-planning-div{
    box-shadow: 0px 1.89347px 9.78694px rgba(180, 81, 255, 0.25);
    border-radius: 35px;
    padding: 40px 40px 50px 40px;    
    margin-top: 3.5rem !important;
    justify-content: space-between;
    background-image: linear-gradient(270deg, #fff0, #ecdaf957 75%);
}

.contuts-forms{
    padding: 20px 30px;
}

.quit-confusion-section{
    background-image: linear-gradient(90deg, #fff0, #ecdaf957 75%);
}

.quit-confusion-section .chrome_tabs-wrapper {
    border-radius: .875rem;
    background-color: #2900290d;
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
}
.badge { 
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #2900291c;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #2900291c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #2900291c;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #2900291c; 
    line-height: 1.5em;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 999px;
    align-items: center;
    display: flex;
    min-width: auto;
}
.u-d-flex { 
    display: flex;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.u-divider.cc-bold {
    background-color: #29002933;
}
.u-divider {
    background-color: #2900291c;
    width: 100%;
    height: 1px;
}
.badge.cc-large{
    padding: 5px 14px;
    font-size: 15px;
    background-color: #000;
    color: #fff;
}

.quit-confusion-list{
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.quit-confusion-list li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
.quit-confusion-list li i{ 
    font-size: 22px;
    margin-right: 10px;
}
.text-danger{
    color: #dc3545;
}
.text-success{
    color: #198754;
}
.icon-svg{
    display: flex;
    gap: 20px;
    padding: 0px 14px;
    margin-bottom: 0px;
}
.icon-svg li{
    list-style: none;
}
.icon-svg li svg{
    width: 50px;
    height: 100%;
}

.why-choose-const-erp-section{
    background-image: linear-gradient(270deg, #fff0, #ecdaf957 75%);
}
.why-choose-const-erp-section ul{
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.why-choose-const-erp-section ul li{
    /* list-style: none; */
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}
.why-choose-const-erp-section ul li i {
    color: #662d91;
    font-size: 20px;
    margin-right: 10px;
}