/*
  Theme Name: Yed - Pharmacy & Online Medical Store HTML Template.
  Support: admin@gmail.com
  Description: Yed - Pharmacy & Online Medical Store HTML Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Mobile-menu
4. Breadcrumb
5. Slider
6. Features
7. About
8. Support-area
9. Feedback
10. Team
11. Category
12. Ask Doctor
13. Shop
14. Discount
15. Deal-week
16. Shop
17. Testimonial
18. Blog
19. Contact
20. Core-features
21. Footer
22. Preloader

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');
:root {
    /* ==========================================================================
       1. Base Palette (Your Original Colors)
       ========================================================================== */
    --yellow: #F5C400;
    --orange: #E8620A;
    --dark-orange: #B84D08;
    --deep: #1A0F00;
    --cream: #FFF8ED;
    --light: #FFF3D6;
    --white: #FFFFFF;
    --text: #2C1A00;
    --muted: #7A5C3A;

    /* ==========================================================================
       2. Brand & Semantic Colors
       ========================================================================== */
    --primary: var(--orange);
    --primary-hover: var(--dark-orange);
    --secondary: var(--yellow);
    --accent: var(--light);

    /* ==========================================================================
       3. Neutral & Grey Scale (Warm-tinted greys for seamless matching)
       ========================================================================== */
    --grey-50:  #FAF8F5; /* Ultra light / subtle background */
    --grey-100: #F2EDE4; /* Light grey / Card backgrounds */
    --grey-200: #E5DDD0; /* Soft borders / Dividers */
    --grey-300: #C7B8A4; /* Disabled states / Subtle text */
    --grey-500: #8C7561; /* Medium neutral grey */
    --grey-700: #544333; /* Dark neutral grey / Secondary text */
    --grey-900: #241A10; /* Darkest grey / Soft dark mode background */

    /* ==========================================================================
       4. Surface & Background Tokens
       ========================================================================== */
    --bg-body: var(--cream);
    --bg-surface: var(--white);
    --bg-surface-muted: var(--grey-100);
    --bg-dark: var(--deep);

    /* ==========================================================================
       5. Typography Colors
       ========================================================================== */
    --text-primary: var(--text);
    --text-secondary: var(--muted);
    --text-tertiary: var(--grey-500);
    --text-inverse: var(--white);

    /* ==========================================================================
       6. Borders & Dividers
       ========================================================================== */
    --border-subtle: var(--grey-200);
    --border-strong: var(--grey-300);
    --border-focus: var(--primary);

    /* ==========================================================================
       7. Feedback & System States
       ========================================================================== */
    --success: #2E7D32;
    --success-bg: #E8F5E9;
    --warning: #ED6C02;
    --warning-bg: #FFF4E5;
    --error: #D32F2F;
    --error-bg: #FFEBEE;
    --info: #0288D1;
    --info-bg: #E1F5FE;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #7b7b7b;
	font-style: normal;
}
.img,
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--primary);
	text-decoration: none;
}
a,
button {
	color: var(--primary);
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #282828;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 700;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #7b7b7b;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--primary);
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: var(--primary);
	color: #fff;
	text-shadow: none;
}
::selection {
	background: var(--primary);
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: var(--primary) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.slick-slide:focus,
.slick-slide:focus-visible {
	outline: none;
}
/* button style */
.btn {
    background: var(--primary) none repeat scroll 0 0;
    border: none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    vertical-align: middle;
    white-space: nowrap;
	box-shadow: 0px 9px 16.74px 1.26px rgba(80, 177, 249, 0.21);
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn:hover {
	background: #111e49;
    color: #fff;
    box-shadow: none;
}
.breadcrumb > .active {
	color: #888;
}

/* Fix right side blank space caused by off-canvas drawers and sliders */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* Ensure mobile toggler displays correctly on mobile screens */
@media (max-width: 991px) {
    .mobile-nav-toggler {
        display: block !important;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        cursor: pointer;
    }
}

/* ==========================================
   Butter-Smooth Pure CSS Hero Engine (Fixed Exit)
   ========================================== */
.slider-area {
    position: relative;
    background-color: var(--cream);
    overflow: hidden;
}

.single-slider {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden; /* Prevents sliding text from overflowing container bounds */
}

/* Gradient Overlay */
.single-slider::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(255, 248, 237, 0.95) 0%, rgba(255, 248, 237, 0.6) 60%, rgba(255, 248, 237, 0) 100%);
    z-index: 1;
}

.slider-content, 
.slider-product-thumb {
    position: relative;
    z-index: 2;
}

/* Friendly Typography Styles */
.slider-content .sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.slider-content .sub-title span {
    color: var(--dark-orange);
    background: var(--light);
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 5px;
}

.slider-content .title {
    font-size: 44px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
}

.slider-content p {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 28px;
    max-width: 480px;
    line-height: 1.6;
}

.slider-content .btn {
    background-color: var(--primary);
    color: var(--white);
    padding: 14px 34px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(232, 98, 10, 0.22);
}

.slider-content .btn:hover {
    background-color: var(--primary-hover);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(184, 77, 8, 0.35);
}

/* Product Angles & Natural Floating */
.slider-product-thumb {
    text-align: center;
}

.slider-product-thumb img {
    max-height: 420px;
    width: auto;
    margin: 0 auto;
    filter: drop-shadow(0px 20px 30px rgba(26, 15, 0, 0.2));
}

.slider-product-thumb.tilt-right img {
    transform: rotate(5deg) rotateY(-6deg);
}

.slider-product-thumb.tilt-left img {
    transform: rotate(-5deg) rotateY(6deg);
}

/* ==========================================
   SMOOTH ENTRANCE & EXIT TRANSITIONS
   ========================================== */

/* 1. OUTGOING SLIDE (Smooth exit, no instant snap/pop) */
.slide-from-top, 
.slide-from-left, 
.slide-from-bottom, 
.slide-from-right {
    opacity: 0;
    /* Gentle exit transition when slide deactivates */
    transition: transform 0.4s cubic-bezier(0.4, 0, 1, 1), opacity 0.4s ease;
    will-change: transform, opacity;
}

.slide-from-top { transform: translate3d(0, -40px, 0); }
.slide-from-left { transform: translate3d(-50px, 0, 0); }
.slide-from-bottom { transform: translate3d(0, 40px, 0); }
.slide-from-right { transform: translate3d(50px, 0, 0); }

/* 2. INCOMING SLIDE (Smooth entrance glide) */
.single-slider.slick-active .slide-from-top,
.single-slider.slick-active .slide-from-left,
.single-slider.slick-active .slide-from-bottom,
.single-slider.slick-active .slide-from-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    /* Smooth cubic-bezier ease for entering elements */
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

/* 3. STAGGERED DELAYS (Only apply on entering active slide) */
.single-slider.slick-active .delay-1 { transition-delay: 0.10s; }
.single-slider.slick-active .delay-2 { transition-delay: 0.25s; }
.single-slider.slick-active .delay-3 { transition-delay: 0.40s; }
.single-slider.slick-active .delay-4 { transition-delay: 0.55s; }
.single-slider.slick-active .delay-5 { transition-delay: 0.70s; }
/* Fix for smooth animated text on Slick Fade sliders */
.slider-active .single-slider [data-animation] {
    opacity: 0;
}

.slider-active .single-slider.slick-active [data-animation] {
    opacity: 1;
}

.slider-active .single-slider .animated {
    opacity: 1;
}

/* Slick Dots Styling & Positioning */
.slider-area {
    position: relative;
}

.slider-active .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.slider-active .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

/* Active Dot Style */
.slider-active .slick-dots li.slick-active button {
    background: var(--primary); /* Replace with your main brand color */
    width: 30px;
    border-radius: 6px;
}

/* ==========================================
   Butter-Smooth Hero Engine & Gear-Edge Tag
   ========================================== */
.slider-area {
    position: relative;
    background-color: var(--cream, #FFF8ED);
    overflow: hidden;
}

.single-slider {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

/* Warm, smooth background overlay */
.single-slider::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(255, 248, 237, 0.95) 0%, rgba(255, 248, 237, 0.6) 60%, rgba(255, 248, 237, 0) 100%);
    z-index: 1;
}

.slider-content, 
.slider-product-thumb {
    position: relative;
    z-index: 2;
}

/* Typography Styles */
.slider-content .sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary, #E8620A);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.slider-content .sub-title span {
    color: var(--dark-orange, #C04D00);
    background: var(--light, #FFF3E0);
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 5px;
}

.slider-content .title {
    font-size: 44px;
    font-weight: 800;
    color: var(--text-primary, #1A1A1A);
    line-height: 1.25;
    margin-bottom: 18px;
}

.slider-content p {
    font-size: 16px;
    color: var(--text-secondary, #555555);
    margin-bottom: 28px;
    max-width: 480px;
    line-height: 1.6;
}

.slider-content .btn {
    background-color: var(--primary, #E8620A);
    color: #FFFFFF;
    padding: 14px 34px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(232, 98, 10, 0.22);
}

.slider-content .btn:hover {
    background-color: var(--primary-hover, #C04D00);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(184, 77, 8, 0.35);
}

/* ==========================================
   PRODUCT THUMB & GEAR-EDGE STAMP TAG
   ========================================== */
.slider-product-thumb {
    position: relative;
    text-align: center;
}

.slider-product-thumb img {
    max-height: 420px;
    width: auto;
    margin: 0 auto;
    filter: drop-shadow(0px 20px 30px rgba(26, 15, 0, 0.2));
}

.slider-product-thumb.tilt-right img {
    transform: rotate(5deg) rotateY(-6deg);
}

.slider-product-thumb.tilt-left img {
    transform: rotate(-5deg) rotateY(6deg);
}

/* Gear-Edge / Sawtooth Stamp Card */
.product-stamp-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFFFFF;
    width: 170px;
    padding: 16px 14px 20px 14px;
    border-radius: 6px 6px 0 0;
    box-shadow: 
        0 20px 35px rgba(232, 98, 10, 0.15),
        0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(245, 196, 0, 0.4);
    border-bottom: none;
    z-index: 5;
    text-align: left;
    transform: rotate(-4deg);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.product-stamp-tag:hover {
    transform: rotate(0deg) scale(1.04) translateY(-3px);
    box-shadow: 0 25px 45px rgba(232, 98, 10, 0.22);
}

/* Stamp Top Bar */
.stamp-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(232, 98, 10, 0.2);
}

.stamp-badge {
    font-size: 9px;
    font-weight: 800;
    color: var(--dark-orange, #C04D00);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.stamp-discount {
    background: linear-gradient(135deg, #E8620A 0%, #F5C400 100%);
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

/* Stamp Price Section */
.stamp-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    line-height: 1;
    margin-bottom: 6px;
}

.stamp-price .currency {
    font-size: 11px;
    font-weight: 700;
    color: #E8620A;
}

.stamp-price .amount {
    font-size: 24px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: -0.5px;
}

.stamp-price .unit {
    font-size: 10px;
    color: #7A6048;
    font-weight: 600;
}

/* Stamp Footer */
.stamp-footer {
    font-size: 10px;
    font-weight: 600;
    color: #555555;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Sawtooth Bottom Teeth Edge */
.sawtooth-edge {
    position: absolute;
    bottom: -10px;
    left: -1px;
    right: -1px;
    height: 10px;
    background: #FFFFFF;
    clip-path: polygon(
        0% 0%, 100% 0%, 
        100% 100%, 93.75% 0%, 87.5% 100%, 81.25% 0%, 
        75% 100%, 68.75% 0%, 62.5% 100%, 56.25% 0%, 
        50% 100%, 43.75% 0%, 37.5% 100%, 31.25% 0%, 
        25% 100%, 18.75% 0%, 12.5% 100%, 6.25% 0%, 0% 100%
    );
}

/* ==========================================
   HARDWARE-ACCELERATED TRANSITIONS
   ========================================== */
.slide-from-top, 
.slide-from-left, 
.slide-from-bottom, 
.slide-from-right {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 1, 1), opacity 0.4s ease;
    will-change: transform, opacity;
}

.slide-from-top { transform: translate3d(0, -40px, 0); }
.slide-from-left { transform: translate3d(-50px, 0, 0); }
.slide-from-bottom { transform: translate3d(0, 40px, 0); }
.slide-from-right { transform: translate3d(50px, 0, 0); }

.single-slider.slick-active .slide-from-top,
.single-slider.slick-active .slide-from-left,
.single-slider.slick-active .slide-from-bottom,
.single-slider.slick-active .slide-from-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.single-slider.slick-active .delay-1 { transition-delay: 0.10s; }
.single-slider.slick-active .delay-2 { transition-delay: 0.25s; }
.single-slider.slick-active .delay-3 { transition-delay: 0.40s; }
.single-slider.slick-active .delay-4 { transition-delay: 0.55s; }
.single-slider.slick-active .delay-5 { transition-delay: 0.70s; }

/* ==========================================
   PROGRESS DOTS
   ========================================== */
.slider-active .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.slider-active .slick-dots li {
    position: relative;
    width: 45px;
    height: 4px;
    background: rgba(122, 92, 58, 0.25);
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.slider-active .slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0;
    display: block;
}

.slider-active .slick-dots li::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--primary, #E8620A);
    border-radius: 2px;
}

.slider-active .slick-dots li.slick-active::after {
    animation: dotsProgress 5s linear forwards;
}

@keyframes dotsProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 0;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: var(--primary);
	transition: 1s ease;
	border: none;
    opacity: 0;
}
.scroll-top.open {
    opacity: 1;
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: #111e49;
}
.container-inner {
	max-width: 1270px;
}

/* 2. Header */
.header-top {
    background-color: #ebf5fb;
    padding: 5px 0;
}
.header-top-area {
    display: flex;
    align-items: center;
}
.header-top-right-text ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-right-text ul li {
    margin-left: 20px;
}
.header-top-right-text ul li a {
    color: #111e49;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.header-top-left-text span,
.header-top-right-text ul li a:hover {
    color: var(--primary);
}
.header-top-left-text p {
    font-size: 12px;
    color: #111e49;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.custom-container {
    max-width: 1330px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    align-items: center;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
    display: block;
    position: relative;
    color: #111e49;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 39px 20px;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap > ul > li .sub-menu li.active > a,
.navbar-wrap > ul > li .sub-menu li:hover > a {
	color: var(--primary);
}
.navbar-wrap > ul > li:hover > a,
.navbar-wrap > ul > li.active > a {
	background-color: #ebf5fb;
}
.navbar-wrap ul li:last-child {
	position: relative;
}
.navbar-wrap ul li:last-child::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 2px;
    height: 40px;
    background: #ebf5fb;
    transform: translateY(-50%);
}
.logo {
    text-align: center;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-search form {
	position: relative;
}
.header-search button {
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #111e49;
    font-size: 14px;
    padding: 0 18px 0 0;
}
.header-search button::before {
    position: absolute;
    content: "|";
    right: 0;
    top: 50%;
    color: #8a8fa0;
    font-size: 12px;
    transform: translateY(-50%);
}
.header-search input {
    padding: 10px 61px 10px 59px;
    display: block;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #111e49;
    border: 1px solid #ebebeb;
}
.header-search input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #8a8fa0;
}
.header-user {
	margin-left: 25px;
}
.header-user > a {
	display: block;
    width: 35px;
    height: 35px;
    background: #ebf5fb;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #111e49;
    border-radius: 50%;
}
.header-user > a:hover {
	background: var(--primary);
	color: #fff;
}
.header-shop-cart {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.header-shop-cart > a {
    position: relative;
    display: flex;
    padding-right: 25px;
    align-items: center;
}
.header-shop-cart > a img {
    max-width: 15px;
    flex: 0 0 15px;
}
.header-shop-cart .cart-count {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-shop-cart > .cart-price {
    color: #111e49;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 15px;
}
.header-shop-cart .minicart {
	background: #fff;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: 0px;
	top: 66px;
	transition: all 0.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(10px);
}
.header-shop-cart .minicart::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -33px;
    width: 100%;
    height: 45px;
    display: block;
}
.header-shop-cart:hover .minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-shop-cart .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.minicart .cart-img {
	width: 100px;
	flex: 0 0 100px;
}
.minicart .cart-img img {
	max-width: 100%;
}
.header-shop-cart .minicart .cart-content {
    width: 185px;
    flex: 0 0 185px;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}
.minicart .cart-content h4 {
	font-family: 'Poppins', sans-serif;
	color: #312620;
	font-size: 15px;
	background: none;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.35;
}
.minicart .cart-price span {
    color: #676565;
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
    opacity: .7;
}
.minicart .cart-price .new {
	font-size: 14px;
	margin-left: 0;
	opacity: 1;
}
.header-shop-cart .minicart .del-icon {
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
	color: #676565;
}
.total-price {
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 10px;
}
.total-price span {
	color: #8e8e8e;
	font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
	margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--primary);
}
.header-shop-cart .minicart .checkout-link a.black-color {
	background: #282828;
	color: #fff;
}
.header-cart .header-btn .btn {
	color: #fff;
	font-size: 14px;
	padding: 13px 22px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	z-index: 9;
	border-radius: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 500;
	color: #5d5d5d;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.header-category {
    background: var(--primary);
    padding: 13px 0;
}
.header-cat-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
}
.header-cat-list ul::before {
    content: "\f0c9";
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 700;
    margin-right: 12px;
}
.header-cat-list ul li {
    margin-right: 40px;
}
.header-cat-list ul li:last-child {
    margin-right: 0;
}
.header-cat-list ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    display: block;
    font-weight: 600;
    padding: 13px 0;
}
.header-category-btn {
    margin-left: auto;
}
.header-category-btn > a {
    text-transform: uppercase;
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    background: #fff;
    display: inline-flex;
    border-radius: 3px;
    padding: 10px 23px;
}
.header-category-wrap {
    display: flex;
    align-items: center;
}
.header-category-btn > a:hover {
	background: #111e49;
	color: #fff;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	max-width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #312620;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #312620;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #312620;
	background: #efefef;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #312620;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #111e49;
    display: none;
    margin-top: 5px;
}

/* 4. Breadcrumb */
.breadcrumb-area {
    background: #f4f8fb;
    border-bottom: 1px solid #ebebeb;
    padding: 27px 0;
}
.breadcrumb-wrap .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-wrap .breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    padding-left: 0;
}
.breadcrumb-wrap .breadcrumb li a {
    color: #7b7b7b;
}
.breadcrumb-wrap .breadcrumb li + li:before {
    content: "\f101";
    padding: 0 10px;
    color: #7b7b7b;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    line-height: 21px;
}

/* 5. Slider */
.slider-bg {
    background-size: cover;
    background-position: right center;
    padding: 100px 0;
    min-height: 574px;
}
.slider-content .sub-title {
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}
.slider-content .sub-title > span {
    color: var(--secondary);
}
.slider-content .title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 1;
}
.slider-content p {
    font-size: 15px;
    color: #282828;
    margin-bottom: 40px;
}

/* 6. Features */
.features-bg {
	background-image: url(../img/features_product_bg.jpg);
	background-position: center;
	background-size: cover;
	border-top: 1px solid #fff;
}
.features-item {
    position: relative;
}
.features-content {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
}
.features-content > span {
    font-size: 12px;
    text-transform: uppercase;
    color: #1e1d23;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.features-content .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 18px;
    letter-spacing: -.5px;
}
.features-content .title a:hover {
    color: var(--primary);
}
.features-content .btn {
    padding: 17px 23px;
    font-size: 12px;
}
.features-highlight .features-content > span,
.features-highlight .features-content > .title,
.features-highlight .features-content > .title a:hover {
    color: #fff;
}
.features-highlight .features-content > .btn,
.features-highlight .features-content > .btn:hover {
    background: #fff;
    color: var(--primary);
}
.features-thumb img {
	border-radius: 5px;
    max-width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(80, 177, 249, 0.11);
}

/* 7. About */
.section-area-inner {
    padding: 0 90px;
}
.about-area .section-area-inner .row .col-6:first-child {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
}
.about-area .section-area-inner .row .col-6:last-child {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}
.about-image-wrap {
    margin-right: 47px;
    position: relative;
    margin-bottom: 17px;
}
.about-img-top {
    max-width: 411px;
    position: relative;
    z-index: 2;
    margin-bottom: -168px;
}
.about-img-bottom {
    max-width: 507px;
    position: relative;
    z-index: 1;
    margin-left: auto;
}
.about-img-top::before,
.about-img-bottom::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: -17px;
    width: 292px;
    height: 185px;
    background: var(--primary);
    z-index: -1;
}
.about-img-top img,
.about-img-bottom img {
    box-shadow: 0px 3px 4.65px 0.35px rgba(50, 50, 50, 0.23);
}
.about-top-shape {
    position: absolute;
    right: 25px;
    top: 25px;
}
.about-bottom-shape {
    position: absolute;
    left: 22px;
    bottom: 30px;
    z-index: -1;
}
.about-content .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 19px;
}
.about-content .big-desc {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 31px;
}
.about-content > p {
    font-size: 15px;
}
.about-content-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-content-list ul li {
    margin-right: 60px;
    margin-bottom: 30px;
}
.about-content-list ul li:last-child {
    margin-right: 0;
}
.about-content-list .icon {
    margin-bottom: 15px;
}
.about-content-list .content {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.about-content-list {
    margin-bottom: 8px;
    margin-top: 35px;
}


/* ==========================================
   CONCISE CEO MESSAGE SECTION
   ========================================== */
.ceo-message-area {
    background-color: #FFFFFF;
    position: relative;
}

.ceo-image-wrapper {
    position: relative;
    padding-bottom: 45px;
}

.ceo-portrait-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(26, 15, 0, 0.12);
    border: 4px solid #FFFFFF;
    background-color: var(--cream, #FFF8ED);
}

.ceo-portrait-frame .ceo-img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

/* Floating CEO Name Card */
.ceo-profile-card {
    position: absolute;
    bottom: 0;
    right: -10px;
    left: 20px;
    background: #FFFFFF;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(232, 98, 10, 0.18);
    border: 1px solid rgba(245, 196, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 5;
}

@media (max-width: 767px) {
    .ceo-profile-card {
        position: relative;
        right: 0;
        left: 0;
        margin-top: -25px;
    }
}

.ceo-profile-card .card-accent-bar {
    width: 4px;
    height: 44px;
    background: linear-gradient(180deg, var(--primary, #E8620A) 0%, var(--secondary, #F5C400) 100%);
    border-radius: 3px;
    flex-shrink: 0;
}

.ceo-profile-card .ceo-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-primary, #1A1A1A);
    margin-bottom: 2px;
    line-height: 1.2;
}

.ceo-profile-card .ceo-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary, #E8620A);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ceo-profile-card .ceo-company {
    font-size: 11px;
    color: var(--text-secondary, #666666);
    font-weight: 500;
    display: block;
}

/* Quote Box Styling */
.ceo-message-content .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary, #E8620A);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ceo-message-content .title {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary, #1A1A1A);
    line-height: 1.25;
    margin-bottom: 20px;
}

.ceo-quote-box {
    position: relative;
    background: var(--light, #FFF8ED);
    border-left: 4px solid var(--primary, #E8620A);
    padding: 24px 28px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 20px;
}

.ceo-quote-box .quote-icon {
    font-size: 22px;
    color: var(--secondary, #F5C400);
    margin-bottom: 10px;
    line-height: 1;
}

.ceo-quote-box .featured-quote {
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
    color: var(--text-primary, #1A1A1A);
    line-height: 1.5;
    margin: 0;
}

.ceo-body-text {
    font-size: 16px;
    color: var(--text-secondary, #555555);
    line-height: 1.6;
    margin-bottom: 24px;
}

.ceo-btn {
    background-color: var(--primary, #E8620A);
    color: #FFFFFF;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
}

.ceo-btn:hover {
    background-color: var(--primary-hover, #C04D00);
    color: #FFFFFF;
    transform: translateY(-2px);
}
/* 8. Support-area */
.support-area {
    background-image: url(../img/support_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.support-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.support-content .title {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 31px;
}
.support-content .popup-video {
    display: inline-block;
}
.support-content .popup-video i {
    width: 69px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    flex: 0 0 69px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0px 9px 8.37px 0.63px rgba(24, 133, 213, 0.15);
    margin-right: 16px;
}
.support-content .popup-video span {
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 2px;
    padding: 11px 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.support-content .popup-video:hover span {
    background: #111e49;
    color: #fff;
}
.fact-item p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.fact-item .chart {
    line-height: 1;
    position: relative;
    max-width: 143px;
    max-height: 143px;
    margin: 6px auto 25px;
    z-index: 1;
}
.fact-item .chart::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 155px;
    height: 155px;
    z-index: -1;
    border-radius: 50%;
}
.fact-item .chart .percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1;
}
.fact-item .chart .percentage sup {
    top: -9px;
    font-size: 60%;
}


/* 9. Feedback */
.customer-feedback-area {
    background-image: url(../img/customer_feedback_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 110px 0 50px;
}
.customer-feedback-title {
    display: flex;
    align-items: center;
}
.customer-feedback-title .title {
    font-size: 36px;
    margin-bottom: 0;
    width: 75%;
    flex: 0 0 75%;
    text-transform: uppercase;
    font-weight: 700;
}
.customer-feedback-active.owl-carousel .owl-nav {
    position: absolute;
    top: -53px;
    right: 90px;
    z-index: 1;
}
.customer-feedback-active.owl-carousel .owl-nav button {
    width: 58px;
    height: 58px;
    padding: 0;
    line-height: 58px;
    border-radius: 50%;
    flex: 0 0 58px;
    box-shadow: none;
    font-size: 20px;
    background: var(--primary);
    color: #fff;
    text-align: center;
}
.customer-feedback-active.owl-carousel .owl-nav button.disabled {
    background: #a8acb8;
}
.customer-feedback-active .owl-nav button i {
    margin: 0;
}
.customer-feedback-active .owl-nav button.owl-next {
    margin-left: 20px;
}
.customer-feedback-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 19.53px 1.47px rgba(95, 95, 100, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 50px 90px;
}
.feedback-item-content {
    width: 50%;
    padding: 50px 90px 55px 50px;
}
.feedback-item-content .feedback-tags {
    margin-bottom: 20px;
}
.feedback-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.feedback-tags ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}
.feedback-tags ul li:last-child {
    margin-right: 0;
}
.feedback-tags ul li a {
    font-size: 13px;
    color: #9795a7;
    font-weight: 400;
    display: block;
}
.feedback-tags ul li.active a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--primary);
    color: #fff;
    padding: 6px 22px;
}
.feedback-tags ul li.active a:hover {
    color: #fff;
}
.feedback-tags ul li a:hover {
    color: var(--primary);
}
.feedback-item-content .title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
    color: #2d3748;
    line-height: 1.35;
}
.feedback-client {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 40px;
}
.feedback-client .thumb {
    width: 55px;
    flex: 0 0 55px;
    margin-right: 20px;
}
.feedback-client .thumb img {
    max-width: 100%;
    border-radius: 50%;
}
.feedback-client .info h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}
.feedback-client .info span {
    display: block;
    font-size: 13px;
}
.feedback-item-content .feedback-btn {
    border: 1px solid var(--primary);
    box-shadow: none;
    background: transparent;
    color: var(--primary);
    padding: 15px 28px;
}
.feedback-item-content .feedback-btn:hover {
    box-shadow: 0px 9px 16.74px 1.26px rgb(80 177 249 / 21%);
    background: var(--primary);
    color: #fff;
}
.customer-feedback-item .feedback-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: right center;
    background-size: cover;
}

/* 10. Team */
.title-icon {
    margin-bottom: 15px;
}
.title-icon img {
    max-width: 40px;
}
.team-section-title .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5px;
}
.team-section-title p {
    margin-bottom: 0;
}
.team-content {
    position: relative;
    padding-right: 60px;
}
.team-content > span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.team-content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.team-thumb {
    margin-bottom: 25px;
}
.team-content .team-social {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: var(--primary);
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}

/* 11. Category */
.category-title span,
.shop-section-title .sub-title {
    color: #878688;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
	text-transform: uppercase;
}
.category-title .title,
.shop-section-title .title {
    font-size: 26px;
    color: #282828;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 0;
}
.category-view {
    text-align: right;
}
.category-view a {
	display: inline-block;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.category-view a:hover {
	color: #282828;
}
.category-active.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.category-active.row [class*="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.category-item > a {
    display: block;
    border: 1px solid #dceaf3;
    border-radius: 8px;
    padding: 30px 20px 25px;
    text-align: center;
}
.category-item > a:hover {
    background: #ebf5fb;
}
.category-item > a span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #58575b;
    text-transform: capitalize;
    margin-top: 15px;
}
.category-item > a img {
	display: inline-block;
}

/* 12. Ask Doctor */
.ask-doctor-bg {
    background-image: url(../img/ask_doctor_bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 661px;
    display: flex;
    align-items: center;
    padding: 120px 0;
}
.ask-doctor-content .sub-title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
    letter-spacing: 1px;
    padding: 7px 27px;
    margin-bottom: 14px;
}
.ask-doctor-content .title {
    font-size: 60px;
    text-transform: uppercase;
    color: #111e49;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
}
.ask-doctor-content p {
    font-size: 16px;
    margin-bottom: 0;
}
.ask-doctor-form {
    margin-top: 42px;
}
.ask-doctor-form form {
    position: relative;
    max-width: 495px;
}
.ask-doctor-form form input {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 14.88px 1.12px rgba(159, 201, 231, 0.36);
    border: 1px solid #ebebeb;
    font-size: 14px;
    padding: 21px 35% 21px 25px;
}
.ask-doctor-form form input::placeholder {
    color: #8a8fa0;
    font-size: 14px;
}
.ask-doctor-form form button {
    position: absolute;
    right: 8px;
    top: 8px;
    box-shadow: none;
    border-radius: 4px;
    bottom: 8px;
    padding: 15px 28px;
    border: .5px solid #ebebeb;
}
.doctor-category-bg {
    background-image: url(../img/ask_doctor_category.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.doctor-cat-item {
    display: block;
    max-width: 161px;
    background: #fff;
    border: 1px solid #dceaf3;
    border-radius: 8px;
    text-align: center;
    padding: 28px 15px;
}
.doctor-cat-item span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #58575b;
    margin-top: 23px;
}
.doctor-cat-item img {
    display: inline-block;
}
.doctor-cat-active {
    margin-left: -8px;
    margin-right: -8px;
}
.doctor-cat-active .col {
    padding-left: 8px;
    padding-right: 8px;
}

/* 13. Shop */
.shop-active {
	margin-right: -10px;
    margin-left: -10px;
}
.shop-active .col {
	padding-left: 10px;
	padding-right: 10px;
}
.shop-thumb {
    margin-bottom: 23px;
}
.shop-content {
    max-width: 85%;
}
.shop-content .cat {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #a6a6a6;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.shop-content .title {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.shop-content .title a:hover {
    color: var(--primary);
}
.shop-item-rating {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.shop-item-rating .avg-rating {
    background: var(--primary);
    padding: 5px 7px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
}
.shop-item-rating .avg-rating i {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    margin-left: 5px;
}
.shop-item-rating .total-rating {
	font-size: 12px;
	color: #7f7b7b;
}
.shop-content .shop-discount {
    font-size: 12px;
    color: #7f7b7b;
    margin-bottom: 10px;
    line-height: 1;
}
.shop-content .shop-discount > .discount-off {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary);
    margin-left: 5px;
	text-decoration: none;
}
.shop-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-bottom .price {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
}
.shop-bottom .add a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.shop-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}
.shop-wrap .row .col {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.shop-inner-page .row .col-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.shop-inner-page .row .col-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.shop-sidebar .widget {
    margin-bottom: 30px;
}
.shop-sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 70px 15px 20px;
    font-size: 14px;
    background: #f4f8fb;
}
.sidebar-search form input::placeholder {
    font-size: 14px;
}
.sidebar-search form [type=submit] {
    position: absolute;
    right: 0;
    border: none;
    padding: 0;
    width: 56px;
    height: 100%;
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.shop-sidebar .sidebar-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 19px;
}
.shop-cat-list ul {
    border: 1px solid #ebebeb;
}
.shop-cat-list ul li + li {
    border-top: 1px solid #ebebeb;
}
.shop-cat-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 18px;
}
.shop-cat-list ul li a span {
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shop-cat-list ul li a:hover {
    color: #282828;
    background: #f4f8fb;
}
.shop-cat-list ul li a:hover span {
    color: var(--primary);
}
.shop-brand-list ul li + li {
    margin-top: 7px;
}
.shop-brand-list ul li a {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #7f7b7b;
    line-height: 26px;
    display: inline-flex;
    font-weight: 500;
}
.shop-brand-list ul li a::before {
    content: "\f1ce";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shop-brand-list ul li a:hover {
    color: var(--primary);
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #ebebeb none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 6px;
	margin-bottom: 20px;
	margin-left: auto;
}
.price_filter .ui-slider-range {
	background: var(--primary) none repeat scroll 0 0;
	border-radius: 2px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 14px;
    width: 14px;
    top: 0;
    margin-top: -4px;
    background: #fff;
    border-radius: 50px;
    margin-left: 0;
    border: 3px solid var(--primary);
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
	outline: none;
	box-shadow: none;
}
.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.price_slider_amount > span {
    font-size: 13px;
    font-weight: 500;
    color: #676666;
    text-transform: capitalize;
    margin-right: 5px;
}
.price_slider_amount > input[type="text"] {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 85px;
    border: none;
    font-size: 13px;
    color: #676666;
    font-weight: 500;
}
.price_slider_amount > input[type="submit"] {
    margin-left: auto;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    min-width: 70px;
    padding: 9px 12px;
    color: #282828;
    font-size: 13px;
    text-align: center;
    background: #f4f8fb;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    border: 1px solid #ebebeb;
    box-shadow: none;
    line-height: 1;
    border-radius: 3px;
}
.price_slider_amount > input[type="submit"]:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}
.price_filter {
    margin-top: 28px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ebebeb;
}
.shop-wrap > .title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.shop-page-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 14px 12px 0;
}
.shop-grid-menu {
    margin-right: 32px;
}
.shop-grid-menu ul {
    display: flex;
    align-items: center;
}
.shop-grid-menu ul li {
    margin-right: 9px;
}
.shop-grid-menu ul li:last-child {
    margin-right: 0;
}
.shop-grid-menu ul li a {
    display: flex;
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 33px;
    height: 32px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #282828;
    border-radius: 3px;
}
.shop-grid-menu ul li.active a,
.shop-grid-menu ul li a:hover {
    border-color: var(--primary);
    color: #fff;
    background: var(--primary);
}
.shop-grid-menu,
.shop-showing-result,
.shop-show-list,
.shop-short-by,
.shop-pagination {
    margin-bottom: 14px;
}
.shop-showing-result p {
    font-size: 13px;
    margin-bottom: 0;
    color: #282828;
    font-weight: 500;
}
.shop-showing-result {
    margin-right: 32px;
}
.shop-show-list form label,
.shop-short-by form label {
    margin-bottom: 0;
    cursor: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #282828;
    margin-right: 10px;
}
.shop-show-list form > .selected {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 8px 25px 8px 11px;
    min-width: 54px;
    font-size: 13px;
    font-weight: 500;
    color: #282828;
    border-radius: 3px;
}
.shop-show-list form > .selected::after {
    border-bottom: 1.5px solid #282828;
    border-right: 1.5px solid #282828;
    height: 6px;
    margin-top: -4px;
    right: 11px;
    width: 6px;
    opacity: .74;
}
.shop-show-list form .nice-select .list {
    padding: 5px 0;
}
.shop-show-list form .nice-select .option {
    line-height: 25px;
    min-height: 25px;
    padding-left: 8px;
    padding-right: 8px;
    color: #282828;
    text-align: center;
}
.shop-short-by {
    margin-left: auto;
}
.shop-short-by form > .selected {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 8px 25px 8px 11px;
    min-width: 140px;
    font-size: 13px;
    font-weight: 500;
    color: #282828;
    border-radius: 3px;
}
.shop-short-by form > .selected::after {
    border-bottom: 1.5px solid #282828;
    border-right: 1.5px solid #282828;
    height: 6px;
    margin-top: -4px;
    right: 11px;
    width: 6px;
    opacity: .74;
}
.shop-short-by form > .selected .option {
    line-height: 30px;
    min-height: 30px;
    color: #282828;
}
.shop-pagination {
    margin-left: auto;
}
.shop-pagination ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.shop-pagination ul li + li {
    margin-left: 8px;
}
.shop-pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 32px;
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    color: #676666;
    font-weight: 500;
}
.shop-pagination ul li.active a,
.shop-pagination ul li a:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.shop-details-wrap {
    margin-left: 20px;
}
.shop-details-wrap .col-7 {
    -ms-flex: 0 0 55.6%;
    flex: 0 0 55.6%;
    max-width: 55.6%;
}
.shop-details-wrap .col-5 {
    -ms-flex: 0 0 44.4%;
    flex: 0 0 44.4%;
    max-width: 44.4%;
}
.shop-details-img-wrap {
    margin-bottom: 13px;
}
.shop-details-nav-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
}
.shop-details-nav-wrap .nav-tabs .nav-item {
    padding-left: 7px;
    padding-right: 7px;
}
.shop-details-nav-wrap .nav-tabs .nav-link {
    border: none;
    padding: 0;
}
.shop-details-content {
    margin-left: 20px;
}
.shop-details-content > span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #a6a6a6;
    display: block;
    margin-bottom: 7px;
}
.shop-details-content > .title {
    font-size: 34px;
    margin-bottom: 18px;
}
.shop-details-review {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.shop-details-review .rating {
    font-size: 12px;
    color: #febd00;
    letter-spacing: -.5px;
    margin-right: 7px;
}
.shop-details-review > span {
    font-size: 14px;
}
.shop-details-price {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.shop-details-price .price {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.shop-details-price .stock-status {
    font-size: 13px;
    color: var(--primary);
    margin-bottom: 0;
    margin-left: 10px;
}
.shop-details-content > p {
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 22px;
    line-height: 24px;
}
.shop-details-dimension {
    margin: 0 0 20px;
}
.shop-details-dimension > span,
.shop-details-color > span,
.shop-details-quantity > span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
}
.shop-details-dimension ul,
.shop-details-color ul,
.shop-details-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.shop-details-dimension ul li {
    margin-top: 10px;
    margin-right: 10px;
}
.shop-details-dimension ul li a {
    display: block;
    border: 1px solid #ebebeb;
    background: #f4f8fb;
    font-size: 13px;
    font-weight: 500;
    color: #7f7b7b;
    padding: 7px 18px;
}
.shop-details-dimension ul li.active a {
    color: #fff;
    background: #222222;
    border-color: #222222;
}
.shop-details-color ul li {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    background: #e84c3d;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    z-index: 1;
}
.shop-details-color ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
}
.shop-details-color ul li.active::before {
    opacity: 1;
}
.shop-details-color ul li.black {
    background: #485566;
}
.shop-details-color ul li.green {
    background: #8dd244;
}
.shop-details-color ul li.blue {
    background: var(--primary);
}
.shop-details-color {
    margin-bottom: 30px;
}
.shop-details-quantity > span {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
}
.cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.cart-plus-minus {
    position: relative;
}
.cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
}
.cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}
.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}
.shop-details-quantity > a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #696868;
    padding: 12px 16px;
    min-width: 145px;
    justify-content: center;
    margin-bottom: 12px;
}
.shop-details-quantity > a i {
    font-size: 12px;
    margin-right: 7px;
}
.shop-details-quantity .wishlist-btn {
    margin-right: 12px;
}
.shop-details-quantity .cart-btn {
    border-color: #222;
    color: #fff;
    background: #222;
}
.shop-details-quantity > a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.shop-details-bottom ul li {
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    flex-wrap: wrap;
}
.shop-details-bottom ul li  > span {
    margin-right: 7px;
}
.shop-details-bottom ul li + li {
    margin-top: 12px;
}
.shop-details-bottom ul li > a {
    font-size: 14px;
    font-weight: 500;
    color: #a6a6a6;
}
.shop-details-bottom ul li.sd-share > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 4px;
}
.shop-details-bottom ul li > a:hover {
    color: var(--primary);
}
.shop-details-bottom ul li.sd-share > a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.shop-details-bottom {
    margin-top: 23px;
}
.product-desc-wrap {
    padding-top: 85px;
}
.product-desc-wrap .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
    justify-content: flex-start;
    margin-bottom: 35px;
}
.product-desc-wrap .nav-tabs .nav-item {
    margin-bottom: 0;
    margin: 0 65px 0 0;
}
.product-desc-wrap .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.product-desc-wrap .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #282828;
    padding: 0 0 12px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.product-desc-wrap .nav-tabs .nav-link.active {
    color: var(--primary);
}
.product-desc-wrap .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}
.product-desc-wrap .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.product-desc-content > p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.product-desc-content > p:last-child {
    margin-bottom: 0;
}
.product-desc-img img {
    width: 100%;
}
.product-desc-info .small-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.product-desc-info p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}
.product-desc-list li {
    font-size: 14px;
    display: block;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}
.product-desc-list li:last-child {
	margin-bottom: 0;
}
.product-desc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 5px;
    background: #505050;
    top: 9px;
}
.product-desc-review {
    border: 1px solid #dbdbdb;
    padding: 25px 30px;
}
.review-title .title {
    font-size: 18px;
    margin-bottom: 0;
}
.product-desc-review .left-rc {
	display: inline-block;
}
.product-desc-review .left-rc p {
	margin-bottom: 0;
    font-size: 14px;
}
.product-desc-review .right-rc {
	float: right;
	display: block;
}
.product-desc-review .right-rc a {
	color: #282828;
    font-size: 14px;
    font-weight: 500;
}
.product-desc-review .right-rc a:hover {
	color: var(--primary);
}
.related-products-wrap {
    padding: 73px 0 0;
}
.related-products-wrap > .title {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.shop-widget-banner {
    text-align: center;
}

/* 14. Discount */
.discount-wrap {
    background-image: url(../img/cta_img.jpeg);
    background-position: right center;
    background-size: cover;
    padding: 100px 100px 100px 130px;
}
.discount-content {
    width: 37%;
}
.discount-content > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5a5960;
    margin-bottom: 6px;
}
.discount-content .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 14px;
}
.discount-content p {
    font-size: 15px;
    margin-bottom: 30px;
}
.discount-content .btn {
    padding: 16px 32px;
}

/* 15. Deal-week */
.deal-week-area {
    background: #ebf5fb;
    padding: 85px 0 60px;
}
.section-title .title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 7px;
}
.section-title p {
    font-size: 15px;
    margin-bottom: 0;
}
.deal-week-countdown .coming-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.deal-week-countdown .coming-time .time-count {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 9px 16.74px 1.26px rgba(159, 198, 221, 0.17);
    min-width: 88px;
    min-height: 89px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    margin: 20px 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.deal-week-countdown .coming-time .time-count span {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #282828;
    font-weight: 600;
    margin-bottom: 6px;
}
.deal-week-countdown .coming-time .time-count::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 5px;
    border-radius: 4px 4px 0px 0px;
    bottom: 0;
    margin: 0 auto;
    background: var(--primary);
}
.deal-week-item {
    background: #fff;
    margin-bottom: 30px;
    padding: 25px;
}
.deal-week-inner {
    position: relative;
	overflow: hidden;
}
.deal-week-content {
    position: absolute;
    left: 27px;
    top: 35px;
    width: 56%;
    z-index: 1;
}
.deal-week-content > span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #5a5960;
    margin-bottom: 5px;
}
.deal-week-content .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 20px;
}
.deal-week-content .title > a span {
	font-size: 16px;
    display: block;
}
.deal-week-content .btn {
    padding: 14px 20px;
    font-size: 13px;
}
.dw-big-item .deal-week-content {
    position: unset;
    width: 42%;
    text-align: center;
    margin: 0 auto 30px;
    left: auto;
    top: auto;
}
.deal-week-item.dw-big-item {
    min-height: calc(100% - 30px);
}
.dw-big-item .deal-week-inner {
    background: #f4fafd;
    text-align: center;
    padding: 40px 30px 35px;
}
.dw-big-item .deal-week-thumb {
	position: relative;
}
.dw-big-item .deal-week-thumb .main-img {
    border-radius: 50%;
    border: 1px solid #e1e1e1;
}
.dw-big-item .deal-week-thumb .discount-img {
    position: absolute;
    right: 50px;
    top: 0;
}
.dw-big-item .deal-week-content .title {
    font-size: 28px;
	line-height: 1.15;
}
.dw-big-item .deal-week-content .title > a span {
    font-size: 24px;
}
.dw-big-item .deal-week-content > span {
	margin-bottom: 10px;
}

/* 16. Shop */
.shop-menu-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.shop-menu-nav button {
    border: none;
    background: transparent;
    color: #7f7b7b;
    padding: 0 0 18px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 42px;
    position: relative;
    transition: .3s linear;
}
.shop-menu-nav button::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: var(--primary);
    border-radius: 3px 3px 0px 0px;
	transition: .3s linear;
	opacity: 0;
}
.shop-menu-nav button:last-child {
	margin-right: 0;
}
.shop-menu-nav button.active {
	color: var(--primary);
}
.shop-menu-nav button.active::before {
	opacity: 1;
}
.shop-title-wrap {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
}
.shop-section-title {
    margin-bottom: 20px;
}
.shop-isotope-active {
	margin-left: -10px;
	margin-right: -10px;
}
.shop-isotope-active .col {
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/* 17. Testimonial */
.testimonial-bg {
	background-image: url(../img/testimonial_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 85px 0 90px;
}
.testimonial-item {
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 16.74px 1.26px rgba(159, 198, 221, 0.09);
    padding: 33px 50px 45px;
	border: 1px solid #fff;
    position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.testi-img {
	margin-bottom: 25px;
}
.testi-img img {
    border-radius: 50%;
    display: inline-block;
}
.testi-content > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.testi-avatar-info {
    margin-top: 28px;
}
.testi-avatar-info .title {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.testi-avatar-info span {
    display: block;
    font-size: 13px;
}
.testi-avatar-info .rating {
    line-height: 1;
    font-size: 12px;
    color: var(--primary);
    letter-spacing: -.5px;
    margin-top: 17px;
}
.testimonial-item::before {
    content: "\f10e";
    position: absolute;
    right: 70px;
    top: 50px;
    font-size: 72px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    color: var(--primary);
    font-weight: 700;
    z-index: -1;
    opacity: .07;
}
.slick-active.slick-center .testimonial-item {
	border-color: var(--primary);
}
.testimonial-active .slick-dots {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
	flex-wrap: wrap;
}
.testimonial-active .slick-dots li {
    line-height: 0;
    margin: 0 3px;
}
.testimonial-active .slick-dots li button {
    text-indent: -9999999px;
    border: 2px solid var(--primary);
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transition: .3s linear;
	background: #fff;
}
.testimonial-active .slick-dots li.slick-active button {
	background: var(--primary);
}

/* 18. Blog */
.blog-post-thumb {
    border-radius: 3px 3px 0px 0px;
	overflow: hidden;
}
.blog-post-thumb img {
	transform: scale(1) rotate(0);
	transition: .5s ease-in-out;
}
.blog-post-item:hover .blog-post-thumb img {
	transform: scale(1.1) rotate(-3deg);
}
.blog-post-content {
    border: 1.5px solid #ebebeb;
    padding: 30px 35px;
    border-radius: 0 0 7px 7px;
}
.blog-post-content .title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.blog-post-content p {
    margin-bottom: 0;
}
.blog-post-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    border-top: 1.5px solid #eeeeee;
    padding-top: 10px;
}
.blog-post-meta ul li {
    margin-top: 10px;
    font-size: 14px;
    color: #a4a3a3;
    padding-right: 15px;
    margin-right: 15px;
	position: relative;
}
.blog-post-meta ul li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary);
    opacity: .16;
}
.blog-post-meta ul li:nth-child(3n+2),
.blog-post-meta ul li.read-more {
	padding-right: 0;
}
.blog-post-meta ul li:nth-child(3n+2)::after,
.blog-post-meta ul li.read-more::after {
	display: none;
}
.blog-post-meta ul li.read-more {
	margin-left: auto;
	margin-right: 0;
}
.blog-post-meta ul li.read-more a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.blog-post-meta ul li i {
	margin-right: 5px;
}

.standard-blog-item .blog-thumb {
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}
.standard-blog-item .blog-thumb img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.standard-blog-content {
    padding: 50px 40px 45px;
    border: 1px solid #e6e4e4;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}
.standard-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.standard-blog-meta li {
    margin-right: 20px;
    color: #7b7b7b;
    font-size: 13px;
    margin-bottom: 10px;
}
.standard-blog-meta li:last-child {
    margin-right: 0;
}
.standard-blog-meta li a {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #282828;
}
.standard-blog-meta li.active a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 6px 15px;
    background: var(--primary);
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.standard-blog-meta li i {
    margin-right: 5px;
    font-size: 14px;
}
.standard-blog-meta li.active a:hover {
    background: #282828;
    color: #fff;
}
.standard-blog-content > .title {
    font-size: 26px;
    color: #282828;
    margin-bottom: 23px;
    text-transform: capitalize;
}
.standard-blog-content .title a:hover,
.standard-blog-meta li a:hover {
    color: var(--primary);
}
.standard-blog-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.standard-blog-content .blog-line {
    width: 100%;
    height: 6px;
    background-repeat: repeat;
    margin: 30px 0;
}
.standard-blog-content .read-more {
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    line-height: 1;
    padding-bottom: 3px;
    position: relative;
    text-transform: capitalize;
}
.standard-blog-content .read-more::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
}
.standard-blog-item:last-child {
    margin-bottom: 0;
}
.blog-sidebar {
    margin-left: 30px;
}
.blog-sidebar .widget {
    background: #f4f8fb;
    border: 1px solid #ebebeb;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
}
.blog-sidebar .sidebar-search form input {
    background: #fff;
}
.sidebar-cat-list ul li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
}
.sidebar-cat-list ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid var(--primary);
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.sidebar-cat-list ul li:last-child {
    margin-bottom: 0;
}
.sidebar-cat-list ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 400;
}
.sidebar-cat-list ul li a i {
    margin-left: auto;
    font-size: 12px;
    color: #6c6c6c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sidebar-cat-list ul li a:hover,
.sidebar-cat-list ul li a:hover i {
    color: var(--primary);
}
.rc-post-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    margin-bottom: 23px;
    position: relative;
    border-bottom: 1px dashed #c7c7c7;
}
.rc-post-list ul li:last-child {
    margin-bottom: 0;
}
.rc-post-thumb {
    width: 85px;
    flex: 0 0 85px;
    margin-right: 17px;
}
.rc-post-thumb img {
    max-width: 100%;
    border-radius: 5px;
    transition: .3s linear;
}
.rc-post-content {
    flex-grow: 1;
}
.rc-post-content .title {
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1.4;
}
.rc-post-content .title a:hover {
    color: var(--primary);
}
.rc-post-content .date {
    display: block;
    transition: .3s linear;
    font-size: 13px;
    color: #898799;
}
.rc-post-content .date i {
    margin-right: 5px;
    color: var(--primary);
}
.sidebar-tag-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.5px;
    margin-right: -3.5px;
    margin-top: -10px;
}
.sidebar-tag-list ul li {
    padding-left: 3.5px;
    padding-right: 3.5px;
    padding-top: 10px;
}
.sidebar-tag-list ul li a {
    display: block;
    background: #fff;
    font-size: 13px;
    color: #6c6c6c;
    padding: 9px 20px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}
.sidebar-tag-list ul li a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.blog-sidebar .sidebar-newsletter {
    background: #143556;
    text-align: center;
}
.sn-icon {
    margin-bottom: 25px;
}
.sn-title {
    margin-bottom: 30px;
}
.sn-title .title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.sn-title p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
}
.sn-form input {
    width: 100%;
    font-size: 14px;
    text-align: center;
    border: none;
    background: #fff;
    padding: 19px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sn-form input::placeholder {
    font-size: 14px;
    color: #6c6c6c;
}
.sn-form .btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    border-radius: 10px;
    min-height: 59px;
    box-shadow: none;
}

.blog-details-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog-details-img .row {
    margin-left: -10px;
    margin-right: -10px;
}
.blog-details-img .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.blog-details-content blockquote {
    margin: 31px 0 28px;
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    font-style: italic;
    line-height: 1.6;
    padding: 3px 28px;
    position: relative;
}
.blog-details-content blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--primary);
    border-radius: 2px;
}
.blog-details-content blockquote footer {
    font-size: 14px;
    font-style: normal;
    color: var(--primary);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-top: 11px;
}
.blog-details-content blockquote footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 2px;
    background: var(--primary);
}
.blog-details-list ul li {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}
.blog-details-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 50%;
}
.blog-details-list ul li a {
    color: var(--primary);
    text-decoration: underline;
}
.blog-details-list ul li + li {
    margin-top: 10px;
}
.blog-details-img {
    margin: 35px 0 32px;
}
.blog-details-img img {
    max-width: 100%;
}
.blog-details-bottom {
    display: flex;
    align-items: center;
}
.blog-details-tags {
    width: 70%;
    flex: 0 0 70%;
}
.blog-details-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-details-tags ul li.title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #3b3663;
    margin-right: 12px;
    padding-right: 0;
}
.blog-details-tags ul li.title::before {
    display: none;
}
.blog-details-tags ul li.title i {
    font-size: 10px;
    color: var(--primary);
    margin-right: 5px;
}
.blog-details-tags ul li {
    padding-right: 13px;
    margin-right: 13px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog-details-tags ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #898797;
    font-weight: 500;
}
.blog-details-tags ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-details-tags ul li:last-child:before {
    display: none;
}
.blog-details-tags ul li a {
    display: block;
    font-size: 13px;
    color: #6c6c6c;
}
.blog-details-tags ul li a:hover {
    color: var(--primary);
}
.blog-details-social {
    flex-grow: 1;
}
.blog-details-social ul {
    justify-content: flex-end;
}
.blog-details-content .blog-line {
    margin: 45px 0 20px;
}
.avatar-post {
    padding: 40px 60px 40px 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #f4f8fb;
    border: 1px solid #e1e1e1;
}
.post-avatar-img {
    margin-right: 30px;
    width: 128px;
    flex: 0 0 128px;
}
.post-avatar-img img {
    max-width: 100%;
    border-radius: 8px;
}
.post-avatar-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.post-avatar-content .blog-details-social ul {
   justify-content: flex-start;
}
.post-avatar-content p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 15px;
    line-height: 26px;
}
.blog-next-prev ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-next-prev ul li a {
    display: block;
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-prev img {
	margin-right: 15px;
}
.blog-next img {
	margin-left: 15px;
}
.blog-next-prev ul li a:hover {
    color: var(--primary);
}
.comment-reply-box {
    background: #f4f8fb;
    padding: 60px 45px 65px;
    margin-top: 50px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
.comment-reply-box .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 12px;
    position: relative;
}
.comment-reply-box .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: var(--primary);
}
.comment-reply-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.comment-reply-form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.comment-reply-form .form-grp {
    margin-bottom: 20px;
}
.comment-reply-form input,
.comment-reply-form textarea {
    border: 1px solid #e1e1e1;
    background: #fff;
    width: 100%;
    padding: 13px 25px;
    font-size: 14px;
    color: #6c6c6c;
    border-radius: 4px;
    font-weight: 500;
}
.comment-reply-form input::placeholder,
.comment-reply-form textarea::placeholder {
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 500;
    opacity: .77;
}
.comment-reply-form textarea {
    min-height: 148px;
    max-height: 148px;
}
.comment-reply-form .btn {
    box-shadow: none;
    padding: 14px 31px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


/*=======================================================================
19. Contact
========================================================================*/
#map-bg {
    background-image: url(../img/map.jpg);
    min-height: 490px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
#map-bg .map-marker {
    position: absolute;
    left: 43%;
    top: 36%;
    width: 93px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    background: var(--primary);
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
}
.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.5), 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5), 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5), 0 0 0 30px rgba(255,255,255,0);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.5), 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5), 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5), 0 0 0 30px rgba(255,255,255,0);
    }
}
.contact-title .sub-title {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-title .title {
    font-size: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.contact-title .title > span {
    color: var(--primary);
}
.contact-wrap-content p {
    font-size: 14px;
    margin-bottom: 35px;
    letter-spacing: .4px;
}
.contact-form .form-grp {
    margin-bottom: 25px;
}
.contact-form .form-grp label {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 10px;
    opacity: .8;
}
.contact-form .form-grp label span {
    color: var(--primary);
}
.contact-form .form-grp input,
.contact-form .form-grp textarea {
    width: 100%;
    background: #f4f8fb;
    border: 1px solid #ebebeb;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
    font-weight: 400;
}
.contact-form .form-grp input::placeholder,
.contact-form .form-grp textarea::placeholder {
    color: #676666;
    font-size: 14px;
    font-weight: 400;
}
.contact-form .form-grp textarea {
    min-height: 125px;
    max-height: 125px;
}
.contact-form .checkbox-grp,
.comment-reply-form .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.contact-form .checkbox-grp input,
.comment-reply-form .checkbox-grp input {
    width: auto;
    margin-top: 3px;
    margin-right: 9px;
}
.contact-form .checkbox-grp label,
.comment-reply-form .checkbox-grp label {
    font-size: 14px;
    font-weight: 500;
    color: #676666;
    opacity: .8;
    margin-bottom: 0;
    user-select: none;
}
.contact-form [type=button] {
    box-shadow: none;
    padding: 15px 34px;
}
.contact-info-wrap {
    background: #f4f8fb;
    border-radius: 12px;
    padding: 35px 55px 44px;
    border: 1px solid #ebebeb;
}
.contact-img {
    text-align: center;
    margin-bottom: 55px;
}
.contact-img img {
    max-width: 100%;
}
.contact-info-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-info-list ul li:last-child {
    margin-bottom: 0;
}
.contact-info-list .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    flex: 0 0 45px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
    color: var(--primary);
    box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
}
.contact-info-list .content {
    flex-grow: 1;
}
.contact-info-list .content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #696969;
}
.contact-social ul,
.blog-details-social ul {
    display: flex;
    align-items: center;
}
.contact-social ul li {
    margin-right: 15px;
}
.blog-details-social ul li {
    margin-right: 10px;
}
.contact-social ul li:last-child,
.blog-details-social ul li:last-child {
    margin-right: 0;
}
.contact-social ul li a,
.blog-details-social ul li a {
    display: block;
}
.contact-social ul li a i,
.blog-details-social ul li a i {
    width: 41px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
    background: #385594;
    color: #fff;
    font-size: 14px;
}
.blog-details-social ul li a i {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
}
.contact-social ul li:nth-child(2) a i,
.blog-details-social ul li:nth-child(2) a i {
    background: #4eabee;
}
.contact-social ul li:nth-child(3) a i,
.blog-details-social ul li:nth-child(3) a i {
    background: #1976d2;
}
.contact-social {
    margin-top: 40px;
}

/* 20. Core-features */
.core-features-area {
    background: #ebf5fb;
    padding: 70px 0 40px;
}
.core-features-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(80, 177, 249, 0.11);
    padding: 35px 32px;
	transform: translateY(0);
	transition: .3s linear;
}
.core-features-item:hover {
	transform: translateY(-7px);
}
.core-features-icon {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border: 1px dashed #e6e6e6;
    border-radius: 50%;
    margin-right: 23px;
	background: #ebf5fb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.core-features-icon img {
    max-width: 35px;
}
.core-features-content .title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
}
.core-features-content p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
}

/* 21. Footer */
.footer-top-wrap {
    padding: 85px 0 20px;
}
.footer-widget {
	margin-bottom: 50px;
}
.fw-title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 25px;
}
.fw-link ul li + li {
    margin-top: 5px;
}
.fw-link ul li a {
    display: inline-block;
    font-size: 13px;
    color: #6d6d6d;
}
.fw-link ul li a:hover {
	color: var(--primary);
	padding-left: 5px;
}
.f-newsletter p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 24px;
}
.newsletter-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.newsletter-form input {
    flex-grow: 1;
    background: #ebf5fb;
    border: 1px solid #eaeaea;
    font-size: 13px;
    border-radius: 4px;
    padding: 12px 23px;
    min-height: 46px;
}
.newsletter-form input::placeholder {
	font-size: 13px;
	color: #6d6d6d;
}
.newsletter-form button {
    border: none;
    padding: 0 0;
    width: 57px;
    height: 46px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 7px;
}
.fw-download-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fw-download-btn > a {
	margin-top: 10px;
}
.fw-download-btn > a:first-child {
	margin-right: 10px;
}
.footer-counter-wrap {
    padding: 50px 0 30px;
    border-top: 1px solid #9ad1fa;
}
.fcw-title .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.counter-item {
    text-align: center;
}
.counter-item .count {
    line-height: .8;
    margin-bottom: 5px;
    font-size: 26px;
}
.counter-item p {
    line-height: 1.4;
    margin-bottom: 0;
}
.copyright-area {
    background: #ebf5fb;
    padding: 17px 0;
}
.copyright-text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #6d6d6d;
    line-height: 24px;
}
/* 22. Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}
#preloader img {
    max-width: 90px;
}
/* Contact Section Layout Fixes */
.footer-contact-list {
    margin-top: 1.5rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.75rem; /* Generous vertical gap between sections */
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

/* Icon Styling & Explicit Right Gap */
.footer-contact-icon {
    width: 44px;
    height: 44px;
    min-width: 44px; /* Prevents icon shrinking when text wraps */
    min-height: 44px;
    border-radius: 50%;
    background-color: var(--accent, #FFF3E0);
    color: var(--primary, #E65100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 20px !important; /* GUARANTEED SPACE: Creates clear separation between icon and text */
    flex-shrink: 0;
}

/* Text Container Alignment */
.footer-contact-content {
    padding-top: 2px; /* Aligns top text line perfectly with icon top boundary */
    line-height: 1.5;
}

.footer-contact-title {
    display: block;
    font-weight: 700;
    color: #212529;
    font-size: 0.92rem;
    margin-bottom: 4px;
}

.footer-contact-text {
    display: block;
    color: #6c757d;
    font-size: 0.86rem;
    margin-bottom: 2px;
}

.footer-contact-link {
    color: #212529;
    font-size: 0.86rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-link:hover {
    color: var(--primary, #E65100);
}
/* ==========================================
   Map Wrapper & Custom Floating Card
   ========================================== */
.map-section-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.map-section-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Floating Info Card */
.map-info-card {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 10;
    max-width: 400px;
    width: calc(100% - 48px);
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.map-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.map-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* User-Friendly Header Badge */
.map-status-badge {
    background-color: rgba(230, 81, 0, 0.08);
    color: var(--primary, #E65100);
    border: 1px solid rgba(230, 81, 0, 0.2);
    font-size: 0.73rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

/* List Items */
.map-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.map-info-item:last-child {
    margin-bottom: 0;
}

.map-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    background-color: var(--accent, #FFF3E0);
    color: var(--primary, #E65100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 16px;
}

/* Enhanced GhanaPost GPS Pill Badge */
.ghanapost-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #FFF8E1;
    color: #D84315;
    border: 1px solid #FFE082;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    margin-top: 6px;
    letter-spacing: 0.3px;
}

.ghanapost-badge i {
    font-size: 0.7rem;
    color: var(--primary, #E65100);
}

/* Responsive Mobile Rules */
@media (max-width: 575.98px) {
    .map-section-wrapper {
        height: 560px;
    }
    .map-info-card {
        bottom: 12px;
        left: 12px;
        width: calc(100% - 24px);
        padding: 16px;
    }
}
/* 1. Form Styles */
.contact-form .form-grp label {
    font-size: 0.88rem;
    margin-bottom: 6px;
    display: block;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 0.9rem !important;
    background-color: #FFFFFF !important;
    transition: all 0.2s ease-in-out !important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--primary, #E65100) !important;
    box-shadow: 0 0 0 3px rgba(230, 81, 0, 0.15) !important;
    outline: none !important;
}

/* 2. Contact Details List (Fixed Spacing) */
.contact-info-list-fixed {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important; /* Generous gap between item rows */
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.contact-info-item-fixed {
    display: flex !important;
    align-items: center !important;
}

.contact-icon-fixed {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 50% !important;
    background-color: #FFF3E0 !important;
    color: var(--primary, #E65100) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.15rem !important;
    margin-right: 20px !important; /* FORCED clear space between icon and text */
}

.contact-text-fixed {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

/* 3. Opening Hours Widget & Days Spacing */
.opening-hours-card-fixed {
    background-color: #FAF9F6 !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 12px !important;
    padding: 22px !important;
}

.hours-header-fixed {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important; /* Space between Clock Icon and Title */
}

.schedule-list-fixed {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important; /* Space between each day row */
    margin-top: 14px !important;
}

.hours-row-fixed {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    border: 1px solid #EDF2F7 !important;
    transition: all 0.2s ease !important;
}

/* Active Day Highlight Style */
.hours-row-fixed.current-day {
    background-color: #FFF3E0 !important;
    border-color: #FFE0B2 !important;
    border-left: 4px solid var(--primary, #E65100) !important;
}

.hours-row-fixed .day-name {
    font-weight: 600 !important;
    color: #4A5568 !important;
    font-size: 0.88rem !important;
}

.hours-row-fixed .day-time {
    font-weight: 700 !important;
    color: #1A202C !important;
    font-size: 0.88rem !important;
}

/* 4. Live Pulsing Badge Styles */
.status-pill-fixed {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important; /* Space between dot and text */
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

.status-pill-fixed.open {
    background-color: #E8F5E9 !important;
    color: #1B5E20 !important;
    border: 1px solid #A5D6A7 !important;
}

.status-pill-fixed.closed {
    background-color: #FFEBEE !important;
    color: #B71C1C !important;
    border: 1px solid #EF9A9A !important;
}

/* Pulsing Green Dot Animation */
.pulse-dot-green {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background-color: #2E7D32 !important;
    display: inline-block !important;
    box-shadow: 0 0 0 0 rgba(46, 125, 50, 0.7) !important;
    animation: livePulseGreen 1.8s infinite !important;
}

.dot-red {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background-color: #C62828 !important;
    display: inline-block !important;
}

@keyframes livePulseGreen {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(46, 125, 50, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 8px rgba(46, 125, 50, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(46, 125, 50, 0);
    }
}
/* ==========================================================================
   Column Gap & Section Spacing Fixes (Desktop + Mobile)
   ========================================================================== */

/* 1. Force Clean Spacing Between Left Form & Right Contact Card */
.contact-area .row {
    --bs-gutter-x: 2.5rem !important; /* Increase Bootstrap horizontal gap */
    --bs-gutter-y: 2.5rem !important; /* Increase vertical gap on stacked views */
}

/* 2. Desktop Column Spacing (Large Screens) */
@media (min-width: 992px) {
    /* Right column card spacing offset */
    .contact-area .col-xl-5,
    .contact-area .col-lg-6 {
        padding-left: 1.5rem !important;
    }
    
    /* Left column form right-margin buffer */
    .contact-wrap-content {
        padding-right: 1rem !important;
    }
}

/* 3. Mobile & Tablet Spacing Adjustments (max-width: 991px) */
@media (max-width: 991px) {
    /* Separate the form and right card when stacked vertically */
    .contact-area .order-2 {
        margin-top: 2rem !important;
    }

    .contact-area .col-lg-6,
    .contact-area .col-xl-5 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .contact-wrap-content {
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* 4. Small Mobile Screen Tweaks (max-width: 575px) */
@media (max-width: 575px) {
    .contact-area {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /* Wrap email address safely so it never overflows narrow screens */
    .contact-text-fixed a {
        word-break: break-all !important;
    }

    /* Give the right side card extra breathability */
    .col-xl-5.col-lg-6.col-md-10 > div {
        padding: 20px 16px !important;
    }
}

/* ==========================================================================
   Yellow & Orange - Modern Branded About & Counter Sections
   ========================================================================== */

/* --- SECTION CONTAINERS --- */
.yo-about-section {
    background-color: #FFFFFF;
    padding: 80px 0;
}

.yo-badge-tag {
    background-color: #FFF3E0;
    color: #E65100;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
}

.yo-heading {
    color: #1E293B;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.3;
}

.yo-heading span {
    color: #E65100;
}

.yo-body-text {
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.75;
}

/* --- REFINED MISSION CARD --- */
.yo-mission-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px 28px;
    border: 1px solid #FFE0B2;
    border-left: 5px solid #E65100;
    box-shadow: 0 10px 30px rgba(230, 81, 0, 0.06);
    margin-top: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yo-mission-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(230, 81, 0, 0.12);
}

.yo-mission-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Modern Dual-Ring Icon Container */
.yo-mission-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    color: #E65100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 4px 12px rgba(230, 81, 0, 0.12);
}

.yo-mission-title {
    color: #0F172A;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.yo-mission-desc {
    color: #64748B;
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* --- STICKY IMAGE & BRANDED 15+ YEARS BADGE --- */
@media (min-width: 992px) {
    .yo-sticky-wrapper {
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.yo-media-frame {
    position: relative;
    border-radius: 24px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
}

.yo-media-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

/* Light Branded Floating Card */
.yo-experience-badge {
    position: absolute;
    bottom: -20px;
    left: 25px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF3E0 100%);
    border: 1px solid #FFE0B2;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(230, 81, 0, 0.15);
    z-index: 5;
    min-width: 270px;
}

.yo-badge-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.yo-badge-number {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    color: #E65100; /* Primary Brand Orange */
    letter-spacing: -1px;
}

.yo-badge-divider {
    width: 2px;
    height: 38px;
    background-color: #FFC107; /* Secondary Brand Yellow */
    flex-shrink: 0;
    border-radius: 2px;
}

.yo-badge-label {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1E293B;
    margin: 0;
}

/* --- DEDICATED MILESTONES / COUNTDOWN SECTION --- */
.yo-milestones-section {
    background-color: #FAF9F6;
    padding: 70px 0;
    border-top: 1px solid #F1F5F9;
}

.yo-milestone-card {
    background: #FFFFFF;
    border: 1px solid #F1F5F9;
    border-radius: 16px;
    padding: 32px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease-in-out;
    height: 100%;
}

.yo-milestone-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(230, 81, 0, 0.12);
    border-color: #FFE0B2;
}

.yo-milestone-value {
    font-size: 2.6rem;
    font-weight: 900;
    color: #E65100;
    line-height: 1;
}

.yo-milestone-label {
    color: #334155;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 10px;
}

/* --- MOBILE & TABLET RESPONSIVENESS --- */
@media (max-width: 991px) {
    .yo-about-section, 
    .yo-milestones-section {
        padding: 50px 0;
    }

    .yo-heading {
        font-size: 1.75rem;
    }

    .yo-media-img {
        height: 360px;
    }

    .yo-experience-badge {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        margin-top: -25px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: auto;
    }
}

@media (max-width: 575px) {
    .yo-mission-card {
        padding: 20px;
    }

    .yo-mission-inner {
        gap: 14px;
    }

    .yo-mission-icon-box {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 1.2rem;
    }

    .yo-badge-number {
        font-size: 2.2rem;
    }
}

/* ==========================================================================
   1. Category Skeleton Preloader (Exact Design Match)
   ========================================================================== */

/* Shimmer Animation */
@keyframes yoShimmerPulse {
    0% {
        background-color: #f1f5f9;
    }
    50% {
        background-color: #e2e8f0;
    }
    100% {
        background-color: #f1f5f9;
    }
}

/* Skeleton Card Enclosure (Matches .category-item a dimensions) */
.yo-skeleton-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 10px 4px;
    border-radius: 8px;
    background-color: #f8f9fa;
    box-sizing: border-box;
    pointer-events: none;
    user-select: none;
}

/* Skeleton Image Circle matching category image size */
.yo-skeleton-img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    animation: yoShimmerPulse 1.5s infinite ease-in-out;
    margin-bottom: 10px;
}

/* Skeleton Text Line matching category title span */
.yo-skeleton-text {
    width: 80px;
    height: 12px;
    border-radius: 4px;
    animation: yoShimmerPulse 1.5s infinite ease-in-out;
}

/* ==========================================================================
   2. Fixed Equal-Width 8-Card Grid Layout
   ========================================================================== */

/* Forces 8 strictly equal columns using minmax(0, 1fr) */
#category-slider-container {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 8px;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 70px 0 !important;
    box-sizing: border-box;
}

/* Responsive fallbacks for tablet/mobile */
@media (max-width: 1200px) {
    #category-slider-container {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 576px) {
    #category-slider-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Strict size enclosure for each card */
.category-item {
    width: 100% !important;
    min-width: 0 !important; /* CRITICAL: Stops long text from expanding column width */
    height: 160px;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* Card Link Container */
.category-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    height: 100%;
    padding: 10px 4px; /* Small safety padding inside card */
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.category-item a:hover {
    transform: translateY(-3px);
}

/* Image sizing constrained inside equal column */
.category-item img {
    width: 75px !important;
    height: 75px !important;
    max-width: 100% !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Strict text truncation to prevent column pushing */
.category-item .content {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #222222;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds '...' if text is too long */
    box-sizing: border-box;
    padding: 0 4px;
}

/* ==========================================================================
   Services Section - Dynamic Color Extension & Uncropped Hero Image
   ========================================================================== */

/* --- 4 Surrounding Side Cards --- */
.deal-week-area #services-left .deal-week-item,
.deal-week-area #services-right .deal-week-item {
    position: relative;
    height: 275px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: var(--accent, #ffffff);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.deal-week-area #services-left .deal-week-inner,
.deal-week-area #services-right .deal-week-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
}

.deal-week-area #services-left .deal-week-thumb,
.deal-week-area #services-right .deal-week-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.deal-week-area #services-left .deal-week-thumb img,
.deal-week-area #services-right .deal-week-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

/* Light Overlay on Left Edge */
.deal-week-area #services-left .deal-week-thumb::after,
.deal-week-area #services-right .deal-week-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 50%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 2;
}

/* Far-Left Text Positioning */
.deal-week-area #services-left .deal-week-content,
.deal-week-area #services-right .deal-week-content {
    position: relative;
    z-index: 3;
    width: 80%;
    padding: 24px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.deal-week-area #services-left .deal-week-content *,
.deal-week-area #services-right .deal-week-content * {
    text-align: left !important;
    align-self: flex-start !important;
    margin-left: 0 !important;
}

.deal-week-area #services-left .deal-week-content span,
.deal-week-area #services-right .deal-week-content span {
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.deal-week-area #services-left .deal-week-content .title a,
.deal-week-area #services-right .deal-week-content .title a {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}

.deal-week-area #services-left .deal-week-content .btn,
.deal-week-area #services-right .deal-week-content .btn {
    margin-top: 14px;
    background-color: var(--primary);
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.deal-week-area #services-left .deal-week-content .btn:hover,
.deal-week-area #services-right .deal-week-content .btn:hover {
    background-color: var(--primary-hover);
}

/* --- Center Featured Hero Card (Dynamic Background Color + Full Image Contain) --- */
.deal-week-area #services-center .dw-big-item {
    position: relative;
    height: 580px !important;
    width: 100% !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    transition: background-color 0.5s ease; /* Smooth dynamic color blend transition */
}

.deal-week-area #services-center .deal-week-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.deal-week-area #services-center .deal-week-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Shows Full Image (Portrait or Landscape) Without Any Cropping */
.deal-week-area #services-center .deal-week-thumb img.main-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* Preserves entire image dimensions */
    object-position: center bottom !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Top White Overlay Gradient Box */
.deal-week-area #services-center .deal-week-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48%;
    z-index: 2;
    background: linear-gradient(180deg, 
        #ffffff 0%, 
        #ffffff 50%, 
        rgba(255, 255, 255, 0.92) 75%, 
        rgba(255, 255, 255, 0) 100%);
    padding: 35px 25px 20px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
}

.deal-week-area #services-center .deal-week-content span {
    display: inline-block;
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    background: rgba(232, 98, 10, 0.08);
    padding: 4px 14px;
    border-radius: 20px;
}

.deal-week-area #services-center .deal-week-content .title a {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.deal-week-area #services-center .deal-week-content .btn {
    background-color: var(--secondary, var(--primary));
    color: #ffffff;
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.deal-week-area #services-center .deal-week-content .btn:hover {
    background-color: var(--primary-hover);
}

/* Rotation Transition Effects */
.yo-center-fade-out {
    opacity: 0;
    transform: scale(0.98);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.yo-center-fade-in {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

  /* Custom Under Development Page Styling */
            .dev-area {
                padding: 90px 0 110px;
                background: #f8fafc;
                text-align: center;
                position: relative;
            }
            .dev-content {
                max-width: 680px;
                margin: 0 auto;
            }
            .dev-icon-wrap {
                position: relative;
                display: inline-block;
                margin-bottom: 25px;
            }
            .dev-icon-wrap i.main-icon {
                font-size: 85px;
                color: var(--primary, #e8620a);
            }
            .dev-gear-spin {
                position: absolute;
                top: -10px;
                right: -15px;
                font-size: 38px;
                color: #0f172a;
                animation: yoGearSpin 8s linear infinite;
            }
            @keyframes yoGearSpin {
                100% { transform: rotate(360deg); }
            }
            .dev-content .tag-label {
                display: inline-block;
                color: var(--primary, #e8620a);
                font-size: 11px;
                font-weight: 800;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                background: rgba(232, 98, 10, 0.1);
                padding: 6px 16px;
                border-radius: 20px;
                margin-bottom: 15px;
            }
            .dev-content h2.dev-title {
                font-size: 36px;
                font-weight: 800;
                color: #0f172a;
                margin-bottom: 14px;
                line-height: 1.25;
            }
            .dev-content p.dev-subtitle {
                font-size: 16px;
                color: #475569;
                line-height: 1.6;
                margin-bottom: 30px;
            }
            .dev-content .btn-wrap {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 15px;
            }
            .dev-content .btn-primary-custom {
                background-color: var(--primary, #e8620a);
                color: #ffffff;
                font-size: 12px;
                font-weight: 700;
                padding: 12px 30px;
                border-radius: 5px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                transition: background-color 0.2s ease, transform 0.2s ease;
            }
            .dev-content .btn-primary-custom:hover {
                background-color: var(--primary-hover, #c75005);
                transform: translateY(-2px);
            }
            @media (max-width: 767px) {
                .dev-area { padding: 60px 0 80px; }
                .dev-content h2.dev-title { font-size: 26px; }
                .dev-content p.dev-subtitle { font-size: 14px; }
            }
			/* Footer Light Theme Custom Border & Developer Link */
.footer-bottom-area.border-top {
    border-top: 1px solid #e2e8f0 !important;
}

.symtech-link {
    color: var(--primary, #e8620a);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.symtech-link:hover {
    color: var(--primary-hover, #c75005);
    text-decoration: underline;
}