/********** Template CSS **********/
:root {
  --primary: #c1e503;
  --secondary: #bdbdbf;
  --light: #f4f5f8;
  --dark: #333055;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  margin-right: 30px;
  padding: 40px 0;
  color: var(--light);
  font-size: 17px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 36, 41, 0.8);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.bg-hero {
  background: linear-gradient(rgba(99, 106, 122, 0.1), rgba(99, 106, 122, 0.1)),
    url(../img/bread-crumb-2.png) top center no-repeat;
  background-size: cover;
}
.bg-acupuncture {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../images/bg/acupuncture-treatment-hyderabad.webp) top center no-repeat;
  background-size: cover;
}
.bg-kollur {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../images/bg/fitness-trainer-kollur.webp) top center no-repeat;
  background-size: cover;
}
.bg-cupping {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../images/bg/hijama-cupping-therapy-hyderabad.webp) top center no-repeat;
  background-size: cover;
}
.bg-about {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../img/bread-crumb-1.png) top center no-repeat;
  background-size: cover;
}
.bg-prenatalfh {
  background: linear-gradient(rgba(34, 36, 41, 0.8), rgba(34, 36, 41, 0.8)),
    url(../images/bg/prenatal-fitness-hyderabad.webp) top center no-repeat;
  background-size: cover;
}

.bg-contact {
  background: url(../images/blogcover/contact-us-cover.webp) top center
    no-repeat;
  /*background: url(../images/blogcover/contact-us-cover.webp) top center no-repeat;*/
  background-size: cover;
}
.bg-yoga {
  background: url(../images/blogcover/yoga-training-cover.webp) top center
    no-repeat;
  /*background: url(../images/blogcover/yoga-training-cover.webp) top center no-repeat;*/
  background-size: cover;
}

.programe::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  top: 135px;
  left: 0;
  background: var(--dark);
  z-index: -1;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.2);
}

.team-item .team-overlay {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 36, 41, 0.9);
  transition: 0.5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.testimonial-carousel .owl-item img {
  width: 90px;
  height: 90px;
}

.blog-item img {
  transition: 0.5s;
}

.blog-item:hover img {
  transform: scale(1.2);
}

@media (min-width: 991.98px) {
  .credit {
    background: var(--primary);
  }
}

.w-225 {
  width: 225px !important;
}
.def-color {
  color: #222429;
}

.container-1 .card-1 {
  max-width: 300px;
  height: 215px;
  margin: 30px 10px;
  padding: 20px 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
.container-1 .card-1:hover {
  height: 450px;
}
.container-1 .card-1 .imgContainer {
  position: relative;
  width: 200px;
  height: auto;
  top: -50px;
  left: 35px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.container-1 .card-1 .imgContainer img {
  max-width: 100%;
  border-radius: 4px;
}
.container-1 .card-1 .content {
  position: relative;
  margin-top: -140px;
  padding: 10px 15px;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.container-1 .card-1:hover .content {
  visibility: visible;
  opacity: 1;
  margin-top: -40px;
  transition-delay: 0.3s;
}

@media (max-width: 330px) {
  .container-1 .card-1 .imgContainer {
    left: -2px;
  }
}
.box-1 {
    width: 110px;
    height: auto;
    float: left;
    transition: .5s linear;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 900;
    border: solid 1px #c1e503;
  }
  
  .box-1:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    border-bottom: 4px solid #c1e503;
    border-left: 4px solid #c1e503;
    box-sizing: border-box;
    transform: translateX(100%);
  }
  
  .box-1:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-top: 4px solid #c1e503;
    border-right: 4px solid #c1e503;
    box-sizing: border-box;
    transform: translateX(-100%);
  }
  
  .box-1:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  .box-1:hover:before {
    border-color: #c1e503;
    height: 100%;
    transform: translateX(0);
    transition: .3s transform linear, .3s height linear .3s;
  }
  
  .box-1:hover:after {
    border-color: #c1e503;
    height: 100%;
    transform: translateX(0);
    transition: .3s transform linear, .3s height linear .5s;
  }
  
  .box-btn {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
  }

  .text-justify{
    text-align: justify;
  }

  .fs-16{
    font-size: 16px !important;
  }

  .alert-danger-1 {
    color: #fff;
    background-color: #333055;
    border-color: #f5c2c7;
  }

  
.all-policy{
	margin: 60px 0;
  }

  .all-policy h2{
	color: #333055;
	font-size: 25px;
	font-weight: 700;
	margin: 15px 0;
  }

  .all-policy h4{
	color: #333055;
	font-size: 20px;
	font-weight: 700;
	margin: 8px 0;
  }

  .all-policy p{
	font-size: .9rem;
	line-height: 24px;
	margin-bottom: 8px;
  }

  .all-policy p strong{
    font-weight: 700;
  }

  .all-policy ul{
    list-style-type: none;
  }

  .all-policy ul li{
    list-style-type: decimal;
    margin: 12px 0;
  }
  

  .form-btn {
    padding: 10px 28px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #333055;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #c1e503;
  }
  
.form-btn:hover {
    color: #ffffff;
    transform: scale(1.1);
    outline: 2px solid #c1e503;
    box-shadow: 4px 5px 17px -4px #c1e503;
  }
  
.form-btn::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #c1e503;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
.form-btn:hover::before {
    width: 150%;
  }
  
  .contact-item {
    transition: background-color 0.3s, transform 0.3s;
}
.contact-item:hover {
    background-color: #343a40; /* Darken background on hover */
    transform: scale(1.05); /* Scale up slightly on hover */
}
.contact-item .bg-primary {
    transition: background-color 0.3s;
}
.contact-item:hover .bg-primary {
    background-color: #007bff; /* Change circle color on hover */
}
.contact-item p {
    transition: color 0.3s;
}
.contact-item:hover p {
    color: #ffffff; /* Change text color on hover */
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #686a6f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-shadow{
  border-radius: 50px 25px 50px 25px;
}

.mb-alt{
  margin-bottom: 80px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 11px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #686a6f;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.alert-success{
  color: #fff;
  background-color: #c1e503;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
}
.alert-danger{
  color: #fff;
  background-color: #E72929;
  margin-top: 15px;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  border-radius: 10px;
}
.fw-700{
  font-weight: 700;
}