/*
Theme Name: Infine Child
Template:   infine
Theme URI: https://1.envato.market/infine-wp
Description: Life and Business Coach WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: infine-child
*/
.hero-slider .ekit-wid-con .swiper-pagination {
  line-height: 0;
  position: absolute;
  bottom: -10px !important; /* default for desktop */
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  z-index: 2;
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-slider .ekit-wid-con .swiper-pagination {
    bottom: -10px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-slider .ekit-wid-con .swiper-pagination {
    bottom: 0px !important;
  }
}

/* for sldier */

/* Ensure container is positioned */
.hero-slider {
  position: relative;
}

/* === Desktop only (min-width: 1025px) === */
@media (min-width: 1025px) {
  .hero-slider .ekit-swiper-arrow-button {
    position: absolute;
    bottom: -10px;
    right: 30px;
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  .swiper-button-prev {
    margin-left: -100px !important;
  }
}
.container{
	max-width: 1400px;
    padding-left:22px !important;
	  padding-right:22px !important;
}
@media (min-width: 1560px) {
  .container{
    max-width: 1400px;
    padding-left:50px !important;
    padding-right:50px !important;
  }
}
@media (min-width: 1800px) {
  .container{
    max-width: 1400px;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}
.py-5 {
	padding-top:25px !important;
	padding-bottom:25px !important;
}

/* Container for the filter section */
.container-filter {
  max-width: 1400px;
  padding-top: 100px;
  padding-bottom: 20px;
  padding: 100px 20px 30px 20px;
  background-color: #042A2D;
  border-radius: 30px;
  margin: -120px auto auto auto; /* shorthand for top/left/right/bottom */
}

/* Filter box styling with gradient */
.filter-box {
  background: linear-gradient(90deg, #1f4037 0%, #99f2c8 100%);
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
}

/*  Responsive padding for smaller screens */
@media (max-width: 1560px) {
  .container-filter {
    padding: 100px 20px 30px 20px;
  }

  .filter-box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .searchfilter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.child-filter-bar,
.child-pages-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* For screens below 1800px */
@media (max-width: 1800px) {
  .child-filter-bar,
  .child-pages-list {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* For screens below 1500px */
@media (max-width: 1560px) {
  .child-filter-bar,
  .child-pages-list {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1400px) {
  .child-filter-bar,
  .child-pages-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* All dropdowns and inputs inside filters */
.filter-input {
  border-radius: 12px;
  border: none;
  padding: 12px 16px;
  font-size: 15px;
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) inset;
}

/* Ensure dropdown options have readable colors */
.filter-input option {
  color: #000;
}

/* Icon-wrapper for search input */
.input-icon-wrapper {
  position: relative;
}

/* Search icon inside input */
.input-icon-wrapper .search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
}

/* Padding to make space for the icon */
.input-icon-wrapper input {
  padding-left: 40px;
}
.container-filter h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.container-filter p.lead {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.container-filter p.small {
  font-size: 0.95rem;
  opacity: 0.9;
}
.heading-gradient {
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
}

.text-gradient-green {
  background: linear-gradient(90deg, #42e695 0%, #3bb2b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-heading {
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(90deg, #42e695 0%, #3bb2b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.badge{
	color:#000000 !important;
}


.bg-section{
	max-width: 1400px !important;
}

.cf7-label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  font-size: 15px;
  color: #333 !important;
  margin-bottom: 6px;
}

.cf7-label .required {
  color: red !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}

/* Input fields */
.wpcf7-form-control.form-control {
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Button styling */
.form-btn .wpcf7-submit {
  background: linear-gradient(to right, #0ea5e9, #22c55e);
  border: none;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.form-btn .wpcf7-submit:hover {
  opacity: 0.9;
}

#magic-cursor {
    display: none !important;
}

.mcpp-card {
    position: relative;
}

.mcpp-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, #158d69ff, #45e770ff);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .3px;
  padding: 4px 8px;
  border-radius: 0 10px 0 10px;
}

.child-filter-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.child-search-form {
    display: flex;
    gap: 10px;
}

.child-search-form input[type="text"] {
    height: 48px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.child-search-form button {
    border-radius: 6px;
}

@media only screen and (min-width: 1000px) and (max-width: 1560px) { 

    .header-menu{
        width: calc(100% - 40px);
        margin: 20px 20px 0;
        padding: 0 !important;
    }

    .header-menu .e-con-inner{
        padding: 0;
    }
}

@media only screen and (min-width: 1561px) and (max-width: 1800px) {
    .header-menu .e-con-inner {
        padding: 0 50px !important;
    }
}