/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 2.56
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/


/* Custom CSS */

.hero-banner {
/*   background: linear-gradient(135deg, #ffe29f, #ffaec0, #a0c1ff, #b9fbc0); */
/*   background: linear-gradient(135deg, #ff9a9e, #fad0c4, #fbc2eb, #a1c4fd, #c2e9fb); */
  color: #ffffff !important;
/*   background-size: 400% 400%;
  animation: gradientShift 15s ease infinite; */
	
	background: #F78FB3;
}

.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .dark-bg, .dark-bg h2, .dark-bg h3, .dark-bg h4
 {
    color: #ffffff;
}

.text-center {
	text-align:center;
}

/* .flower-bg {
	background-image: url(https://ba.seldomsolutions.com/wp-content/uploads/2025/09/flower-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
} */

.primary-cta
 {
    background: #6EC1E4;
    color: #ffffff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0 16px 16px 0;
}

.primary-cta:hover {
	background: #4AA3C1;
	color: #ffffff;
}

.secondary-cta:hover {
	background: #F78FB3;
	color: #ffffff;
}

.secondary-cta {
    background: #ffffff;
    color: #F4A6B9;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0 16px 16px 0;
}

section
{
    padding: 40px;
}

.flower-bg {
    padding: 40px;
    margin: -40px;
}

.image-shape
 {
    border-radius: 50%;
    box-shadow: 5px 5px 5px #6ec1e4;
    animation: changeShadow 5s infinite;
	position: relative;
    z-index: 1;
}

.bg-flow {
    background-image: url(https://ba.seldomsolutions.com/wp-content/uploads/2025/09/bg-flow.png);
    height: 300px;
    position: relative;
    top: -300px;
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: -300px;
}

.dark-bg {
	background: #6ec1e4;
}

.tile
 {
    border: 1px solid #8cd6f5;
    margin-bottom: 16px;
    padding: 16px;
    text-align: center;
    border-radius: 5px;
}

.tile-2 {
	text-align: left;
}

.tile i {
    font-size: 40px;
    margin: 16px 0;
    background: #FFF0F5;
    padding: 8px;
    border-radius: 3px;
    color: #f78fb3;
}

.tile-2 i {
    font-size: 40px;
    margin: 16px 0;
    background: transparent;
    padding: 8px;
    border-radius: 3px;
    color: #6ec1e4;
}

.space {
	height: 80px;
}

.inverse {
    transform: rotate(180deg);
    top: 0px;
}

.award {
    background: #FFF0F5;
    padding: 4px;
    border-radius: 5px;
	margin-bottom: 8px;
}

@keyframes changeShadow {
	0% { box-shadow: 5px 5px 5px #6ec1e4; }
	50% { box-shadow: 10px 10px 10px #6ec1e4; }
	100% { box-shadow: 1px 1px 1px #6ec1e4; }
}
   
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
