/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.37
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.9
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.1.36-dev1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/

header#site-header {
    height: 100px;
}

/* Nav CSS */
.sc-nav a:hover,
.sc-nav li.current-menu-item > a:hover {
    background: #ddf8fd !important;
	color:#2563EB !important;
}

.sc-nav li.current-menu-item > a {
    color: var(--sc-text-main);
    background: none !important;
}
/* Search Bar Css */
form.sc-search {
    border: 1px solid #d2d2d2;
    border-radius: 50px;
}
.sc-search__toggle {
    background: #ddf8fd !important;
}

/* Section Css */
.calc-app {
    background: linear-gradient(135deg, #e0f7fa 0%, #f0f9ff 100%) !important;
    border-radius: 25px;
    box-shadow: 0 25px 50px -12px rgba(165, 230, 240, 0.25);
    border: 1px solid rgba(165, 230, 240, 0.3);
}
section.sc-hero {
    border-radius: 25px;
}

.sc-hero {
    padding: 100px 0 80px;
    background: radial-gradient(circle at 10% 90%, rgba(34, 211, 238, 0.1) 0%, transparent 40%), radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.05) 0%, transparent 40%) !important;
    display: flex;
    align-items: center;
    gap: 60px;
    min-height: 80vh;
    border-radius: 25px;
}
/* Button Css */