/*@font-face {
	font-family: "Varela Round";
	src: url('../fonts/VarelaRound-Regular.ttf');
}*/

@font-face {
	font-family: "Open Sans";
	src: url('../fonts/OpenSans-Light.ttf');
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

@-ms-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

@-moz-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

body {
	margin: 0; padding: 0; width: 100%; font-family: "Lato", "Open Sans", sans-serif; float: left;
	-webkit-font-smoothing: antialiased;
	background-color: #f8f9fa;
	line-height: 1.6;
}

/*.headerW, .header, header, .aboutW, .skillsW, .whyW, .recentW, .contactW, footer {
	width: 100%; min-width: 960px; float: left;
}

.about, .skills, .why, .recent, .contact {
	width: 960px; min-height: 550px; text-align: left;
}

.headerW {
	height: 100px; background-color: #34495e;
}

nav {
	margin-top: 20px; width: 960px; text-align: left;
}

nav img {
	float: left;
}

nav ul {
	float: right;
}

li {
	display: inline;
}

li a {
	margin-left: 20px; padding: 5px 0; width: 80px; background-color: #fff; color: #555; text-align: center; text-decoration: none; float: left;
	transition: all linear .1s;
}

li a:hover {
	background-color: #95a5a6; background-color: rgb(29,210,175); background-color: #fd6; color: #222;
}*/

header {
	//height: 575px; //font-family: "Open Sans", "Varela Round"; font-family: "Open Sans", arial; color: #777; text-shadow: 0 0 5px #888;
	/*background-image: url(http://www.debojyotighosh.com/projects/BCRECians%20v3%20cloudNine/images/bg1.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 60s linear infinite;
	-webkit-animation: animatedBackground 60s linear infinite;
	-ms-animation: animatedBackground 60s linear infinite;
	-moz-animation: animatedBackground 60s linear infinite;*/
}

header h1 {
	margin: 200px 0 0 0; padding: 0; font-size: 40px; font-weight: normal;
}

header h2 {
	margin: 50px 0 0 0; color: #777; padding: 0; font-weight: normal;
}

/*article h1 {
	margin: 0; margin: 75px 0 50px 0; padding: 5px; width: 150px; font-size: 20px; background-color: #111; color: #fff; text-align: center; float: left;
}

p {
	margin: 0; padding: 0; width: 100%; float: left; //background-color: #ddd; font-size: 16px; line-height: 35px; 
}

.aboutW {
	background-color: #2ecc71; color: #fff;
}

.skillsW {
	background-color: #2c3e50; background-color: rgb(42,29,21); color: #fff;
}

.whyW {
	background-color: #ecf0f1; color: #000;
}

.recentW {
	background-color: #34495e; color: #fff;
}

.contactW {
	background-color: #eee; color: #000;
	background-image: url(http://www.debojyotighosh.com/projects/BCRECians%20v3%20cloudNine/images/bg1.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 60s linear infinite;
	-webkit-animation: animatedBackground 60s linear infinite;
	-ms-animation: animatedBackground 60s linear infinite;
	-moz-animation: animatedBackground 60s linear infinite;
}

.recentI {
	width: 320px; text-align: center; float: left;
}

.imgH, .imgT {
	width: 320px; float: left;
}

.cInv {
	background-color: #fff; color: #000;
}

.fL {
	float: right;
}

.taR {
	text-align: right;
}

footer {
	padding: 20px 0; background-color: #2c3e50; color: #ddd; font-size: 14px; text-align: center;
}

.christmas {
	width: 100px; position: fixed; bottom: 20px; right: 20px;
}*/

/* Modern Header Styles */
.logo-container {
	display: flex;
	align-items: center;
	gap: 25px;
}

.company-info h1 {
	font-size: 36px;
	font-weight: 800;
	color: #2c3e50;
	margin: 0;
	font-family: "Lato", sans-serif;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	letter-spacing: -0.5px;
}

.company-info .tagline {
	font-size: 18px;
	color: #34495e;
	margin: 8px 0 0 0;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* Logo Text Styling to Match Logo */
.logo-text {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #2c3e50;
	margin: 0;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	line-height: 1.1;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stylized-s {
	font-size: 48px;
	font-weight: 200;
	color: #e74c3c;
	position: relative;
	display: inline-block;
	margin-right: 3px;
	text-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

.stylized-s::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(45deg, #e74c3c, #c0392b);
	border-radius: 50%;
	z-index: -1;
	opacity: 0.15;
}

.solutions-text {
	font-size: 32px;
	font-weight: 300;
	color: #2c3e50;
	letter-spacing: 0.3px;
}

.contact-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: start;
	max-width: 600px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	background: #ffffff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
	position: relative;
	overflow: hidden;
}

.contact-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.contact-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	border-color: #e74c3c;
}

.contact-item:first-child {
	grid-column: 1 / -1;
}

.contact-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	border-radius: 50%;
	color: white;
	flex-shrink: 0;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.contact-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.contact-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
}

.contact-label {
	font-size: 13px;
	font-weight: 700;
	color: #5d6d7e;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.contact-value {
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
	font-family: "Lato", sans-serif;
	line-height: 1.5;
}


/* Floating WhatsApp Chat Widget */
.whatsapp-chat-widget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	font-family: "Lato", sans-serif;
}

/* Floating Button */
.whatsapp-float-btn {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #25D366, #128C7E);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
	animation: whatsapp-float 2s infinite;
	position: relative;
	z-index: 10000;
}

.whatsapp-float-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-float-btn svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

@keyframes whatsapp-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

/* Chat Bubble */
.whatsapp-bubble {
	position: absolute;
	bottom: 70px;
	right: 0;
	background: white;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	display: none;
	align-items: center;
	gap: 15px;
	min-width: 280px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 10001;
}

.whatsapp-bubble::after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}

.bubble-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #25D366, #128C7E);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	flex-shrink: 0;
}

.bubble-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.bubble-title {
	font-size: 16px;
	font-weight: 700;
	color: #2c3e50;
}

.bubble-subtitle {
	font-size: 14px;
	color: #7f8c8d;
}

.bubble-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: #e74c3c;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.bubble-close:hover {
	background: #c0392b;
	transform: scale(1.1);
}

/* Chat Window */
.whatsapp-chat-window {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 350px;
	height: 500px;
	background: white;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
	overflow: hidden;
	z-index: 10002;
	flex-direction: column;
}

.whatsapp-chat-window.show {
	display: flex;
	opacity: 1;
	transform: translateY(0);
}

.chat-header {
	background: linear-gradient(135deg, #25D366, #128C7E);
	color: white;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.chat-avatar {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.avatar-icon {
	font-size: 18px;
	font-weight: 700;
	color: white;
}

.chat-info {
	flex: 1;
	min-width: 0;
}

.chat-info h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: white;
	line-height: 1.2;
}

.chat-info p {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.2;
	margin-top: 2px;
}

.chat-close {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	color: white;
	flex-shrink: 0;
}

.chat-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.chat-messages {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	background: #f8f9fa;
	position: relative;
	z-index: 1;
	min-height: 200px;
}

.chat-messages::-webkit-scrollbar {
	width: 4px;
}

.chat-messages::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.chat-messages::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 2px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

.message {
	margin-bottom: 15px;
	display: flex;
}

.message.sent {
	justify-content: flex-end;
}

.message.received {
	justify-content: flex-start;
}

.message-content {
	max-width: 80%;
	padding: 12px 16px;
	border-radius: 18px;
	position: relative;
}

.message.sent .message-content {
	background: linear-gradient(135deg, #25D366, #128C7E);
	color: white;
	border-bottom-right-radius: 4px;
}

.message.received .message-content {
	background: white;
	color: #2c3e50;
	border-bottom-left-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.message-content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	word-wrap: break-word;
}

.message-time {
	font-size: 11px;
	opacity: 0.7;
	display: block;
	margin-top: 5px;
	text-align: right;
}

.message.sent .message-time {
	text-align: right;
}

.message.received .message-time {
	text-align: left;
}

.chat-input-area {
	padding: 20px;
	background: white;
	border-top: 1px solid #e1e8ed;
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.quick-messages {
	display: flex;
	gap: 8px;
	margin-bottom: 15px;
	flex-wrap: wrap;
	width: 100%;
}

.quick-msg {
	background: #f8f9fa;
	border: 1px solid #e1e8ed;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 12px;
	color: #2c3e50;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	display: inline-block;
}

.quick-msg:hover {
	background: #25D366;
	color: white;
	border-color: #25D366;
}

.chat-input-container {
	display: flex;
	gap: 10px;
	align-items: center;
	background: #ffffff;
	border: 2px solid #e1e8ed;
	border-radius: 25px;
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.chat-input-container input {
	flex: 1;
	padding: 12px 16px;
	border: none;
	background: transparent;
	border-radius: 20px;
	outline: none;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	color: #2c3e50;
	width: 100%;
	min-width: 0;
}

.chat-input-container input::placeholder {
	color: #7f8c8d;
}

.chat-input-container input:focus {
	background: #f8f9fa;
	box-shadow: none;
}

.chat-input-container:focus-within {
	border-color: #25D366;
	box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

.send-button {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #25D366, #128C7E);
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
	position: relative;
	z-index: 11;
}

.send-button:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
	background: linear-gradient(135deg, #128C7E, #075E54);
}

.send-button svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* Ensure WhatsApp widget is always visible */
.whatsapp-chat-widget * {
	box-sizing: border-box;
}

.whatsapp-float-btn {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Responsive Design */
@media (max-width: 480px) {
	.whatsapp-chat-widget {
		bottom: 15px;
		right: 15px;
	}
	
	.whatsapp-chat-window {
		width: 300px;
		height: 450px;
	}
	
	.whatsapp-bubble {
		min-width: 250px;
	}
	
	.whatsapp-float-btn {
		width: 55px;
		height: 55px;
	}
	
	.whatsapp-float-btn svg {
		width: 24px;
		height: 24px;
	}
}

/* Footer Styles */
.site-footer {
	background: #2c3e50;
	color: #ecf0f1;
	padding: 30px 0;
	margin-top: 50px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-left p,
.footer-right p {
	margin: 0;
	font-size: 14px;
	font-family: "Lato", sans-serif;
}

.footer-left p {
	color: #bdc3c7;
}

.footer-right p {
	color: #e74c3c;
	font-weight: 500;
}

/* Responsive Footer */
@media (max-width: 768px) {
	.footer-content {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	
	.footer-left p,
	.footer-right p {
		font-size: 13px;
	}
}

/* Modern Contact Form Styles */
.modern-contact-form {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.modern-contact-form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
}

.modern-contact-form > * {
	position: relative;
	z-index: 2;
}

.form-header {
	text-align: center;
	margin-bottom: 30px;
}

.form-header h2 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
}

.form-header p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

.input-group {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	padding: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.input-group:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 1);
	border-color: #e74c3c;
}

.input-icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	border-radius: 12px;
	color: white;
	font-size: 18px;
	margin-right: 15px;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.input-group input,
.input-group textarea {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	padding: 15px 12px;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	color: #2c3e50;
	min-height: 20px;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
	color: #7f8c8d;
	font-style: italic;
}

.input-group textarea {
	resize: vertical;
	min-height: 120px;
	font-family: "Lato", sans-serif;
	line-height: 1.5;
}

.modern-submit-btn {
	width: 100%;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: white;
	border: none;
	padding: 20px 30px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
	position: relative;
	overflow: hidden;
}

.modern-submit-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.modern-submit-btn:hover::before {
	left: 100%;
}

.modern-submit-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(231, 76, 60, 0.5);
	background: linear-gradient(135deg, #c0392b, #a93226);
}

.modern-submit-btn:active {
	transform: translateY(-1px);
}

.btn-icon {
	font-size: 20px;
	transition: transform 0.3s ease;
}

.modern-submit-btn:hover .btn-icon {
	transform: translateX(5px);
}

/* Get In Touch Tile Styles */
.contact-highlights {
	margin: 20px 0;
}

.highlight-item h4 {
	color: #e74c3c;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: "Lato", sans-serif;
}

.highlight-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.highlight-item ul li {
	padding: 8px 0;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

.highlight-item ul li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #e74c3c;
	font-weight: bold;
	font-size: 16px;
}

.contact-info-card {
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border: 1px solid #dee2e6;
}

.contact-info-card h4 {
	color: #2c3e50;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
}

.contact-info-card > p {
	color: #6c757d;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.6;
}

.contact-methods {
	margin-bottom: 30px;
}

.contact-method {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	padding: 15px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.contact-method:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.method-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.method-details h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
	font-family: "Lato", sans-serif;
}

.method-details p {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #6c757d;
	font-family: "Lato", sans-serif;
}

.cta-section {
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	padding: 25px;
	border-radius: 12px;
	text-align: center;
	color: white;
}

.cta-section h5 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
}

.cta-section p {
	margin: 0 0 20px 0;
	font-size: 14px;
	opacity: 0.9;
	line-height: 1.5;
}

.consultation-btn {
	display: inline-block;
	background: white;
	color: #e74c3c;
	padding: 12px 25px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.consultation-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	background: #f8f9fa;
	color: #c0392b;
}

/* Elegant Contact Form Styles */
.elegant-contact-form {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.elegant-contact-form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
}

.elegant-contact-form > * {
	position: relative;
	z-index: 2;
}

.elegant-contact-form .form-header {
	text-align: center;
	margin-bottom: 30px;
}

.elegant-contact-form .form-header h4 {
	color: white;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
}

.elegant-contact-form .form-header p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.elegant-contact-form .form-group {
	margin-bottom: 20px;
}

.elegant-contact-form .input-group {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	padding: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.elegant-contact-form .input-group:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 1);
	border-color: #e74c3c;
}

.elegant-contact-form .input-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	border-radius: 10px;
	color: white;
	font-size: 16px;
	margin-right: 12px;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.elegant-contact-form .input-group input,
.elegant-contact-form .input-group textarea {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	padding: 12px 10px;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	color: #2c3e50;
	min-height: 18px;
}

.elegant-contact-form .input-group input::placeholder,
.elegant-contact-form .input-group textarea::placeholder {
	color: #7f8c8d;
	font-style: italic;
}

.elegant-contact-form .input-group textarea {
	resize: vertical;
	min-height: 100px;
	font-family: "Lato", sans-serif;
	line-height: 1.5;
}

.elegant-submit-btn {
	width: 100%;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: white;
	border: none;
	padding: 16px 30px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
	position: relative;
	overflow: hidden;
}

.elegant-submit-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.elegant-submit-btn:hover::before {
	left: 100%;
}

.elegant-submit-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(231, 76, 60, 0.5);
	background: linear-gradient(135deg, #c0392b, #a93226);
}

.elegant-submit-btn:active {
	transform: translateY(-1px);
}

.elegant-submit-btn .btn-icon {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.elegant-submit-btn:hover .btn-icon {
	transform: translateX(5px);
}

/* Social Media Icons Styles */
.social-media {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 20px;
	justify-content: center;
}

.social-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.social-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.social-icon:hover::before {
	opacity: 1;
}

.social-icon.facebook {
	background: linear-gradient(135deg, #1877f2, #0d5bb8);
	color: white;
}

.social-icon.linkedin {
	background: linear-gradient(135deg, #0077b5, #005885);
	color: white;
}

.social-icon.instagram {
	background: linear-gradient(135deg, #e4405f, #c13584, #833ab4, #fd1d1d, #fcb045);
	color: white;
}

.social-icon:hover {
	transform: translateY(-3px) scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.social-icon.facebook:hover {
	background: linear-gradient(135deg, #0d5bb8, #0a4a9a);
}

.social-icon.linkedin:hover {
	background: linear-gradient(135deg, #005885, #004066);
}

.social-icon.instagram:hover {
	background: linear-gradient(135deg, #c13584, #833ab4, #fd1d1d, #fcb045, #e4405f);
}

.social-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.social-icon:hover svg {
	transform: scale(1.1);
}

/* Footer Social Media Icons */
.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-center {
	display: flex;
	align-items: center;
}

.footer-social {
	display: flex;
	gap: 10px;
	align-items: center;
}

.footer-social-icon {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.footer-social-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.footer-social-icon:hover::before {
	opacity: 1;
}

.footer-social-icon.facebook {
	background: linear-gradient(135deg, #1877f2, #0d5bb8);
	color: white;
}

.footer-social-icon.linkedin {
	background: linear-gradient(135deg, #0077b5, #005885);
	color: white;
}

.footer-social-icon.instagram {
	background: linear-gradient(135deg, #e4405f, #c13584, #833ab4, #fd1d1d, #fcb045);
	color: white;
}

.footer-social-icon:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-social-icon.facebook:hover {
	background: linear-gradient(135deg, #0d5bb8, #0a4a9a);
}

.footer-social-icon.linkedin:hover {
	background: linear-gradient(135deg, #005885, #004066);
}

.footer-social-icon.instagram:hover {
	background: linear-gradient(135deg, #c13584, #833ab4, #fd1d1d, #fcb045, #e4405f);
}

.footer-social-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.footer-social-icon:hover svg {
	transform: scale(1.1);
}

/* Responsive Design for Header */
@media (max-width: 768px) {
	.contact-info {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 100%;
	}
	
	.contact-item {
		padding: 15px;
	}
	
	.contact-item:first-child {
		grid-column: 1;
	}
	
	.contact-icon {
		width: 35px;
		height: 35px;
	}
	
	.contact-icon svg {
		width: 18px;
		height: 18px;
	}
	
	.contact-label {
		font-size: 11px;
	}
	
	.contact-value {
		font-size: 15px;
	}
	
	.company-info h1 {
		font-size: 28px;
	}
	
	.company-info .tagline {
		font-size: 16px;
	}
	
	.logo-text {
		font-size: 32px;
	}
	
	.stylized-s {
		font-size: 38px;
	}
	
	.solutions-text {
		font-size: 26px;
	}
	
	.modern-contact-form {
		padding: 30px 20px;
		max-width: 100%;
	}
	
	.form-header h2 {
		font-size: 24px;
	}
	
	.input-icon {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	
	.input-group input,
	.input-group textarea {
		padding: 12px 10px;
		font-size: 15px;
	}
	
	.modern-submit-btn {
		padding: 18px 25px;
		font-size: 15px;
	}
	
	.elegant-contact-form {
		padding: 30px 20px;
		max-width: 100%;
	}
	
	.elegant-contact-form .form-header h4 {
		font-size: 20px;
	}
	
	.elegant-contact-form .input-icon {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	
	.elegant-contact-form .input-group input,
	.elegant-contact-form .input-group textarea {
		padding: 10px 8px;
		font-size: 14px;
	}
	
	.elegant-submit-btn {
		padding: 14px 25px;
		font-size: 14px;
	}
	
	.social-media {
		margin-top: 15px;
		gap: 10px;
	}
	
	.social-icon {
		width: 35px;
		height: 35px;
	}
	
	.social-icon svg {
		width: 18px;
		height: 18px;
	}
	
	.footer-content {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
	
	.footer-social-icon {
		width: 32px;
		height: 32px;
	}
	
	.footer-social-icon svg {
		width: 16px;
		height: 16px;
	}
	
}

/* About Section */
.about-section {
	background: #ffffff;
	padding: 80px 0;
	margin: 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.about-section h2 {
	font-size: 36px;
	font-weight: 700;
	color: #2c3e50;
	text-align: center;
	margin-bottom: 40px;
	font-family: "Lato", sans-serif;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.about-content p {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
}

/* Services Section */
.services-section {
	background: #f8f9fa;
	padding: 80px 0;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.what-we-do-banner {
	background: #e74c3c;
	color: white;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 4px;
	position: relative;
}

.what-we-do-banner::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e74c3c;
}

.section-title {
	font-size: 48px;
	font-weight: 700;
	color: #2c3e50;
	margin: 20px 0;
	position: relative;
	font-family: "Lato", sans-serif;
}

.section-title::before {
	content: 'SERVICES WE OFFER';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 72px;
	color: rgba(44, 62, 80, 0.05);
	z-index: -1;
	font-weight: 900;
}

.title-underline {
	width: 60px;
	height: 4px;
	background: #e74c3c;
	margin: 20px auto;
}

.navigation-arrows {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 10px;
}

.nav-arrow {
	width: 40px;
	height: 40px;
	background: #e74c3c;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
}

.nav-arrow:hover {
	background: #c0392b;
	transform: scale(1.1);
}

/* Services Grid */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.service-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-image {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
	transform: scale(1.05);
}

.service-content {
	padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.service-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Lato", sans-serif;
}

.service-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
	flex-grow: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
	.logo-container {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	
	.company-info h1 {
		font-size: 24px;
	}
	
	.contact-info {
		text-align: center;
		margin-top: 20px;
	}
	
	.section-title {
		font-size: 32px;
	}
	
	.section-title::before {
		font-size: 48px;
	}
	
	.navigation-arrows {
		position: static;
		transform: none;
		justify-content: center;
		margin-top: 20px;
	}
	
	.services-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.about-content p {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 15px;
	}
	
	.about-section, .services-section {
		padding: 40px 0;
	}
	
	.section-title {
		font-size: 28px;
	}
	
	.service-content {
		padding: 20px;
	}
}