.global-btn {
  display: block;
  letter-spacing: -0.6px;
  background-color: #ff00f9;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.4s;
  text-align: center;
  padding: 18px 30px;
}
.global-btn:hover {
  background-color: #dd19d8;
}
.global-btn.outlined {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.global-btn.blue {
  background-color: #5b22e5;
  color: white;
}
.global-btn.blue:hover {
  background-color: #774ddb;
}

.tools-header {
  background-color: #fff;
  padding: 0 10px;
}
.tools-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}
.tools-header .tool-brand {
  justify-content: flex-start;
  align-items: start;
  gap: 10px;
}
.tools-header .tool-brand .c6-logo h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.5px;
  color: #000;
}
.tools-header .tool-brand .c6-logo p {
  margin: 0;
  padding: 0 0 0 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.5px;
  color: #000;
}
.tools-header .tools-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}
.tools-header .tools-nav li {
  margin: 0 20px;
}
.tools-header .tools-nav li a,
.tools-header .tools-nav li span {
  padding: 0 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  color: #000;
}
.tools-header .tools-nav li a:hover,
.tools-header .tools-nav li span:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .tools-header .tools-nav li a,
  .tools-header .tools-nav li span {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
  }
}
.tools-header .tools-nav li.sub {
  position: relative;
  z-index: 100;
}
.tools-header .tools-nav li.sub:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -13px;
  margin-left: 0px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg); /* Initial direction: downwards */
  transform-origin: center;
  transition: transform 0.3s ease;
}
.tools-header .tools-nav li.sub span {
  cursor: pointer;
}
.tools-header .tools-nav li.sub ul {
  display: none;
  position: absolute;
  left: -25px;
  bottom: -94px;
  background-color: #fafafa;
  min-width: 140px;
}
.tools-header .tools-nav li.sub ul li {
  margin: 10px;
}
.tools-header .tools-nav li.sub ul li a {
  padding: 10px 20px;
}
.tools-header .tools-nav li.sub.active ul {
  display: block;
}
.tools-header .tools-nav li.tools-cta {
  margin: 0px;
}
.tools-header .tools-nav li.tools-cta.cta-one {
  margin-left: 15px;
}
.tools-header .tools-nav li.tools-cta.cta-two {
  margin-left: 10px;
}
.tools-header .tools-nav li.tools-cta a {
  display: block;
  width: 144px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ff00f9;
  border-radius: 42px;
}
.tools-header .tools-nav li.tools-cta a:hover {
  text-decoration: none;
  background-color: #dd19d8;
}
@media (max-width: 1280px) {
  .tools-header .tools-nav li.tools-cta a {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .tools-header .tools-nav li.tools-cta a {
    line-height: 1em !important;
  }
}
@media (max-width: 991px) {
  .tools-header {
    display: none;
    padding: 0;
  }
  .tools-header .wrapper {
    max-width: 100%;
    padding: 20px 0;
  }
  .tools-header .wrapper .master-wrap {
    gap: 0;
    align-items: self-start;
    justify-content: space-between;
  }
  .tools-header .tool-brand {
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .tools-header .tool-brand .svg {
    max-width: 30px;
    max-height: 30px;
  }
  .tools-header .tool-brand .svg svg {
    width: 100%;
    height: 100%;
  }
  .tools-header .tool-brand .c6-logo h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
  }
  .tools-header .tool-brand .c6-logo p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
  }
  .tools-header .tools-nav {
    gap: 15px;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
    padding-left: 37px;
  }
  .tools-header .tools-nav li {
    margin: 0;
  }
  .tools-header .tools-nav li a,
  .tools-header .tools-nav li span {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
  }
  .tools-header .tools-nav li.tools-cta {
    margin: 0 !important;
  }
  .tools-header .tools-nav li.tools-cta a {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    text-align: left;
    color: #ff00f9 !important;
    border-radius: 0px;
    background-color: transparent !important;
  }
  .tools-header .tools-nav li.tools-cta a:hover {
    color: #dd19d8 !important;
    background-color: transparent !important;
  }
  .tools-header .tools-nav li.sub {
    z-index: 1;
  }
  .tools-header .tools-nav li.sub:after {
    right: auto;
    top: 4px;
    left: 93px;
  }
  .tools-header .tools-nav li.sub ul {
    display: none;
    position: relative;
    left: auto;
    bottom: auto;
    background-color: transparent;
    min-width: 100%;
  }
  .tools-header .tools-nav li.sub ul li {
    margin: 10px;
  }
  .tools-header .tools-nav li.sub ul li a {
    font-size: 16px;
    font-weight: 500px;
    line-height: 24px;
  }
  .tools-header .tools-nav li.sub.active ul {
    display: block;
  }
}

@media (max-width: 991px) {
  .mobile-menu .tools-header {
    display: block;
  }
  .mobile-menu .logo {
    font-size: 21px;
    font-weight: 800;
    line-height: 32px;
    gap: 6px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: black;
  }
  .mobile-menu .logo svg {
    width: 30px;
    height: 35px;
  }
  .mobile-menu .logo:visited {
    color: #000;
  }
  .mobile-menu .nav-wrapper #menu-header-main-menu {
    padding-left: 37px;
  }
  .mobile-menu .cta-btn-wrapper {
    padding-left: 37px;
  }
}
.tools-header .tools-nav li a {
  font-size: 18px;
}
.tools-header .tools-nav li a:hover {
  text-decoration: none;
}
.tools-header .tools-nav li.tools-cta a {
  background-color: #ff00f9;
  color: white;
  width: 150px;
  font-weight: 600;
  font-size: 18px;
}
.tools-header .tools-nav li.tools-cta a:hover {
  background-color: #ca2cc7;
}
.tools-header .tools-nav li.tools-cta.cta-one a {
  width: 200px;
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#hero {
  background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/ss-hero-bg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px 140px 20px;
}
@media (max-width: 991px) {
  #hero {
    padding: 40px 20px;
  }
}
#hero .logo-wrap {
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  #hero .logo-wrap {
    display: none;
  }
}
#hero h1 {
  color: white;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  #hero h1 {
    font-size: 32px;
  }
}
#hero p {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  margin: 30px 0;
}
@media (max-width: 991px) {
  #hero p {
    font-size: 20px;
  }
}
#hero .img-wrap {
  margin: 0 auto;
}
#hero .img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 740px;
  height: auto;
}
#hero .global-btn {
  margin: 40px auto 30px auto;
}
@media (max-width: 991px) {
  #hero .global-btn {
    margin: 20px auto;
  }
}

#brand {
  padding: 70px 20px;
}
#brand h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}
#brand .three-cols {
  width: 100%;
  max-width: 1120px;
  margin: 80px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#brand .three-cols .col {
  max-width: 350px;
  width: 100%;
}
#brand .three-cols .col img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
  height: auto;
}
#brand .three-cols .col .feature {
  font-weight: 600;
  text-align: center;
  margin: 20px 0 15px 0;
}
#brand .three-cols .col .desc {
  font-size: 16px;
  text-align: center;
}

#features {
  padding: 70px 20px 20px 20px;
}
@media (max-width: 768px) {
  #features {
    padding: 20px;
  }
}
#features .two-cols {
  max-width: 1120px;
  width: 100%;
  margin: 50px auto;
  justify-content: center;
  gap: 20px;
}
#features .two-cols:last-of-type {
  margin-bottom: 0;
}
#features .two-cols .col {
  width: 50%;
}
#features .two-cols .col.txt-wrap {
  max-width: 520px;
}
@media (max-width: 991px) {
  #features .two-cols .col.txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
#features .two-cols .col.img-wrap {
  max-width: 544px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #features .two-cols .col.img-wrap {
    position: relative;
    left: 10px;
  }
}
#features .two-cols .col img {
  max-width: 460px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #features .two-cols .col img {
    min-width: 350px;
  }
}
@media (max-width: 440px) {
  #features .two-cols .col img {
    min-width: 280px;
  }
}
#features .two-cols .col h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  #features .two-cols .col h2 {
    text-align: center;
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #features .two-cols .col h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #features .two-cols .col h2 {
    font-size: 28px;
  }
}
#features .two-cols .col .desc {
  font-weight: 500;
  text-align: left;
}
@media (max-width: 991px) {
  #features .two-cols .col .desc {
    text-align: center;
  }
}
#features .two-cols .col ul {
  list-style-type: disc;
  padding-left: 35px;
}
#features .two-cols .col ul li {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}
#features h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #features h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #features h2 {
    font-size: 32px;
  }
}
#features .desc {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  #features .desc {
    font-size: 16px;
  }
}

#testimonials {
  background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/ss-testimonials.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 70px 20px;
}
@media (max-width: 991px) {
  #testimonials {
    padding: 40px 20px;
  }
}
#testimonials .slider-wrapper {
  width: 100%;
  max-width: 865px;
  margin: 0 auto 80px;
}
#testimonials .slider-wrapper #testimonials-slider .slide {
  margin: 20px;
  padding: 20px;
}
@media (max-width: 991px) {
  #testimonials .slider-wrapper #testimonials-slider .slide {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#testimonials .slider-wrapper #testimonials-slider .slide .quote-wrap {
  max-width: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
#testimonials .slider-wrapper #testimonials-slider .slide .quote-wrap svg {
  max-width: 50px;
}
#testimonials .slider-wrapper #testimonials-slider .slide .quote {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #testimonials .slider-wrapper #testimonials-slider .slide .quote {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  #testimonials .slider-wrapper #testimonials-slider .slide .quote {
    font-size: 20px;
  }
}
#testimonials .slider-wrapper #testimonials-slider .slide .author {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 40px auto;
}
@media (max-width: 991px) {
  #testimonials .slider-wrapper #testimonials-slider .slide .author {
    font-size: 18px;
  }
}
#testimonials .slider-wrapper .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#testimonials .slider-wrapper .slick-dots li {
  height: 18px;
  width: 17px;
  cursor: pointer;
  margin: 10px;
}
#testimonials .slider-wrapper .slick-dots li button {
  height: 18px;
  width: 17px;
  background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/scanunlimited-testimonials-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 30%;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
#testimonials .slider-wrapper .slick-dots li.slick-active button {
  opacity: 100%;
}
#testimonials .cols-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#testimonials .cols-wrapper .three-cols {
  margin-bottom: 30px;
  margin: 0 auto;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  #testimonials .cols-wrapper .three-cols {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 480px) {
  #testimonials .cols-wrapper .three-cols {
    grid-template-columns: 1fr;
  }
}
#testimonials .cols-wrapper .col {
  width: 100%;
  max-width: 255px;
}
@media (max-width: 991px) {
  #testimonials .cols-wrapper .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#testimonials .cols-wrapper img {
  width: 63px;
  height: 63px;
}
#testimonials .cols-wrapper h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -1.5px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  #testimonials .cols-wrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 440px) {
  #testimonials .cols-wrapper h2 {
    font-size: 32px;
  }
}
#testimonials .cols-wrapper .feature {
  font-weight: 700;
  margin: 15px 0 10px 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  #testimonials .cols-wrapper .feature {
    font-size: 16px;
    text-align: center;
  }
}
#testimonials .cols-wrapper .desc {
  font-size: 16px;
  min-height: 72px;
}
@media (max-width: 991px) {
  #testimonials .cols-wrapper .desc {
    text-align: center;
  }
}

#cta {
  padding: 70px 20px;
}
#cta h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 30px;
}
#cta .global-btn {
  margin: 0 auto;
}

.cols-cta {
  padding: 70px 20px;
}
.cols-cta .two-cols {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.cols-cta .two-cols:last-of-type {
  margin-bottom: 0;
}
.cols-cta .two-cols .col {
  width: 50%;
}
.cols-cta .two-cols .col.txt-wrap {
  max-width: 544px;
}
.cols-cta .two-cols .col.img-wrap {
  max-width: 544px;
}
.cols-cta .two-cols .col img {
  width: 100%;
  height: auto;
  display: block;
}
.cols-cta .two-cols .col h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.cols-cta .two-cols .col .desc {
  font-weight: 500;
}
.cols-cta .two-cols .col ul {
  list-style-type: disc;
  padding-left: 35px;
}
.cols-cta .two-cols .col ul li {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

#pricing {
  padding: 0 40px 70px;
}
@media (max-width: 800px) {
  #pricing {
    padding-bottom: 250px;
  }
}
#pricing .two-cols {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  gap: 80px;
  justify-content: flex-start;
}
@media (max-width: 1110px) {
  #pricing .two-cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
#pricing .two-cols .col.txt-wrap {
  max-width: 430px;
}
@media (max-width: 1110px) {
  #pricing .two-cols .col.txt-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
  }
}
@media (max-width: 480px) {
  #pricing .two-cols .col.txt-wrap {
    text-align: center;
  }
}
#pricing .two-cols .col.txt-wrap h2 {
  color: black;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 1110px) {
  #pricing .two-cols .col.txt-wrap h2 {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #pricing .two-cols .col.txt-wrap h2 {
    font-size: 32px;
  }
}
#pricing .two-cols .col.txt-wrap .desc {
  color: black;
  font-size: 20px;
  font-weight: 500;
}
#pricing .two-cols .col.pricing-wrap {
  max-width: 480px;
  background-color: white;
  border: 2px solid black;
  padding: 30px 20px 40px;
  border-radius: 10px;
  position: relative;
}
#pricing .two-cols .col.pricing-wrap h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 480px) {
  #pricing .two-cols .col.pricing-wrap h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #pricing .two-cols .col.pricing-wrap h3 {
    font-size: 28px;
  }
}
#pricing .two-cols .col.pricing-wrap p.small {
  text-align: center;
  color: rgba(89, 109, 132, 0.7019607843);
  font-size: 16px;
}
#pricing .two-cols .col.pricing-wrap .orders {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  border: 2px solid black;
  border-radius: 5px;
  background-image: linear-gradient(#f1eeff, #f1eeff);
  color: #5b22e5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  margin-bottom: 30px;
}
#pricing .two-cols .col.pricing-wrap .pricing {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 10px 0 15px 0;
}
#pricing .two-cols .col.pricing-wrap .pricing .old-price {
  text-decoration: line-through;
  color: #afff00;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}
#pricing .two-cols .col.pricing-wrap .pricing .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}
#pricing .two-cols .col.pricing-wrap .pricing .price .medium {
  font-size: 26px;
}
#pricing .two-cols .col.pricing-wrap .pricing .price .small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  font-style: italic;
}
#pricing .two-cols .col.pricing-wrap .global-btn {
  max-width: 100%;
  background-color: #5b22e5;
}
#pricing .two-cols .col.pricing-wrap ul:nth-of-type(2) {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
#pricing .two-cols .col.pricing-wrap ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  color: #667085;
  gap: 10px;
}
@media (max-width: 1110px) {
  #pricing .two-cols .col.pricing-wrap ul li {
    font-size: 14px;
    justify-content: stretch;
  }
}
@media (max-width: 800px) {
  #pricing .two-cols .col.pricing-wrap ul li {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #pricing .two-cols .col.pricing-wrap ul li {
    justify-content: left;
  }
}
#pricing .two-cols .col.pricing-wrap ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  color: #667085;
  text-decoration: underline;
}
#pricing .two-cols .col.pricing-wrap ul li .checkmark {
  width: 25px;
  height: 25px;
  min-width: 25px;
  position: relative;
  top: -4px;
  border-radius: 100%;
  background-color: #303ab2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#pricing .two-cols .col.pricing-wrap ul li .checkmark svg {
  width: 11px;
  height: 8px;
}
#pricing .two-cols .col.pricing-wrap .agency {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 2px solid black;
  padding: 20px;
  border-radius: 10px;
  max-width: 265px;
  right: -80px;
  top: 40%;
}
@media (max-width: 1110px) {
  #pricing .two-cols .col.pricing-wrap .agency {
    right: -165px;
  }
}
@media (max-width: 800px) {
  #pricing .two-cols .col.pricing-wrap .agency {
    max-width: 650px;
    right: -40px;
    top: 104%;
    left: -40px;
    margin: 0 20px;
  }
}
#pricing .two-cols .col.pricing-wrap .agency h3 {
  font-size: 44px;
}
@media (max-width: 800px) {
  #pricing .two-cols .col.pricing-wrap .agency h3 {
    font-size: 41px;
  }
}
#pricing .two-cols .col.pricing-wrap .agency .desc {
  text-align: center;
  color: #596d84;
}
@media (max-width: 1110px) {
  #pricing .two-cols .col.pricing-wrap .agency .desc {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  #pricing .two-cols .col.pricing-wrap .agency .desc {
    font-size: 14px;
  }
}
#pricing .two-cols .col.pricing-wrap .agency a {
  width: 180px;
  padding: 15px;
}

#partners {
  padding: 20px;
}
#partners h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}
#partners .four-cols {
  max-width: 1120px;
  margin: 30px auto 0;
  gap: 25px;
  justify-content: center;
}
@media (max-width: 991px) {
  #partners .four-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
  }
}
@media (max-width: 440px) {
  #partners .four-cols {
    display: block;
  }
}
#partners .four-cols .col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 440px) {
  #partners .four-cols .col {
    margin: 40px auto;
  }
}
#partners .four-cols .col img {
  width: 100%;
  max-width: 165px;
  height: auto;
}
@media (max-width: 991px) {
  #partners .four-cols .col img {
    max-width: 150px;
  }
}

#quote {
  position: relative;
}
#quote::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotateX(-180deg) rotateY(180deg) rotate(0);
  background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/ss-quote-bg.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#quote .wrapper {
  padding: 70px 20px 400px 20px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #quote .wrapper {
    padding-bottom: 70px;
  }
}
#quote .wrapper .quote-wrap {
  max-width: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}
#quote .wrapper .quote-wrap svg {
  max-width: 50px;
}
#quote .wrapper .quote {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0;
  color: black;
}
@media (max-width: 991px) {
  #quote .wrapper .quote {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #quote .wrapper .quote {
    font-size: 20px;
  }
}
#quote .wrapper .author {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 0 auto;
  color: black;
}
#quote .wrapper .img-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #afff00;
  border-radius: 100%;
  margin: 55px auto 20px auto;
  width: 118px;
  height: 118px;
  overflow: hidden;
}
#quote .wrapper .img-wrap img {
  width: 118px;
  height: 118px;
}

#demo {
  padding: 70px 20px;
}
@media (max-width: 991px) {
  #demo {
    padding: 40px 20px;
  }
}
#demo h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #demo h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #demo h2 {
    font-size: 32px;
  }
}
#demo .desc {
  font-weight: 500;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #demo .desc {
    font-size: 16px;
  }
}
#demo .gallery-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 80px auto 0 auto;
}
@media (max-width: 991px) {
  #demo .gallery-wrapper {
    margin-top: 30px;
  }
}
#demo .gallery-wrapper .links-wrap {
  max-width: 275px;
}
@media (max-width: 991px) {
  #demo .gallery-wrapper .links-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    max-width: none;
  }
}
#demo .gallery-wrapper .links-wrap a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: #5b22e5;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #demo .gallery-wrapper .links-wrap a {
    margin: 5px;
  }
}
@media (max-width: 480px) {
  #demo .gallery-wrapper .links-wrap a {
    font-size: 16px;
  }
}
#demo .gallery-wrapper .links-wrap a:hover {
  color: #2e0077;
}
#demo .gallery-wrapper .video-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  #demo .gallery-wrapper .video-wrap {
    justify-content: center;
  }
}
#demo .gallery-wrapper .video-wrap #player {
  width: 100%;
  max-width: 693px;
  height: 388px;
}
@media (max-width: 991px) {
  #demo .gallery-wrapper .video-wrap #player {
    height: 400px;
  }
}
@media (max-width: 768px) {
  #demo .gallery-wrapper .video-wrap #player {
    height: 350px;
  }
}
@media (max-width: 480px) {
  #demo .gallery-wrapper .video-wrap #player {
    height: 320px;
  }
}
@media (max-width: 440px) {
  #demo .gallery-wrapper .video-wrap #player {
    height: 300px;
  }
}

#faq {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#faq h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #faq h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #faq h2 {
    font-size: 30px;
    width: 100%;
    max-width: 350px;
    text-align: center;
  }
}
#faq p.desc {
  text-align: center;
}
@media (max-width: 768px) {
  #faq p.desc {
    font-size: 16px;
  }
}
#faq .rows .row .question {
  padding-right: 50px;
}
@media (max-width: 768px) {
  #faq .rows .row .question {
    font-size: 15px;
  }
}
#faq .rows .row .answer {
  font-size: 18px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  #faq .rows .row .answer {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #faq .rows .row .answer {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */