@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

h1 {
	font-size: 3rem;
}

p {
	font-size: 1.2rem;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span {
	font-family: "Bricolage Grotesque", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	/* font-variation-settings: */
	/* "wdth" 100; */
}

p,
span,
div,
ul,
li {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.bg-danger,
.btn-danger {
	background-color: #ee2c2f !important;
}

.text-danger {
	color: #ee2c2f !important;
}

.landingCont,
body {
	/* background-color: #fcfcfd !important; */
	overflow-x: hidden;
}

.logo {
	width: 150px;
}

.callIcon {
	border: 1px solid red;
	height: fit-content;
}

header {
	width: 100%;
	border: 1px solid lightgrey;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(9px) saturate(180%);
	-webkit-backdrop-filter: blur(6px) saturate(180%);
}

/* .fixed-to-header  */
#stickyBar .links {
	border: 1px solid lightgrey;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(9px) saturate(180%);
	-webkit-backdrop-filter: blur(6px) saturate(180%);
}

#stickyBar .links a:hover {
	color: #ee2c2f !important;
}

#stickyBar .links p {
	font-size: 14px;
}

.fixed-to-header {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 999;
}

.borderRadius {
	border-radius: 20px;
}

.heroHeading {
	font-size: 70px !important;
}

.HeroBg {
	background-color: #f8d7da;
}

.hero {
	/* margin-top: 135px; */
}

.heroCards {
	background: #f70505;
	background: linear-gradient(
		336deg,
		rgba(247, 5, 5, 1) 0%,
		rgba(255, 176, 176, 1) 100%
	);
	border: 1px solid lightgrey;
	color: white;
	/* cursor: pointer; */
	transition: all 0.5s ease-in-out;
	/* background-image: radial-gradient(circle at center center, #ffffff 0%, rgb(247, 143, 144) 100%); */
}

.whycoose_rightSection {
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.whycoose_rightSection .card {
	/* display: flex;
/* align-items: center; */
	justify-content: center;
	border: 1px solid gray;
	cursor: pointer;
	transition: all 0.5s linear;
}

.whycoose_rightSection .card p {
	font-weight: 500;
	margin: 0 !important;
}

.whycoose_rightSection .card:hover {
	transform: scale(1.01);
}

.whycoose_rightSection .card:hover p {
	color: #ee2c2f;
	font-weight: 700;
}

.ProblemsAnswer {
	font-size: 14px;
}

.ProblemsCard {
	transition: transform 0.5s ease;
	cursor: pointer;
}

.ProblemsCard:hover {
	transform: scale(1.05);
}

.accordianForMobile {
	display: none;
}
.accordion-button:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* Hide default accordion arrow */
/* .accordion-button {
        font-size: 1.5rem !important;
    } */

.accordion-button::after {
	display: none;
}

/* Custom icon container */
.custom-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
	/* Ensures width and height stay equal */
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #2b2b2b;
	border-radius: 50%;
	/* Makes it circular */
	margin-left: auto;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	/* Prevents resizing in small containers */
}

/* Rotate or switch symbol when open */
.accordion-button[aria-expanded="true"] .custom-toggle {
	content: "-";
}

.accordion-button.collapsed .custom-toggle::before {
	content: "+";
}

.accordion-button[aria-expanded="true"] .custom-toggle::before {
	content: "-";
}

.servicesCard {
	min-height: 150px;
}

.servicesCard {
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	border-radius: 12px;
	background-color: #fff;
}

/* .servicesCard:hover {
        background-color: transparent;
        background-image: radial-gradient(circle at center center, #ffffff 0%, #EE2C2F 100%);
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(247, 143, 144, 0.4);
    } */

.custom-table {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.custom-table th {
	background-color: #f8d7da;
	/* light red */
	color: #000;
	font-weight: 600;
	text-align: center;
}

.custom-table td {
	background-color: #fff;
	vertical-align: middle;
	padding: 1.2rem;
}

.getInTouchForm {
	backdrop-filter: blur(3px) saturate(200%);
	-webkit-backdrop-filter: blur(3px) saturate(200%);
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	border: 1px solid rgba(209, 213, 219, 0.3);
	min-width: 50% !important;
}

.MobileCall {
	display: none !important;
}

.whoSubHeading {
	font-size: 34px !important;
}

.servicesCard {
	/* background: linear-gradient(336deg, rgba(247, 5, 5, 1) 0%, rgba(255, 176, 176, 1) 100%); */
	height: 300px;
	min-width: 300px;
	transition: background 1s ease;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.servicesCard .card-body {
	position: relative;
	z-index: 2;
	padding: 1rem;
	text-align: center;
	transition: all 0.6s ease;
}

.servicesCardHeading {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition: display 0.5s ease, transform 0.5s ease;
	color: black;
	font-size: 24px;
}

.servicesCardContent {
	opacity: 0;
	max-height: 0;
	font-weight: 500 !important;
	/*overflow: hidden;*/
	transition: opacity 0.6s ease, max-height 0.6s ease;
	color: #000;
}

.servicesCard:hover {
	background: linear-gradient(147.39deg, #f67b31 0%, #b136ff 100%);
	box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.1);
	/* border: 1px solid #EE2C2F !important; */
}

.servicesCard:hover .card-body {
	display: flex;
	justify-content: center;
	align-items: center;
}

.servicesCard:hover .servicesCardHeading {
	opacity: 0;
	display: none;
	transform: translateY(-20px);
}

.servicesCard:hover .servicesCardContent {
	opacity: 1;
	max-height: 200px;
	color: white;
}

.dropdown-toggle {
	overflow-x: scroll;
}

.dropdown-menu {
	height: 300px;
	overflow-y: scroll;
}

.accordion-item {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid gray !important;
}

.accordion-button {
	color: black !important;
	/* font-weight: bold !important; */
	padding: 20px;
	font-size: 19px !important;
}

.custom-toggle {
	background-color: #ee2c2f !important;
}

.heroLeftImgMobile {
	display: none;
}

.letsTalk,
.strategyBtnNew {
	background: linear-gradient(
		135deg,
		#ee2c2f 0%,
		#ee2c2f 40%,
		#ffffff 50%,
		#ee2c2f 60%,
		#ee2c2f 100%
	);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 300%;

	animation: light 1.2s ease-in-out 2s infinite forwards;
}

@keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.heroHeading {
		font-size: 5vw !important;
	}
}

@media (max-width: 768px) {
	.logo {
		width: 130px;
	}

	.callIcon,
	.callIcon a,
	.strategyBtn {
		padding: 3px 10px !important;
	}

	.accordianForMobile {
		display: block;
	}

	.CardsForDesktop {
		display: none !important;
	}

	.landingCont {
		padding: 0 20px;
	}

	.hero {
		padding-top: 0 !important;
	}

	.heroLeftImg {
		margin: 10px 0px;
		padding: 10px 0px !important;
	}

	.heroCardCont {
		gap: 10px !important;
		margin: 0 !important;
	}

	.problemCont {
		padding-top: 0 !important;
	}

	.solutionsCardCont .solutionsCardRow {
		gap: 10px !important;
	}

	/* 
        .servicesCard {
            min-height: 100px;
            padding: 10px !important;
        }

        .servicesCardContent {
            font-size: 13px !important;
        } */

	.WhoWeServeCont {
		padding-top: 0 !important;
	}

	.custom-table td {
		font-size: 13px;
		padding: 0.5rem;
	}

	.custom-table td small {
		font-size: 12px !important;
	}

	.custom-table th {
		font-size: 15px !important;
	}

	.TableCont {
		padding: 0 !important;
	}

	.getInTouchForm {
		width: 100% !important;
		/* padding-left: 0px !important; */
		/* padding-right: 0px !important; */
	}

	.submitButton {
		text-align: center !important;
	}

	.appointmentButton {
		display: none !important;
	}

	#stickyTargetSection {
		display: none !important;
	}

	.whyCrezText {
		padding: 0 !important;
		/* margin: 0 !important; */
		margin: 20px 0 !important;
	}

	.MobileCall {
		display: flex !important;
	}

	.DesktopCall {
		display: none !important;
	}

	.heroLeftImgMobile {
		display: block;
	}

	/* .heroLeftImg {
		display: none;
	} */

	header {
		position: fixed;
		left: 50%;
		transform: translate(-50%);
		z-index: 999;
		border-bottom: 1px solid lightgrey !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		border-radius: 0 !important;
		max-width: 100% !important;
	}

	.hero {
		margin-top: 100px !important;
	}
}

@media (max-width: 600px) {
	.heroHeading {
		font-size: 8.5vw !important;
		line-height: 1.7;
		margin-bottom: 20px !important;
	}
	.strategyBtnNew {
		margin-top: 25px !important;
	}

	.hero {
		margin-top: 100px !important;
	}

	br {
		display: none !important;
	}

	.featureList {
		justify-content: start !important;
		padding: 15px;
		font-size: 14px !important;
		list-style: disc !important;
	}

	.featureList {
		display: none !important;
	}

	.WhoWeServeCont {
		padding-top: 0 !important;
	}

	.custom-table {
		min-width: 500px !important;
		zoom: 1.25;
	}

	.redBgHeading {
		background-color: transparent !important;
		color: black !important;
	}

	#book_slot {
		padding: 0 !important;
	}

	.servicesCard:hover .card-body {
		display: flex;
		/*justify-content: center;*/
		/*align-items: center;*/
	}
	.servicesCardContent {
		opacity: 1 !important;
	}

	.servicesCard:hover .servicesCardHeading {
		opacity: 1;
		display: block;
		transform: translateY(-20px);
	}

	.servicesCard:hover .servicesCardContent {
		opacity: 1;
		max-height: 200px;
		color: white;
	}
	.WhoWeServeCont h1 {
		padding-bottom: 0 !important;
		padding-top: 10px !important;
	}
	#Challenges_we_solve h1 {
		padding-top: 20px;
	}
	.dropdown-menu.show {
		height: 200px;
	}
	.servicesCard {
		min-height: 150px;
		height: auto ;
	}
}

@media (max-width: 425px) {
	p,
	div,
	ul,
	li,
	.whoSubHeading {
		font-size: 5vw !important;
		list-style: none !important;
	}

	h1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		font-size: 8vw !important;
	}

	.hero {
		margin-top: 100px !important;
	}

	.whoSubHeading {
		font-size: 19px !important;
	}

	.heroCards {
		font-size: 13px !important;
	}

	.whoSubHeading {
		padding: 1rem !important;
	}

	.TableCont {
		margin: 0 !important;
	}

	.modal-body {
		padding: 0 !important;
	}

	.landingCont {
		padding: 0 10px !important;
	}

	.strategyBtn {
		padding: 8px 9px !important;
	}

	.letsTalk {
		padding: 9px 10px !important;
		font-size: 14px !important;
	}

	#who_we_work_best_with .mt-5 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.py-5 {
		padding-bottom: 0rem !important;
		padding-top: 0rem !important;
	}

	#solutions_we_provide {
		padding-bottom: 1rem !important;
	}

	.WhoWeServeCont {
		padding-top: 0 !important;
	}
}

/* Overlay for dimming background */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
}

.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Mobile Menu Container */
.mobile-menu {
	position: fixed;
	top: -29%;
	left: -100%;
	width: 80%;
	max-width: 300px;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	transition: left 0.4s ease-in-out;
	box-shadow: 2px 0 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu.show {
	left: 0;
}

.menu-inner {
	padding: 2rem 1.5rem;
	height: 100%;
	position: relative;
}

.menu-inner h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ee2c2f;
	margin-bottom: 2rem;
}

.menu-inner a {
	font-size: 1.1rem;
	padding: 0.75rem 0;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	transition: all 0.3s ease;
}

.menu-inner a:hover {
	color: #ff6e00;
	padding-left: 5px;
}

.menu-inner hr {
	margin: 0.5rem 0;
	border-color: #ddd;
}

.btn-close-menu {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #333;
	cursor: pointer;
}

body.menu-open {
	overflow: hidden;
}
