/*
Theme Name: Geetwosix Digital
Theme URI: https://www.kadencewp.com/
Author: Angelo Torres
Author URI: https://geetwosix.digital/
Description: Custom theme for Geetwosix Digital Web Agency Site.
Template: kadence
Version: 1.0.0
Text Domain: geetwosix-digital
*/

@import url("../kadence/style.css");

/*
Header
*/
.site-header {
    margin-top: 60px;
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap) {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px 0 10px 0;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.1);
}

/*
Hero
*/
.h-hero {
    min-height: calc(100vh + 80px) !important;
}

/*
Services
*/
.services-list h3 {
    padding-left: 32px;
}

.services-list article:first-child h3 {
    background: url('/wp-content/uploads/2025/06/web-design.svg') no-repeat;
    background-position: left center;
}

.services-list article:nth-child(2) h3 {
    background: url('/wp-content/uploads/2025/06/setting.svg') no-repeat;
    background-position: left center;
}

.services-list article:nth-child(3) h3 {
    background: url('/wp-content/uploads/2025/06/efficiency.svg') no-repeat;
    background-position: left center;
}

.services-list article:nth-child(4) h3 {
    background: url('/wp-content/uploads/2025/06/search.svg') no-repeat;
    background-position: left center;
}