/*
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.1761728486
Updated: 2025-10-29 09:01:26

*/


.card:hover h2, .card:hover p {
    color: #fff !important;
    transition: ease-in;
     transition: 0.5s;
     cursor: pointer;
}

.btn {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.btn:hover .icon {
  transform: translate(4px);
}

.btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


.choose-card{
  display: flex;
  
  flex-direction: column;
  justify-content: center;
  align-items: left;
  background: #fff;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.1s 0s linear;
  position: relative;
  overflow: hidden;
  z-index:999;
}
.choose-card:active {
  scale: 0.95;
}
.choose-card::after {
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 0%;
  background-color: #dd4e00!important;
  position: absolute;
  right: 400px;
  transition: right 0.4s 0s linear;
  z-index: 1;
  
}
.choose-card:hover::after {
  right: 0px;
}
.choose-card:hover p
{
  color:white!important;
}

.choose-card:hover h3
{
  color:white!important;
}

.choose-card:hover h3
{
  color:white!important;
}

.choose-card:hover img
{
  padding:10px;
  background-color:#fff;
  border-radius:50%;
}

.choose-card:hover {
  color: #023047;
}

.choose-card p {
  z-index: 10 !important;
}
.choose-card .elementor-image-box-wrapper {
    z-index: 999;
}


