@import url('styles/boots-bones.css');
/*
Theme Name: Petnfc
Author: Ebizinfosys
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}

input[type=text],
input[type=email] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
   font-family: "Afacad", sans-serif !important;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", Helvetica, sans-serif;
}

h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}

h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/* Header
-------------------------------------------------------------- */
.site-title a {
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}

.site-title a:hover {}

.site-description {
  font-style: italic;
}

header {
  padding: 20px 0;
  background: transparent;
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}

header #brand {
  margin: 1em 0;
}

header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}

header #brand h1 a {
  color: #565656;
  text-decoration: none;
}

header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}

header nav {
  font-family: "Quicksand", Helvetica, sans-serif;
}

.menu-main-nav-container,
.menu-main-container {
  float: right;
}

header nav ul {
  list-style: none;
  margin: 0;
}

header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}

header nav ul li a {
  color: #888888;
  font-size: 14px;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  margin: 0px !important;
}

article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

article .title a {
  text-decoration: none;
  color: #404040;
}

article .title a:hover {
  color: #007998;
}

.emailhead {
  position: relative !important;
  padding-left: 35px !important;
}

.commenthead {
  margin-bottom: 20px !important;
  position: relative !important;
  padding-left: 35px !important;
  border-radius: 20px;
}

.orangebtn .vc_btn3 {
  background: #ef8104 !important;
  color: #fff !important;
  font-size: 18px !important;
}

.emailhead::before {
  content: '\f0e0';
  font-family: fontawesome !important;
  position: absolute !important;
  left: 0px !important;
  color: #ef8104 !important;
}

.commenthead::before {
  content: '\f4ad';
  font-family: fontawesome !important;
  position: absolute !important;
  left: 0px !important;
  color: #ef8104 !important;
}

.pawicon p {
  position: relative !important;
  padding-left: 30px;
}

.wsf-form button.wsf-button {
  background-color: #ef8104 !important;
  border: 0px !important;
}

.pawicon p::before {
  content: "";
  background-image: url('https://zepaw.com.au/wp-content/uploads/2026/04/dogfoot.png');
  background-size: contain;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;

}

.mrgn-center {
  margin: 0px auto !important;
}

article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

article .post-meta a {
  color: #888888;
  text-decoration: none;
}

article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}

article .the-content a {
  font-weight: 900;
  text-decoration: none;
}

article .the-content p {
  color: #191919;
  text-align: justify;
}

.marquetext {
  color: #fff;
  font-weight: 600;
  margin-bottom: -3px;
}

article .the-content img {
  width: 100%;
  height: auto;
}

.nopmargin p {
  margin: 0px !important;
}

.gridbox>.vc_column-inner {
  border: 1px solid #dadada;
  padding: 20px 40px !important;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 760px !important;
}

.zeropadding {
  padding: 0px !important;
}

.orangebox {
  background: #fef9f3;
  padding: 25px 10px;
  border: 1px solid #ff8413;
  border-radius: 20px;
}

body .zeropadding {
  padding: 0px !important;
}

.choosebox .vc_column-inner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 15px !important;
  border-radius: 20px !important;
}

.choosebox .vc_column-inner:hover {
  background-color: #ef8104 !important;
}

.choosebox .vc_column-inner:hover h4 {
  color: #fff !important;
}


article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}

article .meta div {
  margin: 1px auto;
}

article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}

article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

/* Page loop styling */
.page article {
  border-bottom: none;
}

.page article .title {
  margin-bottom: 40px;
}

.title,
.post-meta {
  display: none !important;
}

/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}

#pagination .past-page {
  float: right;
  width: 49%;
  text-align: right;
}

#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}

.next-page a,
.past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}

/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
  margin-top: 40px;
}

.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}

.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}

#respond {
  margin-bottom: 80px;
}

#respond>h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

#respond form label {
  color: #888888;
}

footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}

/* Misc & mixens
-------------------------------------------------------------- */

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clear {
  clear: both;
}

/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {
  body {
    font-size: 2.5em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  article .post-meta {
    font-size: 0.7em;
    line-height: 1em;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }

  #sidebar {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  #sidebar h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  body,
  article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }

  .site-title {
    font-size: 10px !important;
    line-height: 50px;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  body,
  article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }

  .site-title {
    font-size: 6px !important;
    line-height: 30px;
  }

  .menu-main-nav-container a,
  .side-title,
  .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Poppins", sans-serif !important;

}

body h2 {
  font-size: 42px !important;
  font-weight: 600 !important;
}

body h3 {
  font-size: 36px !important;
  font-weight: 600 !important;
}

body h4 {
  font-size: 25px !important;
  font-weight: 600 !important;
}

body p,
body li,
body a {
  font-family: "Afacad", sans-serif;

  font-size: 18px;
  font-weight: 500;
  line-height: 22px;

}

.custom-blog-slider .blog-card .blog-excerpt,
.custom-blog .blog-card .blog-excerpt {
  font-family: "Poppins", sans-serif;
}

#content {
  width: 100% !important;
  margin: 0px !important;
}

.leftmargin {
  margin-left: 40px !important;
}

.site-header .logo img {
  display: flex;
  align-items: center !important;
  max-width: 200px !important;
}

.site-header {
  padding: 0px !important;
  background: #fff !important;
}

.site-header ul li {
  color: #fff !important;
  margin: 0px !important;

}

.site-header ul li a {
  color: #000;
  font-size: 18px !important;
  padding: 5px 20px !important;
  font-weight: 500 !important;
}

.site-header ul li a:hover {
  color: #ef8104 !important;
  border-bottom: 2px solid;
}

.max-100 {
  max-width: 100px !important;
  min-height: 121px;
  object-fit: contain;

}

.max-50 {
  max-width: 50px !important;
}

.aboutplan {
  display: flex !important;
  gap: 20px !important;
}

.plancontent h4 {
  margin-bottom: 10px !important;
}

.plancontent p {
  margin: 0px !important;
}

.chooseplan {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background: #fefefe;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.instantconnection {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 20px;
  background: #fdfdfc !important;
}

.connectiondata h4 {
  margin-bottom: 20px !important;
}

.legalcontent {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.legalcontent h3 {
  font-size: 30px !important;
  padding: 15px 0px !important;
}

.legalcontent p {
  margin-bottom: 10px !important
}

.legalcontent ul {
  margin-left: 40px !important
}

.legalcontent a {
  font-weight: 500 !important;
}

.site-header .navbar .container-fluid {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0px !important;
}

.site-header .navbar .container-fluid::after,
.site-header .navbar .container-fluid::before {
  display: none !important;
}

body .navbar-nav .header-btn a {
  background: #ef8104;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 12px 30px !important;
  margin-left: 25px !important;
}

body .navbar-nav .header-btn a:hover,
body .glb-btn .vc_btn3:hover,
.wc-block-components-button {
  background: #000 !important;
  color: #fff !important;
}

body .glb-btn .vc_btn3,
.wc-block-components-button {
  background: #ef8104 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 15px 30px !important;
  border: 0px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.banner-condition {
  margin: 0px !important;
  margin-left: 20px !important;
}

.banner-condition li {
  color: #fff !important;
}

#sidebar {
  display: none !important;
}

.site-footer a,
.site-footer p {
  color: #000;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left !important;
}

.site-footer a:hover {
  color: #ef8104 !important;
}

.site-footer i {
  color: #000;
  font-size: 22px !important;
}

.reviewbox {
  display: flex !important;
  gap: 10px !important;
}

.imgbox img {
  max-width: 100px !important;
}

.font-700 {
  font-weight: 700 !important;
}

body .leftbanner {
  background-position: left !important;
}

boyd .leftbanner h2 {
  text-align: left;
  font-size: 50px !important;
  line-height: 60px;
}

.refundbox>.vc_column-inner {
  padding: 40px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border: 1px solid #ff8413 !important;
  border-radius: 20px !important;
}

.problemsteps .wpb_single_image {
  background: antiquewhite;
  border-radius: 50%;
  padding: 40px;
  max-width: 150px;
  max-height: 150px !important;
  margin: 0 auto;
  margin-bottom: 10px !important;
}

.problemsteps h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-top: 25px !important;
}

.site-footer h4 {
  color: #000 !important;
  text-align: left !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}


.site-footer .footer-icons {
  display: flex !important;
  justify-content: left;
  list-style: none !important;
  margin: 0px !important;
  gap: 10px !important;
}

.trust {
  text-align: center !important;
}

.site-footer {
  background-color: #F2F2F2 !important;
  padding: 50px 0px !important;
  padding-bottom: 0px !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end !important;
  align-items: center !important;
}

.logo_section .widget_media_image {
  text-align: left !important;
}

.copyright p {
  text-align: center !important;
  margin: 0px !important;
  background: #ef8104;
  color: #fff;
}

.site-footer .menu {
  list-style: none !important;
  margin: 0px;
  text-align: left;
  line-height: 30px !important;

}

.footer-widget-title {
  margin-bottom: 20px !important;
}

.footer-contact {
  margin: 0;
  list-style: none !important;
  text-align: left;
  line-height: 30px !important;
}

.footer-contact li {
  color: #000 !important;
  position: relative;
  padding-left: 25px !important;
  line-height: 30px !important
}

.footer-contact .phn::before {
  content: '\f2a0';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.footer-contact .mail::before {
  content: '\f0e0';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

/* .copyright {
  margin-top: 70px !important;
} */

body .gbanner {
  position: relative;
}

body .gbanner p {
  line-height: 28px !important;
  text-align: center !important;

}

body .bannerimg {
  background-image: url('http://zepaw.com.au/wp-content/uploads/2026/04/petnfc-banner.jpg') !important;
  padding: 150px 0px !important;
  opacity: 1 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.woocommerce-breadcrumb {
  display: none !important;
}
.cntermargin{
	margin: 0 auto !important;
}

.pet-compare-table td,
.pet-compare-table th {
  font-size: 20px !important;
  border: 1px solid #eee;
  padding: 10px;
  text-align: center !important;
}

.testibox>.vc_column-inner>.wpb_wrapper {
  background-color: #fef6ee !important;
  padding: 20px !important;
  border-radius: 20px !important;
}

.onereview img {
  border-radius: 50% !important;
}

.orangborder {
  border: 2px solid #ff6801 !important;
}

.tablehead {
  background-color: #ff6801 !important;
  border: 2px solid #ff6801 !important;
  color: #fff !important;
}

.highlight i {
  color: green !important;
}

.gbanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
  display: block !important;
}

.gbanner .vc_custom_heading,
.gbanner p {
  color: #fff !important;
}

.gbanner .vc_custom_heading {
  font-size: 50px;
  font-weight: 600 !important;
  line-height: 58px;
}

.android-para p {
  line-height: 32px !important;
}

body .top-position {
  background-position: center !important;
}

.max-800 .wpb_column {
  max-width: 800px !important;

}

.max-550 .wpb_column {
  max-width: 550px !important;

}

.choosebox h4 {
  font-weight: 600 !important;
  font-size: 20px !important;
  min-height: 78px !important;
}


.setup_box {
  max-width: 400px !important;
}
.mb20 img{
  margin-bottom: 20px !important;
}

.setup_box .wpb_single_image {
  background-color: #EDEEF3 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.setup_box .wpb_single_image .wpb_wrapper,
.setup_box .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
.setup_box .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
  width: 100% !important;
}

.setup_box .wpb_single_image {
  margin-bottom: 10px !important;
}

.setup_box h4 {
  padding: 10px !important;
  margin: 0px !important;
  margin-top: 20px !important;
}

.paymenticons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none !important;
  margin: 0px !important;
  gap: 10px !important;
}

.paymenticons li img {
  max-width: 50px !important;
}

.setup_box .wpb_text_column {
  padding: 10px 18px !important;
  padding-top: 0px !important;
  margin: 0px !important;
}

.setup_box .steps p {
  text-align: center !important;
  align-content: center !important;
  position: absolute !important;
  left: 44% !important;
  margin-top: -30px !important;
  background: #ef8104 !important;
  color: white !important;
  padding: 15px !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  width: 60px !important;
  border: 5px solid #fff !important;
}

.setup_box p {
  min-height: 44px !important;

}

body .padbox .vc_column-inner {
  padding: 0px 15px !important;
}

.padbox .vc_column-inner {
  display: flex !important;
  align-items: center !important;
}

.bestseller {
  margin: 0px;
  color: #ef8104;
  width: fit-content;
  border: 1px solid;
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 25px;
  font-size: 14px;
}

.padbox .mainhead {
  background-color: #fedb9b !important;
  padding: 10px !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
}

.padbox h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.padbox p {
  text-align: left !important;
}

.margboth {
  margin: 20px 0px !important;
}

.pfeatures img {
  max-width: 100px !important;
  margin-bottom: 15px !important;
}

.setup_box .vc_column-inner {
  padding: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  border-radius: 10px !important;
  min-height: 550px;
}

.setup_box .wpb_single_image img {
  max-height: 330px;
  object-fit: cover !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.navbar-nav {
  align-items: center !important;
}

.faqs_section .wpb_wrapper .vc_do_toggle {
  padding: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  position: relative !important;
  border-radius: 20px !important;
}

.radius-30 img {
  border-radius: 30px !important;
}

.4-col .vc_column-inner .line-30 p {
  line-height: 30px !important;
}

.innerpad .vc_column-inner {
  padding: 0px !important;
}

.faqs_section .wpb_wrapper .vc_do_toggle:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/faqsicon.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .dog2:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/pngwing.com-1.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .dog3:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/pngwing.com-2-1.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .dog4:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/pngwing.com-1-1.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .dog5:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/pngwing.com-4.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .dog6:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/pngwing.com-4.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .dog7:before {
  content: '';
  background-image: url(http://zepaw.com.au/wp-content/uploads/2026/04/pngwing.com-1-2.png);
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat
}

.faqs_section .wpb_wrapper .vc_do_toggle h4 {
  font-weight: 500 !important;
  padding-left: 60px !important;
}

.testimonial_heading {
  font-size: 50px;
  text-align: center !important;
}

.testimonial_heading span{
  color: #ef8104 !important;
}

.small-heading {
  color: #094CAB;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  background: #094CAB0F;
  font-size: 15px !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
}

.testimonial-slider {
  position: relative;
  padding-bottom: 0px !important;
}

.testimonial-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #f7f7f7 40%, rgba(255, 255, 255, 0));
}

.testimonial-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, #f7f7f7 40%, rgba(255, 255, 255, 0));
}

.flagtitle span {
  color: #ef8104 !important;
}

.blg-btn .vc_btn3 {
  background: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #ef8104 !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  color: #ef8104 !important;
  padding: 5px 0px !important;
  font-weight: 500 !important;
}

.homeblog h3 {
  font-weight: 800 !important;
}

.homeblog p {
  font-size: 15px !important;
  font-weight: 500 !important;
}

body .text-left p {
  text-align: left !important;
}

.custom-blog-slider .blog-card .blog-image img,
.custom-blog .blog-card .blog-image img {
  max-width: 300px !important;
  max-height: 300px !important;
  object-fit: cover !important;
  min-width: 300px !important
}

.custom-blog .blog-card .blog-image img {
  max-width: 100% !important;
  max-height: 300px !important;
  object-fit: cover !important;
  min-width: 300px !important
}

.custom-blog-slider .blog-card .blog-title a,
.custom-blog .blog-card .blog-title a {
  color: #000 !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
}

.custom-blog-slider .blog-card .blog-title,
.custom-blog .blog-card .blog-title {
  line-height: 10px !important;
  margin-bottom: 10px !important;
  min-height: 70px !important;
}

.custom-blog-slider .blog-card .blog-excerpt,
.custom-blog .blog-card .blog-excerpt {
  font-size: 14px !important;
  line-height: 18px !important;
}
.zp-main-img{
	object-fit: contain !important;
}

.custom-blog-slider .blog-card .blog-content,
.custom-blog .blog-card .blog-content {
  position: relative;
}

.custom-blog-slider .blog-card .blog-date,
.custom-blog .blog-card .blog-date {
  background: #2E529E !important;
  color: #fff !important;
  rotate: 90deg !important;
  width: fit-content !important;
  padding: 0px 5px !important;
  position: absolute !important;
  left: -27px !important;
  top: 27px !important;
  right: 0px !important;
  font-size: 14px !important;
}

.noinnerpad>.wpb_column>.vc_column-inner {
  padding: 0px !important;
}

.aboutbox img {
  max-width: 120px !important;
  min-height: 120px;
  object-fit: contain;
  max-height: 120px;


}

.aboutbox p {
  min-height: 90px !important;
}

.aboutbox .vc_column-inner {
  padding: 50px !important;
  min-height: 360px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  background: linear-gradient(135deg, #f5f7fa, #e4ecf7);

}

.aboutbox .vc_column-inner:hover {
  background: linear-gradient(135deg, #ff9a3c, #ff6a00);
  transition: all 0.3s ease;
  color: #fff !important;
}

.aboutbox .vc_column-inner:hover p,
.aboutbox .vc_column-inner:hover h4 {
  color: #fff !important;
}

.aboutbox .vc_custom_heading {
  margin-bottom: 20px !important;
  min-height: 52px !important;
}

.custom-form {
  border: 1px solid #f4f2f0;
  border-radius: 30px;
}

.custom-form label {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}

.custom-form input,
.custom-form textarea {
  background: #F7F7F7 !important;
  border: 1px solid #0000004D !important;
}

.custom-form textarea {
  height: 200px !important;
}

.wsf-form .wsf-text-danger {
  color: #ef8104 !important;
}

.contact-details .salesicon img {
  max-width: 130px !important;
}

.mission {
  display: flex;
  align-items: center;
  justify-content: space-between !important
}

.flightimg {
  text-align: center;
  width: 30%;
}

.missoncontent {
  width: 60%;
}

.missoncontent h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ff6c01 !important;
}


.missoncontent p {
  margin: 0px !important;
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px !important;
  line-height: 32px;
}

.contact-details {
  max-width: 550px !important;
}

.contactwrapper {
  display: flex !important;
  justify-content: space-between !important;
}

.contact-details .vc_column-inner>.wpb_wrapper {
  border: 1px solid #f4f2f0;
  border-radius: 30px;
  padding: 30px !important;
}

.contact-details .contact-icons .phn::before {
  content: '\f095';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.contact-details .contact-icons .mail::before {
  content: '\f0e0';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.contact-details .contact-icons .whatsapp::before {
  content: '\f232';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}


.contact-details .contact-icons .address::before {
  content: '\f3c5';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.contact-details .contact-icons li {
  position: relative;
  list-style: none;
  padding-left: 25px !important;
  line-height: 30px !important;
}

.contact-details li a {
  font-weight: 500;
  color: #000 !important;
}

.gateways img {
  max-width: 450px !important;
}

.wpb_gmaps_widget {
  margin: 0px !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px !important;
}

.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.custom-blog-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.custom-blog-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.custom-blog-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}



.blog-content {
  padding: 0px 20px;
  padding-bottom: 20px;
}

.custom-product-wrapper {
  display: flex;
  justify-content: space-between !important;
  padding: 50px 0px !important;
}

.custom-product-wrapper .custom-product-left,
.custom-product-wrapper .custom-product-right {
  width: 50%;
}

.custom-product-right {
  padding: 30px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px soild #2E529E40 !important;
  border-radius: 10px !important;
}

.innerpad .vc_column-inner {
  padding: 0px !important
}

.postcontent li {
  line-height: 40px !important;
}

.postcontent p {
  line-height: 28px !important
}

.postcontent h2 {
  margin-bottom: 20px !important;
}

.posttitle {
  font-size: 42px !important;
  color: #000 !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
}

.woocommerce-product-gallery {
  width: 100% !important;
}

.btn-wrapper {
  display: flex;
  gap: 20px !important;
}

.quantity,
#archives,
#meta {
  display: none !important;
}

.single_add_to_cart_button {
  max-width: 170px;
  text-align: center;
  justify-content: center;
  border-radius: 30px !important;
  font-size: 18px !important;
  background-color: #ef8104 !important;
  padding: 14px 35px !important;
  font-size: 18px !important;
  margin-right: 20px !important;

}

.buy-now-button {
  color: #000;
  border: 2px solid #ef8104;
  padding: 10px 40px;
  border-radius: 30px;
  text-decoration: none !important;
}

.buy-now-button:hover {
  background: #ef8104 !important;
  color: #fff !important;
}

.single_add_to_cart_button:hover,
.wc-block-components-button:hover {
  background-color: #2E529E !important;
  border: 1px solid #2E529E !important;
}

.product-title {
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.subtext {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.btnsection {
  background: #fff !important;
  padding: 30px;
  border-radius: 20px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  max-width: 480px !important;
}

.btnsection a {
  color: #fff !important;
  background: #e49e0e;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  margin: 20px 0px !important;
  border-radius: 10px;
}

body .topbanner {
  background-position: top !important;
  min-height: 100vh !important;
}

.btnsection p {
  margin-bottom: 20px;
}

.colorfullheading {
  color: #3256a0 !important
}

.colorfullheading span {
  color: #ef8104 !important
}

body .bottombanner {
  background-position: bottom !important;
}

. .greybg {
  margin: 0 !important;
  padding: 20px !important;
  background: #2E529E40 !important;
  border-radius: 10px !important;
  margin-bottom: 20px !important;
}

.greybg p {
  margin: 0px !important;
  font-weight: 600;
  padding: 15px;
  background: #c2d0e9;
  border-radius: 10px;
}

.profeature {
  margin: 0px !important;
  list-style: none !important;
}


.testimonial-box {
  background: #fff;
  border: 2px solid #D3D3D3;
  border-radius: 12px;
  padding: 30px;
  margin: 10px;
  text-align: center;
  position: relative;
}

.checked {
  color: orange !important;
}

.testimonial-box .quote {
  font-size: 40px;
  color: #094CAB;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

.testimonial-box {
  min-height: 340px !important;
}

body .bannerconditions p {
  text-align: left !important;
  margin: 0px !important;
}

.testimonial-box p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;

}

.testimonial-box h4 {
  color: #ef8104;
  margin-bottom: 5px;
  font-weight: 600;
}

.testimonial-box span {
  font-size: 13px;
  color: #888;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
}

.slick-dots li.slick-active button:before {
  color: #094CAB;
}

.profeature li {
  line-height: 32px !important;
  position: relative;
  padding-left: 30px !important;
}

.profeature li::before {
  content: '\f00c';
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.product-price {
  font-weight: 600 !important;
}

.logowrapper {
  display: flex;
  gap: 30px !important;
  margin: 0px;
  list-style: none;
}

.custom-swatches {
  margin-top: 10px;
}

.custom-swatches .swatch {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  border: 2px solid #ddd;
  transition: 0.3s;
}

.custom-swatches .swatch:hover {
  transform: scale(1.1);
}

.custom-swatches .swatch.selected {
  border: 3px solid #ff6a00;
  box-shadow: 0 0 0 2px #fff inset;
}

.logowrapper li {
  position: relative;
  padding: 10px 0px 10px 35px;
}

.logowrapper .secure::before {
  content: '';
  background-image: url('http://zepaw.com.au/wp-content/uploads/2026/02/4099b2ba2de730f2bbde2c3275e25e5aceb56916.png');
  position: absolute;
  width: 100%;
  padding: 15px;
  background-repeat: no-repeat;
  left: 0px;
  background-size: contain;
  top: 6px;
}

.logowrapper .shipping::before {
  content: '';
  background-image: url('http://zepaw.com.au/wp-content/uploads/2026/02/f14cb34f53bd6b3e824d9a8e56aecf1d654cae6d.png');
  position: absolute;
  width: 100%;
  padding: 15px;
  background-repeat: no-repeat;
  left: 0px;
  background-size: contain;
  top: 6px;
}

.woocommerce div.product form.cart {
  margin-bottom: 15px !important;
}

.security {
  list-style: none !important;
  margin: 0px !important;
}

.security li {
  position: relative;
}

.security li::before {
  content: '\f058';
  font-family: fontawesome;
  position: absolute;
  left: -40px;
  top: 10px;
  font-size: 25px;
  color: #2e529e;
}

.security-head {
  text-align: center;
  margin-bottom: 30px;
  color: #2E529E;
}

.security h3 {
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.flexboxx {
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
}


.flexbox .probanner img {
  width: 100% !important;
}

.bannercontainer {
  padding: 50px 0px !important;
  background: aliceblue !important;
}

.flexbox {
  display: flex !important;
  justify-content: center !important;
}

.productbanner {
  background-image: url('http://zepaw.com.au/wp-content/uploads/2026/02/740f39c9d6a1507e6dcffed322f7119b8b83be78.png');
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 70vw;
}

.w-100 {
  width: 100% !important;
  margin: 0 auto !important;
}

.single-product .vc_row[data-vc-full-width="true"] {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.single-product .vc_row[data-vc-full-width="true"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.faqs_section .vc_toggle_icon {
  position: absolute !important;
  top: 30% !important;
  right: 0px !important;
}


.wp-block-woocommerce-checkout h2,
.wp-block-woocommerce-checkout h3,
.wp-block-woocommerce-cart h2 {
  font-size: 30px !important;
  line-height: 38px !important;
}

.wp-block-woocommerce-checkout p,
.wp-block-woocommerce-checkout span,
.wp-block-woocommerce-checkout a,
.wp-block-woocommerce-cart p,
.wp-block-woocommerce-cart span,
.wp-block-woocommerce-cart a {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.wc-block-components-product-metadata__description,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  display: none !important;
}

.mobilebanner {
  display: none;
}

.desktopbanner {
  display: block;
}

.topbar {
  background-color: #ef8104 !important;
  padding: 5px 0px !important;
}

.topbar p {
  margin: 0px !important;
}

/* .site-header>.container {
  padding: 20px 0px;
} */

.login-cart-icons {
  justify-content: end !important;
}

.topwrapper {
  margin: 0px !important;
}

body .login-cart-icons li a {
  color: #fff !important;
  padding: 0px !important;
}

body .login-cart-icons li a:hover {
  color: #fff !important;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px !important;
  list-style: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
  font-weight: 500 !important;
  margin: 10px 0px !important;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  padding: 50px 0px !important;
}

.woocommerce a {
  font-weight: 500 !important;
  text-decoration: none !important;
}

.vc_toggle_content p {
  margin: 0px !important;
}


.btn-wrapper {
  display: block !important;
}

.choosebox img,
.aboutbox img {
  display: inline-block !important;
  /*   animation: bounceImage 1.8s ease-in-out infinite !important; */
}

.mobview {
  display: none;
}

@keyframes bounceImage {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* 
.setup_box .wpb_single_image img {
  animation: floatProcess 4s ease-in-out infinite;
} */
.4-col.wpb_single_image img {
  animation: none !important
}

@keyframes floatProcess {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

#wc-stripe-express-checkout-element,
.wc-block-cart__payment-options,
.wc-block-components-express-payment,
.wc-block-components-express-payment-continue-rule {
  display: none !important;
}

.blog-btn {
  padding: 20px 0px !important;
}

.blog-btn a {
  padding: 15px 30px;
  background: #ef8104;
  color: #fff;
  border-radius: 10px;
  font-weight: 500 !important;
}

.blog-btn a:hover {
  background: #2E529E !important;
}

.flagtitle {
  text-align: center !important;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  margin-bottom: 10px !important
}

.cnterimg {
  margin: 0 auto !important;
  align-content: center !important;
}

.flagtitle img {
  max-width: 50px;
  height: 50px;
  align-items: center;
}

.marquee {
  background: #ef8104 !important;
}

.greenticks,
.crossticks {
  position: relative;
  list-style: none !important;
  margin: 0px !important;
}

.greenticks li,
.crossticks li {
  padding-left: 30px !important;
  line-height: 30px !important;
}

.greenticks li::before {
  content: '\f058';
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #ff7201 !important;
}

.crossticks li::before {
  content: '\f00d';
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #DC143C !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.rowbox{
  display: flex;
  align-items: center !important;
}
.zeromrgn{
  margin: 0px !important;
}
.orange_btn .vc_btn3 {
  background-color: #fe6d01 !important;
  color: #fff !important;
  border-color: #fe6d01 !important;
  font-size: 17px !important;
}
.tabhead{
    margin-bottom: 10px;
    font-size: 25px;
}
.footertab p{
  text-align: left !important;
}


@media (min-width: 992px) and (max-width: 1380px) {
  .setup_box .vc_column-inner {
    min-height: 500px !important;
  }

  body .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mobmargin {
    margin: 0px !important;
  }

  .mobpadding {
    padding: 0px 20px !important;
  }

  .footer-contact li {
    word-wrap: break-word !important;

  }

  .product-price {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 20px !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  body .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .setup_box .vc_column-inner {
    min-height: 500px !important;
  }

  .setup_box .steps p {
    left: 40% !important;
  }

  .mobilebanner {
    display: block !important;
  }

  .mobilebanner img {
    width: 100% !important;
  }

  .desktopbanner {
    display: none !important;
  }

  .tabboxes {
    flex-direction: column !important;
  }

  .tabboxes .aboutbox {
    width: 100% !important;
  }

  body h2 {
    font-size: 36px !important;
    line-height: 42px !important;
  }

  body p {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  body h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  body .gbanner {
    padding: 100px 0px !important;
  }

  .setup_box {
    margin: 0 auto !important;
  }

  .mobmargin {
    margin: 0px !important;
  }

  .mobpadding {
    padding: 0px 20px !important;
  }

  .testimonial-slider::before,
  .testimonial-slider::after {

    background: none !important;
  }

  .site-header ul li {
    margin: 10px 0px !important;
  }

  .navbar-nav {
    padding: 20px 0px !important;
  }

  .colpad .vc_column_container {
    padding: 15px 0px !important;
  }

  .custom-product-wrapper {
    flex-direction: column !important;
  }

  .custom-product-left,
  .custom-product-right {
    width: 100% !important;
  }

  .custom-blog-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .security li {
    padding-left: 30px !important;
  }

  .security li::before {
    left: 0px !important;
  }

  .site-footer .row,
  .flexboxx {
    flex-direction: column !important;
  }

  .mobcol {
    width: 100% !important;
    margin: 20px 0px !important;
  }

  .footer-widget-title {
    margin-bottom: 10px !important;
  }

  .custom-product-wrapper {
    width: 100% !important;
    padding: 50px 20px !important;
  }

  .btn-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
    margin: 20px 0px !important;
  }

  .product-price {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 20px !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}


@media (max-width: 767px) {
	.faq-featured-image img{
		max-width: 100% !important;
		object-fit: cover !important;
		height: 100% !important;
	}
  body .sectionwrapper {
    display: block !important;
  }

  .homeblog>.vc_column-inner>.wpb_wrapper {
    text-align: center !important;
  }

  .mobview {
    display: block !important;
    position: absolute;
    right: 52px;
    top: 6px !important;
  }

  .login-cart-icons {
    gap: 0px !important;
  }

  .homeblog h3,
  .homeblog p {
    text-align: center !important;
  }

  .homeblog h3 br {
    display: none !important;
  }

  .custom-blog-slider .blog-card .blog-image img,
  .custom-blog .blog-card .blog-image img {
    max-width: 100% !important;
  }

  .faqs_section .wpb_wrapper .vc_do_toggle h4 {
    font-size: 18px !important;
  }

  .site-header .logo img {
    max-width: 130px !important;
  }

  body .login-cart-icons li a {
    color: #000 !important;
    padding: 0px 10px !important;
  }

  .topbar {
    display: none !important;
  }

  .site-header .container {
    padding: 20px !important;
  }

  .setup_box .steps p {
    left: 40% !important;
  }

  .mobilebanner {
    display: block !important;
  }

  .desktopbanner {
    display: none !important;
  }

  .tabboxes {
    flex-direction: column !important;
  }

  .tabboxes .aboutbox {
    width: 100% !important;
  }

  body h2 {
    font-size: 36px !important;
    line-height: 42px !important;
  }

  body p {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  body h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  body .gbanner {
    padding: 100px 0px !important;
  }

  .setup_box {
    margin: 0 auto !important;
  }

  .mobmargin {
    margin: 0px !important;
  }

  .mobpadding {
    padding: 0px 20px !important;
  }

  .testimonial-slider::before,
  .testimonial-slider::after {

    background: none !important;
  }

  .site-header ul li {
    margin: 10px 0px !important;
  }

  .navbar-nav {
    padding: 20px 0px !important;
  }

  .colpad .vc_column_container {
    padding: 15px 0px !important;
  }

  .custom-product-wrapper {
    flex-direction: column !important;
  }

  .custom-product-left,
  .custom-product-right {
    width: 100% !important;
  }

  .custom-blog-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .security li {
    padding-left: 30px !important;
  }

  .security li::before {
    left: 0px !important;
  }

  .site-footer .row,
  .flexboxx,
  .flexbox {
    flex-direction: column !important;
  }

  .mobcol {
    width: 100% !important;
    margin: 20px 0px !important;
  }

  .footer-widget-title {
    margin-bottom: 10px !important;
  }

  .custom-product-wrapper {
    width: 100% !important;
    padding: 50px 20px !important;
  }

  .btn-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
    margin: 20px 0px !important;
  }

  .product-price {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 20px !important;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}

[data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}

[data-aos=fade-left] {
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(0, 0, 0);
}

.LinkButton {
  border-radius: 30px !important;
}

.wp-block-woocommerce-checkout p,
.p-PaymentElement p {
  font-size: 18px !important;
}

body .wp-block-woocommerce-checkout label,
#card-panel label {
  font-size: 20px !important;
}

.single-post .title {
  display: block !important;
  line-height: 45px !important;
  text-align: left !important;
  margin-bottom: 20px !important;
}

.single-post td,
.single-post tr,
.single-post th {
  border: 1px solid #000;
  padding: 10px !important;
}

.blog-slider .blog-title {
  min-height: 104px !important;
}

#respond {
  display: none !important;
}

.post-thumbnail img {
  max-height: 600px !important;
  object-position: top !important;
  width: 100% !important;
  object-fit: cover !important;
}

.nomargin {
  margin: 0px !important;
}

body .font-42 {
  font-size: 42px !important;
}

.noanimation img {
  animation: none !important;
}

.blog-slider .blogtag {
  margin-top: 20px !important;
}

.blogtag {
  width: fit-content;
  padding: 6px 10px !important;
  background: #ef8104 !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}

.blogbtn {
  color: #ef8104 !important;
  font-weight: 500 !important;
}

.pet-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
}

.pet-compare-table th,
.pet-compare-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.pet-compare-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.pet-compare-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.highlight {
  background: #fff7f0;
}

.tablehead {
  background: #ff6a00 !important;
  color: #fff;
}

.orangborder {
  color: #ff6a00;
}

.fa-circle-check {
  color: #28a745;
}

.fa-xmark {
  color: #dc3545;
}

.fa-triangle-exclamation {
  color: #f39c12;
}

.plan-head,
.plan-col {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.plan-head span,
.plan-col span {
  width: 50%;
  text-align: center;
  font-size: 13px;
}

.howitwrk li {
  position: relative !important;
  list-style: none !important;
  margin: 0px !important;
  padding-left: 25px !important;
  line-height: 40px !important;
}

.howitwrk {
  margin: 0px !important;
}

.howitwrk li:before {
  content: '\f058';
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ef8104 !important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: baseline;
}

.variations {
  display: none !important;
}

.feature-bar {
  background: #fff;
  padding: 28px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 16px;
}


@media (max-width: 767px) {
  .feature-item+.feature-item {
    border-left: none;
    border-top: 1px solid #ebebeb;
  }

  .feature-item {
    padding: 14px 0;
  }
}

.feature-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-wrap svg {
  width: 22px;
  height: 22px;
}

/* Color variants */
.icon-orange {
  border-color: #f26522;
  color: #f26522;
}

.icon-green {
  border-color: #3aaa6e;
  color: #3aaa6e;
}

.icon-blue {
  border-color: #4aa8d8;
  color: #4aa8d8;
}

.icon-purple {
  border-color: #7c6fcd;
  color: #7c6fcd;
}

.icon-pink {
  border-color: #e07aaa;
  color: #e07aaa;
}

.feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
  line-height: 1.3;
}

.feature-desc {
  font-size: 12.5px;
  color: #6b6b6b;
  line-height: 1.45;
  margin: 0;
}

.hiw-section {
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 36px 28px;
  background: #fff;
  margin: 50px 0px !important;
}

.fieldwrap {
  padding: 30px 0px !important;
}

.hiw-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 32px;
}

.proimgsection .checked {
  font-size: 18px !important;
}

.proimgsection img {
  max-height: 180px !important;
}

.check {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.check li {
  position: relative;
  padding-left: 30px !important;
  line-height: 35px !important;
}

.check li::before {
  content: '\f058';
  font-family: fontawesome;
  position: absolute;
  left: 0px !important;
  color: #ef8104;
}

.reviewnumber {
  margin-top: 10px !important;
}

.usedfor>.row {
  display: flex;
  align-items: center !important;
}

.badge {
  padding: 50px 0px !important;
}

.topbar>.container,
.topbar .col-sm-6,
.topbar .footer-contact {
  padding: 0px !important;
}

.hiw-step {
  text-align: center;
}

.hiw-img-box {
  border-radius: 12px;
  background: #f5f5f5;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hiw-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-height: 200px;
  object-fit: contain;
}

.hiw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.hiw-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f26522;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hiw-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.hiw-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

.hiw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px;
}

.hiw-arrow svg {
  opacity: 0.3;
}

.prem-card {
  background: #f4f3ff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #d8d4f7;
  margin: 50px 0px 0px 0px !important;
}

.prem-heading {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
}

.prem-subtext {
  font-size: 13.5px;
  color: #555;
  margin: 8px 0 16px;
  line-height: 1.6;
}

.prem-price {
  font-size: 38px;
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1;
  margin: 0;
}

.prem-price span {
  font-size: 15px;
  font-weight: 500;
  color: #888;
}

.prem-cancel {
  font-size: 12px;
  color: #999;
  margin: 6px 0 20px;
}

.prem-btn {
  background: #6c3fe0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 13px 32px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.prem-btn:hover {
  background: #5a2ec5;
  color: #fff;
}

.prem-divider-v {
  width: 1px;
  background: #d8d4f7;
  align-self: stretch;
  margin: 0 8px;
}

.feat-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 2px;
}

.feat-sub {
  font-size: 12px;
  color: #888;
  margin: 0;
}

.prem-footer {
  text-align: center;
  border-top: 1px solid #ddd9f7;
  margin-top: 20px;
  padding-top: 14px;
  font-size: 12px;
  color: #aaa;
}
.faq-categories-grid{
        display:grid;
       grid-template-columns:repeat(3, 1fr);
        gap:25px;
        margin:30px 0;
    }

    .faq-category-card{
        background:#fff;
        border:1px solid #e5e5e5;
        border-radius:12px;
        padding:25px;
        text-decoration:none;
        transition:.3s;
        box-shadow:0 2px 10px rgba(0,0,0,.05);
    }

    .faq-category-card:hover{
        transform:translateY(-5px);
        box-shadow:0 10px 25px rgba(0,0,0,.1);
    }

    .faq-category-card h3{
        margin:0 0 10px;
        color:#222;
        font-size:22px;
    }

    .faq-category-card p{
        margin:0 0 15px;
        color:#666;
        line-height:1.6;
    }

    .faq-count{
        display:inline-block;
        font-weight:600;
        color:#0073aa;
    }

.faq-category-wrapper{
    max-width:1200px;
    margin:60px auto;
}

.faq-category-title{
    text-align:center;
    margin-bottom:20px;
        color: #fff;
    width: fit-content;
    background: #ef8104;
    font-size: 18px;
    line-height: 22px;
    padding: 12px;
    border-radius: 20px;

}

.faq-item{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.faq-title{
    margin:0 0 15px;
    font-size:26px;
}

.faq-excerpt{
    margin-bottom:15px;
    color:#555;
    line-height:1.7;
}

.faq-points{
    margin:0;
    padding-left:20px;
}

.faq-points li{
    margin-bottom:8px;
}

.faq-full-content{
    line-height:1.8;
}

.faq-read-more{
    background: #ef8104;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 30px !important;
    margin-top: 20px !important;
}

.faq-read-more:hover{
    opacity:.9;
}
@media (max-width: 767px) {
  .prem-divider-v {
    display: none;
  }

  .left-col {
    border-bottom: 1px solid #d8d4f7;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .hiw-arrow {
    padding-bottom: 0;
    padding-top: 4px;
    transform: rotate(90deg);
  }

  .hiw-step {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  body .topbanner {
    min-height: 30vh !important;
  }

  .flagtitle {
    display: block !important;
  }

  .pet-compare-table thead {
    display: none;
  }

  .pet-compare-table,
  .pet-compare-table tbody,
  .pet-compare-table tr,
  .pet-compare-table td {
    display: block;
    width: 100%;
  }

  .pet-compare-table tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
  }

  .pet-compare-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .pet-compare-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    text-align: left;
    font-weight: 600;
    color: #333;
  }

  .pet-compare-table td:nth-child(1)::before {
    content: "Feature";
  }

  .pet-compare-table td:nth-child(2)::before {
    content: "Tags";
  }

  .pet-compare-table td:nth-child(3)::before {
    content: "Microchip";
  }

  .pet-compare-table td:nth-child(4)::before {
    content: "zePAW";
  }

}

.pawheading {
  position: relative !important;
  padding-left: 30px !important
}

.pawheading:before {
  content: "";
  background-image: url("https://zepaw.com.au/wp-content/uploads/2026/04/dogfoot.png");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
  left: 0px !important;
  padding: 12px !important;
  background-position: center !important;

}

.line-32 p {
  line-height: 32px !important;
}

.solutionbox {
  padding: 30px 20px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  min-height: 500px !important;
}

.iconhead {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
}

.sectionwrapper {
  display: flex !important;
  gap: 10px !important;
}

.middleicon img {
  min-height: 70px !important;
  object-fit: contain !important;
}

.mainicon>.vc_column-inner {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 267px;
  padding: 20px;
  border-radius: 30px !important;
}

body .middleicon {
  margin: 0 auto !important;
}

.solutionbox:hover {
  background-color: #ef8104 !important;
  color: #fff !important;
}

.solutionbox:hover p {
  background-color: #ef8104 !important;
  color: #fff !important;
}

.max-200 {
  max-width: 200px !important;
  margin: 0 auto !important;
}

.solutionbox>.vc_column-inner {
  padding: 0px !important;
}

.wrapper {
  display: flex;
  gap: 0;
  border: 1px solid #dadada;
  border-radius: 30px !important;
}

/* Left Column - Features List */
.features-column {
  width: 285px;
  border-right: 1px solid #e8e8e8;
  padding: 0;
}

.logo-section {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  gap: 12px;
}

.petfuz-logo {
  width: 50px;
  height: 50px;
  background: #1a1a1a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 20px;
  position: relative;
}

.petfuz-logo::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 1px;
  bottom: 6px;
  right: 6px;
}

.logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.features-header {
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
  height: 180px;
  align-content: center;
  text-align: center;
  font-size: 30px;

}

.feature-item {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #f0f0f0;
  height: 56px;
}

.oppositebox {
  display: flex !important;
  justify-content: space-between !important;
  gap: 15px !important;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.feature-name {
  font-size: 18px;
  color: #444;
  font-weight: 500;
  line-height: 20px !important;
}

/* Right Column - Plans */
.plans-column {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.plan {
  padding: 0;
  border-right: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
}

.plan:last-child {
  border-right: none;
}

.plan-header {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  height: 180px;
}

.plan-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.plan-title {

  margin-bottom: 4px;
}
.plan-header{
  display: flex !important;
  align-items: center !important;
  gap: 20px;
}

.ornghead span{
  color: #ef8104 !important;
}
.plan-name {
  font-size: 22px;
  font-weight: 700;
}

.basic .plan-name {
  color: #27ae60;
  font-size: 25px;
}
.basic{
  background-color: #f9fcf7 !important;
}
.premium{
  background-color: #fdf9f6 !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.premium .plan-name {
  color: #ff8c42;
}

.plan-badge {
  font-size: 12px;
  color: #999;
}

.plan-description {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 20px !important;
}

.basic .plan-price {
  display: none;
}

.plan-features {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feature-row {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
  height: 56px;
}

.feature-row:last-child {
  border-bottom: none;
}

.check-mark {
  color: #27ae60;
  font-size: 16px;
  font-weight: 700;
}

.x-mark {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 700;
}

.feature-detail {
  font-size: 18px;
  color: #000;
  margin-top: 2px;
  white-space: nowrap;
}

/* Icon styles for features */
.icon-wifi {
  background: linear-gradient(135deg, transparent 30%, #ff6b5b 30%, #ff6b5b 40%, transparent 40%);
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.icon-profile {
  background: linear-gradient(to right, #ff8c42 0%, #ff8c42 20%, transparent 20%, transparent 25%, #ff8c42 25%, #ff8c42 45%, transparent 45%, transparent 50%, #ff8c42 50%, #ff8c42 70%, transparent 70%, transparent 75%, #ff8c42 75%, #ff8c42 95%);
  width: 14px;
  height: 14px;
}

.icon-phone {
  border: 2px solid #ff8c42;
  border-radius: 2px;
  width: 12px;
  height: 14px;
}

.icon-bell {
  width: 12px;
  height: 14px;
  background: radial-gradient(ellipse 60% 50% at center 40%, #ff8c42 0%, #ff8c42 100%);
  border-radius: 2px 2px 0 0;
  position: relative;
  box-shadow: inset 0 -3px 0 #ff8c42;
}

.icon-shield {
  width: 12px;
  height: 14px;
  border: 2px solid #ff8c42;
  border-radius: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.start {
  justify-content: start !important;
}

.icon-location {
  width: 10px;
  height: 14px;
  background: #ff8c42;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.icon-document {
  width: 12px;
  height: 14px;
  border: 2px solid #ff8c42;
  border-radius: 1px;
  position: relative;
}

.icon-document::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 4px;
  height: 1px;
  background: #ff8c42;
}

.icon-clock {
  width: 12px;
  height: 12px;
  border: 2px solid #ff8c42;
  border-radius: 50%;
  position: relative;
}

.icon-clock::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 4px;
  background: #ff8c42;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-safe {
  width: 12px;
  height: 14px;
  border: 2px solid #ff8c42;
  border-radius: 2px;
  position: relative;
}

.icon-safe::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ff8c42;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-family {
  width: 14px;
  height: 12px;
  background:
    radial-gradient(circle 2.5px at 3px 2px, #ff8c42 0%, #ff8c42 100%),
    radial-gradient(circle 2.5px at 11px 2px, #ff8c42 0%, #ff8c42 100%),
    radial-gradient(circle 2px at 7px 5px, #ff8c42 0%, #ff8c42 100%),
    linear-gradient(to right, #ff8c42 30%, #ff8c42 40%, transparent 40%, transparent 60%, #ff8c42 60%, #ff8c42 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.icon-heart {
  width: 14px;
  height: 12px;
  background:
    radial-gradient(circle 2px at 3px 3px, #ff8c42 0%, #ff8c42 100%),
    radial-gradient(circle 2px at 11px 3px, #ff8c42 0%, #ff8c42 100%),
    polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
}

.icon-megaphone {
  width: 12px;
  height: 12px;
  background: linear-gradient(45deg, transparent 30%, #ff8c42 30%, #ff8c42 70%, transparent 70%);
  border-radius: 50%;
  position: relative;
}

.icon-megaphone::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 4px;
  background: #ff8c42;
  bottom: -4px;
  right: 1px;
}
body .mrgncenter{
  margin: 0 auto !important;
}
@media (min-width: 768px) and (max-width: 1023px) {

  body .tabgrid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  body .tabgrid .setup_box {
    width: 100% !important;
  }

  body .tabgrid:before {
    display: none !important;
  }
}