/*----------- Core Framework -------*/
@import url('../fonts/gordita/stylesheet.css');
@import url('../fonts/recoleta/stylesheet-optimized.css');
@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('../css/navbar.css');
@import url('../css/framework.css');
@import url('../vendor/bootstrap-icons/font/bootstrap-icons.css');
@import url('../vendor/fontawesome-free/css/all.min.css');

/*----------- Used Libraries Only -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
@import url('../vendor/aos-next/dist/aos.css');
@import url('../css/animate.min.css');
@import url('../css/custom-animation.css');
@import url('../vendor/intlTelInput/css/intlTelInput.css');

/* REMOVED UNUSED IMPORTS:
 - slick.css (not used in index.html/index2.html)
 - selectize.css (not used in index.html/index2.html) 
 - animated-headline-master/style.css (not used in index.html/index2.html)
 - jquery.pagepiling.css (not used in index.html/index2.html)
*/

/*----------- Custom Styles -------*/

/* Reset */
* {
	margin: 0;
	padding: 0;
	outline: none !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: 'Asapregular';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66em;
	color: #2f3090;
	text-align: left;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Recoleta-Medium';
	color: #2f3090;
	margin: 0;
	line-height: 1.2;
}

p {
	margin: 0 0 15px;
}

a {
	color: #2f3090;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: #667eea;
	text-decoration: none;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 12px 30px;
	border: 2px solid transparent;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-primary {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	border-color: transparent;
}

.btn-primary:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Layout */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }

/* Header */
.theme-main-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.navbar {
	padding: 15px 0;
}

.navbar-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-item {
	margin: 0 15px;
}

.nav-link {
	color: #2f3090;
	font-weight: 500;
	padding: 10px 0;
	transition: all 0.3s ease;
}

.nav-link:hover {
	color: #667eea;
}

/* Footer */
.vcamp-footer-two {
	background: #2f3090;
	color: #fff;
	padding: 40px 0 20px;
	text-align: center;
}

/* Modal */
.modal {
	z-index: 1050;
}

.modal-content {
	border: none;
	border-radius: 15px;
	overflow: hidden;
}

/* Scroll to top */
.scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 999;
}

.scroll-top:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
	.container {
		padding: 0 20px;
	}
	
	.navbar-nav {
		flex-direction: column;
	}
	
	.nav-item {
		margin: 5px 0;
	}
}

/* Blog styles */
.blog-meta-four {
	margin-bottom: 30px;
	padding: 15px;
}

.blog-meta-four .img-meta {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.blog-meta-four .img-meta img {
	transition: transform 0.3s ease;
}

.blog-meta-four .img-meta:hover img {
	transform: scale(1.05);
}

.blog-meta-four .post-info {
	margin-bottom: 10px;
}

.blog-meta-four .post-info a {
	font-size: 18px;
	font-weight: 600;
	color: #2f3090;
}

.blog-meta-four .post-footer a {
	color: #667eea;
	font-weight: 500;
}

/* Section titles */
.wpo-section-title {
	text-align: center;
	margin-bottom: 50px;
}

.wpo-section-title h2 {
	font-size: 36px;
	margin-bottom: 15px;
}

/* Icon close */
.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}

/* Hero container */
.hero-container {
	padding: 40px;
}

.hero-inner {
	max-width: 800px;
	margin: 0 auto;
}

.hero-inner h2 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.4;
}

.hero-inner img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 20px;
}

.hero-inner p {
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Animation classes */
.zoomIn {
	animation: zoomIn 0.6s ease-out;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* Utility classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.d-block { display: block; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.m-auto { margin: auto; }
.mb-15 { margin-bottom: 15px; }
.mt-4 { margin-top: 1.5rem; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }