/*
Theme Name: Twenty Twenty Four Child
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyfour

This is the child theme for Twenty Twenty-Four theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Parent */
/* Parent */
body {
    font-family: 'Poppins';
}
.wp-block-column.is-layout-flow {
    position: relative;
}

/* Default (Desktop) */
.battery-overlay {
    position: absolute !important;
    top: 70%;
    left: 42%;
    transform: translateY(-50%);
    width: clamp(120px, 10vw, 170px);
    height: auto;
    margin: 0 !important;
}
figure.wp-block-image.aligncenter.size-large.ellipse-bg.battery-overlay.second {
    left: 73%;
    top: 75%;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(32% - var(--wp--style--block-gap, .5em)*.75)!important;
}
.battery-tabs {
  padding: 0px 20px!important;
  background: #f8f9fa;
}
.battery-tabs .section-title{
  justify-content: center!important;
  font-size: 45px!important;
  color: #13335C!important;
}
.section-title {
  text-align: center!important;
  margin-bottom: 30px;
  color: #13335C;
  font-weight: 700;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 50px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.tab {
  background: none;
  border: none;
  font-weight: 600;
  padding: 12px 0;
  cursor: pointer;
  color: #13335C66;
  position: relative;
}

.tab.active {
  color: #13335C;
  font-size: 16px;
  font-weight: 500;
}
.spec-label {
    font-size: 24px;
}
.second-tick img{
   height: 18px;
    margin-left: 26px;
}
.wp-block-columns.second-tick-full {
    margin-left: -35px;
}
.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  /* background: #4CAF50; */
}

.price {
  font-size: 24px;
  font-weight: bold;
}

.btn {
  background: green;
  color: white;
  /* padding: 10px 16px; */
  text-decoration: none;
  margin-left: 15px;
}
/* Container */
.container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section */
.battery-tabs {
  padding: 50px 20px;
  background: #f5f7f9;
}

/* Title */
.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #13335C;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.tab {
  background: none;
  border: none;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  color: #888;
  position: relative;
  font-size: 16px;
}

.tab.active {
  color: #13335C;
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  /* background: #4CAF50; */
}

/* Content */
.battery-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Left */
.battery-text {
  max-width: 520px;
}

.battery-text h3 {
  font-size: 35px;
  margin-bottom: 15px;
  color: #13335C;
  font-weight: 700;
}

.battery-text > p {
  color: #000000;
  margin-bottom: 20px;
  font-size: 15px;
}
.battery-text ul {
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 15px;
  color:#000000;
}

.features {
  display: flex;
  justify-content: space-between; /* 👈 KEY FIX */
  width: 600px; /* 👈 exact control */
  margin: 30px 0;
}
/* Price */
.price-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.price-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.price-box .price {
  font-size: 32px;
  font-weight: 700;
  color: #0d2b4d;
}
.price-box a.btn {
    padding-top: 0px;
    padding-bottom: 22px;
}
.price-box .btn {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.price-box .btn:hover {
  background: #3e9442;
  transform: translateY(-2px);
}
.price {
  font-size: 35px;
  font-weight: 700;
  color: #13335C;
}

/* Button */
.btn {
  background: #4CAF50;
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
}

.battery-image img {
    width: 100%;
    height: 550px;
    top: -65px;
}
.feature-item {
  width: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-item img {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.feature-item span {
  font-size: 15px;
  color: #000000;
  line-height: 1.4;
  max-width: 125px;
}
/* Container sizing and layout */
.battery-image {
  position: relative; /* Exact width from Figma */
  height: 444px; /* Exact height from Figma */
  display: flex;
  align-items: flex-end; /* Keeps images at the bottom */
  justify-content: center;
}

/* The Grey Background Shape */
.bg-image {
  position: absolute;
  bottom: 0;
  right: 0;      /* Aligns the grey shape to the right */
  width: 550px;  /* Adjusted to fit the container */
  height: auto;
  z-index: 1;
}

/* The Foreground Battery */
.main-image {
  position: absolute;
  bottom: 30px;  /* Lifts it slightly off the very bottom if needed */
  transform: translateX(-50%);
  height: 110%;  /* Makes the battery "pop" out higher than the container height */
  width: auto;   /* Maintains aspect ratio */
  z-index: 2;    /* Ensures it stays on top of the bg-image */
}

/* Ensure the wrapper handles the overflow of the "larger" battery */
.battery-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: visible; /* Important so the battery can pop out of the top */
}
/* Card container */
.custom-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.custom-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.4) 40%,
    transparent 70%
  );
  z-index: 1;
}

/* Keep text above gradient */
.custom-card .wp-block-cover__inner-container {
  position: absolute;   /* 👈 KEY CHANGE */
  bottom: 24px;         /* 👈 controls vertical position */
  right: 20px;           /* 👈 left spacing */
  z-index: 2;
  max-width: 340px;     /* 👈 keeps text compact */
}
.bullet-block br {
  display: none;  /* removes forced line breaks */
}
/* Text styling */
.custom-card h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 8px;
}

.custom-card p {
  color: #fff;
  font-size: 14px;
  max-width: 340px;
}

.contact-section {
  max-width: 1030px;
  margin: auto;
  gap: 30px;
}
.wp-block-column.left-icon.is-layout-flow.wp-block-column-is-layout-flow {
    max-width: 70px;
    margin-bottom: 23px;
}
.wp-block-cover.is-light.custom-card {
    max-width: 500px;
    max-height: 500px;
}
.wp-block-column.custom-card.is-layout-flow.wp-block-column-is-layout-flow{
     max-width: 500px;
    max-height: 500px;
}
.feature-item {
    display: flex;
}
/* .contact-section.battery .custom-card .wp-block-cover__inner-container {
  right: 170px!important;
} */
.feature-item figure {
    margin: 0;
    flex-shrink: 0;
}

.feature-item h4 {
    margin: 0 0 5px;
}

.feature-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
.wp-block-column.left-icon.is-layout-flow.wp-block-column-is-layout-flow {
    max-width: 70px;
}
.newsletter-box {
    display: flex;
    max-width: 500px;
}

.newsletter-box input {
    flex: 1;
    padding: 14px;
    border: none;
    background: #e5e5e5;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.newsletter-box button {
    padding: 14px 22px;
    border: none;
    background: #5dbb63;
    color: #fff;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

/* Hover (optional) */
.newsletter-box button:hover {
    background: #4da857;
}
.wp-block-social-links svg {
    display: inline-block !important;
    width: 20px;
    height: 20px;
}

.wp-block-social-links a {
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
}
.wp-block-social-links svg {
    display: inline-block !important;
    width: 20px;
    height: 20px;
}

.wp-block-social-links a {
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
}
.wp-block-column.has-contrast-color.has-base-2-background-color.has-text-color.has-background.has-link-color.wp-elements-eea5c5b28d498ac218ec7c3f14d8f59d.has-global-padding.is-layout-constrained.wp-container-core-column-is-layout-124f757b.wp-block-column-is-layout-constrained {
    max-height: 313px;
}
.wp-block-column.solar.has-contrast-color.has-base-2-background-color.has-text-color.has-background.has-link-color.wp-elements-d0974143447512dd8736aca061fa42ae.has-global-padding.is-layout-constrained.wp-container-core-column-is-layout-124f757b.wp-block-column-is-layout-constrained{
  max-height: 313px;
}
.wp-block-column.solar.has-contrast-color.has-base-2-background-color.has-text-color.has-background.has-link-color.wp-elements-bc5df98012bbc2cbc88cff78c09e77be.has-global-padding.is-layout-constrained.wp-container-core-column-is-layout-124f757b.wp-block-column-is-layout-constrained{
  max-height: 313px;
}
/* h1.has-text-align-center.wp-block-post-title {
    display: none;
}
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: none;
} */

.spec-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 50px;
    background: #fff;
}

/* Title */
.spec-title-main {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #1f3b5b;
    margin-bottom: 30px;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    /* Reduce this gap; 400px is too wide for standard screens */
    gap: 150px; 
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid #E5E7EB;
}

.tab {
    background: none;
    border: none;
    font-weight: 500;
    padding: 12px 0;
    cursor: pointer;
    color: #9ca3af;
    position: relative;
    /* This ensures the green line is centered to the button */
    display: flex;
    justify-content: center; 
    overflow: visible !important;
    font-size: 24px;
}

.tab.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    
    /* This centers the line perfectly */
    left: 50%;
    transform: translateX(-50%);
    
    /* This width makes the line wider than the text but smaller than the gap */
    width: 280px; 
    height: 4px;
    /* background: #4CAF50; */
    z-index: 10;
}

/* Cleanup */
.tab:focus, .tab:active {
    outline: none !important;
    box-shadow: none !important;
}

.tab.active {
    color: #13335C;
}
/* 1. Target all inputs within your specific form class to stop the blue border */
.tureon-form input:focus, 
.tureon-form textarea:focus, 
.tureon-form select:focus {
    outline: none !important;      /* Removes the blue line from image_281d55.png */
    box-shadow: none !important;    /* Removes any extra glow */
    border-color: #e5e7eb !important; /* Keeps a neutral border color when clicking */
}

/* 2. Specific fix for the WordPress global styles selector shown in your screenshot */
:where(.wp-site-blocks *:focus) {
    outline-width: 0 !important;
    outline-style: none !important;
}

/* Grid Layout (IMPORTANT FIX) */
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 30px;
}

/* Each row behaves like pair */
.spec-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

/* Title */
.spec-title {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 6px;
}

/* Value */
.spec-value {
    font-size: 18px;
    font-weight: 400;
    color: #000C1B99;
}

/* Content visibility */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
div#arrow-image {
    max-width: 750px;
}
h1.has-text-align-center.wp-block-post-title {
    display: none;
}
.page-id-13 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
.page-id-690 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
.page-id-803 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
.page-id-779 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    margin: 0;
}
.page-id-15 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
.page-id-17 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
.page-id-503 main > .wp-block-group.has-global-padding.is-layout-constrained:first-child {
   display: none;
}
/* .accordian {
  margin-left: clamp(-110px, -8vw, 0px)!important;
} */
.wp-block-column.warranty.faq {
    margin-left: -60px;
}
.contact-info p {
    font-size: 14px;
    margin-top: 0px;
}
p.has-text-align-center.footer-bottom {
    padding: 6px;
    margin: 0;
}
.wp-block-accordion.full-faq {
    max-width: 1200px;
}
.tick img {
    height: 18px;
    padding-right: 10px;
}
.tick .wp-block-media-text__content {
  padding-left: 0px;
}
      .stack-wrapper {
            width: 100%;
        }

        .panel {
            /* Makes each section stick to the top as you scroll */
            position: sticky;
            top: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
        }

        /* --- PANEL 1: THE START --- */
        .panel-1 {          /* Your brand yellow */
            z-index: 1;
        }

        /* --- PANEL 2: THE YELLOW COVER --- */
        .panel-2 {          /* Dark text */
            z-index: 2;
        }

        /* --- PANEL 3: THE FINAL COVER --- */
        .panel-3 {
            z-index: 3;
        }
.wp-block-columns.price-column {
    gap: 0px;
}
.wp-block-columns.faq-columns {
    align-items: stretch !important;
}
.faq-columns.wp-block-column.has-background {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* This centers the accordion vertically */
}
.tureon-form {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-family: 'Inter', sans-serif;
}
.tureon-notice {
    display: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.tureon-notice.success {
    background: #d1e7dd;
    color: #0f5132;
    border-left: 4px solid #198754;
}

.tureon-notice.error {
    background: #f8d7da;
    color: #842029;
    border-left: 4px solid #dc3545;
}
.tureon-form h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

.form-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.form-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #374151;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    background: #f3f4f6;
    font-size: 14px;
    border: 1px dotted grey;
}
.form-group.checkbox.terms {
    width: 500px!important;
}
.form-group textarea {
  min-height: 120px;
  resize: none;
}

.form-group small {
  font-size: 12px;
  color: #6b7280;
}

.checkbox {
  font-size: 13px;
  margin-top: 10px;
}


/* Main alignment */
.form-group.checkbox .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

/* Checkbox */
.form-group.checkbox input[type="checkbox"] {
  margin-top: 4px;
}

/* ✅ IMPORTANT: fix text wrapping properly */
.form-group.checkbox .wpcf7-list-item-label {
  display: inline;
  line-height: 1.6;
}

/* Remove CF7 inline-block behavior */
.form-group.checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
/* 1. The Container: Holds everything in one row with rounded corners */
.newsletter-box {
    display: flex !important;
    align-items: center;
    background-color: #ffffff; /* White background for the input area */
    border-radius: 8px;        /* Matches the curve in image_2989f2.png */
    overflow: hidden;          /* Crops the button and input to the container's corners */
    max-width: 450px;          /* Adjust based on your layout */
    border: 1px solid #e5e7eb; /* Optional: light border if on a white background */
}

/* 2. The Input: Removes all default borders and glows */
.newsletter-box input[type="email"] {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px 20px !important;
    font-size: 16px;
    outline: none !important;   /* Stops the blue focus line from image_281d55.png */
    box-shadow: none !important;
}

/* 3. The Button: Styled to match your brand green */
.newsletter-box button {
    background-color: #579A3F !important; /* Brand green from your form */
    color: #ffffff !important;
    border: none !important;
    padding: 15px 30px !important;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 8px 8px 0; /* Rounds only the right side */
    transition: background 0.3s ease;
}

.newsletter-box button:hover {
    background-color: #4a8335 !important;
}
/* Main Heading Overrides */
.contact-left h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    line-height: 55px !important;
    color: #222222 !important;
    letter-spacing: 0% !important;
    margin-bottom: 24px;
}
.wp-block-column.getintouch {
    margin-top: 40px;
    margin-left: 40px;
}
/* Contact Details (Address, Email, Phone) */
.contact-left p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important; /* Medium */
    line-height: 22px !important;
    color: #222222 !important;
    margin-bottom: 15px; /* Spacing between lines */
    display: flex;
    align-items: center;
}

/* Optional: Styling the icons inside those paragraphs */
.contact-left p img, 
.contact-left p i {
    margin-right: 12px;
    width: 20px; /* Adjust based on your icon size */
    height: auto;
}
.form-actions {
  justify-content: flex-end;
  align-items: center;
  gap: 12px!important;
  margin-top: 20px;
}
button#saveDraftBtn {
    margin-right: 10px;
}
.form-actions button,
.form-actions input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#saveDraft {
  padding: 10px 18px;
  background: #e5e7eb;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.form-actions br {
  display: none;
}
.wpcf7-submit {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}
/* Draft Button - Exact Design */
.draft-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #222222;

  background: transparent;
  border: 1px solid #d1d5db;
  border-radius: 6px;

  padding: 10px 20px;
  height: 56px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover (subtle like design systems) */
.draft-btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
/* Submit Button - Exact Design */
.submit-btn,
.wpcf7-submit {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;

  color: #ffffff;
  background-color: #579A3F;

  height: 56px;
  padding: 10px 20px;

  border: none;
  border-radius: 5px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: all 0.2s ease;
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}
.wp-block-cover.alignfull.home.first {
bottom: 0;
}
.wp-block-group.alignfull.header.pattern {
z-index: 99;
position: absolute;
left: 0;
margin: 0;
width: 100%;
}
.wp-block-cover.alignfull.first {
bottom: 0;}
.wp-block-group.alignfull.first {
    margin-top: 0!important;
}
/* Make menu & text white */
.header-overlay a,
.header-overlay .wp-block-navigation-item__content {
  color: #fff !important;
}

/* Optional: logo white */
.header-overlay img {
  filter: brightness(0) invert(1);
}
.tureon-form h3 {
  display: flex;
  align-items: center;   /* 🔥 this is key */
  gap: 10px;

  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #13335C;

  margin-bottom: 16px;
}
.tureon-form h3 .icon-img {
  width: 20px;
  height: 20px;

  display: block;        /* 🔥 removes inline spacing issue */
  flex-shrink: 0;        /* 🔥 prevents shrinking */

  position: relative;
  top: 0;                /* adjust if needed */
}
.wp-block-button.has-custom-width.wp-block-button__width-25.home-battery {
    max-width: 22%;
}
.icon {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
}
p.contact-notice {
    font-size: 15px;
    font-weight: 400!important;
}
.contact-section {
  /* padding: 60px 20px; */
  background: #f5f6f8;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.contact-wrapper {
  display: flex;
  gap: 50px;
}

/* LEFT */
.contact-left {
  flex: 1;
  max-width: 400px;
}

.contact-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.contact-left p {
  color: #555;
  margin-bottom: 15px;
}

.contact-left .note {
  font-size: 14px;
  color: #777;
}

/* FORM BOX */
.contact-form {
  flex: 2;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

/* GRID */
.grid-2 {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.grid-2 > div {
  flex: 1;
}

/* INPUTS */
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 11px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f9fafb;
  font-size: 14px;
}

/* LABEL */
.contact-form label {
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}

/* CHECKBOX */
.checkbox-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

/* RADIO */
.contact-form .wpcf7-radio {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

/* PRIVACY */
.privacy {
  font-size: 13px;
  margin: 15px 0;
}

/* BUTTON */
.contact-form input[type="submit"] {
  background: #4CAF50;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
}

.contact-form input[type="submit"]:hover {
  background: #3e9442;
}
.page-id-690 .contact-support{
  display:none;
}
.form-container {
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #d1e1f0;
    padding: 30px;
    border-radius: 8px;
}

.section-title {
    color: var(--primary-blue);
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Grid System */
.grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.field-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.field-group label {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Inputs & Selects */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
select {
    background-color: var(--bg-gray);
    border: 1px dotted grey;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    outline: none;
    transition: border 0.2s;
    width: 95%;
}

input::placeholder {
    color: #adb5bd;
}

/* Dividers */
.divider {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 25px 0;
}

.blue-divider {
    text-align: center;
    position: relative;
    margin: 30px 0;
    border-top: 1px dashed #7eb6ff;
}

.blue-divider span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
    color: #7eb6ff;
    font-size: 1.2rem;
}

/* Checkbox & Radios */
.checkbox-row, .radio-row {
    display: flex;
    gap: 20px;
    margin: 15px 0;
    font-size: 0.85rem;
}

.label-block {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.privacy {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #555;
}

.required {
    color: red;
}

/* Button */
.form-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.submit-application-btn {
    /* Colors */
    background-color: #579A3F;
    color: #FFFFFF; /* Assuming white text based on original design */
    
    /* Dimensions from your screenshot */
    width: 242px;
    height: 56px;
    
    /* Shape & Spacing */
    border-radius: 5px;
    padding: 10px;
    border: none;
    
    /* Layout */
    display: flex;
    flex-direction: column; /* Matches 'Flow: Vertical' */
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    /* Typography */
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    
    /* Responsive adjustment (Important) */
    max-width: 100%; 
}

/* Hover effect for better UX */
.submit-application-btn:hover {
    background-color: #4a8235;
    transition: 0.3s;
}
.form-footer {
    display: flex;
    justify-content: flex-end; /* This pushes the button to the right */
    width: 100%;
    margin-top: 20px;
}

/* The Button Styles */
.submit-application-btn {
    background-color: #579A3F;
    color: #FFFFFF;
    width: 242px;
    height: 56px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.submit-application-btn:hover {
    background-color: #4a8235;
    
}
/* Target only the button inside the form-footer */
.form-footer .submit-btn {
    display: block !important;
    margin-left: auto !important;  /* Pushes ONLY the button to the right */
    margin-right: 0 !important;    /* Ensures no gap on the right */
    
    /* Your specific design dimensions */
    width: 242px !important;
    height: 56px !important;
    background-color: #579A3F !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
}

/* Ensure the paragraph tag doesn't restrict the button width */
.form-footer p {
    display: block !important;
    width: 100% !important;
}
.contentblock {
    --wp--style--global--content-size: 100%;
}
.wp-block-social-links svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  opacity: 0.9;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab.active {
  border-bottom: 2px solid green;
}
.tech-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
}

.title {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #1f3b57;
    margin-bottom: 30px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 200px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.tab {
    background: none;
    border: none;
    font-size: 16px;
    color: #7a8a9a;
    padding-bottom: 10px;
    cursor: pointer;
}

.tab.active {
    color: #1f3b57;
    border-bottom: 2px solid #4caf50;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 25px;
}

.spec-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.spec-item h4 {
    font-size: 18px;
    margin: 0;
    color: #2c3e50;
}

.spec-item p {
    margin: 5px 0 0;
    font-size: 15px;
    color: #6c7a89;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.download-btn {
    display: inline-block;
    padding: 12px 18px;
    background: #f44336;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
/* DOWNLOAD CARD */
.download-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 15px 18px;
    border-radius: 8px;
    max-width: 450px;
    background: #fff;
}

/* LEFT SIDE */
.file-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-icon {
    font-size: 20px;
}

.file-left a {
    text-decoration: none;
    color: #1f3b57;
    font-size: 14px;
}

/* RIGHT DOWNLOAD ICON */
.file-right a {
    text-decoration: none;
    font-size: 18px;
    color: #6c7a89;
}

.file-right a:hover {
    color: #000;
}
.comments-area {
    display: none !important;
}
.energy-section {
    background: url("https://batteria.wp.ventum.nl/wp-content/uploads/2026/04/image-31.webp") no-repeat center center / cover;
    padding: 80px 0;
    color: #fff;
}
.energy-section .right img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    max-height: 550px;
}
.energy-inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1296px;
}
.energy-section .container {
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.energy-section .energy-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
}
.energy-disclaimer {
    font-size: 14px;
    color: #bfc9d4;
    margin-top: 20px;
    max-width: 600px;
    line-height: 1.6;
}

.energy-disclaimer a {
    color: #ffffff;
    text-decoration: underline;
}

.energy-disclaimer a:hover {
    opacity: 0.8;
}
.energy-section .left {
    flex: 1;
}

.energy-section h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff !important;
}

.energy-section .subtext {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
    font-size: 16px;
    opacity: 0.9;
}

.energy-section .icons {
    display: flex;
    gap: 35px;
    margin: 35px 0;
}

.energy-section .icon-box {
    text-align: center;
    width: 110px;
}

.energy-section .icon-box img {
    height: 42px;
    margin-bottom: 10px;
}

.energy-section .icon-box p {
    font-size: 14px;
    line-height: 1.4;
}

.energy-section .bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.energy-section .price {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff !important;
}

.energy-section .btn {
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
}

.energy-section .btn.green {
    background: #4CAF50;
    color: #fff;
}

.energy-section .btn.outline {
    border: 1px solid #fff;
    color: #fff;
}

.energy-section .right {
    flex: 1;
    text-align: right;
}

.energy-section .btn {
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Green Button */
.energy-section .btn.green {
    background: #6CC04A; /* 🔥 exact green tone */
    color: #ffffff;
    border: none;
}

.energy-section .btn.green:hover {
    background: #5aad3d;
}

/* Outline Button */
.energy-section .btn.outline {
    background: transparent;
    border: 1.5px solid #ffffff;
    color: #ffffff;
}

.energy-section .btn.outline:hover {
    background: #ffffff;
    color: #02233a;
}
.energy-section .subtext {
    display: flex;
    gap: 80px;
    margin: 25px 0;
}

/* BLOCK */
.energy-section .bullet-block {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
}

/* SINGLE DOT */
.energy-section .bullet-block::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #ffffff;
}

/* ALIGN MULTI-LINE TEXT */
.energy-section .bullet-block br {
    display: block;
    margin-bottom: 4px;
}
.wp-block-columns.trusted {
    margin-right: 250px;
}
.battery-tabs .container {
    max-width: 1600px;
    /* width: 100%; */
    margin: auto;
}
.tick-stronger {
    display: grid !important;
    grid-template-columns: 20px auto !important;
    align-items: center !important;
    column-gap: 10px;
    margin-left: 0 !important;
    
}
/* 1. Kill column layout */
.second-tick-full.wp-block-columns {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
}

/* 2. Remove column width completely */
.second-tick-full.wp-block-columns > .wp-block-column {
    flex: none !important;
    width: auto !important;
    max-width: max-content !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. Fix each tick item */
.second-tick-full .wp-block-media-text {
    display: flex !important;
    align-items: center;
    gap: 6px;
}

/* 4. Fix icon */
.second-tick-full .wp-block-media-text__media {
    margin-right: 15px !important;
}

/* 5. Fix text spacing */
.second-tick-full .wp-block-media-text__content {
    padding: 0 !important;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg,
.wp-block-social-links .wp-social-link svg {
    fill: #ffffff !important;
}
.wp-block-social-links .wp-social-link {
    background: transparent !important;
}
.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) {
    display: block;
    text-align: left;
    background: #ffffff !important;
    padding: 0 !important;
}
.noptin-form-footer {
    padding: 0px;
    width: 336px;
}
/* 2. Make form inline */
#noptin-form-3 {
    display: flex !important;
    justify-content: center !important;
}

/* 3. Force fields in one row */
#noptin-form-3 .noptin-form-fields {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

/* 4. Remove unwanted spacing */
#noptin-form-3 .noptin-form-field-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* 5. Input field */
#noptin-form-3 input[type="email"] {
    height: 50px;
    padding: 0 16px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 16px;
    outline: none;
}

/* 6. Button */
#noptin-form-3 input[type="submit"],
#noptin-form-3 button {
    height: 50px;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    border: none;
    background: #579A3F;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.noptin-optin-form-wrapper.no-image {
    min-height: 40px!important;
}
.noptin-form-fields {
    gap: 0px;
}
/* Responsive Logic */

/* MOBILE */

/* =========================
   DEFAULT (Desktop First)
========================= */


/* =========================
   LARGE SCREENS (≤1200px)
========================= */
@media (max-width: 1200px) {

    .wp-block-column.warranty.faq {
        margin-left: -20px !important;
    }

    .battery-overlay {
        left: 40%;
        top: 60%;
    }

    .battery-tabs {
        margin-left: 70px;
        margin-right: 50px;
        margin-bottom: 40px;
    }
}


/* =========================
   TABLETS (≤992px)
========================= */
@media (max-width: 992px) {

    .wp-block-column.warranty.faq {
        margin-left: -10px;
    }

    .wp-block-button.has-custom-width.wp-block-button__width-25.home-battery {
        max-width: 26%;
    }
}

/* form.wpcf7-form input[type="text"], form.wpcf7-form select, form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"] {
    border: 1px dotted;
} */
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 82%;
}
/* =========================
   MOBILE (≤767px)
========================= */
@media (max-width: 767px) {


.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 46%!important;
    /* font-size: 10px; */
}
 
.tabs {
    overflow: scroll;
}
.spec-title-main {
    font-size: 32px;
}
.spec-container {
    width: 100%;

}
.spec-container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
.spec-grid {
    grid-template-columns: auto;
    padding: 0px 20px;
}
h2.wp-block-heading {
    font-size: 20px !important;
    padding: 20px 0px;
}
div#arrow-image {
    max-width: 750px;
    width: 100%;
}
.battery-text li {
    text-align: left;
}

.price-box {
    gap: 0;
    padding-bottom: 15px;
}
.battery-text {
    max-width: 300px;
    width: 100%;
}
.battery-text h3 {
    font-size: 28px;
}
.price-box p {
    margin-top: -10px;
}
.tab.active {
    font-size: 12px;
}
.tab {
    font-size: 12px;
}
.price-box a.btn br {
    display: none;
}
.price-box .btn {
    padding: 12px 20px !important;
}
.battery-image img {
    height: 300px !important;
    object-fit: contain;
}
.battery-image {
    height: 235px !important;
}
.contact-section {
    padding-bottom: 30px;
}
.icon-boxws-section .wp-block-column {
    padding-top: 20px !important;
    gap: 0px !important;
}
.icon-boxws-section h2.wp-block-heading {
    font-size: 22px !important;
}

.icon-boxws-section .wp-block-column.left-icon {
    margin-bottom: 0px !important;
}
.box-inner-box {
    padding-bottom: 0px !important;
}
.box-inner-box .wp-block-column.is-vertically-aligned-center.left-icon.is-layout-flow.wp-block-column-is-layout-flow {
    margin-bottom: -38px;
}

.box-inner-box .wp-block-column {
    padding-top: 0px !important;
}
.noptin-form-footer #noptin-form-6__submit {
    top: 0px !important;
    padding: 10px 30px;
}
.banner-title h2.wp-block-heading{
    margin-top: 0px;
    font-size: 14px !important;
}
.second-page-power li {
    text-align: left;
}
ul.wp-block-list {
    /* display: flex; */
    /* justify-content: flex-start;
    align-items: center; */
    padding: 0px 0px;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-8d88fe0f.wp-block-columns-is-layout-flex {
    display: flex;
    flex-direction: column;
}
 
 .wp-block-columns.contact-grid {
    display: block;
}
.battery-text ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.form-footer span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px !important;
    /* margin-bottom: -25px !important; */
}
.form-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.form-section hr.divider {
    margin: 10px;
} 
.form-footer {
    margin-top: 0px !important;
}

.field-group p {
    margin: 0px;
}
.wp-block-media-text.is-stacked-on-mobile.tick.ticks.tick-stronger {
    display: flex !important;
}
.wp-block-media-text.is-stacked-on-mobile.tick.ticks.tick-stronger h2 {
    font-size: 15px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.wp-block-button.has-custom-width.wp-block-button__width-25 {
    width: 100% !important;
}
.tureon-form {
    padding: 20px;
}
.form-group input, .form-group textarea {
    width: 90%;
}


.get-in-touch-banner img.wp-block-cover__image-background.wp-image-693.size-full {
    height: 500px;
}
.wp-block-cover.alignfull.first.get-in-touch-banner {
    min-height: 500px !important;
}
.contact-left h2 {
    font-size: 32px !important;
    line-height: 41px !important;

}

    button#tureonSaveDraft {
        width: 100%;
        margin: 10px 0;
    }
    .tureon-form .form-row {
        display: block;
    }
    .wp-block-spacer {
        height: 0 !important;
    }
  .form-footer .submit-btn {
      display: block !important;
      height: 50px !important;
      margin-top: 11px;
      width: 100% !important;
  }

  input[type="text"], 
  input[type="email"], 
  input[type="tel"], 
  select {
    padding: 12px 0;
    border: 1px dotted;

  }
  form.wpcf7-form input[type="text"], form.wpcf7-form select, form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"] {
      width: 100%;
      box-sizing: border-box;
      padding-left: 5px
  }
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
      width: 100%;
  }
  .wp-block-column.getintouch {
      margin-top: 0;
      margin-left: 0;
  }
  .wp-block-columns.trusted {
      margin-right: 0;
  }
  .battery-tabs {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
  }
  .battery-tabs .container{
    width: auto;
  }
  .energy-section .energy-content {
      display: block;
  }
  .energy-section .bottom {
      display: block;
      text-align: center;
  }
  a.btn.green {
      margin: 10px;
  }
  .battery-overlay {
      /* position: static !important; */
      transform: none;
      margin: 20px auto !important;
      /* display: block; */
      width: 120px;
      left: 45%;
  }

  .spec-grid {
      grid-template-columns: 1fr;
  }

  .tabs {
      gap: 15px;
  }

  .wp-block-column.warranty.faq {
      margin-left: 0;
  }

  .battery-tabs {
      padding: 0px !important;
  }

  /* merged duplicate */
  .battery-wrapper {
    flex-direction: column;
    text-align: center;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .features {
      flex-wrap: wrap;
      justify-content: center;
  }

  .contact-wrapper {
      flex-direction: column;
  }

  .grid-2 {
      flex-direction: column;
  }
.wp-block-buttons.both-button {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin-left: 80px; */
    /* margin-right: 80px; */
}

.wp-block-button.has-custom-width.wp-block-button__width-25.home-battery {
    max-width: 100% !important;
    width: 100% !important;
  }
  .wp-block-group.automative.is-horizontal.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1b9c09df.wp-block-group-is-layout-flex {
        margin: 0 !important;
    }
  .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
  .battery-text {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.features{
  width:100%;
}
.price-box {
    margin-bottom: 50px;
}
.feature-item {
    margin-bottom: 20px;
}
.price-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding-bottom: 15px;
}

.price-box .wp-block-button__link {
    width: 100%;
    max-width: 220px; /* keeps button nice, not too wide */
}
.battery-image img {
    max-width: 420px;
}
#noptin-form-6__submit{
    position: relative;
    top: -6px;
    left: 12px;
    border-radius: unset;
}
div#noptin-form-6__wrapper {
    margin: 0 auto;
}
.main-image {
    position: absolute;
    bottom: 12px;
    left: 52%;
}
.battery-image {
    margin-right: 20px;
}
.footer-box .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;   /* horizontal center */
  justify-content: center; /* vertical center */
  text-align: center;
}
.left-icon {
    max-width: 100% !important;
    width: 100%;
    padding-right: 30px;
  }
  .wp-block-column.custom-card.is-layout-flow.wp-block-column-is-layout-flow {
    max-width: 500px;
    max-height: 500px;
    margin-left: 10px;
    margin-right: 10px;
}
.wp-block-column.contact-section.is-layout-flow.wp-block-column-is-layout-flow {
    margin-left: 10px;
    margin-right: 10px;
}
.wp-block-group.footer-menus {
    display: block!important;
    text-align: center;
    margin-top: 20px;

}
.wp-block-group.footer-columns {
    align-items: center;
}
.footer-menus h2{
  margin-top: 20px;
}
.footer-columns ul{
  align-items: center;
}

.custom-card .wp-block-cover__inner-container {
          right: 10px !important;
        max-width: 300px;
}
.newsletter-box button {
    padding: 13px 6px 10px 6px !important;
}
.main-head{
  text-align: center;
}
.boto-para{
  text-align: center;
}
.wp-block-social-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 100%;
}
.footer-news{
  text-align: center;
  margin: 0 auto !important;
}
.newsletter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
h2.wp-block-heading.second-hero-section {
    text-align: center;
}
.wp-block-columns.second-page-power {
    text-align: center;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #c3c3c3 !important;
}
.panel-1, .panel-2,.panel-3{
  height: 400px;
}
.Ai-image{
  margin-left: 0px!important;
}
.second{
  margin-right:20px;
}
.price-clmn {
  display: flex;
  flex-direction: column;
  align-items: center;     /* center everything */
  justify-content: center;
  text-align: center;
  gap: 12px;               /* 🔥 spacing between price & buttons */
}
.wp-block-button.center-btn {
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.threecolumn{
  text-align: center;
}
.second-tick img{
  margin-left: 0px;
}
.price-column h2{
  text-align: center;
}
.wp-block-group.reliable {
    margin-right: 0px;
}
.reliable h2{
  text-align: center;
}
.spc-reliable{
 display: none;
}
.content-power{
  margin-bottom: 40px;
}
.cycle-head{
  text-align: center;
}
.Fqs{
  text-align: center;
}
.frq-para{
  text-align: center;
}
 .spec-grid {
        grid-template-columns: 1fr;
    }
    .noptin-optin-form-wrapper form.noptin-form-single-line .noptin-form-fields .noptin-form-field-submit{
        position: absolute;
        right: -4px;
	}
}

/* =========================
   SMALL MOBILE (≤600px)
========================= */
@media (max-width: 600px) {

    .grid-row {
        grid-template-columns: 1fr;
    }

    .checkbox-row,
    .radio-row {
        flex-direction: column;
        gap: 10px;
    }

    .form-footer {
        align-items: center;
        justify-content: center;
    }

    .submit-btn {
        width: 100%;
    }

    .submit-application-btn {
        width: 100%;
    }
}

@supports (-webkit-touch-callout: none) {
    ul.wp-block-list {
        column-count: 1 !important;
        column-width: auto !important;
        display: block !important;
    }

    ul.wp-block-list li {
        display: block !important;
        width: 100% !important;
    }
}