/* Header Contact Styles */
.header__contact--link {
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: 1px;
}
.header__contact--link:hover {
    color: #f8f9fa !important;
}
.header__contact--link i {
    font-size: 16px;
}
/* Header Social Media Styles */
.header__social--item {
    margin: 0 8px;
    list-style: none;
}
.header__social--link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.header__social--link:hover {
    background-color: #fff;
    color: var(--secondary-color, #333);
    transform: translateY(-2px);
}
/* Social Media Icon Specific Colors on Hover */
.header__social--link[title="Facebook"]:hover {
    background-color: #1877f2;
    color: #fff;
}
.header__social--link[title="Instagram"]:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: #fff;
}
.header__social--link[title="Twitter"]:hover {
    background-color: #1da1f2;
    color: #fff;
}
.header__social--link[title="LinkedIn"]:hover {
    background-color: #0077b5;
    color: #fff;
}
/* Portfolio Buttons Styles */
.portfolio__buttons {
    margin-top: 2rem;
}
.portfolio__btn {
    background-color: var(--secondary-color, #333);
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 10px;
    line-height: 0;
}
.portfolio__btn:hover {
    background-color: var(--primary-color, #666);
    transform: translateY(-2px);
}
/* Portfolio Items Animation */
.col {
    transition: all 0.5s ease;
}
.portfolio__items {
    position: relative;
    transform-origin: center;
    will-change: transform, opacity;
}
/* View More Button Styles */
.view-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background-color: var(--secondary-color, #333);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    margin-top: 2rem;
}
.view-more-btn:hover {
    background-color: var(--primary-color, #666);
    transform: translateY(-2px);
}
.view-more-btn .primary__btn--arrow__icon {
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.view-more-btn:hover .primary__btn--arrow__icon {
    transform: translateX(5px);
}
/* Button animations */
.portfolio__btn {
    position: relative;
    overflow: hidden;
}
.portfolio__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-out, height 0.6s ease-out;
}
.portfolio__btn:hover::after {
    width: 300%;
    height: 300%;
}
/* Adjust spacing for the button container */
.portfolio__buttons {
    padding: 20px 0;
    margin-top: 2rem;
}
.footer-main-container {
	background: 
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
		url('../img/images/footer/footer-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 70px 0 0 0;
	position: relative;
}
.footer-content-wrapper {
	display: grid;
	grid-template-columns: 2fr 0.8fr 1.2fr;
	gap: 60px;
	position: relative;
	z-index: 2;
}
.footer-section-about,
.footer-section-links,
.footer-section-contact {
}
.section-title-heading {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #67cf1f;
	position: relative;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.section-title-heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #67cf1f;
}
.about-description-text {
	font-size: 16px;
	line-height: 1.8;
	color: #e5e5e5;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.social-media-container {
	display: flex;
	gap: 15px;
}
.social-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #67cf1f;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 10px;
}
.navigation-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation-link-item {
	margin-bottom: 15px;
}
.footer-navigation-link {
	color: #e5e5e5;
	text-decoration: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	letter-spacing: 1px;
}
.footer-navigation-link:hover {
	color: #67cf1f;
}
.link-icon-prefix {
	font-size: 14px;
	width: 20px;
}
.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-detail-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	padding: 10px 0;
}
.contact-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #375f1b;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	flex-shrink: 0;
}
.contact-text-content {
	flex: 1;
}
.contact-label-text {
	font-weight: 600;
	color: #67cf1f;
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 1px;
}
.contact-value-text {
	color: #e5e5e5;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.contact-value-text a:hover {
	color: #67cf1f;
}
.footer-bottom-section {
	margin-top: 40px;
	padding: 10px 0;
	background: #375f1b;
	text-align: center;
}
.copyright-notice-text {
	color: #e5e5e5;
	font-size: 18px;
	letter-spacing: 1px;
}
/* Floating Contact Buttons CSS */
.contact-buttons {
	position: fixed;
	bottom: 10px;
	left: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}
.contact-buttons a {
	color: white;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 50px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 125px;
	text-decoration: none;
	transition: transform 0.3s ease;
	letter-spacing: 1px;
}
.contact-buttons a.call-button {
	background-color: #f38619;
}
.contact-buttons a.whatsapp-button {
	background-color: #095702;
}
.contact-buttons a i {
	margin-right: 10px;
}
.contact-buttons a:hover {
	transform: scale(0.95);
}
/* Mobile Header Styles */
@media (max-width: 991px) {
    .main__header--inner {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0px 0;
    }
    .offcanvas__header--menu__open {
        order: 2;
        margin-left: 15px;
    }
    .main__logo {
        order: 1;
        margin-right: auto;
    }
    .main__logo--img {
        max-height: 65px;
        width: auto;
    }
    .header__menu {
        display: none;
    }
}
 @media (max-width: 768px) {
	 .contact-buttons {
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		display: block;
	}
	.contact-buttons a {
		min-width: auto;
        padding: 10px 12px;
        font-size: 14px;
        float: left;
        width: 50%;
        overflow: hidden;
        text-align: center;
        border-radius: 0;
	}
	.footer-content-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 20px;
	}
	.footer-section-about,
	.footer-section-links,
	.footer-section-contact {
		padding: 0;
	}
	.section-title-heading {
		font-size: 20px;
	}
	.social-media-container {
		justify-content: flex-start;
	}
	.contact-detail-item {
		padding: 0;
		padding-top: 10px;
	}
	.footer-bottom-section{
		padding-bottom: 60px;
	}
	.copyright-notice-text {
		color: #e5e5e5;
		font-size: 15px;
		letter-spacing: 1px;
	}
}
@media (max-width: 480px) {
	.footer-main-container {
		padding: 40px 0 0px 0;
	}
	.footer-content-wrapper {
		padding: 0 15px;
	}
	.section-title-heading {
		font-size: 22px;
	}
	.about-description-text,
	.footer-navigation-link,
	.contact-value-text {
		font-size: 15px;
	}
	.footer-bottom-section{
		padding-bottom: 60px;
	}
}