@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");
/* =============globle-css================ */
:root {
  --primary-color: #000;
  --green-btn-color: #abd400;
  --p-text: #4a5469;
  --white-color: #fff;
  --heading-color: #313131;
  --c-green-color: #8effff;
  --all-color: #000;
  --allover-font: "Inter", sans-serif;
  --heading-font: "Space Grotesk", sans-serif;
  --p-font: "Inter", sans-serif;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: var(--p-text);
}
p {
  color: var(--p-text);
  font-family: var(--allover-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.primary-color {
  color: var(--p-text) !important;
}
.primary-text-size {
  font-weight: 400 !important;
  font-size: 15px !important;
}
::-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(--heading-font);
  font-weight: 700;
}

.error_input {
  border: 1px solid #e74c3c;
}
.rounded-4 {
  border-radius: 10px !important;
}
.rounded-5 {
  border-radius: 20px !important;
}
.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: 48px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--all-color);
  display: block;
  position: relative;
  line-height: 48px;
  text-transform: none;
}
.section-title h3 {
  font-size: 38px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: var(--all-color);
}
/* .section-title span {
  color: var(---grey-color);
  font-weight: 700;
} */

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

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

.banner-section.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 10% 0% 5%;
}

.banner-section .hero-title {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.2;
  color: #000;
}

.banner-section .hero-subtext {
  font-size: 20px;
  margin-top: 20px;
  max-width: 500px;
  line-height: 1.5;
}

.banner-section .btn-dark {
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
}

.banner-section .btn-outline-dark {
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
}

.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.2;
}
.banner-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.banner-btn svg {
  width: 18px !important;
  height: 18px !important;
  margin-left: 8px;
}

/* Animation Section */
.banner-section .animation-area {
  position: relative;
  width: 400px;
  height: 400px;
}

.banner-section .circle {
  position: absolute;
  top: 70%;
  left: 50%;
  border: 1px solid #dcdfe5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.banner-section .circle.outer {
  width: 530px;
  height: 530px;
}

.banner-section .circle.inner {
  width: 350px;
  background-color: #f8fbff;
  height: 350px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.banner-section .circle.inner img {
  width: 120px;
}

.icon-container {
  position: absolute;
  top: 62%;
  left: 40%;
  transform-origin: center;
  animation: rotate 12s linear infinite;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.demo-btn svg {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.banner-section .icon-box i {
  font-size: 22px;
}
.banner-section .icon-box svg {
  stroke: #000;
  width: 30px;
  height: 30px;
}
.hero-text .sub-text-banner {
  background-color: #46525e1f;
  border-radius: 30px;
  padding: 7px 10px;
  color: #000;
  font-size: 14px;
  display: inline-block;
}
/* Icon positions */
.icon1 {
  transform: rotate(0deg) translate(200px) rotate(0deg);
}
.icon2 {
  transform: rotate(90deg) translate(200px) rotate(-90deg);
}
.icon3 {
  transform: rotate(180deg) translate(200px) rotate(-180deg);
}
.icon4 {
  transform: rotate(270deg) translate(200px) rotate(-270deg);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }
  .animation-area {
    margin-top: 60px;
  }
}
/* ================banner-end=================== */

/* ==================counter section ================*/

.counter {
  text-align: center;
}
.counter-circle {
  width: 80px;
  height: 80px;
  border: solid 1px #ddddddad;
  text-align: center;
  line-height: 75px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #fff;
}
.counter-circle svg {
  width: 26px;
  height: 26px;
  color: #000;
}
.counter span {
  font-size: 50px;
  color: var(--all-color);
  font-weight: 700;
}
.counter .counter-value {
  font-size: 50px;
  color: var(--all-color);
  font-weight: 700;
}
.counter p {
  line-height: 15px;
  font-size: 16px;
  font-weight: 500;
}
/* ==================counter section ================*/
.ai-sub-heading {
  background-color: #303b521f;
  border-radius: 20px;
  padding: 5px 19px;
  color: #000000;
  display: inline-flex;
  margin-bottom: 10px;
}
.ai-sub-heading svg {
  margin-right: 5px;
}
.font-size-18 {
  font-size: 18px;
}
.default-li ul li {
  padding-bottom: 10px;
  color: #364258;
  font-family: var(--p-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
  display: flex;
}
.default-li svg {
  width: 20px;
  height: 20px;
}

/* ============================== */
.roadmap-card {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 35px;
  transition: 0.3s ease;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  transform: none;
  box-shadow: 1px 3px 14px #55555538;
}
.roadmap-card .icon {
  background: #000;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
  width: 64px;
  height: 64px;
  font-size: 20px;
  line-height: 39px;

  text-align: center;
  font-weight: 600;
}
.roadmap-card .icon svg {
  width: 25px;
  height: 25px;
  stroke: #fff;
}
.reting-section .roadmap-card .roadmap-card-text.hd {
  margin-left: 20px;
  height: 58px;
}
.roadmap-card p {
  margin-bottom: 0;
  color: #364153;
  font-size: 16px;
  line-height: 26px;
}
.roadmap-card .retaing svg {
  width: 20px;
  height: 20px;
  margin: 3px;
}
.reting-section h3 {
  font-size: 18px;
  color: #000;
}
.roadmap-card-text.hd p {
  font-size: 13px;
  line-height: 1.5;
}
.roadmap-card:hover {
  transform: translateY(-5px) scale(1.02);
}
.icon.pf-text {
  border-radius: 44px;
  line-height: 44px;
}
.every-role-section .roadmap-card-text.hd h3 {
  font-size: 22px;
}
/* ============================================ */

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

.logo-wrapper {
  width: 20%;
  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%);
  cursor: pointer;
}
.logo-wrapper .logo img {
  width: 100%;
  object-fit: contain;
  height: 40px;
  margin: 0 auto;
}
.logo-wrapper .logo:hover {
  filter: grayscale(0%);
}
.roadmap-card-text.hd h3 {
  font-size: 20px;
  color: #000;
}

/* Chat Panel */
/* .chat-card {
  width: 100%;
  max-width: 500px;
  margin: 60px auto;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
  background: #000;
  color: #fff;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 1px solid #333;
}

.chat-header small {
  display: block;
  font-weight: 400;
  color: #aaa;
  font-size: 0.85rem;
}

.chat-body {
  padding: 25px;
  background: #fff;
  min-height: 280px;
  position: relative;
}

.chat-bubble {
  background: #f1f2f6;
  padding: 15px 18px;
  border-radius: 12px;
  max-width: 95%;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards 1.2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

.chat-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Header */
.chat-header {
  background: #000;
  color: #fff;
  padding: 14px 16px;
}

.chat-header h3 {
  margin: 0;
  font-size: 16px;
}

.chat-header p {
  margin: 0px 0 0;
  font-size: 12px;
  opacity: 0.7;
  color: #fff;
  line-height: 1.4;
}

/* Chat area */
.chat-box {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 414px;
}

.message {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 18px;
  line-height: 1.4;
}

.bot-message {
  background: #f6f3f4;
  align-self: flex-start;
  color: #000;
}

.user-message {
  background: #000;
  color: #fff;
  align-self: flex-end;
}

/* Typing indicator */
.typing {
  background: #f3f3f3;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 18px;
  width: 40px;
}

.dot {
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: #888;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

/* Suggestion buttons */
.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 16px;
  border-top: 1px solid #eee;
}

.suggestion-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}

.suggestion-btn:hover {
  background: #f1f1f1;
}

/* Input area */
.chat-input {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 10px;
  gap: 8px;
}

.chat-input input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
}

.chat-input button {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: bold;
}

.chat-input button:hover {
  background: #333;
}

/* Scrollbar styling */
.chat-box::-webkit-scrollbar {
  width: 6px;
}

.chat-box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
/* Typing Dots Animation */
.typing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.4;
  animation: blink 1.5s infinite;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.chat-footer {
  border-top: 1px solid #dee2e6;
  background: #fff;
  padding: 12px 18px;
}

.chat-footer .btn {
  border-radius: 8px;
  font-size: 0.85rem;
}

.chat-footer .form-control {
  border-radius: 8px;
  font-size: 0.9rem;
}

.input-group .btn {
  border-radius: 8px;
}
/* Lead Scoring Panel */
.lead-card {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.lead-header {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
}

.progress-bar-custom {
  background-color: #00c853;
  height: 8px;
  border-radius: 4px;
}

.progress-bg {
  background: #e9ecef;
  border-radius: 4px;
  height: 8px;
}

.lead-score {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.lead-scoring-sec .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 7px;
  border: solid 1px #ddd;
  padding: 4px 16px;
  margin: 2px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.lead-scoring-sec .nav-link.active {
  background: #000;
  padding: 5px 10px;
}

.lead-card {
  /* max-width: 600px;
  margin: 50px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 30px; */
}
.lead-text-ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.lead-text-ar h5 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.lead-text-ar p {
  margin: 0;
  padding: 0;
}
.progress-text p {
  font-size: 13px;
  font-weight: 600;
}
.lead-score-number {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #222;
}
.lead-subtext {
  color: #6c757d;
  font-size: 0.9rem;
}
.progress-number-text {
  position: absolute;
  right: 0;
  top: -8px;
}
.progress {
  height: 8px;
  border-radius: 10px;
  background-color: #e9ecef;
}
.progress-bar {
  background-color: #00d26a;
  border-radius: 10px;
  transition: width 1s ease-in-out;
}
.yellow-bar {
  background-color: #ffbb00;
}
.red-bar {
  background-color: #d80000;
}
.factor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.factor-label {
  font-weight: 500;
  color: #333333c2;
  font-size: 13px;
}
.factor-percentage {
  width: 36px;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
}
.key-factors-ar p {
  font-size: 14px;
  margin-bottom: 8px;
}
.progress-number-text {
  color: #000;
  font-size: 12px !important;
}
.key-factors p {
  margin-bottom: 6px;
}
.key-factors-ar .progress-bar {
  background-color: #000000;
}
.ai-prediction {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
.ai-prediction p {
  margin-bottom: 5px;
}
.ai-prediction p strong {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
.ai-prediction svg {
  stroke: #000;
}
.ai-prediction p span {
  margin-left: 10px;
}
/* ========================== */

.cta-section {
  background: radial-gradient(circle at bottom left, #2a3340, #141a24);
  color: #fff;
  text-align: center;
  padding: 80px 70px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 0;
}
.cta-section::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 0;
}
.cta-section h2 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.cta-section p {
  color: #c9d1d9;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.cta-buttons .btn {
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 1rem;
  transition: 0.3s;
}

.btn-light {
  background-color: #fff;
  color: #000;
}

.btn-light:hover {
  background-color: #e9ecef;
}

.btn-outline-light {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}

.cta-footer {
  font-size: 0.9rem;
  color: #bfc9d1;
  position: relative;
  z-index: 1;
}

.cta-footer span {
  margin: 0 10px;
}

.cta-footer i {
  font-size: 12px;
  margin-right: 5px;
}

/* Small sparkle icon (optional placeholder) */
.sparkle {
  font-size: 2rem;
  margin-bottom: 15px;
  display: inline-block;
}
.sparkle svg {
  width: 50px;
  height: 50px;
}
/* ============================= */
/* 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: 20px;
  border: solid 2px #ddd;
  margin-bottom: 30px;
  padding: 40px;
  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: 24px;
  margin-bottom: 0;
  color: var(--all-color);
  height: 30px;
  margin-top: 25px;
  line-height: 1;
}
/* .price {
  margin-bottom: 20px;
} */
.price {
  font-weight: 800;
}
.currency {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
}
.amount {
  font-size: 36px;
  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: 6px;
  font-size: 14px;
}
.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;
} */

.card-ptext {
  font-size: 17px;
  color: #364153;
}
.featured .theme-btn {
  background-color: #000;
  color: #fff;
}
.price-bold ul li svg {
  width: 17px;
  height: 17px;
}
/* ====================== */
/* table format */
.table th {
  font-weight: 600;
  font-size: 0.9rem;
  font-size: 18px;
}
.text-gray-300 {
  color: #d1d5dc;
}
.feature-category {
  background-color: #f5f6f8;
  font-weight: 600;
  text-transform: uppercase;
}
.check-icon {
  font-size: 1.1rem;
  color: #000;
  background: #000;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 19px;
}

.check-icon svg {
  width: 18px;

  height: 18px;
}
.check-icon svg path {
  fill: #fff;
}
.plan-header {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}
.table td,
.table th {
  vertical-align: middle;
  text-align: center;
  padding: 14px;
  font-size: 14px;
}

.table td:first-child,
.table th:first-child {
  text-align: left;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}
.bg-grey {
  background-color: #f5f6f8 !important;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent;
}
/* ===================================== */
/* ================faq-section================ */
.faq-section .box-border {
  border-radius: 12px !important;
  padding: 0px !important;
  border: 1px solid #ebe6e7 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}
.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: 25px 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;
  padding: 38px 25px;
}
.faq-section .accordion-li {
  background: #ffffff;
  padding: 20px;
  margin-top: 20px;
  border: solid 1px #dddddd7a;
}
.accordion-header {
  font-family: var(--allover-font);
}
/* ================faq-section================ */
.cta-section.black {
  background: #000;
}
/* ======================= */
footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 3rem 0 0;
  font-size: 0.95rem;
}
.footer-logo {
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-logo i {
  font-size: 1.2rem;
}
.footer-heading {
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-links a {
  display: block;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.footer-links a:hover {
  text-decoration: underline;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none;
}
.social-icons a.icon-svg {
  padding: 11px;
}
.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
  padding-bottom: 20px;
}
.text-muted {
  color: #4a5565 !important;
}
footer p {
  font-size: 14px;
}
/* ============client-logo============= */
/* .client-logo-ar .col-md-2 {
  width: 17%;
} */
.automates-slide-inner {
  background: #fff;
  /* border: solid 1px #ddd; */
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.automates-slide-inner img {
  width: 100%;
  height: 100%;
}
.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%;
}
.grey-bg-popup {
  background-color: #e4e7eb;
}
.book-demo-popup .modal-content {
  border-radius: 30px;
  overflow: hidden;
}

.book-demo-popup .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.book-demo-popup .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
}

.book-demo-popup .form-control {
  height: 45px;
  border: solid 1px #cdd5e1;
  background: #ffffff;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 8px;
}
.book-demo-popup .form-control::placeholder {
  font-size: 14px;
}
.book-demo-popup .details-btn {
  height: 50px;
  border: none;
}
.book-demo-popup .modal-content {
  border-radius: 30px;
  overflow: hidden;
}
/* .book-demo-popup .modal-body {
  padding: 30px;
} */

.details-btn {
  background-color: var(--primary-color);
  padding: 5px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 15px;
}
.details-btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
  opacity: 0.8 !important;
}
