@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'GeneralSans-Medium';
    src: url(../fonts/GeneralSans-Medium.otf);
}

@font-face {
    font-family: 'GeneralSans-Regular';
    src: url(../fonts/GeneralSans-Regular.otf);
}

:root {
    --bg: #f0f4f8;
    --bg2: #e8eef5;
    --surface: #ffffff;
    --surface2: #f5f8fc;
    --surface3: #eaf0f7;
    --teal: #131d3f;
    --teal-dark: #131d3f;
    --teal-dim: rgba(0, 95, 119, 0.08);
    --teal-glow: rgba(8, 145, 178, 0.15);
    --gold: #b07d20;
    --gold-lt: #c9960d;
    --ink: #0f172a;
    --ink2: #1e293b;
    --muted: #131d3f;
    --border: #d0dce8;
    --border-t: rgba(8, 145, 178, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    background-color: #F6F6F4 !important;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GeneralSans-Medium';
}

p {
    font-family: 'GeneralSans-Medium';
}

a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

li {
    list-style-type: none;
}



.min-ban-cont h1 {
    color: #fff;
    font-size: 65px;
}
.inr-ban-hed h1 {
    color: #fff;
    font-size: 48px;
}

.abt-cont h2 {
    line-height: 70px;
    font-size: 60px;
    font-weight: 600;
    background: linear-gradient(to right, #000000 50%, #3D96CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* WEB LOADER START */
#dna-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0D1A63;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    overflow: hidden;
}

/* particle canvas */
#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* DNA container */
.dna {
    position: relative;
    width: 120px;
    height: 220px;
    perspective: 800px;
}

.helix {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotateDNA 6s linear infinite;
}

/* DNA bars */
.helix span {
    position: absolute;
    left: 50%;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #00c3ff, #00ffd5);
    box-shadow: 0 0 10px #00c3ff;
    transform-origin: center;
}

/* positions */
.helix span:nth-child(1) {
    top: 0%;
    transform: rotateY(0deg);
}

.helix span:nth-child(2) {
    top: 8%;
    transform: rotateY(30deg);
}

.helix span:nth-child(3) {
    top: 16%;
    transform: rotateY(60deg);
}

.helix span:nth-child(4) {
    top: 24%;
    transform: rotateY(90deg);
}

.helix span:nth-child(5) {
    top: 32%;
    transform: rotateY(120deg);
}

.helix span:nth-child(6) {
    top: 40%;
    transform: rotateY(150deg);
}

.helix span:nth-child(7) {
    top: 48%;
    transform: rotateY(180deg);
}

.helix span:nth-child(8) {
    top: 56%;
    transform: rotateY(210deg);
}

.helix span:nth-child(9) {
    top: 64%;
    transform: rotateY(240deg);
}

.helix span:nth-child(10) {
    top: 72%;
    transform: rotateY(270deg);
}

.helix span:nth-child(11) {
    top: 80%;
    transform: rotateY(300deg);
}

.helix span:nth-child(12) {
    top: 88%;
    transform: rotateY(330deg);
}

/* rotation */
@keyframes rotateDNA {

    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.loader-title {
    margin-top: 40px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.loader-title span {
    color: #00c3ff;
}

.loader-sub {
    color: #9ed6ff;
    letter-spacing: 3px;
    font-size: 14px;
}

/* WEB LOADER END */
/* HEADER START */
/* HEADER END */
/* Top Bar */
.top-bar {
    background-color: #131d3f;
    padding: 9px 0;
}

.top-bar ul {
    gap: 20px;
}

.top-bar li a {
    color: #ffffff;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: white;
}

header.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.menu-br .navbar-nav {
    margin: 0 10px 0 auto;
}

.menu-br .navbar-brand img {
    max-width: 165px;
    width: 100%;
}

.min-nv ul {
    gap: 35px;
}

.min-nv .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: 0;
    border: 0;
    content: "\f107";
    color: #52525273;
    font-family: 'FontAwesome';
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 9px;
}

.menu-br li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #131d3f;
}

.menu-br .dropdown .dropdown-toggle {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #131d3f;
    line-height: 41px;
    font-family: 'Poppins';
}

.menu-br .dropdown li .dropdown-item {
    color: #838383;
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 10px;
}

.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}

.dropdown-item {
    transition: all 0.25s ease;
}

.dropdown-item:hover {
    background: #151e3e;
    color: #fff !important;
    transform: translateY(-5px);
    border-radius: 0px;
}

.conslt {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #111E46 !important;
    box-shadow: inset 0 0 26px 0 #99C2FF;
    border-radius: 50px;
    padding: 20px 28px;
}

.mobile-link {
    display: none;
}

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

    .mobile-link {
        display: block;
    }

    .main-link {
        pointer-events: none;
    }

}

/* HOME PAGE START */
.pd-t {
    padding-top: 80px;
}

.pd-b {
    padding-bottom: 80px;
}

.al-im {
    width: 100%;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner {
    height: 880px;
}

.bok-bt {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 20px;
    border-radius: 50px;
    padding: 20px 20px 20px 5px;
    background: rgb(255, 255, 255);
}

.conc-bt {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 20px;
    border-radius: 50px;
    padding: 20px 20px 20px 5px;
}

.min-ban-cont h5 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

.min-ban-cont h2 {
    font-size: 65px;
    color: rgb(255, 255, 255);
    line-height: 75px;
    font-weight: 400 !important;
    background: linear-gradient(to left, #BAFFEC 0%, #FFFFFF 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.min-ban-cont p {
    font-size: 16px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 25px;
}

.benefits-sec {
    background-color: #131D3F;
    padding: 30px 0 90px;
}

.ben-fit-hed h3 {
    color: white;
    font-size: 50px;
    line-height: 60px;
}

.ben-fit-hed p {
    font-size: 17px;
    color: white;
    line-height: 25px;
}

.fits-cont h4 {
    background: #BAFFEC;
    background: linear-gradient(to left, #BAFFEC 0%, #FFFFFF 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 400;
}

.fits-cont p {
    font-size: 15px;
    font-family: 'General Sans';
    font-weight: 400;
    color: white;
    opacity: 50%;
    padding-top: 20px;
}

.fits-cont {
    border-right: 1px solid #fff;
    padding: 20px 30px 40px 30px;
}

.chos h3 {
    font-size: 29px !important;
}

.abt-cont h5 {
    font-size: 16px;
    font-weight: 400;
    background: #5B41EC;
    background: linear-gradient(to right, #5B41EC 0%, #598EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.abt-cont h3 {
    font-weight: 500;
    font-size: 38px;
    background: #000000;
    background: linear-gradient(to right, #000000 50%, #3D96CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
}

.abt-cont h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.abt-cont p {
    font-size: 14px;
    margin: 0;
}

.mission-bt {
    color: black;
    background-color: #f9f9f9;
    border-radius: 50px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 5px 20px 5px 5px;
}

.board-cont li {
    border-left: 4px solid;
    background: #d2d1d1;
    padding: 9px;
    color: #000000;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.board-cont li:hover {
    margin-left: 10px;
    background: #161f3d;
    color: white;
    transition: all 0.5s;
}

.board-cont li:hover a {
    color: white;
}

.board-cont li a {
    color: #000000;
    font-size: 14px;
}

.board-cont {
    height: 520px;
    overflow: auto;
    padding: 0 10px;
}

.board-cont p {
    font-size: 14px;
}

.bord-hed h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.bord-hed h3 span {
    display: block;
}

.stem-cont h3 {
    background: #000000;
    background: linear-gradient(to right, #000000 0%, #3D96CD 60%);
    -webkit-background-clip: text;
    font-weight: 500;
    font-size: 38px;
    -webkit-text-fill-color: transparent;
}

.stem-cont p {
    margin-bottom: 15px;
}

.stem-cont li {
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    position: relative;
}

.stem-cont li::before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-rgt.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.stem-cont li::before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-rgt.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -22px;
    top: 3px;
}

.thrp {
    width: 60%;
}

.thrp h3 {
    font-weight: 500;
    font-size: 38px;
}

.threp-al::before {
    content: '';
    position: absolute;
    background-color: #00000099;
    height: 100%;
    width: 100%;
}

.threp-cont {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.threp-cont h4 {
    font-size: 30px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 50px;
}

.threp-cont p {
    font-size: 14px;
    color: #fff;
}

.threp-al {
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.trp-all {
    overflow: hidden;
}

.threp-al:hover {
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.threp-cont a {
    background: #151e3e;
    color: white;
    font-size: 15px;
    border-radius: 30px;
    border: 2px solid;
    padding: 10px 25px;
}

.threp-al img {
    height: 310px;
    object-fit: cover;
}

.chos p {
    margin-bottom: 20px;
    font-size: 15px;
}

.cut-edge {
    background-color: #99C2FF !important;
    padding: 10px 30px 230px 70px;
    position: relative;
    z-index: 1;
}

.cut-edge::before {
    position: absolute;
    content: '';
    background-color: #131D3F !important;
    width: 100%;
    height: 100%;
    left: 10px;
    top: -20px;
    z-index: -1;
}

.cut-edge h4 {
    font-size: 28px;
    color: #FFFFFF;
}

.cut-edge h4 span {
    display: block;
}

.conlt h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    background: #000000;
    background: linear-gradient(to right, #000000 17%, #3D96CD 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.conlt h3 span {
    display: block;
}

.fort-menu li a {
    font-size: 14px;
    color: white;
    line-height: 24px;
}

.fort-menu li {
    font-size: 14px;
    color: white;
    line-height: 24px;
    font-weight: 500;
}

.fft-log p {
    font-size: 19px;
    color: #fff;
    background: linear-gradient(to right, #FFFFFF 57%, #BAFFEC 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

.cp-cont p {
    color: white;
    font-size: 15px;
}

.copy {
    padding: 50px 0;
}

.cp-cont a {
    color: #fff;
    font-weight: 500;
}

.fot-social li a {
    font-size: 13px;
    color: white;
    border: 1px solid;
    width: 30px;
    height: 30px;
    line-height: 29px;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.fot-social ul {
    gap: 6px;
}

.fot-social {
    padding-left: 60px;
}

/* HOME PAGE END */
/* INNER PAGES START */
.inner-banr {
    background-color: #131d3f;
    padding: 60px 0;
}

.inr-ban-hed h2 {
    font-size: 68px;
    color: #ffffff;
    line-height: 80px;
    font-family: 'Poppins';
}

.inr-ban-hed .breadcrumb-item a {
    color: #ffffffB3;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

.inr-ban-hed .breadcrumb-item.active {
    color: rgb(255 255 255);
    font-weight: 500;
}

.inr-ban-hed .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
    content: var(--bs-breadcrumb-divider, "/");
}
.chos-vid {
    height: 740px;
}
.chos-vid video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.abt-chos {
    height: 314px;
    overflow: auto;
}
.test-inr {
    height: 400px;
}
.test-inr video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tst-hed h3 {
    font-size: 40px;
    line-height: 45px;
    background: linear-gradient(to right, #000000 20%, #3D96CD 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.threp-inr {
    box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
}

.dlet-nmb h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.delt-pri h6 {
    font-size: 21px;
    color: #131d3f;
    font-weight: 600;
}

.counter-det {
    width: 100px;
    display: flex;
    align-items: center;
    border: 3px solid #e5e5e5;
    justify-content: center;
    border-radius: 2px;
}

.counter-det button {
    color: #000;
    text-decoration: none;
}

.counter-det input {
    border: transparent;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: transparent;
    border-radius: 0;
}

.st-count a:hover {
    color: #000;
}

.st-count a {
    background: #131d3f;
    width: 140px;
    text-align: center;
    height: 42px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 20px;
    font-weight: 600;
}

.wih {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    font-family: 'Poppins';
}

.pd-des li a strong {
    color: #000;
    margin-right: 8px;
    font-size: 14px;
}

.wih span {
    margin-right: 3px;
}

.relt-hed h3 {
    font-size: 22px;
    font-weight: 600;
}

.pd-des li {
    list-style-type: none;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.st-count {
    display: flex;
    align-items: center;
    padding-bottom: 21px;
}

.pd-des li a {
    font-size: 16px;
    color: #0a232380;
    display: inline-block;
}

.prd-sli img {
    width: 100%;
}

.chg-all .nav-tabs {
    border: none;
    justify-content: center;
}

.chg-all button {
    padding-top: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.i-commt button {
    background: #131d3f;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}

.rev-frm input {
    width: 100%;
    border: 2px solid #0000001a;
    height: 42px;
    margin-bottom: 14px;
}

.rev-frm textarea {
    width: 100%;
    border: 2px solid #0000001a;
    height: 190px;
}

.rev-frm label {
    font-weight: 400;
    color: #0a2323;
    margin-bottom: 5px;
    font-size: 16px;
}

.rev-frm h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #0a2323;
    font-weight: 600;
    margin-bottom: 20px;
}

.review-frm {
    padding: 50px 0 30px;
}

.related {
    padding-bottom: 40px;
}

.chng-tb .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    border: none;
    color: #000;
}

.chg-all .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-top: 2px solid #131d3f !important;
    border: none;
    border-radius: 0;
}

.chng-tb {
    margin-top: 60px;
    border-top: 1px solid #0000001b;
    border-bottom: 1px solid #0000001b;
}

.product-card {
    background: var(--card-bg);
    border: 1px solid #e8e0d2;
    border-radius: 3px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(26, 20, 16, 0.12);
}

.product-img-wrap {
    position: relative;
    overflow: hidden;
    background: #f0ebe0;
    /* aspect-ratio: 4/3; */
}

.product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap img {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--rust);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    border-radius: 1px;
}

.badge-new {
    background: var(--ink);
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s;
    backdrop-filter: blur(4px);
}

.wishlist-btn:hover {
    background: #fff;
}

.wishlist-btn.active {
    color: var(--rust);
}

.product-body {
    padding: 1.1rem 1.2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.product-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin: 0;
}

.product-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-top: 0.3rem;
}

.price-main {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
}

/* QTY CONTROL */
.qty-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.7rem;
}

.qty-control {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--sand);
    border-radius: 2px;
    overflow: hidden;
    height: 34px;
}

.qty-btn {
    background: #f5f0e8;
    border: none;
    width: 32px;
    height: 100%;
    font-size: 1.1rem;
    font-weight: 300;
    color: #1a1410;
    cursor: pointer;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.qty-btn:hover {
    background: var(--sand);
}

.qty-btn:active {
    background: #c4b49a;
}

.qty-input {
    width: 38px;
    height: 100%;
    border: none;
    border-left: 1.5px solid var(--sand);
    border-right: 1.5px solid var(--sand);
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
    background: #fff;
    outline: none;
    -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.add-btn {
    flex: 1;
    background: #1a1410;
    color: #f5f0e8;
    border: none;
    border-radius: 2px;
    height: 34px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.add-btn:hover {
    background: #2d2419;
}

.add-btn:active {
    transform: scale(0.97);
}

.add-btn.added {
    background: #2d7a4f;
    animation: pulse 0.3s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.96);
    }

    100% {
        transform: scale(1);
    }
}

.abt-cont h4 {
    font-weight: 500;
    font-size: 30px;
    background: #000000;
    background: linear-gradient(to right, #000000 50%, #3D96CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
}

.chronic-im video {
    width: 100%;
    height: 800px;
    background-color: #000;
    object-fit: cover;
}

.chronic h3 {
    font-size: 30px;
}

.chronic li {
    font-size: 14px;
    margin: 5px 0;
    font-family: 'Poppins';
    font-weight: 500;
}

.thrp-hed h3 {
    line-height: 70px;
    font-size: 60px;
    font-weight: 600;
}
.peptid p {
    line-height: 28px;
    font-size: 17px;
}
.peptid-im img {
    height: 450px;
    object-fit: cover;
}
.abt-im video {
    width: 100%;
    height: 100%;
}
.strt-im {
    box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    overflow: hidden;
}

.st-bt {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.st-bt a {
    background: black;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}

.pross-box img {
    height: 150px;
    object-fit: contain;
}

.pross-box {
    padding: 45px 0px;
    box-shadow: 0 0 10px #3d95cb2b;
    margin: 0;
    border: 1px solid #3d95cb3d;
    transition: all ease .3s;
}

.pross-box:hover {
    box-shadow: 0 0 10px #3d95cb2b, inset 0 0 26px 0 #99c2ff9e;
}

.pross-box h4 {
    font-weight: 600;
    background: linear-gradient(to right, #000000 50%, #3D96CD 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin: 0 auto;
    font-size: 24px;
}

.pros-hd h3 {
    font-size: 60px;
    color: #000000;
    background: linear-gradient(to right, #000000 50%, #3D96CD 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 75px;
    width: max-content;
    font-weight: 700;
    margin: 40px auto;
}

.faq-content button {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 1.4;
    background: #131d3f;
    padding: 15px 45px;
}

.faq-content .accordion-item {
    border: 1px solid #131d3f;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.faq-content .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #131d3f;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq-content .accordion-button::after {
    content: "\2b";
    font-family: 'FontAwesome';
}

.faq-content .accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
}

.book-form {
    border: 1px solid #DFE4E8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 30px;
    background-color: #ffffff;
    padding: 36px;
    border-radius: 10px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.book-form h3 {
    font-size: 29px;
    line-height: 40px;
    text-align: center !important;
    display: block;
    color: #131d3f;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.book-form label {
    font-size: 14px;
    font-family: 'Poppins';
    margin-bottom: 8px;
}

.book-form label span {
    color: #c02b0a;
    padding-inline-start: 0.125em;
    font-size: 13.008px;
}

.cncir-cont h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0066FF !important;
    margin-bottom: 25px;
}

.cncir-cont h5 {
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    color: #002F86;
}

.cncir-cont h6 {
    font-weight: 400;
    font-size: 24px;
    font-family: 'Poppins';
}

.cncir-cont li {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.cncir-cont li a {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.bok-btn button {
    width: 85%;
    background: #131d3f;
    color: #fff;
    display: block;
    margin: 10px auto;
    border-radius: 101px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
}

.privacy-cont li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.privacy-cont h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
}

.privacy-cont h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 13px 0;
}

.contact-contt h3 {
    font-size: 40px;
    color: black;
    line-height: 50px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-contt li {
    font-size: 15px;
    color: black;
    font-family: 'Poppins';
    margin-bottom: 15px;
}
.contact-contt li a {
    font-size: 15px;
    color: black;
    font-family: 'Poppins';
}

.contct-frm {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 60px;
    border-radius: 20px;
    background-color: #fff;
}

.contct-frm input::placeholder {
    color: #606266;
}

.contct-frm button {
    background-color: #1a7efb;
    color: #fff;
    border: transparent;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
}

.contct-frm textarea {
    height: 180px;
}

/* INNER PAGES END */
/* STEP FORMS START */
/* ── Page Hero ───────────────────────────────────────────── */
.page-hero {
    background: linear-gradient(135deg, #0c4a6e 0%, #075985 50%, #0e7490 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 56px 0 44px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 90% 50%, rgba(255, 255, 255, 0.07) 0%, transparent 65%);
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #bae6fd;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 14px;
    border-radius: 100px;
}

.page-hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(30px, 6vw, 50px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-hero h1 .accent {
    color: #7dd3fc;
}

.page-hero p {
    color: #bae6fd;
    font-size: 15px;
    max-width: 520px;
}

/* ── Step Progress Track ─────────────────────────────────── */
.progress-section {
    padding: 40px 0 0;
}

.step-track {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 12px;
}

.step-track::before {
    content: '';
    position: absolute;
    top: 18px;
    left: calc(10%);
    right: calc(10%);
    height: 2px;
    background: var(--border);
    z-index: 0;
}

.step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--border);
    background: var(--surface);
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    transition: all .35s ease;
    position: relative;
}

.step-item.done .step-circle {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.step-item.active .step-circle {
    background: #fff;
    border-color: var(--teal);
    color: var(--teal);
    box-shadow: 0 0 0 5px rgba(8, 145, 178, 0.13);
}

/* connecting line fill */
.step-item.done::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 51%;
    right: -50%;
    height: 2px;
    background: var(--teal);
    z-index: 0;
}

.step-lbl {
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--muted);
    text-align: center;
    transition: color .3s;
}

.step-item.active .step-lbl {
    color: var(--teal);
}

.step-item.done .step-lbl {
    color: var(--ink2);
}

.progress-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--muted);
    margin-top: 8px;
}

.progress-meta .hi {
    color: var(--teal);
    font-weight: 600;
}

/* ── Form Card ───────────────────────────────────────────── */
.form-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: clamp(24px, 5vw, 52px);
    box-shadow: 0 8px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    margin-top: 32px;
}

/* ── Step Panels ─────────────────────────────────────────── */
.step-panel {
    display: none;
    animation: panelIn .38s ease forwards;
}

.step-panel.active {
    display: block;
}

@keyframes panelIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(19px, 4vw, 28px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.panel-title i {
    color: var(--teal);
}

.panel-sub {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 28px;
    line-height: 1.65;
}

/* section divider */
.sec-div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 22px;
}

.sec-div::before,
.sec-div::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

.sec-div span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--teal);
    white-space: nowrap;
}

/* ── Goal Chips ─────────────────────────────────────────── */
.goal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 10px;
}

.goal-chip input[type="checkbox"] {
    display: none;
}

.goal-chip label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 20px 9px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--surface2);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    transition: all .2s ease;
    user-select: none;
}

.goal-chip label i {
    font-size: 26px;
    color: #94a3b8;
    transition: color .2s;
}

.goal-chip input:checked+label {
    border-color: var(--teal);
    background: var(--teal-dim);
    color: var(--teal-dark);
}

.goal-chip input:checked+label i {
    color: var(--teal);
}

.goal-chip label:hover {
    border-color: var(--border-t);
    color: var(--ink);
    background: var(--teal-dim);
}

/* ── Form Controls (light) ──────────────────────────────── */
.form-label {
    font-size: 14px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #131d3f;
    margin-bottom: 7px;
    font-weight: 500;
}

.form-label .req {
    color: var(--teal);
}

.my-form-control,
.my-select {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    color: var(--ink) !important;
    border-radius: 8px !important;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    padding: 10px 14px;
    transition: border-color .2s, box-shadow .2s;
}

.my-form-control :focus,
.my-select:focus {
    border-color: var(--teal) !important;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, .1) !important;
    background: #fff !important;
    color: var(--ink) !important;
}

.my-form-control ::placeholder {
    color: #b0bec5 !important;
}

.my-select option {
    background: #fff;
    color: var(--ink);
}

textarea.my-form-control {
    resize: vertical;
    min-height: 80px;
}

/* toggle radios */
.tog-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tog-opt input {
    display: none;
}

.tog-opt label {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--surface2);
    color: var(--muted);
    font-size: 13px;
    cursor: pointer;
    transition: all .2s;
}

.tog-opt input:checked+label {
    border-color: var(--teal);
    background: var(--teal-dim);
    color: var(--teal-dark);
}

.tog-opt label:hover {
    border-color: var(--border-t);
    color: var(--ink);
}

/* ── Notice & Confirm ───────────────────────────────────── */
.notice-box {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 24px;
}

.notice-box p {
    font-size: 14px;
    color: #0369a1;
    line-height: 1.75;
    margin: 0;
}

.notice-box strong {
    color: var(--ink2);
}

.confirm-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--surface2);
    margin-bottom: 12px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.confirm-item:has(input:checked) {
    border-color: var(--teal);
    background: var(--teal-dim);
}

.confirm-item input {
    display: none;
}

.chk-ui {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 6px;
    border: 2px solid var(--border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    transition: all .2s;
}

.confirm-item:has(input:checked) .chk-ui {
    background: var(--teal);
    border-color: var(--teal);
}

.chk-ui i {
    font-size: 12px;
    color: #fff;
    display: none;
}

.confirm-item:has(input:checked) .chk-ui i {
    display: block;
}

.chk-txt {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
}

.chk-txt strong {
    display: block;
    color: var(--ink);
    margin-bottom: 3px;
}

/* ── Peptide Cards ───────────────────────────────────────── */
.peptide-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color .2s, box-shadow .2s;
}

.peptide-card:hover {
    border-color: var(--teal);
    box-shadow: 0 4px 20px rgba(8, 145, 178, .1);
}

.p-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--ink);
    margin-bottom: 3px;
}

.p-price {
    font-size: 12px;
    color: var(--teal);
    margin-bottom: 10px;
}

.p-desc {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.55;
    margin-bottom: 16px;
    flex: 1;
}

.qty-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--surface2);
    color: var(--ink2);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    line-height: 1;
}

.qty-btn:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.qty-inp {
    width: 50px;
    text-align: center;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--ink);
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    padding: 5px;
    outline: none;
}

.qty-inp:focus {
    border-color: var(--teal);
}

/* order total */
.order-total {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 18px 24px;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-total .lbl {
    font-size: 13px;
    color: var(--muted);
}

.order-total .amt {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--teal-dark);
}

/* ── Nav Buttons ─────────────────────────────────────────── */
.form-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
    transition: all .2s;
}

.btn-back:hover {
    border-color: var(--muted);
    color: var(--ink);
    background: var(--surface2);
}

.btn-back:disabled {
    opacity: .3;
    pointer-events: none;
}

.btn-next,
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(8, 145, 178, .25);
    transition: all .2s;
}

.btn-next:hover,
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(8, 145, 178, .35);
}
.peptide-card > img {
    max-height: 100%;
    max-width: 80%;
    display: table;
    margin: 0 auto 15px;
}
a.cartbtn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(8, 145, 178, .25);
    transition: all .2s;
    margin-top: 12px;
    max-width: 150px;
    justify-content: center;
}
/* ── Success ─────────────────────────────────────────────── */
.success-wrap {
    text-align: center;
    padding: 52px 24px;
}

.success-ring {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ecfdf5;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 38px;
    color: var(--teal-dark);
}

.success-wrap h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 14px;
}

.success-wrap p {
    color: var(--muted);
    line-height: 1.7;
}

.success-wrap a {
    color: var(--teal);
}

/* ── Validation Styles ───────────────────────────────────── */
.my-form-control .is-invalid,
.my-select.is-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

.tog-group.field-error .tog-opt label,
.confirm-item.field-error {
    border-color: #ef4444 !important;
    background: #fff5f5 !important;
}

.goal-grid.field-error {
    outline: 2px solid #ef4444;
    border-radius: 12px;
}

.product-cart figure,
.product-cart article {
    display: inline-block;
}

.cart-paypal-box img {
    height: auto;
    width: auto;
}

.cart-main-sec li.inc {
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    border: 1px solid #7c7c7c;
}

.cart-main-sec ul.list-inline.pr_counter.d-flex.align-items-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-page-tble thead tr {
    height: 40px;
    color: #fff;
    background: #151d3e;
}

.now {
    background-color: #000000;
    width: 100%;
    text-align: center;
    color: #fefefe;
    padding: 12px 10px;
    border-radius: 10px;
}

.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
}

table.cart-page-tble {
    width: 100%;
}

.arlt-fst {
    color: #848282;
    font-weight: 500;
    line-height: 13px;
}

.arlt-thd {
    color: #848282;
    font-weight: 500;
    line-height: 15px;
}

.product-cart article {
    margin-left: 10px !important;
}

a.update {
    font-size: 16px;
    font-family: 'Poppins';
    color: #848383;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page-tble tbody tr td input {
    height: 45px;
    background-color: #f7f7f7;
    color: #a2a1a1;
}

.update-cart {
    font-size: 17px;
    text-transform: capitalize;
    color: #a2a1a1;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.shipping.text-black h4 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 17px;
    color: #757272;
}

.estimate.text-black h4 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0;
    line-height: 40px;
    font-size: 17px;
    color: #757272;
}

.unit-sub-price-text {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    font-family: 'Montserrat';
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c4c4c4;
}

.cart-page-tble tbody tr td i {
    border-radius: 0;
    background-color: #000000;
    color: #fff;
    line-height: 39px;
}

.cart-cross {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #000000;
    color: #fff;
}

.total-box,
.total-f,
.shipping-box {
    padding: 30px 30px 25px 30px;
    background-color: #f9f9f9;
}

.total-box .sum li {
    color: #757272;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.total-f h4 {
    font-size: 20px;
    color: #f3881c;
    text-transform: uppercase;
}

.total-box .sum li span {
    margin-left: 60px;
}

.total-f span {
    margin-left: 130px;
    color: #0482b5;
}

.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    font-family: 'dinnextw1g_medium';
    margin: auto;
    background-color: #e4f1f3;
    color: #333333;
    padding: 4px 20px;
    font-size: 18px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
}

.cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: 250px;
    background: #53171d;
    border-radius: 100px;
    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 0px;
    border: 1px solid #cccccc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px;
}

.product-cart figure {
    margin: 0;
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

th:last-child {
    border-radius: 0 5px 5px 0;
}

.shipping.text-black p {
    font-size: 17px;
    color: #757272;
    line-height: 20px;
    text-transform: uppercase;
}

.estimate.text-black.mt-30 p {
    font-size: 17px;
    color: #757272;
    text-transform: uppercase;
}

.tot-f h4 span {
    color: #757272;
    font-weight: 600;
    font-family: 'Montserrat';
}

.contin {
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
}

.cart-head {
    border-bottom: 1px solid #ffffffa3;
    margin-bottom: 30px;
}

.counter {
    width: 150px;
    display: flex;
    align-items: center;
    border: 0px solid #e5e5e5;
    justify-content: center;
    border-radius: 2px;
    background-color: #f7f7f7;
    margin: 0 auto;
}

.counter input {
    width: 80px;
    border: 0;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    height: 38px;
    background: transparent;
    color: #0e0e0e;
    appearance: none;
    /* border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5; */
    outline: 0;
    padding: 0;
    padding-left: 5px;
}

.counter span {
    display: block;
    font-size: 16px;
    padding: 0;
    line-height: 20px;
    cursor: pointer;
    color: #0e0e0e;
    user-select: none;
}

.counter button {
    text-decoration: none;
}

.tot-f {
    color: #757272;
}

.tot-f h4 {
    font-size: 20px;
    font-family: 'Poppins';
}

@media (max-width: 576px) {
    .goal-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .step-lbl {
        display: none;
    }
}

/* STEP FORMS END */

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 0px;
}

textarea.billing-message, .billing_form textarea
 {
    border: 1px solid #c4c4c4;
    margin-top: 5px;
    padding: 10px;
    border-radius: 0;
    resize: none;
    min-height: 150px;
    min-width: 100%;
}

.cart_sidebar {
    padding: 40px 25px;
    border-radius: 0px;
    background-color: #f7f7f7;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: var(--black-color);
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 300;
}

.prd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ctr-bk {
    background-color: #fff;
    padding: 10px 15px;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
}

.cart_sidebar .cart_lst li:last-child
 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

.cart_sidebar .h-ship

 {
    font-weight: 600;
    color: var(--black-color) 000;
    font-size: 17px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 17px;
    line-height: 0;
    padding-top: 08px;
}

.cart_sidebar .cart_lst li span

 {
    float: right;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar .h-ship span {
    color: var(--black-color) 000;
    font-size: 18px;
}

.woocommerce-info.hidden-notice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px 7px;
    margin-bottom: 20px;
    padding-block: 10px;
    padding-inline: 30px 30px !important;
    min-height: 60px;
    text-align: start;
    gap: 20px;
    border: none;
    background: #131d3f;
    color: #fff;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.checkout_btn {

    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #111E46 !important;
    box-shadow: inset 0 0 26px 0 #99C2FF;
    border-radius: 50px;
    padding: 20px 28px;
}

.chk-fr {
    width: 17% !important;
        color: #111E46 !important;
    box-shadow: inset 0 0 26px 0 #99C2FF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 !important;
    font-weight: 600;
    border-radius: 35px !important;
    margin-top: 17px;
    min-width: 160px;
}