﻿:root {
	--c-main: #0D5DD6;
	--c-main2: #002152;
}

.b-main {
	background: var(--c-main) !important;
}

.c-main {
	color: var(--c-main) !important;
}

.c-main2 {
	color: var(--c-main2) !important;
}

.container {
	padding-left: 60px;
	padding-right: 60px;
}

.home-form {
	background: #fff;
	border-radius: 20px;
	padding: 19px;
}

.home-ss4 {
	color: white;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 3.2rem;
}

.fixed-top.fixed {
	box-shadow: 0px 2px 4px 0px rgb(208 145 122 / 50%)
}

.btn-main {
	background: var(--c-main);
}

	.btn-main:hover {
		opacity: 0.7;
	}

.navbar-nav > .nav-link {
	color: var(--c-main) !important;
	font-weight: 400;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	padding: 8px 15px !important;
	border-radius: 0.8rem;
}

	.navbar-nav > .nav-link.active {
		color: var(--c-main) !important;
	}

	.navbar-nav > .nav-link:hover {
		background: #D6E6FF;
	}

	.navbar-nav > .nav-link > .icon {
		width: 25px;
		padding-right: 5px;
	}

.btn-account {
	background: linear-gradient(90deg, var(--c-main) 0%, #9747FF 100%);
}

	.btn-account:hover, .btn-buy:hover {
		opacity: 0.7;
	}

.main-content {
	background: -webkit-linear-gradient(top, #E9F1FF 0%, #f5eff2 100%), linear-gradient(to bottom, #E9F1FF 0%, #f5eff2 100%)
}

.title-text {
	color: var(--c-main);
	font-weight: 900;
	line-height: 1.2;
}

.product {
	margin-top: 20px;
}
.product .card {
	border-radius: 10px;
	border: 2px solid #0c5dd4 !important;
	color: #fff;
}

	.product .card .card-header {
		background: #0c5dd4;
	}





.hero-section {
	background: linear-gradient(to right, #007bff, #00c6ff);
	color: white;
	padding: 100px 0;
	text-align: center;
}

	.hero-section h1 {
		font-size: 48px;
		font-weight: 700;
	}

	.hero-section p {
		font-size: 20px;
		margin-top: 20px;
	}

.section-title {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 40px;
	color: #003e80;
}

.feature-box {
	padding: 30px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease;
}

	.feature-box:hover {
		transform: translateY(-5px);
	}

.accordion-item {
	border: 1px solid #5e72e4 !important;
	border-radius: 5px;
	margin-top: 10px;
	overflow: hidden;
}

.accordion-button {
	background-color: #fff;
	font-weight: 500;
	transition: color 0.3s ease, background-color 0.3s ease;
}

	.accordion-button:not(.collapsed) {
		background-color: #f0f8ff;
		color: #007bff;
		font-weight: 700;
	}

	.accordion-button:focus {
		box-shadow: none;
	}

.accordion-body {
	background-color: #fdfdfd;
}

.intro-section {
	padding: 80px 0;
	background-color: #f8f9fe;
}

.intro-image {
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.intro-content h2 {
	color: #5e72e4;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
}

.intro-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #4a5568;
}

@media (max-width: 768px) {
	.intro-content {
		margin-top: 30px;
	}
}

.compare-proxy {
	background: linear-gradient(to right, #e6f4ff, #f8fcff);
}

.custom-card {
	backdrop-filter: blur(8px);
	transition: all 0.3s ease;
	border-radius: 1.5rem;
}

.icon-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.pricing-card {
	border: none;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
}

	.pricing-card:hover {
		transform: scale(1.05);
	}

.btn-primary {
	padding: 12px 28px;
	border-radius: 8px;
	font-size: 16px;
}

.text-cmain {
	color: #003e80
}