@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

:root {
	--primary: #3189c9;
	--black: #000000;
	--discription: #1a1a1a;
	--white: #ffffff;
}

body {
	font-family: Arial, sans-serif;
	background: #f5f8fb;
	overflow-x: hidden;
}

.main-header {
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
	padding: 12px 0;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
	font-size: 30px;
	font-weight: 700;
	color: var(--white) !important;
	letter-spacing: 1px;
}

img.logo {
	width: 140px;
}

.navbar-brand span {
	color: var(--primary);
}

.navbar-nav .nav-link {
	color: var(--white) !important;
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px;
	position: relative;
	transition: 0.3s;
}

.navbar-nav .nav-link:not(.dropdown-toggle)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: var(--primary);
	left: 0;
	bottom: -5px;
	transition: 0.4s;
}

.navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
	width: 100%;
}

.navbar-nav .nav-link:hover {
	color: var(--primary) !important;
}

.navbar-nav .nav-link.dropdown-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.navbar-nav .nav-link.dropdown-toggle::after {
	margin-left: 0.35rem;
	vertical-align: middle;
}

.header-btn {
	background: var(--primary);
	color: var(--white);
	padding: 12px 28px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.4s;
	border: 2px solid transparent;
}

.header-btn:hover {
	background: transparent;
	border-color: var(--primary);
	color: var(--primary);
}

.navbar-toggler {
	border: none;
	box-shadow: none !important;
}

.navbar-toggler i {
	color: var(--white);
	font-size: 28px;
}


.hero-banner-section {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hero-slide-item {
	position: relative;
	width: 100%;
}

.hero-slide-item img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

.hero-slide-content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.hero-slide-text {
	max-width: 700px;
	text-align: center;
	color: #fff;
	padding: 20px;
	pointer-events: auto;
}

.hero-slide-title {
	font-size: 48px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
	margin-bottom: 20px;
}

.hero-slide-desc {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 28px;
}

.hero-slide-btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 50px;
	background: rgba(49, 137, 201, 0.95);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
}

.hero-slide-btn:hover {
	background: #fff;
	color: #111;
}

.hero-slide-item .hero-slide-content {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-slide-item.animate-slide .hero-slide-content {
	opacity: 1;
	transform: translateY(0);
}


.hero-main-slider .slick-prev,
.hero-main-slider .slick-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	transition: 0.4s;
}

.hero-main-slider .slick-prev {
	left: 30px;
}

.hero-main-slider .slick-next {
	right: 30px;
}

.hero-main-slider .slick-prev:hover,
.hero-main-slider .slick-next:hover {
	background: #3189c9;
}

.hero-main-slider .slick-prev::before,
.hero-main-slider .slick-next::before {
	font-size: 24px;
	opacity: 1;
}


/* .hero-main-slider .slick-dots{
    bottom:30px;
} */

.hero-main-slider .slick-dots li button:before {
    font-size: 14px;
    color: #a9a9a9;
    opacity: 0.5;
}

.hero-main-slider .slick-dots li.slick-active button:before {
	color: #3189c9;
	opacity: 1;
}

.blog-hero-section {
	position: relative;
	padding: 120px 0 70px;
	background-image: linear-gradient(135deg, rgba(14, 40, 74, 0.82), rgba(19, 67, 115, 0.58)), url("./assets/images/graphic-designer-looking-camera-while-colleague-working-ba.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}

.blog-hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 30%), linear-gradient(180deg, rgba(8, 20, 40, 0.62), rgba(8, 20, 40, 0.78));
	pointer-events: none;
}

.blog-hero-section .container {
	position: relative;
	z-index: 2;
}

.hero-highlight-card {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
}

.hero-highlight-card .section-tag {
	background: rgba(255, 255, 255, 0.14);
	color: #e9f5ff;
}

.hero-highlight-card h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-top: 18px;
}

.hero-highlight-card p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
}

.hero-stats {
	display: flex;
	gap: 16px;
}

.hero-stats div {
	flex: 1;
	padding: 18px 16px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	text-align: center;
	animation: floatImage 5s ease-in-out infinite;
}

.hero-stats strong {
	display: block;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 6px;
}

.hero-stats span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

.blog-hero-content {
	max-width: 560px;
}

.blog-hero-content .section-tag {
	display: inline-flex;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 24px;
	color: #e5f2ff;
}

.blog-hero-content h1 {
	font-size: 65px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
}

.blog-hero-content p {
	font-size: 1rem;
	line-height: 1.8;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.88);
}

.hero-pill-list span {
	display: inline-flex;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.92rem;
}

.blog-hero-image {
	text-align: center;
}

.blog-hero-image img {
	max-width: 100%;
	border-radius: 24px;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}

.blog-main-section {
	position: relative;
}

.blog-intro .section-tag {
	display: inline-flex;
	padding: 8px 18px;
	background: rgba(49, 137, 201, 0.12);
	color: #3189c9;
	border-radius: 999px;
	font-weight: 600;
	margin-bottom: 18px;
}

.blog-intro h2 {
	font-size: 50px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 18px;
}

.blog-intro p {
	color: #555;
	font-size: 1rem;
	max-width: 680px;
}

.blog-card {
	background: #fff;
	border: none;
	border-radius: 28px;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 80px rgba(49, 137, 201, 0.18);
}

.blog-card .card-img-top {
	height: 220px;
	object-fit: cover;
}

.blog-card .card-body {
	padding: 28px;
}

.blog-card .meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 0.95rem;
	color: #6c757d;
	margin-bottom: 14px;
}

.blog-category {
	background: rgba(49, 137, 201, 0.12);
	color: #3189c9;
	padding: 6px 12px;
	border-radius: 999px;
	font-weight: 600;
}

.blog-card h3 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 14px;
}

.blog-card p {
	color: #626d7a;
	line-height: 1.85;
}

.blog-card .card-footer {
	border-top: 1px solid #f2f4f7;
	padding-top: 18px;
	color: #6c757d;
}

.sidebar-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.sidebar-card p {
	color: #646f7c;
	line-height: 1.8;
}

.sidebar-list li {
	margin-bottom: 16px;
}

.sidebar-list li a {
	color: #1f2937;
	text-decoration: none;
	font-weight: 500;
}

.sidebar-list li a:hover {
	color: #3189c9;
}

.tag-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.tag-grid a,
.tag-grid span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(49, 137, 201, 0.12);
	color: #3189c9;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
}

.tag-grid a:hover {
	background: rgba(49, 137, 201, 0.22);
}

.show-more-wrap {
	text-align: center;
}
.btn-show-more {
	min-width: 170px;
	padding: 12px 24px;
}

@media(max-width:991px) {

	.hero-slide-item img {
		height: 75vh;
	}

}

@media(max-width:576px) {

	.hero-slide-item img {
		height: 60vh;
	}

	.hero-main-slider .slick-prev,
	.hero-main-slider .slick-next {
		width: 45px;
		height: 45px;
	}

	.hero-main-slider .slick-prev {
		left: 10px;
	}

	.hero-main-slider .slick-next {
		right: 10px;
	}

}

.main-footer {
	background: #000;
	color: #fff;
	padding-top: 80px;
}

.footer-logo {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-logo span {
	color: var(--primary);
}

.footer-text {
	color: #cfcfcf;
	line-height: 1.8;
}

.footer-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
}

.footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 3px;
	background: var(--primary);
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 14px;
	color: #d2d2d2;
}

.footer-links a {
	color: #d2d2d2;
	text-decoration: none;
	transition: 0.3s;
}

.footer-links a:hover {
	color: #fff;
}

.social-icons a {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	transition: 0.3s ease;
	text-decoration: none;
	font-size: 18px;
}

.social-icons a:hover {
	background: #3189c9;
	transform: translateY(-4px);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 60px;
	padding: 24px 0;
	text-align: center;
	color: #8f9bb3;
}


@media (max-width: 991px) {
	.navbar-nav {
		background: #111;
		padding: 20px;
		border-radius: 10px;
		margin-top: 15px;
	}

	.header-btn {
		display: inline-block;
		margin-top: 15px;
	}
}

@media (max-width: 576px) {
	.footer-title {
		margin-top: 30px;
	}
}

.about-company {
	background: #f7fbff;
	overflow: hidden;
}

.about-tag {
	display: inline-block;
	padding: 10px 22px;
	background: rgba(49, 137, 201, 0.12);
	color: var(--primary);
	border-radius: 50px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-title {
	font-size: 52px;
	font-weight: 800;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.2;
}

.about-text {
	color: #555;
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 20px;
}

.about-card {
	background: #000;
	border-radius: 30px;
	padding: 50px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.card-glow {
	position: absolute;
	width: 250px;
	height: 250px;
	background: #3189c9;
	filter: blur(120px);
	top: -100px;
	right: -100px;
	opacity: 0.5;
}

.about-card h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.about-card p {
	color: #d6d6d6;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.stats-box {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}

.single-stat {
	flex: 1;
	background: rgba(255, 255, 255, 0.08);
	padding: 25px 10px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.single-stat h4 {
	color: #3189c9;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 8px;
}

.single-stat span {
	color: #fff;
	font-size: 15px;
}

.services-section {
	background: #fff;
}

.service-tag {
	display: inline-block;
	background: rgba(49, 137, 201, 0.12);
	color: #3189c9;
	padding: 10px 24px;
	border-radius: 50px;
	font-weight: 600;
	margin-bottom: 20px;
}

.service-title {
	font-size: 50px;
	font-weight: 800;
	color: #000;
	margin-bottom: 15px;
}

.service-subtitle {
	color: #666;
	max-width: 700px;
	margin: auto;
	font-size: 17px;
}

.service-card {
	background: #fff;
	border-radius: 25px;
	padding: 40px 30px;
	height: 100%;
	transition: 0.4s;
	border: 1px solid #e9eef5;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.service-card::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 0;
	background: #000;
	left: -10%;
	bottom: 0;
	transition: 0.5s;
	border-radius: 50% 50% 0 0;
	z-index: 0;
}

.service-card:hover::before {
	height: 220%;
}

.service-card:hover {
	transform: translateY(-12px);
}

.service-icon {
	width: 70px;
	height: 70px;
	background: #3189c9;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.service-icon i {
	color: #fff;
	font-size: 34px;
}

.service-card h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.service-card p {
	color: #666;
	line-height: 1.9;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.service-card:hover h4,
.service-card:hover p {
	color: #fff;
}

@media (max-width: 991px) {

	.about-title,
	.service-title {
		font-size: 40px;
	}

	.about-card {
		padding: 40px;
	}

	.stats-box {
		flex-direction: column;
	}
}

@media (max-width: 576px) {

	.about-title,
	.service-title {
		font-size: 32px;
	}

	.about-text,
	.service-card p {
		font-size: 15px;
	}

	.service-card {
		padding: 30px 25px;
	}

	.about-card {
		padding: 30px;
	}
}

.premium-services {
	background: #f7fbff;
	overflow: hidden;
}

.section-tag {
	display: inline-block;
	padding: 10px 24px;
	background: var(--primary);
	color: var(--white);
	border-radius: 50px;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 20px;
}

.main-title {
	font-size: 52px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}

.main-desc {
	max-width: 900px;
	margin: auto;
	color: #666;
	font-size: 17px;
	line-height: 1.9;
}

.website_card {
	position: relative;
	background: #ffff;
	padding: 40px 30px;
	border-radius: 28px;
	overflow: hidden;
	height: 100%;
	transition: 0.5s;
	border: 1px solid #edf2f7;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.website_card::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #000;
	transition: 0.5s;
	z-index: 0;
}

.website_card:hover::before {
	height: 100%;
}

.website_card:hover {
	transform: translateY(-12px);
}


.service-box {
	position: relative;
	background: #3189c91f;
	padding: 40px 30px;
	border-radius: 28px;
	overflow: hidden;
	height: 100%;
	transition: 0.5s;
	border: 1px solid #edf2f7;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.service-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #000;
	transition: 0.5s;
	z-index: 0;
}

.service-box:hover::before {
	height: 100%;
}

.service-box:hover {
	transform: translateY(-12px);
}

.service-icon {
	width: 85px;
	height: 85px;
	background: #3189c9;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 30px rgba(49, 137, 201, 0.3);
}

.service-icon i {
	font-size: 34px;
	color: #fff;
}

.service-box h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.service-box p {
	color: #666;
	font-size: 16px;
	line-height: 1.9;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.website_card h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

/* Blog details specific styles */
.blog-detail-hero {
	padding: 110px 0;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.blog-detail-hero .hero-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.blog-detail-hero .section-tag {
    background: rgb(255 255 255);
    color: #000000;
}
a.blog-card-title {
    text-decoration: none;
    color: var(--black)
}
.blog-detail-hero .hero-title {
    font-size: 60px;
    font-weight: 800;
    margin-top: 18px;
    line-height: 1.05;
    color: #ffffff;
}
.blog-detail-hero .hero-meta {
	color: rgba(255,255,255,0.85);
	margin-top: 8px;
}

.blog-article .article-content {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #333;
}
.blog-article .article-content p {
	margin-bottom: 18px;
}
.blog-article .article-content img {
	max-width: 100%;
	display: block;
	margin: 18px 0;
	border-radius: 10px;
}
.blog-article .article-content h2, .blog-article .article-content h3 {
	margin-top: 24px;
	margin-bottom: 14px;
}
.blog-article .article-content blockquote {
	padding: 18px 22px;
	background: #f7fbff;
	border-left: 4px solid #3189c9;
	margin: 20px 0;
}

.author-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(17,24,39,0.06);
}
.author-avatar {
	width:64px;
	height:64px;
	border-radius:50%;
	background:var(--primary);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
	font-size:22px;
}

.sidebar-card {
	background:#fff;
	border-radius:12px;
	box-shadow:0 10px 30px rgba(17,24,39,0.06);
}

.share-buttons a {
	display:inline-block;
	margin-left:8px;
	padding:8px 12px;
	border-radius:8px;
	text-decoration:none;
	border:1px solid rgba(49,137,201,0.12);
	color:var(--black);
}

.related-posts a {
	text-decoration:none;
}

@media (max-width: 992px) {
	.blog-detail-hero { padding: 80px 0; }
	.blog-detail-hero .hero-title { font-size: 34px; }
}

@media (max-width: 768px) {
	.blog-detail-hero { padding: 60px 0; text-align:center; }
	.blog-detail-hero .hero-inner { padding: 0 16px; }
	.blog-detail-hero .hero-title { font-size: 26px; }
	.blog-detail-hero .hero-meta { font-size: 14px; }
	.author-avatar { width:56px; height:56px; font-size:20px; }
	.blog-article { padding: 0 0; }
}


.website_card p {
	color: #666;
	font-size: 16px;
	line-height: 1.9;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}


.service-box:hover h3,
.service-box:hover p {
	color: #fff;
}

.website_card:hover h3,
.website_card:hover p {
	color: #fff !important;
}

@media (max-width: 991px) {
	.main-title {
		font-size: 40px;
	}

	.service-box {
		padding: 35px 25px;
	}
}

@media (max-width: 576px) {
	.premium-services {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.main-title {
		font-size: 30px;
		line-height: 1.3;
	}

	.main-desc {
		font-size: 15px;
	}

	.service-box {
		padding: 30px 22px;
		border-radius: 22px;
	}

	.service-icon {
		width: 70px;
		height: 70px;
	}

	.service-icon i {
		font-size: 28px;
	}

	.service-box h3 {
		font-size: 18px;
	}

	.service-box p {
		font-size: 15px;
	}
}

.work-process-section {
	background: #f7fbff;
	overflow: hidden;
}

.process-heading {
	margin-bottom: 60px;
}

.process-tag {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 50px;
	background: rgba(49, 137, 201, 0.12);
	color: #3189c9;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}

.process-title {
	font-size: 52px;
	font-weight: 800;
	color: #000;
}

.process-card {
	position: relative;
	background: #fff;
	border-radius: 28px;
	padding: 45px 30px;
	text-align: center;
	overflow: hidden;
	height: 100%;
	transition: 0.5s;
	border: 1px solid #edf2f7;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.process-card::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #000;
	transition: 0.5s;
	z-index: 0;
}

.process-card:hover::before {
	height: 100%;
}

.process-card:hover {
	transform: translateY(-12px);
}

.process-number {
	position: absolute;
	top: -14px;
	right: 20px;
	font-size: 60px;
	font-weight: 800;
	color: rgba(49, 137, 201, 0.12);
	z-index: 1;
	line-height: 1;
}

.process-icon {
	width: 90px;
	height: 90px;
	margin: auto;
	background: #3189c9;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	box-shadow: 0 12px 30px rgba(49, 137, 201, 0.35);
}

.process-icon i {
	color: #fff;
	font-size: 36px;
}

.process-card h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #000;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.process-card p {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.process-card:hover h3,
.process-card:hover p {
	color: #fff;
}

@media (max-width: 991px) {
	.process-title {
		font-size: 42px;
	}

	.process-card {
		padding: 40px 25px;
	}
}

@media (max-width: 576px) {
	.work-process-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.process-title {
		font-size: 32px;
		line-height: 1.3;
	}

	.process-card {
		padding: 35px 22px;
		border-radius: 22px;
	}

	.process-icon {
		width: 75px;
		height: 75px;
	}

	.process-icon i {
		font-size: 30px;
	}

	.process-card h3 {
		font-size: 20px;
	}

	.process-card p {
		font-size: 15px;
	}

	.process-number {
		font-size: 46px;
	}
}

.creative-counter-section {
	background: #f7fbff;
	overflow: hidden;
}

.counter-wrapper {
	background: #000;
	border-radius: 35px;
	padding: 50px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}


.counter-box {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	padding: 40px 25px;
	text-align: center;
	transition: 0.5s;
	height: 100%;
	backdrop-filter: blur(10px);
}

.counter-box:hover {
	transform: translateY(-12px);
	background: #3189c9;
}

.counter-icon {
	width: 85px;
	height: 85px;
	margin: auto;
	border-radius: 24px;
	background: #3189c9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: 0.5s;
}

.counter-icon i {
	color: #fff;
	font-size: 34px;
}

.counter-box:hover .counter-icon {
	background: #fff;
}

.counter-box:hover .counter-icon i {
	color: #3189c9;
}

.counter-box h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 800;
	margin-bottom: 12px;
}

.counter-box p {
	color: #d6d6d6;
	font-size: 17px;
	margin: 0;
	line-height: 1.7;
}

.counter-box:hover p {
	color: #fff;
}

@media (max-width: 991px) {
	.counter-wrapper {
		padding: 35px;
	}

	.counter-box h2 {
		font-size: 42px;
	}
}

@media (max-width: 576px) {
	.creative-counter-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.counter-wrapper {
    padding: 70px 10px;
}

	.counter-box {
		padding: 30px 15px;
		border-radius: 20px;
	}

	.counter-icon {
		width: 65px;
		height: 65px;
		border-radius: 18px;
		margin-bottom: 20px;
	}

	.counter-icon i {
		font-size: 26px;
	}

	.counter-box h2 {
		font-size: 30px;
	}

	.counter-box p {
		font-size: 14px;
	}
}


.dev-services-area {
	background: #f7fbff;
	overflow: hidden;
}

.dev-services-wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.dev-service-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 25px;
	background: #ffffff;
	padding: 10px;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.5s;
	border: 1px solid #e9eef5;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.dev-service-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #000;
	transition: 0.5s;
	z-index: 0;
}

.dev-service-item:hover::before {
	height: 100%;
}

.dev-service-item:hover {
	transform: translateY(-8px);
}


.dev-service-icon {
	min-width: 40px;
	height: 45px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}

.dev-service-icon i {
	color: #3189c9;
	font-size: 30px;
}

.dev-service-item:hover .dev-service-icon i {
	color: #ffffff;
}

.dev-service-content {
	position: relative;
	z-index: 2;
}

.dev-service-content h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	transition: 0.4s;
}

.dev-service-content p {
	color: #666;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
	transition: 0.4s;
}

.dev-service-item:hover .dev-service-content h4,
.dev-service-item:hover .dev-service-content p {
	color: #fff;
}

.dev-services-image {
	position: sticky;
	top: 100px;
}

.dev-services-image img {
	width: 100%;
	border-radius: 35px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}


@media(max-width:991px) {

	.dev-services-image {
		position: relative;
		top: 0;
	}

	.dev-service-item {
		padding: 25px;
	}

	.dev-service-content h4 {
		font-size: 24px;
	}

}

@media(max-width:576px) {

	.dev-services-area {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.dev-service-item {
		flex-direction: column;
		gap: 20px;
		padding: 24px 20px;
		border-radius: 22px;
	}

	.dev-service-icon {
		min-width: 70px;
		width: 70px;
		height: 70px;
		border-radius: 20px;
	}

	.dev-service-icon i {
		font-size: 28px;
	}

	.dev-service-content h4 {
		font-size: 22px;
		line-height: 1.4;
	}

	.dev-service-content p {
		font-size: 15px;
		line-height: 1.8;
	}

	.dev-services-image img {
		border-radius: 24px;
	}

}


.ns-process-step {
	text-align: center;
	position: relative;
	padding: 20px;
}

.ns-process-circle {
	width: 70px;
	height: 70px;
	background: #3189c9;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	z-index: 1;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.bg-blue-light {
    background: #3189c917;
}
.pb_padding{
	padding-bottom: 80px;
}
.pt_top{
	padding-top: 80px;
}

.ns-process-step {
	text-align: center;
	position: relative;
	padding: 25px 20px;
	flex: 1;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	height: 100%;
	margin: 10px;
}

.ns-process-circle {
	width: 70px;
	height: 70px;
	background: var(--primary);
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-weight: 700;
	font-size: 18px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.ns-process-icon {
	font-size: 24px;
	color: var(--white);
	display: block;
}

.ns-process-step h5 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	margin-bottom: 12px;
}

.ns-process-step p {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 0;
}

.hero-slider-wrapper {
	position: relative;
}

.hero-slider-item {
	position: relative;
	height: 80vh;
	overflow: hidden;
}

.hero-slider-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: transform 7s ease;
}


.slick-current .hero-slider-bg {
	transform: scale(1.12);
}

.hero-slider-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
			rgba(0, 0, 0, 0.88),
			rgba(0, 0, 0, 0.50),
			rgba(0, 0, 0, 0.15));
}

.hero-slider-content {
	position: relative;
	z-index: 5;
	max-width: 720px;
	color: #fff;
	opacity: 0;
	transform: translateX(-120px);
	transition: all 1.5s ease;
}

.slick-current .hero-slider-content {
	opacity: 1;
	transform: translateX(0);
}

.hero-slider-subtitle {
	display: inline-block;
	color: var(--primary);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-slider-content{
	padding-top: 120px;
}
.hero-slider-content h1 {
	font-size: 65px;
	line-height: 1.1;
	font-weight: 800;
	margin-bottom: 25px;
}

.hero-slider-content p {
	font-size: 18px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 38px;
}

/* BUTTONS */
.hero-slider-btn-group {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.hero-slider-btn-primary,
.hero-slider-btn-outline {
	width: 190px;
	height: 58px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 600;
	transition: .4s;
}

.hero-slider-btn-primary {
	background: var(--primary);
	color: #fff;
}

.hero-slider-btn-primary:hover {
	background: #fff;
	color: #000;
}

.hero-slider-btn-outline {
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: #fff;
}

.hero-slider-btn-outline:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

/* DOTS */
.slick-dots {
	bottom: 30px;
}

.slick-dots li button:before {
	color: #fff;
	font-size: 13px;
}

/* ARROWS */
.slick-prev,
.slick-next {
	z-index: 20;
	width: 55px;
	height: 55px;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	right: 30px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 42px;
	color: #fff;
}

@media(max-width:1400px) {

h1{
	font-size:50px;
}
h1{
	font-size:40px;
}
.hero-slider-item {
    height: 100vh !important;
    overflow: auto !important;
}
}

@media(max-width:991px) {

	.hero-slider-content h1 {
		font-size: 40px !important;
	}

	.hero-slider-content p {
		font-size: 16px;
	}
}

@media(max-width:767px) {

	.hero-slider-item {
		height: 74vh;
	}

	.hero-slider-content {
		padding-top: 70px;
	}

	.hero-slider-content h1 {
		font-size: 38px;
		line-height: 1.25;
	}
	.cyber-security-image img {
    height: auto;
}

	.hero-slider-content p {
		font-size: 15px;
		line-height: 1.8;
	}

	.hero-slider-btn-primary,
	.hero-slider-btn-outline {
		width: 165px;
		height: 52px;
		font-size: 14px;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}
	.hero-slider-btn-group {
    padding-bottom: 50px;
}
h2{
		font-size: 32px !important;
	}
}


/* about page css start */

.main-section {
	position: relative;
	padding: 80px 0;
	background: linear-gradient(135deg, #07111f 0%, #0b1f36 45%, #102b4a 100%);
	overflow: hidden;
}

.main-section::before {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	background: rgba(0, 183, 255, 0.10);
	border-radius: 50%;
	top: -120px;
	right: -120px;
	filter: blur(30px);
}

.main-section::after {
	content: '';
	position: absolute;
	width: 350px;
	height: 350px;
	background: rgba(72, 0, 255, 0.12);
	border-radius: 50%;
	bottom: -150px;
	left: -100px;
	filter: blur(40px);
}

.glass-card {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 28px;
	padding: 50px;
	backdrop-filter: blur(16px);
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
}

.main-heading {
	font-size: 65px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 25px;
}

.main-heading span {
	color: var(--primary);
}

.description {
	font-size: 17px;
	line-height: 1.9;
	color: #d6e5f3;
	margin-bottom: 0;
}

.content-card {
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: 35px;
	transition: all 0.4s ease;
}

.content-card:hover {
	transform: translateY(-6px);
	border-color: rgba(61, 200, 255, 0.35);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.content-card h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.content-card p {
	font-size: 16px;
	line-height: 1.9;
	color: #d8e6f2;
	margin-bottom: 0;
}

.trust-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.8;
	color: #dce8f4;
}

.trust-list li:last-child {
	margin-bottom: 0;
}

/* .trust-list li::before{
      content:'✓';
      position:absolute;
      left:0;
      top:1px;
      width:20px;
      height:20px;
      border-radius:50%;
      color:#4dd2ff;
      font-weight:700;
    } */

.bottom-box {
	margin-top: 35px;
	padding: 35px;
	background: linear-gradient(135deg, rgba(61, 200, 255, 0.10), rgba(157, 123, 255, 0.10));
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 24px;
}

.bottom-box h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 18px;
}

.bottom-box p {
	font-size: 16px;
	line-height: 1.9;
	color: #d9e7f3;
	margin-bottom: 0;
}

.contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 34px;
	background: linear-gradient(90deg, #19c3ff, #7f6bff);
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	margin-top: 28px;
	box-shadow: 0 10px 25px rgba(25, 195, 255, 0.25);
}

.contact-btn:hover {
	transform: translateY(-3px);
	color: #ffffff;
	box-shadow: 0 14px 35px rgba(25, 195, 255, 0.35);
}

@media (max-width:991px) {
	.main-heading {
		font-size: 42px;
	}

	.glass-card {
		padding: 35px;
	}

	.bottom-box h2 {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.main-section {
		padding: 50px 0;
	}
	.digital-marketing-card {
    margin-bottom: 30px !important;
}
.cyber-security-image img {
    height: 350px !important;
}

	.glass-card {
		padding: 25px;
		border-radius: 22px;
	}

	.main-heading {
		font-size: 32px;
	}

	.description,
	.content-card p,
	.trust-list li,
	.bottom-box p {
		font-size: 15px;
		line-height: 1.8;
	}

	.content-card {
		padding: 24px;
	}

	.content-card h3 {
		font-size: 24px;
	}

	.bottom-box {
		padding: 25px;
	}

	.bottom-box h2 {
		font-size: 25px;
	}

	.contact-btn {
		width: 100%;
		text-align: center;
	}
}


/* bottom section css */
.digital-marketing-card {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.contact-strip {
	background: #050d18;
	padding: 70px 0;
}

.contact-title {
	text-align: center;
	color: #ffffff;
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 55px;
}

.contact-box {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	height: 100%;
}

.contact-icon {
	width: 72px;
	height: 72px;
	min-width: 72px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #2d8ed8;
	font-size: 34px;
}

.contact-content small {
	display: block;
	color: #bfc9d4;
	font-size: 15px;
	margin-bottom: 6px;
}

.contact-content h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 0;
}

@media(max-width:991px) {

	.contact-title {
		font-size: 38px;
		margin-bottom: 45px;
	}

	.contact-box {
		margin-bottom: 35px;
	}

}

@media(max-width:767px) {

	.contact-strip {
		padding: 50px 0 20px;
	}

	.contact-title {
		font-size: 30px;
		margin-bottom: 35px;
	}

	.contact-box {
		gap: 18px;
		margin-bottom: 30px;
	}

	.contact-icon {
		width: 60px;
		height: 60px;
		min-width: 60px;
		font-size: 28px;
		border-radius: 14px;
	}

	.contact-content small {
		font-size: 14px;
	}

	.contact-content h4 {
		font-size: 19px;
	}

}

.web-development-service-box {
	display: flex;
	gap: 20px;
}

.web-development-service-icon i {
	font-size: 40px;
	color: var(--primary);
}

.web-development-service-icon {
	width: 100px;
	text-align: center;
}


.about-section {

	padding: 90px 0;
}


.glass-wrapper {
	backdrop-filter: blur(16px);
}

.small-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--white);
	border: 1px solid rgba(0, 183, 255, 0.25);
	padding: 12px 24px;
	border-radius: 60px;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 25px;
}

.main-heading {
	font-size: 65px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 25px;
	color: var(--black);
}


.description {
    font-size: 17px;
    line-height: 1.9;
    color: #000000c2;
    margin-bottom: 0;
}

.about-image-box {
	position: relative;
	height: 100%;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(61, 200, 255, 0.18), rgba(129, 94, 255, 0.20));
	border-radius: 35px;
	transform: rotate(-4deg);
}

.main-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 35px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.30);
}

.main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
}

.main-image:hover img {
	transform: scale(1.05);
}

.floating-card {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: rgb(0 0 0);
    border: 1px solid rgba(255, 255, 255, 0.10);
    /* backdrop-filter: blur(14px); */
    border-radius: 22px;
    padding: 22px;
    max-width: 250px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.floating-card h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--white);
}

.floating-card p {
	font-size: 14px;
	line-height: 1.7;
	color: #d8e6f3;
	margin-bottom: 0;
}

.info-card {
	background: var(--white);
	border-radius: 28px;
	padding: 40px;
	height: 100%;
	transition: 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.info-card h3 {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 25px;
	color: var(--primary);
}

.info-card p {
	color: #181818;
	line-height: 1.9;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.trust-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust-list li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 22px;
	color: #181818;
	line-height: 1.8;
	font-size: 16px;
}

.trust-list li:last-child {
	margin-bottom: 0;
}

.trust-list li i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(25, 195, 255, 0.25), rgba(143, 123, 255, 0.15));
	color: #19c3ff;
	font-size: 14px;
	border: 1px solid rgba(25, 195, 255, 0.3);
	transition: 0.3s ease;
}

.trust-list li:hover i {
	transform: scale(1.15) rotate(5deg);
	background: linear-gradient(135deg, rgba(25, 195, 255, 0.4), rgba(143, 123, 255, 0.25));
	box-shadow: 0 8px 20px rgba(25, 195, 255, 0.3);
}

.bottom-cta {
	margin-top: 60px;
	background: linear-gradient(135deg, rgba(25, 195, 255, 0.12) 0%, rgba(129, 98, 255, 0.12) 50%, rgba(25, 195, 255, 0.08) 100%);
	border: 2px solid rgba(25, 195, 255, 0.2);
	border-radius: 35px;
	padding: 60px 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
	box-shadow: 0 20px 60px rgba(25, 195, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bottom-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(25, 195, 255, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(129, 98, 255, 0.08) 0%, transparent 50%);
	pointer-events: none;
}

.bottom-cta>* {
	position: relative;
	z-index: 1;
}

.bottom-cta h2 {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 25px;
	background: linear-gradient(135deg, #ffffff 0%, #d8e6f3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -0.5px;
}

.bottom-cta p {
	font-size: 17px;
	line-height: 1.95;
	color: #d8e6f3;
	max-width: 900px;
	margin: auto;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px 42px;
	margin-top: 35px;
	border-radius: 60px;
	text-decoration: none;
	background: linear-gradient(135deg, #19c3ff 0%, #8162ff 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 17px;
	box-shadow: 0 16px 40px rgba(25, 195, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: 0.5s cubic-bezier(0.23, 1, 0.320, 1);
	position: relative;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

.contact-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.6s ease;
}

.contact-btn:hover {
	transform: translateY(-6px);
	color: #ffffff;
	box-shadow: 0 22px 50px rgba(25, 195, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.contact-btn:hover::before {
	left: 100%;
}

.contact-btn i {
	font-size: 18px;
	transition: 0.3s ease;
}

.contact-btn:hover i {
	transform: translateX(4px);
}

.about-info-section {
	padding: 80px 0;
}
.about-info-section .row {
	position: relative;
	z-index: 1;
}

@media(max-width:1199px) {
	.main-heading {
		font-size: 48px;
	}
}

@media(max-width:991px) {

	.glass-wrapper {
		padding: 40px;
	}

	.about-image-box {
		min-height: 450px;
		margin-top: 20px;
		display: block;
	}

	.main-heading {
		font-size: 42px;
	}

	.bottom-cta h2 {
		font-size: 38px;
	}

	.bottom-cta {
		padding: 50px 40px;
	}

	.info-card {
		padding: 35px;
	}

	.floating-card {
		left: 20px;
		bottom: 20px;
	}
}

@media(max-width:767px) {

	.about-section {
		padding: 55px 0;
	}

	.glass-wrapper {
		padding: 22px;
		border-radius: 24px;
	}

	.main-heading {
		font-size: 32px;
	}

	.description {
		font-size: 15px;
	}

	.about-image-box {
		min-height: 320px;
	}

	.floating-card {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 20px;
		max-width: 100%;
	}

	.info-card {
		padding: 28px;
		border-radius: 24px;
	}

	.info-card h3 {
		font-size: 26px;
		margin-bottom: 18px;
	}

	.info-card p,
	.trust-list li,
	.bottom-cta p {
		font-size: 15px;
	}

	.trust-list li {
		padding-left: 40px;
		margin-bottom: 18px;
	}

	.trust-list li i {
		width: 26px;
		height: 26px;
	}

	.bottom-cta {
		padding: 40px 28px;
		border-radius: 28px;
		margin-top: 50px;
	}

	.bottom-cta h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.contact-btn {
		padding: 16px 36px;
		font-size: 15px;
		margin-top: 28px;
	}

	.bottom-cta h2 {
		font-size: 26px;
	}

	.about-info-section {
		padding: 60px 0;
	}

	.about-info-section::before {
		width: 400px;
		height: 400px;
		top: -30%;
		right: -20%;
	}

	.about-info-section::after {
		width: 350px;
		height: 350px;
		bottom: -10%;
		left: -15%;
	}

	.contact-btn {
		width: 100%;
	}
}


/* Border Slide Animation Button */

.border-slide-btn {
	position: relative;
	display: inline-block;
	padding: 14px 35px;
	color: #fff;
	background: #111;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 8px;
	transition: 0.4s ease;
}

/* Top Border */
.border-slide-btn span:nth-child(1) {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--primary));
	animation: slideTop 2s linear infinite;
}

/* Right Border */
.border-slide-btn span:nth-child(2) {
	position: absolute;
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, var(--primary));
	animation: slideRight 2s linear infinite;
	animation-delay: 0.5s;
}

/* Bottom Border */
.border-slide-btn span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, var(--primary));
	animation: slideBottom 2s linear infinite;
	animation-delay: 1s;
}

/* Left Border */
.border-slide-btn span:nth-child(4) {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, var(--primary));
	animation: slideLeft 2s linear infinite;
	animation-delay: 1.5s;
}

/* Hover */
.border-slide-btn:hover {
	background: var(--primary);
	box-shadow: 0 0 20px rgba(25, 195, 255, 0.5);
}

/* Keyframes */
@keyframes slideTop {
	0% {
		left: -100%;
	}

	100% {
		left: 100%;
	}
}

@keyframes slideRight {
	0% {
		top: -100%;
	}

	100% {
		top: 100%;
	}
}

@keyframes slideBottom {
	0% {
		right: -100%;
	}

	100% {
		right: 100%;
	}
}

@keyframes slideLeft {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 100%;
	}
}


.cta_section {
    padding: 90px 15px;
    text-align: center;
}
/* MAIN BOX */
.cyber-cta-wrapper{
	background: url("./assets/images/cyber-cta.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

.cyber-cta-wrapper::after{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(11, 28, 45, 0.7); /* overlay color */
	border-radius: 30px;
	z-index: -1;
}


.google-cta-wrapper{
	background: url("./assets/images/business-presentation-laptop-screen.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

.google-cta-wrapper::after{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(11, 28, 45, 0.7); /* overlay color */
	border-radius: 30px;
	z-index: -1;
}









.bottom-cta-wrapper {
	background: url("./assets/images/group-businesspeople-working-laptop-office.webp");
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	border-radius: 30px;
  position: relative;
}

.bottom-cta-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #000000;
    border-radius: 30px;
    opacity: 0.6;
}

/* FLOATING ICON */
.bottom-cta-icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 90px;
	height: 90px;
	background: var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 38px;
	box-shadow: 0 10px 30px rgba(244, 122, 36, 0.4);
	animation: ctaFloat 3s ease-in-out infinite;
}

.bottom-cta-content {
    width: 100%;
    padding: 70px;
    position: relative;
    z-index: 2;
}

.bottom-cta-subtitle {
	display: inline-block;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.bottom-cta-content h2 {
	font-size: 56px;
	line-height: 1.15;
	font-weight: 800;
	color: var(--white);
	margin-bottom: 25px;
}

.bottom-cta-content p {
	font-size: 17px;
	line-height: 1.9;
	color: var(--white);
	margin-bottom: 35px;
}

@keyframes ctaFloat {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0);
	}
}

@media(max-width:991px) {

	.bottom-cta-wrapper {
		flex-direction: column;
	}

	.bottom-cta-image,
	.bottom-cta-content {
		width: 100%;
	}

	.bottom-cta-image {
		min-height: 350px;
	}

	.bottom-cta-content {
		padding: 50px 35px;
	}

	.bottom-cta-content h2 {
		font-size: 42px;
	}
}

@media(max-width:767px) {

	.bottom-cta-section {
		padding: 70px 0;
	}

	.bottom-cta-content {
		padding: 40px 25px;
	}

	.bottom-cta-content h2 {
		font-size: 32px;
		line-height: 1.3;
	}

	.bottom-cta-content p {
		font-size: 15px;
		line-height: 1.8;
	}


	.bottom-cta-icon {
		width: 75px;
		height: 75px;
		font-size: 30px;
	}
}


.google-process-section {
	width: 100%;
	padding: 80px 0px;
}
.google-process-header {
	text-align: center;
	margin-bottom: 70px;
}
.google-process-title {
	font-size: 60px;
	line-height: 0.95;
	letter-spacing: -3px;
	font-weight: 800;
	color: var(--black);
	margin-bottom: 22px;
}

.google-process-description {
	max-width: 760px;
	margin: auto;

	font-size: 1.1rem;
	line-height: 1.8;

	color: var(--text-dark);
}

/* ============================= */
/* GRID */
/* ============================= */

.google-process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
	gap: 28px;
}

/* ============================= */
/* CARD */
/* ============================= */

.google-process-card {
	position: relative;
	min-height: 420px;
	padding: 38px;
	border-radius: 34px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: 0.45s ease;
	cursor: pointer;
	border: 1px solid var(--primary);
	isolation: isolate;
}

.google-process-card:hover {
	transform: translateY(-12px);
}

.google-process-card:hover::after {
	transform: scale(1.3);
}
.process-light-card {
	background: var(--light-card);
	color: var(--black);
}
.process-dark-card {
	background: var(--black);
	color: var(--white);
}

.process-primary-card {
	background: var(--primary);
	color: var(--white);
}

.process-card-tag {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 11px 22px;
	border: 1.5px solid currentColor;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.2px;
}
.margin-tops{
	margin-top: 100px;
}
.process-card-title {
	font-size: 26px;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: 600;

	margin-bottom: 20px;
}

.process-card-text {
	font-size: 1.05rem;
	line-height: 1.8;
	opacity: 0.88;
	max-width: 320px;
}
@media (max-width: 992px) {
	.google-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.google-process-section {
		padding: 70px 0px;
	}
	.client-review-slider{
    margin-top:10px !important;
}
	.margin-tops {
    margin-top: 0px !important;
    padding: 0px 15px !important;
}
	.card-position-2{
		top:0px !important;
	}
	.card-position-4{
		top:0px !important;
	}
	.footer-bottom {
	margin-top: 12px;

}
.main-footer{
    padding-top: 40px;
}
	.pt_top {
    padding-top: 40px;
}
.pb_padding {
    padding-bottom: 40px !important;
}
}





	.cta_section {
    padding: 50px 0px;
}
	.cyber-security-image img{
    height:500px;
}

.cyber-security-list li {
    margin-bottom: 0px;
}

	.google-process-header {
		margin-bottom: 50px;
	}

	.google-process-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.google-process-card {
		min-height: 340px;
		padding: 28px;
		border-radius: 28px;
	}

	.process-card-tag {
		top: 22px;
		left: 22px;

		padding: 10px 18px;

		font-size: 12px;
	}

	.process-card-title {
		font-size: 2.2rem;
	}

	.process-card-text {
		font-size: 1rem;
	}


/* SECTION TITLE */
.section-title {
	font-weight: 900;
	text-align: center;
	margin-bottom: 10px;
}

.section-sub {
	text-align: center;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 40px;
}

/* CARD */
.card-box {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 28px;
	height: 100%;
	transition: 0.35s;
	position: relative;
	overflow: hidden;
}

.card-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--primary);
}

.card-box:hover {
	transform: translateY(-10px);
	border-color: rgba(49, 137, 201, 0.6);
	box-shadow: 0 20px 40px rgba(49, 137, 201, 0.15);
}

.section-title {
	font-size: 60px;
	color: var(--black);
}
.section-description {
	font-size: 18px;
	color: var(--discription);
}

.ads-section::before,
.ads-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.45;
	pointer-events: none;
}

.ads-section::before {
	top: -60px;
	left: -40px;
	width: 320px;
	height: 320px;
	background: rgba(99, 102, 241, 0.28);
}

.ads-section::after {
	bottom: -60px;
	right: -40px;
	width: 280px;
	height: 280px;
	background: rgba(14, 165, 233, 0.2);
}

.ads-container {
	max-width: 1180px;
	margin: auto;
	position: relative;
	z-index: 1;
}

/* ===================== */
/* HEADER */
/* ===================== */

.ads-header {
	text-align: center;
	margin-bottom: 55px;
}

.ads-badge {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 22px;
	background: rgba(255, 255, 255, 0.04);
}

.ads-title {
	font-size: clamp(2.6rem, 4vw, 4.5rem);
	line-height: 1.05;
	letter-spacing: -1px;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 18px;
}

.ads-description {
	max-width: 680px;
	margin: auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.9;
}

/* ===================== */
/* GRID */
/* ===================== */

.ads-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

/* ===================== */
/* CARD */
/* ===================== */

.ads-card {
	position: relative;
	background: var(--primary);
	border: 1px solid var(--white);
	backdrop-filter: blur(18px);
	border-radius: 30px;
	padding: 32px;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
	overflow: hidden;
}

.ads-card:hover {
	transform: translateY(-14px);
	border-color: rgba(59, 130, 246, 0.35);
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.25);
}

.ads-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 45%);
	pointer-events: none;
}

.ads-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 28px;
}

.ads-number {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(14, 165, 233, 0.18));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 800;
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ads-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* ===================== */
/* TEXT */
/* ===================== */

.ads-card-title {
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 14px;
}

.ads-text {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.98rem;
	line-height: 1.9;
}

/* ===================== */
/* RESPONSIVE */
/* ===================== */

@media (max-width: 1200px) {
	.ads-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.ads-section {
		padding: 70px 20px;
	}

	.ads-grid {
		grid-template-columns: 1fr;
	}

	.ads-card {
		padding: 26px;
	}

	.ads-title {
		font-size: 3rem;
	}
}


/* ICON */
.icon {
	font-size: 32px;
	color: var(--primary);
	margin-bottom: 12px;
}

.google-ads-hero {
	padding: 100px 0 60px;
}

.hero-visual {
	position: relative;
	padding-top: 20px;
}

.hero-visual-card {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 32px 80px rgba(13, 43, 86, 0.16);
}

.hero-visual-card img {
	width: 100%;
	height: 600px;
	display: block;
	object-fit: cover;
}

.hero-visual-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at top left, rgba(25, 195, 255, 0.22), transparent 40%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 60%);
	pointer-events: none;
}

.hero-visual-meta {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	padding: 24px;
	background: rgba(15, 23, 42, 0.86);
	border-radius: 24px;
	backdrop-filter: blur(12px);
	color: #ffffff;
}

.hero-visual-meta span {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 18px;
}

.hero-visual-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hero-visual-stats div {
	background: rgba(255, 255, 255, 0.08);
	padding: 16px;
	border-radius: 18px;
}

.hero-visual-stats strong {
	display: block;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 4px;
}

.hero-visual-stats small {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.hero-copy {
	padding-top: 12px;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	padding: 12px 20px;
	background: rgba(49, 137, 201, 0.12);
	border-radius: 999px;
	color: #164a76;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-bottom: 28px;
}

.google-ads-hero h1 {
	font-size: 65px;
	line-height: 1.05;
	color: var(--black);
	font-weight: 800;
	margin-bottom: 24px;
	max-width: 620px;
}

.google-ads-hero p {
	font-size: 1.05rem;
	line-height: 1.85;
	color: var(--discription);
	max-width: 640px;
}

.hero-list {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
	display: grid;
	gap: 16px;
}

.hero-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	font-size: 1rem;
	line-height: 1.75;
	color: #4c586e;
}

.hero-list li i {
	color: var(--primary);
	margin-top: 3px;
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 32px;
}

.hero-btn {
	padding: 16px 32px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-btn-primary {
	background: linear-gradient(135deg, #1dc0ff, #7357ff);
	color: #ffffff;
	border: none;
	box-shadow: 0 18px 40px rgba(29, 192, 255, 0.24);
}

.hero-btn-outline {
	background: transparent;
	color: #1d2b43;
	border: 1px solid rgba(49, 137, 201, 0.28);
}

.hero-btn:hover {
	transform: translateY(-2px);
}

.google-ads-features {
	width: 100%;
}

.feature-intro {
	text-align: center;
}

.feature-label {
	display: inline-flex;
	padding: 10px 18px;
	background: rgba(49, 137, 201, 0.1);
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 22px;
	color: #1b4368;
}

.google-ads-features h2 {
	font-size: 60px;
	line-height: 1.05;
	font-weight: 800;
	margin-bottom: 24px;
}

.google-ads-features p {
	font-size: 18px;
	line-height: 1.8;
	color: var(--discription);
}

.feature-card {
	background: #ffffff;
	border: 1px solid rgba(49, 137, 201, 0.12);
	border-radius: 28px;
	padding: 32px;
	height:100%;
	box-shadow: 0 20px 55px rgba(25, 111, 210, 0.08);
	transition: transform 0.35s ease, border-color 0.35s ease;
}


.feature-card:hover {
	transform: translateY(-8px);
	border-color: rgba(29, 192, 255, 0.35);
}

.feature-icon {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: rgba(49, 137, 201, 0.12);
	font-size: 24px;
	color: var(--primary);
	margin-bottom: 22px;
}

.feature-card h4 {
	font-size: 1.35rem;
	margin-bottom: 14px;
	color: var(--primary);
	font-weight: 700;
}

.feature-card p {
	font-size: 1rem;
	line-height: 1.8;
	color: var(--discription);
}

@media (max-width: 992px) {
	.google-ads-hero {
		padding: 80px 0 50px;
	}

	.hero-visual-meta {
		position: static;
		margin-top: -4px;
		background: rgba(15, 23, 42, 0.94);
	}

	.hero-visual-stats {
		grid-template-columns: 1fr 1fr;
	}

	.feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.google-ads-hero {
		padding: 60px 0 40px;
	}

	.hero-visual-card {
		border-radius: 24px;
	}

	.hero-copy {
		text-align: center;
	}


	.hero-list {
		justify-content: center;
	}

	.hero-cta {
		justify-content: center;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}
	.blog-hero-content h1 {
    font-size: 34px;
}
}

/* CTA */

/* BUTTON */
.btn-main {
	background: var(--primary);
	color: var(--white);
	font-weight: 700;
	padding: 10px 22px;
	border-radius: 10px;
	border: none;
}

.card-position-1 {
	position: relative;
	top: 0px;
	left: 0px;
	animation: floatImage 5s ease-in-out infinite;
}

.card-position-2 {
	position: relative;
	top: 70px;
	left: 0px;
	animation: floatImage 3s ease-in-out infinite;
}

.card-position-3 {
	position: relative;
	top: 0px;
	left: 0px;
	animation: floatImage 5s ease-in-out infinite;
}

.card-position-4 {
	position: relative;
	top: 70px;
	left: 0px;
	animation: floatImage 3s ease-in-out infinite;
}


.branding-faq-section {
	padding: 100px 0;
	background: var(--white);
	overflow: hidden;
}

/* LEFT SIDE */
.branding-faq-left {
	position: sticky;
	top: 100px;
}

.branding-faq-tag {
	display: block;
	font-size: 14px;
	letter-spacing: 4px;
	color: var(--primary);
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.branding-faq-title {
	font-size: 65px;
	line-height: 0.95;
	font-weight: 800;
	color: var(--black);
	margin-bottom: 40px;
}

.branding-faq-title span {
	display: block;
	color: var(--primary);
}

/* ACCORDION */
.branding-faq-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: transparent;
	border-radius: 0;
}

.branding-faq-accordion .accordion-button {
	background: transparent;
	box-shadow: none;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.branding-faq-accordion .accordion-button::after {
	display: none;
}

/* QUESTION */
.faq-question {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--black);
	max-width: 85%;
}

/* ARROW */
.faq-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 22px;
	transition: 0.4s;
}

.accordion-button:not(.collapsed) .faq-arrow {
	background: var(--primary);
	color: var(--white);
	transform: rotate(45deg);
}

/* BODY */
.branding-faq-accordion .accordion-body {
	padding: 0 0 35px;
	font-size: 17px;
	line-height: 1.9;
	color: #555;
	max-width: 90%;
}

/* RESPONSIVE */
@media(max-width:1199px) {

	.branding-faq-title {
		font-size: 72px;
	}

	.faq-question {
		font-size: 24px;
	}
}

@media(max-width:991px) {

	.branding-faq-left {
		position: relative;
		top: 0;
	}

	.branding-faq-title {
		font-size: 60px;
		margin-bottom: 0px !important;
	}

	.branding-faq-image {
		margin-bottom: 30px;
	}


	.branding-faq-accordion .accordion-button {
		padding: 28px 0;
	}
}

@media(max-width:767px) {

	.branding-faq-section {
		padding: 70px 0;
	}

	.branding-faq-title {
		font-size: 42px;
		line-height: 1.1;
	}

	.faq-question {
		font-size: 20px;
		max-width: 78%;
	}

	.faq-arrow {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	.branding-faq-accordion .accordion-body {
		font-size: 15px;
		line-height: 1.8;
		max-width: 100%;
	}

	.branding-faq-tag {
		letter-spacing: 2px;
		font-size: 12px;
	}
}







/* 
cyber security page css */
.cyber-security-section {
    background-image: url(./assets/images/cyber-security.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 15px 150PX 15PX;
    position: relative;
}
.cyber-badge{
    display:inline-block;
    padding:12px 28px;
    border-radius:60px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:var(--white);
    font-size:15px;
    font-weight:500;
    margin-bottom:28px;
}
.cyber-title{
    color:#ffffff;
    font-size:62px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:28px;
}
.cyber-description{
    color:var(--white);
    font-size:18px;
    line-height:1.9;
}
.cyber-services-header h2{
    color:var(--black);
    font-size:40px;
    line-height:1.3;
    font-weight:600;
    margin-bottom:0;
}
.cyber-card{
    display: flex;
	gap: 20px;
	margin-top: 20px;
}

.cyber-icon {
    width: 120px;
    height: 60px;
    border-radius: 8px;
    background: rgba(0,183,255,0.10);
    border: 1px solid rgba(0,183,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 28px; */
}
.cyber-icon i{
    color:var(--primary);
    font-size:30px;
}

.cyber-card h3{
    color:var(--black);
    font-size:18px;
    line-height:1.4;
    font-weight:600;
    margin-bottom:0px;
}
.cyber-card p{
    color:var(--discription);
    font-size:14px;
    line-height:1.7;
    margin-bottom:0;
}
@media(max-width:1199px){
    .cyber-title{
        font-size:54px;
    }
    .cyber-services-header h2{
        font-size:46px;
    }
}

@media(max-width:991px){
    .cyber-security-section{
        padding:90px 0;
    }
    .cyber-title{
        font-size:46px;
    }
    .cyber-description{
        font-size:17px;
    }
    .cyber-services-header h2{
        font-size:40px;
    }
    .cyber-card{
        padding:35px 28px;
    }
    .cyber-card h3{
        font-size:24px;
    }
}

@media(max-width:767px){
    .cyber-security-section{
        padding:70px 0;
    }
    .cyber-badge{
        font-size:14px;
        padding:10px 22px;
    }
    .cyber-title{
        font-size:34px;
        line-height:1.3;
    }
    .cyber-description{
        font-size:15px;
        line-height:1.8;
    }
    .cyber-services-header{
        margin-top:60px;
        margin-bottom:40px;
    }

    .cyber-card{
        padding:0px !important;
        border-radius:24px;
    }
    .cyber-icon{
        margin-bottom:22px;
    }
    .cyber-icon i{
        font-size:28px;
    }
    .cyber-card h3{
        font-size:22px;
        line-height:1.4;
    }
    .cyber-card p{
        font-size:15px;
        line-height:1.8;
    }
}

.cyber-info-section{
    position:relative;
    padding:80px 0;
    background:#fff;
    overflow:hidden;
}

.cyber-info-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(0,183,255,0.08);
    border-radius:50%;
    top:-180px;
    right:-120px;
    filter:blur(45px);
}

.cyber-info-section::after{
    content:'';
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(129,98,255,0.08);
    border-radius:50%;
    bottom:-180px;
    left:-120px;
    filter:blur(45px);
}
.cyber-image-box img{
	width: 100%;
}
.cyber-main-title{
    color:var(--black);
    font-size:56px;
    line-height:1.3;
    font-weight:800;
    margin-bottom:70px;
}

.cyber-feature-card {
    height: 100%;
    padding: 38px 34px;
    border-radius: 30px;
    transition: 0.4s ease;
    border: 1px solid var(--primary);
}

.cyber-feature-card:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
    box-shadow:0 18px 45px rgba(0,0,0,0.30);
}

.cyber-feature-icon{
    width:76px;
    height:76px;
    border-radius:22px;
    border:1px solid var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:26px;
}

.cyber-feature-icon i{
    color:var(--primary);
    font-size:32px;
}

.cyber-feature-card h3{
    color:var(--primary);
    font-size:27px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:18px;
}

.cyber-feature-card p{
    color:var(--discription);
    font-size:16px;
    line-height:1.9;
    margin-bottom:0;
}

.process-step{
    position:relative;
}

.process-step:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
}

.process-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto;
}

.process-step h4{
    color:var(--black);
    font-size:25px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:16px;
}

.process-step p{
    color:var(--discription);
    font-size:15px;
    line-height:1.8;
    margin-bottom:0;
}
.solutions-wrapper{
    margin-top:110px;
}

.solution-box{
    height:100%;
    padding:34px 28px;
    border-radius:26px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    text-align:center;
    transition:0.4s ease;
}

.solution-box:hover{
    transform:translateY(-8px);
    border-color:rgba(0,183,255,0.25);
}

.solution-box i{
    color:#43d7ff;
    font-size:36px;
    margin-bottom:20px;
    display:block;
}

.solution-box h5{
    color:#ffffff;
    font-size:24px;
    line-height:1.4;
    font-weight:700;
    margin-bottom:0;
}
.results-wrapper{
    margin-top:110px;
}

.result-box{
    padding:55px 45px;
    border-radius:35px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    text-align:center;
    backdrop-filter:blur(12px);
}

.result-box h2{
    color:#ffffff;
    font-size:52px;
    line-height:1.3;
    font-weight:800;
    margin-bottom:24px;
}

.result-box p{
    color:#cfdce8;
    font-size:18px;
    line-height:1.9;
    max-width:900px;
    margin:auto;
}
@media(max-width:1199px){

    .cyber-main-title{
        font-size:48px;
    }

    .result-box h2{
        font-size:44px;
    }

}

@media(max-width:991px){

    .cyber-info-section{
        padding:90px 0;
    }

    .cyber-main-title{
        font-size:42px;
        margin-bottom:55px;
    }

    .process-wrapper,
    .solutions-wrapper,
    .results-wrapper{
        margin-top:90px;
    }

    .cyber-feature-card h3{
        font-size:24px;
    }

    .process-step h4{
        font-size:22px;
    }
	.google-ads-hero h1 {
    font-size: 34px !important;
}
.hero-visual-card img {
    height: 400px !important;
}

    .solution-box h5{
        font-size:22px;
    }

    .result-box h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .cyber-info-section{
        padding:70px 0;
    }
	.process-number {
    top: 20px !important;
}
.process-number {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
}
    .cyber-main-title{
        font-size:32px;
        line-height:1.4;
        margin-bottom:40px;
    }

    .cyber-feature-card,
    .process-step,
    .solution-box{
        padding:28px 24px;
        border-radius:24px;
    }

    .cyber-feature-icon{
        width:64px;
        height:64px;
        margin-bottom:22px;
    }

    .cyber-feature-icon i{
        font-size:28px;
    }

    .cyber-feature-card h3{
        font-size:22px;
    }

    .cyber-feature-card p,
    .process-step p,
    .result-box p{
        font-size:15px;
        line-height:1.8;
    }

    .process-number{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .process-step h4{
        font-size:21px;
    }

    .solution-box h5{
        font-size:20px;
    }

    .process-wrapper,
    .solutions-wrapper,
    .results-wrapper{
        margin-top:0px;
    }

    .result-box{
        padding:38px 24px;
        border-radius:28px;
    }

    .result-box h2{
        font-size:30px;
}


}
.gmb-review-section{
    margin-top:110px;
}

.gmb-review-card{
    padding:34px 28px;
    border-radius:26px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
}

.gmb-review-card h5{
    color:#fff;
    font-size:20px;
    margin-bottom:10px;
}

.gmb-review-card p{
    color:#cfdce8;
    font-size:15px;
    line-height:1.8;
}

.gmb-review-btn{
    display:inline-block;
    margin-top:18px;
    padding:14px 28px;
    border-radius:50px;
    background:linear-gradient(135deg,#1ab4ff,#8162ff);
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

 .ns-process-section {
        background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
        overflow: hidden;
    }

    .gmb-slider .slick-track {
        display: flex !important;
        padding: 15px 0;
    }

    .gmb-slider .slick-slide {
        height: inherit !important;
        padding: 12px;
    }

    .gmb-slider .slick-slide>div {
        height: 100%;
    }

    .ns-process-step {
        position: relative;
        background: var(--white);
        border-radius: 24px;
        padding: 40px 28px;
        height: 100%;
        text-align: center;
        overflow: hidden;
        border: 1px solid rgba(49, 137, 201, 0.12);
        transition: all 0.4s ease;
        box-shadow:
            0 10px 35px rgba(0, 0, 0, 0.05),
            0 2px 10px rgba(49, 137, 201, 0.06);
    }

    .ns-process-step::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                rgba(49, 137, 201, 0.06),
                transparent,
                rgba(49, 137, 201, 0.03));
        opacity: 0;
        transition: 0.4s ease;
    }

    .ns-process-step:hover {
        transform: translateY(-10px);
        box-shadow:
            0 20px 50px rgba(49, 137, 201, 0.18),
            0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .ns-process-step:hover::before {
        opacity: 1;
    }

    .ns-process-circle {
        width: 90px;
        height: 90px;
        margin: 0 auto 28px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--primary), #5fb2ef);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-shadow:
            0 10px 30px rgba(49, 137, 201, 0.35);
    }

    .ns-process-circle::after {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        border: 1px dashed rgba(49, 137, 201, 0.3);
        border-radius: 50%;
        animation: spin 12s linear infinite;
    }

    @keyframes spin {
        100% {
            transform: rotate(360deg);
        }
    }

    .ns-process-icon {
        font-size: 34px;
        color: var(--white);
        position: relative;
        z-index: 2;
    }

    .ns-process-step h5 {
        font-size: 24px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .ns-process-step p {
        font-size: 15px;
        line-height: 1.9;
        color: #555;
        margin: 0;
    }

    /* Slick Arrows */

    .gmb-slider .slick-prev,
    .gmb-slider .slick-next {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: var(--white);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        z-index: 10;
        transition: 0.3s ease;
    }

    .gmb-slider .slick-prev:hover,
    .gmb-slider .slick-next:hover {
        background: var(--primary);
    }

    .gmb-slider .slick-prev:before,
    .gmb-slider .slick-next:before {
        color: var(--primary);
        font-size: 22px;
        transition: 0.3s ease;
    }

    .gmb-slider .slick-prev:hover:before,
    .gmb-slider .slick-next:hover:before {
        color: var(--white);
    }

    .gmb-slider .slick-prev {
        left: -20px;
    }

    .gmb-slider .slick-next {
        right: -20px;
    }

    /* Dots */

    .gmb-slider .slick-dots {
        bottom: -45px;
    }

    .gmb-slider .slick-dots li button:before {
        font-size: 12px;
        color: var(--primary);
        opacity: 0.3;
    }

    .gmb-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    /* Responsive */

    @media (max-width: 991px) {
        .ns-process-step {
            padding: 35px 24px;
        }

        .ns-process-step h5 {
            font-size: 22px;
        }

        .gmb-slider .slick-prev {
            left: -5px;
        }

        .gmb-slider .slick-next {
            right: -5px;
        }
    }

    @media (max-width: 767px) {
        .ns-process-step {
            padding: 32px 22px;
            border-radius: 20px;
        }

        .ns-process-circle {
            width: 80px;
            height: 80px;
        }

        .ns-process-icon {
            font-size: 30px;
        }

        .ns-process-step h5 {
            font-size: 20px;
        }

        .ns-process-step p {
            font-size: 14px;
            line-height: 1.8;
        }

        .gmb-slider .slick-prev,
        .gmb-slider .slick-next {
            display: none !important;
        }
    }







	.cyber-security-Solutions-Provider-section{
    background:#f7f9fc;
    overflow:hidden;
}

/* SUBTITLE */
.cyber-security-subtitle{
    display:inline-block;
    color:var(--primary);
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:18px;
}

/* TITLE */
.cyber-security-title{
    font-size:56px;
    line-height:1.15;
    font-weight:800;
    color:var(--black);
    margin-bottom:45px;
}

/* LIST */
.cyber-security-list{
    list-style:none;
    padding:0;
    margin:0;
}

.cyber-security-list li {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
    transition: 0.4s;
}


/* ICON */
.security-icon {
    width: 50px;
    height: 50px;
    min-width: 60px;
    border-radius: 7px;
    background: rgba(49,137,201,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary);
    transition: 0.4s;
}

/* TEXT */
.security-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}
.security-text p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin:0;
}

/* IMAGE */
.cyber-security-image{
    position:relative;
    border-radius:32px;
    overflow:hidden;
    height:100%;
    box-shadow:0 20px 60px rgba(0,0,0,0.1);
}

.cyber-security-image img{
    width:100%;
    height:750px;
    object-fit:cover;
}

/* FLOATING CARD */
.security-floating-card{
    position:absolute;
    bottom:35px;
    left:35px;
    background:rgba(255,255,255,0.95);
    backdrop-filter:blur(10px);
    padding:22px 24px;
    border-radius:22px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    animation:floatCard 3s ease-in-out infinite;
}

.floating-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:var(--primary);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.floating-content h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:5px;
    color:var(--black);
}

.floating-content p{
    margin:0;
    color:#666;
    font-size:15px;
}

/* ANIMATION */
@keyframes floatCard{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0);
    }
}

/* RESPONSIVE */
@media(max-width:1199px){

    .cyber-security-title{
        font-size:48px;
    }

    .security-text h4{
        font-size:22px;
    }
}

@media(max-width:991px){

    .cyber-security-section{
        padding:80px 0;
    }

    .cyber-security-title{
        font-size:42px;
    }

}

@media(max-width:767px){

    .cyber-security-section{
        padding:70px 0;
    }

    .cyber-security-title{
        font-size:34px;
        line-height:1.25;
        margin-bottom:35px;
    }

    .cyber-security-list li{
        padding:18px;
        gap:16px;
        border-radius:18px;
    }

    .security-icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:22px;
        border-radius:16px;
    }

    .security-text h4{
        font-size:19px;
    }

    .security-text p{
        font-size:14px;
        line-height:1.7;
    }

    .security-floating-card{
        left:15px;
        right:15px;
        bottom:15px;
        padding:16px;
        gap:14px;
    }

    .floating-icon{
        width:55px;
        height:55px;
        font-size:22px;
    }

    .floating-content h5{
        font-size:18px;
    }

    .floating-content p{
        font-size:13px;
    }
}
.client-feedback-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    background:rgba(49,137,201,0.1);
    color:#3189c9;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:20px;
}

.client-feedback-title{
    font-size:56px;
    font-weight:800;
    color:#000;
    margin-bottom:18px;
}

.client-feedback-subtitle{
    font-size:18px;
    color:#666;
    max-width:620px;
    margin:auto;
    line-height:1.8;
}

/* SLIDER SPACE */
.client-review-slider{
    margin-top:60px;
}

/* CARD */
.client-review-card{
    background:#fff;
    padding:40px 35px;
    border-radius:28px;
    position:relative;
    overflow:hidden;
    margin:15px;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
    transition:0.5s;
    height:100%;
}

.client-review-card:hover{
    transform:translateY(-10px);
}

/* TOP */
.review-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
}

/* USER ICON */
.review-user-icon{
    width:75px;
    height:75px;
    border-radius:22px;
    background:rgba(49,137,201,0.1);
    color:#3189c9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

/* STARS */
.review-stars{
    color:#ffb400;
    font-size:16px;
    display:flex;
    gap:4px;
}

/* REVIEW TEXT */
.review-text{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
}

/* NAME */
.review-name{
    font-size:22px;
    font-weight:700;
    color:#000;
    margin:0;
}

.slick-dots{
    bottom:-45px;
}

.slick-dots li button:before{
    font-size:12px;
    color:#3189c9;
}

.slick-prev,
.slick-next{
    width:55px;
    height:55px;
    z-index:10;
}

.slick-prev{
    left:-10px;
}

.slick-next{
    right:-10px;
}

.slick-prev:before,
.slick-next:before{
    font-size:38px;
    color:#3189c9;
}

/* RESPONSIVE */
@media(max-width:991px){
    .client-feedback-title{
        font-size:44px;
    }
}

@media(max-width:767px){
    .client-feedback-title{
        font-size:34px;
        line-height:1.25;
    }

    .client-feedback-subtitle{
        font-size:15px;
        line-height:1.8;
    }

    .client-review-card{
        padding:30px 25px;
        border-radius:22px;
    }

    .review-text{
        font-size:15px;
        line-height:1.8;
    }

    .review-name{
        font-size:20px;
    }

    .review-user-icon{
        width:65px;
        height:65px;
        font-size:24px;
    }

    .slick-prev,
    .slick-next{
        display:none !important;
    }
}








/* HERO CONTENT */
.hero-content{
    position:relative;
    z-index:2;
}
.hero-title{
    font-size:62px;
    line-height:1.2;
    font-weight:800;
    color:var(--black);
    margin-bottom:28px;
}

.hero-title .highlight{
    color:var(--primary);
}

.hero-desc{
    font-size:18px;
    line-height:1.9;
    color:#555;
    max-width:650px;
    margin-bottom:40px;
}


.btn-orange,
.btn-outline-custom{
    height:58px;
    padding:0 34px;
    border-radius:60px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:0.4s;
}

.btn-orange{
    background:#ff7a00;
    color:#fff;
    box-shadow:0 10px 25px rgba(255,122,0,0.25);
}

.btn-orange:hover{
    background:#000;
    color:#fff;
}

.btn-outline-custom{
    border:2px solid #d7e3f2;
    color:#000;
    background:#fff;
}

.btn-outline-custom:hover{
    background:#3189c9;
    color:#fff;
    border-color:#3189c9;
}


.divider{
    width:1px;
    height:55px;
    background:#d7d7d7;
}

/* RIGHT IMAGES */
.hero-images{
    position:relative;
    min-height:650px;
}

/* IMAGE CARD */
.image-card{
    position:absolute;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
    animation:floatImage 5s ease-in-out infinite;
}

.image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.image-card:hover img{
    transform:scale(1.08);
}

/* OVERLAY */
.overlay_images{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,0.3),transparent);
}

/* IMAGE POSITIONS */
.img-1{
    width:260px;
    height:340px;
    top:0;
    left:70px;
}

.img-2{
    width:280px;
    height:360px;
    top:120px;
    right:0;
    animation-delay:1s;
}

.img-3{
    width:230px;
    height:280px;
    bottom:0;
    left:100px;
    animation-delay:2s;
}

/* TECH ICONS */
.tech-icon{
    position:absolute;
    width:72px;
    height:72px;
    border-radius:22px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    box-shadow:0 12px 35px rgba(0,0,0,0.12);
    animation:floatIcon 4s ease-in-out infinite;
}

.tech-icon i{
    color:#3189c9;
}

.tech-1{
    top:40px;
    right:70px;
}

.tech-2{
    bottom:90px;
    right:40px;
    animation-delay:1s;
}

.tech-3{
    top:300px;
    left:0;
    animation-delay:2s;
}

/* ANIMATION */
@keyframes floatImage{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

@keyframes floatIcon{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0);
    }
}

/* RESPONSIVE */
@media(max-width:1199px){

    .hero-title{
        font-size:64px;
    }

    .hero-images{
        min-height:580px;
    }
}

@media(max-width:991px){
    .hero-title{
        font-size:54px;
    }

    .hero-images{
        min-height:600px;
        margin-top:40px;
    }
}

@media(max-width:767px){
    .hero-title{
        font-size:42px;
        line-height:1.1;
    }

    .hero-desc{
        font-size:15px;
        line-height:1.8;
    }


    .divider{
        display:none;
    }

    .hero-images{
        min-height:auto;
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .image-card{
        position:relative;
        width:100% !important;
        height:260px !important;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        bottom:auto !important;
    }

    .tech-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }

    .tech-1{
        top:-10px;
        right:10px;
    }

    .tech-2{
        bottom:-10px;
        right:20px;
    }

    .tech-3{
        top:45%;
        left:10px;
    }
}



.ads-icon i{
    animation: floatIcon 3s ease-in-out infinite,
               glowPulse 2s ease-in-out infinite;
}
.feature-icon i{
	 animation: floatIcon 3s ease-in-out infinite,
               glowPulse 2s ease-in-out infinite;
}
.floating-card{
	animation: floatIcon 3s ease-in-out infinite,
               glowPulse 2s ease-in-out infinite;
}



















    .contact-hero-section {
    position: relative;
    background: #f5f9ff;
    padding-bottom: 90px;
    overflow: hidden;
    padding-top: 90px;
}

.contact-hero-content h1{
    font-size:65px;
    line-height:1.05;
    font-weight:800;
    color:var(--black);
    margin-bottom:25px;
}

.contact-hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:40px;
}

.contact-hero-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.contact-primary-btn,
.contact-outline-btn{
    height:58px;
    padding:0 34px;
    border-radius:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:600;
    transition:0.4s;
}

.contact-primary-btn{
    background:var(--primary);
    color:var(--white);
}

.contact-primary-btn:hover{
    background:#000;
    color:#fff;
}

.contact-outline-btn{
    border:2px solid #d9e5f1;
    background:#fff;
    color:#000;
}

.contact-outline-btn:hover{
    background:var(--primary);
    border-color:var(--primary);
    color:#fff;
}

/* HERO IMAGE */
.contact-hero-image{
    position:relative;
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.contact-hero-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.floating-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#fff;
    padding:20px;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
    animation:floatCard 3s ease-in-out infinite;
}

.floating-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.floating-text h5{
    font-size:22px;
    margin-bottom:5px;
}

.floating-text p{
    margin:0;
    color:#666;
}

/* =========================
INFO SECTION
========================= */
.contact-info-section{
    background:var(--primary);
}

.contact-info-card{
    background:#fff;
    padding:40px 30px;
    border-radius:28px;
    text-align:center;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
    transition:0.4s;
    height:100%;
}

.contact-info-card:hover{
    transform:translateY(-10px);
}

.contact-info-icon{
    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:25px;
    border-radius:24px;
    background:rgba(49,137,201,0.1);
    color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.contact-info-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:14px;
}

.contact-info-card p{
    color:#666;
    line-height:1.9;
}

/* =========================
FORM
========================= */
.contact-form-section{
    padding:100px 0;
    background:#fff;
}

.contact-form-image{
    border-radius:30px;
    overflow:hidden;
    height:100%;
}
.contact-form-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.contact-form-wrapper{
    background:#f8fbff;
    padding:50px;
    border-radius:32px;
    box-shadow:0 15px 40px rgba(0,0,0,0.05);
}

.form-subtitle{
    display:inline-block;
    color:var(--primary);
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.contact-form-wrapper h2{
    font-size:48px;
    font-weight:800;
    margin-bottom:35px;
}

.form-group-custom{
    margin-bottom:22px;
}

.form-group-custom input,
.form-group-custom textarea{
    width:100%;
    border:none;
    outline:none;
    padding:18px 22px;
    border-radius:18px;
    background:#fff;
    border:1px solid #e2ebf3;
    font-size:15px;
}

.submit-btn-custom{
    height:58px;
    padding:0 36px;
    border:none;
    border-radius:60px;
    background:var(--primary);
    color:#fff;
    font-weight:600;
    transition:0.4s;
}

.submit-btn-custom:hover{
    background:#000;
}


@media(max-width:991px){

    .contact-hero-content h1{
        font-size:52px;
    }

    .contact-form-wrapper h2,
    .why-contact-title{
        font-size:40px;
    }

    .contact-form-wrapper{
        padding:40px 30px;
    }
}

@media(max-width:767px){

    .contact-hero-section,
    .contact-form-section,
    .why-contact-section{
        padding:50px 0;
    }

    .contact-info-section{
        padding-bottom:70px;
    }

    .contact-hero-content h1{
        font-size:38px;
        line-height:1.2;
    }

    .contact-hero-content p{
        font-size:15px;
    }

    .contact-primary-btn,
    .contact-outline-btn{
        width:100%;
    }

    .floating-box{
        left:15px;
        right:15px;
        bottom:15px;
        padding:16px;
    }

    .contact-form-wrapper h2,
    .why-contact-title{
        font-size:32px;
        line-height:1.25;
    }

    .contact-form-wrapper{
        padding:30px 20px;
    }
}
