/********** Template CSS **********/
html, body {
  overflow-x: hidden;
}

:root {
    /* --primary: #7EBC12; */
    --primary: #F49503;
    --secondary: #FF0F10;
    --light: #F2F2F2;
    /*--dark: #1D2833;*/
    --dark: #04032b;
    --site: #F49503;
     --background-color: #04032b;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 8px;
}

.btn:hover{
    color:#fff;
}
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--secondary) !important; */
    color: var(--site) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}



@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }


    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .navbar-bg-dark {
        position: fixed;
        background: var(--dark);
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

   .sticky-top.navbar-bg-dark {
        position: fixed;
        background: #FFFFFF;
    }



  }


/*** Hero Header ***/
.hero-header {
    width: 100%;
    background:
         /* linear-gradient(rgba(38, 1, 88, 0.8), rgba(38, 1, 88, 0.8)),  */
        /* url(../img/bg-round.png),
        url(../img/bg-round-2.png),
        url(../img/bg-square.png),
        url(../img/bg-line.png), */
        /*url(../img/banner-bg.png),
        url(../img/bg-bottom-hero.png);
    background-position:*/
        /* 0px 40%,
        right 0 top 0,
        left 50% top 0,
        left 50% top 50%, */

        url(../img/banner-bg.png) center bottom -1px / cover no-repeat,
        url(../img/bg-bottom-hero.png) center bottom / cover no-repeat;

        /*center bottom -1px;*/
        background-repeat: no-repeat;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 11px;
    bottom: 0;
    left: 0;
    border-top: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    bottom: 5px;
    left: 0;
    background: var(--primary);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -30px;
}

.section-title.text-center::after {
    width: 120px;
    left: 50%;
    margin-left: -60px;
}


/*** Domain Search ***/
.domain {
    background: url(../img/bg-domain.png) center center no-repeat;
    background-size: contain;
}


/*** Comparison ***/
@media (min-width: 992px) {
    .comparison::after {
        position: absolute;
        content: "";
        width: 1px;
        top: 56px;
        bottom: 20px;
        left: 50%;
        background: #DDDDDD;
    }
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    background: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.footer {
    position: relative;   /* required for z-index */
    z-index: 1; 
    background:
        url(../img/bg-round.png),
        url(../img/bg-round-2.png),
        url(../img/bg-square.png),
        url(../img/bg-line.png),
        /*url(../img/bg-bottom-footer.png);*/
        url(../img/bg-bottom-footer.png) top center / cover no-repeat;
    background-position:
        0px 112px,
        right 0 bottom 0,
        left 50% top 80px,
        left 50% bottom 0,
        top center;
    background-repeat: no-repeat;
}

.footer p {
    font-size: 15px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/****/
.btn-site-primary{
    background-color: #F49503;
}


.image-overlay-container {
  position: relative;
  overflow: hidden;
}

.image-overlay-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 1, 55, 0.8); /* Dark overlay */
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.8rem, 0.8rem, 0.9rem);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
}

.sport-icon {
  width: 40px;
  height: 40px;
}

.image-overlay-container:hover .overlay-text {
  opacity: 0;
  visibility: hidden;
}


.text-site-primary{
  color:#F49503;  
}

.bg-site-primary,.btn-site-primary{
  background-color:#F49503;  
}

.border-site-primary {
    border-color: #F49503 !important;
}

.accordion-button:not(.collapsed) {
    color: #F49503;
}

/* .why-us-bg{
    background:#04032b;
} */

.why-us-right-bg{
    background:#04032b;
    opacity: 0.8;
} 


.why-us-bg {
    width: 100%;
    background: url(../img/active-kids-why-us.png) center center no-repeat;
    background-size: cover; /* fills width & height */
}

.home-mobile-banner {
  position: relative;          /* required for ::before */
  width: 100%;
  min-height: 300px;           /* give height, adjust as needed */
  background: url(../img/active-kids-app-banner.png) center center no-repeat;
  background-size: cover;      /* fills width & height */
  overflow: hidden;            /* keeps ::before contained */
}

.about-pg-why-us{
    width: 100%;
    background: url(../img/active-kids-why-choose-us.png) center center no-repeat;
    background-size: cover; /* fills width & height */
}

/*soccer banner*/
.soccer-header {
    background:
        url(../img/soccer-banner.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        center bottom -1px;
    background-repeat: no-repeat;
}

.contact-btn{
    background-color: #04032b;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.site-text-dark{
    color:#04032b;
}

.content-bg{
   background-color:#fef9ea;
}

   .custom-bullet li {
    list-style: none;
    position: relative;
    padding-left: 34px; 
  }

  .custom-bullet li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 28px;
    height: 28px;
    background-image: url('../img/basketball.gif');
    background-size: contain;
    background-repeat: no-repeat;
  } 

     .custom-bullet-1 li {
    list-style: none;
    position: relative;
    padding-left: 34px; 
  }

  .custom-bullet-1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 28px;
    height: 28px;
    background-image: url('../img/sport-whistle.gif');
    background-size: contain;
    background-repeat: no-repeat;
  } 


      .custom-bullet-2 li {
    list-style: none;
    position: relative;
    padding-left: 34px; 
  }

  .custom-bullet-2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 28px;
    height: 28px;
    background-image: url('../img/clematis.gif');
    background-size: contain;
    background-repeat: no-repeat;
  } 

.custom-bullet-3{
  position: relative;
  padding-left: 40px; /* space for bullet */
}

.custom-bullet-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  background-image: url('../img/clematis.gif');
  background-size: contain;
  background-repeat: no-repeat;
}
 

.page-header {
  position: relative; /* parent reference for absolute child */
}

.page-header img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text-header {
  position: absolute;   /* sits on top of the image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;          /* covers full banner */
  display: flex;
  align-items: center;   /* vertically center text */
  z-index: 2;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0); /* dark overlay */
  z-index: 1;
}


.cta-banner {
  position: absolute;   /* sits on top of the image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;          /* covers full banner */
  display: flex;
  align-items: center;   /* vertically center text */
  z-index: 2;
}

.why-zenergy-bg{
  width: 100%;
  background: url(../img/green-hill.jpg) no-repeat center center;
  background-size: cover; 
  background-attachment: scroll;
}  

/* 
 .about-header {
  width: 100%;
  background: url(../img/about-pg-banner.png) no-repeat center center;
  background-size: cover; 
  background-attachment: scroll;
}  */

/* .mobile-header {
  width: 100%;
  background: url(../img/mobile-pg-banner.png) no-repeat center center;
  background-size: cover; 
  background-attachment: scroll; 
} */

/* .zenergy-header{
  width: 100%;
  background: url(../img/zenergy-pg-banner.png) no-repeat center center;
  background-size: cover; 
  background-attachment: scroll; 
} */

/* .contact-header{
  width: 100%;
  background: url(../img/contact-pg-banner.png) no-repeat center center;
  background-size: cover; 
  background-attachment: scroll; 
} */


/* .cta-banner{
    width: 100%;
    height:500px;
    background: url(../img/cta-banner.png) center center no-repeat;
    background-size: cover;
} */

/* Call To Action Section*/
.call-to-action {
  padding: 30px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 60%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  /*margin: 10px;*/
  /*border: 1px solid #fff;*/
  background: #fff;
  color: rgb(255, 48, 49);
}

.call-to-action .cta-btn:hover {
  background: linear-gradient(45deg, #45382A, #8f6d4a); /* reverse gradient */
  transform: scale(1.05); /* zoom on hover */
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  color:#fff;
}

/* .call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
} */

.bg-brown{
    background-color: #f7f7f7;
}

.footer-mt{
  margin-bottom:100px;
  padding-top:180px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: linear-gradient(45deg, #45382A, #45382A); /* gradient */
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: linear-gradient(45deg, #45382A, #8f6d4a); /* reverse gradient */
  transform: scale(1.05); /* zoom on hover */
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}



/*contact button*/
 @property --a {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

#send_wrap {
  --b: 2px;
  /*--l: #ff66cc 0% 15%, #00f7ff 15% 70%, #ff66cc 70% 100%;*/
  --l: #ffffff 0% 25%, #ffffff 25% 70%, #e0a955 70% 100%;
  --a: 0deg;

  display: inline-block;
  padding: var(--b);
  border-radius: 50rem;
  background: #F49503;
  transition: all 0.3s ease;

}

#send_wrap.loading {
  background: repeating-conic-gradient(from var(--a), var(--l)) border-box;
  animation: rotateBorder 2s linear infinite;
  /* box-shadow: 0 0 10px #ff66cc, 0 0 20px #00f7ff, 0 0 30px #ff66cc; */
}

@keyframes rotateBorder {
  to { --a: 1turn; }
}

#send_wrap input {
  border: none;
  background-color: #F49503;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50rem;
  cursor: pointer;
}

.home-cta-box{
    margin-bottom:-80px;
    position: relative; 
    z-index: 0;
}

 .rainbow-img {
    width: 75%;
  }

  .banner-margin{
  margin-top:90px;
  padding-top:0px;
}
  
.why-us-right{
  margin-right:-5%;
}

/*Responsive*/

@media (min-width: 769px) and (max-width: 1024px){
   .home-cta-box h1{
      font-size: 26px;
      padding-right: 60px;
    }

    .footer-mt{
     margin-bottom:10px;
     padding-top:10px;
    }

     .footer {
    background: none;
    background-color: #F49503;
    }

    .choose-img{
      padding-top:200px;
    }
}  

@media (max-width: 767.98px) {
  .banner-title{
    font-size: 1.75rem; 
  }

  .home-cta-text{
    font-size: 1.15rem;
    margin-top: -75px;
  }

  .cta-btn {
    font-size: 12px;
  }

  .home-cta-box{
    margin-bottom:40px;
   }

   .footer-logo{
    width:180px;
    margin-left:20%;
   }

   .home-mobile-banner h1{
     font-size: 1.25rem; 
   }

   .home-mobile-banner h2{
     font-size: 1.15rem; 
   }

   .home-mobile-banner h3{
     font-size: 1.0rem; 
   }

   .home-mobile-banner .btn{
    font: size 0.75rem;
   }

   .home-mobile-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.home-mobile-banner > * {
  position: relative;
  z-index: 2;  /* ensures text/content is above overlay */
}

.rainbow-img {
    width: 100%;
}

  .footer {
    background: none;
    background-color: #F49503;
  }

  .zenergy-cta-text{
    font-size: 1.0rem;
  }

  .call-to-action .cta-btn {
    font-size:12px;
    padding:12px 12px;
  }  

  .navbar {
    z-index:10;
}

.footer-mt{
  margin-bottom:40px;
  padding-top:10px;
}

.banner-margin{
  padding-top:90px;
  margin-top: 0;
}

.about-pg-why-us{
    background-size: auto; 
}

  

}

/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 100% !important;
  padding-left: 14px;
  padding-right: 10px;
}

  .why-us-bg {
      background-position: center center;
      background-size: cover;
      margin-right:5px;
      margin-left:0px;
  }

  .home-mobile-banner {
      background-position: center center;
      background-size: cover;
      margin-right:0px;
      margin-left:0px;
      padding-top:20px;
  }

  .home-mobile-banner h1{
     font-size: 1.50rem; 
   }

   .home-mobile-banner h2{
     font-size: 1.25rem; 
   }

   .home-mobile-banner h3{
     font-size: 1.0rem; 
   }

   .home-mobile-banner .btn{
    font: size 0.75rem;
   }

   .home-mobile-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* dark overlay */
  z-index: 1;
}

.home-mobile-banner > * {
  position: relative;
  z-index: 2;  /* ensures text/content is above overlay */
}

 .why-us-right-bg {
    margin-left: 100px;
}

.why-zenergy-bg{
  padding-top:30px;
}

.home-cta-box{
  padding-left: 0px;
  padding-right: 0px;
  margin-top:0px;
  position: relative; 
  z-index: 0;
  padding-bottom: 30px;
}

.footer-mt{
  margin-bottom:15px;
  padding-top:0px;
}

 .footer-logo{
    width:180px;
    margin-left:20%;
   }

   .footer {
    background: none;
    background-color: #F49503;
    }

    .home-cta-box h1{
      font-size: 20px;
      padding-right: 60px;
    }

    .why-us-container{
      padding-left:0px;
      padding-right:0px;
    }

    .choose-zenergy{
      padding-top:40px 20px;
    }

    
}
