* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, Inter fallback, sans-serif;
}

body {
  color: #0d0d0d;
  line-height: 1.6;
}

.hero {
  background: #e4f9e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  /* max-width: 1200px; */
  margin: auto;
}

.hero-text {
  flex: 1;
  padding-right: 40px;
}

.hero-text h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #086b36;
  text-align: initial;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0px;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #000000;
}

.hero-text ul {
  list-style: none;
  margin-bottom: 30px;
}

.hero-text ul li {
  margin: 10px 0;
  font-size: 1rem;
  color: #000000;
}

.buttons {
  display: flex;
  gap: 15px;
}

.btn-pipedrive {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-pipedrive.primary {
  background: #635bff;
  color: #fff;
}

.btn-pipedrive.primary:hover {
  background: #4b43d6;
}

.btn-pipedrive.secondary {
  background: #e1e1ff;
  color: #413D99 !important;
}

.btn-pipedrive.secondary:hover {
  background: #c4c2ff;
}

.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.reviews {
  text-align: center;
  padding: 50px 20px;
}

.reviews h3 {
  margin-bottom: 40px;
  font-size: 1.3rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.review-card {
  text-align: center;
}

.review-card img {
  max-width: 140px;
  margin-bottom: 15px;
}

.rating {
  font-size: 1.1rem;
  margin: 5px 0;
}

.stars {
  color: #ffa500;
  font-size: 1.2rem;
}
.insights {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 40px;
  padding: 60px 80px;
  /* max-width: 1200px; */
  margin: auto;
}

.insights-text {
  flex: 1;
}

h2{
    font-weight: bolder !important;
}

.insights-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.insights-text p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

blockquote {
  font-size: 1.1rem;
  font-style: italic;
  margin: 20px 0;
  position: relative;
  padding-left: 30px;
}

blockquote i {
  color: #00a36c;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
}

.author {
  font-size: 0.9rem;
}

.insights-image {
  flex: 1;
  position: relative;
  text-align: center;
}

.chart {
  max-width: 650px;
  border-radius: 10px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
}

.chart-back {
  position: absolute;
  /* top: 0; */
  left: 40px;
  z-index: 1;
}

.chart-front {
  position: relative;
  z-index: 2;
}
/* asdasd */

.tabs {
  text-align: center;
  margin-bottom: 25px;
  /* border-bottom: 1px solid #ddd; */
}

.tabs a {
  margin: 0 15px;
  text-decoration: none;
  color: #555;
  padding-bottom: 6px;
  display: inline-block;
}

.tabs a.active {
  color: #006400;
  font-weight: bold;
  border-bottom: 2px solid #006400;
}

/* Table */
.table-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 450px;
  font-size: 14px;
  background: #fff;
}

.table-box header {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
}

.table-box header button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

tr:nth-child(even) {
  background: #fafafa;
}

td input[type="checkbox"] {
  margin-right: 6px;
  transform: scale(1.1);
}

/* Labels */
.label {
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.hot {
  background: #e74c3c;
}
.cold {
  background: #3498db;
}
.warm {
  background: #f1c40f;
  color: #000;
}

/* Right side content */
.info {
  max-width: 480px;
}

.info h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.info p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.info ul li {
  margin-bottom: 18px;
  line-height: 1.4;
}
.info a:hover {
  background-color: #6861f2;
}
.info ul li::before {
  content: "✔";
  color: #2ecc71;
  font-weight: bold;
  margin-right: 8px;
}
.btn-pipedrive {
  display: inline-block;
  padding: 12px 20px;
  background: #c6c2ff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
.elebele {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  .table-box {
    margin: 0px 5rem;
  }
}
/* crmfaq */
.crmmm {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 2rem;
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* font-weight: bold; */
  font-size: 16px;
}

.faq-question:hover {
  color: #0073e6;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  /* font-size: 15px; */
  margin-top: 10px;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* cavab uzunluğuna görə artırmaq olar */
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}
.faq-container {
  margin: 2rem;
}
/* sonnnnnnnn */
.sectionnn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
}

.sectionnn .imageee {
  flex: 1;
}

.sectionnn .imageee img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline;
}

.sectionnn .content {
  flex: 1;
  background-color: #d1f7d1; /* Açıq yaşıl fon */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

.sectionnn .content h2 {
  color: #094f0b; /* yaşıl */
  font-size: 18px;
  margin-bottom: 10px;
}

.sectionnn .content h1 {
  color: #222;
  font-size: 28px;
  margin-bottom: 20px;
}

.sectionnn .content .btn-pipedrive {
  display: inline-block;
  background-color: #6a5af9;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: large;
}
.sectionnn .content .btn-pipedrive:hover {
  background-color: #413d99;
}

.sectionnn .content p {
  font-size: 14px;
  color: #192435
}

@media (max-width: 768px) {
  .sectionnn {
    flex-direction: column;
  }
  .sectionnn .imageee,
  .sectionnn .content {
    flex: none;
    width: 100%;
  }
}

/* cardlar */
.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-3px);
}
.blog-card h3:hover {
  border-bottom: 2px solid black;
}

.blog-card img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.blog-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 15px 10px;
  color: #111;
}

.blog-card p {
  font-size: 18px;
  color: #444;
  margin: 0 15px 20px;
  line-height: 1.5;
}

/* software */
.aww2 {
  display: flex;
  justify-content: space-between;
}
.awards-section {
  text-align: center;
  padding: 50px 20px;
}

.awards-text h2 {
  font-size: 35px;
  padding-right: 35rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.awards-text p {
  font-size: 21px;
  margin-bottom: 40px;
}

.awards-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.awards-logos img {
  height: 80px;
  transition: transform 0.3s ease;
}

.awards-logos img:hover {
  transform: scale(1.1);
}

/* logogo */
.marketplace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 60px 80px;
  flex-wrap: wrap;
}

.marketplace-text {
  flex: 1;
  min-width: 300px;
}

.marketplace-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.marketplace-text p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-pipedrive {
  display: inline-block;
  background: #e6e6ff;
  color: #1a1a40;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-pipedrive:hover {
  background: #ccc8ff;
}

.marketplace-logos {
  flex: 1;
  min-width: 300px;
}

.logo-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: center;
  justify-items: center;
}

.logo-grid img {
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-grid img:hover {
  transform: scale(1.1);
}
/* crmbusinesss */
.crm-section {
  display: flex;
  gap: 50px;
  padding: 60px 80px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Sol tablo */

/* Sağ taraf metin */
.crm-text {
  flex: 1;
  min-width: 320px;
}

.crm-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.crm-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

blockquote {
  font-size: 16px;
  font-style: italic;
  border-left: 4px solid #3ca54c;
  padding-left: 15px;
  margin: 20px 0;
  position: relative;
}

.quote-mark {
  font-size: 34px;
  color: #3ca54c;
  /* margin-right: 5px; */
}

.author {
  font-size: 14px;
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  gap: 15px;
}

.btn-pipedrive {
  display: inline-block;
  background: #e6e6ff;
  color: #1a1a40;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-pipedrive:hover {
  background: #ccc8ff;
}

/*  Pipedrive helps small */

.success-section {
  display: flex;
  gap: 60px;
  padding: 60px 80px;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: var(--pd-puco-color-surface-secondary-background);
}

/* Sol taraf */
.success-left {
  flex: 1;
  min-width: 300px;
}

.success-left h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 30px;
}

.btn-pipedrive {
  display: inline-block;
  background: #e6e6ff;
  color: #1a1a40;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-pipedrive:hover {
  background: #ccc8ff;
}

/* Sağ taraf */
.success-right {
  /* flex: 2; */
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* min-width: 300px; */
}

.testimonial {
  background: #fff;
  border-radius: 8px;
  padding: 0;
}

.quote {
  font-size: 16px;
  color: #111;
  line-height: 1.6;
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 25px;
  font-family: Inter, Inter fallback, sans-serif;
}

.quote::before {
  content: "❝";
  color: #1a7f37;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -2px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.profile strong {
  font-size: 14px;
  color: #000;
}

.profile span {
  font-size: 13px;
  color: #444;
}

.learn-more {
  color: #2563eb;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.learn-more:hover {
  text-decoration: underline;
}

/* teams will love */
.crm-section {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  padding: 50px;
  gap: 40px;
}

.image-side {
  position: relative;
  flex: 1;
}

.image-side img {
  width: 100%;
  border-radius: 10px;
}

.overlay-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 250px;
  font-size: 14px;
}

.tag {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 5px;
}

.trigger {
  background: #e0d8ff;
  color: #5b3cc4;
}

.action {
  background: #d7f7e3;
  color: #128c4b;
}

.details p {
  margin: 3px 0;
  font-size: 13px;
}

.text-side {
  /* flex: 1.2;
  padding: 2rem 0 0 2rem; */
}

.tabs {
  /* padding: 2rem 0; */
  /* margin-left: 33rem  ; */
}

.tabs a {
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #666;
}
.tabs a:hover {
  border-bottom: 2px solid #006400;
}

.tabs a.active {
  font-weight: bold;
  color: #006400;
  border-bottom: 2px solid #006400;
  padding-bottom: 3px;
}

.text-side h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.text-side p {
  font-size: 16px;
  line-height: 1.6;
}

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid green;
  font-style: italic;
}

.author {
  font-size: 14px;
  margin-top: 10px;
}
/* video olan */
.ai-section {
  background: linear-gradient(90deg, #c8b6ff, #e0ffe0);
  padding: 60px 40px;
  /* margin-top: 5rem; */
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* Sol tərəf (şəkil) */
.image-side img {
  border-radius: 12px;
  display: block;
}

/* Sağ tərəf (mətn) */
.text-side {
  flex: 1;
  min-width: 300px;
}

.text-side h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}

.text-side h2 span {
  color: #111;
}

.text-side p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Düymə */
.btn-pipedrive {
  display: inline-block;
  background: #6a5af9;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-pipedrive:hover {
  background: #4a3ad6;
}
/* demo banner */
.demo-banner {
  background-color: #d8fbd8; /* Açıq yaşıl fon */
  padding: 30px 50px;
  /* border-bottom: 2px solid rgb(131, 129, 129); */
}

.banner-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.text-side h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.text-side p {
  margin: 0;
  font-size: 16px;
}

/* Düymə */
.btn-pipedrive {
  display: inline-block;
  background: #5c4ef5;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-pipedrive:hover {
  background: #4636d6;
}
