

.dg-dropdown-wrapper {
	position: absolute;
    left: 165px;
    transform: translateX(-50%);
    top: calc(100% + 12px);
    width: min(1175px, calc(100vw - 40px));
    padding-top: 35px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 140ms ease, visibility 140ms ease;
    z-index: 50;
}


.dg-dropdown-wrapper.dg-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.dg-dropdown-menu {
	background: #010101;
	border: 1px solid #ffffff1a;
	border-radius: 30px;
	padding: 24px;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 0px;
}

.dg-dropdown-tabs {
	background: #010101;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dg-dropdown-tab {
	background: transparent;
	border: 0;
	color: var(--muted);
	text-align: left;
	padding: 18px 14px 18px 29px;
	border-radius: 14px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
}

.dg-dropdown-tab.dg-active,
.dg-dropdown-tab:hover {
	background: #83838333;
	color: #E1FF6A;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: 500;
}

.dg-dropdown-content {
	background: #1b1b1b;
	border-radius: 20px;
	padding: 18px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	align-content: center;
}

.dg-dropdown-content.dg-hidden {
	display: none;
}

.dg-dropdown-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}



.dg-dropdown-item {
	display: block;
    background: #090909;
    border-radius: 14px;
    padding: 20px 12px 20px 55px;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
    position: relative;

}

.dg-dropdown-item::before{
	content: '';
    position: absolute;
    top: 22px;
    left: 24px;
    width: 10px;
    height: 10px;
    background: #E1FF6A;
    border-radius: 50%;
}

@media (max-width: 900px) {
	.dg-dropdown-menu {
		grid-template-columns: 1fr;
	}

	.dg-dropdown-tabs {
		flex-direction: row;
		overflow-x: auto;
	}

	.dg-dropdown-content {
		grid-template-columns: 1fr;
	}
}

.right-menu .nav-menu {
	padding: 0 0 0 40px;
	display: none;
}

/* GSAP ScrollSmoother styles */
/* ScrollSmoother will handle styling automatically for #smooth-wrapper and #smooth-content */

/* ============================================
   Header CA Section with ScrollTrigger
   ============================================ */
.header-ca {
	padding: 190px 0 70px;
	position: relative;
}

.header-ca::before {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-1.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	left: 0%;
	top: 0%;
	width: 467px;
	height: 419px;
}

.header-ca::after {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-2.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	right: 0%;
	bottom: 35%;
	width: 353px;
	height: 854px;
}

.header-ca .main-img {
	height: 80vh;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0% 12% 0% 12%);
	clip-path: inset(0% 12% 0% 12%);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.header-ca .main-img .bg-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	cursor: default;
	/* Video click disabled - only button can control */
	pointer-events: none;
	/* Disable all video interactions */
}

.header-ca .main-img .vid-butn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	padding: 10px 0 0 10px;
	border-radius: 20px 0 0 0;
}

.header-ca .main-img .vid-butn a {
	padding: 12px 25px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: opacity 0.3s ease;
}

.header-ca .main-img .vid-butn a:hover {
	opacity: 0.9;
}

.header-ca .main-img .vid-butn a .icon {
	line-height: 40px;
}

.header-ca .main-img .vid-butn a span {
	background: #e1ff6a;
	color: #000;
}

.header-ca .main-img .vid-butn .shap-right-top {
	position: absolute;
	top: -1.45rem;
	right: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 1;
}

.header-ca .main-img .vid-butn .shap-right-top svg {
	width: 1.5rem;
	height: 1.5rem;
}

.header-ca .main-img .vid-butn .shap-left-bottom {
	position: absolute;
	left: -1.45rem;
	bottom: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 1;
}

.header-ca .main-img .vid-butn .shap-left-bottom svg {
	width: 1.5rem;
	height: 1.5rem;
}

.header-ca h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.header-ca .caption {
	margin-bottom: 40px;
}

.header-ca .text {
	margin-left: 45px;
}

.header-ca .text p {
	font-size: 22px;
	line-height: 1.6;
	color: #fff;
	margin-top: 154px;
	font-weight: 300;
	margin-top: 1rem;
}

/* ========= Button Styles ========= */
.crv-butn {
	display: inline-block;
}

.crv-butn span {
	background: #d0ff71;
	color: #0e0f11;
}

.crv-butn .text {
	line-height: 40px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 20px;
	border-radius: 30px;
	position: relative;
}

.crv-butn .text:after {
	content: '';
	width: 30px;
	height: 30px;
	background: #d0ff71;
	position: absolute;
	top: 5px;
	right: -15px;
	z-index: -1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.crv-butn .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	margin-left: -10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.crv-butn .icon img {
	width: 15px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.crv-butn:hover .text:after {
	border-radius: 50%;
	top: calc(50% - 5px);
	right: 0;
	height: 10px;
}

.crv-butn:hover .icon {
	margin-left: 5px;
}

.crv-butn:hover .icon img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ========= Button Styles ========= */
.main-butn {
	display: inline-block;
	border: 1px solid #ffffffbf;
	border-radius: 44px;
	padding: 6px 6px 6px 23px;
}

.main-butn span {
	background: #d0ff71;
	color: #0e0f11;
}

.main-butn .main-butn-txt {
	line-height: 0;
	font-size: 14px;
	font-weight: 200;
	padding: 0 20px;
	position: relative;
	background: transparent;
	color: white;
	padding: 0;
	margin-right: 25px;
}

.main-butn .icon {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	margin-left: -10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-butn .icon img {
	width: 15px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.main-butn:hover .main-butn-txt:after {
	border-radius: 50%;
	top: calc(50% - 5px);
	right: 0;
	height: 10px;
}

.main-butn:hover .icon img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ========= Utility Classes ========= */
.text-u {
	text-transform: uppercase !important;
}

.fz-16 {
	font-size: 16px !important;
}

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

.imgWrapper {
	margin-top: 60px;
}

/* ========= Responsive ========= */
@media screen and (max-width: 768px) {
	.header-ca {
		padding: 100px 0 80px;
	}

	.header-ca h1 {
		font-size: 35px;
	}

	.header-ca .text {
		margin-left: 0;
	}

	.header-ca .text p {
		margin-top: .5rem;
		margin-bottom: 15px;
	}

	.header-ca .caption {
		margin-bottom: 6px;
	}

	.main-butn {
		padding-left: 20px;
	}

	.main-butn .icon {
		width: 38px;
		height: 38px;
	}

	.main-butn .main-butn-txt {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.header-ca .pin-spacer {
		height: 300px !important;
		position: static !important;
		-webkit-transform: translate(0, 0) scale(1) !important;
		-ms-transform: translate(0, 0) scale(1) !important;
		transform: translate(0, 0) scale(1) !important;
		padding: 80px 0 !important;
	}

	.header-ca .pin-spacer .main-img,
	.header-ca .pin-spacer .imgWrapper {
		height: 300px !important;
		position: static !important;
		-webkit-transform: translate(0, 0) scale(1) !important;
		-ms-transform: translate(0, 0) scale(1) !important;
		transform: translate(0, 0) scale(1) !important;
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}
}

/* ===================================
   Experience Section Styles
======================================= */

.experience-sec {
	padding: 70px 0 0px;
	overflow: hidden;
	background: #000;
	color: #fff;
	z-index: 1;
	position: relative;
}

.experience-sec::before {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-3.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	left: 0%;
	bottom: 0%;
	width: 280px;
	height: 730px;
}

/* .experience-sec::before {
	content: "";
	display: block;
	position: absolute;
	right: -80px;
	bottom: 200px;
	background-position: right center;
	background-size: contain;
	width: 254px;
	height: 254px;
	animation: circlerotate 12s infinite linear;
	animation-direction: alternate;
	z-index: -1;
} */

.profile-img {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 500px;
}

.profile-img .img {
	border-radius: 500px;
	height: 600px;
	overflow: hidden;
	width: 405px;
}

.profile-img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.profile-img .icon {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 12px;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(5px);
	z-index: 3;
}

.profile-img .icon:nth-of-type(1) {
	top: 30px;
	left: 20px;
	transform: rotate(10deg);
}

.profile-img .icon:nth-of-type(2) {
	bottom: 40px;
	left: 0px;
	transform: rotate(-10deg);
}

.profile-img .icon:nth-of-type(3) {
	bottom: 50px;
	right: 40px;
	transform: rotate(-10deg);
}

.experience-sec .profile-img .icon img {
	animation: wiggleIcon 2s ease-in-out infinite;
}

@keyframes wiggleIcon {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-6px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0);
	}
}

.experience-sec h2 {
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}

.experience-sec .content-left p {
	line-height: 1.5;
	font-weight: 200;
	margin: 0;
	font-size: 18px;
}

.bord-thin-top {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding-top: 30px;
	margin-top: 20px !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.sub-titleed-text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.ml-auto {
	margin-left: auto;
}

.icon-img-40 img {
	width: 40px;
}

@keyframes circlerotate {
	from {
		transform: translateY(0) rotate(0deg);
	}

	to {
		transform: translateY(-150px) rotate(360deg);
	}
}

/* Rope Container */
.rope-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	cursor: pointer;
	position: relative;
}

.rope-container svg {
	width: 100%;
	height: 100%;
	display: block;
}

.rope-container path {
	stroke-width: 1px;
	stroke: #ffffff38;
	fill: transparent;
}

/* ===================================
   HR Section - Projects Swiper Styles
======================================= */

.hr-sec {
	position: relative;
	width: 100%;
	background: #000;
}

.hr-sec .hr-container {
	width: max-content;
	display: flex;
	flex-wrap: nowrap;
}

.hr-sec .item-panel {
	width: 750px;
	height: 100%;
	padding: 0 15px;
}

.hr-sec .item-panel .see-more {
	position: absolute;
	top: 0;
	left: calc(100% + 15px);
	width: calc(100% - 15px);
	height: 100%;
}

.hr-sec .fit-img {
	height: 70vh;
	min-height: 480px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.hr-sec .fit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hr-sec .fit-img .cont {
	position: absolute;
	bottom: 36px;
	left: 33px;
}

.hr-sec .fit-img .cont .tags {
	overflow: hidden;
}

.hr-sec .fit-img .cont .tags span {
	width: max-content;
	display: block;
	padding: 14px 22px;
	background: #fff;
	font-weight: 500;
	color: #0f0f0f;
	border-radius: 10px;
	margin: 10px 0;
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.4s;
	font-size: 11.98px;
}

.hr-sec .fit-img:hover .cont .tags span {
	opacity: 1;
	transform: translateY(0);
}

.hr-sec .fit-img:hover .cont .tags span:nth-of-type(2) {
	transition-delay: 0.1s;
}

.hr-sec .fit-img:hover .cont .tags span:nth-of-type(3) {
	transition-delay: 0.2s;
}

.hr-sec .fit-img:hover .cont .tags span:nth-of-type(4) {
	transition-delay: 0.3s;
}

/* Projects Swiper Styles */
.projects-swiper {
	overflow: hidden;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.projects-swiper .swiper-wrapper {
	display: flex;
	height: 100%;
	width: max-content !important;
	padding: 0 !important;
	margin: 0 !important;
	gap: 0 !important;
}

.projects-swiper {
	overflow: visible !important;
}

.projects-swiper .swiper-slide {
	width: 100vw !important;
	flex-shrink: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: contents !important;
}

/* .swiper-slide-item {
	width: 100vw;
	flex-shrink: 0;
} */

/* Button Styles */
.butn-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 30px 16px;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
	border: 1px solid #e1ff6a;
	border-radius: 50px;
	overflow: hidden;
	background: transparent;
	transition: color 0.3s ease;
	z-index: 1;
	cursor: pointer;
	width: auto;
	text-align: center;
	margin-right: 10px;
	height: auto;
	backdrop-filter: blur(10px);
}

.butn-arrow:hover {
	color: #000;
}

.butn-arrow .arrow-icon {
	display: inline-flex;
	align-items: center;
	gap: 0;
	position: relative;
	width: 29px;
	height: 22px;
}

.butn-arrow .arrow-icon svg {
	position: absolute;
	width: 100%;
	height: 100%;
	stroke: #000;
	stroke-width: 1.5;
	fill: none;
	transition: transform 0.3s ease;
	background: #e1ff6a;
	border-radius: 5px;
}

.card-work-main {
	font-weight: 600;
	font-size: 50px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 100%;
	min-height: 80%;
	gap: 20px;
	padding: 120px 0;
}

.view-card {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	display: block;
}

.btn-views {
	position: relative;
	display: inline-block;
	padding: 10px 70px;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	overflow: hidden;
	background: transparent;
	transition: all 0.3s ease;
	z-index: 1;
	cursor: pointer;
	width: auto;
	text-align: center;
	height: auto;
}

.btn-views:hover {
	background: #e1ff6a;
	color: #000;
}

.expertise-work-header {
	margin-bottom: 35px;
}

.expertise-label,
.main-label {
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #ffffff78;
	padding: 9px 12px 9px 40px;
	border-radius: 35px;
	position: relative;
	display: inline-block;
}

.expertise-label::before,
.main-label::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 8px;
	width: 20px;
	height: 20px;
	background: #e1ff6a;
	border-radius: 50%;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
	.experience-sec {
		padding: 50px 0 40px;
	}

	.experience-sec h2 {
		font-size: 28px;
	}

	.profile-img .img {
		height: 400px;
		width: 100%;
	}

	.hr-sec .fit-img {
		height: 50vh;
		min-height: 350px;
	}

	.card-work-main {
		font-size: 32px;
		padding: 60px 0;
	}

	.view-card {
		font-size: 32px;
	}

	.expertise-label,
	.main-label {
		font-size: 12px;
		padding: 8px 12px 8px 36px;
	}

	.expertise-label::before,
	.main-label::before {
		width: 14px;
		height: 14px;
	}
}

.content-left.wrap h3 {
	color: #e1ff6a;
	line-height: 100%;
}

/* Expandable Content Styles */
.expandable-content-wrapper {
	position: relative;
}

.expand-toggle-btn {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.expand-icon {
	transition: transform 0.3s ease;
}

.expand-toggle-btn.active .expand-icon {
	transform: rotate(180deg);
}

.expandable-paragraph {
	color: #fff;
	line-height: 1.5;
	font-weight: 200;
	margin: 0;
	font-size: 18px;
	display: block;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
		margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.expandable-paragraph.show {
	opacity: 1;
	max-height: 500px;
	padding-top: 1rem;
	padding-bottom: 0;
}

.effect {
	animation: 2s ease-out infinite alternate bounce;
	top: 50%;
	will-change: transform;
	transform: translateZ(0)
}

@keyframes bounce {
	0% {
		transform: translateY(0) translateZ(0)
	}

	100% {
		transform: translateY(15px) translateZ(0)
	}
}

/* ===================================
   Our Partners Section Styles
======================================= */
.our-partner-sec {
	padding: 110px 0 80px;
	background: #000;
	color: #fff;
	position: relative;
}

.our-partner-sec::before {

	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-5.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 230px;
	height: 680px;
	left: 0%;
	top: 0%;
	z-index: 1;
}

.partner-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 75px;
	flex-wrap: wrap;
	gap: 30px;
}

.partner-title {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.2;
}

.partner-carousel-wrapper {
	position: relative;
}

.partner-swiper {
	overflow: hidden;
	margin-bottom: 60px;
}

.partner-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 38px;
	width: 100%;
}

.partner-logo-box {
	background: transparent;
	border: 1px solid rgb(255 255 255 / 22%);
	border-radius: 20px;
	padding: 50px 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	transition: all 0.3s ease;
	/* backdrop-filter: blur(5px); */
}

.partner-logo-box:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.2);
}

.partner-logo-img {
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

.partner-logo-box:hover .partner-logo-img {
	opacity: 1;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
	.partner-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media screen and (max-width: 992px) {
	.our-partner-sec {
		padding: 80px 0 60px;
	}

	.partner-title {
		font-size: 45px;
	}

	.partner-header {
		margin-bottom: 40px;
	}

	.partner-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.partner-logo-box {
		padding: 30px 20px;
		min-height: 150px;
	}
}

@media screen and (max-width: 768px) {
	.partner-title {
		font-size: 35px;
	}

	.partner-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.partner-logo-box {
		height: 175px;
		padding: 35px 90px;
		/* max-height: 175px; */
	}
}

@media screen and (max-width: 480px) {
	.partner-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.partner-grid {
		grid-template-columns: 1fr;
	}

	/* .partner-logo-box {
		min-height: 100px;
	} */
}

/* ===================================
   Events Section Styles
======================================= */
.events-sec {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #000;
	padding: 0;
}

.events-label {
	position: absolute;
	top: 14.5%;
	left: 5.4%;
	z-index: 10;
}

.events-indicator {
	width: 12px;
	height: 12px;
	background: #e1ff6a;
	border-radius: 50%;
	display: block;
	box-shadow: 0 0 10px rgba(225, 255, 106, 0.5);
}

.events-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.events-swiper {
	width: 100%;
	height: 100vh;
}

.events-swiper .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
}

.event-slide-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.event-slide-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}

.event-content {
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 40px;
}

.event-year {
	font-size: 13.9vw;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1;
	margin-bottom: 10px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.event-title {
	font-size: 6.2vw;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.2;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.events-controls {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: center;
	gap: 0;
	width: 100%;
}

.events-control-col {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.events-control-col:first-child {
	justify-content: flex-start;
}

.events-control-col:last-child {
	justify-content: flex-end;
}

.events-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.events-page-indicator {
	color: #fff;
	font-size: 3.5vw;
	font-weight: 100;
	letter-spacing: 8px;
	line-height: .8;
}

.events-nav-btn {
	width: 60px;
	height: 95px;
	border: none;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease;
	padding: 0;
	background: transparent;

}

.events-nav-btn img {
	height: 100%;
}

.events-nav-btn.events-prev-btn {
	margin-right: 65px;
}


.events-nav-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	transform: none;
}

/* Fade effect for Swiper */
.events-swiper .swiper-slide {
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

.events-swiper .swiper-slide-active {
	opacity: 1;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
	.events-label {
		top: 30px;
		left: 30px;
	}

	.events-indicator {
		width: 10px;
		height: 10px;
	}

	.events-text {
		font-size: 14px;
	}

	.event-content {
		bottom: 100px;
		padding: 0 30px;
	}

	.event-year {
		font-size: 100px;
	}

	.event-title {
		font-size: 50px;
	}

	.events-controls {
		bottom: 5%;
		max-width: 500px;
	}

	.events-control-col:first-child {
		padding-right: 15px;
	}

	.events-control-col:last-child {
		padding-left: 15px;
	}

	.events-page-indicator {
		font-size: 16px;
	}

	.events-nav-btn {
		width: 50px;
		height: 50px;
	}

	.events-nav-btn svg {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 768px) {
	.events-label {
		top: 60px;
		left: 20px;
	}

	.events-text {
		font-size: 12px;
	}

	.event-content {
		bottom: 15%;
		padding: 0 15px;
	}

	.event-year {
		font-size: 60px;
	}

	.event-title {
		font-size: 32px;
	}

	.events-pagination {
		bottom: 20px;
		left: 20px;
	}

	.events-page-indicator {
		font-size: 14px;
	}

	.events-navigation {
		bottom: 20px;
		right: 20px;
		gap: 12px;
	}

	.events-nav-btn {
		width: 45px;
		height: 45px;
	}

	.events-nav-btn svg {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width: 480px) {
	/* .events-label {
		top: 15px;
		left: 15px;
		gap: 8px;
	} */

	.events-indicator {
		width: 8px;
		height: 8px;
	}

	.events-text {
		font-size: 11px;
	}

	/* .event-content {
		bottom: 60px;
		padding: 0 15px;
	} */

	.event-year {
		font-size: 56px;
	}

	.event-title {
		font-size: 28px;
	}

	/* .events-controls {
		bottom: 15px;
		max-width: 350px;
	} */

	.events-control-col:first-child {
		padding-right: 8px;
	}

	.events-control-col:last-child {
		padding-left: 8px;
	}

	.events-page-indicator {
		font-size: 12px;
	}

	.events-nav-btn {
		width: 40px;
		height: 40px;
	}

	.events-nav-btn svg {
		width: 16px;
		height: 16px;
	}
}

/* ===================================
   Services Section 1 Styles
======================================= */
.services-sec {
	padding: 120px 0;
}

.services-sec-1 {
	position: relative;
}

.services-sec-1::before {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-4.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 205px;
	height: 635px;
	right: 0%;
	top: -1%;
	z-index: -1;
}

.services-sec-2 {
	background-color: #fff;
}

.services-sec-2 .main-label,
.services-sec-3 .main-label {
	border-color: #515151;
	color: #000;
}

.services-sec-2 .main-label::before,
.services-sec-3 .main-label::before {
	background: #000;
}

.services-sec-3 {
	background-color: #E1FF6A;
}

.services-sec .services-sec-title {
	font-size: 95px;
	font-weight: 700;
	width: 80%;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
	margin-bottom: 0;
}

.services-sec .services-sec-top-wrapper {
	border-bottom: 1px solid #515151be;
	padding-bottom: 24px;
	margin-bottom: 65px;
	margin-inline: 12px;
}

.services-sec-2 .services-sec-top-wrapper .col-md-8 {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.services-sec-2 .services-sec-title {
	text-align: end;
}


.services-sec .switcher {
	border: 2px solid #515151;
	border-radius: 15rem;
	padding: 1rem;
	overflow: hidden;
}

.services-sec .switcher .video {
	display: flex;
}

.services-sec .switcher .video video {
	height: 13rem;
	width: 13rem;
	border-radius: 50%;
	transition: 1s;
	object-fit: cover;
	object-position: center;
}

.services-sec .switcher:hover video {
	width: 100%;
	border-radius: 150px;
	transition: 1s;
}

.services-sec-wrapper {
	display: grid;
	grid-template-columns: .55fr 4fr 1.2fr;
	gap: 13px;
	align-items: start;
	width: 100%;
	position: relative;
}

.services-sec-2 .services-sec-wrapper {
	grid-template-columns: 1.2fr 4fr .55fr;
}

.services-sec-number-col,
.services-sec-content-col,
.services-sec-numbers-col {
	min-width: 0;
}

.services-sec-numbers-col {
	position: relative;
}

.services-sec .services-sec-numbers-col .services-sec-scroll-text {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 69%;
	color: #ffffff;
}

.services-sec .services-sec-numbers-col .services-sec-scroll-text .mouse {
	margin: 0 auto;
	display: block;
	border-radius: 3.125em;
	border: 2px solid #fff;
	height: 36px;
	width: 20px;
	position: relative;
	opacity: .4;
	cursor: pointer;
}

.services-sec .services-sec-numbers-col .services-sec-scroll-text .mouse .head {
	font-size: 11px !important;
	letter-spacing: .03em;
	margin: 3.5em 0 0 0;
	/* opacity: .4; */
	left: -6px !important;
	color: white;
	position: absolute;
	display: block;
	width: max-content;
}

.services-sec-2 .services-sec-numbers-col .services-sec-scroll-text {
	left: auto;
	right: 52%;
}

.services-sec-2 .services-sec-numbers-col .services-sec-scroll-text .mouse {
	border-color: #B5B5B5;
	opacity: 0.6;
}

.services-sec-2 .services-sec-numbers-col .services-sec-scroll-text .head {
	color: #7f7d7d !important;
}

.services-sec-3 .services-sec-numbers-col .services-sec-scroll-text .mouse {
	border-color: #576D00;
}

.services-sec-3 .services-sec-numbers-col .services-sec-scroll-text .head {
	color: #141800 !important;
}

.services-sec .services-sec-numbers-col .services-sec-scroll-text .move {
	position: absolute;
	background-color: #fff;
	height: 8.2px;
	width: 2.5px;
	border-radius: 25%;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	animation: move 2s linear infinite;
	opacity: .8;
}

.services-sec-2 .services-sec-numbers-col .services-sec-scroll-text .move {
	background-color: #B5B5B5;
	opacity: 1;
}

.services-sec-3 .services-sec-numbers-col .services-sec-scroll-text .move {
	background-color: #576D00;
	opacity: 1;
}

/* @keyframes move {
	0% {
		transform: translate(-50%, 0);
		opacity: 0
	}

	50% {
		transform: translate(-50%, 1.5625em);
		opacity: 1
	}

	100% {
		transform: translate(-50%, 2.3em);
		opacity: 0
	}
} */



/* First Column - Section Number */
.services-sec-number-col {
	position: relative;
}

.services-sec-number-col .services-sec-swiper {
	height: auto;
}

.services-sec-number {
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	text-align: end;
	color: #FFFFFF0F;
	transition: color 0.5s ease;
}

.services-sec-2 .services-sec-number {
	text-align: start;
}

/* .services-sec-number-col .swiper-slide:first-child .services-sec-number {
	color: #000;
} */

.services-sec-swiper .swiper-slide-active .services-sec-number {
	color: #FFFFFF0F;
	position: relative;
}

.services-sec-2 .services-sec-swiper .swiper-slide-active .services-sec-number {
	color: #00000014;
}

.services-sec-3 .services-sec-swiper .swiper-slide-active .services-sec-number {
	color: #BAE800D6;
}

/* Second Column - Content */
.services-sec-content-col {
	position: relative;
}

.services-sec-content-col .services-sec-swiper {
	height: auto;
}

.services-sec-content {
	padding-right: 40px;
}

.services-sec-2 .services-sec-content {
	padding-left: 40px;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.services-sec-content h2 a {
	font-size: 46px;
	font-weight: 700;
	color: #e1ff6a;
	margin-bottom: 15px;
	line-height: 1.2;
	text-decoration: none;
}

.services-sec-content h2 a:hover {
	color: #e1ff6a;
}

.services-sec-2 .services-sec-title,
.services-sec-2 .services-sec-content h2 a,
.services-sec-3 .services-sec-title {
	color: #000;
}

.services-sec-2 .services-sec-content h2 a {
	text-align: end;
}

.services-sec-3 .services-sec-content h2 a {
	color: #2A2A2A;
}

.services-sec-2 .services-sec-top-wrapper,
.services-sec-3 .services-sec-top-wrapper {
	border-bottom: 1px solid #515151;
}

.services-sec-content p {
	font-size: 17px;
	line-height: 1.8;
	color: #fff;
	width: 94%;
	margin-bottom: 0;
	font-weight: 300;
}

.services-sec-2 .services-sec-content p,
.services-sec-3 .services-sec-content p {
	color: #000;
}

.services-sec-2 .services-sec-content p {
	text-align: end;
}

/* Third Column - Slide Numbers */
.services-sec-slide-numbers {
	display: flex;
	flex-direction: column;
	gap: 23px;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.services-sec-2 .services-sec-slide-numbers {
	align-items: flex-end;
}

.services-sec-slide-number-item {
	font-size: 19px;
	font-weight: 700;
	color: #838383;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 12px;
	line-height: 1.5;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.services-sec-2 .services-sec-slide-number-item {
	padding-left: 0;
	padding-right: 12px;
}

.services-sec-2 .services-sec-slide-number-item {
	color: #B5B5B5;
}

.services-sec-slide-number-item:first-child,
.services-sec-slide-number-item:last-child {
	color: #2A2A2A;
}

.services-sec-2 .services-sec-slide-number-item:first-child,
.services-sec-2 .services-sec-slide-number-item:last-child {
	color: #D5D5D5;
}

.services-sec-3 .services-sec-slide-number-item:first-child,
.services-sec-3 .services-sec-slide-number-item:last-child {
	color: #9EC500;
}

.services-sec-slide-number-item.active {
	color: #B5B5B5;
	font-size: 40px;
}

.services-sec-3 .services-sec-slide-number-item.active,
.services-sec-3 .services-sec-slide-number-item {
	color: #576D00;
}



/* Swiper Styles */
.services-sec-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.services-sec-swiper .swiper-wrapper {
	width: 100%;
}

.services-sec-swiper .swiper-slide {
	width: 100%;
	opacity: 0 !important;
	transition: opacity 0.4s ease !important;
}

.services-sec-swiper .swiper-slide-active {
	opacity: 1 !important;
}

/* Make first slide visible before Swiper initializes */
.services-sec-swiper:not(.swiper-initialized) .swiper-slide:first-child {
	opacity: 1 !important;
}

/* Scroll Area for Third Column */
.services-sec-scroll-area {
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
}

.services-sec-scroll-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
	.services-sec {
		padding: 80px 0;
	}

	.services-sec-wrapper {
		grid-template-columns: 1fr !important;
		gap: 50px;
	}

	.services-sec-number {
		font-size: 150px;
		text-align: center !important;
	}

	.services-sec-content {
		padding-right: 0;
		text-align: center;
		padding-left: 0 !important;
	}

	.services-sec-2 .services-sec-content p {
		text-align: center;
	}

	.services-sec-2 .services-sec-content h2 a {
		text-align: center;
		width: 100%;
	}

	.services-sec-2 .services-sec-slide-numbers {
		align-items: center;
	}

	.services-sec-content p {
		max-width: 100%;
		margin: 0 auto;
	}

	.services-sec-slide-numbers {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
	}

	.services-sec-slide-number-item {
		font-size: 20px;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.services-sec {
		padding: 60px 0;
	}

	.services-sec-wrapper {
		gap: 30px;
	}

	.services-sec-number {
		font-size: 100px;
	}

	.services-sec-content h2 a {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.services-sec-content p {
		font-size: 15px;
		line-height: 1.6;
	}

	.services-sec-slide-numbers {
		gap: 25px;
		align-items: center;
	}

	.services-sec-slide-number-item {
		font-size: 18px;
		padding-left: 25px;
	}

	.services-sec-slide-number-item::before {
		width: 6px;
		height: 6px;
	}

	.services-sec .services-sec-title {
		font-size: 35px;
		margin-top: 14px;
		margin-bottom: 25px;
	}

	.services-sec .switcher .video video {
		height: 10rem;
		width: 10rem;
	}

	.services-sec .services-sec-numbers-col .services-sec-scroll-text {
		display: none;
	}

	.services-sec .services-sec-top-wrapper {
		padding-bottom: 40px;
		margin-bottom: 22px;
	}
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
	.services-sec {
		padding: 40px 0;
	}

	/* .services-sec-wrapper {
		gap: 30px;
	} */

	.services-sec-number {
		font-size: 80px;
	}

	.services-sec-content h2 a {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.services-sec-content p {
		font-size: 14px;
		line-height: 1.5;
	}

	.services-sec-slide-numbers {
		gap: 20px;
	}

	.services-sec-slide-number-item {
		font-size: 16px;
		padding-left: 20px;
	}
}


/* ========== Postcard Slider Module ========== */
:root {
	--postcard-slider-gap: 1.25rem;
	--postcard-slider-speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--postcard-slider-closed: 11.8em;
	--postcard-slider-open: 37.75em;
	--postcard-slider-accent: #ff6b35;
}

.postcard-slider-sec {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 0px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.postcard-slider-sec::before {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-8.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 230px;
	height: 680px;
	right: 0%;
	top: 0%;
	z-index: -1;
}

.postcard-slider-wrapper {
	max-width: 1400px;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.postcard-slider-track {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%;
	width: 100%;
	align-items: center;
}

.postcard-slider-track::-webkit-scrollbar {
	display: none;
}

.postcard-slider-label {
	margin-bottom: 30px;
}

.postcard-slider-card {
	position: relative;
	flex: 0 0 var(--postcard-slider-closed);
	height: 31rem;
	border-radius: 40px;
	overflow: hidden;
	cursor: pointer;
	transition: flex-basis var(--postcard-slider-speed), transform var(--postcard-slider-speed);
}

.postcard-slider-card[data-postcard-active="true"] {
	flex-basis: var(--postcard-slider-open);
	transform: translateY(-6px);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.postcard-slider-card__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.55) saturate(70%);
	transition: filter 0.3s, transform var(--postcard-slider-speed);
}

/* .postcard-slider-card:hover .postcard-slider-card__bg {
	filter: brightness(0.9) saturate(100%);
	transform: scale(1.06);
} */

.postcard-slider-card__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	padding: 0;
	background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
	z-index: 2;
}

.postcard-slider-card__title {
	color: #fff;
	font-weight: 700;
	font-size: 2.85rem;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.postcard-slider-card__thumb,
.postcard-slider-card__desc,
.postcard-slider-card__btn,
.postcard-slider-card__tags,
.postcard-slider-card__title span {
	display: none;
}

.postcard-slider-card__tags {
	display: none !important;
}

.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__content {
	flex-direction: row;
	align-items: center;
	padding: 1.2rem 2rem;
	gap: 1.1rem;
}

.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__title {
	writing-mode: horizontal-tb;
	transform: none;
	font-size: 32px;
	margin-bottom: 12px;
}

.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__thumb,
.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__desc,
.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__btn,
.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__tags {
	display: block;
}

.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__title span {
	display: inline-block;
}

.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__tags {
	display: flex !important;
}

.postcard-slider-card__tags {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 13px;
	flex-wrap: wrap;
}

.postcard-slider-card__tag {
	display: inline-block;
	padding: 0.4rem 1rem;
	border: 1px solid #fff;
	border-radius: 9999px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.postcard-slider-card__thumb {
	width: 133px;
	height: 269px;
	border-radius: 0.45rem;
	object-fit: cover;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.postcard-slider-card__desc {
	color: #ddd;
	font-size: 1rem;
	line-height: 1.4;
	opacity: 0;
	visibility: hidden;
}

/* Description fade in with delay when card opens */
.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__desc {
	visibility: visible;
	animation: descFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

/* Description fast fade out when card closes */
.postcard-slider-card:not([data-postcard-active="true"]) .postcard-slider-card__desc {
	opacity: 0;
	visibility: hidden;
	animation: none;
}

/* Keyframe animation for fade in with delay */
@keyframes descFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.postcard-slider-card__btn {
	padding: 0.55rem 1.3rem;
	border: none;
	border-radius: 9999px;
	background: var(--postcard-slider-accent);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.postcard-slider-card__btn:hover {
	background: #ff824f;
}

@media (max-width: 767px) {
	:root {
		--postcard-slider-closed: 100%;
		--postcard-slider-open: 100%;
		--postcard-slider-gap: 0.8rem;
	}

	.postcard-slider-sec {
		padding: 15px;
	}

	.postcard-slider-track {
		flex-direction: column;
		scroll-snap-type: y mandatory;
		gap: 0.8rem;
		padding-bottom: 20px;
	}

	.postcard-slider-card {
		height: auto;
		min-height: 80px;
		flex: 0 0 auto;
		width: 100%;
		scroll-snap-align: start;
	}

	.postcard-slider-card[data-postcard-active="true"] {
		min-height: 300px;
		transform: none;
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	}

	.postcard-slider-card__content {
		flex-direction: row;
		justify-content: flex-start;
		padding: 1rem;
		align-items: center;
		gap: 1rem;
	}

	.postcard-slider-card__title {
		writing-mode: horizontal-tb;
		transform: none;
		font-size: 1.2rem;
		margin-right: auto;
	}

	.postcard-slider-card__thumb,
	.postcard-slider-card__desc,
	.postcard-slider-card__btn,
	.postcard-slider-card__tags {
		display: none;
	}

	.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__content {
		align-items: flex-start;
		padding: 1.5rem;
	}

	.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__title {
		font-size: 1.8rem;
		margin-bottom: 1rem;
		margin-top: 2rem;
	}

	.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__tags {
		display: flex;
		margin-bottom: 1rem;
	}

	.postcard-slider-card__tag {
		font-size: 0.7rem;
		padding: 0.35rem 0.8rem;
	}

	.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__thumb {
		width: 200px;
		height: 267px;
		border-radius: 0.35rem;
		margin-bottom: 1rem;
	}

	.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__desc {
		font-size: 0.95rem;
		max-width: 100%;
		margin-bottom: 1rem;
	}

	.postcard-slider-card[data-postcard-active="true"] .postcard-slider-card__btn {
		align-self: center;
		width: 100%;
		text-align: center;
		padding: 0.7rem;
	}
}

/* ===================================
   FAQ Section Styles
======================================= */
.faq_section {
	padding: 0 0 100px;
	background: #000;
	position: relative;
}

.faq_section::before {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-6.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 230px;
	height: 680px;
	left: 0%;
	top: 8%;
	z-index: -1;
}

.faq_section .row {
	align-items: flex-start;
}

/* Left Column - Title */
.faq-title {
	color: #fff;
	font-size: 90px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 2px;
	width: 85%;
}

/* FAQ Button Wrapper */
.faq-btn-wrapper {
	margin-top: 30px;
}

.faq-chat-btn {
	display: inline-block;
}

/* Right Column - Accordion */
.faq_accordions {
	width: 100%;
}

.faq_accordions .accordion {
	background: transparent;
	border: none;
}

.faq_accordions .accordion-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.faq_accordions .accordion-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faq_accordions .accordion-button {
	background: transparent;
	border: none;
	padding: 0;
	box-shadow: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 33px;
	justify-content: space-between;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	font-family: 'Outfit', sans-serif;
}

.faq_accordions .accordion-button:not(.collapsed) {
	background: transparent;
	box-shadow: none;
}

.faq_accordions .accordion-button:focus {
	box-shadow: none;
	border: none;
}

.faq_accordions .accordion-button::after {
	display: none;
}

/* FAQ Number */
.faq-number {
	font-size: 90px;
	font-weight: 700;
	color: #E1FF6A1A;
	font-family: 'Outfit', sans-serif;
	line-height: 1;
	flex-shrink: 0;
	min-width: 110px;
}

/* FAQ Question */
.faq-question {
	flex: 1;
	color: #fff;
}

/* FAQ Arrow */
.faq-arrow {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.faq_accordions .accordion-button:not(.collapsed) .faq-arrow {
	transform: rotate(45deg);
}

.faq-arrow img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* Accordion Body */
.faq_accordions .accordion-body {
	padding: 20px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.faq-title {
		font-size: 80px;
		margin-bottom: 40px;
	}

	.faq_accordions .accordion-button {
		font-size: 20px;
		gap: 15px;
	}

	.faq-number {
		font-size: 36px;
		min-width: 50px;
	}

	.faq_accordions .accordion-body {
		padding-left: 65px;
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.faq_section {
		padding: 80px 0;
	}

	.faq-title {
		font-size: 35px;
		margin-bottom: 30px;
		writing-mode: horizontal-tb;
		transform: none;
		text-transform: capitalize;
	}

	.faq_accordions .accordion-button {
		font-size: 18px;
		gap: 12px;
		flex-wrap: wrap;
	}

	.faq-number {
		font-size: 32px;
		min-width: 45px;
	}

	.faq_accordions .accordion-body {
		padding-left: 0;
		padding-top: 15px;
		font-size: 14px;
	}

	.faq-btn-wrapper {
		margin-top: 30px;
	}

	.faq-arrow {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 480px) {
	.faq_section {
		padding: 60px 0;
	}

	.faq_accordions .accordion-button {
		font-size: 16px;
	}

	.faq-number {
		font-size: 28px;
		min-width: 40px;
	}

	.faq_accordions .accordion-body {
		font-size: 13px;
	}
}

/* ========== Blog Slider Module CSS - Minimal & Conflict-Free ========== */
/* All classes prefixed with 'bs-' to avoid conflicts */

/* ==================== Main Container ==================== */
.bs-blog-slider {
	color: #fff;
	padding-block: 0 120px;
}

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


/* ==================== Button Border Small ==================== */
.bs-blog-slider .bs-butn-bord-sm {
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	position: relative;
	display: inline-block;
}

.bs-blog-slider .bs-butn-bord-sm:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	margin-right: 15px;
	transform: translateY(-2px);
}

/* ==================== Fit Image ==================== */
.bs-blog-slider .bs-fit-img {
	overflow: hidden;
}

.bs-blog-slider .bs-fit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	vertical-align: inherit;
}

/* ==================== Blog Item ==================== */
.bs-blog-slider .bs-item {
	color: #fff;
}

.bs-blog-slider .bs-item .bs-text {
	color: #fff;
	margin-top: 18px;
	margin-left: 6px;
}

.bs-blog-slider .bs-item .bs-info {
	color: #3C3B3B;
	font-size: 18px;
	margin-bottom: 12px;
}

.bs-blog-slider .bs-item h5 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.6;
	font-weight: 300;
}

.bs-blog-slider .bs-item h5 a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

.bs-blog-slider .bs-item h5 a:hover {
	color: inherit;
}

/* ==================== Utility Classes ==================== */
.bs-blog-slider .bs-mb-80px {
	margin-bottom: 80px !important;
}

.bs-blog-slider .bs-mb-15px {
	margin-bottom: 15px !important;
}

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

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

.bs-blog-slider .bs-mr-15px {
	margin-right: 15px !important;
}

.bs-blog-slider .bs-ml-15px {
	margin-left: 15px !important;
}

.bs-blog-slider .bs-h-350px {
	height: 290px !important;
}

.bs-blog-slider .bs-border-radius-30px {
	border-radius: 30px;
}

.bs-blog-slider .bs-o-hidden {
	overflow: hidden;
}

.bs-blog-slider .bs-text-align-center {
	text-align: center;
}

.bs-blog-slider .bs-fs-60 {
	font-size: 60px !important;
}

.bs-blog-slider .bs-fs-13 {
	font-size: 13px !important;
}

.bs-blog-slider .bs-fs-14 {
	font-size: 14px !important;
}

.bs-blog-slider .bs-fw-400 {
	font-weight: 400 !important;
}

.bs-blog-slider .bs-opacity-7 {
	opacity: 0.7;
}

.bs-blog-header h2 {
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	margin-block: 12px 50px;
	line-height: 1.2;
	display: block;
}

/* ==================== Swiper Container (scoped) ==================== */
/* Swiper ke liye standard classes bhi add karein taake Swiper kaam kare */
.bs-blog-slider .bs-swiper-container.swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.bs-blog-slider .bs-swiper-wrapper.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.bs-blog-slider .bs-swiper-slide.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

/* ==================== Responsive ==================== */
@media screen and (max-width: 992px) {
	.bs-sec-head h2 {
		font-size: 40px !important;
	}

	.bs-fs-60 {
		font-size: 40px !important;
	}
}

@media screen and (max-width: 768px) {
	.bs-sec-head h2 {
		font-size: 30px !important;
	}

	.bs-fs-60 {
		font-size: 30px !important;
	}

	.bs-item h5 {
		font-size: 20px;
	}

	.bs-blog-header h2 {
		font-size: 35px;
	}
}


.follow-sec {
	padding: 0 0 100px;
	position: relative;
}

.follow-sec::before {
	content: '';
	position: absolute;
	background-image: url(../images/polygon/Polygon-7.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 195px;
	height: 654px;
	right: 0%;
	top: -15%;
	z-index: -1;
}

.follow-sec .follow-header h2 {
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	margin-block: 15px 50px;
	line-height: 1;
	display: block;
}

.follow-sec .follow-header .follow-image-wrapper {
	position: relative;
}

/* .follow-sec .follow-social .facebook,
.follow-sec .follow-social .twitter,
.follow-sec .follow-social .linkedin,
.follow-sec .follow-social .instagram  {
	padding-block: 20px;
} */

.follow-social li {
	padding: 1.6rem 4rem;
	list-style: none;
}

.follow-social li a {
	font-size: 30px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.follow-social>ul {
	padding-left: 0;
}

.follow-social>ul>li {
	border-top: 1px solid #554f51;
}

.follow-social li a img {
	height: 30px;
	margin-top: 5px;
}

.hover-slider .highway-car img {
	height: 30px;
	margin-top: 5px;
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%) hue-rotate(338deg) brightness(93%) contrast(107%);
}

.hover-slider .highway-slider .highway-lane .highway-car {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e0fd60;
	color: #000;
	height: 100%;
}

.hover-slider .highway-slider .highway-lane .highway-car span,
#infinite .highway-barrier .highway-lane .highway-car span {
	font-size: 1.6rem;
	font-weight: 400;
	writing-mode: horizontal-tb !important;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
}

@keyframes translateinfinite {
	100% {
		transform: translateX(calc(-1500px));
	}
}

#infinite .highway-barrier .highway-lane .highway-car {
	width: 180px;
	animation: 15s linear infinite translateinfinite;
	border: 0;
}

.hover-slider {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
	width: 100%;
	height: 100%;
}

#infinite .highway-barrier {
	transform: scaleY(0);
	background: #e0fd60;
	transition: transform 0.8s;
	height: 100%;
	width: 100%;
	min-height: 80px;
}

.instagram:hover .hover-slider {
	opacity: 1;
}

.linkedin:hover:hover .hover-slider {
	opacity: 1;
}

.facebook:hover:hover .hover-slider {
	opacity: 1;
}

.twitter:hover .hover-slider,
ul.brandslist li:hover img {
	opacity: 1;
}

.facebook:hover #infinite .highway-barrier,
.facebook:hover #infinite .highway-barrier::before,
.instagram:hover #infinite .highway-barrier,
.instagram:hover #infinite .highway-barrier::before,
.linkedin:hover #infinite .highway-barrier,
.linkedin:hover #infinite .highway-barrier::before,
.twitter:hover #infinite .highway-barrier,
.twitter:hover #infinite .highway-barrier::before {
	transform: scaleY(1);
	transition-duration: 0.5s;
}

#infinite .highway-barrier .highway-lane {
	width: calc(3000px);
	/* Wide enough for seamless loop */
	display: flex;
	height: 100%;
	align-items: stretch;
}

.hover-slider .highway-slider .highway-barrier {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.follow-sec .follow-header .follow-image-wrapper img {
	position: absolute;
	top: -40px;
	height: 409px;
	z-index: 2;
	right: 75px;
}

/* .follow-sec .follow-content .follow-social ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 22px 0;
	margin: 0;
	position: relative;
	z-index: 3;
}

.follow-sec .follow-content .follow-social ul li {
	list-style: none;
}

.follow-sec .follow-content .follow-social a {
	text-decoration: none;
}

.follow-sec .follow-content .follow-social ul li span {
	font-size: 33px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

.follow-sec .follow-content ul li img {
	height: 35px;
	transition: all 0.3s ease;
}

.follow-sec .follow-content .follow-social:hover ul li img {
	transform: rotate(45deg);
}

.follow-sec .follow-content .follow-social:hover {
	border-color: #E1FF6A;
} */

@media (max-width: 768px) {
	/* .follow-sec .follow-content .follow-social ul{
		padding: 20px 0;
	} */

	.follow-sec .follow-header .follow-image-wrapper img {
		top: -98px;
		height: 175px;
		right: -18px;
	}

	/* .follow-sec .follow-content .follow-social ul li span{
		font-size: 24px;
	}

	.follow-sec .follow-content ul li img{
		height: 25px;
	} */



	.follow-sec .follow-header h2 {
		font-size: 35px;
		margin-block: 15px 40px;
	}
}

/* ============================================
   Footer Section Styles
   ============================================ */
.site-footer {
	position: relative;
	background: #000;
	padding: 30px 0 40px;
	color: #fff;
	overflow: hidden;
}

.site-footer .container {
	position: relative;
	z-index: 1;
}

/* Office Information Styles */
.footer-office-info {
	padding-right: 30px;
}

.office-item {
	margin-bottom: 40px;
}

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

.office-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Outfit', sans-serif;
}

.office-icon {
	margin-bottom: 4px;
	display: inline-block;
	width: 48px;
}

.office-icon svg {
	opacity: 0.9;
}

.office-phone {
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
	line-height: 1.6;
	margin-top: 12px;
	font-weight: 300;
}

.office-address {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	margin: 0;
	font-weight: 300;
}

/* Footer Columns Styles */
.footer-column {
	margin-bottom: 30px;
}

.footer-heading {
	font-size: 18px;
	font-weight: 600;
	color: #e1ff6a;
	margin-bottom: 18px;
	font-family: 'Outfit', sans-serif;
}

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

.footer-links li {
	margin-bottom: 10px;
}

.footer-links li:last-child {
	margin-bottom: 0;
}

.footer-links a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	line-height: 1.5;
	font-weight: 300;
	position: relative;
}

.footer-links a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: width 0.3s ease, right 0.3s ease;
}

.footer-links a:hover::after {
	width: 100%;
	left: 0;
}

/* Copyright Section */
.footer-copyright {
	margin-top: 45px;
	padding-top: 30px;
	text-align: center;
}

.footer-copyright p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 1.6;
	font-weight: 300;
}

.site-footer .container {
	position: relative;
	z-index: 2;
}

.site-footer .container:before {
	content: '';
	position: absolute;
	top: 53%;
	left: 10%;
	width: 75%;
	height: 44%;
	background: url(../images/footer-effect.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.site-footer .footer-header {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
	margin-bottom: 90px;
}

.site-footer .footer-header h2 {
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	display: block;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.footer-office-info {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.office-item {
		margin-bottom: 30px;
	}

	.footer-column {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.site-footer {
		padding: 30px 0 30px;
	}

	.footer-heading {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.footer-links a {
		font-size: 14px;
	}

	.office-title {
		font-size: 18px;
	}

	.footer-copyright {
		margin-top: 0px;
		padding-top: 10px;
	}

	.site-footer .container:before {
		display: none;
	}

	section {
		padding: 60px 0;
	}

	.site-footer .footer-header {
		align-items: self-start;
		gap: 15px;
		margin-bottom: 55px;
		flex-direction: column;
	}

	.site-footer .footer-header h2 {
		font-size: 45px;
	}

}

@media (max-width: 576px) {
	.footer-column {
		margin-bottom: 35px;
	}
}





/* .site-footer .container:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: linear-gradient(to bottom, #000, #00000000);
	z-index: 2;
} */
 .services-sec-content h4 a {
    font-size: 46px;
    font-weight: 700;
    color: #e1ff6a;
    margin-bottom: 15px;
    line-height: 1.2;
    text-decoration: none;
}
.services-sec-2 .services-sec-content h4 a{
	color: #000 ;
	  font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-decoration: none;
}
.services-sec-3 .services-sec-content h4 a {
    color: #2A2A2A;
	 font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-decoration: none;
}
@media (max-width: 768px) {
  .our-partner-sec {
	padding: 40px 0px !important;
  
  }

  .faq_accordions .accordion{
	margin-top: 25px;
  }
}



