/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor
 Author: betasoft
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Your custom CSS goes below this line */
.hm-who-sec .elementor-image-box-content {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 85% !important;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-who-sec {
    position: relative;
}
.hm-who-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(2, 166, 224, 0.60) 0%, rgba(18, 18, 18, 0.15) 29%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    transition: opacity 0.6s ease-in-out !important;
    opacity: 0.9;
    border-radius: 28px;
}
.hm-who-sec .elementor-image-box-img {
    width: 100%;
    margin: 0;
    display: block !important;
}
.hm-who-sec .elementor-image-box-img img {
    width: 100%;
    margin: 0;
    display: block;
}

.Joinourg-sec:after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #02a6e0;
    z-index: -1;
}
.Joinourg-sec:before {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #0297CC;
    z-index: -1;
}


.header-inner {
    max-width: 1360px !important;
    width: 100%;
}
.Joinourg-sec:before {
    content: "" !important;
}

.ss_blur_bg_col {
    background: rgba(0, 0, 0, .27);
    backdrop-filter: blur(20px);
}

/* Footer styles */
.popu_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);

    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popu_inner {
    background:#f7f7f7 ;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
}

/* Close Button */
.popu_close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
    color: #000;
}

.site-footer {
    background: #000;
    padding: 0px 0 0 !important;
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer-widgets-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1360px;
    margin: 0 auto;
    width: 90% !important;
}
.footer-col {
    border-right: 1px solid #262626;
    padding: 79px 0;
}
.footer_cntinfo h6 {
    font-weight: 700;
    margin: 8px 0 10px;
}
.footer-col.footer-col-1 img {
    width: 150px;
}
.footer_cntinfo p {
    line-height: 25px;
}
.footer_social a {
    width: 38px;
    height: 38px;
    background: #241f21;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    line-height: 38px;
}
.footer_social {
    margin-top: 26px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer_social a:hover {
    background: #04a6dc;
    color: #fff;
}
.footer_email a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}
.footer-col a {
    color: #aaa;
    text-decoration: none;
    transition: .3s;
}
.footer-col ul {
    padding: 0;
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col a:hover {
    color: #fff;
}
.ss_footer_btm {
    background: #000;
    border-top: 1px solid #2f2f2f;
    padding: 30px 0;
    text-align: center;
}
.copyright.show p {
    margin: 0;
}
.apply-wrapper {
  max-width: 700px;
  margin: auto;
  text-align: left;
}

.apply-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
  line-height:none;
}

.apply-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.5;
}

.apply-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.apply-form .col {
  flex: 1;
}

.apply-form input,
.apply-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  font-size: 15px;
  outline: none;
  background: #fff;
}

.apply-form textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  min-height: 130px;
  font-size: 15px;
  outline: none;
  margin-top: 10px;
}

.apply-btn {
  width: 100%;
  padding: 14px;
  background: #02A6E0;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  transition: 0.3s ease;
}

.apply-btn:hover {
  background: #000000; /* black hover */
  color: #fff;
}

/* ------------------------------------------------
   Super Smooth (ss-) Contact Form 7 styling
   ------------------------------------------------ */

/* Wrapper around your CF7 form (add class to markup: <div class="ss-contact-form">[contact-form-7 ...]</div>) */
.ss-contact-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Rows & columns â€“ use these classes in CF7 markup */
.ss-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}
.ss-form-row.ss-form-row--two-col .ss-form-col {
    flex: 1 1 calc(50% - 10px);
}
.ss-form-col {
    width: 100%;
}

/* Labels */
.ss-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
    line-height: 24px;
}

/* Input & select fields â€“ layout & spacing */
.ss-contact-form .wpcf7-form input[type="text"],
.ss-contact-form .wpcf7-form input[type="email"],
.ss-contact-form .wpcf7-form input[type="tel"],
.ss-contact-form .wpcf7-form select {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 50px;
    padding: 0 26px;
    font-size: 14px;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 5px;
    box-sizing: border-box;
    outline: none;
}

/* Textarea â€“ big rounded rectangle */
.ss-contact-form .wpcf7-form textarea {
    width: 100%;
    height:10px;
    border: 1px solid #e5e5e5;
    padding: 16px 26px;
    font-size: 14px;
    background: #fff;
    margin-top: 4px;
    margin-bottom: 5px;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

/* Focus state */
.ss-contact-form .wpcf7-form input:focus,
.ss-contact-form .wpcf7-form select:focus,
.ss-contact-form .wpcf7-form textarea:focus {
    border-color: #29a9ff;
    box-shadow: 0 0 0 2px rgba(41, 169, 255, 0.15);
}

/* Submit button */
.ss-contact-form .wpcf7-form input[type="submit"] {
/*     border: none; */
    padding: 12px, 35px;
    border-radius: 999px;
/*     background: #00a8ff; */
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
/*     text-transform: uppercase;
    letter-spacing: 0.05em; */ */
}

/* FIXED â€” Submit Button */
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #02A6E0;
    border-radius: 9999px;
    padding: 12px 35px; /* â† FIX: no comma */
    border: none !important; /* remove border properly */
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.ss-contact-form .wpcf7-form input[type="submit"]:hover {
    background: #008ee0;
}
.apply-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.apply-form .col {
  flex: 1;
}

.apply-form input,
.apply-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  font-size: 15px;
  outline: none;
  background: #fff;
}

.apply-form textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  min-height: 130px;
  font-size: 15px;
  outline: none;
}

.apply-btn {
  width: 100%;
  padding: 14px;
  background: #02A6E0;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}
.apply-btn:hover {
  background: #000000; /* Black hover */
  color: #fff;
}

/* Old form layout helpers (if you still use them) */
.fullform {
    padding: 80px;
    gap: 24px;
}
.main_form p {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
label.inputfield {
    font-size: 16px;
    line-height: 32px;
    width: 100%;
}
.fullform input {
    border-radius: 1000px;
    width: 100%;
    height: 38px;
    background: #ffffff;
}
/* HARD OVERRIDE â€“ pagination colors */
button.pagination-page {
    background: #ffffff;
    color: #000000 !important;   /* make 1,2,3 black by default */
    border: 1px solid #d1d5db;
}

/* Active page (current) */
button.pagination-page.active {
    background: #02A6E0;
    border-color: #02A6E0;
    color: #ffffff !important;   /* white text only on active page */
}

/* Prev / Next buttons */
button.pagination-btn {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #d1d5db;
}

button.pagination-btn.disabled {
    color: #9ca3af !important;   /* faded grey when disabled */
    background: #f5f5f5;
}
/* ==========================
   Pagination Hover Styling
   ========================== */

button.pagination-page:hover,
.pagination-page:hover {
    background: #02A6E0 !important;   /* Blue hover background */
    color: #ffffff !important;        /* White text */
    border-color: #02A6E0 !important;
}

/* Hover for Prev/Next buttons */
button.pagination-btn:hover:not(.disabled),
.pagination-btn:hover:not(.disabled) {
    background: #02A6E0 !important;
    color: #ffffff !important;
    border-color: #02A6E0 !important;
}

/* Active page stays blue + white text */
.pagination-page.active {
    background: #02A6E0 !important;
    border-color: #02A6E0 !important;
    color: #ffffff !important;
}

/* Disabled buttons remain gray */
.pagination-btn.disabled {
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    border-color: #e5e7eb !important;
    cursor: default;
}
/* ------------------------------------------------
   Global CF7: 24px rounded corners for all fields
   ------------------------------------------------ */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="date"],
.wpcf7 select {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: 1px solid #e5e5e5;
    border-radius: 24px !important;   /* 24px rounded corners */
    background: #fff;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 5px;
    outline: none;
    box-sizing: border-box;
}

.wpcf7 textarea {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 24px !important;   /* 24px rounded corners */
    background: #fff;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 10px;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #29a9ff;
    box-shadow: 0 0 0 2px rgba(41,169,255,0.15);
}

/* Distributor cards */
.distributor-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}
.distributor-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 340px;
}
.distributor-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* --- Distributor filters: always full width, 2 equal columns --- */

#distributor-filters-area {
    max-width: 1200px;      /* match your cards width */
    margin: 0 auto;
    padding: 24px 24px 8px; /* top/bottom spacing */
    width: 100%;
}

.distributor-filters {
    display: grid;                          /* grid instead of flex */
    grid-template-columns: repeat(2, 1fr);  /* 2 equal columns */
    column-gap: 15px;
    width: 50%;
	margin:auto;
}

/* Select boxes fill their grid cell completely */
#distributor-filters-area select {
    width: 100%;
    border-radius: 999px;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    outline: none;
    background: #fff;
    box-sizing: border-box;
}
.elementor-element.elementor-element-a737150.elementor-widget.elementor-widget-shortcode {
    width: 100%;
}
div#distributor-filter-area {
    width: 100%;
}
/* Text content inside cards */

 .content {
    display: flex;
    flex-direction: row;
    line-height: 1;
    color: #000000;
} 

/* Distributor image */
.distributor-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
} 
select#filter_country {
    border-radius: 999px;
    height: 48px;
}
select#filter_region {
    border-radius: 999px;
    height: 48px;
}
/* ==========================
   Distributor Pagination UI
   ========================== */

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
/*     margin: 32px 0 40px; */
    flex-wrap: wrap;
}

.pagination-page {
    min-width: 40px;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #d1d5db;           /* light gray border */
/*     background: #ffffff; */
    font-size: 14px;
    color: #000;                       /* dark gray text */
/*     cursor: pointer; */
/*     line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.15s ease,
                color 0.15s ease,
                border-color 0.15s ease,
                box-shadow 0.15s ease; */
}


/* .elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #666;
} */
.pagination-btn.disabled {
    opacity: 0.45;
    cursor: default;
    box-shadow: none;
}
/* 
.pagination-btn.disabled:hover {
    border-color: #d1d5db;
    color: #1f2933;
} */

.pagination-page.active {
    background: #02A6E0;                  /* blue background */
    border-color: #02A6E0;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.3);
}

.pagination-dots {
    padding: 0 4px;
    color: #000000;
    font-size: 14px;
}

button.pagination-page {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.pagination-numbers {
    display: flex;
    flex-direction: row;
    gap: 18px;
}
button.pagination-page {
    color: #000;
}

button.pagination-btn.next {
    color: #000;
    border-color: #d1d5db;
}
button.pagination-btn.prev {
    color: #000000;
    border-color: #d1d5db;
}
.site-header .site-navigation .menu li {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    margin: auto;
	height: auto;
}
}
/* HARD OVERRIDE â€“ pagination colors */
button.pagination-page {
    background: #ffffff;
    color: #000000 !important;   /* make 1,2,3 black by default */
    border: 1px solid #d1d5db;
}

/* Active page (current) */
button.pagination-page.active {
    background: #02A6E0;
    border-color: #02A6E0;
    color: #ffffff !important;   /* white text only on active page */
}

/* Prev / Next buttons */
button.pagination-btn {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #d1d5db;
}

button.pagination-btn.disabled {
    color: #9ca3af !important;   /* faded grey when disabled */
    background: #f5f5f5;
}

.dealer-login-btn  a {
    background-color: #02A6E0 !important;
    color: #ffffff !important;
    padding: 12px 25px !important;
    border-radius: 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.dealer-login-btn a:hover {
    background: #000 !important;
}

.pll-parent-menu-item {
    border: 1px solid;
    border-radius: 999px;
    align-items: center;
    font-size: 16px !important;
	margin-right: 16px !important;
}
.site-header .site-navigation ul.menu li a:after {
    content: "";
    width: 72%;
    height: 1.2px;
    background: #04a6dc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s 
ease-in-out;
}
.site-header .site-navigation ul.menu li a:hover:after {
    transform: scaleX(1);
}
.site-header .site-navigation ul.menu .pll-parent-menu-item a:after {
    display: none;
}
.site-header .site-navigation ul.menu .dealer-login-btn a:after {
    display: none;
}
.eael-entry-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.single.single-post main {
    max-width: 1360px !important;
    width: 93% !important;
}
.single.single-post main {
    margin-top: 50px;
    padding-bottom: 70px;
}

.sidebar-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.ss_sticky_post {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.post-right {
    width: 25%;
}
.sidebar-box h3 {
    font-weight: 600;
	    font-size: 22px;
}
.recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-posts li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}
ul.recent-posts a {
    display: flex;
    gap: 15px;
    text-decoration: none;
}

.recent-posts img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.post-left {
    width: 75%;
}


.post-layout {
    display: flex;
    gap: 50px;
}

ul.recent-posts a img {
    max-width: 80px;
    width: 100%;
}

.year_month_recent-blogs select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 8px 40px 8px 15px;
    font-size: 16px;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24' width='20' height='20'><path d='M7 10l5 5 5-5z'/></svg>);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 25px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 100px;
    padding: 11px 15px;
}
.year_month_recent-blogs button {
    background: #04a5df;
    width: 100%;
    border: 0;
    padding: 6px;
    border-radius: 100px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
}
.year_month_recent-blogs button a:hover {
    background: #000 !important;
}
.blog-filter-form button:hover{
	background:#000
}
.recent-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    margin-bottom: 5px;
}
.blog-filter-form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.recent-date {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}
.meta-text {
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

.meta-title {
    font-weight:600 !important;
    color: #111;
    font-size: 16px;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.post-meta-icons {
    display: flex;
    item-align: center;
    flex-direction: row;
    gap: 36px;
    padding: 0px 0px 24px 0px;
}
img.featured-img.wp-post-image {
    border-radius: 24px;
    border: 1px solid;
    color: #ccc;
}
span.meta-sub a {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}
.categories-list li {
    display: flex !important;
    justify-content: space-between !important;
    background: #f7f7f7 !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 500 !important;
    transition: .3s !important;
    flex-direction: column;
    line-height: 25px;
}

.categories-list li:hover {
    background:#02A6E0 !important;
    color:#fff !important;
}

/* âœ” IMPORTANT FIX */
.categories-list li:hover a {
    color:#fff !important;
}


.categories-list a {
    color: #000;
    text-decoration: none;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    line-height: 25px;
    position: relative;
}

span.category-date {
    display: block;
    color: #000;
}
span.category-name {
    font-size: 16px;
    color: #000;
}
span.category-date a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.meta-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #02a6e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.categories-list li svg {
    width: 16px;
    height: 16px;
    stroke: #333;
    transition: .3s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.e-con>.e-con-inner {
    width: 90% !important;
}
.highlight-ipowerup {
  color:#FFCA00 !important;
}

.ss_main_dist_form .frm_grp {
    margin-bottom: 18px;
}

.ss_main_dist_form .two_col {
    display: flex;
    gap: 20px;
}

.ss_main_dist_form .two_col > div {
    width: 50%;
}

.ss_main_dist_form input,
.ss_main_dist_form textarea,
.ss_main_dist_form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}


.ss_become_dis_head {
    text-align: center;
    padding-bottom: 20px;
}
.ss_main_dist_form textarea {
    padding: 20px;
}

/* WRAPPER */
.ss_main_dist_form .wpcf7-list-item {
    /* display: flex; */
    align-items: center;
    margin-right: 18px;
    margin-top: 10px;
}

/* Hide default radio button */
.ss_main_dist_form input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    transition: 0.3s;
}

/* When selected */
.ss_main_dist_form input[type="radio"]:checked {
    border-color: #02a6e0;
    background-color: #02a6e0;
}

.ss_main_dist_form input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}
.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.ss_main_dist_form .wpcf7-list-item {
    display: inline-block;
       margin: 10px 25px 0 0em;
}
span.wpcf7-not-valid-tip {
    background: red;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
}
/* -------- CUSTOM CHECKBOX DESIGN -------- */

.ss_frm_grp .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Hide native checkbox */
.ss_frm_grp input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 6px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.25s;
}

/* On hover */
.ss_frm_grp input[type="checkbox"]:hover {
    border-color: #0d6efd;
}

/* When checked */
.ss_frm_grp input[type="checkbox"]:checked {
    border-color: #0d6efd;
    background: #0d6efd;
}

/* White Tick Icon */
.ss_frm_grp input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
}

/* Label styling */
.ss_frm_grp .wpcf7-list-item-label {
    font-size: 15px;
    color: #333;
    cursor: pointer;
}
.ss_frm_grp .wpcf7-list-item-label {
    margin-left: 10px;
}
/* Label text styling */
.ss_main_dist_form .wpcf7-list-item-label {
    font-size: 15px;
    color: #333;
    cursor: pointer;
}
.ss_main_dist_form .wpcf7-submit {
    cursor: pointer;
	margin-top:20px;
}

.ss_main_dist_form .wpcf7-submit:hover {
    background: #000 !important;
}
.ss_main_dist_form label {
    font-weight: 600;
}

/* Responsive grids */
@media (max-width: 1024px) {
    .distributor-cards-wrapper { 
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .distributor-cards-wrapper { 
        grid-template-columns: 1fr;
    }
}

/***********media Screen Start*******************/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .Joinourg-sec:after {
        width: 100%;
        height: 50%;
    }
	.ss_main_dist_form .two_col {
		display: block;
	}
	.ss_become_dis_head h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}
	.ss_main_dist_form h4 {
    font-size: 16px !important;
}
	.ss_main_dist_form .two_col > div {
    width: 100%;
}
	.ss_main_dist_form .frm_grp {
    margin-bottom: 12px;
}
	.ss_main_dist_form input[type="radio"]{
		width: 14px;
    height: 14px;
		    padding: 7px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {}
@media only screen and (min-width: 767px) and (max-width: 1023px) {}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {}


/* ============================================================
   UNIVERSAL FORM SYSTEM (SS-FORM)
   Use this for any new form: wrap with .ss-form
   ============================================================ */

.ss-form {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

/* Rows */
.ss-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.ss-form-row.two-col .ss-form-col {
    flex: 1 1 calc(50% - 10px);
}

.ss-form-col {
    width: 100%;
}

/* Inputs, Select, Textarea */
.ss-form input,
.ss-form select,
.ss-form textarea {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 30px !important;
    background: #fff;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    margin: 4px 0 10px;
}

/* Textarea */
.ss-form textarea {
    min-height: 140px;
    border-radius: 20px !important;
    resize: vertical;
}

/* Focus */
.ss-form input:focus,
.ss-form select:focus,
.ss-form textarea:focus {
    border-color: #02A6E0;
    box-shadow: 0 0 0 2px rgba(2, 166, 224, 0.2);
}

/* Submit button */
.ss-form button,
.ss-form input[type="submit"] {
    background: #02A6E0;
    color: #fff;
    border: none;
    padding: 14px 25px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

.ss-form button:hover,
.ss-form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.wpcf7-response-output {
    color: #000;
}
@media (max-width:585px){
.footer-widgets-wrapper .footer-col {
    padding: 10px 0;
}

.footer-widgets-wrapper {
    grid-template-columns: 100%;
    gap: 0;
    padding: 40px 0;
}}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
}
.current-menu-item a {
    color: #02a6e0 !important;
    font-weight: 500;
}