* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

:root {
  --primary-color: #40444f;
  --secondary-color: #6b7280;
  --tertiary-color: #e02d3c;
  --background-color: rgb(255, 238, 250);
}

h1,
h2,
h3,
h4,
h5 {
  line-height: normal;
  color: var(--primary-color);
  margin: 0;
}

h1 {
  font-size: 42.6px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 13.5px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

input,
button {
  font-size: 16px;
  font-family: 'Poppins', ui-sans-serif;
}

p,
li {
  font-size: 16px;
  color: var(--secondary-color);
  letter-spacing: .2px;
  line-height: 1.5;
}

ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sub-heading {
  font-weight: 600;
  margin: 12px 0 6px;
  color: var(--primary-color);
  font-size: 20px;
}

.text-align-center {
  text-align: center;
}

.section-heading {
  text-align: center;
  margin-bottom: 42px;
}

.icon-blue {
  color: var(--tertiary-color);
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: inline-block;
}

.t-center {
  text-align: center;
}

.bg-shadow {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px !important;
  font-size: 16px;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif;
  color: #ffffff !important;
  background: linear-gradient(90deg, #ff134a, #40000f) !important;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.4s ease;
  font-weight: 500;
  width: fit-content;

}

.btn-primary.btn-alt {
  background: #fff !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--secondary-color);
}

.btn-primary.btn-alt .right-arrow-icon {
  filter: invert(0.6);
}

.btn-primary.btn-border {
  border: 3px solid #fff;
}

.btn-primary .right-arrow-icon {
  position: absolute;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.btn-primary .btn-text {
  opacity: 1;
  transform: translateX(0);
  display: flex;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  white-space: nowrap;
}

.btn-primary .right-arrow-icon {
  opacity: 0;
  transform: translateX(-100%);
  width: 28px;
  height: 28px;
}

.right-arrow-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.707,18.707a1,1,0,0,1-1.414-1.414L19.586,13H2a1,1,0,0,1,0-2H19.586L15.293,6.707a1,1,0,0,1,1.414-1.414l6,6a1,1,0,0,1,0,1.414Z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.external-link-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cline x1='10.8492' y1='13.0606' x2='19.435' y2='4.47485' stroke='%23e02d3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7886 4.12134L20.1421 8.01042' stroke='%23e02d3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7886 4.12134L15.8995 3.76778' stroke='%23e02d3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 13.1465V17.6465C18 19.3033 16.6569 20.6465 15 20.6465H6C4.34315 20.6465 3 19.3033 3 17.6465V8.64648C3 6.98963 4.34315 5.64648 6 5.64648H10.5' stroke='%23e02d3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.btn-primary:hover .btn-text {
  transform: translateX(100%);
  opacity: 0;
}

.btn-primary .btn-text.stars-icon:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%2016V20M6%204V8M7%2018H3M8%206H4M13%204L14.7528%208.44437C14.9407%208.92083%2015.0347%209.15906%2015.1786%209.35994C15.3061%209.538%2015.462%209.69391%2015.6401%209.82143C15.8409%209.9653%2016.0792%2010.0593%2016.5556%2010.2472L21%2012L16.5556%2013.7528C16.0792%2013.9407%2015.8409%2014.0347%2015.6401%2014.1786C15.462%2014.3061%2015.3061%2014.462%2015.1786%2014.6401C15.0347%2014.8409%2014.9407%2015.0792%2014.7528%2015.5556L13%2020L11.2472%2015.5556C11.0593%2015.0792%2010.9653%2014.8409%2010.8214%2014.6401C10.6939%2014.462%2010.538%2014.3061%2010.3599%2014.1786C10.1591%2014.0347%209.92083%2013.9407%209.44437%2013.7528L5%2012L9.44437%2010.2472C9.92083%2010.0593%2010.1591%209.9653%2010.3599%209.82143C10.538%209.69391%2010.6939%209.538%2010.8214%209.35994C10.9653%209.15906%2011.0593%208.92083%2011.2472%208.44437L13%204Z%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

.btn-primary:hover .right-arrow-icon {
  transform: translateX(0);
  opacity: 1;
}

.grid {
  display: grid;
}

.grid.gap-42 {
  gap: 42px;
}

.grid.gap-24 {
  gap: 24px;
}

.grid-2-col {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3-col {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4-col {
  grid-template-columns: repeat(4, 1fr);
}

.grid-6-col {
  grid-template-columns: repeat(6, 1fr);
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.place-items-center {
  place-items: center;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.sub-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.mega-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.bg-color {
  background: var(--background-color);
}

.bg-white {
  background-color: #fff;
}

/*START - header */
.header .dropdown-item {
  position: relative;
  cursor: pointer;
}

.header .dropdown-item a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: var(--primary-color);
  padding: 12px;
}

.header .desktop .sub-dropdowns {
  transition: 0.4s ease-in-out;
}

.header .sub-dropdowns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header .mobile .sub-dropdowns {
  box-shadow: unset;
  padding: 0 12px;
  gap: 0px;
  border-radius: 8px;
}

.header .mobile .sub-dropdowns.active {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.header {
  z-index: 50;
  backdrop-filter: blur(6px);
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
}

.header.stick-header.animate-in {
  transform: translateY(0px);
  transition: transform 0.6s ease-in;
  box-shadow: rgb(129 122 122 / 15%) 0px 3px 8px;
}

.header.stick-header {
  transform: translateY(-100px);
  transition: unset;
  position: sticky;
  top: 0px;
}

.nav-container {
  padding: 0 24px;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .logo a {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--tertiary-color);
  text-decoration: none;
  line-height: 0;
}

.header .logo {
  max-width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .logo img {
  width: 100%;
  height: auto;
  margin-right: 15px;
}

.header .nav-links {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 100%;
}

.header .nav-link {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 18px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links.desktop .dropdown {
  height: 100%;
}

.header .nav-link:hover {
  color: var(--tertiary-color);
}

.header .login {
  font-size: 1rem;
  margin-right: 12px;
  background-color: #fff;
  color: var(--primary-color);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2rem;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav-container .sign-up:hover {
  background: rgba(64, 68, 79, 0.8);
}



.header .nav-container .sign-up {
  font-size: 1rem;
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;

  border-radius: 2rem;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .dropdown:hover {
  background: white;
  border-radius: 15px;
}

/* Style the dropdown menu */
.header .desktop .dropdown-menu {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) !important;
  background-color: white;
  padding: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  gap: 12px;
  z-index: 1000;
  display: flex;
}

.header .dropdown-menu img {
  max-width: 34px;
}

.header .dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* Show dropdown on hover */
.header .desktop .dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: 0.3s ease-in;
}

.header .desktop .dropdown .platform-menus-dropdown {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  row-gap: 24px;
  column-gap: 42px;
}

.header .desktop .dropdown .platform-menus-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content
}

/* START - feature menu */
.header .desktop .dropdown.feature .dropdown-menu {
  width: 100%;
  overflow: hidden;
  max-width: 1000px;
  gap: 24px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.header .desktop .dropdown.feature .dropdown-menu .external-menu-link {
  grid-column: 1 / span 3;
  text-align: center;
  width: calc(100% + 84px);
  margin-left: -42px;
}

.header .desktop .dropdown.feature .dropdown-menu .external-menu-link span {
  transition: 0.3s ease-in-out;
}

.header .desktop .dropdown.feature .dropdown-menu .external-menu-link a:hover span {
  rotate: 30deg;
}

.header .desktop .dropdown.feature .dropdown-menu .external-menu-link a {
  text-decoration: none;
  color: var(--tertiary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}

.header .desktop .dropdown.feature .sub-dropdown-column {
  border-right: 3px solid #6b728075;
  padding-right: 24px;
}

.header .desktop .dropdown.feature .dropdown-column,
.header .desktop .dropdown.feature .sub-dropdown-column,
.header .desktop .dropdown.feature .image-column {
  flex: 1;
  transition: all 0.3s ease;
}

.header .desktop .dropdown.feature .sub-dropdowns {
  white-space: nowrap;
}

.header .desktop .dropdown.feature .sub-dropdowns a.dropdown-sub-item {
  text-decoration: none;
  color: var(--secondary-color);
  padding: 12px;
}

.header .desktop .dropdown.feature .sub-dropdowns a.dropdown-sub-item:hover {
  background: var(--background-color);
}

.header .desktop .dropdown.feature .dropdown-item {
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 500;
}

.header .desktop .dropdown.feature .dropdown-item:hover,
.header .desktop .dropdown.feature .dropdown-item.active {
  background: var(--background-color);
}

.header .desktop .dropdown.feature .sub-dropdowns,
.header .desktop .dropdown.feature .dropdown-img {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 100%;
}

.header .desktop .dropdown.feature .dropdown-img.active {
  display: block;
  opacity: 1;
}

.header .desktop .dropdown.feature .sub-dropdowns.active {
  display: flex;
  opacity: 1;
  gap: 0;
}

.header .desktop .dropdown.feature .dropdown-item .right-arrow-icon {
  filter: invert(0.6);
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: 0.3s ease-in-out;
}

.header .desktop .dropdown.feature .dropdown-item.active .right-arrow-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);

}

/* END - feature menu */

/* Style each item in the dropdown */

.header .dropdown-item {
  padding: 0;
  color: var(--primary-color);
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.header .mobile .dropdown-item {
  gap: 0;
  padding: 6px 0;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
}


.header .mobile .platform .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  white-space: normal;
}

/* Optional subtle animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Target the SVG inside the .arrow span */
.header .dropdown svg {
  transition: transform 0.2s ease;
}

/* Rotate the SVG when hovering over the dropdown */
.header .dropdown:hover svg {
  transform: rotate(180deg);
}



.header .menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--tertiary-color);
}

/* END - header */
.hero.main-home-page-banner {
  color: white;
  text-align: center;
  position: relative;
  background: var(--background-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-home-page-banner .container {
  position: relative;
  width: 100%;
}

.main-home-page-banner img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  max-width: unset;
  height: 100%;
  width: 100%;
}

.main-home-page-banner .hero-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}

.main-home-page-banner .hero-title span {
  display: block;
  color: #fff;
}

.main-home-page-banner .hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 54px;
  color: #fff;
}

.main-home-page-banner .services {
  margin-bottom: 54px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.main-home-page-banner a {
  text-decoration: none;
}

.main-home-page-banner .service-item {
  display: grid;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border-radius: 6px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .09);
}

.main-home-page-banner .service-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.main-home-page-banner .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px 0 rgb(0 0 0 / 25%);
}


.text-yellow {
  color: #facc15;
}

.text-green {
  color: #4ade80;
}

.text-orange {
  color: #fb923c;
}

.text-red {
  color: #f87171;
}

.text-purple {
  color: #a78bfa;
}

.text-pink {
  color: #f472b6;
}

.services i.fas.service-icon {
  color: var(--tertiary-color);
}

.service-label {
  color: var(--primary-color);
}

/* .btn-primary {
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(90deg, #ff134a, #40000f);
  color: white;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: 2rem;
  width: fit-content;
  font-family: 'Poppins';
}

.btn-primary span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-primary:hover {
  background-color: #5e52e3;
  transform: scale(1.05);
  cursor: pointer;
} */


.features-section {
  background: var(--background-color);
}


.image {
  text-align: left;
}

/* START - image compressor page */
.start-btn-block {
  max-width: 400px;
  text-align: center;
  border: 3px dashed #bbb;
  padding: 24px;
  border-radius: 20px;
}

.start-btn-block .btn-primary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
  margin-top: 12px;

}

.page-home-banner .content-block {
  max-width: 85%;
}

.page-home-banner p.description {
  margin: 12px 0 24px;
}

/* END - image compressor page */

/* START - benefit info page*/
.benefit-info-section .info-card {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}


.benefit-info-section .benefit-content h3 {
  margin-bottom: 12px;
}

.benefit-info-section .benefit-info-cards {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.benefit-info-section .benefit-info-cards p {
  color: var(--secondary-color);
  text-align: justify;
}

.benefit-info-section .info-card .benefit-content {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.benefit-info-section .info-card .benefit-img {
  flex: 0 0 25%;
  max-width: 25%;
}

.benefit-info-section .info-card .right {
  margin-left: 8.33333333%;
}


/* END - benefit info page*/
.testimonials-grid {
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
  justify-content: center;
}


.testimonials-grid .slick-prev.slick-arrow:before,
.testimonials-grid .slick-next.slick-arrow:before {
  font-size: 40px;
  color: var(--tertiary-color);
}

.testimonials-grid .slick-prev {
  left: -42px;
}

.testimonials-grid .slick-next {
  right: -42px;
}

.testimonial-card.bubble {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem 40px;
  margin: 0 60px 24px 20px;
}

.testimonial-img-wrapper {
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-mark {
  position: absolute;
  top: -140px;
  left: 20px;
  font-size: 10rem;
  color: #000;

}

.testimonial-card .testimonial-content-wrapper {
  width: 80%;
}

.testimonial-text {
  text-align: left;
}

.testimonial-author .name {
  font-weight: bold;
  margin-bottom: 4px;
  text-align: left;
  font-size: 18px;
}

.testimonial-author .role {
  font-size: 14px;
  text-align: left;
  margin: 0;
  font-weight: 400;
}




/* platform section */
/* .platform-section {
  background: #f5f5f5;
} */

.platform-container {
  margin: 0 auto;

}

.platform-section .info-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.platform-section .left-content {
  padding: 42px 24px;
  background: var(--primary-color);
  color: white;
  position: relative;
  height: 100%;
}

.platform-section .right-image {
  background: #f7f7f7;
  padding: 24px;
  /* max-height: 448px; */
}

.platform-section .right-image img {
  margin: auto;
  display: block;
}

.platform-section .step {
  padding: 12px 60px 12px 12px;
  background-color: transparent;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 16px;
  color: white;
}

.platform-section .step:hover {
  background: linear-gradient(90deg, #ff134a, #40000f);
}

.platform-section .browse-all-step {
  padding: 10px 24px;
  border-radius: 30px;
  max-width: fit-content;
  font-weight: 600;
  margin: 0 14px;
  border: 2px solid #fff;
  transition: 0.3s;
  margin-top: 18px;
}

.platform-section .browse-all-step:hover {
  background-color: white;
}

.platform-section .browse-all-step:hover a {
  color: #000;
}

.platform-section .browse-all-step a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.platform-section .step h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.platform-section .step.active h3 {
  margin-left: 12px;
  font-weight: 600;
}

.platform-section .step.active {
  background-color: var(--tertiary-color);
  background: linear-gradient(90deg, #ff134a, #40000f);
  color: white;

  width: 105%;
  margin-left: 10px;
}

.platform-section .step.active::after {
  top: 50%;
  color: #000;
  right: 10px;
  font-size: 20px;
  content: '\279C';
  background: white;
  padding: 10px 15px;
  position: absolute;
  border-radius: 60px;
  transform: translateY(-50%);
}

.platform-section #display-image,
.platform-section #display-content {
  transition: opacity 0.9s ease;
}

.platform-section .right-image .display-img {
  margin: 12px 0;
}

.platform-section .right-image .display-img img {
  mix-blend-mode: darken;
  max-width: 70%;
}

.platform-section .mobile-view .accordion {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.platform-section .mobile-view .accordion-header {
  background: #fff;
  padding: 12px 24px;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
  font-family: 'Poppins';
  position: relative;
  color: var(--primary-color);
}

.platform-section .mobile-view .accordion-header:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  height: 18px;
  width: 18px;
  filter: opacity(0.5);
}


.platform-section .mobile-view .accordion-header.active {
  background: var(--tertiary-color);
  color: #fff;
  font-weight: 600;
}

.platform-section .mobile-view .accordion-item:has(.accordion-header.active) .accordion-content {
  padding: 18px;
}

.platform-section .mobile-view .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fafafa;
  padding: 0 18px;
}

.platform-section .mobile-view .accordion-content p.desc {
  margin: 12px 0;
}

.platform-section .mobile-view .accordion-content .btn-primary {
  margin-top: 12px;
}

.platform-section .mobile-view .accordion-item {
  border-radius: 6px;
  overflow: auto;
}

.platform-section .mobile-view .accordion-header.active:after {
  transform: rotate(180deg);
  filter: invert(1);
  top: auto;
  margin: 0;
  padding: 0;
}

/* END platform */

/* START - stats-section */
.stats-section {
  text-align: center;
}

.stats-section .stat-card {
  background: #fff;
  padding: 24px 18px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.stats-section .stat-card h3 {
  font-size: 18px;
  color: #000;
}

.stats-section .stat-card .fas {
  font-size: 28px;
  color: var(--tertiary-color);
}

.stats-section .stat-card .fa-comparison:before {
  content: "\f422";
}

.stats-section .stat-card .fa-performance:before {
  content: "\f625";
}

.stats-section .stat-card .fa-load-time:before {
  content: "\f017";
}

.stats-section .stat-card:hover {
  transform: translateY(-5px);
}

/* END  - stats-section */

/* START - video-compressor-steps */
.steps-video-compressor .make-video {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}


.steps-video-compressor .make-video__item {
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.steps-video-compressor .make-video__heading {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 800;
  display: flex;
}

.steps-video-compressor .make-video__step {
  color: var(--tertiary-color);
  font-size: 22px;
}

.steps-video-compressor .step-heading {

  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.steps-video-compressor .video-compressor-image img {
  width: 41.3vw;
  max-width: 650px;
}

.faq-section.video-compressor {
  background-color: unset;
}

/* END - video-compressor-steps */




/* Start why-use-media-compressor */

.why-use-media-compressor .use-media-compressor {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.why-use-media-compressor ul {
  padding-left: 20px;
  list-style-type: disc;

}


.why-use-media-compressor ul li::marker {
  color: var(--tertiary-color);
  /* Choose your bullet color */
}

.why-use-media-compressor li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;

}

.why-use-media-compressor li strong {
  color: var(--tertiary-color);
}

.why-use-media-compressor .use-media-content {
  width: 550px;
}

.why-use-media-compressor .use-media-content p {
  margin-bottom: 12px;
}

.why-use-media-compressor .use-media-image img {
  width: 41.3vw;
  max-width: 650px;
}

.why-use-media-compressor .use-media-content p {

  font-size: 18px;

}





/* End why use media compressor */

/* Start key benefits */

.key-benefits {

  background: var(--background-color);
}

.key-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.key-benefits .benefit-card {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
  border-radius: 10px;

}

.key-benefits .benefits-grid .benefit-card {
  padding: 65px 60px 65px;
}

.key-benefits .benefits-grid .benefit-card .image {
  max-width: 50px;
}

.key-benefits .sub-heading {
  font-weight: 600;
  margin: 12px 0 6px;
  color: var(--primary-color);
  font-size: 20px;
}

/* end key benefits */

/* start who is this for */


.who-is-this-for ul {
  list-style-type: disc;
  padding-left: 20px;
}

.who-is-this-for li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 18px;
}

.who-is-this-for .who-is-this-for__wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}



.who-is-this-for .who-is-this-for__content {
  width: 550px;
}

.who-is-this-for .who-is-this-for__content p {
  margin-bottom: 12px;
}

.who-is-this-for .who-is-this-for__image img {
  width: 41.3vw;
  max-width: 650px;
}

.who-is-this-for .who-is-this-for__content p {

  font-size: 20px;

}

/* end who is this for */



/* START - Css compressor page */
.css-js-hero .content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 42px 0 0;
}

.css-js-hero h1 {
  margin: 0 0 24px;
}

.css-js-hero .select-image-block {
  max-width: 300px;
  text-align: center;
  margin: 24px 0;
  border: 3px dashed #bbb;
  padding: 24px 12px;
  border-radius: 20px;
}


/* end hero section */

/* START - how it works */

.how-it-works-section .steps-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  height: fit-content;
}

.how-it-works-section .steps-container::after {
  color: #000;
  content: "";
  transform: rotate(180deg);
  position: absolute !important;
  left: 49px;
  top: 0;
  z-index: -1;
  border: 3px dashed var(--secondary-color);
  height: 94%;

}

.how-it-works-section .step-box {
  display: flex;
  align-items: center;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.how-it-works-section .steps-container .step-box:hover {
  transform: translateY(-5px);
}

.how-it-works-section .steps-container .step-label {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  margin-right: 20px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.how-it-works-section .steps-container .step-number {
  font-size: 24px;
  line-height: 1;
}

.how-it-works-section .steps-container .step-1 {
  background: linear-gradient(135deg, #ff5f6d, #ffc371);
}

.how-it-works-section .steps-container .step-2 {
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.how-it-works-section .steps-container .step-3 {
  background: linear-gradient(135deg, #36d1dc, #5b86e5);
}

.how-it-works-section .steps-container .step-content h3 {
  margin: 0 0 6px;
  color: var(--primary-color);
}

/* END  - Css compressor page */

/* START - CTA section  */

.cta-section .sub-container .grid {
  place-items: center;
  padding: 42px;
  border-radius: 12px;
  box-shadow: 2px 10px 29px -11px rgb(0 0 0 / 28%);
  gap: 24px;
}

.cta-section .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cta-section .sub-container .cta-title {
  margin-bottom: 12px;
}

.cta-section .select-image-block {
  text-align: center;
  margin: 24px 0;
  border: 3px dashed #bbb;
  padding: 24px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cta-section .btn-primary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
}

/* END  - CTA section  */

/*  START - platfrom logo section */

.platform-logo-section .logo-group {
  display: flex;
  gap: 24px;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.platform-logo-section .logo-wrapper {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 42px 0;
}

.platform-logo-section .logo-group .logo-block {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 12px;
  max-height: 100px;
  width: 16%;
  transition: 0.3s;
  box-shadow: 0px 4px 15px -8px #a3a3a3;
  border-radius: 8px;
}


.platform-logo-section .logo-group .logo-block:hover {
  transform: translateY(-12px);
  box-shadow: 0px 4px 15px -4px #a3a3a3;
}

.platform-logo-section .desc {
  color: var(--secondary-color);
}

.platform-logo-section .logo-group .logo-block img {
  object-fit: contain;
  width: revert-layer;
  height: revert-layer;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*  END - platfrom logo section */

/* START - All platform */
.all-platform .all-platform-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.all-platform .all-platform-logo-wrapper .logo {
  width: calc(25% - 20px);
  text-align: center;
  box-shadow: 0px 4px 20px -9px #bababa;
  padding-bottom: 12px;
  border-radius: 8px;
  transition: 0.3s;
  background-color: #fff;
}

.all-platform .all-platform-logo-wrapper .logo:hover {
  transform: translateY(-10px);
}

.all-platform .all-platform-logo-wrapper .logo span {
  margin: 0 6px;
}

.all-platform .all-platform-logo-wrapper .logo .img__wrapper {
  display: flex;
  height: 70px;
  padding: 12px;
  margin: 12px 0;
}

.all-platform .all-platform-logo-wrapper .logo a {
  text-decoration: none;
  color: var(--primary-color);
}

.all-platform .all-platform-logo-wrapper .img__wrapper img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* END - All platform */

/* START - signup */
.dropdown-filter {
  position: relative;
  width: 100%;
}

.register-page .register-form .form-design {
  padding: 24px !important;
}

.register-page .register-form .form-design .form {
  row-gap: 12px !important;
}

.register-form .form-design .heading {
  font-size: 20px;
}

.register-page .register-form .form-design .form .form-input .lable-design {
  margin-bottom: 0 !important;
}

.dropdown-filter .input-wrapper {
  position: relative;
}

.dropdown-filter .input-wrapper:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  filter: opacity(0.5);
  right: 12px;
}

.dropdown-filter .select-platform-drop {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--secondary-color);
  border-top: none;
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.dropdown-filter .select-platform-drop .options-list {
  max-height: 320px;
  overflow-y: auto;
  padding: 0 12px;
}

.dropdown-filter .select-platform-drop div div:hover {
  background-color: var(--background-color);
}

.dropdown-filter .select-platform-drop div div {
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 6px;
  color: var(--secondary);
}

.dropdown-filter .select-platform-drop div div:first-child {
  margin-top: 12px;
}

.dropdown-filter .select-platform-drop div div:last-child {
  margin-bottom: 12px;
}

/* END - signup */
/* START - official partners */


.partner-section .card {
  padding: 12px 24px;
  box-shadow: 0px 4px 20px -9px #bababa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.3s;
}

.partner-section .card:hover {
  transform: translateY(-10px);
}

/* END - official partners */

/* START - Contact */
.contact-card-section {
  margin-top: -124px;
}

.contact-card {
  padding: 42px;
  max-width: 480px;
  color: var(--primary-color);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 20px;
  transition: .3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
}

.contact-card div {
  width: fit-content;
  z-index: 1;
}

.contact-card:hover:after {
  background: var(--primary-color);
}

.contact-card a {
  text-decoration: none;
  color: var(--secondary-color);
}

.contact-blocks .hover-icon {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}


.contact-blocks:hover .hover-icon i {
  font-size: 70px;
  color: #a1a6b1;
}

.contact-blocks:hover .hover-icon {
  visibility: visible;
  opacity: 1;
}

.contact-card:hover {
  background-color: var(--background-color);
}

.contact-card:after {
  content: "";
  background: var(--background-color);
  width: 200px;
  height: 200px;
  top: -26%;
  position: absolute;
  right: -12%;
  border-radius: 10px;
  rotate: 45deg;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 0;
}

/* END - Contact */

/* START - policy pages */
.policy-content-section {
  padding: 42px;
  position: relative;
  top: -42px;
  z-index: 2;
  background: #fff;
  margin-bottom: 38px;
}

.policy-content-section p {
  margin-bottom: 12px;
}

.policy-content-section h2 {
  font-size: 24px;
  margin-top: 24px;
}

.policy-content-section h3 {
  font-size: 20px;
}

.policy-content-section p:last-child {
  margin-bottom: unset;
}

.policy-content-section ul,
.policy-content-section ol {
  margin: 12px 0;
  padding-left: 24px;
}

/* END - policy pages */


/* START - plan page */
.plan__section.new__design {
  background: #f2f2f2;
  position: relative;
}

.plan__section {
  overflow: hidden;
}

.black-friday-popup,
.hide__imp,
.load_pro_wrapper_inner>img,
.plan__section.new__design .new__design .plan__card .key__points p:first-child br,
.stripe_alllwrapper,
.top_bg,
canvas {
  display: none !important;
}

.section__wrapper {
  max-width: 1500px;
  margin: auto;
}

.plan__section__wrapper .heading {
  display: flex;
  flex-direction: column;
}


.plan__section__wrapper .heading {
  position: relative;
  text-align: center;
}

.plan__section__wrapper .heading>h4 {
  order: 0;
}

.heading h4 {
  color: #333;
  font-weight: 600;
  font-size: 28px;
}

.plan__section__wrapper .heading>.tabs {
  order: 1;
}

.plan__section .tabs {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  gap: 15px;
}

.plan__section .switch-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  width: max-content;
  border-radius: 10px;
  padding: 20px;
}

.plan__section a.ecomm-tab {
  padding: 12px 24px 10px !important;
  background: var(--tertiary-color);
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.plan__section .tab-description {
  font-size: 0.9em;
  color: var(--secondary-color);
  margin-top: 10px;
  text-align: start;
}

.plan__section a.non-ecomm-tab {
  background: #fff;
  padding: 12px 24px 10px !important;
  text-decoration: none;
  line-height: 1;
  display: flex;
  color: var(--primary-color) !important;
  align-items: center;
  border-radius: 25px;
}

.plan__section .plan-ecom-nonecom-tab.active {
  color: var(--tertiary-color);
}

.plan__section .free-trail {
  position: absolute;
  top: 158px;
  left: 50px;
  rotate: -15deg;
  width: 150px;
  height: auto;
}

.plan__section__wrapper .heading>.review-text {
  order: 3;
  padding-bottom: 53px;
}

.before_txt,
.plan__section__wrapper .heading .review-text h2 {
  font-weight: 500;
}

.logo__section.price__page .heading h2,
.new__design .plan__section__wrapper .heading h2,
.new__design .plan__section__wrapper .plan__switch {
  color: var(--primary-color);
}

.plan__section__wrapper .heading h2 {
  margin: 0 auto 8px;
  font-size: 13px;
  max-width: 800px;
}

.plan__section .stars-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.plan__section .stars-review img {
  width: unset;
}

.plan__section .fit__content__img {
  object-fit: contain;
}

.plan__section .review-text span {
  color: var(--primary-color);
  font-weight: 600;
}

.plan__section .plan__section__wrapper .heading>.stick-top {
  order: 2;
  padding-bottom: 50px;
  padding-top: 10px;
}

.plan__section .plan_new .switch {
  height: unset !important;
  display: inline-block;
}

.plan__section .plan__switch {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  width: fit-content;
}

.plan__section .plan_new .slider a {
  cursor: pointer;
}

.plan__section .plan_new .switch {
  width: auto;
  height: 50px;
}

.plan__section .plan__section__wrapper .heading>.new__design.card__blocks {
  order: 5;
}

.plan__section .plan_new .new__design.card__blocks {
  padding-top: 0;
}

.plan__section .plan_new .new__design.card__blocks {
  padding-top: 0;
}


.plan__section .new__design.card__blocks {
  gap: 10px;
}

.plan__section .new__design.card__blocks {
  gap: 16px;
  background: #f2f2f2;
}

.plan__section .card__blocks {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin: 0;
  position: relative;
}

.other.plan__card.static-plan-data.static-plan-info {
  width: 35% !important;
}

.new__design .plan__card {
  overflow: visible;
  box-shadow: rgb(0 0 0 / 37%) 0px 0px 2px 0px !important;
  max-width: 385px;
  z-index: 1;
  gap: 0;
}

.plan__section .static-plan-data {
  background: #fff;
  color: #333;
  width: 20%;
  border-radius: 6px;
}

.plan__section .plan__card,
.plan__card .top__area {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.plan__section .features {
  align-items: unset !important;
}

.plan__section .new__design .top__area .free__tag__month {
  background: var(--tertiary-color);
  display: none;
}

.plan__section .top__area .free__tag__month {
  border-radius: 2px;
  padding: 3px 8px;
  display: inline-block;
  font-size: 12px;
  background: #3f51b5;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  line-height: normal !important;
  font-family: var(--body-font-family);
  font-weight: 600;
}

.plan__section .new__design .plan_new .plan__card .top__area h4 {
  min-height: unset !important;
  font-size: 25px !important;
}

.plan__section .new__design .plan_new .plan__card .top__area h4 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  line-height: 1.2;
  gap: 7px;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #333;
  top: 0 !important;
  font-size: 32px;
  text-transform: capitalize;
}

.new__design.card__blocks .plan__card .key__points {
  display: flex;
  flex-direction: column;
  margin-top: -21px;
  position: relative;
}

.new__design .plan__card .key__points p:first-child {
  text-align: start;
  display: flex;
  align-items: start;
  justify-content: start;
  border-bottom: none;
  font-size: 14px;
  position: relative;
  padding-left: 45px;
  text-transform: capitalize;
  color: #1d1d1bc7;
  font-family: var(--body-font-family);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 0;
}

.plan__section .text__hidden {
  z-index: 2;
  position: absolute;
  opacity: 0;
  transition: .1s;
  font-size: 14px;
  background: #fff;
  text-align: initial;
  width: 260px;
  padding: 12px;
  box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
  top: -101px;
  right: 48px;
  border-radius: 4px;
  text-transform: initial;
}

.plan__section .new__design .q__icon {
  bottom: 20px !important;
}

.plan__section span.q__icon {
  margin-right: 20px !important;
}

.plan__section .q__icon:hover~.text__hidden {
  visibility: visible;
  opacity: 1;
}

.plan__section .plan__card .key__points p,
.plan__card .top__area .price {
  position: relative;
  font-family: var(--body-font-family);
  letter-spacing: 0;
}

.plan__section .see-more {
  top: -5px;
}

.plan__section .card__blocks.year .year__plan__card {
  display: flex !important;
}

.plan__section .new__design .plan__card {
  max-width: 385px;
  z-index: 1;
  gap: 0;
}

.plan__section .plan__card .top__area {
  padding: 35px 18px 8px !important;
  gap: 0;
  align-items: center;
}

.plan__section .plan__card .top__area {
  min-height: 160px;
}

.plan__section .new__design .plan__card .top__area .price {
  top: 0 !important;
}

.plan__section .plan__card .top__area .price {
  order: 2;
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  width: 100%;
  padding: 0;
  border-radius: 50px;
  align-items: self-start;
  justify-content: flex-start;
  font-size: 22px;
  gap: 2px;
  margin-top: 2px;
  font-weight: 500;
  text-transform: lowercase;
}

.plan__section .plan__section__wrapper .heading {
  position: relative;
  text-align: center;
}

.plan__section .new__design.card__blocks .plan__card .key__points {
  display: flex;
  flex-direction: column;
  margin-top: -21px;
  position: relative;
}

.plan__section .plan__card {
  width: 50%;
  background: #fff;
  border-radius: 6px;
}

.plan__section .card__blocks.year .year__plan__card:nth-child(3) {
  order: 2;
}

.new__design .plan__card .top__area h4 {
  order: 1;
  letter-spacing: .8px;
  font-weight: 500;
  z-index: 1;
}

.plan__section .subscribe_free {
  margin-top: 10px;
}

.plan__section .card__blocks .month__plan__card:nth-child(2),
.plan__section .card__blocks.year .year__plan__card:nth-child(5) {
  order: 1;
}

.plan__section .card__blocks .month__plan__card:nth-child(3),
.plan__section .card__blocks.year .year__plan__card:nth-child(6) {
  order: 4;
}

.plan__section .card__blocks .month__plan__card:first-child {
  order: 1;
}

.new__design .discount__price {
  font-weight: 500 !important;
}

/* END  - plan page */


/* START - FAQ page */

.faq-page-container .faq-page-list h2 {
  margin-bottom: 24px;
  text-align: center;
}

/* START - About Us */

.about-section-3 .card {
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s;
}

.about-section-3 .card .icon {
  font-size: 30px;
}

.about-section-3 .card:hover {
  transform: translateY(-10px);
}

.about-section-4 .card {
  padding: 42px;
  border-radius: 8px;
  transition: 0.3s;
}

.about-section-4 .card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.about-section-5 .section-heading {
  margin-bottom: 24px;
  text-align: left;
}

/* END - About Us */

/* END - FAQ page */


/* START - installation process - Setup Guide */
.installation-process .tab-container {
  display: flex;
  margin: 20px auto 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  height: calc(100vh - 80px);
}

.installation-process .tab-buttons {
  flex: 1;
  background: #edf0f2;
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.installation-process .tab-buttons .tab-link.active {
  background: linear-gradient(90deg, #ff134a, #40000f) !important;
  color: #fff !important;
}

.installation-process .tab-buttons .tab-link {
  padding: 12px 20px;
  border-radius: 0;
  font-weight: 400;
  cursor: pointer;
}

.installation-process .tab-buttons .tab-link:hover {
  background: #fff;
  transition: 0.3s;
}

.installation-process .tab-container .tab-content {
  padding: 20px;
  animation: fadeIn 0.5s ease-in-out;
}

.installation-process .tab-container .tab-content-section {
  flex: 3;
  overflow-y: auto;
}

.installation-process .tab-content.active {
  display: block;
}

.installation-process .tab-container .tab-content {
  padding: 20px;
  animation: fadeIn 0.5s ease-in-out;
}

.installation-process h2 {
  font-size: 24px;
  margin-bottom: 6px;
}

.installation-process h3 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.installation-process h4 {
  margin-top: 12px;
}

.installation-process .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}

.installation-process .lightbox-overlay img {
  max-height: 100%;
}

.installation-process ol,
.installation-process ul {
  padding-left: 24px;
  margin-top: 12px;
}

/* END - installation process - Setup Guide */


/* Responsive */
@media screen and (max-width: 1300px) {
  .testimonial-card.bubble {
    margin-right: 70px;
  }
}

@media screen and (max-width: 1260px) {

  .header .nav-container .login,
  .header .nav-container .sign-up {
    padding: 8px 24px;
    height: fit-content;
    font-size: 14px !important;
    white-space: nowrap;
  }

  .header .nav-links.desktop {
    gap: 6px;
  }

  .header .nav-links.desktop .nav-link {
    font-size: 16px;
    padding: 10px 6px;
  }

  .features-container .features-grid .feature-card {
    padding: 24px;
  }

  .platform-section .left-content {
    padding: 24px 6px;
  }

  .platform-section .step {
    padding: 8px 60px 8px 12px;
  }

  .platform-section .step h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .grid-3-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-6-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-4-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid.gap-42 {
    gap: 24px;
  }

  .main-home-page-banner .hero-subtitle,
  .main-home-page-banner .services {
    margin-bottom: 42px;
  }

  .main-home-page-banner .service-icon {
    font-size: 24px;
  }

  .main-home-page-banner .service-label {
    line-height: 1.2;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .info-section {
    flex-direction: column;
  }

  .platform-section .left-content {
    width: 100%;
  }

  .platform-section .step.active {
    width: auto;
  }

  .platform-section .right-image {
    padding: 24px;
  }

  .platform-section .left-content {
    padding: 20px 20px 10px;
  }

  .about-media-comp-section .right {
    gap: 0px !important;
  }

  .about-media-comp-section .btn-primary {
    margin-left: auto;
    margin-right: auto
  }

  .testimonials-section .testimonials-grid .testimonial-card.bubble {
    margin: 0 12px;
  }

  .features-section .grid .feature-card {
    padding: 24px;
  }

  .features-grid .feature-text {
    line-height: normal;
  }

  .footer .footer-wrapper .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .footer .footer-col h4 {
    margin-bottom: 6px;
  }

  .header .mobile .dropdown-item {
    font-size: 14px;
  }

  .footer .footer-links li {
    margin-bottom: 2px;
  }

  .footer .footer-bottom {
    justify-content: center;
  }

  footer.footer {
    padding-top: 42px;
  }

  .stats-section .stats-grid .stat-card {
    padding: 18px 12px;
  }

  .analyze-section .analyze-form .input-feild svg {
    width: 18px;
  }

  .analyze-section .analyze-form .analyze-input {
    padding-left: 50px;
  }

  .analyze-section input.analyze-input::placeholder {
    font-size: 14px;
  }

  .analyze-section .analyze-button {
    padding: 0.61rem 1.4rem;
  }

  .hero .services {
    grid-template-columns: repeat(2, 1fr);

  }

  .cta-section .sub-container .grid {
    padding: 18px;
  }

  .cta-section .select-image-block {
    padding: 12px 12px;
    border-radius: 10px;
    margin: 0;
  }

  .contact-card-section {
    margin-top: -84px;
  }

  .policy-content-section {
    top: -24px;
    padding: 24px;
  }

  .policy-content-section h2 {
    font-size: 22px;
  }

  .policy-content-section h3 {
    font-size: 18px;
  }

  .all-platform .all-platform-logo-wrapper .logo .all-platform .all-platform-logo-wrapper {
    gap: 18px;
  }

  .all-platform .all-platform-logo-wrapper .logo {
    width: calc(33.33% - 20px);
  }

  .footer .footer-grid .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }
}

.features-section .feature-card {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.features-section .feature-card {
  padding: 65px 60px 65px;
}

.feature-card .image img {
  padding: 0;
}

.item-name {
  text-align: right;
  font: normal normal 600 22px/22px Poppins;
  letter-spacing: 0px;
  color: #000000;
  position: absolute;
  bottom: 40px;
  right: 52px;
}

.services-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}


.services-section img {
  max-width: 50px;
}



.service-card {
  position: relative;
  background: white;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 60px 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  cursor: pointer;
  /* align-items: center; */
}

.services-section .service-card a {
  text-decoration: none;
}

.service-card:hover {
  transform: translateY(-8px);

  ;
}

.service-card i {
  font-size: 30px;

}

.icon {
  font-size: 2rem;
  color: var(--tertiary-color);
  margin-bottom: 1rem;
  position: relative;
  top: 8px;
}

.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 0px);
  height: .5rem;
  display: block;
  border-bottom-left-radius: 3000px 1000px;
  border-bottom-right-radius: 3000px 1000px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);

}

.service-card1::after {
  background-color: #facc15;

}

.service-card2::after {
  background-color: #4ade80;

}

.service-card3::after {
  background-color: #f87171;

}

.service-card4::after {
  background-color: #a78bfa;

}

.service-card1:hover {
  background-color: #FEF6D7;

}

.service-card2:hover {
  background-color: #DDF9E7;

}

.service-card3:hover {
  background-color: #FDD8D8;

}

.service-card4:hover {
  background-color: #E1D8FD;

}

.service-card1 .learn-more span {
  color: #facc15;

}

.service-card2 .learn-more span {
  color: #4ade80;

}

.service-card3 .learn-more span {
  color: #f87171;

}

.service-card4 .learn-more span {
  color: #a78bfa;

}

.services-section .learn-more {
  margin-top: 24px;
  display: inline-block;
}

.learn-more span {
  display: flex;
  gap: 5px;
  align-items: center;
}

.brand {
  color: var(--primary-color);
}


.testimonials-grid button.slick-arrow {
  z-index: 1;
  display: block;
  border-radius: 50%;
}

.testimonials-grid .testimonial-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 0.5rem;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  background: #fff;
}

.testimonials-grid .testimonial-text {
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: relative;
  text-align: justify;
  display: block;
}

.testimonials-grid .testimonial-text.has-more:after {
  content: '.....';
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  opacity: 1;
  visibility: visible;
  transition: 0.8s ease-in-out;
}

.testimonials-grid .testimonial-text.expanded {
  max-height: 500px;
}

.testimonials-grid .testimonial-text.expanded:after {
  content: '';
  opacity: 0;
  visibility: hidden;
}


.testimonials-grid .read-more-btn {
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  margin-top: 0px;
  display: block;
  font-family: 'Poppins';
  margin-left: auto;

}


/* .testimonial-card:hover {
    box-shadow: 0 12px 30px rgba(244, 184, 189, 1);
;
    transform: translateY(-10px);
} */



.star {
  text-align: -webkit-center;

}

.testimonial-author {
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin-top: 24px;
}

.testimonial-author .name {
  color: var(--tertiary-color);
}





.analyze-section {
  text-align: center;
}

.analyze-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  background: var(--tertiary-color);
  /* background: radial-gradient(363.68% 101.86% at 0 -1.87%,rgba(111,142,150,.5) 0,rgba(10,68,85,0) 100%),var( --primary-color); */
  padding: 42px 0;
  border-radius: 2rem;
  background: linear-gradient(0deg, hsl(0deg 8.85% 91.88%) 0%, hsl(0deg 0% 56.69%) 100%);
}

.analyze-title {
  margin-bottom: 2rem;
  color: #fff;
}

.highlight {
  /* color: var( --tertiary-color); blue-600 */
  color: var(--tertiary-color);
}

.analyze-form {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.analyze-form .input-feild svg {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 2rem;
  color: #adc1c9;
  transform: translateY(-50%);
}


@media (min-width: 640px) {
  .analyze-form {
    flex-direction: row;
    gap: 12px;
  }
}

@media screen and (max-width:640px) {
  .header .nav-menu.mobile .dropdown.platform .platform-menus-dropdown {
    grid-template-columns: 1fr;
  }
}

.analyze-section .analyze-input {
  padding: 18px 24px;
  border: none;
  border-radius: 40px;
  outline: none;
  transition: box-shadow 0.3s ease;
  padding-left: 80px;
  font-size: 16px;
  color: var(--primary-color);
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 15px;
  width: 100%;
}


.analyze-input:focus {
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.3);
}

.analyze-input::placeholder {
  font-size: 1.1rem;
  /* Adjust as needed */
  /* color: #888;      */
}

.analyze-section .input-feild {
  position: relative;
  width: 100%;
}

.analyze-section .analyze-button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;

}

/* START - FAQ Section  */
.faq-section .faq-list {
  display: flex;
  gap: 18px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
}

.faq-list .faq-item {

  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: max-height 0.3s ease-in-out;
  max-width: calc(50% - 18px);
}

.faq-list .faq-question {
  position: relative;
  padding: 18px 46px 24px 18px;
  list-style: none;
  cursor: pointer;
  color: var(--primary-color);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.faq-list .faq-question::after {
  content: "+";
  position: absolute;
  font-size: 26px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: transform 0.3s ease;
}

.faq-list .faq-item.active .faq-question::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

.faq-section ol,
.faq-section ul {
  margin-left: 12px;
}

.faq-section ol li,
.faq-section ul li {
  margin-top: 6px;
}

.faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0px 24px 24px;
  opacity: 1;
}

/* END - FAQ Section  */

.about-media-comp-section .section-text {
  margin: 0;
}

.about-media-comp-section .right {
  margin-top: 24px;
}

.about-media-comp-section .about-image {
  width: 100%;
  padding-right: 80px;
}

.about-media-comp-section .btn-primary {
  margin-top: 24px;
}

.about-media-comp-section .right {
  /* padding-left: 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.section-text {
  margin-bottom: 12px;
}


.seo-services-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.seo-services .section-text {
  color: var(--primary-color);
  margin-bottom: 24px;
}

.seo-services .service-box {
  display: flex;
  gap: 20px;
}

.seo-services .section-title {
  margin-bottom: 12px;
}

.service-box i {

  color: var(--tertiary-color);

}

.service-box p {
  color: var(--primary-color);
  font-size: 16px;
  margin: 0;
}

.service-box i {
  font-size: 26px;

}



.footer {
  background: #e9e9e9;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 24px;
}



.footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 3fr;
  gap: 40px;
  margin-bottom: 24px;
}

.footer .footer-grid .platform-menu .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}

.footer-logo.logo {
  width: 100%;
  max-width: 250px;
  line-height: 0;
}

.footer-logo img {
  max-width: 100%;
  height: auto !important;
}

.footer-logo span {
  color: var(--tertiary-color);
}

.footer-description {
  margin: 12px 0;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-links a:hover {
  color: var(--primary-color);
}

.social-icons a {
  font-size: 1.2rem;
  color: #bbb;
  margin-right: 15px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: var(--primary-color);
}

.footer .social-icons .fab {
  color: var(--secondary-color);
}

.footer-bottom {
  border-top: 1px solid var(--secondary-color);
  font-size: 0.9rem;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom .policy-link-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom .policy-link-block .policy-link {
  padding: 0 12px;
  border-right: 1px solid var(--secondary-color);
}

.footer-bottom .policy-link-block .policy-link:first-child {
  padding-left: 0;
}

.footer-bottom .policy-link-block .policy-link:last-child {
  border-right: unset;
}

.footer-bottom a {
  text-decoration: none;
  color: var(--primary-color);
}

.footer-bottom p {
  display: block;
  text-align: center;
}

.desktop {
  display: flex;
}

.mobile {
  display: none;
}



@media screen and (min-width: 1025px) {
  .about-media-comp-section .section-heading {
    text-align: left;
  }

  .header .nav-link {
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 12px;
  }


  /* Hide by default */
  .header .mobile .dropdown-menu,
  .header .mobile .sub-dropdowns {
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-left: 12px;
  }

  .header .mobile .primary-dropdown,
  .nav-links a.nav-link {
    font-weight: 500;
    font-size: 16px;
  }

  .header .mobile .secondary-dropdown {
    font-weight: 500;
  }

  .header .mobile .primary-dropdown,
  .header .mobile .secondary-dropdown {
    position: relative;
    width: 100%;
  }

  .header .dropdown-item a {
    padding: 6px;
  }

  .header .mobile .primary-dropdown:after {
    width: 18px;
    height: 18px;
    right: 0px;
  }

  .header .mobile .secondary-dropdown.down-arrow-icon:after {
    width: 14px;
    height: 14px;
    right: -10px;
    filter: opacity(0.5);
  }

  .nav-menu.mobile .dropdown:has(.dropdown-menu.active) .primary-dropdown:after,
  .header .mobile .dropdown-item:has(.sub-dropdowns.active) .secondary-dropdown:after {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  .header .mobile .primary-dropdown:after,
  .header .mobile .secondary-dropdown:after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: opacity(0.6);
    transition: 0.3s ease-in-out;

  }

  .header .mobile .dropdown-menu.active {
    max-height: 1000px;
    opacity: 1 !important;
    visibility: visible !important;
    border-left: 1px dashed var(--secondary-color);
    border-radius: 8px;
  }

  .header .mobile .sub-dropdowns.active {
    max-height: 500px;
    opacity: 1 !important;
    visibility: visible !important;
    border-left: 1px dashed var(--secondary-color);
  }

  .header .Compressorclose-icon {
    display: none;
  }

  .header .mobile .icon-blue {
    margin-right: 0px;
  }

  .header .nav-menu.mobile {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: height 0.5s ease-in-out,
      opacity 0.3s ease-in-out,
      transform 0.3s ease-in-out;
  }

  body.menu-open .nav-menu.mobile.active {
    height: calc(100vh - 80px);
    opacity: 1;
    transform: translateY(0);
    overflow: auto;
  }

  body.menu-open .Compressorclose-icon {
    display: block;
  }

  body.menu-open .open-icon {
    display: none;
  }

  .header .nav-container .login,
  .header .nav-container .sign-up {
    margin: auto;
    max-width: 480px;
    width: 100%;
  }

  .header .nav-menu.mobile .dropdown .nav-link {
    text-align: left;
  }

  .nav-menu.mobile .dropdown.platform .platform-menus-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu.mobile li {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  body.menu-open .nav-menu.mobile.active li {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-links {
    display: none;
  }

  .header .menu-toggle {
    display: block;
  }

  .login-signup {
    display: none;
  }

  .hero-title span {
    font-size: 48px;
  }

  .hero-title {
    margin-top: 0;
  }

  .hero-subtitle {
    margin-bottom: 2rem;
  }

  .header .mobile .nav-link {
    padding: 0px 12px;
  }

  .nav-menu.active .nav-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: self-start;
    overflow-y: auto;
    overflow-x: hidden;
  }


  .nav-menu.active .login-signup {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .header .nav-menu {
    gap: 24px;
    position: absolute;
    top: 100%;
    right: 0px;
    background: white;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    z-index: 1000;
    justify-content: space-between;
    align-items: normal;
  }

  body.menu-open .header .nav-menu {
    padding: 24px;
    box-shadow: 2px 8px 15px -9px #00000042;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .menu-toggle .close-icon {
    display: none;
  }

  .nav-menu.active .menu-toggle .close-icon {

    display: block;
  }

  body.menu-open {
    overflow: hidden;
  }


  .dropdown {
    width: 100%;

  }

  .dropdown .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
  }

  .header .nav-menu.mobile .dropdown-menu {
    position: relative;
    background-color: white;
    padding: 0 24px 0 12px;
    flex-direction: column;
    gap: 6px;
    z-index: 9;
    animation: fadeIn 0.25s ease-in-out;
    top: 0;
    left: 0;
    box-shadow: unset;
    width: 100%;

  }

  .header .nav-menu.mobile .dropdown-menu {
    transform: unset !important;
  }

  .services-section .service-card {
    padding: 24px;
  }

  .services-section .service-card {
    width: auto;
  }


  .testimonials-section .slick-next {
    right: -18px;
  }

  .testimonials-grid .slick-prev {
    left: -18px;
  }

  .testimonials-grid .slick-arrow {
    height: auto;
    width: auto;
  }

  .testimonials-grid .testimonial-text {
    text-align: left;
  }

  .testimonials-grid .testimonial-img-wrapper {
    position: unset;
    transform: unset;
    height: 100px;
    width: 100px;
    order: 1;
  }

  .testimonial-card .testimonial-content-wrapper {
    order: 2;
    width: 98%;
  }

  .testimonials-grid .testimonial-card.bubble {
    display: flex !important;
    flex-direction: column;
    margin: 9px;

  }

  .testimonials-grid .testimonial-card .quote-mark {
    top: -32px;
    left: 0px;
    display: none;

  }



  .testimonials-grid .testimonial-text {
    margin: 24px 0 0;
    max-width: fit-content;
  }

  .testimonials-grid .testimonial-card .testimonial-author {
    order: 3;
  }

  .features-section .feature-card {
    padding: 24px;
  }

  .about-media-comp-section .container .about-image {
    padding-right: 0;
  }

  .platform-logo-section .logo-group {
    animation: scroll 10s linear infinite;
  }

  .platform-section .right-image .display-img img {
    max-width: 100%;
  }

  .platform-section .step {
    padding: 8px 6px 8px 6px;
  }

  .platform-section .step.active {
    padding: 8px 62px 8px 6px;
  }
}


@media (min-width: 769px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 11px;
  }

  .sub-heading {
    font-size: 18px;
  }

  .hero-title span {
    font-size: 28px;
    line-height: normal;
  }

  .services-section .service-card {
    padding: 18px;
  }

  .hero-container {
    padding: 0 24px;
  }

  .about-media-comp-section .section-heading {
    text-align: left;
  }

  .page-home-banner .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-home-banner .content-block {
    max-width: 100%;
  }

  .page-home-banner .start-btn-block {
    max-width: 100%;
  }

  .platform-logo-section .logo-group .logo-block {
    width: 25%;
  }

  .faq-section .faq-list .faq-item {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .grid.gap-42 {
    gap: 18px;
  }

  .grid.gap-24 {
    gap: 18px;
  }

  .grid-2-col {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3-col {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-4-col {
    grid-template-columns: repeat(1, 1fr);
  }

  h3 {
    font-size: 16px;
  }

  .btn-primary {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .header .nav-container {
    padding: 0 18px;
  }

  section .section-heading {
    margin-bottom: 24px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .header .mobile .nav-link {
    padding: 0px;
  }

  .hero .hero-title span {
    font-size: 22px;
  }

  .hero .hero-title {
    margin-bottom: 12px;
  }

  .main-home-page-banner .hero-subtitle,
  .hero .services {
    margin-bottom: 24px;
  }

  .hero .hero-subtitle {
    font-size: 16px;
  }

  .feature-card .image img {
    max-width: 40px;
  }

  .features-container .features-grid .feature-card {
    padding: 24px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }

  .features-grid .feature-card .sub-heading {
    width: auto;
    margin: 0;
  }

  .services-section .service-card {
    padding: 24px 18px;
  }

  .services-container .learn-more span {
    font-size: 14px;
  }

  .services-container .learn-more span svg {
    width: 20px;
  }

  .services-container .learn-more a {
    margin-top: 12px;
  }

  .analyze-container .analyze-button {
    position: unset;
    justify-content: center;
    transform: unset;
    width: 100%;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer .footer-links li {
    margin-bottom: 6px;
    line-height: 16px;
  }

  .footer .footer-grid {
    margin-bottom: 24px;
  }

  .platform-section .mobile-view .accordion-header {
    padding: 12px 42px 12px 12px;
    font-size: 14px;
  }

  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .services-container,
  .testimonials-container,
  .faq-container {
    padding: 0 16px;
  }

  .testimonials-section .testimonials-grid .testimonial-card.bubble {
    margin: 0 24px;
    border: 2px solid var(--background-color);
    box-shadow: unset;
  }

  .testimonials-section .slick-next {
    right: -16px;
  }

  .testimonials-grid .slick-prev {
    left: -16px;
  }

  .features-section .grid .feature-card,
  .services-section .service-card,
  .testimonials-section .testimonials-grid .testimonial-card.bubble,
  .about-media-comp-section .grid,
  .container.services-wrapper {
    display: grid !important;
    place-items: center;
    text-align: center;
  }

  .testimonials-grid .testimonial-text,
  .testimonial-author .name,
  .testimonial-author .role,
  .about-media-comp-section .section-heading {
    text-align: center;
  }

  .testimonials-grid .read-more-btn {
    margin: auto;
  }

  .testimonial-author {
    margin-top: 12px;
  }

  .testimonials-grid .testimonial-text {
    margin: 18px 0 0;
  }

  .faq-list .faq-question {
    padding: 18px 32px 18px 18px;
  }

  .faq-list .faq-question::after {
    right: 12px;
  }

  .faq-list .faq-item.active .faq-answer {
    padding: 0px 18px 18px;
  }

  .faq-list .faq-item .faq-answer {
    padding: 0px 18px 0px;
  }

  .platform-logo-section .logo-group .logo-block {
    max-height: 80px;
  }

  .platform-logo-section .logo-group .logo-block {
    width: 35%;
  }

  .all-feature-block .grid .feature-block-image {
    order: 1;
  }

  .all-feature-block .grid .content {
    order: 2;
  }

  .cta-section .right {
    width: 100%;
    display: block;
  }

  .cta-section .sub-container .grid {
    gap: 18px;
  }

  .benefit-info-section .info-card {
    flex-direction: column;
    gap: 18px;
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 42px;
  }

  .benefit-info-section .info-card:last-child {
    border-bottom: unset;
    padding-bottom: unset;
  }

  .benefit-info-section .info-card .benefit-content {
    max-width: 100%;
    order: 2;
  }

  .benefit-info-section .info-card .right {
    margin-left: 0;
    max-width: 100%;
    order: 1;
  }

  .benefit-info-section .info-card img {
    max-width: 100px;
  }

  .benefit-info-section .benefit-info-cards {
    text-align: center;
    gap: 42px;
  }

  .benefit-info-section .benefit-info-cards p {
    text-align: center;
  }

  .how-it-works-section .steps-container .step-label {
    min-width: 80px;
    height: 80px;
  }

  .how-it-works-section .steps-container .step-number {
    font-size: 16px;
  }

  .how-it-works-section .steps-container::after {
    left: 38px;
  }

  .all-platform .all-platform-logo-wrapper {
    gap: 18px;
  }

  .all-platform .all-platform-logo-wrapper .logo {
    width: calc(50% - 10px);
  }

  .analyze-section .analyze-form .analyze-input {
    font-size: 14px;
  }

  .footer-logo.logo {
    max-width: 180px;
  }
}