@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 768px) {
  .sticky-info-container {
    flex-wrap: wrap;
    justify-content: center;
  }
.sticky-info{
    padding: 15px 0;
  }
  .sticky-footer-button-cta {
    font-size: 14px;
    padding: 8px 10px;
    margin: 5px auto;
  }
  .sticky_para {
    margin-bottom: 0;
  }
  .sticky-title {
    font-size: 14px;
    padding-top: 0;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .navbar-header{
    width: 100%;
  }
  .navbar-brand{
    float: left;
  }
  .navbar-mobile-cta {
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .navbar-mobile-cta .get-started {
    display: inline-block;
    background-color: #fda94f;
    border: 1px solid #fda94f;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    padding: 11px 20px;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
  }

  .navbar-mobile-cta .get-started:hover {
    background-color: #fda94f;
    border-color: #fda94f;
    color: #ffffff;
  }
  .navbar-mobile-cta .login-btn-cta {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    font-size: 14px;
  }

  .navbar-mobile-cta .login-btn-cta:hover {
    background-color: #fff;
    color: #fda94f;
  }
}
@media only screen and (max-width: 600px) {
  .menu .navbar-nav > li > a:focus,
  .menu .navbar-nav > li > a:hover,
  .menu .navbar-nav > li.active > a,
  .menu .navbar-nav > li.active > a:focus,
  .menu .navbar-nav > li.active > a:hover {
    background-color: transparent !important;
    color: black;
  }
  .menu {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .menu ul {
    margin-left: 10px;
    margin-top: 20px;
  }
  /* Custom styles for the navbar */
  .menu.navbar {
    background-color: transparent;
  }

  .menu .navbar-brand {
    padding: 10px 15px;
    height: auto;
    display: inline-block;
  }

  .menu .navbar-brand img {
    max-width: 80%;
  }

  .menu .nav > li > a {
    background-color: transparent;
    color: black;
  }

  .menu .nav > li > a:hover {
    background-color: transparent;
    color: #4f46e5;
  }
  .menu .navbar-toggle {
    margin-top: 10px;
    margin-right: 0;
  }
  .menu .navbar-toggle .icon-bar {
    background-color: white;
  }

  .menu .navbar-right {
    bottom: 0px;
    position: relative;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 6px;
  }

  .banner {
    max-width: 100%;
    height: auto;
    font-family: "Poppins", sans-serif;
    padding-bottom: 30px;
    min-height: auto;
  }
  .header {
    width: 100%;
    height: auto;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* No initial shadow */
    z-index: 1;
  }

  .header.scroll {
    background-color: white; /* Background color on scroll */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adjusted shadow on scroll */
  }

  .header__logo {
    max-width: 60%;
  }
  .banner_contents {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .small_heading {
    font-size: 12px;
    color: #374151;
    /* padding-top: 100px; */
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
  }
  .welcome_heading {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .suporting_text {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    max-width: 100%;
  }
  .suporting_info_text {
    font-size: 13px;
    line-height: 1.7;
  }
  .center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .btn-container {
    justify-content: center;
    margin-top: 30px;
  }
  .banner-logo-container .logos_heading {
    font-size: 12px;
  }

  .banner-btn {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: white;
    border: none;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease-in-out; /* Add transition for smooth scaling */
  }

  .banner-btn:hover {
    transform: scale(1.1); /* Scale the button by 10% on hover */
  }

  .banner_contents .price_text {
    font-size: 13px;
    width: 80%;
    color: #374151;
    padding-top: 0px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
  }

  .sec_two {
    padding-top: 40px;
    margin-top: 0px;
    padding-left: 0;
    font-family: "Poppins", sans-serif;
    padding-bottom: 30px;
  }
  .sec_two h2 {
    max-width: 90%;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
    font-family: "Poppins", sans-serif;
  }
  .sec_two_container {
    font-family: "Poppins", sans-serif;
    padding-top: 50px;
  }
  .sec_two_box_one {
    border: none;
    height: 80%;
  }
  .sec_two_box_one h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
    max-width: 90%;
    text-align: left;
    padding-left: 30px;
  }
  .sec_two_box_one ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
  }

  .sec_two_box_one ul li {
    max-width: 70%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #373737;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left; /* Center the text horizontally */
    padding-left: 10px;
  }

  .sec_two_box_one ul li span {
    display: inline-block;
    text-align: left; /* Reset text alignment to left */
  }

  .sec_two_box_one ul li::before {
    content: ""; /* Empty content to create a pseudo-element */
    display: inline-block;
    width: 13px; /* Adjust the width based on your desired size */
    height: 13px; /* Adjust the height based on your desired size */
    background: url("../images/Rectangle 4161.png") no-repeat;
    background-size: 100% 100%; /* Adjust the background size as needed */
    position: absolute;
    left: -30px; /* Adjust the negative left value to move the image to the left of the text */
    margin-left: 10px;
  }

  .sec_two_box_two h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
    max-width: 90%;
    text-align: left;
    padding-left: 30px;
  }
  .sec_two_box_two ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
  }

  .sec_two_box_two ul li {
    max-width: 70%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #373737;
    margin: 0 auto;
    padding-top: 20px;
    text-align: left; /* Center the text horizontally */
    padding-left: 10px;
  }
  .sec_two_box_two ul li span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #828282;
    text-align: left; /* Center the text horizontally */
  }
  .sec_two_box_two ul li::before {
    content: ""; /* Empty content to create a pseudo-element */
    display: inline-block;
    width: 13px; /* Adjust the width based on your desired size */
    height: 13px; /* Adjust the height based on your desired size */
    background: url("../images/Rectangle 4161.png") no-repeat;
    background-size: 100% 100%; /* Adjust the background size as needed */
    position: absolute;
    left: -30px; /* Adjust the negative left value to move the image to the left of the text */
    margin-left: 10px;
  }
  .sec_two .text-center {
    text-align: left !important;
    max-width: 90%;
    margin: auto;
  }
  .sec_two p {
    max-width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #374151;
    text-align: left;
    margin: 0;
    padding-top: 40px;
  }
  .sec_two .button {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  /* Style the link inside the button */
  .sec_two_button a {
    color: white; /* Inherit the color from the button */
    text-decoration: none; /* Remove underlines */
  }
  .sec_two_button a:hover {
    color: white;
  }
  .sec_logo_batch_container {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .batch_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .batch_container img {
    max-width: 60px;
    margin: 5px;
    width: 100%;
    height: auto;
  }

  .logos_heading {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px;
  }
  .logo-container img {
    max-width: 29%; /* Set maximum width to 100% for responsiveness */
    width: auto; /* Ensure the image maintains its aspect ratio */
    margin-right: 0px; /* Adjust the margin between logos as needed */
  }
  .sec_client_story_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec_client_story_container h2 {
    font-size: 22px;
    max-width: 90%;
  }
  .sec_client_story_container p {
    font-size: 16px;
    max-width: 90%;
  }
  .sec_client_story_container .cs-title {
    font-size: 16px;
  }
  .sec_client_story_container .btn.btn-primary {
    font-size: 14px;
    margin-top: 0;
  }
  .sec_three {
    padding-top: 20px;
    font-family: "Poppins", sans-serif;
  }
  .top-left-pattern::before,
  .bottom-right-pattern::before {
    display: none;
  }
  .top-left-pattern .col-md-6:first-child {
    order: 2;
  }
  .sec_three_title {
    max-width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sec-three-main-box {
    padding-top: 10px;
  }
  .sec_three-box {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    text-align: left;
    padding-top: 10px;
  }

  .sec_three-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto 0; /* Center the image horizontally */
  }

  .sec_three-content {
    padding-top: 20px; /* Add space between image and text */
    padding-left: 0px;
    margin-left: 20px;
  }

  .sec_three-content h3 {
    max-width: 90%;
    text-align: left; /* Center the heading */
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
  }

  .sec_three-content p {
    max-width: 90%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #374151;
    padding-top: 10px;
  }
  .sec_three-box-alternate {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    text-align: left;
    padding-top: 10px;
  }

  .sec_three-box-alternate img {
    display: block;
    max-width: 80%;
    margin: 0 auto; /* Center the image horizontally */
    padding-bottom: 20px;
  }

  .sec_three-content {
    padding-top: 20px; /* Add space between image and text */
    padding-left: 0px;
  }

  .sec_three-content h3 {
    max-width: 90%;
    text-align: left; /* Center the heading */
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #374151;
  }

  .sec_three-content p {
    width: 90%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #374151;
    padding-top: 10px;
  }
  .sec_three-box-alternate a {
    text-decoration: none;
  }
  .sec_three-box-alternate .button {
    display: inline-block;
    background-color: #1a56db;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    margin-top: 10px;
    border: none;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 10px;
  }

  .sec_three-box-alternate button:hover {
    transform: scale(1.1);
  }

  /* Style the link inside the button */
  .sec_three-box-alternate button {
    color: white;
    text-decoration: none; /* Remove underlines */
  }

  .sec_three-box-alternate button a:hover {
    color: white;
    text-decoration: none; /* Remove underlines on hover */
  }

  .sec_three-box-two {
    display: none;
  }

  .sec_four {
    background-color: #1a56db;
    margin-top: 30px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-bottom: 50px;
  }
  .customer-card h3 {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 50px;
  }
  .customer-card p {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 0;
    word-spacing: 1;
  }
  .customer-card img {
    margin-top: 30px;
    width: 20%;
  }
  .customer-card h4 {
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 30px;
  }
  .customer-card h5 {
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .customer-slider {
    overflow: hidden;
    position: relative;
  }
  .customer-slider h2 {
    font-size: 20px;
  }

  .customer-slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .customer-card {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
  }

  .navigation-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
  }

  .dot.active {
    background-color: #333;
  }

  .sec_five {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    background-color: #f9fafb;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .sec_five .sec_five_tittle {
    max-width: 90%;
    color: #374151;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    line-height: 1.3;
  }
  .sec_five p {
    max-width: 90%;
    font-size: 15px;
    color: #374151;
    padding-top: 10px;
    padding-left: 30px;
    line-height: 1.4;
  }

  .sec_five .question {
    max-width: 90%;
    font-size: 16px;
    color: #374151;
    font-weight: 600;
    padding-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-left: 30px;
  }

  .sec_five .answer {
    max-width: 90%;
    display: none;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.4;
    padding-left: 30px;
  }
  .sec_five .answer_open {
    font-size: 13px;
    color: #4b5563;
    display: block;
    line-height: 1.4;
  }
  .sec_six {
    background-color: #1f2937;
    font-family: "Poppins", sans-serif;
    color: white; /* Set text color to white or your desired color */
  }

  .sec_six img {
    width: 100%; /* Adjust as needed */
  }

  .sec_six h3 {
    font-size: 20px; /* Adjust as needed */
    margin-bottom: 20px; /* Adjust spacing as needed */
    font-weight: 700;
    max-width: 90%;
    padding-left: 30px;
    text-align: left;
    padding-top: 40px;
    line-height: 1.4;
  }

  .sec_six .button {
    background-color: white;
    color: #1f2937;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-bottom: 40px;
  }
  .footer {
    background-color: #eaeaea;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .footer p {
    padding: 10px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    height: auto;
    margin: 0 auto;
    font-size: 13px;
    color: #374151;
    font-weight: 400;
  }

  .sec_six button:hover {
    transform: scale(1.1); /* Scale the button by 10% on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add drop shadow on hover */
  }

  .sec_six button img {
    width: 15px;
    margin-left: 10px;
  }
  .sticky-footer-button {
    font-size: 14px;
  }
  .sticky-footer .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .sticky-footer-image {
    min-width: 100px;
  }
  .sticky-image-container {
    width: 140px;
    padding-right: 0;
  }
  .sticky-info-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sticky_para {
    font-size: 12px;
    display: none;
  }
  /*.sticky-footer {
    background-color: #1A56DB;
    width: 100%;
    height: 150px;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 4;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sticky-footer-image {
    display: block;
    width: 40%;
    margin-left: 30px;
    margin-top: 160px;
    z-index: 3;
}

.sticky-title {
    width: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: white;
    padding-top: 0px;
    padding-left: 0px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    left: 180px;
    bottom: 290px;
    position: relative;
}

.sticky_para {
    display: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: white;
    padding-top: 5px;
    padding-left: 50px;
    letter-spacing: 0.5px;
    right: 290px;
    position: relative;
}

.sticky-footer-button {
    background-color: #FF7A00;
    color: white;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none; 
    border-radius: 5px;
    left: 30px;
    bottom: 300px;
    position: relative;
}


.sticky-footer-button a {
    color: white; 
    text-decoration: none; 
}

.sticky-footer-button a:hover {
    color: white;
}

.sticky-close-button {
    background-color: transparent;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-size: 8px;
    border: 1px solid white;
    padding: 0px; 
    cursor: pointer;
    top: 20px;
    left: 10px;
    position: relative;
    border-radius: 50%; 
    transition: background-color 0.3s ease; 
}

.sticky-close-button:hover {
    background-color: #FF7A00; 
    color: white;
}
*/
  .animated-push-btn-cta {
    padding: 12px 20px;
    font-size: 16px;
  }
  .styled-btn-cta {
    font-size: 14px;
    margin-top: 15px;
    padding: 12px 20px;
  }
  .styled-outline-btn {
    font-size: 14px;
    margin-top: 15px;
    padding: 12px 20px;
  }
  .sec_six .styled-btn-cta {
    margin-top: 0;
  }

  .sec_logo_branding {
    margin-top: 0;
  }
  .sec_logo_branding .sec_tittle {
    font-size: 20px;
  }
  .sec_logo_branding p {
    font-size: 16px;
  }
  .demo-form {
    max-width: 80%;
  }
  .demo-form .form-group {
    display: block;
  }
  .demo-form .form-control {
    height: 48px;
    font-size: 14px;
  }
  .demo-form .primary-button {
    margin: 0 !important;
    font-size: 16px;
    padding: 12px 30px;
  }
  .trial-form-button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .sticky-image-container {
    width: auto;
  }
  .sticky-info-container {
    width: auto;
  }
  .sticky-footer-image {
    display: none;
  }
}
