/*------------------------------------------------------------------
Project:CEO Template
Author: The_Krishna        
-------------------------------------------------------------------*/

/*----------------Table of contents Start---------------------------
1.Default css
2.Hero css
3.Social media css
4.About css
5.Services css
8.Gallery css
10.Testimonial css
12.Inquiry css
13.Contact css 
14.Bottom css
15.Scanner modal popup css
16.Share modal popup css
18.Preloader css
19.Gallery css
21.Background effect css
---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------                     
Background: #F5F5F5 
Content:    #FF1616, #737373 ,#000000,#A6A6A6
-------------------------------------------------------------------*/

/************************ 1.Default css ***************************/
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:focus,
a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

body {
	max-width: 425px;
	margin: 0 auto;
	height: 100%;
	background: #F5F5F5;
}

svg {
	vertical-align: middle;
}

input {
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	border: none;
	outline: none;
	width: 100%;
}

select {
	appearance: none;
}

select:focus-visible {
	outline: none !important;
}

textarea {
	outline-width: 0;
	outline-offset: 0;
	outline: 0;
	resize: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.overflow {
	overflow-y: scroll;
}

.container {
	padding: 0 16px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-5 {
	margin-top: 5px !important;
}

.pt-20 {
	padding-top: 20px;
}

.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}

.red-filter {
	filter: brightness(0) saturate(100%) invert(25%) sepia(70%) saturate(4945%) hue-rotate(350deg) brightness(104%) contrast(109%);
}

.site-content {
	width: 100%;
	height: 100%;
}

::-webkit-scrollbar {
	display: none;
}

/************************ 2.Hero css ***************************/
.ceo-content {
	position: relative;
	background: white;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 16px 0 16px;
}

.header-logo {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.30) 100%);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-language-btn {
	padding: 0;
	margin: 0;
	padding: 4px 8px 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 32px;
	border-width: 0 !important;
	border-radius: 16px;
	background: var(--1, #FFF) !important;
	color: var(--1, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.dropdown-item,
.profile-name p {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.dropdown-item {
	color: #000000 !important;
}

.profile-name p {
	margin-top: 4px;
}

.dropdown-item.active,
.dropdown-item:active {
	background: rgb(255 22 22 / 10%) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background: rgb(255 22 22 / 10%) !important;
}

.flag-icon {
	width: 25px;
	height: 20px;
	margin-right: 10px;
}

.dropdown-toggle::after {
	content: url(../svg/up-arrow.svg) !important;
	border: 0;
	width: 24px;
	height: 24px;
	margin-left: auto;
}

/* .bg-img1 {
	clip-path: polygon(100% 0, 100% 51%, 100% 51%, 0 100%, 0 0);
	position: relative;
	z-index: 2;
	height: 425px;
	width: 300px;
	object-fit: contain;
	background-color: rgb(252, 171, 22);
	;
} */
.bg-img1 {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%;
    height: 425px; */
	width: 425px;
	height: 300px;
	object-fit: cover;
	clip-path: polygon(0 0,
			100% 0,
			100% 51%,
			0 100%);

	z-index: 2;
}

.bg-img2 {
	top: 0px;
	position: absolute;
	left: 0px;
	/* width: 100%;
	height: 100%; */
	width: 425px;
	height: 300px;
	z-index: 1;
	object-fit: cover;
	/* transform: rotate(0deg); */
}

.bg-orange {
	position: relative;
	width: 425px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}

.profile-content {
	position: relative;
}

.profile-sec {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	position: absolute;
	top: -70px;
	z-index: 3;
	left: 16px;
	right: 16px;
}

.oval-frame {
	border: 5px solid white;
	border-radius: 50%;
}

.profile-name h1 {
	color: #FF1616;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}

/************************ 3.Social media css ***************************/
.social-icon-content {
	display: flex;
	gap: 15px;
	padding-top: 70px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.social-icon-content-wrap {
	border-radius: 12px;
	background: rgb(0 0 0 / 10%);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: relative;
	transition: 0.3s;
	border: 2px solid transparent;
}

.social-icon-content-wrap:hover {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: red;
	transition: 0.3s;
}

.social-icon-content-wrap:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%);
	transition: 0.36s;
}

/************************ 4.About css ***************************/
.background {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-transform: uppercase;
}

.about-title h2:after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	left: 8px;
	margin-right: -50%;
}

.about-content p,
.services-content p {
	color: var(--14, #737373);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/************************ 5.Services css ***************************/
.services-content {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	padding: 10px 10px 15px 10px;
}

.services-content h3,
.client-name h3 {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

/************************ 8.Gallery css ***************************/
.gallery-img img {
	border-radius: 12px;
	width: 100%;
}

.map-img iframe {
	width: 100%;
	height: 250px;
	border-radius: 12px;
}

/************************ 10.Testimonial css ***************************/
.testimonial-content {
	border-radius: 12px;
	background: rgb(255 22 22 / 10%);
	padding: 15px;
}

.testimonial-content-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonial-img img {
	border-radius: 50%;
	width: 100%;
}

.quotes,
.add-to-btn {
	margin-left: auto;
}

.rating-para p {
	color: var(--2, #000);
}

#testimonial-slider .carousel-control-next,
#testimonial-slider .carousel-control-prev {
	position: relative;
	display: inline-flex;
	opacity: 1;
	width: 40px;
	height: 40px;
	background-color: rgb(0 0 0 / 10%);
	border-radius: 50%;
}

#testimonial-slider .carousel-control-next-icon,
#testimonial-slider .carousel-control-prev-icon {
	width: 24px;
	height: 24px;
}

#testimonial-slider .carousel-control-prev {
	left: 35%;
}

#testimonial-slider .carousel-control-next {
	right: -40%;
}

#testimonial-slider .carousel-control-prev-icon {
	background-image: url(../svg/left-slider-icon.svg) !important;
}

#testimonial-slider .carousel-control-next-icon {
	background-image: url(../svg/right-slider-icon.svg) !important;
}

/************************ 12.Inquiry css ***************************/
.input-wrapper-form {
	border-radius: 12px;
	border: 1px solid var(--10, #A6A6A6);
	background: var(--1, #FFF);
	box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 6px;
	width: 100%;
}

/************************ 13.Contact css ***************************/
.contact-details {

	display: flex;
	gap: 12px;
	border-radius: 12px;
	background: var(--15, rgb(255 22 22 / 10%));
	padding: 12px;
}

.contact-icon {
	border-radius: 6px;
	background: var(--2, #000);
	padding: 10px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-content p {
	color: var(--2, #000) !important;
}

.contact-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-list .time-txt {
	font-weight: 400;
	width: 55%;
}

.days-txt {
	font-weight: 500;
}

.contact-content {
	width: 90%;
}

.days-txt,
.contact-list .time-txt {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
}

/************************ 14.Bottom css ***************************/
.add-to-contact-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.scan-btn {
	width: 60px;
	height: 60px;
	background: var(--15, #FF1616);
	filter: drop-shadow(0px 4px 8px rgba(255, 22, 22, 0.32));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-to-btn-sec {
	display: flex;
	align-items: center;
	border-radius: 30px;
	background: var(--2, #000);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
	padding: 6px 6px 6px 30px;
	justify-content: end;
	width: fit-content;
	gap: 8px;
}

.add-txt {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.plus-btn {
	border-radius: 24px;
	background: var(--1, #FFF);
	padding: 12px;
}

.add-to-contact {
	position: fixed;
	width: 100%;
	bottom: 0;
	max-width: 425px;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	z-index: 99;
}

.footer p {
	color: var(--2, #000);
	text-align: center;
}

/************************ 15.Scanner modal popup css ***************************/
#share-media-modal {
	background: linear-gradient(180deg, rgba(18, 21, 28, 0.56) 0%, rgba(18, 21, 28, 0.24) 100%);
	backdrop-filter: blur(4px);
}

#share-media-modal .modal-content {
	border-radius: 24px;
}

.scan-content {
	text-align: center;
	border: 2px solid #ff1616;
	height: auto;
	width: 250px;
	margin: 0 auto;
	padding: 12px;
	border-radius: 8px;
}

.scanner img {
	width: 100%;
	height: auto;
}

.scan-txt {
	padding: 14px;
	background: #FF1616;
	border-radius: 8px;
}

.scan-txt p {
	color: var(--2, #fff);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.btn1 a {
	color: var(--1, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	border-radius: 8px;
	background: #000000;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.qr-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.btn1 {
	width: 140px;
}

.modal-title {
	color: var(--2, #000);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

/************************ 16.Share modal popup css ***************************/
.social-media-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.social-media-img {
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.social-media-img:hover {
	background: #FF1616;
	transition: all .3s ease;
}

.social-media-img img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(13deg) brightness(99%) contrast(100%);
	width: 30px;
	height: 30px;
}

.social-media-img:hover.social-media-img img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%) hue-rotate(323deg) brightness(104%) contrast(102%);
	transition: all .3s ease;
}

/************************ 18.Preloader css ***************************/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	background: -o-radial-gradient(circle, #333, #000) no-repeat;
	background: radial-gradient(circle, #333, #000) no-repeat;
	z-index: 999;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.darksoul-grid {
	margin: auto;
	margin-right: 1px;
	width: 150px;
	height: 150px;
	display: grid;
	gap: 0px;
	grid-template-columns: auto auto;
	animation: rotate 2s linear 0s infinite;
}

.item1,
.item2,
.item3,
.item4 {
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 0%;
	background-color: #FF1616;
}

@keyframes rotate {
	0% {
		rotate: 0deg;
		transform: scale(0.6);
	}

	50% {
		rotate: 100deg;
		transform: scale(0.4);
	}

	100% {
		rotate: 360deg;
		transform: scale(0.6);
	}
}

.darksoul-loader-h {
	margin: auto;
	margin-left: 5px;
}

/************************ 19.Gallery css ***************************/
.gallery-box {
	overflow: hidden;
	position: relative;
}

.gallery-box .gallery-img {
	position: relative;
	overflow: hidden;
}

.gallery-box .gallery-img>img {
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
}

.gallery-box .gallery-detail {
	opacity: 0;
	color: #ffffff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	transform: translate(0%, 0%);
}

.gallery-box:hover .gallery-detail {
	top: 50%;
	opacity: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box:hover .gallery-img:after {
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/************************ 21.Background effect css ***************************/
.area {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgb(255 22 22 / 10%);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 100px;
	height: 100px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 120px;
	height: 120px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}

/* =========================
   CONTACT SECTION
========================= */

.my-contact {
	width: 100%;
	max-width: 460px;
	margin: 40px auto;
	padding: 0 16px;
	box-sizing: border-box;
}

/* =========================
   HEADING
========================= */

.my-contact-heading {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.my-contact-heading h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
}

.my-contact-heading div {
	flex: 1;
	height: 2px;
	background: #111;
}

/* =========================
   CONTACT CARD
========================= */

.my-contact-card {
	width: 100%;
	min-height: 78px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px;
	margin-bottom: 12px;
	background: #ffe5e5;
	border-radius: 14px;
	box-sizing: border-box;
	text-decoration: none;
	color: #111;
	transition: 0.2s ease;
}

.my-contact-card:hover {
	transform: translateY(-2px);
}

/* =========================
   ICON
========================= */
.my-contact-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #111;
	font-size: 27px;
}

/* =========================
   CONTACT TEXT
========================= */
.my-contact-info {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.my-contact-info span {
	font-size: 13px;
	color: #777;
	letter-spacing: 0.5px;
}

.my-contact-info p {
	margin: 0;
	font-size: 16px;
	color: #111;
	word-break: break-word;
}

/* =========================
   GOOGLE CARDS
========================= */
.my-google-card {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px;
	margin-top: 12px;
	border-radius: 14px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.2s ease;
}

.my-google-card:hover {
	transform: translateY(-2px);
}

/* Google Review */
.my-google-review {
	background: #111;
	color: white;
}

/* Google Location */
.my-google-location {
	background: #ffe5e5;
	color: #111;
}

/* Google Icon */
.my-google-icon {
	width: 45px;
	height: 45px;
	min-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 20px;
	background: white;
	color: #111;
}

/* Google Text */
.my-google-card span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	opacity: 0.7;
}

.my-google-card p {
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 600;
}

/* =========================
   MAP
========================= */
.my-contact-map {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid #ddd;
}

.my-contact-map iframe {
	display: block;
	width: 100%;
	height: 280px;
	border: 0;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 480px) {
	.my-contact {
		padding: 0 12px;
		margin-top: 30px;
	}

	.my-contact-heading h2 {
		font-size: 21px;
	}

	.my-contact-card {
		min-height: 72px;
	}

	.my-contact-icon {
		width: 42px;
		min-width: 42px;
		height: 42px;
		font-size: 24px;
	}

	.my-contact-info span {
		font-size: 12px;
	}

	.my-contact-info p {
		font-size: 15px;
	}

	.my-google-card {
		padding: 12px;
	}

	.my-google-icon {
		width: 42px;
		height: 42px;
		min-width: 42px;
	}

	.my-contact-map iframe {
		height: 260px;
	}
}

/* =========================================================
   PROFILE PAGE
========================================================= */
.profile-page {
	width: 100%;
	max-width: 425px;
	min-height: 100vh;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}

/* =========================================================
   HERO
========================================================= */
.profile-hero {
	position: relative;
	width: 100%;
	height: 425px;
	overflow: hidden;
	/* background: #fcab16; */
}

.profile-hero-image {
	display: block;
	/* width: 100%; */
	height: 100%;
	/* object-fit: cover;
  	object-position: center top; */
}

/* =========================================================
   PROFILE INFO
========================================================= */
.profile-info {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 0 20px;
	margin-top: -55px;
	z-index: 10;
}

/* =========================================================
   PROFILE PHOTO
========================================================= */
.profile-photo {
	width: 110px;
	height: 110px;
	min-width: 110px;
	border-radius: 50%;
	overflow: hidden;
	background: #eeeeee;
	border: 5px solid #ffffff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.profile-photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* =========================================================
   NAME + DESIGNATION
========================================================= */
.profile-details {
	min-width: 0;
	padding-top: 70px;
}

.profile-details h1 {
	margin: 0;
	color: #ff1616;
	font-family: Poppins, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	word-break: break-word;
}

.profile-details p {
	margin: 5px 0 0;
	color: #737373;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

/* =========================================================
   ACTION ICONS
========================================================= */
.profile-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
	padding: 0 20px;
	margin-top: 15px;
	position: relative;
	z-index: 20;
}

.profile-action-link {
	width: 46px;
	height: 46px;
	min-width: 46px;
	padding: 0;
	border: none;
	border-radius: 12px;
	background: #eeeeee;
	color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.profile-action-link:hover {
	background: #e2e2e2;
	transform: translateY(-2px);
}

.profile-action-link svg {
	width: 21px;
	height: 21px;
}

/* =========================================================
   COMPANY INTRO
========================================================= */
.profile-company {
	width: 100%;
	padding: 0 16px;
	margin-top: 25px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.profile-company-card {
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 18px;
	box-sizing: border-box;
}

.profile-company-card h2 {
	margin: 0;
	color: #111111;
	font-family: Poppins, sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
}

.profile-company-card h3 {
	margin: 8px 0 0;
	color: #222222;
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
}

.profile-company-card p {
	margin: 14px 0 0;
	color: #555555;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.profile-company-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 17px;
	padding: 11px 20px;
	background: #000000;
	color: #ffffff;
	border-radius: 9px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}


.profile-company-button:hover {
	background: #222222;

	transform: translateY(-1px);
}


/* =========================================================
   PROFILE NOT FOUND
========================================================= */

.profile-not-found {
	min-height: 100vh;

	display: flex;

	align-items: center;

	justify-content: center;

	font-family: Poppins, sans-serif;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

	.profile-hero {
		height: 425px;
	}


	.profile-info {
		gap: 12px;

		padding: 0 14px;

		margin-top: -30px;
	}


	.profile-photo {
		width: 100px;
		height: 100px;

		min-width: 100px;

		border-width: 4px;
	}


	.profile-details {
		padding-top: 40px;
	}


	.profile-details h1 {
		font-size: 21px;
	}


	.profile-details p {
		font-size: 13px;
	}


	.profile-actions {
		gap: 9px;

		padding: 0 14px;

		margin-top: 14px;
	}


	.profile-action-link {
		width: 43px;
		height: 43px;

		min-width: 43px;

		border-radius: 11px;

		font-size: 19px;
	}


	.profile-company {
		padding: 0 12px;

		margin-top: 22px;
	}


	.profile-company-card {
		padding: 18px;
	}


	.profile-company-card h2 {
		font-size: 21px;
	}


	.profile-company-card h3 {
		font-size: 16px;
	}


	.profile-company-card p {
		font-size: 14px;

		line-height: 1.6;
	}

}

/* =========================================================
   TESTIMONIAL SECTION
========================================================= */

.testimonial-section {
	width: 100%;

	padding: 0 16px;

	margin-top: 35px;
}


/* =========================================================
   HEADING
========================================================= */

.testimonial-heading {
	width: 100%;

	display: flex;
	align-items: center;

	gap: 10px;

	margin-bottom: 18px;
}

.testimonial-heading h2 {
	flex-shrink: 0;

	margin: 0;

	color: #111;

	font-size: 20px;
	font-weight: 700;

	line-height: 30px;

	text-transform: uppercase;
}

.testimonial-heading span {
	flex: 1;

	height: 2px;

	background: #111;
}


/* =========================================================
   TESTIMONIAL CARD
========================================================= */

.testimonial-card {
	width: 100%;

	min-height: 220px;

	padding: 24px;

	background: #fde4e4;

	border: 1px solid rgba(0, 0, 0, 0.04);

	border-radius: 18px;

	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);

	overflow: hidden;
}


/* =========================================================
   TOP SECTION
========================================================= */

.testimonial-top {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 15px;
}


/* =========================================================
   PERSON
========================================================= */

.testimonial-person {
	display: flex;
	align-items: center;

	gap: 16px;

	min-width: 0;
}


/* Profile image */

.testimonial-avatar {
	width: 82px;
	height: 82px;

	min-width: 82px;

	display: block;

	border-radius: 50%;

	border: 3px solid #ffffff;

	object-fit: cover;
}


/* Name / role */

.testimonial-person-info {
	min-width: 0;
}

.testimonial-person-info h3 {
	margin: 0;

	color: #111;

	font-size: 19px;
	font-weight: 600;

	line-height: 24px;

	word-break: break-word;
}

.testimonial-person-info p {
	margin: 5px 0 0;

	color: #777;

	font-size: 14px;

	line-height: 20px;
}


/* =========================================================
   QUOTE ICONS
========================================================= */

.testimonial-quotes {
	display: flex;
	align-items: center;

	gap: 5px;

	flex-shrink: 0;

	color: #ff1717;

	font-size: 30px;
}


/* =========================================================
   STAR RATING
========================================================= */

.testimonial-stars {
	display: flex;
	align-items: center;

	gap: 5px;

	margin-top: 17px;

	color: #ff1717;

	font-size: 19px;
}


/* =========================================================
   REVIEW
========================================================= */

.testimonial-review {
	margin: 15px 0 0;

	color: #333;

	font-size: 15px;

	line-height: 24px;
}


/* =========================================================
   PREVIOUS / NEXT CONTROLS
========================================================= */

.testimonial-controls {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;

	gap: 16px;

	margin-top: 17px;
}


/* Navigation buttons */

.testimonial-nav-button {
	width: 44px;
	height: 44px;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0;

	border: none;

	border-radius: 50%;

	background: #111111;

	color: #ffffff;

	font-size: 15px;

	cursor: pointer;

	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.testimonial-nav-button:hover {
	background: #ff1717;

	transform: translateY(-2px);
}

.testimonial-nav-button:active {
	transform: scale(0.95);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

	.testimonial-section {
		padding: 0 12px;

		margin-top: 30px;
	}


	.testimonial-heading {
		margin-bottom: 15px;
	}


	.testimonial-heading h2 {
		font-size: 19px;
	}


	.testimonial-card {
		min-height: 210px;

		padding: 20px;

		border-radius: 16px;
	}


	.testimonial-person {
		gap: 13px;
	}


	.testimonial-avatar {
		width: 74px;
		height: 74px;

		min-width: 74px;

		border-width: 2px;
	}


	.testimonial-person-info h3 {
		font-size: 18px;

		line-height: 22px;
	}


	.testimonial-person-info p {
		font-size: 13px;
	}


	.testimonial-quotes {
		font-size: 26px;
	}


	.testimonial-stars {
		margin-top: 15px;

		font-size: 17px;
	}


	.testimonial-review {
		margin-top: 13px;

		font-size: 14px;

		line-height: 23px;
	}


	.testimonial-controls {
		margin-top: 15px;

		gap: 14px;
	}


	.testimonial-nav-button {
		width: 42px;
		height: 42px;

		font-size: 14px;
	}
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

	.testimonial-section {
		padding: 0 10px;
	}


	.testimonial-card {
		min-height: 200px;

		padding: 17px;
	}


	.testimonial-person {
		gap: 10px;
	}


	.testimonial-avatar {
		width: 64px;
		height: 64px;

		min-width: 64px;
	}


	.testimonial-person-info h3 {
		font-size: 16px;
	}


	.testimonial-person-info p {
		font-size: 12px;
	}


	.testimonial-quotes {
		font-size: 22px;
	}


	.testimonial-stars {
		font-size: 16px;
	}


	.testimonial-review {
		font-size: 13px;

		line-height: 21px;
	}


	.testimonial-nav-button {
		width: 40px;
		height: 40px;
	}
}

/* =========================================================
   FLOATING ACTION BAR
========================================================= */

.floating-actions {
	position: fixed;

	left: 50%;
	bottom: 14px;

	transform: translateX(-50%);

	width: min(425px, calc(100% - 24px));

	display: flex;
	align-items: center;

	gap: 8px;

	padding: 5px;

	z-index: 9999;
}


/* =========================================================
   ROUND ACTION BUTTONS
========================================================= */

.floating-action {
	width: 50px;
	height: 50px;

	min-width: 50px;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0;

	border: none;
	border-radius: 50%;

	background: #eeeeee;
	color: #111111;

	font-size: 22px;

	text-decoration: none;

	cursor: pointer;

	transition: transform 0.2s ease;
}

.floating-action:hover {
	transform: translateY(-2px);
}


/* QR button */

.qr-action {
	background: #ff1717;
	color: #ffffff;
}


/* =========================================================
   ADD TO CONTACT BUTTON
========================================================= */

.save-contact-button {
	flex: 1;

	height: 50px;

	min-width: 0;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 4px 5px 4px 17px;

	border: none;
	border-radius: 30px;

	background: #000000;
	color: #ffffff;

	font-size: 14px;
	font-weight: 600;

	cursor: pointer;

	white-space: nowrap;
}

.save-contact-plus {
	width: 42px;
	height: 42px;

	min-width: 42px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	background: #ffffff;
	color: #111111;

	font-size: 23px;
}


/* =========================================================
   QR OVERLAY
========================================================= */

.qr-overlay {
	position: fixed;

	inset: 0;

	z-index: 10000;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 20px;

	background: rgba(0, 0, 0, 0.65);

	backdrop-filter: blur(5px);
}


/* =========================================================
   QR MODAL
========================================================= */

.qr-modal {
	position: relative;

	width: min(400px, 100%);

	padding: 24px;

	background: #ffffff;

	border-radius: 20px;

	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   QR CLOSE BUTTON
========================================================= */

.qr-close {
	position: absolute;

	top: 10px;
	right: 10px;

	width: 38px;
	height: 38px;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0;

	border: none;
	border-radius: 50%;

	background: transparent;
	color: #111111;

	font-size: 27px;

	cursor: pointer;

	z-index: 2;
}

.qr-close:hover {
	background: #f1f1f1;
}


/* =========================================================
   QR CONTENT
========================================================= */

.qr-box {
	width: 100%;

	text-align: center;
}

.qr-box h3 {
	margin: 5px 0 15px;

	color: #111111;

	font-size: 18px;
	font-weight: 700;

	line-height: 24px;
}

.qr-box img {
	display: block;

	width: 280px;
	height: 280px;

	max-width: 100%;

	margin: 0 auto;

	object-fit: contain;
}

.qr-box p {
	margin: 12px 0 0;

	color: #666666;

	font-size: 13px;

	line-height: 20px;
}


/* =========================================================
   QR DOWNLOAD / SHARE BUTTONS
========================================================= */

.qr-actions {
	width: 100%;

	display: flex;
	align-items: center;

	gap: 10px;

	margin-top: 20px;
}


/* Both buttons */

.qr-action-button {
	flex: 1;

	height: 46px;

	display: flex !important;
	align-items: center;
	justify-content: center;

	gap: 7px;

	padding: 0 12px !important;

	border: none !important;
	border-radius: 10px !important;

	background: #000000 !important;
	color: #ffffff !important;

	font-family: inherit;

	font-size: 14px !important;
	font-weight: 600;

	line-height: 1;

	cursor: pointer;

	opacity: 1 !important;

	visibility: visible !important;

	transition:
		transform 0.2s ease,
		background 0.2s ease;
}


/* Icon */

.qr-action-button svg {
	width: 19px;
	height: 19px;

	flex-shrink: 0;

	color: #ffffff;
}


/* Hover */

.qr-action-button:hover {
	transform: translateY(-2px);

	background: #222222 !important;
}


/* Share button */

.qr-share-button {
	background: #ff1717 !important;
}

.qr-share-button:hover {
	background: #e00000 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

	.floating-actions {
		width: calc(100% - 16px);

		bottom: 8px;

		gap: 6px;
	}

	.floating-action {
		width: 45px;
		height: 45px;

		min-width: 45px;

		font-size: 20px;
	}

	.save-contact-button {
		height: 45px;

		padding-left: 13px;

		font-size: 13px;
	}

	.save-contact-plus {
		width: 37px;
		height: 37px;

		min-width: 37px;

		font-size: 21px;
	}

	.qr-modal {
		width: calc(100% - 30px);

		padding: 20px;

		border-radius: 18px;
	}

	.qr-box img {
		width: 250px;
		height: 250px;
	}

	.qr-actions {
		gap: 8px;
	}

	.qr-action-button {
		height: 44px;

		font-size: 13px !important;
	}
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

	.floating-actions {
		gap: 4px;
	}

	.floating-action {
		width: 41px;
		height: 41px;

		min-width: 41px;

		font-size: 18px;
	}

	.save-contact-button {
		height: 41px;

		padding-left: 10px;

		font-size: 11px;
	}

	.save-contact-plus {
		width: 33px;
		height: 33px;

		min-width: 33px;

		font-size: 19px;
	}

	.qr-modal {
		padding: 16px;
	}

	.qr-box img {
		width: 220px;
		height: 220px;
	}

	.qr-action-button {
		height: 42px;

		font-size: 12px !important;
	}
}

/* =========================================================
   INQUIRY SECTION
========================================================= */

.inquiry-section {
	width: 100%;

	padding: 0 16px;

	margin-top: 35px;
}


/* =========================================================
   HEADING
========================================================= */

.inquiry-heading {
	display: flex;
	align-items: center;

	gap: 10px;

	margin-bottom: 18px;
}

.inquiry-heading h2 {
	flex-shrink: 0;

	margin: 0;

	color: #111;

	font-size: 20px;
	font-weight: 700;

	line-height: 30px;

	text-transform: uppercase;
}

.inquiry-heading span {
	flex: 1;

	height: 2px;

	background: #111;
}


/* =========================================================
   FORM CARD
========================================================= */

.inquiry-card {
	width: 100%;

	padding: 22px;

	background: #f7f7f7;

	border: 1px solid #e5e5e5;

	border-radius: 18px;

	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}


/* =========================================================
   INTRO
========================================================= */

.inquiry-intro {
	margin-bottom: 20px;
}

.inquiry-intro h3 {
	margin: 0;

	color: #111;

	font-size: 21px;
	font-weight: 700;
}

.inquiry-intro p {
	max-width: 500px;

	margin-top: 6px;

	color: #777;

	font-size: 13px;

	line-height: 21px;
}


/* =========================================================
   FORM
========================================================= */

.inquiry-form {
	width: 100%;

	display: flex;
	flex-direction: column;

	gap: 15px;
}


/* Two fields in one row */

.inquiry-row {
	width: 100%;

	display: grid;

	grid-template-columns: 1fr 1fr;

	gap: 12px;
}


/* =========================================================
   FIELD
========================================================= */

.inquiry-field {
	width: 100%;

	display: flex;
	flex-direction: column;
}

.inquiry-field label {
	margin-bottom: 6px;

	color: #222;

	font-size: 13px;
	font-weight: 600;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.inquiry-field input,
.inquiry-field select,
.inquiry-field textarea {
	width: 100%;

	padding: 12px 13px;

	border: 1px solid #d8d8d8;

	border-radius: 9px;

	outline: none;

	background: #fff;

	color: #111;

	font-family: inherit;

	font-size: 14px;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}


.inquiry-field input {
	height: 45px;
}

.inquiry-field select {
	height: 45px;

	cursor: pointer;
}

.inquiry-field textarea {
	min-height: 120px;

	resize: vertical;

	line-height: 21px;
}


/* Focus */

.inquiry-field input:focus,
.inquiry-field select:focus,
.inquiry-field textarea:focus {
	border-color: #111;

	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}


/* Placeholder */

.inquiry-field input::placeholder,
.inquiry-field textarea::placeholder {
	color: #aaa;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.inquiry-submit {
	width: 100%;

	min-height: 48px;

	display: flex;
	align-items: center;
	justify-content: center;

	gap: 10px;

	margin-top: 2px;

	padding: 11px 18px;

	border: none;

	border-radius: 10px;

	background: #111;

	color: #fff;

	font-family: inherit;

	font-size: 14px;
	font-weight: 600;

	cursor: pointer;

	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.inquiry-submit svg {
	font-size: 14px;
}

.inquiry-submit:hover {
	background: #ff1717;

	transform: translateY(-1px);
}

.inquiry-submit:active {
	transform: scale(0.98);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

	.inquiry-section {
		padding: 0 12px;

		margin-top: 30px;
	}


	.inquiry-heading h2 {
		font-size: 19px;
	}


	.inquiry-card {
		padding: 17px;

		border-radius: 16px;
	}


	.inquiry-intro h3 {
		font-size: 19px;
	}


	.inquiry-intro p {
		font-size: 13px;
	}


	/* Single column */

	.inquiry-row {
		grid-template-columns: 1fr;

		gap: 15px;
	}


	.inquiry-form {
		gap: 14px;
	}


	.inquiry-field input,
	.inquiry-field select {
		height: 44px;
	}


	.inquiry-field textarea {
		min-height: 110px;
	}
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

	.inquiry-card {
		padding: 15px;
	}


	.inquiry-intro h3 {
		font-size: 18px;
	}


	.inquiry-field input,
	.inquiry-field select,
	.inquiry-field textarea {
		font-size: 13px;
	}


	.inquiry-submit {
		min-height: 45px;

		font-size: 13px;
	}
}

/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {
	width: 100%;

	margin-top: 20px;

	background: #ffffff;

	border: 1px solid #e5e5e5;

	border-radius: 16px;

	overflow: hidden;

	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);

	box-sizing: border-box;
}


/* =========================================================
   FIXED IMAGE AREA
========================================================= */

.service-card-image {
	width: 100%;

	height: 190px;

	overflow: hidden;

	background: #eeeeee;
}

.service-card-image img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;

	object-position: center;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.service-card-content {
	width: 100%;

	padding: 18px;

	box-sizing: border-box;
}

.service-card-content h3 {
	margin: 0;

	min-height: 48px;

	display: flex;
	align-items: center;

	color: #111111;

	font-size: 18px;
	font-weight: 700;

	line-height: 24px;
}

.service-card-description {
	min-height: 44px;

	margin: 8px 0 0;

	color: #666666;

	font-size: 14px;

	line-height: 22px;
}


/* =========================================================
   SHOW MORE BUTTON
========================================================= */

.service-show-more {
	margin-top: 14px;

	padding: 9px 18px;

	border: none;

	border-radius: 8px;

	background: #111111;

	color: #ffffff;

	font-family: inherit;

	font-size: 13px;
	font-weight: 600;

	cursor: pointer;

	transition: 0.2s ease;
}

.service-show-more:hover {
	background: #ff1717;

	transform: translateY(-1px);
}


/* =========================================================
   DETAILS
========================================================= */

.service-details {
	margin-top: 18px;

	padding-top: 16px;

	border-top: 1px solid #e5e5e5;
}

.service-detail-item {
	margin-bottom: 18px;
}

.service-detail-item:last-child {
	margin-bottom: 0;
}

.service-detail-item h4 {
	margin: 0;

	color: #111111;

	font-size: 15px;
	font-weight: 700;
}

.service-detail-item ul {
	margin: 8px 0 0;

	padding-left: 18px;
}

.service-detail-item li {
	margin-bottom: 5px;

	color: #666666;

	font-size: 13px;

	line-height: 20px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

	.service-card {
		margin-top: 18px;

		border-radius: 14px;
	}

	.service-card-image {
		height: 175px;
	}

	.service-card-content {
		padding: 16px;
	}

	.service-card-content h3 {
		min-height: 44px;

		font-size: 17px;

		line-height: 22px;
	}

	.service-card-description {
		min-height: 42px;

		font-size: 13px;

		line-height: 21px;
	}
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

	.service-card-image {
		height: 155px;
	}

	.service-card-content {
		padding: 14px;
	}

	.service-card-content h3 {
		font-size: 16px;
	}

	.service-show-more {
		font-size: 12px;

		padding: 8px 15px;
	}
}

.cursor-dot {
	position: fixed;

	width: 8px;
	height: 8px;

	background: red;

	border-radius: 50%;

	pointer-events: none;

	z-index: 999999;

	transform: translate(-50%, -50%);
}

/* =========================================================
   VALIDATION
========================================================= */

.inquiry-field .input-error {
	border-color: #ff1717;
}

.inquiry-field .input-error:focus {
	border-color: #ff1717;

	box-shadow: 0 0 0 2px rgba(255, 23, 23, 0.08);
}

.field-error {
	display: block;

	margin-top: 5px;

	color: #ff1717;

	font-size: 12px;

	line-height: 18px;
}