@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@-webkit-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-moz-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-ms-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-o-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-moz-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-ms-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-o-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.92, 0.92) translate(0, 30px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/
body {
  font-family: "Prompt", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Prompt", sans-serif;
  color: var(--primary);
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
}

/* Layout */
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Header */
#header {
  background: var(--white);
  padding: 1.5rem 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

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

#site-title a {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary);
}

#menu ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

#menu ul a {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--secondary);
}

#menu ul a:hover {
  color: var(--accent);
}

/* Hero Slider */
.hero-slider {
  width: 100%;
  overflow: hidden;
}

.hero-slider .swiper {
  width: 100%;
  height: auto;
}

.hero-slide-content {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-slide-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-slide-text-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-slide-text-layer .container {
  position: relative;
  z-index: 3;
}

.hero-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.hero-slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  /* No special background-image needed as we use <picture> now */
}
.hero-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.hero-slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.2); */
  z-index: 1;
}

.hero-slide-content .container {
  position: relative;
  z-index: 2;
}

.hero-slide-fallback {
  background: var(--primary);
}

/* Swiper Navigation Customization */
.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
  transition: var(--transition);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: var(--white);
}

/* Page Content adjustments */
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container {
  flex: 1;
  width: 100%;
}

#content {
  width: 100%;
}

/* Post Styling */
article.entry {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

article.entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.entry-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.entry-meta {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
}

.entry-summary {
  color: var(--secondary);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* Footer */
#footer {
  background: var(--primary);
  color: var(--white);
  padding: 3rem 0;
  text-align: center;
  font-size: 0.9rem;
}

#footer #copyright {
  opacity: 0.7;
}

/* Hero Section */
.hero {
  background: var(--white);
  padding: 6rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero-description {
  font-size: 1.125rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto 2rem auto;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: var(--transition);
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--accent);
}

/* Utilities */
.text-center {
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1024px) {
  #container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #header .container {
    flex-direction: column;
    gap: 1rem;
  }
  #menu ul {
    gap: 1rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
}
/* Video Responsive 16:9 */
.video-container {
  width: 100%;
  max-width: 900px;
  /* Optional: Limit width on desktop so it doesn't get too giant */
  aspect-ratio: 16/9;
  background: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Color Utilities */
.text-blue {
  color: #01449B !important;
}

.bg-blue {
  background-color: #01449B !important;
}

.text-gold {
  color: #D1BC6E !important;
}

.bg-gold {
  background-color: #D1BC6E !important;
}

.btn-order {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}

.fw-regular {
  font-weight: 400;
}

/* Product Section Styling */
.productdd {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.productdd h2 {
  margin-bottom: 5px;
}

.productdd h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.productdd p {
  color: #666;
  margin-bottom: 10px;
  margin: 0;
}

.productdd button {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 30px;
  transition: var(--transition);
  cursor: pointer;
}

.productdd button:hover {
  background-color: var(--accent);
  transform: translateY(-2px);
}

/* Registration Form */
.registration-form-wrap {
  /* background-color: #fff; */
  padding-bottom: 80px;
}

.text-blue {
  color: #01449B !important;
}

.border-blue-light {
  border-color: #b3cbe8 !important;
}

.bg-blue {
  background-color: #01449B !important;
}

.registration-form .form-control,
.registration-form .form-select {
  border-width: 1px;
  color: #444;
}

.registration-form .form-control::placeholder {
  color: #01449B;
  opacity: 0.6;
}

.registration-form .btn-blue {
  background-color: #01449B;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-blue {
  background-color: #01449B;
  color: #fff;
}

.registration-form .btn-blue:hover {
  background-color: #00306b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 68, 155, 0.2);
}

.registration-form .form-check-input:checked {
  background-color: #01449B;
  border-color: #01449B;
}

.text-blue-muted {
  color: #666;
}

/* Contact Form Styling */
.contact-page-main,
.normal-page {
  background: linear-gradient(180deg, #aee5f9 0%, transparent 45%);
}

.order-page-main {
  background: linear-gradient(180deg, #aee5f9 0%, transparent 100%);
}

.ab-page {
  background: linear-gradient(180deg, #CCF4FF 0%, transparent 15%);
}

.top-bottom {
  background: linear-gradient(180deg, #CCF4FF 0%, transparent 45%, #CCF4FF 100%);
}

.contact-map-wrap {
  height: 100%;
  min-height: 450px;
  border-radius: 30px;
  overflow: hidden;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.map-link-btn {
  display: inline-block;
  background-color: #01449B;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: underline !important;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.map-link-btn:hover {
  background-color: #00306b;
  opacity: 0.9;
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form-main-title {
  color: #01449B;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-form-main-title {
    font-size: 22px;
    text-align: left;
  }
}

.contact-form-main-title-mb {
  color: #01449B;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contact-form-main-title-mb .big {
  font-size: 36px;
  color: #01449B;
}
.contact-form-main-title-mb .small {
  font-size: 28px;
  color: #01449B;
}
@media (max-width: 768px) {
  .contact-form-main-title-mb {
    font-size: 22px;
    text-align: left;
  }
}

.form-group-custom {
  margin-bottom: 10px;
}

.contact-input-custom {
  width: 100%;
  background-color: #fff;
  border: 3px solid #C4E9FC;
  border-radius: 12px;
  padding: 10px 16px;
  color: #01449B;
  outline: none;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  transition: all 0.3s ease;
}

.contact-input-custom:focus {
  border-color: #01449B;
}

.contact-input-custom::placeholder {
  color: #01449B;
  opacity: 0.8;
}

.form-check-label-custom {
  font-size: 15px;
  color: #01449B;
}

.contact-privacy-link {
  font-size: 15px;
}

.contact-privacy-link a {
  color: #01449B;
  text-decoration: underline;
}

.contact-submit-btn {
  background-color: #01449B;
  color: #F7EF8D !important;
  font-size: 30px;
  font-weight: 400;
  width: 50%;
  border: none;
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Prompt", sans-serif;
}
@media (max-width: 768px) {
  .contact-submit-btn {
    font-size: 20px;
    width: 38% !important;
  }
}

.contact-submit-btn:hover {
  background-color: #00306b;
}

.footer-bottom-bg {
  background-color: #00449B;
}

.alert {
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Modal Styles */
.vitasure-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  /* Controlled by JS */
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.vitasure-modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.vitasure-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #01449B;
  margin-bottom: 15px;
}

.vitasure-modal-message {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.vitasure-modal-close {
  background-color: #01449B;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vitasure-modal-close:hover {
  background-color: #00306b;
  transform: translateY(-2px);
}

/* Success/Error States */
.vitasure-modal.success .vitasure-modal-title {
  color: #28a745;
}

.vitasure-modal.error .vitasure-modal-title {
  color: #dc3545;
}

.vitasure-modal-icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.vitasure-modal.success .vitasure-modal-icon::before {
  content: "✅";
}

.vitasure-modal.error .vitasure-modal-icon::before {
  content: "❌";
}

body.modal-open {
  overflow: hidden;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #01449B;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(1, 68, 155, 0.08);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form .form-check {
  margin: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.custom-checkbox-wrapper .form-check-label-custom {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.custom-checkbox-wrapper .custom-check-box {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 2px solid #01449B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: all 0.2s ease;
  background-color: #fff;
}

.custom-checkbox-wrapper .form-check-input:checked + .form-check-label-custom .custom-check-box {
  background-color: #01449B;
  border-color: #01449B;
}

.custom-checkbox-wrapper .form-check-input:checked + .form-check-label-custom .custom-check-box::after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.contact-form .form-check-label {
  font-size: 1rem;
  color: #666;
  cursor: pointer;
}

.contact-form .form-check-label a {
  color: #01449B;
  font-weight: 500;
  text-decoration: underline;
}

.contact-form button[type=submit] {
  width: 50%;
  background: linear-gradient(135deg, #01449B 0%, #00306b 100%);
  /* color: #fff; */
  border: none;
  padding: 16px 30px;
  border-radius: 50px;
  /* font-size: 1.15rem; */
  /* font-weight: 600; */
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 15px;
  letter-spacing: 0.5px;
}

.contact-form button[type=submit]:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(1, 68, 155, 0.25);
  background: linear-gradient(135deg, #00306b 0%, #01449B 100%);
}

.contact-form button[type=submit]:active {
  transform: translateY(-1px);
}

.padding-top-70 {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .padding-top-70 {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .contact-form label {
    font-size: 1rem;
  }
  .contact-form button[type=submit] {
    /* font-size: 1.15rem; */
    padding: 5px 15px;
  }
}
/* Line Chat Fixed Button */
.line-chat-fixed {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.line-chat-fixed:hover {
  transform: scale(1.1) translateY(-5px);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.line-chat-fixed img {
  /* width: 70px; */
  height: auto;
  display: block;
  /* border-radius: 50%; */
}

@media (max-width: 768px) {
  .line-chat-fixed {
    right: 20px;
    top: 80%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .line-chat-fixed:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .line-chat-fixed img {
    width: 60px;
  }
}
.contact-info-text a:hover {
  text-decoration: none;
  color: white;
}

:root {
  --font-sans: "Prompt", system-ui, -apple-system, "Segoe UI", sans-serif;
  --color-bg: #f8fafc;
  --color-text: #0f172a;
  --color-muted: #334155;
  --color-card: #ffffff;
  --color-accent: #0d6efd;
  --color-primary: #01449b;
  --radius-md: 0.75rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--color-bg);
  color: var(--color-text);
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, calc(0.0037558685 * 100vw + 14.5915492958px), 20px);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--color-accent);
}

.brand {
  font-weight: 700;
  font-size: 1.125rem;
}

.py-md-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.hero-card,
.feature-card {
  background: var(--color-card);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-md);
}

.lead {
  color: var(--color-muted);
}

.gap-3 {
  gap: 1rem !important;
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
}
.border-bottom {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12) !important;
}

.border-top {
  border-top: 1px solid rgba(15, 23, 42, 0.12) !important;
}

.display-6 {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  line-height: 1.2;
}

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

.fw-light {
  font-weight: 300 !important;
}

.h-100 {
  height: 100% !important;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.article-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.article-card__img-link {
  overflow: hidden;
}
.article-card__img-link img {
  transition: transform 0.5s ease;
}
.article-card__read-more {
  transition: opacity 0.2s ease;
}
.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.article-card:hover .article-card__img-link img {
  transform: scale(1.05);
}
.article-card:hover .article-card__read-more {
  opacity: 0.5;
  text-decoration: underline;
}

.card-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
.card-article .card-article-img-wrapper {
  aspect-ratio: 463/237;
  border-radius: 25px;
  overflow: hidden;
}
.card-article .card-article-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-article .card-article-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  margin-top: 30px;
  color: var(--color-primary);
}
.card-article .card-article-body .card-article-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  margin-bottom: 8px;
}
.card-article .card-article-body .card-article-title {
  flex-grow: 1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.card-article .card-article-body a {
  color: var(--color-primary);
}
.card-article .card-article-body a.card-article-link {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.card-article .card-article-body a.card-article-link:hover {
  opacity: 1;
}
.card-article .card-article-body a.card-article-link svg {
  margin-left: 10px;
}

/* Font Size Utilities */
.fs-18 {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}

/* 16px */
.fs-20 {
  font-size: 1.125rem;
}

.fs-28 {
  font-size: clamp(0.875rem, 0.6626rem + 0.9061vw, 1.75rem);
}

/* 18px */
.fs-24s {
  font-size: clamp(1.125rem, 0.943rem + 0.7767vw, 1.875rem);
}

.fs-24 {
  font-size: clamp(0.875rem, 0.4806rem + 1.6828vw, 2.5rem);
}

.fs-35 {
  font-size: clamp(0.875rem, 0.5564rem + 1.3592vw, 2.1875rem);
}

.fs-14 {
  font-size: 14px;
}

.fs-144c {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
}

/* 20px */
.fs-30 {
  font-size: 1.5rem;
}

/* 24px */
.fs-40 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .fs-40 {
    font-size: 1.5rem;
  }
}

/* 32px */
.fs-50 {
  font-size: clamp(1.375rem, 0.7985rem + 2.4595vw, 3.75rem);
}

/* 40px */
.fs-60 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .fs-60 {
    font-size: 1.5rem;
  }
}

/* 48px */
.fs-70 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .fs-70 {
    font-size: 1.5rem;
  }
}

/* 56px */
.fs-80 {
  font-size: clamp(1.875rem, 0.9648rem + 3.8835vw, 5.625rem);
}

.font-24 {
  font-size: clamp(0.625rem, 0.4126rem + 0.9061vw, 1.5rem);
}

.font-60 {
  font-size: clamp(1.1875rem, 0.5655rem + 2.6537vw, 3.75rem);
}

.font-40 {
  font-size: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
}

.font-50 {
  font-size: clamp(1.1875rem, 0.7172rem + 2.0065vw, 3.125rem);
}

.font-55sp {
  font-size: clamp(1.375rem, 0.8744rem + 2.1359vw, 3.4375rem);
}

.font-55dt {
  font-size: clamp(1.875rem, 1.4958rem + 1.6181vw, 3.4375rem);
}

.font-45 {
  font-size: clamp(1.375rem, 1.0261rem + 1.4887vw, 2.8125rem);
}

.font-35 {
  font-size: clamp(0.875rem, 0.5564rem + 1.3592vw, 2.1875rem);
}

.font-35dt {
  font-size: clamp(1.0625rem, 0.7894rem + 1.165vw, 2.1875rem);
}

.font-30 {
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
}

.font-24 {
  font-size: clamp(0.5625rem, 0.335rem + 0.9709vw, 1.5rem);
}

.font-24dt {
  font-size: clamp(0.875rem, 0.7233rem + 0.6472vw, 1.5rem);
}
@media (max-width: 768px) {
  .font-24dt {
    font-size: 12px;
  }
}

/* 64px */
.w-100 {
  width: 100%;
}

/* Color Utilities */
.text-blue {
  color: #01449b !important;
}

.bg-blue {
  background-color: #01449b !important;
}

.text-gold {
  color: #d1bc6e !important;
}

.bg-gold {
  background-color: #d1bc6e !important;
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background: transparent;
  color: inherit;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  color: #fff;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.btn-primary:hover {
  filter: brightness(0.95);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 12px rgba(0, 99, 180, 0.5019607843);
  position: sticky;
  top: 0;
  z-index: 1050;
}
.site-header .container {
  position: relative;
}
.site-header__top.row {
  --bs-gutter-x: 1rem;
}
.site-header__logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.site-header__logo {
  display: block;
  height: auto;
  max-height: 3.25rem;
  width: auto;
  max-width: 74px;
}
@media (min-width: 768px) {
  .site-header__logo {
    max-height: 3.5rem;
    max-width: 220px;
  }
}
.site-header__burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #008ac9;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  font-size: 1.25rem;
}
.site-header__burger:hover {
  background: rgb(0, 32.5531914894, 90);
}
.site-header__burger-line {
  display: none;
}
.site-header__nav-wrap {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .site-header__nav-wrap {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 0 0 2rem 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .site-header__nav-wrap {
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .site-header__toggle-input:checked ~ .site-header__nav-wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header__nav {
  width: 100%;
}
.site-header__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .site-header__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem 0.35rem;
  }
}
.site-header__list > li {
  margin: 0;
}
.site-header__item {
  position: relative;
}
.site-header__sub-toggle {
  position: absolute;
  top: 0.65rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  background: #e9ecef;
  border: none;
  border-radius: 8px;
  color: #495057;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  z-index: 5;
}
.site-header__sub-toggle i {
  transition: transform 0.3s ease;
}
.is-open .site-header__sub-toggle i {
  transform: rotate(180deg);
}
.site-header__link {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00338d;
  letter-spacing: 0.01em;
  text-align: left;
  transition: all 0.15s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .site-header__link {
    padding: 0.3rem 1.15rem;
    font-size: 0.9375rem;
    text-align: inherit;
    white-space: nowrap;
    border-bottom: none;
    border-radius: 999px;
  }
}
.site-header__link:hover {
  color: rgb(0, 65.7574468085, 181.8);
}
.site-header__link:focus-visible {
  outline: 2px solid #00338d;
  outline-offset: 2px;
}
.site-header__link--active {
  background: #01449B;
  color: #fff !important;
  border: #023279 solid 3px;
}
.site-header__link--active:hover {
  color: #fff !important;
  filter: brightness(1.05);
}
.site-header__cta {
  margin-top: 0.25rem;
  padding: 0.55rem 1.25rem;
  font-size: 0.675rem;
  background: #FF0000;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 51, 141, 0.25);
}
.site-header__cta:hover {
  color: #F7EF8D !important;
  filter: brightness(1.06);
}
@media (min-width: 992px) {
  .site-header__cta {
    margin-top: 0;
    margin-left: 0.2rem;
    padding: 0.6rem 1.35rem;
    font-size: 0.95rem;
  }
}
.site-header .btn-cta-mobile {
  background: #FF0000;
  color: #fff;
  padding: 0.4rem;
  border-radius: 999px;
  font-size: 0.675rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.site-header__has-dropdown {
  position: relative;
}
.site-header__has-dropdown .site-header__link {
  cursor: default;
}
@media (min-width: 992px) {
  .site-header__has-dropdown:hover .site-header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .site-header__has-dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
  }
}
.site-header__dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #00449b;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .site-header__dropdown {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0;
  }
  .is-open .site-header__dropdown {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .site-header__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 240px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 51, 141, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 100;
    padding: 8px 0;
    border: 1px solid rgba(0, 51, 141, 0.05);
  }
}
.site-header__dropdown li {
  margin: 0;
}
.site-header__dropdown li a {
  display: block;
  padding: 0.8rem 1.5rem !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.25rem !important;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .site-header__dropdown li a {
    padding: 1rem 2rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  .site-header__dropdown li a {
    padding: 10px 20px !important;
    color: #00338d !important;
    font-size: 0.9rem !important;
  }
}
.site-header__dropdown li a {
  font-weight: 500;
  text-align: left;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .site-header__dropdown li a {
    text-align: left;
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}
.site-header__dropdown li a:hover {
  background: rgba(0, 51, 141, 0.05);
  color: rgb(0, 78.670212766, 217.5);
  padding-left: 28px;
}
.site-header .dropdown-icon {
  transition: transform 0.3s ease;
}
.site-header__mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .site-header__mobile-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.site-header__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #008ac9;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.site-header__mobile-social {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 1.5rem 1rem;
  font-size: 1.75rem;
  color: #008AC8;
}

.text-60 {
  font-size: clamp(2.1875rem, 1.8083rem + 1.6181vw, 3.75rem);
}

.text-50 {
  font-size: clamp(1.188rem, 2.026vw + 0.694rem, 3.125rem);
}

.text-40 {
  font-size: clamp(1.5625rem, 1.335rem + 0.9709vw, 2.5rem);
}

.text-40-19 {
  font-size: clamp(1.1875rem, 0.8529rem + 1.3725vw, 2.5rem);
}

.text-50-13 {
  font-size: clamp(0.8356rem, 0.28rem + 2.3709vw, 3.125rem);
}

#content {
  background: white;
}

.footer-bottom-bg {
  background: #00429c;
}

.site-footer {
  background: #fff;
  color: #fff;
  margin-top: auto;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: inherit;
  opacity: 0.88;
}
.site-footer a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}
.site-footer__inner {
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 992px) {
  .site-footer__inner {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
.site-footer__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  background: #fff;
  line-height: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.site-footer__logo-badge img {
  max-width: 78%;
  max-height: 78%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.site-footer__tagline {
  margin: 0 0 1.25rem;
  max-width: 22rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 500;
  opacity: 0.96;
}
.site-footer__tagline-line {
  display: block;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: inherit;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.site-footer__social-link:hover {
  opacity: 1;
}
.site-footer__col {
  min-width: 0;
}
.site-footer__heading {
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.site-footer__heading a {
  font-weight: inherit;
}
.site-footer__heading a.active {
  color: #80A1CD;
}
.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__list li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.95rem;
  font-size: 0.9rem;
  line-height: 1.55;
  opacity: 0.94;
}
.site-footer__list li a.active {
  color: #80A1CD;
  opacity: 1;
}
@media (min-width: 1200px) {
  .site-footer__list li {
    font-size: 1rem;
  }
}
.site-footer__list li:last-child {
  margin-bottom: 0;
}
.site-footer__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.85;
}
.site-footer__list a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .site-footer__menu-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .site-footer__menu-col:last-child {
    border-bottom: none;
  }
  .site-footer__menu-col .site-footer__heading {
    margin: 0;
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer__menu-col .site-footer__heading.has-submenu {
    cursor: pointer;
  }
  .site-footer__menu-col .site-footer__heading a {
    flex-grow: 1;
  }
  .site-footer__menu-col .site-footer__heading .toggle-icon {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
  }
  .site-footer__menu-col .site-footer__list {
    display: none;
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .site-footer__menu-col.is-open .site-footer__list {
    display: block;
  }
  .site-footer__menu-col.is-open .toggle-icon {
    transform: rotate(90deg);
  }
}

@media (min-width: 992px) {
  .site-footer__menu-col {
    margin-bottom: 1.5rem !important;
  }
}
.section-sales-channels {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .section-sales-channels {
    padding: 40px 0;
  }
}
.section-sales-channels .section-title {
  color: #00479b;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 60px;
  letter-spacing: -1px;
}
@media (max-width: 767.98px) {
  .section-sales-channels .section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.section-sales-channels .channels-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .section-sales-channels .channels-grid {
    gap: 45px;
  }
}
.section-sales-channels .channel-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  min-height: 230px;
  position: relative;
}
.section-sales-channels .channel-card:hover {
  transform: translateY(-10px);
}
.section-sales-channels .channel-card:hover .btn-click {
  background: #00336e;
  transform: scale(1.05);
  color: #F7EF8D;
}
@media (max-width: 991.98px) {
  .section-sales-channels .channel-card {
    width: 100%;
    padding: 30px 20px;
    min-height: 240px;
  }
}
@media (max-width: 575px) {
  .section-sales-channels .channel-card {
    width: 100%;
    max-width: 350px;
    min-height: 200px;
  }
}
.section-sales-channels .channel-card .channel-logo {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-sales-channels .channel-card .channel-logo img {
  max-width: 85%;
  max-height: 100%;
  object-fit: contain;
}
.section-sales-channels .channel-card .btn-click {
  background: #01449B;
  color: #ffffff;
  padding: 10px 45px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  position: absolute;
  bottom: -8%;
  border: #023279 solid 4px;
}

.healthcare-page {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .healthcare-page {
    padding-top: 40px;
  }
}
.healthcare-page .healthcare-title {
  color: #01449b;
  margin-bottom: 2rem;
}

.healthcare-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.healthcare-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.healthcare-card__image-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8f9fa;
}
.healthcare-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.healthcare-card__placeholder {
  height: 100%;
  width: 100%;
  background-color: #f0f0f0;
  color: #999;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.healthcare-card:hover .healthcare-card__image-wrap img {
  transform: scale(1.05);
}
.healthcare-card__content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.healthcare-card__meta {
  font-size: 0.9rem;
  color: #01449b;
}
.healthcare-card__title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.healthcare-card__title a {
  color: #01449b;
  text-decoration: none;
}
.healthcare-card__title a:hover {
  color: #00306b;
}
.healthcare-card__readmore {
  font-size: 1rem;
  font-weight: 600;
  color: #01449b;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.healthcare-card__readmore:hover, .healthcare-card:hover .healthcare-card__readmore {
  opacity: 0.5;
  text-decoration: underline;
}

/* Detail Page */
.article-detail .article-banner__image {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #f0f0f0;
}
@media (max-width: 991.98px) {
  .article-detail .article-banner__image {
    height: 300px;
  }
}
.article-detail .article-post {
  padding: 0;
}
.article-detail .article-header .article-divider {
  border: 0;
  border-top: 4px solid #01449b;
  width: 80px;
  margin: 2rem 0;
  opacity: 1;
}
.article-detail .article-title {
  line-height: 1.2;
  color: #01449b;
}
.article-detail .article-subhead {
  line-height: 1.4;
  color: #666;
}
.article-detail .article-content {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #01449b;
}
@media (max-width: 991.98px) {
  .article-detail .article-content {
    font-size: 1.1rem;
  }
}
.article-detail .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  /* Removes inline bottom space */
  margin-top: 0;
}
.article-detail .article-content {
  /* Remove space from WordPress paragraphs wrapping images */
}
.article-detail .article-content p:has(img) {
  margin-bottom: 1.8rem;
  /* Keep bottom margin */
  line-height: 0;
  /* Remove top/bottom extra height from line-height */
}
.article-detail .article-content p:first-child:has(img) {
  margin-top: 0;
}
.article-detail .article-content p {
  margin-bottom: 1.8rem;
}
.article-detail .article-content h2,
.article-detail .article-content h3 {
  color: #01449b;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.article-detail .article-content ul,
.article-detail .article-content ol {
  margin-bottom: 1.8rem;
  padding-left: 1.5rem;
}
.article-detail .article-content ul li,
.article-detail .article-content ol li {
  margin-bottom: 0.8rem;
}
.article-detail .article-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-blue-muted {
  color: #5578a9;
}

.btn-blue {
  background-color: #01449b;
  color: #fff !important;
  transition: all 0.3s ease;
}
.btn-blue:hover {
  background-color: #00306b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(1, 68, 155, 0.3);
}

.btn-outline-blue {
  border: 2px solid #01449b;
  color: #01449b;
  font-weight: 600;
}
.btn-outline-blue:hover {
  background-color: #01449b;
  color: #fff;
}

.py-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.registration-form-wrap .registration-form {
  max-width: 900px;
  margin: 0 auto;
}
.registration-form-wrap .registration-form .form-control,
.registration-form-wrap .registration-form .form-select {
  font-family: var(--font-sans);
  height: 56px;
  border: 2px solid #C4E9FC;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 1.1rem;
  color: #00338d;
  background-color: #fff;
  transition: all 0.3s ease;
  width: 100%;
}
.registration-form-wrap .registration-form .form-control::placeholder,
.registration-form-wrap .registration-form .form-select::placeholder {
  color: #01449B;
  opacity: 1;
}
.registration-form-wrap .registration-form .form-control:focus,
.registration-form-wrap .registration-form .form-select:focus {
  border-color: #00338d;
  box-shadow: 0 0 0 4px rgba(0, 51, 141, 0.1);
  outline: none;
}
.registration-form-wrap .registration-form select.form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%2300338d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 14px 9px !important;
  cursor: pointer;
  color: #00338d;
  padding-right: 50px;
}
.registration-form-wrap .registration-form select.form-select:hover {
  border-color: #00338d;
  background-color: #f8fbff;
}
.registration-form-wrap .registration-form select.form-select:focus {
  border-color: #00338d;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 51, 141, 0.1);
}
.registration-form-wrap .registration-form select.form-select:invalid, .registration-form-wrap .registration-form select.form-select option[value=""][disabled] {
  color: rgba(1, 68, 155, 0.6);
}
.registration-form-wrap .registration-form select.form-select option {
  color: #00338d;
  background: #fff;
  padding: 10px;
}
.registration-form-wrap .registration-form__consent-wrap .form-check-input {
  width: 24px;
  height: 24px;
  border: 2px solid #00338d;
  border-radius: 4px;
  margin-top: 0;
  cursor: pointer;
}
.registration-form-wrap .registration-form__consent-wrap .form-check-input:checked {
  background-color: #00338d;
  border-color: #00338d;
}
.registration-form-wrap .registration-form__consent-wrap .form-check-label {
  color: #00338d;
  font-size: 1rem;
  padding-left: 10px;
  cursor: pointer;
}
.registration-form-wrap .registration-form__policy-link {
  color: #00338d;
  text-decoration: underline;
  font-size: 0.95rem;
}
.registration-form-wrap .registration-form__policy-link:hover {
  color: #0056b3;
}
.registration-form-wrap .registration-form__submit {
  background: #01449B;
  color: #fff;
  padding: 12px 80px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  transition: all 0.3s ease;
  min-width: 300px;
  font-family: var(--font-sans);
}
.registration-form-wrap .registration-form__submit:hover {
  background: #00266b;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 51, 141, 0.2);
  color: #fff;
}
.registration-form-wrap .registration-form__submit:active {
  transform: translateY(0);
}
.registration-form-wrap .registration-form .address-selection-list {
  position: absolute;
  left: 3%;
  right: 0;
  background: #fff;
  border: 1px solid #C4E9FC;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  top: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
  width: 88%;
}
.registration-form-wrap .registration-form .address-selection-list .address-item {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 0.95rem;
  color: #00338d;
}
.registration-form-wrap .registration-form .address-selection-list .address-item:last-child {
  border-bottom: none;
}
.registration-form-wrap .registration-form .address-selection-list .address-item:hover {
  background: #f8fbff;
}
.registration-form-wrap .position-relative {
  position: relative;
}
.registration-form-wrap .custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.registration-form-wrap .custom-select-wrapper .custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 20px;
  font-size: 1.1rem;
  color: #00338d;
  background: #fff;
  border: 2px solid #C4E9FC;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.registration-form-wrap .custom-select-wrapper .custom-select-trigger.placeholder {
  color: rgba(1, 68, 155, 0.6);
}
.registration-form-wrap .custom-select-wrapper .custom-select-trigger:hover {
  border-color: #00338d;
  background-color: #f8fbff;
}
.registration-form-wrap .custom-select-wrapper .custom-select-trigger::after {
  content: "";
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%2300338d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.registration-form-wrap .custom-select-wrapper.open .custom-select-trigger {
  border-color: #00338d;
  box-shadow: 0 0 0 4px rgba(0, 51, 141, 0.1);
}
.registration-form-wrap .custom-select-wrapper.open .custom-select-trigger::after {
  transform: rotate(180deg);
}
.registration-form-wrap .custom-select-wrapper.open .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.registration-form-wrap .custom-select-wrapper .custom-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #C4E9FC;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 51, 141, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1001;
  overflow: hidden;
}
.registration-form-wrap .custom-select-wrapper .custom-options .custom-option {
  padding: 12px 20px;
  font-size: 1rem;
  color: #00338d;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid #f0faff;
}
.registration-form-wrap .custom-select-wrapper .custom-options .custom-option:last-child {
  border-bottom: none;
}
.registration-form-wrap .custom-select-wrapper .custom-options .custom-option:hover {
  background: #f0f8ff;
  color: #00266b;
}
.registration-form-wrap .custom-select-wrapper .custom-options .custom-option.selected {
  background: #eef8ff;
  font-weight: 600;
  color: #00338d;
}

.product-section {
  padding: 40px 0;
  background: linear-gradient(180deg, #aee5f9 0%, transparent 40%);
}
@media (max-width: 768px) {
  .product-section {
    padding: 30px 0;
  }
}
.product-section .section-headline {
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .product-section .section-headline {
    margin: 0 auto 20px;
    width: 80%;
  }
}
.product-section .section-headline h2 {
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(1.125rem, 0.4879rem + 2.7184vw, 3.75rem);
  margin: 0;
}
.product-section .product-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .product-section .product-list {
    gap: 40px;
    padding-top: 10px;
  }
}
.product-section .product-row {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 768px) {
  .product-section .product-row {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.product-section .product-row.image-right {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .product-section .product-row.image-right {
    flex-direction: column;
  }
}
.product-section .product-row .product-image-wrapper {
  flex: 0 0 45%;
  max-width: 34%;
}
@media (max-width: 768px) {
  .product-section .product-row .product-image-wrapper {
    flex: 0 0 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.product-section .product-row .product-image-wrapper img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
}
.product-section .product-row .product-image-wrapper img:hover {
  transform: translateY(-10px);
}
.product-section .product-row .product-details-wrapper {
  flex: 1;
}
.product-section .product-row .product-details-wrapper .product-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.product-section .product-row .product-details-wrapper .product-size {
  font-weight: 700;
  margin-bottom: 20px;
}
.product-section .product-row .product-details-wrapper .product-desc {
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .product-section .product-row .product-details-wrapper .product-desc {
    margin-bottom: 10px;
  }
}
.product-section .product-row .product-details-wrapper .product-price {
  font-weight: 700;
  display: block;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .product-section .product-row .product-details-wrapper .product-price {
    margin-bottom: 0px;
    padding-right: 25px;
  }
}
.product-section .product-row .product-details-wrapper .btn-buy-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  color: #fff !important;
  padding: 0.75rem 2.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.product-section .product-row .product-details-wrapper .btn-buy-red:hover {
  background-color: #cc0000;
  transform: scale(1.05);
  color: #fff;
}
@media (max-width: 768px) {
  .product-section .product-row .product-details-wrapper .btn-buy-red {
    width: 100%;
    max-width: 240px;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .product-section .product-row .product-details-wrapper .wraper-r {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .product-section .product-row .product-details-wrapper .product-action-row {
    width: 70%;
    margin: 0 auto;
  }
}

.product-cover-bg {
  background-image: url("../images/bg-product-detail.png");
  background-size: auto;
  background-position: top;
}
@media (max-width: 991px) {
  .product-cover-bg {
    background-image: url("../images/bg-product-detail-mb.png");
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
  }
}

.text-white {
  color: #fff !important;
}

.channel-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(3.75rem, 3.1584rem + 2.5243vw, 6.1875rem);
  border-radius: 12px;
  padding: 0.5rem 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
@media (max-width: 768px) {
  .channel-card {
    padding: 0.5rem 0.8rem;
  }
}
.channel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.channel-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .product-title {
    width: 85%;
  }
}

.product-detail-page {
  background-color: #fff;
}
.product-detail-page .product-hero {
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}
.product-detail-page .product-hero .product-image img {
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}
.product-detail-page .product-hero .sales-channels .channels-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-detail-page .product-hero .sales-channels .channel-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 85px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.product-detail-page .product-hero .sales-channels .channel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.product-detail-page .product-hero .sales-channels .channel-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .product-detail-page .product-hero .sales-channels .channel-card {
    min-width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .product-detail-page .product-hero .sales-channels .channel-card {
    min-width: calc(50% - 8px);
    padding: 10px;
    height: 65px;
  }
}
.product-detail-page .product-header-info {
  width: 85%;
}
@media (max-width: 768px) {
  .product-detail-page .product-header-info {
    width: 100%;
    text-align: center;
  }
}
.product-detail-page .padding-o {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .product-detail-page .padding-o {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-detail-page .product-details-content {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .product-detail-page .product-details-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.product-detail-page .product-details-content .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.product-detail-page .product-details-content .feature-list li .icon-check {
  flex: 0 0 24px;
  height: 24px;
  background-color: #7dbd00;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
.product-detail-page .product-details-content .feature-list li .icon-check::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-detail-page .product-details-content .detail-section h3 {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  display: inline-block;
}
.product-detail-page .product-cta .btn-cta-large {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.product-detail-page .product-cta .btn-cta-large span {
  color: #fff;
  font-size: 2.5rem;
}
.product-detail-page .product-cta .btn-cta-large:hover {
  transform: translateY(-5px);
  background-color: #e60000;
  box-shadow: 0 15px 30px rgba(255, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .product-detail-page .product-cta .btn-cta-large {
    font-size: 1.2rem;
    padding: 12px 18px;
  }
  .product-detail-page .product-cta .btn-cta-large span {
    font-size: 1.5rem;
  }
}

.channels-grid {
  gap: 1rem;
}
@media (max-width: 768px) {
  .channels-grid {
    gap: 0.5rem;
  }
}

.related-post-img img {
  object-fit: cover;
}

.product-full-content ul {
  list-style: none;
  padding-left: 0;
}
.product-full-content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}
.product-full-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='%238ECE34' viewBox='0 0 24 24' id='check-mark-square-2' data-name='Flat Line' xmlns='http://www.w3.org/2000/svg' class='icon flat-line'%3E%3Cpolyline id='primary' points='21 5 12 14 8 10' style='fill: none; stroke: %238ECE34; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/polyline%3E%3Cpath id='primary-2' data-name='primary' d='M21,11v9a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V4A1,1,0,0,1,4,3H16' style='fill: none; stroke: %238ECE34; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .product-image {
    max-width: 330px;
    margin: 0 auto;
  }
}

ul.page-numbers,
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.page-numbers li,
.nav-links li {
  margin: 0;
  padding: 0;
}
ul.page-numbers .page-numbers,
.nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  border-radius: 8px;
  background-color: #fff;
  color: #00338d;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  border: 1px solid rgba(0, 51, 141, 0.2);
  transition: all 0.2s ease;
}
ul.page-numbers .page-numbers:hover,
.nav-links .page-numbers:hover {
  background-color: rgba(0, 51, 141, 0.05);
  border-color: #00338d;
  color: #00338d;
  transform: translateY(-2px);
}
ul.page-numbers .page-numbers.current,
.nav-links .page-numbers.current {
  background-color: #00338d;
  color: #fff;
  border-color: #00338d;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0, 51, 141, 0.2);
}
ul.page-numbers .page-numbers.prev, ul.page-numbers .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
}
ul.page-numbers .page-numbers.prev:hover, ul.page-numbers .page-numbers.next:hover,
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
  background-color: rgba(0, 51, 141, 0.05);
  border-color: rgba(0, 51, 141, 0.1);
}
ul.page-numbers .page-numbers.dots,
.nav-links .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
