/* --- Skills & Tools Section Responsive Styles --- */
.skills-tools-section {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.skills-category {
	margin-bottom: 2.5rem;
}

.skills-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.1rem 0.5rem;
	padding: 0.5rem 0;
	max-width: calc(5 * 120px + 4 * 0.5rem); /* 5 items * item width + 4 gaps */
	margin-left: auto;
	margin-right: auto;
}

.skill-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	height: 120px;
	margin-bottom: 1rem;
	word-break: break-word;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

.skill-label-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	background: #f7f7f7;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
}

.skill-img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	background: #fafbfc;
	padding: 0;
}

.skill-img-box img {
	max-height: 60px;
	max-width: 60px;
	object-fit: contain;
	display: block;
	margin: auto;
}

@media (max-width: 800px) {
	.skill-item {
		min-width: 70px;
	}
}

@media (max-width: 600px) {
	.skill-item {
		min-width: 60px;
	}
}

@media (max-width: 900px) {
	.skills-tools-section {
		max-width: 98vw;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 800px) {
	.skills-list {
		gap: 0.5rem 0.5rem;
	}

	.skill-item {
		min-width: 70px;
	}
}

@media (max-width: 600px) {
	.skills-list {
		gap: 0.1rem 0.5rem;
	}

	.skill-item {
		min-width: 60px;
	}
}


.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1030;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2.25rem;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	font-size: 1.5em;
	background-color: #212529;
	color: #fff;
}

body {
	padding-top: 70px; /* Adjust if navbar height changes */
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

@media (max-width:768px) {
	.navbar {
		padding-top: 1rem;
		padding-bottom: 1rem;
		justify-content: center;
		font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 700;
		font-size: 1.5em;
		background-color: #212529;
		color: #fff
	}

	.navbar-brand {
		display: inline-block;
		padding-top: .3125rem;
		padding-bottom: .3125rem;
		margin-right: 1rem;
		font-size: 1.5rem;
		line-height: inherit;
		white-space: nowrap
	}
}

#title {
	background-color: #fcfcfc;
	color: #2d3339
}

.title-container-fluid {
	padding: 2% 15% 1%
}

.page-section-heading {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 2rem
}

@media (max-width:768px) {
	.page-section-heading {
		font-family: Montserrat;
		font-style: normal;
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1.5rem
	}

	.title-container-fluid {
		padding: 6% 2% 0
	}
}

#carouselExampleIndicators {
	box-shadow: 0 8px 32px 0 rgba(60, 60, 60, .18), 0 1.5px 8px 0 rgba(60, 60, 60, .1);
	background: #fff;
	border-radius: 16px
}

#carousel-slide-description {
	padding-top: 30px;
	text-decoration: dashed;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #2d3339
}

.carousel-page {
	margin-top: 30px;
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 35px;
	height: 35px
}

.carousel-indicators li {
	border-radius: 10%;
	width: 2vw;
	background-color: #aaa
}

@media (max-width:1100px) {

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		width: 20px;
		height: 20px
	}
}

.divider-custom {
	margin: 1.25rem 0 1.5rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.divider-custom .divider-custom-line {
	width: 100%;
	max-width: 7rem;
	height: .25rem;
	background-color: #2d3339;
	border-radius: 1rem;
	border-color: #2d3339 !important
}

.divider-custom .divider-custom-line:first-child {
	margin-right: 1rem
}

.divider-custom .divider-custom-line:last-child {
	margin-left: 1rem
}

.divider-custom .divider-custom-icon {
	color: #2d3339 !important;
	font-size: 2rem
}

.divider-custom.divider-light .divider-custom-line {
	background-color: #fff
}

.divider-custom.divider-light .divider-custom-icon {
	color: #fff !important
}

@media (max-width:768px) {
	.divider-custom .divider-custom-line {
		width: 100%;
		max-width: 5rem;
		height: .25rem;
		background-color: #2d3339;
		border-radius: 1rem;
		border-color: #2d3339 !important
	}

	.divider-custom .divider-custom-icon {
		color: #2d3339 !important;
		font-size: 1.5rem
	}
}

.project-container-fluid {
	padding: 0 15% 3%
}

#projectDetails {
	margin-top: 50px;
	background-color: #fff;
	color: #2d3339
}

.lead {
	font-size: 1.25rem;
	font-weight: 350
}

.video-portfolio {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px
}

@media (max-width:768px) {
	.lead {
		font-size: 1.1rem;
		font-weight: 350;
		padding-left: 10px;
		padding-right: 10px
	}

	.project-container-fluid {
		padding: 2% 3% 10%
	}
}

.footer {
	background-color: #212529;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.copyright {
	padding-top: 5px
}

@media (max-width:768px) {
	.footer .row {
		flex-wrap: wrap
	}

	.footer .col-lg-4 {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px
	}

	.footer .text-lg-right {
		text-align: center !important
	}

	.footer {
		padding-top: 1.5rem;
		padding-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #2d3339;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: .12rem solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .5rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-social {
	border-radius: 100%;
	display: inline-flex;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.25rem;
	justify-content: center;
	align-items: center
}

.btn-outline-light {
	color: #fff;
	border-color: #fff
}

.btn-outline-light:hover {
	color: #2d3339;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}