@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary-color: #000;
  ---grey-color: #46525e;
  --p-text: #4a5469;
  --white-color: #fff;
  --heading-color: #313131;
  --c-green-color: #8effff;
  --all-color: #000;
  --allover-font: "Inter", sans-serif;
  /* --heading-font: "Montserrat", sans-serif;
  --p-font: "Montserrat", sans-serif; */
}
body {
  overflow-x: hidden;
  color: var(--p-text);
}
p {
  color: var(--p-text);
  font-family: var(--allover-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 36px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 36px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
a {
  color: #75a605;
  text-decoration: none;
}
.underline-link {
  font-size: 18px;
  color: #75a605;
  line-height: 24px;
  text-decoration: underline;
}
.underline-link:hover {
  color: #75a605;
}
a:hover {
  text-decoration: none;
}
/* .grey-bg1 {
  background-color: #eff7f9;
} */
.grey-bg {
  background-color: #f8f9fa;
}
h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--allover-font);
  font-weight: 700;
}

.error_input {
  border: 1px solid #e74c3c;
}

.theme-btn {
  color: var(--all-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 7px;
  border-radius: 9px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
  padding: 10px 25px;
  line-height: 1.1;
}
.theme-btn:hover {
  background: var(--primary-color);
  border: solid 2px #000;
  color: #fff;
}
.black-btn {
  background-color: var(--all-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 7px;
  border-radius: 10px;
  display: inline-flex;
  width: 225px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.black-btn svg {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
}
.section-title {
  margin-bottom: 50px;
}
.section-title .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section {
  padding: 80px 0;
}
/* .section-title .green-text {
  font-weight: 600;
  font-size: 18px !important;
} */
.section-title h1 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--all-color);
  font-family: var(--allover-font);
  display: block;
  position: relative;
  line-height: 48px;
  text-transform: none;
}
.section-title h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
/* .section-title span {
  color: var(---grey-color);
  font-weight: 700;
} */

.section-title p {
  margin: 0;
  line-height: 28px;
  font-weight: 500;
}

.section-title p.sub-hd {
  font-size: 20px;
  font-weight: 500;
  color: #303b52;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* =============banner================ */

.banner-section {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 110px;
  padding: 60px 0;
  display: block;
}
.banner-section h1 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
}
/* .banner-section h1 span {
  color: var(---grey-color);
} */
.banner-section p {
  font-size: 18px;
  color: var(--p-text);
  margin-top: 30px;
  font-weight: 400;
  line-height: 28px;
}

.banner-btn {
  background-color: var(--primary-color);
  padding: 10px 25px;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  border: solid 2px #000;
  line-height: 1;
}

.banner-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.banner-btn svg {
  width: 18px !important;
  height: 18px !important;
  margin-left: 8px;
}
.banner-section .banner-img {
  width: 100%;
  height: auto;
}
/* .banner-section .banner-img img {
  animation: float 6s ease-in-out infinite;
} */

.banner-img .object-icon {
  position: absolute;
  width: 90px;
  bottom: 8%;
  left: -70px;
  animation: top-bottom 2s infinite linear;
}
.banner-img .object-icon1 {
  position: absolute;
  width: 67px;
  /* right: -16%; */
  rotate: 15deg;
  /* top: 76px; */
  animation: top-bottom 2s infinite linear;
  bottom: 1%;
  left: 7%;
}
@keyframes top-bottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}
/* ==============banner ============ */
/* ==================counter section ================*/
.counter {
  text-align: center;
}
.counter-circle {
  width: 80px;
  height: 80px;
  border: solid 1px #ddddddad;
  text-align: center;
  line-height: 67px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #fff;
}
.counter-circle svg {
  width: 34px;
  height: 34px;
  color: #000;
}
.counter span {
  font-size: 24px;
  color: var(--all-color);
  font-weight: 700;
}
.counter .counter-value {
  font-size: 24px;
  color: var(--all-color);
  font-weight: 700;
}
.counter p {
  line-height: 15px;
}
/* ==================counter section ================*/
.growth-box {
  text-align: center;
  border: solid 2px #dddddd9c;
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.growth-box-icon {
  width: 70px;
  height: 70px;
}
.growth-box-icon svg {
  width: 34px;
  height: 34px;
}
.growth-box-icon {
  width: 70px;
  height: 70px;
  background: #f3f4f5bf;
  line-height: 64px;
  margin: 0 auto;
  border-radius: 54px;
  margin-bottom: 15px;
}
.growth-box-text span {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.growth-box-text p {
  height: 50px;
  min-height: 100%;
}
.heading-36 {
  font-size: 45px;
  color: var(--all-color);
  font-weight: 700;
}
.heading-36 span {
  color: var(---grey-color);
}
.heading-36 .font-italic {
  font-size: 18px;
}
/* Pricing Section */
.pricing {
  padding: 50px 0;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.pricing-card {
  border-radius: 12px;
  border: solid 2px #ddd;
  margin-bottom: 30px;
  padding: 16px;
  transition: 0.3s;
}
.pricing-card .card-header {
  background: none;
  border: none;
}
.pricing-card:hover {
  transform: translateY(-5px);
}
.pricing-card.featured {
  border: 3px solid var(--primary-color);
  position: relative;
}
.pricing-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}
.pricing-card .card-header h3 {
  font-size: 21px;
  margin-bottom: 0;
  color: var(--all-color);
  height: 30px;
  margin-top: 15px;
  line-height: 1;
}
/* .price {
  margin-bottom: 20px;
} */
.currency {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
}
.amount {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
.period {
  font-size: 1.2rem;
  color: #666;
}
.custom {
  font-size: 1.5rem;
  color: #7cb342;
  font-weight: 600;
}
.price-bold p {
  margin-top: 10px;
}
.price-bold ul li {
  margin-bottom: 15px;
}
.coustom-text .amount {
  font-size: 20px;
}
.pricing-card .card-header {
  background: none;
  border: none;
  padding: 0;
}
.section-icon {
  width: 65px;
  height: 65px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.section-icon svg {
  stroke: #fff;
  width: 38px;
  height: 38px;
}
.default-li ul li {
  padding-bottom: 10px;
  color: #364258;
  font-family: var(--p-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  align-items: center;
  display: flex;
}
.centificate-img {
  border: solid 5px #fdfdfd;
}
.centificate-img img {
  border: solid 20px #ecedf3;
}
.effect-image {
  transform: translate3d(0px, 0px, 0px) scale(1) !important;
  object-position: top;
  transition: transform 0.35s;
}
.effect-move:hover .effect-image {
  transform: translate3d(0px, 0px, 0px) scale(1.1) !important;
}
.automates-slide-inner {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 10px;
}
.client-section .client-logo-ar .automates-slide-inner img {
  display: block;
  width: 130px;
  margin: 0 auto;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.9;
  max-width: 100%;
}
.client-logo-ar .col-md-2 {
  width: 17%;
}
.automates-slide-inner:hover {
  box-shadow: 1px 1px 18px #3333332b;
}
.automates-slide-inner:hover img {
  filter: grayscale(0%) !important;
  opacity: 1;
}

footer {
  border-top: #636363 1px solid;
  background-color: #fff;
}

footer .footer-top {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #181a26;
}

.footer-logo {
  width: 100%;
  max-width: 170px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

footer .footer-top h6 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

footer .footer-top ul li {
  margin-bottom: 10px;
}

footer .footer-top a {
  color: #cecfd7;
  font-size: 15px;
  font-weight: 400;
}

footer .footer-top a:hover {
  text-decoration: underline !important;
}

.social-block {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 25px 0;
}

.social-block a {
  width: 36px;
  height: auto;
  display: block;
}

.social-block a img {
  width: 100%;
  height: auto;
  display: block;
}

footer .footer-top h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

footer .footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: #242936 1px solid;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  background: #181a26;
}
.footer-bottom p {
  color: #cecfd7;
  margin: 0;
  font-size: 14px;
}
.service-section .section-title p {
  font-size: 17px;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
}

.service-section .default-li ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.section-title .sub-heading {
  font-size: 18px !important;
  margin: 10px 0;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
.enterprise-suite .section-title .sub-heading {
  font-size: 18px !important;
  font-weight: 400;
}
.enterprise-suite .growth-box-text h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.enterprise-suite .growth-box {
  text-align: center;
  border: solid 2px #dddddd9c;
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 35px;
  box-shadow: none;
}
.qut-btn {
  position: absolute;
  left: 45px;
  top: 0;
  animation: float 3s ease-in-out infinite;
}
.update-btn {
  position: absolute;
  right: 28px;
  top: 81%;
  animation: pulse 2s infinite;
}
.qut-img {
  position: absolute;
  right: -13px;
  bottom: -40px;
  top: auto;
  animation: slideIn 1s ease-out forwards;
  opacity: 0;
  box-shadow: 1px 1px 12px #0000001a;
}
.amc-details {
  position: absolute;
  right: -100px;
  top: 42%;
  animation: float 3s ease-in-out infinite;
  width: 418px;
  height: 248px;
}
.invoice-details {
  position: absolute;
  right: 20px;
  top: -15%;
  animation: float 3s ease-in-out infinite;
  width: 225px;
  height: 248px;
}
.order-details {
  position: absolute;
  right: 59px;
  top: -4%;
  animation: float 3s ease-in-out infinite;
  width: 300px;
  height: 125px;
}
.w-85 {
  width: 85%;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.api-logo-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 8vw;
  gap: 5px;
}

.logo-wrapper {
  width: 12%;
  position: relative;
}
/* .logo-wrapper::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
} */
/* .logo-wrapper:nth-of-type(even) .logo {
  background: #eee;
} */
.logo-wrapper .logo {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  gap: 4px;
  filter: grayscale(100%);
  border: solid 1px #f3f3f3;
  cursor: pointer;
}
.logo-wrapper .logo img {
  width: 80%;
  object-fit: contain;
  height: 40px;
  margin: 0 auto;
}
.logo-wrapper .logo:hover {
  filter: grayscale(0%);
}
/* =============about-page=============== */

/* ======================= */
.about-banner-section {
  background-color: #f8f9fa;
  padding: 120px 20px 80px;
  text-align: center;
}
.about-banner-section .about-icon {
  width: 100px;
  height: 100px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 36px;
}
/* .about-banner-section h1 {
  letter-spacing: -2px;
} */
/* .about-banner-section h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.about-banner-section h5 {
  font-weight: 500;
  color: #555;
  margin-bottom: 20px;
} */
.about-banner-section p {
}

.about-skill-page .counter span {
  font-size: 25px;
  color: var(--all-color);
  font-weight: 700;
}
.about-skill-page .counter .counter-value {
  font-size: 25px;
  color: var(--all-color);
  font-weight: 700;
}
.about-skill-page .counter-circle {
  display: none;
}
.about-skill-page .counter {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.about-icon svg {
  width: 40px;
}
/* .journey-section {
  background: #fff;
  text-align: center;
} */

.journey-section .journey-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.journey-section .journey-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.journey-section .journey-icon {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
}
.journey-section .journey-icon svg {
  fill: #fff;
  width: 40px;
}
.journey-section .journey-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.journey-section .journey-card p {
  font-size: 15px;
  margin-bottom: 10px;
}
.journey-section .journey-text p.sub-text {
  color: var(--all-color);
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.journey-section .journey-text p {
}
.journey-section .journey-meta svg {
  width: 15px;
  fill: var(---grey-color);
}
.journey-section .journey-meta {
  font-size: 14px;
  color: var(---grey-color);
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.journey-section
  .row.g-4
  .col-md-3:nth-of-type(4)
  .journey-card
  .journey-meta
  svg {
  fill: none;
}

.trusted-section {
  background: #f8f9fa;
  padding: 80px 20px;
  text-align: center;
}

.customer-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.customer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.customer-icon {
  width: 132px;
  max-width: 100%;
  height: 83px;
  background: #f0f2f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  /* color: #555; */
  margin: 0 auto 15px;
  padding: 16px;
  border: solid 1px #ddd;
}
.customer-icon img {
  object-fit: contain;
  filter: grayscale(100%);
}
.customer-icon:hover img {
  filter: grayscale(0%);
}
.customer-card .customer-name {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: var(--all-color);
}
.roadmap-card .icon svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
}
.roadmap-section {
}
/* .roadmap-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
} */
/* .roadmap-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
} */
.roadmap-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s ease;
  height: 100%;
}
.roadmap-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  /* transform: translateY(-5px); */
}
.roadmap-card .icon {
  font-size: 28px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.roadmap-card h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.team-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 100%;
  padding: 25px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.team-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.team-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 32px;
  color: #6c757d;
  border-radius: 100%;
  overflow: hidden;
}
.team-card:hover .team-icon img {
  filter: grayscale(0%);
}
.team-icon img {
  filter: grayscale(100%);
  object-fit: cover;
}
.team-name {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.team-role {
  font-size: 15px;
  font-weight: 500;
}
.team-exp {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.roadmap-card p {
  margin-bottom: 0;
}
/* =============about-page-end=============== */
/* =============amc-warranty-management=============== */
.banner-form .form-control {
  height: 50px;
  border-radius: 6px;
  border: solid 1px #d1d6c6;
}
.banner-form {
  background: #f7f7f7;
  padding: 15px 40px;
  border: solid 2px #dbdbdb5c;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  text-align: left;
  font-size: 0;
}
.banner-form {
  padding-bottom: 40px;
  border: 1px solid #181a26;
  background-color: #181a26;
}
.banner-form h3 {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}
/* =====================compliance page====================== */
.compliance-banner-section .iso-btn {
  background-color: var(--primary-color);
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 36px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.compliance-banner-section .iso-btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.compliance-banner-section {
  padding: 120px 20px 30px;
}

.certificate-card {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
}
.certificate-card p {
  color: #364153;
  font-weight: 400;
}
.highlight-box {
  color: #364153;
  font-weight: 400;
}
.certificate-card .highlight-box strong {
  color: #000;
}
.certificate-card:hover {
  border: solid 2px #99a1af;
}
.certificate-icon {
  font-size: 30px;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 12px;
  border-radius: 8px;
  line-height: 0;
  margin-right: 20px;
  transition: transform 0.4s;
}
.certificate-card:hover .certificate-icon {
  transform: scale(1.1);
}
.highlight-box {
  background: #fbf9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
.certificate-footer p {
  margin: 0;
  font-size: 15px;
}
.certificate-footer i {
  margin-right: 6px;
  color: #000;
}
.certificate-section .section-title svg {
  width: 36px;
  height: 36px;
}
.certificate-card h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
}
.certificate-footer svg {
  width: 20px;
  margin-right: 5px;
  height: 20px;
}
.certificate-footer p {
  color: #000;
}

.security-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 32px;
  border: 2px solid #ddd;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.security-section h3 {
  font-size: 1.25rem;
  color: var(--all-color);
}
.security-section h2 {
  font-weight: 700;
}
.security-section .security-icon {
  font-size: 40px;
  margin-bottom: 15px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #222;
  line-height: 52px;
  border-radius: 50%;
}
.security-section p {
  font-weight: 400;
}
.security-icon svg {
  stroke: #fff;
  width: 30px;
  height: 30px;
}
.aws-box {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.section-title svg {
  width: 36px;
  height: 36px;
}
.security-section .text-muted {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

.security-architecture {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  border: 2px solid #ddd;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.security-architecture p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
}
.security-architecture .security-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.security-architecture h2 {
  font-weight: 700;
}
.security-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease;
  background: #fff;
}
.security-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.security-icon {
  font-size: 24px;
  color: #000;
}
.security-title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-left: 16px;
}
.security-architecture h3 {
  color: var(--all-color);
}
.security-architecture h3 {
  font-size: 22px;
  color: #000;
}
.application-Security .security-icon {
  font-size: 24px;
  color: #000;
  margin: 0;
  width: auto;
  height: auto;
  display: flex;
  /* line-height: 1; */
  background: none;
}
.application-Security .security-icon svg {
  stroke: #000;
  width: 24px;
  height: 24px;
}
.security-card .d-flex {
  margin-bottom: 12px;
  align-items: center;
}
/* ----------Secure Development ------------ */
.secure-section {
  background: #f9fbfc;
  background: linear-gradient(
    90deg,
    rgba(249, 251, 252, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 12px;
  padding: 32px;
  border: 2px solid #ddd;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.secure-step {
  text-align: center;
}
.secure-step .step-number {
  background: #000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 12px 15px;
  width: auto;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
.text-muted {
  color: #4a5565 !important;
}
.secure-step h4 {
  font-weight: 700;
  font-size: 17px;
  color: var(--all-color);
}
.devsecops-box {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
}
.secure-step .text-muted {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}
.devsecops-box h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

.secure-section p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 36px;
}
.devsecops-box p {
  font-size: 16px;
}
/* ----------- Secure Development end-------- */
/* -------incident-rsponse-section------ */
.incident-box .process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.step-number {
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.vulnerability-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
.vulnerability-card h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--all-color);
  margin-bottom: 5px;
}
.box-border {
  border-radius: 12px;
  padding: 32px;
  border: 2px solid #ebe6e7;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.incident-box h3 {
  color: var(--all-color);
  font-size: 22px;
}
.incident-box .process-step strong {
  color: var(--all-color);
}
.incident-box .process-step p {
  font-size: 14px;
  font-weight: 400;
}
.incident-box .vulnerability-card p.text-muted {
  font-size: 14px;
  font-weight: 400;
}
/* incident-rsponse-section-end */
/* responsible-section */
.responsible-section .disclosure-section {
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.responsible-section .disclosure-section h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.responsible-section .disclosure-section p {
  font-weight: 400;
}
.responsible-section .contact-box span {
  font-weight: 700;
}
.responsible-section .contact-box a {
  color: #000;
}
.responsible-section .contact-box {
  background: #fff;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  font-weight: 600;
}
.responsible-section .contact-box small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #6c757d;
}
.responsible-section .check-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.responsible-section .check-item i {
  color: #0dcaf0;
  margin-right: 8px;
}
.responsible-section .check-item svg {
  margin-right: 10px;
}
.responsible-section .contact-box .check-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}
/* =====================compliance page====================== */
/* ================news-event-page================ */
.news-event-banner {
  margin-top: 84px;
  padding: 100px 0;
  text-align: center;
  background-color: var(--all-color);
}
.news-event-banner-text .news-banner-icon svg {
  stroke: #fff;
  width: 100px;
  height: 100px;
}
.news-event-banner h1 {
  font-size: 50px;
  color: #fff;
}
.event-row .event-box-section:hover {
  border: solid 2px #000;
  box-shadow: 0px 4px 26px rgb(0 0 0 / 25%);
}
.event-row .event-hd {
  position: absolute;
  left: 95px;
}
.event-box-section .event-hd-icon {
  background-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  margin-right: 15px;
  transition: transform 0.4s;
}
.event-box-section:hover .event-hd-icon {
  transform: scale(1.1);
}
.event-box-section .event-hd-icon svg {
  stroke: #fff;
}
.event-box-section .event-hd h3 {
  font-size: 23px;
  color: #000;
}
.event-hd .date {
  display: inline-flex;
  border: solid 1px #000;
  border-radius: 8px;
  align-items: center;
  font-size: 12px;
  padding: 1px 8px;
  color: var(--all-color);
  margin-bottom: 8px;
  font-weight: 500;
}
.event-hd .date svg {
  width: 12px;
  margin-right: 5px;
  height: 12px;
  stroke: #000;
}
.highlight-list {
  list-style: none;
  padding-left: 0;
}
.highlight-list li {
  background: #f8f9fa;
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  border-left: solid 3px #222;
  font-size: 14px;
  color: #364153;
}
.highlight-list li::before {
  content: "●";
  font-size: 18px;
  color: black;
  margin-right: 10px;
  margin-top: 0px;
  line-height: normal;
}
.event-text-section h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.event-text-section .theme-btn {
  font-size: 14px;
  background: none;
  width: auto;
  height: auto;
  padding: 8px 12px;
  margin-top: 10px;
  border: solid 1px #000;
}
.event-text-section .theme-btn:hover {
  color: var(--white-color);
  background-color: var(--all-color);
}
.event-text-section .theme-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}
.event-text-section p {
  padding: 15px 0;
  font-weight: 400;
}
.certifications-list li {
  background-color: #fbf9fa;
  border: solid 1px #e5e5e5;
  font-size: 13px;
  color: #000;
  display: block;
  padding: 4px 10px;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 600;
}
.certifications-list li svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.sitebysite-li-box {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sitebysite-li-box li {
  width: 32.33333333%;
  max-width: 100%;
  position: relative;
  border-radius: 10px;
  max-width: 100%;
  background-color: #fbf9fa;
  border: solid 1px #e5e5e5;
  padding: 10px 20px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.sitebysite-li-box li::before {
  content: "●";
  font-size: 18px;
  color: black;
  margin-right: 3px;
  margin-top: 0px;
  line-height: normal;
}
.event-text-section .web-link {
  color: var(--p-text);
  font-size: 14px;
  margin-bottom: 15px;
}
.event-text-section .web-link svg {
  width: 15px;
  height: 15px;
}
.event-text-section .web-link a {
  color: var(--p-text);
}
.news-event-details .news-img {
  border: solid 1px #dbdbdb !important;
  overflow: hidden;
  border: solid 3px #fff;
  border-radius: 34px;
  box-shadow: 1px 1px 6px #9b99992e;
}
.news-event-details .news-img:hover {
  filter: grayscale(0%);
}
.news-text .news-text-hd {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
}
.news-text p {
  color: var(--p-text);
  font-size: 14px;
}
.news-text .content ul li {
  display: flex;
  color: #444e5e;
  font-size: 15px;
  align-items: center;
}
.news-event-details p {
  font-size: 14px;
  line-height: 24px;
}
ul.default-ul {
  margin-left: 15px;
  list-style: disc;
  margin-bottom: 15px;
}
ul.default-ul li {
  font-size: 14px;
  padding: 5px 0;
  font-weight: 500;
}
.news-event-details .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.news-event-details .modal-body {
  padding: 30px;
  border-radius: 30px;
  background-color: #f8f9fa;
}
.news-text .content li {
  display: flex;
  color: #000;
  font-size: 15px;
  align-items: center;
}
.news-text h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}
.news-text h4 svg {
  width: 20px;
  height: 18px;
  margin-right: 4px;
}
.news-event-details .news-img {
  height: 500px;
}
.news-event-details .iso-text {
  border: solid 1px #363232;
  padding: 20px;
  background: #000000db;
  border-radius: 15px;
}
.news-event-details .iso-text p {
  color: #ddd;
}
.news-event-details .iso-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.news-event-details h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.news-event-details .news-img img {
  object-fit: cover;
}
.news-event-details .list-unstyled li {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 4px 0;
  font-weight: 500;
  color: #ddd;
}
.news-event-details .list-unstyled li svg {
  width: 22px;
  height: 21px;
  margin-right: 10px;
  fill: #fff;
}
.news-event-details .modal-content {
  border-radius: 30px;
}
.news-event-details .secure-section {
  background: #ffffffeb;
  border: 1px solid #000000;
}
.event-img {
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}
.event-img img {
  object-fit: cover;
}
.footer-security-section ul li svg {
  width: 20px;
  height: 20px;
}
.event-box-section {
  position: relative;
}
/* ================order-management-solution-page============= */
.order-procss-banner-section {
  padding: 120px 0px 80px;
}
.order-procss-banner-section .section-title p.sub-hd {
  font-weight: 400;
  color: #364153;
}
.order-procss-banner-section .section-title p {
  font-weight: 400;
  color: #364153;
}

.order-procss-banner-section .section-title svg {
  width: 18px;
  height: 18px;
}
.order-icon {
  border: #222;
  padding: 12px;
  border-radius: 10px;
  display: inline-block;
  background: #222;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.order-icon svg {
  stroke: #fff;
}
.order-text h3 {
  font-size: 20px;
  color: var(--all-color);
  margin-bottom: 15px;
}
.order-text p {
}
/* ================order-management-solution-page-end============= */
/* home-blog-section */
.blogPost {
  height: fit-content;
  transition: all;
  background-color: #f8f9fa;
  border-radius: 10px;
  transition-duration: 300ms;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
  min-height: 535px;
}
.imgHoverAnimation {
  position: relative;
  overflow: hidden;
  height: 290px;
}
.imgHoverAnimation::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 5%;
  box-sizing: border-box;
  border: 2px #93c5fd solid;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
}
.blogPost img {
  height: 250px;
  width: 100%;
  filter: grayscale(1);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.imgHoverAnimation::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: rgb(0 0 0 / 0.4);
  transition: all 0.3s ease;
  opacity: 0;
}
.blogPost .date {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  background-color: var(--primary-color);
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: 14px;
}
.blogPost .content .top {
  padding-bottom: 20px;
}
.blogPost .top h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  height: 85px;
}
.readMore {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all;
}
.readMore .icon svg {
  height: 20px;
  width: 20px;
}
.readMore:hover {
  color: #000;
}

.imgHoverAnimation img {
  transition: all 0.3s ease;
}
.imgHoverAnimation:hover::before {
  opacity: 1;
  transform: scale(1);
}
.imgHoverAnimation:hover::after {
  opacity: 1;
  transform: scale(1);
}
.imgHoverAnimation:hover img {
  transform: scale(1.1) rotate(5deg);
  filter: grayscale(0);
}
.blog-section .swiper {
  width: 100%;
  height: 100%;
}
.blog-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ======================pricing-popup===================== */
.pricing-popup .btn-close {
  position: absolute;
  right: 17px;
  top: 15px;
  color: #fff;
}
/*  */
.pricing-popup .modal-content {
  border-radius: 30px;
}
.pricing-popup .modal-content .modal-body {
  padding: 0;
  border-radius: 30px;

  background-color: #f8f9fa;
}
.pricing-popup .pricing-details {
  padding: 0 30px 30px;
}
.pricing-details {
  display: flex;
  height: 80vh;
  overflow: auto;
  gap: 15px;
  flex-wrap: wrap;
}
.pricing-popup .pricing-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 32%;
}
.pricing-popup .pricing-row .pricing-listing {
  width: 100%;
  height: auto;
  background: #ffffffee;
  padding: 15px;
  border-radius: 8px;
  border: solid 1px #dddddde8;
}
.pricing-hd {
  display: flex;
  align-items: center;
  height: 40px;
}
.pricing-listing .pricing-hd .pricing-img {
  position: absolute;
  width: 40px;
  height: 40px;
  display: none;
}
.pricing-hd h4 {
  margin-bottom: 0;
}
.pricing-hd h4 a {
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  color: #000;
  display: flex;
  margin-bottom: 0;
  text-decoration: underline;
}
.pricing-hd h4 a svg {
  width: 20px;
  margin-right: 12px;
}
.pricing-details .pricing-listing ul {
  padding-left: 0;
}
.pricing-details .pricing-listing ul li {
  font-size: 14px;
  text-align: left;
  padding: 1px 10px;
  font-weight: 400;
  /* color: #565151; */
  display: flex;
  align-items: center;
}
.pricing-details ul li i {
  font-size: 16px;
  /* color: var(--primary-color); */
  margin-right: 10px;
  line-height: 1;
}
.pricing-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.feature-card h6 {
  color: #2563eb;
}
.pricing-popup .modal-title {
  position: relative;
  padding: 30px 30px 20px;
  color: #000000;
}
.pricing-details p.text-left {
  color: #fff;
}

.groweonsuite-text h5 {
  color: #000000;
  font-weight: 700;
  font-size: 17px;
}
.groweonsuite-text .sub-text p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.groweonsuite-text h3 {
  color: #000000;
  font-size: 20px;
}

.groweonsuite-text .sub-text {
  border: solid 1px #dbd7d7b8;
  padding: 18px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 14px;
  margin-top: 20px;
}
.groweonsuite-text .sub-text svg {
  fill: #000000;
  margin-right: 10px;
}
.groweonsuite-text .pricing-text span {
  color: #e74c3c;
}
/* ======================pricing-popup-end===================== */
.request-form .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
}
.request-form .modal-content {
  border-radius: 30px;
  overflow: hidden;
}
.request-form-left-sec h2 {
  color: #222;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 26px;
}
.form-request-ar .form-request-hd {
  color: #222;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 26px;
}
.form-request-ar .form-label {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.form-request-ar .form-control {
  height: 45px;
  border: solid 1px #cdd5e1;
  background: #ffffff;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 8px;
}
.form-request-ar .form-control::placeholder {
  font-size: 14px;
}
.request-form-left-sec ul li {
  padding: 6px 0;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.request-form-left-sec ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.request-form-left-sec p {
  font-style: italic;
  line-height: 1.2;
}
.request-form .modal-dialog {
  max-width: 900px;
}
.grey-bg-popup {
  background-color: #e4e7eb;
}
/* ================lead-management-section================ */
.lead-management-section .roadmap-card .icon svg {
  width: 25px;
  height: 25px;
}
.lead-management-section .roadmap-card .icon {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 0;
}
.lead-management-section .roadmap-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.benefits-lead-box {
  margin-bottom: 36px;
}
.benefits-lead-management .col-md-6:nth-child(3) .benefits-lead-box {
  margin-bottom: 0;
}
.benefits-lead-management .col-md-6:nth-child(4) .benefits-lead-box {
  margin-bottom: 0;
}
.black-icon {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 0;
  width: 50px;
  height: 50px;
}
.black-icon svg {
  width: 25px;
  height: 25px;
}
.benefits-lead-text {
  margin-left: 25px;
}
.benefits-lead-text h3 {
  color: var(--all-color);
  font-size: 22px;
  margin-bottom: 16px;
}
.manage-leads {
  height: 100%;
  background: #fff;
  border-radius: 11px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.manage-leads h3 {
  margin-bottom: 30px;
  color: var(--all-color);
  font-size: 20px;
}
.manage-leads-li {
  font-size: 16px;
  font-weight: 400;
}
.manage-leads-li svg {
  stroke: #000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.manage-leads p svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* .manage-leads-scroll {
  height: 600px;
  overflow: auto;
} */

.lead-management-banner-section .section-title p {
  line-height: 21px;
}
.key-stages-text h3 {
  color: #000;
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
}
.key-stages-box .number {
  width: 50px;
  background-color: #000;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.key-stages-text h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;
}
.key-stages-box.roadmap-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s ease;
  height: 100%;
  text-align: center;
}
.mobile-app-section .roadmap-card-text ul {
  margin-top: 20px;
  padding-left: 25px;
}
.mobile-app-section .roadmap-card-text ul li {
  padding: 5px 0;
  list-style-type: disc;
  font-weight: 500;
  font-size: 15px;
}
.only-text-section .section-title p:nth-child(2) {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #263344;
  margin-top: 15px;
}
.only-text-section .section-title p:nth-child(3) {
  color: var(--p-text);
  font-weight: 400;
}
.only-text-section .section-title p:nth-child(4) {
  font-size: 18px;
}
.lead-management-section .roadmap-card {
  background-color: #fff;
}
/* ================lead-management-section================ */
/* ================faq-section================ */
.faq-section .box-border {
  border-radius: 5px !important;
  padding: 0px !important;
  border: 1px solid #ebe6e7 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 7px !important;
}
.faq-section .box-border .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faq-section .accordion-button {
  background: none;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
}
.faq-section .accordion-li li {
  display: flex;
  padding: 8px 0;
}
.faq-section .accordion-li li span svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.faq-section .accordion-body {
  background: #f8f9fa;
}
.faq-section .accordion-li {
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
  border: solid 1px #dddddd7a;
}
/* ================faq-section================ */
.mobile-app-section .roadmap-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}
.testimonial-box {
  background: #f1f1f1;
  padding: 28px;
  margin-top: 30px;
  border-radius: 10px;
  font-style: italic;
}
.testimonial-box p {
  position: relative;
}
.testimonial-box p:before {
  position: absolute;
  background-color: #ddd;
  width: 20px;
  height: 70%;
  border-radius: 20px;
  left: -46px;
  content: "";
  top: 0;
  transform: translate(50%, 20%);
}
.testimonial-box p {
  position: relative;
  margin-left: 40px;
}
.testimonial-name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.testimonial-name span {
  font-size: 14px;
  color: var(--p-text);
}
.testimonial-ar .swiper-button-next {
  top: 70%;
  /* font-size: 18px; */
  background: #222;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  right: 25px;
}
.testimonial-ar .swiper-button-prev {
  left: auto;
  right: 70px;
  top: 70%;
  width: 40px;
  height: 40px;
  background: #222;
  padding: 10px;
  border-radius: 4px;
}
.testimonial-ar .swiper-button-next:after {
  content: "next";
  font-size: 18px;
  color: #ffffff;
}
.testimonial-ar .swiper-button-prev:after {
  content: "prev";
  font-size: 18px;
  color: #ffffff;
}
