@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
    margin: 0;
    font-family: "Montserrat", sans-serif;

}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*  */
.hero-sec {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
}

.hero-sec .text-box {
    width: fit-content;
    margin: 80px auto 46px;
}

.hero-sec .text-box h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 160%;
    background: #E5007D;
    padding: 6px 24px;
    transform: rotate(-1.5deg);

}

.hero-sec .text-box ul {
    width: fit-content;
    margin: 54px auto 0px;
}

.hero-sec .text-box ul li {
    margin-bottom: 24px;
}

.hero-sec .text-box ul li {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.44px;
}

.left-box {
    background: #033DA0;
    display: flex;
    align-items: end;
    padding-bottom: 154px;
    justify-content: center;
    padding-left: calc(50vw - 865px);
}

.left-box li {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.4px;
    max-width: 744px;
    margin: 24px auto 0px;
}

.container-fluid {
    padding: 0px;
}

.grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.title {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.title h2 {
    color: #033DA0;
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    background: #FFF;
    transform: rotate(-1.5deg);
    padding: 8px 24px;
    width: fit-content;
    margin: 0 auto 5px;
}

.title h2 span {
    color: #C72288;
}

.wound-sec {
    position: relative;
    z-index: 1;
}

.text-box h2 {
    color: #033DA0;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.text-box h2 span {
    color: #C72288;
    word-break: auto-phrase;
}

.testtimonails-sec {
    padding: 128px 0px;
}

.video-box-wrapper {
    position: relative;
}

.video-box-wrapper .play-btn {
    border-radius: 48px;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 13px;
    margin-top: 35px;
}

.swiper-pagination {
    position: static;
    margin-top: 96px;
}

.mySwiper {
    padding-top: 115px;
}

.swiper-pagination-bullet {
    background: #033DA0;
    margin-top: 0px;
    width: 13px;
    height: 13px;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E5007D;
}

.indicator .swiper-button-next,
.indicator .swiper-button-prev {
    position: static;
    border-radius: 32px;
    background: #033DA0;
    display: flex;
    padding: 16px;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.order-sec {
    background-image: url(../images/order-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
}

.order-box {
    background: #C72288;
    border-radius: 40px;
    max-width: 560px;
    margin-left: auto;
    padding: 35px 40px;
}

.order-box h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.8px;
}

.order-box p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    margin: 48px 0px;
    letter-spacing: 0.4px;
}

.btn-primary {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    border: none;
    line-height: normal;
    letter-spacing: 0.4px;
    border-radius: 48px;
    background: #033DA0;
    padding: 24px 32px;
}

.benefit-inner {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.benefit-sec {
    background-image: url(../images/benefit-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 221px 0px 120px;
    margin-top: -78px;
}

.benefit-sec .title {
    position: static;
    transform: translate(0px);
}

.benefit-sec .title h2 {
    max-width: 1018px;
    width: 100%;
    text-align: center;
}

.benefit-inner {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    max-width: 960px;
    margin: 48px auto;
}

.benefit-inner ul {
    flex: 1;
}

.benefit-inner ul li {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 160%;
    letter-spacing: 0.4px;
}

.application-box {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 24px;
    border: 3px solid rgba(255, 255, 255, 0.50);
    padding: 32px;
}

.application-box p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.36px;
}

.use-sec {
    background: url(../images/step-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 128px 0px 229px;
}

.use-sec .text-box {
    max-width: 690px;
    margin: 0 auto 96px;
}

.step-box-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 40px;
    justify-content: center;
}

.step-box {
    background: #fff;
    box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.10);
    padding: 20px;
    max-width: 442px;
    transform: rotate(-3deg);
}

.step-box.step-box2 {
    transform: rotate(3deg);
}

.step-box h6 {
    color: #033DA0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 20px;
    letter-spacing: 0.4px;
}

.star-box {
    background: url(../images/star-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White, #FFF);
    font-size: 22px;
    font-weight: 700;
    width: 109px;
    height: 104px;
    line-height: 150%;
    letter-spacing: 0.44px;
    position: absolute;
    left: 49px;
    top: -36px;
}

.step-box.step-box2 .star-box {
    background-image: url(../images/heart-img.svg);
    width: 83px;
    height: 78px;
    top: -18px;
}

.faq-sec {
    padding: 128px 0px;
}

.faq-wrapper {
    margin-top: 96px;
}

.faq-item {
    border-radius: 32px;
    border: 2px solid #033DA0;
    padding: 52px 32px;
    margin-bottom: 16px;
    max-width: 1200px;
    margin: 0 auto 20px;
    transition: all 0.5s ease-in-out;
}

.faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #033DA0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
}

.icon-box {
    border-radius: 24px;
    background: #E5007D;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.faq-body {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-body p {
    padding-top: 5px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

.faq-item.active .faq-body {
    max-height: 500px;
}

/* icon animation */
.icon-box rect {
    transition: all 0.3s ease;
}

/* vertical line hide when active */
.faq-item.active .icon-box rect:first-child {
    opacity: 0;
    transform: scaleY(0);
}

.faq-item.active {
    border-radius: 32px;
    border: 2px solid #033DA0;
    background: #033DA0;
}

.faq-item.active .faq-btn {
    color: #fff;
}

.treatment-sec {
    padding: 128px 0px;
    background: #CDEEFF;
}

.treatment-sec .text-box {
    max-width: 1085px;
    margin: 0 auto 64px;
}



.use-cases-wrapper {
    position: relative;
    padding: 330px 0px 467px;
    max-width: 1482px;
    margin: 0 auto;
}

/* Center product */
.center-product {
    text-align: center;
}


/* Common circle style */
.use-case {
    position: absolute;
    width: 322px;
    height: 291.677px;
    border-radius: 50%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
    flex-direction: column;
}



.use-case p {
    color: #033DA0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
}

/* Positions (match image) */
.case-1 {
    top: 40px;
    left: 330px;
    background-image: url(../images/bg-1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.case-2 {
    top: 0px;
    right: 134px;
    background-image: url(../images/bg-2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.case-3 {
    top: 474px;
    left: 0;
    background-image: url(../images/bg-4.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.case-4 {
    top: 562px;
    right: 0px;
    background-image: url(../images/bg-3.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.case-5 {
    bottom: 128px;
    left: 140px;
    background-image: url(../images/bg-5.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.case-6 {
    bottom: 29px;
    right: 438px;
    background-image: url(../images/bg-6.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bottom-box {
    border-radius: 32px;
    border: 2px solid #033DA0;
    padding: 48px;
    display: flex;
    align-items: center;
    grid-gap: 32px;
    max-width: 1200px;
    margin: 64px auto 0;
}

.bottom-box p {
    color: #033DA0;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.36px;
}

.case-1::after {
    content: '';
    background-image: url(../images/shape-1.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -38px;
    right: 0;
}

.case-2::after {
    content: '';
    background-image: url(../images/shape-2.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -56px;
    left: -20px;
}

.case-3::after {
    content: '';
    background-image: url(../images/shape-3.svg);
    background-repeat: no-repeat;
    background-size: 103px;
    position: absolute;
    width: 103px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    right: -150px;
}

.case-4::after {
    content: '';
    background-image: url(../images/shape-4.svg);
    background-repeat: no-repeat;
    background-size: 110px;
    position: absolute;
    width: 110px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
}

.case-5::after {
    content: '';
    background-image: url(../images/shape-5.svg);
    background-repeat: no-repeat;
    background-size: 63px;
    position: absolute;
    width: 63px;
    height: 55px;
    top: -64px;
    right: -12px;
}

.case-6::after {
    content: '';
    background-image: url(../images/shape-6.svg);
    background-repeat: no-repeat;
    background-size: 56px;
    position: absolute;
    width: 63px;
    height: 96px;
    top: -145px;
    left: 93px;
}

.faq-item.active {
    border-radius: 16px;
}

.faq-sec {
    position: relative;
}

.heart-img {
    position: absolute;
    top: 137px;
    left: 158px;
}

.star-img {
    position: absolute;
    bottom: 74px;
    right: 112px;
}

.slider-heart-img {
    position: absolute;
    top: 80px;
    left: 51px;
    z-index: 9;
}

.slider-heart-img2 {
    position: absolute;
    bottom: 240px;
    right: 65px;
    z-index: 9;
}

.swiper-slide.swiper-slide-next {
    margin-top: 64px;
}

.shape-2 {
    position: absolute;
    right: 0;
    top: 80px;
}

.testtimonails-sec {
    position: relative;
}

.treatment-sec {
    position: relative;
}

.curve-left {
    position: absolute;
    left: 0;
    top: 410px;
}

.right-left {
    position: absolute;
    right: 0;
    bottom: 533px;
}

.heart-img2,
.decor-img {
    display: none;
}

.decor-img3,
.decor-img2 {
    display: none;
}

.treatment-sec {
    overflow: hidden;
}

/* ---------- MODAL ---------- */
.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 5% auto;
    background: #000;
    z-index: 1;
    border-radius: 10px;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
}

.video-modal-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.global-widget {
    display: none;
}

.content {
    position: relative;
}

.content .title {
    position: static;
    transform: none;
    margin-bottom: 30px;
    margin-left: 0;
}

.content .title h2 span {
    font-size: 30px;
}

.content .title h2 {
    font-size: 30px;
    margin-left: 0;
}

.content .title h2  {
    
}

.panel-layout .panel-grid:first-of-type {
    margin-top: 0;
}

.buybox .package-btn {
    background: #fff;
}

.buybox-carousel .swiper-slide.swiper-slide-next {
    margin-top: 0;
}

.buybox-navigation .swiper-pagination {
    margin-top: 40px;
}