/*
 Theme Name:   Jacob
 Description:  jacob
 Author:       editbytext
 Author URI:   http://editbytext.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  jacob
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #FFF;
    color: #000;
}

button, input {
  appearance: none;
}

.in {
  width: 1180px;
  max-width: 96vw;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.header_social ul, .menu ul{
  list-style-type: none;
}

.menu ul {
    display: table;
    margin: 0 auto;
}

.menu li {
    float: left;
    padding: 0 30px;
    text-transform: none;
    height: auto;
}

.menu li a {
    font-size: 16px;
    color: #010a44;
}

.contact_button {
    padding: 7px 15px;
    background-color: #000000;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -7px;
}

.menu li:last-of-type {
  border-right: 0px solid black;
}

.menu {
    margin-top: 0;
    float: none;
}

.menu .in {
    padding: 13px 0;
    border-top: 1px solid #BCBBBA;
    border-bottom: 1px solid #BCBBBA;
}

.content-area {
    width: 1180px;
    margin: 0 auto;
    max-width: 96vw;
    padding-top: 50px;
    padding-bottom: 50px;
}

.picker__button--close {
    display: none;
}

.header_logo {
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}

#intro {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.intro_in {
    height: 100vh;
}

.intro_right {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.intro_left {
    width: 50%;
    height: 100%;
    position: relative;
    float: right;
}

#intro h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 74px;
    line-height: 94px;
    font-weight: 800;
}

span.intro_button {
    position: absolute;
    right: 0;
    bottom: 80px;
    font-size: 32px;
    padding: 14px 30px;
    border: 2px solid #000000;
    border-radius: 6px;
    cursor: pointer;
}

span.intro_button i {
    font-size: 28px;
}

span.efektivni {
    color: #4e4d76;
}

.section {
    padding: 80px 0;
}

.section .three_main h2 {
    text-transform: uppercase;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 12px;
}

.three_section {
    float: left;
}

.three_secondary {
    width: 28%;
    padding: 0 3.5%;
}

.three_secondary h2 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 4px;
}

div#about .three_main p {
    max-width: 510px;
}

.three_main {
    width: 44%;
    display: table;
}

p {
    font-size: 16px;
    line-height: 26px;
}



.header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0;
    height: 73px;
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px -1px rgba(57,76,96,.15);
}

.wrapper {
    position: relative;
}

.header_in {
    position: relative;
    height: 73px;
}

.header_menu {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translate(0%, -50%);
}

.header_menu ul {
  list-style-type: none;
  display: flex;
  gap: 35px;
  font-size: 14px;
  font-weight: 400;
}

.header_menu a {
  transition: 0.3s ease all;
}

.page_wrapper {
    padding: 0;
}

.photo-generator {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

.header_logo img {
    width: 100px;
    height: auto;
    display: table;
}

.header_logo a {
    display: table;
}

.photo-generator h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.photo-generator .form-group {
  margin-bottom: 15px;
}

.photo-generator label {
  display: block;
  margin-bottom: 5px;
}

.photo-generator input[type="file"],
.photo-generator input[type="text"] {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.photo-generator button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}

.photo-generator button:hover {
  background: #005177;
}

#upload-status, #result-section {
  margin-top: 15px;
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#upload-status p,
#result-section p {
  margin: 0;
}

#result-section {
  text-align: center;
  text-align: center;
border-top: 1px solid #F2F2F2;
padding: 30px 0 0 0;
margin-top: 30px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    text-align: left;
}

#order_review_heading {
  display: none;
}

.shop_table woocommerce-checkout-review-order-table {
  display: none;
}

p#wc-guest-checkout-notice {
    display: none;
}

a.wc-block-components-checkout-return-to-cart-button {
  display: none;
}

.generator-container {
    max-width: 700px;
    margin: 60px auto;
    padding: 0;
    border: 0;
}

.generator-container h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.generator-container .form-group {
  margin-bottom: 15px;
}
.generator-container label {
  display: block;
  margin-bottom: 5px;
}
.generator-container input[type="file"] {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.generator-container button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}
.generator-container button:hover {
  background: #005177;
}
.generator-container button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#prediction-status, #result-section {
    margin-top: 15px;
    padding: 10px;
    background: white;
    border: 0px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Open Sans';
}


/* Progress Bar */
#progress-container {
  width: 100%;
  background-color: #ddd;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
}
#progress-bar {
  width: 0%;
  height: 10px;
  background-color: #4caf50;
  border-radius: 5px;
}
#download-video {
  background: linear-gradient(90deg, #6a5bff, #ff4f9c);
      color: white;
      padding: 16px 24px;
      border-radius: 25px;
      font-weight: 600;
      z-index: 100;
      font-size: 16px;
      margin: 0 auto;
      display: table;
      font-family: 'Open Sans';
  }

  .credits-counter {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0px, -50%);
  }

  .credits-counter a {
    display: inline-block;
    background: white;
    color: black;
    border: 2px solid #eaeaea;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .credits-counter a:hover {
    background: #eaeaea;
  }

  .header_menu ul li a {
    padding: 8px;
    border-radius: 5px;
}

.header_menu ul li a:hover {
    background: #F2F2F2;
}

/* Success message */
.success-message {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    display: none;
}

/* Payment section */
.payment-section {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
}
.payment-section .price {
    font-size: 24px;
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 15px;
}
.payment-section .button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
.payment-section .button:hover {
    background: #005177;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 75px 25px;
    color: white;
    border-radius: 9px;
    position: relative;
}

.hero_bg {
  position: absolute;
width: 400px;
height: 250px;
background: radial-gradient(circle at 30% 30%, rgba(68, 35, 191, 0.15), transparent 70%),
            radial-gradient(circle at 70% 70%, rgba(255, 160, 122, 0.12), transparent 70%);
z-index: -1;
border-radius: 50%;
filter: blur(60px);
opacity: 0.9;
pointer-events: none;
}

    .hero h1 {
    font-size: 58px;
    margin-bottom: 18px;
    font-weight: 700;
    max-width: 910px;
    color: black;
}
    .hero p {
      font-size: 18px;
      max-width: 600px;
      margin-bottom: 30px;
      color: #4b5563;
    }
    .btn {
    background: #3861fe;
    color: white;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 400;
    z-index: 100;
    font-size: 18px;
    transition: 0.25s ease all;
}

    .btn:hover {
    background-color: #294cd2;
}

    .btn svg {
        fill: white;
        height: 18px;
        vertical-align: sub;
        margin-right: 9px;
    }

    /* Carousel Section */
    .carousel {
      position: relative;
      width: 100%;
      max-width: 800px;
      margin: 2rem auto;
      overflow: hidden;
      border-radius: 10px;
    }
    .carousel-inner {
      display: flex;
      width: 400%;
      animation: slide 20s infinite;
    }
    .carousel-item {
      width: 100%;
      flex-shrink: 0;
    }
    .carousel-item img {
      width: 100%;
      display: block;
    }
    @keyframes slide {
      0% { transform: translateX(0%); }
      20% { transform: translateX(0%); }
      25% { transform: translateX(-100%); }
      45% { transform: translateX(-100%); }
      50% { transform: translateX(-200%); }
      70% { transform: translateX(-200%); }
      75% { transform: translateX(-300%); }
      95% { transform: translateX(-300%); }
      100% { transform: translateX(0%); }
    }

    /* How It Works Section */
    .how-it-works {
      padding: 4rem 2rem;
      text-align: center;
    }
    .how-it-works h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #2D2D2D;
}
.how-it-works ul {
list-style: none;
display: flex;
justify-content: center;
gap: 30px;
padding: 0;
margin-bottom: 0px;
}
    .how-it-works ul li {
      background: #f5f5f5;
      padding: 9px;
      border-radius: 10px;
      width: 33.3%;
}
.how-it-works ul li h3 {
margin-bottom: 5px;
font-size: 20px;
color: #2D2D2D;
}

    section.how-it-works a.btn {
    margin-top: 50px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background: #2D2D2D;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    z-index: 100;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 14px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

.copy {
    font-size: 16px;
    line-height: 26px;
    padding: 9px 0;
    text-align: center;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  display: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  display: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: linear-gradient(90deg, #6a5bff, #ff4f9c);
  color: white;
  padding: 16px 24px;
  border-radius: 25px;
  font-weight: 600;
  z-index: 100;
  font-size: 16px;
  border: 0;
  font-family: 'Open Sans';
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none !important;
}

p.upload_instructions {
    margin-bottom: 9px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    color: black;
    line-height: 36px;
}

.moneyback {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 54px;
    padding: 0 27px;
}

.how-it-works {
    padding: 54px 27px;
    text-align: center;
    border-top: 0px solid #ebebeb;
}

span.gradient_underline {
    background: linear-gradient(90deg, #ff7e79, #ffa75d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.gradient_underline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff5c8a, #ffc36c);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: underlineGrow .75s ease-out forwards;
  opacity: 0.9;
}

.s2v_1 {
    transform: rotate(-15deg);
    top: 315px;
    left: 307px;
    z-index: -1;
}

.s2v_2 {
    transform: rotate(-9deg);
    top: 35px;
    left: 200px;
    z-index: -1;
}

.s2v_3 {
    transform: rotate(20deg);
    top: 80px;
    right: 185px;
    z-index: -1;
}

.s2v_hero_icon {
    height: 55px;
    width: auto;
    position: absolute;
}

.sub_h2 {
    color: #725af9;
}

.testimonials {
  text-align: center;
  padding: 54px 27px;
}

.testimonials-header .badge {
/*  display: inline-block; */
  background: #eae6ff;
  color: #6b4eff;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  display: none;
}
.testimonials-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
  text-align: center;
}
.testimonials-header p {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.testimonial-card {
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 320px;
  text-align: left;
}
.stars {
  color: #facc15;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.testimonial-card p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}
.user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.role {
  font-size: 0.85rem;
  color: black;
}

.faq-block {
  padding: 50px 0;
  font-family: 'Open Sans', sans-serif;
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}

.faq-subtext {
  font-size: 16px;
      color: #666;
      margin: 0 auto 2rem;
      text-align: center;
}

.faq-modern {
    padding: 54px 27px;
}

.faq-list .faq-item {
  margin-bottom: 20px;
}

.faq-toggle {
  cursor: pointer;
  font-size: 18px;
  color: #1f2937;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}

.faq-toggle strong {
  margin-right: 8px;
  font-weight: 600;
  color: #111827;
}

.faq-toggle .symbol {
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
  color: #f97316;
}

.faq-content {
  display: none;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  margin-top: 6px;
}

.faq-modern .faq-title {
  text-align: center;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 8px;
}
.faq-modern .faq-subtext {
}
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-card {
  background: white;
  border-radius: 20px;
  padding: 24px;
  transition: box-shadow 0.3s ease;
  border: 2px solid #e5e7eb;
}
.faq-card.active {
    border: 2px solid #4285F4;
    box-shadow: 0 4px 20px rgba(66, 133, 244, 0.15);
}
.faq-card:hover {
  border: 2px solid #4285F4;
  box-shadow: 0 4px 20px rgba(66, 133, 244, 0.15);
}

.faq-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}
.faq-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  flex: 1;
  color: #111827;
}
.faq-num {
  background: #3861fe;
  color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 12px;
}
.faq-icon {
  background: radial-gradient(circle at 30% 30%, rgba(68, 35, 191, 0.15), transparent 70%), radial-gradient(circle at 70% 70%, rgba(255, 160, 122, 0.12), transparent 70%);
  color: black;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.3s;
}
.faq-card.active .faq-icon {
  transform: rotate(180deg);
}
.faq-body {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin-top: 18px;
}
.faq-card.active .faq-body {
  display: block;
}

.cta-gradient {
  background: linear-gradient(90deg, #6a5bff, #ff4f9c);
  border-radius: 24px;
  padding: 40px 20px;
  margin: 60px auto;
  color: white;
}

.cta-gradient-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  text-align: left;
  width: 100%;
}

.cta-gradient h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cta-gradient p {
  font-size: 16px;
  color: #f3f3f3;
  max-width: 600px;
}

.cta-button {
  display: inline-block;
  background: white;
  color: #6a5bff;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cta-button:hover {
  background: #f4f4f4;
}


.footer-clean {
  background: linear-gradient(to bottom, #f9f9fb, #ffffff);
  padding: 60px 20px 40px;
  text-align: center;
  color: #4b5563;
  font-family: 'Open Sans', sans-serif;
}

.footer-logo img {
  margin-bottom: 10px;
  width: 150px;
}

.footer-logo h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.footer-logo p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
}

.footer-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer-stats div {
  text-align: center;
}

.footer-stats strong {
  font-size: 16px;
  color: #6a5bff;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.footer-socials a {
  color: #4b5563;
  font-size: 20px;
  transition: color 0.2s;
}

.footer-socials a:hover {
  color: #6a5bff;
}

.footer-meta p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #6b7280;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.woocommerce-checkout .credits-counter {
    display: none;
}

.woocommerce-checkout .header_menu {
  display: none;
}

.page_info_in {
    padding: 100px 0;
}

.page_info_in h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
    color: black;
}

.page_info h4 {
    margin-bottom: 5px;
    font-size: 20px;
    color: black;
}

.page_info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: black;
}

.page_info p {
    margin-bottom: 18px;
}

strong {
    font-weight: 600;
}

.page_info ul {
    font-size: 16px;
    line-height: 26px;
    padding-left: 18px;
    margin-bottom: 18px;
}

.demo-carousel {
  padding: 60px 20px;
  text-align: center;
}

.carousel-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.carousel-header p {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.gif-carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.gif-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.gif-slide.active {
  opacity: 1;
}

.gif-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.payment_section_wrap {
    display: flex;
    gap: 18px;
}

.hero_dovetek {
    color: #4b5563;
    margin-top: 9px;
    font-size: 10px;
}

.hero-section {
  background-image: url('img/checked-paper.png');
  background-repeat: repeat;
  background-size: 512px 512px;
  background-color: #fdfdfd;
  position: relative;
  z-index: 0;
}

/* Add a fade effect using a pseudo-element */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.9) 90%);
  z-index: 1;
  pointer-events: none;
}

/* Keep text above the fade layer */
.hero-section > * {
  position: relative;
  z-index: 2;
}

.editbytext-container h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.edt_editor_dnd_sq svg {
    width: 45px;
    margin-bottom: 9px;
}

.credits_counter_info {
    font-size: 14px;
    font-weight: 400;
}

.edt_preview {
    width: 48%;
    position: relative;
}

.pricing-section {
    margin-top: 50px;
}

.subscribe-btn {
    cursor: pointer;
    align-self: flex-start;
    background: #3861fe;
    color: white;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 400;
    z-index: 100;
    font-size: 18px;
    transition: 0.25s ease all;
    border: 0;
}

.footer_logo img {
    width: 100px;
    height: auto;
}

ul.footer_menu li {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 3px;
}

p.footer_sl {
    font-size: 14px;
    color: #6b7280;
}

.footer_logo {
    margin-bottom: 10px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 18px;
}

.woocommerce-order h2 {
    font-weight: 500;
    margin-bottom: 9px;
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0;
    display: none !important;
}


li.woocommerce-MyAccount-navigation-link {
    margin-bottom: 3px;
    list-style-type: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.order-again {
  display: none;
}

/*

bf

*/


@keyframes gif-slide {
  0% { transform: translateX(0%); }
  20% { transform: translateX(0%); }
  25% { transform: translateX(-100%); }
  45% { transform: translateX(-100%); }
  50% { transform: translateX(-200%); }
  70% { transform: translateX(-200%); }
  75% { transform: translateX(-300%); }
  95% { transform: translateX(-300%); }
  100% { transform: translateX(0%); }
}

@keyframes underlineGrow {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 40%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1219px) {


}
@media only screen and (max-width: 1170px) {

  .s2v_hero_icon {
      height: 40px;
  }

  .s2v_1 {
    top: 215px;
    left: 135px;
}

.testimonial-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
}

.testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    flex-direction: column;
}



}
@media only screen and (max-width: 991px) {

  .editbytext-previews {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      flex-direction: column;
      gap: 50px;
  }

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

  .edt_preview_preview {
    min-height: 150px;
}

.gif-carousel {
  height: 225px;
}

.s2v_1, .s2v_2, .s2v_3 {
  display: none;
}

.cta-gradient-content {
  flex-direction: column;
  gap: 27px;
  text-align: center;
}

  .credits-counter {
  }

  .header_menu {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 18px;
    color: white;
    border-radius: 9px;
}

.hero h1 {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 700;
}

.hero p {
    font-size: 14px;
    max-width: 600px;
    margin-bottom: 18px;
}

.how-it-works {
  padding: 0px 27px 27px 27px;
  text-align: center;
}

.how-it-works ul li h3 {
    margin-bottom: 9px;
    font-size: 27px;
}

.how-it-works ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin-bottom: 0px;
}

.how-it-works ul li {
    background: #f5f5f5;
    padding: 18px;
    border-radius: 9px;
    width: 100%;
}

.generator-container {
    max-width: 700px;
    margin: 60px auto;
    border: 0;
    border-radius: 4px;
    font-family: Arial, sans-serif;
}


}

@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 568px) {


}

@media only screen and (max-width: 440px) {

  .header_logo img {
      width: 100px;
      height: auto;
  }

}
