@charset "UTF-8";
/* custom Font */
/* custom Font Weight */
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
* {
  font-family: "Poppins";
  font-weight: 400; }

body {
  overflow-x: hidden; }

.comments-area a, .page-content a {
  text-decoration: none !important; }

h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(30px, 3.387vw, 42px);
  line-height: 1.2 !important;
  color: #353f4f; }
  @media (max-width: 767px) {
    h2 {
      font-size: clamp(18px, 5.5vw, 35px) !important; } }
  h2.heading {
    max-width: 700px;
    margin: 0 auto; }
  h2 span {
    color: #d22e2e;
    font-weight: 600; }

.global-content-width {
  max-width: 750px !important;
  margin: 0 auto; }

p + p {
  margin-top: 10px; }

h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(18px, 1.75vw, 20px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #353f4f; }

h3 span {
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(18px, 1.75vw, 20px) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important; }

p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.8;
  color: #212529;
  margin: 0; }
  p strong {
    font-weight: 600;
    background: #ffffff;
    color: #d22e2e;
    padding: 0 5px; }
  p.description {
    max-width: 700px; }

.inner-page-header-section {
  max-height: 570px; }
  @media (max-width: 767px) {
    .inner-page-header-section {
      max-height: 100%; } }
  .inner-page-header-section p {
    color: #ffffff; }

.intro-heading h2 span {
  display: block; }

/* CSS for global button */
button,
a.elementor-button,
.main-button,
a.elementskit-btn,
a.wp-block-button__link,
a.button,
a.added_to_cart,
input.submit,
.wp-block-surecart-cart-line-item-remove,
sc-button::part(base) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  border: 0;
  border-radius: 8px;
  padding: 19px 24px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  white-space: nowrap;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 400 !important;
  /* Use background-image instead of background */
  background-image: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%) !important;
  background-size: 200% 200%;
  background-position: 100% 0%;
  transition: background-position 0.6s ease;
  /* REMOVE transparent override */
  background-color: transparent !important; }
  button:hover, button:active,
  a.elementor-button:hover,
  a.elementor-button:active,
  .main-button:hover,
  .main-button:active,
  a.elementskit-btn:hover,
  a.elementskit-btn:active,
  a.wp-block-button__link:hover,
  a.wp-block-button__link:active,
  a.button:hover,
  a.button:active,
  a.added_to_cart:hover,
  a.added_to_cart:active,
  input.submit:hover,
  input.submit:active,
  .wp-block-surecart-cart-line-item-remove:hover,
  .wp-block-surecart-cart-line-item-remove:active,
  sc-button::part(base):hover,
  sc-button::part(base):active {
    background-position: 0% 100%; }

a:hover {
  text-decoration: none; }

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.ehf-header #masthead {
  position: sticky;
  z-index: 999;
  top: 0;
  background: #e5e7eb;
  border-bottom: 1px solid #1c1919; }
  @media screen and (max-width: 767px) {
    .ehf-header #masthead .e-con.e-flex {
      --flex-wrap: unset; } }
  .ehf-header #masthead .e-con.e-flex > .e-con-inner {
    margin: 20px auto;
    padding: 10px 40px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .ehf-header #masthead .e-con.e-flex > .e-con-inner {
        margin: 0 auto;
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .ehf-header #masthead .e-con.e-flex > .e-con-inner .logo-container {
        width: 20%; } }
    .ehf-header #masthead .e-con.e-flex > .e-con-inner a img {
      max-width: 140px; }
      @media screen and (max-width: 767px) {
        .ehf-header #masthead .e-con.e-flex > .e-con-inner a img {
          max-width: 90px; } }
    .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a {
      max-width: 150px;
      text-align: center;
      line-height: 1.2;
      position: relative; }
      @media screen and (max-width: 767px) {
        .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a {
          max-width: 100%; } }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a::before {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all .3s;
        width: 100%;
        background: #1c1919;
        opacity: 1 !important; }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a::after {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all .3s;
        background: #d22e2e;
        z-index: 2;
        width: 12px;
        margin: 0 auto;
        opacity: 1 !important; }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a.wpr-active-menu-item {
        color: #d22e2e; }
        @media screen and (max-width: 767px) {
          .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a.wpr-active-menu-item {
            max-width: 100%; } }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a:hover {
        color: #d22e2e;
        text-decoration: none; }
        .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a:hover::after {
          width: 100%;
          transition: all .3s; }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a.wpr-sub-menu-item::after, .ehf-header #masthead .e-con.e-flex > .e-con-inner ul li a.wpr-sub-menu-item::before {
        display: none; }
    .ehf-header #masthead .e-con.e-flex > .e-con-inner .wpr-mobile-nav-menu-container .wpr-mobile-toggle-wrap .wpr-mobile-toggle {
      width: 37px; }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner .wpr-mobile-nav-menu-container .wpr-mobile-toggle-wrap .wpr-mobile-toggle:hover {
        border-color: #d22e2e; }
      .ehf-header #masthead .e-con.e-flex > .e-con-inner .wpr-mobile-nav-menu-container .wpr-mobile-toggle-wrap .wpr-mobile-toggle .wpr-mobile-toggle-line {
        height: 3px;
        margin-bottom: 4px;
        background-color: #d22e2e; }

ul.sub-menu li {
  text-align: center; }
  ul.sub-menu li a.wpr-mobile-sub-menu-item {
    font-size: 16px !important; }

.product-logo {
  transition: all .07s ease;
  opacity: 0;
  visibility: hidden; }

.product-logo.is-sticky {
  width: auto;
  background: #fff;
  /*  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
  border-radius: 8px;
  opacity: 1;
  visibility: visible; }

footer p,
footer a {
  color: #ffffff; }
footer p {
  margin-bottom: 0 !important; }

@media (max-width: 992px) {
  .copyright {
    text-align: center; } }

@media (max-width: 992px) {
  .powered-zediant .elementor-element-5a9682b {
    align-self: center; } }

.get-in-touch h3 {
  color: #ffffff; }
.get-in-touch ul {
  padding: 0;
  column-count: 2;
  margin: 0; }
  .get-in-touch ul li::marker {
    color: #ffffff; }
  .get-in-touch ul li a {
    font-size: clamp(14px, 1.4vw, 16px);
    color: #ffffff; }
  .get-in-touch ul li:hover a {
    text-decoration: underline; }

#chaty-widget-0 .chaty-widget {
  bottom: 90px !important;
  right: 16px !important; }

.details-section {
  padding: 100px 0 0;
  position: relative;
  z-index: 9; }

.smart-health-range .product-1 p {
  color: #ffffff; }

.smart-health-section h2 span:first-child {
  display: block;
  text-align: center;
  color: #353f4f; }
@media screen and (max-width: 767px) {
  .smart-health-section img {
    max-width: 300px !important; } }

.feature-section {
  padding: 100px 0 0;
  position: relative;
  z-index: 9; }

.overview-section {
  padding: 70px 0 0;
  position: relative;
  z-index: 9; }
  .overview-section:after {
    content: "";
    background: #d22e2e;
    width: 100%;
    display: block;
    height: 250px;
    position: absolute;
    z-index: 0;
    top: 0; }
  .overview-section h2 {
    color: #ffffff;
    position: relative;
    z-index: 9;
    text-align: center;
    line-height: 1.2; }
  .overview-section.virgil-life .overview-item {
    min-height: 440px; }
    @media (max-width: 992px) {
      .overview-section.virgil-life .overview-item {
        min-height: unset; } }
  .overview-section.okari-drive .overview-item {
    min-height: 385px; }
    @media (max-width: 992px) {
      .overview-section.okari-drive .overview-item {
        min-height: unset; } }
  .overview-section.smart-life .overview-item {
    min-height: 425px; }
    @media (max-width: 992px) {
      .overview-section.smart-life .overview-item {
        min-height: unset; } }
  .overview-section .overview-item {
    border-radius: 8px;
    padding: 60px 14px 30px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    min-height: 412px; }
    @media (max-width: 992px) {
      .overview-section .overview-item {
        min-height: unset; } }
    .overview-section .overview-item h3.number {
      font-size: clamp(80px, 8.065vw, 100px) !important;
      color: #e5e7eb !important;
      position: absolute;
      z-index: 9;
      top: 15px;
      left: 45px; }
    .overview-section .overview-item img {
      max-width: 100px;
      margin: 0 auto 20px;
      position: relative;
      z-index: 10; }
    .overview-section .overview-item h4 {
      font-family: "Poppins";
      font-weight: 600;
      font-size: 18px;
      line-height: 1.5;
      color: #333333;
      margin-top: 0px;
      margin-bottom: 15px; }
      .overview-section .overview-item h4 span {
        display: block; }
    .overview-section .overview-item .main-button {
      margin-top: 15px;
      display: inline-block; }
    .overview-section .overview-item a.main-button {
      font-family: "Poppins";
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      color: #ffffff;
      border-radius: 8px;
      padding: 15px 25px;
      background-color: #d22e2e;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .overview-section .overview-item a.main-button:hover {
        background-color: #3c0505;
        text-decoration: none; }

.resolution-heading h2, .resolution-heading p {
  max-width: 700px;
  margin: 0 auto !important; }
.resolution-heading p {
  max-width: 700px;
  margin: 20px auto !important; }

@media screen and (max-width: 767px) {
  .resolution-faq .elementskit-faq-header {
    padding: 10px 15px !important; } }
.resolution-faq .elementskit-faq-body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: clamp(12px, 1.23vw, 14px);
  line-height: 1.8;
  color: #212529; }
  @media screen and (max-width: 767px) {
    .resolution-faq .elementskit-faq-body {
      padding: 0px 15px 10px !important; } }

.resolution-list .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff; }
  .resolution-list .image-container img {
    max-width: 50px; }
.resolution-list h3 {
  font-size: 18px !important; }
.resolution-list .text-container h3 {
  margin-top: 0px; }

@media screen and (max-width: 1200px) {
  .inner-block.what-makes .e-con-inner {
    flex-flow: column !important;
    gap: 30px; } }
.inner-block .e-con-inner {
  padding: 20px; }
  @media screen and (max-width: 1200px) {
    .inner-block .e-con-inner {
      flex-flow: column-reverse !important;
      gap: 30px; } }
.inner-block:nth-child(even) .e-con-inner {
  flex-flow: row-reverse; }
  @media screen and (max-width: 1200px) {
    .inner-block:nth-child(even) .e-con-inner {
      flex-flow: column-reverse;
      gap: 30px; } }
@media screen and (max-width: 1200px) {
  .inner-block .left-content {
    padding: 0; } }
.inner-block .left-content h2 {
  margin-bottom: 40px; }
  .inner-block .left-content h2 span {
    display: block;
    font-size: clamp(40px, 4.839vw, 60px); }
.inner-block .left-content h3 {
  margin-bottom: 10px; }
.inner-block .left-content p {
  max-width: 500px; }
.inner-block .right-content img {
  max-width: clamp(250px, 42.339vw, 525px); }

.our-services .heading span:last-child {
  display: block; }
.our-services .services-listing .elementskit-infobox {
  min-height: 275px; }
  @media (max-width: 992px) {
    .our-services .services-listing .elementskit-infobox {
      min-height: unset; } }
.our-services.okari-drive .services-listing .elementskit-infobox {
  min-height: 200px; }
  @media (max-width: 992px) {
    .our-services.okari-drive .services-listing .elementskit-infobox {
      min-height: unset; } }
.our-services.okari-drive h3 {
  font-size: 20px !important; }

.system-delivers .heading span:last-child {
  display: block; }

.our-values .elementor-widget-heading {
  margin-block-end: 5px !important; }
.our-values .left-content span {
  display: block;
  font-size: 15px;
  color: #d22e2e; }
.our-values .left-content h3 {
  margin-bottom: 10px; }
@media (max-width: 767px) {
  .our-values .elementor-widget-icon-box {
    margin-bottom: 0 !important; } }
.our-values .right-column-first .elementor-widget-icon-box {
  min-height: 200px; }
  @media (max-width: 992px) {
    .our-values .right-column-first .elementor-widget-icon-box {
      min-height: unset;
      margin-bottom: 0 !important; } }
.our-values h3 {
  color: #353f4f; }

.circle-container {
  position: relative;
  width: 700px;
  height: 500px;
  margin: 0 auto;
  /* Center image */
  /* Circle positions */ }
  @media screen and (max-width: 768px) {
    .circle-container {
      width: 400px;
      height: 300px; } }
  .circle-container img {
    width: 200px;
    height: 200px;
    object-fit: contain; }
    @media screen and (max-width: 768px) {
      .circle-container img {
        width: 100px;
        height: 100px; } }
  .circle-container .image-circle {
    width: 200px;
    height: 200px;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .circle-container .image-circle {
        width: 100px;
        height: 100px; } }
  .circle-container .center-img {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .circle-container .center-img {
        width: 100px;
        height: 100px; } }
  .circle-container .img1 {
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0); }
  .circle-container .img2 {
    top: 35%;
    left: 90%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .circle-container .img2 {
        left: 80%; } }
  .circle-container .img3 {
    top: 75%;
    left: 80%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .circle-container .img3 {
        left: 70%; } }
  .circle-container .img4 {
    top: 100%;
    left: 40%;
    transform: translate(-50%, -100%); }
  .circle-container .img5 {
    top: 50%;
    left: 0%;
    transform: translate(0, -50%); }
    @media screen and (max-width: 768px) {
      .circle-container .img5 {
        left: 10%; } }

.woocommerce div.product div.images img {
  max-height: 548px;
  object-fit: contain; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 40%; }
  @media (max-width: 767px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
      width: 100%; } }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 58%; }
  @media (max-width: 767px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
      width: 100%; } }

/* ===== Health Step Timeline UI ===== */
.woocommerce-Tabs-panel .elementor-widget-container ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative; }

/* step row */
.woocommerce-Tabs-panel .elementor-widget-container ul li {
  position: relative;
  padding: 5px;
  color: #2b2b2b;
  margin-bottom: 0;
  background: transparent;
  transition: 0.3s ease; }

/* step number bubble */
.woocommerce-Tabs-panel .elementor-widget-container ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #b71c1c;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff; }

/* subtle hover */
.woocommerce-Tabs-panel .elementor-widget-container ul li:hover {
  color: #b71c1c;
  transform: translateX(6px); }

/* title emphasis */
.woocommerce-Tabs-panel .elementor-widget-container ul li:first-child {
  font-weight: 600; }

.woocommerce-Tabs-panel .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

h2 + .woocommerce-Tabs-panel .elementor-widget:not(:last-child) {
  margin-bottom: 15px; }

.variable-item-radio-value-wrapper img {
  display: none !important; }

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
  display: none; }

table.woocommerce-product-attributes td {
  padding: 10px !important; }

.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #e5e7eb;
  border-radius: 18px; }
.woocommerce-product-gallery .flex-control-thumbs {
  margin: 10px 0 0 !important;
  display: flex;
  gap: 10px; }
  .woocommerce-product-gallery .flex-control-thumbs li {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden; }

.watch-spec {
  padding: 20px;
  background: #faf6f6; }
  .watch-spec .container {
    max-width: 1100px;
    margin: auto; }
  .watch-spec .spec-header h1 {
    font-size: 34px;
    color: #3c0505;
    margin-bottom: 6px; }
  .watch-spec .spec-header .subtitle {
    color: #d22e2e;
    font-weight: 600;
    margin-bottom: 25px; }
  .watch-spec .feature-summary {
    background: #f8dede;
    border-left: 5px solid #d22e2e;
    padding: 18px 22px;
    margin-bottom: 35px;
    border-radius: 6px;
    font-size: 15px;
    color: #3c0505; }
  .watch-spec h2 {
    color: #3c0505;
    margin-bottom: 18px;
    font-size: 22px;
    display: block !important; }
  .watch-spec .spec-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    margin-bottom: 40px;
    border-radius: 6px;
    overflow: hidden; }
    .watch-spec .spec-table .table-section td {
      background: #3c0505;
      color: #ffffff;
      font-weight: 600;
      font-size: 15px;
      padding: 12px 16px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .watch-spec .spec-table th,
    .watch-spec .spec-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #3c0505;
      font-size: 14px; }
    .watch-spec .spec-table th {
      width: 35%;
      text-align: left;
      background: #f4e7e7;
      color: #3c0505;
      font-weight: 600; }
    .watch-spec .spec-table tr:last-child th,
    .watch-spec .spec-table tr:last-child td {
      border-bottom: none; }
    .watch-spec .spec-table td {
      color: #444; }
      .watch-spec .spec-table td ol {
        column-count: 1;
        padding: 0 0 0 20px; }
        .watch-spec .spec-table td ol br {
          display: none; }
        .watch-spec .spec-table td ol li + li {
          margin-top: 10px; }
      .watch-spec .spec-table td strong {
        color: #d22e2e;
        font-weight: 600;
        display: block; }
    .watch-spec .spec-table tr:hover {
      background: #fff4f4; }
  .watch-spec .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .watch-spec .feature-grid .feature-item {
      background: white;
      padding: 20px;
      border-radius: 8px;
      border: 1px solid #3c0505;
      transition: 0.3s ease; }
      .watch-spec .feature-grid .feature-item h3 {
        font-size: 16px;
        color: #3c0505;
        margin-bottom: 6px; }
      .watch-spec .feature-grid .feature-item p {
        font-size: 14px;
        color: #555; }
      .watch-spec .feature-grid .feature-item:hover {
        border-color: #d22e2e;
        transform: translateY(-4px); }

.product-features h2 {
  display: block !important;
  text-align: center;
  margin-bottom: 30px;
  color: #3C0505; }
.product-features .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
.product-features .feature-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px; }
  .product-features .feature-item h3 {
    color: #3C0505;
    margin-bottom: 8px;
    font-size: 16px; }
  .product-features .feature-item p {
    font-size: 14px;
    color: #555; }
  .product-features .feature-item:hover {
    border-color: #d22e2e;
    transform: translateY(-3px);
    transition: 0.3s; }

/* Mobile Responsive */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr; }

  .watch-spec .feature-grid {
    grid-template-columns: 1fr; } }
.core-features .elementor-widget-heading {
  margin-block-end: 5px !important; }
.core-features .elementor-widget-wrap .elementor-widget-icon .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 95px;
  height: 95px; }
  .core-features .elementor-widget-wrap .elementor-widget-icon .elementor-widget-container svg {
    font-size: 70px; }

@media (max-width: 1023.99px) {
  .health-wellness.smartLife, .health-wellness.okariDrive {
    margin-top: 20% !important; } }
@media (max-width: 1023.99px) {
  .health-wellness .elementor-widget-wrap {
    justify-content: center; } }
@media (max-width: 992px) {
  .health-wellness figure img {
    margin: 0 auto; } }
.health-wellness .elementor-widget-container p.elementor-icon-box-description {
  line-height: 1.6; }
.health-wellness .elementor-widget-container:hover p.elementor-icon-box-description {
  color: #ffffff !important; }
.health-wellness .elementor-widget-container ul {
  padding-left: 20px;
  column-count: 2;
  list-style: auto;
  text-align: left;
  font-size: 13px;
  margin: 13px 0 0; }

.who-is-it-okarilife h3 {
  line-height: .5 !important; }
.who-is-it-okarilife .elementor-widget-icon-box .elementor-widget-container {
  position: relative; }
  .who-is-it-okarilife .elementor-widget-icon-box .elementor-widget-container::before {
    /*   background: linear-gradient(45deg,
            #ffffff,
            #ff8c00,
            #D22E2E,
            #ffffff); */
    /* For smooth animation */
    animation: borderMove 4s linear infinite;
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* Border thickness */
    border-radius: 8px;
    /* Same radius */
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1; }
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.who-is-it-okarilife .first-listing .elementor-widget-icon-box .elementor-widget-container,
.who-is-it-okarilife .end-listing .elementor-widget-icon-box .elementor-widget-container {
  min-height: 514px; }
  @media (max-width: 992px) {
    .who-is-it-okarilife .first-listing .elementor-widget-icon-box .elementor-widget-container,
    .who-is-it-okarilife .end-listing .elementor-widget-icon-box .elementor-widget-container {
      min-height: unset; } }
.who-is-it-okarilife.okaridrive .first-listing .elementor-widget-icon-box .elementor-widget-container,
.who-is-it-okarilife.okaridrive .end-listing .elementor-widget-icon-box .elementor-widget-container {
  min-height: 611px; }
  @media (max-width: 992px) {
    .who-is-it-okarilife.okaridrive .first-listing .elementor-widget-icon-box .elementor-widget-container,
    .who-is-it-okarilife.okaridrive .end-listing .elementor-widget-icon-box .elementor-widget-container {
      min-height: unset; } }
.who-is-it-okarilife.smartlife .first-listing .elementor-widget-icon-box .elementor-widget-container,
.who-is-it-okarilife.smartlife .end-listing .elementor-widget-icon-box .elementor-widget-container {
  min-height: 634px; }
  @media (max-width: 992px) {
    .who-is-it-okarilife.smartlife .first-listing .elementor-widget-icon-box .elementor-widget-container,
    .who-is-it-okarilife.smartlife .end-listing .elementor-widget-icon-box .elementor-widget-container {
      min-height: unset; } }
.who-is-it-okarilife.smartlife .middle-listing .elementor-widget-icon-box .elementor-widget-container {
  min-height: 312px; }
  @media (max-width: 992px) {
    .who-is-it-okarilife.smartlife .middle-listing .elementor-widget-icon-box .elementor-widget-container {
      min-height: unset; } }
.who-is-it-okarilife .middle-listing .elementor-widget-icon-box .elementor-widget-container {
  min-height: 252px; }
  @media (max-width: 992px) {
    .who-is-it-okarilife .middle-listing .elementor-widget-icon-box .elementor-widget-container {
      min-height: unset; } }

.process_how-works::before {
  background: linear-gradient(45deg, #ffffff, #ff8c00, #D22E2E, #ffffff);
  /* For smooth animation */
  animation: borderMove 4s linear infinite; }

.process_how-works::before,
.process_how-works-bdr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border thickness */
  border-radius: 8px;
  /* Same radius */
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1; }

@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.process_how-works-bdr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border thickness */
  border-radius: 8px;
  /* Same radius */
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1; }

.process_how-works-bdr::before {
  background: linear-gradient(135deg, #3C0505, #3C0505, #D22E2E, #3C0505); }

.specs-section h3 {
  min-height: 48px; }
  @media (max-width: 992px) {
    .specs-section h3 {
      min-height: unset; } }

.how-works .elementor-widget-heading.number {
  width: 40px;
  height: 40px; }
  .how-works .elementor-widget-heading.number .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center; }

.subscription-section .elementor-widget-button {
  margin-top: auto; }
.subscription-section h3 {
  background: #d22e2e;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  font-size: 15px !important; }
  .subscription-section h3 span {
    color: #ffffff; }
.subscription-section h4 {
  background: #3c0505;
  color: #ffffff;
  padding: 10px; }
  .subscription-section h4 span {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 15px; }
.subscription-section a.elementor-button {
  max-width: 100%;
  border-radius: 0 0 8px 8px; }
.subscription-section .middle-details,
.subscription-section .right-details {
  position: relative; }
  .subscription-section .middle-details::before,
  .subscription-section .right-details::before {
    background: linear-gradient(45deg, #ffffff, #ff8c00, #D22E2E, #ffffff);
    /* For smooth animation */
    animation: borderMove 4s linear infinite;
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* Border thickness */
    border-radius: 8px;
    /* Same radius */
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1; }
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .subscription-section .middle-details p:first-child,
  .subscription-section .right-details p:first-child {
    margin-bottom: 10px; }
  .subscription-section .middle-details p:last-child,
  .subscription-section .right-details p:last-child {
    margin: 0; }
  .subscription-section .middle-details p strong,
  .subscription-section .right-details p strong {
    display: inline-block;
    padding: 0; }
  .subscription-section .middle-details ul,
  .subscription-section .right-details ul {
    margin-bottom: 10px; }
    .subscription-section .middle-details ul li,
    .subscription-section .right-details ul li {
      color: #212529; }

.process_how-works,
.process_how-works-bdr {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  z-index: 1; }

.process_how-works::before {
  background: linear-gradient(45deg, #ffffff, #ff8c00, #D22E2E, #ffffff);
  /* For smooth animation */
  animation: borderMove 4s linear infinite; }

.process_how-works::before,
.process_how-works-bdr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border thickness */
  border-radius: 8px;
  /* Same radius */
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1; }

@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.process_how-works-bdr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border thickness */
  border-radius: 8px;
  /* Same radius */
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1; }

.process_how-works-bdr::before {
  background: linear-gradient(135deg, #3C0505, #3C0505, #D22E2E, #3C0505); }

.faq-section details:last-child summary {
  border-style: none !important; }

/*  */
.okari-life {
  font-family: sans-serif;
  color: #333; }
  .okari-life .hero {
    text-align: center;
    padding: 70px 20px;
    background: linear-gradient(135deg, #3C0505, #d22e2e);
    color: white; }
    .okari-life .hero h1 {
      font-size: 36px;
      margin-bottom: 15px; }
    .okari-life .hero p {
      max-width: 700px;
      margin: auto;
      line-height: 1.6;
      color: white; }
  .okari-life h2 {
    text-align: center;
    margin: 50px 0 30px;
    color: #3C0505; }
  .okari-life .journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px 0 0; }
  .okari-life .journey-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center; }
    .okari-life .journey-card .step {
      background: #d22e2e;
      color: white;
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: inline-block;
      border-radius: 50%;
      font-weight: bold;
      margin-bottom: 10px; }
  .okari-life .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 20px; }
  .okari-life .feature-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: 0.3s; }
    .okari-life .feature-card:hover {
      border-color: #d22e2e;
      transform: translateY(-4px); }
  .okari-life .spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 20px; }
  .okari-life .spec-item {
    background: #fafafa;
    padding: 20px;
    border-radius: 8px; }
  .okari-life .tagline {
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #d22e2e; }

.premium-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px; }

.premium-spec-item {
  position: relative;
  padding: 32px 26px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #eee;
  text-align: center;
  transition: all .35s ease; }
  .premium-spec-item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, #d22e2e, #ff8a8a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; }
  .premium-spec-item .icon {
    font-size: 34px;
    margin-bottom: 12px; }
  .premium-spec-item h4 {
    font-size: 18px;
    color: #3C0505;
    margin-bottom: 10px;
    font-weight: 600; }
  .premium-spec-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6; }
  .premium-spec-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); }

@media (max-width: 900px) {
  .journey-grid,
  .feature-grid,
  .spec-grid {
    grid-template-columns: 1fr; } }
.product-range-cta p {
  color: #fff;
  max-width: 480px; }

.virgillife-intro {
  padding: 20px;
  background: #b71c1c; }
  .virgillife-intro .container {
    max-width: 1100px;
    margin: auto;
    text-align: center; }
  .virgillife-intro h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #fff !important;
    display: block !important; }
  .virgillife-intro .intro-text {
    max-width: 750px;
    margin: auto;
    margin-bottom: 0;
    color: #fff; }
  .virgillife-intro .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px; }
  .virgillife-intro .feature-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s; }
    .virgillife-intro .feature-card h3 {
      color: #d22e2e;
      margin-bottom: 10px; }
    .virgillife-intro .feature-card p {
      font-size: 14px;
      color: #555;
      line-height: 1.5; }
    .virgillife-intro .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }

.emergency-system {
  padding: 20px;
  background: linear-gradient(135deg, #f8f8f8, #ffffff);
  /* Highlight block full width */
  /* make escalation full width */ }
  .emergency-system .container {
    max-width: 1100px;
    margin: auto; }
  .emergency-system .section-header {
    text-align: center;
    margin-bottom: 40px; }
    .emergency-system .section-header h2 {
      font-size: 34px;
      font-weight: 700;
      color: #3C0505;
      margin-bottom: 10px;
      display: block !important; }
    .emergency-system .section-header p {
      font-size: 16px;
      color: #666;
      max-width: 700px;
      margin: auto;
      line-height: 1.6; }
  .emergency-system .timeline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0; }
  .emergency-system .timeline-step {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #eee;
    text-align: center;
    transition: .35s; }
    .emergency-system .timeline-step .icon {
      font-size: 36px;
      margin-bottom: 15px; }
    .emergency-system .timeline-step h3 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #3C0505; }
    .emergency-system .timeline-step p {
      font-size: 14px;
      color: #666;
      line-height: 1.6; }
    .emergency-system .timeline-step:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); }
  .emergency-system .timeline-step.highlight {
    grid-column: 1 / -1;
    border: 2px solid #d22e2e; }
  .emergency-system .full-width {
    grid-column: 1 / -1; }
  .emergency-system .alert-actions {
    text-align: left;
    margin-top: 15px; }
    .emergency-system .alert-actions li {
      margin-bottom: 8px;
      font-size: 14px;
      color: #444; }

.core-features {
  padding: 70px 20px;
  background: #fafafa;
  /* full width feature */ }
  @media (max-width: 992px) {
    .core-features {
      padding: 0 20px 70px !important; } }
  .core-features .container {
    max-width: 1100px;
    margin: auto; }
  .core-features .section-header {
    text-align: center;
    margin-bottom: 50px; }
    .core-features .section-header h2 {
      font-size: 34px;
      color: #3C0505;
      margin-bottom: 10px;
      display: block !important; }
    .core-features .section-header p {
      color: #666;
      max-width: 700px;
      margin: auto; }
  .core-features .features-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
  .core-features .feature-box {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    border: 1px solid #eee;
    transition: .3s; }
    .core-features .feature-box .feature-icon {
      font-size: 32px;
      margin-bottom: 12px; }
    .core-features .feature-box h3 {
      font-size: 20px;
      color: #3C0505;
      margin-bottom: 8px; }
    .core-features .feature-box p {
      font-size: 14px;
      color: #555;
      line-height: 1.6; }
    .core-features .feature-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
      border-color: #d22e2e; }
  .core-features .wide {
    grid-column: 1 / -1; }

.workflow-wrapper {
  background: #3c0505;
  display: flex;
  justify-content: center; }

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 60px; }
  @media (max-width: 991.99px) {
    .workflow-grid {
      place-items: center;
      grid-template-columns: repeat(1, 1fr); } }

.step-card {
  flex: 1;
  min-width: 320px;
  max-width: 320px;
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: 8px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media (max-width: 991.99px) {
    .step-card {
      min-width: 95%;
      max-width: 95%;
      /* Step 1 */
      /* Step 2 */
      /* Step 5 */
      /* Step 4 */
      /* Step 3 */
      /* Step 6 */
      /* Step 7 */ }
      .step-card:nth-child(2) {
        order: 1; }
      .step-card:nth-child(3) {
        order: 2; }
      .step-card:nth-child(4) {
        order: 5; }
      .step-card:nth-child(5) {
        order: 4; }
      .step-card:nth-child(6) {
        order: 3; }
      .step-card:nth-child(7) {
        order: 6; }
      .step-card:nth-child(8) {
        order: 7; } }
  .step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* Border thickness */
    border-radius: 8px;
    /* Same radius */
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    background: linear-gradient(135deg, #3C0505, #3C0505, #D22E2E, #3C0505); }
  .step-card.workflow::before {
    background: linear-gradient(45deg, #ffffff, #ff8c00, #D22E2E, #ffffff);
    animation: borderMove 4s linear infinite; }
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .step-card h2,
  .step-card h3 {
    color: #ffffff;
    margin: 0 0 10px; }
  .step-card p {
    color: #ffffff;
    margin: 0; }
  .step-card.active {
    background: #d22e2e;
    border: none;
    box-shadow: 0 15px 35px rgba(210, 46, 46, 0.15); }
    .step-card.active .step-tag {
      background: #ffffff;
      color: #d22e2e; }

.step-tag {
  background: #d22e2e;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  display: inline-block; }

/* The Dynamic Arrow */
.connector-arrow {
  position: absolute;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 35px;
  background: #ffffff;
  clip-path: polygon(0% 30%, 60% 30%, 60% 0%, 100% 50%, 60% 100%, 60% 70%, 0% 70%);
  opacity: 1; }
  .connector-arrow.down-arrow {
    top: auto;
    bottom: -55px;
    transform: translateX(-50%) rotate(90deg);
    right: 35%; }
    @media (max-width: 991.99px) {
      .connector-arrow.down-arrow {
        transform: translateX(-50%) rotate(90deg); } }
    .connector-arrow.down-arrow.display-media {
      display: none; }
      @media (max-width: 991.99px) {
        .connector-arrow.down-arrow.display-media {
          display: block; } }
  .connector-arrow.third-arrow {
    display: none; }
    @media (max-width: 991.99px) {
      .connector-arrow.third-arrow {
        display: block; } }
  .connector-arrow.opposite-arrow {
    transform: rotate(180deg); }
    @media (max-width: 991.99px) {
      .connector-arrow.opposite-arrow {
        transform: translateX(-50%) rotate(90deg); } }
  @media (max-width: 991.99px) {
    .connector-arrow.opposite-arrow + .connector-arrow.down-arrow {
      display: none; } }
  @media (max-width: 991.99px) {
    .connector-arrow {
      right: auto;
      bottom: -48px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      top: unset; } }

.guildeline-container {
  background: #f3542e;
  height: 100%;
  max-height: 400px;
  padding-top: 50px; }
  .guildeline-container h1,
  .guildeline-container h2 {
    color: #ffffff;
    text-align: center; }
  .guildeline-container h1 {
    font-size: 40px; }
    @media (max-width: 500px) {
      .guildeline-container h1 {
        font-size: 30px; } }
  .guildeline-container h2 {
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 500px) {
      .guildeline-container h2 {
        font-size: 15px; } }
  .guildeline-container .overlap-container {
    background: #ffffff;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 200px;
    top: 50px;
    border-radius: 8px;
    /* The Split Row */
    /* Right Side: Visuals */
    /* Buttons & Tags */ }
    @media (max-width: 1200px) {
      .guildeline-container .overlap-container {
        padding: 0 20px 50px;
        max-width: calc(90% - 50px); } }
    @media (max-width: 500px) {
      .guildeline-container .overlap-container {
        max-width: 100%; } }
    .guildeline-container .overlap-container .step-row {
      display: flex;
      border-bottom: 1px solid #ebd8d8;
      min-height: 200px; }
      .guildeline-container .overlap-container .step-row:last-child {
        border-bottom: none; }
      @media (max-width: 600px) {
        .guildeline-container .overlap-container .step-row {
          flex-direction: column; } }
    .guildeline-container .overlap-container .step-label {
      background: var(--outrageousOrange);
      color: var(--white);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      border-radius: 50px;
      padding: 5px 10px;
      width: fit-content; }
    .guildeline-container .overlap-container .step-left {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .guildeline-container .overlap-container .step-left h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        color: var(--night-rider); }
      .guildeline-container .overlap-container .step-left p {
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 20px; }
    .guildeline-container .overlap-container .step-right {
      flex: 1;
      background-color: var(--aliceBlue);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      border-left: 1px solid #ebd8d8;
      max-width: 380px;
      border-radius: 0 8px 0 0; }
      @media (max-width: 600px) {
        .guildeline-container .overlap-container .step-right {
          border-left: none;
          border-top: 1px solid var(--pink-swan); } }
    .guildeline-container .overlap-container .visual-container {
      background: var(--white);
      padding: 15px;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      text-align: center;
      width: 80%; }
      .guildeline-container .overlap-container .visual-container figure {
        margin: 0; }
        .guildeline-container .overlap-container .visual-container figure img {
          max-width: 100%;
          height: auto;
          border-radius: 8px; }
    .guildeline-container .overlap-container .download-btn {
      background: var(--outrageousOrange);
      color: var(--white);
      padding: 12px 24px;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: transform 0.2s;
      width: 100%; }
      .guildeline-container .overlap-container .download-btn:hover {
        transform: translateY(-2px); }
    .guildeline-container .overlap-container .ready-note {
      text-align: center;
      margin-top: 20px; }
      .guildeline-container .overlap-container .ready-note p {
        font-size: 30px;
        font-weight: 700; }
        @media (max-width: 500px) {
          .guildeline-container .overlap-container .ready-note p {
            font-size: 20px; } }
      .guildeline-container .overlap-container .ready-note img {
        max-width: 120px; }
        @media (max-width: 500px) {
          .guildeline-container .overlap-container .ready-note img {
            max-width: 50px; } }

ul.slider-content {
  width: 100%;
  max-width: clamp(240px, 65vw, 480px);
  padding: 0;
  margin: 0; }
  ul.slider-content li.slick-slide {
    margin: 0 5px; }
    ul.slider-content li.slick-slide figure {
      margin: 0; }
      ul.slider-content li.slick-slide figure img {
        width: 100%;
        height: auto; }

::ng-deep .slick-dots {
  bottom: -20px; }
  ::ng-deep .slick-dots li {
    margin: 0 4px; }

::ng-deep .slick-dots li button:before {
  font-size: 8px;
  color: #999;
  opacity: 1; }

::ng-deep .slick-dots li.slick-active button:before {
  color: #f3542e; }

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer; }
  .image-modal .image-modal-content {
    max-width: 90%;
    max-height: 90%; }
    .image-modal .image-modal-content img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.membership-details {
  gap: 0 !important;
  position: relative; }

.subscription-heading {
  border-top: 1px solid;
  border-image: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%);
  border-image-slice: 1;
  margin-bottom: 40px;
  max-width: 1200px; }
  .subscription-heading h1 {
    background: #e5e7eb;
    color: #353f4f;
    display: inline;
    border-radius: 0 0 8px 8px;
    padding: 10px;
    font-size: 35px; }

h1.other-products-title {
  font-family: "Poppins";
  font-weight: 600;
  background: #d22e2e;
  padding: 10px;
  color: #ffffff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  font-size: 15px !important;
  text-align: center;
  width: fit-content;
  margin: -15px auto !important;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0; }

.wp-block-surecart-product-list-related {
  max-width: 1140px !important; }

@media screen and (max-width: 767px) {
  .wp-block-surecart-product-template {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } }

h1 {
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 20px; }

.related-products {
  gap: 0 !important; }

.other-product .other-product-image {
  height: 100%;
  max-height: 100px;
  width: 100%;
  max-width: 100px; }
  .other-product .other-product-image img {
    max-width: 100px;
    max-height: 100px; }
.other-product .image-description {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 0 !important;
  align-items: center !important; }
.other-product h2 {
  background: #d22e2e;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  margin: -4px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  font-size: 13px !important; }
.other-product .price-details {
  background: #3c0505;
  padding: 30px 20px 15px !important;
  border-radius: 8px 8px 0 0 !important;
  justify-content: center; }
  .other-product .price-details .wp-block-surecart-product-list-price {
    font-weight: 700 !important;
    color: #ffffff; }
.other-product .wp-block-surecart-product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Change to 2 or 3 */
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .other-product .wp-block-surecart-product-description h4, .other-product .wp-block-surecart-product-description p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8; }

.wp-block-surecart-cart-icon {
  bottom: 80px;
  right: 15px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%); }
  .wp-block-surecart-cart-icon .wp-block-surecart-cart-icon__count {
    background: #3c0505; }

.hfe-scroll-to-top-button {
  background: linear-gradient(135deg, #3c0505 0%, #b71c1c 100%);
  width: 60px;
  height: 60px; }

.type-sc_product {
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 15px 70px;
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .type-sc_product {
      min-height: 100%;
      padding: 50px 15px; } }

@media screen and (max-width: 991px) {
  .wp-block-surecart-product-page .wp-block-columns {
    flex-direction: column; } }
.wp-block-surecart-product-page .product-describe, .wp-block-surecart-product-page .product-description {
  border-radius: 8px;
  position: relative;
  height: 100%; }
  .wp-block-surecart-product-page .product-describe .wp-block-group, .wp-block-surecart-product-page .product-description .wp-block-group {
    margin-block-start: 0; }
    .wp-block-surecart-product-page .product-describe .wp-block-group .price-details, .wp-block-surecart-product-page .product-description .wp-block-group .price-details {
      background: #3c0505;
      justify-content: center;
      align-items: center;
      padding: 25px 0 5px 0; }
      .wp-block-surecart-product-page .product-describe .wp-block-group .price-details span, .wp-block-surecart-product-page .product-description .wp-block-group .price-details span {
        font-size: 16px;
        font-weight: 700 !important;
        color: #ffffff; }
  .wp-block-surecart-product-page .product-describe h1, .wp-block-surecart-product-page .product-description h1 {
    font-family: "Poppins";
    font-weight: 600;
    background: #d22e2e;
    padding: 10px;
    color: #ffffff;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 8px;
    font-size: 15px !important;
    text-align: center;
    width: fit-content;
    margin: -15px auto !important;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0; }
  .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-description, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-description {
    padding: 10px 10px 0; }
    .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-description h4, .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-description p, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-description h4, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-description p {
      font-family: "Poppins";
      font-weight: 400;
      font-size: 12px;
      line-height: 1.8; }
  .wp-block-surecart-product-page .product-describe button, .wp-block-surecart-product-page .product-description button {
    min-width: 100%;
    border-radius: 0; }
  .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-selected-price-amount, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-selected-price-amount {
    font-weight: 700 !important; }
  .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills {
    padding: 0 15px; }
    .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills label, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills label {
      font-family: "Poppins";
      font-weight: 600;
      color: #212529 !important; }
    .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills .sc-pill-option__button, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills .sc-pill-option__button {
      font-family: "Poppins";
      font-weight: 400;
      position: relative;
      border: none;
      color: #212529; }
      .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills .sc-pill-option__button:hover, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills .sc-pill-option__button:hover {
        -webkit-mask: linear-gradient(#d22e2e 0 0) content-box, linear-gradient(#d22e2e 0 0);
        animation: borderMove 4s linear infinite; }
        .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills .sc-pill-option__button:hover::before, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills .sc-pill-option__button:hover::before {
          background: linear-gradient(45deg, #ff8c00, #3c0505, #D22E2E, #ff8c00); }
      .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills .sc-pill-option__button::before, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills .sc-pill-option__button::before {
        background: linear-gradient(45deg, #ffffff, #ff8c00, #D22E2E, #ffffff);
        /* For smooth animation */
        animation: borderMove 4s linear infinite;
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        /* Border thickness */
        border-radius: 8px;
        /* Same radius */
        background-size: 300% 300%;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1; }
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
    .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills .sc-pill-option__button--selected, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills .sc-pill-option__button--selected {
      background: #3c0505;
      border-color: #3c0505;
      color: #ffffff; }
      .wp-block-surecart-product-page .product-describe .wp-block-surecart-product-variant-pills .sc-pill-option__button--selected:hover, .wp-block-surecart-product-page .product-description .wp-block-surecart-product-variant-pills .sc-pill-option__button--selected:hover {
        border-radius: 7px; }
.wp-block-surecart-product-page .product-describe {
  position: relative; }
  @media (max-width: 767px) {
    .wp-block-surecart-product-page .product-describe {
      margin-top: 30px; } }
  .wp-block-surecart-product-page .product-describe::before {
    background: linear-gradient(45deg, #ffffff, #ff8c00, #D22E2E, #ffffff);
    /* For smooth animation */
    animation: borderMove 4s linear infinite;
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* Border thickness */
    border-radius: 8px;
    /* Same radius */
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1; }
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@media screen and (max-width: 991px) {
  .wp-block-surecart-product-page .product-image {
    display: contents; } }
.wp-block-surecart-product-page .product-image figure {
  border: none;
  width: 90% !important;
  height: 90% !important;
  margin: 5% auto; }
  @media screen and (max-width: 991px) {
    .wp-block-surecart-product-page .product-image figure img {
      max-width: 50%;
      margin: 0 auto; } }
.wp-block-surecart-product-page .wp-block-surecart-product-buy-button.buy-now-button button {
  background-image: linear-gradient(135deg, #3c0505 0%, #b71c1c 100%) !important;
  border-radius: 0; }
.wp-block-surecart-product-page .wp-block-surecart-product-buy-button {
  border-radius: 0; }

dialog.wp-block-surecart-slide-out-cart a.wp-block-button__link {
  min-width: 100%;
  border-radius: 8px !important; }
dialog.wp-block-surecart-slide-out-cart span.wp-block-surecart-cart-count {
  background-color: #3c0505 !important;
  color: #ffffff; }
dialog.wp-block-surecart-slide-out-cart .wp-block-surecart-cart-close-button svg {
  transform: rotate(180deg); }
dialog.wp-block-surecart-slide-out-cart .wp-container-core-group-is-layout-bd3f9bef {
  gap: 10px !important; }
dialog.wp-block-surecart-slide-out-cart .wp-container-core-group-is-layout-09de181c, dialog.wp-block-surecart-slide-out-cart .wp-block-surecart-slide-out-cart-line-items {
  padding: 15px !important; }
dialog.wp-block-surecart-slide-out-cart .wp-block-surecart-cart-line-item-amount {
  color: #d22e2e !important;
  font-weight: 600 !important; }
dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__control {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #d22e2e !important; }
dialog.wp-block-surecart-slide-out-cart .wp-block-surecart-cart-line-item-fees span:first-child {
  color: #d22e2e !important;
  font-weight: 600 !important; }
dialog.wp-block-surecart-slide-out-cart .wp-block-surecart-cart-line-item-remove {
  height: 10px; }
dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__increase, dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__decrease {
  background: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%) !important;
  opacity: 1;
  transition: background-position 0.6s ease;
  background-size: 200% 200%;
  background-position: 100% 0%;
  /* Start from the end */
  background-color: transparent !important;
  border-radius: 50px;
  width: 30px !important;
  height: 30px !important; }
  dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__increase:hover, dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__decrease:hover {
    background-position: 0% 100%; }
  dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__increase svg, dialog.wp-block-surecart-slide-out-cart .sc-quantity-selector__decrease svg {
    color: #ffffff;
    font-size: 20px; }
dialog.wp-block-surecart-slide-out-cart .wp-block-surecart-cart-subtotal-amount {
  font-weight: 700 !important;
  color: #d22e2e !important; }
dialog.wp-block-surecart-slide-out-cart p.has-text-color {
  font-weight: 600 !important; }

.page-id-5979 header {
  box-shadow: none !important; }
.page-id-5979 .header-section {
  display: flex;
  justify-content: center; }
  .page-id-5979 .header-section .elementor-element-12d248265 {
    text-align: center; }
.page-id-5979 .right-content {
  display: none; }
.page-id-5979 sc-button::part(base) {
  min-width: 100%; }
.page-id-5979 .wp-block-surecart-column {
  padding: 15px 40px !important; }
  .page-id-5979 .wp-block-surecart-column sc-heading {
    background: #e5e7eb;
    border-radius: 5px;
    padding: 10px; }
  .page-id-5979 .wp-block-surecart-column sc-customer-email {
    margin-top: 0; }

:root:root {
  --sc-font-sans: 'Poppins', sans-serif; }

/* Remove billing interval like /mo in SureCart */
nav.woocommerce-pagination ul {
  border: none !important;
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px !important; }
  nav.woocommerce-pagination ul li {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(135deg, #3c0505 0%, #b71c1c 100%);
    display: flex !important;
    align-items: center;
    justify-content: center; }
    nav.woocommerce-pagination ul li a {
      width: 40px;
      height: 40px;
      color: #ffffff;
      display: flex !important;
      align-items: center;
      justify-content: center; }
      nav.woocommerce-pagination ul li a:hover {
        background: #d22e2e;
        color: #ffffff; }
    nav.woocommerce-pagination ul li span {
      background: transparent;
      font-weight: 500;
      color: #ffffff !important;
      width: 40px;
      height: 40px;
      display: flex !important;
      align-items: center;
      justify-content: center; }
      nav.woocommerce-pagination ul li span.current {
        background: transparent !important;
        color: #ffffff !important;
        font-weight: 600;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center; }

span.onsale {
  background: #d22e2e;
  background-color: #d22e2e !important;
  min-width: 40px !important;
  min-height: 40px !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  font-size: 12px !important;
  justify-content: center; }

a.add_to_cart_button {
  display: block !important; }

a.added_to_cart {
  background: linear-gradient(135deg, #3c0505 0%, #b71c1c 100%) !important;
  padding: 10px;
  border-radius: 5px !important;
  margin: 10px 0; }
  a.added_to_cart:hover {
    background: linear-gradient(135deg, #b71c1c 0%, 3c0505 100%) !important; }

h2.woocommerce-loop-product__title {
  font-size: 12px !important;
  font-weight: 500;
  color: #3c0505;
  height: 50px;
  margin-bottom: 5px !important; }
  @media (max-width: 768px) {
    h2.woocommerce-loop-product__title {
      margin-bottom: 15px !important; } }

span.price span {
  color: #d22e2e; }
span.price ins {
  text-decoration: none; }
span.price bdi {
  font-weight: 700;
  color: #d22e2e; }
span.price del bdi,
span.price del span {
  color: #353f4f; }

.shop-container a {
  text-decoration: none;
  color: #d22e2e; }
  .shop-container a:hover, .shop-container a:focus {
    color: #d22e2e; }
  .shop-container a.woocommerce-LoopProduct-link {
    min-height: 280px; }
  .shop-container a.button, .shop-container a.added_to_cart {
    width: 100%;
    min-width: 100%;
    text-align: center; }
.shop-container p.woocommerce-result-count {
  background: linear-gradient(to bottom, #e5e7eb, #ffffff, #f5f5f5);
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 600; }
.shop-container .ui-slider.ui-widget-content .ui-slider-handle {
  background: #d22e2e;
  border: 1px solid #ffffff !important;
  border-radius: 50px; }
  .shop-container .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    background: #a92424 !important;
    border-color: #ffffff !important; }
.shop-container .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  background: #3c0505;
  border-radius: 50px;
  border: 1px solid #3c0505; }
.shop-container .wpfPriceInputs {
  background: linear-gradient(135deg, #3c0505 0%, #b71c1c 100%);
  color: #ffffff;
  border-radius: 10px;
  padding: 10px; }
.shop-container i.wpfTitleToggle {
  background: #d22e2e;
  color: #ffffff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px; }
.shop-container .wpfFilterTitle {
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #e5e7eb, #ffffff, #f5f5f5);
  padding: 10px 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px; }
  .shop-container .wpfFilterTitle .wfpTitle {
    height: unset;
    padding: 0;
    margin: 0; }
.shop-container .wpfFilterContent select#wpfSortProducts {
  border-radius: 5px;
  padding: 5px;
  border-color: #d22e2e; }
.shop-container button.wpfFilterButton {
  border-radius: 50px !important;
  min-width: 100px;
  min-height: 40px;
  text-transform: capitalize;
  width: 100%;
  max-width: 100%;
  margin: 0; }
.shop-container .wpfShowCount span.wpfFilterTaxNameWrapper {
  font-size: 12px; }
.shop-container .wpfShowCount span.wpfCount {
  font-size: 10px;
  padding-left: 5px; }
.shop-container label.wpfLiLabel {
  display: flex;
  align-items: center; }
  .shop-container label.wpfLiLabel span.wpfCheckbox {
    display: flex;
    align-items: center; }
    .shop-container label.wpfLiLabel span.wpfCheckbox label::before {
      width: 16px !important;
      height: 16px !important;
      border-radius: 50px;
      border-color: #d22e2e !important; }
.shop-container i.fa-spinner {
  color: #d22e2e !important; }

.woocommerce-page nav.woocommerce-breadcrumb {
  background: linear-gradient(to bottom, #e5e7eb, #ffffff, #f5f5f5);
  border-radius: 8px;
  padding: 15px 10px;
  font-weight: 600;
  margin-top: 60px; }
.woocommerce-page .status-publish .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  background: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%) !important; }
  .woocommerce-page .status-publish .woocommerce-product-gallery a.woocommerce-product-gallery__trigger::before, .woocommerce-page .status-publish .woocommerce-product-gallery a.woocommerce-product-gallery__trigger::after {
    background: #ffffff; }
.woocommerce-page .status-publish .summary.entry-summary h1.product_title {
  /*  color: $seal-brown;
  font-weight: 700;
  font-size: 30px; */ }
.woocommerce-page .status-publish .summary.entry-summary p.price {
  color: #d22e2e; }
  .woocommerce-page .status-publish .summary.entry-summary p.price span bdi {
    font-size: 30px;
    font-weight: 700; }
.woocommerce-page .status-publish .summary.entry-summary .woocommerce-product-details__short-description ul li {
  font-size: 12px;
  color: #212529;
  margin-bottom: 5px; }
.woocommerce-page .status-publish .summary.entry-summary p.stock {
  font-size: 20px;
  color: #0b7b3c; }
.woocommerce-page .status-publish .summary.entry-summary .quantity input {
  min-height: 34px;
  border: 1px solid #d22e2e;
  border-radius: 5px; }
.woocommerce-page .status-publish .summary.entry-summary .product_meta {
  font-size: 12px; }
  .woocommerce-page .status-publish .summary.entry-summary .product_meta span.sku_wrapper,
  .woocommerce-page .status-publish .summary.entry-summary .product_meta span.posted_in,
  .woocommerce-page .status-publish .summary.entry-summary .product_meta span.tagged_as {
    display: block; }
    .woocommerce-page .status-publish .summary.entry-summary .product_meta span.sku_wrapper a,
    .woocommerce-page .status-publish .summary.entry-summary .product_meta span.posted_in a,
    .woocommerce-page .status-publish .summary.entry-summary .product_meta span.tagged_as a {
      color: #3c0505; }
.woocommerce-page .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  font-weight: 700;
  color: #3c0505; }
.woocommerce-page .woocommerce-Tabs-panel p,
.woocommerce-page .woocommerce-Tabs-panel ul li,
.woocommerce-page .woocommerce-Tabs-panel ol li {
  font-size: 14px; }
.woocommerce-page .woocommerce-Tabs-panel ul,
.woocommerce-page .woocommerce-Tabs-panel ol {
  column-count: 2; }
  @media (max-width: 768px) {
    .woocommerce-page .woocommerce-Tabs-panel ul,
    .woocommerce-page .woocommerce-Tabs-panel ol {
      column-count: 1; } }
  .woocommerce-page .woocommerce-Tabs-panel ul li a,
  .woocommerce-page .woocommerce-Tabs-panel ol li a {
    color: #d22e2e;
    text-decoration: none; }
    .woocommerce-page .woocommerce-Tabs-panel ul li a span,
    .woocommerce-page .woocommerce-Tabs-panel ol li a span {
      color: #d22e2e !important;
      text-decoration: none !important; }
.woocommerce-page .woocommerce-Tabs-panel #review_form_wrapper .comment-respond {
  display: flex; }
  @media (max-width: 768px) {
    .woocommerce-page .woocommerce-Tabs-panel #review_form_wrapper .comment-respond {
      flex-direction: column; } }
  .woocommerce-page .woocommerce-Tabs-panel #review_form_wrapper .comment-respond input,
  .woocommerce-page .woocommerce-Tabs-panel #review_form_wrapper .comment-respond textarea {
    color: #777;
    font-size: 13px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px; }
  .woocommerce-page .woocommerce-Tabs-panel #review_form_wrapper .comment-respond input.submit {
    min-width: 200px; }
.woocommerce-page .related h2 {
  font-size: 30px;
  font-weight: 700;
  color: #3c0505; }
.woocommerce-page .woocommerce-message {
  margin-bottom: 20px; }

a#hfe-menu-cart__toggle_button {
  background: none;
  border: none;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  margin-left: 10px;
  position: relative; }
  a#hfe-menu-cart__toggle_button::after {
    content: "Go to Cart";
    position: absolute;
    bottom: -30px;
    left: 0;
    background: #000000;
    color: #ffffff;
    border: 0.5px solid #ffffff;
    padding: 5px 8px;
    font-family: system-ui;
    font-size: 11px;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s; }
  a#hfe-menu-cart__toggle_button:hover::after {
    opacity: 1; }

.wc-empty-cart-message {
  max-width: 600px;
  margin: 0 auto; }
  .wc-empty-cart-message .cart-empty {
    border-radius: 8px;
    border-top-color: #d22e2e; }
    .wc-empty-cart-message .cart-empty::before {
      color: #d22e2e; }

p.return-to-shop {
  display: flex;
  align-items: center;
  justify-content: center; }

/* .woocommerce {
  min-height: 465px;
} */
/* Filter */
/* Variables */
/* Container */
.wpfFilterContent {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
  .wpfFilterContent .wpfFilterVerScroll {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px; }
    .wpfFilterContent .wpfFilterVerScroll li {
      list-style: none;
      margin-bottom: 2px;
      /* Nested children */ }
      .wpfFilterContent .wpfFilterVerScroll li .wpfLiLabel {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 6px 8px;
        border-radius: 6px;
        transition: all 0.3s ease;
                  /* .wpfCheckbox {
          input[type="checkbox"] {
            display: none;

            &:checked + label {
              background: $primary;
              border-color: $primary;

              &::after {
                content: "✔";
                color: #fff;
                font-size: 12px;
                position: absolute;
                top: 0;
                left: 3px;
              }
            }

            &:checked ~ .wpfDisplay {
              .wpfFilterTaxNameWrapper {
                font-weight: 600;
                color: $primary;
              }
            }
          }

          label {
            width: 18px;
            height: 18px;
            border: 2px solid #ccc;
            border-radius: 4px;
            display: inline-block;
            position: relative;
            cursor: pointer;
          }
        } */ }
        .wpfFilterContent .wpfFilterVerScroll li .wpfLiLabel:hover {
          background: #f5f7fa; }
        .wpfFilterContent .wpfFilterVerScroll li .wpfLiLabel .wpfDisplay {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .wpfFilterContent .wpfFilterVerScroll li .wpfLiLabel .wpfDisplay .wpfValue .wpfFilterTaxNameWrapper {
            font-size: 12px;
            color: #333; }
          .wpfFilterContent .wpfFilterVerScroll li .wpfLiLabel .wpfDisplay .wpfCount {
            font-size: 12px;
            color: #888;
            margin-left: 8px; }
      .wpfFilterContent .wpfFilterVerScroll li ul {
        margin-left: 15px;
        margin-top: 5px;
        border-left: 1px dashed #ddd;
        padding-left: 10px; }

.wpfBlockAnimated.wpfHide {
  padding: 0; }

/* product listing */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 15px 15px 0;
  width: calc(25% - 15px); }

.woocommerce-account .elementor-8331 {
  margin-bottom: 50px; }
.woocommerce-account.logged-in .woocommerce {
  padding: 0 20px; }
.woocommerce-account .elementor-element-431069a {
  min-height: 100vh;
  padding: 0; }
  @media screen and (min-width: 1299.99px) {
    .woocommerce-account .elementor-element-431069a {
      min-height: calc(100vh - 300px); } }
  .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38 {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 992px) {
      .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38 {
        height: 100%; } }
    .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38::before {
      background: url("https://vitalytiqai.com/wp-content/uploads/2025/09/contact-us.jpg") top/cover no-repeat;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 400px; }
    .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px;
      background-color: rgba(60, 5, 5, 0.5); }
    .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38 .elementor-element-434f8b5 {
      position: absolute;
      top: 25%;
      width: 100%;
      z-index: 1; }
    .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38 p.woocommerce-LostPassword {
      text-align: center;
      color: #d22e2e; }
      .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38 p.woocommerce-LostPassword:hover a {
        text-decoration: underline; }
      .woocommerce-account .elementor-element-431069a .elementor-element-9d8da38 p.woocommerce-LostPassword a {
        color: #d22e2e !important; }
.woocommerce-account .woocommerce {
  max-width: 1140px;
  margin: 0 auto; }
  .woocommerce-account .woocommerce p.error-message {
    color: #ffffff; }
  .woocommerce-account .woocommerce form {
    width: 100%;
    max-width: 450px; }
  .woocommerce-account .woocommerce .u-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
    .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses {
      display: unset; }
      .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses .u-column1, .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses .u-column2 {
        width: unset; }
      .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses a.edit {
        float: left; }
    @media (max-width: 992px) {
      .woocommerce-account .woocommerce .u-columns {
        flex-direction: column;
        padding: 0 20px; } }
    .woocommerce-account .woocommerce .u-columns .u-column1,
    .woocommerce-account .woocommerce .u-columns .u-column2 {
      width: 50%;
      max-width: 50%; }
    .woocommerce-account .woocommerce .u-columns#customer_login h2 {
      background: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%) !important;
      display: inline-block;
      border-radius: 5px 5px 0 0;
      padding: 10px 20px;
      margin: 0;
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      margin-right: auto; }
      @media (max-width: 992px) {
        .woocommerce-account .woocommerce .u-columns#customer_login h2 {
          font-size: 15px !important; } }
    .woocommerce-account .woocommerce .u-columns .u-column1,
    .woocommerce-account .woocommerce .u-columns .u-column2 {
      width: 50%;
      max-width: 450px;
      flex: 0 0 50%;
      padding: 0; }
      @media (max-width: 992px) {
        .woocommerce-account .woocommerce .u-columns .u-column1,
        .woocommerce-account .woocommerce .u-columns .u-column2 {
          width: 100%;
          overflow-x: hidden;
          align-items: center;
          margin: 0 auto;
          justify-content: center;
          display: flex;
          flex-direction: column; } }
    @media (min-width: 992px) {
      .woocommerce-account .woocommerce .u-columns {
        display: flex; } }
    @media (max-width: 992px) {
      .woocommerce-account .woocommerce .u-columns .woocommerce-account .elementor-element-431069a {
        min-height: unset;
        height: auto; }
      .woocommerce-account .woocommerce .u-columns .woocommerce-account .woocommerce-form-login,
      .woocommerce-account .woocommerce .u-columns .woocommerce-account .woocommerce-form-register {
        min-height: 0;
        height: auto; } }
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-ResetPassword {
  padding: 30px 15px !important;
  border-radius: 0 8px 8px 8px !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 0 !important; }
  .woocommerce-account .woocommerce-form-login p,
  .woocommerce-account .woocommerce-form-register p,
  .woocommerce-account .woocommerce-ResetPassword p {
    font-size: 14px; }
  .woocommerce-account .woocommerce-form-login .woocommerce-form-row,
  .woocommerce-account .woocommerce-form-register .woocommerce-form-row,
  .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
    width: 100% !important; }
    .woocommerce-account .woocommerce-form-login .woocommerce-form-row label,
    .woocommerce-account .woocommerce-form-register .woocommerce-form-row label,
    .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row label {
      font-weight: 700; }
    .woocommerce-account .woocommerce-form-login .woocommerce-form-row span,
    .woocommerce-account .woocommerce-form-register .woocommerce-form-row span,
    .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row span {
      width: 100%; }
    .woocommerce-account .woocommerce-form-login .woocommerce-form-row input,
    .woocommerce-account .woocommerce-form-register .woocommerce-form-row input,
    .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row input {
      color: #777 !important;
      font-size: 13px;
      border: 1px solid #eee !important;
      background-color: #f7f7f7 !important;
      border-radius: 8px !important;
      width: 100% !important;
      height: 50px !important;
      outline: none;
      padding-left: 20px !important;
      padding-right: 20px !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin-bottom: 5px; }
  .woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-form-login .woocommerce-Button,
  .woocommerce-account .woocommerce-form-register .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-form-register .woocommerce-Button,
  .woocommerce-account .woocommerce-ResetPassword .woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-ResetPassword .woocommerce-Button {
    margin-left: auto; }
  .woocommerce-account .woocommerce-form-login fieldset p,
  .woocommerce-account .woocommerce-form-register fieldset p,
  .woocommerce-account .woocommerce-ResetPassword fieldset p {
    margin-bottom: 8px;
    text-align: left; }
  .woocommerce-account .woocommerce-form-login button.woocommerce-form-login__submit, .woocommerce-account .woocommerce-form-login button.woocommerce-form-register__submit,
  .woocommerce-account .woocommerce-form-register button.woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-form-register button.woocommerce-form-register__submit,
  .woocommerce-account .woocommerce-ResetPassword button.woocommerce-form-login__submit,
  .woocommerce-account .woocommerce-ResetPassword button.woocommerce-form-register__submit {
    min-width: 50%; }
  .woocommerce-account .woocommerce-form-login button.woocommerce-form-register__submit,
  .woocommerce-account .woocommerce-form-register button.woocommerce-form-register__submit,
  .woocommerce-account .woocommerce-ResetPassword button.woocommerce-form-register__submit {
    margin: 0 auto; }
.woocommerce-account .woocommerce-error {
  margin-bottom: 20px; }
  .woocommerce-account .woocommerce-error a {
    color: #d22e2e; }
    .woocommerce-account .woocommerce-error a:hover {
      text-decoration: underline; }
.woocommerce-account .woocommerce-form-register {
  min-height: 345px; }
  @media (max-width: 992px) {
    .woocommerce-account .woocommerce-form-register {
      min-height: auto; } }
.woocommerce-account .woocommerce-ResetPassword {
  border-radius: 8px !important; }
.woocommerce-account .woocommerce-message {
  justify-content: flex-end; }

.woocommerce-cart .cart_totals {
  width: 30% !important; }
  @media (max-width: 767px) {
    .woocommerce-cart .cart_totals {
      width: 100% !important; } }
  .woocommerce-cart .cart_totals h2 {
    font-size: 25px;
    background: linear-gradient(to bottom, #e5e7eb, #ffffff, #f5f5f5);
    padding: 10px;
    border-radius: 8px; }
.woocommerce-cart .shop_table .product-name a {
  color: #3c0505; }
.woocommerce-cart .shop_table .product-quantity input {
  border-color: transparent;
  border: 1px solid #d22e2e;
  border-radius: 5px; }
.woocommerce-cart .shop_table .actions .coupon input {
  border-color: transparent !important;
  border: 1px solid #d22e2e !important;
  border-radius: 5px;
  height: 34px; }
.woocommerce-cart .shop_table .product-remove a {
  background: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%);
  color: #ffffff !important; }
.woocommerce-cart .checkout-button {
  margin-left: auto !important; }

.woocommerce-checkout .woocommerce-form-login-toggle {
  padding-top: 20px; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  padding: 30px 15px !important;
  border-radius: 0 8px 8px 8px !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin-top: 0 !important;
  width: 50%;
  max-width: calc(50% - 10px); }
  .woocommerce-checkout #customer_details .col-1 .input-text,
  .woocommerce-checkout #customer_details .col-2 .input-text {
    color: #777 !important;
    font-size: 13px;
    border: 1px solid #eee !important;
    background-color: #f7f7f7 !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 50px !important;
    outline: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px; }
  @media (max-width: 768px) {
    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
      width: 100%; } }
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-billing-fields span.woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper span.woocommerce-input-wrapper {
  width: 100%; }
.woocommerce-checkout #order_review_heading {
  margin-top: 20px; }
.woocommerce-checkout .ppc-button-wrapper {
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .woocommerce-checkout .ppc-button-wrapper .paypal-buttons {
    min-width: 300px !important; }
.woocommerce-checkout a.woocommerce-terms-and-conditions-link {
  color: #d22e2e;
  text-decoration: none; }
  .woocommerce-checkout a.woocommerce-terms-and-conditions-link:hover {
    text-decoration: underline; }
.woocommerce-checkout .message__disclaimer span {
  color: #d22e2e; }
  .woocommerce-checkout .message__disclaimer span:hover {
    text-decoration: underline; }
.woocommerce-checkout .woocommerce-form-login .input-text {
  color: #777 !important;
  font-size: 13px;
  border: 1px solid #eee !important;
  background-color: #f7f7f7 !important;
  border-radius: 8px !important;
  width: 100% !important;
  height: 50px !important;
  outline: none;
  padding-left: 20px !important;
  padding-right: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 5px; }
.woocommerce-checkout .woocommerce-form-login p.form-row-first label,
.woocommerce-checkout .woocommerce-form-login p.form-row-first span,
.woocommerce-checkout .woocommerce-form-login p.form-row-last label,
.woocommerce-checkout .woocommerce-form-login p.form-row-last span {
  width: 100%; }
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
  margin-left: auto; }
.woocommerce-checkout .woocommerce-form-login .lost_password {
  text-align: center; }
  .woocommerce-checkout .woocommerce-form-login .lost_password a {
    color: #d22e2e;
    text-decoration: none; }
    .woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
      text-decoration: underline; }
.woocommerce-checkout .required_field,
.woocommerce-checkout span.password-input {
  width: 100%; }

nav.woocommerce-MyAccount-navigation {
  border: 1px solid #eee !important;
  background-color: #f7f7f7 !important;
  border-radius: 5px !important;
  width: calc(20% - 10px) !important; }
  @media (max-width: 992px) {
    nav.woocommerce-MyAccount-navigation {
      width: 100% !important; } }
  nav.woocommerce-MyAccount-navigation ul {
    padding: 10px;
    list-style-type: none; }
    nav.woocommerce-MyAccount-navigation ul li {
      padding: 10px;
      border-radius: 8px; }
      nav.woocommerce-MyAccount-navigation ul li:hover, nav.woocommerce-MyAccount-navigation ul li.is-active {
        background: linear-gradient(135deg, #f57c00 0%, #b71c1c 100%); }
        nav.woocommerce-MyAccount-navigation ul li:hover a, nav.woocommerce-MyAccount-navigation ul li.is-active a {
          color: #ffffff; }
      nav.woocommerce-MyAccount-navigation ul li a {
        color: #3c0505; }
    nav.woocommerce-MyAccount-navigation ul li + li {
      margin-top: 10px; }

.woocommerce-MyAccount-content {
  width: calc(80% - 10px) !important;
  border: 1px solid #eee !important;
  background-color: #f7f7f7 !important;
  border-radius: 5px !important;
  padding: 10px;
  height: 54vh;
  overflow-y: auto; }
  @media (max-width: 992px) {
    .woocommerce-MyAccount-content {
      width: 100% !important; } }
  .woocommerce-MyAccount-content form {
    max-width: 100% !important; }
    .woocommerce-MyAccount-content form .woocommerce-address-fields {
      padding: 10px; }
    .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p {
        width: 50%; }
        .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p #billing_address_1_field, .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p #billing_address_2_field {
          width: 35%; }
        .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p:nth-child(5) {
          width: 30%; }
        .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p:nth-child(6), .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p:nth-child(7) {
          width: 35%; }
        .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p:nth-child(7) {
          margin-top: 40px; }
        .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p input, .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p span.select2-selection__placeholder {
          font-size: 12px; }
  .woocommerce-MyAccount-content a {
    color: #d22e2e; }
    .woocommerce-MyAccount-content a:hover {
      text-decoration: underline; }
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-bottom: 10px; }
  .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    background: linear-gradient(to bottom, #e5e7eb, #ffffff, #f5f5f5);
    padding: 10px;
    border-radius: 8px; }
  .woocommerce-MyAccount-content .woocommerce-address-fields,
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    border-radius: 8px !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px; }
    .woocommerce-MyAccount-content .woocommerce-address-fields .input-text,
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm .input-text {
      color: #777 !important;
      font-size: 13px;
      border: 1px solid #eee !important;
      background-color: #f7f7f7 !important;
      border-radius: 8px !important;
      width: 100% !important;
      height: 50px !important;
      outline: none;
      padding-left: 20px !important;
      padding-right: 20px !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin-bottom: 5px; }
    .woocommerce-MyAccount-content .woocommerce-address-fields label,
    .woocommerce-MyAccount-content .woocommerce-address-fields span,
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
      width: 100%; }

.show-password-input {
  background-image: none !important; }

.woocommerce-info {
  border-color: #d22e2e; }
  .woocommerce-info:before {
    color: #d22e2e; }
  .woocommerce-info a {
    color: #d22e2e;
    text-decoration: none; }
    .woocommerce-info a:hover {
      text-decoration: underline; }

.video-restriction {
  min-height: calc(100vh - 155px); }
  .video-restriction button {
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: #3c0505;
    color: #ffffff;
    transition: all 0.35s ease-in-out; }
    .video-restriction button.video-btn {
      min-width: 280px; }
    .video-restriction button:hover {
      background: #d22e2e; }
    .video-restriction button br {
      display: none; }

#video-popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999; }

.pop-inner {
  width: 100vw;
  height: 100vh;
  max-width: 1200px;
  max-height: 600px;
  margin: 10px;
  background: white;
  border-radius: 8px;
  position: relative; }
  .pop-inner span#close-popup {
    padding: 20px; }
  .pop-inner .title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    background: #d22e2e;
    border-radius: 8px 8px 0 0; }
    .pop-inner .title-section h3 {
      margin: 0;
      color: #ffffff; }
    .pop-inner .title-section span {
      margin-left: auto;
      color: #ffffff;
      cursor: pointer; }
  .pop-inner #email-section .input-wrapper {
    padding: 20px; }
    .pop-inner #email-section .input-wrapper input {
      min-height: 50px;
      width: 50%;
      padding: 0 20px;
      margin-right: 10px;
      border: 1px solid #eee;
      background-color: #f7f7f7; }
      .pop-inner #email-section .input-wrapper input:-webkit-autofill, .pop-inner #email-section .input-wrapper input:-webkit-autofill:hover, .pop-inner #email-section .input-wrapper input:-webkit-autofill:focus, .pop-inner #email-section .input-wrapper input:-webkit-autofill:active {
        box-shadow: 0 0 0 1000px red inset !important;
        -webkit-text-fill-color: red !important; }
  .pop-inner #video-section {
    margin-top: 0; }
    .pop-inner #video-section iframe {
      height: 535px;
      border-radius: 0 0 8px 8px; }

@media (max-width: 992px) {
  .contact-us {
    padding-top: 0px !important;
    margin-top: 0px !important; }

  .contact-form {
    margin-bottom: 45px; }

  .contact-us .right-content {
    text-align: center; }

  .contact-us .footer-content {
    padding: 60px 0px !important; } }
.contact-us .elementor-widget-wrap {
  /*  min-height: 50px; */ }
.contact-us .contact-form {
  position: relative;
  z-index: 10;
  padding: 20px 15px 15px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .contact-us .contact-form fieldset p {
    margin-bottom: 8px;
    text-align: left; }
  .contact-us .contact-form input,
  .contact-us .contact-form textarea {
    /*  color: #777;
     font-size: 13px;
     border: 1px solid #eee;
     background-color: #f7f7f7;
     border-radius: 8px;
     width: 100%;
     height: 50px;
     outline: none;
     padding-left: 20px;
     padding-right: 20px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     margin-bottom: 5px; */ }
  .contact-us .contact-form span.wpcf7-not-valid-tip {
    /*  text-align: left; */ }
  @media screen and (max-width: 1200px) {
    .contact-us .contact-form .wpcf7-response-output {
      margin: 0 auto; } }
  .contact-us .contact-form textarea {
    height: 168px;
    resize: none;
    padding: 12px; }
  .contact-us .contact-form ::placeholder {
    /* Edge */
    color: #7a7a7a; }
  .contact-us .contact-form .main-button {
    /* max-width: 300px;
    padding-top: 0;
    padding-bottom: 0; */ }
.contact-us .right-content {
  align-self: center; }
.contact-us .social {
  overflow: hidden;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .contact-us .social {
      text-align: center; } }
  .contact-us .social li {
    margin: 0px 7.5px;
    display: inline-block; }
    .contact-us .social li:first-child {
      margin-left: 0px; }
    .contact-us .social li a {
      color: #ffffff;
      text-align: center;
      background-color: transparent;
      border: 1px solid #ffffff;
      width: 44px;
      height: 44px;
      line-height: 44px;
      border-radius: 50%;
      display: inline-block;
      font-size: 16px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .contact-us .social li a:hover {
        background-color: #3c0505;
        border-color: #3c0505;
        color: #ffffff; }

.contactus-content {
  padding: 120px 0px; }
  @media (max-width: 992px) {
    .contactus-content {
      padding: 60px 0px; } }
  .contactus-content .right-content {
    color: #ffffff; }
    .contactus-content .right-content h2 em {
      display: inline-block;
      font-style: normal;
      color: #d22e2e;
      background: #ffffff;
      padding: 0 10px; }
    .contactus-content .right-content p {
      color: #ffffff; }
    .contactus-content .right-content a {
      color: #3c0505; }
      .contactus-content .right-content a:hover {
        color: #ffffff; }

.text-area .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
  top: -10px; }

.wpcf7-response-output {
  margin-top: 1em !important; }

#pum-12419 {
  background: rgba(0, 0, 0, 0.7); }
  #pum-12419 .pum-responsive {
    top: 250px !important;
    border-radius: 8px;
    max-width: 700px !important;
    margin: 0 auto;
    left: 0 !important;
    right: 0; }
  #pum-12419 button.popmake-close {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    right: -10px;
    top: -25px;
    font-size: 0 !important; }
    #pum-12419 button.popmake-close::before {
      content: "\00D7";
      color: #ffffff;
      font-size: 30px;
      line-height: 1;
      position: absolute;
      left: 50%;
      top: 17px;
      transform: translate(-50%, -50%); }
  #pum-12419 fieldset {
    margin-bottom: 15px; }
  #pum-12419 textarea {
    height: 118px; }

.wpcf7 form {
  /* background: #fff;
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif; */ }

.wpcf7 label {
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 6px;
  display: block; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  transition: border .2s ease; }

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #b71c1c;
  outline: none; }

.wpcf7 input[type="submit"] {
  background-color: #b71c1c;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all .2s ease; }

.wpcf7 input[type="submit"]:hover {
  background-color: #8e0000; }

.wpcf7-not-valid {
  border-color: #e2401c !important; }

.wpcf7-not-valid-tip {
  color: #e2401c;
  font-size: 12px;
  margin-top: 5px; }

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #e2401c;
  background: #fff5f5;
  color: #b71c1c;
  padding: 12px 16px;
  margin-top: 15px;
  border-radius: 4px; }

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #0f834d;
  background: #f1fff7;
  color: #0f834d;
  padding: 12px 16px;
  margin-top: 15px;
  border-radius: 4px; }

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  accent-color: #b71c1c; }

.wpcf7 .form-row {
  margin-bottom: 18px; }

.wpcf7 .required {
  color: #b71c1c;
  font-weight: 600; }

/*  */
.price-list ul {
  list-style-type: decimal;
  padding: 0 0 0 30px; }

.price-title h2 {
  font-size: 28px; }

.app-download {
  background: linear-gradient(180deg, #ffffff, #fafafa);
  padding: 32px;
  border-radius: 16px 0 0 16px;
  border: 1px solid #eee;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  transition: all .35s ease; }

.app-download:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08); }

.app-download h5 {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b71c1c;
  margin-bottom: 8px;
  font-weight: 600; }

.app-download .price-title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-top: 22px;
  margin-bottom: 12px;
  position: relative; }

.app-download .price-title h2 span {
  color: #b71c1c; }

.app-download .price-title h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #b71c1c;
  position: absolute;
  bottom: -7px;
  left: 0;
  border-radius: 6px;
  transition: width .3s ease; }

.app-download:hover .price-title h2::after {
  width: 65px; }

.app-download .price-list ul {
  padding-left: 0;
  margin-top: 10px; }

.app-download .price-list li {
  list-style: none;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative; }

.app-download .price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  background: #b71c1c;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.app-download .elementor-element-74ed4c9 {
  background: #fff4f4;
  border-left: 4px solid #b71c1c;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  margin-top: 10px; }

.app-download .elementor-element-9e94d16 {
  background: #f9fafc;
  padding: 16px;
  border-radius: 10px;
  border: 1px dashed #ddd; }

.app-download::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: rgba(183, 28, 28, 0.06);
  border-radius: 50%; }

@media (max-width: 768px) {
  .app-download {
    padding: 22px; }

  .app-download .price-title h2 {
    font-size: 19px; } }
.okari-pricing {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif; }

.pricing-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: all .3s ease;
  position: relative; }

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08); }

.pricing-card.annual {
  border: 2px solid #b71c1c; }

.plan {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 10px; }

.price {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  line-height: 1; }

.unit {
  font-size: 14px;
  color: #666;
  margin-top: 4px; }

.sub {
  margin-top: 8px;
  font-size: 13px;
  color: #b71c1c;
  font-weight: 500; }

.badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #b71c1c;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600; }

.okari-btn {
  display: block;
  margin-top: 18px;
  padding: 13px 18px;
  text-align: center;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all .25s ease;
  border: 1px solid #ddd;
  text-decoration: none !important; }
  .okari-btn:hover {
    background: #eee;
    color: #b71c1c; }
  .okari-btn.primary {
    background: #b71c1c;
    color: #fff;
    border: none; }
    .okari-btn.primary:hover {
      background: #8e0000;
      box-shadow: 0 8px 22px rgba(183, 28, 28, 0.25);
      transform: translateY(-1px); }

@media (max-width: 768px) {
  .okari-pricing {
    flex-direction: column; } }
.first-listing {
  position: relative; }
  .first-listing .elementor-widget-icon-box {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-radius: 18px;
    border: 1px solid #eef1f5;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    /* &::before {
        content: "Senior Safety Monitoring";
    } */ }
    .first-listing .elementor-widget-icon-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08); }
  .first-listing .elementor-icon-box-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px; }
  .first-listing .elementor-icon-box-description {
    font-size: 14px;
    color: #5c6675;
    line-height: 1.7; }

.middle-listing .elementor-widget-icon-box {
  background: linear-gradient(180deg, #ffffff, #f5f8fc);
  border-radius: 20px;
  border: 1px solid #edf1f6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
  transition: .35s ease;
  position: relative;
  overflow: hidden;
       /*  &:nth-child(1)::before {
            content: "Chronic Monitoring";
        }

        &:nth-child(2)::before {
            content: "Family Support";
        }

        &:nth-child(3)::before {
            content: "Accessibility Care";
        }

        &:nth-child(4)::before {
            content: "Clinical Insights";
        } */ }
  .middle-listing .elementor-widget-icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08); }
  .middle-listing .elementor-widget-icon-box::before {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(183, 28, 28, 0.08);
    color: #b71c1c;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600; }
.middle-listing .elementor-icon-box-title {
  font-size: 19px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px; }
.middle-listing .elementor-icon-box-description {
  font-size: 14px;
  color: #5c6675;
  line-height: 1.7; }
.middle-listing .section-label {
  top: -13px; }

.end-listing .elementor-widget-icon-box {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-radius: 18px;
  border: 1px solid #eef1f5;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  transition: all .35s ease;
  position: relative;
  overflow: hidden; }
  .end-listing .elementor-widget-icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08); }
  .end-listing .elementor-widget-icon-box::before {
    /* content: "High-Risk Protection"; */
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(183, 28, 28, 0.08);
    color: #b71c1c;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600; }
.end-listing .elementor-icon-box-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px; }
.end-listing .elementor-icon-box-description {
  font-size: 14px;
  color: #5c6675;
  line-height: 1.7; }

.section-label {
  position: absolute;
  top: -3px;
  right: 26px;
  background: #b71c1c;
  color: #fff;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 9; }

.woocommerce-page nav.woocommerce-breadcrumb {
  font-size: 13px;
  background: linear-gradient(180deg, #ffffff, #f4f8fc);
  padding: 10px 16px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #edf1f6;
  position: relative;
  margin-top: 25px; }
  .woocommerce-page nav.woocommerce-breadcrumb a:first-child {
    padding-left: 26px;
    position: relative; }
    .woocommerce-page nav.woocommerce-breadcrumb a:first-child::before {
      content: "";
      position: absolute;
      left: 6px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b71c1c' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3z'/%3E%3C/svg%3E") no-repeat center;
      background-size: contain; }

/* GLOBAL PRODUCT CARD */
.summary.entry-summary {
  background: linear-gradient(135deg, #ffffff, #f7fbff);
  border-radius: 20px;
  padding: 22px;
  border: 1px solid #e6eef5;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
  font-family: 'Poppins', sans-serif; }

/* PRODUCT TITLE */
.summary .product_title {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin: 0; }

/* PILL PRICE BADGE */
.summary .price {
  /*  background: linear-gradient(90deg, #b71c1c, #e53935);
  color: #fff !important; */
  /*padding: 0;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 22px;
  box-shadow: 0 6px 18px rgba(183, 28, 28, .25); */ }
.summary .woocommerce-variation-price .price {
  margin: 0;
  /* * {
      color: #fff !important;
  } */ }

/* VARIATION CARD */
.variations_form {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #edf2f7;
  box-shadow: inset 0 0 0 1px #f3f6f9; }

/* LABEL STYLE */
.variations th.label {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  color: #64748b; }

/* VARIATION BUTTONS */
.variable-items-wrapper .variable-item {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 12px !important;
  padding: 8px !important;
  transition: .25s;
  height: auto !important;
  text-align: left !important;
  line-height: 1.5; }

.variable-items-wrapper .variable-item:hover {
  border-color: #b71c1c;
  background: #fff4f4; }

/* SELECTED */
.variable-items-wrapper .variable-item.selected {
  /* background: linear-gradient(135deg, #b71c1c, #e53935); */
  background: linear-gradient(135deg, #fff1f1, #ffe3e3);
  color: #b71c1c;
  border: none; }

/* QUANTITY FIELD */
.quantity .qty {
  border-radius: 10px;
  border: 1px solid #dde5ec;
  padding: 12px; }

/* FLOATING STICKY ADD TO CART */
.woocommerce div.product .summary {
  position: relative; }

.woocommerce-product-details__short-description {
  margin: 20px 0; }
  .woocommerce-product-details__short-description p {
    font-size: 16px;
    color: #555;
    line-height: 1.6; }

.woocommerce div.product form.cart {
  display: flex;
  flex-flow: wrap;
  margin: 14px 0 0; }

@media (min-width: 1024px) {
  .single_add_to_cart_button {
    position: sticky;
    /* bottom: 20px; */ } }
/* STRIPE PAYMENT CARD */
#wc-stripe-express-checkout-element {
  /* background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e6eef5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05); */ }

/* TRUST BADGES */
.summary::after {
  content: "Secure • AI Monitoring • Medical Grade";
  display: block;
  margin-top: 18px;
  font-size: 12px;
  color: #64748b;
  letter-spacing: .4px; }

/* MOST POPULAR BADGE */
.summary::before {
  /* content: "Most Popular";
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, #ff9800, #ffc107);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15); */ }

/* PLAN SWITCH STYLE */
.variable-items-wrapper[data-attribute_name="attribute_pa_plan"] {
  /*  background: #f1f5f9;
  padding: 6px;
  border-radius: 50px;
  display: inline-flex; */ }
  .variable-items-wrapper[data-attribute_name="attribute_pa_plan"] span {
    margin: 0; }
  .variable-items-wrapper[data-attribute_name="attribute_pa_plan"] .variable-item {
    border-radius: 40px;
    padding: 8px 18px;
    margin: 0;
    background: #fff; }
  .variable-items-wrapper[data-attribute_name="attribute_pa_plan"] .selected {
    background: linear-gradient(135deg, #b71c1c, #e53935);
    color: #fff; }
    .variable-items-wrapper[data-attribute_name="attribute_pa_plan"] .selected span {
      color: #fff; }

.woocommerce div.product form.cart .reset_variations {
  margin-left: 10px;
  color: #b71c1c; }

.summary.entry-summary {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.85); }

.woo-variation-swatches .variable-items-wrapper {
  flex-direction: row !important;
  gap: 10px;
  margin-bottom: 10px; }
  .woo-variation-swatches .variable-items-wrapper li .variable-item-contents label {
    display: flex !important; }
    .woo-variation-swatches .variable-items-wrapper li .variable-item-contents label input[type=checkbox],
    .woo-variation-swatches .variable-items-wrapper li .variable-item-contents label input[type=radio] {
      margin: 6px 0 0;
      min-width: 20px; }

.gst-price-note {
  flex: 0 0 100%;
  font-size: 13px;
  margin: 0 0 10px; }

.woocommerce-variation-add-to-cart {
  float: left;
  width: 100%;
  display: flex;
  margin: 0 0 0;
  flex-wrap: wrap; }
  .woocommerce-variation-add-to-cart .button {
    top: 0; }

.woocommerce div.product form.cart .variations label {
  font-size: 16px; }

.woocommerce-page.single .summary.entry-summary p.price span bdi {
  font-size: 19px; }
.woocommerce-page.single span.price bdi {
  font-size: 30px; }

/* quantity field */
/* Related Products */
.single-product .product_cat-subscription .woocommerce-product-gallery__wrapper {
  max-width: 300px;
  margin: 0 auto !important; }

.price-title h3 {
  color: #353f4f !important;
  font-weight: 700 !important;
  margin-bottom: 10px; }

p.stars a {
  color: #d22e2e !important; }

.elementor-widget-image {
  text-align: center; }

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
  margin: 0; }

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 200px auto;
  padding: 0 20px; }
  .timeline__line {
    position: absolute;
    z-index: 1;
    border: 1px dotted #e5e7eb; }
    @media (min-width: 991px) {
      .timeline__line {
        top: 50%;
        left: 0;
        right: 0;
        height: 0;
        transform: translateY(-50%); }
        .timeline__line::before, .timeline__line::after {
          content: '';
          position: absolute;
          top: -8px;
          width: 18px;
          height: 16px;
          background: #000;
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          transform: rotate(90deg); }
        .timeline__line::before {
          left: -10px; }
        .timeline__line::after {
          right: -10px; } }
    @media (max-width: 991px) {
      .timeline__line {
        top: 0;
        bottom: 0;
        left: 30px;
        width: 0; } }
  .timeline__container {
    display: flex;
    position: relative;
    z-index: 2; }
    @media (min-width: 991px) {
      .timeline__container {
        justify-content: space-between;
        align-items: center; } }
    @media (max-width: 991px) {
      .timeline__container {
        flex-direction: column;
        gap: 40px; } }
  .timeline__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 991px) {
      .timeline__item {
        width: 20%;
        text-align: center; }
        .timeline__item--top {
          transform: translateY(-50%);
          margin-top: 0; }
          .timeline__item--top .timeline__content {
            order: 1; }
          .timeline__item--top .timeline__hexagon {
            order: 2; }
          .timeline__item--top .timeline__connector {
            order: 3; }
          .timeline__item--top .timeline__dot {
            order: 4; }
        .timeline__item--bottom {
          transform: translateY(50%);
          margin-bottom: 0; }
          .timeline__item--bottom .timeline__dot {
            order: 1; }
          .timeline__item--bottom .timeline__connector {
            order: 2; }
          .timeline__item--bottom .timeline__hexagon {
            order: 3; }
          .timeline__item--bottom .timeline__content {
            order: 4; } }
    @media (max-width: 991px) {
      .timeline__item {
        flex-direction: row;
        text-align: left;
        align-items: center;
        width: 100%;
        gap: 20px; }
        .timeline__item .timeline__dot {
          order: 1; }
        .timeline__item .timeline__connector {
          display: none; }
        .timeline__item .timeline__hexagon {
          order: 2;
          flex-shrink: 0; }
        .timeline__item .timeline__content {
          order: 3; } }
  .timeline__hexagon {
    width: 80px;
    height: 68px;
    background-color: #d22e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg); }
    .timeline__hexagon img {
      max-width: 50px;
      transform: rotate(-90deg); }
  .timeline__connector {
    width: 1px;
    height: 30px;
    border-left: 2px dotted #e5e7eb; }
  .timeline__dot {
    width: 14px;
    height: 14px;
    background: #000000;
    border-radius: 50%;
    flex-shrink: 0; }
  .timeline__content {
    background: #ffffff;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    border-radius: 8px; }
    @media (min-width: 991px) {
      .timeline__content {
        margin: 20px 0; } }
  .timeline__title {
    color: #d22e2e;
    font-size: 1rem;
    margin: 0 0 5px 0;
    font-weight: bold; }
  .timeline__text {
    font-size: 12px !important;
    color: #212529;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0; }

.message__content {
  margin: 5px 0 0; }

/*# sourceMappingURL=custom.css.map */
