.features {
  padding: 4rem 1.3rem;
  background: #fff;
  font-family: "Inter", sans-serif;
  width: 85%;
  margin: auto;
}
.main-section-2 .container-1 .sections{
    gap: 3rem !important;
    align-items: stretch;
}
.features .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.features h2 {
  font-size: clamp(28px, 5vw, 48px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #1f2937;
}

.features .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.page-header ul {
    padding-left: clamp(16px, 5vw, 52px);
}
.features .card {
  background: #f9fbfd;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.features .icon {
  font-size: 2rem;
  color: #0057c2;
  margin-bottom: 1rem;
}

.features h3 {
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 600;
  color: #0057c2;
  margin-bottom: 0.75rem;
}

.features p {
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: 1.5;
  color: #4b5563;
  text-align: left;
}

.features .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: auto;
}

.tickmark-alignment {
    position: relative;
    top: 0.5rem;
 }
 .first-section h1{
    font-size: clamp(32px, 6vw, 55px) !important; 
    margin: auto !important; 
    font-weight: bold !important;
 }
 .first-section p{
    margin: 0;
 }
.feature-list p{
    margin-top: 13px; 
    margin-left: 9px;
}
.main-section-3 .image-section{
    text-align: left;
}
.main-section-2 .container-1 .sections{
    gap: 3rem !important; 
    align-items: stretch;
}
.main-section-2 .container-1 .sections ul{
    display: flex; 
    flex-direction: column; 
    margin: 0;
}

@media (min-width: 1023px) and (max-width: 1919px) {
    .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;
}


a.footer-redirection {
  display: inline-block !important;
  min-width: 48px !important;
  min-height: 48px !important;
  color: inherit !important;
  line-height: 1.4 !important;
  border-radius: 4px !important; 
}


.sub-container {
    width: 85% !important;
}

@media (min-width: 731px) and (max-width: 900px) {
    .mail-id ul {
        gap: 1rem !important;
    }
    .btn.color-freesignup {
        padding: 0.5rem 1.3rem !important;
    }
}

@media (min-width: 374px) and (max-width: 730px) {
    .mail-id ul {
        gap: 0.7rem !important;
    }
    
}

.page-header .header-content-container {
    width: 85.5% !important;
}


@media (max-width: 767px) {
     .arrow-icon-testimonial {
    width: 50px !important;
    height: 50px !important;
}
    .steps-list {
        width: 90% !important;
        border-left: 2px solid #d0d7de
    }
    .btn.color-freesignup {
        border-radius: 0.6rem;
        padding: 0.5rem 1.3rem !important;
    }
    .mini-footer {
        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;
    }


    .page-header__actions .signup-demo-buttons {
        text-align: center !important;
    }


    .mini-footer p {
        font-size: clamp(1.2rem, 2.8vw, 1.75rem);
        margin: 0;
        color: #111;
        margin-bottom: 2rem;
    }
}
@media (min-width: 731px) and (max-width: 899px) {
    .sub-container {
    width: 650px !important;
  }
  .footer-logo {
        width: 29% !important;
    }

  .devices {
    gap: 52px !important;
  }

  .footer-logo {
    margin-right: 0px !important;
  }

  .badges {
    gap: 100px !important;
  }
}


.container {
    width: 100%;
    margin: auto;
}

.main-section-2,
.main-section-3 {
    width: 100%;
}

.main-section-3 {
    background: #f3faff;
    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 {
    display: flex;
    align-items: center;
    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);
    row-gap: clamp(1rem, 2vw, 1.5rem);
    align-items: center;
    position: relative;
}

.logo-cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-cell img {
    width: clamp(110px, 15vw, 180px);

    height: auto;
}

.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;
}

.tail-image-column {
    grid-column: 3 / 4;
    grid-row: 1 / span 4;
    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/use-case-images/IT_Manager_UseCase_Background.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    font-family: "Inter", sans-serif;
}

.mini-footer {
    margin-top: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}


.main-section-1 .right-section img {
    width: 80%;
    height: 80%;
    margin: auto;
}

.first-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
    max-width: 85%;
    margin: 236px auto;
}

.main-section-1 .content p {
    font-size: clamp(18px, 2.5vw, 25px);
    text-align: left;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.main-section-1 .btn {
    display: inline-block;
    background: #0057c2;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.main-section-1 .btn:hover {
    background: #004399;
}

.image {
    text-align: -webkit-right;
}

.first-section .content h1 {
    font-size: clamp(28px, 5vw, 52px);
}

.main-section-1 .image img {
    width: 75%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .features .grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .main-section-1 .first-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .main-section-1 .content {
        order: 1;
    }

    .main-section-1 .image {
        order: 2;
    }

    .main-section-1 .content h2 {
        font-size: 1.75rem;
    }

    .main-section-1 .content p {
        text-align: center;
    }
    .first-section {
    margin: 149px auto;
}
}

@media (max-width: 576px) {
    .main-section-1 .content h2 {
        font-size: 1.5rem;
    }

    .main-section-1 .btn {
        text-align: center;
    }
    .features .grid {
    grid-template-columns: 1fr;
  }
}

.image-section,
.left-section,
.right-section {
    width: 50%
}

.first-section .left-section h1 {
    color: #19191a
}

.first-section .left-section p {
    font-size: clamp(20px, 3vw, 26px);
    color: #19191a;
    text-align: start;
    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;
}

.mini-container-3 {
    background: #f3faff;
    background-repeat: no-repeat
}



.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;
}

.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;
}

.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;
}

.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
}
.main-section-2 {
    background: #f3faff;
    background-repeat: no-repeat;
    height: auto;
}
.testimonial-content {
    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);

}
.svg-button {
    display: inline-block;
    background-color: #fff !important;
    color: #105f9b !important;
    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;
}

.security-section .svg-button {
    background-color: #0074d9;
    color: #fff;
 
}

.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: 3% !important;
    margin-top: 3% !important;
    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:992px) {
    .first-section {
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;

    }
    .client-heading {
    padding-top: 2rem !important;
}
    .features {
    padding: 1rem 1.3rem;
}
    
    .first-section h1 {
    padding-bottom: 1rem;
}

    .image {
        text-align: -webkit-center;
    }

    .main-section-1 .image img {
        width: 75%;
    }

    .content-section,
    .image-section,
    .left-section,
    .right-section {
        width: 92%;
        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.left:hover .arrow-icon-left {
        transform: translateX(-6px) !important;
      
    }

    .arrow.right:hover .arrow-icon-right {
        transform: translateX(6px) !important;
    }

    .badge1 {
        width: 150px !important;
    }

    .quality-choiceaward {
        width: 70px !important;
    }

    .happiest-award {
        width: 70px !important;
    }

    .image-section img {
    width: 100%;
    }

    .container-1 .sections {
        flex-direction: column;
        margin-bottom: 3rem;
        gap: 2rem;
    }

    .mini-container-1 .sections {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .mini-container-2 .sections {
        flex-direction: column;
        gap: 2rem;
    }

    .mini-container-3 .sections {
        flex-direction: column-reverse;
        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) {
    .main-section-1 .image img {
        width: 100%;
    }
    .first-section {
        margin: 110px auto 75px auto;
    }
    .tickmark-alignment{
    top: 0rem;
}
    .mini-footer p {
    margin-bottom: 1rem !important;
}

    .sections .left-section li, .sections .right-section li {
    font-size: 14px;
    }
    
    .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;

    }

    .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 {
        text-align: center
    }

    .image-section img,
    .image-section video {
        width: 100% !important;
        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) {
 .testimonial-content{
        text-align: center !important;
    }
}
@media (max-width:990px) {
    .sections .left-section {
        margin-left: 0
    }

    .sections .right-section {
        margin-right: 0
    }
}


body {
    margin: 0;
    font-family: "Inter", system-ui, Arial, sans-serif;
    color: #111;
}

.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-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);
}

.arrow.left:hover .arrow-icon-left {
    transform: translateX(-6px);
}

.arrow.right:hover .arrow-icon-right {
    transform: translateX(6px);
}

.arrow.left:hover .arrow-icon-right {
    transform: translateX(-6px);
}

.arrow:hover {
    background-color: #cfddea;
}

.slider-track {
    flex: 1 1 0;
}

.slider-track>.testimonial {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2rem max(2vw, 1rem);
    box-sizing: border-box;
    transition: opacity .4s ease;
}

.slider-track {
    display: flex;
    transition: transform .6s ease;
}

.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;
}


.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);


}


@media (max-width: 1024px) {
     .page-header .header-navbar ul.complete-list>li {
        margin-left: -10px !important;
    }
     .bixo-steps {
        padding: 50px 20px
    }

.page-header .signup-demo-buttons {
        margin-top: 0 !important;
    }

    .steps-list {
        width: 70%;
        margin: 0 auto
    }

    .testimonial-section {
        padding: 45px 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) {
    video {
    margin-top: 25% !important;
}
    .slider-container {
        flex-direction: column;
        gap: 2rem;
    }

    .arrow {
        order: -1;
    }

    .slider-track {
        flex: 1 1 100%;
        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: 1.35rem;
        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) {
        .mail-id ul {
        padding-left: 0.3rem !important;
    }
        .mobile-number ul {
        padding-left: 0.3rem !important;
    }
    .contact-details p, ul li {
        line-height: 1.5rem !important;
    }
    .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
    }
    .testimonial-section {
        padding: 45px 1rem 0px 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) {
    .client-heading {
    padding-top: 3rem;
}
    .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;
    }
    .features {
    width: 50% !important;
    margin: auto;
    }

    .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;
    }

}


@media (min-width:3560px) {
    .slider-container {
        max-width: 45% !important;
    }
    .features {
    width: 45% !important;
    margin: auto;
    }

    .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;
    }
    .features {
    width: 40% !important;
    margin: auto;
    }
    .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;
    }

    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: 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) {
.right-section {
    width: 35%;
}
.viedo-section {
    width: 30% !important;
}
}

.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;
    padding-top: 3rem;
}

.testimonial-wrapper{
     width: 100% !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{
    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;
}
 .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: 992px) and (max-width: 1500px) {
    .author {
        margin-left: 0;
    }
  .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 (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: 900px) and (max-width: 1200px){
    
  .sub-container {
    width: 877px !important;
  }
.badge1 {
    width: 194px !important;
  }

  .footer-logo {
    width: 20% !important;
  }
  .footer-logo {
    margin-right: 140px !important;
  }

  .badges {
    gap: 125px !important;
  }

  .devices {
    gap: 165px !important;
  }
  .quality-choiceaward {
    width: 100px !important;
  }
  .happiest-award{
    width: 100px !important;
  }
}
@media (min-width: 2540px){
    .sections .left-section ul, .sections .right-section ul {
        list-style: none;
        padding: 17px !important;
    }
    .btn.color-freesignup {
        height: 3rem !important;
    }
}