/**
Theme Name: siliconandhra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siliconandhra
Template: astra
*/

/* Portfolio Latest Shortcode */
.portfolio-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1200px) {
	.portfolio-latest-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.portfolio-latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.portfolio-latest-grid {
		grid-template-columns: 1fr;
	}
}

.portfolio-latest-item {
	background: #ffffff;
	border: 1px solid rgba(30, 41, 59, 0.08);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
	transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.portfolio-latest-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.portfolio-latest-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.portfolio-latest-title {
	margin: 18px 18px 0;
	font-size: 1.2rem;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.portfolio-latest-excerpt {
	margin: 10px 18px 12px;
	color: #57606f;
	font-size: 0.98rem;
	line-height: 1.75;
}

.portfolio-latest-readmore-wrap {
	margin: 0 18px 18px;
}

.portfolio-latest-readmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.portfolio-latest-readmore:hover {
	background: #1f2937;
	transform: translateY(-1px);
}

.siliunds .portfolio-latest-grid {
	gap: 36px;
}

.siliunds .portfolio-latest-item {
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: 24px;
	padding: 34px 30px 28px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.siliunds .portfolio-latest-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 55px rgba(15, 23, 42, 0.14);
	border-color: rgba(59, 130, 246, 0.28);
}

.siliunds .portfolio-latest-title {
	margin: 20px 0 12px;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #0f172a;
	text-align: center;
	font-weight: 700;
}

.siliunds .portfolio-latest-title::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: rgba(59, 130, 246, 0.35);
}

.siliunds .portfolio-latest-excerpt {
	margin: 0 auto 24px;
	max-width: 80%;
	color: #475569;
	font-size: 0.98rem;
	line-height: 1.75;
	text-align: center;
}

.siliunds .portfolio-latest-readmore-wrap {
	text-align: center;
}

.siliunds .portfolio-latest-readmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #2563eb;
	padding: 0.9rem 1.8rem;
	border-radius: 999px;
	border: 1px solid rgba(37, 99, 235, 0.25);
	font-weight: 700;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.siliunds .portfolio-latest-readmore:hover {
	background: #2563eb;
	color: #ffffff;
	border-color: rgba(37, 99, 235, 0.5);
	transform: translateY(-2px);
}

.siliunds .portfolio-latest-link {
	color: inherit;
	text-decoration: none;
}

.siliunds .portfolio-latest-link:hover .portfolio-latest-title {
	color: #2563eb;
}

.portfolio-latest-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.portfolio-latest-pagination {
	margin: 36px 0 0;
	text-align: center;
}

.portfolio-latest-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio-latest-pagination li {
	margin: 0;
}

.portfolio-latest-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	color: #253858;
	text-decoration: none;
	font-weight: 600;
	background: #ffffff;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.portfolio-latest-pagination .page-numbers:hover {
	background-color: #f8fafc;
	border-color: rgba(15, 23, 42, 0.18);
	transform: translateY(-1px);
}

.portfolio-latest-pagination .page-numbers.current {
	background-color: #1f2937;
	border-color: #1f2937;
	color: #ffffff;
}

.portfolio-latest-pagination .page-numbers.dots {
	pointer-events: none;
	cursor: default;
	background: transparent;
	border-color: transparent;
	color: #94a3b8;
}

.portfolio-latest-pagination .page-numbers.prev,
.portfolio-latest-pagination .page-numbers.next {
	min-width: 50px;
}

/* Logo carousel shortcode */
.logo-carousel {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 18px 0;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.logo-carousel::-webkit-scrollbar {
	height: 10px;
}

.logo-carousel::-webkit-scrollbar-thumb {
	background: rgba(15, 23, 42, 0.18);
	border-radius: 999px;
}

.logo-carousel-item {
	flex: 0 0 auto;
	scroll-snap-align: start;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
}

.logo-carousel-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.logo-carousel-image {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: grayscale(0.02);
	transition: transform 0.2s ease;
}

.logo-carousel-link:hover .logo-carousel-image {
	transform: scale(1.02);
}

.siliunds {
	padding: 50px 24px;
	background: linear-gradient(180deg, rgba(243, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-radius: 30px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.siliunds .logo-carousel-wrapper {
	padding: 0 60px;
}

.siliunds .logo-carousel {
	gap: 30px;
}

.siliunds .logo-carousel-item {
	border-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	padding: 24px;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.siliunds .logo-carousel-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.15);
	border-color: rgba(59, 130, 246, 0.2);
}

.siliunds .logo-carousel-link {
	width: 100%;
	justify-content: center;
}

.siliunds .logo-carousel-image {
	max-width: 120px;
	filter: none;
}

.siliunds .logo-carousel-link:hover .logo-carousel-image {
	transform: scale(1.05);
}

.siliunds .logo-carousel-control {
	background: rgba(30, 58, 138, 0.9);
}

.siliunds .logo-carousel-control:hover {
	background: rgba(30, 58, 138, 1);
}

.siliunds .logo-carousel-image {
	max-width: 140px;
}

.logo-carousel-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.logo-carousel-control {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #e66f03;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.logo-carousel-prev {
	left: -22px;
}

.logo-carousel-next {
	right: -22px;
}

.logo-carousel-control:hover {
	background: rgba(15, 23, 42, 1);
}

@media (max-width: 768px) {
	.logo-carousel {
		gap: 18px;
	}

	.logo-carousel-item {
		padding: 16px;
		min-width: 150px;
	}

	.logo-carousel-control {
		display: none;
	}
}
