.elementor-2415 .elementor-element.elementor-element-257cb1f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2415 .elementor-element.elementor-element-257cb1f4:not(.elementor-motion-effects-element-type-background), .elementor-2415 .elementor-element.elementor-element-257cb1f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2415 .elementor-element.elementor-element-30d49c63{--display:flex;border-style:none;--border-style:none;--margin-top:3em;--margin-bottom:0.5em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:2em;--padding-right:2em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2415 .elementor-element.elementor-element-886e2dd > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2415 .elementor-element.elementor-element-886e2dd .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:20px;font-weight:600;color:#7A7A7A;}.elementor-2415 .elementor-element.elementor-element-03d2a71 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;border-style:none;}.elementor-2415 .elementor-element.elementor-element-4e6fde86{--spacer-size:20px;}.elementor-2415 .elementor-element.elementor-element-399a70a > .elementor-widget-container{padding:0px 0px 10px 0px;}.elementor-2415 .elementor-element.elementor-element-399a70a .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:20px;font-weight:600;color:#7A7A7A;}#elementor-popup-modal-2415{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2415 .dialog-message{width:650px;height:600px;align-items:flex-start;}#elementor-popup-modal-2415 .dialog-close-button{display:flex;top:4%;}#elementor-popup-modal-2415 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-2415 .dialog-close-button{right:6%;}body.rtl #elementor-popup-modal-2415 .dialog-close-button{left:6%;}#elementor-popup-modal-2415 .dialog-close-button i{color:#000000;}#elementor-popup-modal-2415 .dialog-close-button svg{fill:#000000;}@media(max-width:1024px){.elementor-2415 .elementor-element.elementor-element-257cb1f4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2415 .elementor-element.elementor-element-30d49c63{--padding-top:1em;--padding-bottom:0em;--padding-left:2em;--padding-right:2em;}.elementor-2415 .elementor-element.elementor-element-03d2a71{width:var( --container-widget-width, 300px );max-width:300px;--container-widget-width:300px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-2415 .elementor-element.elementor-element-257cb1f4{--gap:5px 5px;--row-gap:5px;--column-gap:5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-2415 .elementor-element.elementor-element-30d49c63{--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-2415 .elementor-element.elementor-element-03d2a71{width:100%;max-width:100%;}.elementor-2415 .elementor-element.elementor-element-03d2a71.elementor-element{--align-self:flex-start;}.elementor-2415 .elementor-element.elementor-element-4e6fde86{--spacer-size:25px;}#elementor-popup-modal-2415 .dialog-message{width:300px;height:600px;padding:0px 10px 0px 10px;}#elementor-popup-modal-2415{justify-content:center;align-items:center;}#elementor-popup-modal-2415 .dialog-widget-content{border-radius:5px 5px 5px 5px;}#elementor-popup-modal-2415 .dialog-close-button{top:5%;font-size:20px;}}/* Start custom CSS for html, class: .elementor-element-03d2a71 */.deal-details-custom2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns layout */
  gap: 15px; /* Space between items */
}

.deal-details-custom2 .item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 15px;
  border-radius: 10px; /* Rounded corners */
  background-color: #ededed; /* Light background color */
  border: none; /* Explicitly removes any borders */
}

.deal-details-custom2 .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat; /* Prevents the background from repeating */
  background-position: center; /* Ensures the icon is centered in the div */
  padding: 5px; /* Adds padding inside the icon */
  border: none; /* Removes any border around the icon */
}

.deal-details-custom2 .text {
  font-size: 18px;
  line-height: 26px;
  color: #1a1a40; /* Dark text color */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .deal-details-custom2 {
    grid-template-columns: 1fr; /* Single column layout on mobile */
  }

  .deal-details-custom2 .text {
    font-size: 16px; /* Text size reduced for mobile */
    line-height: 24px; /* Consistent line height */
  }
}

/* Icons for the second section */
.bootstrapped {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-10.svg');
}


.bug-tested {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-7.svg');
}

.gdpr {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-11.svg');
}

.plan-mapped {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-8.svg');
}

.chat-support {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-12.svg');
}

.zap {
  background-image: url('https://primeclub.co/store/wp-content/uploads/2025/04/Frame-12747-19.svg');
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1130b408 */.deal-details-custom-unique {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns layout */
  gap: 15px; /* Space between items */
}

.deal-details-custom-unique .item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 15px;
  border-radius: 10px; /* Rounded corners */
  background-color: #F5F6F9; /* Light background color */
}

.deal-details-custom-unique .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat; /* Prevents the background from repeating */
  background-position: center; /* Ensures the icon is centered in the div */
}

.deal-details-custom-unique .text {
  font-size: 18px;
  line-height: 26px;
  color: #7a7a8b; /* Gray color */
  text-decoration: line-through; /* Adds strikethrough effect */
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .deal-details-custom-unique {
    grid-template-columns: 1fr; /* Single column layout on mobile */
  }

  .deal-details-custom-unique .text {
    font-size: 16px; /* Text size reduced for mobile */
    line-height: 24px; /* Consistent line height */
  }
}

/* New icons */
.mac-app {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-13.svg');
}

.desktop-app {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-1-1.svg');
}

.paypal {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-4-1.svg');
}

.chrome-extension {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-2-1.svg');
}

.flash-sale {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-5-1.svg');
}

.stackable {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-3-1.svg');
}

.split-payments {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-6-1.svg');
}

.yc-backed {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-7-1.svg');
}

.zapier-integration {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-8-1.svg');
}

.integrately-integration {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747.png');
}

.silicon-valley {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-10-1.svg');
}

.upgrade-discount {
  background-image: url('https://primeclub.co/store/wp-content/uploads/2025/04/Frame-12747-16.svg');
}

.whitelabel {
  background-image: url('https://primeclub.co/wp-content/uploads/2024/11/Frame-12747-12-1.svg');
}/* End custom CSS */