/* Project-level overrides for targeted layout fixes. */

.home-page .partner-carousel.owl-carousel .owl-item img {
	max-width: 100%;
	object-fit: contain;
}

.home-page .banner-area.banner-style-three .hero-mobile-thumb {
	display: none;
}

@media (max-width: 1023px) {
	.home-page header#home nav.navbar.validnavs .container {
		min-height: 88px;
		position: relative;
	}

	.home-page header#home .navbar-header {
		width: 100%;
		min-height: 88px;
		display: flex;
		align-items: center;
	}

	.home-page header#home .main-nav-content {
		margin-left: auto;
	}

	.home-page header#home a.navbar-brand img {
		height: 48px;
		width: auto;
	}
}

@media (max-width: 767px) {
	.home-page .default-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.home-page .banner-area.banner-style-three {
		background-position: center top;
	}

	.home-page .banner-area.banner-style-three .double-items {
		padding-top: 120px;
		padding-bottom: 35px;
	}

	.home-page .banner-area.banner-style-three .info {
		padding: 28px 22px 30px;
		margin: 0 auto;
		max-width: 560px;
		border-radius: 28px;
		background: linear-gradient(180deg, rgba(7, 24, 55, 0.42), rgba(4, 14, 34, 0.78));
		box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		text-align: center;
	}

	.home-page .banner-area.banner-style-three .info > * {
		position: relative;
		z-index: 1;
	}

	.home-page .banner-area.banner-style-three h3 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 8px 14px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.12);
		border: 1px solid rgba(255, 255, 255, 0.16);
		font-size: 15px !important;
		line-height: 1.6;
		margin-bottom: 12px !important;
		margin-left: auto;
		margin-right: auto;
	}

	.home-page .banner-area.banner-style-three h2 {
		font-size: 32px;
		line-height: 1.15;
		margin-bottom: 20px;
	}

	.home-page .banner-area.banner-style-three h2 strong {
		margin-top: 8px;
	}

	.home-page .banner-area.banner-style-three p {
		font-size: 15px;
		line-height: 1.85;
		margin-left: auto;
		margin-right: auto;
		max-width: 34rem;
	}

	.home-page .banner-area.banner-style-three .btn {
		width: 100%;
		max-width: 280px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.home-page .banner-area.banner-style-three .thumb {
		margin-top: 20px;
	}

	.home-page .banner-area.banner-style-three .hero-mobile-thumb {
		display: block;
		position: relative;
		margin: 16px 0 22px;
		padding: 14px 16px 10px;
		width: 100%;
		border-radius: 24px;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
		border: 1px solid rgba(255, 255, 255, 0.16);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 36px rgba(0, 0, 0, 0.16);
		overflow: hidden;
	}

	.home-page .banner-area.banner-style-three .hero-mobile-thumb::before {
		position: absolute;
		right: -26px;
		top: -34px;
		content: "";
		height: 110px;
		width: 110px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.08);
	}

	.home-page .banner-area.banner-style-three .hero-mobile-thumb::after {
		position: absolute;
		left: 18px;
		right: 18px;
		bottom: 8px;
		content: "";
		height: 34px;
		background: linear-gradient(180deg, rgba(2, 235, 173, 0), rgba(2, 235, 173, 0.18));
		filter: blur(18px);
	}

	.home-page .banner-area.banner-style-three .hero-mobile-thumb img {
		display: block;
		position: relative;
		z-index: 1;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.18));
	}

	.home-page .banner-area.banner-style-three .hero-desktop-thumb {
		display: none;
	}

	.home-page .banner-area.banner-style-three .double-items .thumb img {
		max-width: 100%;
		margin-top: 10px;
	}

	.home-page .banner-area .shape-left {
		height: 280px;
		opacity: 0.35;
	}

	.home-page .clients-style-one-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home-page .clients-style-one-box h3 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.home-page .partner-carousel {
		padding: 0 10px;
	}

	.home-page .partner-carousel.owl-carousel .owl-item {
		height: 100px;
	}

	.home-page .partner-carousel.owl-carousel .owl-item img {
		max-height: 70px;
	}

	.home-page .about-area .about-items .row,
	.home-page .choose-us-area .row {
		row-gap: 30px;
	}

	.home-page .about-area .about-items .info,
	.home-page .choose-us-area .info {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-page .about-area .about-items .thumb,
	.home-page .choose-us-area .thumb {
		max-width: 340px;
		margin: 0 auto;
	}

	.home-page .about-area .about-items .info {
		padding: 30px 22px;
		border-radius: 26px;
		background: linear-gradient(180deg, #ffffff, #f7fbff);
		box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
		border: 1px solid rgba(0, 102, 204, 0.08);
		position: relative;
		overflow: hidden;
		text-align: center;
	}

	.home-page .about-area .about-items .info::before,
	.home-page .choose-us-area .item-box::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 4px;
		width: 100%;
		background: linear-gradient(90deg, #0066cc 0%, #02ebad 100%);
	}

	.home-page .about-area .about-items .info h4,
	.home-page .choose-us-area .item-box h4 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 8px 14px;
		border-radius: 999px;
		background: rgba(0, 102, 204, 0.08);
		font-size: 13px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		margin-left: auto;
		margin-right: auto;
	}

	.home-page .about-area .about-items .info h2,
	.home-page .choose-us-area .item-box h2 {
		font-size: 30px;
		line-height: 1.15;
		margin: 18px 0 16px;
	}

	.home-page .about-area .about-items .info > p,
	.home-page .choose-us-area .item-box > p {
		font-size: 15px;
		line-height: 1.85;
		margin-bottom: 0;
	}

	.home-page .about-area .about-items ul {
		display: grid;
		gap: 14px;
		margin-top: 24px;
		text-align: center;
	}

	.home-page .about-area .about-items ul li {
		margin-top: 0;
		padding: 58px 18px 18px;
		border-radius: 20px;
		background: #f8fbff;
		box-shadow: inset 0 0 0 1px rgba(0, 102, 204, 0.08);
	}

	.home-page .about-area .about-items ul li::after {
		left: 50%;
		top: 18px;
		height: 26px;
		width: 26px;
		line-height: 26px;
		box-shadow: 0 10px 24px rgba(0, 102, 204, 0.2);
		transform: translateX(-50%);
	}

	.home-page .about-area .about-items ul h5 {
		margin-bottom: 8px;
	}

	.home-page .about-area .about-items ul p {
		font-size: 14px;
		line-height: 1.75;
	}

	.home-page .about-area .about-items .info .button {
		display: flex;
		flex-direction: column;
		gap: 14px;
		align-items: stretch;
	}

	.home-page .about-area .about-items .info .button a {
		margin-right: 0;
		text-align: center;
	}

	.home-page .choose-us-area .info {
		text-align: center;
	}

	.home-page .choose-us-area .item-box {
		padding: 30px 22px;
		border-radius: 26px;
		background: linear-gradient(180deg, #ffffff, #f6fbff);
		box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
		border: 1px solid rgba(0, 102, 204, 0.08);
		position: relative;
		overflow: hidden;
	}

	.home-page .choose-us-area .info ul {
		display: grid;
		gap: 14px;
		margin-top: 26px;
	}

	.home-page .choose-us-area .info ul li {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		padding: 16px 18px;
		background: #f8fbff;
		border-radius: 18px;
		border: 1px solid rgba(0, 102, 204, 0.08);
		text-align: center;
	}

	.home-page .choose-us-area .info ul li i {
		height: 46px;
		width: 46px;
		min-width: 46px;
		line-height: 46px;
		margin: 0;
		border-radius: 14px;
		text-align: center;
		font-size: 18px;
		background: linear-gradient(135deg, rgba(0, 102, 204, 0.14), rgba(2, 235, 173, 0.14));
	}

	.home-page .choose-us-area .info ul li h5 {
		margin: 0;
		font-size: 15px;
		line-height: 1.5;
	}

	.home-page .choose-us-area .progress-box {
		margin-top: 24px;
		padding: 18px 18px 20px;
		border-radius: 18px;
		background: #f9fbfc;
		border: 1px solid rgba(15, 23, 42, 0.08);
		text-align: center;
	}

	.home-page .site-heading {
		margin-bottom: 0;
	}

	.home-page .site-heading p {
		font-size: 15px;
		line-height: 1.85;
		max-width: 30rem;
		margin-left: auto;
		margin-right: auto;
	}

	.home-page .mission-vision-row,
	.home-page .core-values-row {
		row-gap: 20px;
	}

	.home-page .mission-vision-card {
		padding: 28px !important;
		height: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 24px !important;
		background: linear-gradient(180deg, #ffffff, #f7fbff) !important;
		box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08) !important;
		text-align: center;
	}

	.home-page .mission-vision-card::after {
		position: absolute;
		right: -35px;
		bottom: -35px;
		content: "";
		height: 140px;
		width: 140px;
		border-radius: 50%;
		background: radial-gradient(circle, rgba(0, 102, 204, 0.12) 0%, rgba(0, 102, 204, 0) 72%);
	}

	.home-page .mission-vision-card > div:first-child {
		margin-bottom: 18px !important;
	}

	.home-page .mission-vision-card > div:first-child i {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 72px;
		width: 72px;
		border-radius: 20px;
		background: rgba(0, 102, 204, 0.08);
		font-size: 30px !important;
	}

	.home-page .mission-vision-card h4 {
		font-size: 23px;
		line-height: 1.35;
		margin-bottom: 14px !important;
	}

	.home-page .mission-vision-card p {
		font-size: 15px !important;
		line-height: 1.85 !important;
	}

	.home-page .core-value-card {
		padding: 24px !important;
		height: 100%;
		position: relative;
		overflow: hidden;
		border-left: none !important;
		border-top: 4px solid #0066cc;
		border-radius: 22px !important;
		background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
		box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
		text-align: center;
	}

	.home-page .core-value-card::after {
		position: absolute;
		right: -18px;
		top: -24px;
		content: "";
		height: 90px;
		width: 90px;
		border-radius: 50%;
		background: rgba(0, 102, 204, 0.08);
	}

	.home-page .core-value-card h5,
	.home-page .core-value-card p {
		position: relative;
	}

	.home-page .core-value-card h5 {
		font-size: 18px;
		line-height: 1.4;
	}

	.home-page .core-value-card p {
		font-size: 14px !important;
		line-height: 1.75 !important;
		margin-bottom: 0;
	}

	.home-page .our-features-area .feature-items .single-item .item {
		padding: 34px 24px 30px;
		border-radius: 24px;
		text-align: center;
	}

	.home-page .our-features-area .feature-items .item .icon {
		margin-bottom: 18px;
	}

	.home-page .our-features-area .feature-items .item .icon::after {
		right: -46px;
		height: 64px;
		width: 64px;
	}

	.home-page .our-features-area .feature-items .item h4 {
		font-size: 22px;
		line-height: 1.35;
	}

	.home-page .our-features-area .feature-items .single-item .item.service-banner {
		padding: 34px 24px !important;
		min-height: 280px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.home-page .subscribe-area .subscribe-items {
		padding: 65px 20px;
		border-radius: 28px;
		box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
	}

	.home-page .subscribe-area form {
		max-width: 100%;
	}

	.home-page .subscribe-area form button {
		position: static;
		width: 100%;
		min-width: 0;
		margin-top: 15px;
	}

	.home-page .subscribe-area form input {
		padding: 18px 20px;
		text-align: center;
	}

	.home-page .pricing-item {
		padding-left: 24px;
		padding-right: 24px;
		text-align: center;
	}

	.home-page .pricing-item .price h2 {
		font-size: 34px;
		line-height: 1.2;
	}

	.home-page .pricing-item .btn {
		width: 100%;
		text-align: center;
	}

	.home-page .testimonials-area .item {
		padding: 34px 24px;
		border-radius: 26px;
		text-align: center;
	}

	.home-page .testimonials-area .item .provider {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.home-page .testimonials-area .item .provider img {
		height: 58px;
		width: 58px;
		min-width: 58px;
	}

	.home-page .testimonials-area .item .reason {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.home-page .blog-area .item .info {
		text-align: center;
	}

	.home-page .blog-area .item .info .meta ul {
		justify-content: center;
	}

	.home-page .blog-area .meta ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 18px;
	}

	.home-page .blog-area .meta ul li {
		float: none;
	}

	.home-page .blog-area .item .info {
		padding: 24px;
		padding-top: 40px;
	}
}

@media (max-width: 480px) {
	.home-page header#home .navbar-header {
		min-height: 80px;
	}

	.home-page header#home a.navbar-brand img {
		height: 42px;
	}

	.home-page .banner-area.banner-style-three .info,
	.home-page .about-area .about-items .info,
	.home-page .choose-us-area .item-box {
		padding: 24px 18px 26px;
	}

	.home-page .banner-area.banner-style-three h2 {
		font-size: 28px;
	}

	.home-page .about-area .about-items .info h2,
	.home-page .choose-us-area .item-box h2 {
		font-size: 26px;
	}

	.home-page .clients-style-one-box h3 {
		font-size: 22px;
	}

	.home-page .clients-style-one-box h3 strong {
		font-size: 30px;
	}

	.home-page .mission-vision-card h4 {
		font-size: 21px;
	}

	.home-page .mission-vision-card,
	.home-page .core-value-card {
		padding: 22px !important;
	}
}
