/* variable */
/* reset */
body {
    font-size: 16px;
    line-height: 1.25em; 
    letter-spacing: .4px;
	color: var(--dark-gray);
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 12px;
    height: 12px;
}
.headerbor {
	border-color: #f7f7f724 !important;
}
.text-purle {
	color:var(--purle);
}
.bg-purple {
	background-color: var(--purle);
}
.bg-accent-color {
	background-color: var(--accent-color);
}
.bgover {
    background-image:linear-gradient(-65deg, #18366E00 3%, #000000 100%);
}
h1, h2,h3 {
	line-height:1;
}
.social-btn {
	width: 45px;
	height: 44px;
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 6px;
	display: block;
	font-size: 12px;
	border-radius: 50%;
	padding: 10px;
}
.social-btn:hover {
	background-color: var(--accent-color);
	color: #fff;
}
.footer-bottom {
	background-color:#000;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-border {
	border-top: solid 1px #fff;
}
.footer-border {
	border-top: solid 1px #636363;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.text-accent-color {
	color:var(--accent-color);
}
header .navbar {
	background-color:transparent;
}
header .navbar-brand {
    padding: 15px 0;
}
.header-push-button .push-button {
    height: 8px;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 70px;
    line-height: 50px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
    padding-left: 10px;
}
/* sticky image */
.stickyImageContainer {
    height: 100vh;
    background-color: var(--black) !important;
}
.stickyImageContainer .bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
}
.stickyImageContainer.scrolling .bg-overlay {
    transform: scale(0.75);    
}
.stickyImageContainer .slide {
    justify-content: center;
}
/* magic view cursor */
.magic-view-cursor #ball-cursor {
    background-color: rgba(255,255,255,.2);
    width: 150px;
    height: 150px;
}
.magic-view-cursor #ball-cursor:before {
    content: "Click and drag";
    font-family: var(--primary-font) !important;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
/* portfolio filter */
.portfolio-filter li:hover a, .portfolio-filter li:focus a, .portfolio-filter li.active a {
    color: var(--white);
}
/* font size */
.fs-230 {
    font-size: 14.375rem;
    line-height:12rem ;
}
/* footer */
.home-page-footer {
    position: fixed;
    bottom: 0;
    padding:55px 40px;
    width: 100%;
}
/* page title */
.page-title-extra-large h1 {
    font-size:8.5rem;
    line-height:8.5rem;
}
/* bg color */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #0c0c0b), to(transparent));
    background: linear-gradient(to top, #0c0c0b 7%, transparent 100%);
}
.bg-maire-yellow {
    background-color: #181817;
}

.bg-bistre-brown {
    background-color: #3a2d1f;
}
.bg-nero-grey {
    background-color: #1f1f1f;
}
.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.5;
}
/* footer */
.footer-dark {
    color: var(--medium-gray);  
}
.footer-dark p, .footer-dark a {
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
}
footer .footer-logo img {
    width: auto;
}
.dropdown-with-icon a::after {
   content: "\f107";
    position: relative;
    right: -9px;
    font-size: 13px;
    top: 3px;
    font-family: FontAwesome;
}
.dropdown-with-icon .dropdown-menu a::after {
  display:none;
}
.mob-on {
	display:none;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: none;
	
}

.breadcrumbs a:hover {
    text-decoration: none;
}
.whatsApp-floatings {
    position: fixed;
    right: 35px;
    z-index: 111;
    bottom: 5%;
    background: #25d366;
    padding: 4px 10px;
    padding-bottom: 6px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
}
.whatsApp-floatings:hover {
	color:#fff;
	background: #25d366;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
	color: #000;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover {
	color: #000;
}

.coll-desc {
	font-weight:500;
}
.imgwrap {
    width: 100%;
    aspect-ratio: 1 / 1; /* Ensures a square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f0f0f0; /* Fallback color */
}

.imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures full image is visible */
}
.pgid:hover .bk {
	background:#f6f6f6 !important;
	font-weight:700 !important;
}
.dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    right: 0;
    position: absolute;
  top: 20px;
    right: 15px;
    text-align: center;
    color: #000;
    background: transparent;
    margin: 5px;
}
	.dropdown-toggle::after {
		    margin-top: 15px;
			display:none;
	}

.search-results-container {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    border: 0px solid #ddd;
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
}
.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.search-result-item:hover {
    background: #f5f5f5;
}
.search-result-item a div .small {
    color: #999;
    display:block;
    margin-right: 4px;
}
.header-infor {
	width:100%;
	padding:10px;
	margin-top:20px;
}
.btn-accent-color {
	background:#ffde59;
}

@media (max-width: 991px) {
	
.footer-navbar li {
	display:block;
	text-align:left;
}
.main-content {
    position: relative;
    z-index: 2;
    background: var(--white);
    margin-top: 100px;
}
	
	.dropdown-menu.show {
		display:block !important;
	}
    .fs-230 {
        font-size: 13.375rem;
        line-height:11rem ;
    }
    .page-title-extra-large h1 {
        font-size: 7.5rem;
        line-height: 7.5rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    header .hamburger-push-button .push-button-text {
        color: var(--white)!important;
    }
}
@media (max-width: 767px) {
    .page-title-extra-large h1 {
        font-size: 6.2rem;
        line-height: 6.2rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 46px;
        line-height: 38px;
    }
	.mobilebtn {
	right: 10px;
    position: absolute;
    top: 20px;
	}
	header .navbar-brand img {
    width: auto;
}
.sm-order-1 {
	order:1 !important;
}
.sm-order-2 {
	order:2 !important;
}
.sm-order-3 {
	order:3 !important;
}
.header-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-nav li {
	text-align:left;
	width: 100%;
        border-bottom: solid 1px #ccc;
}
.btn.btn-medium {
    font-size: 13px;
    padding: 7px 20px;
}
.dropdown-with-icon a::after {
  display:none;
}
.dropdown-with-icon .dropdown-menu a::after {
  display:none;
}
.mob-on {
	display:none;
}
.dropdown-menu {
	display:none !important;
}
}
@media (max-width: 575px) {
    .fs-230 {
        font-size: 7.2rem;
        line-height:6.5rem ;
    }
    #stickyImgContainer .slides {
        padding: 0 4.5vw;
    }
    /* footer */
    .home-page-footer {
        padding: 35px 15px;
    } 
}

.header-button a i:hover {
    color: #f79e77 !important;
}

.bg-topbar {
	background: #3D80DE;
background: linear-gradient(270deg,rgba(61, 128, 222, 1) 20%, rgba(61, 188, 222, 0) 84%);
}
header .header-top-bar .header-icon .header-social-icon ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}
header .header-top-bar .header-social-icon a {
	font-size: 20px !important;
}
.text-accent-color {
	color: #3DBCDE !important;
}
.font18 {
	font-size:18px !important;
}
.bdt-scroll-button {
    color: #FFFFFF;
    background: #DF0C08 !important;
    padding: 0px 25px 0px 25px;
}

.feedback-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.feedback-btn a {
  display: block;
  padding: 26px 10px;
  background: linear-gradient(180deg, #3DBCDE 2%, #3d80de 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0px 15px 15px 0px;
  font-size:18px;
  
  /* Vertical text */
  writing-mode: vertical-rl;
  transform: rotate(180deg);

  /* Smooth feel */
  transition: all 0.3s ease;
}

/* Hover effect */
.feedback-btn a:hover {
  background: linear-gradient(180deg, #3d80de 2%, #3DBCDE 100%);
  padding-right: 15px;
}
.feedback-btn i {
	transform: rotate(90deg);
}
html .modal-open {
  overflow: hidden !important;
  height: 100%;
}
@media (max-width: 767px) {
	.feedback-btn a {
		 font-size:15px;
	}
	
}

.lct-inner-banner {
	background: url('../images/bg-noise_elements-1.jpg');
}

.lct-category-banner {
	background: #f6f0e6 !important;
}

.lct-category-banner__title {
	font-weight: 600;
	color: #00555a;
	margin-top: 20px;
}

.lct-banner-breadcrumbs {
	margin-top: 14px;
}

.lct-banner-breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.lct-banner-breadcrumbs li,
.lct-banner-breadcrumbs a,
.lct-banner-breadcrumbs span {
	color: #5f5f5f;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
}

.lct-banner-breadcrumbs a:hover {
	color: var(--base-color);
	text-decoration: none;
}

.blogbox {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.06);
	border-radius: 25px;
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.fearimage img {
	padding: 15px;
	width: 100%;
	height: auto;
}

.cata a {
	color: #000;
}

.equal-height-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
}

.lct-blog-single p {
	margin-bottom: 15px;
}

.lct-blog-single h1,
.lct-blog-single h2,
.lct-blog-single h3,
.lct-blog-single h4,
.lct-blog-single h5,
.lct-blog-single h6 {
	margin-top: 10px;
	scroll-margin-top: 140px;
}

.lct-blog-entry img {
	max-width: 100%;
	height: auto;
}

.lct-blog-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.lct-blog-toc-column {
	align-self: flex-start;
}

.lct-blog-toc {
	position: sticky;
	top: 140px;
	align-self: flex-start;
	padding: 24px;
	border-radius: 20px;
	background: #f7f7f7;
	max-height: calc(100vh - 160px);
	overflow: auto;
}

.lct-blog-toc.is_stuck {
	z-index: 5;
}

.lct-blog-toc__title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 18px;
	display:block;
}

.lct-blog-toc__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lct-blog-toc__item {
	margin-bottom: 10px;
	line-height: 1.5;
}

.lct-blog-toc__item a {
	color: var(--dark-gray);
	text-decoration: none;
}

.lct-blog-toc__item a:hover {
	color: var(--base-color);
	text-decoration:underline;
}

.lct-blog-toc__item--h2 {
	padding-left: 0px;
}

.lct-blog-toc__item--h3 {
	padding-left: 24px;
	font-size: 0.95em;
}

.lct-recent-posts-section {
	padding-top: 70px;
}

.lct-recent-posts-grid .grid-item .card {
	height: 100%;
}

.lct-recent-posts-grid .grid-sizer {
	display: none;
}

.lct-post-card {
	background: #f4f4f4;
	border-radius: 24px;
	box-shadow: none;
}

.lct-post-card .card-body {
	padding: 32px;
}

.lct-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #7a7a7a;
}

.lct-post-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.lct-post-card__title {
	display: block;
	margin-bottom: 18px;
	color: var(--dark-gray);
	font-size: 23px;
	line-height: 1.35;
	font-weight: 500;
	text-decoration: none;
	display:block;
}

.lct-post-card__title:hover {
	color: var(--base-color);
	text-decoration:underline;
}

.lct-post-card__excerpt {
	margin-bottom: 28px;
	color: #8f8f8f;
	font-size: 18px;
	line-height: 1.6;
	display:block;
	
}

.lct-post-card__footer {
	display: flex;
	justify-content: flex-end;
}

.lct-post-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 44px;
	border-radius: 999px;
	background: #d9101f;
	color: #fff !important;
	text-decoration: none;
}

.lct-post-card__button:hover {
	background: #b90d1a;
	color: #fff !important;
}

.lct-archive-pagination {
	margin-top: 40px;
}

.lct-empty-state {
	max-width: 720px;
	margin: 0 auto;
}

.lct-services-accordion {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: start;
	gap: 64px;
}

.lct-services-accordion__content {
	min-width: 0;
}

.lct-services-accordion__heading {
	margin: 0 0 38px;
	color: #101010;
	font-size: clamp(2.8rem, 4vw, 4.9rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1;
}

.lct-services-accordion__heading-text,
.lct-services-accordion__heading-highlight {
	display: inline-block;
}

.lct-services-accordion__heading-highlight {
	margin-left: 0.22em;
	color: #df1717;
}

.lct-services-accordion__item {
	border-bottom: 1px solid #d9d9d9;
}

.lct-services-accordion__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	border: 0;
	background: transparent;
	color: #141414;
	cursor: pointer;
	text-align: left;
	transition: color 0.25s ease;
}

.lct-services-accordion__trigger--icon-left {
	flex-direction: row;
}

.lct-services-accordion__trigger-text {
	order: 1;
	flex: 1 1 auto;
	font-size: clamp(1.05rem, 1.5vw, 1.5rem);
	font-weight: 500;
	line-height: 1.25;
}

.lct-services-accordion__trigger--icon-left .lct-services-accordion__trigger-text {
	order: 2;
}

.lct-services-accordion__item.is-active .lct-services-accordion__trigger {
	color: #df1717;
}

.lct-services-accordion__icon {
	order: 2;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid currentColor;
	border-radius: 4px;
	color: #242424;
	transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lct-services-accordion__trigger--icon-left .lct-services-accordion__icon {
	order: 1;
	margin-right: 4px;
}

.lct-services-accordion__icon-default,
.lct-services-accordion__icon-active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.lct-services-accordion__icon-active {
	position: absolute;
	opacity: 0;
	transform: scale(0.8);
}

.lct-services-accordion__icon i,
.lct-services-accordion__icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.lct-services-accordion__icon svg {
	fill: currentColor;
}

.lct-services-accordion__icon svg * {
	fill: currentColor;
	stroke: currentColor;
}

.lct-services-accordion__item.is-active .lct-services-accordion__icon {
	color: #df1717;
}

.lct-services-accordion__item.is-active .lct-services-accordion__icon-default {
	opacity: 0;
	transform: scale(0.8);
}

.lct-services-accordion__item.is-active .lct-services-accordion__icon-active {
	opacity: 1;
	transform: scale(1);
}

.lct-services-accordion__panel {
	padding: 0 0 26px;
}

.lct-services-accordion__panel-inner {
	max-width: 720px;
	color: #222222;
	font-size: 1.05rem;
	line-height: 1.72;
}

.lct-services-accordion__panel-inner p {
	margin: 0;
}

.lct-services-accordion__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
	color: #ffffff;
	background: #df1717;
	border: 0 solid transparent;
	border-radius: 999px;
	padding: 14px 26px;
	text-decoration: none;
	line-height: 1;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.lct-services-accordion__button:hover,
.lct-services-accordion__button:focus {
	color: #ffffff;
	text-decoration: none;
}

.lct-services-accordion__button-text {
	display: inline-block;
}

.lct-services-accordion__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: inherit;
}

.lct-services-accordion__button-icon i,
.lct-services-accordion__button-icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.lct-services-accordion__button-icon svg {
	fill: currentColor;
}

.lct-services-accordion__button-icon svg * {
	fill: currentColor;
	stroke: currentColor;
}

.lct-services-accordion__template-content > :last-child {
	margin-bottom: 0;
}

.lct-services-accordion__media {
	position: relative;
	overflow: hidden;
	min-height: 560px;
	border-radius: 38px;
}

.lct-services-accordion__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: opacity 0.28s ease, transform 0.4s ease;
}

.lct-services-accordion__image.is-swapping {
	opacity: 0.45;
	transform: scale(1.02);
}
footer .nav-link {
  color: var(--black);
  padding: 0.2rem 0rem;
}
@media (max-width: 991px) {
	.lct-blog-toc {
		margin-bottom: 30px;
		position: static;
		max-height: none;
	}

	.lct-post-card .card-body {
		padding: 24px;
	}

	.lct-post-card__title {
		font-size: 19px;
	}

	.lct-post-card__excerpt {
		font-size: 16px;
	}

	.lct-services-accordion {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lct-services-accordion__media {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.lct-services-accordion__heading {
		margin-bottom: 22px;
	}

	.lct-services-accordion__trigger {
		padding: 16px 0;
	}

	.lct-services-accordion__trigger-text {
		font-size: 1rem;
	}

	.lct-services-accordion__panel {
		padding-bottom: 20px;
	}

	.lct-services-accordion__panel-inner {
		font-size: 0.98rem;
	}

	.lct-services-accordion__media {
		min-height: 280px;
		border-radius: 24px;
	}
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
