/*!
Theme Name: cura decubitus
Theme URI: http://underscores.me/
Author: dev pcprajapat
Author URI: https://devpcprajapat.com/
Description: Theme is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: curadecubitus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--body-font);
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}


main {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}



:root {
	--primary-color: #08534C;
	--primary-color-dark: #103D39;
	--primary-color-light: #1B9F92;
	--section-bg-light-color: #ECF7F6;
	--body-font: 'Poppins', sans-serif;
	--heading-font: 'Poppins', sans-serif;
	--body-line-height: 1.6;
	--heading-line-height: 1.3;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

body {
	background: #ffffff;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: var(--body-line-height);
	color: #000;
	font-weight: 400;
}

a {
	color: var(--primary-color);
	text-decoration: none;
}

a:hover {
	color: var(--primary-color-dark);
}

/*============
Headings
============*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--heading-font);
	font-weight: 600;
	color: var(--primary-color);
}

h1,
.h1 {
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: var(--heading-line-height);
	margin-bottom: 1.5rem;
}

h2,
.h2 {
	font-size: clamp(1.8rem, 4.5vw, 2.125rem);
	line-height: var(--heading-line-height);
	margin-bottom: 1rem;
}

h3,
.h3 {
	font-size: clamp(1.5rem, 4vw, 1.75rem);
	line-height: var(--heading-line-height);
	margin-bottom: 0.8rem;
}

h4,
.h4 {
	font-size: clamp(1.25rem, 3vw, 1.313rem);
	line-height: var(--heading-line-height);
	margin-bottom: 0.6rem;
}

h5,
.h5 {
	font-size: clamp(1.125rem, 2.5vw, 1.125rem);
	line-height: var(--heading-line-height);
	margin-bottom: 0.6rem;
}

h6,
.h6 {
	font-size: clamp(1rem, 2vw, 0.875rem);
	line-height: var(--heading-line-height);
	margin-bottom: 0.5rem;
}

p {
	font-size: 1rem;
	font-family: var(--body-font);
	font-weight: 400;
	color: #323743;
	line-height: var(--body-line-height);
	margin-bottom: 1rem;
}


.btn,
button.wpforms-submit,
.button,
.cr-show-more-reviews-prd,
.cr-ajax-reviews-add-review,
#pincheck_wrapper .pincheck_inner .button,
.wpcf7-submit.btn.btn-primary {
	display: inline-block;
	background: var(--primary-color) !important;
	color: #ffffff !important;
	padding: 12px 32px !important;
	font-size: 1.125rem !important;
	font-weight: 500 !important;
	text-decoration: none;
	border-radius: 6px !important;
	transition: all 0.3s ease !important;
	cursor: pointer;
	border: none !important;
	outline: none !important;
	position: relative;
	overflow: hidden;
	line-height: normal !important;
	height: auto !important;
}

.btn:hover,
button.wpforms-submit:hover,
.button:hover,
.cr-show-more-reviews-prd:hover,
.cr-ajax-reviews-add-review:hover,
#pincheck_wrapper .pincheck_inner .button:hover,
.wpcf7-submit.btn.btn-primary:hover {
	background: var(--primary-color-dark) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(8, 83, 76, 0.4);
}

.btn::before,
button.wpforms-submit::before,
.button::before,
.cr-show-more-reviews-prd::before,
.cr-ajax-reviews-add-review::before,
#pincheck_wrapper .pincheck_inner .button::before,
.wpcf7-submit.btn.btn-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.btn:hover::before,
button.wpforms-submit:hover::before,
.button:hover::before,
.cr-show-more-reviews-prd:hover::before,
.cr-ajax-reviews-add-review:hover::before,
#pincheck_wrapper .pincheck_inner .button:hover::before,
.wpcf7-submit.btn.btn-primary::before {
	left: 100%;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

/*--------------------
Spacing
--------------------*/
section {
	padding: 60px 0;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.section__title {
	text-align: center;
	margin-bottom: 2rem;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

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

/*====================================================
Hero Slider Styles
====================================================*/

/* Hero Slider Container */
.hero-slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hero-slider__container {
	width: 100%;
}

.hero-slider__wrapper {
	width: 100%;
	height: auto;
}

.hero-slider__swiper {
	width: 100%;
	height: auto;
}

.hero-slider__swiper-wrapper {
	width: 100%;
	height: auto;
}

/* Hero Slider Slide */
.hero-slider__slide {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
}

.hero-slider__content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	pointer-events: none;
	/* Allow clicks to pass partly, but enable back on buttons */
}

/* Enable pointer events on interactive children */
.hero-slider__content * {
	pointer-events: auto;
}

/* Text Content */
.hero-slider__text-content {
	flex: 1;
	z-index: 2;
}

.hero-slider__title {
	color: var(--primary-color);
	margin-bottom: 0.5rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.hero-slider__subtitle {
	color: var(--color-dark);
	margin-bottom: 0.5rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.hero-slider__description {
	margin-bottom: 2rem;
	color: #323743;
	font-size: 1.125rem;
}


/* Swiper Navigation */
.hero-slider__navigation {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}

.hero-slider__nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: var(--primary-color);
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-slider__nav-button:hover {
	background: #ffffff;
	color: var(--primary-color-dark);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.hero-slider__nav-button--prev {
	left: 20px;
}

.hero-slider__nav-button--next {
	right: 20px;
}

/* Swiper Pagination */
.hero-slider__pagination {
	position: absolute;
	bottom: 30px !important;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 6px;
	transition: all 0.3s ease;
	cursor: pointer;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--primary-color);
	transform: scale(1.2);
}

/* Hide default Swiper navigation */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	display: none;
}


#innerpage-banner {
	height: 290px;
	display: flex;
	align-items: center;
}

/*====================================================
Hero Slider Animations
====================================================*/

/* Entrance animations for slider elements */
.hero-slider__title,
.hero-slider__subtitle,
.hero-slider__description,
.hero-slider__tagline,
.hero-slider__cta {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slider__title.animate-in,
.hero-slider__subtitle.animate-in,
.hero-slider__description.animate-in,
.hero-slider__tagline.animate-in,
.hero-slider__cta.animate-in {
	opacity: 1;
	transform: translateY(0);
}

/* Staggered animation delays */
.hero-slider__title.animate-in {
	transition-delay: 0.1s;
}

.hero-slider__subtitle.animate-in {
	transition-delay: 0.2s;
}

.hero-slider__description.animate-in {
	transition-delay: 0.3s;
}

.hero-slider__tagline.animate-in {
	transition-delay: 0.4s;
}

.hero-slider__cta.animate-in {
	transition-delay: 0.5s;
}

/*====================================================
Features Section Styles
====================================================*/

/* Features Container */
.features {
	width: 100%;
}

.features__swiper {
	padding: 0px 40px;
}

.swiper-button-prev.features__swiper-button-prev,
.swiper-button-next.features__swiper-button-next {
	border: 1px solid #000000;
	color: #000000;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.swiper-button-prev.features__swiper-button-prev::after,
.swiper-button-next.features__swiper-button-next::after {
	color: #000000;
}

.swiper-button-prev.features__swiper-button-prev {
	left: 0px;
}

.swiper-button-next.features__swiper-button-next {
	right: 0px;
}


.features__wrapper {
	width: 100%;
}

.features__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
	align-items: start;
	justify-items: center;
}

/* Features Item */
.features__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
}

.features__icon-wrapper {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.features__icon {
	transition: transform 0.3s ease;
}

.features__item:hover .features__icon {
	transform: scale(1.1);
}

/*====================================================
Image and Side Content
====================================================*/
.image-side-content .image-side-content__content-wrapper {
	padding-right: 1rem;
}

.image-side-content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.image-side-content__content p {
	text-align: justify;
}

.image-side-content .image-slider-content__main-wrapper.even {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.image-side-content .grid-reverse:nth-last-child(1) {
	padding-bottom: 0;
}


.image-side-content__right .image-side-content__content-wrapper {
	padding-left: 80px;
}

.image-side-content__left .image-side-content__content-wrapper {
	padding-right: 80px;
}

.image-side-content__content h3 {
	margin-bottom: 0;
}

.product-details-custom-section .image-side-content__content h3 {
	margin-bottom: 20px;
}

/*====================================================
Brand Slider Styles
====================================================*/
.brand-slider {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.brand-slider__wrapper {
	width: 100%;
}

.brand-slider__swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.brand-slider__swiper:not(.swiper-initialized) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.brand-slider__swiper-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.brand-slider__slide {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.brand-slider__link {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px;
	border-radius: 8px;
	background: transparent;
}

.brand-slider__link:hover {
	transform: translateY(-2px);
}

/* Brand Logo */
.brand-slider__logo {
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.brand-slider__link:hover .brand-slider__logo {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

.post-details-content ul,
.post-details-content ol {
	list-style-position: inside;
	margin-bottom: 15px;
}

/*====================================================
Featured In Slider Styles
====================================================*/

.featured-in-slider__wrapper {
	width: 100%;
}

.featured-in-slider__swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.featured-in-slider__swiper:not(.swiper-initialized) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.featured-in-slider__swiper-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.featured-in-slider__slide {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.featured-in-slider__link {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px;
	border-radius: 8px;
	background: transparent;
}

.featured-in-slider__link:hover {
	transform: translateY(-2px);
}

.featured-in-slider__logo {
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.featured-in-slider__link:hover .featured-in-slider__logo {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}




/*====================================================
Testimonials Section Styles
====================================================*/
.testimonial-section {
	background-color: var(--primary-color);
	color: white;
}


.testimonial-text h2 {
	color: #ffffff;
	margin-bottom: 16px;
}

.testimonial-text p {
	font-size: 1rem;
	color: #ffffff;
}

.testimonial-card {
	background-color: var(--primary-color-dark);
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
}

.testimonial-content {
	display: flex;
	flex-direction: row;
	background-color: var(--primary-color-dark);
}

.testimonial-image {
	line-height: 0;
}

.testimonial-image img {
	max-width: 300px;
	height: 100%;
	object-fit: cover;
	border-radius: 16px 0 0 16px;
}

.testimonial-quote {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quote-text {
	margin-bottom: 16px;
	color: #ffffff;
}

.quote-author {
	font-size: 1.25rem;
	color: #dcdcdc;
	margin-top: 2rem;
}

.quote-author span {
	font-size: 1rem;
	color: #ffffff;
}

.custom-arrow {
	background-color: #1d7b72;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 16px;
	color: white;
}

.swiper.testimonial-swiper {
	padding-bottom: 20px;
}

.testimonial-arrows {
	position: absolute;
	right: 100px;
}

.swiper-button-next.custom-arrow {
	right: 0;
	left: 10px;
	border: 1px solid var(--primary-color-dark);
}

.swiper-button-prev.custom-arrow {
	left: -50px;
	border: 1px solid var(--primary-color-dark);
}

/*====================================================
Video Section Styles
====================================================*/

.video-thumbnail {
	position: relative;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
}

.video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-thumbnail .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	padding: 12px 16px;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-modal {
	display: none;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	justify-content: center;
	align-items: center;
}

.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 900px;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.video-modal-content video,
.video-modal-content iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.close-button {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 32px;
	color: white;
	cursor: pointer;
	z-index: 1000;
}


/*====================================================
Footer Styles
====================================================*/

.footer {
	background-color: var(--primary-color);
	color: #ffffff;
	padding: 40px 0;
	clear: both;
}

.footer h4 {
	margin-bottom: 10px;
	color: #ffffff;
}

.footer p,
.footer li,
.footer a {
	color: #f0f0f0;
	font-size: 0.95rem;
}

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

.footer li a {
	text-decoration: none;
	color: #e0e0e0;
}

.footer-column-2 {
	padding-left: 40px;
}

.footer-info.footer-about {
	padding-right: 30px;
}

.footer-info.footer-subscribe {
	padding-left: 10%;
}

.subscribe-box {
	display: flex;
	margin-top: 10px;
	max-width: 100%;
}

.subscribe-box input {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-right: none;
	outline: none;
	height: 50px;
	background: transparent;
	color: #ffffff;
	font-size: 18px;
	border-radius: 16px 0 0 16px;
	-webkit-border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
	-ms-border-radius: 16px 0 0 16px;
	-o-border-radius: 16px 0 0 16px;
}

.subscribe-box input::placeholder {
	color: #DEE1E6;
}

.subscribe-box button {
	padding: 10px 20px;
	background-color: #a0a4b8;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 18px;
	border-radius: 0 16px 16px 0;
	-webkit-border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
	-ms-border-radius: 0 16px 16px 0;
	-o-border-radius: 0 16px 16px 0;
}

.social-icons {
	margin-top: 20px;
}

.social-icons a {
	display: inline-block;
	margin-right: 10px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}

.footer-bottom a {
	color: #f0f0f0;
	text-decoration: none;
	margin: 0 5px;
}

.footer-bottom-text {
	margin-bottom: 0;
}

/*====================================================
Inner Banner Styles
====================================================*/

#inner-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 550px;
}

/*====================================================
Mission Vision Styles
====================================================*/


.mission-vision .grid {
	display: flex;
	flex-wrap: wrap;
}

.mission-vision__item {
	display: flex;
	flex-direction: column;
}

.mission-vision * {
	color: #000;
}

.mission-vision__content {
	border: 1px solid #dddddd;
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all 0.3s ease;
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

.mission-vision__content:hover {
	background-color: var(--section-bg-light-color);
}

.mission-vision__subtitle {
	color: var(--primary-color);
}

.simple-content__text strong,
.simple-content__text b {
	color: var(--primary-color);
}

.founder-section-title {
	text-align: center;
	margin-bottom: 50px;
}

/*====================================================
Articles Styles
====================================================*/
section#blog-posts .col-4_md-6_sm-12 {
	margin-bottom: 30px;
}

.article-card {
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	height: 100%;
	position: relative;
	padding-bottom: 50px;
	background: #ffffff;
}

.article-card img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}


.article-card__content {
	padding: 15px;
}

.article-card__category {
	color: var(--primary-color-light);
	margin-bottom: 10px;
	display: inline-block;
}

.article-card__category:hover {
	color: var(--color-dark);
}

.article-card__title {
	color: #000;
	transition: all 0.3s ease;
}

.article-card__title:hover {
	color: var(--primary-color);
}

.article-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	position: absolute;
	width: 92%;
	bottom: 15px;
}

.article-card__footer .date {
	color: #9095A1;
}

.article-card__footer .read-time {
	color: #000;
	background-color: #F3F4F6;
	padding: 5px 12px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

/*====================================================
Blog Styles
====================================================*/

#blog-first-post.blog-first-post {
	position: relative;
	height: 400px;
	display: flex;
	align-items: flex-end;
	padding: 40px;
	color: #fff;
	overflow: hidden;
}

.blog-first-post__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.blog-first-post__content {
	position: relative;
	z-index: 2;
}

.blog-first-post__category {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
	gap: 5px;
	color: #ffffff;
	text-transform: capitalize;
}

.blog-first-post__title {
	margin: 15px 0;
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 700;
}

.blog-first-post__meta {
	font-size: 14px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.blog-first-post__time {
	background: #fff;
	color: #333;
	padding: 3px 8px;
	border-radius: 12px;
	font-size: 12px;
}

.post-details-content h2 {
	margin-top: 20px;
}

.post-details-content h3 {
	margin-top: 30px;
}

.post-details-content h4 {
	margin-top: 25px;
}

.col-12_md-12.image-side-content__content-wrapper {
	padding: 0 .5rem 1rem;
}

/*====================================================
AJAX Load More Button Styles
====================================================*/

#ajax-load-more.loading {
	background: #ccc;
	border-color: #ccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

#ajax-load-more.loading:hover {
	background: #ccc;
	border-color: #ccc;
	transform: none;
	box-shadow: none;
}

#ajax-load-more.no-more {
	background: #f0f0f0;
	border-color: #f0f0f0;
	color: #666;
	cursor: default;
}

#ajax-load-more.no-more:hover {
	background: #f0f0f0;
	border-color: #f0f0f0;
	color: #666;
	transform: none;
	box-shadow: none;
}

/* Loading animation for button */
#ajax-load-more.loading::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}


/*====================================================
Blog Single Post Styles
====================================================*/

/* Section Styling */
.post-details-top {
	padding: 40px 0;
	background-color: #F8F9FA;
}

/* Image */
.post-details-top__image-wrapper {
	text-align: center;
	margin-bottom: 20px;
}

.post-details-top__title {
	max-width: 500px;
	color: var(--color-dark);
}

.post-details-top__image {
	width: 100%;
	max-height: 250px;
	object-fit: fill;
	border-radius: 20px;
}

.post-details-top__meta-item {
	display: flex;
	gap: 150px;
	margin-bottom: 10px;
}

span.post-details-top__meta-label {
	width: 100px;
	color: #6F7787;
}

.post-details-top__meta {
	max-width: 500px;
	float: right;
}

span.post-details-top__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.post-details-top__category {
	border: 1px solid var(--primary-color);
	border-radius: 50px;
	padding: 2px 10px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 12px;
}

.post-details-content img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.post-details-sidebar section {
	padding-top: 0;
}

.cura-recent-posts-widget ul {
	list-style: none;
}

.cura-recent-posts-widget ul li {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
}

.cura-recent-posts-widget ul li span.post-read-time {
	color: #9095A1;
}

.cura-recent-posts-widget ul li a {
	color: var(--color-dark);
}

.post-details-sidebar {
	padding-left: 80px;
	position: sticky;
	top: 10px;
}

.post-details-sidebar h4.widget-title {
	border-bottom: 2px solid var(--primary-color);
	margin-bottom: 30px;
}

body.admin-bar .post-details-sidebar {
	top: 50px;
}

.post-details-sidebar .widget:nth-last-child(1) {
	padding-bottom: 0;
}

#post-author-wrapper .container {
	background: #31928840;
	padding: 80px;
	border-radius: 48px;
}

#post-author-wrapper .container a {
	color: #323743;
}

.author-name h4 {
	font-weight: 400;
	color: #323743;
}

del {
	text-decoration-thickness: 2px;
}

/*====================================================
Contact Form Styles
====================================================*/
.wpforms-container-full input,
.wpforms-container-full textarea {
	border-radius: 16px !important;
	-webkit-border-radius: 16px !important;
	-moz-border-radius: 16px !important;
	-ms-border-radius: 16px !important;
	-o-border-radius: 16px !important;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	min-height: 40px;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 7px;
	margin-bottom: 20px;
}

.contact-info-card {
	box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1F;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.contact-info-card__content {
	padding: 30px 50px;
}

.contact-info-card__content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info-card__content img {
	width: 25px;
	height: 25px;
}

.contact-info-card__content ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-info-card__content ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.contact-info-card__content ul li a {
	color: var(--color-dark);
	text-decoration: none;
	transition: all 0.3s ease;
}

.contact-info-card__content ul li:hover a {
	color: var(--primary-color);
}

.contact-info-card {
	max-width: 500px;
	float: right;
}

.contact-info-card__image img {
	width: 100%;
}

/*====================================================
FAQ Section Styles
====================================================*/
.faq__accordion {
	border-top: 1px solid #ddd;
}

.faq__item {
	border-bottom: 1px solid #ddd;
}

.faq__question {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 15px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq__icon {
	font-size: 1rem;
	transition: transform 0.3s ease;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.faq__answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding: 0 15px;
}

.faq__answer p {
	margin: 10px 0;
	color: #444;
}

.faq__item--active .faq__answer {
	max-height: 300px;
	padding: 15px;
	padding-top: 0;
}

.faq__item--active .faq__icon {
	background: var(--primary-color);
	border-radius: 50%;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.faq__item--active .faq__icon img {
	filter: brightness(0) invert(1);
}

.faq__item.faq__item--active button {
	background: #F3F4F6;
}

.faq__answer ul {
	list-style-position: inside;
}

.faq__answer ul li {
	line-height: 30px;
}

section.faq.bg-light .faq__item.faq__item--active button {
	background: #ffffff;
}

section.faq.bg-light .faq__item--active .faq__answer {
	background: #f8f8f8;
}

/*====================================================
Our Products Styles
====================================================*/

.product-tabs-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-tabs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.product-tabs-list li {
	list-style: none;
}

.product-tab-btn.btn {
	background: #F3F4F6;
	color: #323743 !important;
}

.product-tab-btn.active,
.product-tab-btn:hover {
	background: var(--primary-color);
	color: #ffffff !important;
}

.product-tabs-content {
	margin-top: 50px;
}

/*====================================================
Product Info Slider Styles
====================================================*/

/* Section Styling */

.swiper.product-info-slider__container {
	padding: 0px 70px;
	padding-bottom: 50px;
}

.product-info-slider__title {
	margin-bottom: 15px;
}

.product-info-slider__desc {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 25px;
}

.product-info-slider__image-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-info-slider__image {
	max-width: 500px;
	width: 100%;
}

.product-info-slider__btn {
	margin-top: 30px;
}

.product-info-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #000000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 16px;
	color: #000000;
}

.product-info-slider__nav--prev {
	left: 10px;
}

.product-info-slider__nav--next {
	right: 10px;
}

.product-info-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #d8e2e7;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.product-info-slider .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background: var(--primary-color);
}

.video-player-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
}

.video-player-wrapper iframe,
.video-player-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social-links-wrapper {
	display: flex;
	align-items: center;
	gap: 50px;
}

.footer-email-phone {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.footer-email-phone p {
	margin-bottom: 10px;
}

.footer-email-phone strong {
	font-weight: 500;
}

/* Testimonial Rating Stars */
.testimonial-rating {
	display: flex;
	gap: 2px;
	margin-top: 10px;
}

.testimonial-rating svg {
	fill: #F3C63F;
}