/* footer over ride */
/* 
.certified-logos {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

.certified-logos a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 8px !important;
  background-color: transparent !important;
}

.certified-logos img.certification-logo {
  width: auto !important;
  height: 32px !important;
  max-height: 48px !important;
} */
 .tickmark-alignment{
    position: relative;
    top: 0.5rem;
 }

@media (max-width: 1024px) {
    .page-header .signup-demo-buttons {
        margin-top: 0 !important;
    }
}

 @media (max-width: 475px) {
    .contact-details p, ul li {
        line-height: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    .btn.color-freesignup {
        border-radius: 0.6rem;
        padding: 0.5rem 1.3rem !important;
    }
}
@media (min-width: 767px) and (max-width: 1022px) {
    .btn.color-freesignup {
        padding: 0.5rem 1.3rem !important;
    }
}
@media (max-width: 1023px) {
    .page-header .header-navbar ul.complete-list>li {
        margin-left: -10px !important;
    }
}
@media (min-width: 1239px) and (max-width: 1438px) {
    .btn.color-freesignup {
        height: 3rem !important;
    }
}
@media (min-width: 1023px) and (max-width: 1239px) {
    .btn.color-freesignup {
        height: 3rem !important;
    }
}
.page-header .header-navbar ul.complete-list > li:last-child > a{
    color: #fff !important;
    padding: 0rem 4.7rem;
    padding-bottom: 0rem !important;
}
@media (min-width: 1439px) and (max-width: 1919px) {
    .btn.color-freesignup {
        height: 3rem !important;
    }
}

a.footer-redirection {
  display: inline-block !important;
  /* padding: 12px 16px !important; */
  min-width: 48px !important;
  min-height: 48px !important;
  /* text-decoration: none !important; */
  color: inherit !important;
  line-height: 1.4 !important;
  border-radius: 4px !important; 
}

.sub-columns li {
  /* margin-bottom: 8px !important; */
}

.sub-container {
    width: 85% !important;
}

@media (min-width: 731px) and (max-width: 900px) {
    .mail-id ul {
        gap: 1rem !important;
    }
}

@media (min-width: 500px) and (max-width: 730px) {
    .mail-id ul {
        gap: 1rem !important;
    }
}

@media (min-width: 374px) and (max-width: 500px) {
    .mail-id ul {
        gap: 0.7rem !important;
    }
}

@media (max-width: 374px) {
    .mail-id ul {
        gap: 0.5rem !important;
    }
}

/* footer over ride end */

/* header override */
.page-header .header-content-container {
    width: 85.5% !important;
}


@media (max-width: 767px) {
    .mini-footer {
        /* padding: 2rem 0rem; */
        text-align: center;
    }

    .page-header__actions {
        margin-bottom: 1.2rem;
    }

    .signup-demo-buttons {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center !important;
    }

    .signup-demo-buttons li {
        display: inline-block;
    }
        .mini-footer {
            flex-direction: column !important;
            gap: 0rem !important;
        }

    /* ====== BUTTON DESIGN ====== */
    /* .btn.color-freesignup {
        display: inline-block;
        /* blue gradient */
        /* color: white;
        border-radius: 6px;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: background 0.3s ease; 
    } */

    /* .btn.color-freesignup,
    .page-header .signup-demo-buttons  {
        height: 0rem !important;
        padding: 1rem !important;
    } */

    .page-header__actions .signup-demo-buttons {
        text-align: center !important;
    }


    /* ====== RESPONSIVE TEXT BELOW BUTTON ====== */
    .mini-footer p {
        font-size: clamp(1.2rem, 2.8vw, 1.75rem);
        margin: 0;
        color: #111;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
   
}

/* header override end */

.container{
    width: 100%;
    margin: auto;
}
.main-section-2,.main-section-3{
    width: 100%;
}
.main-section-3{
    background: linear-gradient(180deg, #f3faff 0, #fbfdff 100%) no-repeat padding-box;
    background-repeat: no-repeat;
    height: auto;
}
.sub-left-section ul li {
    font-size: clamp(20px, 3vw, 30px);
}

.sub-right-section ul li {
    font-size: clamp(20px, 3vw, 30px);
}

.high-light{
    color: #0f5f9c;
}
.sections {
    margin: auto;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 4rem !important;
    margin-top: 4rem;
    gap: 10rem;
}
.image-section img{
    width: 50%;
    height: auto;
}

.integration-section {
    background: transparent linear-gradient(180deg, #F3FAFF 0%, #FBFDFF 100%) 0% 0% no-repeat padding-box;
    padding: clamp(2rem, 5vw, 4rem);
}

.our-integrations-container {
    max-width: 85%;
    margin: 0 auto;
}

.integration-heading {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 600;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.integrations-grid {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: repeat(4, auto);
    /* column-gap: clamp(1rem, 3vw, 2rem); */
    row-gap: clamp(1rem, 2vw, 1.5rem);
    align-items: center;
    position: relative;
}

/* Left logos */
.logo-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-cell img {
    width: clamp(110px, 15vw, 180px);

    height: auto;
}

/* Middle text boxes */
.text-cell {
    background-color: white;
    padding: 2.5rem 1.75rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: clamp(18px, 1.5vw + 0.5rem, 23px);
    line-height: 1.5;
}
.text-cell:hover {
    background-color: #105f9b14 !important;
}
/* Right image that spans 4 rows */
.tail-image-column {
    grid-column: 3 / 4;
    grid-row: 1 / span 4;
    /* background-image: url("../images/marketing/BixoHighliter.webp"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1100px) {
    .integrations-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .logo-cell,
    .text-cell {
        justify-content: center;
        text-align: center;
    }

    .text-cell {
        padding: 1.5rem 1rem;
        font-size: 1rem;
    }

    .logo-cell img {
        max-width: 140px;
    }

    .tail-image-column {
        display: none;
    }
}

.svg-button,
.linkedIn-Link a {
    text-decoration: none
}

.platform h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 39px);
    padding-top: 2rem;
}

.platform p {
    font-size: clamp(18px, 2.2vw, 23px);

    color: #5A627A;
}

.video-section {
    display: none
}

.video-section.active {
    display: block
}

.image-section img {
    width: 75%;
    height: auto
}

.arrow,
.step {
    cursor: pointer
}

body {
    overflow-x: hidden
}
.main-section-1{
    width: 100%;
}
.first-section,.mini-container-1,.mini-container-2,.mini-container-3,.platform,.container-1,.testimonial-wrapper,.security-section,.integration-section,.bixo-steps{
    width: 85%;
    margin: auto;
}
.main-section-1{
    background-image: url('../images/marketing/main-background.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
}

.mini-footer {
    margin-top: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* .page-header .header-content-container {
    flex-wrap: nowrap;
    margin-left: 140px;
    margin-right: 140px
} */


.first-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin: auto;
    margin-bottom: 3.3rem;
    margin-top: 6rem;
}

.image-section,
.left-section,
.right-section {
    width: 50%
}

.first-section .left-section h1 {
    /* font-size: 65px !important; */
    color: #19191a
}

.first-section .left-section p {
    font-size: clamp(20px, 3vw, 26px);
    color: #19191a;
    text-align: start;
    /* margin: 12px; */
    line-height: clamp(1.8rem, 5vw, 3rem);

}

.featured-section h2,
.featured-section p,
.header,
.security-section,
.testimonial-section,
p {
    text-align: center
}

.first-section .left-section .feature-list li {
    display: flex;
    flex-direction: row
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto
}

.container-1 .image-section img,
.right-section {
    margin-left: 1rem
}

video {
    margin-top: 15%;
    border-radius: 8px;
}




.featured-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e1e2f;
    margin-bottom: 12px
}

.featured-section p {
    font-size: 16px;
    color: #8c94a3;
    margin-bottom: 32px
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
    flex-wrap: wrap
}

.logo-container img {
    height: 40px;
    opacity: .7;
    transition: opacity .3s
}

.logo-container img:hover {
    opacity: 1
}


.mini-container-1 .sections {
    padding-bottom: 5% !important
}


.mini-container-2 .sections,
.mini-container-3 .sections {
    padding-top: 5%;
    padding-bottom: 5%
}

.mini-container-1 .header1 h2 {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    font-size: clamp(28px, 5vw, 48px) !important;
    text-align: center;
    padding-top: 3rem;

}

.mini-container-1 .sections .content-section,
.mini-container-3 .sections .content-section {
    width: 50%;
}

.mini-container-2 .sections .content-section {
    width: 50%;
}

.content-section h3 {
    text-align: left;
    color: #0f5f9c;
    font-size: clamp(24px, 4vw, 40px);
}

.content-section p {
    text-align: left;
    color: #33475b;
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: clamp(1.8rem, 5vw, 3rem);

    background: 0 0;
    padding: 0
}

.page-header__actions {
    background: inherit;
    background-repeat: no-repeat
}

.page-header__actions .signup-demo-buttons {
    margin-top: 0.7rem;
    text-align: left;
    list-style: none;
    background: 0 0;
    padding: 0;
}

.page-header__actions .signup-demo-buttons a {
    text-decoration: none;
    padding: 0.7rem 2.5rem
}

.page-header__actions .signup-demo-buttons a:hover {
    background-color: #19191a
}

.mini-container-2 {
    height: auto;
    background-color: #fff
}

.mini-container-3 {
    background: linear-gradient(180deg, #f3faff 0, #fbfdff 100%) no-repeat padding-box;
    background-repeat: no-repeat
}

.container-1 {
    background-color: #fff
}

.sections .left-section {
    flex: 1 1 300px;
    padding: 1.5rem;
    padding-top: 0rem;
    border-radius: 20px;
    background: #f3f6fb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    color: #1e2b3b;
    /* margin-left: 10% */
}

.sections .left-section .sub-left-section,
.sections .right-section,
.sections .right-section .sub-right-section {
    padding: 1.5rem;
    padding-top: 0rem;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 20px
}

.container-1 .sections .left-section h3 {
    font-size: clamp(22px, 3.5vw, 35px) !important;

    color: #718093
}

.container-1 .sections .right-section h3 {
    font-size: clamp(22px, 3.5vw, 35px) !important;
    color: #fff
}

.sections .right-section {
    flex: 1 1 300px;
    background: linear-gradient(90deg, #0886e5 0, #006cbe 62%, #105f9b 100%);
    color: #fff;
    /* margin-right: 10% */
}

.sections .left-section .sub-left-section {
    flex: 1 1 300px;
    color: #1e2b3b
}

.sections .right-section .sub-right-section {
    flex: 1 1 300px;
    color: #252f4a;
    display: flex;
}

.sections .left-section h3,
.sections .right-section h3 {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 600
}

.sections .left-section ul {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    flex-grow: 1;
}

.sections .left-section ul,
.sections .right-section ul {

    list-style: none;
    padding: 0
}

.sections .left-section li,
.sections .right-section li {
    display: flex;
    align-items: flex-start;
    margin: .75rem 0;
    font-size: 25px;
    line-height: 1.5;
    gap: 0.7rem;
}

.testimonial-section {
    padding: 60px 20px;
    background: linear-gradient(180deg, #f3faff 0, #fbfdff 100%)
}

.testimonial-section h2 {
    font-size: clamp(30px, 5.5vw, 53px);
    margin-bottom: 40px
}

.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 85%;
    margin: 0 auto
}

.slider-track {
    display: flex;
    transition: transform .6s
}

.testimonial {
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.bixo-steps,
.integration-section,
.security-section {
    padding: 40px 20px;
}

.profile-img {
    width: clamp(80px, 30vw, 200px);
    border-radius: 50%;
    object-fit: cover;
    max-width: 100%;
    height: auto
}

.testimonial-content {
    background-image: url('../images/marketing/quote.webp');
    background-repeat: no-repeat;
    background-size: clamp(50px, 10vw, 97px);
    text-align: left !important;
    margin-right: clamp(1rem, 3vw, 2rem);
    padding-left: clamp(1rem, 3vw, 2rem)
}

.testimonial-content h3 {
    padding-left: clamp(.5rem, 2vw, 3%);
    font-size: clamp(20px, 2.5vw, 32px);
    margin-bottom: clamp(.5rem, 1.5vw, 10px)
}

.testimonial-content p {
    font-size: clamp(18px, 2.5vw, 30px);
    line-height: clamp(1.8rem, 5vw, 3rem);

    padding-left: clamp(.5rem, 2vw, 3%);
    text-align: left
}


.author {
    margin-top: clamp(8px, 1.5vw, 20px);
    margin-left: clamp(1rem, 5vw, 8rem);
    width: clamp(320px, 60vw, 715px);
    height: auto
}

.authour-name {
    font-size: clamp(18px, 2.5vw, 27px);
    color: #19191a
}

.linkedIn-Link {
    font-size: clamp(14px, 1.5vw, 16px)
}

.role {
    color: #777;
    font-size: clamp(.8rem, 1.2vw, 1.4rem)
}

.stars {
    color: #f9b017;
    font-size: 1rem;
    margin-top: 5px
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ddebf7;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
    z-index: 10;
    transition: background .3s
}

.arrow:hover {
    background: #c7dbef
}

.arrow.left {
    left: 0
}

.arrow.right {
    right: 0
}

.security-section .badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 20px;
    flex-direction: row !important;
}

.security-section .badges img {
    width: 120px;
    height: 120px;
    object-fit: contain
}

.security-section h2 {
    font-size: clamp(28px, 5vw, 48px);
    color: #1e2a3a;
    margin-bottom: .5rem
}

.security-section h3 {
    font-size: clamp(18px, 2.4vw, 26px);

    font-weight: 600;
    color: #1e2a3a;
    margin-bottom: 20px
}

.bixo-steps h2,
.our-integrations-container h3 {
    font-size: clamp(30px, 5.5vw, 53px);

}


.security-section .description {
    max-width: 700px;
    margin: 0 auto 0px;
    color: #66788a;
    font-size: clamp(16px, 2vw, 24px);

    line-height: clamp(1.8rem, 5vw, 3rem);

}

.security-section .svg-button {
    background-color: #0074d9;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background .3s
}

.security-section .svg-button:hover {
    background-color: #005fa3
}

.subtext {
    margin-top: 0px;
    font-size: 24px;
    color: #1e2a3a;
    /* margin-bottom: 3rem; */
}

.first-section .left-section h1 {
        margin-top: 5rem !important;
    }


.step p,
.svg-text-overlay p {
    background-color: transparent
}

.integrations-border-line div {
    font-size: 53px;
    width: 30%
}

.bixo-steps {
    max-width: 85%;
    margin: 0 auto
}

.bixo-steps h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px
}

.step h3 {
    margin: 0 0 6px;
    font-size: clamp(20px, 3.2vw, 32px);
    font-weight: 600
}

.step p {
    margin: 0;
    color: #4E5D73;
    padding: 0;
    font-size: clamp(16px, 2vw, 20px);

    text-align: left
}

.step.active,
.step:hover {
    background-color: #f0f7ff;
    border-radius: 6px;
    transition: background .3s
}

.viedo-section {
    width: 45%;
    padding-left: 10%
}

.viedo-section video {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    margin-top: 0 !important
}

.progress-line {
    position: absolute;
    left: -2px;
    width: 4px;
    height: 130px;
    background: #3b82f6;
    border-radius: 2px;
    transition: top .3s
}

.step,
.steps-list,
.svg-text-overlay {
    position: relative
}

.steps-list {
    border-left: 2px solid #d0d7de;
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column
}

.step {
    height: 90px;
    padding: 20px 0 20px 20px;
    display: flex;
    flex-direction: column
}

.svg-text-overlay {
    margin-bottom: 5% !important;
    /* margin-left: 10%;
    margin-right: 10%; */
    background-image: url('../images/blogImages/TryForFree.webp');
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
    color: #fff;
    text-align: center;
    border-radius: 15px
}

.svg-text-overlay h2 {
    font-size: clamp(24px, 3.5vw, 35px) !important;

}

.svg-text-overlay p {
    margin: 0;
    font-size: clamp(20px, 3vw, 29px) !important;

}

.svg-button,
.text-overlay p {
    font-size: 1.4rem
}

.svg-text-overlay h2,
.svg-text-overlay p {
    color: #fff;
    margin-bottom: 1rem
}

.svg-button {
    display: inline-block;
    background-color: #fff;
    color: #105f9b;
    font-weight: 700;
    padding: 0.8rem 2.9rem;
    border-radius: 8px;
    transition: background .3s, color .3s, box-shadow .3s;
    margin-top: 1rem;
    box-shadow: none
}

.svg-button:hover {
    background-color: #fff;
    color: #0a4e85;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, .7)
}

@media (max-width:1200px) {}

@media (max-width:992px) {
    .first-section {
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
       
    }

    .content-section,
    .image-section,
    .left-section,
    .right-section {
        width: 106%;
        margin: 0
    }

    .page-header .header-content-container {
    width: 91.5% !important;
    }

    .image-section{
        text-align: center !important;
    }
    .testimonial-content {
        text-align: center !important;
        margin-right: 23px !important;
    }
    .arrow-icon {
    width: 75px !important;
    height: 68px !important;
    }
    .arrow.left:hover .arrow-icon-left {
    transform: translateX(-6px) !important; /* move left on hover */
    }
    .arrow.right:hover .arrow-icon-right {
    transform: translateX(6px) !important; /* move right on hover */
    }
        .badge1 {
        width: 150px !important;
    }
        .quality-choiceaward {
        width: 70px !important;
    }
    .happiest-award {
        width: 70px !important;
    }
}

@media (max-width:576px) {
.tickmark-alignment{
    top: 0rem;
}
    .mini-footer p {
    margin-bottom: 1rem !important;
}

    .sections .left-section li, .sections .right-section li {
    font-size: 14px;
    }
    .arrow-icon {
    width: 30px !important;
    height: 37px !important;
    }
    .featured-section h2 {
        font-size: 22px !important
    }


    .slider-container {
        padding: 0 1rem
    }

    .viedo-section video {
        width: 208% !important;
        margin: 0 !important;
        margin-right: -70% !important;

    }

}

@media (max-width:992px) {
    .image-section img {
    width: 100%;
    }
    .container-1 .sections {
        flex-direction: column;
        margin-bottom: 3rem;
        gap: 2rem;
    }
    .mini-container-1 .sections {
        flex-direction: column-reverse;
        margin-bottom: 3rem;
        gap: 2rem;
    }
    .mini-container-2 .sections {
        flex-direction: column;
        margin-bottom: 3rem;
        gap: 2rem;
    }
    .mini-container-3 .sections {
        flex-direction: column-reverse;
        margin-bottom: 3rem;
        gap: 2rem;
    }

    .steps-flexx {
        flex-direction: column !important
    }

    .step {
        padding-left: 15px;
        height: 120px
    }

    .subtext {
    margin-bottom: 0rem !important;
    }
    .mini-footer {
        gap: 0.2rem;
    }
    .progress-line {
        height: 160px;
    }

    .viedo-section video {
        width: 175%;
        margin: auto;
        margin-top: 10% !important;

    }

    .image-section,
    .mini-container-1 .sections .content-section,
    .mini-container-2 .sections .content-section,
    .mini-container-3 .sections .content-section {
        width: 80%;
        margin: 0 auto
    }

    .mini-container-1 .sections .image-section,
    .mini-container-2 .sections .image-section,
    .mini-container-3 .sections .image-section {
        margin: 2rem auto
    }

    .header {
        width: 90%;
        margin: 0 auto
    }

}

@media (max-width:576px) {
        .text-cell {
        font-size: clamp(16px, 1.5vw + 0.5rem, 16px) !important;
        margin-left: 0 !important;
    }
    .svg-button {
    padding: 0.5rem 0.9rem;
    }
    .svg-button, .text-overlay p {
    font-size: 0.9rem;
    }
    .mini-container-1 .sections {
        flex-direction: column-reverse;
        padding: 1rem;
        margin-bottom: 0rem !important;
        gap: 0rem !important;
    }
    .mini-container-2 .sections {
        flex-direction: column;
        padding: 1rem;
        margin-bottom: 0rem !important;
        gap: 0rem !important;
    }
    .mini-container-3 .sections {
        flex-direction: column-reverse;
        padding: 1rem;
        margin-bottom: 0rem !important;
        gap: 0rem !important;
    }

    .first-section .left-section h1 {
        width: 120% !important;
        margin-top: 0 !important;
    }

    .first-section .left-section p {
        width: 120% !important;
    }

    video {
        margin-top: 0% !important;
        width: 124%;
    }

    .security-section .subtext {
        margin-top: 16px;
        font-size: clamp(1.2rem, 2.8vw, 1.75rem);;
        color: #111;
    }

    .image-section,
    .mini-container-1 .sections .content-section,
    .mini-container-2 .sections .content-section,
    .mini-container-3 .sections .content-section {
        width: 85%;
        margin: 1rem auto;
        padding: 0 1rem;
        margin: 0;
        padding: 0;
    }

    .mini-container-1 .header {
        text-align: center;
        width: 100%
    }

    .content-section h3 {
        text-align: center
    }

    .content-section p {
        /* font-size: 16px !important; */
        text-align: center
    }

    .image-section img,
    .image-section video {
        width: 100% !important;
        /* margin-left: -5%; */
        height: auto !important;
    }
    .sections {
    margin-top: 0rem !important;
    padding: 0;
}
.arrow-icon-right {
    margin-left: 0% !important;
}
.arrow-icon-right {
    font-size: 2rem !important;
}
.arrow-icon-left {
    font-size: 2rem !important;
}
.arrow-icon-left {
    margin-left: 0% !important;
}
    .testimonial-content {
        width: 210px;
        text-align: center !important;
        margin-left: 0;
        background-size: 54px 54px
    }

    .author {
        margin-left: 0;
        text-align: left
    }







    .feature-list img {
        height: 20px !important;
        margin-top: 1rem;
    }

    .logo-container img {
        height: 30px;
        opacity: .7;
        transition: opacity .3s
    }

    .sections .left-section {
        margin-left: 0
    }

    .sections .right-section {
        margin-right: 0
    }

    .container {
        margin-bottom: 0
    }

    .building_box li img {
        max-width: 100px !important;
        width: 24px !important;
        height: 24px !important
    }
}

@media (max-width:1440px) {
    video {
    margin-top: 25% !important;
}
 .testimonial-content{
        text-align: center !important;
    }

}
@media (max-width:1500px) {
 .testimonial-content{
        text-align: center !important;
    }
    .author {
        margin-left: 0;
    }
}

@media (max-width:1024px) {
    .bixo-steps {
        padding: 50px 20px
    }



    .steps-list {
        width: 70%;
        margin: 0 auto
    }

}

@media (max-width:768px) {
    .bixo-steps {
        padding: 40px 15px
    }



    .steps-list {
        width: 90% !important;
        border-left: 2px solid #d0d7de
    }

}

@media (max-width:480px) {
    .bixo-steps {
        padding: 30px 10px
    }

    .bixo-steps h2 {
        margin-bottom: 30px
    }

    .steps-list {
        width: 100% !important;
        border-left: 2px solid #d0d7de
    }

    .step {
        padding-left: 15px;
        height: 87px;
    }


    .progress-line {
        height: 127px;
        width: 3px;
        left: -1.5px
    }
}


@media (max-width:990px) {
    .sections .left-section {
        margin-left: 0
    }

    .sections .right-section {
        margin-right: 0
    }
}
@media (max-width:426px) {
    .our-integrations-content,
    .testimonial {
    flex-direction: column !important;
    }
}


/* ==========  GLOBAL  ========== */
body {
    margin: 0;
    font-family: "Inter", system-ui, Arial, sans-serif;
    /* background: #f3faff; */
    /* very light blue */
    color: #111;
}

/* ==========  SECTION & HEADING  ========== */
.testimonial-section {
    max-width: 85%;
    margin-inline: auto;
    padding: 4rem 1rem;
}

.testimonial-section h2 {
    font-size: clamp(28px, 4vw, 53px);

    font-weight: 700;
    text-align: center;
    margin: 0 0 3rem;
    max-width: 85%;
    margin: auto;
}

/* ==========  SLIDER SHELL  ========== */
.slider-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.arrow {
    flex: 0 0 48px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #dde8f3;
    font-size: 1.5rem;
    line-height: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}


.arrow-icon-right {
  font-size: 3.5rem;
  margin-left: -140%;
  color: black;
  display: inline-block;
  transition: transform 0.3s ease;
}
.arrow-icon-left {
  font-size: 3.5rem;
  margin-left: 140%;
  color: black;
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow.right:hover .arrow-icon-left {
  transform: translateX(6px); /* move right on hover */
}

.arrow.left:hover .arrow-icon-left {
  transform: translateX(-6px); /* move left on hover */
}
.arrow.right:hover .arrow-icon-right {
  transform: translateX(6px); /* move right on hover */
}

.arrow.left:hover .arrow-icon-right {
  transform: translateX(-6px); /* move left on hover */
}

.arrow:hover {
  background-color: #cfddea; /* darker shade on hover */
}
/* ==========  TRACK & SLIDES  ========== */
.slider-track {
    /* overflow: hidden; */
    flex: 1 1 0;
}

.slider-track>.testimonial {
    flex: 0 0 100%;
    /* one full‑width slide */
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2rem max(2vw, 1rem);
    box-sizing: border-box;
    transition: opacity .4s ease;
    /* fades while sliding */
}

.slider-track {
    display: flex;
    transition: transform .6s ease;
}

/* ==========  AUTHOR BLOCK  ========== */
.author {
    flex-shrink: 0;
    text-align: center;
    max-width: 220px;
}

.profile-img {
    width: 160px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.authour-name {
    margin: .8rem 0 .2rem;
}

.role {
    color: #556;
}

.linkedIn-Link a {
    font-size: 1.2rem;
    color: #1a66c4;
    text-decoration: none;
    word-break: break-all;
}

.stars {
    margin-top: .3rem;
    font-size: 1.1rem;
    color: #f5b000;
}

/* ==========  QUOTE CONTENT  ========== */
.testimonial-content h3 {
    margin: 0 0 .6rem;
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
}

.testimonial-content p {
    margin: 0;
    text-align: justify;
    line-height: 1.55;
    max-width: clamp(320px, 85vw, 1050px);


}

/* ==========  RESPONSIVE ADJUSTMENTS  ========== */

@media (max-width: 1024px) {
    .testimonial-section {
        padding: 3rem 1rem;
    }

    .slider-track>.testimonial {
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .testimonial-content h3 {
        font-size: 1.1rem;
    }

    .testimonial-content p {
        font-size: 0.95rem;
    }

    .testimonial-content p {

        max-width: 600px;
    }
}

@media (max-width: 1468px) {
    .slider-container {
        flex-direction: column;
        gap: 2rem;
    }

    .arrow {
        order: -1;
        /* Move arrows to top on mobile */
    }

    .slider-track {
        flex: 1 1 100%;
        /* overflow: hidden; */
        width: 110%;
    }

    .testimonial-content p {

        max-width: 800px;
    }

    .slider-track>.testimonial {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem 1rem;
    }
   
    

    .testimonial-content p {
        text-align: center;
        font-size: 0.95rem;
        max-width: 100%;
    }

    .profile-img {
        width: 120px;
    }

    .testimonial-content h3 {
        font-size: 1.1rem;
    }

    .authour-name {
        font-size: 1rem;
    }

    .role {
        font-size: 0.85rem;
    }

    .stars {
        font-size: 1rem;
    }
}

@media (max-width:2200px) {
    .testimonial-content p {
        max-width: clamp(320px, 80vw, 900px) !important;

    }
}

@media (max-width:1950px) {
    .testimonial-content p {
        max-width: clamp(320px, 80vw, 750px) !important;

    }
}

@media (max-width:1700px) {
    .testimonial-content p {
        max-width: clamp(320px, 80vw, 600px) !important;

    }
}

@media (max-width: 480px) {
    .testimonial-section {
        padding: 2rem 1rem;
    }

    .slider-track>.testimonial {
        padding: 1.5rem 0.5rem;
    }

    .testimonial-content p {
        font-size: 0.9rem;
    }

    .arrow {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

   
}

@media (min-width:2560px) {
    .logo-cell img {
    margin-right: 30px;
}
.slider-container {
    max-width: 50% !important;
}
    .image-section img {
            width: 100%;
            height: auto;
        }
    .first-section{
        margin-top: 140px !important;
    }
    .sub-container {
    width: 50% !important;
}
    .page-header .header-content-container {
    width: 50% !important;
    }
    .first-section,.mini-container-1,.mini-container-2,.mini-container-3,.platform,.container-1,.testimonial-wrapper,.security-section,.integration-section,.bixo-steps{
        width: 50%;
        margin: auto;
    }

    .sections {
        justify-content: space-between;
    }

    .mini-container-2 .sections,
    .mini-container-3 .sections {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .testimonial-content p {
        max-width: clamp(320px, 85vw, 440px);
    }
    .certification-logo {
    width: 60px !important;
}
.footer-col-header {
    font-size: 2.1rem !important;
}
.footer-column ul li{
    font-size: 1.4rem;
}
.logo-content {
    font-size: 1.4rem;
}
.mobile-number ul li {
    font-size: 1.45rem;
}
.mail-id ul li {
    font-size: 1.45rem;
}
.term-conditions {
    font-size: 1.4875rem;
}
.media-text {
    font-size: 1.425rem;
}
.badges-devices {
    display: flex;
    gap: 3rem !important;
}

/* .first-section .left-section h1 {
    font-size: 40px !important;
}
.first-section .left-section p {
    font-size: clamp(20px, 3vw, 20px) !important;
}
.platform h2 {
    font-size: clamp(24px, 4vw, 30px);
} */
}


@media (min-width:3560px) {
    .slider-container {
    max-width: 45% !important;
}
    .sub-container {
    width: 45% !important;
}
    .page-header .header-content-container {
    width: 45% !important;
    }
    .first-section,.mini-container-1,.mini-container-2,.mini-container-3,.platform,.container-1,.testimonial-wrapper,.security-section,.integration-section,.bixo-steps{
    width: 45%;
    margin: auto;
    }

    .sections {
        justify-content: space-between;
    }
    
    .testimonial-content p {
        max-width: clamp(320px, 85vw, 650px);
    }
    
}

@media (min-width:4000px) {
    
    .slider-container {
        max-width: 40% !important;
    }

    .first-section {
        margin-top: 210px !important;
    }

    .sub-container {
        width: 40% !important;
    }

    .page-header .header-content-container {
        width: 40% !important;
    }

    .first-section,
    .mini-container-1,
    .mini-container-2,
    .mini-container-3,
    .platform,
    .container-1,
    .testimonial-wrapper,
    .security-section,
    .integration-section,
    .bixo-steps {
        width: 40%;
        margin: auto;
    }

    .sections {
        gap: 2rem !important;

        justify-content: space-between;
    }

    .testimonial-content p {
        max-width: clamp(320px, 85vw, 450px);
    }

    .certification-logo {
        width: 70px;
    }

    .viedo-section {
        width: 25% !important;
    }

    /* .first-section .left-section h1{
    font-size: clamp(32px, 6vw, 40px) !important;
    line-height: 3rem;
}
.content-section,p {
    font-size: clamp(20px, 3vw, 20px) !important;
    line-height: 2.5rem !important;
} */
    ul,
    li {
        font-size: clamp(20px, 3vw, 34px) !important;
        line-height: 2rem !important;
    }

    .mini-container-1 .header1 h2 {
        font-size: clamp(28px, 5vw, 55px) !important;
    }

    .content-section h3 {
        font-size: clamp(24px, 4vw, 38px);
    }

    .client-heading {
        font-size: clamp(30px, 5.3vw, 55px);
    }

    .container-1 .sections .left-section h3 {
        font-size: clamp(22px, 3.5vw, 42px) !important;
    }

    .container-1 .sections .right-section h3 {
        font-size: clamp(22px, 3.5vw, 42px) !important;
    }

    .testimonial-section h2 {
        font-size: clamp(30px, 5.5vw, 65px) !important;
    }

    .security-section h2 {
        font-size: clamp(28px, 5vw, 38px) !important;
    }

    .security-section h3 {
        font-size: clamp(18px, 2.4vw, 35px);
    }

    .bixo-steps h2,
    .our-integrations-container h3 {
        font-size: clamp(30px, 5.5vw, 55px) !important;
    }

    .step h3 {
        font-size: clamp(20px, 3.2vw, 40px);
    }

    .svg-text-overlay p {
        font-size: clamp(20px, 3vw, 35px) !important;
    }

    .svg-button,
    .text-overlay p {
        font-size: 1.2rem !important;
    }

    .testimonial-content h3 {
        font-size: clamp(18px, 2.5vw, 45px) !important;
    }
    h2{
        font-size: 55px !important;
    }
    p {
        font-size: 38px !important;
    }
    .step p {
        font-size: 28px !important;
    }
    .viedo-section {
        padding-left: 24% !important;
    }
}


@media (max-width:1200px) {
    .text-cell {
        background-color: white;
        padding: 3.25rem 1.75rem;
        border-radius: 0.75rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        font-size: clamp(0.95rem, 1.1vw, 1.05rem);
        line-height: 1.5;
    }
}
@media (min-width:4500px) {
    .viedo-section {
    width: 30% !important;
}
}
@media (min-width:5500px) {
    .testimonial-content p {
        max-width: clamp(320px, 85vw, 1160px);
    }
    .image-section, .left-section, .right-section {
        width: 35% !important;
    }
}
@media (min-width:6500px) {
    .testimonial-content p {
        max-width: clamp(320px, 85vw, 1500px);
    }
}
@media (max-width:1200px) {
    .text-cell {
        background-color: white;
        padding: 3.25rem 1.75rem;
        border-radius: 0.75rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        font-size: clamp(0.95rem, 1.1vw, 1.05rem);
        line-height: 1.5;
    }
    
}

@media (max-width: 900px) {
    .testimonial-content h3 {
        font-size: 0.9rem;
    }
    .testimonial-content p {
        max-width: clamp(320px, 80vw, 400px) !important;
    }
}
@media (min-width:5000px) {
    
.viedo-section {
    width: 30% !important;
}
}
@media (min-width:2100px) {
    
.viedo-section {
    width: 30% !important;
}
}

/* RemovedInlinecss */
.first-section .left-section h1{
    margin-bottom:20px;
}
.dropdown-wrapper.auto-height {
    height: auto;
}
.page-header {
    color: white !important;
    font-size: 1.2rem !important;
}
.first-section .left-section p {
    margin-bottom: 16px !important;
}

.first-section .left-section .feature-list p {
    margin-bottom: 12px !important;
}

.first-section .right-section {
    display: flex !important;
}
.main-section{
    background: #FFFFFF;
    padding: 0;
}

.client-heading {
    font-size: clamp(30px, 5.3vw, 53px); 
    margin-bottom: 1.5rem !important;
}

.testimonial-wrapper{
     width: 100% !important;
    background: transparent linear-gradient(180deg, #F3FAFF 0%, #FBFDFF 100%) 0% 0% no-repeat padding-box !important;
}

.security-div{
    max-width: 92%; 
    margin: auto;
}

.mini-footer .signup-demo-buttons {
    text-align: center;
}

.tail-image-column{
    margin-left: -4%;
}

.steps-flexx{
    display: flex;
    flex-direction: row;
    margin-bottom: 10%;
    justify-content: space-between;
}

.step.active {
    display: flex; 
    flex-direction: column;
}

.viedo-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.svg-text-overlay{
    /* width: 85%;  */
    margin: auto;
}

mask{
    mask-type: luminance;
}

.arrow-icon-circle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
}

.arrow-icon {
    width: 75px;
    height: 75px;
}


@media (max-width:1250px) {
.logo-container {
    gap: 40px;
}
}


@media (min-width: 992px) and (max-width: 1500px) {
  .first-section .left-section h1{
    font-size: clamp(32px, 6vw, 40px) !important;
    line-height: 3rem;
}
.subtext {
    margin-bottom: 0rem !important;
}
.mini-footer {
    gap: 0;
}
.content-section,p {
    font-size: clamp(15px, 3vw, 15px);
    line-height: 2.5rem !important;
}
.alignment-icons {
    margin-bottom: 9px;
}
ul,li {
    font-size: clamp(20px, 3vw, 20px) !important;
    line-height: 2rem !important;
}
.platform h2 {
    font-size: clamp(24px, 4vw, 33px) !important;
}
.mini-container-1 .header1 h2 {
    font-size: clamp(28px, 5vw, 40px) !important;
}
.content-section h3 {
    font-size: clamp(24px, 4vw, 28px);
}
.client-heading {
    font-size: clamp(30px, 5.3vw, 40px);
}
.container-1 .sections .left-section h3 {
    font-size: clamp(22px, 3.5vw, 30px) !important;
}
.container-1 .sections .right-section h3 {
    font-size: clamp(22px, 3.5vw, 30px) !important;
}
.testimonial-section h2 {
    font-size: clamp(30px, 5.5vw, 40px) !important;
}
.security-section h2 {
    font-size: clamp(28px, 5vw, 28px) !important;
}
.security-section h3 {
    font-size: clamp(18px, 2.4vw, 20px);
}
.bixo-steps h2, .our-integrations-container h3 {
    font-size: clamp(30px, 5.5vw, 40px) !important;
}
.step h3 {
    font-size: clamp(20px, 3.2vw, 28px);
}
.svg-text-overlay p {
    font-size: clamp(20px, 3vw, 20px) !important;
}
.svg-button, .text-overlay p {
    font-size: 1.2rem !important;
}
}

@media (min-width: 700px) and (max-width: 900px){

}

@media (max-width: 1600px){
    .text-cell {
    padding: 1.9rem 1.75rem;
    font-size: clamp(18px, 1.5vw + 0.5rem, 20px);
    line-height: 1.5;
    margin-left: 1rem;
}
}

@media (max-width: 1200px){
    .text-cell {
        padding: 1rem 1.75rem;
        font-size: clamp(18px, 1.5vw + 0.5rem, 17px);
        line-height: 1.5;
        margin-left: 1.2rem;
    }
}

@media (min-width: 2100px){
    .right-section {
    width: 35%;
}
}

@media (min-width:6000px) {
    video {
    margin-top: 3% !important;
}
}
@media (max-width:426px) {
.left-section .btn.color-freesignup {
margin-left: 2.9rem;
}
}

@media (max-width: 576px) {
    .content-section, .image-section, .left-section, .right-section {
        width: 92%;
        margin: 0;
    }
    .left-section, .right-section{
        width: 85%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px){
    .image-section img {
    width: 87% !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
 .image-section img {
    width: 100% !important;
    }
}
@media (min-width: 420px) and (max-width: 430px){
 .signup-demo-buttons{
    width: 110%;
 }
}
@media (min-width: 2540px){
    .sections .left-section ul, .sections .right-section ul {
        list-style: none;
        padding: 17px !important;
    }
}