body, html {
	height: 100%;
	font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #4B5563 !important;
}

h1, h2, h3 {
	color: #111111;
	font-weight: 700;
	font-size: inherit;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1 0 auto;
	overflow-y: auto;
}

footer {
	flex-shrink: 0;
}

.text-white:hover {
	color: #EA9D04 !important;
}

header.custom-header {
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

header.custom-header .navbar-brand {
	gap: 0.5rem; /* adds space between icon and text */
	font-weight: 600;
}

header.custom-header .navbar-brand svg {
	width: 32px !important;   /* or whatever size you prefer */
	height: 32px !important;
	stroke: #ea9d04 !important; /* keeps it yellow */
}

header.custom-header .nav-link {
	font-size: 0.875rem;
	margin: 10px;
	font-weight: 500;
}

header.custom-header .nav-link:hover {
	color: #111111 !important;
}

header.custom-header .dropdown-menu .dropdown-item {
	font-size: 0.875rem;
	padding: 0.5rem 1rem; /* optional: adjust spacing to match nav links */
	color: #4c5663 !important;
}
    
    /* Active link styling */

header.custom-header .nav-link.active {
	color: #ea9d04 !important; /* Yellow - customize as needed */
	font-weight: 600;
}

header.custom-header .dropdown-toggle::after {
	display: none;
}

header.custom-header .dropdown-menu {
	border: none; /* Removes the border */
	border-radius: 0.5rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Adds subtle shadow */
}

header.custom-header .dropdown-item:hover {
	background-color: #f8f9fa;
	color: black !important;
}

header.section.case-study {
	padding-bottom: 0;
}

.section-one p.about-text, .section-one ul.about-text {
	font-size: 1rem;
	line-height: 1.8rem;
}

.section-one h3.about-text {
	font-weight: 600;
	font-size: 1.25rem;
	color: #111111 !important;
}

.section.case-study p {
	line-height: 1.6rem;
}

a.email svg {
	color: #ffc107;
	font-size: 18px;
	line-height: 18px;
}

@media (min-width: 992px) {
	header.custom-header .nav-item.dropdown > .dropdown-menu {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in, transform 0.3s ease-in;
		display: block;
	}
	
	header.custom-header .nav-item.dropdown:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	header.custom-header .nav-item.dropdown:hover > .nav-link {
		color: black !important;
		background-color: transparent !important;
	}
}

 .section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section.case-study {
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.section-one {
	font-size: 1.5rem;
}

.section-two {
	background-color: #111111;
	color: #ffffff;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.section.section-three {
	padding-top: 0;
}

.section-two h3 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: white !important;
}

.section-two p {
	color: #cccccc;
	margin-bottom: 0;
}

.section-two .row > div {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-align: left;
}

.section-two i {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	stroke-width: 1.5;
	transition: transform 0.3s ease;
	color: #ffc107;
}

.section-two i:hover {
	transform: scale(1.2);
}

.section-two .icon-box {
	background-color: rgba(255, 255, 255, 0.1);
	width: 54px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem;
}

.section-two .icon-box svg {
	width: 24px;
	height: 24px;
	color: #ffc107;
}

.section-two .col-md-4.mb-4 {
	margin-bottom: 0 !important;
}

.section-heading-l {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 700;
}

.section-heading-xl {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
	color: #111111;
}

.section-heading-xl, .section-one .lead-text {
	max-width: 720px; /* or whatever width suits your layout */
}

.section-one .lead-text {
	line-height: 2.2rem;
	font-size: 1rem;
}

.image-wrapper {
	overflow: hidden;
	border-radius: 1rem;
	max-height: 460px;
}

.image-wrapper-top-image {
	overflow: hidden;
	border-radius: 1rem;
	padding-bottom: 4rem;
}

.image-wrapper-full-height {
	border-radius: 1rem;
	padding-bottom: 2rem;
}

.custom-rounded {
	/*border-radius: 1rem;*/
	width: 100%;
	height: auto;
	min-width: 460px;
	max-height: 460px;
	object-fit: cover;
	display: block;
	object-fit: cover;
}

.section.section-one .row {
	align-items: center;
}

.section.section-one .col-md-6:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.section.section-one .col-md-6:first-child > * {
	text-align: left;
	width: 100%;
}

.section.section-one h1 {
	color: #111111 !important;
}

.section.section-one h2 {
	color: #111111 !important;
	font-weight: 700;
	margin-bottom: 1rem;
}

.section-three h2, .skills h2 {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 2rem;
	text-align: left;
	color: #111111 !important;
}

.section-three .container {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 768px) {
	.section-three .container {
		padding-left: 0;
		padding-right: 0;
	}
}


.section h3 {
	font-weight: 700;
	font-size: 1.95rem;
	margin-bottom: 0.5rem;
}

.section-three p {
	margin-bottom: 0;
}

.section-three .row {
	align-items: center;
}

.section-three .text-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.section-three .text-col > h3 {
	/*max-width: 400px;*/
	width: 100%;
	text-align: left;
	color: #111111 !important;
}

.section span.company-name {
	font-weight: 600;
	color: #ea9d04;
	margin-bottom: 10px;
	font-size: 1.2rem;
	display: inline-block;      /* allows vertical margins */
	margin-bottom: 1rem;        /* adds space below the span */
}

.section.case-study h2 {
	font-weight: 700;
	font-size: 1.95rem;
	color: #111111;
}

.section.case-study h3 {
	font-weight: 600;
	font-size: 1.25rem;
	margin-top: 2rem;
	color: #111111;
}

.section.case-study h4 {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #111111;
}

.section.case-study strong {
	color: #111111;
	font-weight: 600;
}

.section.case-study li {
	line-height: 1.5rem;
	margin-bottom: 10px;
}

.section.case-study li ul {
	margin-top: 15px;
}

.section.case-study .image-wrapper {
	line-height: 2rem;
	border: none;
	margin-bottom: 3rem;
}

.dropdown-item.active, .dropdown-item:active {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #111111 !important;
}

header.custom-header .dropdown-menu .dropdown-item.active {
	color: #ffffff !important;
}

.case-study-images p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.8rem;
	font-style: italic;
	font-weight: 600;
	color: #111111 !important;
}

@media (max-width: 576px) {
	.custom-rounded {
		width: 100%;
		height: auto;
	}
	
	.section {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	
	.section-heading-xl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #111111;
}
	
	.section-three .text-col {
		padding: 1rem 0;
		align-items: flex-start;
	}
	
	.section-three .text-col > * {
		max-width: 100%;
	}
	
	.section-three h2 {
		font-size: 2rem;
		line-height: 2.25rem;
	}
}

    .section .btn, .section .btn-case-study {
	background-color: #111111;
	color: #ffffff;
	border: none;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.85rem;
	padding-right: 1.85rem;
	border-radius: 50rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
}

.section .btn:hover, .btn:focus, .section .btn-case-study, .btn-case-study:focus {
	background-color: #000000;
	color: #ffffff;
}

.animate-download-icon svg {
	transition: transform 0.3s ease;
	display: inline-block;
}

.animate-download-icon:hover svg {
	transform: translateY(4px);
}

.section-one .btn.secondary {
	background-color: #ffffff;
	color: #111111;
	border: 2px solid #111111;
}

.section-one .btn.secondary:hover, .section-one .btn.secondary:focus {
	background-color: #111111;
	color: #ffffff;
	border-color: #111111;
}

i[data-feather] > svg {
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle;
}

.btn-case-study svg {
	transition: transform 0.3s ease;
}

.btn-case-study:hover svg {
	transform: translateX(5px);
}

    /* Check List Styles */

.check-list {
	list-style: none;
	padding-left: 0;
}

.check-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.75rem;
}

.check-list li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	color: #ffc107;
	font-weight: bold;
}