@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif !important;
}

/* ::selection {
  background-color: #e1e0ff;
} */
.blog-card {
  border: 1px solid transparent !important;
}

.blog-card:hover {
  border: 1px solid #6762fe !important;
}

body {
  font-family: "DM Sans", sans-serif !important;
}

header {
  /* position: sticky !important; */
}

.home-page-body {
  background-image: url(/assets/image/home-page/Dot.png);
  background-size: contain;
  background-repeat: repeat;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

a {
  -webkit-tap-highlight-color: transparent !important;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-Light.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("/assets/font/DMSans-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

/* Active header menu colour when dropdown is open */
.navbar-menu-active {
  color: #6762fe !important;
}

.navbar-menu-active svg path {
  stroke: #6762fe !important;
}

/* Rotate SVG when accordion is not expanded */
.navbar-accordion button[aria-expanded="false"] .icon1 img {
  transform: rotate(0deg) !important;
  transition: transform 0.3s ease;
}

/* Rotate SVG when accordion is expanded */
.navbar-accordion button[aria-expanded="true"] .icon1 img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#contact-sales-modal-sales .modal-content {
  background-color: #fff;
  margin: 6% auto;
  padding: 30px 30px 20px;
  width: 80% !important;
  max-width: 980px;
  border-radius: 16px;
  position: relative;
  z-index: 1002;
}

#contact-sales-modal-sales .name-group {
  flex-direction: row !important;
}

#contact-sales-modal-sales .form-group {
  margin-bottom: 10px !important;
}

#contact-sales-modal-sales .name-group .form-group {
  width: 100% !important;
}

#contact-sales-modal-sales .form-group textarea {
  height: 120px !important;
}

#contact-sales-modal-sales .submit-btn {
  /* width: 100% !important; */
  height: 48px !important;
  margin-top: 20px;
}

#contact-sales-modal-sales .custom-select-wrapper {
  position: relative;
  width: 100%;
}

#contact-sales-modal-sales .custom-select-box {
  background-color: #fff;
  color: #657488;
  cursor: pointer;
  position: relative;
  padding: 0px 16px;
  height: 46px !important;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact-sales-modal-sales .custom-file-box {
  height: 46px !important;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #657488;
  overflow: hidden;
  padding-right: 16px;
}

.brower-tab {
  cursor: pointer;
  color: #6762fe;
  background-color: #f0efff;
  border-right: 1px solid #e6eaef;
  padding: 0 16px;
  margin-right: 10px;
  height: 46px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#contact-sales-modal-sales .active svg path {
  fill: none !important;
  stroke: #f04438 !important;
}

#contact-sales-modal-sales .custom-options {
  list-style: none;
  margin: 0;
  padding: 8px;
  border: 1px solid #e6eaef;
  border-radius: 8px;
  border-top: none;
  position: absolute;
  width: 45%;
  background: white;
  box-shadow: 0px 8px 20px 0px #030b1614;
  z-index: 10;
  display: none;
  max-height: 150px;
  overflow-y: auto;
}

.custom-options li {
  padding: 10px 12px;
  cursor: pointer;
  color: #030b16;
  border-radius: 8px;
}

.custom-options li:hover {
  background-color: #f2f4f6;
  color: #6762fe;
}

#contact-sales-modal-sales .checkbox-group label {
  margin: 0 !important;
}

#contact-sales-modal-sales .checkbox-group {
  gap: 2px !important;
}

#thank-you-modal .submit-btn {
  width: 20% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

#thank-you-modal .contact-sales {
  padding-bottom: 0 !important;
}

#thank-you-modal .modal-content {
  padding: 50px !important;
  margin: 13% auto !important;
  width: 35% !important;
  max-width: 35% !important;
}

.thank-you-body {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.support-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.support-pagination-menu {
  display: flex;
  gap: 10px;
  align-items: center;
}

.support-pagination-menu:hover p {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #6762fe;
}

.support-pagination-menu p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #6762fe;
}

.support-set-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header */
.new-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  width: 100%;
  height: 18px;
  padding: 4px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background: linear-gradient(109.22deg, rgba(212, 97, 240, 0.8) 5.39%, rgba(165, 135, 255, 0.8) 46.01%, rgba(97, 140, 255, 0.8) 82.76%);
  border-radius: 4px;
}

.product-submenu p:has(.new-badge) {
  display: -webkit-inline-box;
  gap: 8px;
  align-items: center;
}

.navbar-accordion .navbar-accordion-content p:has(.new-badge) {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.new-footer-section .footer-list li a:has(.new-badge) {
  display: flex;
  gap: 8px;
  width: fit-content;
}

.support .header-part {
  width: 100%;
}

.support .navbar-main-menus {
  gap: 30px !important;
}

.support .navbar-buttons {
  display: flex;
  gap: 10px;
}

.support .contact-sales-btn {
  border-radius: 258px;
  outline: none;
  border: 1px solid #6762fe;
  background-color: #fff;
  color: #6762fe;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  height: 40px;
  padding: 0 16px;
}

.support .contact-sales-btn:hover {
  background-color: #6762fe;
  color: #fff;
}

.support .my-account-btn {
  border-radius: 258px;
  outline: none;
  border: 1px solid #6762fe;
  background-color: #6762fe;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  height: 40px;
  padding: 0 24px;
}

.support .my-account-btn:hover {
  color: #6762fe;
  background-color: #fff;
  border: 1px solid #6762fe;
}

.support .dropdown-menu {
  left: 46% !important;
}

/* Modal styles */
/* body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
} */

.fullscreen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  scrollbar-width: 0;
  /* Firefox */
  -ms-overflow-style: none;
}

.fullscreen-modal::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.modal-content {
  background-color: #fff;
  margin: 4.5% auto;
  padding: 30px;
  width: 80%;
  max-width: 980px;
  border-radius: 16px;
  position: relative;
  z-index: 1002;
}

/* Disable pointer events and scrolling outside modal when modal is open */
body.modal-open {
  pointer-events: none;
  overflow: hidden;
}

body.modal-open .modal-content {
  pointer-events: auto;
}

.close-modal {
  position: absolute;
  top: 38px;
  right: 30px;
  cursor: pointer;
}

.contact-sales {
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  text-align: center;
  color: #18181b;
  padding-bottom: 30px;
}

/* Body and overlay styles */
/* body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
} */

body.modal-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  /* Below modal but above header */
}

body.modal-open .header-bg {
  z-index: 100;
}

.name-group {
  display: flex;
  width: 100%;
}

.name-group .form-group:first-child {
  margin-right: 30px;
}

.name-group .form-group {
  width: calc(50% - 5px);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #657488;
  font-weight: 500;
}

.form-group .phone-group {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.options {
  border-radius: 6px;
  width: 70px;
  margin-top: 5px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  position: absolute;
  background-color: white;
  z-index: 1000;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.form-group .phone-group input {
  border: 1px solid #fff;
  border-radius: 0px 8px 8px 0px;
  width: 100%;
  padding: 12px 16px 12px 50px !important;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-sizing: border-box;
}

.form-group .phone-group .country-code {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px !important;
  padding-left: 10px;
  color: #18181b;
}

#selectedFlag {
  height: 20px !important;
  width: 20px !important;
  border-radius: 50%;
}

.selected {
  padding: 2px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.code {
  position: relative;
  width: 100%;
}

.form-group .phone-group .country-code {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px !important;
  padding-left: 10px;
  color: #18181b;
}

.error {
  color: red !important;
  font-size: 0.9em;
  margin-top: 5px;
}

.form-group textarea {
  resize: none;
  height: 120px;
}

.checkbox-group input {
  width: 16px !important;
  height: 16px;
  border: 1.5px solid #e1e1e1 !important;
  border-radius: 5px;
  padding: 10px !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: 1px solid #6762fe !important;
  border: 1px solid #6762fe !important;
  background-color: #fff;
}

.search-box input:focus {
  outline: none !important;
  border: none !important;
}

input,
textarea,
select {
  transition: border-color 0.3s ease;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-class {
  margin-top: 4px;
}

.privacy-policy-set {
  display: flex;
  flex-direction: column;
}

.privacy-policy {
  color: #6762fe !important;
  text-decoration: none;
  /* font-weight: bold; */
  -webkit-tap-highlight-color: transparent !important;
}

.privacy-link:hover {
  text-decoration: underline;
}

.checkbox-class {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #e1e1e1;
  border-radius: 2.5px;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition:
    background-color 0.3s,
    border-color 0.3s;
}

.checkbox-class:checked {
  /* background-color: #6762fe; */
  border: 1.5px solid #6762fe !important;
}

.checkbox-class:focus {
  outline: none !important;
  /* border: 2px solid #e1e1e1 !important; */
}

.checkbox-class:checked::after {
  content: "✔";
  color: #6762fe;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-group label {
  font-size: 16px;
  margin-top: 12px;
  color: #657488;
  font-weight: 500;
  line-height: 1.5;
}

.privacy-link {
  color: #6c63ff;
  text-decoration: none;
  font-weight: bold;
}

.privacy-link:hover {
  text-decoration: underline;
}

.submit-group {
  display: flex;
  justify-content: center;
}

.submit-btn {
  background-color: #6c63ff;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 15%;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.submit-btn span {
  line-height: 30px;
}

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

.lds-ring {
  /* change color here */
  color: white;
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0px;
  border: 3px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.learn-more-btn {
  background-color: #6762fe;
  transition: background-color 0.3s;
}

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

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-message {
  font-size: 14px;
  padding-top: 5px;
  color: red;
}

/* --- comman css --- */
.submenu-text,
.footer-text {
  position: relative;
}

.coming-soon {
  position: absolute;
  top: -3px;
  left: 30px;
  width: 90%;
  height: 130%;
  font-size: 14px;
  font-weight: 500;
  color: #18181b;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  backdrop-filter: blur(1px);
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  /* justify-content:center; */
  z-index: 999;
  padding-left: 12px;
}

.footer-text .coming-soon {
  background-color: #18181b !important;
  color: #c5c5c5;
  left: 0;
  width: 100%;
  justify-content: left;
  padding-left: 0px;
}

.submenu-text:hover .coming-soon,
.footer-text:hover .coming-soon {
  opacity: 1;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.set-fix-height {
  height: 100%;
  max-height: 1000px;
  min-height: 300px;
}

.loading {
  height: 100svh;
}

.subtitle-padding {
  padding: 20px 0 50px;
}

.container-fluid {
  max-width: 1560px;
  margin: 0 auto;
}

.section-padding {
  padding: 50px 16px;
}

.section-container-padding {
  padding: 50px 20px;
}

a {
  text-decoration: none;
}

.d-flex {
  display: flex;
}

.side-space {
  padding: 0 16px;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.new-footer-section .justify-content-flex-end {
  justify-content: center;
}

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

.text-white {
  color: #ffffff;
}

.align-item-center {
  align-items: center;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Start::Header css  */
header {
  background-color: white;
}

.header-part {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;

  border-radius: 220px;
  background-color: #ffffff;
  /* box-shadow: 0px 4px 32px 0px #00000010; */
  /* background: #18181B; */
  /* backdrop-filter: blur(8px); */
  padding: 10px 14px 10px 19px;
  border-radius: 300px;
  box-shadow: 0px 0px 10px 0px #0000001a;
}

.header-bg {
  /* background-color: white; */
  background: transparent;
  /* padding: 21px 0; */
  position: relative;
  position: sticky;
  top: 16px;
  left: 0;
  z-index: 9999;
  transition: top 0.4s ease-in-out;
  /* margin-top: 16px; */
  padding-left: 20px;
  padding-right: 20px;
}

.annoucement_bar {
  position: absolute !important;
  position: relative;
  width: 100%;
  top: -48px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(90deg,
      #6762fe 0%,
      #7773f7 21.38%,
      #8480f2 29.33%,
      #6762fe 37.6%,
      #8480f2 48.57%,
      #6762fe 58.64%,
      #8480f2 67.91%,
      #6762fe 75.58%,
      #a09de7 100%);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 45px 0px 16px;
}

.annoucement_bar p {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.annoucement_bar span {
  font-weight: 700;
}

.annoucement_bar a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  color: white !important;
}

.annoucement_bar_icon {
  position: absolute;
  right: 30px;
  top: 14px;
  cursor: pointer;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header-logo {
  display: inline-flex;
  margin-right: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo a {
  height: 30px;
  width: 176px;
}

 .header-logo .header-border {
  border: 1px solid #E6EAEF;
  width: 1px;
  height: stretch;
}

.header-logo .header-text {
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  color: #657488;
  max-width: 124px;
}


.help-center-header .header-logo {
  width: 298px !important;
}

.header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.help-center-header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.help-center-header-tab {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
}

.help-center-header-border {
  height: 20px;
  border: 1px solid #000000;
}

.learn-more-link {
  display: flex;
  transition: all 0.3s ease;
}

.learnmore-arrow {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.blog-learn-more-link:hover .learnmore-arrow {
  transform: translateX(5px);
}

.learn-more-link:hover .learnmore-arrow {
  transform: translateX(8px);
}

.container-fluid-header {
  max-width: 1075px;
  margin: 0 auto;
}

.submenu-text:hover {
  color: #6762fe;
}

.submenu-text:hover img {
  transform: scale(1.2);
}

.submenu-text:hover p {
  color: #6762FE;
}

.header-navigation ul a {
  color: #18181b;
  font-weight: 500;
  position: relative;
  border: 0;
  transition: color 1s ease-out;
  cursor: pointer;
  user-select: none;
}

.black-header .header-navigation ul a {
  color: #fff;
}

.navbar-main-menus {
  list-style: none;
  display: flex;
  gap: 16px;
}

header li {
  list-style: none;
}

.header-menu-hover:hover {
  /* background: linear-gradient(
    90deg,
    #ffffff 0%,
    #e6c7f1 48.77%,
    #c4fdff 98.53%
  );
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: shine 2s linear forwards; */
  color: #6762fe;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.navbar-main-menus li a svg path {
  transition:
    stroke 1s ease-out,
    fill 1s ease-out;
}

.navbar-main-menus li a:hover svg path {
  /* fill: #6762fe; */
  stroke: #6762fe;
}

.active {
  color: #6762fe !important;
}

.active svg path {
  fill: #6762fe !important;
  stroke: #6762fe !important;
}

.dropdown-content-side {
  text-align: left;
}

.navbar-drawer-menu {
  background: #6762fe;
  padding: 11px;
  border-radius: 220px;
  line-height: 0;
  display: none;
  z-index: 9999;
  position: relative;
}

/* Prevent body from scrolling when sidebar is open */
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Navbar drawer sidebar styles */
.navbar-drawer-sidebar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
  width: 100%;
  max-width: 720px;
  background-color: white !important;
  visibility: hidden;
  opacity: 0;
  transition:
    top 0.4s ease,
    opacity 0.4s ease,
    visibility 0s 0.4s;
  box-shadow: 0px 4px 32px 0px #00000010;
  z-index: 999;
  overflow-y: auto;
  border-radius: 16px;
  max-height: 89vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Navbar drawer open state */
/* .navbar-drawer-sidebar.open {
  top: 100px;
  visibility: visible;
  opacity: 1;
  transition: top 0.4s ease, opacity 0.4s ease, visibility 0s 0s;
} */

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar-drawer-sidebar::-webkit-scrollbar {
  display: none;
}

svg.toggle-close {
  display: none;
}

.navbar-drawer-sidebar ul {
  padding: 4px 20px 20px;
  margin: 0;
}

.navbar-drawer-sidebar ul li:first-child {
  position: relative;
}

.navbar-drawer-sidebar ul li a {
  padding: 16px 0px;
  text-align: center;
  color: #18181b;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-drawer-sidebar ul li a:not(.submenu-text) svg path {
  fill: #5c5b5a;
  stroke: #5c5b5a;
}

.navbar-drawer-sidebar ul li a:hover {
  color: #6762fe;
  font-weight: 600;
}

.navbar-drawer-sidebar ul li a:hover svg path {
  fill: #6762fe;
  stroke: #6762fe;
}

/* Target only non-star icons in the navbar drawer */
.navbar-drawer-sidebar ul li a:not(.submenu-text) svg path {
  fill: #5c5b5a;
  stroke: #5c5b5a;
}

/* Ensure star icons keep their original color */
.navbar-drawer-sidebar ul li a.submenu-text svg path {
  fill: #6762fe;
  stroke: #6762fe;
}

.navbar-sidetoggle-button {
  /* display: none !important; */
}

.custom-signup-color {
  background: linear-gradient(123.88deg,
      #ee28ff -7.22%,
      #8962ff 47.49%,
      #1f79ff 96.99%);
  box-shadow: 0px 3.83px 8.15px 0px #ffffff66 inset;
}

.navbar-buttons {
  display: flex;
  gap: 12px;
}

.btn-gradient {
  position: relative;
  border-radius: 220px;
  width: fit-content !important;
  height: 40px;
  /* background: radial-gradient(
      91.95% 329.24% at 7.05% -5.15%,
      #00dbff 0%,
      #7140ff 74.42%,
      #8140ff 83.86%,
      #9340ff 91.34%,
      #b940ff 100%
    ),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 41.07%,
      rgba(255, 255, 255, 0.3) 100%
    ); */
  background: linear-gradient(109.22deg,
      #d461f0 5.39%,
      #a587ff 46.01%,
      #618cff 82.76%);

  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 0;
  box-shadow: 0px 4px 7.6px 5px #ffffff47 inset;
}

.go-to-dashboard-btn {
  width: fit-content !important;
}

.btn-gradient-template {
  width: 224px !important;
  background: #6762fe !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
}

.btn-gradient-template div {
  border: none !important;
}

.btn-gradient-template:hover {
  background-color: #574fce !important;
}

.btn-gradient div {
  width: 100%;
  height: 100%;
  border-radius: 220px;
  border: 3px solid #ffffff30;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.btn-gradient a {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.btn-gradient:hover {
  /* background: radial-gradient(91.95% 329.24% at 7.05% -5.15%, #B940FF 0%, #9340FF 8.66%, #8140FF 16.14%, #7140FF 25.58%, #00DBFF 100%); */
  box-shadow: none;
}

.btn-outline {
  /* border-radius: 258px;
  outline: none;
  border: 2px solid #373753;
  background-color: #1f1e3e; */
  color: #18181b;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  /* width: 99px;
  height: 46px; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}

.navbar-sidetoggle-button .btn-outline {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #6762fe !important;
  color: #6762fe !important;
  border-radius: 50px;
}

.navbar-sidetoggle-button .btn-outline-dark {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 50px;
}

.btn-outline:hover {
  color: #6762fe;
}

.btn-comm-outline {
  border-radius: 258px;
  outline: none;
  border: 2px solid #6762fe;
  background-color: #fff;
  color: #6762fe !important;
  font-weight: 500;
  font-size: 16px !important;
  cursor: pointer;
  width: 176px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}

.btn-comm-outline:hover {
  color: #6762fe;
}

.navbar-sidetoggle-button .btn-outline:has(.btn-gradient.go-to-dashboard-btn) {
  border: none !important;
}

.navbar-sidetoggle-button .btn-gradient {
  display: none;
}

.row {
  display: flex;
  flex-wrap: nowrap;
}

.navbar-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 30%;
  max-width: 306px;
  display: none;
  background-color: #ffffff;
  padding: 16px 14px;
  box-shadow: 0px 4px 11.8px 0px #090b251f;
  border-radius: 6px;
}

.dropdown-menu.show {
  display: block;
}

.navbar-dropdown-menu .row {
  column-gap: 15px;
}

.dropdown-img-side {
  display: contents;
}

.dropdown-content-side h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: #030b16;
  padding-bottom: 2px;
}

.dropdown-content-side h6:hover {
  color: #6762fe;
}

.dropdown-content-side p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #030b16;
  text-transform: capitalize;
}

/* Initial styles for the menu */
.dropdown-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin-top: 3px;
  position: absolute;
  background-color: white;
  top: 66px;
  left: 49%;
  transform: translateX(-50%);
  /* width: 1150px; */
  width: 1000px;
  border-radius: 20px;
  /* box-shadow: 0px 10px 40.6px 0px #00000040; */
  box-shadow: 0px 0px 30px 0px #00000014;
  padding: 24px 30px;
}

.dropdown-menu-width {
  width: 810px;
}

.resourcesMenu {
  width: fit-content !important;
  border-radius: 12px;
}

.navbar-menu li a {
  border-right: 0;
}

.dropdown-menu li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.product-menu {
  display: flex;
}

.product-submenu {
  display: flex;
  flex-direction: column;
  gap: 18px;
  /* width: 100%; */
}

.product-submenu .menu-title {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #18181b;
}

.product-submenu p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  text-align: left;
  color: #657488;
  width: max-content;
}

.submenu-text {
  display: flex;
  gap: 14px;
  align-items: center;
}

.platform-menu {
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid #d4d4d4;
}

.learn-more-ai {
  font-size: 16px;
}

.capability-menu .menu-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  text-align: left;
  color: #18181b;
  padding-bottom: 32px;
}

.capability-box {
  display: flex;
  /* gap: 30px; */
  gap: 45px;
}

.navbar-accordion {
  width: 100%;
}

.navbar-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  /* border-bottom: 1px solid #D4D4D4; */
  background: none;
  outline: none;
  color: #18181b;
  -webkit-tap-highlight-color: transparent;
}

.navbar-accordion button:hover,
.navbar-accordion button:focus {
  cursor: pointer;
}

.navbar-accordion button .navbar-accordion-title {
  padding: 1em 1.5em 0 0;
}

.navbar-accordion button .icon1 {
  /* display: inline-block; */
  display: flex;
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
}

.navbar-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.navbar-accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 5em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.navbar-accordion .navbar-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

.navbar-accordion .navbar-accordion-content a {
  padding: 8px 8px;
}

.navbar-accordion .navbar-accordion-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-accordion .navbar-accordion-content p .linear {
  display: inline-block;
  height: 1px;
  width: 7px;
  background-color: #18181b;
  margin-right: 8px;
  vertical-align: middle;
}

.navbar-accordion button[aria-expanded="true"]+.navbar-accordion-content {
  display: block;
  padding-bottom: 8px;
}

.navbar-accordion-item button[aria-expanded="true"] .icon1 img {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

#navbar-accordion-button-1[aria-expanded="true"] {
  padding: 16px 0 8px;
}

.icon1 img {
  transition: transform 0.3s;
}

/* End::Header css  */

/* start::Footer start */
.footer-section {
  /* padding: 70px 0 30px; */
  padding: 0 20px;
  margin: 0 auto;
}

.footer-container {
  display: flex;
  gap: 70px;
  /* padding: 0 16px; */
  max-width: 1320px;
  margin: 0 auto;
}

.footer-first-sec {
  width: 25%;
}

.footer-second-sec {
  width: 30%;
}

.footer-third-sec {
  width: 25%;
}

.footer-fourth-sec {
  width: 20%;
}

.footer-fifth-sec {
  width: 11%;
}

.footer-six-sec {
  width: 28%;
}

.footer-list li {
  list-style: none;
  display: flex;
  align-items: center;
  min-height: 18px;
}

.menu-gap {
  padding-top: 57px;
}

.footer-section-padding {
  padding: 70px 20px 50px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}

.footer-list li a:hover {
  color: #fff;
}

.footer-container span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  color: #fff;
}

.footer-container h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  color: #fff;
}

.footer-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  color: #c5c5c5;
  transition: all 0.2s;
}

.footer-six-sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  color: #848382;
  padding: 13px 0 28px;
}

.email-input {
  background-color: #ffffff1a;
  border: 1px solid #ffffff24;
  width: 100%;
  padding: 13.3px 18px;
  outline: none;
  /* line-height: 19.5px; */
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.email-input::placeholder {
  font-size: 14px;
  /* Set the font size to 14px */
}

.footer-cloudairy-logo img {
  width: fit-content;
  height: 28px;
}

.footer-cloudairy-logo p{
 margin-top: 12px;
 color: #657488;
 font-size: 14px;
 line-height: 20px;
 font-weight: 400;
}


.footer-subscribe-button {
  margin-top: 18px;
  height: 48px;
  background: #6762fe;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 20px;
  padding: 14px 14px;
  width: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin-top: 10px; */
}

.footer-subscribe-button::before {
  content: "";
  background-color: #ffffff1f;
  height: 300px;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.footer-subscribe-button:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.footer-subscribe-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.footer-subscribe-button .arrow-icon {
  width: 18px;
  height: 18px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.footer-subscribe-button:hover .arrow-icon {
  transform: translateX(5px);
}

.footer-accordion .footer-accordion-item {
  border-bottom: 1px solid rgba(132, 131, 130, 0.4);
}

.footer-accordion {
  width: 100%;
  display: none;
}

.footer-accordion button {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
  padding: 20px 0 !important;
  font-size: 22px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
  color: #18181b;
  -webkit-tap-highlight-color: transparent;
}

.footer-accordion button:hover,
.footer-accordion button:focus {
  cursor: pointer;
}

.footer-accordion button .footer-accordion-title {
  /* padding: 1em 1.5em 0 0; */
  color: #fff;
}

.footer-accordion button .icon1 {
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 0;
  width: 22px;
  height: 22px;
}

.footer-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.footer-accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 5em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.footer-accordion .footer-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

.footer-accordion .footer-accordion-content p {
  font-size: 18px;
  font-weight: 400;
  margin: 0 100px 16px 0;
  line-height: 26px;
}

.footer-accordion button[aria-expanded="true"]+.footer-accordion-content {
  display: block;
}

.footer-accordion-item button[aria-expanded="true"] .icon1 img {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.icon1 img {
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.side-padding {
  padding: 0 16px !important;
}

/*---------- copy-right-section ------------*/
.copy-bootom-section {
  padding: 50px 0 25px;
  max-width: 1320px;
  margin: 0 auto;
}

.mindmap-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0 16px 50px;
  justify-content: center;
}

.mindmap-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-radius: 16px;
  transition: all 0.5s;
  cursor: pointer;
  min-width: 112px;
}

.mindmap-menu-icon:hover {
  background-color: #ffffff0d;
}

.mindmap-menu-icon img {
  width: 30px;
  height: 30px;
}

.mindmap-menu-icon p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.copy-right-section {
  max-width: 1320px;
  margin: 0 auto;
  /* padding: 24px 16px 0; */
  border-top: 1px solid #E6EAEF;
}

.new-footer-section .footer-container span {
  color: #18181b;
}

.black-footer .footer-container span {
  color: #fff;
}

.black-footer .footer-cloudairy-logo p, .black-header .header-logo .header-text {
  color: #AEB8C6 !important;
}

.new-footer-section .footer-container h5 {
  color: #18181b;
}

.black-footer .footer-container h5 {
  color: #fff;
}

.new-footer-section .footer-list li a {
  color: #18181b;
}

.black-footer .footer-list li a {
  color: #fff;
}

.new-footer-section .copy-right-section p {
  color: #657488;
}

.black-footer .copy-right-section p {
  color: #848382;
}

.new-footer-section .footer-accordion button .footer-accordion-title {
  color: #18181b;
}

.black-footer .footer-accordion button .footer-accordion-title {
  color: #fff;
}

.new-footer-section .footer-second-sec {
  width: 25%;
}

.new-footer-section .footer-third-sec {
  width: 20%;
}

.new-footer-section .footer-fourth-sec {
  width: 25%;
}

.copy-right-section p {
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
  width: 100%;
  color: #848382;
}

.copy-right-section p a {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}

.copyright-icons {
  margin-top: -128px !important;
}

.copyright-icons ul {
  list-style: none;
}

.footer-logo {
  width: 140px;
  height: 28px;
}

.footer-logo-section .cloudairy-footer-logo {
  margin-top: -175px;
}

.copyright-icons ul li a {
  border: 1.33px solid #ffffff1a;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.copyright-icons ul li a:hover {
  background: #ffffff14;
}

.copyright-icons ul li a img {
  width: 15px;
  height: 15px;
}

/* end::Footer end */
/* --------------------blog section---------------------- */
.blog-all-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1240px;
  padding: 0px 16px;
  margin: 0 auto;
  row-gap: 50px;
  column-gap: 20px;
  overflow-x: auto;
  /* padding: 5px 0px; */
}

.blog-all-list::-webkit-scrollbar {
  display: none;
}

.blog-main-box-side:hover {
  border: 1px solid #6762fe;
}

.blog-main-box-side {
  width: 100%;
  max-width: 400px;
  background: rgb(255 255 255);
  border-radius: 16px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  position: relative;
  transition: all 0.3s ease;
  /* height: 498px; */
}

/* .blog-main-box-side:hover {
  height: 490px;
} */
.blog-box-image-section img {
  width: 100%;
  height: 280px !important;
  /* max-height: 280px; */
  /* min-width: 400px; */
  border-radius: 16px 16px 0 0;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

.no-data-found {
  grid-column: span 3;
}

.blog-box-content-section {
  padding: 24px;
}

.blog-box-heading-section {
  padding-top: 12px;
}

.blog-box-content {
  color: #18181b;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}

.blog-box-subcontent {
  color: #18181b;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box-date {
  font-size: 12px;
  line-height: 20px;
}

.blog-title-height {
  height: 70px;
}

.blog-box-badge {
  font-size: 12px;
  line-height: 26px;
  padding: 4px 10px;
  border-radius: 9999px;
  color: #6762fe;
  font-weight: 600;
  border: 1px solid #6762fe;
  transition: all 0.5s;
  margin: 30px 0 40px;
  background-color: #fff;
}

.blog-learn-more-link {
  display: flex;
  gap: 6px;
}

.blog-learn-more-link p {
  color: #6762fe !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}

.blog-learn-more-link img {
  width: 24px;
  height: 27px;
}

.blogdetail-badge-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  /* padding: 34px 0; */
}

.blog-category-badge {
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  height: 34px;
  padding: 0px 10px;
  border-radius: 47px;
  border: 1px solid #6762fe;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  color: #6762fe;
  text-transform: uppercase;
}

/* Design, Collaborate, Innovate with Cloudchart! */
.design-section {
  position: relative;
  overflow: hidden;
  /* padding: 100px 0px 0px; */
}

.section-set-bg {
  position: absolute;
  top: -100px;
  left: 0;
  max-width: 100%;
  width: 100%;
}

.section-set-border {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 10;
}

.design-padding {
  padding: 10px 0 100px;
  position: relative;
}

.design-cta-btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.design-get-started-btn {
  max-width: 156px;
  width: 156px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31.61px;
  text-align: center;
  background-color: #6762fe;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border: none;
  transition: background-color 0.3s ease;
}

.design-get-started-btn:hover {
  background-color: #5753d6;
}

.email-background {
  /* background: linear-gradient(91.01deg, #d065f2 -5.05%, #628dff 100.11%); */
  width: 400px;
  height: 48px;
  padding: 1px;
  border-radius: 50px;
}

.design-email-box {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  padding: 18px;
  outline: none;
  font-size: 16px;
}

.design-email-box::placeholder {
  font-size: 14px;
}

.design-padding .icon {
  transition: transform 0.2s ease;
}

.design-bg {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-image: url("/assets/image/Home/home-cta/CTA-background.svg"); */
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 0 16px;
  min-height: 700px;
  height: 100%;
  width: 100%;
}

.design-content {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.design-bg-image {
  display: none;
}

.design-content h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  max-width: 596px;
  z-index: 10;
  color: #18181b;
}

.cloudchat-text {
  position: relative;
  /* color: #6762fe; */
}

.cloudchart-border {
  position: absolute;
  top: -4px;
  left: -22px;
  width: 264px;
  height: 76px;
}

.design-content p {
  padding: 14px 0 0;
  max-width: 638px;
  margin: 0 auto;
  z-index: 10;
  font-size: 16px;
  line-height: 28px;
  color: #18181b;
  font-weight: 400;
}

.design-content .design-content-email-input {
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 10;
}

.custom-box-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
  padding-bottom: 11px;
}

.custom-box {
  width: 100px;
  height: 100px;
  /* border: 1px solid #003D3D0A; */
  background-color: #f6f6ff;
  border-radius: 23px;
}

.custom-animation-mobile {
  display: none;
}

.custom-box-description {
  position: absolute;
  top: 82%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.custom-animation-desktop {
  max-width: 1500px;
  margin: 0 auto;
}

.cloudchart-icon {
  transform: translate(-58px, -50px);
}

.form-icon {
  transform: translate(-110px, -50px);
}

.whiteboard-icon {
  transform: translate(-50px, 50px);
}

.doc-icon {
  transform: translate(-50px, 50px);
}

.email-icon {
  transform: translate(-50px, 20px);
}

.task-icon {
  transform: translate(110px, 0px);
}

.list-icon {
  transform: translate(50px, 50px);
}

.timeline-icon {
  transform: translate(50px, 50px);
}

.custom-icon1 {
  transition: transform 0.8s;
  will-change: transform;
  filter: blur(4px);
  box-shadow: 0px 1px 4px 0px #122ba514;
  border: 1px solid #e3e6f4;
  border-radius: 18px;
}

.custom-icon2 {
  transition: transform 0.8s;
  will-change: transform;
  filter: blur(4px);
  box-shadow: 0px 1px 4px 0px #122ba514;
  border: 1px solid #e3e6f4;
  border-radius: 18px;
}

.custom-icon3 {
  transition: transform 0.8s;
  will-change: transform;
  filter: blur(4px);
  box-shadow: 0px 1px 4px 0px #122ba514;
  border: 1px solid #e3e6f4;
  border-radius: 18px;
}

.custom-icon {
  transition: transform 0.9s;
  will-change: transform;
  box-shadow: 0px 1px 4px 0px #122ba514;
  border: 1px solid #e3e6f4;
  border-radius: 18px;
}

.icons-visible .custom-icon3 {
  filter: blur(0);
  transform: translate(0, 0) !important;
  transition: transform 0.8s ease;
}

.custom-animation-desktop {
  overflow: hidden;
}

.banner-email-box::placeholder {
  font-size: 14px;
}

iframe {
  overflow: hidden;
  border: none;
}

iframe::-webkit-scrollbar {
  width: 0;
  display: none;
}

/*----------template---box---design--start-------------*/
.template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 20px 0 0px;
  overflow-x: auto;
}

.template-item {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.template-img-side {
  position: relative;
  background-color: #fafafa;
  padding: 10px;
  border-radius: 12px 12px 0 0;
}

.template-img-side img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  /* margin-bottom: -5px; */
}

.template-padding {
  /* border: 1px solid #e3e3e3; */
  border: 2px solid #d9d9d9;
  border-radius: 12px;
}

.template-content-side {
  padding: 0 12px 12px 12px;
}

.template-item h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.16px;
  color: #18181b;
  padding: 16px 0 10px;
  overflow: hidden;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.template-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  max-height: 46px;
  height: 46px;
  min-height: 46px;
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #18181b;
  /* overflow: hidden; */
}

.template-img-side-2 {
  position: relative;
}

.templatee-spacing {
  background-color: #fafafa;
  padding: 10px;
  border-radius: 12px 12px 0 0;
}

.template-img-side-2 img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  margin-bottom: -5px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 17, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.template-item:hover .overlay {
  opacity: 1;
}

.btn-Use-Template,
.btn-Preview {
  padding: 13px 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-Preview {
  /* border: 1px solid #6762fe !important; */
  padding: 10px 20px !important;
  background-color: #fff !important;
  color: #6762fe !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  border: 3px solid #fff;
  box-sizing: border-box;
  /* Ensure border is inside */
  transition: border 0.3s ease-in-out;
}

.btn-Use-Template {
  border: 0;
  background-color: #6762fe;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-Use-Template:hover {
  background-color: #5753d6;
}

.more-template-btn {
  margin-top: 50px;
}

/* .btn-Use-Template::before {
  content: "";
  background-color: #ffffff1f;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.btn-Use-Template:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
} */

/* .btn-Preview::before {
  content: "";
  background-color: #fff;
  border: 3px solid #6762fe;
  height: 300px;
  width: 300px;
  color: #6762fe;
  border-radius: 50%; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
} */

/* .btn-Preview:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
} */

.btn-Preview:hover {
  border: 3px solid #6762fe;
}

.load-more-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.load-more-button {
  padding: 0px 30px;
  height: 45px;
  background-color: #6762fe;
  border: 1px solid #6762fe;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
}

.get-started-box {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 17px 0 9px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px -11px 30.4px 0px #c3c3c32b;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-out,
    visibility 1s ease-out;
}

.get-started-box.show {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.get-started-box .set-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.set-data .text_lg {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 4px;
}

.set-data .text_sm {
  font-size: 14px;
  line-height: 18px;
  color: #171617;
  font-weight: 400;
}

.design-content-email-input {
  display: flex;
  gap: 16px;
}

.design-get-started-btn {
  border-radius: 258px;
}

.email-background {
  background: #e3e3e3;
  /* border-radius: 10px; */
}

.mobile-mind-template {
  display: none !important;
}

.meta-title {
  opacity: 0 !important;
  height: 0 !important;
}

/* help-center enterprise documentation */
.enterprise-set-border {
  padding: 20px 0 8px !important;
  border-top: 1px solid #e6eaef;
  margin-top: 5px;
}

.imgae-full {
  width: 100%;
  height: 100%;
}

.react-flow__attribution {
  display: none !important;
}

.input-node:focus {
  outline: none !important;
  border: none !important;
}

/* Horizontal scroller section */
.scroll-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 16px;
}

/* Mobile fix */
@media (max-width: 576px) {
  .smart-smarter-card {
    height: 96px !important;
    width: 340px !important;
  }

  .smart-smarter-text {
    font-size: 12px;
  }

  .scroll-container {
    padding: 50px 16px 20px;
  }
}

/* Tablet and up */
@media (min-width: 720px) {
  .scroll-container {
    padding: 40px 16px;
  }
}

/* FIXED infinite scroll rows */
.scroll-row {
  display: flex;
  width: max-content;
  animation: scroll-left 80s linear infinite;
  /* faster & smooth */
}

.scroll-row.reverse {
  animation: scroll-right 80s linear infinite;
}

.scroll-row:hover {
  animation-play-state: paused;
  /* pause on hover */
}

/* Duplicate content row for seamless infinite effect */
.scroll-content {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  min-width: max-content;
}

.smart-smarter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 426px;
  min-height: 96px;
  border-radius: 10px;
  border: 1px solid #262938;
  font-size: 14px;
  padding: 16px 20px;
  cursor: pointer;
  flex-shrink: 0;
  /* background: linear-gradient(0deg, #010316, #010316),
    linear-gradient(
      111.62deg,
      rgba(1, 3, 22, 0.1) 3.08%,
      rgba(103, 98, 254, 0.1) 97.59%
    ); */
  background:
    linear-gradient(0deg, #010316, #010316),
    linear-gradient(111.62deg,
      rgba(1, 3, 22, 0.1) 3.08%,
      rgba(103, 98, 254, 0.1) 97.59%);
  background-blend-mode: overlay;
  transition: border-color 0.3s ease;
}

.smart-smarter-card:hover {
  border-color: rgba(103, 98, 254, 0.5);
}

.arrow-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  margin-left: 4px;
}

/* FIXED Keyframes: move by full width for seamless scrolling */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* moves exactly half (because we duplicate rows) */
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.react-flow__node.selected {
  padding: 0px !important;
}

.react-flow__handle-right {
  right: 0 !important;
}

.react-flow__handle-left {
  left: 0 !important;
}

.react-flow__handle-top {
  top: 0 !important;
}

.react-flow__handle-bottom {
  bottom: 0 !important;
}

.smart-smarter-text {
  line-height: 24px;
}

/* .ai-section-header {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-direction: row;
} */

.smart-smarter-text {
  font-size: 14px;
  font-weight: 400;
  color: #e4e4e7;
}

#productMenu3 {
  width: 1092px;
}

/* Node rotation animations using CSS custom properties and matrix transforms */
@keyframes nodeEntrance {
  0% {
    opacity: 0;
    --rotation-angle: 90deg;
    --scale-factor: 0.8;
  }

  50% {
    opacity: 0.6;
    --rotation-angle: 45deg;
    --scale-factor: 0.9;
  }

  100% {
    opacity: 1;
    --rotation-angle: 0deg;
    --scale-factor: 1;
  }
}

/* Alternative approach using clip-path animation to simulate rotation */
@keyframes nodeSpinIn {
  0% {
    opacity: 0;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }

  25% {
    opacity: 0.3;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }

  50% {
    opacity: 0.6;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }

  75% {
    opacity: 0.8;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }

  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

/* Node animation classes */
.node-entrance-animation {
  animation: nodeSpinIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.node-hidden {
  opacity: 0;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.node-visible {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Make language button image black */
.new-footer-section .icon-btn.lang img {
  filter: brightness(0);
}

.black-footer .icon-btn.lang img {
  filter: brightness(0) invert(1);
}

.copyright-icons .cr-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}

.copyright-icons .cr-box {
  display: flex;
  align-items: center;
  gap: 38px;
}

.cr-box .cr-logos p {
  font-size: 12px;
  font-weight: 400;
  color: #18181B;
  line-height: 100%;
}

.new-footer-section .copyright-icons ul li a {
  background-color: #0000000D;
  border: none;
}

.black-footer .copyright-icons ul li a {
  background-color: #18181b;
  border: none;
}

.new-footer-section .icon1 img {
  filter: brightness(0);
}

.black-footer .icon1 img {
  filter: brightness(0) invert(1);
}

.video-btn-main-container-ai-page {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  opacity: 0;
  display: flex;
  align-items: center;
  align-items: center;
}

.video-container-border:hover .video-btn-main-container-ai-page,
.video-container-border:hover .edit-online-btn-container {
  opacity: 1;
  transition: all 0.2s ease;
}

.edit-online-btn-container {
  width: 241px;
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.edit-online-btn {
  max-width: unset !important;
}

@media (max-width: 1440px) {
  .edit-online-btn-container {
    width: unset;
  }
}

.enterprise-ready-div .box-image {
  justify-content: center;
  position: relative;
}

.enterprise-ready-div .coming {
  position: absolute;
  top: 0;
  right: 0;
}

.enterprise-ready-div .text_2xl,
.enterprise-ready-div .text_xl {
  text-align: center !important;
}

.enterprise-ready-div .box-content p,
.enterprise-ready-div .box-content .text_base {
  text-align: center;
}