/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* ---------sticky header------- */
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
      background-color: rgba(255, 255, 255, 0.8) !important;   
    transition: all 0.2s ease;   
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.rotate-img {
  animation: rotate 8s linear infinite;
}
.service img{
	
	border-radius:20px;
}

.maintained-by .logo { 
  vertical-align: middle;
  padding-left: 10px;
}

.floating-dove {
  animation: doveFloat 6s ease-in-out infinite;
}

.member p a {
    color: #000 !important;
    padding-left: 26px;
    position: relative;
}

.member p a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 011 1V21a1 1 0 01-1 1C10.07 22 2 13.93 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.25.2 2.46.57 3.58a1 1 0 01-.25 1.01l-2.2 2.2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes doveFloat {
  0% {
    transform: translateY(0px) scale(1) scaleY(1);
  }
  50% {
    transform: translateY(-20px) scale(1.03) scaleY(0.96);
  }
  100% {
    transform: translateY(0px) scale(1) scaleY(1);
  }
}

.et-marquee-track {
  display: flex;
  width: max-content;
  animation: etScroll linear infinite;
}

.et-marquee-content {
  display: flex;
    white-space: nowrap;
    gap: 50px;
    font-size: 30px;  
    color: #fff;
}

@keyframes etScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.states .elementor-icon-list-item {  
    background-color: #fff;
    padding: 12px 20px !important;
    border-radius: 15px;
}

#maintenance-alert-box{
            position: fixed;
            bottom: 20px;
            right: 20px;
            max-width: 350px;
            background: #f90707;
            color: #fff;
            padding: 18px 20px;
            border-radius: 10px;
            z-index: 99999;
            font-size: 16px;
            line-height: 1.6;
            box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        }

        #maintenance-alert-box .close-alert{
            position: absolute;
            top: 1px;
            right: 12px;
            cursor: pointer;
            font-size: 30px;
            color: #fff;
        }

        #maintenance-alert-box strong{
            font-size: 18px;
        }
     
#maintenance-alert-box a{
	color:#fff;
}

#visit-count {
  display: inline-block;
  min-width: 40px;
  padding: 2px 6px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  text-align: center;
  background: linear-gradient(to bottom, #e5cf5a, #b89100);
  border: 1px solid #8a6d00;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.4);
}

@media (max-width: 767px) {
	.et-marquee-content {
		font-size: 20px;  
	}
	 #maintenance-alert-box{
                right: 10px;
                left: 10px;
                bottom: 10px;
                max-width: 100%;
            }
        }
}