/*---------------------------------------------------------------------
    File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
    import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****----------------------------------------
     1) font-family: 'Rajdhani', sans-serif;  
     2) font-family: 'Poppins', sans-serif; 
----------------------------------------*****/


/*---------------------------------------------------------------------
    import Files
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);

/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #666666;
	font-size: 14px;
	font-family: 'poppins', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

@media (max-width: 767px) {
	h1 {
		font-size: 20px
	}
	h2 {
		font-size: 18px
	}
	h3 {
		font-size: 16px
	}
	h4 {
		font-size: 14px
	}
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

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

:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.layout_padding_2 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.light_silver {
	background: #f9f9f9;
}

.theme_bg {
	background: #38c8a8;
}


.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}


/*----------------------------
    preloader area
----------------------------*/

.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
}

.loader {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img {
	width: 280px;
}


/*---------------------------------------------------------------------
    header area
---------------------------------------------------------------------*/


.logo {
	text-align: right;
}

.menu-area-main {
	display: flex;
	align-items: center;
}



.menu-area-main .nav-link {
    font-size: 1.2rem; /* adjust to your preference */
}

.menu-area-main li {
	display: inline;
}

.menu-area-main li a{
	color: #fff;
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
	color: #ffc221;
}

.menu-area-main li.active a {
	color: #ffc221;
}

/*-- end header middle --*/

.text-muted {
	padding: 10px 0px;
}

.slogan-line {
	float: right;
	color: #ffffff;
	font-size: 13px;
}

.middle-area {
	padding: 30px 0px;
}

.nav>li {
	position: inherit;
	display: inline-block;
	vertical-align: middle;
}

.menu-add {
	padding: 30px 15px;
}

.menu-add img {
	width: 100%;
}

.main-w img {
	width: 100%;
}

.women-box {
	position: relative;
}

.women-box::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.banner-up-text {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.text-a {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.text-b {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 20px 0px;
}

.text-c {
	color: #ffffff;
	font-size: 31px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 20px;
}

.sticky-wrapper .sticky-wrapper-header {
	z-index: 20 !important;
	background: #ffffff;
}

.is-sticky .sticky-wrapper-header .middle-area {
	padding: 10px 0px
}

.sticky-wrapper:not(.is-sticky) {
	height: auto !important;
}

.hover-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #111111;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hover-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #38c8a8;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block !important;
}

.hover-btn:hover::before,
.hover-btn:focus::before,
.hover-btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hover-btn:hover,
.hover-btn:focus,
.hover-btn:active {
	color: white;
	box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: none;
}


ul.sociel_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.top-box p {
	float: right;
	padding-top: 10px;
    color: #000;
}
ul.sociel_link li {
	display: inline-block;
}

ul.sociel_link li a {
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
	justify-content: center;
    align-items: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
    flex-direction: row;

}

@media (max-width: 575px) {
	.header {
		padding: 0 !important;
	}
}

@media (max-width: 575px) {
	.logo {
		padding: 0 !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
    .header {
		padding-top: 0 !important;
	}
}

.header {
	background: #1b1b1b;
}


/* Responsive Navbar Styles */
.header .navbar {
	padding: 10px 0;
}

.header .navbar-brand.logo {
	padding: 0;
	margin: 0;
}

.header .navbar-brand.logo img {
	max-height: 70px;
	width: auto;
}

.header .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.3);
	padding: 0.5rem 0.75rem;
}

.header .navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Desktop: Hide logo in navbar-brand, show it on the right */
@media (min-width: 992px) {
	.header .navbar-brand.logo {
		display: none;
	}

	.header .logo-desktop {
		width: 150px;
		text-align: right;
	}

	.header .logo-desktop::after {
		content: '';
		display: inline-block;
		width: 160px;
		height: 70px;
		background: url('/static/frontend/images/logo.jpg') no-repeat center;
		background-size: contain;
		vertical-align: text-top;	 
	}

	.header .navbar-nav.menu-area-main {
		flex-direction: row;
		gap: 1.5rem;
	}

	.header .navbar-nav.sociel_link {
		flex-direction: row;
		gap: 1rem;
	}
}

/* Mobile: Show logo in navbar-brand on the right */
@media (max-width: 991px) {
	/* Make navbar use flexbox to control order */
	.header .navbar .container-fluid {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	/* Hamburger button on the left */
	.header .navbar-toggler {
		order: 1;
		margin-right: auto;
	}

	/* Logo on the right */
	.header .navbar-brand.logo {
		display: block;
		order: 2;
		margin-left: auto;
		margin-right: 0;
	}

	/* Collapsible menu takes full width below */
	.header .navbar-collapse {
		order: 3;
		width: 100%;
		background: #1b1b1b;
		padding: 1rem 0;
		margin-top: 0.5rem;
	}

	.header .logo-desktop {
		display: none !important;
	}

	.header .navbar-nav {
		gap: 0;
	}

	.header .navbar-nav .nav-item {
		padding: 0.5rem 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.header .navbar-nav .nav-link {
		padding: 0.5rem 1rem;
		font-size: 1.1rem;
	}

	/* Social media icons in mobile menu - smaller and centered */
	.header .navbar-nav.sociel_link {
		margin-top: 1rem;
		padding-top: 1rem;
		flex-direction: row;
		justify-content: center;
		gap: 1.5rem;
	}

	.header .navbar-nav.sociel_link .nav-item {
		border-bottom: none;
		padding: 0;
	}

	.header .navbar-nav.sociel_link .nav-link {
		padding: 0.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.header .navbar-nav.sociel_link .nav-link i {
		font-size: 1.2rem;
		width: auto;
	}
}

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .menu-area-main {
        height: auto !important;
    }
}


.nav-social {
	align-self: center;
}

.logo a {

	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
}

.logo a img {
	width: 250px;
	height: auto;
}
.relative {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	text-align: left;
}


/* Financing Card Styles */
.financing-card {
	background: white;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.financing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	border: 2px solid #ffc221;
}

.financing-card .btn {
	transition: all 0.3s ease;
}

.financing-card .btn:hover {
	transform: scale(1.05);
}

/* FAQ Section Styles */
.faq-section {
	background: #f8f9fa;
	padding: 80px 0;
}

.faq-section .card {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
}

.faq-section .card-header {
	background: white;
	border-bottom: 1px solid #dee2e6;
	padding: 0;
}

.faq-section .btn-link {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	padding: 20px 25px;
	width: 100%;
	text-align: left;
	display: block;
}

.faq-section .btn-link:hover {
	color: #ffc221;
	text-decoration: none;
}

.faq-section .btn-link:not(.collapsed) {
	background: #ffc221;
	color: #000;
}

.faq-section .btn-link:focus {
	box-shadow: none;
	text-decoration: none;
}

.faq-section .card-body {
	padding: 20px 25px;
	font-size: 16px;
	line-height: 1.6;
}

/* Newsletter Section Styles */
.newsletter-section {
	background: linear-gradient(135deg, #000 0%, #333 100%);
	padding: 60px 0;
}

.newsletter-form .form-control {
	border: none;
	border-radius: 50px 0 0 50px;
	padding: 15px 25px;
}

.newsletter-form .btn {
	border-radius: 0 50px 50px 0;
	padding: 15px 35px;
	border: none;
}

.newsletter-form .input-group {
	max-width: 600px;
	margin: 0 auto;
}

/* WhatsApp Floating Button */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 20px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-float:hover {
	background-color: #128C7E;
	color: #FFF;
	transform: scale(1.1);
	box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
}

.whatsapp-float i {
	margin-top: 0;
}

/* Call Floating Button (Mobile Only) */
.call-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 100px;
	right: 20px;
	background-color: #ffc221;
	color: #000;
	border-radius: 50px;
	text-align: center;
	font-size: 28px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
	animation: pulse 2s infinite;
}

.call-float:hover {
	background-color: #000;
	color: #ffc221;
	transform: scale(1.1);
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 194, 33, 0.7);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(255, 194, 33, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 194, 33, 0);
	}
}



.text-bg {
	padding: 30px 20px !important;
	min-height: auto !important;
}

.img_bg {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.img_bg img {
	object-fit: cover;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
}

.img_bg span {
	font-size: 16px;
	line-height: 1.5;
}

.text-bg h5 {
	font-size: 20px;
	font-weight: 600;
}

.text-bg p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.text-bg .badge {
	font-size: 13px !important;
	padding: 6px 12px !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
	.whatsapp-float {
		bottom: 30px;
		right: 15px;
		width: 55px;
		height: 55px;
		font-size: 26px;
	}

	.call-float {
		bottom: 100px;
		right: 15px;
		width: 55px;
		height: 55px;
		font-size: 24px;
	}

	.newsletter-form .btn {
		padding: 15px 20px;
		font-size: 14px;
	}

	.faq-section {
		padding: 40px 0;
	}

	.faq-section .btn-link {
		font-size: 15px;
		padding: 15px 18px;
	}

	.faq-section .card-body {
		padding: 15px 18px;
		font-size: 14px;
	}

	.financing-card {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.faq-section {
		padding: 30px 0;
	}

	.faq-section .title h2 {
		font-size: 24px !important;
	}

	.faq-section .title span {
		font-size: 14px !important;
	}

	.faq-section .btn-link {
		font-size: 14px;
		padding: 12px 15px;
	}

	.faq-section .card-body {
		padding: 12px 15px;
		font-size: 13px;
	}
}


.location-card {
	border-radius: 5px;
	padding: 4px;
}

@media (max-width: 575px) {
	.location-card {
		padding: 0px;
	}
}	

/** whyschose section **/

.whyschose {
	background: #fff;
    padding-top: 85px;
}


.title {
	text-align:center;

}

.title h2 {
	font-size: 50px;
	line-height: 55px;
	color:#ffc221;
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 8px;
}
.title h2:after {
	position: relative;
content: '';
top: 100%;
width: 110px;
height: 10px;
display: block;
margin: 0 auto;
background: #000;
}

.title span{
color:#070500;
font-size: 28px;
line-height: 28px;
margin-top: 20px;
}
.black {
	font-weight: 500;
	color:#070500;
}

.choose_bg {
	background: #f9be20;
}


.choose_bg .white_bg  {
	background: #fff;
	padding: 40px 20px;
	box-shadow: #ddd 0px 0px 10px 3px;
	margin-bottom: 5px;
}
.choose_bg .white_bg .for_box {
	text-align: center;
	padding: 1px ;
}
.choose_bg .white_bg .for_box i {display:block;}
.choose_bg .white_bg .for_box h3 {
	font-size: 26px;
    line-height: 31px;
	color: #070500;
	padding: 25px 0px 15px 0px ;
	display: inline-block; 
}

.choose_bg .white_bg .for_box p {
	color: #0d0c0a;
	font-size: 17px;
	line-height: 28px;
}

.read-more  {
	width: 190px;
margin: 0 auto;
background: #fff;
display: block;
border: #f9be20 solid 2px;
text-align: center;
padding: 10px 0px;
color: #0a0401 !important;
font-size: 20px;
margin-top: 40px;
}
.read-more:hover {
	background: #f9be20;
	color: #0a0401;
}

/** end whyschose section **/



/** service section **/
.service {
	background: #fff;
	padding-top: 90px;
}
.service .service-box {
	padding: 30px 20px;
	box-shadow: #00000040 0px 0px 19px 0px;
    margin-bottom: 30px;
    text-align: center;
}

.service .service-box i img {
	height: 88px;
}

.service .service-box h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #050000;
	padding: 20px 0px;
}




.service .service-box p {
    color: #0d0c0a;
	font-size: 17px;
	line-height: 28px;
}

/** end service section **/


/** product section **/
.product {
	background: #fff;
	padding-top: 60px;

}

.product .title {
	text-align:left;
	padding-bottom: 60px;
}

.product .title h2 {
	font-size: 50px;
	line-height: 55px;
	color:#ffc221;
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 8px;
}

.product .title h2:after {
	position: absolute;
    border-bottom: #000 solid 10px;
    content: '';
    top: 100%;
    width: 110px;
}

.product .title span{
color:#070500;
font-size: 22px;
line-height: 28px;
margin-top: 20px;
}

.product-bg {
	background: #1c1c1b4f;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.product-box:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-box-shadow: #00000040 0px 0px 25px 0px;
	box-shadow: #00000040 0px 0px 25px 0px;
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.product-bg-white {
	background: #ffffffbd;
	box-shadow: #00000040 0px 0px 25px 0px;
	padding-top: 60px;
	padding-bottom: 50px;
}
 .product-bg .product-bg-white .product-box {
 	text-align: center;
 	margin-bottom: 30px;
 	padding: 20px 25px;

 }

 .product-box img {
	margin: 0 auto;
    width: 200px; /* Set your desired width */
    height: 200px; /* Set your desired height */
    object-fit: cover; /* This ensures the image covers the area without distortion */
    display: block; /* Removes any extra space below the image */
}

 .product-bg .product-bg-white .product-box  h3 {
 	color: #020000;
 	font-weight: 500;
 	font-size: 17px;
 	line-height: 20px;
 	padding-top: 15px;
 }

 .product-bg .product-bg-white .product-box span {
 	color: #020000;
 	font-weight: 500;
 	font-size: 22px;
 	line-height: 22px;
 }
.product-bg .product-bg-white .product-box span:hover {
	color: #fff;
}


.text-bg {position: inherit; text-align: left; }


.text-bg p {color: #030000;
  font-size: 17px;
  line-height: 28px;  
  padding: 10px 0;
  display: inline-block;
 }


 @media (max-width: 575px) {
	  .text-bg p {
  	font-size: 15px !important;
  	line-height: 20px !important;
  }
 }

.yellow_bg {background: #ffc221; 
	padding: 40px 30px; 
}

.yellow_bg .yellow-box h3 {
	color: #fff; 
	font-size: 31px; 
	font-weight: bold; 
	display: inline-block; 
	padding-bottom: 6px;
}
.yellow_bg .yellow-box i {padding-bottom: 10px; padding-left: 15px;	}
.yellow_bg .yellow-box p {

	font-size: 22px; 
	line-height: 28px; 
	color: #010101;
}
.yellow_bg .yellow-box a {
	background: #000;
    border-radius: 30px;
    max-width: 344px;
    width: 100%;
    font-size: 31px;
    line-height: 33px;
    color: #fff;
    padding: 16px 73px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

/** map section **/
.map img {
	width: 100%;
    padding:0px;
}

.padi {
	padding: 0px ;
}

/** end map section **/

/** footer section **/

.footer {
	background: #1b1b1b;
    padding-top: 40px;
}
ul.sociel {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 auto;
}
ul.sociel li {
	display: inline-block;
	padding:0px 10px;
	}

ul.sociel li a {
color: #fff;
width: 50px;
height: 50px;
float: left;
text-align: center;
line-height: 50px;
border-radius: 100%;
font-size: 18px;
}

ul.sociel li a:hover {
	color: #fff;
width: 50px;
height: 50px;
background: #181201;
float: left;
text-align: center;
line-height: 50px;
border-radius: 100%;
font-size: 18px;

}

.contact {
	margin-top: 50px;
}

.contact h3 {
	color: #fff;
	font-weight: 500;
	font-size: 28px;
    		line-height: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.contact span {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
}

ul.lik li a {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
}

ul.lik li a:hover {
	color: #ffc221;
}

.copyright {
	background-color: #ffc221;
	padding: 20px 0px;
	margin-top: 70px;
}

.copyright p {
	color: #023023;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.copyright a:hover {
	color: #fff;
}

/** end footer section **/

.form-control {
     border: #ffc221 solid 2px;
     border-radius: inherit;
     padding: 13px 20px;
     font-family: poppins;
}
.form-control:focus {
     box-shadow: inherit;
     border: #ffc221 solid 2px !important;
}

.textarea {
     font-family: poppins;
     border: #ffc221 solid 2px;
     margin-bottom: 30px;
     padding: 13px 20px;
     width: 100%;
     padding-top: 40px;
} 



.product_page .title {text-align: center;}

.reviews-section {
	padding: 60px 20px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
}

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

.section-title h3 {
	font-size: 2.5rem;
	color: #2c3e50;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}

.section-title h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #3498db;
}

/* Slider Container */
.reviews-slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 60px; /* Added padding for arrows */
}

/* Slider Track */
.slider-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

/* Review Card */
.review-card {
	flex: 0 0 100%;
	padding: 30px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	margin: 0 10px;
	text-align: center;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Review Header */
.review-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	text-align: left;
}

.review-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	border: 3px solid #f1f1f1;
	background-color: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
	font-size: 1.5rem;
}

.review-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviewer-info {
	flex: 1;
}

.reviewer-name {
	font-weight: 700;
	font-size: 1.2rem;
	color: #2c3e50;
	margin-bottom: 5px;
}

.review-stars {
	color: #ffc107;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.review-date {
	font-size: 0.85rem;
	color: #7f8c8d;
}

/* Review Content */
.review-title {
	font-size: 1.4rem;
	color: #2c3e50;
	margin-bottom: 15px;
	font-weight: 700;
}

.review-text {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.7;
}

Navigation
.slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.slider-dots {
	display: flex;
	gap: 10px;
}

.slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.slider-dot.active {
	background-color: #3498db;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 10;
	font-size: 1.2rem;
	color: #3498db;
}

.slider-arrow:hover {
	background-color: #3498db;
	color: white;
}

.slider-arrow.prev {
	left: 0;
}

.slider-arrow.next {
	right: 0;
}

/* Responsive */
@media (max-width: 768px) {
	.section-title h3 {
		font-size: 2rem;
	}
	
	.review-header {
		flex-direction: column;
		text-align: center;
	}
	
	.review-avatar {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.slider-arrow {
		width: 40px;
		height: 40px;
	}
	
	.reviews-slider {
		padding: 0 50px;
	}
}

@media (max-width: 480px) {
	.reviews-slider {
		padding: 0 40px;
	}
	
	.review-card {
		padding: 20px;
	}
}

