/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
#wpadminbar {
    z-index: 999999999;
}
body {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    overflow-x: hidden;
    font-family: "Roboto", serif;
}
body,
p {
    font-size: 18px;
}
p {
    line-height: 1.4 !important;
}
/* Целият scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Широчина на вертикалния скролбар */
    height: 12px; /* Височина на хоризонталния скролбар */
}

/* Пълзящата част на скролбара */
::-webkit-scrollbar-thumb {
    background-color: #000; /* Цвят на плъзгача */
    border-radius: 10px; /* Заобляне на ъглите */
    border: 2px solid #f1f1f1; /* Граница, ако е необходимо */
}

/* Плъзгач при ховър */
::-webkit-scrollbar-thumb:hover {
    background-color: #000; /* По-тъмен цвят при ховър */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Roboto", serif;
    line-height: 1.2 !important;
}
.heading h1 {
    font-size:50px;
	font-weight:bold;
}
.heading h2 {
    font-size:50px;
	font-weight:bold;
}
.heading h3 {
    font-size: 18px;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.white {
    color: #fff !important;
}

.text-center {
    text-align: center;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.m-0-auto {
    margin: 0 auto;
}
/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#et-main-area {
    z-index: 99999;
    position: relative;
}
/* header info */
#page-container {
    overflow: hidden;
	margin:0 !important;
    padding-top:0px !important;
}
#main-header {
    position: fixed;
    background: transparent !important;
    z-index: 999999;
	-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
}

#main-header.et-fixed-header {
    background: #ffffffcc !important;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.container_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 10px 0;
}
.logo_container {
    text-align: center;
    display: inline;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    position: relative !important;
    padding: 0px !important;
    z-index: 1;
}
#logo {
	filter: brightness(0) invert(1);
    width:180px !important;
    max-width: 180px !important;
}
.et-fixed-header #logo {
    width:150px !important;
    max-width: 150px !important;
	 filter: none;
}
.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
    max-width: 95%;
}
.col-right-header-nav {
    width: auto;
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: none !important;
}
#top-menu-nav {
    display: none;
}
.mobile_nav .select_page {
    display: none !important;
}

/* Logo */

/* Navigation */
#et-top-navigation {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-menu {
    display: flex;
    align-items: center;
}
#top-menu li {
    padding-right: 0px;
}
#main-header.et-fixed-header #top-menu li a {
	color:#000 !important;
}

#top-menu li a,
.et_mobile_menu li a {
    color: #000;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 15px 13px !important;
    opacity: 1 !important;
    position: relative;
    font-family: "Roboto", serif;
    text-align: center;
    line-height: 1.2;
}
#top-menu li a {
	color:#fff;
}
#top-menu li a:hover {
    color: #fff !important;
    opacity: 1 !important;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: #fff;
}
#top-menu li li a,
#top-menu li li a:hover {
    border: 0px solid #ffffff52 !important;
    padding: 15px 10px !important;
}
#top-menu li li a:before,
#top-menu li li a:after {
    display: none;
}
.nav li ul {
    right: -10px;
    background: #fff;
}
.et_mobile_menu .menu-item-has-children > a {
    background: none;
}
/* Промяна на иконата, когато падащото меню е отворено */
#top-menu .menu-item-has-children:hover > a:first-child:after,
#top-menu .menu-item-has-children.open > a:first-child:after {
    content: "2";
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #fff !important;
}
#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
    padding: 10px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
     background: #fff !important;
    text-align: center;
}

.et_mobile_menu li a {
    border-bottom: 0px;
}
/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    text-align: center;
    display: block;
    background: #0073ac;
    text-decoration: none;
    font-size: 18px !important;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 5px solid #0b5377;
}

#sidebar {
    color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
    display: none;
}

#sidebar #servcss li {
    position: relative;
    /*   padding-left: 25px; */
    transition: 0.4s ease-in-out;
}

#servcss svg {
    display: none;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #04131A;
    padding-top: 0px;
    position: relative;
    z-index: 0;
}
#main-footer .container {
    max-width: 85%;
    width: 85%;
}
#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 0;
}

.footer-links ul {
    display: flex;
}
#footer-widgets .footer-widget li {
    padding-left: 0px !important;
    padding-right: 0px;
    list-style: none;
    text-align: left;
}
.logo-footer {
    text-align: left;
}
.logo-footer img {
    width: 150px;
}
.footer-links ul li:before,
#footer-widgets .footer-widget li:before {
    display: none;
}
.footer-links ul li {
    padding-right: 15px !important;
}

#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
#main-footer .footer-widget #text-2 {
    margin-bottom: 30px;
}
#main-footer .footer-widget .et_pb_widget {
    float: none;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}
#main-footer h4 {
    position: relative;
    color: #fff !important;
    font-family: "Roboto", serif;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 10px;
}
#main-footer address {
    font-style: normal;
}
#main-footer address ul li i {
    margin-right: 10px;
}
#footer-bottom {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0 15px;
}
#footer-bottom .container {
    z-index: 99999;
    text-align: center;
}
/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) {
    #mobile_menu {
        top: 33px;
        border-top: 0;
    }
}

/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** MORE *****/
/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: auto;
    display: block;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
    font-size: 42px;
    right: 5px !important;
    left: unset !important;
    position: absolute;
    top: -6px;
}
.et-fixed-header .mobile_menu_bar::before {
	color:#000 !important;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}

.et_pb_widget svg {
    display: none;
}
.et_pb_row_center {
    margin: 0 auto;
}
.left-m {
    text-align: left;
}
.center-m {
    text-align: center;
}
.section-slider {
	padding:200px 0 150px !important;
}
.section-slider:before {
	content:'';
	position:absolute;
    top:0;
	left:0;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    height:100%;
	width:100%;
	z-index:5;
}
.col-left-slider {
   z-index:5;
}
.buttons-slider {
	display:flex;
    gap:20px;
}
.button a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.button a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width:30px;
    height: 2px;
    background-color: #fff;
    transition: width .3s ease-in-out;
}
.button a:hover::before {
    width: 100%;
}
.slider-descrp {
	max-width:500px;
	width:100%;
	margin:30px 0;
}
.section-services {
	background:url(/wp-content/uploads/2025/11/quantum-computing-atom-core-circuit-board-visualization.webp);
	background-size:cover;
}
.section-services:before {
	content:'';
	position:absolute;
    top:0;
	left:0;
	background: #ffffffeb;
    height:100%;
	width:100%;
}
.swiper {
    width: 100%;
    overflow: visible; /* позволява да се виждат отрязаните */
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	height: auto !important;
    width: calc(33.4% - 30px) !important;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 20px !important;
}

.swiper-slide-heading {
	margin:10px 0;
}
.swiper-slide-heading h3 {
	font-size: 25px;
    font-weight: 700;
	text-align:center;
}
.swiper-slide-descrp p {
	text-align:center;
}
.swiper-slide-img img {
	width: 250px;
}
.swiper-button-next, .swiper-button-prev {
    background: #135272a8;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    color: #ffffff !important;
    transform: translate(0%, -50%);
    top: 55% !important;
}
.swiper-button-next {
	right:20px !important;
}
.swiper-button-prev {
	left:20px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size:16px !important;
}
.section-about {
	background: linear-gradient(to right, #2296D1, #010508);
    padding: 150px 0 50px !important;
}
.section-about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/11/background.webp);
    /* background-color: #135272eb; */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    opacity: 0.1;
	background-attachment:fixed;
}

.section-about:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10%;
    background: url(/wp-content/uploads/2025/11/qcomputer.webp);
    /* background-color: #135272eb; */
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 255px;
    filter: drop-shadow(0 9px 10px rgb(255 255 255 / 0.2));
    opacity: 0.8;
}
.box-mission {
	position:relative;
}
.box-mission-img {
	position:relative;
    
}
.box-mission-img:before {
	content:'';
	position:absolute;
    top:0;
	left:0;
	background:#125170a3;
	height:100%;
	width:100%;
}
.box-mission-img img {
    display: block;
    width: 100%;
}

.box-mission-info {
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
}
.box-mission-info .heading h3 {
	color:#fff;
	font-weight:bold;
}
.box-mission-info p {
	color:#fff;
}
.section-partners {
	background: linear-gradient(to right, #2296D1, #010508);
}
.section-partners:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/11/background.webp);
    /* background-color: #135272eb; */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    opacity: 0.1;
	background-attachment:fixed;
}
.card,
.card-two {
    position: sticky;
    top: 120px;
}
.card__inner_two {
    margin-bottom: 20px;
}
.card__inner {
    will-change: transform;
    overflow: hidden;
    transform-origin: center top;
    padding: 40px 20px;
}

.card-1 .card__inner {
    border-color: #fff;
    background: #236b91;
}
.img-card {
	text-align:center;
}

.img-card img {
	width:200px;
}
.card-2 .card__inner {
    background: #165f84;
    position: relative;
    right: 20px;
    top: 20px;
}
.card-3 .card__inner {
    background: #104763;
    top: 45px;
    left: 7px;
    position: relative;
}
.card-3 .img-card img {
	width:100px;
}

.card-4 .card__inner {
    background: #0a2e40;
    top: 70px;
    left: -10px;
    position: relative;
}
.card-4 .img-card img,
.card-6 .img-card img{
	width:120px;
}
.card-5 .card__inner {
    background: #04131a;
    top: 100px;
    left: -10px;
    position: relative;
}
.card-6 .card__inner {
    background: #010406;
    top: 100px;
    left: -10px;
    position: relative;
}
.cards-descrp {
	color:#fff;
	text-align:center;
}
.heading-card h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    margin: 10px 0;
    line-height: normal;
}
.cards {
    width: 100%;
    margin: 100px auto 100px;
}
.contact-form {
	position:relative;
}

.contact-form .ff-el-input--content input {
    border-radius: 30px;
}
.contact-form .ff-btn-submit {
	border-radius: 30px !important;
    width:100% !important;
	background-color:#04131A !important;
}
.contact-form .ff-btn-submit:hover {
	opacity:1 !important;
}
.contact-form .ff-default .ff-el-form-control::placeholder {
	color:#959595  !important;
}
.contact-form .ff-default .ff-el-form-control {
    border: 1px solid #04131A !important;
    color: #000 !important;
    font-size: 15px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 981px) {
    #top-menu-nav {
        display: block;
    }
    #et_mobile_nav_menu {
        display: none;
    }
    .center-d {
        text-align: center;
    }
    .left-d {
        text-align: left;
    }
    .row-flex-ac {
        display: flex;
        align-items: center;
    }
    .row-flex {
        display: flex;
    }
	.section-about:after {
    width: 460px;
}
.section-about {
    padding: 150px 0 !important;
}
	.swiper-button-next, .swiper-button-prev {
    width: 65px !important;
    height: 65px !important;
}
	.swiper-button-next:after, .swiper-button-prev:after {
	font-size:22px !important;
}
	.box-mission-info {
    bottom: 30px;
    padding: 0 40px;
}
    /* #main-footer {
  z-index:1;
}
  */
}

@media screen and (max-width: 980px) {
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
	    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }
    .et_pb_widget {
        text-align: center;
    }
    footer .et_pb_widget {
        float: none;
    }
    .et_fixed_nav #main-header {
        position: fixed;
    }
    .mt-m-40 {
        margin-top: 40px;
    }
    .mb-m-40 {
        margin-bottom: 40px;
    }
    .mt-m-15 {
        margin-top: 15px;
    }
    .mb-m-15 {
        margin-bottom: 15px;
    }
    .mt-0-m {
        margin-top: 0px;
    }
	.swiper-slide {
     width: 70% !important; 
}
	.row-swiper-slider {
		padding-top:0px !Important;
	}
}

@media screen and (min-width: 601px) {
.contact-form .ff_submit_btn_wrapper {
    position: absolute;
    right: 0px;
    top: 1px;
}
	.contact-form .ff-btn-submit {
    width: 200px !important;
}
}

@media screen and (max-width: 600px) {
	.swiper-slide {
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}
