/* FOOTER */

#footer .form-columns-2{
  display: flex;
}

#footer select{
  appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
padding: 0!important;
padding-left: 1em!important;
text-align-last:center!important;
}

#footer .form-columns-2 .input{
  display: flex;
  margin:0!important;
}

#footer .form-columns-2 .input input, #footer .form-columns-2 .input select{
  width: 100%;
  background: transparent;
  height: 45px;
}

#footer .hs-form fieldset{
  max-width: 100%!important;
}
#footer .hs-error-msg {
  color: red;
  height: 25px;
  margin: 0;
}
#footer .footer_highlight_area{
  padding-top: 20px;
}

#footer .row{
  width: 100%;
}

#footer .row.footer_second_row{
  padding-right: 20px;
  padding-left: 20px;
}

#footer .footer_company_tagline{
  line-height: 1.3;
}

#footer .hs_email::after{
  position: absolute;
  top: 5px;
  right: 0;
}

#footer .hs_email{
  position: relative;
}

@media only screen and (max-width:768px){
  #footer>.container{
    display: flex;
    justify-content: center;
  }
  #footer .col-md-4{
    display: flex;
    justify-content: center;
  }
  #footer .footer_row1_right{
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  #footer .footer_row1_right .row{
    display: flex;
    justify-content: center;
  }
  #footer .form-columns-2{
    flex-wrap: wrap;
  }
  #footer .hs-richtext p{
    line-height: 1.3;
  }
  #footer .in-cell-link{
    line-height: 1;
  }
  #footer>.container>.row{
    display: flex;
    justify-content: center;
  }
  #footer .row.footer_second_row{
    padding-left: 0;
    padding-right: 0;
  }
  #footer .last_two_menu_items{
    padding-left: 0;
    padding-right: 0;
  }
}



:root {
  --white: #ffffff;
  --black: #000000;
  --basicDarkColor: #061235;
  --nightRider: #333333;
  --primary-color: #592ef5;
  --chetwodeBlueColor: #6e6ac0;
  --midnightExpressColor: #051236;
  --kashmirBlueColor: #556987;
  --dollyColor: #faff79;
  --whiteSmoke: #f7f7f7;
  --lightGray: #e4e4e4;
  --whisper: #e9e9e9;
  --dewColor: #e9f9eb;
  --cornSilkColor: #fdf9e7;
  --hawkesBlueColor: #c2ddff;
  --linenColor: #fcefe5;
  --magnoliaColor: #eadbff;
  --hawkesBlueGrayColor: #dcdee6;
  --persianBlueColor: #0a2ecc;
  --aliceBlueColor: #f7f9fa;
  --manatee-color: #91949f;
  --kashmirBlue-color: #5d6980;
  --gainsboro: #dcdcdc;
  --rose-light-color: #fff5f2;
  --txt-color-dark: #2c3546;
  --hanPurple: #412ef5;
  --txt-color: #2d2d41;
  --lavenderBlueColor: #c9c4fd;
  --snow-color: #fafafa;
  --midnight-express-color: #051235;
  --cerulean-blue-color: #2146ec;
  --lavender-color: #e9ecfd;
  --light-cyan-color: #e1fffa;
  --light-sea-green-color: #21aca6;
  --alice-blue-color: #f0f2f4;
}

body {
  font-family: "Figtree", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  color: var(--nightRider);
  line-height: 184.4%;
  -webkit-overflow-scrolling: touch;
  background-color: #fafafa;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover {
  color: var(--primary-color);
  outline: none;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  list-style: none;
}

.mainContainer {
  width: 100%;
}

#desktop-modal > div {
  max-width: 700px;
}

#desktop-modal .hs-message {
  display: none;
}

#oneTimeModalForm .hs-message {
  display: none;
}

#desktop-modal .hbspt-form .input select,
footer .hbspt-form .input select {
  width: 100% !important;
  height: 40px;
  background-color: white;
}

#desktop-modal
  .hbspt-form
  .input
  input:not(
    #LEGAL_CONSENT\.subscription_type_7608382-9ecb910b-fbdc-426a-9494-135d47a0126a
  ),
footer
  .hbspt-form
  .input
  input:not(
    #LEGAL_CONSENT\.subscription_type_7608382-9ecb910b-fbdc-426a-9494-135d47a0126a
  ) {
  width: 100% !important;
  height: 40px;
}

#desktop-modal .hbspt-form label {
  margin-top: 20px;
  margin-bottom: 0px;
}

#desktop-modal .hs-richtext h1 {
  font-size: 20px;
  margin-top: -30px;
  margin-bottom: 0px;
}

#desktop-modal form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#desktop-modal .form-columns-2 {
  flex-basis: 90%;
  max-width: none !important;
}

#desktop-modal .form-columns-1 {
  flex-basis: 90%;
  max-width: none !important;
}

#desktop-modal .hs_submit {
  flex-basis: 90%;
  max-width: none !important;
}

#desktop-modal .actions {
  display: flex;
  justify-content: center;
}

#desktop-modal .hs-error-msg {
  font-size: 10px;
  margin-top: -30px !important;
  color: red;
}

#desktop-modal .hs-button,
footer .hs-button {
  color: white;
  font-weight: 600;
  border: none;
  margin-top: 20px;
  padding: 10px 100px;
  background-color: #061235;
  font-family: Figtree;
}

footer .hs-button {
  margin-bottom: 40px;
}

.hs-button {
  cursor: pointer;
}

#desktop-modal .hbspt-form p {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block !important;
}

#desktop-modal .hbspt-form .input {
  margin-right: 0px;
  width: 100% !important;
  padding-left: 5px;
  padding-right: 5px;
}

#desktop-modal .hbspt-form form-columns-2,
.hbspt-form form-columns-2 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#desktop-modal h3 {
  text-align: center;
  font-family: Figtree;
  font-weight: 700;
  font-size: 23px;
  margin-top: 50px;
}

#desktop-modal h5 {
  text-align: left;
  font-family: Figtree;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  padding: 0 6%;
  text-align: center;
}

footer .hs-form-booleancheckbox p {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block !important;
}

footer .legal-consent-container .hs-richtext {
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

#oneTimeModalForm .hs-form-booleancheckbox p {
  font-size: 2.5vw;
  line-height: 1.2;
  display: inline-block !important;
}

#oneTimeModalForm .hs-form-booleancheckbox {
  margin-top: 20px;
}

#oneTimeModalForm .hs_email label {
  display: none;
}

#oneTimeModalForm .legal-consent-container .hs-richtext {
  font-size: 2.4vw !important;
  line-height: 1.2 !important;
}

#oneTimeModalForm .hs-button,
footer .hs-button {
  color: white;
  font-weight: 600;
  border: none;
  margin-top: 20px;
  padding: 10px 100px;
  background-color: #061235;
  font-family: Figtree;
  margin-bottom: 0px;
  width: 100%;
}

#oneTimeModalForm .hs_email input {
  width: 100%;
}

.header-area {
  /* background-color: #051236; */
  background: rgb(231, 246, 255);
  background: linear-gradient(
    180deg,
    rgba(231, 246, 255, 1) 30%,
    rgba(250, 250, 250, 0.7889749649859944) 100%
  );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 35rem;
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
  /* padding-top: 84px;
  margin-top: -84px; */
}

.header-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}

.exploreHeading {
  display: flex;
  justify-content: center;
  font-family: Figtree;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(5, 18, 53, 0.6);
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.header-header h2 {
  font-family: Figtree;
  font-size: 40px;
  font-weight: 600;
  color: var(--midnight-express-color);
  line-height: 1.3;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}

.header-header h1 {
  font-family: Figtree;
  font-weight: 700;
  font-size: 4.5vw;
  padding: 0;
  color: white;
  line-height: 1;
}

.nav-link.active#nav-interactiveDemo-tab {
  border-top: 0.5px solid white !important;
  border-left: 0.5px solid white !important;
}

.nav-link.active#nav-videoWalkthrough-tab {
  border-top: 1px solid white !important;
  border-right: 1px solid white !important;
}

.nav-link#nav-interactiveDemo-tab {
  border-radius: 0px 0px 0px 5px;
}

.nav-link#nav-videoWalkthrough-tab {
  border-radius: 0px 0px 5px 0px;
}

.nav-link:not(.active) {
  border: 1px solid #051336 !important;
}

.tabNavInfo {
  border: none !important;
}

.header-header p {
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
  color: rgba(5, 18, 53, 0.8);
  line-height: 1.2;
  padding: 0;
  margin: 0 0 26px;
  text-align: center;
}

.header-header button {
  border: none;
}

.header-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-img img {
  width: 100%;
}

.sticky-top {
  background-color: var(--snow-color) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  padding-top: 10px !important;
}

.sticky-top > div {
  min-width: 100%;
  padding: 0 5%;
}

.headerSection {
  padding: 15px 0;
  z-index: 2;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 100%
  );
}

.headerSticky {
  top: 0;
  position: sticky;
}

.headerInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demoLink {
  width: 180px;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  color: var(--midnightExpressColor);
  line-height: 1.2;
  background: var(--white);
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demoLink:hover {
  background: var(--midnightExpressColor);
  color: var(--dollyColor);
  font-weight: 700;
  border: none;
}

/* Start Insider Product Tours Styling Section */
.insiderProductTours {
  width: 100%;
  padding: 0 0 100px;
  background: linear-gradient(
    146.67deg,
    rgba(201, 196, 253, 0.65) 32.42%,
    rgba(194, 251, 255, 0.72) 84.76%
  );
}

.insiderProductLeftSide {
  margin: 115px 0 0;
}

.insiderProductLabel {
  font-size: 20px;
  font-weight: 700;
  color: var(--chetwodeBlueColor);
  line-height: 1.2;
  margin-bottom: 10px;
}

.insiderProductTitle {
  font-size: 48px;
  font-weight: 700;
  color: var(--midnightExpressColor);
  line-height: 1.2;
  margin-bottom: 24px;
}

.insiderProductDetails {
  font-size: 20px;
  font-weight: 500;
  color: var(--kashmirBlueColor);
  line-height: 1.2;
}

.whatsConversionImgInfo {
  display: flex;
  justify-content: center;
  height: 100%;
}

.whatsConversionImg {
  width: 85%;
}

.mobileData {
  display: none;
}

/* End Insider Product Tours Styling Section */

.insiderProductDemoDetails {
  padding: 96px 0 32px;
  position: relative;
  background: var(--snow-color);
}

/* Start Tab Styling Section */
.tabNavInfo {
  position: absolute;
  top: -161px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 82px;
  background: var(--white);
  border: 1px solid var(--midnightExpressColor);
  border-radius: 3px;
}

.tabNavInfo .nav-tabs {
  height: 100%;
}

.tabNavInfo .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--midnightExpressColor);
  line-height: 1.2;
  background: var(--white);
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.tabNavInfo .nav-tabs .nav-link:hover,
.tabNavInfo .nav-tabs .nav-link.active {
  background: var(--midnightExpressColor);
  color: var(--dollyColor);
  border: none;
}

/* End Tab Styling Section */
.videoInfo {
  /*height: 550px;
  overflow: hidden;*/
}

/* Start Filter Styling Section */

.fliterSection {
  padding-right: 10px;
  width: 100%;
  border-radius: 20px;
}

.filterSticky {
  position: sticky;
  top: 20px;
}

.filterHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.1;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 12px;
}

.filterCount {
  font-size: 14px;
  font-weight: 500;
}

.filterCount span {
  font-weight: 600;
}

@media (min-width: 768px){
  .mobileFilter{
    max-height: calc(100vh - 100px);
    overflow: scroll;
    position: sticky;
    top: 100px;
  }
  .filterList li a:hover {
    color: rgba(5, 18, 53, 0.8);
    background: var(--lavender-color);
    box-shadow: 0px 4px 12px rgba(44, 52, 86, 0.15);
  }
}

.filterContainer{
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(5, 18, 53, 0.5);
  padding-bottom: 16px;
}

.filterLabel {
  font-family: Figtree;
  font-size: 16px;
  color: var(--midnight-express-color);
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-top: 4px;
}

.filter-expand {
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.filter-expand::before,
.filter-expand::after {
  content: "";
  position: absolute;
  background-color: black;
  transition: transform 0.2s ease;
}

/* Horizontal line */
.filter-expand::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

/* Vertical line */
.filter-expand::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

/* Expanded state (rotates vertical to make it disappear into horizontal) */
.filter-expand.expanded::after {
  transform: translateX(-50%) rotate(90deg);
}


.filtersHeading{
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}

.filterList {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
  padding-top: 4px;
}


.filterList li {
  display: flex;
  margin: 12px 12px 0 0;
}

.filterList li a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  color: rgba(5, 18, 53, 0.8);
  font-weight: 600;
  line-height: 1.1;
  padding: 12px 16px;
  border-radius: 40px;
  background: var(--white);
  box-shadow: 0px 0px 0px 1px rgba(5, 18, 53, 0.05),
    0px 1px 1px -0.5px rgba(5, 18, 53, 0.05);
}

.filterList li .tab-icon {
  width: 16px;
  margin-right: 4px;
}

.filterList li .close-icon {
  width: 16px;
  margin-right: 4px;
  display: none;
}

.filterList li img {
  width: 100%;
}



.filterList li a.active {
  color: var(--cerulean-blue-color);
  background: var(--lavender-color);
  border-color: var(--cerulean-blue-color);
}

.filterList li a.disabled,
.filterList li a.disabled:hover {
  opacity: 60%;
  color: rgba(5, 18, 53, 0.8);
  background: var(--white);
  box-shadow: none;
  filter: none;
  cursor: default;
  box-shadow: 0px 0px 0px 1px rgba(5, 18, 53, 0.05),
    0px 1px 1px -0.5px rgba(5, 18, 53, 0.05);
}

.filterList li a.active .tab-icon {
  display: none;
}

.filterList li a.active .close-icon {
  display: block;
}

/* Filter Mobile */
.mobileFilterInfo {
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  justify-content: space-between;
  align-items: center;
  display: none;
}


.filterBtn {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--snow-color);
  line-height: 14px;
  height: 44px;
  color: var(--cerulean-blue-color);
  border: 2px solid var(--cerulean-blue-color);
  border-radius: 40px;
  padding: 0 16px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.filterArrow {
  display: inline-flex;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  transition: all 500ms ease-in-out;
}

.filterArrow svg {
  transform: rotate(0deg);
}

.filterArrow svg path {
  fill: var(--cerulean-blue-color);
  stroke: none;
}

.filterActive .filterArrow svg {
  transform: rotate(-180deg);
}

.rotate-180 {
  transform: rotate(-180deg);
}

.mobileApply {
  display: none;
}

.mobileApply .applyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 40px;
  font-size: 14px;
  color: var(--snow-color);
  font-weight: 600;
  line-height: 1.2;
  white-space: normal;
  background-color: var(--cerulean-blue-color);
  cursor: pointer;
  border: none;
  transition: all 500ms ease-out;
  margin-top: 24px;
}

.mobileApply .applyBtn:hover {
  color: var(--cerulean-blue-color);
  background-color: var(--lavender-color);
  outline: none;
}

/* End Filter Styling Section */
/*  */

.interactiveSection {
  margin-bottom: 32px;
}

.interactiveData {
  margin-bottom: 32px;
}

.interactive-listData {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  background: var(--white);
  border-radius: 20px;
  padding: 8px;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); */
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #0512350d, 0px 1px 1px -0.5px #0512350d,
    0px 3px 3px -1.5px #0512350d, 0px 6px 6px -3px #0512350d;
}

.interactiveOneColData {
  height: 100%;
}

.interactiveTwoColumn {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.interactiveTwoColumn .interactiveData + .interactiveData {
  flex: 1;
}

.interactiveTwoColumn .interactiveData.d-none + .interactiveData {
  flex: none;
}

/* .interactiveData:hover .listDataHoverDetails {
  top: 0;
} */

.listDataDetails {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.listDataHoverDetails.second-card {
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: 100%; */
  left: 0;
  z-index: 1;
  padding: 32px;
  transition: all 300ms ease-in-out !important;
}

.interactive-listImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.interactive-listImage img {
  width: 100%;
}

.interactive-tagColor-1 {
  background: var(--dewColor);
}

.interactive-tagColor-2 {
  background: var(--cornSilkColor);
}

.interactive-tagColor-3 {
  background: var(--hawkesBlueColor);
}

.interactive-tagColor-4 {
  background: var(--linenColor);
}

.interactive-tagColor-5 {
  background: var(--magnoliaColor);
}

.interactive-listDetails {
  padding: 12px 12px 20px;
  background: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

#hero-demo .interactive-listDetails{
  justify-content: space-between;
  align-items: center;
}

#hero-demo .interactive-listButton{
  margin-top: unset;
}

.interactive-tag {
  display: flex;
  font-family: Figtree;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(5, 18, 53, 0.6);
  text-transform: uppercase;
  margin-bottom: 42px;
  letter-spacing: 2px;
}

.interactive-listHeading {
  font-size: 24px;
  color: var(--midnight-express-color);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

.interactive-listTitle {
  font-size: 16px;
  color: rgba(5, 18, 53, 0.8);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
  min-height: 42px;
}

.interactive-listButton {
  display: flex;
  margin-top: auto;
}

.listBtn {
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 14px;
  color: rgba(5, 18, 53, 0.8);
  font-weight: 600;
  line-height: 1.1;
  padding: 12px 16px 12px 12px;
  border-radius: 40px;
  cursor: pointer;
  margin-right: 12px;
  box-shadow: 0px 0px 0px 1px rgba(5, 18, 53, 0.05),
    0px 1px 1px -0.5px rgba(5, 18, 53, 0.05);
  transition: all 500ms ease-out;
}

.listBtn:hover {
  color: rgba(5, 18, 53, 0.8);
  font-weight: 600;
}

.listBtn img {
  width: 100%;
}

.btnLaunch {
  color: var(--cerulean-blue-color);
  background: var(--lavender-color);
}

.btnLaunch:hover {
  color: var(--snow-color);
  background: var(--cerulean-blue-color);
}

.btnLaunch:hover svg path {
  fill: var(--snow-color);
  stroke: var(--snow-color);
}

.btnLaunch .btnIconInfo {
  margin: 0 4px 0 0;
}

.btnLaunch .showIcon {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.btnLaunch .activeIcon {
  transform: translate(-15px, 15px);
  transition: transform 300ms ease-in-out;
}

.btnLaunch:hover .showIcon,
.btnLaunch:focus .showIcon,
.btnLaunch:active .showIcon,
.btnLaunch.active .showIcon {
  transform: translate(15px, -15px);
}

.btnLaunch:hover .activeIcon,
.btnLaunch:focus .activeIcon,
.btnLaunch:active .activeIcon,
.btnLaunch.active .activeIcon {
  transform: translate(0, 0);
}

.btnVideo {
  background: var(--snow-color);
}

.btnVideo:hover {
  color: var(--light-sea-green-color);
  background: var(--light-cyan-color);
}

.btnVideo:hover svg path {
  fill: var(--light-sea-green-color);
  stroke: var(--light-sea-green-color);
}

.listShowMoreSection {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px;
  margin-bottom: 32px;
}

.listShowMoreBtn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(5, 18, 53, 0.6);
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
}

.listShowMoreBtn:hover {
  color: rgba(5, 18, 53, 1);
}

/* .listShowMoreBtn:hover .arrowIcon svg path {
  fill: #2146ec;
  stroke: #2146ec;
} */

.listShowMoreBtn strong {
  margin-left: 4px;
}

.listShowMoreBtn.active .arrowIcon img,
.listShowMoreBtn:hover .arrowIcon img,
.listShowMoreBtn.active .arrowIcon svg {
  transform: rotate(-180deg);
}

.listShowMoreBtn .arrowIcon {
  display: inline-flex;
  width: 16px;
  margin-left: 4px;
}

.listShowMoreBtn .arrowIcon img {
  width: 100%;
  transform: rotate(0deg);
  transition: transform 500ms ease-in;
}

.listDataHoverTitle {
  font-size: 20px;
  color: var(--basicDarkColor);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 38px;
}

.listDataHoverList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listDataHoverList li {
  font-size: 20px;
  color: var(--basicDarkColor);
  font-weight: 500;
  line-height: 1.4;
  /* margin-bottom: 24px;  */
}

.listDataHoverList li .hover_links_inner {
  margin-bottom: 24px;
}

.listDataHoverList li img {
  max-width: 100%;
  max-height: 100%;
}

.listDataHoverList li a {
  color: var(--basicDarkColor);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.listDataHoverList li .hoverListIcon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

li a:hover {
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
  //filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

li a:hover span {
  text-decoration: underline;
}

/*  */

.resultNotFound {
  font-size: 26px;
  font-weight: 600;
  color: var(--midnightExpressColor);
  text-align: center;
  padding: 60px 0;
}

.empty-data {
  text-align: center;
  margin: 12px 0 50px;
}

.empty-data img {
  height: 276px;
  margin-bottom: 26px;
}

.empty-details p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 0;
}

.empty-detail-space {
  margin-top: 24px;
}

.empty-details a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
}

/*** Start Trusted Section ***/

.empty-data {
  text-align: center;
  margin: 12px 0 50px;
}

.empty-data img {
  height: 276px;
  margin-bottom: 26px;
}

.empty-details p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 0;
}

.empty-detail-space {
  margin-top: 24px;
}

.empty-details a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
}

/*** End Trusted Section ***/
/*** Start Achieve With Insider ***/
.achieveWithInsiderSection {
  width: 100%;
  margin-bottom: 64px;
}

.achieveWithInsiderBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40rem;
  background: #e7f6ff;
  border-radius: 32px;
  background: linear-gradient(181.52deg, #f0f2f4 1.29%, #e7f6ff 98.71%);
  padding: 20px;
  box-shadow: 0px 0px 0px 2px #0512350d, 0px 1px 1px -0.5px #0512350d,
    0px 3px 3px -1.5px #0512350d, 0px 6px 6px -3px #0512350d,
    0px 12px 12px -6px #0512350d;
}

.achieveWithInsiderBox h2 {
  font-family: Figtree;
  font-size: 40px;
  font-weight: 600;
  color: var(--midnight-express-color);
  line-height: 1.3;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}

.achieveWithInsiderBox p {
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
  color: rgba(5, 18, 53, 0.8);
  line-height: 1.2;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}

/*** End Achieve With Insider ***/

/*** Start Schedule A Demo Section ***/


.btnDemo, .btnDemo a {
  padding: 0 12px 0 16px;
  border-radius: 40px;
  font-size: 14px;
  color: var(--snow-color);
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  white-space: normal;
  background-color: var(--cerulean-blue-color);
  cursor: pointer;
  border: none;
  transition: all 500ms ease-out;
}

.btnDemo img {
  width: 100%;
}




.btnDemo:hover, .btnDemo:hover a,
.btnDemo:focus, .btnDemo:focus a,
.btnDemo:active, .btnDemo:active a {
  color: var(--cerulean-blue-color);
  background-color: var(--lavender-color);
  outline: none;
}

.btnIconInfo {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 4px;
  position: relative;
}

.btnImgIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnDemo .showIcon {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.btnDemo .activeIcon {
  transform: translate(-15px, 15px);
  transition: transform 300ms ease-in-out;
}

.btnDemo:hover .showIcon,
.btnDemo:focus .showIcon,
.btnDemo:active .showIcon,
.btnDemo.active .showIcon {
  transform: translate(15px, -15px);
}

.btnDemo:hover .activeIcon,
.btnDemo:focus .activeIcon,
.btnDemo:active .activeIcon,
.btnDemo.active .activeIcon {
  transform: translate(0, 0);
}

/*** End Schedule A Demo Section ***/
/*** Start Form container Section ***/
.formContainerInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 54px 24px 32px;
}

.formTitle {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.formSubTitle {
  font-size: 14px;
  color: var(--basicDarkColor);
  line-height: 1.6;
  margin-bottom: 16px;
}

.formRow {
  display: flex;
}

.formInput {
  width: 100%;
  height: 39px;
  font-size: 14px;
  color: var(--kashmirBlue-color);
  background: var(--aliceBlueColor);
  border: 1px solid var(--manatee-color);
  border-radius: 3px;
  padding: 10px;
}

.formSubmitBtn {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background: var(--basicDarkColor);
  border-radius: 5px;
}

.formSubmitBtn:hover {
  color: var(--white);
  font-weight: 600;
  opacity: 0.7;
}

.formButtonRow {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.formTerms {
  font-size: 11px;
  color: var(--manatee-color);
  line-height: 19px;
  text-align: center;
  padding-top: 16px;
}

.formTerms a {
  font-size: 11px;
  color: var(--persianBlueColor);
}

.formTerms a:hover {
  color: var(--persianBlueColor);
  text-decoration: underline;
}

/*** End Form container Section ***/

/** Start Footer Style **/
footer {
  padding: 80px 0 50px 0;
  background-color: #f7f7f7;
}

footer h6 {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

footer .links {
  margin-bottom: 40px;
}

footer .links li {
  margin: 4px 0;
}

footer .links a {
  color: var(--txt-color);
  font-weight: 400;
}

footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

footer .links .ins-hiring {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-color);
}

.subscribeNewsLetter label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.subscribeNewsLetter .form-control {
  border: 0;
  border-radius: 0;
  height: 45px;
  max-width: 440px;
  border-bottom: 1px solid var(--txt-color);
}

.subscribeNewsLetter .btn {
  margin-top: 20px;
  color: #fff;
  background-color: var(--primary-color);
}

.subscribeNewsLetter .btn-submit {
  margin-top: 20px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 999px;
  padding: 0 15px;
}

.subscribeNewsLetter .checkbox input {
  margin-top: 6px;
}

.subscribeNewsLetter .checkbox label {
  margin-left: 10px;
  line-height: normal;
}

.subscribeNewsLetter .errorMsg {
  display: none;
}

.subscribeNewsLetter .invalid .errorMsg {
  display: block;
}

.subscribeNewsLetter .invalid .form-control {
  border-bottom-color: #dc3545;
}

.subscribeNewsLetter .valid .form-control {
  border-bottom-color: #28a745;
}

.subscribeNewsLetter .noteTxt {
  margin-top: 10px;
  font-size: 10px;
  line-height: normal;
}

.subscribeNewsLetter .noteTxt a {
  color: var(--txt-color);
  font-weight: 300;
}

.footerLogos {
  margin: 50px 0;
}

.footerLogos a {
  margin: 0 17px;
}

.footerLogos a img {
  width: 80px;
}

.footerLogos a:nth-child(2) img {
  width: 68px;
}

footer .icons a {
  margin-left: 20px;
}

footer .icons a:hover {
  text-decoration: none;
}

footer .icons a:hover svg {
  color: var(--primary-color);
}

footer .icons svg {
  fill: currentColor;
  color: var(--txt-color);
}

.footer .copyrightTxt {
  margin: 0 15px;
  font-weight: 400;
  flex: 1;
  text-align: center;
  line-height: normal;
}

/*** End Footer Style ***/

/***   ***/
.pupup-modal .modal-dialog {
  max-width: 600px;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.pupup-modal .modal-iframe-full {
  max-width: 90%;
  height: 90%;
}

.pupup-modal .modal-iframe-full .close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  padding: 3px;
  border: 1px solid var(----gainsboro);
  box-shadow: 0px 1px 10px rgba(15, 15, 78, 0.2);
}

.pupup-modal .modal-iframe-full .close span {
  display: flex;
}

.pupup-modal .modal-formArea {
  max-width: 327px;
}

.pupup-modal .modal-iframe-full .popupContainer {
  height: 100%;
}

.pupup-modal .modal-content {
  height: 100%;
  box-shadow: 0px 1px 10px rgba(15, 15, 78, 0.2);
}

.pupup-modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  z-index: 10;
  opacity: 1;
  outline: none;
}

.pupup-modal .modal-body {
  padding: 0;
}

.demoModal-modal .modal-content {
  background: var(--alice-blue-color);
  border-radius: 32px;
  box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.05),
    0px 1px 1px -0.5px rgba(5, 18, 53, 0.05),
    0px 3px 3px -1.5px rgba(5, 18, 53, 0.05),
    0px 6px 6px -3px rgba(5, 18, 53, 0.05),
    0px 12px 12px -6px rgba(5, 18, 53, 0.05),
    0px 24px 24px -12px rgba(5, 18, 53, 0.05);
}

.popup-container {
  width: 100%;
  /* background: var(--alice-blue-color); */
  padding: 24px;
}

.demoModal-modal .modal-body {
  padding: 0;
  position: relative;
}

.modalFormSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formTagInfo {
  display: flex;
  font-family: Figtree;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(5, 18, 53, 0.6);
  text-transform: uppercase;
  margin-bottom: 54px;
  letter-spacing: 2px;
}

.modalFormSection h2 {
  font-size: 24px;
  color: var(--midnight-express-color);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  text-align: center;
}

.modalFormSection p {
  font-size: 16px;
  color: rgba(5, 18, 53, 0.8);
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  text-align: center;
}

.close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white) !important;
  border-radius: 30px;
  opacity: 1;
}

.close-modal svg {
  transform: rotate(0deg);
  transition: transform 500ms ease-out;
}

.close-modal:focus {
  outline: none;
}

.close-modal:hover {
  background-color: #ec465d !important;
}

.close-modal:hover svg {
  transform: rotate(-180deg);
}

.close-modal:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.modalFormInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.modalFormRow:not(:last-child) {
  margin-bottom: 16px;
}

.modalInputRow {
  width: 100%;
  height: 52px;
  border-radius: 24px;
  background: rgba(250, 250, 250, 1);
  position: relative;
}

.modalInput {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: rgba(5, 18, 53, 0.6);
  font-weight: 600;
  line-height: 1.2;
  border-radius: 24px;
  background: rgba(250, 250, 250, 1);
  padding: 18px 18px 18px 56px;
  border: none;
  outline: none;
}

.inputEmailIcon {
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 9;
  width: 20px;
  height: 20px;
}

.error-mess {
  font-size: 12px;
  color: #ec465d;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 5px;
}

.btnContinue {
  width: 100%;
  padding: 0 12px 0 16px;
  border-radius: 40px;
  font-size: 14px;
  color: var(--snow-color);
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  white-space: normal;
  background-color: var(--cerulean-blue-color);
  cursor: pointer;
  border: none;
  position: relative;
  transition: all 500ms ease-out;
}

.btnContinue:hover {
  color: var(--cerulean-blue-color);
  background-color: var(--lavender-color);
  outline: none;
}

.btnContinue::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url(https://useinsider.com/product-demo-hub/images/rightWhite-icon.png) no-repeat;
  transition: all 500ms ease-out;
}

.btnContinue:hover::before {
  background: url(https://useinsider.com/product-demo-hub/images/rightBlue-icon.png) no-repeat;
}

.popupContainer {
  width: 100%;
  background: var(--white);
  overflow-y: scroll;
  border-radius: 5px;
  padding-bottom: 40px;
}

.desktop {
  display: flex;
}

.mobile {
  display: none;
}

/***  ***/

/***  ***/

@media (min-width: 768px) and (max-width: 1024px) {
  .insiderProductLeftSide {
    margin: 70px 0 0;
  }

  .insiderProductLabel {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .insiderProductTitle {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .insiderProductDetails {
    font-size: 18px;
  }

  .tabNavInfo {
    top: -157px;
    width: 410px;
    height: 72px;
  }

  .trusted-company-logo li {
    padding: 0 2%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .header-area {
    height: 25rem;
    margin-bottom: 32px;
  }

  .header-header {
    margin-bottom: 40px;
  }

  .insiderProductDemoDetails {
    padding: 0 0 32px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .col-lg-6 {
    max-width: 100%;
    flex: none;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 767px) {
  .w-popover-overlay__media-embed-wrapper > div{
    margin-top: 80px;
  }
  .w-popover-overlay{
    padding-top: 80px;
    position: relative;
  }


  .w-popover-overlay::before{
    position: fixed;
    content: "";
    background-image: url('https://useinsider.com/product-demo-hub/images/modal-cross.svg');
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
   }

   nav.w-css-reset.w-css-reset-tree{
    top: 336px !important;
   }

  .header-header {
    padding: 0 20px;
    margin-bottom: 28px;
  }

  .header-header button {
    display: none;
  }

  .header-img img {
    width: 100%;
    min-width: 100%;
  }

  .header-img {
    margin-top: -20vw;
  }

  .header-area {
    height: 27rem;
    margin-bottom: 32px;
  }

  .header-header h1 {
    padding: 0;
    font-size: 13vw;
  }

  .header-header h2 {
    padding: 0 10px;
  }

  .header-header p {
    padding: 0 10px;
  }

  .insiderProductTours {
    padding: 0 0 85px;
  }

  .mobileSideSpace {
    padding-left: 24px;
    padding-right: 24px;
  }

  .headerInfo {
    text-align: center;
  }

  .headerInfo > a img {
    width: 80px;
  }

  .demoLink {
    width: 150px;
    height: 34px;
    font-size: 14px;
  }

  .insiderProductLeftSide {
    margin: 20px 0 0;
  }

  .insiderProductLabel {
    font-size: 16px;
  }

  .insiderProductTitle {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .insiderProductDetails {
    font-size: 18px;
    margin-top: 30px;
    line-height: 30px;
  }

  .whatsConversionImgInfo {
    height: auto;
  }

  .mobileData {
    display: block;
  }

  .insiderProductDemoDetails {
    padding: 85px 0 40px;
  }

  .tabNavInfo {
    top: -110px;
    width: 326px;
    height: 50px;
  }

  .tabNavInfo .nav-tabs .nav-link {
    text-align: center;
  }

  .navbar > .container{
    align-items: center;
    justify-content: flex-start;
  }

  .navbar-brand{
    margin-right: auto;
  }

  .mobileFilterInfo {
    display: flex;
    width: fit-content;
    margin-right: 10px;
    margin-left: 10px;
  }

  .mobileFilterInfo .filterActive + .filterCount {
    color: var(--white);
  }

  .filterShow .filterHeading {
    display: none;
  }

  .filterBtn {
    display: inline-flex;
    padding: 0 3px 0 10px;
  }

  .nav .btnDemo{
    padding: 0 5px 0 10px;
  }

  .mobile-filter-overlay{
    z-index: 9;
    transition: 0.25s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-filter-overlay.show-overlay{
    visibility: visible;
    opacity: 0.6;
  }

  .mobileFilter {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: fit-content;
    z-index: 99;
  }

  .sticky-top > div {
    padding: 0;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .filterShow {
    display: block;
  }

  .mobileApply {
    display: block;
  }

  .filtersList{
    max-height: 53vh;
    overflow: scroll;
    padding-right: 12px;
  }

  .fliterSection {
    width: 100%;
    background: var(--white);
  }

  .filterShow .fliterSection {
    padding: 24px;
    padding-right: 12px;
  }

  .trusted-company {
    padding: 64px 0 42px;
  }

  .trusted-company .titleBox {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .trusted-company-logo li {
    width: 50%;
    margin-top: 0;
    padding: 0 2%;
  }

  footer .links {
    text-align: center;
  }

  .footerLogos a {
    margin: 0 14px;
  }

  .subscribeNewsLetter .btn-submit {
    border-radius: 6px;
  }

  .footer .copyrightTxt {
    margin: 20px 0;
  }

  /** Popup Style **/
  .pupup-modal .modal-body {
    display: flex;
  }

  .pupup-modal .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }

  .pupup-modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .pupup-modal .modal-formArea {
    max-width: 80%;
    height: auto;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    margin: 0;
  }

  #desktop-modal h3 {
    font-size: 5vw;
    padding: 0 10vw;
  }

  #desktop-modal > div {
    max-width: 80%;
  }

  .pupup-modal .modal-iframe-full {
    max-width: 100%;
    height: 100%;
  }

  .tabNavInfo .nav-tabs .nav-link {
    font-size: 3.3vw;
    padding: 0;
  }

  .insiderProductDemoDetails .hover_link,
  .insiderProductDemoDetails .hover_links {
    display: none;
  }

  .interactive-listDetails {
    display: block;
    height: unset;
  }

  .listDataDetails {
    height: unset;
  }

  .insiderProductDemoDetails {
    padding: 0 0 32px;
  }
}

#desktop-modal .hbspt-form label.hs-error-msg {
  display: block !important;
  line-height: 1.2 !important;
  margin-top: 10px !important;
}

.submitted-message {
  display: none!important;
}

#hero-demo .interactive-listDetails{
  flex-direction: row;
  column-gap: 56px;
}

#hero-demo .interactive-listTitle{
  margin-bottom: 0;
}

#hero-demo .listBtn.btnLaunch{
  white-space: nowrap;
}

@media only screen and (max-width:1024px){
  #hero-demo{
    /*display: none;*/
  }
  #hero-demo .interactive-listTitle{
    margin-bottom: 5vw;
  }
  .header-area{
    margin-bottom: 0!important;
  }
  .floating-label{
    display: none;
  }
  .header-header button{
    display: none;
  }
}

@media only screen and (min-width:768px){
  .mobileFilter{
    scrollbar-width:none;
  }
}


#faqAccordion{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.faq-heading{
  text-align: center;
  font-weight: 600;
}

#faqAccordion .card{
  border: 1px solid #A9C2D8;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  border: 0;
}

#faqAccordion .card-body{
  border-top: 1px solid #A9C2D8;
}

#faqAccordion .accordion-icon {
  float: right;
  font-weight: bold;
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

#faqAccordion .collapsed .accordion-icon::before {
  content: '+';
  color: #80a7c0;
}

#faqAccordion .accordion-header:not(.collapsed) .accordion-icon::before {
content: '–';
color: #80a7c0;
}

#faqAccordion .accordion-button {
  all: unset;
  font-size: 18px;
  width: 100%;
  color: #51545E;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

#faqAccordion .accordion-button:focus{
  outline: none;
}

#faqAccordion .card-header {
  padding: 0;
}

#faqAccordion a{
  color: #2146ec;
}

/* style_ui_update_v7.css */

/* === YENİ EKLENECEK KOD BAŞLANGICI === */

/* Black Friday Toggle Stilleri */
.black-friday-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(5, 18, 53, 0.5);
  margin-bottom: 16px;
}

.black-friday-label {
  font-family: Figtree;
  font-size: 16px;
  color: var(--midnight-express-color);
  font-weight: 700; /* Daha belirgin olması için */
  line-height: 1.2;
  cursor: pointer;
  margin-bottom: 0;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin-bottom: 0;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--cerulean-blue-color); /* Açıkken kullanılacak renk */
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--cerulean-blue-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Diğer filtreler devre dışı bırakıldığında uygulanacak stil */
.filters-disabled .filterContainer:not(.black-friday-filter) {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Yeni eklenen CSS */
/* style_ui_update_v7.css veya <style> bloğunuzun içine ekleyin */
.holiday-icon {
    position: absolute;
    top: 16px; /* Kartın üst kenarından boşluk */
    right: 16px; /* Kartın sağ kenarından boşluk */
    z-index: 2; /* Kart içeriğinin üstünde görünmesini sağlar */
    border-radius: 50%; /* Yuvarlak şekil (opsiyonel) */
    padding: 2px;
    cursor:pointer;
}

/* ÖNEMLİ: Simgenin doğru konumlanması için, simgeyi içeren en yakın üst elemanın (bu durumda .interactive-listData'nın) 
   position: relative; olduğundan emin olun. HTML yapınızda bu yoksa eklenmelidir. */
/* .interactive-listData { position: relative; } */

/* === YENİ EKLENECEK KOD SONU === */