body {
  margin: 0;
  padding: 0;
  font-family: "Figtree", sans-serif;
  color: #111111;
}

p {
  font-family: "Fustat", sans-serif;
}

.hero-container {
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  /* height: 100vh; */
  width: 100%;
  padding-top: 40px;
}

.hero-container .hero-navbar {
  background: rgb(255 255 255 / 43%);
  backdrop-filter: blur(10px);
  padding: 12px 24px;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1080px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.hero-container .navbar .site-log {
  width: 130px;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
}

.navbar-brand span {
  color: #48a1aa;
}

.hero-container .navbar .nav-link,
.navbar-nav .nav-link.active {
  font-weight: 500;
  color: #000;
  font-size: 16.6px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 6px 10px;
}

.hero-container .navbar .nav-link.active,
.navbar-nav .nav-link.active {
  border: 1px solid #48a1aa;
  color: #48a1aa;
}

.hero-container .navbar .nav-link:hover {
  color: #48a1aa;
}

/* Hero Section */
.hero-container .hero-section,
.hero-container .dashboard-mask-group,
.hero-container .sops-broken,
.hero-container .work-flow-SOPguide {
  padding-top: 100px;
}

.hero-container .hero-section,
.hero-container .dashboard-mask-group {
  text-align: center;
}

.hero-container .hero-section h1,
.hero-container .hero-section h2 {
  font-size: 92px;
  font-weight: bold;
  line-height: 1.2;
  color: #00234b;
}

.gradient-text {
  background: linear-gradient(
    to bottom,
    #00434a 0%,
    #00e8ff 36%,
    #4363e1 70%,
    #11c2fd 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-container .hero-section h2 {
  margin-top: 10px;
}

.hero-container .hero-section p {
  max-width: 950px;
  margin: 20px auto;
  font-size: 18px;
  color: #00234b;
}

.hero-container .hero-section .btn-main-join {
  font-weight: 500;
  padding: 8px 30px;
  margin-top: 25px;
}

/* comman - css */
.hero-container .btn-join,
.hero-container .btn-contact,
.faq-section .btn-contact,
.footer .footer-btn-join,
.info-section .subscribe-btn,
.sai-contact .btn-join,
.sai-contact .btn-contact {
  border-radius: 8px;
  padding: 8px 30px;
  font-weight: 500;
  font-size: 0.95rem;
}

.hero-container .btn-join,
.sai-contact .btn-join,
#mobileMenuModal .btn-join {
  background-color: transparent;
  border: 1px solid #48a1aa;
  color: #48a1aa;
}

.hero-container .btn-join:hover,
.sai-contact .btn-join:hover {
  background-color: #48a1aa;
  color: #fff;
  box-shadow: inset 2px 1px 31px rgb(255 255 255 / 30%),
    2px 0px 25px rgb(0 0 0 / 30%);
}

.hero-container .btn-contact,
.sop-comparison-section .teams-impact .btn-contact,
.faq-section .btn-contact,
.footer .footer-btn-join,
.info-section .subscribe-btn,
.sai-contact .btn-contact {
  background: #48a1aa;
  color: #fbf9f5;
  border: none;
  box-shadow: inset 2px 1px 31px rgb(255 255 255 / 30%),
    2px 0px 25px rgb(0 0 0 / 30%);
}

.hero-container .btn-contact:hover,
.sop-comparison-section .teams-impact .btn-contact:hover,
.faq-section .btn-contact:hover,
.footer .footer-btn-join:hover,
.info-section .subscribe-btn:hover,
.sai-contact .btn-contact:hover {
  background: #397e85;
  color: #fbf9f5;
}

.hero-container .btn-sop-light {
  background: white;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}

.hero-container .btn-sop-light:hover {
  background: #d0d0d0;
}

/* comman - css -END*/

/* Company Logo Carousel - START */
@keyframes infinite_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}
.mask-slider {
  max-width: 1130px;
}
/* Carousel Wrapper */
.infinite-slider {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Slide Track */
.infinite-slide-track {
  display: flex;
  width: calc(250px * 16); /* 8 logos x 2 (duplicated) */
  animation: infinite_scroll 40s linear infinite;
}

/* Individual Slides */
.infinite-slide {
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infinite-slide img {
  max-height: 60px;
  max-width: 150px;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  /*filter: grayscale(100%);*/
}

.infinite-slide img:hover {
  transform: scale(1.05);
}
/* Company Logo Carousel - END */

.sops-broken .sop-h2,
.sop-heading {
  font-size: 42px;
  margin-bottom: 16px;
  font-weight: bold;
}

.sops-broken p,
.sop-sub-h {
  margin: 16px 0px 10px;
  font-size: 18px;
  color: #00234b !important;
}

.sops-broken .sops-broken-card-1,
.sops-broken .sops-broken-card-2,
.sops-broken .sops-broken-card-3 {
  border-radius: 16px;
  border: 0;
  width: 100%;
  padding: 20px 15px;
}
.sops-broken .sops-broken-card-1 {
  background: #f7f5fc;
  color: #111111;
  box-shadow: rgb(226 1 3) -26px 35px 60px -50px;
}

.sops-broken .sops-broken-card-2 {
  background-image: url(../img/bank-encryption-card.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  box-shadow: rgb(0 232 255) -24px 35px 35px -40px;
}

.sops-broken .sops-broken-card-2 h5,
.sops-broken .sops-broken-card-2 p {
  color: white !important;
}

.sops-broken .sops-broken-card-3 {
  background-image: url(../img/P34II.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #111111;
  border: 1px solid #f4f4f4f0;
  box-shadow: rgb(254 116 251) 37px 35px 54px -58px;
}

.sops-broken .sops-broken-card-3 img {
  filter: drop-shadow(20px 35px 54px rgb(254 116 251));
}

.sops-broken .sops-broken-img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
}

/* ---------------------------------------- */

.gradient-border-btn {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: white;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #ff4d4d, #ff9966, #cc66ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

/* .gradient-border-btn:hover {
  color: #fff;
  background-image: linear-gradient(to right, #ff4d4d, #ff9966, #cc66ff);
  box-shadow: 0 4px 15px rgba(204, 102, 255, 0.4);
  transform: scale(1.05);
} */

.work-flow-SOPguide .sop-guide-card {
  background: white;
  border: 1px solid #f0ece7;
  border-radius: 30px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  padding: 24px 24px 0;
  height: 100%;
  transition: transform 0.3s ease;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.work-flow-SOPguide .sop-guide-card:hover {
  transform: translateY(-5px);
}

/* .sop-guide-card-1{
  background-image: url(../img/variant-pink.png);
}
  */

.work-flow-SOPguide .sop-guide-card-1 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 214, 255, 1) 54%,
    rgba(229, 177, 240, 1) 100%
  );
}

.work-flow-SOPguide .sop-guide-card-2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(222, 231, 255, 1) 54%,
    rgba(153, 195, 255, 1) 100%
  );
}

.work-flow-SOPguide .sop-guide-card-3 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(224, 224, 255, 1) 54%,
    rgba(158, 161, 240, 1) 100%
  );
}

.work-flow-SOPguide .sop-guide-card-4 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 224, 204, 1) 54%,
    rgba(255, 190, 153, 1) 100%
  );
}

.work-flow-SOPguide .sop-guide-card-5 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(194, 214, 255, 1) 54%,
    rgba(102, 150, 255, 1) 100%
  );
}

.work-flow-SOPguide .step-icon {
  height: 100%;
  max-height: 200px;
}

.work-flow-SOPguide .step-title {
  font-weight: 600;
  font-size: 22px;
}

.work-flow-SOPguide .step-text {
  color: #616161;
  font-size: 16px;
}

.work-flow-SOPguide .icon-wrapper {
  background-color: #ffffff;
  border-radius: 16px 16px 0px 0px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  height: 250px;

  /* box-shadow:rgb(254 116 251) 20px 35px 54px -40px; */
}

/* ---------------------------------------------- */
.wave-goodbye,
.sopify-advantage {
  background: #f1f0ee;
  padding: 100px 20px;
}
.wave-goodbye .wave-icon-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #00f0ff, #e600ff);
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wave-goodbye .wave-icon-wrapper div {
  background-color: #f1f0ee;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bcd4;
}

.wave-goodbye .wave-step-block {
  position: relative;
}

/* Dots between steps */
.wave-goodbye .wave-step-block::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 100%;
  transform: translateX(-50%);
  height: 8px;
  width: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  z-index: 2;
}

/* Connecting line */
.wave-goodbye .steps-row {
  position: relative;
}

.wave-goodbye .wave-step-block-h {
  font-size: 22px;
  font-weight: 600;
  color: #111111;
  margin-top: 20px;
}

.wave-goodbye .wave-step-block-subh {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 0;
}

.wave-goodbye .steps-row::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
/* ---------------------------END---------------------------- */

.feature-container {
  background-image: url(../img/feature-bg-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
}

.feature-container .feature-title {
  color: #00234b;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 120px;
}

.feature-container .feature-card {
  width: 280px;
  border-radius: 15px;
  padding: 20px;
  background: #ffffffd4;
}

.feature-container .feature-card p {
  color: #616161;
  margin: 0;
  font-size: 14px;
}

.feature-container .feature-icon-box {
  display: flex;
  align-items: start;
  justify-content: center;
}

.feature-container .feature-icon-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 8px;
  border: 2px solid #48a1aa;
  border-radius: 50%;
}

/* -----------------------Sopify Advantage CSS Start------------------------------ */
.sopify-advantage .sop-adv-h {
  font-size: 42px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 100px;
}

.sopify-advantage .sop-adv-text-primary {
  color: #48a1aa;
}

.sopify-advantage .highlight-box {
  border-radius: 15px;
  background: white;
  box-shadow: 0 0 200px rgb(114 224 237);
  padding: 30px;
  max-width: 1080px;
  margin-bottom: 50px;
}

.sopify-advantage .nav-pills .nav-link {
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  cursor: pointer;
  margin-bottom: 30px;
  color: #808080;
  background: #f6f5f4;
  border-radius: 5px;
}

.sopify-advantage .nav-pills .nav-link.active {
  color: #000;
  background: white;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #ff4d4d, #ff9966, #cc66ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
}

.sopify-advantage .feature-icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sopify-advantage .feature-icons img {
  height: 30px;
}

.sopify-advantage .feature-icons div {
  font-size: 14px;
}

.sopify-advantage #benefitTabsContent {
  padding: 0 40px;
}

.sopify-advantage #benefitTabsContent .tab-pane .tab-title {
  font-weight: bold;
  font-size: 33px;
}

.sopify-advantage .join-button {
  border: 1px solid black;
  padding: 8px 18px;
  border-radius: 6px;
  background-color: white;
  font-weight: 500;
}
/* ------------------------- sopify-advantage END --------------------------- */
.sop-comparison-section {
  padding: 100px;
}

.sop-comparison-section .section-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}

.sop-comparison-section .list-unstyled li img {
  height: 30px;
}

.sop-comparison-section .highlight,
.sop-comparison-section .teams-impact-title .text-info-l {
  background: linear-gradient(
    to left,
    #bbecf1 0%,
    #40d9f9 36%,
    #30d5f9 70%,
    #11c2fd 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sop-comparison-section .comparison-row {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.sop-comparison-section .feature-col {
  font-weight: 600;
  color: #333;
  flex: 1 1 30%;
  white-space: nowrap;
}

.sop-comparison-section .other-col,
.sop-comparison-section .sopify-col {
  flex: 1 1 30%;
  font-size: 0.95rem;
}

.sop-comparison-section .feature-col,
.sop-comparison-section .other-col,
.sop-comparison-section .sopify-col {
  white-space: nowrap;
}

.sop-comparison-section .text-gray {
  color: #283220;
}

.sop-comparison-section .border-orange {
  position: relative;
  border: 2px solid transparent;
  border-radius: 14px;
  color: #000;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #ff4d4d, #ff9966, #cc66ff) border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
}

.sop-comparison-section .sop-com-h {
  font-size: 20px;
  color: #283220;
  font-weight: 600;
}

.sop-comparison-section .teams-impact .img-fluid {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 20px;
}

.sop-tool .teams-impact img.card-img-top {
  max-height: 205px;
  border-radius: 18px 18px 0 0;
}

.sop-comparison-section .teams-impact-title {
  font-size: 38px;
  font-weight: 500;
  color: #111111;
}

.sop-tool {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sop-tool .card {
  border-radius: 18px;
}

.SOP-template-builder {
  padding-top: 70px;
}

/* -----------------sop comparison section---------------------- */
.faq-section {
  padding: 100px;
  background: #def2f6;
}

.faq-section .card {
  margin-top: 90px;
  border-radius: 16px;
  padding: 40px 30px;
}

.faq-section .accordion-item {
  /* background-color: transparent; */
  background: #e9fbff;
  border: 0;
}

.faq-section .accordion-button.collapsed {
  padding: 30px 20px 30px 20px;
}

.faq-section .accordion-button {
  background: #def2f6;
  border-radius: 0 !important;
  margin-bottom: 5px;
  border-bottom: 2px solid #c6d4d7;
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 30px 20px 10px 20px;

  transition: border-color 0.3s ease, box-shadow 0.3s ease,
    border-bottom 0.3s ease;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  /*border-bottom-color: #e9fbff;*/
  /*border: none;*/
  transition: border-color 0.1s ease, border-bottom-color 0.1s ease,
    box-shadow 0.2s ease;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #e9fbff;
  /*border: none;*/
  border-bottom-color: #e9fbff;
  box-shadow: none;

  transition: border-color 0.1s ease, border-bottom-color 0.1s ease,
    box-shadow 0.2s ease;
}

.faq-section .accordion-button::after {
  display: none;
}

.faq-section .accordion-button .accordion-toggle-icon {
  transition: transform 0.3s ease;
  margin-right: 12px !important;
  font-size: 24px;
}

.faq-section .accordion-button.collapsed .accordion-toggle-icon::before {
  content: "\F64D";
  font-family: "Bootstrap Icons";
}

.faq-section .accordion-button:not(.collapsed) .accordion-toggle-icon::before {
  content: "\F64D";
  font-family: "Bootstrap Icons";
}

.faq-section .accordion-body {
  margin-left: 36px;
}

/* ----------------------END - faq-section --------------------------------- */

.info-section {
  background: #ffffff;
  padding: 100px;
}

.info-section .info-card {
  background: linear-gradient(90deg, #d8f1fc 20%, #ffffff 50%, #ffe3dc 88%);
  border-radius: 20px;
  padding: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info-section .info-card-title {
  font-weight: bold;
  font-size: 60px;
}

.info-section .email-input {
  max-width: 400px;
  margin: 0 auto;
}

.info-section .subscribe-box {
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  width: 400px;
  margin-top: 30px;
}

.info-section .subscribe-box input {
  border: none;
  border-radius: 50px;
  padding: 12px 20px;
  flex: 1;
  outline: none;
  font-size: 16px;
}

.info-section .subscribe-btn {
  padding: 9px 19px;
  border-radius: 12px;
}

.footer {
  background-color: #f6f6f6;
  padding: 70px 0 30px 0;
}

.footer .form-control:focus {
  box-shadow: none;
}

.footer .footer-links a {
  color: #6c757d;
  text-decoration: none;
}

.footer .footer-links a:hover {
  text-decoration: underline;
}

.footer .footer-social-links {
  padding-left: 10px;
}

.footer .footer-social-links a img {
  width: 26px;
  text-decoration: none;
}

.footer .footer-space {
  margin-top: 40px;
  padding-bottom: 18px;
}

.swiper {
  width: 100%;
  margin: 0 auto;
  padding: 4rem;
}

.swiper .swiper-wrapper {
  display: flex;
}

.swiper .swiper-slide {
  height: auto;
  display: flex;
}

.swiper .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* --------------------- CSS for modal content -------------------------*/
.modal-content {
  border-radius: 1rem;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  text-align: center;
}
.modal-body img {
  width: 48px;
  margin-bottom: 1rem;
}

.form-control,
.form-select {
  border-radius: 0.5rem;
  padding: 10px 14px;
  border: 1px solid #e0e0e0; /*gray-300*/
}

.form-select {
  color: #212121; /*gray-900*/
}

.form-control:focus,
.form-select:focus {
  border-color: #48a1aa;
  box-shadow: 0 0 0 0.25rem rgb(72 161 170 / 20%);
}

.form-tel-cntl {
  border-left: 0;
}

.btn-custom {
  border-radius: 0.5rem;
}

/* #confettiContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
} */
/*----------------- css for contact form - START -------------------*/
.sai-contact .contact-navbar {
  padding: 16px 0px;
  background: #fbfbfb;
}

.sai-contact .contact-navbar .container {
  max-width: 1140px;
}

.sai-contact .contact-navbar .nav-item .nav-link {
  font-weight: 500;
  font-size: 16.6px;
}

.sai-contact .contact-navbar .nav-item .nav-link:hover {
  color: #48a1aa;
}

.sai-contact .contact-container {
  margin: 50px auto;
  background-color: white;
}

.sai-contact .form-section {
  padding: 40px 30px;
}
.sai-contact .form-section h4 {
  font-weight: 600;
  font-size: 34px;
}
.sai-contact .form-section p {
  color: #6c757d;
  font-size: 18px;
}

.sai-contact .form-section label {
  color: #616161; /*gray-700*/
}

.sai-contact .form-control::placeholder {
  color: #9e9e9e; /*gray-500*/
}

.sai-contact .img-section img {
  max-width: 100%;
  border-radius: 40px;
  max-height: 700px;
}

.sai-contact .btn-teal {
  padding: 12px 10px;
  background: #48a1aa;
  color: #fbf9f5;
  border: none;
  box-shadow: inset 2px 1px 7px rgba(0, 0, 0, 0.2),
    2px 2px 10px rgba(145, 102, 102, 0.3);
}

.sai-contact .btn-teal:hover {
  background: #397e85;
  color: #fbf9f5;
}

.sai-contact .form-check-input:checked {
  background-color: #48a1aa;
  border-color: #48a1aa;
}
/*----------------- css for contact form -END -------------------*/
.policy-contact .policy-container {
  font-family: "Figtree", sans-serif;
  max-width: 768px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.policy-contact .policy-container .policy-title {
  padding-bottom: 60px;
}
.policy-contact .policy-container .policy-title h1 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
}

.policy-contact .policy-container .policy-title p {
  font-size: 20px;
  color: #7c7c7c;
  margin-bottom: 0;
}

.policy-contact .policy-container .policy-desc p {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #7c7c7c;
  margin-bottom: 0;
}

.policy-contact .policy-container .policy-desc h2 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
.policy-contact .policy-container .policy-desc ul {
  font-size: 18px;
  color: #7c7c7c;
  padding-left: 1rem;
}
.policy-contact .policy-container .policy-desc p a {
  text-decoration: none;
  color: #adaaaa;
}
/*----------------- CSS for private policy - END -------------------*/

.sop-roi-calculator .section_card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sop-roi-calculator h2 {
  font-size: 42px;
  margin-bottom: 16px;
  font-weight: bold;
}

.sop-roi-calculator p {
  margin: 16px 0px 10px;
  font-size: 18px;
  color: #00234b;
}

.sop-roi-calculator .slider-value {
  font-size: 1rem;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 3px 10px;
  border-radius: 5px;
  width: 60px;
  text-align: center;
}

.sop-roi-calculator .bar-chart {
  /* height: 280px; */
  height: 340px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 30px;
}

.sop-roi-calculator .bar {
  width: 14px;
  border-radius: 6px;

  transition: height 0.3s ease;
}

.sop-roi-calculator .bar-label {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

.sop-roi-calculator .bar-border-card {
  border-radius: 16px;
  padding: 10px;
  border: 2px solid #f0f0f0;
}

.sop-roi-calculator .bar-card {
  border-radius: 16px;
  background: #f4f4f4;
  padding: 16px;
  text-align: center;
}

.sop-roi-calculator .tag {
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 8px;
}

.sop-roi-calculator .record-bottom {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 10px;
}

.sop-roi-calculator .info-box {
  background: #f0fff7;
  border: 1px solid #32d583;
  padding: 10px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sop-roi-calculator .info-icon {
  background-color: #32d583;
  width: 47px;
  height: 47px;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sop-roi-calculator .info-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  color: #32d583;
}

.sop-roi-calculator .bar-typical-sop {
  height: 120px;
  background: #cfe5ff;
}

.sop-roi-calculator .bar-sopify-sop {
  height: 60px;
  background: #48a1aa;
}

.sop-roi-calculator .bar-saved-sop {
  height: 100px;
  background: #d3d3d3;
}

.sop-roi-calculator .bar-typical-onboard {
  height: 40px;
  background: #cfe5ff;
}

.sop-roi-calculator .bar-sopify-onboard {
  height: 60px;
  background: #8a43e1;
}

.sop-roi-calculator .bar-saved-onboard {
  height: 100px;
  background: #d3d3d3;
}

.sop-roi-calculator .bar-typical-manager {
  height: 120px;
  background: #cfe5ff;
}

.sop-roi-calculator .bar-sopify-manager {
  height: 60px;
  background: #ff7500;
}

.sop-roi-calculator .bar-saved-manager {
  height: 100px;
  background: #d3d3d3;
}

.sop-roi-calculator .bar-action {
  font-size: 10px;
  margin-bottom: 10px;
}

.sop-roi-calculator .tag-sop {
  color: #187983;
  background: #cbe4e9;
  margin-top: 12px;
}

.sop-roi-calculator .tag-onboard {
  background: #8a43e142;
  color: #8a43e1;
  margin-top: 12px;
}

.sop-roi-calculator .tag-manager {
  color: #ff7500;
  background: #ffe4cd;
  margin-top: 12px;
}

.sop-roi-calculator .sop-roi-calcu-title {
  font-size: 30px;
  line-height: 58px;
  letter-spacing: -1px;
}

.sop-roi-calculator .sop-range {
  background: linear-gradient(
    to right,
    #48aa6e 0%,
    #50b978ff 50%,
    #d8d8d8 50%,
    #d8d8d8 100%
  );
  border: solid 1px #d8d8d8;
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.sop-roi-calculator .sop-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.sop-roi-calculator .calculator-tooltip-button {
  padding: 8px 10px;
  border: 1px solid #48a1aa;
  border-radius: 10px;
  cursor: pointer;
}
.sop-roi-calculator .calculator-tooltip-button:hover {
  background-color: #effeff;
}

.sop-roi-calculator .calculator-tooltip-base {
  text-align: right;
  margin-bottom: 10px;
}

/* CSS-for chatbot-start */
.sopai-chatbot {
  top: -251px;
  left: -500px;
}

.sopai-chatbot .chat-box {
  width: 380px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.sopai-chatbot .logo-circle {
  font-size: 20px;
}

.sopai-chatbot .logo-circle img {
  border: 2px solid #fff;
  background: #48a1aa;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  height: 35px;
}

.sopai-chatbot .logo-bubble {
  width: 28px;
  height: 28px;
  background-color: #48a1aa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopai-chatbot .logo-bubble img {
  background: #48a1aa;
  border-radius: 50%;
  padding: 5px;
  width: 25px;
  height: 25px;
}

.sopai-chatbot .chat-msg-body {
  padding-right: 6px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sopai-chatbot .chat-msg-body::-webkit-scrollbar {
  width: 5px;
}

.sopai-chatbot .chat-msg-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ecffff;
  border-radius: 10px;
}

.sopai-chatbot .chat-msg-body::-webkit-scrollbar-thumb {
  background: #48a1aa;
  border-radius: 10px;
}

.sopai-chatbot .chat-bubble {
  background-color: #ffffff;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 260px;
  font-size: 14px;
}

.sopai-chatbot .chat-bubble-user {
  background-color: #48a1aa;
  color: white;
  padding: 10px 14px;
  border-radius: 12px;
  display: inline-block;
  max-width: 260px;
  font-size: 14px;
}

.sopai-chatbot .chat-input .chat-input-arr {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.sopai-chatbot .chat-input .share-btn {
  width: 40px;
  height: 40px;
  background: #48a1aa;
  border-radius: 10px;
  padding: 2px 10px;
}

.sopai-chatbot .h-compny-higlight {
  padding: 5px 6px;
  border-radius: 50px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.sopai-chatbot .h-compny-higlight .sopai_compy_title {
  font-size: 13px;
  font-weight: bold;
  color: #111111;
}

/* ---------------------------- */

.chatbot-agent {
  font-size: 40px;
  background: #48a1aa;
  box-shadow: inset 2px 1px 31px rgb(255 255 255 / 30%),
    2px 0px 25px rgb(0 0 0 / 30%);
  z-index: 999999;
}

.chatbot-agent .chatbot-msg {
  top: -90px;
  left: -220px;
}

.chatbox {
  top: -220px;
  left: -481px;
  width: 350px;
  background: linear-gradient(
    to top,
    #f8f8f8 0%,
    #e3e3e3 36%,
    #b9cdd0 70%,
    #67c7d1 100%
  );
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.chatbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbox-header-icon {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.chatbox-minimize {
  font-size: 1.5rem;
  cursor: pointer;
  color: #555;
}

.chatbox-title {
  font-size: 32px;
  color: #000000;
}

.chatbox h2 {
  font-size: 40px;
  font-weight: 700;
}

.emoji {
  font-size: 36px;
}

.chatbot-card {
  background: white;
  padding: 15px;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.chatbot-card .avatar {
  width: 42px;
  height: 42px;
  padding: 8px;
  background-color: #48a1aa;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chtbt-crd-t {
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 4px;
}

.chtbt-crd-dec {
  font-size: 13px;
  color: #111111;
  line-height: 16.8px;
}

.waitlist {
  margin-top: 22px;
  background: #ffffff;
  width: 100%;
  border-radius: 12px;
  font-size: 14px;
  color: #111111;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.waitlist:hover {
  background-color: #48a1aa;
  color: #ffffff;
}

.btn-chat {
  background-color: #48a1aa;
  color: #ffffff;
  width: 100%;
  margin-top: 10px;
}

.btn-chat:hover {
  color: #ffffff;
  background-color: #2b8d98;
}

.chatbot-card {
  background: white;
  border-radius: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  margin: auto;
}

.chatbot-ftab-card {
  margin-top: 22px;
  padding: 10px;
  border-radius: 8px;
}

.chatbot-ftab-card .tab-button {
  background: none;
  border: none;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.chatbot-ftab-card .tab-button i {
  font-size: 20px;
  display: block;
  margin-bottom: 2px;
}

.chatbot-ftab-card .tab-button.active {
  color: #2ca6a4;
  font-weight: 500;
}

/* cookieconsent style - START */
#cc-main .cm__desc {
  color: #ffffff;
}

#cc-main .cm {
  background: #10182f;
}

.cm__btn-group [data-role="all"] {
  background-color: #48a1aa !important;
  color: white !important;
  transition: background-color 0.3s ease;
}

.cm__btn-group [data-role="necessary"] {
  background-color: #6e7191 !important;
  color: white !important;
  transition: background-color 0.3s ease;
}

.cm__btn-group [data-role="all"]:hover {
  background-color: #408f98 !important;
}

.cm__btn-group [data-role="necessary"]:hover {
  background-color: #656787 !important;
}

#cc-main .cm--cloud .cm__btns {
  border-left: none;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  color: #ffffff;
}

/* cookieconsent style - END */

/* navbar-style-START */
#mobileMenuModal .modal-content {
  background-color: #e8e8e8;
}

.hero-container .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1055;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  padding: 1.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.hero-container .mobile-menu.active {
  right: 0;
}

.hero-container .mobile-menu .nav-link {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}

.hero-container .btn-join:hover,
.hero-container .btn-contact:hover {
  opacity: 0.9;
}

/* ----------------------------------- ABOUT-CSS-START ----------------------------*/
.about-custom-sections {
  margin: 100px 0;
}

.about-hero-section {
  text-align: center;
  padding-top: 100px;
}

.about-hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #00234b;
}

.about-hero-section p {
  max-width: 900px;
  margin: 20px auto;
  font-size: 18px;
  color: #00234b;
}

.about-hero-section {
  position: relative;
}

.about-hero-section img {
  border-radius: 20px;
  box-shadow: inset 0 -10px 15px -5px rgba(255, 255, 255, 0.7);
  width: 100%; /* Adjust as needed */
}

.about-hero-section::after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, white, transparent);
  border-radius: 0 0 20px 20px;
}

.about-container .highlight-text {
  background-color: #d0f6fe;
  background-image: url("../img/cloud-bg.png");
  background-size: cover;
  background-position: top;
  border-radius: 22px;
  padding: 20px;
}

.about-container .highlight-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 12px;
}

.about-container .highlight-maintitle {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-right: 100px;
}

.about-container .holding-tm-title {
  font-family: "Figtree", sans-serif;
  font-size: 52px;
  /* margin-bottom: 50px; */
}

.about-container .problem-box .box-title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.about-container .problem-box .list-unstyled li {
  font-size: 16px;
  margin-bottom: 12px;
}

.about-container .problem-box {
  background-color: #f5f5ff;
  border-radius: 33px;
  padding: 50px;
}

.built-section {
  background: #2e2c2c;
  border-radius: 22px;
  color: #ffffff;
}

.built-section h6 {
  font-weight: 300;
  line-height: 36px;
  font-size: 20px;
}

.built-section p {
  font-size: 18px;
  margin-bottom: 12px;
  margin-right: 100px;
}

.founder-section .fouder-title {
  font-family: "Figtree", sans-serif;
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
}

.founder-section.about-container .founder-note-section {
  background-color: #59bdc7;
  color: #ffffff;
}

.founder-section.about-container .founder-note-section .founder-msg {
  padding-left: 100px;
  padding-right: 40px;
}

.founder-section.about-container .founder-note-section .founder-msg p {
  font-size: 20px;
}

.who-we-serve .who-wServe-title {
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 16px;
}

.our-team-section .team-title {
  font-size: 36px;
  font-size: 36px;
  margin-bottom: 16px;
}

.our-team-section .our-team-list li {
  margin-bottom: 20px;
}

.our-team-section .our-team-list img {
  width: 20px;
  margin-right: 5px;
}

.tooltip-inner {
  max-width: 500px;
  white-space: normal;
  padding: 20px;
}

.btn-outline-info {
  background-color: transparent;
  border: 1px solid #48a1aa;
  color: #48a1aa;
}

.toast {
  border-color: #6ce9a6;
  border-radius: 12px;
  background: #f6fef9;
  color: #027a48;
  width: 100%;
}
.toast .btn-close {
  color: #027a48;
}

.toast-body-radius {
  border-radius: 15px;
}

/* ----------------------------------- ABOUT-CSS-END ----------------------------*/

/* navbar-style-END */

@media (max-width: 768px) {
  .sopify-advantage .nav-pills .nav-link {
    margin: 5px;
  }
  .hero-container .btn-join {
    padding: 4px 12px;
  }
  .hero-container .site-log {
    height: 30px;
  }
  .hero-container .hero-section h1,
  .hero-container .hero-section h2 {
    font-size: 32px;
  }

  .hero-container .hero-section h1 .img-fluid {
    width: 34px;
  }

  .hero-container .hero-section p {
    font-size: 15px;
  }

  .hero-container .hero-section,
  .hero-container .dashboard-mask-group,
  .hero-container .sops-broken,
  .hero-container .work-flow-SOPguide {
    padding-top: 55px;
  }

  .sops-broken .sop-h2,
  .sop-heading {
    font-size: 28px;
  }

  .sops-broken p,
  .sop-sub-h {
    font-size: 16px;
  }

  /*
  .hero-container .navbar {
    padding: 12px;
  }
 */

  .sops-broken .sop-h2,
  .sop-heading {
    font-size: 26px;
  }

  .wave-goodbye,
  .sopify-advantage,
  .feature-container,
  .sop-comparison-section,
  .faq-section,
  .info-section {
    padding: 100px 28px;
  }
  .wave-goodbye {
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
  }

  .wave-goodbye .wave-step-block {
    margin-bottom: 40px;
  }

  .feature-container {
    background-image: url(../img/feature-m-bg-banner.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 14px;
  }

  .sopify-advantage .sop-adv-h {
    font-size: 38px;
  }

  .feature-container .feature-title {
    font-size: 38px;
    margin-bottom: 450px;
  }

  .feature-container .feature-card {
    padding: 1rem;
  }

  .feature-container .feature-icon-box {
    width: 32px;
    height: 32px;
  }

  #benefitTabs {
    flex-wrap: nowrap !important;
    overflow-y: hidden;
    overflow-x: scroll;

    /* -webkit-overflow-scrolling: touch; */
    /* scrollbar-width: none; */
  }

  #benefitTabs::-webkit-scrollbar {
    height: 5px;
  }

  #benefitTabs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eaffff;
    border-radius: 10px;
  }

  #benefitTabs::-webkit-scrollbar-thumb {
    background: #48a1aa;
    border-radius: 10px;
  }

  /* #benefitTabs::-webkit-scrollbar {
    display: none;
  } */

  .sop-comparison-section .comparison-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 30px;
  }

  .sop-comparison-section .comparison-row {
    width: 1120px;
  }

  .sopify-advantage .feature-icons {
    flex-direction: column;
    align-items: flex-center;
    gap: 13px;
    text-align: left;
  }

  .sopify-advantage .feature-icons div {
    width: 160px;
  }

  .sopify-advantage #benefitTabsContent {
    padding: 0;
  }

  .sopify-advantage .highlight-box {
    padding: 24px 18px;
  }

  .sopify-advantage .join-button {
    margin-bottom: 34px;
  }

  .sopify-advantage .nav-pills .nav-link {
    white-space: nowrap;
    font-size: 0.9rem;
  }

  .sop-comparison-section .section-title {
    font-size: 24px;
  }

  .info-section .info-card {
    padding: 35px 30px;
  }

  .info-section .info-card-title {
    font-size: 28px;
  }

  .info-section .subscribe-box {
    padding: 5px 10px;
  }
  .info-section .subscribe-box input {
    padding: 2px 5px;
    font-size: 12px;
  }

  .faq-section {
    padding: 100px 15px;
  }

  .faq-section h2 {
    font-size: 32px;
  }

  .swiper {
    padding: 0;
    border-radius: 18px;
  }

  .footer {
    padding: 70px 10px 30px 10px;
  }

  /* ------------- CSS for policy ------------------------ */
  .policy-contact .policy-container .policy-title h1 {
    font-size: 30px;
  }
  .policy-contact .policy-container .policy-title p,
  .policy-contact .policy-container .policy-desc p,
  .policy-contact .policy-container .policy-desc ul {
    font-size: 16px;
  }

  .policy-contact .policy-container .policy-desc h2 {
    font-size: 22px;
  }

  .policy-contact .policy-container .policy-desc {
    padding: 0 10px;
  }

  .sop-roi-calculator .bar-border-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sop-roi-calculator .bar-border-card .row {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
  }

  .sop-roi-calculator .bar-border-card .col-md-4 {
    flex: 0 0 auto;
    width: 300px;
  }
}

@media (max-width: 576px) {
  .hero-container .hero-navbar {
    padding: 9px 15px;
  }

  .sai-contact .contact-container {
    margin: 20px auto;
  }

  .sai-contact .form-section h4 {
    font-size: 28px;
  }

  .sai-contact .form-section p {
    font-size: 14px;
  }

  .step-title {
    font-size: 1rem;
  }

  .step-text {
    font-size: 0.9rem;
  }

  .step-icon {
    max-width: 100%;
    height: auto;
  }

  .badge img {
    width: 16px;
  }

  /* css for about page - START */
  .about-hero-section {
    padding-top: 66px;
  }

  .about-hero-section h1 {
    font-size: 32px;
  }

  .about-hero-section p {
    font-size: 16px;
  }

  .about-hero-section::after {
    bottom: 47px;
    height: 14%;
  }

  .about-container .highlight-maintitle {
    font-size: 18px;
    margin-right: 0;
  }

  .about-container .highlight-subtitle {
    margin-top: 30px;
  }

  .about-container .highlight-text {
    padding: 20px 35px;
    padding-top: 60px;
  }

  .about-container .holding-tm-title {
    font-size: 32px;
    margin-bottom: 42px;
  }

  .about-container .problem-box .box-title {
    margin-top: 40px;
  }

  .about-container .problem-box {
    padding: 26px;
  }

  .founder-section .fouder-title {
    font-size: 32px;
  }

  .founder-section.about-container .founder-note-section .founder-msg {
    padding: 50px 38px;
    padding-bottom: 10px;
  }

  .founder-section.about-container .founder-note-section .founder-msg p {
    font-size: 17px;
  }

  .built-section {
    margin: 2px 14px;
  }

  .built-section img {
    width: 230px;
  }

  .built-section .built-cont {
    padding: 0 25px 30px;
  }

  .built-section p {
    margin: 0;
    margin-bottom: 12px;
  }

  .about-infosec.info-section {
    padding: 0;
  }

  .about-infosec.info-section .info-card {
    border-radius: 0;
  }

  .about-custom-sections {
    margin-top: 0px;
  }

  /* css for about page - END */
}
