/* Imports */
/* Icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");

:root {
	--white: #fff;
	--black: #000;
	--primary: #600202;
	--secondary: #fffbf3;
	--gray: #d9d9d9;
}

::selection {
	background-color: var(--primary);
	color: var(--white);
}

/* General Styling */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style-type: none;
	font-family: "Montserrat", sans-serif;
}

html {
	scroll-behavior: smooth;
}


body {
	background: var(--secondary);
	overflow-x: clip;
}

a,
button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

ul,
ol,
dl,
address,
label,
figure {
	margin-bottom: 0;
	padding: 0;
}

p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
	color: #595555;
}

section {
	position: relative;
	padding: 6rem 0;
	overflow: clip;
}

/* Lenis Start */

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* Lenis End */

/* Preloader Start */

.preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: var(--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
}

.preloader.hide {
	opacity: 0;
	pointer-events: none;
}

/* ========== PROGRESS BAR - BILKUL TOP PAR ========== */
.preloader-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(96, 2, 2, 0.10);
	z-index: 10000;
}

.preloader-bar-fill {
	width: 0%;
	height: 100%;
	background: #600202;
	transition: width 0.3s ease;
}

/* ========== LOGO - CENTER ========== */
.preloader-logo {
	display: inline-block;
	z-index: 9999;
}

.preloader-logo img {
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* ========== CUSTOM CURSOR ========== */
.preloader-cursor {
	position: fixed;
	width: 250px;
	aspect-ratio: 1;
	border-radius: 1rem;
	pointer-events: none;
	z-index: 10001;
	overflow: hidden;
	will-change: transform;
	background: rgba(96, 2, 2, 0.05);
	border: 2px solid rgba(96, 2, 2, 0.10);
}

.preloader-cursor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Hide default cursor on preloader only */
.preloader,
.preloader * {
	cursor: none !important;
}

/* Responsive */
@media (max-width: 768px) {
	.preloader-logo img {
		width: 150px;
	}

	.preloader-cursor {
		width: 100px;
	}
}

@media (max-width: 480px) {
	.preloader-logo img {
		width: 120px;
	}
}

/* Preloader End */

/* ThemeBtn Start */

.btnWrapper {
	display: flex;
	align-items: center;
	flex: wrap;
	gap: 1rem;
}

.themeBtn {
	width: fit-content;
	display: block;
	background: var(--primary);
	color: var(--white);
	border: 2px solid transparent;
	border-radius: 100px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.65rem 2.75rem;
}

.themeBtn:hover {
	box-shadow: 0px 0px 40px 5px var(--primary);
}

.themeBtn--white {
	background: var(--white);
	color: var(--black);
}

.themeBtn--white:hover {
	box-shadow: 0px 0px 40px 5px var(--white);
}

/* ThemeBtn End */

/* Headings Start */

.heading {
	font-size: 4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary);
	line-height: 1.25;
}

.secHeading {
	width: 100%;
	font-size: 8vw;
	font-weight: 600;
	color: transparent;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #60020230;
	letter-spacing: 10px;
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	white-space: nowrap;
}

/* Headings End */

/* Header Start */

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 3rem 4rem 0;
	transition: 0.3s ease-in-out;
}

.header.active {
	/* background: #ffffff20; */
	/* backdrop-filter: blur(20px); */
	/* box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); */
	padding: 1rem;
}

.header-main__logo {
	width: 120px;
	margin: 0;
	padding: 0;
	transition: all 300ms ease-in-out;
}

.header.active .header-main__logo {
	width: 70px;
}

.header-main__logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-main__btn {
	width: 100px;
	position: relative;
	background: transparent;
	border: none;
	filter: brightness(0) saturate(100%) invert(10%) sepia(92%) saturate(2019%) hue-rotate(352deg) brightness(98%) contrast(120%);
	transition: all 300ms ease-in-out;
}

.header.active .header-main__btn {
	width: 80px;
}


.header-main__btn span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	color: var(--white);
	transition: all 300ms ease-in-out;
}

.header.active .header-main__btn span {
	font-size: 0.875rem;
}

.header-main__btn i {
	font-size: 1.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
}

.header-main__btn img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

/* Header End */

/* Menu Start */

.menu {
	width: 100%;
	height: 100%;
	background: var(--primary);
	position: fixed;
	inset: 0;
	z-index: 9999;
	padding: 2rem;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out;
}

.menu.active {
	opacity: 1;
	visibility: visible;
}

.menu-content {
	height: 100%;
	background: var(--secondary);
	border-radius: 0.75rem;
	overflow-y: auto;
	padding: 3rem 0;
	transform: scale(0);
	transition: all 300ms ease-in-out;
}

.menu-content.active {
	transform: scale(1);
}

.menu-content__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-content__topLogo {
	width: 150px;
}

.menu-content__topClose {
	font-size: 2rem;
	color: var(--primary);
}

.menu-content__list {
	margin: 4rem 0;
	text-align: right;
}

.menu-content__list li a {
	font-size: 3rem;
	font-weight: 700;
	-webkit-text-stroke: 1px var(--primary);
	color: transparent;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.menu-content__social {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: end;
}

.menu-content__social li a {
	font-size: 1.25rem;
	color: var(--primary);
}

.menu-content__list li a:hover {
	color: var(--primary);
	text-shadow: 0 0 40px var(--primary);
}

/* Menu End */

/* Banner Start */

.banner {
	height: 100vh;
	padding: 0;
}

.banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #ffffff90;
}

:is(.banner-video, .banner-videos) {
	width: 100%;
	height: 100%;
}

.banner-videos {
	display: flex;
}

:is(.banner-video, .banner-videos) video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.banner-content h1 {
	font-weight: bold;
	position: relative;
	margin: 0;
	padding-bottom: 1rem;
}

.banner-content h1::before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background: var(--primary);
	border-radius: 100px;
}

.banner-content p {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--black);
	margin: 1rem 0;
}

.banner .swiper-pagination {
	width: fit-content;
	bottom: 8rem;
	left: 50%;
	transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	border: 1px solid var(--primary);
	background: transparent;
}

.banner .swiper-pagination-bullet-active {
	background: var(--primary);
	position: relative;
}

.banner-arrowDown {
	position: absolute;
	bottom: 0;
	right: 30%;
}

.banner-arrowDown__link {
	width: 60px;
	aspect-ratio: 1;
	font-size: 1.125rem;
	color: var(--primary);
	border: 2px solid var(--primary);
	border-radius: 100%;
	display: grid;
	place-items: center;
}

.banner-arrowDown__link:hover {
	color: var(--white);
	background: var(--primary);
	border-color: var(--primary);
	box-shadow: 0px 0px 40px 5px var(--primary);
}

.banner-arrowDown__line {
	width: 2px;
	height: 100px;
	background: var(--primary);
	margin: 0 auto;
}

.banner-arrowDown__dot {
	width: 8px;
	aspect-ratio: 1;
	background: var(--primary);
	border-radius: 100px;
	margin: 0 auto;
}

/* Banner End */

/* Why Choose Us Start */

.choose-card {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 4rem;
}

.choose-card__content {
	width: 60%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.choose-card__content h4 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--primary);
	text-shadow: 0 0 10px var(--white);
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.choose-card__content h4::before {
	content: '';
	width: 40px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

.choose-card__content p {
	font-size: 1rem;
	font-weight: 600;
}

.choose-card__img {
	width: 230px;
	aspect-ratio: 1;
	border: 3px solid transparent;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-20px, -50%);
	transition: all 0.3s ease-in-out;
}

.choose-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: all 0.3s ease-in-out;
}

.choose-card:hover .choose-card__img {
	border-color: var(--primary);
	box-shadow: 0px 0px 40px 5px var(--primary);
	transform: translate(0, -50%);
}

.choose-card:hover .choose-card__img img {
	transform: scale(1.1);
}

/* Why Choose Us End */

/* Logos Start */

.logos {
	padding: 4rem 0;
}

.logos-img img {
	width: 100%;
	height: 150px;
	object-fit: contain;
	filter: brightness(0);
	transition: all 0.3s ease-in-out;
}

.logos-img img:hover {
	transform: scale(1.1);
	filter: brightness(0) saturate(100%) invert(10%) sepia(49%) saturate(4401%) hue-rotate(359deg) brightness(95%) contrast(117%);
}

/* Logos End */

/* Our Services Start */

.services-cards {
	margin-top: 3rem;
}

.services-card {
	height: 500px;
	position: relative;
	box-shadow: 0 0 20px 1px #00000020;
}

.services-card::before {
	content: '';
	background: #ffffff20;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.services-card::after {
	content: '';
	background: url(../images/shine-border.webp) no-repeat center/cover;
	position: absolute;
	inset: -2rem;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	filter: brightness(0) saturate(100%) invert(10%) sepia(92%) saturate(2019%) hue-rotate(352deg) brightness(98%) contrast(120%);
	transition: all 300ms ease-in-out;
	z-index: 2;
}

.services-card__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.services-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}

.services-card__status {
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 1;
}

.services-card__status h5 {
	font-size: 3.25rem;
	font-weight: 700;
	color: var(--white);
	margin: 0;
}

.services-card__status h6 {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--white);
	margin: 0;
}

.services-card__content {
	width: 90%;
	height: 60%;
	background: #ffffff90;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem;
	z-index: 1;
}

.services-card__content h4 {
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--primary);
	text-transform: uppercase;
	text-shadow: 0 0 6px var(--white);
	margin-bottom: 0.5rem;
}

.services-card__content p {
	font-size: 1rem;
	font-weight: 600;
	color: var(--black);
}

.services-card:hover::after {
	opacity: 1;
	visibility: visible;
}

.services-card:hover .services-card__img img {
	transform: scale(1.1);
}

/* Our Services End */

/* Gallery Start */

.gallery-bg {
	height: 850px;
	display: flex;
	align-items: end;
	position: relative;
}

.gallery-bg::before {
	content: '';
	background: #ffffff90;
	position: absolute;
	inset: 0;
}

.gallery-bg--2 {
	background: url(../images/gallery-bg2.webp) top center/cover no-repeat;
}

.gallery-bg--3 {
	background: url(../images/gallery-bg9.jpeg) top center/cover no-repeat;
}

.gallery-bg--5 {
	background: url(../images/gallery-bg5.webp) top center/cover no-repeat;
}

.gallery-bg--6 {
	background: url(../images/gallery-bg6.webp) top center/cover no-repeat;
}

.gallery-bg--dubai {
	background: url(../images/gallery-bg7.webp) top center/cover no-repeat;
}

.gallery-bg--heeramandi {
	background: url(../images/gallery-bg8.webp) top center/cover no-repeat;
}

.gallery-bg__video {
	width: 100%;
	height: 100%;
}

.gallery-bg__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-bg__videos {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	background: var(--black);
}

.gallery-bg__videos video {
	width: calc(50% - 0.75rem);
	height: 100%;
	object-fit: cover;
}

.gallery-bg__content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 10rem 3rem;
}

.gallery-bg__content h4 {
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--primary);
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.gallery-bg__content h4::before {
	content: '';
	width: 50px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

.gallery-bg__content p {
	color: var(--black);
	margin-bottom: 2rem;
}

/* Gallery End */

/* Our Clients Start */

.clients-logo {
	width: 100%;
	height: 250px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
}

.clients-logo::before {
	content: '';
	background: radial-gradient(circle, #60020250, #fffbf310 60%);
	position: absolute;
	inset: 0;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.clients-logo:hover::before {
	transform: scale(1);
}

.clients-logo img {
	width: auto;
	max-width: 60%;
	height: auto;
	max-height: 60%;
	object-fit: contain;
	position: relative;
	filter: brightness(0);
	transition: all 0.3s ease-in-out;
}

.clients-logo:hover img {
	transform: scale(1.25);
	filter: brightness(0) saturate(100%) invert(10%) sepia(92%) saturate(2019%) hue-rotate(352deg) brightness(98%) contrast(120%);
}

/* Our Clients End */

/* Cases Start */

.cases-card__img {
	width: 100%;
	height: 550px;
	border-radius: 200px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.cases-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.cases-card__content .title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--primary);
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.cases-card__content .title::before {
	content: '';
	width: 30px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.cases-card:hover .cases-card__img img {
	transform: scale(1.1);
}

.cases-card:hover .cases-card__content .title::before {
	width: 50px;
}

:is(.caseSlider-next, .teamSlider-next) {
	right: 2rem;
}

:is(.caseSlider-prev, .teamSlider-prev) {
	left: 2rem;
}

:is(.caseSlider-next, .caseSlider-prev, .teamSlider-next, .teamSlider-prev) {
	width: 60px;
	height: 60px;
	background: var(--primary);
	border-radius: 100%;
}

:is(.caseSlider-next, .teamSlider-next, .caseSlider-prev, .teamSlider-prev)::after {
	font-size: 1.5rem;
	color: var(--white);
}

/* Cases End */

/* Our Team Start */

.team-card__img {
	width: 100%;
	height: 100%;
}

.team-card__img img {
	width: 100%;
	height: 100%;
}

.team-card__content {
	text-align: center;
	padding-top: 2rem;
}

.team-card__content h4 {
	font-size: 1.75rem;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--white);
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.team-card__content h4::before {
	content: '';
	width: 80px;
	height: 2px;
	background: var(--white);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.team-card__content p {
	color: var(--white);
}

/* Our Team End */

/* See More Start */

.see-more__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 3rem 3rem 3rem 0;
}

.see-more__box::before {
	content: '';
	width: 90%;
	height: 100%;
	border: 4px solid var(--primary);
	border-radius: 0.75rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.see-more__box .heading {
	font-size: 2.5rem;
	text-transform: capitalize;
	background: var(--secondary);
	margin: 0;
	padding: 1rem 0;
}

/* See More End */

/* Blogs Start */

.blogs-card__img {
	width: 100%;
	height: 280px;
	border-radius: 1rem;
	overflow: hidden;
}

.blogs-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogs-card__content {
	padding: 0.5rem 0.5rem 0;
}

.blogs-card__content .title {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 0.5rem;
}

.blogs-card__content p {
	font-size: 1rem;
	margin: 0;
}

.blogSlider {
	padding-bottom: 2rem;
}

.blogSlider-pagination.swiper-pagination {
	bottom: 0;
}

.blogSlider-pagination.swiper-pagination .swiper-pagination-bullet {
	background: var(--white);
}

/* Blogs End */

/* Testimonials Start */

.testimonials-content {
	text-align: center;
	margin-top: 6rem;
}

.testimonials-content p {
	font-size: 1rem;
}

.testimonials-content h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--primary);
}

.testimonials-content h5 {
	font-size: 1rem;
	color: #00000090;
	margin: 0;
}

.testimonialSlider {
	padding-bottom: 2.75rem;
}

.testimonialSlider-pagination.swiper-pagination {
	bottom: 0;
}

.testimonialSlider-pagination.swiper-pagination .swiper-pagination-bullet {
	background: var(--primary);
}

/* Testimonials End */

/* Faq Start */

.faq .accordion {
	margin-top: 6rem;
}

.faq .accordion-item {
	background: var(--white);
	border: 3px solid transparent !important;
	border-radius: 0.5rem;
	overflow: hidden;
}

.faq .accordion-item+.accordion-item {
	margin-top: 0.5rem;
}

.faq .accordion-header {
	border: none;
}

.faq .accordion-button {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--primary) !important;
	padding: 3rem;
}

.faq .accordion-body {
	padding: 0 3rem 3rem;
}

.faq .accordion-body p {
	font-size: 1rem;
	font-weight: 500;
	color: var(--black);
	margin: 0;
}

.faq .accordion-button::after {
	width: 2rem !important;
	height: 2rem !important;
	background-size: 2rem !important;
	filter: brightness(0) saturate(100%) invert(10%) sepia(92%) saturate(2019%) hue-rotate(352deg) brightness(98%) contrast(120%);
}

.faq .accordion-item:hover {
	border-color: var(--primary) !important;
}

.faq .accordion-item:has(.accordion-collapse.show) {
	box-shadow: 0px 0px 40px 5px var(--gray);
	border-color: var(--primary) !important;
}

.faq .accordion-body p+ :is(p, ul) {
	margin-top: 1rem;
}

.faq .accordion-body ul {
	padding-left: 1.25rem;
}

.faq .accordion-body ul li {
	list-style: decimal;
	color: var(--black);
}

.faq .accordion-body ul li+li {
	margin-top: 0.5rem;
}

.faq .accordion-body ul li strong {
	color: var(--primary);
}

/* Faq End */

/* Footer Start */

.footer {
	background: var(--primary);
	padding-top: 4rem;
}

.footer-contentWrapper {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	padding-bottom: 2rem;
}

.footer-content__logo {
	width: 150px;
}

.footer-content p {
	font-size: 1rem;
	font-weight: 500;
	color: var(--white);
	margin: 2rem 0 0;
}

.footer-content h4 {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--white);
	margin-bottom: 1.5rem;
}

.footer-content__link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--white);
}

.footer-content__link+.footer-content__link {
	margin-top: 1rem;
}

.footer-content__link i {
	width: 40px;
	aspect-ratio: 1;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 100%;
	display: grid;
	place-items: center;
	transition: all 300ms ease-in-out;
}

.footer-content__icons {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-content__icons li a {
	width: 40px;
	aspect-ratio: 1;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 100%;
	display: grid;
	place-items: center;
}

.footer-content__link:hover i {
	background: var(--white);
	color: var(--primary);
}

.footer-content__icons li a:hover {
	background: var(--white);
	color: var(--primary);
}

.footer-links {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
	gap: 2rem;
}

.footer-links li a {
	font-size: 1rem;
	color: var(--white);
}

.footer-copyright {
	border-top: 1px solid #ffffff50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	margin-top: 3rem;
}

.footer-copyright ul {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-copyright ul li a {
	color: var(--white);
}

.footer-copyright p {
	font-size: 1rem;
	color: var(--white);
	margin: 0;
}

/* Footer End */

/* Maps Start */

.maps .row+.row {
	margin-top: 4rem;
}

.maps-content .heading {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--primary);
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.maps-content .heading::before {
	content: '';
	width: 30px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

.maps-content ul li a {
	font-size: 1rem;
	font-weight: 500;
	color: #00000090;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.maps-content ul li a i {
	width: 35px;
	height: 35px;
	border: 1px solid #00000090;
	border-radius: 100%;
	display: grid;
	place-items: center;
	flex: 0 0 35px;
	transition: all 300ms ease-in-out;
}

.maps-content ul li a:hover {
	color: var(--primary);
}

.maps-content ul li a:hover i {
	color: var(--primary);
	border-color: var(--primary);
}

.maps-content ul li+li {
	margin-top: 0.5rem;
}

.maps iframe {
	width: 100%;
	height: 300px;
	border-radius: 1rem;
}

/* Maps End */

/* Contact Us Start */

.contact {
	padding: 14rem 0 6rem;
}

.contact-img {
	position: sticky;
	top: 5%;
}

.contact-img img:nth-child(3) {
	width: 200px;
	aspect-ratio: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

.contact-img img:nth-child(2) {
	width: 200px;
	aspect-ratio: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.contact-img img:nth-child(1) {
	margin: 3rem 0 7rem;
}

.contact-img img {
	object-fit: cover;
}

.contact-form .heading {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.contact-form__field {
	margin-bottom: 2rem;
}

.contact-form__field label {
	font-size: 1rem;
	font-weight: 500;
	color: var(--black);
}

.contact-form__field :is(input, textarea) {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--black);
	outline: none;
	resize: none;
	color: var(--black);
	padding-bottom: 0.5rem;
}

/* Contact Us End */

/* States Start */

.states {
	background: #1e1e1e;
	padding: 4rem 0;
}

.states-links li+li {
	margin-top: 0.25rem;
}

.states-links li a {
	color: var(--white);
}

/* States End */

/* Float Left Start */

.float-left {
	text-align: center;
	position: fixed;
	top: 60%;
	left: 5.25rem;
	transform: translateY(-50%);
	z-index: 1000;
}

.float-left__lang {
	width: 50px;
	aspect-ratio: 1;
	font-size: 1rem;
	font-weight: 500;
	color: var(--primary);
	background: var(--secondary);
	border: 2px solid var(--primary);
	border-radius: 100%;
	display: grid;
	place-items: center;
	margin-bottom: 6rem;
}

.float-left__icons li+li {
	margin-top: 0.75rem;
}

.float-left__icons li a {
	width: 30px;
	aspect-ratio: 1;
	font-size: 1rem;
	background: var(--secondary);
	color: var(--primary);
	border-radius: 100%;
	display: grid;
	place-items: center;
}

/* Float Left End */

/* Float Right Start */

.float-right {
	position: fixed;
	top: 60%;
	right: 5.25rem;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	z-index: 1000;
}

.float-right__btn {
	width: 50px;
	aspect-ratio: 1;
	font-size: 1.125rem;
	background: var(--secondary);
	color: var(--primary);
	border: 2px solid var(--primary);
	border-radius: 100%;
	display: grid;
	place-items: center;
	cursor: pointer;
}

.float-right__scrollbar {
	width: 3px;
	height: 200px;
	background: #00000030;
	border-radius: 100px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 30px 1px var(--secondary);
}

.float-right__scrollbar .scroll-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: var(--primary);
	border-radius: 10px;
	transition: height 0.05s linear;
}

/* Float Right End */

/* Pagetitle Start */

.pagetitle {
	width: 100%;
	height: 600px;
	/* background: url(../images/pagetitle1.png) no-repeat center/cover; */
	padding: 0;
}

.pagetitle::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #ffffff90;
}

.pagetitle :is(.pagetitle-img, .pagetitle-video) {
	width: 100%;
	height: 100%;
}

.pagetitle :is(.pagetitle-img, .pagetitle-video) :is(img, video) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagetitle-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pagetitle-content .heading {
	font-weight: bold;
	position: relative;
	padding-bottom: 1rem;
	margin: 0;
}

.pagetitle-content .heading::before {
	content: "";
	width: 25%;
	height: 5px;
	background: var(--primary);
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* Pagetitle End */

/* Details Start */

:is(.details-img, .details-video) {
	width: 100%;
	height: 500px;
	border-radius: 1rem;
	position: sticky;
	top: 15%;
	overflow: hidden;
}

:is(.details-img, .details-video) :is(img, video) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.details-content .heading {
	font-size: 3.25rem;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.details-content .heading::before {
	content: '';
	width: 25%;
	height: 2px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

.details-content ul {
	padding-left: 1.25rem;
	margin: 1rem 0;
}

.details-content ul li {
	list-style: disc;
	color: var(--white);
	margin-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.6;
}

.details-content ul li strong {
	color: var(--primary);
}

.details-content .themeBtn {
	margin-top: 1.5rem;
}

.details-content .title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 0rem;
}

ul.details-content__list li {
	color: var(--black);
}

/* Details End */

/* Portfolio Start */

.portfolio .secHeading {
	font-size: 6.5vw;
}

.portfolio .heading {
	font-size: 3rem;
}

.portfolio-img {
	width: 100%;
	height: 500px;
}

.portfolio-img :is(img, video) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Portfolio End */

/* Testimonials Start */

.testimonials--page .testimonials-content {
	height: 100%;
	border: 1px solid var(--white);
	border-radius: 0.75rem;
	padding: 2rem;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.testimonials--page .testimonials-content:hover {
	box-shadow: 0px 0px 40px 5px var(--white);
}

/* Testimonials End */

/* Case Study Detail Page Start */

.details-content .sub-heading {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--white);
	margin-top: 2rem;
	margin-bottom: 1rem;
	position: relative;
	padding-bottom: 0.5rem;
}

.details-content .sub-heading::before {
	content: '';
	width: 40px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Case Study Detail Page End */

/* About Us Start */

.about-img {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	position: sticky;
	top: 30%;
}

.about-img img {
	width: calc(50% - 0.5rem);
	aspect-ratio: 1;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.about-img img:hover {
	transform: translateY(-0.25rem);
}

/* About Us End */

/* Equipment Start */

.equipment-img {
	width: 100%;
	height: 330px;
	border-radius: 0.75rem;
	overflow: hidden;
}

.equipment-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.equipment-content ul {
	margin-left: 1rem;
}

.equipment-content ul li {
	font-size: 1.125rem;
	font-weight: 500;
	list-style: disc;
}

.equipment .nav-tabs {
	justify-content: center;
	gap: 0.5rem;
	border: none;
}

.equipment .nav-tabs .nav-link {
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--primary);
	padding: 0.75rem 1.75rem 0.5rem;
}

.equipment .nav-tabs .nav-item.show .nav-link,
.equipment .nav-tabs .nav-link.active {
	background: var(--primary);
	color: var(--secondary);
	border: 1px solid var(--primary);
}

.equipment .nav-tabs .nav-link:focus,
.equipment .nav-tabs .nav-link:hover {
	border-color: var(--primary);
}

.equipment .tab-content {
	border: 1px solid var(--primary);
	border-radius: 0.75rem;
	padding: 2rem;
}

/* Equipment End */

/* Video Section Start */
.video-sec {
	width: 100%;
	height: 800px;
	padding: 0;
}

.video-sec video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Video Section End */

/* Process Start */


.process-card {
	background: var(--white);
	border-radius: 1rem;
	padding: 2.5rem 2rem;
	height: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease-in-out;
	border-bottom: 4px solid var(--primary);
	position: relative;
	overflow: hidden;
}

.process-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--primary) 0%, transparent 100%);
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.process-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(96, 2, 2, 0.15);
}

.process-card:hover::before {
	opacity: 0.04;
}

.process-card__number {
	font-size: 3.5rem;
	font-weight: 800;
	color: var(--primary);
	opacity: 0.15;
	line-height: 1;
	margin-bottom: 0.5rem;
	position: relative;
	z-index: 1;
}

.process-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 0.75rem;
	position: relative;
	z-index: 1;
}

.process-card__desc {
	font-size: 1rem;
	font-weight: 500;
	color: #595555;
	margin: 0;
	position: relative;
	z-index: 1;
}

/* Process End */

/* Form Dynamic Start */

label.error-message {
	color: #dc3545;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.contact-form__field label.error {
	border-color: #dc3545 !important;
}

.disabled_button {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Form Dynamic End */