/*
Theme Name: Quantum Computing
Description: Custom CSS Stylesheet
Version: 1.0
*/

/* ============================================
   Custom Styles
   ============================================ */

/* Add your custom CSS styles below */

.Hero_text{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(to bottom, #0066FF 5%, #FF6B6B 55%, #FFD93D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.master-software-1 {
    --tool-primary: rgba(92, 149, 255, 0.55);
    --tool-secondary: rgba(54, 101, 255, 0.25);
    position: relative;
    padding: 2.4rem 2.1rem 2.2rem;
    border-radius: 24px;
    background: radial-gradient(circle at 18% -12%, rgba(255, 255, 255, 0.12), transparent 45%), linear-gradient(160deg, rgba(10, 17, 46, 0.92), rgb(55 70 135 / 88%));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 68px rgba(5, 11, 32, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.wp-block-navigation ul li.open-on-hover-click ul {
	box-shadow:none!important;
}
.header-menu-box .wp-block-navigation__submenu-container {
	border-radius: 0!important;
	background:transparent!important;
}
.wp-block-navigation ul li.open-on-hover-click ul li:hover {
        background-color: #fff !important;
    }
    .wp-block-navigation ul li.open-on-hover-click ul li a:hover, .wp-block-navigation ul li.open-on-hover-click ul li a:focus {
        border-left: 0;
        background-color: #eee;
        padding-left: 10px !important;
    }
.wp-block-navigation ul li.open-on-hover-click ul li {
	border-bottom: 0!important;
}
.a-hover {
	text-decoration:none!important;
}
.ts-vgallery, .ts-vgallery-fab {
    font-family: 'FontAwesome';
    color: #000 !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.Sevice-card {
    background-size: cover !important;
    border-radius: 10px !important;
}












@media (max-width: 768px) {
.Sevice-card {
    background-color: #000000;
        background-image: none !important;
        border-radius: 12px;
}
.text-center {
    text-align: center;
    font-size: 24px!important;
}
.Hero_text {
    font-size: 42px!important;
}
    .header-wrap .lower-header {
        background-color: transparent;
        border: none;
    }
.wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -70px;
}
.our_animation_service {
    font-size: 42px!important;
}
.pd-10 {
    margin: 0!important;
}
}
