/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.32
Tested up to: 6.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body{margin: 0;padding: 0;}
/* variables */
:root{
	--primaryColor: #3d838c;
	--bodyColor:#7F7F90;
	--secHeadColor:#000;
    --background-color: #4F818A;
    --accent-color: #4F818A;
    --footer-text-color: #666666;
    --white-color: #ffffff;
    --light-bg-color: #F6F6F6;
    --dark-color: #000000;
    --charcoal-color: #5a5a5a;
    --highligh-color: #FFD43B;
    --overlay-color: #004551;
    --border-color: #003773;
    --hover-color: #8abc29;
    --secondary-light-bg-color: #F1FAFF;

}
.theme-detault-backgroung-color{
    background-color: var(--background-color);
}
/* typography */
body{font-size: 16px;font-family: "Raleway", serif;color:var(--bodyColor) ;}
h1,h2,h3,h4,h5,h6{font-weight: 700 !important;}
h1{font-size: 55px !important;text-transform:capitalize}
h2{font-size: 32px;color: var(--secHeadColor);text-transform:capitalize}
h6{font-size: 16px !important;}
a{display: inline-block;transition: 0.6s;text-decoration:none !important}
p{
    line-height: 26px;
}
.sub-head {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;color: var(--primaryColor);
}
.intro-text {
    color: var(--accent-color);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.main-heading {
    font-size: 38px;
    font-weight: 600 !important;
    color: var(--dark-color);
}
/* buttons */
.main-btn{font-size: 16px;text-transform: uppercase;font-weight: 500;border-radius: 30px;background-color: var(--primaryColor);color: var(--white-color);padding: 15px 30px;border: 1px solid var(--primaryColor);transition: 0.6s;}
.main-btn:hover{background-color: var(--white-color);color: var(--primaryColor);}
.border-btn{font-size: 16px;text-transform: uppercase;font-weight: 500;border-radius: 30px;background-color: var(--white-color);border: 1px solid var(--primaryColor);color: var(--primaryColor);padding: 15px 30px;transition: 0.6s;}
.border-btn:hover{background-color: var(--primaryColor);color: var(--white-color);}
.header-btn {
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 6px 16px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.header-btn:hover{background-color:var(--primaryColor);color:var(--white-color)}
/*****************/
section{padding: 50px 0px;}
/****************/

/* header */
.header-top{background-color:var(--primaryColor)}
.header-top a{color:var(--white-color)}
/* header ends*/
/* feature sec */
.icon-wrap{background:#41cdcf;text-align:center;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:45px}
.icon-wrap i {
    font-size: 22px;
    color: #ffffff;
}
section.feature-sec {
    padding: 30px 0;
}
.icon-wrap.quality-assurance {
    background: #E55D99;
}

.icon-wrap.client-support {
    background: #83C847;
}

.icon-wrap.global-reach {
    background: #51ACF6;
}

section.feature-sec .customer-satisfaction,section.feature-sec .quality-assurance,section.feature-sec .client-support {
    border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
    section.feature-sec .customer-satisfaction,section.feature-sec .quality-assurance,section.feature-sec .client-support {
        border-right: 0px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .feature-sec .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-sec .row .col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* Hero section */

section.hero-sec {
    background-image: url(./images/hero-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.hero-sec .container {
    padding: 0;
    max-width: 100%;
    position: relative;
}

section.hero-sec .row {
    margin: 0;
    width: 100%;
    align-items: center;
}

section.hero-sec .col-md-6.img-div {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.hero-sec .col-md-6.img-div img {
    width: 100%;
    object-fit: cover;
    display: block;
}

section.hero-sec .content-hero {
    padding: 0 50px;
}



/* About Section */

section.abt-sec {
    background-image: url(./images/plus-bg.png);
    background-position: center center;
    background-size: 30px auto;
    position: relative;
}

section.abt-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at center center, rgba(255, 255, 255, 0.65) 0%, var(--white-color) 60%);
    z-index: 1;
}

section.abt-sec .container {
    position: relative;
    z-index: 2;
    color: var(--white-color);
    text-align: center;
}

section.abt-sec .inner-content {
    text-align: left;
}

section.abt-sec .inner-content p {
    color: var(--dark-color);
}

section.abt-sec .para-big {
    font-size: 20px;
}

section.abt-sec .global-btn {
    border: 1px solid var(--primaryColor);
    background: var(--primaryColor);
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

section.abt-sec .global-btn:hover {
    border: 1px solid var(--primaryColor);
    background: var(--white-color);
    color: var(--primaryColor);
}


/* Key Points section */

section.key-sec {
    background-color: var(--light-bg-color);
    position: relative;
}
section.key-sec .main-heading.key-point {
    color: #014551;
    font-size: 48px;
    font-weight: 700 !important;
    margin: 20px 0;
}
section.key-sec .key-desc {
    margin: 26px 0;
}
section.key-sec .bg-attach-cover {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
}

section.key-sec .rounded-4 {
    border-radius: 1rem;
}

section.key-sec .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) -78.74%, rgb(0, 69, 81) 99.63%);
}

section.key-sec .icon-box {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    text-align: center;
    aspect-ratio: 1 / 1;
    background-color: var(--highligh-color);
    color: var(--white-color);
    width: max-content;
    height: max-content;
    transition: 0.5s;
    border-radius: 50%;
    padding: 10px;
}

section.key-sec .rtmicon {
    font-family: 'rtmicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.key-sec .bg-accent {
    background-color: var(--white-color);
}

section.key-sec .customer-item {
    aspect-ratio: 1 / 1;
    font-size: 19px;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-bg-color);
    color: var(--charcoal-color);
    margin-left: -6px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid var(--light-bg-color);
    overflow: hidden;
}

section.key-sec .customer-item:nth-child(1) {
    z-index: 6;
}

section.key-sec .btn-accent {
    background-color: var(--highligh-color);
    color: var(--white-color);
    transition: 0.5s;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

/* CTA Section */

section.cta {
    position: relative;
    padding: 0;
}

section.cta .main-heading {
    font-size: 46px;
    font-weight: 700 !important;
}
section.cta .section {
    padding: 4em 2em 4em 2em;
}
section.cta .bg-attach-fixed {
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
}

section.cta .cta-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 69, 81, 0.6) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.cta .r-container {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

section.cta .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

section.cta .w-max-content {
    width: max-content;
}

section.cta .btn-accent {
    background-color: var(--highligh-color);
    color: var(--overlay-color);
    transition: all 0.5s;
    border: 1px solid transparent;
}

section.cta .btn-accent:hover {
    background-color: transparent;
    border-color: var(--overlay-color);
    color: var(--overlay-color);
}


/* Our Product Section */

section.our-product-section {
    position: relative;
}

section.our-product-section .content-main {
    text-align: center;
}

section.our-product-section .sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
    border: 2px solid var(--border-color) !important;
}

/* Pcd Pharma Franchise section */

section.about.boost {
    background-color: var(--secondary-light-bg-color);
}

section.about .green {
    color: var(--hover-color);
    font-size: 18px;
    font-weight: 500 !important;
}

section.about .dark {
    color: var(--dark-color);
}

section.about .heading {
    line-height: 1.4;
    font-size: 38px;
    font-weight: 600 !important;
    margin: 10px 0;
}

section.about .gray {
    color: var(--charcoal-color);
}

section.about .points_list li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 4px;
    list-style: none;
}

section.about .points_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background-color: var(--hover-color);
    border-radius: 50%;
}

section.about .franchise_btn a {
    color: var(--white-color) !important;
    background-color: var(--border-color);
    padding: 13px 32px;
    font-size: 14px;
    border-radius: 22px;
    transition: all 0.4s linear;
    border: 1px solid var(--border-color);
    background: linear-gradient(to right, var(--white-color) 49%, var(--border-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

section.about .franchise_btn a:hover {
    background-position: left bottom !important;
    color: var(--border-color) !important;
}
@media(max-width:767px){
    section.about .green {
        margin: 20px 0;
    }
    section.about .heading {
        line-height: 1.4;
        margin-top: 10px;
        font-weight: 500 !important;
    }
}

/* Therepy section */

section.therapy {
    background-image: url("./images/therepy-bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
}
section.therapy .main-heading{
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

section.therapy .list-none {
    list-style: none;
}

section.therapy .therapy_title {
    padding: 5px 13px;
    border-radius: 7px;
    width: 62%;
    background-color: var(--border-color);
    transition: all 0.3s linear;
}

section.therapy .therapy_img {
    width: 11%;
    margin-right: 13px;
}


/* Testimonials Section */
section.testimonials {
    position: relative;
    background-color: var(--light-bg-color);
    overflow: hidden;
}

section.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    z-index: 1;
}

section.testimonials .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245 245 245 / 75%);
    z-index: 2;
}

section.testimonials .container {
    position: relative;
    z-index: 3;
    text-align: center;
}

section.testimonials .testimonial-box .rating-star {
    font-size: 20px;
    font-weight: 600;
    color: var(--border-color) !important;
}

section.testimonials .testimonial-box {
    border: 1px solid var(--white-color);
    background: var(--white-color);
    border-radius: 20px;
}

section.testimonials .testimonial-box img {
    height: 50px;
}
@media(max-width:767px){
    section.therapy .therapy_title {
        width: 100%;
    }
    section.therapy .therapy_img {
        margin-right: 30px;
    }
}
/* product range section */
section.our-range {
    padding: 0 0 50px 0;
    position: relative;
}

section.our-range .counter {
    position: relative;
    top: -50px;
    z-index: 99;
}

section.our-range .counter-outer {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
}

section.our-range .odometer {
    font-size: 48px;
    font-weight: 700;
    color: #3A4266;
    text-align: center;
    margin-bottom: 10px;
}

section.our-range .plus-icon {
    font-size: 42px;
    color: #3A4266;
    font-weight: 700;
}
section.our-range .range-desc {
    font-size: 18px;
    font-weight: 500;
}

/* section.our-range .inner-category {
    position: relative;
    color: #ffffff;
    background-color: #ffffff;
    padding: 20px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    z-index: 0;
} */
section.our-range .inner-category {
	position: relative;
	color: #ffffff;
	background-color: #ffffff;
	padding: 2%;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border-radius: 3px;
	margin-bottom: 10px;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
	z-index: 0;
}
section.our-range .inner-category .category-img {
    width: 96px;
}

section.our-range .main-heading {
    margin: 20px 0;
    font-size: 42px;
}

section.our-range .highlight-text {
    color: #477A85;
}

section.our-range .intro-range-heading {
    text-transform: uppercase;
    font-size: 18px;
}

section.our-range .inner-category .content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}


/* section.our-range .inner-category .category-heading {
    font-weight: 700 !important;
    margin-bottom: 10px;
    color: #111111;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 45px;
} */
section.our-range .inner-category .category-heading {
	font-weight: 700 !important;
	margin-bottom: 10px;
	color: #111111;
	font-size: 24px;
	text-transform: capitalize;
	padding-top: 15px;
}
section.our-range .inner-category .count-category {
    font-size: 1rem;
    color: #666666;
    padding-bottom: 20px;
}

@media(max-width:767px) {
    section.our-range .categories {
        margin-top: 30px;
    }
    section.our-range .counter {
        top: -25px;
    }

    section.our-range .inner-category .content {
        left: 50%;
    }
}

/* Contact us section */
section.contact-us {
    background-image: url(./images/contact-background.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.contact-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ffffff 24%, #47A2A3E0 24%);
    z-index: 1;
}

section.contact-us .container {
    position: relative;
    z-index: 2;
}

section.contact-us .contact-form {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
}
section.contact-us .contact.desc {
    margin: 20px 0;
}
section.contact-us .contact-form p label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #132B2C;
}

section.contact-us .contact-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
}

section.contact-us .contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
    height: 125px;
}

section.contact-us .contact-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px;
    color: #ffffff;
    background-color: #3d838c;
    transition: all 0.3s ease;
}

section.contact-us .become-member {
    color: #fff;
    padding: 10px 10px 10px 40px;
}

section.contact-us .become-member .main-heading {
    color: #ffffff;
    margin: 20px 0;
}

section.contact-us .become-member .member-heading {
    font-weight: 500 !important;
    font-size: 26px;
    margin-bottom: 20px;
}

section.contact-us .become-member .memeber-list li {
    list-style: none;
    margin-bottom: 8px;
}

section.contact-us .become-member .memeber-list {
    padding: 0;
}

section.contact-us .become-member .memeber-list li::before {
    position: relative;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #C2C375;
}

section.contact-us .become-member .contact-member {
    border-top: 1px solid #ffffff;
    padding: 10px 0;
}

section.contact-us .become-member .contact-member .icon {
    background: #3d838c;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}

section.contact-us .become-member .contact-member .icon i {
    font-size: 24px;
}

section.contact-us .become-member .contact-member .outer-container {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

section.contact-us .become-member .contact-member .contact-info {
    margin-left: 10px;
}

section.contact-us .become-member .contact-member .heading-contact {
    color: #111;
    font-weight: 500;
}

section.contact-us .become-member .contact-member .desc-contact {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

section.contact-us .become-member .contact-member .desc-contact a {
    color: #111;
}

@media(max-width:767px){
    section.contact-us::before {
        background-image: linear-gradient(180deg, #ffffff 24%, #47A2A3E0 24%);
    }
    section.contact-us .main-heading {
        font-size: 32px;
    }
    section.contact-us .become-member {
        padding: 20px 10px;
    }
    section.contact-us .become-member .contact-member .outer-container {
        margin-bottom: 20px;
    }
}

/* logistics section */
section.logistic-partners .logistics-img-outer {
    padding: 45px 0;
}
@media (max-width:767px) {
    section.logistic-partners .logistics-img-outer {
        text-align: center;
    }

    section.logistic-partners .img-outer {
        margin-bottom: 20px;
    }
    
}

/* quote section */
section.get-quote.theme-detault-backgroung-color {
    padding: 15px;
    color: var(--white-color);
}
section.get-quote .quote-head {
    font-size: 22px !important;
    font-weight: 600 !important;
}

section.get-quote .outer-quote-btn {
    text-align: center;
}

section.get-quote .quote-btn {
    color: var(--dark-color);
    background-color: var(--white-color);
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid var(--white-color);
}
section.get-quote .quote-btn:hover{
    color:var(--white-color) ;
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
}

/* footer section */
footer.footer {
    padding: 60px 0;
    background-color: var(--light-bg-color);
}

.office-timing i {
    font-size: 48px;
}
.footer-inner .links li a::before {
    position: relative;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: var(--accent-color);
}

footer.footer .outer-timing {
    margin-left: 10px;
}
footer.footer .footer-inner i {
   color: var(--accent-color);
}

.footer-inner .links li {
    margin-bottom: 0.50rem;
    list-style: none;
}


footer.footer ul.links {
    padding-left: 0;
}
footer.footer p {
    color: var(--footer-text-color);
}
footer.footer .footer-main-heading {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}
footer.footer ul.links li a{
    color: var(--footer-text-color);
    transition: all 0.3s ease;
}
footer.footer ul.links li a:hover{
    color: var(--accent-color);
}
footer.footer .footer-inner .icon-links a {
    color: var(--footer-text-color);
    transition: all 0.3s ease;
}
footer.footer .footer-inner .icon-links a:hover {
    color: var(--accent-color);
}

footer.footer .social-icons a{
    background: var(--background-color);
    transition: all 0.3s ease;
    border: 1px solid var(--background-color);
}
footer.footer .social-icons a:hover{
    border: 1px solid var(--background-color);
    background: var(--white-color);
}
footer.footer .social-icons a i{
color: var(--white-color);
transition: all 0.3s ease;
}
footer.footer .social-icons a:hover i{
    color: var(--background-color);
    }
    @media(max-width:1200px){
        footer.footer .outer-timing {
            margin-left: 20px;
        } 
    }
    @media(max-width:767px){
        footer.footer .office-timing {
            margin-bottom: 20px;
        }
        footer.footer .outer-timing {
            margin-left: 30px;
        }
    }
    
/* copyright  */

.copyright {
    padding: 10px 0;
    color: var(--footer-text-color);
}
@media(max-width:767px){
.copyright {
    padding: 10px 0 20px;
}
}


/* media */

@media(max-width:767px){
    section.hero-sec .content-hero {
        padding: 15px !important;
    }
    section.hero-sec .content-hero h1 {
        font-size: 42px !important;
    }
    section.hero-sec .main-btn {
        margin-bottom: 10px;
    }
    section.testimonials .testimonial-box {
        margin-bottom: 20px;
    }
    .justify-content-md-end{
        justify-content:flex-start !important;
    }
}

/* Modal contact */

div#contactModal input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
}

div#contactModal textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
    height: 125px;
}

div#contactModal input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px;
    color: #ffffff;
    background-color: #3d838c;
    transition: all 0.3s ease;
}


section.breadcrumb {
    position: relative;
    padding: 50px 0;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.breadcrumb .content {
    position: relative;
    color: var(--white-color);
    z-index: 1;
}

section.breadcrumb .home-url {
    color: var(--white-color);
    transition: all 0.3s ease;
}

section.breadcrumb .breadcrumb-item.active {
    color: var(--white-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color) !important;
    content: var(--bs-breadcrumb-divider, ">");
}
section.breadcrumb::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(15 16 17 / 80%);
}
#sequence {
	width: 100%;
	float: left;
	background: var(--background-color);
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 0;
	color: var(--white-color) !important;
	margin: 0 !important;
}

#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
	color: var(--white-color) !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}

 /* Gsap animation */
 .gsap-reveal-img {
    line-height: 0;
}

.gsap-reveal-img .reveal-wrap {
    position: relative;
    overflow: hidden;
}

.gsap-reveal-img .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #C4DEDB;
    margin-left: -100%;
    z-index: 9;
}

.gsap-reveal-img .reveal-wrap .reveal-content {
    opacity: 0;
    visibility: hidden;
}

.gsap-reveal-img .reveal-wrap .reveal-content .portfolio-item-content h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.gsap-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .gsap-reveal.gsap-reveal-filter {
        overflow: visible !important;
    }
}

.gsap-reveal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
}

.gsap-reveal-hero {
    line-height: 0;
}

.gsap-reveal-hero .reveal-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.gsap-reveal-hero .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #C4DEDB;
    margin-left: -100%;
    z-index: 2;
}

.gsap-reveal-hero .reveal-wrap .reveal-content {
    line-height: 1.3;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* Inner pages  */

section.inner-content .about-heading {
    font-size: 42px;
    color: #014551;
    font-weight: 600;
    margin-bottom: 15px;
}
section.inner-content .main-heading-inner {
    font-size: 42px;
    color: #014551;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-content .contact-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
}

.main-content .contact-form p label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #132B2C;
}

.main-content .contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
    height: 125px;
}
.main-content .contact-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px;
    color: #ffffff;
    background-color: #3d838c;
    transition: all 0.3s ease;
}

.category-section a {
	text-decoration: none;
}

.category-section .product {
	padding: 10px;
	box-shadow: 0px 4px 4px rgba(16, 24, 40, 0.1), 0px 1px 3px rgba(16, 24, 40, 0.1);
	border-radius: 8px;
}

.category-section .product .para-div {
    text-align: left;
    border: 1px solid var(--accent-color);
    border-radius: 5px;
    background-color: var(--accent-color);
    color: #fff;
    padding: 0 5px;
    display: inline-block;
}

.category-section .product .category-sec {
	text-align: end;
}

.category-section .product .medicine-brief h3 {
	color: #1C1C1C;
	font-size: 20px;
	font-weight: 700;
}

.category-section .product .medicine-brief p {
	color: #606060;
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
}

.category-section p,
.category-section h1 {
	margin: 0;
}

.category-section .product .medicine-brief p {
	color: #606060;
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
}

.category-section .product .medicine-brief p.mrp {
	margin-top: 15px;
}

.category-section .product .medicine-brief p.mrp span {
	color: var(--border-color);
	font-weight: 700;
	font-size: 14px;
}

.category-section .category-sec {
	font-weight: 500;
	color: #44B181;
}

.category-section .outer-sec-category {
	border: 1px solid #44B181;
	border-radius: 5px;
	padding: 0 5px;
	display: inline-block;
	float: right;
}

.category-section .product .medicine-brief div {
	width: 100%;
}

.category-section .product .medicine-brief div.ptr-pts {
	display: flex;
	gap: 10px;
}

@media(min-width:767px) {
	.category-section .img-div {
		text-align: right;
	}

	.category-section .img-div img {
		max-width: 70% !important;
	}
}



.related-products .similar-details {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.related-products .similar-details a {
	text-decoration: none;
}

.related-products .similar-details .product-name-title {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
}

.one-line-ellipse {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.related-products .similar-details p.composition {
	font-size: 12px;
	font-weight: 400;
	color: #606060;
	margin: 0;
}

.related-products .similar-details p.mrp {
	font-size: 12px;
	font-weight: 600;
	color: #606060;
	margin: 0;
}

.related-products .similar-details p span {
	color: var(--border-color);
}

.product-info .medicine-name{
	font-weight: 600;
}
.product-info .woocommerce img, .woocommerce-page img {
	width: 100%;
}

section.product-info {
	padding: 60px 0;
	position: relative;
}

section.product-info a.button {
	position: relative;
	display: inline-block;
	padding: 20px 40px;
	color: var(--background-color);
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
	overflow: hidden;
}

section.product-info a.button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 50%;
	background: rgba(255, 255, 255, 0.05);

}

section.product-info a.button span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, var(--background-color), var(--light-bg-color));
	animation: animate1 2s linear infinite;
	animation-delay: 1s;

}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

section.product-info a.button span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, var(--background-color), var(--light-bg-color));
	animation: animate2 2s linear infinite;
	animation-delay: 2s;
}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

section.product-info a.button span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, var(--background-color), var(--light-bg-color));
	animation: animate3 2s linear infinite;
	animation-delay: 1s;

}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

section.product-info a.button span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(to top, var(--background-color), var(--light-bg-color));
	animation: animate4 2s linear infinite;
	animation-delay: 2s;

}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
}

/* product page */
section.our-product-section .sticky-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}

section.our-product-section .category-list {
    list-style: none;
    padding: 0;
    overflow-y: auto;
    height: 500px;
    background: var(--light-bg-color);
    padding: 10px;
	border-radius: 10px;
}

section.our-product-section .category-list li a{
	color:var(--border-color);
	transition: all 0.3s ease;
	text-decoration: none;
}
section.our-product-section .category-list li a::before{
position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
section.our-product-section .category-list li a:hover{
	color: var(--footer-text-color);
	letter-spacing: 1px;
}

section.our-product-section .category-list li {
    margin-bottom: 10px;
}


section.our-product-section .category-heading.our-product {
	text-align: center;
	padding: 10px;
	background-color: var(--accent-color);
	border-radius: 10px;
	color: var(--white-color);
}

section.our-product-section .category-heading{
	padding: 10px;
	font-weight: 700;
	text-align: center;
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 10px;
}
section.our-product-section {
	padding: 60px 0;
}
img.img-fluid.track {
    width: 50%;
}
.heading-client {
    margin-top: 10px;
}


/* Container for fixed buttons */
.fixed-buttons {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%);
}

.fixed-buttons .button {
    margin: 2px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Styling for individual button styles */
.fixed-buttons .button.whatsapp {
    background: #61B724;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.fixed-buttons .button.call-us {
    background: #3d838c;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
 img.icon {
    width: 50px;
}

/* Icon styling */
.fixed-buttons i {
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text styling (hidden by default) */
.fixed-buttons .button-text {
    display: none;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    /*margin-right: 10px;*/
    color: white;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

/* Show text on hover */

.fixed-buttons .button:hover .button-text.call {
    display: block;
    background: #CE2B2B;
    padding: 14px;
    border-radius: 5px 0 0 5px;
}
.fixed-buttons .button:hover .button-text.whatsapp{
    display: block;
    background: #61B724;
    padding: 14px;
    border-radius: 5px 0 0 5px;
}

.fixed-buttons .button.whatsapp:hover.button.whatsapp {
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}
.fixed-buttons .button.call-us:hover.button.call-us {
   border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}


/* Hover effect */
.fixed-buttons .button:hover .icon {
    opacity: 0.7;
}

.fixed-buttons .button:hover {
    cursor: pointer;
}

@media(max-width:767px){
    .button.call-us {
    display: none;
}
.button.whatsapp {
    display: none;
}
}

.modal-bodynew input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
}

.modal-bodynew textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
    height: 125px;
}

.modal-bodynew input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px;
    color: #ffffff;
    background-color: #3d838c;
    transition: all 0.3s ease;
}

input.aiowps-captcha-answer {
    float: left;
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f6f6f6;
    border-radius: 8px 8px 8px 8px;
    color: #6a6a6a;
    max-width: 100%;
    padding: 12px;
    height: auto;
    background-color: #f6f6f6;
}

/* new banner css */
.section-banner .carousel-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.section-banner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Desktop Carousel */
.section-banner .desktop-carousel {
    display: block;
}

.section-banner .desktop-carousel .carousel-item {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 600px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.section-banner .desktop-carousel .carousel-item img {
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-banner .desktop-carousel .carousel-item:hover img {
    transform: scale(1.03);
    filter: brightness(1.05);
}

.section-banner .desktop-carousel .carousel-control-prev,
.section-banner .desktop-carousel .carousel-control-next {
    width: 5%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 20;
}

.section-banner .desktop-carousel:hover .carousel-control-prev,
.section-banner .desktop-carousel:hover .carousel-control-next {
    opacity: 1;
}

.section-banner .desktop-carousel .carousel-control-prev {
    transform: translateX(-15px);
}

.section-banner .desktop-carousel .carousel-control-next {
    transform: translateX(15px);
}

.section-banner .desktop-carousel:hover .carousel-control-prev {
    transform: translateX(0);
}

.section-banner .desktop-carousel:hover .carousel-control-next {
    transform: translateX(0);
}

.section-banner .desktop-carousel .carousel-control-prev-icon,
.section-banner .desktop-carousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 60%;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
}

.section-banner .desktop-carousel .carousel-control-prev-icon:hover,
.section-banner .desktop-carousel .carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.15);
}

.section-banner .desktop-carousel .carousel-indicators {
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
    z-index: 15;
}

.section-banner .desktop-carousel .carousel-indicators button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    margin: 0 6px;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.section-banner .desktop-carousel .carousel-indicators button:hover {
    transform: scale(1.3);
    background: rgba(255, 255, 255, 0.5);
}

.section-banner .desktop-carousel .carousel-indicators button.active {
    background: white;
    transform: scale(1.4);
    animation: pulse 2s infinite;
}

.section-banner .desktop-carousel .next-slide-thumbnail {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 60px;
    border: 2px solid white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: right bottom;
}

.section-banner .desktop-carousel .next-slide-thumbnail:hover {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.desktop-carousel .next-slide-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.section-banner .desktop-carousel .next-slide-thumbnail:hover img {
    transform: scale(1.1);
}

/* Desktop Animations */
.section-banner .desktop-carousel .carousel-item.active {
    animation: slideIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.1),
               subtlePulse 8s infinite ease-in-out;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: scale(1.05) rotate(0.5deg);
        filter: brightness(0.8) blur(1px);
    }
    50% {
        opacity: 0.8;
        filter: brightness(0.9) blur(0.5px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: brightness(1) blur(0);
    }
}

@keyframes subtlePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.005); }
    100% { transform: scale(1); }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
    70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* Mobile Carousel */
.section-banner .mobile-carousel {
    display: none;
}

.section-banner .mobile-carousel .carousel-item {
    /* height: 60vh;
    max-height: 500px;
    min-height: 300px; */
    overflow: hidden;
}

.section-banner .mobile-carousel .carousel-control-prev,
.section-banner .mobile-carousel .carousel-control-next {
    width: 15%;
    opacity: 0.7;
    /* background-color: rgba(0,0,0,0.2); */
    transition: opacity 0.3s;
}

.section-banner .mobile-carousel .carousel-control-prev:hover,
.section-banner .mobile-carousel .carousel-control-next:hover {
    opacity: 0.9;
}

.section-banner .mobile-carousel .carousel-control-prev-icon,
.section-banner .mobile-carousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-size: 50%;
}

.section-banner .mobile-carousel .carousel-indicators {
    bottom: 15px;
}

.section-banner .mobile-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.section-banner .mobile-carousel .carousel-indicators button.active {
    transform: scale(1.3);
    animation: mobilePulse 1.5s infinite;
}

/* Mobile Animations */
.section-banner .mobile-carousel .carousel-item.active {
    animation: mobileSlideIn 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

@keyframes mobileSlideIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobilePulse {
    0% { transform: scale(1.3); opacity: 0.7; }
    50% { transform: scale(1.5); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0.7; }
}

/* Responsive Switch */
@media (max-width: 768px) {
    .section-banner .desktop-carousel {
        display: none;
    }
    
    .section-banner .mobile-carousel {
        display: block;
    }
}
.header-inner-wrap img {
    width: 100%;
}