/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below this line */
#masthead.site-header {
    position: fixed;
    top: 0px;
    /*left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
    z-index: 9999;

    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.88));

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);



    /* ðŸ‘‡ Ã•IGE border klaasile */
    border: 1px solid rgb(255 255 255 / 40);

    /* optional: pehme vari eraldamiseks taustast */
    box-shadow: 0 8px 24px rgb(0 0 0 / 8%);
}

.ast-primary-header-bar,
.ast-below-header-bar,
.ast-main-header-wrap {
    background: transparent;
}
#masthead.site-header {
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow:
        inset 0 1px 0 rgb(0 0 0 / 40),
        0 8px 24px rgb(0 0 0 / 8%);
}

.call-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #1C38D8;
  border-radius: 999px;
  text-decoration: none;
}

/* FORCE SVG ICON COLOR */
.call-button svg path{
  fill: #ffffff !important;
}


#page .site-content {
background-color: black;
}