.content-area a:not(.cts-btn) {
  /* color: #0000ee;
  text-decoration: none; */
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.content-area img {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 14px 0px #00000040;
  border-radius: 10px;
}
.dynamic-blog-content h2 {
  text-align: left;
}
.content-area h2 {
  /* margin: 40px 0px 16px; */
  margin: 16px 0px;
}

/* .content-area h2:first-of-type {
  margin-top: 0;
} */
.content-area p {
  margin: 8px 0px;
}
.content-areah3 {
  margin: 10px 0px;
}
.content-area h4 {
  margin: 6px 0px;
}
.content-area ul,
.content-area ol {
  padding-left: 36px;
  /* margin: 8px 0px; */
}
.content-area .faq-section h2 {
  margin: 16px 0px;
}
.editor-image {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 14px 0px #00000040;
  border-radius: 10px;
}
.content-area h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  /* text-align: center; */
}

.content-area h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100% !important;
  color: #fff;
}

.content-area h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35.28px;
  color: #fff;
  text-align: start;
}

.text_h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
  text-align: center;
}

.content-area h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35.28px;
  color: #fff;
}

.text_base {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #657488;
}

.cts-btn.primary {
  background: #fff;
  color: #fff;
  font-weight: 600;
}

.cts-btn.outline {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}

.text_lg {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

.text_xl {
  font-size: 20px;
  font-weight: 500;
  line-height: 25.2px;
  color: #fff;
}

.text_sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #657488;
}

.text-2xl {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}

.text-3xl {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
}
#dynamic-blog-author-description {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.show-on-mobile {
  display: none !important;
}
.showRecommendedBlogs-on-mobile {
  display: none !important;
}

/* Affinity Diagrams: Improve Your Team Collaboration start */

.section-padding {
  padding-bottom: 50px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  gap: 60px;
}

.title-container {
  margin: 50px 0 30px;
}

.subtitle-container {
  margin: 40px 0 20px;
}

.image-container img {
  width: 100%;
  max-width: 620px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content {
  max-width: 600px;
}

.tag {
  color: #6762fe;
  font-weight: 700;
  line-height: 124%;
}

.container .title {
  font-weight: 700;
  line-height: 120%;
  margin: 20px 0 48px;
  color: #fff;
  max-width: 600px;
}

.meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #657488;
}

.meta img {
  width: 46px;
  max-height: 46px;
  border-radius: 50%;
}

.dot {
  margin: 0 30px;
  border: 1px solid #d9d9d9;
  width: 2px;
  height: 44px;
}

.cta-section {
  padding: 0px 50px;
  background-image: url("https://cdn.cloudairy.com/image/blog/blog-details/blog-details-cta.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  border-radius: 16px !important;
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 32px;
}

.cta-content {
  max-width: 1007px;
}

.cta-content .content-area h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: start;
  line-height: 130%;
}

.cta-content .discription {
  margin-bottom: 20px;
  line-height: 130%;
}

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

.cts-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s;
  line-height: 100% !important;
}
.cts-btn.outline {
  border: 1px solid #fff;
  color: #fff;
}

/* Affinity Diagrams: Improve Your Team Collaboration end */

/* section 2 start */

.layout-wrapper {
  display: flex;
  margin: 0px auto;
  padding: 0px 16px 100px;
}
@media (max-width: 1024px) {
  .layout-wrapper {
    padding: 0px 16px 20px;
  }
}
.icon-column {
  /* width: 50px; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin: 0px 60px 0 0;
  position: sticky;
  top: 20px;
}

.icon-column div {
  border: 1px solid #65748880;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.icon-column img {
  /* width: 24px;
  height: 24px; */
  cursor: pointer;
}

.details-img {
  max-width: 880px;
  width: 100%;
  box-shadow: 0px 4px 14px 0px #00000040;
  border-radius: 10px;
}
.content-area {
  flex: 2.3;
}
@media (max-width: 1024px) {
  /* .content-area {
    padding-top: 34px;
  } */
}

.content-area ul li,
.content-area ol li {
  color: #fff;
  margin: 8px 0px !important;
}

.content-area ul li::marker,
.content-area ol li::marker {
  color: #fff;
}

.content-area .content-area h3 {
  font-weight: 700;
  text-align: start;
}

.content-area p {
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0px !important;
}

.cta-button {
  display: inline-block;
  background-color: #6762fe;
  color: white;
  padding: 6px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
  max-width: 238px;
  margin: 0 auto 10px;
}

.sidebar-panel {
  flex: 1;
  margin-left: 60px;
  /* padding-top: 50px; */
  position: sticky;
  /* top: 62px; */
}

.slid-menu {
  padding-top: 50px;
  position: sticky;
  top: 50px;
  height: calc(100vh - 50px);
  overflow-y: auto;

  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.slid-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

/* section 2 end */

/*  right sidebar start */

.cloudairy-header {
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}

.toc-container .dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .toc-container {
  margin-bottom: 30px;
} */

/* Initially hide the dropdown */
.toc-container {
  display: none;
  margin-top: 10px;
}

.toc-wrapper.open .toc-container {
  display: block;
}
@media (max-width: 1024px) {
  .toc-wrapper {
    display: none;
  }
}

.dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

.toc-wrapper.open .dropdown-icon {
  transform: rotate(0deg);
}

.toc-entry {
  margin: 6px 0;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

.toc-entry p {
  color: #fff;
  font-weight: 400;
}

.toc-entry.active {
  background-color: #f5f5f5;
  font-weight: bold;
}

.toc-entry:hover {
  background-color: #f7f7f7;
}

.cloudairy-benefits {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .cloudairy-benefits {
    display: none;
  }
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.benefits-list li {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.benefit-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.sales-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: linear-gradient(
    109.22deg,
    #d461f0 5.39%,
    #a587ff 46.01%,
    #618cff 82.76%
  );
  color: white;
  text-align: center;
  border: none;
  border-radius: 116px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin-top: 20px;
  max-width: 350px;
  color: #ffffff !important;
}

.recommendation-section {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .recommendation-section {
    display: none;
  }
}

.recommendation-item {
  display: flex;
  margin: 20px 0;
  gap: 16px;
}

.recommendation-thumbnail {
  width: 100px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.recommendation-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.recommendation-category {
  margin-bottom: 6px;
  font-weight: 500;
}

.recommendation-title {
  font-weight: 500;
  color: #fff;
  line-height: 100%;
}

/* right sidebar end */

@media (max-width: 1559px) {
  .content-area h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .content-area h4 {
    font-size: 26px;
  }
}

@media (max-width: 1440px) {
  .content-area h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .content-area h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 1319px) {
  .cta-section {
    min-height: 350px;
  }

  .content-area h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .content-area h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .text_base {
    font-size: 14px;
    line-height: 21px;
  }

  .text_h3 {
    font-size: 36px;
  }
  .content-area h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .text_lg {
    font-size: 16px;
    line-height: 27px;
  }

  .text_sm {
    font-size: 13px;
    line-height: 21px;
  }
}

@media (max-width: 1264px) {
  .content-area h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .text-3xl {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 1240px) {
  .show-on-mobile {
    display: flex !important;
  }
  .not-in-mob {
    display: none !important;
  }
  .showRecommendedBlogs-on-mobile {
    display: block !important;
  }
  .hide-icons {
    display: none;
  }
  /* .details-img {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
    } */
  /* .subtitle-container {
      text-align: center;
    }
    .content-area .content-area h3 {
      text-align: center;
    }
    .content-area p {
      text-align: center;
    } */
  .icon-column {
    flex-direction: row;
    position: relative;
    /* justify-content: center; */
    margin-bottom: 0px;
    gap: 15px;
  }
  .sidebar-panel {
    margin-left: 0px;
  }
  .slid-menu {
    height: auto;
    display: none;
  }
  .layout-wrapper {
    flex-direction: column-reverse;
  }
  .accordion .accordion-content p {
    font-size: 14px;
  }
  .accordion button .icon-faqs {
    right: 12px;
  }

  .accordion button .icon-faqs::after {
    top: -18px;
    left: -21px;
    width: 3px;
    height: 19px;
  }

  .accordion button .icon-faqs::before {
    top: -10px;
    left: -29px;
    width: 19px;
    height: 3px;
  }
}

@media (max-width: 1139px) {
  .cta-section {
    min-height: 288px;
  }

  .content-area h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .text_h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .content-area h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .text_lg {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1064px) {
  .container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .cta-section {
    padding: 0px 30px;
  }
  .cta-content .discription {
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .layout-wrapper {
    /* flex-direction: column; */
  }

  .sidebar-panel {
    margin-left: 0;
  }
}

@media (max-width: 959px) {
  .accordian-part {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .cta-section {
    min-height: 242px;
  }

  .text_h3 {
    font-size: 24px;
  }

  .content-area h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-3xl {
    font-size: 22px;
    line-height: 22px;
  }

  .text_xl {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .title-container {
    margin: 25px 0 15px;
  }
  .subtitle-container {
    margin: 20px 0 10px;
  }
  .cta-section {
    min-height: 186px;
  }
  .container {
    flex-direction: column;
    text-align: center;
  }

  .content {
    max-width: 90%;
  }

  .content-area h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 719px) {
  .cta-section {
    min-height: 180px;
    background-size: contain;
  }

  .content-area h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .text_h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .content-area h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 666px) {
}

@media (max-width: 576px) {
  .sales-cta-btn {
    padding: 6px;
  }
  .cta-buttons {
    justify-content: center;
  }
  .cta-content .content-area h3 {
    text-align: center;
  }

  .cta-section {
    background-image: url("https://cdn.cloudairy.com/image/blog/blog-details/blog-details-cta.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 248px;
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
  }

  .content-area h2 {
    font-size: 15px;
    line-height: 15px;
  }

  .content-area h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .text_h3 {
    font-size: 19px;
    line-height: 26px;
  }

  .text_base {
    font-size: 13px;
    line-height: 22px;
  }

  .text-2xl {
    font-size: 20px;
  }
  .text-3xl {
    font-size: 20px;
    line-height: 20px;
  }

  .text_xl {
    font-size: 16px;
  }
}

@media (max-width: 530px) {
}

@media (max-width: 515px) {
}

@media (max-width: 480px) {
}

@media (max-width: 452px) {
}

@media (max-width: 434px) {
}

@media (max-width: 425px) {
  .accordion .accordion-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .accordion button .icon-faqs::after {
    top: -19px;
    left: -17px;
    width: 2px;
    height: 14px;
  }

  .accordion button .icon-faqs::before {
    top: -13px;
    left: -23px;
    width: 13px;
    height: 2px;
  }

  .cta-section {
    min-height: 195px;
  }

  .content-area h1 {
    font-size: 20px;
    line-height: 33px;
  }

  .text_h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .text_xl {
    font-size: 14px;
    line-height: 20px;
  }

  .text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 390px) {
}

@media (max-width: 375px) {
  .cts-btn {
    padding: 7px;
  }
  .cts-btn {
    font-size: 12px !important;
  }
  .cta-section {
    min-height: 170px;
  }
  .dot {
    margin: 0 4px;
  }

  .content-area h1 {
    font-size: 18px;
    line-height: 32px;
  }

  .text_base {
    font-size: 12px;
    line-height: 20px;
  }

  .text_xl {
    font-size: 13px;
    line-height: 20px;
  }

  .text_h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-2xl {
    font-size: 18px;
  }

  .text-3xl {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 360px) {
  .text-3xl {
    font-size: 16px;
    line-height: 20px;
  }

  .text_h3 {
    font-size: 18px;
    line-height: 24px;
  }

  /* .content-area h1 {
      font-size: 22px;
      line-height: 29px;
    } */

  .content-area h4 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 330px) {
}

/* FAQ Section Styles */
.faq-section {
  margin: 30px 0;
}

.faq-section .content-area h3 {
  margin-bottom: 30px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  background-color: #fafafa;
}

.faq-question .content-area h4 {
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}
.faq-answer {
  color: #fff;
}
.main-bg-sction {
  position: absolute;
  top: 0px;
  left: 0;
  height: 600px;
  width: 100%;
  z-index: -1;
}
.learn-more-btn {
  background-color: #6762fe;
  transition: background-color 0.3s;
}

.learn-more-btn:hover {
  background-color: #574fce;
}
