:root {
    --navy: #0B1F3A;
    --navy-mid: #12294d;
    --sky: #1B6CA8;
    --sky-light: #2d88cc;
    --teal: #0E8A7A;
    --cream: #F7F4EF;
    --sand: #EDE8DF;
    --gold: #C9A84C;
    --gold-light: #e0c06d;
    --pharma: #00873D;
    --pharma-light: #00a84a;
    --text-dark: #1A1A2E;
    --text-mid: #4A5568;
    --text-light: #718096;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 12px rgba(11, 31, 58, .07);
    --shadow-md: 0 8px 32px rgba(11, 31, 58, .12);
    --shadow-lg: 0 20px 60px rgba(11, 31, 58, .18);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--text-dark);
    background: #fff;
    overflow-x: hidden;
    line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
}

/* TOPBAR */
.topbar {
    background: var(--navy);
    color: rgba(255, 255, 255, .75);
    font-size: .79rem;
    padding: 8px 0;
}

.topbar a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: color .2s;
}

.topbar a:hover {
    color: var(--gold-light);
}

.t-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .08);
    border-radius: 20px;
    padding: 3px 10px;
}
li.nav-item > a i {
    color: #1b6ca8;
}
/* NAVBAR */
.navbar-main {
    background: #fff;
    border-bottom: 1px solid rgba(11, 31, 58, .08);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}

.logo-text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
}

.logo-text span {
    color: var(--sky);
}

.nav-link {
    color: var(--text-mid);
    font-weight: 500;
    font-size: .9rem;
    padding: 6px 14px !important;
    transition: color .2s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--sky);
}

.btn-consult {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: .87rem;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(27, 108, 168, .32);
}

.btn-consult:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27, 108, 168, .42);
    color: #fff;
}

span.header-menu-arrow {
    position: absolute;
    right: 4px;
    top: 31px;
    font-size: 10px;
}
.nav-link:hover,
.nav-link.active {
    color: var(--sky);
}
nav.navbar {
    padding: 0;
}
li.nav-item {
    position: relative;
}
li.nav-item > a {
    padding: 25px 0 !important;
    margin: 0 15px;
    font-size: 16px;
}
ul.drop1_list {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 111;
    background: #fff;
    padding: 24px !important;
    width: 280px;
    visibility: hidden;
    box-shadow: 0 0 5px #ccc;
}
ul.drop1_list li {
    font-size: 14px;
    margin: 4px 0px;
    list-style: none;
    background-image: url(https://kamagrafrance.com/wp-content/uploads/2026/06/check.png);
    background-repeat: no-repeat;
    background-position: 0 9px;
    background-size: 10px;
    padding-left: 18px !important;
    line-height: 16px;
}
ul.drop1_list.big-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 0 !important;
    width: 1100px;
    left: -280px;
}
.phone-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    display: flex;
    cursor: pointer;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 5px;
    font-size: 26px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.06);
    list-style: none;
    text-decoration: none;
}
.phone-box span#cartCount {
    background: #1a649d;
    width: 15px;
    display: inline-block;
    text-align: center;
    height: 15px;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 5px;
}
.phone-box-mobile {
    display: none;
}
a.custom-logo-link img {
    max-height: 40px;
    width: auto;
}
.big-menu_lft {
    width: 100%;
    flex: 0 0 65%;
    padding: 25px;
}
.big-menu_lft-box {
    display: flex;
    justify-content: space-between;
    height: 200px;
    background: #fff;
    overflow: overlay;
    padding-right: 15px;
}
.drop1_list_box > a {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    opacity: .7;
    text-decoration: none;
    border-bottom: 1px solid #606060;
}
.big-menu_rht h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.big-menu_rht p, .big-menu_rht ul li {
    color: #fff; font-size:16px;
}
.big-menu_rht ul li{ padding-left:0 !important;}
.meni-btm-process
 {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    margin: 10px 0 0;
}
.meni-btm-process > div {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    position: relative;
    flex: 0 0 33%;
    width: 33%;
    padding: 0 0px;
}
.meni-btm-process > div figure {
    margin: 0;
    background: var(--sky);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
}
.meni-btm-process > div span {
    font-size: 15px;
    flex: 0 0 80%;
    line-height: 18px;
}
.big-menu_rht {
    padding: 25px;
  background: linear-gradient(135deg, var(--sky), var(--navy-mid));
}
.drop1_list_box.drop1_list_box__sub_menu {
    flex: 0 0 50%;
}

.big-menu-list li{
    flex:0 0 33%;
}
li.nav-item:hover ul.drop1_list {
    visibility: visible;
    padding-left: 40px;
}
li.nav-item:hover ul.drop1_list li {
    padding: 6px 0;
}
li.nav-item:hover ul.drop1_list li a {
    text-decoration: none;
    color: #000;
    font-size:14px;
}
.btn-consult {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: .87rem;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(27, 108, 168, .32);
}

.btn-consult:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27, 108, 168, .42);
    color: #fff;
}

/* HERO BANNER */
.hero-banner {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/kfrance_bnr.jpg');
    background-size: cover;
    background-position: center 35%;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(108deg, rgba(7, 16, 35, .95) 0%, rgba(11, 31, 58, .88) 42%, rgba(11, 31, 58, .5) 72%, rgba(11, 31, 58, .15) 100%);
}

.hero-banner .container {
    position: relative;
    z-index: 2;
    padding: 100px 0 90px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 30px;
    padding: 7px 18px;
    font-size: .76rem;
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.hero-banner h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 20px;
    max-width: 86%;
}

.hero-banner h1 .gold {
    color: var(--gold-light);
}

.hero-banner .lead {
    font-size: 1.06rem;
    color: rgba(255, 255, 255, .76);
    max-width: 500px;
    margin-bottom: 32px;
    font-weight: 300;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 40px;
}

.btn-gold {
    background: var(--gold);
    color: var(--navy);
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    font-weight: 700;
    font-size: .98rem;
    transition: all .25s;
    box-shadow: 0 6px 20px rgba(201, 168, 76, .38);
}

.btn-gold:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(201, 168, 76, .48);
    color: var(--navy);
}

.btn-ghost {
    background: transparent;
    color: rgba(255, 255, 255, .88);
    border: 1.5px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    padding: 13px 26px;
    font-weight: 500;
    font-size: .9rem;
    transition: all .25s;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
}

.trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tc {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 30px;
    padding: 5px 13px;
    font-size: .76rem;
    color: rgba(255, 255, 255, .82);
    font-weight: 500;
}

.tc i {
    color: var(--gold-light);
    font-size: .8rem;
}

/* Hero card */
.hero-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pharma), var(--sky));
}

.hero-card h5 {
    color: var(--navy);
    font-size: 1.08rem;
    margin-bottom: 18px;
}

.step-r {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.step-n {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sky), var(--navy));
    color: #fff;
    font-weight: 700;
    font-size: .82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-r h6 {
    font-size: .87rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 2px;
}

.step-r p {
    font-size: .77rem;
    color: var(--text-light);
    margin: 0;
}

.sec-note {
    background: #f0faf8;
    border: 1px solid #c3e8e3;
    border-radius: 8px;
    padding: 10px 13px;
    font-size: .76rem;
    color: var(--teal);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

/* PHARMA GREEN BAR */
.pharma-bar {
    background: var(--pharma);
}

.pharma-items {
    display: flex;
    flex-wrap: wrap;
}

.p-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 24px;
    color: rgba(255, 255, 255, .92);
    font-size: .82rem;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.p-item:last-child {
    border-right: none;
}

.p-item i {
    font-size: 1.1rem;
}

/* STATS */
.stats-bar {
    background: var(--cream);
    border-bottom: 1px solid var(--sand);
    padding: 26px 0;
}

.snum {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.95rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1;
}

.snum span {
    color: var(--sky);
}

.slabel {
    font-size: 16px;
    color: var(--text-light);
    margin: 4px 0 0;
    font-weight: 500;
}

/* SECTION HELPERS */
.sec-label {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--sky);
    background: rgba(27, 108, 168, .08);
    border-radius: 20px;
    padding: 4px 13px;
    margin-bottom: 12px;
}

.sec-title {
    font-size: 36px;
    color: var(--navy);
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 13px;
}

.sec-sub {
    font-size: 16px;
    color: var(--text-mid);
    font-weight: 400;
	margin-bottom:25px;
}

/* EEAT BAR */
.eeat-bar {
    background: var(--navy);
    padding: 28px 0;
}

.e-item {
    display: flex;

    gap: 12px;
    padding: 8px 0;
}

.e-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgb(255 255 255 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--gold-light);
    flex-shrink: 0;
}

.e-item h6 {
    color: #fff;
    margin: 0;
    font-size: .88rem;
    font-weight: 600;
}

.e-item p {
    color: rgba(255, 255, 255, .52);
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.e-div {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, .1);
    align-self: center;
}

/* PHARMACY SECTION */
.pharmacy-sec
 {
    padding: 50px 0;
    background: #fff;
}

.ph-img-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.ph-img-wrap img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.ph-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 135, 61, .9);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .82rem;
    font-weight: 600;
}

.ph-label i {
    font-size: 1.3rem;
}

.ph-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.ph-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(0, 135, 61, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--pharma);
    flex-shrink: 0;
}

.ph-feature h6 {
    font-size: .93rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 3px;
}

.ph-feature p {
    font-size: .84rem;
    color: var(--text-mid);
    margin: 0;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(0, 135, 61, .08);
    border: 1.5px solid rgba(0, 135, 61, .2);
    border-radius: 50px;
    padding: 7px 16px;
    font-size: .8rem;
    font-weight: 600;
    color: var(--pharma);
}

/* PRODUCTS */
.products-sec {
    padding: 50px 0;
    background: var(--cream);
}

.prod-card {
    background: #fff;
    border: 1.5px solid var(--sand);
    border-radius: var(--radius-lg);
    padding: 20px 15px;
    transition: all .3s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.prod-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sky), var(--teal));
    transform: scaleX(0);
    transition: transform .3s;
}

.prod-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.prod-card:hover::after {
    transform: scaleX(1);
}

.prod-card.featured {
    border-color: var(--sky);
}

.p-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--gold);
    color: var(--navy);
    font-size: .67rem;
    font-weight: 700;
    border-radius: 20px;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.prod-img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    margin-bottom: 15px;
    background: var(--cream);
    border-radius: 10px;
    padding: 10px;
}

.prod-card h5 {
    color: var(--navy);
    font-size: 1.08rem;
    margin-bottom: 7px;
}

.prod-card p {
    font-size: .84rem;
    color: var(--text-mid);
    margin-bottom: 13px;
}

.m-tag {
    background: var(--cream);
    color: var(--text-mid);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: .73rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 4px 5px 0;
}

.m-tag i {
    color: var(--sky);
    font-size: .68rem;
}

.prod-price {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
}

.prod-price small {
    font-family: 'DM Sans', sans-serif;
    font-size: .73rem;
    color: var(--text-light);
    font-weight: 400;
}

.btn-prod {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: .84rem;
    font-weight: 600;
    transition: all .25s;
    width: 100%;
    justify-content: center;
}

.btn-prod:hover {
    opacity: .9;
    transform: translateY(-1px);
    color: #fff;
}

.prod-card h3 {
    font-size: 24px;
    font-weight: 600;
}

.prod-card h3 a {
    color: var(--sky);
}

/* CONSULTATION HUMAN SECTION */
.consult-sec {
    padding: 50px 0;
    background: #fff;
}

.consult-img-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.consult-img-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.consult-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 31, 58, .72) 0%, transparent 55%);
}

.consult-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
}

.consult-cap h5 {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 3px;
}

.consult-cap p {
    font-size: .8rem;
    color: rgba(255, 255, 255, .72);
    margin: 0;
}

.h-step {
    display: flex;
    gap: 17px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.h-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sky), var(--navy));
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(27, 108, 168, .28);
}

.h-step h6 {
    font-size: .97rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 4px;
}

.h-step p {
    font-size: .85rem;
    color: var(--text-mid);
    margin: 0;
}

/* COMPARE */
.compare-sec {
    padding: 90px 0;
    background: var(--cream);
}

.cmp-table {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--sand);
}

.cmp-table thead th {
    background: var(--navy);
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .98rem;
    padding: 20px 22px;
    border: none;
    font-weight: 600;
}

.cmp-table thead th.ft {
    background: var(--sky);
    position: relative;
    padding-top: 30px;
}

.cmp-table thead th.ft::before {
    content: 'Le Plus Populaire';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy);
    font-family: 'DM Sans', sans-serif;
    font-size: .63rem;
    font-weight: 700;
    border-radius: 0 0 9px 9px;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    white-space: nowrap;
}

.cmp-table tbody tr td {
    padding: 14px 22px;
    border-bottom: 1px solid var(--sand);
    vertical-align: middle;
    font-size: .89rem;
}

.cmp-table tbody tr td:first-child {
    font-weight: 600;
    color: var(--navy);
    background: rgba(247, 244, 239, .6);
}

.cmp-table tbody tr td.ft {
    background: rgba(27, 108, 168, .05);
    font-weight: 600;
}

.cmp-table tbody tr:last-child td {
    border-bottom: none;
}

.price-c {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.08rem;
    color: var(--navy);
    font-weight: 700;
}

/* DELIVERY */
.delivery-sec {
    padding: 50px 0;
    background: var(--navy);
    position: relative;
    overflow: hidden;
}
.Livraison-discrete-lf {
    padding-left: 40px;
}
.Livraison-discrete-lf p {
    color: #fff;
}
.delivery-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.del-img-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.del-img-wrap img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    display: block;
}

.del-feat {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 22px;
}

.del-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--gold-light);
    flex-shrink: 0;
}

.del-feat h6 {
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.del-feat p {
    color: rgba(255, 255, 255, .52);
    font-size: .81rem;
    margin: 0;
}

/* DOCTORS */
.doctors-sec {
    padding: 50px 0;
    background: #fff;
}

.doc-card {
    background: #fff;
    border: 1.5px solid var(--sand);
    border-radius: var(--radius-lg);
    padding: 26px 22px;
    height: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.doc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sky), var(--teal));
}

.doc-card:hover {
    box-shadow: var(--shadow-md);
    border-color: transparent;
    transform: translateY(-3px);
}

.doc-av {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--sky);
    margin-bottom: 13px;
}

.doc-name {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.12rem;
    color: var(--navy);
    margin-bottom: 2px;
}

.doc-role {
    font-size: .79rem;
    color: var(--sky);
    font-weight: 600;
    margin-bottom: 3px;
}

.doc-exp {
    font-size: .77rem;
    color: var(--text-light);
    margin-bottom: 11px;
}

.doc-quote {
    font-size: .84rem;
    color: var(--text-mid);
    font-style: italic;
    border-left: 2px solid var(--sand);
    padding-left: 11px;
    margin-bottom: 13px;
}

.doc-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(14, 138, 122, .1);
    color: var(--teal);
    border-radius: 20px;
    padding: 3px 11px;
    font-size: .72rem;
    font-weight: 600;
}

/* REVIEWS */
.reviews-sec {
    padding: 50px 0;
    background: var(--cream);
}

.rev-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    height: 100%;
    border: 1px solid var(--sand);
    transition: box-shadow .3s;
}

.rev-card:hover {
    box-shadow: var(--shadow-sm);
}

.rev-stars {
    color: var(--gold);
    font-size: .87rem;
    margin-bottom: 11px;
}

.rev-text {
    font-size: .87rem;
    color: var(--text-mid);
    margin-bottom: 15px;
    font-style: italic;
}

.rev-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sky), var(--teal));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    flex-shrink: 0;
}

.rev-name {
    font-weight: 600;
    color: var(--navy);
    font-size: .86rem;
}

.rev-loc {
    font-size: .73rem;
    color: var(--text-light);
}

.ver-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(14, 138, 122, .1);
    color: var(--teal);
    font-size: .68rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 2px 7px;
    margin-top: 3px;
}

/* DISCLAIMER */
.disclaimer {
    background: #FEF9EC;
    border-top: 2px solid #F5E6BF;
    padding: 24px 0;
}

.disc-icon {
    width: 60px;
    height: 60px;
    border-radius: 10%;
    background: #F5E6BF;
    color: #8B6914;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}
.disclaimer h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
    line-height: normal;
    color: #8b6914;
}
.disclaimer p {
    margin: 0;
    font-size: 14px;
 
}

/* FAQ */
.faq-sec

 {
    padding: 50px 0;
    background: #fff;
}

.accordion-button {
    font-weight: 600;
    color: var(--navy);
    font-size: .93rem;
    background: #fff !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--sky) !important;
}

.accordion-item {
    border: 1px solid var(--sand) !important;
    border-radius: var(--radius) !important;
    margin-bottom: 9px;
    overflow: hidden;
}

.accordion-body {
    font-size: .87rem;
    color: var(--text-mid);
}

/* CTA */
.cta-sec

 {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/start-the-consultation.jpg');
    background-size: cover;
    background-position: center;
}

.cta-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 138, 122, .92), rgba(11, 31, 58, .88));
}

.cta-sec .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-sec h2 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    margin-bottom: 13px;
}

.cta-sec p {
    color: rgba(255, 255, 255, .78);
    font-size: 1.03rem;
    margin-bottom: 32px;
}

.cta-feat {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .82);
    font-size: .84rem;
}

.cta-feat i {
    color: var(--gold-light);
}

/* FOOTER */
.footer {
    background: var(--navy);
    color: rgba(255, 255, 255, .68);
    padding: 50px 0 0;
}

.footer h6 {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;

    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer .logo-text {
    color: #fff;
}

.f-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-links li {
    margin-bottom: 8px;
}

.f-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.f-links a:hover {
    color: var(--gold-light);
}

.f-contact p {
    font-size: 16px;
    color: #ccc;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 9px;
}
.f-contact-2 {
    /* border: 1px solid #ccc; */
    padding: 10px;
    background: #1a669f;
    border-radius: 10px;
    margin: 0px 0 30px;
    text-align: center;
}
.f-contact-2 p{
    margin:0;
}
.f-contact-2 p {
    margin: 5px 0 0;
    font-size: 14px;
}
.f-contact-2 span {
    font-weight: 700;
}
.f-links.f-links-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.f-contact i {
    color: var(--sky);
    margin-top: 3px;
    flex-shrink: 0;
}

.s-btn {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .58);
    text-decoration: none;
    font-size: .9rem;
    transition: all .2s;
}

.s-btn:hover {
    background: var(--sky);
    color: #fff;
}

.f-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding: 16px 0;
    margin-top: 48px;
}

.f-bottom p {
    font-size: 16px;
    color: #ccc;
    margin: 0;
}

.f-bottom a {
    color: #ccc;
    text-decoration: none;
}

.f-bottom a:hover {
    color: var(--gold-light);
}

.f-legal {
    background: rgba(255, 255, 255, .02);
    border-top: 1px solid rgba(255, 255, 255, .04);
    padding: 13px 0;
}

.f-legal p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

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

.fiu {
    animation: fadeInUp .65s ease-out both;
}

.d1 {
    animation-delay: .1s;
}

.d2 {
    animation-delay: .2s;
}

.d3 {
    animation-delay: .3s;
}

.d4 {
    animation-delay: .42s;
}

.synx-treatment-section{
	   background:#f4f4f4;
    padding:50px 0;
}

.synx-top-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#dff8f8;
    color:#0da8b7;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
}

.synx-main-title{
    font-size: clamp(1.7rem, 3.5vw, 2.35rem);
    color: var(--navy);
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 13px;
}

.synx-main-title span{
    color:#12b8c7;
}

.synx-main-desc {
    max-width: 1000px;
    margin: 0 auto 25px;
    color: #6b7280;
    font-size: 16px;
    line-height: 28px;
}

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

.synx-treatment-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #e5e7eb;
    height:100%;
    position:relative;
    transition:.3s;
    border:2px solid transparent;
}

.synx-treatment-card:hover {
    border: 2px solid #1a69a4;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
section.home-extra ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 14px;
    list-style: none;
    padding-left: 24px;
    margin: 10px 0;
    background-position: 0 8px;
}
section.home-extra ul {
  padding:0;
}

.synx-card-image{
    height:230px;
    overflow:hidden;
    position:relative;
}

.synx-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================================
BADGES
========================================= */

.synx-popular-badge{
    position:absolute;
    top:18px;
    right:18px;
    background:rgba(255,255,255,0.25);
    backdrop-filter:blur(10px);
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:9px 16px;
    border-radius:50px;
    text-transform:uppercase;
}

.synx-image-label{
    position:absolute;
    left:18px;
    bottom:18px;
    background:#081b61;
    color:#fff;
    padding:7px 14px;
    border-radius:12px;
    font-size:13px;
    font-weight:700;
}

/* =========================================
CONTENT
========================================= */

.synx-card-content{
    padding:20px;
}

.synx-treatment-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.synx-icon-box{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#1a649d;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    flex-shrink:0;
}

.synx-icon-box.synx-gray-icon{
    background:#f3f4f6;
    color:#64748b;
}

.synx-treatment-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #081226;
}

.synx-brand-name {
    color: #6b7280;
    font-size: 18px;
}

.synx-treatment-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

/* =========================================
INFO BOX
========================================= */

.synx-info-wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
}

.synx-info-box {
    flex: 1;
    background: #f8fafc;
    border-radius: 18px;
    text-align: center;
    padding: 10px;
}

.synx-info-box small {
    display: block;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: normal;
}

.synx-info-box strong {
    color: #081226;
    font-size: 18px;
    font-weight: 600;
       line-height: normal;
}

/* =========================================
FEATURES
========================================= */

.synx-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.synx-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #475569;
    font-size: 16px;
    align-items: center;
}

.synx-feature-list li i{
    color:#1a649d;
    margin-top:3px;
}

/* =========================================
WARNING
========================================= */

.synx-warning-box {
    background: #fff5d9;
    border: 1px solid #f0d38a;
    color: #a56b00;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* =========================================
PRICE
========================================= */
.synx-price {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    color: #081226;
    margin-bottom: 20px;
}

.synx-price span{
    font-size:20px;
    font-weight:500;
    color:#64748b;
}

/* =========================================
BUTTON
========================================= */
.synx-treatment-btn{
      width: 100%;
        border: none;
         border-radius: 10px;
}
.synx-treatment-btn a {
    display: inline-block;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    line-height: 50px;
    width: 100%;
}

.synx-dark-btn{
       background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color:#fff;
}

/* =========================================
FOOTER NOTE
========================================= */

.synx-footer-note{
    margin-top:40px;
    text-align:center;
    color:#6b7280;
    font-size:15px;
}

.synx-footer-note i{
    color:#8b5cf6;
}


.synx-medical-warning-section{
    padding:50px 0;
        background:#f3f3f3;
}

/* =========================================
MAIN BOX
========================================= */

.synx-warning-wrapper{
    background:#ffffff;
    border:2px solid #f0b400;
    border-radius:32px;
    overflow:hidden;
}

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

.synx-warning-header{
    background:#f8f3e2;
    padding:20px 25px;
    border-bottom:1px solid #f1deb0;
    display:flex;
    align-items:center;
    gap:16px;
}

.synx-warning-header-icon{
    color:#f0b400;
    font-size:28px;
    line-height:1;
}

.synx-warning-header-title{
    font-size:24px;
    font-weight:600;
    color:#07122b;
    margin:0;
}

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

.synx-warning-body{
    padding:30px 20px 30px;
}

/* =========================================
INFO TOP
========================================= */

.synx-info-top{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:20px;
}

.synx-info-top-icon{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:14px;
    background:#eef9ff;
    color:#0891d1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.synx-info-top-title{
    font-size:22px;
    line-height:1.2;
    font-weight:800;
    color:#07122b;
    margin-bottom:10px;
}

.synx-info-top-text{
    color:#475569;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/* =========================================
GRID BOXES
========================================= */

.synx-warning-grid {
    margin-bottom: 10px;
}

.synx-alert-card{
    border-radius:26px;
    
    height:100%;
}
section.home-extra {
    padding: 60px 0 0;
}
section.home-extra p {
    font-size: 16px;
    color: var(--text-mid);
    font-weight: 400;
	margin-bottom:25px;
}
section.home-extra ul li {
    font-size: 16px;
    color: var(--text-mid);
    font-weight: 400;
    margin: 12px 0;
}
section.home-extra h2 {
    font-size: 36px;
    margin: 0 0 5px;
    color: #0b1f3a;
    font-weight: 600;
}
/* LEFT CARD */



.synx-danger-title{
    display:flex;
    align-items:center;
    gap:12px;
    color:#ef4444;
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

.synx-danger-list{
    padding-left:18px;
    margin:0;
}

.synx-danger-list li{
    color:#ef4444;
    font-size:15px;
    line-height:1.8;
    margin-bottom:6px;
}

/* RIGHT CARD */

.synx-sideeffect-card{
    background:#eefbff;
    border:1px solid #9ddcf2;
}

.synx-sideeffect-title{
    display:flex;
    align-items:center;
    gap:12px;
    color:#0284c7;
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

.synx-sideeffect-list{
    padding-left:18px;
    margin:0;
}

.synx-sideeffect-list li{
    color:#0284c7;
    font-size:15px;
    line-height:1.8;
    margin-bottom:6px;
}

/* =========================================
DISCLAIMER
========================================= */

.synx-disclaimer-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:24px;
    padding:20px 25px;
    margin-bottom:34px;
}

.synx-disclaimer-text{
    color:#64748b;
    font-size:15px;
    line-height:1.9;
    margin:0;
}

.synx-disclaimer-text strong{
    color:#475569;
}

/* =========================================
BOTTOM CONTACT
========================================= */

.synx-contact-row{
    padding-top:20px;
    border-top:1px solid #e5e7eb;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:15px;
}

.synx-contact-label{
    color:#475569;
    font-size:15px;
}

.synx-contact-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#0284c7;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.synx-contact-link:hover{
    color:#0369a1;
}

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



/*-------------------------------------------*/
.trust-banner {
    /* background: linear-gradient(90deg, #022a75, #001f5a); */
    border-radius: 20px;
    padding: 22px 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.trust-banner .trust-item{
    position:relative;
    padding-right:35px;
}

.trust-banner .trust-item::after{
    content:"";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:55px;
    background:rgba(255,255,255,0.15);
}

.trust-banner .trust-item.last-item::after{
    display:none;
}

.trust-banner .icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-banner .icon-box i{
    color:#ffcc4d;
    font-size:24px;
}

.trust-banner .trust-content h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.trust-banner .trust-content p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-size: 14px;
}

.trust-banner .payment-card {
    width: 60px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: rgb(255 255 255);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.trust-banner .payment-card img{
    width: 30px;
}
p.registration-para {
    color: #47997a !important;
    margin: 0;
}

/*-------------------------------------------*/
.review-section{
    padding:0 0 60px;
}


.review-section .rating-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

.review-section .rating-stars i {
    color: #ffc107;
    font-size: 22px;
    margin-right: 2px;
}

.review-section .rating-text {
    font-size: .875rem;
    color: rgb(104, 117, 141);
}

.review-section .rating-text strong {
    color: #071a3d;
    font-weight: 800;
    margin-right: 8px;
    font-size: 18px;
}

.review-section .review-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #ececec;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: 0.3s;
}

.review-section .review-card:hover{
    transform:translateY(-6px);
}

.review-section .review-stars {
    margin-bottom: 10px;
}

.review-section .review-stars i {
    color: #ffc107;
    font-size: 18px;
    margin-right: 2px;
}

.review-section .review-text{
    position:relative;
    padding-left:22px;
    margin-bottom:30px;
}

.review-section .quote-icon{
    position:absolute;
    left:-2px;
    top:-6px;
    font-size:40px;
    color:#d9e5ff;
}

.review-section .review-text p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0;
    position: relative;
}

.review-section .review-footer{
    border-top:1px solid #ececec;
    padding-top:24px;
}

.review-section .user-name {
    font-size: 16px;
    font-weight: 700;
    color: #071a3d;
    margin-bottom: 2px;
    line-height: 20px;
}

.review-section .user-location {
    font-size: 14px;
    color: #697284;
    margin-bottom: 16px;
    line-height: 16px;
}

.review-section .purchase-date {
    font-size: 14px;
    color: #9099ac;
    line-height: 18px;
}

.review-section .verified-badge {
    color: #17b44a;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.review-section .verified-badge i{
    margin-right:5px;
}

/*----------------------------------------------*/
.how-work-section{
    padding:0 0 60px;
    position:relative;
}


.how-work-section .steps-wrapper {
    position: relative;
    margin: 50px 0 0;
}

.how-work-section .steps-line {
    position: absolute;
    top: 100px;
    left: 12%;
    width: 76%;
    height: 2px;
    background: #dfe3ea;
    z-index: 0;
}

.how-work-section .step-card{
    position:relative;
    text-align:center;
    z-index:2;
}

.how-work-section .step-icon{
    width:100px;
    height:100px;
    margin:auto;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    box-shadow:0 12px 25px rgba(0,0,0,0.12);
}

.how-work-section .step-icon i{
    color:#fff;
    font-size:44px;
}

.how-work-section .step-number {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #1c2d4d;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
}

.how-work-section .blue{
    background:linear-gradient(135deg,#3f86ff,#1149d8);
}

.how-work-section .purple{
    background:linear-gradient(135deg,#b847ff,#7800d9);
}

.how-work-section .green{
    background:linear-gradient(135deg,#0ecb51,#009635);
}

.how-work-section .orange{
    background:linear-gradient(135deg,#ff9f00,#d36b00);
}

.how-work-section .step-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #071938;
    margin-top: 35px;
    margin-bottom: 15px;
}

.how-work-section .step-card p{
    font-size:14px;
    line-height:26px;
    color:var(--text);
    max-width:360px;
    margin:auto;
}

.how-work-section .consult-btn{
    margin-top:70px;
}

.how-work-section .consult-btn .btn {
    background: #022460;
    border: none;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 12px 20px rgba(47, 102, 231, 0.25);
    transition: 0.3s;
}

.how-work-section .consult-btn .btn:hover{
    background:#1e54d3;
    transform:translateY(-3px);
}

.how-work-section .consult-btn i{
    margin-left:10px;
}

/*----------------------------------------------------------*/
.safety-section{
    padding:0 0 60px;
}
section.safety-section .section-title {
    margin: 0 0 30px;
}

.info-card{
    background:#fff;
    border-radius:26px;
    padding:38px;
    height:100%;
    border:1px solid #ebebeb;
}

.warning-card{
    background:#fff5f5;
    border:1px solid #ffbcbc;
}

.about-card{
    background:#fafafa;
    border:1px solid #dddddd;
}

.help-card{
    background:#f3f7ff;
    border:1px solid #bdd3ff;
    margin-top:30px;
}

.card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.card-heading i {
    font-size: 20px;
}

.warning-card .card-heading i,
.warning-card .card-heading h3{
    color:#c31212;
}

.about-card .card-heading i,
.about-card .card-heading h3{
    color:#061938;
}

.help-card .card-heading i,
.help-card .card-heading h3{
    color:#1f56d9;
}

.card-heading h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.warning-list{
    padding-left:22px;
    margin:0;
}

.warning-list li {
    color: #c31212;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
}

.about-content p, .help-card p {
    font-size: 16px;
    line-height: 26px;
    color: #4f5f77;
    margin-bottom: 18px;
}

.about-content p strong,
.help-card p strong{
    color:#061938;
}

.help-card ul{
    padding-left:22px;
    margin-bottom:0;
}

.help-card ul li{
    font-size:18px;
    line-height:1.9;
    color:#1f56d9;
    margin-bottom:10px;
}


.inner-banner{
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    overflow: hidden;
}

.inner-banner::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,0.04);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.inner-banner-content{
    position:relative;
    z-index:2;
}

.inner-banner-content h1{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:15px;
}

.breadcrumb-wrap{
    color:#cbd5e1;
    font-size:15px;
}

.breadcrumb-wrap a{
    color:#fff;
    text-decoration:none;
}

.page-content-section{
    background:#f8fafc;
}

.page-content-wrapper{
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
}

.page-content-wrapper h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
    margin-top:35px;
    color:#0f172a;
}

.page-content-wrapper h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:18px;
    margin-top:30px;
    color:#0f172a;
}

.page-content-wrapper h4{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
    margin-top:25px;
    color:#0f172a;
}

.page-content-wrapper p{
    font-size:16px;
    line-height:28px;
    margin-bottom:25px;
}

.page-content-wrapper ul{
    padding-left:20px;
    margin-bottom:25px;
}

.page-content-wrapper ul li{
    margin-bottom:10px;
}

.page-content-wrapper strong{
    color:#0f172a;
}

.page-content-wrapper a{
    color:#1a67a2;
    text-decoration:none;
}

.page-content-wrapper img{
    max-width:100%;
    height:auto;
    border-radius:16px;
    margin:25px 0;
}

.page-content-wrapper table{
    width:100%;
    margin-bottom:20px;
}

.page-content-wrapper table th,
.page-content-wrapper table td{
    border:1px solid #e2e8f0;
    padding:14px;
}

.page-content-wrapper blockquote{
    border-left:4px solid #1a67a2;
    padding-left:20px;
    margin:30px 0;
    font-size:20px;
    font-style:italic;
    color:#1e293b;
}

@media(max-width:991px){

    .inner-banner{
        padding:70px 0;
    }

    .inner-banner-content h1{
        font-size:36px;
    }

    .page-content-wrapper{
        padding:30px;
    }

}

@media(max-width:767px){

    .inner-banner-content h1{
        font-size:30px;
    }

    .page-content-wrapper{
        padding:25px 20px;
    }

    .page-content-wrapper h2{
        font-size:28px;
    }

    .page-content-wrapper h3{
        font-size:24px;
    }

}

.custom-breadcrumb{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.custom-breadcrumb li{
    position:relative;
    color:#cbd5e1;
    font-size:15px;
    font-weight:500;
}

.custom-breadcrumb li a{
    color:#ffffff;
    text-decoration:none;
    transition:0.3s;
}

.custom-breadcrumb li a:hover{
    color:#38bdf8;
}

.custom-breadcrumb li:not(:last-child)::after{
    content:'/';
    position:relative;
    margin-left:12px;
    color:#94a3b8;
}

.custom-breadcrumb li span{
    color:#38bdf8;
}


.single-product-main {
    background: #f8fafc;
    padding: 69px 0 0;
}

.custom-breadcrumb-wrap{
    margin-bottom:40px;
}

.product-gallery-wrap,
.product-info-wrap,
.product-tab-box{
    background:#fff;
    border-radius:24px;
    padding:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.04);
}

.product-title {
    font-size: 38px;
    line-height: 44px;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 600;
}
.product-info-wrap .product-rating-wrap {
    gap: 0;
    margin: 0 0 5px;
}
.product-info-wrap .product-price {
    margin: 0 0 5px;
    font-weight: 600;
}

.product-category{
    margin-bottom:15px;
}

.product-category a{
    background:#dbeafe;
    color:#1b69a4;
    padding:8px 16px;
    border-radius:50px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.product-rating-wrap{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:25px;
}

.rating-text{
    font-size:15px;
    color:#64748b;
}

.product-price{
    font-size:42px;
    font-weight:800;
    color:#1b69a4;
    margin-bottom:25px;
}

.product-short-description{
    font-size:17px;
    line-height:1.9;
    color:#475569;
    margin-bottom:30px;
}

.medicine-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-bottom:35px;
}

.highlight-item{
    background:#eff6ff;
    padding:15px 18px;
    border-radius:14px;
    font-weight:600;
    color:#0f172a;
    display:flex;
    align-items:center;
    gap:10px;
}

.highlight-item i{
    color:#1b69a4;
}

.product-cart-wrap{
    margin-bottom:10px;
}

.single_add_to_cart_button{
        background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    border:none !important;
    border-radius:12px !important;
    padding:16px 30px !important;
    font-size:17px !important;
    font-weight:700 !important;
}

.qty{
    height:52px;
    border-radius:12px;
    border:1px solid #dbe2ea;
}

.secure-strip{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    padding-top:25px;
    border-top:1px solid #e2e8f0;
}

.secure-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:600;
    color:#334155;
}

.secure-item i{
    color:#1b69a4;
}

.trust-badges {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

.trust-badge {
    background: #eff6ff;
    padding: 12px 7px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 5px;
}

.medical-notice{
    margin-top:20px;
    background:#fff7ed;
    border:1px solid #fed7aa;
    border-radius:18px;
    padding:15px;
    display:flex;
    gap:15px;
}

.notice-icon i{
    color:#ea580c;
    font-size:28px;
}

.notice-content h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.notice-content p {
    margin: 0;
    color: #7c2d12;
    line-height: 22px;
    font-size: 16px;
}
.product-info-wrap {
    margin: 0 0 35px;
}

.product-tabs-wrap{
    margin-top:60px;
}

.product-tabs-wrap .nav-pills{
    gap:15px;
}

.product-tabs-wrap .nav-link{
    border-radius:12px;
    padding:14px 24px;
    font-weight:700;
    color:#0f172a;
    background:#fff;
}

.product-tabs-wrap .nav-link.active{
    background:#1b69a4;
}

.product-tab-box{
    margin-top:10px;
}

.product-tab-box h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.product-tab-box p,
.product-tab-box li{
    font-size:17px;
    line-height:1.9;
    color:#475569;
}

@media(max-width:991px){

    .product-title{
        font-size:34px;
    }

    .medicine-highlights{
        grid-template-columns:1fr;
    }

}

@media(max-width:767px){

    .product-gallery-wrap,
    .product-info-wrap,
    .product-tab-box{
        padding:25px;
    }

    .product-title{
        font-size:28px;
    }

    .product-price{
        font-size:34px;
    }

}

.shop-page-main{
    background:#f8fafc;
}

.shop-top-header{
    background:#fff;
    border-radius:24px;
    padding:25px;
    margin-bottom:50px;
    box-shadow:0 10px 40px rgba(0,0,0,0.04);
}

.shop-title-wrap h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 5px;
    line-height: normal;
}

.shop-title-wrap p{
    font-size:16px;
    line-height:26px;
    color:#64748b;
    margin:0;
}

.shop-search-filter{
    display:flex;
    gap:20px;
    align-items:center;
    justify-content:end;
    flex-wrap:wrap;
}

.search-form{
    position:relative;
    width:100%;
    max-width:380px;
}

.search-field{
    width:100%;
    height:58px;
    border-radius:14px;
    border:1px solid #dbe2ea;
    padding:0 60px 0 20px;
    font-size:15px;
}

.search-form button{
    position:absolute;
    top:0;
    right:0;
    width:58px;
    height:58px;
    border:none;
    background:#1b69a4;
    color:#fff;
    border-radius:0 14px 14px 0;
}

.shop-sort select {
    height: 58px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    padding: 0 18px;
    font-size: 15px;
    min-width: 220px;
    color: #64748b;
    /* opacity: .7; */
}
.shop-sidebar{
    position:sticky;
    top:30px;
}

.sidebar-box{
    background:#fff;
    border-radius:24px;
    padding:20px;
    margin-bottom:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.04);
}

a.btn.traitements-btn {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(27, 108, 168, .32);
    margin: 40px 0 0;
}
button.synx-treatment-btn a {
    color: #fff;
}


.sidebar-box h3{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
    color:#0f172a;
}

.category-filter{
    list-style:none;
    padding:0;
    margin:0;
}

.category-filter li{
    margin-bottom:15px;
}

.category-filter li:last-child{
    margin-bottom:0;
}

.category-filter li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#334155;
    font-weight:600;
    padding:10px 10px;
    border-radius:12px;
    background:#f8fafc;
    transition:0.3s;
}

.category-filter li a:hover{
    background:#1b69a4;
    color:#fff;
}

.category-filter li span{
    background:#dbeafe;
    color:#1b69a4;
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

.trust-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.trust-sidebar li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    font-weight:600;
    color:#334155;
}

.trust-sidebar li i{
    color:#1b69a4;
}

.shop-result-bar{
    margin-bottom:30px;
}

.result-count{
    font-size:15px;
    font-weight:600;
    color:#64748b;
}

.product-card{
    position:relative;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 40px rgba(0,0,0,0.04);
    transition:0.3s;
}

.product-card:hover{
    transform:translateY(-5px);
}

.product-badge{
    position:absolute;
    top:20px;
    left:20px;
    background:#1b69a4;
    color:#fff;
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    z-index:2;
}

.product-image{
    display:block;
    padding:30px;
    background:#f8fafc;
}

.product-image img{
    width:100%;
}

.product-content{
    padding:30px;
}

.product-category{
    margin-bottom:15px;
}

.product-category a{
    font-size:13px;
    font-weight:700;
    color:#1b69a4;
    text-decoration:none;
}

.product-content h3{
    font-size:24px;
    line-height:1.4;
    margin-bottom:15px;
}

.product-content h3 a{
    text-decoration:none;
    color:#0f172a;
}

.product-short-desc{
    font-size:15px;
    line-height:1.8;
    color:#64748b;
    margin-bottom:20px;
}

.product-price{
    font-size:32px;
    font-weight:800;
    color:#1b69a4;
    margin-bottom:20px;
}

.product-trust{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:15px;
}

.product-trust span{
    background:#eff6ff;
    color:#1b69a4;
    padding:8px 8px;
    border-radius:6px;
    font-size:11px;
    font-weight:600;
}

.product-cart-btn .button{
    width:100%;
    border:none !important;
    background:#1b69a4 !important;
    color:#fff !important;
    border-radius:14px !important;
    padding:16px 20px !important;
    font-weight:700 !important;
}

.custom-pagination{
    margin-top:60px;
}

.custom-pagination .page-numbers{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.custom-pagination .page-numbers li{
    list-style:none;
}

.custom-pagination .page-numbers a,
.custom-pagination .page-numbers span{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:12px;
    text-decoration:none;
    color:#0f172a;
    font-weight:700;
}

.custom-pagination .page-numbers .current{
    background:#1b69a4;
    color:#fff;
}

@media(max-width:991px){

    .shop-title-wrap h1{
        font-size:34px;
    }

    .shop-search-filter{
        justify-content:start;
    }

}

@media(max-width:767px){

    .shop-top-header,
    .sidebar-box,
    .product-content{
        padding:25px;
    }

    .product-content h3{
        font-size:22px;
    }

    .product-price{
        font-size:28px;
    }

}


.breadcrumb_main ol {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb_main ol li i {
    font-size: 12px;
}
.breadcrumb_main ol a {
    color: #000;
    text-decoration: none;
}
section.breadcrumb-bg {
    background: #f1f4f8;
    padding: 12px 0;
}

.catergoy-section {
    background: #fbf9fc;
    border-radius: 20px;
    padding: 30px 0;
}
.feature-list li::before {
    content: '✔';
    color: var(--sky);
    margin-right: 10px;
}

.catergoy-section h1 {
  font-size: 42px;
}
section.catergoy-section p {
    color: #0f1e4c !important;
}
.catergoy-section .feature-list li {
    margin-bottom: 12px;
    font-size: 16px !important;
    color: #0f1e4c !important;
}

.catergoy-section .feature-list i {
  color: #28a745;
  margin-right: 8px;
}

.catergoy-section .btn-danger {
    background: linear-gradient(45deg, #ff4d4d, #e60023);
    border: none;
    border-radius: 5px !important;
    height: 48px;
    line-height: 48px;
    padding: 0 0px !important;
    width: 235px;
}

.catergoy-section .product-hero-img {
    padding: 0px;
    border-radius: 95px;
    display: inline-block;
    overflow: hidden;
}
.catergoy-section .product-hero-img img {
    max-height: 350px;
}

.catergoy-section .filter-section {
  background: #fff;
}

.catergoy-section .filter-btn {
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 14px;
}

.catergoy-section .filter-btn.active {
  background: #f1f3f5;
  font-weight: 600;
}
.catergoy-section .feature-list li:before {
    content: '' !important;
    width: 0 !important;
    left: 0 !important;
    margin: 0;
}
section.catergoy-section p {
    font-size: 16px;
    margin: 22px 0;
}
.catergoy-section .feature-list li img {
    margin-right: 10px;
}
.catergoy-section h1 {
    font-size: 42px;
    margin-bottom: 0px;
    font-weight: 500;
}
.filter-category {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    background: #f1f0f5;
    border-radius: 10px;
    margin: 15px 0 25px;
}
button.btn.filter-btn.dropdown-toggle {
    width: 120px;
}
.sub-content .learn-more i {
    font-size: 12px;
}
.filter-category .filter-bar {
    background: #f8f9fb;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

/* Filter Button */
.filter-category .filter-bar {
    background: #f8f9fb;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    width: 100%;
}

/* Chips */
.filter-category .chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 5px 6px;
    border-radius: 6px;
    font-size: 14px;
    /* color: #333; */
    transition: 0.3s;
    font-weight: 500;
}

.filter-category .chip:hover {
    background: #eef2ff;
    border-color: var(--sky);
    color: var(--sky);
}

.filter-category .chip.active {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: #fff;
    border-color: var(--sky);
}

/* Sort Button */
.filter-category .sort-btn {
    background: transparent;
    border: none;
    font-weight: 500;
    color: #333;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
.filter-category .dropdown {
    border-right: 1px solid #ccc;
    margin-right: 5px;
}
.dropdown.Sort-drop-down {
    border: oldlace;
    width: 160px;
    /* font-size: 26px; */
    position:relative;
}

.dropdown.Sort-drop-down .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
}
.view-btn i {
    color: #456370;
    margin-right: 5px;
}

.content_page ul li a {
color: var(--sky);
    font-weight: 600;
    text-decoration: none;
}
.content_page p a {
color: var(--sky);
    font-weight: 600;
    text-decoration: none;
}
img.cart_img {
    max-height: 28px;
}
.catergoy-section .btn-danger {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    border: none;
    border-radius: 5px !important;
    height: 48px;
    line-height: 48px;
    padding: 0 30px !important;
    width: auto;
    font-weight: 600;
}

    .product-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-img img {
    max-height: 224px;
    object-fit: contain;
    min-height: 224px;
}

.product-content h2 {
  font-weight: 600;
  margin-top: 10px;
}

.product-content h2 span {
    font-weight: 400;
    opacity: .8;
}

.rating i {
  color: #f4b400;
}

.product-content h2 a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

.rating span {
  font-size: 14px;
  margin-left: 5px;
  color: #666;
}
.product-content p {
    margin: 0 0 11px;
    font-size: 14px;
}
.filter-section .product-content p {
    margin: 0 0 12px;
    margin: 0 0 12px;
    line-height: 1.6;
    max-height: 4.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.price h4 {
    font-weight: 500;
}
.price span {
  font-size: 14px;
  color: #777;
  margin-left: 5px;
}
.product-content p span {
    opacity: .6;
}

.view-btn {
    border-top: 1px solid #d5eafa;
    background: #ffffff;
    font-weight: 500;
    transition: 0.3s;
    padding: 20px 0 5px;
    display: flex;
    justify-content: space-between;
}



.best-seller {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px;
    border-radius: 12px 0 !important;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    font-weight: 500;
    display:none;
}

.discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: #fff;
    border-radius: 10px;
    width: 65px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.key-benefits-box.trust-bar-section.why-choose-us-cat {
    margin: 40px 0;
}



.sub-content .info-card {
    background: #f9fafb;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: 0.3s;
    padding: 25px !important;
}

.sub-content .info-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.sub-content .learn-more {
  color: #dc3545;
  font-weight: 500;
  text-decoration: none;
}

.sub-content .learn-more span {
  margin-left: 5px;
}

.sub-content .related-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sub-content .related-list .icon {
  width: 28px;
  height: 28px;
  background: #eef1f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.sub-content .related-list a {
    text-decoration: none;
    color: #0f1e4c;
    font-size: 18px;
}

.sub-content-box-rth {
    flex: 0 0 300px;
}
.sub-content .related-list a.active-link {
  color: #dc3545;
  font-weight: 500;
}
.sub-content-box {
    display: flex;
    gap: 20px;
}
.sub-content .learn-more {
    color: #dc3545;
    font-weight: 500;
    text-decoration: none;
    float: right;
    font-size: 18px;
}
.filter-section a.btn.view-btn {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    border: none;
    border-radius: 5px !important;
    height: 48px;
    line-height: 48px;
    padding: 0 30px !important;
    width: auto;
    font-weight: 600;
    justify-content: center;
    color: #fff;
}
.frTrustSection {
    background: #fff;
    margin: 40px 0;
    box-shadow: 0 0 10px #ccc;
}

.frTrustCard{
    gap:15px;
    padding:0;
    height:100%;
}

.frTrustCard::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:95px;
    background:#d9d9d9;
}

.frTrustSection .col-lg-4:last-child .frTrustCard::after{
    display:none;
}

.frTrustIcon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: #1b6ca8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frTrustIcon i{
    font-size:48px;
    color:#fff;
}

.frTrustContent h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
    line-height: 1.3;
}

.frTrustContent p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0;
}
.content_page h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
color: var(--sky);
}
.content_page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.content_page ul {
    margin: 0 0 25px;
    padding: 0;
}
.content_page ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 14px;
    list-style: none;
    padding-left: 24px;
    margin: 10px 0;
    background-position: 0 8px;
}
.disclaimer-box {
    background: #edf7ff;
    border-left: 5px solid var(--sky);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.disclaimer-box h3 {
  color: #d90429;
  font-size: 18px;
  margin-bottom: 10px;
}

.disclaimer-box p {
  margin-bottom: 8px;
  line-height: 1.6;
}


.doctor-profile {
    background: #f8fafc;
    padding: 30px;
    border-radius: 16px;
    max-width: 100%;
    margin: 30px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.doctor-profile h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1f2937;
}

/* Author Card */
.doctor-profile .blog_author {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fafc;
    padding: 0px;
    border-radius: 14px;
    transition: all 0.3s ease;
    border: 1px solid #f8fafc;
}

.doctor-profile .blog_author:hover {
    transform: translateY(-4px);
}

/* Image */
.doctor-profile .blog_author figure {
    margin: 0;
    flex-shrink: 0;
}

.doctor-profile .blog_author img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10%;
    border: 1px solid #edf7ff;
    box-shadow: 0 0 1px #ccc;
}
.author_dtls h3 i {
    font-size: 20px;
    margin-left: 8px;
    color: #000;
    opacity: .7;
}
/* Details */
.doctor-profile .author_dtls h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #111827;
}

.doctor-profile .author_dtls span {
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin: 6px 0 12px;
}

/* Button */
.doctor-profile .author_dtls .btn {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--sky);
    border: none;
    color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
}

.doctor-profile .author_dtls .btn:hover {
    background: #000;
}
.author_dtls a img {
    width: 32px !important;
    height: auto !important;
    margin-left: 20px;
}

/*-------------------------Product Page Styles----------------------------------*/

section.main-top-section {
    position: relative;
}

section.main-top-section {
    position: relative;
}
section.main-top-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #f8fafc;
    z-index: -1;
}
.main-top-section .card {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
    background: #fefefe;
    border-radius: 20px;
    box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 2px #ccc !important;
    padding: 0 !important;
}
.main-top-section .card img {
    width: auto;
    max-width: 100%;
    height: 405px;
    border-radius: 15px;
    object-fit: contain;
}

.key-benefits-box-bg {
    background: #f8fafc;
    padding-bottom: 50px;
}

   .main-top-section .product-img {
    width: auto;
    border-radius: 12px;
}

        .main-top-section .title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px
        }

.main-top-section .rating {
    color: #4e5a68;
    font-size: 15px;
    margin-bottom: 25px;
}

.main-top-section .trust-box {
    background: #f6f6f8;
    border-radius: 12px;
    padding: 1px 20px;
    margin-bottom: 25px !important;
}

.main-top-section .trust-box div {
    margin: 18px 0;
    font-size: 18px;
    color: #2f323c;
}

.main-top-section .trust-box div i {
    margin-right: 10px;
    color: #466774;
    font-size: 20px;
}
.main-prod-top-card h1 {
    margin-bottom: 15px;
    font-size: 42px;
}

.main-top-section .price {
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 10px
        }

.main-top-section .price-note {
    color: #2e7d32;
    font-size: 14px;
    margin-bottom: 20px !important;
    flex-direction: column;
    display: flex;
    padding-left: 135px;
    margin-top: -36px;
}
        
.product-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 20px 0 0;
}
.product-btn button {
    margin: 0 !important;
    border: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 10px #efeef2;
}
.variant--main {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.main-top-section .variant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid #cdcfd7;
    margin-bottom: 0px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0px 28px #d9dce2;
    background: #fff;
    flex: 0 0 32%;
    width: 32%;
    position: relative;
}

        .main-top-section .variant:hover {
            border-color: #c1121f;
            transform: translateY(-2px)
        }

.main-top-section .badge {
    background: #6f9795;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 8px;
    font-weight: 400;
    position: absolute;
    top: -9px;
    right: 0;
}
.variant-rht-arrow i {
    color: #bfc1c8;
}
.variant-rht-box .badge1 {
    background: #e83443;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 11px;
    font-weight: 400;
    background-image: linear-gradient(to bottom, #e35159, #c60f21);
    max-width: 88px !important;
    width: 100%;
    text-align: center;
}

.main-top-section .btn-primary {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

  .main-top-section .btn-secondary {
    border: 1px solid #dcdfe6;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    color: #d30827;
}

        .main-top-section .trust-strip {
            display: flex;
            justify-content: space-between;
            margin-top: 25px;
            background: #fff;
            padding: 18px;
            border-radius: 12px
        }

 

        .main-top-section .section h2 {
            margin-bottom: 20px
        }

        .main-top-section .grid {
            display: flex;
            gap: 20px
        }

        .main-top-section .grid .item {
            flex: 1;
            background: #fff;
            padding: 20px;
            border-radius: 12px;
            text-align: center
        }

        .main-top-section .doctor {
            display: flex;
            align-items: center;
            gap: 15px;
            background: #fff;
            padding: 20px;
            border-radius: 12px;
            margin-top: 30px
        }

        .main-top-section .doctor img {
            border-radius: 50%
        }
        
        
        .main-top-section .rating span {
    margin-right: 7px;
}
.main-top-section .rating span i {
    color: #ffca00;
}

.variant-lft {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: flex;
    gap: 10px;
}
.variant-rht-arrow {
    display: none;
}
.variant-rht-box-left label {
    display: block;
    text-decoration: line-through;
    text-align: right;
    opacity: .7;
    font-weight: 400;
}
.variant-rht-box-left {
    text-align: end;
}
.variant-rht-box-left span {
    font-size: 20px !important;
}
.variant-rht-box {
    display: flex;
    align-items: flex-start;
    flex: 0 0 60px;
}
.variant-rht {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
}
.best-value {
    font-weight: 400;
    font-size: 20px;
    display: none;
}
.variant-rht span {
    margin-left: 10px;
}

.main-top-section .price-note span i {
    color: #549170;
    margin-right: 4px;
}
.main-top-section .price-note span {
    font-size: 16px;
    margin-right: 14px;
    color: #3a4b4b;
    font-weight: 500;
}
.Secure-Checkout-prod-top label {
    margin-left: 10px;
}
.Secure-Checkout-prod-top label span {
    width: 50px;
    height: 25px;
    border: 1px solid #e4e4e9;
    background: #fff;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    line-height: 19px;
}
.Secure-Checkout-prod-top label span img {
    width: auto;
    max-height: 8px;
}
.strength-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.strength-box.active {
    background: var(--sky);
    color: #fff;
}

.strength-box {
    padding: 4px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}
.pills-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.option-box {
    flex: 1;
    border: 1px solid #d5eafa;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex: 0 0 31.5%;
    align-items: center;
}
.option-box.active {
    border: 2px solid var(--sky);
    background: var(--sky);
    color: #fff;
}

.offer_card_main {
    max-width: 100%;
    margin: auto;
    background: #edf7ff;
    border-radius: 25px;
    border: 1px solid #d5eafa;
    overflow: hidden;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
    margin: 20px 0 0;
}
.offer_card_main .offer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    gap: 10px;
}

.offer_card_main .offer-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}
.offer_card_main .gift-box {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b6aa5;
    flex: 0 0 60px;
    font-size: 30px;
    color: #fff;
}
.offer_card_main .gift-box img {
    width: 100%;
}
.offer_card_main .offer-right {
    max-width: 240px;
    padding: 20px;
    width: 100%;
    border-left: 2px dashed #d5eafa;
    position: relative;
}
.offer_card_main .offer-right h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
}
.offer_card_main .coupon-code {
    border: 2px dashed var(--sky);
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: var(--sky);
    border-radius: 8px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.offer_card_main .copy-btn {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 10px;
background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}
.offer_card_main .offer-bottom {
background: #edf7ff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #d5eafa;
}
.offer_card_main .feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    border-left: 1px solid #d5eafa;
    padding: 0 18px;
}
.offer_card_main .feature:first-child {
    border-left: 0;
    padding-left: 0;
}
.offer_card_main .offer-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.1;
}
.offer_card_main .offer-content h4 span {
    color: var(--sky);
    font-size: 22px;
}
.offer_card_main .offer-content {
    text-align: left;
}
.offer_card_main .offer-content p {
    font-size: 13px;
    /* color: #555; */
    margin-top: 0px;
    line-height: 18px;
    margin: 0;
}
.key-benefits {
    background: #f8fafc;
    padding: 0px 0 45px;
}
.key-benefits .section-title {
    font-size: 28px;
    font-weight: 600;
    color: #1e293b;
}

/* Wrapper */
.key-benefits .benefits-wrapper {
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px #e0e2eb;
    overflow: hidden;
    flex-wrap: wrap;
}

/* Each item */
.key-benefits .benefit-item {
    flex: 1;
    min-width: 250px;
    padding: 10px 15px;
    display: flex;
    gap: 15px;
    border-right: 1px solid #e5e7eb;
    align-items: flex-start;
    margin: 15px 0;
}

/* Icon */
.key-benefits .benefit-item .icon {
    width: auto;
    height: auto;
    background: transparent;
    color: var(--sky);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 5px 0 0;
}

/* Content */
.key-benefits .benefit-item h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
       color: #0f172a;
    line-height: 25px;
}

.key-benefits .benefit-item p {
    font-size: 14px;
    margin: 0;
}
.key-benefits .benefit-item p br{
    display:none;
}
.offer_card_main .feature i {
    color: var(--sky);
}
.content_page {
    padding: 30px 0 0;
}

.how-to-use {
    background: #f8fafc;
    padding: 0px 0 0px;
}

.how-to-use .use-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 20px;
    box-shadow: 0 0px 10px #dddee4;
    border: 0px solid #eef2f7;
    transition: 0.3s ease;
    gap: 15px;
}

.how-to-use .use-card p strong {
    font-weight: 500;
}

.how-to-use .use-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.how-to-use .icon-box {
  width: 45px;
  height: 45px;
  background: var(--sky);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.how-to-use .use-card p {
    font-size: 16px;
    line-height: 25px;
    color: #0f172a;
}
.how-to-use h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
.key-benefits h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.Secure-Checkout-prod-top label {
    margin-left: 10px;
}
.Secure-Checkout-prod-top label span img {
    width: auto;
    max-height: 8px;
}
.main-top-section .trust-box div > img {
    margin-right: 8px;
}
.Secure-Checkout-prod-top label span {
    width: 50px;
    height: 25px;
    border: 1px solid #e4e4e9;
    background: #fff;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    line-height: 19px;
}



/*-------------------------Product Page Styles----------------------------------*/

section.relative-prod {
    padding: 50px 0;
}

.relative-prod a.btn.view-btn {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    border: none;
    border-radius: 5px !important;
    height: 48px;
    line-height: 48px;
    padding: 0 30px !important;
    width: auto;
    font-weight: 600;
    justify-content: center;
    color: #fff;
}


/*-----------------------------------------------------------------------*/

/* Product Variation Design */
.product-cart-wrap .variations {
    width: 100%;
    margin: 15px 0 0 !important;
}

.product-cart-wrap .variations th.label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-cart-wrap .variations td.value {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Hide Dropdown */
.product-cart-wrap .variations select {
    display: none !important;
}

/* Variation Buttons */
.product-cart-wrap .variation-btn, .product-cart-wrap .strength-btn, .product-cart-wrap .sachets-btn {
    padding: 0px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.product-cart-wrap .variation-buttons, .product-cart-wrap .strength-buttons, .product-cart-wrap .sachets-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; margin:0 0 25px;
}
.product-cart-wrap .quantity {
    display: none !important;
}

.product-cart-wrap .variation-btn:hover,
.product-cart-wrap .variation-btn.active, .product-cart-wrap .strength-btn:hover,
.product-cart-wrap .strength-btn.active, .product-cart-wrap .sachets-btn:hover,
.product-cart-wrap .sachets-btn.active  {
    border-color: #fd7401;
    background: #fff7f1;
}
.product-cart-wrap span.woocommerce-Price-amount.amount bdi {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.product-cart-wrap .price span{
    font-size: 32px;
    color: #000000;
    margin-left: 5px;
}


.product-cart-wrap .variation-btn .qty, .product-cart-wrap .strength-btn .qty, .product-cart-wrap .sachets-btn .qty {
    display: inline-grid;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 50px;
    border: 0;
    border-radius: 0;
}

.product-cart-wrap .variation-btn .price , .product-cart-wrap .strength-btn .price, .product-cart-wrap .sachets-btn .price {
    display: block;
    font-size: 14px;
    color: #fd7401;
    margin-top: 5px;
}

/* Add To Cart Button */
.product-cart-wrap .single_add_to_cart_button {
    width: 100%;
    border-radius: 8px;
    padding: 12px !important;
    font-size: 16px;
    font-weight: 600;
    color:#fff !important;
}
a.reset_variations {
    display: none !important;
}


.breadcrumb-bg.breadcrumb-bg-new {
    background-image: url(../images/bnr/ed_main.jpg);
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}


section.breadcrumb-bg.breadcrumb-bg-new h1 {
    color: #fff;
    max-width: 650px;
    font-size: 35px;
    font-weight: 700;
}


section.breadcrumb-bg.breadcrumb-bg-new ol li {
    color: #fff;
}
section.breadcrumb-bg.breadcrumb-bg-new ol li a {
    color: #fff;
}

.page-content-wrapper.cms-page {
    padding: 0;
    background: transparent;
    box-shadow: none;
    padding: 50px 0;
}
.page-content-wrapper.cms-page p {
    margin: 0 0 25px !important;
}

.page-content-wrapper.cms-page h2 {
    font-size: 24px;
    margin: 0 0 5px;
    color: #1b6ca8;
}
.page-content-wrapper.cms-page h3 {
    font-size: 20px;
    margin: 0 0 5px;
}
.page-content-wrapper.cms-page ul {
    margin: 0 0 25px;
}
.page-content-wrapper.cms-page ul li {
    margin: 13px 0;
}


    .symptoms-section {
    padding: 40px 0 0;
}

.symptoms-section .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Left Content */
.symptoms-section .text-content {
    flex: 1;
    max-width: 600px;
}

.symptoms-section .breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 15px;
}

.symptoms-section .breadcrumb a {
    text-decoration: none;
    color: #6b7280;
    font-weight: 500;
}

.symptoms-section .breadcrumb .active {
    color: #1b6ca8;
    font-weight: 600;
}

.symptoms-section .breadcrumb span {
    color: #999;
}

.symptoms-section .text-content h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
    color: #0b1320;
    margin-bottom: 15px;
}

.symptoms-section .text-content h1 span {
    color: #1b6ca8;
}

.symptoms-section .description {
    font-size: 18px;
    line-height: 28px;
    /* color: #4b5563; */
    margin-bottom: 30px;
}

/* Info Box */
.symptoms-section .info-box
 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e5f2fb;
    border-radius: 20px;
    background: #f8fcff;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.03);
}

.symptoms-section .icon {
    font-size: 34px;
    color: #e30613;
}

.symptoms-section .info-text {
    font-size: 16px;
    line-height: 28px;
    color: #374151;
}
.symptoms-section .icon i {
    font-size: 40px;
}

.symptoms-section .info-text strong {
    color: #1b6ca8;
}

/* Right Image */
.symptoms-section .image-content {
    flex: 1;
    position: relative;
}

.symptoms-section .image-content img {
    width: 100%;
    border-radius: 30px;
    display: block;
    object-fit: cover;
}

/* Stat Card */
.symptoms-section .stat-card {
    position: absolute;
    bottom: 10px;
    right: 24px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    max-width: 290px;
}

.symptoms-section .stat-icon{
    font-size: 42px;
    color: #1b6ca8;
}

.symptoms-section .stat-text h3 {
    font-size: 22px;
    color: #111827;
    margin-bottom: 2px;
    font-weight: 600;
}

.symptoms-section .stat-text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

/*---------------------------------------------------------------------*/

.symptoms-cards {
    padding: 50px 0;
}

.symptoms-cards .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.symptoms-cards .symptom-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);

}

.symptoms-cards .symptom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.symptoms-cards .icon-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #f8fcff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symptoms-cards .icon-box i {
    font-size: 25px;
    color: #1b6ca8;
}

.symptoms-cards .card-content h3 {
    font-size: 20px;
    line-height: 24px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 7px;
}

.symptoms-cards .card-content h3 a {
    color: #000;
    text-decoration: none;
}
.symptoms-section .text-content h2 {
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
    color: #1b6ca8;
}

.symptoms-cards .card-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.symptoms-heading {
    margin: 0 auto;
    padding: 0 15px;
}
.symptoms-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0b1320;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -1px;
    text-align: center;
}

.heading-line {
    display: block;
    width: 90px;
    height: 4px;
    background: #1b6ca8;
    border-radius: 10px;
    margin: 0 auto 22px;
}



.consult-section {
    padding: 50px 0 0;
    background: #ffffff;
}

.consult-section .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.consult-section .consult-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr 1fr;
    align-items: center;
    gap: 35px;
    background: #f8fcff;
    border: 1px solid #e5f2fb;
    border-radius: 24px;
    padding: 28px;
}

/* Image */
.consult-section .consult-image img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* Middle Content */
.consult-section .consult-content
 {
    padding: 0 20px 0 0;
    border-right: 1px solid #e5f2fb;
}

.consult-section .consult-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.consult-section .title-line {
    width: 45px;
    height: 4px;
    background: #1b6ca8;
    display: block;
    border-radius: 10px;
    margin-bottom: 24px;
}

.consult-section .consult-content p {
    font-size: 16px;
    line-height: 28px;
}

/* Checklist */
.consult-section .consult-checklist ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.consult-section .consult-checklist ul li {
    font-size: 16px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.consult-section .consult-checklist ul li i {
    color: #e30613;
    font-size: 22px;
}

/* Button */
.consult-section .consult-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1a669f, #122d53);
    color: #fff;
    text-decoration: none;
    padding: 12px 34px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;

}

.consult-section .consult-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(227, 6, 19, 0.35);
}

.consult-section .consult-btn i {
    font-size: 20px;
}



.risk-factors {
    background: #ffffff;
    padding: 0 0 30px;
}

.risk-factors .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.risk-factors .risk-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 0;
    background: #fff;
}

.risk-factors .risk-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px 15px;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
}

.risk-factors .risk-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #e5f2fb;
}

.risk-factors .risk-item:hover {
    background: #fff6f7;
}

.risk-factors .risk-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.risk-factors .risk-icon i
 {
    font-size: 20px;
    color: #1b6ca8;
    transition: 0.3s ease;
}

.risk-factors .risk-item span {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    line-height: 18px;
}

.risk-factors .risk-item:hover .risk-icon i {
    transform: scale(1.1);
}


.cta-banner {
    padding: 35px 0;
    background: #ffffff;
}

.cta-banner .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.cta-banner .cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #f8fcff;
    border: 1px solid #e5f2fb;
    border-radius: 20px;
    padding: 18px 30px;
 
}

/* Left Content */
.cta-banner .cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-banner .cta-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner .cta-icon i
 {
    font-size: 34px;
    color: #196199;
}

.cta-banner .cta-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1b6ca8;
    margin-bottom: 4px;
    line-height: 1.2;
}

.cta-banner .cta-content p {
    font-size: 16px;
    color: #374151;
    /* line-height: 1.6; */
    margin: 0;
}

/* Button */
.cta-banner .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
   background: linear-gradient(135deg, #1a669f, #122d53);
    color: #fff;
    text-decoration: none;
    padding: 12px 36px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.3s ease;

}

.cta-banner .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(227, 6, 19, 0.35);
}

.cta-banner .cta-btn i {
    font-size: 16px;
}
.symptoms-heading p {
    text-align: center;
}
.product-card.position-relative .product-content {
    padding: 0;
}
.product-gallery-wrap .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
}
section.custom-breadcrumb-bg {
    background: #14355d;
    padding: 10px 0;
    width: 100%;
    float: left;
}
section.custom-breadcrumb-bg .custom-breadcrumb-wrap {
    margin-bottom: 0px;
}


.contact_form {
  background: #ffffff;
  padding: 30px 30px 10px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact_form h1 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #1b6ca8;
  font-weight: 600;
}

/* Form list */
.contact_form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_form ul li {
  margin-bottom: 15px;
}

/* Labels */
.contact_form label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}

/* Inputs */
.contact_form .form-control {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: 0.3s;
}

.contact_form .form-control:focus {
  border-color: #1b6ca8;
  box-shadow: 0 0 0 3px rgba(209,0,44,0.1);
  outline: none;
}

/* Button */
.contact_form .sbmt_btn {
 background: linear-gradient(135deg, var(--sky), var(--navy-mid));
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact_form .sbmt_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(209,0,44,0.3);
}

/* Right Side */
.contact_form .h3 {
  margin-bottom: 15px;
  color: #1b6ca8;
  font-weight: 600;
}

/* Contact Area Box */
.contact_area {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Address list */
.contact_area .address_area {
  list-style: none;
  padding: 0;
}

.contact_area .address_area li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  align-items: flex-start;
}

/* Icons */
.contact_area .address_area figure {
    width: 45px;
    height: 45px;
    background: rgb(249 253 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact_area .address_area i {
  color: #1b6ca8;
  font-size: 18px;
}

/* Details */
.contact_area .address_area .details h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.contact_area .address_area .details p {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

/* Confidential text */
.contact_area .address_area p strong {
  display: block;
  margin-top: 15px;
  color: #222;
}
.contact_form h3{
        margin-bottom: 20px;
    font-size: 24px;
    color: #1b6ca8;
    font-weight: 600;
}
.contact_area h3 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.contact_area .contact_area_head {
    margin-bottom: 20px;
    font-size: 28px;
    color: #1b6ca8;
    font-weight: 600;
}

.content_page.contact-page h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.contact-form-list li p br {
    display: none;
}
ul.contact-form-list label {
    font-weight: 600;
}
ul.contact-form-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
ul.contact-form-list li {
    flex: 0 0 48%;
    margin: 0;
}
ul.contact-form-list li:nth-child(5){
      flex: 0 0 100%; 
}
ul.contact-form-list li:nth-child(6){
      flex: 0 0 100%; 
}
ul.contact-form-list li:nth-child(7){
      flex: 0 0 100%; 
}
ul.contact-form-list textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100px;
}
ul.contact-form-list li p {
    margin: 0;
}

.breadcrumb-bg.breadcrumb-bg-new.contact__bg{
    background-image: url(https://kamagrafrance.com/wp-content/uploads/2026/06/contact-us.jpg);
}
.faq-product-section .accordion-body {
    font-size: 16px;
    color: #1A1A2E;
    padding-top: 0;
}
.faq-product-section {
    padding: 20px 0 40px;
}
section.single-product-main .product-gallery-wrap {
    padding: 0;
}
section.single-product-main .woocommerce-product-gallery__wrapper img {
    border-radius: 30px;
    margin-bottom: 15px; max-height:490px; object-fit:contain;
}
section.single-product-main .product-gallery-wrap {
    padding: 0;
    background: transparent;
    box-shadow: unset;
}
section.single-product-main .offer_card_main .offer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    gap: 10px;
}

section.single-product-main .offer_card_main .offer-bottom {
    padding: 15px 5px;
}
section.single-product-main .offer_card_main .feature {
    gap: 5px;
  
}
section.single-product-main .offer-right {
    max-width: 190px;
    padding:15px;
}
section.single-product-main .offer_card_main .gift-box {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}
.Notre-pharmacie-padd {
    padding-left: 40px;
}
.dysfonction-erectile-padd-l {
    padding-left: 40px;
}



/* =====================================================
PREMIUM CART PAGE
===================================================== */

.premium-cart-page{
    background:#f8fbff;
}

/* Layout */

.woocommerce-cart .woocommerce{
    display:flex;
    gap:40px;
    align-items:flex-start;
    flex-wrap:wrap;
}

/* Left Area */

.woocommerce-cart-form{
    flex:1;
    background:#fff;
    border-radius:28px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
}

/* Right Area */

.cart-collaterals{
    width:420px;
}

.cart_totals{
    width:100% !important;
    background:#fff;
    border-radius:28px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:sticky;
    top:120px;
}

/* Hide Table Borders */

.shop_table{
    border:none !important;
}

.shop_table th,
.shop_table td{
    border:none !important;
    background:none !important;
}

/* Product Row */

.shop_table tbody tr{
    border-bottom:1px solid #eef2f7;
}

/* Product Image */

.product-thumbnail img{
    width:90px !important;
    border-radius:18px; height:auto;
    background:#f8fbff;
    padding:10px;
}

/* Product Name */

.product-name a{
    font-size:22px;
    font-weight:700;
    color:#0f172a;
    text-decoration:none;
}

/* Variation */

.variation{
    margin-top:0px;
}

.variation dt,
.variation dd{
    font-size:14px;
    color:#64748b; margin:0;
}
.variation dd p{ margin:0}

/* Price */

.product-price,
.product-subtotal{
    font-size:22px;
    font-weight:800;
    color:#0f172a;
}

/* Quantity */

.quantity{
    display:flex;
    align-items:center;
    width:140px;
    height:54px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #dbe4f0;
    background:#f8fbff;
}

.quantity button{
    width:40px;
    height:54px;
    border:none;
    background:none;
    font-size:22px;
    font-weight:700;
    color:#0f172a;
}

.quantity input{
    border:none !important;
    background:none !important;
    text-align:center;
    font-size:18px;
    font-weight:700;
}

/* Remove */

.product-remove a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff1f2;
    display:flex !important;
    align-items:center;
    justify-content:center;
    color:#ef4444 !important;
    transition:.3s;
}

.product-remove a:hover{
    background:#ef4444;
    color:#fff !important;
}

/* Totals */

.cart_totals h2{
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
}

/* Total Amount */

.order-total td{
    font-size:34px;
    font-weight:800;
    color:#0f172a;
}

/* Checkout Button */

.checkout-button{
    width:100%;
    height:60px;
    border-radius:18px !important;
        background: linear-gradient(135deg, var(--sky), var(--navy-mid)) !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    transition:.3s;
    box-shadow:0 12px 30px rgba(37,99,235,.25);
}

.checkout-button:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

/* Coupon */

.coupon{
    margin-top:20px;
}

.coupon input{
    height:52px;
    border-radius:14px;
    border:1px solid #dbe4f0;
    padding:0 18px;
}

/* Secure Badge */

.cart-secure-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.cart-banner-text{
    color:#dbeafe;
    margin-top:15px;
    font-size:17px;
}

/* Trust Box */

.cart-trust-box{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid #eef2f7;
}

.cart-trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#334155;
}

.cart-trust-item i{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#eff6ff;
    color:#1a67a2;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Hide Coupon Toggle */

.woocommerce-form-coupon-toggle{
    display:none;
}

/* Mobile */

@media(max-width:991px){



    .cart-collaterals{
        width:100%;
    }

    .cart_totals{
        position:relative;
        top:0;
    }

}

@media(max-width:767px){

    .woocommerce-cart-form,
    .cart_totals{
        padding:22px;
        border-radius:22px;
    }

    .product-name a{
        font-size:18px;
    }

    .order-total td{
        font-size:28px;
    }

}

/* =========================================
CART PAGE FINAL ORGANIZATION
========================================= */

/* Better overall spacing */

.shop_table.cart{
    margin:0;
}

/* Header alignment */

.shop_table thead th{
    font-size:16px;
    font-weight:700;
    color:#0f172a;
    padding-bottom:0px !important;
}

/* Product row spacing */

.shop_table.cart tbody tr.cart_item td{
    vertical-align:middle;
    padding-top:30px !important;
    padding-bottom:30px !important;
}

/* Remove icon spacing */

.product-remove{
    width:70px;
    text-align:center;
}

/* Product image area */

.product-thumbnail{
    width:130px;
}

/* Product details */

.product-name{
    width:40%;
}

/* Product title */

.product-name a{
    display:block;
    margin-bottom:14px;
    line-height:1.3;
}



/* Better price alignment */

.product-price,
.product-subtotal{
    text-align:center;
    min-width:140px;
}

/* Quantity alignment */

.product-quantity{
    min-width:150px;
    text-align:center;
}

/* Quantity box center */

.quantity{
    margin:auto;
}

/* Coupon + update area */

.actions{
    padding-top:0px !important;
}

/* Better coupon layout */

.coupon{
    display:flex;
    gap:16px;
    align-items:center;
    flex-wrap:wrap; width:auto; float:left; margin:10px 0;
}

/* Coupon field */

.coupon input{
    width:260px !important;
    background:#f8fbff;
}

/* Coupon button */

.coupon button{
    height:52px;
    padding:0 24px !important;
    border-radius:14px !important;
    border:none !important;
    background:#0f172a !important;
    color:#fff !important;
    font-weight:700 !important;
}

/* Update button */

button[name="update_cart"]{
    height:52px;
    padding:0 24px !important;
    border-radius:14px !important;
    border:none !important;
    background:#1a67a2 !important;
    color:#fff !important;
    font-weight:700 !important; width:auto; float:right; margin:10px 0;
}

/* Summary rows */

.cart_totals table tr{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid #eef2f7;
}

/* Shipping text */

.shipping td{
    text-align:right;
    max-width:220px;
    font-size:14px;
    color:#475569;
}

/* Total section */

.order-total th{
    font-size:22px;
    font-weight:800;
}

.order-total td{
    font-size:42px;
    line-height:1;
}

/* Checkout spacing */

.wc-proceed-to-checkout{
    padding-top:25px !important;
    padding-bottom:10px !important;
}

/* Trust section spacing */

.cart-trust-box{
    margin-top:20px;
}

/* Better trust icons */

.cart-trust-item{
    padding:10px 0;
}

/* Hover effect */

.cart-trust-item i{
    transition:.3s ease;
}

.cart-trust-item:hover i{
    transform:translateY(-2px);
    background:#1a67a2;
    color:#fff;
}

/* Better mobile structure */

@media(max-width:991px){

    .shop_table.cart tbody tr.cart_item{
        display:flex;
        flex-wrap:wrap;
    }

    .product-name{
        width:auto;
    }

}

/* Mobile cleanup */

@media(max-width:767px){

    .shop_table thead{
        display:none;
    }

    .shop_table.cart tbody tr.cart_item{
        display:block;
        position:relative;
    }

    .product-remove{
        position:absolute;
        top:15px;
        right:0;
    }

    .product-thumbnail{
        width:100%;
        margin-bottom:20px;
    }

    .product-price,
    .product-quantity,
    .product-subtotal{
        text-align:left;
        margin-top:20px;
    }

    .coupon{
        flex-direction:column;
        align-items:stretch;
    }

    .coupon input,
    .coupon button,
    button[name="update_cart"]{
        width:100% !important;
    }

}

/* =========================================
PREMIUM CHECKOUT PAGE
========================================= */

.premium-checkout-page{
    background:#f8fbff;
}

/* Layout */

.woocommerce-checkout .woocommerce{
    display:grid;
    gap:40px;
    align-items:start;
}

/* Left Checkout Form */

.woocommerce-checkout form.checkout{
}

/* Right Summary */

#order_review{
    background:#fff;
    border-radius:30px;
    padding:35px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:sticky;
    top:120px;
}

/* Headings */

.woocommerce-checkout h3{
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
    color:#0f172a;
}

/* Labels */

.woocommerce-checkout label{
    font-size:15px;
    font-weight:700;
    color:#334155;
    margin-bottom:10px;
}

/* Inputs */

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea{
    height:auto;
    border-radius:16px !important;
    border:1px solid #dbe4f0 !important;
    background:#f8fbff !important;
    padding:0 18px !important;
    font-size:15px;
    transition:.3s ease;
}

/* Textarea */

.woocommerce-checkout textarea{
    height:140px !important;
    padding-top:18px !important;
}

/* Focus */

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus{
    border-color:#1a67a2 !important;
    background:#fff !important;
    box-shadow:0 0 0 4px rgba(37,99,235,.08);
}
.wc_payment_methods{ padding:0; list-style:none;}
.wc_payment_method label{ margin:0 !important}

/* Order Summary Table */

.shop_table{
    border:none !important;
}

.shop_table th,
.shop_table td{
    border:none !important;
    background:none !important;
    padding:16px 0 !important;
}

/* Product Rows */

.cart_item{
    border-bottom:1px solid #eef2f7;
}

/* Total */

.order-total td{
    font-size:36px;
    font-weight:800;
    color:#0f172a;
}

/* Payment Box */

.wc_payment_methods{
    margin-top:25px !important;
}

.wc_payment_method{
    background:#f8fbff;
    border-radius:18px;
    padding:18px;
    margin-bottom:15px;
    border:1px solid #e7edf5;
}

.empty-cart-actions a{
    color:#fff !important;
}
/* Place Order Button */
.faq-product-section h2{
    margin-bottom:16px !important;
}
#place_order{
    width:100%;
    height:62px;
    border:none !important;
    border-radius:18px !important;
   background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    box-shadow:0 14px 30px rgba(37,99,235,.25);
    transition:.3s ease;
}

#place_order:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

/* Privacy */

.woocommerce-privacy-policy-text{
    margin-top:20px;
    font-size:14px;
    color:#64748b;
}

/* Mobile */

@media(max-width:991px){

    .woocommerce-checkout .woocommerce{
        grid-template-columns:1fr;
    }

    #order_review{
        position:relative;
        top:0;
    }

}

@media(max-width:767px){

    .woocommerce-checkout form.checkout,
    #order_review{
        padding:22px;
        border-radius:22px;
    }

}

/* =========================================
FINAL CHECKOUT LAYOUT FIX
========================================= */

/* Main Checkout Form Layout */

form.checkout.woocommerce-checkout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 420px;
    gap:40px;
    align-items:start;
}

/* Left Column */

.col2-set {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #e7edf5;
    box-shadow: 0 10px 40px rgba(15, 23, 42, .05);
}

/* Right Column */

#order_review_heading{
    display:none;
}

#order_review {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #e7edf5;
    box-shadow: 0 10px 40px rgba(15, 23, 42, .05);
    position: sticky;
    top: 120px;
}

/* Billing Heading */

.woocommerce-billing-fields h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f172a;
}

/* Inputs */

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea{
    width:100%;
    height:50px;
    border-radius:16px !important;
    border:1px solid #dbe4f0 !important;
    background:#f8fbff !important;
    padding:0 18px !important;
    font-size:15px;
    transition:.3s ease;
}
.select2-container--default .select2-selection--single{ height:50px; padding:12px 0 0 10px; font-size:15px;     border-radius:16px !important;
    border:1px solid #dbe4f0 !important; background:#f8fbff !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow{ top:12px; right:10px;}
/* Textarea */
.ship-to-different-address label input{ height:auto;}
.woocommerce-checkout textarea{
    height:140px !important;
    padding-top:18px !important;
}

/* Focus */

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus{
    border-color:#1a67a2 !important;
    background:#fff !important;
    box-shadow:0 0 0 4px rgba(37,99,235,.08);
}

/* Labels */

.woocommerce-checkout label{
    font-size:15px;
    font-weight:700;
    color:#334155;
    margin-bottom:10px;
}

/* Field Spacing */

.woocommerce-checkout .form-row{
    margin-bottom:15px !important; flex:0 0 48%;
}

/* Order Summary Title */

#order_review:before {
    content: "Récapitulatif de la commande";
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

/* Order Table */

.woocommerce-checkout-review-order-table {
    border: none !important;
    width: 100%;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    border:none !important;
    background:none !important;
    padding:6px 0 !important;
}
ul.woocommerce-shipping-methods{ margin:0; padding:0; list-style:none; text-align:left}

/* Product Row */

.cart_item{
    border-bottom:1px solid #eef2f7;
}

/* Total */

.order-total td{
    font-size:40px;
    font-weight:800;
    color:#0f172a;
}

/* Payment Methods */

.wc_payment_methods{
    margin-top:30px !important;
}

.wc_payment_method{
    background:#f8fbff;
    border:1px solid #e7edf5;
    border-radius:18px;
    padding:18px;
    margin-bottom:16px;
}

/* Payment Text */

.payment_box{
    background:#fff !important;
    border-radius:14px;
    margin-top:14px !important;
}

/* Place Order Button */

#place_order{
    width:100%;
    height:62px;
    border:none !important;
    border-radius:18px !important;
       background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    color:#fff !important;
    font-size:18px !important;
    font-weight:700 !important;
    box-shadow:0 14px 30px rgba(37,99,235,.25);
    transition:.3s ease;
}

#place_order:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

/* Privacy Text */

.woocommerce-privacy-policy-text{
    font-size:14px;
    color:#64748b;
    margin-top:18px;
}

/* Coupon */

.woocommerce-form-coupon-toggle{
    margin-bottom:30px;
}

.checkout_coupon{
    background:#fff;
    border-radius:24px;
    padding:25px;
    margin-bottom:30px !important;
    border:1px solid #e7edf5;
}

/* Mobile */

@media(max-width:991px){

    form.checkout.woocommerce-checkout{
        grid-template-columns:1fr;
    }

    #order_review{
        position:relative;
        top:0;
    }

}

@media(max-width:767px){
	.woocommerce-checkout .form-row{ flex:0 0 100%}
    .col2-set,
    #order_review{
        padding:22px;
        border-radius:22px;
    }

    .woocommerce-billing-fields h3{
        font-size:30px;
    }

}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2{ width:100%;}
.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper{ display:flex; flex-flow:row wrap; justify-content:space-between; width:100%;}

/* =========================================
PREMIUM THANK YOU PAGE
========================================= */

.woocommerce-order{
    max-width:1100px;
    margin:auto;
}

/* Main Success Box */

.woocommerce-order{
    background:#fff;
    border-radius:32px;
    padding:50px;
    border:1px solid #e7edf5;
    box-shadow:0 10px 40px rgba(15,23,42,.05);
    position:relative;
    overflow:hidden;
}

/* Glow Effect */

.woocommerce-order:before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:260px;
    height:260px;
    background:rgba(37,99,235,.05);
    border-radius:50%;
}

/* Thank You Title */

.woocommerce-order h2:first-child,
.woocommerce-order h1{
    font-size:52px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:18px;
    line-height:1.1;
}

/* Order Number */

.woocommerce-order p{
    font-size:17px;
    color:#475569;
    line-height:1.8;
}

/* Success Notice */

.woocommerce-thankyou-order-received{
    background:#eff6ff;
    border:1px solid #bfdbfe;
    padding:18px 24px;
    border-radius:18px;
    color:#1b69a4;
    font-weight:700;
    margin-bottom:35px;
}

/* Section Titles */

.woocommerce-order h2{
    font-size:34px;
    font-weight:800;
    color:#0f172a;
    margin-top:45px;
    margin-bottom:25px;
}

/* Tables */

.woocommerce-order table{
    border:none !important;
    margin-top:20px;
}

.woocommerce-order table th,
.woocommerce-order table td{
    border:none !important;
    padding:18px 20px !important;
    background:none !important;
}

/* Table Rows */

.woocommerce-order table tbody tr{
    border-bottom:1px solid #eef2f7;
}

/* Product Name */

.product-name{
    font-weight:700;
    color:#0f172a;
}

/* Total */

.order-total td,
.order-total th{
    font-size:24px;
    font-weight:800;
    color:#0f172a;
}

/* Bank Transfer Box */

.wc-bacs-bank-details{
    background:#f8fbff;
    border-radius:24px;
    padding:30px;
    margin-top:30px;
    border:1px solid #dbeafe;
}

/* Bank Details Title */

.wc-bacs-bank-details-heading{
    font-size:28px;
    font-weight:800;
    margin-bottom:20px;
    color:#0f172a;
}

/* Important Text */

.woocommerce-order strong{
    color:#0f172a;
}

/* Red Alert Text */

.woocommerce-order p strong{
    color:#dc2626;
}

/* Support Box */

.customer-support-box{
    margin-top:40px;
    background:#f8fbff;
    border-radius:24px;
    padding:28px;
    border:1px solid #e7edf5;
}

/* Support Heading */

.customer-support-box h3{
    font-size:26px;
    font-weight:800;
    margin-bottom:14px;
    color:#0f172a;
}

/* Trust Badges */

.order-trust-strip{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:40px;
}

.order-trust-item{
    background:#f8fbff;
    border:1px solid #e7edf5;
    border-radius:50px;
    padding:12px 18px;
    font-size:14px;
    font-weight:700;
    color:#334155;
    display:flex;
    align-items:center;
    gap:10px;
}

.order-trust-item i{
    color:#1a67a2;
}
.page-content-section .woocommerce-notices-wrapper {
    flex: 0 0 100%;
}
.page-content-section .quantity input {
    width: 100%;
}
.page-content-section .woocommerce-cart-form {
    padding: 20px;
}
.page-content-section .cart_totals {
    padding: 20px;
}
.woocommerce-checkout .woocommerce {
    display: grid;
    gap: 0px;
    align-items: start;
}
td.product-total {
    text-align: end;
}
th.product-total {
    text-align: end;
}

.shop-page-main .product-image img, .relative-prod .product-image img{
    width: auto;
    max-height: 200px;
    max-width: 100%;
    text-align: center;
    margin: auto;     mix-blend-mode: darken; min-height:200px; width:100%; object-fit:contain;
}
.shop-page-main .product-image, .relative-prod .product-image {
text-align: center;
    padding: 0px;
}
.shop-page-main .product-content, .product-card.position-relative .product-content {
    padding: 20px 0 5px;
}
.shop-page-main .product-badge {
    padding: 5px 14px;
    font-size: 12px;
}
.shop-page-main .product-content h3, .relative-prod .product-content h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
}
.shop-page-main .product-short-desc, .relative-prod  .product-short-desc {
    font-size: 15px;
    line-height: 24px;
    color: #64748b;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-page-main .product-trust {
    display: grid;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.shop-page-main .product-cart-btn a {
    width: 100% !important;
    display: inline-block;
    padding: 8px 0 !important;
    text-align: center;
}
.shop-page-main .product-price {

    margin-bottom: 12px;
}

/* Mobile */

@media(max-width:767px){

    .woocommerce-order{
        padding:28px;
        border-radius:24px;
    }

    .woocommerce-order h1,
    .woocommerce-order h2:first-child{
        font-size:38px;
    }

    .woocommerce-order h2{
        font-size:28px;
    }

}


/* =========================================
SHOP SEO SECTION
========================================= */



.blog_home{ width:100%; padding:50px 0; background: #f7faff;}

.blog_home ul.blog_list{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin:30px 0;
    padding:0;
}

.blog_home ul.blog_list li{
    flex:0 0 calc(33.333% - 20px);
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,.06);
    transition:.3s ease;
    margin:0;
    text-align:left;
}

.blog_home ul.blog_list li:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.blog_home ul.blog_list li a{
    display:block;
    text-decoration:none;
    color:inherit;
}

.blog_home ul.blog_list li figure{
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    margin:0;
    position:relative;
}

.blog_home ul.blog_list li figure img{
    width:100%;
    height:100%;
    object-fit:cover; object-position:right;
    transition:.4s ease;
}

.blog_home ul.blog_list li:hover figure img{
    transform:scale(1.08);
}

.blog_home ul.blog_list li .dtls_more{
    padding:24px;
}

.blog_home ul.blog_list li label{
    display:block;
    font-size:14px;
    font-weight:500;
    color:#6c757d;
    margin:0 0 12px;
    line-height:1;
}

.blog_home ul.blog_list li h4{
    font-size:21px;
    line-height:1.4;
    font-weight:700;
    color:#1f2937;
    margin:0;
    transition:.3s ease;
}

.blog_home ul.blog_list li:hover h4{
    color:#1b6ca8;
}

.blog_home ul.blog_list li p{
    margin:15px 0 0;
    font-size:15px;
    line-height:1.7;
    color:#6b7280;
}

.blog_home ul.blog_list li .blog-meta{
    margin-top:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:13px;
    color:#8a8a8a;
}

.blog_home ul.blog_list li .blog-category{
    display:inline-block;
    background:#e8f3fb;
    color:#1b6ca8;
    font-size:12px;
    font-weight:600;
    padding:6px 12px;
    border-radius:30px;
    margin-bottom:15px;
}
.blog-cta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:20px;
    color:#1b6ca8;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.blog-post:hover .blog-cta{
    gap:12px;
}

@media(max-width:991px){

.blog_home ul.blog_list li{
    flex:0 0 calc(50% - 15px);
}

}

@media(max-width:767px){

.blog_home ul.blog_list{
    gap:20px;
}

.blog_home ul.blog_list li{
    flex:0 0 100%;
}

.blog_home ul.blog_list li .dtls_more{
    padding:20px;
}

.blog_home ul.blog_list li h4{
    font-size:20px;
}

}


.blog_bnr{ padding:25px 0; }
.top_banner.blog_bnr figure img{ max-height:480px; }
.blog_dtls p img{ width:100%; height:auto; border-radius:40px; }

.blog_dtls{ width:100%;padding: 50px 0;}
.side_nav{ width:100%; float: left; position: sticky; top: 100px; max-height: 100vh;  z-index: 5    }
.side_nav h3{ color:var(--primary-color); font-size:24px; font-weight:600; margin:0 0 15px; }
.toc_link_area{width:100%; float: left;background: #f4f4f8; padding: 20px; border-radius: 20px; margin: 0 0 25px}

.share_blog{  margin: 0px 0; display:flex; }
.share_blog  a{ color:#000; margin:5px  }

.blog_content{ padding-left:0px; }
.blog_content h2{ font-size:28px; margin:40px 0 10px; }
.blog_content h3{ font-size:20px; font-weight: 600; color:#1a639c; margin:20px 0 10px; }
.blog_content p { font-size:16px; line-height:28px;margin-bottom:25px;}
.blog_content p a{ color:#1a639c; font-weight:600; }
.blog_content .imp_info { width: 100%; float: left;  background: #f4f4f8;  padding: 20px 20px 20px;  border-left: solid 5px var(--secondary-color);   margin: 30px 0 30px;
}
.blog_content .imp_info p{ font-size:18px !important; line-height:30px !important; font-style:italic; margin:0 0 5px; }
.blog_content .imp_info h2{ margin-top:0; }
.blog_content .imp_info ul{ margin:0}
.blog_content ul.read_by {
    width: 100%;
    display: flex;
    flex-flow: row;
    margin: 0 0 2px;
    padding: 0;

    text-align: center;
}
.blog_content ul.read_by li{ font-weight:600; margin:0 15px 0 0; position:relative; padding:0 0 0 25px; max-width:33%; display:flex; align-items:center; }
.blog_content ul.read_by li i{ color:#000; margin:0 5px 0 0; font-size:16px; }

.blog_content ul { margin:0 0 25px; list-style:none; padding:0 }
.blog_content ul li{ width:100%; position:relative; padding:0 0 0 25px; font-size:16px; line-height:27px; margin:8px 0; }
.blog_content ul li::before{    content: "\f26a"; position: absolute; font-family: 'bootstrap-icons' !important; left: 0; color: #1a639c; font-weight: normal;}

.blog_content figure img {
    max-width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.cta_blog_page{ background:var(--primary-color); padding:15px 20px; color:#fff; margin:30px 0; display:flex; flex-flow:row; align-items:center; justify-content:space-between; }
.cta_blog_page label{ display:flex; font-size:28px; line-height:28px; font-weight:600; color:#fff; margin:0; align-items:center; }
.cta_blog_page label img{ margin-right:10px; }
.cta_blog_page p{ width: auto; font-size:20px; padding:0 20px; margin:0; line-height:30px; flex:0 0 52%; }
.cta_blog_page .btn_area{ flex:0 0 190px; }

.cta_blog_2{ background:#6ef2f2; padding:15px 20px; color:#000; margin:30px 0; display:flex; flex-flow:row; align-items:center; justify-content:space-between; }
.cta_blog_2 label{display:flex; font-size:28px; line-height:28px; font-weight:600; color:#000; margin:0; align-items:center; padding-right:50px; }
.cta_blog_2 label img{ margin-right:10px; max-height:90px; width:auto; }
.cta_blog_2 p{ width: auto; font-size:20px; padding:0 20px; margin:0; line-height:30px; flex:0 0 50%; }
.cta_blog_2 .btn_area{ flex:0 0 200px; }


.padd_100{ padding-bottom:50px; }

.top_doctor .author_dtls span{ width:100%; }

.toc{ margin: 0; }
.toc li { padding: 0px 10px;  line-height: 1.2; }
.toc li a { font-size: 15px; font-weight: 500;  display: block!important; color: #000;  cursor: pointer;  padding: 0px 0px; transition: all 0.4s ease;  }
.toc li:before{ position: absolute; left: 0px;}
.toc ul li { margin:20px 0; padding:0; }
.toc ul li a:hover { color: var(--secondary-color);}
.toc ul { list-style: none; margin: 0;  padding: 0; border: 0;  vertical-align: baseline;}
.toc li.active{  transform: translateX(0px);  font-weight: 600; padding: 0;}
.toc li::before{ display:none; }

/* active link */
.toc li.active a{  color: var(--secondary-color);}

/* deafult link color hover */
.toc li a.toc-link:hover { text-decoration: underline; color: var(--secondary-color);}
.toc ul ul li a {  font-size: 14px;  font-weight: 400;}
.toc ul ul { padding:0 0 0 25px }
#toc ul ul li { padding-left: 26px; margin:0px 0; padding: 6px 0 6px  00px; list-style-type: circle;}
#toc ul ul li.active a {font-weight: 600;}


/* BLOG SECTION */



.blog_home h2{
font-size:36px;
font-weight:600;
margin-bottom:20px;
}

.blog_home h2 span{
color:#1b6ca8;
}


/* CATEGORY FILTER */

.cat_list{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:10px;
margin-bottom:30px;
padding:0;
list-style:none;
}

.cat_list li{
padding:8px 18px;
border:1px solid #ddd;
border-radius:30px;
cursor:pointer;
font-size:14px;
transition:0.3s;
}

.cat_list li:hover{
background:#1b6ca8;
color:#fff;
border-color:#1b6ca8;
}

.cat_list li.active{
background:#1b6ca8;
color:#fff;
border-color:#1b6ca8;
}


/* SEARCH */

.search-container{
text-align:center;
margin-bottom:0px;
}

#blog-search{
width:320px;
max-width:100%;
padding:10px 14px;
border:1px solid #ddd;
border-radius:6px;
outline:none;
font-size:14px;
}


/* BLOG GRID */

.blog_list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
padding:0;
margin:0;
list-style:none;
}


/* BLOG CARD */

.blog-post{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.blog-post:hover{
transform:translateY(-5px);
box-shadow:0 15px 30px rgba(0,0,0,0.1);
}


/* BLOG IMAGE */

.blog-post figure{
margin:0;
overflow:hidden;
}

.blog-post img{
width:100%;
height:220px;
object-fit:cover;
display:block;
transition:0.4s;
}

.blog-post:hover img{
transform:scale(1.05);
}


/* BLOG CONTENT */

.dtls_more{
padding:18px;
}

.dtls_more label{
display:block;
font-size:12px;
color:#777;
margin-bottom:8px;
}

.dtls_more h4{
font-size:18px;
font-weight:600;
line-height:1.4;
margin:0;
color:#222;
transition:0.3s;
}

.blog-post:hover h4{
color:#1b6ca8;
}


/* LOAD MORE BUTTON */

.load_more_wrap{
margin-top:50px;
}

#load-more-posts{
background:#1b6ca8;
border:none;
color:#fff;
padding:12px 28px;
border-radius:6px;
font-size:14px;
cursor:pointer;
transition:0.3s;
}

#load-more-posts:hover{
background:#055bd6;
}


/* RESPONSIVE */

@media(max-width:991px){

.blog_list{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

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

.blog_home h2{
font-size:28px;
}

#blog-search{
width:100%;
}

}

.blog_single{
padding:80px 0;
}

.blog_title{
font-size:38px;
font-weight:600;
margin-bottom:10px;
}

.blog_meta{
color:#777;
font-size:14px;
margin-bottom:30px;
}

.blog_featured_image img{
width:100%;
border-radius:10px;
margin-bottom:30px;
}



.blog_content h2{
font-size: 24px;
    margin: 0 0 5px;
    color: #14365f;
    font-weight: 600;
}

.blog_content h3{
font-size: 20px;
    margin: 0 0 5px;
    color: #14365f;
    font-weight: 600;
}

.blog_author_box{
display:flex;
gap:20px;
margin-top:50px;
padding:25px;
background:#f7f7f7;
border-radius:10px;
}

.blog_author_box img{
border-radius:50%;
}

.related_posts{
margin-top:60px;
}

.related_post_card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.related_post_card:hover{
transform:translateY(-5px);
}

.related_post_card figure{
margin:0;
}

.related_post_card img{
width:100%;
height:180px;
object-fit:cover;
}

.related_post_card h4{
font-size:18px;
padding:15px;
}

.related_date{
display:block;
padding:0 15px 15px;
font-size:12px;
color:#777;
}

.blog_cta{
margin-top:70px;
padding:50px;
background:#1b6ca8;
color:#fff;
border-radius:10px;
}

.blog_cta h3{
font-size:28px;
margin-bottom:15px;
}

.blog_cta .mainbtn{
background:#fff;
color:#1b6ca8;
margin-top:10px;
display:inline-block;
padding:12px 24px;
border-radius:6px;
}
.content_page h1 {
    font-weight: 600;
    font-size: 32px;
}
.page-content-wrapper.cms-page ul {
    margin: 0 0 25px;
    padding: 0;
}
.page-content-wrapper.cms-page ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 14px;
    list-style: none;
    padding-left: 24px;
    margin: 10px 0;
    background-position: 0 8px;
}
.product-price.product-price1 {
    text-align: left !important;
}
.product-short-description {
    font-size: 16px;
    line-height: 26px;
    color: #475569;
    margin-bottom: 10px;
}
.highlight-item {
    padding: 8px 15px;
    border-radius: 12px;
    gap: 10px;
}
.medicine-highlights {

    margin-bottom: 15px;
}
section.single-product-main .offer_card_main .feature {
    gap: 5px;
    padding: 0;
    border: none;
}

section.page-content-section.section-padding tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 15px 0 !important;
}
.cart_totals table tr {
    padding: 0px 0;
}
.wc-proceed-to-checkout {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
tr.woocommerce-shipping-totals.shipping ul {
    margin: 0 0 5px;
}
.woocommerce-shipping-totals.shipping p.woocommerce-shipping-destination {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 5px !important;
}
ul#shipping_method li {
    margin: 0;
}
.cart-trust-box {
    padding-top: 0px;
}
.cart-trust-item {
    padding: 5px 0;
}
ul.wc_payment_methods.payment_methods.methods li {
    font-size: 14px;
    line-height: 24px;
}
.shop-page-main.section-padding .shop-top-header {
    margin: 40px 0;
}
section.blog_home.padd_100 .mainbtn {
    background: linear-gradient(135deg, var(--sky), var(--navy-mid));
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px;
}
section.blog_home.padd_100 .mainbtn svg {
    font-size: 12px;
    fill: #fff;
    width: 15px;
}
.phone-box a div {
    background: #1b6ca8;
    display: inline-block;
    font-size: 12px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -5px;
}
.single-product-main .woocommerce-product-gallery__wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #eee;
    padding: 20px;
}
.accordion-body {
    font-size: 16px;
    color: var(--text-mid);
    line-height: 28px;
    padding-top: 0;
}

.woocommerce-order-details,
.woocommerce-customer-details{
    display:none !important;
}
 
.woocommerce-order-overview,
.woocommerce-notice--success {
    display:none !important;
}

ul.wc_payment_methods.payment_methods.methods li {
    background-image: unset !important;
}

.drop1_list_box label a
 {
    font-weight: 600;
    color: #1b6ca8;
}
.up-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.up-btn a {
     color: #0d6efd;
    font-size: 45px;
    line-height: 1;
    transition: 0.3s;
}

.up-btn a:hover {
    color: #0d6efd;
}

.wpcf7-response-output {
    color: red;
    text-align: center;
    border: 0px solid #000 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}