@charset "UTF-8";
/* CSS Document */
body {
    background-color: #ffffff;
    font-family: Open Sans;    color: #222222}
a, .btn-link {
    color: #2568ff;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #ffbf26;
    text-decoration: none;
}
.header h1 {
    color: #FFF;
}
.bg-primary, .bg-header {
    background-color: #2568ff!important;
}
.bg-primary-text {
    color: #FFF;
}
.countdown-box {
    background: #2568ff;
    color: #FFF;
}
.bg-secondary {
    background-color: #ffbf26!important;
}
.bg-secondary-text {
    color: #222;
}
.text-primary {
    color: #2568ff!important;
}
.text-secondary {
    color: #ffbf26!important;
}
.border-primary {
    border-color: #2568ff!important;
}
.border-secondary {
    border-color: #ffbf26!important;
}
.card i {
    color: #2568ff}
.nav-link {
    color: #2568ff;
}
.social-link i:hover {
    color: #2568ff!important;
}
.nav-link:focus, .nav-link:hover {
    color: rgba(0, 66, 216);
    text-decoration: none;
}
.navbar-toggler {
    color: #2568ff;
}
.dropdown-item:hover, .dropdown-item:active {
    background: #2568ff;
    color: #FFF;
    text-decoration: none;
}
.bg-footer {
    background-color: #222222;
    color: #FFF;
}
.bg-footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: rgba(0, 0, 0);
    text-decoration: none;
}
#ScrollTopButton {
  color: #FFF;
  background-color: rgba(37,104,255, 0.5);
}
#ScrollTopButton:hover {
  color: #222;
  background-color: rgba(0, 66, 216, 0.5);
}
.btn-primary {
    background-color: #2568ff;
    border-color: #2568ff;
    color: #FFF}
.btn-primary:hover {
    background-color: rgba(0, 66, 216);
    border-color: rgba(0, 66, 216);
    color: #FFF}
.btn-primary.focus, .btn-primary:focus {
    background-color: rgba(0, 66, 216)!important;
    border-color: rgba(0, 66, 216)!important;
    color: #FFF!important
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #2568ff!important;
    border-color: #2568ff!important;
    color: #FFF!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgba(0, 66, 216)!important;
    border-color: rgba(0, 66, 216)!important;
    color: #FFF!important
}
.btn-secondary {
    background-color: #ffbf26;
    border-color: #ffbf26;
    color: #222}
.btn-secondary:hover {
    background-color: rgba(217, 153, 0);
    border-color: rgba(217, 153, 0);
    color: #222}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: rgba(217, 153, 0)!important;
    border-color: rgba(217, 153, 0)!important;
    color: #222!important
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #ffbf26!important;
    border-color: #ffbf26!important;
    color: #222!important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: rgba(217, 153, 0)!important;
    border-color: rgba(217, 153, 0)!important;
    color: #222!important
}
.form-control:focus {
    border: 1px solid #2568ff;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    color: #2568ff;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    color: #2568ff;
}
.nav-tabs > li > a.active {
    color: #2568ff;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {  
    border-bottom: 2px solid #2568ff;
    color: #2568ff;
}
.about-table i {
    font-size: 22px;
    --fa-primary-color: #ffbf26;
    --fa-secondary-color: #2568ff;
    --fa-secondary-opacity: 1;
}
.duotone {
    --fa-primary-color: #ffbf26;
    --fa-secondary-color: #2568ff;
    --fa-secondary-opacity: 1;
}
.list-item {
    color: #2568ff;
}
.social-btn a {
    color: #2568ff;
}
.social-btn a:hover {
    color: #ffbf26 !important;
}
.accordion-button:not(.collapsed) {
    color: #2568ff;
    background-color: rgba(37,104,255, 0.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-link {
  color: #FFF!important;
}
.page-link:hover {
  color: #FFF!important;
  background-color: #2568ff;
  border-color: #2568ff;
}
.page-item.active .page-link {
  color: #FFF!important;
  background-color: #2568ff;
  border-color: #2568ff;
}
.alert-primary {
    color: #2568ff;
    background-color: rgba(37,104,255, 0.2);
    border-color: rgba(37,104,255, 0.3);
}
.alert-secondary {
    color: #ffbf26;
    background-color: rgba(255,191,38, 0.2);
    border-color: rgba(255,191,38, 0.3);
}
.overlay-primary, .section-overlay-primary::before {
    background-color: rgba(37,104,255, 0.6);
}
.overlay-primary, .section-overlay-primary {
    color: #FFF;
}
.overlay-secondary, .section-overlay-secondary::before {
    background-color: rgba(255,191,38, 0.6);
}
.overlay-secondary, .section-overlay-secondary {
    color: #222;
}
.overlay-light, .overlay-light h1, .section-overlay-light {
    color: #2568ff;
}
.summary i {
    color: #ffbf26;
}
.summary h3 {
    color: #2568ff;
}
.info_content, .info_content h4 {
  font-family: Open Sans;
  color: #222222}
.hoveranim {
  transition: transform 0.1s ease-in-out;
}
.hoveranim:hover {
  transform: scale(1.04);
}
.tp-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: white; /* prevents content showing through */
}

.tp-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: white; /* prevents content showing through */
}
body {
  font-size: 18px;
  font-weight: 300;
}
.card-content {
	padding: 20px 0 4px 0;
}
.nav-link {
	font-weight: 500;
}
.header-content {
	height: 400px;
}
.header h1 {
	color: #FFF;
}
.display-5 {
	font-size: calc(1.3rem + 1.4vw);
	font-weight: 600;
	line-height: 1.2;
}
.display-6 {
	font-size: calc(1.2rem + 1.3vw);
	font-weight: 600;
	line-height: 1.2;
}
.dark-background {
    background: linear-gradient(135deg, #536080, #454A55);
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.light-background {
    position: relative;
    background: linear-gradient(135deg, #f2f2f2, #e0e0e0);
    padding: 100px 0;
}
.section .container .row.row-cols-lg-3 {
  justify-content: center;
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2rem;
	}
	.display-5 {
		font-size: 2.25rem;
	}
}
/* Mind: Light Pulse */
@keyframes lightPulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}
.icon-light-pulse {
  animation: lightPulse 2.5s infinite ease-in-out;
}

/* Body: Pulsing Heart */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.icon-pulse {
  animation: pulse 1.5s infinite ease-in-out;
}

/* Soul: Floating Effect */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}
.icon-float {
  animation: float 3s infinite ease-in-out;
}
.navbar-brand .logo {
  height: 100px;
}
.team-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.phone-wrapper {
  position: relative;
  width: 300px; /* or 100% with max-width if responsive */
  margin: 0 auto;
}

.phone-frame {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.video-crop {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 93%;
  height: 92%;
  overflow: hidden;
  z-index: 1;
  background: #151515;
  border-radius: 40px;
}

.video-crop iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.features i {
    color: #2568ff;
    font-size: 18px;
    margin-bottom: 0;
}
.features .card-header {
    font-size: 18px;
}
.features h4 {
    font-size: 20px;
    font-weight: 400;
}
.features .list-group {
    border-top: none;  
}
.features .list-group-item {
    padding: .75rem 1.25rem;
}
.features {
    font-size: 16px;
}
.cost {
    font-size: 40px;
    font-weight: 700;
}
.definition {
  	color: #2568ff;
  	border-bottom: 1px dotted;
  	cursor: help;
}
#GroupPricing .card-img-cover {
	height: 400px;
}
.nav-footer {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
@media (min-width: 768px) {
    .nav-footer {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0;
    }
    .nav-footer li {
        float: left;
        margin-bottom: 0;
    }
    .nav-footer li a {
        position: relative;
        display: block;
        padding: 5px 15px;
    }
}
.nav-footer a:hover {
	color: #2568ff;
}
#Form1308 p {
    font-weight: 500;
}