.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}

.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #e43f3f !important;
}
.bg-info {
  background-color: #ffe145 !important;
}
.bg-warning {
  background-color: #7a495b !important;
}
.bg-danger {
  background-color: #ffff00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fecf07 !important;
  border-color: #fecf07 !important;
  color: #060500 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ae8d01 !important;
  border-color: #ae8d01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #060500 !important;
  background-color: #ae8d01 !important;
  border-color: #ae8d01 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe145 !important;
  border-color: #ffe145 !important;
  color: #453a00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #edc700 !important;
  border-color: #edc700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #453a00 !important;
  background-color: #edc700 !important;
  border-color: #edc700 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7a495b !important;
  border-color: #7a495b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #442933 !important;
  border-color: #442933 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #442933 !important;
  border-color: #442933 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fecf07;
  color: #fecf07;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ae8d01 !important;
  background-color: transparent!important;
  border-color: #ae8d01 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #060500 !important;
  background-color: #fecf07 !important;
  border-color: #fecf07 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffe145;
  color: #ffe145;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #edc700 !important;
  background-color: transparent!important;
  border-color: #edc700 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #453a00 !important;
  background-color: #ffe145 !important;
  border-color: #ffe145 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7a495b;
  color: #7a495b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #442933 !important;
  background-color: transparent!important;
  border-color: #442933 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7a495b !important;
  border-color: #7a495b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a8a800 !important;
  background-color: transparent!important;
  border-color: #a8a800 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #fecf07 !important;
}
.text-success {
  color: #e43f3f !important;
}
.text-info {
  color: #ffe145 !important;
}
.text-warning {
  color: #7a495b !important;
}
.text-danger {
  color: #ffff00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9e8001 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a61717 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #deba00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3a232b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #999900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe145;
}
.alert-warning {
  background-color: #7a495b;
}
.alert-danger {
  background-color: #ffff00;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b98a9b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffcc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fecf07 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uipUoql0GO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uipUoql0GO nav.navbar {
  position: fixed;
}
.cid-uipUoql0GO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipUoql0GO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uipUoql0GO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uipUoql0GO .dropdown-item:hover,
.cid-uipUoql0GO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uipUoql0GO .dropdown-item:hover span {
  color: white;
}
.cid-uipUoql0GO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uipUoql0GO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uipUoql0GO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uipUoql0GO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uipUoql0GO .nav-link {
  position: relative;
}
.cid-uipUoql0GO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipUoql0GO .container {
    flex-wrap: wrap;
  }
}
/* Safety structural clearance to offset fixed navigation bar container */
.cid-trimorin-hero {
    margin-top: 56px !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;

    background: linear-gradient(
        135deg,
        #FFF9F2 0%,
        #FFF4E6 50%,
        #FFFDF9 100%
    );
}
/* Screen viewport optimization for seamless mobile layouts */
@media (max-width: 767px) {
    .cid-trimorin-hero {
        margin-top: 64px !important; /* Slightly tighter navbar footprint adjustment on mobile */
        padding-top: 2rem !important;
    }
}
.cid-uipUoql0GO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipUoql0GO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uipUoql0GO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uipUoql0GO .dropdown-menu,
.cid-uipUoql0GO .navbar.opened {
  background: #78082e !important;
}
.cid-uipUoql0GO .nav-item:focus,
.cid-uipUoql0GO .nav-link:focus {
  outline: none;
}
.cid-uipUoql0GO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uipUoql0GO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uipUoql0GO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uipUoql0GO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipUoql0GO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uipUoql0GO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uipUoql0GO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #78082e;
}
.cid-uipUoql0GO .navbar.opened {
  transition: all 0.3s;
}
.cid-uipUoql0GO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uipUoql0GO .navbar .navbar-logo img {
  width: auto;
}
.cid-uipUoql0GO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uipUoql0GO .navbar.collapsed {
  justify-content: center;
}
.cid-uipUoql0GO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uipUoql0GO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uipUoql0GO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uipUoql0GO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uipUoql0GO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uipUoql0GO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uipUoql0GO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uipUoql0GO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uipUoql0GO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uipUoql0GO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uipUoql0GO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uipUoql0GO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uipUoql0GO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uipUoql0GO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uipUoql0GO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uipUoql0GO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uipUoql0GO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uipUoql0GO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uipUoql0GO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uipUoql0GO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uipUoql0GO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uipUoql0GO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uipUoql0GO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uipUoql0GO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uipUoql0GO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uipUoql0GO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uipUoql0GO .dropdown-item.active,
.cid-uipUoql0GO .dropdown-item:active {
  background-color: transparent;
}
.cid-uipUoql0GO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uipUoql0GO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uipUoql0GO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uipUoql0GO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #78082e;
}
.cid-uipUoql0GO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uipUoql0GO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uipUoql0GO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uipUoql0GO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uipUoql0GO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uipUoql0GO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uipUoql0GO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uipUoql0GO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipUoql0GO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipUoql0GO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uipUoql0GO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipUoql0GO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uipUoql0GO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uipUoql0GO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipUoql0GO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uipUoql0GO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uipUoql0GO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uipUoql0GO .navbar {
    height: 70px;
  }
  .cid-uipUoql0GO .navbar.opened {
    height: auto;
  }
  .cid-uipUoql0GO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo2MYNXrS3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo2MYNXrS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2MYNXrS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2MYNXrS3 .mbr-section-title {
  color: #e43f3f;
}
.cid-uo2MYNXrS3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ukbAFtyIOt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ukbAFtyIOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukbAFtyIOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.image-wrapper video {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 9 / 14;
    object-fit: cover;
    border-radius: 19px;
    display: block;
    margin: 0 auto;
}
.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:15px;
    padding:12px 28px;
    background:#fff;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-weight:700;
    font-size:18px;
}

.hero-badge span:first-child,
.hero-badge span:last-child{
    color:#de7728;
}

.hero-badge .divider{
    color:#999;
}

.hero-buttons .btn{
    border-radius:50px;
    font-weight:700;
}

@media (max-width:768px){
    .hero-buttons .btn{
        display:block;
        width:100%;
        margin:10px 0;
    }

    .hero-badge{
        flex-direction:column;
        gap:8px;
        border-radius:20px;
        font-size:16px;
    }

    .hero-badge .divider{
        display:none;
    }
}
/* ==========================================================================
   4. DETAILED 3D FLOATING BUTTON COMPONENT (SLATE SPEC)
   ========================================================================== */
.sliding-sidebar-cta-right {
    position: fixed;
    top: 85%;
    right: 0;
    z-index: 9999;
    display: flex;
    width: auto;
    padding: 10px;
    animation: infiniteSideSlide 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    transition: transform 0.3s ease-out;
}

/* Pauses timeline movement track completely when mouse explicitly hovers the item */
.sliding-sidebar-cta-right:hover {
    animation-play-state: paused;
    transform: translateY(-50%) translateX(0);
}

.custom-3d-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #b3b3b2, #b3b3b2);
    padding: 12px 24px 12px 16px;
    border-radius: 60px;
    text-decoration: none !important;
    border: 1px solid #1a2027;
    animation: autoGlowPulse 3s ease-in-out infinite;
}

/* Container block wrapper spacing rule adjustment */
.cta-buttons-wrapper {
    margin-top: 30px; /* Applies your intended top layout clearance to the entire button module */
    display: inline-block;
}

/* Corrected alignment structure for the inner components */
.badge-raised-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #acabad, #acabad);
    margin-right: 18px;
    margin-top: 0; /* Reset back to zero to prevent the badge from shifting down out of the button axis */
    flex-shrink: 0;
    box-shadow: 
        inset 3px 3px 8px rgba(0, 0, 0, 0.7),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05),
        1px 1px 0px rgba(255, 255, 255, 0.05);
}

.simple-btn{
    display:inline-block;
    padding:14px 30px;
    background:#28a745;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    font-weight:600;
    border-radius:8px;
    transition:0.3s ease;
}

.simple-btn:hover{
    background:#218838;
    color:#fff;
    transform:translateY(-2px);
}

.simple-btn:active{
    transform:translateY(0);
}
</style>
.discount-badge-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.4));
}

.text-recessed-container {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 40px;
    background-color: #ef9a0b;
    white-space: nowrap;
    box-shadow: 
        inset 3px 3px 8px rgba(0, 0, 0, 0.7),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05),
        1px 1px 0px rgba(255, 255, 255, 0.05);
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.custom-3d-btn:hover {
    box-shadow: 0 0 30px rgba(230, 57, 70, 0.75), 0 6px 15px rgba(0, 0, 0, 0.5);
}

.custom-3d-btn:active {
    transform: scale(0.98);
}
.image-wrapper .btn-danger {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 40px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.35);
}

.image-wrapper .btn-danger:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.45);
}

@media (max-width: 768px) {
    .image-wrapper video {
        max-width: 320px;
    }
}

@media (max-width: 991px) {
  .cid-ukbAFtyIOt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukbAFtyIOt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukbAFtyIOt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukbAFtyIOt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukbAFtyIOt .mbr-section-title {
  color: #78082e;
  text-align: center;
}
.cid-ukbAFtyIOt .mbr-text,
.cid-ukbAFtyIOt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
/* ================= Section ================= */



/* ================= Premium Title Box ================= */

.cid-uiqzvBZJLN .title-box {
    position: relative;
    overflow: hidden;

    max-width: 980px;
    margin: 0 auto;
    padding: 1.7rem 2rem;

    text-align: center;

    background: radial-gradient(circle at 12% 0%,
            #226464 0%,
            #226464 40%,
            #020617 100%);

    border: 1px solid rgba(148,163,184,.55);
    border-radius: 30px 10px 24px 14px;

    box-shadow:
        0 0 0 1px rgba(15,23,42,.7),
        0 18px 40px rgba(0,0,0,.75);
}

/* Glow */

.cid-uiqzvBZJLN .title-box::before{
    content:"";
    position:absolute;
    inset:-40%;

    background:
        radial-gradient(
            ellipse at 20% 0%,
            rgba(255,255,255,.22) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse at 80% 100%,
            rgba(52,211,153,.20) 0%,
            transparent 65%
        );

    opacity:.8;
    mix-blend-mode:screen;
}

/* Shine */

.cid-uiqzvBZJLN .title-box::after{
    content:"";
    position:absolute;
    top:-20%;
    left:-35%;

    width:60%;
    height:160%;

    background:linear-gradient(
        115deg,
        rgba(255,255,255,.22),
        transparent 60%
    );

    transform:skewX(-18deg);
}

/* ================= Title ================= */

.cid-uiqzvBZJLN .mbr-section-title{
    position:relative;
    z-index:2;

    margin:0;

    color:#fef9c3;

    font-family:'Poppins',sans-serif;
    font-size:clamp(2.1rem,5vw,2.7rem);
    font-weight:800;
    letter-spacing:.05em;

    text-shadow:
        0 2px 10px rgba(0,0,0,.6),
        0 0 18px rgba(190,242,100,.55);
}

/* ================= Mobile ================= */

@media (max-width:768px){

    .cid-uiqzvBZJLN .title-box{
        margin:0 15px;
        padding:1.2rem;
        border-radius:18px;
    }

    .cid-uiqzvBZJLN .mbr-section-title{
        font-size:2rem;
    }

}

.cid-ukbHcRhm1H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukbHcRhm1H img,
.cid-ukbHcRhm1H .item-img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.cid-ukbHcRhm1H .item:focus,
.cid-ukbHcRhm1H span:focus {
  outline: none;
}
.cid-ukbHcRhm1H .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-ukbHcRhm1H .item-wrapper {
  position: relative;
  border: 2px solid #ddd;   /* Border */
  border-radius: 28px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0px;            /* Optional spacing inside */
}
.cid-ukbHcRhm1H .mbr-text {
    width: 100%;
    text-align: justify;
    line-height: 1.4;
	text-align: center;
}
.cid-ukbHcRhm1H .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukbHcRhm1H .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukbHcRhm1H .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ukbHcRhm1H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukbHcRhm1H .mbr-section-title {
  color: #232323;
}
.cid-ukbHcRhm1H .mbr-text,
.cid-ukbHcRhm1H .mbr-section-btn {
  text-align: center;
}
.cid-ukbHcRhm1H .item-title {
  text-align: center;
  color: #4479d9;
}
.cid-ukbHcRhm1H .item-subtitle {
  text-align: center;
}
.image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.image-wrapper img {
    width: 100%;
    max-width: 320px;
    height: auto;
}
/* ================= Premium Section ================= */

.cid-ukJMqCUtnY {
    padding: 2rem 0;
    background: transparent;
}

.cid-ukJMqCUtnY .title {
    position: relative;
    overflow: hidden;

    max-width: 980px;
    margin: 0 auto;

    padding: 1.7rem 2rem;
    text-align: center;

    background: radial-gradient(circle at 12% 0%,
            #226464 0%,
            #226464 40%,
            #020617 100%);

    border: 1px solid rgba(148,163,184,.55);
    border-radius: 30px 10px 24px 14px;

    box-shadow:
        0 0 0 1px rgba(15,23,42,.7),
        0 18px 40px rgba(0,0,0,.75);
}

/* Light Glow */
.cid-ukJMqCUtnY .title::before{
    content:"";
    position:absolute;
    inset:-40%;

    background:
        radial-gradient(
            ellipse at 20% 0%,
            rgba(255,255,255,.22) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse at 80% 100%,
            rgba(52,211,153,.20) 0%,
            transparent 65%
        );

    opacity:.8;
    mix-blend-mode:screen;
}

/* Glossy Shine */
.cid-ukJMqCUtnY .title::after{
    content:"";
    position:absolute;
    top:-20%;
    left:-35%;

    width:60%;
    height:160%;

    background:linear-gradient(
        115deg,
        rgba(255,255,255,.22),
        transparent 60%
    );

    transform:skewX(-18deg);
}

/* Heading */
.cid-ukJMqCUtnY .mbr-section-title{
    position:relative;
    z-index:2;

    margin:0;
    color:#fef9c3;

    font-family:'Poppins',sans-serif;
    font-size:clamp(2.1rem,5vw,2.7rem);
    font-weight:800;
    letter-spacing:.05em;

    text-shadow:
        0 2px 10px rgba(0,0,0,.6),
        0 0 18px rgba(190,242,100,.55);
}

/* Mobile */
@media (max-width:768px){

    .cid-ukJMqCUtnY .title{
        margin:0 15px;
        padding:1.2rem;
        border-radius:18px;
    }

    .cid-ukJMqCUtnY .mbr-section-title{
        font-size:2rem;
    }

}
.cid-up5BHk5VjX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up5BHk5VjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5BHk5VjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up5BHk5VjX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up5BHk5VjX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up5BHk5VjX .text-wrapper {
    padding: 2rem;
  }
}
.cid-up5BQUBoSo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up5BQUBoSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5BQUBoSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up5BQUBoSo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up5BQUBoSo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up5BQUBoSo .text-wrapper {
    padding: 2rem;
  }
}
.cid-v11k7pw0aP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v11k7pw0aP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11k7pw0aP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11k7pw0aP .mbr-section-subtitle {
  text-align: left;
}
.cid-ukJMHLhhKm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukJMHLhhKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJMHLhhKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJMHLhhKm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ukJMHLhhKm .mbr-section-subtitle {
  text-align: left;
}
.cid-v09gEkUuVs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiAEYmRJ9q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: radial-gradient(circle at top left, #241216 0%, #050816 55%, #020617 100%);
}
.cid-uiAEYmRJ9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiAEYmRJ9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiAEYmRJ9q .mbr-section-title {
  color: #ffffff;
}
.cid-up5C79aeIj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-up5C79aeIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5C79aeIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-up5C79aeIj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-up5C79aeIj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-up5C79aeIj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoCEWdoDQt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoCEWdoDQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCEWdoDQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoCEWdoDQt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoCEWdoDQt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoCEWdoDQt .text-wrapper {
    padding: 2rem;
  }
}
.cid-ukWT9ZOFB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukWT9ZOFB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukWT9ZOFB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ukWT9ZOFB6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukWT9ZOFB6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukWT9ZOFB6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiAGGngo2s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: radial-gradient(circle at top left, #241216 0%, #050816 55%, #020617 100%);
}
.cid-uiAGGngo2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiAGGngo2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiAGGngo2s .mbr-section-title {
  color: #ffffff;
}
.cid-uiRWcooG4q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiRWcooG4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiRWcooG4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiRWcooG4q .mbr-section-subtitle {
  text-align: left;
}

.cid-uiBnLL4V6V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiBnLL4V6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBnLL4V6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBnLL4V6V .mbr-section-subtitle {
  text-align: left;
}
.cid-ukc4wRHbTT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukc4wRHbTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukc4wRHbTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukc4wRHbTT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukc4wRHbTT .item {
    margin-bottom: 4rem;
  }
}
.cid-ukc4wRHbTT .item:last-child .icon-box:before {
  display: none;
}
.cid-ukc4wRHbTT .item.last .icon-box:before {
  display: none;
}
.cid-ukc4wRHbTT .icon-box {
  background: #20803f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukc4wRHbTT .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukc4wRHbTT .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 42px;
  left: 50%;
  top: 90%;
  top: 100%;
  color: #20803f;
  transform: translate(-50%, 0);
}
.cid-ukc4wRHbTT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukc4wRHbTT .card {
    margin-bottom: 2rem;
  }
  .cid-ukc4wRHbTT .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukc4wRHbTT .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-ukc4wRHbTT .icon-box::before {
    top: 114%;
  }
}
.cid-ukc4wRHbTT .icon-title {
  color: #20803f;
}
.cid-v09gZTTWsz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
/* ===================================================
   PREMIUM TITLE SECTION
=================================================== */

.cid-ukc5Y3rWxU{
    padding:2.5rem 0;
    background:transparent;
}

/* Premium Box */

.cid-ukc5Y3rWxU .premium-title-box{
    position:relative;
    overflow:hidden;

    max-width:980px;
    margin:0 auto;

    padding:28px 40px;

    text-align:center;

    background: radial-gradient(circle at 12% 0%,
            #226464 0%,
            #226464 40%,
            #020617 100%);

    border:1px solid rgba(148,163,184,.55);

    border-radius:30px 10px 24px 14px;

    box-shadow:
        0 0 0 1px rgba(15,23,42,.7),
        0 18px 40px rgba(0,0,0,.75);
}

/* Soft Light */

.cid-ukc5Y3rWxU .premium-title-box::before{
    content:"";
    position:absolute;
    inset:-40%;

    background:
        radial-gradient(
            ellipse at 20% 0%,
            rgba(255,255,255,.22) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse at 80% 100%,
            rgba(52,211,153,.20) 0%,
            transparent 65%
        );

    opacity:.8;
    mix-blend-mode:screen;
}

/* Gloss Shine */

.cid-ukc5Y3rWxU .premium-title-box::after{
    content:"";
    position:absolute;
    top:-20%;
    left:-35%;

    width:60%;
    height:160%;

    background:linear-gradient(
        115deg,
        rgba(255,255,255,.22),
        transparent 60%
    );

    transform:skewX(-18deg);
}

/* Heading */

.cid-ukc5Y3rWxU .mbr-section-title{
    position:relative;
    z-index:2;

    margin:0;

    color:#fef9c3;

    font-family:'Poppins',sans-serif;
    font-size:clamp(2rem,4vw,2.7rem);
    font-weight:800;
    line-height:1.3;
    letter-spacing:.03em;

    text-shadow:
        0 2px 10px rgba(0,0,0,.55),
        0 0 18px rgba(190,242,100,.45);
}

/* Mobile */

@media (max-width:768px){

    .cid-ukc5Y3rWxU{
        padding:2rem 15px;
    }

    .cid-ukc5Y3rWxU .premium-title-box{
        padding:22px 18px;
        border-radius:20px;
    }

    .cid-ukc5Y3rWxU .mbr-section-title{
        font-size:1.8rem;
        line-height:1.4;
    }

}
.cid-ukc62Lkkss {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukc62Lkkss .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukc62Lkkss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukc62Lkkss .mbr-section-subtitle {
  text-align: left;
}
.cid-ukc6cL3d39 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukc6cL3d39 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ukc6cL3d39 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ukc6cL3d39 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
/* ===================================================
   PREMIUM TITLE SECTION
=================================================== */

.cid-ukL4p07z9M{
    padding:2.5rem 0;
    background:transparent;
}

/* Premium Box */

.cid-ukL4p07z9M .premium-title-box{
    position:relative;
    overflow:hidden;

    max-width:980px;
    margin:0 auto;

    padding:28px 40px;

    text-align:center;

    background: radial-gradient(circle at 12% 0%,
            #226464 0%,
            #226464 40%,
            #020617 100%);

    border:1px solid rgba(148,163,184,.55);
    border-radius:30px 10px 24px 14px;

    box-shadow:
        0 0 0 1px rgba(15,23,42,.7),
        0 18px 40px rgba(0,0,0,.75);
}

/* Soft Light */

.cid-ukL4p07z9M .premium-title-box::before{
    content:"";
    position:absolute;
    inset:-40%;

    background:
        radial-gradient(
            ellipse at 20% 0%,
            rgba(255,255,255,.22) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse at 80% 100%,
            rgba(52,211,153,.20) 0%,
            transparent 65%
        );

    opacity:.8;
    mix-blend-mode:screen;
}

/* Gloss Shine */

.cid-ukL4p07z9M .premium-title-box::after{
    content:"";
    position:absolute;

    top:-20%;
    left:-35%;

    width:60%;
    height:160%;

    background:linear-gradient(
        115deg,
        rgba(255,255,255,.22),
        transparent 60%
    );

    transform:skewX(-18deg);
}

/* Heading */

.cid-ukL4p07z9M .mbr-section-title{
    position:relative;
    z-index:2;

    margin:0;

    color:#fef9c3;

    font-family:'Poppins',sans-serif;
    font-size:clamp(2.1rem,5vw,2.8rem);
    font-weight:800;
    line-height:1.3;
    letter-spacing:.03em;

    text-shadow:
        0 2px 10px rgba(0,0,0,.55),
        0 0 18px rgba(190,242,100,.45);
}

/* Mobile */

@media (max-width:768px){

    .cid-ukL4p07z9M{
        padding:2rem 15px;
    }

    .cid-ukL4p07z9M .premium-title-box{
        padding:22px 18px;
        border-radius:20px;
    }

    .cid-ukL4p07z9M .mbr-section-title{
        font-size:1.8rem;
        line-height:1.4;
    }

}
.cid-ukL4xRcpBg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL4xRcpBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL4xRcpBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL4xRcpBg .mbr-section-subtitle {
  text-align: left;
}
/* =========================
   OFFER SECTION
========================= */

.offer-section{
    background:#f5f7fb;
    padding:70px 0;
}

.offer-grid{
    max-width:1180px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    align-items:center;
}

/* =========================
   CARD
========================= */

.offer-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #d9d9d9;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    transition:.35s ease;
}

.offer-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

/* =========================
   TOP HEADER
========================= */

.card-top{
    background:#0f5b50;
    color:#fff;
    text-align:center;
    padding:26px 20px;
}

.card-top h3{
    font-size:40px;
    font-weight:800;
    margin:0;
    color:#fff;
}

.card-top h4{
    font-size:22px;
    font-weight:700;
    margin:12px 0 5px;
    color:#fff;
}

.supply{
    font-size:18px;
    color:#f1f5f9;
    font-weight:600;
}

/* =========================
   CARD BODY
========================= */

.card-content{
    padding:30px 25px;
    text-align:center;
}

.product-img{
    width:100%;
    max-width:200px;
    margin:auto;
    display:block;
}

/* =========================
   PRICE
========================= */

.price-wrap{
    margin:25px 0;
}

.old-price{
    display:block;
    color:#e53935;
    text-decoration:line-through;
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}

.main-price{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    line-height:1;
}

.currency{
    font-size:34px;
    font-weight:700;
    color:#004b73;
    margin-top:12px;
}

.price{
    font-size:72px;
    font-weight:900;
    color:#004b73;
    margin-left:4px;
}

.per-bottle{
    font-size:18px;
    font-weight:700;
    color:#000;
    margin-top:10px;
}

/* =========================
   SAVE BADGE
========================= */

.save-badge{
    display:inline-block;
    margin-top:18px;
    padding:10px 22px;
    background:#0f5b50;
    color:#ffd600;
    border-radius:30px;
    font-weight:700;
    font-size:22px;
}

/* =========================
   SHIPPING
========================= */

.shipping-cost,
.free-shipping-1{
    margin-top:20px;
    font-size:22px;
    font-weight:800;
    color:#000;
}

.free-shipping{
    margin-top:20px;
    font-size:22px;
    font-weight:800;
    color:#fff;
}

/* =========================
   BENEFITS
========================= */

.benefits,
.benefits-6-bottle{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.benefits li,
.benefits-6-bottle li{
    font-size:20px;
    font-weight:700;
    margin:14px 0;
}

/* =========================
   BUTTON
========================= */

.buy-btn{
    display:block;
    width:100%;
    padding:18px;
    background:#bdbdbd;
    color:#000;
    text-decoration:none;
    font-size:24px;
    font-weight:800;
    border-radius:15px;
    transition:.3s;
}

.buy-btn:hover{
    background:#999;
}

/* =========================
   PAYMENT
========================= */

.payment-strip{
    width:170px;
    margin:20px auto;
    display:block;
}

.total,
.featured-footer{
    font-size:30px;
    font-weight:800;
    margin-top:15px;
}

.total del,
.featured-footer del{
    color:red;
}

/* =========================
   FEATURED CARD
========================= */

.featured{
    background:linear-gradient(180deg,#36b37e 0%,#2d7f42 100%);
    color:#fff;
    transform:scale(1.06);
    border:none;
}

.featured .card-top{
    background:#0f5b50;
}

.best-value{
    background:#0f5b50;
    color:#ffe600;
    text-align:center;
    padding:20px;
    font-size:28px;
    font-weight:900;
}

.featured h3,
.featured h4,
.featured .supply{
    color:#fff;
}

.featured .currency,
.featured .price{
    color:#fff;
}

.featured .per-bottle{
    color:#fff;
}

.featured .save-badge{
    background:#134e4a;
    color:#ffe600;
}

.featured .buy-btn{
    background:#ffc928;
    color:#000;
}

.featured .buy-btn:hover{
    background:#ffb800;
}

.featured-footer{
    color:#fff;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .offer-grid{
        grid-template-columns:1fr;
    }

    .featured{
        transform:none;
    }

    .card-top h3{
        font-size:34px;
    }

    .price{
        font-size:62px;
    }

    .buy-btn{
        font-size:20px;
    }

}

.cid-uiAEFXzPjl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiAEFXzPjl .line {
  background-color: #d12612;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukhHkZUnMy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background:radial-gradient(
        circle at 12% 0%,
        #226464 0%,
        #226464 40%,
        #226464 100%
    );
}
.cid-ukhHkZUnMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukhHkZUnMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ukhHkZUnMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukhHkZUnMy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukhHkZUnMy .text-wrapper {
    padding: 2rem;
  }
}
.cid-ukhHkZUnMy .mbr-section-title {
  text-align: center;
  color: #ffff00;
}
.cid-ukhHkZUnMy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukhJ7xpISL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ukhJ7xpISL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukhJ7xpISL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
/* ===================================================
   FAQ PREMIUM TITLE SECTION
=================================================== */

.cid-uiBzjjalD0{
    padding:2.5rem 0;
    background:transparent;
}

/* Premium Box */

.cid-uiBzjjalD0 .premium-title-box{
    position:relative;
    overflow:hidden;

    max-width:980px;
    margin:0 auto;

    padding:28px 40px;

    text-align:center;

    background: radial-gradient(circle at 12% 0%,
            #226464 0%,
            #226464 40%,
            #020617 100%);

    border:1px solid rgba(148,163,184,.55);

    border-radius:30px 10px 24px 14px;

    box-shadow:
        0 0 0 1px rgba(15,23,42,.7),
        0 18px 40px rgba(0,0,0,.75);
}

/* Soft Light Effect */

.cid-uiBzjjalD0 .premium-title-box::before{
    content:"";
    position:absolute;
    inset:-40%;

    background:
        radial-gradient(
            ellipse at 20% 0%,
            rgba(255,255,255,.22) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse at 80% 100%,
            rgba(52,211,153,.20) 0%,
            transparent 65%
        );

    opacity:.8;
    mix-blend-mode:screen;
}

/* Gloss Shine */

.cid-uiBzjjalD0 .premium-title-box::after{
    content:"";
    position:absolute;

    top:-20%;
    left:-35%;

    width:60%;
    height:160%;

    background:linear-gradient(
        115deg,
        rgba(255,255,255,.22),
        transparent 60%
    );

    transform:skewX(-18deg);
}

/* Heading */

.cid-uiBzjjalD0 .mbr-section-title{
    position:relative;
    z-index:2;

    margin:0;

    color:#fef9c3;

    font-family:'Poppins',sans-serif;
    font-size:clamp(2.1rem,5vw,2.8rem);
    font-weight:800;
    line-height:1.3;
    letter-spacing:.03em;

    text-shadow:
        0 2px 10px rgba(0,0,0,.55),
        0 0 18px rgba(190,242,100,.45);
}

/* Mobile */

@media (max-width:768px){

    .cid-uiBzjjalD0{
        padding:2rem 15px;
    }

    .cid-uiBzjjalD0 .premium-title-box{
        padding:22px 18px;
        border-radius:20px;
    }

    .cid-uiBzjjalD0 .mbr-section-title{
        font-size:1.8rem;
        line-height:1.4;
    }

}
.cid-uiBzoX4Giw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBzoX4Giw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBzoX4Giw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uiBzoX4Giw .panel-group {
  border: none;
}
.cid-uiBzoX4Giw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uiBzoX4Giw .panel-body,
.cid-uiBzoX4Giw .card-header {
  padding: 1rem 0;
}
.cid-uiBzoX4Giw .panel-title-edit {
  color: #111111;
}
.cid-uiBzoX4Giw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uoCMQ2fpR4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoCMQ2fpR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCMQ2fpR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-uiCePtbgdw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiCePtbgdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCePtbgdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiCePtbgdw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiCePtbgdw .row {
  flex-direction: row-reverse;
}
.cid-uiCePtbgdw img {
  width: 100%;
}
.cid-uiCfubZIKU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: radial-gradient(circle at top left, #241216 0%, #050816 55%, #020617 100%);
}
.cid-uiCfubZIKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCfubZIKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCfubZIKU .mbr-section-title {
  color: #ffff00;
}
.cid-uiCfDCGs0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: radial-gradient(circle at top left, #241216 0%, #050816 55%, #020617 100%);
}
.cid-uiCfDCGs0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCfDCGs0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uiCfDCGs0T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiCfDCGs0T .row {
  flex-direction: row-reverse;
}
.cid-uiCfDCGs0T img {
  width: 100%;
}
.cid-uki0HU3642 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: radial-gradient(circle at top left, #241216 0%, #050816 55%, #020617 100%);
}
.cid-uki0HU3642 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uki0HU3642 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uki0HU3642 .mbr-section-title {
  color: #ffff00;
}
.cid-uiCgu7US60 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: radial-gradient(circle at top left, #241216 0%, #050816 55%, #020617 100%);
}
.cid-uiCj2BE6dg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiCj2BE6dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCj2BE6dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCiAqxNFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #314358;
}
.cid-uiCiAqxNFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCiAqxNFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCiAqxNFO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uiCiAqxNFO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uiCiAqxNFO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uiCiAqxNFO .list {
  color: #ffffff;
}
.cid-uiClWC3YTe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uiClWC3YTe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uiClWC3YTe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uiClWC3YTe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uiClWC3YTe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uiClWC3YTe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uiClWC3YTe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uiClWC3YTe .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uiClWC3YTe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uiClWC3YTe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uiClWC3YTe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uiClWC3YTe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uiClWC3YTe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uiClWC3YTe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uiClWC3YTe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uiFlnhJyQz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFlnhJyQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFlnhJyQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFlnhJyQz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uiFnQfUk8H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFnQfUk8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFnQfUk8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFnQfUk8H .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uiFnQfUk8H .mbr-section-subtitle {
  text-align: left;
}
.cid-uiFndXUINH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiFndXUINH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFndXUINH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFndXUINH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uiFndXUINH .mbr-section-subtitle {
  text-align: left;
}
#content4-1 {
    position: relative;
    overflow: visible;
    min-height: 250px;
}

/* ===================================================
   PREMIUM TITLE SECTION
=================================================== */

.cid-ukJMqCUtnY{
    padding:2.5rem 0;
    background:transparent;
}

/* Premium Box */

.cid-ukJMqCUtnY .premium-title-box{
    position:relative;
    overflow:hidden;

    max-width:980px;
    margin:0 auto;

    padding:28px 40px;

    text-align:center;

    background: radial-gradient(circle at 12% 0%,
            #226464 0%,
            #226464 40%,
            #020617 100%);

    border:1px solid rgba(148,163,184,.55);

    border-radius:30px 10px 24px 14px;

    box-shadow:
        0 0 0 1px rgba(15,23,42,.7),
        0 18px 40px rgba(0,0,0,.75);
}

/* Soft Light */

.cid-ukJMqCUtnY .premium-title-box::before{
    content:"";
    position:absolute;
    inset:-40%;

    background:
        radial-gradient(
            ellipse at 20% 0%,
            rgba(255,255,255,.22) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse at 80% 100%,
            rgba(52,211,153,.20) 0%,
            transparent 65%
        );

    opacity:.8;
    mix-blend-mode:screen;
}

/* Gloss Shine */

.cid-ukJMqCUtnY .premium-title-box::after{
    content:"";
    position:absolute;

    top:-20%;
    left:-35%;

    width:60%;
    height:160%;

    background:linear-gradient(
        115deg,
        rgba(255,255,255,.22),
        transparent 60%
    );

    transform:skewX(-18deg);
}

/* Heading */

.cid-ukJMqCUtnY .mbr-section-title{
    position:relative;
    z-index:2;

    margin:0;

    color:#fef9c3;

    font-family:'Poppins',sans-serif;
    font-size:clamp(2.1rem,5vw,2.8rem);
    font-weight:800;
    line-height:1.3;
    letter-spacing:.03em;

    text-shadow:
        0 2px 10px rgba(0,0,0,.55),
        0 0 18px rgba(190,242,100,.45);
}

/* Mobile */

@media (max-width:768px){

    .cid-ukJMqCUtnY{
        padding:2rem 15px;
    }

    .cid-ukJMqCUtnY .premium-title-box{
        padding:22px 18px;
        border-radius:20px;
    }

    .cid-ukJMqCUtnY .mbr-section-title{
        font-size:1.8rem;
        line-height:1.4;
    }

}
.hero-dropper-image {
    position: absolute;
    left: 3%;
    top: 58%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.hero-dropper-image img {
    width: 150px;
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .hero-dropper-image {
        left: 385px;
        top: 79.4%;
        transform: translateY(-50%);
    }
    
    .hero-dropper-image img {
        width: 100px;
    }
    
    #content4-1 {
        min-height: 200px;
    }
}
#scrollToTopBtn {
  position: fixed;
  right: 40.25rem;
  bottom: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  outline: none;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  display: none;    
  z-index: 9999;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#scrollToTopBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
}

#scrollToTopBtn:active {
  transform: translateY(-1px) scale(0.98);
}

@media (max-width: 767.98px) {
  #scrollToTopBtn {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
    right: 1rem;
    bottom: 1.1rem;
  }
}
#rhythmone-order-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;    
  z-index: 9998;
 

}

#rhythmone-order-bar .ro-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

#rhythmone-order-bar .ro-text {
  color: #e5e7eb;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Button with auto light sweep */
#rhythmone-order-bar .ro-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

/* animated light highlight */
#rhythmone-order-bar .ro-btn::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 40%;
  height: 180%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.45) 45%,
    rgba(255, 255, 255, 0.0) 100%
  );
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  animation: rh1LightSweep 3.5s infinite;
}

@keyframes rh1LightSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(220%);
    opacity: 0;
  }
  100% {
    transform: translateX(220%);
    opacity: 0;
  }
}

#rhythmone-order-bar .ro-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5);
  filter: brightness(1.05);
}

#rhythmone-order-bar .ro-btn:active {
  transform: translateY(0) scale(0.98);
}

/* Mobile */
@media (max-width: 767.98px) {
  #rhythmone-order-bar .ro-container {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 0.6rem 0.9rem 0.7rem;
  }

  #rhythmone-order-bar .ro-text {
    font-size: 0.9rem;
  }

  #rhythmone-order-bar .ro-btn {
    width: 100%;
  }
}

.slow-running {
  position: relative;
  color: #050505;
  font-weight: 700;
  display: inline-block;
}

.slow-running strong {
  position: relative;
  background: linear-gradient(
    90deg,
    #030712 0%,  
    #0b1528 20%, 
    #3d271b 35%, 
    #7c2d12 44%,
    #674730 50%, 
    #7c2d12 56%, 
    #3d271b 65%,
    #0b1528 80%,
    #030712 100%
  );
  background-size: 200% 100%; 
  animation: slow-shimmer 14s linear infinite;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 25px rgba(245, 158, 11, 0.3); 
}
  background-size: 200% 100%; 
  animation: slow-shimmer 14s linear infinite;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 25px rgba(0, 153, 255, 0.45); 
}

.slow-running::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -5%;
  width: 110%;
  height: 120%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 30%,
    rgba(0, 110, 255, 0.3) 43%,
    rgba(200, 230, 255, 0.6) 50%,
    rgba(0, 110, 255, 0.3) 57%,
    transparent 70%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: slow-shimmer 14s linear infinite;
  opacity: 0.8;
  z-index: -1;
  filter: blur(20px);
}

@keyframes slow-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
<!-- ================= IMAGE ANIMATION CSS ================= -->
/* Base Product Container Style */
.product-animate {
  border-radius: 19px;
  overflow: hidden;
}
<style>
/* Mobile-responsive image wrapper */
.image-wrapper.soft-floa {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.image-wrapper.soft-floa img {
  width: 100%;
  height: auto;
  max-width: 1350px;
  display: block;
}

/* Desktop view (default) */
.image-wrapper.soft-floa img {
  height: 130px;
}

/* Mobile view: adjust height for better visibility */
@media (max-width: 767px) {
  .image-wrapper.soft-floa {
    padding: 10px 0;
  }
  
  .image-wrapper.soft-floa img {
    height: 100px;
    max-width: 100%;
  }
}

/* Tablet view */
@media (min-width: 768px) and (max-width: 991px) {
  .image-wrapper.soft-floa img {
    height: 180px;
  }
}
/* Focus styles for accessibility */
.btn:focus,
.nav-link:focus,
.navbar-toggler:focus {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
    box-shadow: none !important;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .hero-section {
        background: #fff;
        color: #000;
    }
    
    .btn-hero,
    .btn-cta {
        background: #000;
        color: #fff;
        border: 2px solid #000;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Loading states */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

.btn.loading {
    position: relative;
}

.btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* ==========================================================================
   1. ANIMATIONS & GRAPHICS TIMELINES
   ========================================================================== */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Infinite sliding cycle loop (Runs on an 8s track window) */
@keyframes infiniteSideSlide {
    0%, 100% {
        transform: translateY(-50%) translateX(calc(100% - 90px)); /* Retracted badge-only state */
    }
    10%, 40% {
        transform: translateY(-50%) translateX(0%); /* Slides completely out and holds */
    }
    50%, 90% {
        transform: translateY(-50%) translateX(calc(100% - 90px)); /* Retracts back to edge and holds */
    }
}

/* Red outer structural bloom pulse */
@keyframes autoGlowPulse {
    0% { box-shadow: 0 0 15px rgba(230, 57, 70, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4); }
    50% { box-shadow: 0 0 28px rgba(230, 57, 70, 0.65), 0 4px 12px rgba(230, 57, 70, 0.2); }
    100% { box-shadow: 0 0 15px rgba(230, 57, 70, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4); }
}

/* ==========================================================================
   2. SCROLL TO TOP UI COMPONENT
   ========================================================================== */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background-color: #ff6e0d;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollToTop:hover {
    transform: translateY(-3px);
}


/* ==========================================================================
   4. DETAILED 3D FLOATING BUTTON COMPONENT (SLATE SPEC)
   ========================================================================== */
.sliding-sidebar-cta-right {
    position: fixed;
    top: 85%;
    right: 0;
    z-index: 9999;
    display: flex;
    width: auto;
    padding: 10px;
    animation: infiniteSideSlide 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    transition: transform 0.3s ease-out;
}

/* Pauses timeline movement track completely when mouse explicitly hovers the item */
.sliding-sidebar-cta-right:hover {
    animation-play-state: paused;
    transform: translateY(-50%) translateX(0);
}

.custom-3d-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(
        135deg,
        #226464 0%,
        #226464 50%,
        #061924 100%
    );
    padding: 12px 24px 12px 16px;
    border-radius: 60px;
    text-decoration: none !important;
    border: 1px solid #1a2027;
    animation: autoGlowPulse 3s ease-in-out infinite;
}

/* Container block wrapper spacing rule adjustment */
.cta-buttons-wrapper {
    margin-top: 30px; /* Applies your intended top layout clearance to the entire button module */
    display: inline-block;
}

/* Corrected alignment structure for the inner components */
.badge-raised-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: linear-gradient(135deg, #acabad, #acabad);
    margin-right: 18px;
    margin-top: 0; /* Reset back to zero to prevent the badge from shifting down out of the button axis */
    flex-shrink: 0;
    box-shadow: 
        inset 3px 3px 8px rgba(0, 0, 0, 0.7),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05),
        1px 1px 0px rgba(255, 255, 255, 0.05);
}

.discount-badge-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.4));
}

.text-recessed-container {
    position: relative;
    overflow: hidden;
    display: inline-block;

    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 40px;
    background: linear-gradient(180deg, #f7b733, #ef9a0b);
    white-space: nowrap;

    box-shadow:
        inset 3px 3px 8px rgba(0, 0, 0, 0.6),
        inset -2px -2px 5px rgba(255, 255, 255, 0.15),
        0 8px 20px rgba(239, 154, 11, 0.35);

    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.45);
}

/* Moving light effect */
.text-recessed-container::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -120%;
    width: 60%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: rotate(60deg);
    animation: autoLight 5s linear infinite;
}

@keyframes autoLight {
    0% {
        left: -120%;
    }
    100% {
        left: 180%;
    }
}

.custom-3d-btn:hover {
    box-shadow: 0 0 30px rgba(230, 57, 70, 0.75), 0 6px 15px rgba(0, 0, 0, 0.5);
}

.custom-3d-btn:active {
    transform: scale(0.98);
}

/* ==========================================================================
   5. UNIFIED MOBILE RESPONSIVE ENGINE BREAKPOINTS
   ========================================================================== */
@media (max-width: 768px) {
    #scrollToTop {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    /* Primary 3D Floating layout locks safely to bottom screen dock */
    .sliding-sidebar-cta-right {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        animation: none;
        width: 100%;
        max-width: 420px;
        padding: 0 15px;
    }
    
    .sliding-sidebar-cta-right:hover {
        transform: translateX(-50%) translateY(-2px);
    }
    
    .custom-3d-btn {
        width: 100%;
        padding: 8px 16px 8px 10px;
    }

    .badge-raised-container {
        width: 54px;
        height: 54px;
        margin-right: 12px;
    }

    .discount-badge-img {
        width: 44px;
        height: 44px;
    }

    .text-recessed-container {
        font-size: 16px;
        padding: 10px 18px;
        white-space: nowrap;
    }

    /* Maintained horizontal pull-out transition engine on mobile, clear of action overlay strip */
    .side-cta-panel {
        top: auto;
        bottom: 110px; 
        transform: translateX(280px); /* Pure horizontal hide alignment */
    }

    .side-cta-panel:hover {
        transform: translateX(0); /* Pure horizontal sliding activation profile */
    }
}

@media (max-width: 667px) {
    /* Safe viewport width reduction matching compact mobile frame factors */
    .side-cta-panel {
        top: auto;
        bottom: 110px;
        width: 240px;
        transform: translateX(240px);
    }
    
    .side-cta-panel:hover {
        transform: translateX(0);
    }
    
    .side-cta-content {
        padding: 16px;
    }

    .side-cta-content h3 {
        font-size: 15px;
    }

    .side-cta-content p {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .side-order-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
}

@media (max-width: 360px) {
    /* Extreme handheld bounds (iPhone SE) aspect scaling safety controls */
    .side-cta-panel {
        width: 190px;
        transform: translateX(190px);
    }
    .side-cta-panel:hover {
        transform: translateX(0);
    }
    .side-cta-tab {
        left: -38px;
        padding: 6px 12px;
        font-size: 10px;
    }
}
/* ==========================================================================
   TRIMORYN HIGH-CONVERTING HEADER NAVIGATION BAR
   ========================================================================== */

.trimoryn-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #226464; /* Matches premium #fdfbf7 canvas base */
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    z-index: 9999;
    padding: 14px 0;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Brand Styles */
.nav-brand .brand-link {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
}

/* Central Menu Links Framework */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.menu-link {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.menu-link:hover {
    color: #de7728; /* Warm illumination focus color */
}

/* Action Area & iPhone Friendly Tap Optimization */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-phone-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
}

.nav-cta-btn {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #de7728;
    padding: 12px 24px;
    border-radius: 40px;
    text-decoration: none;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 12px rgba(222, 119, 40, 0.2);
    transition: all 0.2s ease;
    min-height: 44px; /* Native tap target guideline */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-cta-btn:hover {
    background-color: #ef9a0b;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(239, 154, 11, 0.35);
}

/* ==========================================================================
   RESPONSIVE MOBILE VIEWPORT CONTROLS (Protects smaller devices from clipping)
   ========================================================================== */

@media (max-width: 991px) {
    /* Hiding raw nav link lists on mobile to save layout estate */
    .nav-menu {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .trimoryn-nav-bar {
        padding: 10px 0;
    }
    .nav-brand .brand-link {
        font-size: 21px;
    }
    .nav-cta-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
}
.hero-video{
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    margin-top: 75px;
}

.bg-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:1;
}

.content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    align-items:center;      /* Vertical center */
    justify-content:flex-start; /* Left align */
}

.hero-text{
    max-width:650px;
    padding-left:40px;
}

.hero-text h1{
    color:#fff;
    text-align:left;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-text h4{
    color:#fff;
    text-align:left;
    line-height:1.7;
    font-weight:400;
}

@media (max-width:768px){
    .hero-text{
        max-width:100%;
        padding:20px;
    }

    .hero-text h1,
    .hero-text h4{
        text-align:center;
    }

    .content{
        justify-content:center;
    }
}