* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif !important;
    line-height: 1.6;
    color: #030303;
    background-color: #ffffff;
}

/* common css */
.common-header{
    font-weight: 700;
    font-size: 53px;
    line-height: 68px;
    color: #030303;
}

/* Custom Bootstrap Overrides */

:root {
    --bs-primary: #2571F0;
    --bs-primary-rgb: 37, 113, 240;
    --bs-secondary: #f1f7fe;
    --bs-light: #f1f7fe;
}

.btn-primary {
    background-color: #2571F0;
    border-color: #2571F0;
    font-weight: 600;
    padding: 17px 34px;
    border-radius: 14px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-primary:hover {
    background-color: #1e5fd1;
    border-color: #1e5fd1;
    box-shadow: 0 4px 12px rgba(37, 113, 240, 0.3);
}

.btn-outline-primary {
    color: #2571F0;
    border-color: #2571F0;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 14px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-outline-primary:hover {
    background-color: #2571F0;
    border-color: #2571F0;
    color: #ffffff;
}

/* Header Styles */
.header {
    background-color: #ffffff;
    border-bottom: 1px solid #E7E7E7;
    padding: 18px 0;
    position: fixed !important;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.logo {
    width: 184px;
    height: 64px;
    border-radius: 10px;
}

.navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 400;
    color: #030303;
    margin: 0 25px;
    transition: color 0.3s ease;
    font-family: "Inter", sans-serif;
}

.header-max-width{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.navbar-nav .nav-link:hover {
    color: #2571F0;
}

/* Hero Section */
.hero {
    background: #F1F7FE;
    position: relative;
    overflow: hidden;
    margin-top: 111px;
}
.hero-content-wrapper{
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
}

.hero-badge {
    background-color: #ffffff;
    color: #2571F0;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: auto;
    color: #030303;
    margin-bottom: 18px;
    font-family: "Inter", sans-serif;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 48px;
    font-family: "Inter", sans-serif;
}

/* Dashboard Preview */
.dashboard-preview {
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom, #F1F7FE 50%, #2571F0 50%);
}

.dashboard-image {
    width: 100%;
    max-width: 1806px;
    height: auto;
    box-shadow: 0px 2px 50px 0px #0000001A;
    border-radius: 20px;
}

/* Stats Section */
.stats-section {
    background-color: #2571F0;
    padding: 130px 0;
    color: #ffffff;
}
.stats-section .nav-tabs{
    border-bottom: 0;
    flex-wrap: nowrap;
}
.stats-section .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #2571F0;
    border-color: #fff;
}
.stats-section .nav-tabs .nav-link {
    border-radius: 0 !important;
    color: #fff;
    border: 0 !important;
    background-color: #015BBC;
    min-width: 210px;
    padding: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
}
.stats-section .nav-tabs .nav-item:first-child .nav-link{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.stats-section .nav-tabs .nav-item:last-child .nav-link{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.stats-section .tab-content {
    margin-top: 36px;
    background-color: #1976ed; /* your blue bg */
    color: white;
    max-width: 630px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
}

.stats-badge {
    background-color: #f1f7fe;
    color: #2571F0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
}

.stats-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.stat-sub-title{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
}

.stat-number {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 19px;
    font-weight: 600;
    opacity: 0.9;
}
.stat-cost-flex{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin-top: 80px;
}
.stat-cost-col{
    text-align: center;

}

/* Features Section */
.features-section-wrapper{
    padding: 120px 0;
}
.features-badge {
    background-color: #f1f7fe;
    color: #2571F0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 17px;
}

.features-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #030303;
    max-width: 630px;
}
.features-sub-title{
    max-width: 630px;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 26px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.feature-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.feature-text {
    font-size: 20px;
    font-weight: 500;
    color: #030303;
}

.features-image {
    max-width: 100%;
}

/* tract section css here */
.tract-section-wrapper{
    padding: 0;
    padding-bottom: 123px;
}

/* How It Works Section */
.how-it-works {
    background-color: #f1f7fe;
    padding: 122px 0;
}
.work-sub-heading{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
}
.works-right-txt{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
}
.process-card {
    background-color: #ffffff;
    padding: 48px 32px;
    border-radius: 18px;
    height: 100%;
}

.process-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 30px;
}

.process-title {
    font-size: 28px;
    font-weight: 600;
    color: #030303;
    margin-bottom: 20px;
}

.process-description {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 1.8;
}

/* Integration Section */
.integration-section-wrapper{
    padding: 122px 0;
}
.integration-info-mx{
    max-width: 810px;
    margin: 0 auto;
}
.integration-section-wrapper .features-badge{
    margin-bottom: 20px;
}
.integration-sub-heading{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 46px;
}
.integration-logo {
    background-color: #ffffff;
    border: 1px solid #dae0e6;
    border-radius: 10px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 120px;
}

.integration-logo:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.integration-logo img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

/* advantage section css */

.how-it-works.advantage-section{
    background-color: #2571F0;
    color: #fff !important;
}
.how-it-works.advantage-section h2{
    color: #fff !important;
}
.advantage-section .process-card{
    background-color: #015BBC;
    color: #fff !important;
}
.advantage-section .process-title {
    color: #fff !important;
}
.advantage-section .process-description{
    color: #fff !important;
}

/* Stay Informed Section */

.features-section-wrapper.stay-informed-section{
    background-color: #F1F7FE;
    padding: 130px 0;
    padding-bottom: 30px;
}
.stay-informed-section .features-badge{
    background-color: #fff;
}
.information-image{
    box-shadow: 0px 2px 50px 0px #0000000D;
    border-radius: 10px;
    max-width: 100%;
}

.info-accordion-wrapper{
    max-width: 600px;
    min-height: 520px;
}
.info-accordion-wrapper .accordion-header{
    background-color: transparent;
}
.info-accordion-wrapper .accordion-button {
  background: #ffffff;
  border-radius: 14px !important;
  font-weight: 600;
  font-size: 20px;
  padding: 30px;
  color: #030303;
}

.info-accordion-wrapper .accordion-button:focus {
  box-shadow: none;
}

.info-accordion-wrapper .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffffff;
  box-shadow: none;
}

.info-accordion-wrapper .accordion-body {
  font-size: 20px;
  color: #030303;
  padding: 0;
  padding-top: 20px;
}

.info-accordion-wrapper .accordion-item {
  border: none;
  margin-bottom: 26px;
  background-color: transparent;
}

.info-accordion-wrapper .accordion-button::after {
  font-size: 1rem;
  transition: transform 0.2s;
}

.info-accordion-wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

/* security section css */
.security-section-wrapper{
    padding: 130px 0;
}
.security-section-wrapper .features-title{
    margin-bottom: 16px;
}
.security-sub-title{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 32px;
    max-width: 600px;
}
.security-section-wrapper .process-card{
    border: 1px solid #DFEBFF !important;
}
.security-card .security-icon-img{
    max-width: 100%;
}

/* Pricing Section */
.pricing-section-wrapper .features-badge{
    background-color: #fff;
    margin-bottom: 20px;
}
.pricing-sub-text{
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #333333;    
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 65px;
}
.pricing-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 52px 37px;
    height: 100%;
}

.pricing-plan {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #030303;
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    margin-bottom: 36px;
    padding: 0;
}

.pricing-features li {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #AEC0D4;
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* CTA Section */
.cta-section-wrapper{
    background-color: #2571F0;
    padding: 126px 0;
}
.cta-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 122px 56px;
}
.cta-main-content-wr{
    max-width: 1140px;
    margin: 0 auto;
}
.cta-badge {
    background-color: #f1f7fe;
    color: #2571F0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 53px;
    font-weight: 700;
    color: #030303;
    line-height: 65px;
    margin-bottom: 14px;
}
.cta-sub-txt{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 45px;
}
/* Footer */
.footer {
    background-color: #2571F0;
    color: #ffffff;
    padding: 0;
}

.footer-brand {
    max-width: 450px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

.footer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-nav {
    list-style: none;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 24px;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400 !important;
}

.footer-nav a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.contact-item {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}
.contact-item span{
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
}

.contact-item img {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}

.footer-bottom {
    background-color: #0362C9;
    text-align: center;
    padding: 13px 0;
    margin-top: 40px;
}
.footer-bottom p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

/* Modal Styles */
.modal-dialog{
    max-width: 720px;
}
.form-margin-bottom{
    margin-bottom: 30px;
}
#formsModal .modal-content {
  border-radius: 30px;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 50px !important;
}

#formsModal .modal-header {
  border-bottom: none;
  padding: 30px 30px 0;
}

#formsModal .modal-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 12px;
    color: #030303;
}
.modal-sub-heading{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
#formsModal .modal-body {
  padding: 0 30px 30px;
}

#formsModal .modal-body p {
  color: #718096;
  margin-bottom: 25px;
}

#formsModal .form-control {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

#formsModal .form-control:focus {
  box-shadow: none;
  border-color: #4f46e5;
}

#formsModal .btn-close {
  box-shadow: none;
}

#formsModal .btn-primary {
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
}

section,.hero {
    scroll-margin-top: 20px; /* Same as your offset */
}
.hero .btn-primary{
    padding-top: 18px;
}

.hero-image-position-setter{
    position: relative;
    max-width: 1850px;
    margin: 0 auto;
    padding: 124px 0;
}
.banner-de-img{
    position: absolute;
    bottom: 0;
    left: 100px;
}
.banner-de-img.second{
    left: 120px;
}
.banner-de-img.third{
    left: unset;
    right: 320px;
}
.banner-de-img.fourth{
    left: unset;
    right: 100px;
}


/* Responsive adjustments */

@media only screen and (max-width : 1530px){
    .banner-de-img{
        max-width: 100%;
        opacity: .8;
    }
    .banner-de-img.first{
        max-width: 50px;
    }
    .banner-de-img.second{
        max-width: 207px;
    }
    .banner-de-img.third{
        max-width: 186px;
    }
    .banner-de-img.fourth{
        max-width: 120px;
    }
}

@media (min-width: 1400px) {
  /* bootstrap override classes */
  .container-xxl{
    max-width: 1500px;
  }
}

@media only screen and (max-width : 1440px){
    .stats-section .nav-tabs .nav-link{
        min-width: auto;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        padding: 8px 16px;
    }
}

@media only screen and (max-width : 1240px){
    .stat-cost-flex{
        justify-content: center;
        gap: 40px 60px;
    }
    .stat-number {
        font-size: 50px;
    }
    .navbar-nav .nav-link{
        font-size: 18px;
        margin: 0 14px;
    }
    .banner-de-img{
        display: none !important;
    }
}

@media only screen and (max-width : 1070px){
    .btn-primary,
    .btn-outline-primary{
        padding: 14px 26px !important;
    }
    .logo{
        width: auto;
        height: auto;
    }
    .header-max-width .btn-primary{
        padding: 14px 18px !important;
        white-space: nowrap;
    }
    .navbar-nav .nav-link{
        white-space: nowrap;
        margin: 0 6px;
    }
}   
@media only screen and (max-width : 991px){
    .header{
        padding: 7px 0;
    }
    .hero{
        margin-top: 90px;
    }
    .tabs-wrapper{
        margin-top: 30px;
    }
    .works-right-txt{
        margin-bottom: 30px;
    }
    .advantage-section .mb-5{
        margin-bottom: 16px !important;
    }
    .info-accordion-wrapper{
        min-height: auto;
    }
    .features-title,
    .features-sub-title{
        max-width: 100%;
    }
    .cta-content{
        padding: 65px 32px;
    }
    .contact-item{
        justify-content: left;
    }
    #formsModal .modal-content{
        padding: 30px !important;
    }
    #formsModal .modal-title {
        font-size: 40px;
        line-height: normal;
    }
}

@media only screen and (max-width:768px){
    .common-header,
    .cta-title{
        font-size: 42px;
        line-height: normal;
    }
    .hero-content-wrapper{
        padding: 0 6px;
    }
    .hero-image-position-setter{
        padding: 80px 0;
    }
    .stats-section,
    .features-section-wrapper,
    .how-it-works,
    .integration-section-wrapper,
    .security-section-wrapper,
    .cta-section-wrapper,
    .features-section-wrapper.stay-informed-section{
        padding: 60px 0;
    }
    .tract-section-wrapper{
        padding-bottom: 60px;
    }
    .hero-title,
    .stats-title,
    .features-title,
    .common-header, .cta-title{
        font-size: 36px !important;
    }
    .stat-number {
        font-size: 36px;
    }    
    .pricing-card{
        padding: 24px 18px !important;
    }
}
@media only screen and (max-width:600px){
    p,span,
    .info-accordion-wrapper .accordion-body,
    .footer-nav a{
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .process-title{
        font-size: 24px !important;
    }
    .stats-section .nav-tabs .nav-link{
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 64px;
        line-height: 89px;
    }
    
    .hero-subtitle {
        font-size: 22px;
    }
    
    .stats-title {
        font-size: 53px;
    }
    
    .features-title {
        font-size: 53px;
    }
    
    .footer-brand,
    .footer-links,
    .footer-contact {
        text-align: left;
    }
    
    .contact-item {
        justify-content: flex-start;
    }
}


@media (min-width: 1024px) {
    .hero-title {
        font-size: 72px;
    }
    
    .navbar-brand{
        margin-right: 0 !important;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}