/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Pharmez
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. Benefits  /.benefits-con
5. Popular Categories  /.popular-categories-con
6. Featured Products  /.featured-products-con
7. How it works  /.how-it-works-con
8. Best Products /.best-products-con
9. Promotion Banner  /.promotion-banner-con
10. Testimonials  /.client-review-slider
11. News And Articles  /.news-and-articles-con
12. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#   --primary--color: #fdf485;
#   --secondary--color: #ffffff;
#   --accent--color: #5c45bf;
#   --text--color: #656565;
#   --black--color: #000000;
#   --text--color2: #b6b6b6;
#   --grey--color: #a7a7a7;
#   --brown--color: #433c30;
#   --pink--color: #dd78a0;
#   --dark--grey--color: #363b3e;
#   --sky--blue--color: #f1f5f9;
#   --yellow--color: #fbd12a;
#   --grey2--color: #202020;
#   --frozen--color: #e4eaf1;
#   --light--lemon--color: #fffeef;
#   --green--color: #6cdd51; 
#   --border--color: #e6e6e6;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Archivo", sans-serif;
Heading: "Archivo", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    font-family: "Archivo", sans-serif;
}

:root {
    --primary--color: #fdf485;
    --secondary--color: #ffffff;
    --accent--color: #5c45bf;
    --text--color: #4e4e4e;
    --black--color: #000000;
    --text--color2: #b6b6b6;
    --grey--color: #a7a7a7;
    --brown--color: #433c30;
    --pink--color: #dd78a0;
    --dark--grey--color: #363b3e;
    --sky--blue--color: #f1f5f9;
    --yellow--color: #fbd12a;
    --grey2--color: #202020;
    --frozen--color: #e4eaf1;
    --light--lemon--color: #fffeef;
    --green--color: #6cdd51;
    --border--color: #e6e6e6;
    --peach--color: #ff6565;
    --black--family--color: #0f0200;
    --border-color2: #eeecd3;
}

figure {
    margin-bottom: 0;
}

h1 {
    font-size: 96px;
    line-height: 94px;
    font-weight: 700;
    color: var(--secondary--color);
}

h2 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    color: var(--black--color);
    letter-spacing: 0.4px;
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: var(--black--color);
}

h4.specialh4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: var(--black--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black--color);
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black--color);
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--black--color);
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: #d46923;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    letter-spacing: 3.0px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

span.special-heading1 {
    font-size: 113px;
    line-height: 130px;
    font-weight: 700;
    color: var(--secondary--color);
}

.primary_btn {
    font-size: 16px;
    min-width: 181px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--black--color);
    transition: all 0.6s ease-in-out;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background-color: #d46923;
    transition: all 0.6s ease-in-out;
}

.secondary_btn {
    font-size: 16px;
    min-width: 181px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    background-color: #d46923;
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--black--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

.elementary_btn {
    min-width: 131px;
    padding: 0;
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--brown--color);
}

.elementary_btn:hover {
    color: var(--secondary--color);
    background-color: #d46923;
}

.ordinary_btn {
    min-width: 131px;
    padding: 0;
    height: 44px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--secondary--color);
    border: 2px solid var(--black--color);
}

.ordinary_btn:hover {
    color: var(--secondary--color);
    background-color: #d46923;
    border-color: #d46923;
}


html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 136px;
}

.padding-bottom {
    padding-bottom: 138px;
}

.padding-top125 {
    padding-top: 125px;
}

.padding-bottom150 {
    padding-bottom: 150px;
}

.heading-title-con {
    margin-bottom: 50px;
}


.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.background-none {
    background-image: none !important;
}

.bg-lavendr {
    background-color: var(--bg--color);
}

.black-bg,
.bg-black {
    background-color: var(--black--color);
}

.background-lemon {
    background-color: var(--light--lemon--color);
}

.bg-sky {
    background-color: var(--sky--blue--color);
}

.br-30 {
    border-radius: 30px;
}

.text-lemon {
    color: var(--primary--color) !important;
}

.text-color {
    color: var(--text--color2);
}

.spacer {
    float: left;
    width: 100%;
    height: 50px;
}

.padding-rl {
    padding-right: 40px;
    padding-left: 40px;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* Home Page */

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: var(--black--color);
    font-weight: 400;
    padding: 1px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: #d46923;
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 70px;
    justify-content: center;
    align-items: center;
}

.header-con {
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 5;
    padding: 15px 0;
    background-color: var(--sky--blue--color);
    border-radius: 25px;

}

.header-con .navbar {
    padding: 0;
    /* background-color: rgb(0 0 0 / 10%); */
    /* border-radius: 36px; */
    /* border: 1px solid rgb(255 255 255 / 10%); */
}


/* .header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
} */

/* .header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #d46923;
    transition: ease-in-out 0.6s;
} */

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: #d46923;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 12px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #d46923;
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: #d46923;
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #d46923;
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
    padding-left: 14px;
}

/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: #d46923;
    color: white;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 0;
}

.header-contact .contact-btn {
    min-width: 151px;
    background-color: var(--black--color);
    color: var(--secondary--color);
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    z-index: 1;
    border-radius: 100px;
}

.header-contact .contact-btn:hover {
    background-color: #d46923;
    color: var(--secondary--color);
    /* box-shadow: 0px 10px 20px rgb(0 0 0 / 15%); */
}

.header-contact .last_list {
    display: flex;
    align-items: center;
    margin-right: 42px;
}

.header-contact .last_list a {
    position: relative;
    margin: 0 17px;
    transition: all 0.3s ease-in-out;
}

.header-contact .last_list .cart span {
    font-size: 7px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    position: absolute;
    right: -6px;
    bottom: -4px;
    text-align: center;
    border-radius: 100%;
    color: var(--secondary--color);
    background-color: #d46923;
    transition: all 0.3s ease-in-out;
}

.header-contact .last_list a img {
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.header-contact .last_list a:hover img {
    filter: none;
}

.font-weight-700 {
    font-weight: 700 !important;
}

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.html');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/*  */
/*  */
.country-selector {
    z-index: 60;
    position: relative;
}

.country-selector {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    transition: all 0.8s ease-in-out;
    width: 101px;
    height: 48px;
    background-color: var(--secondary--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    margin-left: 13px;
}

.country-selector>div.caption img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

div.country-selector>div.list {
    position: absolute;
    width: 100px;
    display: none;
    left: 0;
    top: 52px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
    z-index: 60;
}

div.country-selector>div.list>div.item {
    padding: 10px;
}

div.country-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--black--color);
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease-in-out;
}

div.country-selector>div.list>div.item:hover a {
    color: #d46923;
}

div.country-selector>div.list>div.item img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

div.country-selector>div.caption,
div.country-selector>div.list>div.item {
    cursor: pointer;
    align-items: center;
}

/*  */
/*  */
/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: #d46923;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
    color: rgb(184, 137, 215);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(184 137 215 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        /* box-shadow: 0 0 0 0 rgb(20 8 45 / 40%) */
        box-shadow: 0 0 0 0 rgb(184 137 215 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #d46923;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: #d46923;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Footer */

.footer-con {
    background-image: url(../images/footer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-con .middle_portion {
    padding: 105px 0;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 55px;
}

.footer-con .middle_portion .logo-content h4 {
    margin-bottom: 18px;
}

.footer-con .middle_portion a.footer-logo:hover {
    text-decoration: none;
}

.footer-con .middle_portion a.footer-logo:hover span.special-heading1 {
    color: #d46923 !important;
}

.footer-con .middle_portion .footer-logo img {
    margin-right: 44px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion h4 {
    margin-bottom: 30px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .contact h4 {
    margin-bottom: 38px;
}

.footer-con .middle_portion .links {
    padding-left: 107px;
}

.footer-con .middle_portion .contact {
    padding-left: 80px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 13px;
    line-height: 25px;
}

.footer-con .middle_portion .links li i {
    font-size: 10px;
    position: relative;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--text--color2);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .links li:hover a {
    color: var(--primary--color);
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 19px;
    padding-left: 33px;
    display: inline-block;
    color: var(--text--color2);
    line-height: 25px;
    display: flex;
    flex-direction: column;
}

.footer-con .middle_portion .contact a,
.footer-con .middle_portion .contact p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--text--color2);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact i {
    font-size: 14px;
    left: 0;
    top: 4px;
    position: absolute;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact li:hover a,
.footer-con .middle_portion .contact li:hover p,
.footer-con .middle_portion .contact li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .social-icons li {
    display: block;
    margin: 22px 0;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .col-lg-1 {
    justify-content: end;
    display: flex;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-top: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-bottom: 0;
}

.footer-con .middle_portion .social-icons i {
    font-size: 16px;
    height: 46.65px;
    width: 46.65px;
    line-height: 46.65px;
    border-radius: 100%;
    text-align: center;
    color: var(--secondary--color);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--secondary--color);
    background-color: #d46923;
    border: 1px solid transparent;
    transform: translateY(-4px);
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    color: var(--text--color2);
}

.footer-con .copyright {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-con .form-group {
    display: flex;
    align-items: center;
}

.footer-con input {
    position: relative;
    font-size: 16px;
    min-width: 633px;
    height: 68px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 35px;
    padding: 12px 15px 12px 35px;
    margin-right: 21px;
    width: 100%;
    border: none;
    overflow: visible;
    outline: none;
}

.footer-con button {
    font-size: 16px;
    color: var(--black--color);
    background-color: var(--primary--color);
    border-radius: 100px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border: none !important;
    float: right;
    overflow: visible;
    outline: none;
    transition: all 0.6s ease-in-out;
    flex-shrink: 0;
}

.footer-con button:hover {
    background-color: #d46923;
    color: var(--secondary--color);
}

.footer-con .check-box {
    padding-left: 38px;
}

.footer-con .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.footer-con .check-box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color2);
    position: relative;
    cursor: pointer;
    margin: 0;
}

.footer-con .check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--black--family--color);
    border-radius: 4px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 21px;
    height: 21px;
    top: -1px;
    left: -38px;
}

.footer-con .check-box label a {
    color: var(--secondary--color);
    transition: 0.8s ease-in-out;
    text-decoration: underline;
}

.footer-con .check-box label a:hover {
    color: var(--pink--color);
}

.footer-con .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -30px;
    width: 5px;
    height: 10px;
    border: solid var(--secondary--color);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}

.owl-item,
.item,
.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1 0 auto;
    /* natural width retain */
}


/* map section */
.contact-map-con iframe {
    height: 546px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    pointer-events: none;
    border-radius: 50px;
    border: none;
}

.contact-map-con iframe:hover {
    filter: none;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    /* background-image: url(../images/login-signup-bg.png); */
    /* color: rgb(60, 176, 242);
    color: rgb(125, 100, 248); */
}

/* .coming-soon-con {
    background-color: var(--black--color);
} */

/* .coming-soon-con * {
    color: #d46923;
} */

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--black--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 130px;
    color: #d46923;
    border-radius: 100%;
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    color: var(--black--color);
}

.coming-soon-con h3 {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    color: #d46923;
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--primary--color);
    padding: 20px 16px;
    color: #d46923;
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--black--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    /* background-image: url(../images/login-signup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.login-form .login-form-title {
    margin-bottom: 30px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: #d46923;
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--secondary--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 100px;
    background: transparent;
    color: var(--secondary--color);
    /* border: 1px solid rgb(255 255 255 / 50%); */
    border: 1px solid var(--primary--color);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    background-color: var(--secondary--color);
}

.login-form .login-card .forgot-password {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--black--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: #d46923;
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--secondary--color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--black--color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--primary--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* NEWS AND ARTICLES SECTION */

.news-and-articles-con .article-box {
    transition: all 0.8s ease-in-out;
}

.news-and-articles-con .article-box .article-image {
    margin-bottom: 35px;
    border-radius: 30px;
    overflow: hidden;
}

.news-and-articles-con .article-box .article-image img {
    transition: all 0.6s ease-in-out;
    border-radius: 30px;
}

.news-and-articles-con .article-box:hover .article-image img {
    transform: scale(1.08);
    opacity: 80%;
}

.news-and-articles-con .box-content p {
    font-size: 18px;
    line-height: 26px;
    padding-right: 20px;
}

.news-and-articles-con .article-box h4 {
    margin-bottom: 12px;
    transition: all 0.8s ease-in-out;
    line-height: 32px;
    font-weight: 700;
}

.news-and-articles-con .article-box h4:hover {
    color: #d46923;
}

/* PROMOTION BANNER SECTION */
.promotion-banner-con .promotion-box {
    border-radius: 30px;
    padding: 50px 50px 60px;
}

.promotion-banner-con .promotion-box.vitamins {
    background-image: url(../images/promotion-banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.promotion-banner-con .promotion-box.baby-care {
    background-image: url(../images/promotion-banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.promotion-banner-con .promotion-box.personal-care {
    background-image: url(../images/promotion-banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.promotion-banner-con .discount-percent {
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 6px;
}

.promotion-box.vitamins span.discount-percent {
    color: var(--brown--color);
}

.promotion-box.vitamins span.smol-text {
    color: var(--brown--color);
}

.promotion-box span.smol-text {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 27px;
    line-height: 28px;
}

.promotion-box .specialh4 {
    margin-bottom: 20px;
}

.promotion-box.baby-care .smol-text {
    margin-bottom: 6px;
}

.promotion-box.baby-care .discount-percent {
    margin-bottom: 25px;
}

.promotion-box.baby-care .elementary_btn {
    background-color: var(--pink--color);
}

.promotion-box.baby-care .elementary_btn:hover {
    background-color: #d46923;
}

.promotion-box.personal-care .discount-percent {
    color: var(--dark--grey--color);
}

.promotion-box.personal-care span.smol-text {
    color: var(--dark--grey--color);
}

.promotion-box.personal-care .elementary_btn {
    background-color: var(--dark--grey--color);
}

.promotion-box.personal-care .elementary_btn:hover {
    background-color: #d46923;
}


/* CLIENT REVIEW SLIDER */
.client-review-slider {
    background-color: #d46923;
    overflow: hidden;
}

.client-review-slider * {
    color: var(--secondary--color);
}

.client-review-slider-inner-con .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.client-review-slider-inner-con {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

.client-review-box>figure {
    margin-bottom: 20px;
}

.client-review-slider-inner-con .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* .name_wrapper figure img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: contain;
} */

.client-review-slider .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 80px;
    margin-bottom: 0;
}

.client-review-slider .carousel-indicators li {
    text-indent: 0;
    width: 80px;
    height: 80px;
    opacity: 1;
    margin: 0 0;
    border-radius: 100%;
    position: unset;
    cursor: pointer;
    background-color: transparent;
}

.client-review-slider .carousel-indicators li:first-child {
    margin-left: 0;
}

.client-review-slider .carousel-indicators li:last-child {
    margin-right: 0;
}

.client-review-slider .carousel-indicators li figure {
    border-radius: 100%;
    margin: 0 auto 16px;
    border: 1px solid transparent;
}

.client-review-slider .carousel-indicators li figure img {
    border-radius: 100%;
    /* opacity: 60%; */
    flex-shrink: 0;
    padding: 6px;
}

.client-review-slider .carousel-indicators .active figure img {
    opacity: 1;
    border: 1px solid var(--primary--color);
    padding: 6px;
    flex-shrink: 0;
}

.client-review-slider .carousel-indicators li .name_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: -86px;
    margin: 0 auto;
    display: none;
}

.client-review-slider .carousel-indicators li .name_wrapper p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1px;
    font-weight: 700;
    color: var(--secondary-color);
    display: block;
}

.client-review-slider .carousel-indicators li .name_wrapper span {
    font-size: 14px;
    line-height: 28px;
}

.client-review-box p.review-text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 29px;
    font-weight: 400;
}

.client-review-slider .carousel-indicators .active .name_wrapper {
    display: block;
}

.client-review-slider .pagination-outer {
    position: relative;
    top: -68px;
    z-index: 20;
}

.client-review-slider .pagination-outer .carousel-control-prev,
.client-review-slider .pagination-outer .carousel-control-next {
    position: absolute;
    top: 0;
    opacity: 1;
    display: inline-block;
    transition: all 0.6s ease-in-out;
}

.client-review-slider .pagination-outer .carousel-control-prev {
    left: 200px;
}

.client-review-slider .pagination-outer .carousel-control-next {
    right: 200px;
}

.client-review-slider .pagination-outer .carousel-control-prev i,
.client-review-slider .pagination-outer .carousel-control-next i {
    font-size: 16px;
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.client-review-slider .pagination-outer .carousel-control-prev:hover i,
.client-review-slider .pagination-outer .carousel-control-next:hover i {
    color: var(--primary--color);
}

.client-review-slider .left-quote {
    left: 80px;
    top: 117px;
}

.client-review-slider .right-quote {
    right: 80px;
    bottom: 117px;
}

/* Seller */

.best-products-con .seller_content p {
    margin-bottom: 50px;
}

.seller-box {
    padding: 10px 10px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    border: 1px solid var(--sky--blue--color);
    background: var(--sky--blue--color);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 480px;
}

.seller-box .seller_image_box {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.seller-box .seller_image_box figure {
    margin: 0 auto;
}

.seller-box .seller_image_box figure img {
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.seller-box:hover .seller_image_box figure img {
    transform: translateY(-5px);
}

.seller-box .seller_image_box i {
    font-size: 17px;
    top: 14px;
    right: 14px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    color: var(--black--color);
    background-color: var(--secondary--color);
}

.seller-box .seller_box_content {
    padding: 24px 22px;
    background-color: var(--secondary--color);
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.seller-box h5 {
    margin-bottom: 20px;
}

.seller-box .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.seller-box .rating i {
    font-size: 13px;
    line-height: 13px;
    color: var(--yellow--color);
    margin-right: 4px;
}

.seller-box .rating span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--black--color);
}

.seller-box .price_wrapper span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #d46923;
}

/* Product Description Style */
.seller-box .product-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text--color);
    margin-top: 10px;
    margin-bottom: 0;
}

.seller-box .text_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-type {
    font-size: 14px;
}

.best-products-con .product-type {
    font-size: 14px;
}

.best-products-con .col-xl-3 {
    margin-bottom: 40px;
}

.best-products-con .col-xl-3:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/* HOW IT WORKS SECTION */
.how-it-works-con {
    background-color: #d46923;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.how-it-works-con .work-img-con img {
    border-radius: 30px;
}

.how-it-works-con ul li figure {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1d952;
    border-radius: 100%;
    margin-right: 18px;
    flex-shrink: 0;
}

.how-it-works-con h6 {
    color: var(--secondary--color);
}

.how-it-works-con ul li {
    margin-bottom: 36px;
}

.how-it-works-con ul::before {
    content: "";
    background-image: url(../images/dotted-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1px;
    height: 158px;
    position: absolute;
    top: 52px;
    left: 31px;
}


.how-it-works-con ul li:last-child {
    margin-bottom: 50px;
}

.how-it-works-con .sub-info-inner p {
    font-weight: 400;
    font-size: 16px;
    color: var(--secondary--color);
}

.how-it-works-con .work-content-con {
    padding-left: 25px;
}

.how-it-works-con .work-content-con .heading-title-con {
    margin-bottom: 42px;
}

.pharmz-icon {
    position: absolute;
    left: 0;
    right: -95px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--secondary--color);
    width: 162px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
}

/*  */
.featured-products-con .nav-tabs {
    width: 58%;
    margin: 0 auto 72px;
    justify-content: center;
    border-bottom: none;
}

.featured-products-con .tabs-box .nav-tabs li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    color: var(--black--color);
    text-decoration: none;
    position: relative;
    padding: 0 28px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.featured-products-con .tabs-box .nav-tabs li a:hover {
    color: #d46923;
}

.featured-products-con .tabs-box .nav-tabs>li>a.active {
    color: #d46923;
}

.featured-products-con .tabs-box .nav-tabs>li>a.active::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #d46923;
}

.featured-products-con .seller-box .seller_image_box {
    min-height: 365px;
}

.featured-products-con .seller-box:hover .seller_box_content {
    background-color: #d46923;
}

.featured-products-con .seller-box:hover .product-type,
.featured-products-con .seller-box:hover h5,
.featured-products-con .seller-box:hover .rating span,
.featured-products-con .seller-box:hover span.dollar,
.featured-products-con .seller-box:hover .price_wrapper span {
    color: var(--secondary--color);
}

.featured-products-con .seller-box:hover .ordinary_btn {
    background-color: var(--primary--color);
    border-color: var(--primary--color);
    color: var(--black--color);
}

.featured-products-con .seller-box:hover .ordinary_btn:hover {
    color: var(--black--color);
}

.explore-products .owl-theme .owl-nav.disabled+.owl-dots,
.featured-products-con .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
    text-align: center;
}

.explore-products .owl-dots button,
.featured-products-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.explore-products .owl-dots button:focus,
.featured-products-con .owl-dots button:focus,
.explore-products .owl-dots button:focus-visible,
.featured-products-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.explore-products .owl-theme .owl-dots .owl-dot.active span,
.featured-products-con .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--black--color);
    color: var(--black--color);
}

.explore-products .owl-theme .owl-dots .owl-dot span,
.featured-products-con .owl-theme .owl-dots .owl-dot span {
    background-color: var(--frozen--color);
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

/* POPULAR CATEGORIES SECTION */
.popular-categories-con .popular-box figure,
.popular-categories-con .popular-box figure img {
    transition: all 0.6s ease-in-out;
}

.popular-categories-con .popular-box figure img {
    border-radius: 20px;
}

.popular-categories-con .popular-box figure {
    margin: 0 5px;
    background-color: var(--black--color);
    border-radius: 20px;
}

.popular-categories-con .popular-box {
    text-align: center;
    transition: all 0.6s ease-in-out;
}

.popular-categories-con .popular-box .category-content {
    background-color: var(--secondary--color);
    border-radius: 15px;
    padding: 17px 10px;
    width: 302px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
}

.popular-categories-con .popular-box:hover img {
    opacity: 60%;
}

.popular-categories-con .popular-box i {
    font-size: 16px;
    width: 61px;
    height: 61px;
    line-height: 61px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
    border-radius: 100%;
    color: var(--black--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
}

.popular-categories-con .popular-box:hover i {
    display: block;
}

.popular-categories-con .popular-box:hover .category-content {
    background-color: var(--black--color);
}

.popular-categories-con .popular-box:hover .category-content h6 {
    color: var(--secondary--color);
}

/* BENEFITS SECTION */
.benefits-con {
    padding: 68px 0 58px;
}

.benefits-con ul li figure {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
    background-color: var(--secondary--color);
    margin-right: 20px;
    transition: ease-in-out 0.6s;
}

.benefits-con ul li:hover figure {
    transform: translateY(-2px);
}

.benefits-con ul li p {
    font-size: 16px;
    line-height: 23px;
}

/* BANNER SECTION */
.banner-con {
    background-image: url(../images/banner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 106px;
    padding-bottom: 106px;
}

.banner-con .imgz-outer-con {
    gap: 40px;
}

.banner-con figure img {
    border-radius: 30px;
}

.banner-con .banner-content-left-con ul li i {
    font-size: 5px;
    color: var(--secondary--color);
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.banner-con .banner-content-left-con ul li {
    color: var(--secondary--color);
    padding-right: 11px;
    font-size: 16px;
    font-weight: 500;
}

.banner-con .banner-content-left-con ul {
    width: 242px;
    height: 40px;
    padding: 6px 15px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 20px;
    margin-bottom: 38px;
    text-align: center;
    justify-content: center;
}

.banner-con h1 {
    margin-bottom: 80px;
}

.banner-con .imgz-outer-con ul {
    width: 205px;
    padding: 8px 13px 9px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    top: 150px;
    left: -61px;
}

.banner-con .imgz-outer-con ul li {
    font-size: 16px;
    font-weight: 700;
    color: var(--black--color);
}

.banner-con .imgz-outer-con ul li i {
    color: var(--green--color);
    margin-right: 5px;
}

.banner-con .user-box .imgz-wrap {
    margin-right: 19px;
}

.banner-con .user-box img {
    margin-left: -22px;
    border: 2px solid #d46923;
    border-radius: 100%;
    width: 52px;
    height: 52px;
}

.banner-con .user-text .counter,
.banner-con .user-text .alphabet,
.banner-con .user-text sup {
    font-weight: 800;
    font-size: 36px;
    line-height: 30px;
}

.banner-con .user-text sup {
    top: 0;
}

.banner-con .user-text .span-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.banner-con .user-box {
    margin-bottom: 38px;
}

.banner-con .banner-content-right-con {
    margin-left: -30px;
}

.banner-con .banner-content-right-con p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner-con .primary_btn {
    margin-right: 15px;
}

.banner-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: #d46923;
}

.upload-btn {
    color: var(--secondary--color);
    border: 2px dashed #b9a9f7;
    border-radius: 50px;
    padding: 15px 27px;
    font-weight: 600;
    transition: all 0.6s ease;
    font-size: 16px;
}

.upload-btn:hover {
    color: var(--secondary--color);
    border-color: var(--secondary--color);
}

.upload-btn i {
    margin-right: 8px;
}

#fileName {
    margin-top: 10px;
    color: var(--secondary--color);
    padding-left: 10px;
    font-size: 16px;
}

/* TEAM SECTION */

.our-team-con .team-box .designation {
    margin-bottom: 16px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 20px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul li:hover i {
    transform: translateY(-2px);
}

.our-team-con .team-box ul li i {
    width: 44px;
    height: 44px;
    font-size: 16px;
    background-color: var(--black--color);
    line-height: 44px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
}

.our-team-con .team-box ul li i:hover {
    background-color: #d46923;
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: var(--secondary--color);
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 65px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/* MAIN ABOUT SECTION */
.main-about-con .main-abt-content-con .heading-title-con h2 {
    margin-bottom: 24px;
}

.main-about-con .main-abt-content-con .heading-title-con {
    margin-bottom: 60px;
}

.main-about-con .main-abt-content-con p.text-margin {
    margin-bottom: 23px;
}

.main-about-con .vid-con {
    padding: 30px;
    width: 183px;
    height: 156px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.main-about-con .vid-con span {
    font-size: 16px;
    margin-top: 14px;
}

.main-about-con .vid-con a {
    cursor: pointer;
}

.users-details-con {
    text-align: left;
    display: grid;
    gap: 46px;
    grid-template-columns: 32% 28% 27%;
}

.user-detrail-box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.user-detrail-box span {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black--color);
}

.user-detrail-box {
    border-right: 1px solid var(--border--color);
}

.main-about-img-con img {
    margin-bottom: 57px;
}

/* SUB BANNER SECTION */
/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding: 14px 25px;
    min-width: 182px;
    /* border: 1px solid rgb(255 255 255 / 35%); */
    transition: ease-in-out 0.6s;
    border-radius: 26.5px;
    justify-content: center;
    background-color: rgb(255 255 255 / 10%);

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-size: 5px;
    padding: 0 16px;
    font-weight: 600;
}

.sub-banner-inner-con h1 {
    margin-bottom: 26px;
}

.sub-banner-inner-con p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--secondary--color);
    margin-bottom: 35px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.sub-banner-con {
    background-image: url(../images/sub-banner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 141px;
    padding-bottom: 147px;
}

/* CONTACT */
/* CONTACT INFO SECTION */

.contact-info-box {
    transition: ease-in-out 0.6s;
}

.contact-info-con .contact-info-box:hover {
    transform: translateY(-4px);
}

.contact-info-con .contact-info-box figure {
    margin-right: 18px;
    transition: ease-in-out 0.5s;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--secondary--color);
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
    flex-shrink: 0;
}

.contact-info-con .contact-info-box h6 {
    margin-bottom: 10px;
    transition: ease-in-out 0.5s;
}

.contact-info-con .contact-info-box:hover h6 {
    color: #d46923;
}

.contact-info-con .contact-info-box p {
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: var(--text--color);
}

.contact-info-con .contact-info-box a {
    color: var(--text--color);
    font-weight: 400;
    align-self: flex-start;
    font-size: 16px;
}

.contact-info-con .contact-info-box a:hover {
    color: #d46923;
}

.contact-form-con #contactpage span.error {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 14px;
    color: #d46923;
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 32%;
    margin-right: 28px;
    margin-bottom: 29px;
}

.contact-form-con form ul li:nth-child(3) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 11px 30px;
    background-color: var(--secondary--color);
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: var(--text--color);
    border-radius: 30px;
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
    font-size: 16px;
    font-weight: 500;
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 137px;
    padding: 20px 30px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: var(--text--color);
    float: left;
    /* border: 2px solid transparent; */
    border-radius: 30px;
}

.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 57px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    border: 1px solid #d46923;
    box-shadow: 0 1px 8px rgb(92 69 191 / 40%);
}

button.primary_btn {
    border: none;
    box-shadow: none;
    cursor: pointer;
}

/* map section */
.contact-map-con iframe {
    height: 608px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    pointer-events: none;
    border-radius: 50px;
    border: none;
}

.contact-map-con iframe:hover {
    filter: none;
}

/* FAQ PAGE */
/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h6 {
    color: #d46923;
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card h6 {
    font-size: 20px;
    font-weight: 700;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    white-space: inherit;
    word-break: break-word;

}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid #d46923;

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 23px 37px 23px 37px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 37px 20px 37px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f068";
    font-size: 20px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: #d46923;
}

.faq-con .accordion-card .collapsed:before {
    content: "\2b";
    color: #d46923;
}

/* THANKYOU PAGE */
.thank-you-con .thankyou-content-con figure {
    width: 166px;
    height: 166px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary--color);
    margin: 0 auto 57px;
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.thank-you-con .thankyou-content-con h1 {
    margin-bottom: 30px;
}

.thank-you-con .thankyou-content-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.thank-you-con .primary_btn {
    min-width: 201px;
}

/* Medicose Style Hero Layout */
.medicose-layout {
    overflow: hidden;
    min-height: 600px;
    padding-bottom: 80px !important; /* Space for bottom info bar */
}

.brand-badge {
    background-color: var(--primary--color);
    width: fit-content;
    padding: 5px 20px;
    border-radius: 0 0 15px 15px;
    margin-top: -106px;
    font-weight: 700;
    color: #d46923;
}

.display-title {
    font-size: 80px;
    margin-bottom: 0;
}

.subtitle-text {
    font-size: 24px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--primary--color);
    font-weight: 600;
}

.social-links-banner a {
    color: white;
    margin-right: 20px;
    font-size: 18px;
    transition: 0.3s;
}

.social-links-banner a:hover {
    color: var(--primary--color);
}

/* Image Shapes */
.image-shape-container {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image-circle {
    width: 350px;
    height: 350px;
    border-radius: 50% 50% 0 50%;
    overflow: hidden;
    border: 10px solid var(--primary--color);
}

.sub-image-circle {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid white;
}

.main-image-circle img, .sub-image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-tag {
    position: absolute;
    top: 20px;
    right: 50px;
    background: #d46923;
    color: white;
    padding: 15px;
    border: 2px solid var(--primary--color);
    border-radius: 10px;
    transform: rotate(15deg);
    text-align: center;
    line-height: 1;
}

.discount-tag .percent { font-size: 30px; font-weight: 900; display: block; }
.discount-tag .off { font-size: 14px; text-transform: uppercase; }

/* Bottom Bar */
.banner-footer-info {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    color: white;
    font-size: 14px;
}

.info-item i {
    color: var(--primary--color);
    margin-right: 8px;
}
/* =========================================
   MEDICOSE HERO — EXACT REFERENCE MATCH
========================================= */

.banner-con.medicose-style {
    background: linear-gradient(135deg, #1aa35c, #0e7f47);
    position: relative;
    overflow: hidden;
    padding: 90px 0 140px;
}

/* LEFT WAVE SHAPE */
.medicose-style::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 0;
    width: 420px;
    height: 100%;
    background: #3ccf82;
    clip-path: ellipse(60% 80% at 40% 50%);
    opacity: 0.9;
}

/* RIGHT DIAGONAL CUT */
.medicose-style::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    width: 420px;
    height: 100%;
    background: #3ccf82;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.9;
}

/* TEXT */
.medicose-style h1 {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.medicose-subtitle {
    letter-spacing: 6px;
    color: #eaff64;
    font-weight: 700;
    margin-bottom: 25px;
}

/* IMAGE SHAPES */
.shapes-wrapper {
    position: relative;
    height: 420px;
    z-index: 5;
}

.pin-shape {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #eaff64;
    background: white;
}

.pin-top {
    width: 300px;
    height: 300px;
    top: 0;
    right: 80px;
}

.pin-bottom {
    width: 220px;
    height: 220px;
    bottom: 0;
    right: 0;
    border-color: white;
}

.pin-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGE */
.certified-badge-new {
    position: absolute;
    top: 120px;
    right: 140px;
    background: #eaff64;
    color: #0e7f47;
    padding: 14px 22px;
    border-radius: 10px;
    transform: rotate(-15deg);
    font-weight: 800;
    text-align: center;
    z-index: 10;
}

/* BOTTOM BAR */
.banner-footer-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.25);
    padding: 18px 0;
    color: white;
}
/* =========================================
   NEW HERO SECTION STYLES
========================================= */

.banner-con.medicose-style {
    background: linear-gradient(135deg, #1aa35c 0%, #0e7f47 100%); /* Green Gradient */
    min-height: 85vh;
    padding: 60px 0 120px;
    overflow: hidden;
}

/* Decorative Wave on the left */
.left-wave-shape {
    position: absolute;
    left: -150px;
    top: 0;
    width: 500px;
    height: 100%;
    background: rgba(60, 207, 130, 0.4);
    clip-path: ellipse(50% 70% at 30% 50%);
    z-index: 1;
}

.brand-badge-top {
    display: inline-block;
    background: #eaff64;
    color: #0e7f47;
    padding: 4px 18px;
    border-radius: 0 0 10px 10px;
    font-weight: 800;
    font-size: 14px;
    margin-top: -60px;
}

.medicose-title {
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.medicose-subtitle {
    font-size: 20px;
    letter-spacing: 6px;
    color: #eaff64;
    font-weight: 700;
    margin-bottom: 25px;
}

.description-text {
    max-width: 450px;
}

/* Image Circular Shapes */
.shapes-wrapper {
    position: relative;
    height: 450px;
    width: 100%;
}

.pin-shape {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.pin-top {
    width: 380px;
    height: 380px;
    top: 0;
    right: 15%;
    border: 12px solid #eaff64; /* Yellow border for top image */
    z-index: 3;
}

.pin-bottom {
    width: 250px;
    height: 250px;
    bottom: -20px;
    right: 0;
    border: 10px solid #fff; /* White border for bottom image */
    z-index: 4;
}

.pin-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Certified Quality Badge */
.certified-badge-new {
    position: absolute;
    top: 20%;
    right: 5%;
    background: #eaff64;
    color: #0e7f47;
    padding: 15px 25px;
    border-radius: 12px;
    transform: rotate(-15deg);
    font-weight: 900;
    text-align: center;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    line-height: 1.2;
}

.cert-text { font-size: 14px; }
.qual-text { font-size: 22px; }

/* Bottom Bar */
.banner-footer-info {
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    color: #fff;
    font-size: 15px;
    backdrop-filter: blur(5px);
}

.info-item i {
    color: #eaff64;
}

/* Social icons hover */
.banner-social-links a:hover {
    color: #eaff64 !important;
}

/* Mobile Responsiveness for the new hero */
@media (max-width: 991px) {
    .medicose-title { font-size: 50px; }
    .shapes-wrapper { height: 350px; margin-top: 50px; }
    .pin-top { width: 250px; height: 250px; }
    .pin-bottom { width: 180px; height: 180px; }
    .certified-badge-new { padding: 10px; right: 0; }
}
/* Stack order for the shapes */
.pin-top { z-index: 1; }
.pin-bottom { z-index: 2; }
.certified-badge-new { z-index: 3; }
.medicose-title {
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* =========================================
   UPDATED BRAND HERO SECTION COLORS
========================================= */

.banner-con.medicose-style {
    /* Uses your brand's deep purple accent color as the primary gradient */
    background: linear-gradient(135deg, #d46923 0%, #3d2b8e 100%); 
    min-height: 85vh;
    padding: 60px 0 120px;
    overflow: hidden;
}

/* Decorative Wave Shape adjusted to a lighter shade of your accent color */
.left-wave-shape {
    position: absolute;
    left: -150px;
    top: 0;
    width: 500px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05); /* Soft highlight contrast */
    clip-path: ellipse(50% 70% at 30% 50%);
    z-index: 1;
}

.brand-badge-top {
    display: inline-block;
    background: var(--primary--color); /* Brand Yellow */
    color: #d46923; /* Brand Purple */
    padding: 4px 18px;
    border-radius: 0 0 10px 10px;
    font-weight: 800;
    font-size: 14px;
    margin-top: -60px;
}

.medicose-title {
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondary--color); /* White */
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.medicose-subtitle {
    font-size: 20px;
    letter-spacing: 6px;
    color: var(--primary--color); /* Brand Yellow subtitle */
    font-weight: 700;
    margin-bottom: 25px;
}

/* Image Circular Shapes */
.pin-top {
    width: 380px;
    height: 380px;
    top: 0;
    right: 15%;
    border: 12px solid var(--primary--color); /* Brand Yellow border */
    z-index: 1;
}

.pin-bottom {
    width: 250px;
    height: 250px;
    bottom: -20px;
    right: 0;
    border: 10px solid var(--secondary--color); /* White border */
    z-index: 2;
}

/* Certified Quality Badge */
.certified-badge-new {
    position: absolute;
    top: 20%;
    right: 5%;
    background: var(--primary--color); /* Brand Yellow */
    color: #d46923; /* Brand Purple Text */
    padding: 15px 25px;
    border-radius: 12px;
    transform: rotate(-15deg);
    font-weight: 900;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Bottom Info Bar */
.banner-footer-info {
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Darkened for readability on purple */
    padding: 20px 0;
    color: var(--secondary--color);
    font-size: 15px;
    backdrop-filter: blur(8px);
}

.info-item i {
    color: var(--primary--color); /* Yellow icons in footer */
}

/* Mobile adjustments to prevent hero info overlap */
@media (max-width: 767px) {
    .banner-con.medicose-style {
        min-height: auto;
        padding: 32px 0 24px;
    }

    .shapes-wrapper {
        height: 220px;
        margin-top: 0;
        margin-bottom: 32px; /* create breathing room before footer pills */
    }

    .pin-top {
        width: 200px;
        height: 200px;
        right: 6%;
        transform: translateY(-10px);
    }

    .pin-bottom {
        width: 140px;
        height: 140px;
        right: 4px;
        transform: translateY(6px);
    }

    .certified-badge-new {
        top: 6%;
        right: 0;
        padding: 10px 14px;
    }

    .banner-footer-info {
        position: static;
        width: 100%;
        margin-top: 80px;
        padding: 16px 16px;
        background: rgba(0, 0, 0, 0.55);
        text-align: center;
    }

    .banner-footer-info .d-flex {
        flex-direction: column;
        gap: 12px;
    }

    .info-item {
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }
}

/* Social icons hover */
.banner-social-links a:hover {
    color: var(--primary--color) !important;
}
.about-brand-con {
    background: #ffffff;
}

.about-brand-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.about-brand-content p {
    color: #555;
    line-height: 1.8;
}

.brand-info-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px 22px;
    text-align: left;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.brand-info-box i {
    font-size: 28px;
    color: #0f2a44;
    margin-bottom: 15px;
    display: inline-block;
}

.brand-info-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.brand-info-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.brand-info-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.about-medico-con {
    background: #f9fbff;
}

.about-medico-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.about-medico-content h2 span {
    color: #0dbcc0;
}

.appointment-text {
    color: #0dbcc0;
    font-weight: 600;
    margin: 15px 0;
}

.about-desc {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.doctor-shield-wrapper {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #0dbcc0, #4f46e5);
    border-radius: 50% 50% 45% 45%;
    padding: 30px;
}

.doctor-img {
    max-width: 260px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
}

.about-services-strip {
    border-radius: 20px;
    overflow: hidden;
}

.service-box {
    padding: 30px;
    color: #fff;
    text-align: center;
}

.service-box i {
    font-size: 30px;
    margin-bottom: 15px;
}

.service-box h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

.service-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.service-box.green {
    background: #f1d751;
}

.service-box.yellow {
    background: #facc15;
    color: #000;
}

.service-box.blue {
    background: #f0d450;
}
/* Bigger shield container */
.doctor-shield-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 420px;          /* ⬆ increased */
    height: 420px;         /* ⬆ increased */
    background: linear-gradient(135deg, #0dbcc0, #4f46e5);
    border-radius: 50%;
    padding: 22px;
}

/* Bigger image inside */
.doctor-img {
    width: 100%;
    height: 100%;
    max-width: 360px;      /* ⬆ increased */
    max-height: 360px;     /* ⬆ increased */
    object-fit: contain;
    background: #ffffff;
    border-radius: 50%;
    padding: 12px;
}
@media (max-width: 768px) {
    .doctor-shield-wrapper {
        width: 300px;
        height: 300px;
        margin: 40px auto 0;
    }

    .doctor-img {
        max-width: 250px;
        max-height: 250px;
    }
}
/* ==============================
   PREMIUM ROTATING GLOW RING
   ============================== */

.doctor-shield-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
}

/* Rotating gradient ring */
.doctor-shield-wrapper::before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    background: conic-gradient(
#d46923, #d46923, #cc341b, #dc8f2f
    );
    animation: rotateRing 14s linear infinite;
    z-index: -2;
}

/* Soft glowing pulse */
.doctor-shield-wrapper::after {
    content: "";
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(13, 188, 192, 0.35),
        rgba(79, 70, 229, 0.15),
        transparent 70%
    );
    filter: blur(20px);
    animation: glowPulse 4s ease-in-out infinite;
    z-index: -3;
}

/* Inner white circle */
.doctor-img {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 360px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 50%;
    padding: 14px;
    z-index: 2;
}

/* Animations */
@keyframes rotateRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.6;
        transform: scale(0.96);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(0.96);
    }
}
@media (max-width: 768px) {
    .doctor-shield-wrapper {
        width: 300px;
        height: 300px;
        margin: 40px auto 0;
    }

    .doctor-img {
        max-width: 250px;
        max-height: 250px;
    }
}
/* =========================
   HEX SERVICES SECTION
   ========================= */

/* Old hex styles removed - see new interactive version below */
}

/* Glow Effect for the Brand Icon */
.icon-glow {
    text-shadow: 0 0 15px rgba(253, 244, 133, 0.6);
    animation: iconPulse 3s infinite ease-in-out;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Icon Animation on Hex Hover */
.hex-item:hover .hex-content i {
    transform: translateY(-5px) scale(1.1);
    color: var(--black--color);
}

.center-hex:hover .hex-content i {
    transform: rotate(20deg);
    color: #fff !important;
}

/* Adjusting Text weight under icons */
.hex-content h6 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
}
/* =========================================
   ENHANCED INTERACTIVE HEX GRID
   ========================================= */

/* =========================================
   INTERACTIVE HEXAGON SERVICES WITH GLASSMORPHISM
   ========================================= */

.services-hex-con {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eff5 100%);
    overflow: visible;
    position: relative;
}

.services-interactive-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.hex-grid-wrapper {
    position: relative;
    width: 600px;
    height: 600px;
    flex-shrink: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hex-grid-wrapper.shifted-left {
    transform: translateX(-120px);
}

/* Hexagon Base with Glassmorphism */
.hex-item {
    position: absolute;
    width: 160px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Outer hexes hidden initially */
.outer-hex {
    opacity: 0;
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

/* Burst animation class */
.outer-hex.burst-in {
    opacity: 1;
    animation: burstOut 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    pointer-events: all;
}

@keyframes burstOut {
    0% {
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }
    100% {
        transform: scale(1) translate(var(--target-x, 0), var(--target-y, 0));
        opacity: 1;
    }
}

.hex-content {
    text-align: center;
    padding: 15px;
    z-index: 2;
    position: relative;
}

.hex-content i {
    font-size: 36px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    display: block;
}

.hex-content h6 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Glassmorphism Colors for Each Service */
.hex-top {
    top: 0;
    left: 220px;
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.8), rgba(186, 230, 253, 0.6));
    --target-x: 0;
    --target-y: 0;
}

.hex-top-right {
    top: 110px;
    right: 40px;
    background: linear-gradient(135deg, rgba(237, 233, 254, 0.8), rgba(221, 214, 254, 0.6));
    --target-x: 0;
    --target-y: 0;
}

.hex-bottom-right {
    bottom: 110px;
    right: 40px;
    background: linear-gradient(135deg, rgba(220, 252, 231, 0.8), rgba(187, 247, 208, 0.6));
    --target-x: 0;
    --target-y: 0;
}

.hex-bottom {
    bottom: 0;
    left: 220px;
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.8), rgba(254, 243, 199, 0.6));
    --target-x: 0;
    --target-y: 0;
}

.hex-bottom-left {
    bottom: 110px;
    left: 40px;
    background: linear-gradient(135deg, rgba(252, 231, 243, 0.8), rgba(251, 207, 232, 0.6));
    --target-x: 0;
    --target-y: 0;
}

.hex-top-left {
    top: 110px;
    left: 40px;
    background: linear-gradient(135deg, rgba(236, 254, 255, 0.8), rgba(207, 250, 254, 0.6));
    --target-x: 0;
    --target-y: 0;
}

/* Center Hex - Always visible with glow */
.center-hex {
    top: 227px;
    left: 220px;
    background: linear-gradient(135deg, #d46923, #3d2b8e);
    z-index: 10;
    box-shadow: 0 20px 50px rgba(92, 69, 191, 0.4);
    opacity: 1 !important;
    transform: scale(1) !important;
    pointer-events: none;
    animation: centerFloat 4s ease-in-out infinite;
}

@keyframes centerFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(92, 69, 191, 0.6);
    }
}

.center-hex i,
.center-hex h6 {
    color: #ffffff !important;
}

.center-hex .icon-glow {
    color: var(--primary--color) !important;
    text-shadow: 0 0 20px rgba(253, 244, 133, 0.8);
    font-size: 42px;
}

/* Hover Effects */
.outer-hex:hover {
    transform: scale(1.15) translateY(-8px);
    z-index: 15;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.outer-hex:hover .hex-content i {
    transform: translateY(-5px) scale(1.15);
}

/* Service Detail Panel */
.service-detail-panel {
    position: fixed;
    right: -450px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: auto;
    max-height: 80vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 40px;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
    transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow-y: auto;
}

.service-detail-panel.active {
    right: 40px;
}

.close-panel {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(92, 69, 191, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-panel:hover {
    background: #d46923;
    transform: rotate(90deg);
}

.close-panel i {
    font-size: 18px;
    color: #d46923;
}

.close-panel:hover i {
    color: white;
}

.panel-content {
    text-align: center;
}

.panel-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #d46923, #3d2b8e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(92, 69, 191, 0.3);
}

.panel-icon i {
    font-size: 48px;
    color: white;
}

.panel-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--black--color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.panel-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 30px;
}

.panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #d46923, #3d2b8e);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(92, 69, 191, 0.3);
}

.panel-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(92, 69, 191, 0.5);
    color: white;
}

/* Mobile Responsive */
@media (max-width: 1200px) {
    .services-interactive-container {
        flex-direction: column;
    }

    .hex-grid-wrapper.shifted-left {
        transform: translateX(0) scale(0.7);
    }

    .service-detail-panel {
        right: -100%;
        top: auto;
        bottom: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: 70vh;
        border-radius: 20px 20px 0 0;
    }

    .service-detail-panel.active {
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .hex-grid-wrapper {
        width: 450px;
        height: 450px;
        transform: scale(0.75);
    }

    .hex-grid-wrapper.shifted-left {
        transform: scale(0.6) translateY(-50px);
    }

    .hex-item {
        width: 120px;
        height: 110px;
    }

    .center-hex {
        top: 170px;
        left: 165px;
    }

    .hex-top { left: 165px; }
    .hex-bottom { left: 165px; }

    .hex-content i {
        font-size: 28px;
    }

    .hex-content h6 {
        font-size: 11px;
    }

    .service-detail-panel {
        padding: 30px 20px;
        height: 65vh;
    }

    .panel-title {
        font-size: 24px;
    }

    .panel-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hex-grid-wrapper {
        transform: scale(0.6);
    }

    .hex-grid-wrapper.shifted-left {
        transform: scale(0.5) translateY(-80px);
    }
}
    z-index: 10;
    border: 3px solid rgba(255,255,255,0.2);
    box-shadow: 0 20px 50px rgba(92, 69, 191, 0.4);
}

.center-hex i, .center-hex h6 {
    color: #ffffff !important;
}

/* Glow for center icon */
.icon-glow {
    text-shadow: 0 0 20px var(--primary--color);
}

/* --- INTERACTIVITY --- */

.hex-item:hover {
    transform: scale(1.1) translateY(-10px);
    z-index: 20;
    filter: saturate(1.5);
}

.hex-item:hover i {
    transform: scale(1.2) rotate(10deg);
    color: var(--black--color);
}

/* Center Hex "Heartbeat" Animation */
.center-hex {
    animation: heartbeat 4s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); box-shadow: 0 30px 60px rgba(92, 69, 191, 0.6); }
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .hex-grid-wrapper {
        transform: scale(0.65);
        height: 450px;
        margin: 0 auto;
    }
}

/* =========================================
   WHY CHOOSE US SECTION
   ========================================= */

.why-choose-con {
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

.choose-us-list {
    margin-top: 30px;
}

.choose-card {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
    cursor: pointer;
}

.choose-card:hover {
    transform: translateX(15px);
    box-shadow: 0 15px 35px rgba(92, 69, 191, 0.1);
    border-color: #d46923;
}

.choose-icon {
    width: 60px;
    height: 60px;
    background: var(--primary--color);
    color: #d46923;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: 0.3s;
}

.choose-card:hover .choose-icon {
    background: #d46923;
    color: #fff;
    transform: rotateY(180deg);
}

.choose-text h6 {
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--black--color);
}

.choose-text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Image Hexagon and Floating Elements */
.why-image-wrapper {
    position: relative;
    padding: 50px;
    display: inline-block;
}

.main-img-hex {
    width: 450px;
    height: 500px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.main-img-hex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-badge {
    position: absolute;
    bottom: 40px;
    left: 0;
    background: #d46923;
    color: #fff;
    padding: 25px;
    border-radius: 30px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: floatBadge 4s infinite ease-in-out;
}

.badge-inner span {
    font-size: 32px;
    font-weight: 800;
}

.badge-inner p {
    color: var(--primary--color);
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.hex-outline-shape {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 450px;
    height: 500px;
    border: 15px solid var(--primary--color);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 1;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Responsive fixes */
@media (max-width: 991px) {
    .main-img-hex, .hex-outline-shape {
        width: 300px;
        height: 350px;
    }
    .why-image-wrapper { margin-top: 50px; }
}

/* WHY CHOOSE US - CLEANED VERSION */
.why-choose-con {
    background-color: #ffffff; /* Removed odd yellow background */
    padding: 100px 0;
}

.choose-card {
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 20px;
    /* Subtle shadow instead of flat color */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); 
    transition: all 0.4s ease;
    border: 1px solid #f1f5f9;
}

.choose-card:hover {
    transform: translateX(10px);
    border-color: #d46923;
    box-shadow: 0 15px 35px rgba(92, 69, 191, 0.1);
}

.choose-icon {
    width: 65px;
    height: 65px;
    background: #f8fafc; /* Very light gray/blue */
    color: #d46923; /* Your Brand Purple */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 20px;
    flex-shrink: 0;
    border: 2px solid var(--primary--color); /* Yellow used only as a border accent */
}

.choose-card:hover .choose-icon {
    background: #d46923;
    color: #fff;
    border-color: #d46923;
}

/* Image Hexagon Fixes */
.why-image-wrapper {
    position: relative;
    padding: 40px;
}

.main-img-hex {
    width: 100%;
    max-width: 480px;
    height: 520px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px; /* Creates a small white border around the image */
}

.main-img-hex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.floating-badge {
    position: absolute;
    bottom: 20px;
    left: -10px;
    background: #d46923;
    color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    z-index: 5;
    text-align: center;
    box-shadow: 0 15px 30px rgba(79, 70, 229, 0.3);
}

.floating-badge p {
    color: var(--primary--color) !important; /* Yellow text on Purple badge */
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

/* The side circle icon from your reference image */
.side-icon-circle {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #d46923;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 5;
    border: 1px solid #eee;
}




.single-hero-image {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.single-hero-image img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}


.hero-image-overlay {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;

    /* Smooth border */
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.hero-image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-overlay .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
}

.hero-text h1 {
    font-size: 3rem;
    font-weight: 700;
}

.primary_btn {
    background: #d46923;
    padding: 12px 30px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}





