/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.1.1747366569
Updated: 2025-05-16 04:36:09

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Container */
.vn-padding {
    margin: 0 50px;
    border-radius: 25px;
}
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}
/* header start */
.phone-call-butn {
    display: none;
}
a.btn-primary:focus {
    border: 1px solid #6DB7FF !important;
    outline: none;
}
header.header {
    display: flex;
    justify-content: center;
}
 body.page-template-homepage-template.page-template-homepage-template-php .header .container {
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: absolute;
    z-index: 99;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 40px;
    width: 100%;
    margin: 24px 36px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    max-height: 40px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav-links li a:focus {
    border: 1px solid #6DB7FF !important;
    outline: none;
}
.nav-links li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:#1B1B1B;
    letter-spacing: 0;
    vertical-align: middle;
}

.header-btn .btn-primary {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    background: #1E90FF;
    color: #ffff;
    padding: 13px 25px;
    border-radius: 25px;
}

/*  header end */



/* footer start */
.footer {
  background: #fff;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
}

.footer-top {
  padding: 40px 0;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #000;
  text-decoration: none;
	
}

.footer-column.newsletter p {
  font-size: 13px;
  margin: 10px 0;
}

.newsletter-form {
  display: flex;
  max-width: 300px;
}

.newsletter-form input[type="email"] {
  padding: 10px 15px;
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 20px 0 0 20px;
  outline: none;
}

.newsletter-form button {
  padding: 10px 20px;
  background: #1d99ff;
  border: none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: #007adc;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer-links a {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

.social-icons a img {
  height: 18px;
  margin-left: 10px;
}

/* footer end */


/* hero section start */
.hero-section {
/*   width: 100%; */
  background: #fff;
  padding: 0;
}

.hero-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100vh;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 20px;
    border-radius: 25px;
}

.hero-text {
  flex: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text .highlight {
    color:#1B1B1B;
    /* font-family: Poppins; */
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0%;
    max-width: 730px;
    width: 100%;
    display: block;
}
.highlight em {
    font-style: normal;
    color: #1E90FF;
}

.hero-text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #1B1B1B;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-primary {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffff;
    text-align: center;
    text-decoration: none;
    padding: 13px 25px;
    background: #D4AC6E;
    border-radius: 25px;
}

.btn.outline {
  border: 1px solid #1d99ff;
  color: #1d99ff;
  background: transparent;
}

.btn.outline:hover {
  background: #e8f4ff;
}


/* hero section end */



/* 2nd section */
.container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0px;
    gap: 40px;
    background-color: #fff;
}

.text-section {
  max-width: 600px;
  flex: 1 1 50%;
}

.text-section h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    color: #000;
}

.text-section p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.1.1747366569
Updated: 2025-05-16 04:36:09

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Container */
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

/* header start */

header.header {
    display: flex;
    justify-content: center;
}
.header .container {
/*     background: #fff; */
    padding: 20px 24px;
/*     box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
/*     position: absolute; */
    z-index: 99;
    max-width: 1277px;
    margin: 0 auto;
    border-radius: 40px;
    width: 100%;
    margin: 24px 36px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    max-height: 40px;
}

/* .nav-links {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
} */

.nav-links li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    letter-spacing: 0;
    vertical-align: middle;
}

/* .header-btn .btn-primary {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    background: #D4AC6E;
    color: #ffff;
    padding: 13px 25px;
    border-radius: 25px;
}
 */
/*  header end */



/* footer start */
.footer {
  background: #fff;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
}

.footer-top {
  padding: 40px 0;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #000;
  text-decoration: none;
	
}

.footer-column.newsletter p {
  font-size: 13px;
  margin: 10px 0;
}

.newsletter-form {
  display: flex;
  max-width: 300px;
}

.newsletter-form input[type="email"] {
  padding: 10px 15px;
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 20px 0 0 20px;
  outline: none;
}

.newsletter-form button {
  padding: 10px 20px;
  background: #1d99ff;
  border: none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: #007adc;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer-links a {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

.social-icons a img {
  height: 18px;
  margin-left: 10px;
}
@media (max-width: 992px){
	.vn-form-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    transform: unset !important;
}
		.vn-padding {
    margin: 0!important;
    border-radius: 25px;
}
section.contact-section {
    padding: 0 20px;
    flex-direction: column;
    gap: 0!important;
    margin: 30px 0px !important;
}
.vn-form-sec {
    max-width: 100% !important;
    padding: 13px !important;
}
.container.footer-top {
    padding: 40px 20px;
}
.footer-column h4 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.footer-column ul li {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.footer-columns {
    gap: 12px;
}
form.wpcf7-form.init h2 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin: 0;
}
	.contact-container {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.contact-container p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.newsletter-wrapper input.wpcf7-form-control {
    margin-bottom: 10px;
}
	.vn-form-sec input::placeholder, .vn-form-sec textarea::placeholder {
    font-size: 14px !important;
}
}
/* footer end */


/* hero section start */
.hero-section {
  width: 100%;
  background: #fff;
  padding: 0;
}

.hero-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100vh;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 20px;
    border-radius: 25px;
}

.hero-text {
  flex: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 23px;
}

.hero-text .highlight {
    color: #1b1b1b;
    /* font-family: Poppins; */
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0%;
}
.highlight em {
    font-style: normal;
    color: #1E90FF;
}

.hero-text p {
    /* font-family: Poppins; */
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color:#1B1B1B;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn.primary {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffff;
    text-align: center;
    text-decoration: none;
    padding: 13px 25px;
    background: #D4AC6E;
    border-radius: 25px;
}

.btn.outline {
  border: 1px solid #1d99ff;
  color: #1d99ff;
  background: transparent;
}

.btn.outline:hover {
  background: #e8f4ff;
}

/* hero section end */


/* 2nd section */
.container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0px;
    gap: 40px;
    background-color: #fff;
}

.text-section {
  max-width: 600px;
  flex: 1 1 50%;
}

.text-section h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    color: #1B1B1B;
}

.text-section p {
    color: #1B1B1B;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 49px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.info-box h2 {
  font-size: 24px;
  color: #000;
  margin: 0 0 0px 0;
}

.info-box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color:#1b1b1b;
    margin: 0;
}
.mobile-image-section {
    display: none;
}
.image-section {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 20px;
}
.image-section img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}
.mobile-section-text-image {
    display: none;
}
.mobile-section-image {
    display: none;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.info-box h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
	color:#1b1b1b;
}
.image-section {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 20px;
}

/* 2nd section end */



/* 3rd section benifit cards */
 .container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
.benefits {
    background-color: #000;
    border-radius: 25px;
}
.benefits__container {
    display: grid;
    gap: 19px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 80px 20px 35px 20px;
}
.benefits__image {
    width: 100%;
    height: 406px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 18px;
}

.benefits__title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0;
}
.benefits__card {
    text-align: center;
}
.benefits__description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    color: #ffff;
    margin: 0;
    padding-top: 16px;
}

/* 3rd section benifit cards end*/




/* <!-- 4th section --> */

  .pemf-wrapper {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
      padding: 60px 20px;
      display: flex;
      gap: 40px;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

.pemf-image-box {
    flex: 1 1 650px;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .pemf-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .pemf-content {
      flex: 1 1 500px;
    }

.pemf-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    margin: 0;
    color: #1b1b1b;
}
.pemf-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 0px 49px;
    color: #1b1b1b;
}

    .pemf-stats {
      display: grid;
      grid-template-columns: repeat(1, 1fr 1fr);
      gap: 32px;
    }

    .pemf-stat-box {
      font-family: Poppins, sans-serif;
    }

    .pemf-stat-title {
      font-family: Poppins;
      font-weight: 700;
      font-size: 30px;
      line-height: 39px;
      letter-spacing: 0;
      text-align: justify;
      color: #1b1b1b;
    }

.pemf-stat-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #1b1b1b;
}

/* <!-- 4th section end here--> */

/* 5th section  */

.oxygen-benefits {
    background-color: #000;
    border-radius: 25px;
}

  .oxygen-benefits__wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .oxygen-benefits__grid {
    display: grid;
    gap: 19px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 80px 0 35px;
  }

  .oxygen-benefits__item {
    text-align: center;
  }

  .oxygen-benefits__image {
    width: 100%;
    height: 406px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 18px;
  }

  .oxygen-benefits__heading {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    text-align: center;
    color: #fff;
    margin: 0;
  }

  .oxygen-benefits__text {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding-top: 16px;
  }

/* 5th section end here */


/* <!--  6th faq section	 --> */


.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px;
}
.faq-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    margin-bottom: 9px;
	color:#1b1b1b;
}

    .faq-description {
      font-family: Poppins;
      font-weight: 700;
      font-size: 30px;
      line-height: 39px;
      letter-spacing: 0;
      text-align: center;
      margin: 0 0 21px;
		color:#1b1b1b;
    }

details {
    border-bottom: 1px solid #1E90FF;
    padding: 11px 0;
}

summary.vn-sum {
    cursor: pointer;
    outline: none;
    align-items: center;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    color: #1b1b1b;
    position: relative;
    display: flex;
}

    summary::marker {
      display: none;
    }

summary::after {
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
/*     background-image: url('/wp-content/images/arrow.svg'); */
	   background-image: url('https://vdih-zivljenja.si/wp-content/uploads/2025/07/arrow-1.png');
	
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translate(-17px, -50%) rotate(0deg);
}

details[open] summary::after {
    transform: translate(-17px, -50%) rotate(180deg);
}

/* details[open] summary::after {
    transform: rotate(90deg);
}
 */
    details p {
      margin: 7px 0 0;
      color: #1b1b1b;
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0;
    }

    @media (max-width: 600px) {
      .faq-title {
        font-size: 18px;
      }

      .faq-description,
      summary,
      details p {
        font-size: 14px;
      }
    }

    @media (max-width: 400px) {
      .faq-description,
      summary,
      details p {
        font-size: 12px !important;
      }
    }

/* <!--  6th faq section	 --> */


/* <!--  7th faq section	 --> */

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    padding-bottom: 50px;
}
.gallery-item {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    background: white;
/*     border-radius: 25px; */
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-item img {
    width: 463px;
    height: auto;
    display: block;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* <!--  7th faq section end here	 --> */

/* 9th section contact form */
.vn-form-sec input:focus, .vn-form-sec textarea:focus {
    border: 1px solid #6DB7FF !important;
    outline: none;
}
section.contact-section {
    display: flex;
    justify-content: center;
    margin: 60px 10px;
    gap: 74px;
}
.vn-form-sec {
    width: 100%;
    max-width: 573px;
    background: #1A73E8;
    padding: 33px;
    border-radius: 16px;
}
.vn-form-sec input.wpcf7-form-control{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: #fff;
}
.vn-form-sec p {
    margin-bottom: 15px;
}
.vn-form-sec input::placeholder {
    color:#1b1b1b;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}
.vn-form-sec textarea {
    width: 100%;
    height: 118px;
    border-radius: 10px;
    background: #fff;
}
.vn-form-sec textarea::placeholder {
    color: #1b1b1b;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}
.vn-form-sec .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}
span.wpcf7-list-item-label {
    margin-left: 8px;
}
.vn-form-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    max-width: 177px;
    margin: 0 auto;
    transform: translate(90%, 5px);
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #1E90FF;
}
.contact-container h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    color: #1b1b1b;
}
.contact-container p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color:#1b1b1b;
}
.contact-container p span {
    color: #1a73e8;
}

/* end contact css */

/* 9th section */

section.vn-section {
    background: #000000;
    border-radius: 25px;
}
.section-header {
    text-align: left;
    margin-bottom: 50px;
    padding: 75px 20px 0 20px
;
}

.section-header h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    margin: 0 0 17px 0;
    color: #fff;
}

.section-header p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}
.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 20px 75px 20px;
}

    .testimonial {
      background-color: transparent;
      flex: 1 1 calc(50% - 30px);
      min-width: 280px;
    }
 
.stars img {
    height: 40px;
    display: block;
}

.quote {
    font-family: Poppins;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 30px 0;
    color: #ffff;
}
    .person {
      display: flex;
      align-items: center;
    }
.person img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 12px;
}

.person-name {
    font-weight: bold;
    font-size: 0.95rem;
    color: #fff;
}

    .person-role {
      font-size: 0.85rem;
      color: #aaa;
    }

    @media (max-width: 768px) {
      .testimonials {
        flex-direction: column;
      }

      .testimonial {
        flex: 1 1 100%;
      }
    }

/* end 9th section */




.mobile-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: relative;
} 

/* Responsive styles */
@media (max-width: 1200px) {
.header-btn {
    display: none;
}
.mobile-toggle {
    display: block;
	padding: 0px;
     line-height: 0px;
}
	nav.nav.show {
    display: block;
}
.nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 20px;
	border-radius:25px;
}
.header .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
}
ul.nav-links {
    flex-direction: column;
    gap: 20px;
}
.nav-links li a {
    font-size: 17px;
}
.logo img {
    max-height: 30px;
}
}
@media (max-width: 768px){
.logo img {
    max-height: 20px;
}
}



.vn-bg {
    background-color: #000;
    padding: 70px 0px;
    border-radius: 25px;
}

section.pricing-section h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #fff;
    padding-bottom: 17px;
}

.subtitle {
    max-width: 700px;
    margin: 0 auto 40px auto;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card {
    background-color: #1E90FF;
    border-radius: 20px;
    padding: 20px;
    width: 290px;
    flex-shrink: 0;
/*     min-height: 500px; */
}

.card h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 9px;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-box {
    background-color: transparent;
    color: #ffffff;
    padding: 8px;
    border-radius: 20px;
    margin-bottom: 15px;
    text-align: center;
    border: 2px solid #fff;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.price-box p strong {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
}
.price {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0;
    text-align: center;
}
.price-box p {
    margin: 0;
    min-height: 53px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
}
.recommended {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #1e90ff;
    position: relative;
}
.price-box.recommended:before {
    position: absolute;
    content: 'priporoČamo';
    background: #D4AC6E;
    height: 20px;
    width: 90px;
    top: -5px;
    left: -16px;
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
    border-radius: 5px;
    transform: rotate(-12deg);
}
span.price em {
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    line-height: 11px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    font-style: normal;
}

/* three boxses section css */
.icon-with-text-section {
    display: flex;
    gap: 20px;
    align-items: center;
}
.left-icon-image {
    width: 100px !important;
    display: flex;
    justify-content: center;
}
/* .left-icon-image svg {
    width: 70px;
    height: 70px;
} */
/* .left-icon-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: max-content;
} */
.main-box-section-top {
    display: flex;
    gap: 30px;
}
.boxsses-section {
    background: #1E90FF;
    padding: 20px;
    border-radius: 23px;
}
.main-box-section-top {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    column-gap: 10px;
    margin: 3rem;
}
.boxsses-section h1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    margin: auto;
    line-height: 34px;
    margin-bottom: 10px;
	font-family: Poppins;
}
.style-list-section ul li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-family: Poppins;
}
.right-content-section {
    width: 100%;
}
.boxsses-section h2 {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 0px;
}
.boxsses-section p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #fff;
    font-family: Poppins;
}
.boxsses-section p.content {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    font-family: Poppins;
}
.Second-box.boxsses-section.vn-bg-color {
    background: #fff;
    border: 2px solid #1e90ff;
}
.vn-bg-color h1 {
    color: #1e90ff;
}
.vn-bg-color p.content {
    color: #1e90ff;
}
.vn-bg-color h2 {
    color: #1e90ff;
}
.vn-bg-color p {
    color: #1e90ff;
}
	section.vn-section.mobile-review-section {
    display: none;
}

/* End here */


/* Media query start here */
@media (max-width: 1200px){
.wrapper {
    padding: 40px 30px;
    flex-direction: column;
}
.text-section {
    max-width: 100%;
}
.image-section img {
    max-width: 700px;
	width:100%;
    height: auto;
    object-fit: cover;
}
.vn-form-sec p:nth-last-child(1) {
    display: flex;
}
.vn-form-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    transform: none !important;
}
.image-section {
    justify-content: flex-start;
}
}
@media (max-width: 992px){
	.pemf-image-box {
    flex: 1 1!important;
}
    .info-box p {
    font-size: 12px;
    line-height: 16px;
}
section.vn-section {
    padding: 0 20px;
    margin: 0px;
    border-radius: 0px;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px!important;
}
.info-box h2 {
    font-size: 20px;
    line-height: 26px;
}
.text-section p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 29px;
}
	.faq-container {
    padding: 50px 20px!important;
}
}
@media (max-width: 425px){
    .info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
	.wrapper {
    padding: 40px 20px;
    flex-direction: column;
    gap: 0;
}
}

@media (max-width: 500px) {
.price-box p {
    font-size: 15px;
}
}

/* 29/05/25 */
@media (max-width: 767px){
.mobile-section-image {
    display: block;
}
.mobile-toggle {   
    line-height: 0;
}
	.mobile-section-text-image {
    display: block;
}
	.vn-icons-wrapper {
    padding: 20px 15px 0px !important;
}
/* 	input[type=checkbox], input[type=radio] {
    padding: 0;
    width: 10px;
    height: 10px;
    border: 2px solid grey;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
} */
	.pemf-title br {
    display: none;
}
	h2.pemf-title.desktop-title {
    display: none;
}
	.benefits, .oxygen-benefits {
    border-radius: 0px;
}
	img.pemf-image.desktop-image {
    display: none;
}
	h1.desktop-content {
    display: none;
}
	.image-section.desktop-image-section {
    display: none;
}
.mobile-image-section {
    display: block !important;
    margin-bottom: 16px;
}
	.mobile-toggle {
    color: #000;
}
	.style-list-section ul {
    margin: 11px 0px 0px 10px;
}
	.style-list-section ul li {
    font-size: 12px;
    line-height: 26px;
}
	.right-content-section {
    width: 100%;
}
.left-icon-image img {
    width: auto;
    height: auto;
    max-width: max-content;
}
	.boxsses-section h1 {
    font-size: 20px;
    max-width: 100%;
    line-height: 30px;
}
.vn-social-title h2 {
    font-size: 20px !important;
    margin: 20px 0 0px 0 !important;
}
	.vn-social-sub-title {
    font-size: 13px !important;
    line-height: 23px !important;
}
.section-header {
    margin-bottom: 17px;
    padding: 10px 0px 0 0px;
}
	.section-header h2 {
    font-size: 20px;
    margin: 0 0 0px 0;
    text-align: center;
}
	.section-header p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}
	.testimonials {
    padding: 0 0px 45px 0px;
}
	.person img {
    width: 36px;
    height: 36px;
}
	.stars img {
    height: 26px;
}
	section.vn-section.mobile-review-section {
    display: block;
}
	section.vn-section.desktop-review-section {
    display: none;
}
	.flex-section-review {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
	.card {
    width: 49%;
    padding: 6px;
}
	.pricing-cards {
    justify-content: space-between;
    gap: 4px;
}
	.price-box p {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    line-height: 15px;
    gap: 6px;
	row-gap: 6px;
}
	.price {
    font-size: 15px;
}
	span.price em {
    font-size: 16px;
}
.card h2 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    min-height: 50px;
}
	.price-box p br {
    display: none;
}
.price-box.recommended:before {
    top: -21px;
    left: -6px;
    font-size: 11px;
    transform: rotate(-9deg);
}
	
	
	.main-box-section-top {
    grid-template-columns: 1fr;
    margin: 2rem 0rem;
    padding: 0px 20px;
}
	
.pemf-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.pemf-title {
    font-size: 18px !important;
    text-align: center;
    padding-bottom: 10px;
}
.faq-title {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}
.quote {
    font-size: 12px;
    line-height: 23px;
    margin: 10px 0px;
    font-weight: 400;
}
	.gallery-item img {
    width: 100%;
}
.header-inner {
    flex-direction: row-reverse;
    align-items:center;
    flex-wrap: nowrap;
}
	.phone-call-butn {
    display: block;
}
	.mobile-toggle {
    padding: 0px; 
	margin-top: 6px;
}
   .hero-content-wrapper {
    flex-direction: column;
  }
.hero-text .highlight {
    font-size: 20px!important;
    line-height: 26px;
}
.hero-text h1 {
    text-align: center;
    margin-bottom: 18px;
    line-height: 32px;
}
.hero-image, .hero-text {
    max-width: 100%;
    padding: 4px 13px!important;
}

.hero-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
}
.hero-text p {
    font-size: 12px!important;
    line-height: 20px;
    text-align: center;
}
.hero-image {
    min-width: 100%!important;
    max-width: 100%!important;
}
	.hero-text h1 br {
    display: none;
}
.wrapper {
    padding: 0px 20px !important;
    flex-direction: column-reverse !important;
}
	.image-section {
    padding: 0px 0px 20px !important;
}
	.text-section h1 br {
    display: none;
}
	.text-section h1 {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
}
	p.wrapper-paragrapgh {
    text-align: center;
}
	.info-grid {
    grid-template-columns: 1fr 1fr;
}
	.info-grid .info-box p {
    font-size: 12px;
    line-height: 20px;
}
	.benefits__image {
    height: 220px;
}
.benefits__title {
    font-size: 20px;
    line-height: 28px;
}
.benefits__description {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 23px;
}
  .benefits__container {
  	 padding: 30px 20px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
	.pemf-image-box {
    padding: 0px;
}
.pemf-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}
   .pemf-title {
    font-size: 20px;
    text-align: center;
}
.pemf-text {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 0px 0px 10px;
}
      .pemf-stat-title {
        font-size: 16px;
      }
  .pemf-stat-text {
    font-size: 12px;
}
.oxygen-benefits__grid {
    padding: 30px 20px;
	 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.oxygen-benefits__heading {
    font-size: 20px;
    line-height: 24px;
}
.oxygen-benefits__text {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 10px;
}
	.oxygen-benefits__image {
    height: 216px;
}
	.faq-container {
    padding: 20px 20px!important;
}
	.gallery-container {
    padding: 20px;
}
	.gallery-container {
    gap: 12px;
    padding: 20px;
}
	.gallery-item {
    flex: 1 1 48%;
}
.vn-bg {
    padding: 20px 10px;
    border-radius: 0px;
}
	section.pricing-section h1 {
    font-size: 22px;
    padding-bottom: 0px;
}
	.subtitle {
    max-width: 100%;
    font-size: 12px;
    line-height: 24px;
}
}



h1.entry-title {
    display: none;
}

/*30-7-2025  */
.benifit-btn-cus {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}
.benifit-btn-cus a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    background: #1E90FF;
    color: #ffff;
    padding: 13px 25px;
    border-radius: 25px;
}
@media screen and (min-width:1200px){
.nav-links li:nth-child(5) {
    display: none;
}
}
@media screen and (max-width:767px){
	.header-inner svg {
    display: flex;
}
	.benifit-btn-cus {
    padding-bottom: 30px !important;
}
}

