/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created for customization.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Write your custom CSS here */
a#header-btn svg {
    width: 2em;
}

a#header-btn {
    width: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}

a#header-btn span.elementor-button-text {
    display: flex;
    justify-content: center;
    align-items: center !important;
}

/* css for all page */
/* Privacy Policy Styles */
.container-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6; /* improves readability */
    font-family: 'Space Grotesk', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-block: 5px;
    font-family: 'Space Grotesk', sans-serif;
}

p {
    margin-block: 5px;
    font-family: 'Space Grotesk', sans-serif;
}

.title {
    text-align: center;
}

.margin_bottom {
    margin-bottom: 20px;
}

.text_color {
    color: #878787;
}

.text_black {
    color: #171717;
}

a {
    color: #171717;
}

ol {
    padding-left: 20px;
    margin-top: 10px;
}

ol li {
    margin-bottom: 18px;
    line-height: 1.5;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-top: 15px;
    padding: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffcb2d;
    margin-bottom: 15px;
}

.image-medium-container {
    position: relative;
    display: inline-block;
    width: 70%;
    margin-top: 15px;
    padding: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffcb2d;
    margin-bottom: 15px;
  }

.image-small-container {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-top: 15px;
    padding: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffcb2d;
    margin-bottom: 15px;
}

.image {
    width: 100%;
    height: auto;
    display: block;
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* black shade with 20% opacity */
    pointer-events: none; /* allow clicks to pass through if needed */
}

.sub-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact {
    margin-top: 40px;
}

/* extra css support page */
/* Main container styling */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    line-height: 1.6; /* improves readability */
    font-family: 'Space Grotesk', sans-serif;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-block: 5px;
    font-family: 'Space Grotesk', sans-serif;
}

p {
    margin-block: 5px;
    font-family: 'Space Grotesk', sans-serif;
}

.title {
    text-align: center;
}

.margin_bottom {
    margin-bottom: 20px;
}

.text_color {
    color: #878787;
}

.text_black {
    color: #171717;
}

a {
    color: #171717;
}

/* List styling */
ol {
    padding-left: 20px;
    margin-top: 10px;
}

ol li {
    margin-bottom: 18px;
    line-height: 1.5;
}

/* Image containers */
.image-container {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-top: 15px;
    padding: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffcb2d;
    margin-bottom: 15px;
}

.image-small-container {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-top: 15px;
    padding: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffcb2d;
    margin-bottom: 15px;
}

.image {
    width: 100%;
    height: auto;
    display: block;
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* black shade with 20% opacity */
    pointer-events: none; /* allow clicks to pass through if needed */
}

/* Tab navigation */
.tabs-navigation {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.tab-button {
    padding: 12px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-button:hover {
    color: #171717;
}

.tab-button.active {
    color: #171717;
    border-bottom-color: #ffcb2d;
}

/* Tab content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* FAQ styling */
.faq-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item h3 {
    color: #171717;
    margin-bottom: 10px;
}

/* Contact form styling */
.contact-info {
    margin-bottom: 40px;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Space Grotesk', sans-serif;
}

.submit-button {
    background-color: #ffcb2d;
    color: #171717;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #e6b726;
}

/* Responsive adjustments */
@media (max-width: 768px) {
   
    
    .tab-button {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 13px;;
    }
    
    .image-small-container {
        width: 100%;
    }
}

/* header hover effect remove */

.tab-button:hover , .tab-button.active {
    color: #171717;
    background: none;
}

ul.elementor-icon-list-items {
    list-style: none;
    padding: 0;
}

.linkdin_logo {
    width:20px;
    height:20px;
}

/* list style remove css */
 ol li {
    list-style: none;
    padding-left: 0;
} 

h3 {
    font-size: 1.5rem !important;
    color:#000 !important;
}

/* h3.subtitle {
    font-size: 1.7rem !important;
} */

h4 {
    font-size: 1.1rem !important;
    color:#878787 !important;
}

ul.ul_list li {
    list-style: disc !important;
}

ol.list-dots {
    padding: 0 !important;
}

ol {
    padding:0 !important;
}

/* style for home page */
 /* Hero Section Styles */
/*  .hero-section-container {
	  background-image: linear-gradient(335deg, rgb(255, 219, 87) 0%, rgb(255, 223, 107) 0%, rgb(255, 227, 128) 1%, rgb(255, 230, 148) 3%, rgb(255, 234, 163) 6%, rgb(255, 238, 184) 11%, rgb(255, 242, 199) 19%, rgb(255, 247, 219) 30%, rgb(255, 250, 235) 48%, rgb(255, 255, 255) 99%);
  
} */

.hero-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 80px 20px;
}

section.hero-section-container {
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.hero-section-badge {
    width:35%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

.hero-section-badge-text {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.hero-section-badge-dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    left: 60px;
}

.hero-section-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0px;
    font-family: 'Space Grotesk', sans-serif;
    padding-bottom: 0px;
    padding-top: 35px;
}

.hero-section-subtitle {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
    padding-top:20px;
}

.hero-section-description {
    font-size: 20px;
    line-height: 1.5;
    max-width: 600px;
    margin-bottom: 40px;
}

.hero-section-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1A1A1A;
    color: white;
    border: none;
    border-radius: 40px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 30px;
    max-width: 154px;
}

.hero-section-button-icon {
    width: 24px;
    height: 24px;
    display: none;
}

.hero-section-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-section-stars {
    display: flex;
}

.hero-section-star {
    color: #1A1A1A;
    font-size: 20px;
}

.hero-section-installs {
    font-size: 16px;
    font-weight: 500;
}

img.logo-hero-shopify {
    width: 30px;
    filter: invert(1);
}

/* Media Queries */
@media (max-width: 768px) {
    .hero-section-title, .hero-section-subtitle {
        font-size: 42px;
    }
    
    .hero-section-description {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .hero-section-title, .hero-section-subtitle {
        font-size: 32px;
    }
    
    .hero-section-description {
        font-size: 16px;
    }
    
    .hero-section-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

a.hero-section-button:hover {
    color:#e6b726;
}

div#linkdin_logo {
    width: 25px !important;
}
/* header defolt style */
/* Add this CSS to your WordPress site */
.elementor-location-header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  /* Add padding to the body to account for the fixed header when visible */
  body.home {
    padding-top: 0px;
	   background-image: linear-gradient(335deg, rgb(255, 219, 87) 0%, rgb(255, 223, 107) 0%, rgb(255, 227, 128) 1%, rgb(255, 230, 148) 3%, rgb(255, 234, 163) 6%, rgb(255, 238, 184) 11%, rgb(255, 242, 199) 19%, rgb(255, 247, 219) 30%, rgb(255, 250, 235) 48%, rgb(255, 255, 255) 99%);
   
}
  
  body:not(.home) {
    padding-top: 80px; /* Adjust this value to match your header height */
  }

h3.small-subtitle {
    font-size: 1rem !important;
}

/* link add in custom tab */
.tabs-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  position: relative;
}
.tabs-content.tabs-ready {
  opacity: 1;
  visibility: visible;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

/* --------home page other css------- */
.tss-header {
      background: #FFCC29;
      color: #222;
      padding: 80px 20px 60px;
      text-align: center;
      box-shadow: 0 4px 12px rgb(255 204 41 / 0.4);
    }
    .tss-header h1 {
      font-weight: 700;
      font-size: 3rem;
      margin-bottom: 16px;
      letter-spacing: 1.2px;
    }
    .tss-header p {
      font-weight: 600;
      font-size: 1.25rem;
      max-width: 600px;
      margin: 0 auto 32px;
    }
    .tss-cta-btn {
      background-color: #222;
      color: #FFCC29;
      font-weight: 700;
      font-size: 1.1rem;
      padding: 14px 48px;
      border: none;
      border-radius: 36px;
      cursor: pointer;
      box-shadow: 0 6px 12px rgb(0 0 0 / 0.15);
      transition: background-color 0.3s, transform 0.2s;
    }
    .tss-cta-btn:hover {
      background-color: #444;
      transform: scale(1.05);
		color:#fff;
    }
    .tss-nav {
      background: #fff;
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 2px 8px rgb(0 0 0 / 0.07);
      display: flex;
      justify-content: center;
      gap: 32px;
      padding: 14px 0;
      font-weight: 600;
    }
    .tss-nav a {
      color: #000;
      font-size: 1rem;
      padding: 6px 12px;
      border-radius: 8px;
      transition: background-color 0.3s;
    }
    .tss-nav a:hover {
      background-color: #fff4cc;
    }
    .tss-section {
      max-width: 1200px;
      margin: 48px auto;
      padding: 0 20px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 18px rgb(0 0 0 / 0.05);
    }
    .tss-section h2 {
      color: #FFCC29;
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 35px;
      text-align: center;
		padding-top:20px;
    }
    .tss-steps {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 24px;
      padding: 36px 20px;
    }
    .tss-step {
      flex: 1 1 260px;
      background: #fff9e6;
      border: 2px solid #FFCC29;
      border-radius: 16px;
      padding: 28px 20px;
      text-align: center;
      cursor: default;
      transition: box-shadow 0.3s, transform 0.2s;
    }
    .tss-step:hover {
      box-shadow: 0 8px 24px rgb(255 204 41 / 0.4);
      transform: translateY(-6px);
    }
    .tss-step-icon {
      font-size: 3rem;
      margin-bottom: 16px;
      color: #FFCC29;
    }
    .tss-step-title {
      font-weight: 700;
      font-size: 1.3rem;
      margin-bottom: 12px;
      color: #222;
    }
    .tss-step-desc {
      font-weight: 500;
      color: #444;
      font-size: 1rem;
    }
    .tss-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
      padding: 36px 20px;
    }
    .tss-feature-card {
      background: #fff9e6;
      border: 2px solid #FFCC29;
      border-radius: 16px;
      padding: 24px 20px;
      cursor: default;
      position: relative;
      transition: box-shadow 0.3s, transform 0.2s;
    }
    .tss-feature-card:hover {
      box-shadow: 0 8px 24px rgb(255 204 41 / 0.4);
      transform: translateY(-6px);
    }
    .tss-feature-title {
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #222;
    }
    .tss-feature-desc {
      font-weight: 500;
      color: #555;
      font-size: 1rem;
    }
    .tss-benefits ul {
      list-style: none;
      padding-left: 0;
      max-width: 600px;
		padding-bottom:20px;
    }
    .tss-benefits li {
      position: relative;
      padding-left: 32px;
      margin-bottom: 16px;
      font-weight: 600;
      font-size: 1.1rem;
      color: #444;
    }
    .tss-benefits li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 2px;
      color: #FFCC29;
      font-weight: 900;
      font-size: 1.3rem;
      line-height: 1;
    }
    .tss-testimonial-slider {
      text-align: center;
      padding: 36px 20px;
      position: relative;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .tss-testimonial-text {
      font-style: italic;
      font-size: 1.2rem;
      color: #333;
      min-height: 80px;
      margin-bottom: 16px;
      transition: opacity 0.5s;
    }
    .tss-testimonial-author {
      font-weight: 700;
      font-size: 1rem;
      color: #FFCC29;
    }
    .tss-testimonial-nav {
      display: flex;
      justify-content: center;
      gap: 14px;
      margin-top: 12px;
    }
  .tss-testimonial-dot {
    width: 0px;
    height: 34px;
    border-radius: 50%;
    background: #fff4cc;
    border: 2px solid #FFCC29;
    cursor: pointer;
    transition: background-color 0.3s;
}
    .tss-testimonial-dot.tss-active {
      background: #FFCC29;
    }

section#tss-benefits {
    padding: 20px;
}
    .tss-faq {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 36px 20px;
    }
    .tss-faq-item {
      margin-bottom: 18px;
      border-bottom: 1px solid #ffeb99;
      padding-bottom: 14px;
    }
    .tss-faq-q {
      font-weight: 700;
      color: #FFCC29;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 1.1rem;
      user-select: none;
    }
    .tss-faq-q:hover {
      color: #e6b800;
    }
  .tss-faq-icon {
    transition: transform 0.3s;
    font-size: 1.2rem;
    line-height: 1;
    /* background: yellow; */
    color: black;
    filter: invert(1);
    mix-blend-mode: hard-light;
}
    .tss-faq-q.tss-open .tss-faq-icon {
      transform: rotate(90deg);
    }
    .tss-faq-a {
      margin-top: 8px;
      color: #444;
      font-weight: 500;
      display: none;
      font-size: 1rem;
      line-height: 1.4;
    }
    .tss-faq-q.tss-open + .tss-faq-a {
      display: block;
      animation: fadeIn 0.4s;
    }
    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    .tss-pricing-table {
      display: flex;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      padding: 36px 20px;
    }
    .tss-pricing-plan {
      background: #fff9e6;
      border: 2px solid #FFCC29;
      border-radius: 16px;
      padding: 32px 28px;
      width: 280px;
      text-align: center;
      cursor: default;
      transition: box-shadow 0.3s, transform 0.2s;
    }
    .tss-pricing-plan:hover {
      box-shadow: 0 10px 32px rgb(255 204 41 / 0.5);
      transform: translateY(-8px);
    }
    .tss-plan-title {
      font-weight: 700;
      font-size: 1.4rem;
      margin-bottom: 12px;
      color: #222;
    }
    .tss-plan-price {
      font-size: 2.5rem;
      font-weight: 800;
      color: #FFCC29;
      margin-bottom: 16px;
    }
    .tss-plan-details {
      font-weight: 600;
      font-size: 1rem;
      color: #444;
      white-space: pre-line;
    }
    .tss-support {
      text-align: center;
      padding: 36px 20px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      color: #444;
      font-weight: 600;
      font-size: 1.1rem;
    }
    .tss-support a {
      font-weight: 700;
      color: #FFCC29;
    }
    .tss-footer {
      background: #fff4cc;
      text-align: center;
      padding: 24px 10px;
      color: #222;
      font-weight: 600;
      font-size: 0.95rem;
      border-top: 1px solid #ffeb99;
    }
    .tss-footer a {
      color: #FFCC29;
      font-weight: 700;
    }
    /* Responsive Enhancements */
    @media (max-width: 1024px) {
      .tss-section {
        margin: 32px 0;
        padding: 0 10px;
      }
      .tss-features {
        grid-template-columns: 1fr 1fr;
      }
    }
    @media (max-width: 700px) {
      .tss-header {
        padding: 48px 10px 32px;
      }
      .tss-header h1 {
        font-size: 2rem;
      }
      .tss-header p {
        font-size: 1rem;
      }
      .tss-cta-btn {
        padding: 12px 24px;
        font-size: 1rem;
      }
      .tss-nav {
        flex-wrap: wrap;
        gap: 12px;
        font-size: 0.95rem;
        padding: 10px 0;
      }
      .tss-section {
        margin: 24px 0;
        padding: 0 5px;
        border-radius: 0;
      }
      .tss-steps {
        flex-direction: column;
        gap: 16px;
        padding: 18px 0;
      }
      .tss-step {
        padding: 18px 10px;
        font-size: 0.98rem;
      }
      .tss-features {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 0;
      }
      .tss-feature-card {
        padding: 16px 10px;
      }
      .tss-testimonial-slider {
        padding: 18px 5px;
      }
      .tss-faq, .tss-support {
        padding: 18px 5px;
      }
      .tss-pricing-table {
        flex-direction: column;
        gap: 16px;
        padding: 18px 0;
      }
      .tss-pricing-plan {
        width: 100%;
        padding: 18px 10px;
      }
      .tss-footer {
        padding: 14px 5px;
        font-size: 0.9rem;
      }
    }

.wrp-li {
    display: flex;
    justify-content: space-around;
}

