/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Figtree Font - Global */
body,
html {
	font-family: 'Figtree', sans-serif !important;
	scroll-behavior: smooth !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	font-family: 'Figtree', sans-serif !important;
}

.gosharp-color {
	color: #0f4260;
}

.gosharp-color-2 {
	color: #ee4e1a;
}

.bg-gosharp-color {
	background-color: #0f4260;
}

.bg-gosharp-color-2 {
	background-color: #ee4e1a;
}

/* Contact Form Styling */
#contact-form .form-control {
	background-color: transparent;
	border-color: #ddd;
	padding: 0.75rem 0;
	font-size: 1rem;
	transition: all 0.3s ease;
}

#contact-form .form-control:focus {
	background-color: transparent;
	border-color: #ee4e1a;
	box-shadow: none;
	color: #0f4260;
}

#contact-form .form-control::placeholder {
	color: #999;
	font-weight: 400;
}

#contact-form .button {
	border: none;
	font-size: 1rem;
	padding: 12px 40px;
	transition: all 0.3s ease;
}

#contact-form .button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(238, 78, 26, 0.3);
}

/* CTA Banner Section */
.cta-banner {
	background:  #e7eff3;
	padding: 4rem 0;
}

.cta-banner h2 {
	color: #0f4260;
	line-height: 1.3;
	margin-bottom: 2rem;
}

/* Benefits List */
.benefits-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.benefit-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #0f4260;
}

.benefit-item i {
	font-size: 1.5rem;
	color: #ee4e1a;
	flex-shrink: 0;
}

.cta-banner-image-wrapper {
	position: relative;
	border-radius: 16px;
	display: inline-block;
	width: 80%;
	overflow: visible;
	margin-left: auto;
	margin-right: 0;
}

.cta-banner-image {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 16px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.cta-banner-overlay {
	position: absolute;
	bottom: 20%;
	right: -25%;
	max-width: 70%;
	height: auto;
	object-fit: contain;
	pointer-events: none;
	z-index: 2;
}

/* CTA Banner Column */
.cta-banner .col-lg-6:last-child {
	overflow: hidden;
}

/* Use Cases Images */
#canvas-tabs-tabContent img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}

/* FEATURES SECTION MOBILE */
@media (max-width: 768px) {
	.mobile-container {
		padding-left: 2em;
		padding-right: 2em;
	}

	#features .row {
		flex-direction: column !important;
	}

	#features img {
		width: 100% !important;
		margin-bottom: 1.5rem !important;
	}

	#features .col-md-6 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#features h3 {
		font-size: 1.4rem !important;
		line-height: 1.3 !important;
	}

	#features p {
		font-size: 0.95rem !important;
	}

	#features .text-muted {
		font-size: 0.85rem !important;
	}
}

/* BUTTON AND CTA MOBILE */
@media (max-width: 768px) {
	.button {
		font-size: 0.95rem !important;
		padding: 0.75rem 1.5rem !important;
		min-width: 100% !important;
		display: inline-block !important;
	}

	.header-misc .button {
		display: none !important;
	}

	.cta-banner-image-wrapper {
		width: 100% !important;
	}
}

/* HERO SECTION MOBILE */
@media (max-width: 768px) {
	#slider {
		min-height: auto !important;
		padding: 2rem 0 !important;
	}

	#slider h1 {
		font-size: 1.75rem !important;
		line-height: 1.3 !important;
		margin-bottom: 1.5rem !important;
	}

	#slider h4 {
		font-size: 0.85rem !important;
		margin-bottom: 1rem !important;
	}

	#slider img {
		margin: 0rem 0 1rem 0 !important;
	}

	.position-absolute.bottom-0 {
		display: none !important;
	}

	.hero-mobile-button {
		display: block !important;
		margin-top: 2rem !important;
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.hero-mobile-button .button {
		width: 100% !important;
		padding: 0.75rem 1.5rem !important;
		font-size: 0.95rem !important;
	}
}

@media (min-width: 769px) {
	.hero-mobile-button {
		display: none !important;
	}
}

@media (max-width: 480px) {
	#slider {
		min-height: auto !important;
		padding: 1.5rem 0 !important;
	}

	#slider h1 {
		font-size: 1.4rem !important;
		line-height: 1.2 !important;
	}

	#slider h4 {
		font-size: 0.75rem !important;
	}
}

/* FEATURE CARDS MOBILE */
@media (max-width: 768px) {
	#about .row > [class*="col-"] {
		margin-bottom: 1.5rem;
	}

	#about h2 {
		font-size: 1.3rem !important;
		line-height: 1.4 !important;
	}

	#about p.lead {
		font-size: 0.95rem !important;
	}

	.promo-card {
		margin-top: 2rem !important;
	}

	.promo-card h3 {
		font-size: 1.2rem !important;
		line-height: 1.4 !important;
	}
}

/* NAVIGATION MOBILE */
@media (max-width: 768px) {

	#header-wrap .header-row {
		align-items: center !important;
	}

	#logo {
		flex: 0 0 auto !important;
		display: flex;
		justify-content: flex-start !important;
		padding-left: 0 !important;
		margin-right: auto !important;
	}

	#logo img {
		max-width: 150px !important;
		width: 100% !important;
	}

	.header-misc .button {
		font-size: 0.85rem !important;
		padding: 0.5rem 0.75rem !important;
		display: none !important;
	}

	.primary-menu {
		position: fixed !important;
		top: 60px !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-height: 0 !important;
		background: white !important;
		transition: max-height 0.3s ease !important;
		z-index: 50 !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
	}

	.primary-menu.primary-menu-active {
		max-height: calc(100vh - 60px) !important;
		top: 100px !important;
	}

	.primary-menu .menu-container {
		flex-direction: column !important;
		padding: 0.5rem 0 !important;
	}

	.primary-menu .menu-item {
		padding: 0 !important;
		border-bottom: 1px solid #eee !important;
	}

	.primary-menu .menu-item:last-child {
		border-bottom: none !important;
	}

	.primary-menu .menu-link {
		font-size: 1rem !important;
		font-weight: 500 !important;
		color: #0f4260 !important;
		display: block !important;
		padding: 1rem 1.5rem !important;
	}

	.primary-menu .menu-link:hover {
		background-color: #f5f5f5 !important;
	}

	#header {
		z-index: 100 !important;
		position: relative !important;
	}

	.cnvs-hamburger {
		display: block !important;
	}
	.mobile-margin {
		margin-top: 0 !important;
	}
}

/* Responsive Design */
@media (max-width: 992px) {
	.cta-banner {
		padding: 3rem 0;
	}

	.cta-banner h2 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}

	.benefit-item {
		font-size: 1rem;
	}

	.benefit-item i {
		font-size: 1.25rem;
	}
}

@media (max-width: 768px) {
	.cta-banner {
		padding: 2.5rem 0;
	}

	.cta-banner .row {
		flex-direction: column;
	}

	.cta-banner-image {
		margin-top: 2rem;
	}

	.cta-banner h2 {
		font-size: 1.75rem;
		margin-bottom: 1.5rem;
	}

	.benefits-list {
		gap: 1rem;
	}

	.benefit-item {
		font-size: 0.95rem;
	}

	.benefit-item i {
		font-size: 1.2rem;
	}

	/* Use Cases Mobile */
	#use-cases .row {
		flex-direction: column !important;
	}

	#use-cases .col-md-4 {
		width: 100% !important;
	}

	#use-cases .col-md-8 {
		width: 100% !important;
	}

	.saas-tab {
		flex-direction: row !important;
		overflow-x: auto !important;
		gap: 0.5rem !important;
		padding-bottom: 1rem !important;
	}

	.saas-tab .nav-link {
		white-space: nowrap !important;
		flex-shrink: 0 !important;
		padding: 0.75rem 1rem !important;
		font-size: 0.85rem !important;
	}

	.saas-tab .nav-link h3 {
		font-size: 0.95rem !important;
		margin-bottom: 0.25rem !important;
	}

	.saas-tab .nav-link p {
		font-size: 0.75rem !important;
		display: none !important;
	}

	#canvas-tabs-tabContent img {
		max-width: 100% !important;
		height: auto !important;
	}
}

/* Network Container with Concentric Circles */
.network-container {
	position: relative;
	width: 100%;
	height: 600px;
	max-width: 700px;
	margin: 3rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Concentric dashed circles */
.network-circle {
	position: absolute;
	border: 2px dashed #ddd;
	border-radius: 50%;
	animation: rotateCircle 20s linear infinite;
}

.circle-1 {
	width: 250px;
	height: 250px;
}

.circle-2 {
	width: 400px;
	height: 400px;
	animation-duration: 25s;
	animation-direction: reverse;
}

.circle-3 {
	width: 550px;
	height: 550px;
	animation-duration: 30s;
}

@keyframes rotateCircle {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Center Node */
.network-center {
	position: absolute;
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
	border: 3px solid #0f4260;
	border-radius: 50%;
	z-index: 20;
	box-shadow: 0 8px 24px rgba(15, 66, 96, 0.2);
	animation: centerPulse 3s ease-in-out infinite;
}

@keyframes centerPulse {
	0%, 100% {
		box-shadow: 0 8px 24px rgba(15, 66, 96, 0.2);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 12px 32px rgba(238, 78, 26, 0.3);
		transform: scale(1.08);
	}
}

.center-logo {
	max-width: 80px;
	height: auto;
	margin-bottom: 0.25rem;
}

.center-text {
	font-size: 0.8rem;
	font-weight: 700;
	color: #0f4260;
	margin: 0;
}

/* Integration Nodes positioned in a circle */
.integration-node {
	position: absolute;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border: 2px solid #b7b7b7;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(15, 66, 96, 0.1);
}

.integration-node:hover {
	border-color: #ee4e1a;
	box-shadow: 0 8px 20px rgba(238, 78, 26, 0.3);
	transform: scale(1.12);
	background: #fff5f0;
}

.node-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}

.integration-logo {
	max-width: 50px;
	height: auto;
	object-fit: contain;
}

.integration-node i {
	font-size: 2rem;
	color: #0f4260;
	margin-bottom: 0.25rem;
	transition: color 0.3s ease;
}

.integration-node p {
	font-size: 0.65rem;
	font-weight: 600;
	color: #0f4260;
	margin: 0;
	transition: color 0.3s ease;
	line-height: 1.2;
}

.integration-node:hover p {
	color: #ee4e1a;
}

/* Position nodes evenly spaced in a perfect circle - 45° apart */
.node-1 { top: 11%; left: 50%; } /* 0° - Top */
.node-2 { top: 22%; right: 10%; } /* 45° - Top Right */
.node-3 { top: 50%; right: 15%; } /* 90° - Right */
.node-4 { top: 78%; right: 18%; } /* 135° - Bottom Right */
.node-5 { bottom: 11%; left: 45%; } /* 180° - Bottom */
.node-6 { top: 79%; left: 20%; } /* 225° - Bottom Left */
.node-7 { top: 50%; left: 15%; } /* 270° - Left */
.node-8 { top: 22%; left: 10%; } /* 315° - Top Left */

/* Responsive Design */
@media (max-width: 768px) {
	.network-container {
		height: 500px;
		max-width: 500px;
	}

	.circle-1 {
		width: 180px;
		height: 180px;
	}

	.circle-2 {
		width: 300px;
		height: 300px;
	}

	.circle-3 {
		width: 420px;
		height: 420px;
	}

	.network-center {
		width: 100px;
		height: 100px;
	}

	.center-logo {
		max-width: 50px;
	}

	.center-text {
		font-size: 0.7rem;
	}

	.integration-node {
		width: 70px;
		height: 70px;
	}

	.integration-node i {
		font-size: 1.5rem;
	}

	.integration-node p {
		font-size: 0.55rem;
	}
}

@media (max-width: 480px) {
	/* Keep circular network for mobile */
	.network-container {
		position: relative !important;
		width: 100% !important;
		height: 400px !important;
		max-width: 100% !important;
		margin:  auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.network-circle {
		position: absolute !important;
		border: 2px dashed #ddd !important;
		border-radius: 50% !important;
		animation: rotateCircle 20s linear infinite !important;
		display: block !important;
	}

	.circle-1 {
		width: 140px !important;
		height: 140px !important;
	}

	.circle-2 {
		width: 220px !important;
		height: 220px !important;
		animation-duration: 25s !important;
		animation-direction: reverse !important;
	}

	.circle-3 {
		width: 300px !important;
		height: 300px !important;
		animation-duration: 30s !important;
	}

	.network-center {
		position: absolute !important;
		width: 80px !important;
		height: 80px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		background: white !important;
		border: 3px solid #0f4260 !important;
		border-radius: 50% !important;
		z-index: 20 !important;
		box-shadow: 0 8px 24px rgba(15, 66, 96, 0.2) !important;
		animation: centerPulse 3s ease-in-out infinite !important;
	}

	.center-logo {
		max-width: 40px !important;
	}

	.center-text {
		font-size: 0.6rem;
	}

	.integration-node {
		position: absolute !important;
		width: 60px !important;
		height: 60px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: white !important;
		border: 2px solid #ddd !important;
		border-radius: 50% !important;
		cursor: pointer !important;
		transition: all 0.3s ease !important;
		z-index: 10 !important;
		box-shadow: 0 4px 12px rgba(15, 66, 96, 0.1) !important;
	}

	.integration-node:hover {
		border-color: #ee4e1a !important;
		box-shadow: 0 8px 20px rgba(238, 78, 26, 0.3) !important;
		transform: scale(1.12) !important;
		background: #fff5f0 !important;
	}

	.integration-node i {
		font-size: 1.2rem;
		color: #0f4260;
	}

	.integration-node p {
		font-size: 0.5rem;
		font-weight: 600;
		color: #0f4260;
		margin: 0;
		display: none !important;
	}

	/* Position nodes in circle - mobile adjusted */
	.node-1 { top: 10%; left: 50%; transform: translateX(-50%); }
	.node-2 { top: 18%; right: 8%; }
	.node-3 { top: 50%; right: 10%; transform: translateY(-50%); }
	.node-4 { top: 65%; right: 8%; }
	.node-5 { bottom: 10%; left: 50%; transform: translateX(-50%); }
	.node-6 { top: 65%; left: 8%; }
	.node-7 { top: 50%; left: 10%; transform: translateY(-50%); }
	.node-8 { top: 18%; left: 8%; }

	#integrations h2 {
		font-size: 1.5rem !important;
	}

	#integrations .lead {
		font-size: 0.95rem !important;
	}

	#integrations {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	#integrations .text-center {
		margin-bottom: 1.5rem !important;
	}
}

@media (max-width: 768px) {
	.margin-top-mob {
		margin-top: 2rem !important;
	}
	.margin-bottom-mob {
		margin-bottom: 2rem !important;
	}
	.margin-sides-mob {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.section {
		padding-top: 1.7rem !important;
		padding-bottom: 1rem !important;

	}
	.mb-mobile {
		margin-bottom: 0 !important;
	}
	.margin-banner-mobile {
		margin-bottom: 2rem !important;
		margin-top: 2rem !important;
	}
}