/*
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
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
.container {
    max-width: 90% !important;
    margin: auto !important;
}

.menu-2 a {
    background: #2c642f;
    padding: 8px 28px;
    color: #fff;
    border-radius: 3px;
    float: right;
    box-shadow: 0 3px 16px rgb(143 143 143 / 50%);
    text-decoration: none;
}
div#mega-menu-wrap-primary {
    margin: 12px 0 0 0;
}
.menu-2 {
    margin: 10px 0 0 0;
}
section#bnner img {
    border-radius: 10px;
}
.navbar-scrolled {
    position: fixed !important;
    top: 0px;
    z-index: 1111;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
	padding: 0 0 0 0 !important;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: unset !important;
}
.navbar-scrolled img {
    width: 36% !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 11px 0 0 0 !important;
}
.navbar-scrolled .menu-2 {
    margin: 10px 0 0 0 !important;
}
.header__logo.wow.slideInLeft {
    margin: 9px 0 9px 0;
}
.inner-carousel {
    position: absolute;
    top: -575px;
}
.inner-carousel p {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 36px;
}
p {
    line-height: 30px;
    font-size: 16px;
}
.inner-carousel a {
    color: #43964f;
    font-size: 21px;
    border-bottom: 5px double #37317b;
    font-weight: 500;
}
.inner-carousel h1 {
    font-size: 50px;
    font-weight: 600;
    color: #383180;
    font-family: 'DM Sans' !important;
    margin: 0 0 25px 0;
}
section#banner {
    position: relative;
    border-top: 1px solid #f3f2f2;
}
.abt-img-txt p {
    font-size: 21px;
    text-shadow: 2px 0px #ffffff;
    font-weight: 700;
    color: #383180;
    border-bottom: 3px double #3b6335;
}
.abt-img-txt {
    position: absolute;
    bottom: -11px;
    left: 23px;
}
.abt-img-txte {
    position: absolute;
    top: 90%;
    left: 34px;
}
.abt-img-txte p {
    font-size: 26px;
    text-shadow: 2px 0px #ffffff;
    font-weight: 700;
    color: #383180;
	  border-bottom: 3px double #3b6335;
}
.inner-img img {
    margin: 24px 0 0 0;
    border-radius: 7px;
    box-shadow: 0 3px 16px rgb(90 90 90 / 50%);
}
.abt-img-txter {
    position: absolute;
    top: 93%;
    left: 11%;
}
.abt-img-txter p {
    font-size: 26px;
    text-shadow: 2px 0px #ffffff;
    font-weight: 700;
    color: #383180;
	  border-bottom: 3px double #3b6335;
}
.inner-about-us b {
    font-size: 18px;
    color: #3b6335;
    border-bottom: 4px double #000;
}

.inner-about-us h2 {
    font-size: 33px;
    font-weight: 700;
    margin: 14px 0 10px 0;
    color: #383180;
    font-family: 'DM Sans' !important;
}
.inner-abt-ul ul li {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    list-style: circle;
}
.inner-abt-ul ul {
    padding: 0 0 0 20px;
}
a.slider-btn {
    color: #000000;
    font-size: 21px;
    border: 1px solid #000000;
    font-weight: 500;
    padding: 12px;
    display: inline-block;
    margin: 5px 0 0 0;
}
.inner-abt-ul {
    margin: 0 0 40px 0;
}
section#hopes {
    padding: 70px 0 70px 0;
    background: #faf8e2;
}
section#keypoints {
    background: url(./images/1-1-shutterstock-1655650873-2.jpg);
    background-position: center;
    background-size: cover;
    padding: 55px 0;
}
.inner-key b {
    font-size: 20px;
    color: #dce290;
}
.inner-key h4 {
    margin: 17px 0 30px 0;
    font-size: 40px;
}
.imaginer-card-sk h5 {
    font-size: 30px;
    background: #dde29a;
    display: inline;
    padding: 10px 20px 10px 20px;
    color: #000;
}
.inner-key-points-test p {
    margin: 35px 0 60px 0;
}
.inner-key {
    background: #383180;
    color: #fff;
    padding: 10px 45px 10px 45px;
    margin: -55px 0 -55px 0;
    border-top: 8px solid #dde29a;
    border-bottom: 8px solid #dde29a;
}
.item h3 {
    font-size: 18px;
    margin: 15px 0 10px 0;
    font-weight: 600;
    color: #3b6335;
    padding: 0 0 0 20px;
}
.inner-about-us {
    background: #EAFAFB;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgb(90 90 90 / 50%);
}
section#about-us {
    position: relative;
    padding: 55px 0 70px 0;
    background: url(./images/5e928bb11e4ad5acc6466a4a_Frame10.png);
    background-position: center;
    background-size: cover;
}
.item p {
    padding: 0 0 0 20px;
}
.item {
    box-shadow: 0 3px 16px rgb(255 255 255 / 50%);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #dedede;
}
.item img {
    border-radius: 12px 12px 0 0;
}
a.cat {
    color: #000000;
    padding: 0px 0 20px 20px;
    display: block;
}
.owl-dots {
    display: none;
}
button.owl-prev {
    position: absolute;
    top: -90px;
    right: 88px;
}
button.owl-next {
    position: absolute;
    top: -90px;
    right: 52px;
}
button.owl-next span {
    font-size: 60px;
    color: #43964f;
}
button.owl-prev span {
    font-size: 60px;
     color: #43964f;
}
i.fa-solid.fa-arrow-right {
    background: #000;
    color: #fff;
    padding: 5px 5px;
    border-radius: 12px;
}
.main-cat h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #383180;
    font-family: 'DM Sans' !important;
}
section#our-categories {
    padding: 60px 0 70px 0;
}
.inner-why img {
    width: 82px;
    margin: 0px 0 19px 0;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 16px rgb(255 255 255 / 86%);
}
section#why-choose {
    background: url(./images/Why-Choose-Us-bg.webp) rgb(0 0 0 / 65%);
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    background-blend-mode: multiply;
}
.innerletterwgha img {
    position: absolute;
    bottom: -70px;
}
.row.extra .col-md-6 {
    padding: 0 0 0 0;
}
section#cards {
    padding: 19px 0 78px 0;
   
}
.inner-contact-fpr {
    background: #383180;
    color: #fff;
    padding: 27px;
    border-radius: 2px;
}
.inner-contact-fpr h5 {
    font-size: 30px;
    line-height: 40px;
}
.inner-contact-fpr b {
    color: #dee2a2;
}
.inner-cards h3 {
    font-size: 40px;
    font-family: 'DM Sans' !important;
    font-weight: 600;
}
.row.extra {
    background: #383180;
    border-radius: 40px;
     box-shadow: 0 3px 16px rgb(90 90 90 / 50%);
}
.inner-card-img img {
    border-radius: 40px 0px 0px 40px;
}
.innnrt-crads-txt img {
    width: 150px;
}
.innnrt-crads-txt {
    padding: 35px 60px 0px 60px;
    color: #fff;
}
.innnrt-crads-txt h3 {
    font-size: 35px;
    margin: 25px 0 15px 0;
    font-family: 'DM Sans' !important;
    font-weight: 600;
}
.innnrt-crads-txt a {
    background: #ffffff;
    color: #000000;
    padding: 13px 20px;
    margin: 10px 0 0 0;
    border-radius: 31px;
    font-weight: 600;
}
.innnrt-crads-txt p {
    margin: 0px 0 36px 0;
}
section#cards-second {
    padding: 70px 0 70px 0;
}
.row.extreme {
    background: #f9f5c7;
    margin: 0px 0 0 0;
    border-radius: 40px;
box-shadow: 0 3px 16px rgb(90 90 90 / 50%);

}
.row.extreme .col-md-6 {
    padding: 0 0 0 0;
    border-radius: 40px;
}
.row.extreme .inner-card-img img {
    border-radius: 0px 40px 40px 0px;
}
.row.extreme .innnrt-crads-txt {
    padding: 35px 60px 0px 60px;
    color: #383180;
}
.row.extreme .innnrt-crads-txt a {
    background: #3b6335;
    color: #ffffff;
    padding: 13px 20px;
    margin: 10px 0 0 0;
    border-radius: 31px;
    font-weight: 600;
}
.inner-mainlater h3 {
    font-size: 35px;
    font-family: 'DM Sans' !important;
    font-weight: 600;
}
.inner-why {
    margin: 64px 0 0 0;
}
.inner-countery {
    background: #fec14d;
    text-align: center;
    padding: 50px;
    border-radius: 13px;
}
.inner-countery h4 {
    font-size: 40px;
    font-weight: 600;
}
.inner-counter-less p {
    background: #ffffff;
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
    margin: 28px 0 0 0;
}
.inner-counter {
    background: #ff5e3e;
      text-align: center;
    padding: 50px;
    border-radius: 13px;
}
.inner-counter h4 {
    font-size: 40px;
    font-weight: 600;
}
.inner-counteryrt {
    background: #8ad6a9;
        text-align: center;
    padding: 50px;
    border-radius: 13px;
}
.inner-counteryrt h4 {
    font-size: 40px;
    font-weight: 600;
}
.inner-countertt {
    background: #6cabe0;
         text-align: center;
    padding: 50px;
    border-radius: 13px;
}
.inner-countertt h4 {
    font-size: 40px;
    font-weight: 600;
}
section#counter-numbers {
    position: relative;
    top: -55px;
}
.inner-hopes h4 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'DM Sans' !important;
}
section#about {
    background: url(./images/2400xeyroo.jpg);
    padding: 200px 0 200px 0;
    text-align: center;
    /* background-position: center; */
    background-size: cover;
    background-attachment: fixed;
}
.cardless {
    width: 35%;
    background: #383180;
    padding: 25px;
}
.cardless h3 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
}
.cardless p {
    color: #fff;
    text-align: left;
}
section#cards {
    position: relative;
}
.card-stylo {
    position: absolute;
    top: -152px;
    background: #fff;
    text-align: center;
    margin: 70px 0 0 0;
    box-shadow: 0 3px 16px rgb(143 143 143 / 50%);
    height: 235px;
    padding: 0 10px 0 10px;
    border-radius: 12px;
}
.card-stylo h2 {
    color: #081f5d;
    padding: 24px 0 20px 0;
    font-size: 22px;
    border-bottom: 1px solid #dfdfdf;
}
.btn-cards {
    position: absolute;
    top: 205px;
    left: 42%;
}
a.anmless {
    border: 2px solid #000;
    padding: 13px 25px;
    border-radius: 9px;
    color: #000;
    font-weight: 700;
}
section#contact-form {
    margin: 218px 0 0 0;
}
section#global {
    background: url(./images/nexuspharma-global-banner-scaled.jpg);
    background-position: center;
    background-size: cover;
    margin: 70px 0 0 0;
}
.inner-global {
    padding: 70px 0 420px 0;
}
a.anmless {
    border: 2px solid #000;
    padding: 13px 25px;
    border-radius: 9px;
    color: #000;
    font-weight: 700;
}
section#footer {
    background-color: #E1DFDD;
    color: var(--light-desc-color);
    padding: 40px 0 20px;
}

footer.footer .footer-links {
    margin-bottom: 40px;
}

footer.footer .footer-column {
    margin-bottom: 30px;
}

footer.footer .footer-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
    color: #ffffff;
}

footer.footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer .footer-menu li {
    margin-bottom: 10px;
}

footer.footer .footer-menu a {
    color: var(--footer-text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.3s;
    display: inline-block;
}

footer.footer .footer-menu a:hover {
    color: var(--primary-text-color);
    text-decoration: none;
}

footer.footer .footer-menu i {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

footer.footer .footer-bottom {
    border-top: 1px solid var(--footer-text-color);
    padding-top: 20px;
}

footer.footer .copyright-text {
    font-size: 16px;
    color: var(--footer-text-color);
    margin-bottom: 15px;
}

footer.footer .footer-legal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

footer.footer .footer-legal li {
    display: inline-block;
    margin-left: 15px;
}

.footer-legal li:first-child {
    margin-left: 0;
}

footer.footer .footer-legal li:after {
    content: "|";
    margin-left: 15px;
    color: var(--light-desc-color);
}

footer.footer .footer-legal li:last-child:after {
    display: none;
}
:root {
    --primary-color: #007876;
    --light-color-bg: #EDF7FF;
    --dark-color-bg: #007876;
    --primary-icon-color: #007876;
    --primary-text-color: #007876;
    --dark-color: #111111;
    --white-color: #ffffff;
    --footer-text-color: #45c2b1;
    --light-border-color: #f6f6f6;
    --dark-heading: #01084F;
    --transparent-bg: transparent;
    --light-desc-color: #B1B1B1;
    --highlight-color: #F6C358;
    --footer-text-color: #ffffff;
}
section#footer {
    background-color: #383180;
    color: #ffffff;
    padding: 40px 0 20px;
}
.innerletterwgha img {
    position: absolute;
    top: 136px;
}
.menu-2 a:hover {
    background: #383180;
    color: #fff;
    text-decoration: none;
}
a.slider-btn:hover {
    background: #383180;
    color: #ffffff;
    text-decoration: none;
}
a.cat:hover {
    color: #3b6335;
    text-decoration: none;
}
a.unsung-read:hover {
    background: #dce290;
    color: #000000;
    text-decoration: none;
}
a.anmless:hover {
   background: #383180;
    color: #ffffff;
    text-decoration: none;
}
section#maine-header {
    z-index: 111111;
}
section.page-breadcrumb {
    background: url(./images/breadcrumb.jpg) rgb(63 61 61 / 50%);
    background-position: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    background-blend-mode: multiply;
}
.brand-process-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.process-number {
    display: none;
}
.feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(139, 194, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--brand-secondary);
    font-size: 1.2rem;
}
.brand-feature-card i {
    color: #3b6335;
}
.brand-contact-card {
    background: var(--brand-white);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #3a3482;
}
.brand-section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3b3583;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(139, 194, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-secondary);
    flex-shrink: 0;
}
.contact-details h4 {
    font-size: 1.1rem;
    color: var(--brand-primary);
    margin-bottom: 5px;
}
.social-links {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(139, 194, 74, 0.1);
    border-radius: 50%;
    color: var(--brand-secondary);
    margin-right: 10px;
    transition: all 0.3s ease;
}
.brand-form-card {
    background: var(--brand-white);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #332c7d;
}
.brand-section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3b3583;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #383180;
    color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 200px;
}
.contact-icon i {
    color: #43964f;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.social-links-inn {
    display: flex;
}
.brand-feature-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 3px solid var(--brand-secondary);
    transition: all 0.3s ease;
}
.brand-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #383180;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}
.brand-section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #37317b;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 10px;
}

.brand-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #37317b;
    color: var(--brand-white);
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #363177;
    color: #fff;
}

section.innerpages {
    margin: 70px 0;
}
.brand-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #363177;
    position: relative;
    padding-bottom: 15px;
}
.brand-achievement-card, .brand-mission-card, .brand-vision-card, .brand-value-card {
    background: var(--brand-white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid #353173;
}
.achievement-icon, .mv-icon, .value-icon {
    width: 60px;
    height: 60px;
    background: rgba(139, 194, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #3e981d;
    font-size: 1.5rem;
}
.brand-quote {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--brand-primary);
    padding: 20px;
    background: rgb(151 192 91 / 20%);
    border-left: 4px solid #433c8e;
    border-radius: 0 8px 8px 0;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.view-toggle .btn.active {
    background: #433c8e;
    color: #fff;
}
.view-toggle .btn {
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.view-toggle {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #383180 !important;
    border-color: #383180 !important;
}
.btn-outline-primary:hover {
    color: #000000;
    background-color: #dce290 !important;
    border-color: #007bff !important;
}
section.ancient-products .ancient-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}
section.ancient-products .product-badge .badge {
    background: #8bc24a;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
section.ancient-products .product-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
section.ancient-products .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 100, 83, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
section.ancient-products .quick-view-btn {
    color: #fff;
    background: #8bc24a;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #256453;
    margin-bottom: 1rem;
}
section.ancient-products .product-title a {
    color: #256453;
    text-decoration: none;
    transition: color 0.3s ease;
}
section.ancient-products .product-meta {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}
section.ancient-products .meta-item {
    margin-bottom: 8px;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.ancient-products .meta-item i {
    color: #8bc24a;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}
section.ancient-products .product-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
section.ancient-products .add-to-cart a {
    background: #383180;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
section.ancient-products .product-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
section.ancient-products .ancient-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
a:hover {
    --bs-link-color-rgb: #3831803e;
}
section.ancient-products .ancient-product-card:hover .product-overlay {
    opacity: 1;
}
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;
    margin-bottom: 30px;
}
section.ancient-single-product .ancient-product-gallery {
    position: relative;
}
.rounded {
    border-radius: 5px!important;
}
section.ancient-single-product .ancient-product-info {
    padding-left: 30px;
}
section.ancient-single-product .product-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #256453;
}
section.ancient-single-product .meta-box {
    background: rgba(139, 194, 74, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}
section.ancient-single-product .meta-title {
    font-size: 1.1rem;
    color: #256453;
    margin-bottom: 10px;
    font-weight: 600;
}
section.ancient-single-product .meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
section.ancient-single-product .meta-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
section.ancient-single-product .description-title {
    font-size: 1.3rem;
    color: #256453;
    margin-bottom: 15px;
    font-weight: 600;
}
section.ancient-single-product .product-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section.ancient-single-product .share-label {
    font-weight: 600;
    margin-right: 15px;
    color: #256453;
}
section.ancient-single-product .share-icon.facebook {
    background: #3b5998;
}
section.ancient-single-product .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}
section.ancient-single-product .share-icon.twitter {
    background: #1da1f2;
}
section.ancient-single-product .share-icon.linkedin {
    background: #0077b5;
}
section.ancient-single-product .share-icon.whatsapp {
    background: #25d366;
}
.ancient-related-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ancient-related-products .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #256453;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.ancient-related-products .ancient-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}
.products-table-view .table td {
    vertical-align: middle;
    padding: 15px;
    border-color: rgba(0, 0, 0, 0.05);
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 767px) {
.inner-about-us {
    padding: 23px !important; 
}
section.innerpages {
    margin: 35px 0 !important;
}
.container {
    max-width: 100% !important;
    margin: auto !important;
}

.brand-page-title {
    font-size: 1.5rem !important;
}
.header__logo.wow.slideInLeft img {
    width: 100% !important;
}
div#mega-menu-wrap-primary {
    width: 50px !important;
    float: right !important;
}
.inner-card-img img {
    border-radius: 0px 0px 0px 0px !important;
}
section.page-breadcrumb {
    background: url(./images/breadcrumb.jpg) rgba(0, 0, 0, 0.5) !important;
    padding: 0px !important;
    background-blend-mode: multiply !important;
}
.row.extra {
    border-radius: 0px !important;
    padding: 0 0 49px 0 !important;
}
.inner-about-us h2 {
    font-size: 30px !important; 
}
section#cards {
    padding: 0px 0 0px 0 !important;
}
section#about {
    background: url(./images/2400xeyroo.jpg);
    padding: 55px 0 55px 0 !important; 
    text-align: center;
    background-position: center !important;
    background-size: cover;
    background-attachment: fixed;
}
.cardless h3 {
    color: #fff;
    text-align: left;
    font-size: 24px !important;
    font-weight: 700;
}
.cardless {
    width: 62% !important;
    background: #383180;
    padding: 25px;
}
.card-stylo {
    position: unset !important;
    top: -152px;
    background: #fff;
    text-align: center;
    margin: 39px 0 0 0 !important;
    box-shadow: 0 3px 16px rgb(143 143 143 / 50%);
    height: 290px;
    padding: 0 10px 0 10px;
    border-radius: 12px;
}
.btn-cards {
    position: unset;
    top: 205px;
    left: 42%;
    margin: 42px 0px 0px 38px !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 6px 0 0 0 !important;
}
div#mega-menu-wrap-primary {
    width: 50px !important;
    margin: 4px 0 0 0 !important;
}
#sequence {
    width: 100%;
    float: left;
    background: #668339;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
}

section#contact-form {
    margin: 59px 0 0 0 !important;
}
.btn-cards {
    position: unset !important;
    top: 205px;
    left: 42%;
}
section#cards-second {
    padding: 40px 0 40px 0 !important;
}
.row.extreme .inner-card-img {
    margin: 47px 0 0 0 !important;
}
.row.extreme .inner-card-img img {
    border-radius: 0px 0px 0px 0px !important;
}
.inner-carousel p {
    display: none !important;
}
.inner-counter {
    margin: 20px 0 20px 0 !important;
}
.inner-counteryrt {
    margin: 0 0 20px 0 !important;
}
.inner-carousel h1 {
    font-size: 12px !important;
    margin: 21px 0px 14px 9px !important;
}
section#hopes img {
    margin: 30px 0 0 0 !important;
}
.inner-carousel {
    position: absolute;
    top: -148px !important;
    left: 166px !important;
}
.innerletterwgha {
    margin: 0px 0 -15px 0 !important;
}
a.slider-btn {
    color: #000000;
    font-size: 9px !important;
    border: 1px solid #000000;
    font-weight: 500;
    padding: 10px !important;
    display: inline !important;
    margin: 17px 0 22px 0 !important;
}
.abt-img-txt {
    bottom: 366px !important;
    left: 23px !important;
}
section#about-us a {
    font-size: 15px !important;
    text-align: center !important;
}
.abt-img-txt p {
    font-size: 11px !important;
}
.abt-img-txt {
    position: absolute;
    bottom: -9px !important;
    left: 11px !important;
}
.abt-img-txte {
    position: absolute;
    top: 89% !important;
    left: 24px !important;
}
.abt-img-txte p {
    font-size: 14px !important;
}
.abt-img-txter {
    position: absolute;
    top: 86% !important;
    left: 11% !important;
}
.abt-img-txter p {
    font-size: 16px !important;
}
section#about-us {
    padding: 55px 0 55px 0 !important;
}
section#our-categories {
    margin: 0px 0 !important;
}
.main-cat h2 {
    font-size: 30px !important;
}
button.owl-prev {
    right: 27px !important;
}
button.owl-next {
    right: 2px !important;
}
.innerletterwgha img {
    position: unset !important;
}
section#our-categories {
    padding: 35px 0 30px 0 !important;
}
section#hopes {
    padding: 40px 0 40px 0 !important; 
    background: #faf8e2 !important;
}
.inner-hopes h4 {
    font-size: 30px !important;
}
}
@media  (min-width: 767px) and (max-width: 1366px) {
div#mega-menu-wrap-primary ul li a {
    font-size: 13px !important;
    padding: 0 10px 0px 10px !important;
}
div#mega-menu-wrap-primary {
    margin: 8px 0 0 0 !important;
}

.menu-2 {
    margin: 6px 0 0 0 !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 6px 0 0 0 !important;
}
.innerletterwgha img {
    position: absolute;
    top: 175px !important;
}
.navbar-scrolled .menu-2 a {
    padding: 5px 25px !important;
    font-size: 11px !important;
}
.inner-carousel {
    position: absolute;
    top: -508px !important;
}
.inner-carousel p {
    font-size: 16px !important;
}
.inner-carousel h1 {
    margin: 0 0 8px 0 !important;
}
p {
    line-height: 24px !important;
    font-size: 13px !important;
}
.inner-abt-ul ul li {
    font-size: 13px !important;
    line-height: 28px !important;
    color: #000000;
    list-style: circle;
}
.inner-about-us h2 {
    font-size: 28px !important;
    font-weight: 700;
    margin: 14px 0 10px 0;
    color: #383180;
    font-family: 'DM Sans' !important;
}
.abt-img-txt {

    bottom: 258px !important;

}
.main-cat h2 {
    font-size: 30px !important;
}
.innnrt-crads-txt h3 {
    font-size: 23px !important;
    margin: 16px 0 15px 0 !important;
    font-family: 'DM Sans' !important;
    font-weight: 600;
}
}
@media  (min-width: 1366px) and (max-width: 1600px) {
div#mega-menu-wrap-primary {
    margin: 16px 0 0 0 !important;
}

.inner-abt-test p {
    background: #3c6335ba !important;
    padding: 4px 92px !important;
    width: 100% !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-weight: 600;
}

.menu-2 {
    margin: 15px 0 0 0 !important;
}
.navbar-scrolled div#mega-menu-wrap-primary {
    margin: 7px 0 0 0 !important;
}
.navbar-scrolled .menu-2 {
    margin: 7px 0 0 0 !important;
}
}
@keyframes Moveleftright {
    0%, 100% {
        left: 0;
    }
    50% {
        left: 15px;
    }
}