/* [Master Stylesheet] */

/* ------------------------------------------------
:: Template Name: Mosh - Creative Business Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Description: Mosh - is a Creative Business Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0.0
:: Created: 01/02/2018
------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

@import 'css/bootstrap.min.css';
@import 'css/owl.carousel.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/font-awesome.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    background: url('/img/tokenization-bg.png') repeat, rgba(255, 255, 255, 0.432);
    background-blend-mode: overlay;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #404551;
    line-height: 1.2;
}

.styled h2 {
  margin-top: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  z-index: 1;

  background: linear-gradient(90deg, #4B71EF, #A5C3F5, #A2D0F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 0 15px rgba(165,195,245,0.5);

  animation: floatTitle 6s ease-in-out infinite;
}


.styled h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, #A5C3F5, #4B71EF, #A2D0F2);
  border-radius: 2px;
  animation: underlineMove 3s linear infinite;
}


@keyframes floatTitle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes underlineMove {
  0% { transform: scaleX(0.4); opacity: 0.6; }
  50% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0.4); opacity: 0.6; }
}


.styled h3 {
  --h3-accent: #8C50FF; /* основен акцент */
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 24px 0 12px;
  position: relative;
  padding-left: 20px;
  color: #A2D0F2; /* основен цвят на текста */
  text-shadow: 0 0 12px rgba(162,208,242,0.35);
  z-index: 1;
  animation: floatH3 5s ease-in-out infinite;
}

.styled h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: 1.5em;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--h3-accent), #A5C3F5);
  box-shadow: 0 0 18px rgba(140,80,255,0.45);
}

.styled h3::after {
  content: "";
  position: absolute;
  left: 10px;
  right: -10px;
  top: -6px;
  height: 24px;
  background:
    radial-gradient(4px 4px at 12% 50%, rgba(255,255,255,0.35), transparent 60%),
    radial-gradient(3px 3px at 38% 40%, rgba(255,255,255,0.25), transparent 60%),
    radial-gradient(2px 2px at 66% 60%, rgba(255,255,255,0.28), transparent 60%),
    radial-gradient(3px 3px at 86% 45%, rgba(255,255,255,0.22), transparent 60%);
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.25));
  animation: twinkleH3 2.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes floatH3 {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes twinkleH3 {
  0%,100% { opacity: 0.35; transform: translateY(0); }
  50% { opacity: 0.75; transform: translateY(-2px); }
}




























a,
a:hover,
a:focus,
a:active {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #abadbe;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.9;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section_padding_100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

.section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

#preloader {
    overflow: hidden;
    background-color: #211b31;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.mosh-preloader {
    overflow: hidden;
    -webkit-animation: 3000ms linear 0s normal none infinite running mosh-preloader;
    animation: 3000ms linear 0s normal none infinite running mosh-preloader;
    background-color: transparent;
    border-color: #f1f2f3 #f1f2f3 #4a7aec;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes mosh-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mosh-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 40px;
    background: #4a7aec;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    box-shadow: 2px 10px 8px rgba(0, 0, 0, 0.15);
}

.mosh-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.mosh-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    margin-bottom: 100px;
}

.section-heading > p {
    font-weight: 700;
    color: #bec0cc;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-heading > h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 900;
}

.section-heading > h5 {
    font-size: 22px;
    color: #abadbe;
    line-height: 1.8;
    font-weight: 500;
}

.mosh-btn {
    background-color: #4a7aec;
    min-width: 150px;
    height: 54px;
    padding: 0 30px;
    border-radius: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.mosh-btn:hover {
    background-color: #1a3c8d;
    color: #fff;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 1;
}

.bg-overlay:after,
.bg-overlay-white:after {
    background-color: rgba(33, 27, 49, 0.88);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
}

.bg-overlay-white:after {
    background-color: rgba(231, 235, 246, 0.89);
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 0 15px;
    height: 120px;
    background-color: transparent;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px;
}

.menu_area .dropdown-menu.show {
    border: none;
    box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.15);
}

.menu_area .dropdown-item {
    font-size: 14px;
    font-weight: 700;
    color: #9597a6;
}

.menu_area #nav .nav-link:hover,
.menu_area #nav .nav-item.active .nav-link,
.menu_area .dropdown-item:hover {
    color: #4a7aec;
}

.login-register-btn a {
    color: #4a7aec;
    display: inline-block;
    font-weight: 500;
}

.login-register-btn a:hover {
    color: #fff;
}

.search-button > a {
    margin: 0 80px;
}

.navbar-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* Search Form CSS */

.search-form-area {
    width: auto;
    height: 50px;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search-form-open .search-form-area {
    display: block !important;
}

.search-form-open .navbar-nav {
    display: none !important;
}

.search-form-area #search {
    width: 550px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    color: #fff !important;
    font-size: 14px;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* Sticky CSS */

.header_area.sticky {
    background-color: #25499f;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 999;
}

/* --------------------------
:: 3.0 Welcome Area CSS
-------------------------- */

.welcome_area {
    position: relative;
    z-index: 2;
    height: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-slides {
    position: relative;
    z-index: 2;
}

.single-hero-slide {
    height: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-slide-content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1.8;
}

.hero-slide-content h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.hero-slide-content .slide-img {
    color: #fff;
    margin-top: 100px;
    font-weight: 400;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: 50px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.hero-slides .owl-next {
    left: auto;
    right: 50px;
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-next:hover {
    background-color: #4a7aec;
}

/* -------------------------
:: 4.0 Service Area
------------------------- */

.mosh-service-slides {
    position: relative;
    z-index: 1;
}

.single-service-area h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #bec0cc;
}

.mosh-service-slides .center .single-service-area h2,
.single-service-area:hover h2 {
    color: #4a7aec;
}

.single-service-area h4 {
    margin-bottom: 20px;
}

.mosh-service-slides .owl-prev,
.mosh-service-slides .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.mosh-service-slides .owl-next {
    left: auto;
    right: -25px;
}

/* -------------------------
:: 5.0 Clients Area
------------------------- */

.clients-logo-area > a > img {
    max-width: 170px;
    height: auto;
}

/* -------------------------
:: 6.0 Features Area
------------------------- */

.mosh-features-area {
    background-color: #211b31;
    position: relative;
    z-index: 1;
}

.features-img > img {
    width: 40%;
    position: absolute;
    bottom: -30px;
    left: 30px;
    z-index: 9;
}

.mosh-features-area .section-heading {
    margin-bottom: 60px;
}

.mosh-features-area .section-heading h2 {
    color: #fff;
}

.barfiller {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #4a7aec;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -35px;
    padding: 2px 4px;
    font-size: 15px;
    color: #4a7aec;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: transparent;
    font-weight: 500;
}

.barfiller .tip:after {
    display: none;
}

.single_progress_bar p {
    margin-bottom: 10px;
}

/* -------------------------
:: 7.0 More Service Area
------------------------- */

.single-more-service-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 100px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
}

.single-more-service-area:hover {
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
}

.more-service-content > img {
    margin-bottom: 40px;
}

.more-service-content > h4 {
    margin-bottom: 30px;
    text-transform: capitalize;
}

/* -------------------------
:: 8.0 Portfolio Area
------------------------- */

.portfolio-menu {
    margin-bottom: 100px;
    margin-top: -10px;
}

.portfolio-menu > p {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
}

.portfolio-menu > p:hover {
    color: #4a7aec;
}

.single_gallery_item {
    width: 25%;
    display: inline-block;
    float: left;
    z-index: 3;
    position: relative;
    overflow: hidden
}

.single_gallery_item > img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
    -webkit-filter: blur(8px);
    filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=8);
}

.gallery-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background-color: rgba(74, 122, 236, 0.85);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.port-hover-text h4 {
    color: #fff;
    margin-bottom: 10px;
}

.port-hover-text > a {
    color: #fff;
    font-size: 15px;
}

/* -------------------------
:: 9.0 Workflow Area
------------------------- */

.workflow-img {
    position: relative;
    z-index: -10;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-workflow-area > h2 {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    width: 47px!important;
    height: 47px!important;
    text-align: center;
    background-color: #f3f5f9;
    line-height: 47px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.workflow-content h4 {
    margin-bottom: 30px;
}

.single-workflow-area:hover h2 {
    background-color: #4a7aec;
    color: #fff;
}

.workflow-slides-area {
    position: relative;
    z-index: 99;
    top: -100px;
}

.mosh-workflow-slides .owl-dots {
    margin-top: 60px;
    text-align: center;
}

.mosh-workflow-slides .owl-dot {
    background-color: #daddeb;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
}

.mosh-workflow-slides .owl-dot.active {
    background-color: #4a7aec;
}

/* -------------------------
:: 10.0 CTA Area
------------------------- */

.mosh-call-to-action-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.cta-content .section-heading {
    margin-bottom: 0;
}

.cta-content .section-heading h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 44px;
}

/* -------------------------
:: 11.0 FAQ Area
------------------------- */

.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0px;
}

.single-accordion h6 a {
    background-color: #4a7aec;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    font-weight: 400;
    padding: 15px 15px 15px 60px;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
}

.single-accordion h6 a.collapsed {
    background-color: #4a7aec;
    color: #fff;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 17px;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 10px 15px 0;
    margin-bottom: 10px;
}

/* --------------------------
:: 12.0 Footer Area CSS
-------------------------- */

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #211b31;
}

.single-footer-widget h5 {
    color: #fff;
    margin-bottom: 50px;
}

.single-footer-widget ul > li > a {
    color: rgba(226, 219, 243, 0.30);
    margin-bottom: 10px!important;
    display: block;
    font-weight: 500;
}

.single-footer-widget ul > li > a:last-child {
    margin-bottom: 0;
}

.single-footer-widget ul > li > a:hover {
    color: #ffffff;
}

.copyright-text > p {
    margin-bottom: 0;
    font-size: 13px;
}

.footer-social-info > a {
    color: #abadbe;
    padding: 0 15px;
    display: inline-block;
    font-size: 13px;
}

.footer-social-info > a:hover {
    color: #fff;
}

.footer-single--blog-post {
    margin-bottom: 30px;
}

.footer-single--blog-post:last-child {
    margin-bottom: 0;
}

.footer-single--blog-post .blog-post-date > p {
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-title > h6 {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-date > p:hover,
.footer-single--blog-post .blog-post-title > h6:hover {
    color: #4a7aec;
}

.footer-single-contact-info .contact-icon {
    margin-right: 15px;
}

.footer-bottom-area {
    background-color: #191426;
    height: 60px;
}

/* --------------------
:: 13.0 Breadcumb CSS
-------------------- */

.mosh-breadcumb-area {
    height: 390px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bradcumbContent h1 {
    color: #fff;
    font-size: 45px;
}

.bradcumbContent .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
}

.bradcumbContent .breadcrumb-item a,
.bradcumbContent .breadcrumb-item {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* -----------------------
:: 14.0 About Us CSS
----------------------- */

.few-words-from-ceo {
    overflow-x: hidden;
}

.mosh-about-us-content .section-heading {
    margin-bottom: 50px;
}

.few-words-contents,
.few-words-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 770px;
}

.few-words-contents {
    background-color: #211b31;
}

.few-words-text .section-heading {
    margin-bottom: 50px;
}

.few-words-text .section-heading h2 {
    color: #fff;
}

.few-words-text > p {
    margin-bottom: 0;
}

.ceo-meta-data .ceo-thumb {
    width: 52px;
    height: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    margin-right: 20px;
}

.ceo-meta-data .ceo-name h6 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.ceo-meta-data .ceo-name p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
}

/* -------------------------
:: 15.0 Services Area CSS
------------------------- */

.services-content-area {
    position: relative;
    z-index: 98;
    padding: 100px 0 200px 0;
}

.services-text h2 {
    font-size: 55px;
    margin-bottom: 50px;
}

.services-text p {
    line-height: 2;
    margin-bottom: 50px;
}

/* -------------------------
:: 16.0 Team Member Area
------------------------- */

.team-thumbnail {
    width: 189px;
    height: 189px;
    border-radius: 50%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-thumbnail:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(74, 122, 236, 0.75);
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-thumbnail > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team-meta-info {
    margin-bottom: 50px;
}

.team-meta-info h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.team-meta-info span {
    font-size: 12px;
    font-weight: 900;
    color: #abadbe;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-social-info {
    margin-top: 30px;
}

.team-social-info > a {
    font-size: 13px;
    color: #abadbe;
    display: inline-block;
    padding: 0 15px;
}

.single-team-slide:hover .team-meta-info span,
.team-social-info > a:hover {
    color: #4a7aec;
}

.single-team-slide:hover .team-thumbnail:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mosh-team-slides {
    position: relative;
    z-index: 2;
}

.mosh-team-slides .owl-prev,
.mosh-team-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.mosh-team-slides .owl-next {
    left: auto;
    right: -25px;
}

.mosh-subscribe-newsletter-area {
    background-attachment: fixed;
}

.subscribe-newsletter-content p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.subscribe-newsletter-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.subscribe-newsletter-content form {
    position: relative;
    z-index: 1;
}

.subscribe-newsletter-content form > input {
    width: 60%;
    height: 55px;
    border-radius: 70px;
    border: none;
    padding: 0 30px;
    font-style: italic;
    font-size: 14px;
    color: #abadbe;
}

.subscribe-newsletter-content form > button {
    width: 150px;
    height: 55px;
    border-radius: 0 70px 70px 0;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background-color: #4a7aec;
    position: absolute;
    right: 20%;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.subscribe-newsletter-content form > button:hover {
    color: #fff;
    background-color: rgb(16, 54, 145);
}

/* -------------------------
:: 17.0 Clients Area
------------------------- */

.mosh-clients-testimonials-area {
    background-color: #211b31;
    position: relative;
    z-index: 1;
}

.mosh-clients-testimonials-area .section-heading h2 {
    color: #fff;
}

.testimonial-content span {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
}

.testimonial-content p {
    margin-bottom: 0;
}

.testimonials-meta .testimonial-thumb {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #211b31;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.testimonials-meta > h6 {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-meta > p {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.testimonials-slides {
    position: relative;
    z-index: 1;
}

.testimonials-slides:before {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Previous";
    top: 0;
    left: 0;
    z-index: -5;
    height: 100%;
    color: #fff;
}

.testimonials-slides:after {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Next";
    top: 0;
    right: 0;
    z-index: -5;
    height: 100%;
    color: #fff;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-slides .owl-next {
    left: auto;
    right: -25px;
}

.testimonials-slides .single-testimonial-area .testimonial-content {
    display: none;
}

.testimonials-slides .center .single-testimonial-area .testimonial-content {
    display: block;
}

.single-testimonial-area:hover .testimonials-meta > h6,
.testimonials-slides .center .single-testimonial-area .testimonials-meta > h6 {
    color: #fff;
}

.single-testimonial-area:hover .testimonials-meta .testimonial-thumb {
    border: 3px solid #4a7aec;
}

/* Sonar CSS */

.testimonial-thumb:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    top: 3px;
    left: 3px;
    -webkit-animation: sonar-effect 1s ease-in-out 0s infinite;
    animation: sonar-effect 1s ease-in-out 0s infinite;
    z-index: -1
}

.testimonials-slides .center .testimonial-thumb:before {
    display: none;
}

@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
    }
    100% {
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


@keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
    }
    100% {
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.mosh-cool-facts-area.service-page {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 500px;
}

.mosh-cool-facts-area.service-page .counter-area h3,
.mosh-cool-facts-area.service-page .cool-facts-content p {
    color: #fff;
}

.skills-text > p {
    padding-right: 30px;
}

.skills-text > p:last-child {
    padding-right: 0;
}

/* -----------------------
:: 18.0 Blog Area CSS
----------------------- */

.blog-area {
    position: relative;
    z-index: 5;
}

.single-blog {
    margin-bottom: 100px;
}

.single-blog .blog-post-thumb {
    margin-bottom: 40px;
}

.single-blog h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.post-meta {
    margin-bottom: 10px;
}

.post-meta h6 {
    color: #b1b3c3;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
}

.post-meta h6 a {
    color: #b1b3c3;
    display: inline-block;
    margin-right: 5px;
}

.post-meta h6 a:hover {
    color: #4a7aec;
}

.single-blog > a {
    color: #6270ff;
    font-size: 14px;
    text-transform: uppercase;
}

.single-blog p {
    margin-bottom: 40px;
}

.mosh-pagination-area .page-link {
    padding: 0;
    line-height: 42px;
    color: #007bff;
    border: none;
    border-radius: 0;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.blog-post-search-widget form {
    position: relative;
    z-index: 1;
}

.blog-post-search-widget form > input {
    width: 100%;
    height: 50px;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-bottom: 2px solid #e6e7f4;
}

.blog-post-search-widget form > button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.blog-post-archives > h5,
.blog-post-categories > h5,
.latest-blog-posts > h5,
.instagram-feeds > h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.blog-post-archives ul > li > a,
.blog-post-categories ul > li > a {
    color: #abadbe;
    font-size: 15px;
    display: block;
    padding: 5px 0;
    font-weight: 500;
}

.latest-blog-post-content h6 > a {
    color: #404551;
}

.latest-blog-post-content h6 > a:hover,
.blog-post-archives ul > li > a:hover,
.blog-post-categories ul > li > a:hover {
    color: #4a7aec;
}

.single-latest-blog-post {
    margin-bottom: 20px;
}

.latest-blog-post-thumb {
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 20px;
}

.instagram-feeds ul > li {
    width: calc(33.3333333% - 8px);
    margin: 4px;
    display: inline-block;
    float: left;
}

/* ----------------------
:: 19.0 Contact Page CSS
---------------------- */

.contact-form-area h2,
.contact-information h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 900;
}

.contact-form-area .form-control {
    font-size: 12px;
    color: #cbcddc;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ebebeb;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px;
    padding: 15px;
    font-style: italic;
}

.contact-form-area .form-control:hover,
.contact-form-area .form-control:focus {
    box-shadow: none;
}

.contact-form-area textarea.form-control {
    height: 140px;
}

.contact-social-info > a {
    color: #cbcddc;
    padding: 0 10px;
    display: inline-block;
}

.contact-social-info > a:hover {
    color: #4a7aec;
}

#googleMap {
    width: 100%;
    height: 680px;
}

/* -----------------------
:: 20.0 Elements Area CSS
----------------------- */

.elements-title h2 {
    margin-bottom: 60px;
    font-size: 24px;
}

.mosh-btn.mosh-btn-2 {
    border: 2px solid #4a7aec;
    color: #404551;
    background-color: #fff;
}

.mosh-btn.mosh-btn-2:hover,
.mosh-btn.mosh-btn-2:focus {
    border: 2px solid #4a7aec;
    color: #fff;
    background-color: #4a7aec;
}

.mosh-btn.mosh-btn-3 {
    border: none;
    color: #404551;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.mosh-btn.mosh-btn-3:hover,
.mosh-btn.mosh-btn-3:focus {
    color: #fff;
    background-color: #4a7aec;
}

.mosh-cool-facts-area {
    width: 100%;
}

.mosh-cool-facts-area .counter-area > h3 {
    color: #4a7aec;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.mosh-cool-facts-area .cool-facts-content > p {
    color: #292d4f;
}

/* --------------------------------
============= The End =============
---------------------------------*/




/* ==== Палитра ==== */
:root {
  --c-primary: #4B71EF;
  --c-deep: #32458B;
  --c-soft: #A5C3F5;
  --c-ice: #A2D0F2;
  --c-white: #ffffff;
}

/* ==== Секция ==== */
.custom-section {
  position: relative;
  overflow: hidden;
  padding: 60px 30px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-deep));
  color: var(--c-white);
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.custom-section h2 {

    font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg, var(--c-soft), var(--c-ice), var(--c-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 25px;
  animation: shineTitle 6s linear infinite;
}

.custom-section h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, var(--c-soft), var(--c-primary), var(--c-ice));
  border-radius: 2px;
  animation: underlineMove 3s linear infinite;
}


.custom-section h3::before { left: -25px; }
.custom-section h3::after  { right: -25px; animation-delay: 2s; }

/* ==== Анимации ==== */
@keyframes shineTitle {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}

@keyframes underlineMove {
  0% { transform: translateX(-50%) scaleX(0.4); opacity: 0.6; }
  50% { transform: translateX(-50%) scaleX(1); opacity: 1; }
  100% { transform: translateX(-50%) scaleX(0.4); opacity: 0.6; }
}

/* ==== H3 ==== */
.custom-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 25px;
  color: var(--c-white);
  background: linear-gradient(135deg, var(--c-primary), var(--c-soft));
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(165,195,245,.5);
  overflow: hidden;
  z-index: 1;
}

/* светещи линии зад h3 */
.custom-section h3::before {
  content: "";
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, var(--c-soft), var(--c-ice), var(--c-primary), var(--c-soft));
  animation: spinBg 8s linear infinite;
  z-index: -1;
  opacity: 0.3;
}

/* подчертаване с движение */
.custom-section h3::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--c-ice), var(--c-primary), var(--c-soft));
  animation: underlineSlide 3s linear infinite;
}

/* ==== Анимации ==== */
@keyframes spinBg {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes underlineSlide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ==== Орбове (плаващи кръгове) ==== */
.custom-section::before,
.custom-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: .6;
  animation: floatOrb 12s linear infinite;
}

.custom-section::before {
  width: 180px; height: 180px;
  background: var(--c-soft);
  top: -60px; left: -60px;
}

.custom-section::after {
  width: 220px; height: 220px;
  background: var(--c-ice);
  bottom: -80px; right: -80px;
  animation-delay: -6s;
}

/* ==== Искри (малки точки) ==== */
.custom-section span.spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--c-white);
  opacity: 0.8;
  animation: twinkle 4s infinite;
}

.custom-section .spark:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.custom-section .spark:nth-child(2) { top: 40%; right: 20%; animation-delay: 1s; }
.custom-section .spark:nth-child(3) { bottom: 25%; left: 30%; animation-delay: 2s; }
.custom-section .spark:nth-child(4) { bottom: 15%; right: 10%; animation-delay: 3s; }

/* ==== Анимации ==== */
@keyframes floatOrb {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(40px) translateX(30px); }
}

@keyframes floatTitle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes pulseText {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}


/* Kutunun genel stili */
.newsletter-box {
  background: linear-gradient(135deg, var(--c-deep), var(--c-primary));
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,.25);
  color: var(--c-white);
}

/* Başlık */
.newsletter-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-soft));
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(165,195,245,.5);
  overflow: hidden;
  z-index: 1;
}

.newsletter-title::before {
  content: "";
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, var(--c-soft), var(--c-ice), var(--c-primary), var(--c-soft));
  animation: spinBg 8s linear infinite;
  z-index: -1;
  opacity: 0.3;
}

.newsletter-title::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--c-ice), var(--c-primary), var(--c-soft));
  animation: underlineSlide 3s linear infinite;
  border-radius: 2px;
}

/* Form yapısı */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Input */
.newsletter-input {
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  background: var(--c-white);
  color: var(--c-deep);
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.newsletter-input:focus {
  box-shadow: 0 0 12px var(--c-soft);
}

/* Buton */
.newsletter-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-white);
  background: linear-gradient(135deg, var(--c-primary), var(--c-soft));
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 20px rgba(165,195,245,.5);
  transition: transform .3s ease;
}

.newsletter-btn:hover {
  transform: scale(1.05);
}

/* dönen ışıklar */
.newsletter-btn::before {
  content: "";
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, var(--c-soft), var(--c-ice), var(--c-primary), var(--c-soft));
  animation: spinBg 8s linear infinite;
  z-index: -1;
  opacity: 0.3;
}

/* hareketli underline */
.newsletter-btn::after {
  content: "";
  position: absolute;
  bottom: 6px; left: 10%;
  width: 80%; height: 3px;
  background: linear-gradient(90deg, var(--c-ice), var(--c-primary), var(--c-soft));
  animation: underlineSlide 3s linear infinite;
  border-radius: 2px;
}

/* Animations */
@keyframes spinBg {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes underlineSlide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}




.featuree {
  background: url("/img/blockchain-bg.jpg");
  background-position: center 94px;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 30px;
  background-color: rgba(50, 69, 139, 0.8); 
}

.featuree::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(75, 113, 239, 0.315); 
  z-index: 0;
}

.featuree h2 {
  margin-bottom: 30px;
  color: #A5C3F5; /* меко небесно */
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
}

.featuree h3 {
  margin-bottom: 30px;
  color: #A2D0F2; /* ледено синьо */
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 8px rgba(165,195,245,0.5);
}

.featuree p {
  color: #E6EDFF; /* светъл почти бял син */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}

.featuree ul {
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.featuree ul li {
  color: #A5C3F5;
  margin-bottom: 15px;
  list-style-type: none;
  font-size: 1.1rem;
  padding-left: 30px;
  position: relative;
}

.featuree ul li::before {
  content: "🔹"; /* подходящ икона вместо тухличка */
  color: #4B71EF;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .featuree {
    padding: 70px 20px;
  }
}







.advanced-section{
  --bg-deep: #101728;        
  --bg-tint: #1d2b40;
  --accent:  #6EC1E4;        
  --accent-2:#8C50FF;        
  --accent-3:#00B3A4;       
  --text:    #f0f4f8;

  position: relative;
  padding: 70px 32px;
  border-radius: 28px;
  color: var(--text);
  overflow: hidden;
  box-shadow:
    0 12px 36px rgba(0,0,0,.5),
    inset 0 0 0 1px rgba(255,255,255,.05);

  background:
    radial-gradient(1000px 500px at 15% 10%, rgba(110,193,228,.2), transparent 60%),
    radial-gradient(900px 400px at 120% 120%, rgba(140,80,255,.15), transparent 60%),
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.03) 0 2px,
      transparent 2px 14px
    ),
    linear-gradient(180deg, var(--bg-tint), var(--bg-deep));
  animation: advancedGridDrift 26s linear infinite;
}

/* Two floating blobs */
.advanced-section::before,
.advanced-section::after{
  content:"";
  position: absolute;
  width: 400px; height: 400px;
  filter: blur(28px) saturate(120%);
  opacity: .5;
  border-radius: 50%;
  pointer-events: none;
  transform: translateZ(0);
}
.advanced-section::before{
  background: radial-gradient(circle at 25% 25%, var(--accent), rgba(110,193,228,0) 60%);
  top: -130px; left: -100px;
  animation: blobFloatC 20s ease-in-out infinite;
}
.advanced-section::after{
  background: radial-gradient(circle at 75% 75%, var(--accent-2), rgba(140,80,255,0) 60%);
  bottom: -140px; right: -90px;
  animation: blobFloatD 24s ease-in-out infinite;
}

/* Shine highlight */
.advanced-section .shine{
  position: relative;
}
.advanced-section .shine::after{
  content:"";
  position:absolute; inset:-2px;
  background:
    linear-gradient(130deg, transparent 0%, rgba(255,255,255,.07) 40%, transparent 80%);
  mix-blend-mode: screen;
  animation: advancedSweep 9s ease-in-out infinite;
  border-radius: 24px;
  pointer-events:none;
}

/* ==== Headings ==== */
.advanced-section h2{
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: .6px;
  font-weight: 900;
  text-transform: uppercase;

  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 6px 28px rgba(110,193,228,.25),
    0 2px 0 rgba(0,0,0,.35);
  position: relative;
}
.advanced-section h2::after{
  content:"";
  display:block;
  height: 7px;
  width: 140px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 26px rgba(110,193,228,.35);
  animation: barPulseAlt 3.5s ease-in-out infinite;
}

.advanced-section h3{
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: .6px;
  font-weight: 900;
  text-transform: uppercase;

  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 6px 28px rgba(110,193,228,.25),
    0 2px 0 rgba(0,0,0,.35);
  position: relative;
}
.advanced-section h3::before{
  content:"";
  position:absolute;
  left:0; top:.25em;
  width: 6px; height: 1.5em;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--h3-accent), var(--accent-2));
  box-shadow: 0 0 20px rgba(140,80,255,.45);
}
.advanced-section h3::after{
  content:"";
  position:absolute;
  left: 12px; right: -12px; top: -7px; height: 26px;
  background:
    radial-gradient(4px 4px at 15% 50%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(3px 3px at 40% 42%, rgba(255,255,255,.25), transparent 60%),
    radial-gradient(2px 2px at 68% 60%, rgba(255,255,255,.28), transparent 60%),
    radial-gradient(3px 3px at 88% 48%, rgba(255,255,255,.22), transparent 60%);
  filter: drop-shadow(0 0 6px rgba(255,255,255,.25));
  animation: twinkleAlt 3s ease-in-out infinite;
  pointer-events:none;
}

/* Optional content wrapper */
.advanced-section .content{
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

/* ==== Keyframes ==== */
@keyframes advancedGridDrift{
  0%{ background-position: 0 0, 0 0, 0 0, 0 0; }
  100%{ background-position: -140px -100px, 180px 140px, 200px 240px, 0 0; }
}
@keyframes blobFloatC{
  0%,100%{ transform: translate(-12px, 0) scale(1); }
  50%{ transform: translate(25px, 20px) scale(1.07); }
}
@keyframes blobFloatD{
  0%,100%{ transform: translate(10px, 0) scale(1); }
  50%{ transform: translate(-20px, -24px) scale(1.09); }
}
@keyframes advancedSweep{
  0%{ transform: translateX(-65%); opacity:.0; }
  20%{ opacity:.6; }
  50%{ transform: translateX(0%); opacity:.2; }
  100%{ transform: translateX(85%); opacity:.0; }
}
@keyframes barPulseAlt{
  0%,100%{ transform: scaleX(1); box-shadow: 0 10px 26px rgba(110,193,228,.35); }
  50%{ transform: scaleX(1.25); box-shadow: 0 12px 34px rgba(140,80,255,.35); }
}
@keyframes twinkleAlt{
  0%,100%{ opacity:.35; transform: translateY(0); }
  50%{ opacity:.75; transform: translateY(-2px); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .advanced-section,
  .advanced-section::before,
  .advanced-section::after,
  .advanced-section .shine::after,
  .advanced-section h2::after,
  .advanced-section h3::after{
    animation: none !important;
  }
}



@media (max-width: 768px) {
  h1{
    font-size: 28px!important;
  }
  h2{
    font-size: 26px!important;
  }
  h3{
    font-size: 24px!important;
  }
}


.sidebar-linking {
  --bg-deep: #101728;        
  --bg-tint: #1d2b40;
  --accent:  #6EC1E4;        
  --accent-2:#8C50FF;        
  --accent-3:#00B3A4;       
  --text:    #f0f4f8;

  background: var(--bg-tint);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.sidebar-linking .sidebar-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent-2);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--accent-3);
  padding-bottom: 6px;
}

.sidebar-linking ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-linking ul li {
  margin-bottom: 12px;
}

.sidebar-linking ul li a {
  display: block;
  text-decoration: none;
  color: var(--text);
  background: var(--bg-deep);
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.sidebar-linking ul li a:hover {
  background: var(--accent-3);
  color: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}


.video-container {

position: relative;

padding-bottom: 56.25%;    /* 16:9 aspect ratio (height/width) */

padding-top: 30px;

height: 0;

overflow: hidden;

border-radius: 20px;

}

.video-container iframe,

.video-container object,

.video-container embed {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

}


.page-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  text-align: center;
}

.error-heading {
  margin-bottom: 1rem;
}

.error-text {
  margin-bottom: 2rem;
}

.error-link {
  padding: 0.75rem 1.5rem;
  background-color: #4232c2;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.error-link:hover {
  background-color: #b198ec;
  color: #fff;
}