/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763049199
Updated: 2025-11-13 15:53:19

*/

/* Custom styles for the button */
.common-button {
  position: relative;
}
/* Custom styles for the button */
.common-button:after {
  font-size: 18px;
  line-height: 1em;
  content: ">";
  opacity: 0;
  position: absolute;
  margin-left: -50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  margin-top: 22px;
  color: #fff;
}

.common-button:hover:after {
  opacity: 1;
  margin-left: -28px;
  margin-top: 22px;
}
.home-top-section {
  position: relative;
}

.home-top-section:after {
  content: "";
  background-image: url(./img/Flower-Shop-22b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 771px;
  width: 475px;
}
.home-sport {
  position: relative;
}
.home-sport:after {
  content: "";
  background-image: url(./img/Flower-Shop-27.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 560px;
  width: 433px;
}
#offer-button:after {
  color: #aa6a3c;
}
#offer-buttons:after {
  color: #aa6a3c;
}
#get-button:after {
  color: #aa6a3c;
}
#hero-button:after {
  color: #000000;
}
#lest-button:after {
  color: #aa6a3c;
}
#from-button:after {
  color: #fff;
}
#from-buttons:after {
  color: #fff;
}

.about-contene ul {
  padding: 0;
  padding-left: 16px;
  padding-top: 6px;
}
.about-contene ul li {
  padding-bottom: 5px;
}
.about-contene p {
  margin: 0;
}
.et_pb_divider {
  position: relative;
  z-index: 1;
}
.et_pb_divider::after {
  content: "";
  width: 145%;
  height: 1px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.elementor-7 .elementor-element.elementor-element-cbb02cd img {
  z-index: 1;
  position: relative;
}
.home-hero-sport {
  position: relative;
}
.home-hero-sport:after {
  content: "";
  background-image: url(./img/Flower-Shop-24.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 46px;
  left: -110px;
  height: 222px;
  width: 225px;
}

/* Container */
.header-search-section {
  display: flex;
  align-items: center;
  position: relative;
  font-family: Arial, sans-serif;
}

/* Responsive background images for mobile */
@media (max-width: 767px) {

  /* Home Top Section */
  .home-top-section:after {
    width: 60%;
    height: auto;
    background-size: contain;
    top: 0;
    left: 0;
  }

  /* Home Sport Section */
  .home-sport:after {
    width: 60%;
    height: auto;
    background-size: contain;
    top: 0;
    left: 0;
  }

  /* Hero Sport Section */
  .home-hero-sport:after {
    width: 40%;
    height: auto;
    background-size: contain;
    top: 20px;
    left: -40px;
  }
}


