/*
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.4
Tested up to: 6.8
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
 * ----------------------------------------------------------------------------
 */
.container,
.container-fluid {
	width: 90%;
}

section {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	list-style: 1.8;
	font-size: 16px;
    font-family: "Funnel Sans", sans-serif;
}
p, li {
    color: #4e4b4b;
}
ol, ul {
    padding-left: 0;
}
.main-desc{
	color: #f2ac42;
}

a {
	text-decoration: none;
}

img.img-fluid.logo {
    width: 45%;
}
header.header-section {
    padding: 5px 0;
}
/* Hero-section */
.hero-section {
  position: relative;
  overflow: hidden;
}

.banner-img {
  position: relative;
}
h3.banner-head-text {
    position: absolute;
    bottom: 52px;
    right: 38px;
    font-weight: 700;
}
.banner-btn {
    background: #ff000000;
    border-radius: 20px;
    border: 2px solid #2d2d2d;
    padding: 5px 20px;
    position: absolute;
    bottom: 12px;
    right: 425px;
}
.banner-btn a {
    color: #242323;
    font-weight: 600;
}

@media (max-width: 768px) {
	img.img-fluid.logo {
    width: 31%;
}
  .banner-text {
    left: 5%;
    bottom: 8%;
    max-width: 90%;
  }

  .banner-head-text {
    font-size: 1.3rem;
  }
}

.social-icons.d-inline-flex i {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    background: #f2ac42;
    color: #000000;
    padding: 5px 11px;
    border-radius: 4px;
    justify-content: center;
}
.social-icons.d-inline-flex i:hover {
    color: #ffffff;
}
.header-btn a {
    padding: 6px 17px;
    border-radius: 2px solid;
    border: 2px solid #f2ac42;
    border-radius: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0 25px;
}
.header-btn a:hover {
    background: orange;
    color: #ffffff;
}
h2.about-heading {
    font-size: 40px;
    font-weight: 600;
}
i.about-head-text {
    font-size: 21px;
    font-weight: 500;
    color: #333333;
}

/* About-Us */
section.about-us {
    padding: 45px 0;
}

.mission {
    background: #e1e1e1;
    border-radius: 4px;
    padding: 15px 0 14px 19px;
    border: 1px solid #a39f9f;
}
.about-img-section {
    position: relative;
}
.experience-card {
    background: #ffffff;
    position: absolute;
    bottom: 17px;
    right: 29px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.07);
    align-items: center;
    justify-content: center;
    padding: 9px 28px;
    border-radius: 5px;
}

h5.experience-head {
    font-size: 60px;
    font-weight: 700;
}
.experience-number {
    font-size: 70px;
    font-weight: bold;
}
.experience-text {
    font-weight: 600;
    line-height: 20px;
}
p.about-text {
    font-size: 14px;
}
.mission h6:hover {
    color: #f2ac42;
}

/*  Pharma-franchise */

section.pharma-franchise {
    filter: opacity(-19.5);
    background-image: linear-gradient(rgb(0 0 0 / 78%), rgb(0 0 0 / 62%)), url(images/franchise-img.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 61px 61px 0 61px;
}
.franchise-card {
    background: #53534b;
    color: #ffffff;
    padding: 20px 0 50px 55px;
}
.franchise-card-1 {
    background: #53534b;
    color: #ffffff;
    padding: 20px 0 50px 55px;
    border-right: 2px solid #949393;
}
h5.franchise-text {
    font-size: 25px;
    line-height: 35px;
}
h6.project {
    border-bottom: 1px solid #a1a1a1;
    padding: 20px 0;
    line-height: 26px;
    font-size: 20px;
    width: 80%;
}
h6.project-1{
    padding: 20px 0 0 0;
    line-height: 26px;
    font-size: 20px;
    width: 80%;
}
.call-icon {
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    background: #f2ac42;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 30px;
    justify-content: center;
}
.call-icon:hover {
    background: #ff000000;
    color: #ffffff;
    border: 2px solid #f2ac42;
}
a.contact-num {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}

/* info-section */
section.info-section {
    background: #f5f5f5;
}

h5.growth-number {
    font-size: 40px;
    font-weight: bold;
}
i.growth-text {
    font-weight: 700;
    color: #3d3d3d;
    font-size: 18px;
}

/* product-segment */

section.product-segment {
    padding: 70px 0 50px 0;
}
h6.product-segment-text {
    font-weight: 600;
    font-size: 21px;
}
button.explore-btn.d-flex {
    border: none;
    background: none;
}

button.explore-btn.d-flex a i {
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    background: #f2ac42;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    justify-content: center;
}
button.explore-btn.d-flex a i:hover{
	background:#6d6d6d;
}

button.explore-btn.d-flex a {
    color: #424141;
    font-weight: 500;
    font-size: 18px;
}
label {
    display: inline-block;
    width: 100%;
}
.custom-border {
    border-right: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    padding: 30px 13px;
}
.row.custom-border-1 {
    border-bottom: 1px solid #a4a4a4;
    padding: 30px 13px;
}
.row.custom-border-1 {
    border-bottom: 1px solid #a4a4a4;
    padding: 30px 13px;
}
.row.custom-border-2 {
   border-right:1px solid #a4a4a4;
    padding: 30px 13px;
}
.row.custom-border-3 {
    padding: 30px 13px;
}
/* .col-lg-6:nth-last-child(-n+3) .custom-border {
  border-bottom: none;
	
}
 .col-lg-6:nth-child(3n) .custom-border {
    border-right:1px solid #a4a4a4;
  }
 */
/* Our Products */
section.product-section {
    position: relative;
    display: block;
    padding-top: 120px;
    z-index: 1;
}
  
section.product-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 130px;
    right: 0;
    background-color: #53534b;
    z-index: -1;
}
img.img-fluid.product-img {
    border: 2px solid #f2ac43;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Testimonial-Section */
.testimonial-wrapper {
/*     background-color: #f8f9fa; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.57)), 
        url('https://byronpharma.in/wp-content/uploads/2025/10/client-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
        /* Using an SVG for the quote icon */
        .testimonial-quote-icon {
            color: #ffffff;
            width: 50px;
            margin: 0 auto;
        }

        #testimonial-text {
            /* Prevents the box from resizing when content changes */
            min-height: 120px; 
            font-size: 1.25rem;
            color: #ffffff;
            transition: opacity 0.3s ease-in-out;
        }

        #testimonial-author {
            color: #ffffff;
            font-weight: bold;
            font-style: normal;
			font-family: "Funnel Sans", sans-serif;
        }

        .testimonial-authors img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            cursor: pointer;
            border: 4px solid transparent;
            transition: all 0.3s ease;
            margin: 0 8px;
        }

        .testimonial-authors img:hover {
            transform: scale(1.1);
            border-color: #ffc107;
        }

        /* Style for the currently selected author image */
        .testimonial-authors img.active {
            border-color: #ffc107;
            transform: scale(1.15);
            box-shadow: 0 0 15px rgba(255, 193, 7, 0.6);
        }

/* faq */

.col-lg-6.faq-col {
    padding: 0 0 0 27px;
}
.ea-card.sp-ea-single .ea-header a {
    font-weight: 500;
}

/* Footer-Section */

section.footer-section {
    background-image: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 57%)), url(images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 30px 0 30px 0;
    margin: 45px 0 0 0;
}
h6.footer-head {
    font-size: 27px;
}
h6.footer-text.text-white {
    font-size: 33px;
}
ul.list-unstyled li a {
    color: #e5e5e5;
    font-weight: 500;
}
.premium-img {
    width: 80%;
}
.footer-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2ac42;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
}
.footer-border {
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
}

.footer-border > .col-lg-3,
.footer-border > .col-lg-2 {
    border-right: 1px solid rgba(255, 255, 255, 0.3); 
}

.footer-border > .col-lg-4:last-child {
    border-right: none;
}
.col-lg-4.custom-border {
    border-right: 1px solid #606465;
}

li.footer-icon {
    background: #949494bd;
    padding: 7px 14px;
    border-radius: 5px;
    width: 65%;
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    gap: 0;
}

li.footer-icon a {
    display: flex;
    align-items: center;    
    color: #fff;               
}

li.footer-icon a i {
    color: #f2ac42;
    font-size: 43px;
}

/* Contact-Form */
span.wpcf7-form-control-wrap input {
    padding: 10px 10px;
    border-radius: 28px;
    border: none;
    width: 100%;
    border: 1px solid #f4b85d;
    margin: 0 0 12px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 75px;
    border-radius: 38px;
    border: none;
    padding: 12px 0 0 21px;
    border: 1px solid #f4b85d;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 8px 0;
    border-radius: 23px;
    margin: 15px 0;
    background: #f2ac42;
    border: none;
    font-size: 17px;
    color: #ffffff;
    width: 100%;
    margin: 12px 0 0 0;
}
form.wpcf7-form.init {
    padding: 0;
    background: #f0f0f0;
    padding: 50px 0 10px 0;
    margin: 25px 0 0 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-page textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 75px;
    border-radius: 38px;
    border: none;
    padding: 12px 0 0 21px;
    border: 1px solid #f4b85d;
}
iframe {
    width: 88%;
    border-radius: 4px;
    height: auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
    background: #f6f6f6;
    color: #f2ac42;
    border: 2px solid #f2ac42;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
}

/* Responsive Css */
@media(max-width:767px){
section.about-us {
    padding: 15px 0 0 0;
}	
.social-icons.d-inline-flex {
    display: none !important;
}	
.franchise-card {
    padding: 0 0 25px 18px;
}	
.franchise-card-1 {
    padding: 7px 0 17px 18px;
    border-right: none;
}
	section.product-segment {
    padding: 8px 0 15px 0;
}
.custom-border {
    padding: 11px 0 16px 15px;
    border-right: none !important;
    border-bottom: none;
}
br.desktop-break {
    display: none;
  }
	h2.about-heading {
    font-size: 29px;
    line-height: 38px;
}
h6.product-segment-text {
    padding: 15px 0 0 0;
}	
section.product-section::before {
    top: 80px;
    left: -1000000px;
    bottom: 210px;
}	
	.contact-page textarea.wpcf7-form-control.wpcf7-textarea {
    width: 101%;
}
section.product-section {
    margin: -82px 0 0 0;
}	
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
	form.wpcf7-form.init {
    padding: 20px 0 0px 0;
}
.premium-img {
    width: 40%;
}	
	.footer-border > .col-lg-3, .footer-border > .col-lg-2 {
    border-right: none !important;
}
	section.pharma-franchise {
    padding: 61px 20px 0 20px;
}
img.img-fluid.footer-img {
    width: 80%;
    padding: 0 0 10px 0;
}
.footer-icons a {
    margin: 0 0 15px 0;
}	
.col-lg-6.faq-col {
    padding: 0;
}	
h3.banner-head-text {
    position: absolute;
    bottom: 3px;
    right: 19px;
}
	h3.banner-head-text {
    font-size: 8px;
}
.owl-dots {
    display: none;
}	
.testimonial-wrapper {
    padding: 0;
}	
	.testimonial-authors img {
    margin: 0;
}

	
}

/* Inner-pages css */

h2.page-title {
 font-weight: 700;
    background-image: linear-gradient(267.43deg, #e63946 4.95%, #2a73a4 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.custom-card.text-center {
    background: #ededed;
    padding: 35px 20px 14px 20px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 210, 0);
}
.card-icon i {
    font-size: 39px;
    color: #f4ac42;
}
a.btn.btn-custom {
    background-image: linear-gradient(267.43deg, #ff737e 4.95%, #2a73a4 97.92%);
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 13px;
}
p.lead.text-secondary {
    font-weight: 600;
}
.card-icon-large i {
    background: #ffe9c8;
    padding: 9px 0 0 0;
    font-size: 32px;
    border-radius: 46px;
    color: #53534b;
    width: 50px;
    height: 50px;
    align-items: center;
}
h2.section-heading-sm {
    padding: 0 20px;
    color: #f4ac42;
    font-weight: 600;
}
h2.section-heading.text-center {
    color: #5b5b5b;
    font-weight: bold;
}
h5.timeline-title {
    color: #30302f;
    font-weight: bold;
}
ul.about-points {
    list-style: none;
}
h5.card-title.mt-3 {
    font-weight: 600;
    color: #464646;
    font-size: 23px;
    padding: 0 0 4px 0;
}
h2.section-heading.text-center {
    color: #5b5b5b;
    font-weight: bold;
    font-size: 30px;
    padding: 17px 0 0 0;
}
h4.sub-heading {
    color: #4b4b4b;
    font-weight: 800;
    font-size: 25px;
}

/* Product-page */
button.btn.active {
    background: #f2ac42;
    border: none;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.3px;
}
button.btn {
    border: 1px solid #f2ac42;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0.3px;
    border-radius: 30px;
}
.view-toggle {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.add-to-cart a {
    background: #f2ac42;
    color: #ffffff;
    padding: 6px 13px;
    border-radius: 14px;
}
.product-price {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}
.product-price div {
  line-height: 1.4;
}
.product-price strong {
  color: #0094da; /* your theme color */
}

.page-breadcrumb {
    background: linear-gradient(135deg, #53534b 0%, #f2ac42 100%);
    padding: 40px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.page-breadcrumb .pagetitle {
    color: #fff;
    font-weight: 600;
    padding: 40px 0;
}
section.ancient-single-product .ancient-product-detail {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px 44px 30px 30px;
    margin-bottom: 30px;
}
img.img-fluid.rounded.no-found-img {
    width: 80%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
a.btn.btn-sm {
    background: orange;
    color: #fff;
    padding: 5px 30px;
}
.ancient-product-info h5 {
    color: #ea9903;
    font-weight: 700;
    font-size: 35px;
    padding: 0 0 5px 0;
}
a.cta-button {
    background: orange;
    color: #fff;
    padding: 9px 54px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bolder;
    letter-spacing: 0.5px;
}
.ancient-product-gallery img {
    border: 1px solid #f2ac42;
    box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}
ul.meta-list.list-unstyled.mb-0 li {
    background-color: #fff5e7;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
}
ul.meta-list.list-unstyled.mb-0 li strong {
    color: #ea9800;
    margin-right: 6px;
}
.col-lg-6.product-bg {
    background: #ffffff08;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 11%);
}
.product-meta.mb-4 {
    margin-top: 10px;
    padding: 37px 30px 15px 25px;
    border-top: 2px solid var(--color-primary-orange);
    background-color: #f5f5f56b;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
h4.meta-title {
    font-weight: 700;
    color: #323232;
}

@media(max-width:767px){
	ul.meta-list.list-unstyled li {
    display: inline-block !important;
		width: 100% !important;

}
	.product-meta{
    padding: 0 11px 15px 11px !important;
		margin: 0 !important;
    border-top: none !important;
    background-color: unset !important;
    border-radius: none !important;
    box-shadow: none !important;

		
}
.product-bg {
    background: #ffffff08 !important;
    padding: 0 !important;
    box-shadow: unset !important;
    border-radius: unset !important;
}
	section.ancient-single-product .ancient-product-detail {
    padding: 30px 21px 30px 21px !important;
}
	.ancient-product-info h5 {
    font-size: 31px !important;
    padding: 23px 0 5px 0 !important;
    text-align: center !important;
}
	
}