
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
.navbar-light .navbar-nav .nav-link {color: #fff;}
.navbar-light .navbar-nav .nav-link:hover {text-decoration: underline;}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/

 @media (max-width: 991px) {
  .navbar {
    background: #8484A1;
  }
}



.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #09275c;
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: var(--bs-primary);
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/seo-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;

    padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}
/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
   opacity: 1;
   margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}
.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}
/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white); 
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


@media (max-width: 991px) {
  .nav-item .nav-link.flex-grow-1 {
    text-align: left;   /* текст в ляво */
  }
  .nav-item .dropdown-toggle {
    text-align: right;  /* стрелка в дясно */
    width: auto;
  }
}





:root{
  --primary:#1E3D80; 
  --primary-2:#274b8a;
  --accent:#7BB3FF;
  --muted:#EAF3FF;
  --glass: rgba(255,255,255,0.06);
  --shadow: 0 10px 30px rgba(30,61,128,0.18);
}
.newsletter{
  position:relative;
  max-width:420px;

  padding:28px;
  border-radius:18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  box-shadow: var(--shadow);
  overflow:hidden;
  transform: translateZ(0);
  transition: transform .35s cubic-bezier(.2,.9,.3,1), box-shadow .35s;
}
.newsletter:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 45px rgba(30,61,128,0.25);
}
.newsletter::before,
.newsletter::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter: blur(28px);
  opacity:0.35;
  pointer-events:none;
}
.newsletter::before{
  width:220px; height:220px;
  right:-60px; top:-70px;
  background: radial-gradient(circle at 30% 30%, var(--accent), transparent 40%);
}
.newsletter::after{
  width:140px; height:140px;
  left:-40px; bottom:-50px;
  background: radial-gradient(circle at 60% 60%, rgba(255,255,255,0.12), transparent 45%);
}
.newsletter h3{
  margin:0 0 14px 0;
  font-size:20px;
  letter-spacing:0.6px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  color: #7BB3FF;
}
.newsletter h3::after{
  content:"";
  display:block;
  width:52px; height:6px;
  margin-top:10px;
  border-radius:6px;
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  box-shadow: 0 4px 18px rgba(123,179,255,0.12);
}
.newsletter .form{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:16px;
}
.newsletter input[type="email"]{
  flex:1 1 auto;
  min-width:0;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color:#fff;
  outline:none;
  font-size:14px;
  box-shadow: inset 0 -6px 18px rgba(0,0,0,0.12);
  transition: box-shadow .25s, background .25s, transform .18s;
}
.newsletter input::placeholder{
  color: rgba(255,255,255,0.7);
}
.newsletter input:focus{
  background: rgba(255,255,255,0.09);
  box-shadow: 0 8px 30px rgba(123,179,255,0.12), inset 0 -6px 18px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}
.newsletter button{
  flex:0 0 auto;
  padding:10px 16px;
  border-radius:12px;
  border: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  color:var(--primary);
  font-weight:700;
  cursor:pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  transition: transform .18s ease, box-shadow .18s;
   color: #7BB3FF;
}
.newsletter button:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.newsletter button:active{ transform: translateY(-1px); }
.newsletter button::before{
  content:"→";
  display:inline-block;
  margin-right:8px;
  transform: translateX(0);
  transition: transform .28s cubic-bezier(.2,.9,.3,1);
}
.newsletter button:hover::before{ transform: translateX(6px); }
@keyframes floaty {
  0% { transform: translateY(0) }
  50% { transform: translateY(-6px) }
  100% { transform: translateY(0) }
}
@keyframes shine {
  0%{ background-position: -220px 0 }
  100%{ background-position: 220px 0 }
}
.newsletter .floaty-area{
  position:absolute; inset:0; pointer-events:none;
  animation: floaty 6s ease-in-out infinite;
}
.newsletter h3 span.shine{
  background: linear-gradient(90deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.4) 45%, rgba(255,255,255,0.18) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200px 30px;
  animation: shine 2.6s linear infinite;
}
@media (max-width:520px){
  .newsletter{ padding:20px; border-radius:14px; }
  .newsletter h3{ font-size:18px }
  .newsletter .form{ flex-direction:column; align-items:stretch }
  .newsletter button{ width:100%; }
}
.newsletter.glass{
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
}
.newsletter.success{ box-shadow: 0 12px 44px rgba(35,196,122,0.12); }
.newsletter.error{ box-shadow: 0 12px 44px rgba(225,75,75,0.12); }




/* custom-section.css
   Много украсен CSS за секция с клас .custom-section
   Основни цветове: #1E3D80 и допълнителни нюанси, keyframes, ефекти
*/

.custom-section{
  position: relative;
  padding: 60px 30px;
  max-width: 960px;
  margin: 40px auto;
  border-radius: 22px;
  background: linear-gradient(135deg, #1E3D80, #274B8A, #3A5CA3);
  color: #fff;
  box-shadow: 0 12px 45px rgba(30,61,128,0.3);
  overflow: hidden;
  transform: translateZ(0);
}

/* Декоративни форми */
.custom-section::before,
.custom-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter: blur(40px);
  opacity:0.35;
  pointer-events:none;
}
.custom-section::before{
  width:260px; height:260px;
  right:-70px; top:-90px;
  background: radial-gradient(circle at 40% 40%, #7BB3FF, transparent 50%);
  animation: floaty 8s ease-in-out infinite;
}
.custom-section::after{
  width:180px; height:180px;
  left:-60px; bottom:-70px;
  background: radial-gradient(circle at 60% 60%, rgba(255,255,255,0.12), transparent 50%);
  animation: floaty 10s ease-in-out infinite;
}

/* H2 заглавие */
.custom-section h2{
  font-size:32px;
  font-weight:800;
  margin-bottom:24px;
  letter-spacing:1px;
  color: #FFD966;
  text-shadow: 0 3px 12px rgba(0,0,0,0.35);
  position: relative;
  display: inline-block;
}

.custom-section h2::after{
  content:"";
  position:absolute;
  left:0; bottom:-10px;
  width:80px; height:6px;
  border-radius:6px;
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(255,255,255,0.35));
  box-shadow: 0 4px 18px rgba(255,255,255,0.12);
  animation: shine 2.5s linear infinite;
}

/* H3 заглавие */
.custom-section h3{
  font-size:24px;
  font-weight:700;
  color: #A8E1FF;
  margin-bottom:18px;
  letter-spacing:0.5px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  position: relative;
}

.custom-section h3::before{
  content:"★";
  color: #FFDD57;
  margin-right:8px;
  animation: twinkle 1.5s infinite alternate;
}

/* Анимации */
@keyframes floaty {
  0% { transform: translateY(0) }
  50% { transform: translateY(-8px) }
  100% { transform: translateY(0) }
}

@keyframes shine {
  0% { background-position: -220px 0 }
  100% { background-position: 220px 0 }
}

@keyframes twinkle {
  0% { transform: scale(1) rotate(0deg); opacity:0.8 }
  50% { transform: scale(1.3) rotate(15deg); opacity:1 }
  100% { transform: scale(1) rotate(-10deg); opacity:0.8 }
}

.custom-section p{
  font-size:16px;
  line-height:1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom:18px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

@media (max-width:640px){
  .custom-section{ padding:40px 20px; border-radius:18px; }
  .custom-section h2{ font-size:26px; }
  .custom-section h3{ font-size:20px; }
}






/* styled-titles.css - обновен, прозрачен фон, само сини цветове */

.styled-titles h2{
  font-weight:900;
  color:#1E3D80;
  text-align:center;
  margin-bottom:24px;
  letter-spacing:2px;
  text-transform: uppercase;
  text-shadow: 0 4px 12px rgba(30,61,128,0.5), 0 0 10px rgba(123,179,255,0.3);
  position: relative;
  background: rgba(255,255,255,0.0);
  display: inline-block;
  padding: 0 12px;
}
.styled-titles h2::after{
  content:"";
  display:block;
  width:120px;
  height:6px;
  margin:12px auto 0;
  border-radius:6px;
  background: linear-gradient(90deg, #1E3D80, #7BB3FF);
  box-shadow: 0 4px 18px rgba(123,179,255,0.3);
  animation: shine 3s linear infinite;
}

.styled-titles h3{
  font-weight:700;
  color:#3A5CA3;
  text-align:center;
  margin-bottom:18px;
  letter-spacing:1px;
  text-shadow: 0 2px 10px rgba(30,61,128,0.4), 0 0 8px rgba(123,179,255,0.25);
  position: relative;
  background: rgba(255,255,255,0.0);
  display: inline-block;
  padding: 0 10px;
}
.styled-titles h3::after{
  content:"";
  display:block;
  width:60%;
  height:4px;
  margin:8px auto 0;
  border-radius:4px;
  background: linear-gradient(90deg, #1E3D80, #7BB3FF);
  box-shadow: 0 2px 10px rgba(123,179,255,0.25);
  animation: shine 2.5s linear infinite;
}

@keyframes shine {
  0%{ background-position: -220px 0; }
  100%{ background-position: 220px 0; }
}




.section-two{
  position: relative;
  padding: 80px 30px;
  background: linear-gradient(135deg, #1E3D80, #274B8A, #3A5CA3);
  color: #fff;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 14px 50px rgba(30,61,128,0.35);
}

.section-two::before, .section-two::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.35;
  pointer-events: none;
}
.section-two::before{
  width: 300px; height: 300px;
  top: -100px; left: -80px;
  background: radial-gradient(circle at 30% 30%, #7BB3FF, transparent 50%);
  animation: floaty 12s ease-in-out infinite alternate;
}
.section-two::after{
  width: 200px; height: 200px;
  bottom: -80px; right: -60px;
  background: radial-gradient(circle at 60% 60%, rgba(255,255,255,0.12), transparent 50%);
  animation: floaty 14s ease-in-out infinite alternate-reverse;
}

/* H2 заглавие */
.section-two h2{
  font-size:36px;
  font-weight:800;
  text-align:center;
  margin-bottom:50px;
  color:#FFD966;
  text-shadow: 0 3px 15px rgba(0,0,0,0.4);
  position: relative;
}
.section-two h2::after{
  content:"";
  display:block;
  width:100px;
  height:6px;
  margin:12px auto 0;
  border-radius:6px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0.4));
  animation: shine 2.5s linear infinite;
}

.section-two .card-body h3{
  font-size:22px;
  color: #A8E1FF;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35), 0 0 8px rgba(123,179,255,0.4);
  margin-bottom:12px;
  position: relative;
}
.section-two .card-body h3::after{
  content:"";
  display:block;
  width:50%;
  height:4px;
  margin-top:6px;
  border-radius:4px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(123,179,255,0.3));
  box-shadow: 0 2px 10px rgba(123,179,255,0.25);
  animation: shine 2.8s linear infinite;
}












.section-two .card{
  border-radius:20px;
  overflow:hidden;
  background: #F2F2F2;
  color: #1E3D80;
  box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
}
.section-two .card:hover{
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(30,61,128,0.3);
}
.section-two .card img{
  border-radius:20px 20px 0 0;
  transition: transform .4s ease;
}
.section-two .card:hover img{
  transform: scale(1.05);
}

.section-two .card-body h3{
  font-size:22px;
  color: #1E3D80;
  text-shadow: 0 2px 12px rgba(0,0,0,0.15);
  margin-bottom:12px;
  position: relative;
}
.section-two .card-body h3::after{
  content:"";
  display:block;
  width:50%;
  height:4px;
  margin-top:6px;
  border-radius:4px;
  background: linear-gradient(90deg, rgba(30,61,128,0.2), rgba(30,61,128,0.3));
  box-shadow: 0 2px 10px rgba(30,61,128,0.25);
  animation: shine 2.8s linear infinite;
}
.section-two .card-body p{
  font-size:16px;
  color: #333;
  line-height:1.8;
  margin-bottom:16px;
}

.section-two .card-body .read-more{
  display: inline-block;
  padding:10px 20px;
  border-radius:12px;
  background: linear-gradient(135deg, #1E3D80, #274B8A);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow: 0 6px 18px rgba(30,61,128,0.25);
  transition: transform .25s ease, box-shadow .25s ease, background .35s ease;
  position: relative;
  overflow: hidden;
}
.section-two .card-body .read-more:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(30,61,128,0.35);
  background: linear-gradient(135deg, #3A5CA3, #1E3D80);
}
.section-two .card-body .read-more::after{
  content: "→";
  display: inline-block;
  margin-left:8px;
  transition: transform .28s ease;
}
.section-two .card-body .read-more:hover::after{
  transform: translateX(6px);
}


@keyframes shine {
  0%{ background-position: -220px 0 }
  100%{ background-position: 220px 0 }
}
@keyframes floaty {
  0% { transform: translateY(0) }
  50% { transform: translateY(-12px) }
  100% { transform: translateY(0) }
}

@media (max-width:768px){
  .section-two{ padding:50px 20px; }
  .section-two h2{ font-size:28px; }
  .section-two .card-body h3{ font-size:20px; }
}



  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.555), rgba(0, 0, 0, 0.39)), url('/img/seo-bg.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 60px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #b1dafc; 
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #b1dafc; 
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 30px;
}
.section-wallets h3 {
    background-color: #34495e; 
       color: #b1dafc; 
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #c5a203; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #add9f3; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #b88803; 
}
@media (max-width: 768px) {
    .section-wallets {
        padding: 40px 20px;
    }
    .section-wallets h2 {
        font-size: 2rem;
    }
    .section-wallets h3 {
        font-size: 1.4rem;
    }
    .section-wallets ul li {
        font-size: 1rem;
    }
}


/* tools section CSS - много украса за h2, h3 и ul li */

.tools{
  position: relative;
  padding:60px 20px;
  background: linear-gradient(135deg, #1E3D80, #274B8A);
  border-radius:20px;
  color:#fff;
  box-shadow: 0 12px 45px rgba(30,61,128,0.35);
  overflow:hidden;
}


.tools img{
  box-shadow: 0 4px 18px rgba(123, 178, 255, 0.664);
}
.tools::before, .tools::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter: blur(40px);
  opacity:0.25;
  pointer-events:none;
}
.tools::before{
  width:300px; height:300px;
  top:-80px; left:-100px;
  background: radial-gradient(circle at 30% 30%, #7BB3FF, transparent 50%);
  animation: floaty 12s ease-in-out infinite alternate;
}
.tools::after{
  width:200px; height:200px;
  bottom:-60px; right:-80px;
  background: radial-gradient(circle at 60% 60%, rgba(255,255,255,0.12), transparent 50%);
  animation: floaty 14s ease-in-out infinite alternate-reverse;
}
.tools h2{
  font-size:36px;
  font-weight:800;
  text-align:center;
  margin-bottom:40px;
  color:#A8E1FF;
  text-shadow: 0 3px 15px rgba(0,0,0,0.35), 0 0 10px rgba(123,179,255,0.3);
  position: relative;
}
.tools h2::after{
  content:"";
  display:block;
  width:100px;
  height:6px;
  margin:12px auto 0;
  border-radius:6px;
  background: linear-gradient(90deg, #1E3D80, #7BB3FF);
  box-shadow: 0 4px 18px rgba(123,179,255,0.25);
  animation: shine 3s linear infinite;
}
.tools h3{
  font-size:28px;
  font-weight:700;
  color:#abbbdd;
  margin-bottom:20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3), 0 0 8px rgba(123,179,255,0.25);
  position: relative;
}
.tools ul{
  list-style:none;
  padding-left:0;
}
.tools ul li{
  position: relative;
  padding-left:12px;
  font-size:16px;
  margin-bottom:14px;
  color:#fff;
  line-height:1.8;
}
.tools ul li::before{
  content:"\2713";
  margin-right: 8px;
  left:0;
  top:0;
  color:#7BB3FF;
  font-weight:bold;
  font-size:22px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Keyframes */
@keyframes floaty {
  0%{ transform: translateY(0) }
  50%{ transform: translateY(-10px) }
  100%{ transform: translateY(0) }
}
@keyframes shine {
  0%{ background-position: -220px 0; }
  100%{ background-position: 220px 0; }
}


:root {
  --primary:#1E3D80;
  --primary-2:#274b8a;
  --accent:#7BB3FF;
  --muted:#EAF3FF;
  --glass: rgba(255,255,255,0.06);
  --shadow: 0 10px 30px rgba(30,61,128,0.18);
}

.pageLinking {
  padding: 25px;
  background: var(--glass);
  border-radius: 15px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

/* декоративни движещи се елементи */
.pageLinking::before,
.pageLinking::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.08;
  animation: floaty 16s infinite linear;
}
.pageLinking::before { top: -50px; left: -50px; }
.pageLinking::after { bottom: -50px; right: -50px; animation-direction: reverse; }

@keyframes floaty {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-20px) rotate(180deg); }
  100% { transform: translateY(0) rotate(360deg); }
}

/* заглавие */
.pageLinking .sidebar-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 1px;
}
.pageLinking .sidebar-title::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  animation: underlinePulse 4s infinite;
}
@keyframes underlinePulse {
  0%,100% { width: 60px; opacity: 0.7; }
  50% { width: 100px; opacity: 1; }
}

.pageLinking ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pageLinking ul li {
  position: relative;
  font-size: 1rem;
  margin: 12px 0;
  padding: 12px 15px 12px 12px;
  background: var(--muted);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pageLinking ul li::before {
  content: "🚀";
 margin-right: 8px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--primary-2);
  animation: glow 3s infinite;
}
@keyframes glow {
  0%,100% { opacity: 0.6; transform: translateY(-50%) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.2); }
}
.pageLinking ul li:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow);
  background: #fff;
}

.pageLinking ul li a {
  text-decoration: none;
  color: var(--primary-2);
  font-weight: 600;
  transition: color 0.3s ease;
}
.pageLinking ul li a:hover {
  color: var(--primary);
}


.video-container {
position: relative;
padding-bottom: 56.25%; 
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%;
}

@media (max-width: 768px) {
  h1{
    font-size: 28px!important;
  }
  h2{
    font-size: 26px!important;
  }
  h3{
    font-size: 24px!important;
  }
}