.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 3.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #0dae7a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0dae7a !important;
  border-color: #0dae7a !important;
  color: #fff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0dae7a;
  color: #0dae7a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fff !important;
  background-color: #0dae7a !important;
  border-color: #0dae7a !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #0dae7a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #0dae7a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.testimonial-content .display-7{
    font-size: 1.35rem !important;
    line-height: 1.6;
}
.neon-btn {
    position: relative;
    display: inline-block;
    padding: 18px 55px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border-radius: 60px;
    background: #071426;
    border: 2px solid #00f5a0;
    overflow: hidden;
    transition: 0.4s ease;

    /* Auto Glow Animation */
    animation: glowPulse 2.5s infinite alternate;
}

/* Auto Red Glow Pulse */
@keyframes glowPulse {
    0% {
        box-shadow: 
            0 0 10px rgba(255, 0, 80, 0.5),
            0 0 25px rgba(255, 0, 80, 0.3),
            inset 0 0 10px rgba(0, 255, 160, 0.3);
    }
    100% {
        box-shadow: 
            0 0 25px rgba(255, 0, 80, 0.9),
            0 0 60px rgba(255, 0, 80, 0.6),
            inset 0 0 20px rgba(0, 255, 160, 0.6);
    }
}

/* Shine Glass Effect */
.neon-btn .shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.2),
        transparent
    );
    transform: skewX(-25deg);
    
    /* Auto Light Sweep */
    animation: lightMove 3s linear infinite;
}

/* Continuous Light Movement */
@keyframes lightMove {
    0% { left: -75%; }
    100% { left: 130%; }
}

/* ===== VITRAFOXIN VIDEO SECTION ===== */
.cid-ulyid7LmEj {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Gradient overlay */
.cid-ulyid7LmEj::before {
  content: "";
  position: absolute;
  inset: 0;
  background:#172c49;
  z-index: 1;
}

/* Keep content above overlay */
.cid-ulyid7LmEj > * {
  position: relative;
  z-index: 2;
}

.cid-ulyid7LmEj .mbr-fallback-image {
  display: none;
}

/* Reverse columns on desktop */
.cid-ulyid7LmEj .row {
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 991px) {
  .cid-ulyid7LmEj .image-wrapper {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

/* Short video container: mobile short style */
.short-video-container {
  position: relative;
  width: 80%;
  max-width: 620px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  aspect-ratio: 9 / 16;
}

.short-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Full-width feel on small screens */
@media (max-width: 576px) {
  .short-video-container {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}

/* Desktop text spacing */
@media (min-width: 992px) {
  .cid-ulyid7LmEj .text-wrapper {
    padding: 0 2rem;
  }
}

/* Titles & text color (final values) */
.cid-ulyid7LmEj .mbr-section-title,
.cid-ulyid7LmEj .card-title {
  color: #fff;
}

.cid-ulyid7LmEj .mbr-text {
  color: #fff;
}

.cid-ulyid7LmEj .mbr-text,
.cid-ulyid7LmEj .mbr-section-btn {
  color: #fff;
}

/* ===== NERVE SECTION (ulynntteim) ===== */
.cid-ulynntteim {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}

.cid-ulynntteim .mbr-fallback-image.disabled {
  display: none;
}

.cid-ulynntteim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-ulynntteim .mbr-section-title {
  color: #ffffff;
}

/* ===== XENBURN GALLERY SECTION (tB9ez4cVTX) ===== */

/* SECTION WRAPPER */
.cid-tB9ez4cVTX {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}

/* LEFT BACKGROUND IMAGE */
.cid-tB9ez4cVTX::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 32%;
  background-image: url("../../images/fat-women.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* RIGHT BACKGROUND IMAGE */
.cid-tB9ez4cVTX::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 27%;
  background-image: url("../../images/tmpw2ockmea.webp"); /* or different image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* ADJUST BACKGROUND DECORATION ON MOBILE */
@media (max-width: 768px) {
  .cid-tB9ez4cVTX::before,
  .cid-tB9ez4cVTX::after {
    width: 25%;
    height: 6%;
    opacity: 0.5;    /* softer on mobile */
  }
}

/* KEEP CONTENT ABOVE BACKGROUND IMAGES */
.cid-tB9ez4cVTX > * {
  position: relative;
  z-index: 1;
}

/* ALL IMAGES INSIDE SECTION */
.cid-tB9ez4cVTX img {
  border-radius: 62px;
  display: block;
  margin: 0 auto 1.5rem;
  transition: all 0.45s ease;
}

/* MOBILE SOFT SHADOW */
@media (max-width: 768px) {
  .cid-tB9ez4cVTX img {
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.15),
      0 20px 50px rgba(0, 0, 0, 0.1);
  }
}

/* SPECIFIC PRODUCT IMAGE */
.cid-tB9ez4cVTX .product-image {
  max-width: 620px;
  border-radius: 40px;
}

/* ORDER BUTTON IMAGE (KEEP SMALLER) */
.cid-tB9ez4cVTX .order-button-image {
  max-width: 260px;
  margin-bottom: 0;
}

/* BENEFITS LIST */
.cid-tB9ez4cVTX .benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 2rem;
}

.cid-tB9ez4cVTX .benefits-list li {
  list-style: none;
  width: 33.33%;
  padding: 0.5rem 0;
  font-size: 30px;
  color: #000;
  text-align: left;
}

.cid-tB9ez4cVTX .benefits-list li::before {
  content: "✔";
  color: #4bba15;
  font-weight: 700;
  margin-right: 6px;
}

/* TRUST BADGE BOX */
.cid-tB9ez4cVTX .trust-box {
  border: 8px solid #4bba15;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
}

.cid-tB9ez4cVTX .trust-item {
  text-align: center;
}

.cid-tB9ez4cVTX .trust-item img {
  max-width: 300px;
  margin-bottom: 0.5rem;
}

.cid-tB9ez4cVTX .trust-item h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.cid-tB9ez4cVTX .trust-item p {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}

/* TYPOGRAPHY (IF YOU USE SECTION TITLE/TEXT) */
.cid-tB9ez4cVTX .mbr-section-title {
  color: #ffffff;
  background-color: #b3263a;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cid-tB9ez4cVTX .mbr-text {
  text-align: center;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 991px) {
  .cid-tB9ez4cVTX .benefits-list li {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  .cid-tB9ez4cVTX .product-image {
    max-width: 260px;
  }

  .cid-tB9ez4cVTX .trust-item h6 {
    font-size: 20px;
  }

  .cid-tB9ez4cVTX .trust-item p {
    font-size: 18px;
  }
}
/* ==========================================
   INTRO TEXT
========================================== */

#content4-nervealive .mbr-title > div:first-of-type strong {
    display: block;

    color: rgba(255,255,255,.95);

    font-size: 1.18rem;
    line-height: 1.9;
    font-weight: 400;

    text-align: left;
}

/* ==========================================
   STAGE BLOCKS
========================================== */

#content4-nervealive .mbr-title > div {
    margin-bottom: 18px;
}

/* Stage Headings */

#content4-nervealive strong {
    font-weight: 700;
}

#content4-nervealive div strong:first-child {
    color: #00d8ff;
}

/* Stage Cards */

#content4-nervealive .stage-box {
    background: rgba(255,255,255,.05);
    border-left: 5px solid #00d8ff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

/* ==========================================
   CUSTOM STAGE TITLES
========================================== */

.stage-title {
    display: block;

    font-size: 1.35rem;
    font-weight: 700;

    color: #00d8ff;

    margin-bottom: 10px;
}

.stage-text {
    color: rgba(255,255,255,.92);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 400;
}

/* ==========================================
   LONG TERM SUPPORT BOX
========================================== */

.longterm-box {
    background: linear-gradient(
        135deg,
        rgba(2,168,219,.15),
        rgba(255,255,255,.04)
    );

    border: 2px solid rgba(2,168,219,.3);

    border-radius: 20px;

    padding: 25px;
    margin-top: 25px;
}

.longterm-box .stage-title {
    color: #ffd54a;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px) {

    #NerveAlive-How-It-Works .mbr-section-subtitle {
        font-size: 2rem;
    }

    #content4-nervealive {
        padding: 50px 15px;
    }

    #content4-nervealive .mbr-title {
        padding: 25px;
    }

    .organic-img {
        max-width: 240px;
    }

    .stage-title {
        font-size: 1.15rem;
    }

    .stage-text {
        font-size: 1rem;
        line-height: 1.7;
    }
}
/* ===========================
   Review Heading
=========================== */

.cid-uyQCcfQBT1{
    position:relative;
    overflow:hidden;
    padding:2.5rem 1rem;
    background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}

/* Decorative Glow */

.cid-uyQCcfQBT1::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    top:-120px;
    right:-80px;
    border-radius:50%;
    background:rgba(255,222,137,.15);
    filter:blur(45px);
}

.cid-uyQCcfQBT1::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    left:-60px;
    bottom:-60px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    filter:blur(35px);
}

.cid-uyQCcfQBT1 .mbr-section-subtitle{
    position:relative;
    z-index:2;
    color:#fff;
    font-family:Jost,sans-serif;
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    line-height:1.3;
    margin:0;
}

/* ===========================
   Testimonial Section
=========================== */

.testimonial-section{
    padding:35px 15px;
    background:#f8fbff;
}

.testimonial-card{

    max-width:1200px;
    margin:auto;

    display:flex;
    align-items:center;
    gap:45px;

    background:#fff;

    border-radius:24px;
    overflow:hidden;

    padding:40px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.08);

    transition:all .35s ease;
}

.testimonial-card:hover{
    transform:translateY(-6px);
    box-shadow:
        0 20px 45px rgba(0,0,0,.12);
}

/* ===========================
   Content
=========================== */

.testimonial-content{
    flex:1;
}

.testimonial-content h2{

    color:#02a8db;

    font-size:2rem;
    font-weight:800;

    line-height:1.35;

    margin-bottom:18px;
}

.verified{

    display:inline-block;

    background:#e8fff2;
    color:#16a34a;

    padding:8px 18px;

    border-radius:50px;

    font-size:.95rem;
    font-weight:700;

    margin-bottom:22px;
}

.testimonial-content p{

    font-size:1.08rem;
    line-height:1.8;

    color:#555;

    margin:0;
}

/* Remove Mobirise extra margin */

.testimonial-content .col-md-12,
.testimonial-content .col-lg-11{
    padding:0;
}

/* ===========================
   Divider
=========================== */

.testimonial-divider{

    width:2px;
    align-self:stretch;

    background:linear-gradient(
        to bottom,
        transparent,
        #02a8db,
        transparent
    );

    opacity:.45;
}

/* ===========================
   Image
=========================== */

.testimonial-image{

    flex-shrink:0;
}

.testimonial-image img{

    width:280px;
    height:280px;

    object-fit:cover;

    border-radius:22px;

    display:block;

    box-shadow:
        0 15px 35px rgba(2,168,219,.25);

    transition:.35s;
}

.testimonial-card:hover img{
    transform:scale(1.03);
}

/* ===========================
   Tablet
=========================== */

@media (max-width:991px){

    .testimonial-card{

        flex-direction:column-reverse;

        text-align:center;

        gap:30px;

        padding:30px;
    }

    .testimonial-divider{
        display:none;
    }

    .testimonial-content h2{
        font-size:1.7rem;
    }

    .testimonial-image img{

        width:240px;
        height:240px;
    }
}

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

@media (max-width:767px){

    .cid-uyQCcfQBT1{

        padding:2rem 1rem;
        border-radius:18px;
    }

    .cid-uyQCcfQBT1 .mbr-section-subtitle{

        font-size:1.8rem;
        line-height:1.4;
    }

    .testimonial-section{
        padding:20px 12px;
    }

    .testimonial-card{

        padding:22px;
        border-radius:18px;
    }

    .testimonial-content h2{

        font-size:1.4rem;
        margin-bottom:15px;
    }

    .verified{

        font-size:.9rem;
        padding:7px 16px;
    }

    .testimonial-content p{

        font-size:1rem;
        line-height:1.75;
    }

    .testimonial-image img{

        width:200px;
        height:200px;
    }
}
.testimonial-section:nth-child(even) .testimonial-card{
    flex-direction:row-reverse;
}

@media(max-width:991px){
    .testimonial-section:nth-child(even) .testimonial-card{
        flex-direction:column-reverse;
    }
}
.short-video-container {
  max-width: 400px;
  margin: 0 auto;
}

.short-video {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.order-button-image {
  display: inline-block;
}

/* Desktop / larger screens: shift button slightly left & up */
.order-btn-offset {
  position: relative;
  right: 150px;   /* move left */
  bottom: 80px;   /* move up */
}

/* Mobile: reset position and center the button */
@media (max-width: 767.98px) {
  .order-btn-offset {
    position: static;    /* no manual offset */
    display: inline-block;
  }

  /* Ensure the column centers content on mobile */
  .order-btn-offset-wrapper {
    text-align: center !important;
  }
}

@media (max-width: 767.98px) {
  /* On mobile, keep it cleaner and centered */
  .order-btn-offset {
    right: 0;
    bottom: 0;
  }
}
/* ===== ROTATING BACKGROUND SECTION (ulypTyhSny) ===== */
.cid-ulypTyhSny {
  position: relative;
  padding: 2rem 0;
  background-color: #ffffff;
  overflow: hidden;
}

/* Desktop rotating background image */
.cid-ulypTyhSny::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 70%;
  width: 600px;
  height: 600px;
  transform: translateY(-50%) rotate(0deg);
  background-image: url("../../images/72175571-c3eb-4e6c-bb5-32079793d480.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: sideRotate 20s linear infinite;
  z-index: 0;
  opacity: 0.9;
}

/* Rotation animation */
@keyframes sideRotate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Keep content above background */
.cid-ulypTyhSny > * {
  position: relative;
  z-index: 1;
}

.cid-ulypTyhSny .mbr-fallback-image {
  display: none;
}

.cid-ulypTyhSny .row {
  align-items: center;
}

/* Mobile optimization */
@media (max-width: 991px) {
  .cid-ulypTyhSny {
    padding: 3rem 0;
  }

  .cid-ulypTyhSny::before {
    top: 0%;
    left: 50%;
    right: auto;
    width: 380px;
    height: 380px;
    transform: translateX(-40%);
    animation: none; /* stop rotation on mobile */
    opacity: 0.25;
  }

  .cid-ulypTyhSny .image-wrapper {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

/* Desktop text spacing */
@media (min-width: 992px) {
  .cid-ulypTyhSny .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-ulypTyhSny .mbr-section-title,
.cid-ulypTyhSny .mbr-text,
.cid-ulypTyhSny .mbr-section-btn {
  color: #000000;
  text-align: left;
}


.cid-ulyq9sROuf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyq9sROuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyq9sROuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyq9sROuf .mbr-section-title {
  color: #ffffff;
}
.cid-ulyq9sROuf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulyqAdLAuz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulyqAdLAuz .mbr-text {
  color: #000000;
}
.cid-ulyqAdLAuz .mbr-section-subtitle {
  color: #000000;
}
.cid-ulyqAdLAuz .mbr-section-title {
  color: #000000;
}
.cid-ulyr0UTfMt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyr0UTfMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyr0UTfMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyr0UTfMt .mbr-section-title {
  color: #ffffff;
}
.cid-ulyr0UTfMt .mbr-section-subtitle {
  color: #ffffff;
}
.offer-section{
    background:#fff;
    padding-bottom:60px;
}

:root{
    --blue:#0A3161;
    --blue-2:#1D4E89;
    --gold:#ffd53d;
    --green:#10c85d;
    --dark:#000;
    --white:#fff;
    --card-border:#6670df;
    --shadow:0 10px 30px rgba(0,0,0,.2);
}

/* TOP BANNER */
.offer-banner{
    background: linear-gradient(
        135deg,
        var(--blue) 0%,
        var(--blue) 30%,
        #000 55%,
        var(--blue-2) 80%,
        var(--blue) 100%
    );
    border-radius: 22px;
    color: var(--white);
    text-align: center;
    padding: 1.2rem 1rem 2.5rem;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        60% 85%,
        50% 100%,
        40% 85%,
        0 85%
    );
}

.offer-banner h2{
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    margin: 0 0 .25rem;
    line-height: 1.1;
}

.offer-banner h3{
    color: var(--gold);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
}

.offer-date{
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    margin-top: .75rem;
}

.offer-date span{
    color: var(--gold);
    text-decoration: underline;
}

.countdown{
    font-size: clamp(2.2rem, 8vw, 4.4rem);
    font-weight: 800;
    margin: 1rem 0;
    line-height: 1;
}

.stock-bar{
    background: #6b1138;
    padding: .85rem 1rem;
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    font-weight: 700;
    border-radius: 10px;
}

/* SHIPPING BANNER */
.shipping-banner{
    max-width: 850px;
    margin: 1.5rem auto 2.5rem;
    border: 3px solid #f5a623;
    border-radius: 15px;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    background: #fff;
}

.shipping-icon{
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
}

.shipping-banner strong{
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: #f5a623;
}

.shipping-banner p{
    margin: 0;
    font-size: clamp(.95rem, 2vw, 1.1rem);
}

/* CARDS */
.offer-grid{
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    align-items: stretch;
}


.offer-card{
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 3px solid var(--card-border);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

.card-top{
    background: #fff;
    color: #000;
    padding: .9rem;
    font-weight: 800;
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
}

.card-content{
    padding: 1.25rem;
    text-align: center;
    flex: 1;
}

.offer-card h3{
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #000;
    margin: 0 0 .35rem;
    line-height: 1.1;
}

.supply{
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #333;
    margin-bottom: .75rem;
}

.product-img{
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
}

.old-price{
    color: #d60000;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 900;
    text-decoration: line-through;
    line-height: 1;
}

.main-price{
    font-size: clamp(3rem, 10vw, 5.8rem);
    font-weight: 900;
    color: #024075;
    line-height: .95;
    -webkit-text-stroke: 1px #000;
    margin: .25rem 0 .4rem;
}

.per-bottle{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: .7rem 1.4rem;
    margin-top: .75rem;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: clamp(.9rem, 2vw, 1.05rem);
    font-weight: 800;
    letter-spacing: .5px;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,255,120,.5), 0 0 20px rgba(0,255,120,.3), inset 0 1px 0 rgba(255,255,255,.5);
    animation: pulseGlow 2s infinite ease-in-out;
}



@keyframes shine{
    0%{ left:-120%; }
    100%{ left:160%; }
}

@keyframes pulseGlow{
    0%,100%{
        box-shadow: 0 0 10px rgba(0,255,120,.5), 0 0 20px rgba(0,255,120,.3);
    }
    50%{
        box-shadow: 0 0 20px rgba(0,255,120,.9), 0 0 40px rgba(0,255,120,.6);
    }
}

.shipping-cost,
.free-shipping{
    margin-top: 1rem;
    font-weight: 900;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    color: var(--gold);
}

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

.benefits{
    color: #000;
}

.benefits-6-bottle{
    color: #fff;
}

.benefits li,
.benefits-6-bottle li{
    margin: .8rem 0;
    font-weight: 800;
    font-size: clamp(.95rem, 2vw, 1.1rem);
    line-height: 1.4;
}

.buy-btn{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: .7rem 2.4rem;
    margin-top: .75rem;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 18px;
    background: #f7d454;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.05rem);
    font-weight: 800;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,255,120,.5), 0 0 20px rgba(0,255,120,.3), inset 0 1px 0 rgba(255,255,255,.5);
    animation: pulseGlow 2s infinite ease-in-out;
}
.buy-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.payment-strip{
    width: min(200px, 70%);
    display: block;
    margin: 1rem auto;
    height: auto;
}

.total{
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 800;
    color: #000;
    margin-top: .5rem;
}

/* CENTER CARD */
.featured{
    background: #ffffd6;
    color: #fff;
    transform: scale(1.04);
    z-index: 5;
}

.best-value{
    background: #ffffd6;
    color: #0a3161;
    text-align: center;
    padding: .9rem;
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    font-weight: 900;
}

.featured h3{
    color: #42f06b;
    text-shadow: 2px 2px 0 rgba(0,0,0,.4);
}

.featured .supply{
    color: #7d2be6;
}

.featured-btn{
    background: var(--green);
    color: #fff;
}

.featured-footer{
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 800;
    margin-top: .75rem;
}
/* Mobile: Best value card first */
@media (max-width: 768px){
    .offer-grid{
        display: flex;
        flex-direction: column;
    }

    .offer-card{
        order: 0; /* default for all cards */
    }

    .offer-card.featured{
        order: -1; /* show BEST VALUE card first */
    }
}
/* RESPONSIVE */
@media (max-width: 992px){
    .offer-banner{
        clip-path: polygon(0 0,100% 0,100% 90%,62% 90%,50% 100%,38% 90%,0 90%);
    }

    .featured{
        transform: none;
    }

    .shipping-banner{
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px){
    .offer-banner{
        padding: 1rem .75rem 2rem;
        border-radius: 16px;
    }

    .card-content{
        padding: 1rem;
    }

    .stock-bar{
        gap: .4rem;
        font-size: .95rem;
    }

    .buy-btn{
        padding: .9rem;
    }
}
/* BONUS EBOOK ROW */
.free-book {
  margin-top: 16px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.free-book-text {
  font-weight: 700;
  color: #d80000;
  font-size: 18px;
  text-align: left;
}

.free-book-images {
  display: flex;
  gap: 10px;
}

.free-book-images img {
  max-width: 40px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 900px) {
  .offer-grid {
    flex-direction: column;
    align-items: center;
  }

  .offer-card.popular {
    transform: none;
  }
}
/* Bonuses Section */
.bonuses-section {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.bonuses-header {
    background: linear-gradient(
    135deg,
    #0A3161 0%,
    #0A3161 30%,
    #000000 55%,
    #1D4E89 80%,
    #0A3161 100%
);
    border-radius: 20px;
    color: white;
    text-align: center;
    padding: 1rem 0;
    position: relative;
}

.bonuses-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.bonuses-subtitle {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.text-yellow {
    color: #fbbf24;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #fbbf24;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.bonus-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    transition: all 0.3s ease;
    border: 2px solid #f1f5f9;
}

.bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.2);
    border-color: #DF7F07;
}

.bonus-image{
    position: relative;
    width: 100%;
    max-width: 260px;          /* optional: limit width if needed */
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;        /* optional: rounded corners */
}

/* Image itself */
.bonus-book{
    width: 100%;
    height: auto;              /* keep aspect ratio, responsive */
    display: block;
    object-fit: cover;         /* fill container nicely */
    object-position: center;   /* keep center of image visible */
    transition: transform 0.3s ease;
}

/* Hover zoom only inside container */
.bonus-item:hover .bonus-book{
    transform: scale(1.05);
}

.digital-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--secondary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.bonus-content {
    padding: 2rem;
    text-align: center;
}

.bonus-number {
    color: #10b981;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.bonus-name {
    color: #DF7F07;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.bonus-value {
    color: #fbbf24;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.bonus-description {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    text-align: justify;
}

.cid-ulyshcegZA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}

.cid-ulyshcegZA .mbr-fallback-image.disabled {
  display: none;
}

.cid-ulyshcegZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyshcegZA .mbr-section-title {
  color: #ffffff;
}
.cid-ulyshcegZA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulysNmTpxs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulysNmTpxs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ulysNmTpxs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ulysNmTpxs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ulytSI1yIn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulytSI1yIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulytSI1yIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulytSI1yIn .mbr-section-title {
  color: #ffffff;
}
.cid-ulytSI1yIn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulytYSAGo5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulytYSAGo5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ulytYSAGo5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ulytYSAGo5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ulytYSAGo5 .mbr-text {
  color: #000000;
}
.cid-uqJAykCaGk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-uqJAykCaGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJAykCaGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJAykCaGk .mbr-section-title {
  color: #ffffff;
}
.cid-uqJAykCaGk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqJAKHzn2R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqJAKHzn2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJAKHzn2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJAKHzn2R .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uqJAKHzn2R .mbr-section-title,
.cid-uqJAKHzn2R .mbr-section-subtitle {
  text-align: center;
}
.cid-uqJAKHzn2R .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uqJAKHzn2R .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uqJAKHzn2R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uqJAKHzn2R .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uqJAKHzn2R .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqJAKHzn2R .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ulyubcu0CE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyubcu0CE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyubcu0CE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyubcu0CE .mbr-section-title {
  color: #ffffff;
}
.cid-ulyubcu0CE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulyusz1Jdk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulyusz1Jdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyusz1Jdk .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-ulyusz1Jdk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulyusz1Jdk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulyusz1Jdk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulyusz1Jdk .text-wrapper {
    padding: 0 2rem;
  }
}
.testimonial-section {
    padding: 40px 0;
}

.testimonial-card {
    display: flex;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;

    background: #fff;
    border-radius: 22px;
    overflow: hidden;

    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.testimonial-content {
    flex: 1;
    padding: 40px;
}

.testimonial-content h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #153b2a;
    font-weight: 700;
}

.testimonial-content .verified {
    margin-bottom: 18px;
    color: #3db530;
    font-size: 1rem;
    font-weight: 600;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2e2e2e;
    margin-bottom: 18px;
}

.testimonial-content .author {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111;
}

.testimonial-divider {
    width: 1px;
    background: rgba(0,0,0,.08);
}

/* Image */

.testimonial-image {
	border-radius: 2%;
    flex: 0 0 340px;
    width: 340px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Tablet */

@media (max-width:991px){

    .testimonial-card{
        flex-direction:column;
    }

    .testimonial-divider{
        width:100%;
        height:1px;
    }

    .testimonial-image{
        width:100%;
        flex:0 0 auto;
        aspect-ratio:16/10;
    }

    .testimonial-content{
        padding:28px;
    }

    .testimonial-content h2{
        font-size:1.6rem;
    }
}

/* Mobile */

@media (max-width:575px){

    .testimonial-section{
        padding:24px 0;
    }

    .testimonial-content{
        padding:22px;
    }

    .testimonial-content h2{
        font-size:1.35rem;
    }

    .testimonial-content p{
        font-size:1rem;
        line-height:1.7;
    }

    .testimonial-image{
        aspect-ratio:4/3;
    }
}
.cid-ulyusz1Jdk .mbr-section-title {
  color: #000000;
}
.cid-ulyusz1Jdk .mbr-text,
.cid-ulyusz1Jdk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ulywQdLBRw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulywQdLBRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulywQdLBRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulywQdLBRw .mbr-section-title {
  color: #ffffff;
}
.cid-ulywQdLBRw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulywX21R3F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulywX21R3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulywX21R3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulywX21R3F .row {
  flex-direction: row-reverse;
}
.cid-ulyxsVxk6I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyxsVxk6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyxsVxk6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyxsVxk6I .mbr-section-title {
  color: #ffffff;
}
.cid-ulyxsVxk6I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulyxCUxq3T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #ffecec 0%, #ffecec 100%);
}

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

.cid-ulyxCUxq3T .card {
  border: none;
  border-radius: 14px;
  margin-bottom: 1.2rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cid-ulyxCUxq3T .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

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

.cid-ulyxCUxq3T .card .card-header {
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
  padding: 1.2rem 1.5rem;
  border: none;
}

/* ================= TITLE LAYOUT ================= */

.cid-ulyxCUxq3T .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/* ================= TITLE TEXT ================= */

.cid-ulyxCUxq3T .panel-title-edit {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.05rem;
}

/* ================= ICON ================= */

.cid-ulyxCUxq3T .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 3.4rem !important;
  color: #ffffff;
  transition: transform 0.35s ease;
}

/* Rotate icon when open */
.cid-ulyxCUxq3T .card-header[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}

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

.cid-ulyxCUxq3T .panel-body {
  padding: 1.5rem;
  background-color: #071517;
  color: #ffffff;
  line-height: 1.7;
  font-size: 0.95rem;
}



.cid-ulyyinGbYw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyyinGbYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyyinGbYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyyinGbYw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulyyinGbYw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulyyinGbYw .mbr-section-title DIV {
  text-align: left;
}
.cid-ulyytehQpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulyytehQpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyytehQpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyytehQpq .row {
  flex-direction: row-reverse;
}
.cid-ulyytehQpq .mbr-description {
  text-align: left;
}

.cid-ulyzDnLwe4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyzDnLwe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyzDnLwe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyzDnLwe4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulyzDnLwe4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulyzDnLwe4 .mbr-section-title DIV {
  text-align: left;
}
.cid-ulyzHZPQg3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulyzHZPQg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyzHZPQg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyzHZPQg3 .row {
  flex-direction: row-reverse;
}
.cid-ulyzYVmr5G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulyzYVmr5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulyzYVmr5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulyC8jCX1H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulyC8jCX1H .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ulyC8jCX1H .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ulyC8jCX1H .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ulyC8jCX1H .mbr-text {
  color: #ffffff;
}
.cid-ulyAYUMTrK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(180deg, #035583 60%, #172c49 100%);
}
.cid-ulyAYUMTrK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ulyAYUMTrK .mbr-section-subtitle {
  color: #000000;
}
.cid-ulyAYUMTrK .mbr-section-title {
  color: #000000;
}
.cid-ulyBccTVpx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulygKx9KrB {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.cid-ulygKx9KrB .navbar {
  min-height: 90px;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.cid-ulygKx9KrB .navbar-dropdown,
.cid-ulygKx9KrB .navbar.opened,
.cid-ulygKx9KrB .opacityScrollOff {
  background: #035583 !important;
}

.cid-ulygKx9KrB .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 90px;
  padding: 0.5rem 0.75rem;
}

.cid-ulygKx9KrB .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  z-index: 1;
}

.cid-ulygKx9KrB .navbar-brand img {
  max-width: 100%;
  max-height: 60px;
  border-radius: 10px !important;
}

.cid-ulygKx9KrB .navbar-nav {
  margin-left: auto;
  margin-right: 0;
  flex-wrap: wrap;
}

.cid-ulygKx9KrB .navbar-nav .nav-item {
  padding: 0 !important;
}

.cid-ulygKx9KrB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  transition: 0.3s all !important;
  color: #ffffff !important;
}

.cid-ulygKx9KrB .navbar-nav .nav-item .nav-link:hover,
.cid-ulygKx9KrB .navbar-nav .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cid-ulygKx9KrB .navbar-buttons {
  min-width: 140px;
  text-align: center;
  margin-left: 1rem;
}

.cid-ulygKx9KrB .navbar-toggler {
  width: 31px;
  height: 24px;
  margin-left: 12px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.cid-ulygKx9KrB .navbar-toggler .hamburger {
  position: relative;
  display: block;
  width: 31px;
  height: 24px;
}

.cid-ulygKx9KrB .navbar-toggler .hamburger span {
  position: absolute;
  left: 0;
  width: 31px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.25s ease;
}

.cid-ulygKx9KrB .navbar-toggler .hamburger span:nth-child(1) { top: 0; }
.cid-ulygKx9KrB .navbar-toggler .hamburger span:nth-child(2) { top: 8px; }
.cid-ulygKx9KrB .navbar-toggler .hamburger span:nth-child(3) { top: 8px; }
.cid-ulygKx9KrB .navbar-toggler .hamburger span:nth-child(4) { top: 16px; }

.cid-ulygKx9KrB .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1),
.cid-ulygKx9KrB .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(4) {
  opacity: 0;
  width: 0;
  left: 50%;
}

.cid-ulygKx9KrB .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  top: 11px;
}

.cid-ulygKx9KrB .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}

@media (max-width: 991px) {
  .cid-ulygKx9KrB .container {
    height: auto;
    min-height: 72px;
    padding-right: 1rem;
  }

  .cid-ulygKx9KrB .navbar-brand {
    margin-right: auto;
  }

  .cid-ulygKx9KrB .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 1000;
    background: #3db530;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }

  .cid-ulygKx9KrB .navbar-nav {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .cid-ulygKx9KrB .navbar-nav .nav-item {
    width: 100%;
  }

  .cid-ulygKx9KrB .navbar-nav .nav-item .nav-link {
    width: 100%;
    padding: 12px 14px !important;
    color: #ffffff !important;
  }

  .cid-ulygKx9KrB .navbar-buttons {
    width: 100%;
    margin-left: 0;
    margin-top: 0.75rem;
    text-align: left;
  }

  .cid-ulygKx9KrB .navbar-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cid-ulygKx9KrB .container {
    width: 95%;
    padding-right: 0.75rem;
  }

  .cid-ulygKx9KrB .navbar-brand img {
    height: 2.2rem !important;
    max-height: 2.2rem !important;
  }

  .cid-ulygKx9KrB .navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-ulyBccTVpx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulyGoKnjIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulyGoKnjIv .mbr-text {
  color: #000000;
}
.cid-ulyGoKnjIv .mbr-section-subtitle {
  color: #000000;
}
.cid-ulyGoKnjIv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulyFC8lXX1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulyFC8lXX1 .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;
}
@media (max-width: 767px) {
  .cid-ulyFC8lXX1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulyFC8lXX1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulyFC8lXX1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulyFC8lXX1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulyFC8lXX1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulyFC8lXX1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulyFC8lXX1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulyFC8lXX1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ulyFC8lXX1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulyFC8lXX1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulyFC8lXX1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulyFC8lXX1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ulyFC8lXX1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulyFC8lXX1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulyFC8lXX1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulyFC8lXX1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulyFC8lXX1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulyFC8lXX1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-ulyFC8lXX1 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulyFC8lXX1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulyFC8lXX1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulyFC8lXX1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ulyFC8lXX1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulyFC8lXX1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulyFC8lXX1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulyFC8lXX1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #071517;
  border-radius: 4px !important;
}
.cid-ulyFC8lXX1 .nav-item:focus,
.cid-ulyFC8lXX1 .nav-link:focus {
  outline: none;
}
.cid-ulyFC8lXX1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulyFC8lXX1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulyFC8lXX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulyFC8lXX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulyFC8lXX1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulyFC8lXX1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulyFC8lXX1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulyFC8lXX1 .navbar.opened {
  transition: all 0.25s;
}
.cid-ulyFC8lXX1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulyFC8lXX1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulyFC8lXX1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulyFC8lXX1 .navbar.collapsed {
  justify-content: center;
}
.cid-ulyFC8lXX1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulyFC8lXX1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulyFC8lXX1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulyFC8lXX1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulyFC8lXX1 .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-ulyFC8lXX1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulyFC8lXX1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulyFC8lXX1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulyFC8lXX1 .navbar {
    min-height: 72px;
  }
  .cid-ulyFC8lXX1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulyFC8lXX1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulyFC8lXX1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulyFC8lXX1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulyFC8lXX1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulyFC8lXX1 .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-ulyFC8lXX1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulyFC8lXX1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulyFC8lXX1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulyFC8lXX1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulyFC8lXX1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulyFC8lXX1 .dropdown-item.active,
.cid-ulyFC8lXX1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulyFC8lXX1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulyFC8lXX1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulyFC8lXX1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulyFC8lXX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #071517;
}
.cid-ulyFC8lXX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulyFC8lXX1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulyFC8lXX1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulyFC8lXX1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulyFC8lXX1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ulyFC8lXX1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulyFC8lXX1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulyFC8lXX1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulyFC8lXX1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulyFC8lXX1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulyFC8lXX1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulyFC8lXX1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulyFC8lXX1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulyFC8lXX1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulyFC8lXX1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulyFC8lXX1 .navbar-dropdown {
  padding: 0;
  background-color: #071517 !important;
}
.cid-ulyFC8lXX1 .opacityScroll {
  background: #071517 !important;
}
.cid-ulyFC8lXX1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulyFC8lXX1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulyFC8lXX1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulyFC8lXX1 .navbar {
    height: 70px;
  }
  .cid-ulyFC8lXX1 .navbar.opened {
    height: auto;
  }
  .cid-ulyFC8lXX1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulyFC8lXX1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulyFC8lXX1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulyFC8lXX1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ulyFC8lXX1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #071517;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ulyFC8lXX1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulyFC8lXX1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulyFC8lXX1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulyFC8lXX1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulyFC8lXX1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulyFC8lXX1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulyFC8lXX1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulyFC8MgKH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulyGboau5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulyGboau5K .mbr-text {
  color: #000000;
}
.cid-ulyGboau5K .mbr-section-subtitle {
  color: #000000;
}
.cid-ulyGboau5K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.popup {
  position: fixed;
  bottom: -150px; /* Start completely off-screen */
  left: 20px; /* Position on the left side */
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius:10px;
  z-index: 1000;
  width: 350px; /* Increased size */
  transition: bottom 0.5s ease-in-out;
  overflow: hidden; /* Ensure content doesn't overflow */
}

.popup.show {
  bottom: 30px; /* Move into view */
}

.popup-content {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}

.popup-content img {
  width: 100px; /* Adjust size as needed */
  height: auto;
  margin-right: 20px;
}

.popup-text {
  flex-grow: 1;
}

.text-style-1 {
  color: #FF5733; /* Orange color */
  font-size: 20px;
  margin: 0;
}

.text-style-2 {
  color: #004225; /* Green color */
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0;
}

.text-style-3 {
  color: #757575; /* Blue color */
  font-size: 13px;
  margin: 0;
}


.social-icons {
  display: flex;
  gap: 10px; /* Space between icons */
  justify-content: center;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px; /* Adjust size as needed */
  height: 30px; /* Adjust size as needed */
  border-radius: 50%; /* Circular shape */
  background-color: white; /* White background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow */
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit color from the class */
  transition: transform 0.2s; /* Smooth hover effect */
}

.icon:hover {
  transform: scale(1.1); /* Scale effect on hover */
}

/* Specific colors for each icon */
.facebook { color: #3b5998; }
.twitter { color: #1DA1F2; }
.pinterest { color: #E60023; }
.linkedin { color: #0077B5; }
.quora { color: #B92B27; }


/* Section spacing */
.team1 {
    padding: 60px 0;
    background: ;
}


/* Image wrapper */


/* Image styling */
.team1 .image-wrap img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Image hover zoom */
.team1 .card-wrap:hover img {
    transform: scale(1.08);
}

/* Content area (empty now, future-proof) */
.team1 .content-wrap {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .team1 {
        padding: 40px 0;
    }

    .team1 .image-wrap {
        padding: 15px;
    }
}
.cid-ulyFH8RTAP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulyGLaQH1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulyGLaQH1B .mbr-text {
  color: #000000;
}
.cid-ulyGLaQH1B .mbr-section-subtitle {
  color: #000000;
}
.cid-ulyGLaQH1B .mbr-section-title {
  color: #000000;
}
