/*
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.5
Tested up to: 6.9
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
 * ----------------------------------------------------------------------------
 */
.topbar-marquee {
    background: #7e8f7b;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    font-size: 14px;
    font-weight: 500;
}
header.main-header.fixed-top .col-md-3.d-none.text-end.header-icons {
    display: block !important;
}
.marquee-content {
    white-space: nowrap;
    display: inline-block;
    animation: marquee 35s linear infinite;
}

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

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

.main-header {
    top: 40px;
    background: #fff;
    padding: 16px 0 5px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    z-index: 1040;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.marquee-content span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.marquee-content i {
    font-size: 16px;
    margin-right: 5px;
    color: #e6f2e6; /* light herbal tone */
}
/* Menu Styling */
.nav > li {
    list-style: none;
}

.nav > li > a {
    padding: 10px 15px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
}

.nav > li > a:hover {
    color: #408333;
}

/* Icons */
.header-icons .icon {
    font-size: 20px;
    margin-left: 15px;
    color: #000;
    transition: 0.3s;
}
.fixed-top {
    position: fixed !important;
    top: 30px !important;
}
.header-icons .icon:hover {
    color: #7e8f7b;
}

.header-logo img {
    width: 20% !important;
}
/* Spacer for fixed header */
.header-space {
    height: 75px;
}
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
.main-header {
    padding: 5px 0 5px 0 !important;
}
	.topbar-marquee {
    z-index: 00000 !important;
}
	header.main-header.fixed-top img {
    max-width: 89% !important;
}
	.header-logo img {
    width: 40% !important;
}
	.fixed-top {
    position: unset !important;
    top: 0px !important;
}
section#bnner {
    margin: 0px 0 0 0 !important;
}
    .header-space {
    height: 0px !important;
}
div#mega-menu-wrap-primary {
    width: 50px !important;
    float: right !important;
}
header.main-header.fixed-top .col-md-3.d-none.text-end.header-icons {
    display: none!important;
}
}

.product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  transition: 0.4s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.1);
}

.product-icons {
  position: absolute;
  top: 15px;
  right: -50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.3s ease;
}

.product-card:hover .product-icons {
  right: 15px;
}

.product-icons a {
  background: #fff;
  padding: 8px 10px;
  border-radius: 50%;
  color: #d9534f;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.product-icons a:hover {
  background: #d9534f;
  color: #fff;
}

.product-content {
  padding: 15px;
}

.price {
  margin: 8px 0;
}

.new-price {
    font-weight: bold;
    color: #000000;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

.category {
  font-size: 13px;
  color: #777;
}

.add-cart {
    width: 100%;
    padding: 10px;
    border: none;
    background: #818e7d;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 4px;
}

.add-cart:hover {
  background: #b52b27;
  transform: translateY(-3px);
}
.reasons-section {
    background: #f8f9f9;
    padding: 20px 0 80px 0;
    text-align: center;
}

.reasons-title {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 60px;
}

.reason-box {
    transition: all 0.4s ease;
}

.reason-icon {
    width: 140px;
    height: 140px;
    border: 2px solid #818e7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 40px;
    color: #818e7d;
    transition: all 0.4s ease;
}

.reason-box:hover .reason-icon {
    border-color: #6aa6b2;
    color: #6aa6b2;
    transform: translateY(-8px);
}

.reason-text {
    font-size: 20px;
    color: #555;
}

.view-btn {
    margin-top: 60px;
    padding: 12px 40px;
    border: 2px solid #6aa6b2;
    border-radius: 50px;
    background: transparent;
    color: #6aa6b2;
    font-size: 18px;
    transition: 0.4s;
}

.view-btn:hover {
    background: #6aa6b2;
    color: #fff;
}

/* Mobile Responsive */
@media(max-width:768px){
    .reasons-title {
        font-size: 32px;
    }
	.topbar-marquee {
    display: none !important;
}
    .reason-icon {
        width: 110px;
        height: 110px;
        font-size: 32px;
    }
    .reason-text {
        font-size: 16px;
    }
}
.category-section {
    background: #f4f4f4;
    padding: 60px 0;
}
.container {
    max-width: 94% !important;
}
/* Left Big Card */
.big-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

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

.big-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, #000000, transparent);
    color: #fff;
}

.big-overlay h3 {
    font-size: 24px;
    font-weight: 600;
}

.big-overlay span {
    font-size: 14px;
    opacity: 0.8;
}

.source-btn {
    background: #838e7e;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    color: #fff;
    margin-top: 15px;
    transition: 0.3s;
}

.source-btn:hover {
    background: #5fa62c;
}

/* Small Cards */
.category-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}

.category-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.category-card h6 {
    font-weight: 600;
}

.category-card span {
    font-size: 14px;
    color: #777;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width:991px){
    .big-card {
        margin-bottom: 30px;
        height: 400px;
    }
}
.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  min-height: 260px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.review-text {
  font-size: 15px;
  margin-bottom: 15px;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  background: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.owl-nav .owl-prev { left: -20px; }
.owl-nav .owl-next { right: -20px; }

.owl-nav button span {
  font-size: 28px;
}
.review-card img {
    width: 15% !important;
}
.text-success {
    color: rgb(129 142 125) !important;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #818e7d !important;
    --bs-btn-border-color: #818e7d !important;
}
.footer-section {
  background-color: #7e8f7b;
}

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

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-social a {
  color: #ffffff;
  font-size: 20px;
}

.newsletter-form input {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.7);
}


   .vrc-breadcrumb-section {
    padding: 90px 0 90px;
    background: linear-gradient(135deg, #7e8f7b, #7a8b77);
    color: #fff;
}

    .vrc-breadcrumb-title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .vrc-breadcrumb-nav {
        font-size: 16px;
    }

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

    .vrc-breadcrumb-nav span {
        margin: 0 6px;
    }


:root{
--marquee-height:60px;
--marquee-angle:4deg;
--marquee-speed:25s;

--marquee-gradient-dark:linear-gradient(90deg,#0c4901,#106501,#0c4901);
--marquee-gradient-light:linear-gradient(90deg,#7e8f7b,#5c7358,#7e8f7b);

--primary-color:#ffffff;
--white-color:#ffffff;
}

/* Marquee Section */



.marquee-section .marquee-container-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-50%);
}

.marquee-section .marquee-track {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 200%;
	height: var(--marquee-height);
	transform: translateY(-50%);
	white-space: nowrap;
	overflow: hidden;
}

.marquee-section .marquee-track-1 {
	background: var(--marquee-gradient-dark);
	transform: translateY(-50%) rotate(var(--marquee-angle));
	top: 80%;
	z-index: 2;
}

.marquee-section .marquee-track-2 {
	background: var(--marquee-gradient-light);
	transform: translateY(-50%) rotate(calc(-1 * var(--marquee-angle)));
	top: 40%;
	z-index: 3;
}

.marquee-section .marquee-content {
	display: inline-block;
	height: 100%;
	animation: marquee-scroll var(--marquee-speed) linear infinite;
	padding-right: 1px;
}

.marquee-section .marquee-text,
.marquee-section .marquee-content i {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: var(--marquee-height);
	vertical-align: middle;
	padding: 0 15px;
}

.marquee-section .marquee-track-1 .marquee-text {
	color: var(--primary-color);
}

.marquee-section .marquee-track-1 i {
	font-size: 1.8rem;
	color: var(--primary-color);
}

.marquee-section .marquee-track-2 .marquee-content {
	animation-direction: reverse;
}

.marquee-section .marquee-track-2 .marquee-text {
	color: var(--white-color);
}

.marquee-section .marquee-track-2 i {
	font-size: 1.8rem;
	color: var(--white-color);
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {

.marquee-section {
	height:150px;
}

.marquee-section .marquee-track {
	height:40px;
}

.marquee-section .marquee-text,
.marquee-section .marquee-content i {
	font-size:1.5rem;
	line-height:40px;
	padding:0 10px;
}

}

/* new about us css */
.about-main {
  background: linear-gradient(135deg, #edf9fc, #ffffff);
  padding: 50px 0;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0c3c60;
  position: relative;
}

.about-content h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #00a8bc;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 3px;
}
.about-desc {
  margin-bottom: 16px;
}

.about-desc p {
  font-size: 16px;
  line-height: 1.9;
  color: #4f5b66;
}
.about-img {
  overflow: hidden;
  border-radius: 18px;
}
.about-img img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: 0.4s;

}

.about-img img:hover {
  transform: scale(1.03);
}

.about-experience {
  position: absolute;
  width: 180px;
	height: 175px;
	
  background: rgba(0, 168, 188, 0.95);
  backdrop-filter: blur(6px);
  top: 100%;
  right: 40px;
  border-radius: 20px;
  color: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  animation: floatUpDown 4s ease-in-out infinite;
  transition: 0.3s;
}

.about-experience:hover {
  transform: scale(1.05);
}

.about-experience h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.about-experience span {
  font-size: 16px;
  font-weight: 600;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.export-team {
  margin-top: 30px;
  gap: 15px;
}

.export-img-content {
  background: white;
  padding: 10px 20px;
  border-radius: 12px;
  border-left: 4px solid #00a8bc;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
	height: 150px;
}

.export-img-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.export-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #00a8bc;
}

.export-name h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  color: #333;
}

.export-name span {
  font-size: 13px;
  color: #777;
}
.choose-healthcare {
  padding: 45px 40px;
  background: white;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.choose-healthcare h4 {
  font-size: 26px;
  color: #0c3c60;
  font-weight: 700;
}

.choose-para li {
  list-style: none;
  line-height: 34px;
  color: #555;
  font-size: 15px;
}

.choose-para i {
  color: #00a8bc;
}

@media (max-width: 575.98px) {
    .about-experience {
        position: absolute;

        background: rgba(0, 168, 188, 0.95);
        backdrop-filter: blur(6px);
        top: 227%;
        border-radius: 20px;
        color: white;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
        animation: floatUpDown 4s ease-in-out infinite;
        transition: 0.3s;

    }
}



@media (max-width: 321px) {
    .about-experience {
        position: absolute;

        background: rgba(0, 168, 188, 0.95);
        backdrop-filter: blur(6px);
        top: 290%;
        border-radius: 20px;
        color: white;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
        animation: floatUpDown 4s ease-in-out infinite;
        transition: 0.3s;

    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-experience {
    
    right: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-experience {
    top: 120%;
    right: 14px;
  }
}

.shopping-section {
  background: linear-gradient(135deg, #f8f9fa, #eef3ff);
}

.shop-card {
  position: relative;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s ease;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.shop-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Image */
.shop-img img {
  width: 120px;
  transition: 0.4s ease;
}

.shop-card:hover .shop-img img {
  transform: scale(1.2) rotate(5deg);
}

/* Content */
.shop-content h4 {
  margin-top: 20px;
  font-weight: 600;
}

.shop-content p {
  font-size: 14px;
  color: #666;
}

/* Button animation */
.shop-content button {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s;
}

.shop-card:hover button {
  opacity: 1;
  transform: translateY(0);
}

/* Glow effect */
.shop-card::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 10%, transparent 40%);
  top: -50%;
  left: -50%;
  transform: rotate(25deg);
  opacity: 0;
  transition: 0.5s;
}

.shop-card:hover::before {
  opacity: 1;
}




/* new about us css end */





