/*
Theme Name: SRRGE
Theme URI: 
Author: Digitobit
Author URI: 
Description: Custom Theme for Shri RR Global Exports
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: srrge
Tags: 
*/

.wp-site-blocks header{
    position:sticky;
    top:0px;
    left:0px;
    width: 100%;
    /* background:#fff; */
    z-index: 9;
    transition:0.7s top;

    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 2px solid #00000044;
}

/* body.home .wp-site-blocks header.sticky{    
    top:0px;
}
body .wp-site-blocks header .top-header{
    height:40px;
    transition:0.7s height;
    overflow:hidden;
}
body .wp-site-blocks header.sticky .top-header{    
    height:0px;
} */

.wp-block-navigation-item__content span{
    transition: color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.wp-block-navigation-item__content span:hover{
    color:#fff;
    text-decoration: none !important;
}
.wp-block-navigation__responsive-container{
    height: 100vh;
}
/* .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){
    background-color:#000 !important;
} */

.home-key-strengths .wp-block-media-text__media{
    margin: 8px 0px !important;
}
.home-key-strengths .wp-block-media-text__media img{
    max-width:48px;
}
.home-key-strengths .wp-block-media-text__content{
    padding:0px 5px !important;
}

.wp-element-button{
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.wp-element-button:hover{
    color:#fff;
    background-color: #000 !important;
}
.invert-btn .wp-element-button:hover{
    color:#000;
    background-color: #dfae0f !important;
}