/*
 * Mission Possible Fitness
 * Main Stylesheet
 */

/* ===== BASE STYLES ===== */
:root {
  --primary-color: #00a8e8;
  --secondary-color: #f0f4f7;
  --darkblue-color: #003459;
  --accent-color: #ff5a5f;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --gray-color: #6c757d;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    min-width: 250px;
  }
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.6;
  color: var(--dark-color);
  background-color: #fff;
  padding-top: 160px;
}

body.itemid-101,
body.itemid-118,
body.itemid-119,
body.itemid-120,
body.itemid-121,
body.itemid-122{
  padding-top: 0;
}

body .header{
  position: absolute;
  top: 0;
  left: 0;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Open Sans;
  font-weight: 700;
  margin-bottom: 24px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--darkblue-color);
}



div.top-bar a {
background: unset !important;
  text-decoration: underline;
  padding: 0px 10px 0px;
  border: 0px;
  margin: 0;
    
}





.top-bar {height: 54px !important;position: fixed;top: 0;left: 0;width: 100%;height: 40px;z-index: 999;transform: translateY(-100%);transition: transform 0.3s ease;background: #00a0dd;text-align: center;padding: 10px 0px;color: #fff;}

.top-bar a{
    line-height: 18px;
}

 .top-bar.visible {
      transform: translateY(0);
    }

.center-text{
  text-align: center;
}

.btn {
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--darkblue-color);
  border-color: var(--darkblue-color);
}

.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* ===== HEADER ===== */

.header {
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  padding: 10px 0;
  box-shadow: none;
}

body.itemid-122 .page-header{
  display: none;
}

body.itemid-138 .our-members,
body.itemid-137 .our-members{
  margin-bottom: 0 !important;
}

body.itemid-139 #block-slide-form{
  margin-bottom: 100px;
}

.header .container-fluid{
  padding: 0px 25px;
}

@keyframes softFlash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.logo-img {
  height: 90px;
animation: slowRotate 10s linear infinite;
}

.navbar-nav {
  background-color: var(--primary-color);
  padding: 10px 20px !important;!i;!;
  border-radius: 0;
}

.dropdown-menu {border:0px; border-radius:0px;}

.navbar-nav .dropdown-menu a{
  color: var(--primary-color) !important;
}

.navbar-nav .dropdown-menu a:hover{
  color: var(--primary-color) !important;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  padding: 8px 16px !important;!i;!;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-nav .dropdown-menu a.active{
  background: var(--primary-color) !important;
}

.navbar-nav .dropdown-menu a.active:hover{
  color: rgba(255, 255, 255, 0.8) !important;
}

/* ===== HERO BANNER ===== */
.hero-banner {
  display: block;
  align-items: center;
  position: relative;
  margin-top: 0;
}

.hero-banner .slide-desc{
  top: 0;
  padding-top: 380px;
}

.hero-banner .slide-desc .banner-content{
  max-width: unset;

  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.hero-banner .slide-desc .banner-content,
.hero-banner .slide-text,
.hero-banner .slide-desc-text-default,
.hero-banner .slide-desc-in{

}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-content h1 {
  color: #fff;
  font-size: 45px;
}

.banner-content .btntext {
    
}

.banner-content .btntext span {
    color:#fff !important;
}

.banner-content .btn {
  font-size: 16px;
  padding: 12px 30px;
  width: fit-content;
}

/* ===== FEATURES ===== */
.features {
  padding: 80px 0 32px;
}

.feature-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.feature-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.feature-overlay {
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: all 0.3s ease;
}

.feature-overlay h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.feature-card:hover .feature-overlay {
  background-color: rgba(0, 168, 232, 0.8);
}

.promo-banner {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-align: center;
  padding: 15px 30px;
  border-radius: 0;
  margin: 32px auto;
  width: fit-content;
}

.promo-banner h3 {
  margin: 0;
  font-size: 21px;
  cursor: pointer;
}

/* ===== STATS SECTION ===== */
.stats-section {
  background-color: var(--primary-color);
  color: #fff;
  padding: 64px 0;
}

.stats-logo {
  max-width: 150px;
  margin-bottom: 24px;
}

.stats-text {
  font-size: 24px;
  line-height: 1.8;
}

/* ===== BENEFITS ===== */
.benefits-section {
  padding: 80px 0;
  background-color: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}

.benefit-item p {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
}

.benefit-item p::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}

.benefit-item:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  margin-top: 0.5rem;
}

.cta-link {
  margin-top: 48px;
  background-color: #fff;
  padding: 24px;
  text-align: center;
}

.cta-link a {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.benefits-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.benefits-image img {
 position: absolute;
  right: -30px;
  top: 50px;
  width: 600px;
  height: 600px;
  object-fit: cover;
  border-radius: 50%;
}
 body.site.itemid-122 #block-slide-form { margin-top: 160px;}
#block-slide-form {
    
  padding: 110px 0px 90px 0px;
  position: relative;
   margin-bottom: -170px;

}

.itemid-111 #block-slide-form {
    padding: 0;
    background: #d6d6d6;
}

#block-slide-form .container {
    z-index: 99;
    margin-bottom:75px;
    position: relative;
}

.slide-form-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 755px;
    color: #FFF;
    background: url(../images/membership-arrow.png) no-repeat right 220px;
    padding: 0 220px 0 10px;
    text-align: center;
}

.slide-form-bg {
background: rgba(255, 255, 255, 0.7);
    padding: 30px;
}

.slide-form {
    display: inline-block;
    max-width: 100%;
    padding: 0 20px;
    vertical-align: middle;
}

.slide-form-text h1 {
    font-size: 60px;
    color: #e3164e;
    line-height: normal;
    padding: 0;
    margin: 10px 0 30px 0;
}


.slide-form-text h2 {
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 30px 0;
}

.slide-form-text p {
    font-size: 16px;
    padding: 0 15%;
}

.slide-form #frm_lead .form-group {
    position: relative;
    margin-bottom: 11px;
}

.slide-form #frm_lead .form-group label {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    font-size: 12px;
    color: red;
}

.slide-form #frm_lead .form-group input {
    background: #FFF;
    border: none;
    max-width: 100%;
    height: 49px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 0 0 15px;
    color: rgba(134, 134, 134, 1.0);
    font-size: 18px;
    width: 412px;
}

.slide-form #frm_lead button {
    font-size: 16px;
    display: block;
    border: 0;
    background: #ed1651;
    padding: 10px 30px;
}

.slide-form #frm_lead button:hover,
.slide-form #frm_lead button:focus {
    border: 0 !important;
}

div.slide-bg div.mod-custom.custom h1 {
margin: 10px 0 0 0;
  line-height: normal;
  font-family: 'Open Sans', Open Sans;
  color: var(--primary-color);
  font-size: 45px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  padding: 150px 0 !important;

  text-align: center;
    
}

.slide-bg .custom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -165px;
    z-index: 0;
    background-size:cover;
    background-position: center top
}

.itemid-111 #block-slide-form .slide-bg .custom {
    position: relative;
}

.itemid-111 #block-slide-form .slide-bg .video-slide a.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    display: block;
    background: #ed1651;
    padding: 10px 30px;
    color: #FFF;
    font-weight: bold;
}

#franchise-form .slide-form-text h2 {
   font-size: 30px;
    font-weight: 300;
    color: var(--primary-color);
  
}
div.slide-form-text div.custom p {
    color: #333333;
}

.slide-form-text p {
    font-size: 16px;
    padding: 0 15%;
}

.our-members{
    background: #f0f0f0;
    padding: 40px 20px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.content p {
    font-weight: 300;
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 20px 0;
}

.content h1 {
    font-weight: 300;
    display: block;
    color: var(--primary-color);
    font-size: 42px;
    text-transform: uppercase;
}

div.content2 {
    background: #ececec;
    display: inline-block;
    border: 0px solid;
    padding: 50px;
    margin: 20px 0px;
}

.content h2 {
    font-weight: 300;
    display: block;
    color: #333333;
    font-size: 32px;
}

.content h2 a {
    color: #333;
}

.content ul {
    margin: 0 0 0 40px;
}

.content ul li {
    font-weight: 300;
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px 0;
    list-style: disc;

}

.content ul.check-membership,
.content ul.check-franchise {
    margin: 0;
}

.content ul.check-membership li,
.content ul.check-franchise li {
background: url(../images/check-membership.png) no-repeat left;

  padding-left: 27px;
  line-height: 33px;
  background-size: 14px;
}

.content .content-membership .border-red {
    border: 4px solid #ec1751;
    padding: 15px;
    color: #ec1751;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 900;
}

.content .readmore a.btn {
    background: #ed1651;
    border: none;
    width: auto;
    height: 48px;
    border-radius: 4px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16.0px;
    padding: 0 20px;
    margin: 0;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    line-height: 48px;
}

.content .readmore a.btn .icon-chevron-right {
    display: none;
}

.content h4 {
    font-weight: 300;
    display: block;
    color: #333333;
    font-size: 28px;
    line-height: normal;
}

.content h4.contact-dec {
    text-align: left;
    margin-bottom: 50px;
}

.contact-us {
    text-align: center;
    margin-top: 50px;
}

div.text-center.contact-us div.contact-form h3 {
	
}

.contact-us .contact-text, .contact-us .contact-form {
    display: inline-block;
    width: 100%;
    max-width: 520px;
    vertical-align: top;
    text-align: left;
    position: relative;
}

#frm_lead .form-group {
    position: relative;
}

#frm_lead .form-group label {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    width: auto;
    font-size: 12px;
    color: red;
}

#frm_lead .form-group input, #frm_lead .form-group select {
    background: #FFF;
    border: 1px solid #2b2b2b;
    box-shadow: none;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    font-weight: 300;
    display: block;
    color: #868686;
    font-size: 18px;
    padding: 0 0 0 15px;
    max-width: 100%;
    display: block;
}

#frm_lead .form-group textarea {
    background: #FFF;
    border: 1px solid #2b2b2b;
    box-shadow: none;
    width: 100%;
    height: 152px;
    border-radius: 4px;
    font-weight: 300;
    display: block;
    color: #868686;
    font-size: 18px;
    padding: 15px 0 0 15px;
    max-width: 100%;
}

#frm_lead button {
    background: #ed1651;
    border: none;
    width: auto;
    height: 48px;
    border-radius: 4px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16.0px;
    padding: 0 20px;
    margin: 0;
    box-shadow: none;
    text-shadow: none;
    display: block;
}

.content .contact-us h3{
  color: #595959;
}

.itemid-111 .slide-form-text h1 {
    font-size: 42px;
}

.itemid-111 .slide-form-text {
    background-position: right 160px;
}

.itemid-111 .slide-form-text h2 {
    font-size: 30px;
    font-weight: 300;
    color: var(--primary-color);
}

.parallax-f,
.parallax-f > .custom{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-f .container {
    padding-top: 300px;
    padding-bottom: 300px;
    text-align: center;
}

.parallax-f h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px 0;
}

.parallax-f p {
    font-size: 20px;
    margin-bottom: 20px;
}

.parallax-f a.btn {
    background: #ed1651;
    line-height: 52px;
    display: inline-block;
    color: #FFF;
    padding: 0 30px;
    font-size: 20px;
}

.videos-wrp .row > *{
  margin-bottom: 15px;
}

.itemid-111 .container-component{
  margin-bottom: 30px;
}

.com-content-article__body img{
  max-width: 100%;
}

.itemid-111 .content h2{
    font-weight:normal;
    display: block;
    color: var(--primary-color);
    font-size: 30px;
    text-transform: uppercase;
}

ul.check-looking {
    list-style: none;
    padding: 0;
    text-align: left;
}

/* Blog Styles */

span.icon-angle-double-left:before {
    content: '<<';
}

span.icon-angle-left:before {
    content: '<';
}

span.icon-angle-double-right:after {
    content: '>>';
}

span.icon-angle-right:after {
    content: '>';
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}
.blog-item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.blog-item:hover {
    transform: translateY(-5px);
}
.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-content {
    padding: 20px;
}
.blog-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}
.blog-intro,
.blog-intro * {
    color: #666 !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;

}
.read-more {
    display: inline-block;
    padding: 8px 20px;
    background: #ed1651;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}
.read-more:hover {
    background: #0086ba;
    color: #fff;
}

.itemid-112 .page-header{
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}

.active>.page-link, .page-link.active{
    background-color: #00a0dd;
    border-color: #00a0dd;
}
.page-link{
    color: #00a0dd;
}
.pagination__wrapper{
    display: flex;
    justify-content: center;
}

@media (max-width: 1300px) {
  .slide-form-text{
    background: none;
    padding: 0px 10px;
    max-width: unset;
  }
  .slide-form-bg{
    text-align: center;
  }

  .itemid-111 #block-slide-form .slide-bg .video-slide a.btn {
      font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .benefits-image img {
    width: 400px;
    height: 400px;
    right: -100px;
  }
}

@media (max-width: 991.98px) {
  .benefit-item p {
    font-size: 1.3rem;
  }
  
  .benefit-item p::before {
    font-size: 1.6rem;
  }
  
  .cta-link {
    padding: 1.25rem;
  }
  
  .cta-link a {
    font-size: 1.1rem;
  }
  
  .benefits-image img {
    width: 250px;
    height: 250px;
    right: -25px;
  }
}

@media (max-width: 767.98px) {
    .hero-banner .slide-desc .banner-content{
        display:flex;
    }   
  .benefits-section {
    padding: 4rem 0 2rem 0;
  }

  .benefit-item {
    margin-bottom: 2rem;
  }

  .benefit-item p {
    font-size: 1.2rem;
    padding-left: 1.5rem;
  }

  .benefit-item p::before {
    font-size: 1.4rem;
  }

  .benefits-image {
    min-height: 350px;
    text-align: center;
  }

  .benefits-image img {
    position: relative;
    right: auto;
  }

  .cta-link {
    margin-top: 2rem;
  }

  .itemid-111 #block-slide-form .slide-bg .video-slide a.btn {
      font-size: 16px;
  }

  #franchise-form .slide-form-text h2 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .benefits-section {
    padding: 3rem 0;
  }

  .benefit-item p {
    font-size: 1.1rem;
    padding-left: 1.25rem;
  }

  .benefit-item p::before {
    font-size: 1.2rem;
  }

  .benefits-image {
    min-height: 300px;
  }

  .benefits-image img {
    width: 300px;
    height: 300px;
  }

  .cta-link {
    padding: 1rem;
  }

  .cta-link a {
    font-size: 1rem;
  }

  .itemid-111 .slide-form-text h1 {
      font-size: 32px;
  }
}

/* ===== CLASS TYPES ===== */
.class-types {
  position: relative;
  padding: 80px 0 0;
  background-image: url('../images/slide.jpg');
  background-size: cover;
  background-position: center;
}

.class-types::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.class-types .container {
  position: relative;
  z-index: 2;
}

.class-types-header h2 {
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 48px;
}

.class-info-text {
  text-align: center;
}

.class-info-text h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 24px;
}

.class-info-text p {
  margin-bottom: 24px;
  font-size: 18px;
}

.class-image img {
  border-radius: 0;
}

.intro-offer {
  margin-top: 4rem;
  background-color: #fff;
  padding: 60px 20px;
  position: relative;
}

/* ===== LOCATIONS ===== */
.locations {
  padding: 0 0 2.5rem 0;
}

.locations h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 32px;
}

.location-card {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  background: var(--primary-color);
  padding: 40px 40px 20px 40px;
  position: relative;
}

.location-card h4{
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
}

.location-card a{
  position: absolute;
  color: var(--primary-color);
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  top: 20px;
  border: none;
  right: 20px;
}

.location-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.location-info {
  padding: 20px;
  text-align: center;
}

.location-info h3 {
  margin-bottom: 1rem;
  color: var(--secondary-color);
}


/* ===== TESTIMONIALS ===== */
.testimonials {
  position: relative;
  padding: 3rem 0 ;
  background-image: url('../images/slide.jpg');
  background-size: cover;
  background-position: center;
}

.testimonials .container{
  position: relative;
}

.testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.testimonials h2 {
  margin-bottom: 24px;
  color: #000;
  position: relative;
}

.testimonial-item {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  border-radius: 25px;
  text-align: center;
}

.testimonial-text {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 16px;
}

.rating {
  color: #ffc107;
}

.testimonials .row {
  justify-content: space-between;
}

.testimonials .col-md-3 {
  flex: 0 0 auto;
  width: 23%;
}

.mod-custom .class-types a{
  color: #000;
}

.round-20{
  border-radius: 20px;
}

.mod-custom .stats-section .promo-banner{
  padding: 10px 80px;
}





 .container > section.container-row {
    padding-left: unset;
    padding-right: unset;
    margin-left: 6.333333333333333%;
    margin-right: 6.333333333333333%;
  }
 

.flex-top {
  align-items: flex-start;
  justify-content: center;
}

.flexbox {
  display: flex;
  text-align: center;
}


.single-box-col-4 {

    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    box-sizing: border-box;
padding: 50px;
  }






@media (max-width: 991.98px) {
    
    .single-box-col-4 {
        padding:unset !important;
    }
    
    
  .testimonials .col-md-3 {
    width: 48%;
    margin-bottom: 30px;
  }

  .mod-custom .stats-section .promo-banner{
    padding: 10px 30px;
  }
}

@media (max-width: 575.98px) {
  .testimonials .col-md-3 {
    width: 100%;
  }
}

/* ===== MISSION ===== */
.mission-section {
  padding: 4rem 0;
  background-color: var(--secondary-color);
  color: #000;
}

.mission-section h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}

.mission-text {
  margin: 0 auto;
  text-align: center;
}

.itemid-101 .mission-text{
  max-width: 800px;
}

.mission-text p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-weight:300;
}

/* ===== METHOD SECTION ===== */
.method-section {
  padding: 0 0 5rem 0;
}

.method-content {
  background-color: var(--primary-color);
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3rem;
  border-radius: 0;
  position: relative;
}

div.method-content a.blink,

.method-content h3 {
  margin: 0;
  color:#fff;
  font-size: 1.5rem;
  text-align: center;
  flex-basis: 100%;
}

.show-vertical{
  position: absolute;
  transform: rotate(-0.25turn);
  right: -45px;
}

.mod-custom .show-vertical {
  font-size: 20px;
  right: -60px;
}

.method-image img {
  border-radius: 25px 0px 0px 25px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* ===== FOOTER ===== */
.footer {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 4rem 0;
}

.footer-logo img {
  max-width: 120px;
  margin-bottom: 1.5rem;
}

.footer-links h4 {
  color: var(--primary-color);
  margin-bottom: 19px;
  font-size: 19px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 13px;
}

.footer-links ul li a {
  color: var(--primary-color);
  font-size: 14px;
}

.footer-links ul li a:hover {
  color: var(--primary-color);
}

.heart-section {
  background-color: var(--primary-color);
  color: #fff;
  padding: 15px;
} 
.heart-section h5{
  margin-bottom: 0;
}

.hero-banner .djslider-default ul.djslider-in > li,
.hero-banner .djslider-default{
    height: 1080px !important;
}

.hero-banner .djslider-default img.dj-image{
    height: 1080px !important;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 40px;
  }
  
  .stats-text {
    font-size: 21px;
  }

  .show-vertical{
    position: relative;
    transform: unset;
    right: auto !important;
    width: 100%;
  }
  .method-content{
    flex-wrap: wrap;
  }
  
    .hero-banner .slide-desc{
    padding-top: 200px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 35px;
  }
  
  .method-content {
    padding: 2rem;
  }
  
  .method-content h3 {
    font-size: 21px;
  }
  
  .navbar-nav {
    border-radius: 0;
  }

  .navbar-toggler{
    border-color: transparent !important;
    background-color: transparent !important;
  } 
  
  .navbar-toggler:focus{
    box-shadow: none;  
  }
  
  .navbar-toggler .navbar-toggler-icon {
    content: '';
    background-image: unset !important;!i;!;!o;!;!
    @;
    background: url('../images/ico-menu.png') center center no-repeat !important;!i;!;
    background-size: contain !important;!i;!;
  }
  
  .benefit-item p::before {
    font-size: 30px;  
  }

  .banner-content h1{
    font-size: 25px;
  }
  .hero-banner .djslider-default ul.djslider-in > li,
  .hero-banner .djslider-default{
    height: 80vh !important;
  }

  .hero-banner .djslider-default img.dj-image{
    height: 80vh !important;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
    
      .hero-banner .slide-desc{
    padding-top: 250px;
  }
  
  .banner-content h1 {
    font-size: 29px;
  }
  
  .feature-img {
    height: 200px;
  }
  
  .stats-text {
    font-size: 18px;
  }
  
  .method-content {
    margin-bottom: 1.5rem;
  }
  .method-image img{
    border-radius: 0;
  }
  .show-vertical{
    position: relative;
    transform: unset;
    right: auto;
    flex-basis: 100%;
    font-size: 14px !important;
  }
  .method-content{
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .banner-content h1 {
    font-size: 24px;
  }
  
  .feature-overlay h3 {
    font-size: 16px;
  }
  
  .method-content h3 {
    font-size: 18px;
  }
}


.basics {
  padding: 60px 0;
  background-color: var(--secondary-color);
}

.basics .basics-box {
  padding: 20px;
  margin-bottom: 30px;
}

.basics .basics-title {
  background-color: #00A7E1;
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.basics p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 1rem;
}

.basics .basics-cta-button {
  display: inline-block;
  background-color: white;
  color: #00A7E1;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.basics .basics-cta-button:hover {
  background-color: #00A7E1;
  color: white;
}

.mt-10{
  margin-top: 100px;
}

.mt-15{
 
}

.mt-20{
  margin-top: 200px;
}

.mb-10{
  margin-bottom: 100px;
}

.mb-15{
  margin-bottom: 150px;
}

.mb-20{
  margin-bottom: 200px;
}


/* Responsive */
@media (max-width: 768px) {
  .basics .basics-box {
      margin-bottom: 20px;
  }

  .basics .basics-title {
      font-size: 1rem;
      padding: 10px;
  }

  .basics p {
      font-size: 0.9rem;
  }

  .basics .basics-cta-button {
      padding: 10px 20px;
      font-size: 0.9rem;
  }

  .blog-grid {
      grid-template-columns: 1fr;
  }
  
  .blog-title {
      font-size: 1.3rem;
  }
}

.mod-custom .benefits {
    padding: 60px 0;
    background-color: var(--primary-color);
    color: #ffffff;
}

.mod-custom .benefit-item {
    margin-bottom: 30px;
    text-align: center;
}

.mod-custom .benefit-image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 0px solid #FFF;
    border-radius: 50px;
}

.mod-custom .benefit-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mod-custom .benefit-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 20px;
}

.itemid-111 .mod-custom .benefit-title{
  font-size: 32px;
}

.mod-custom .benefit-text {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
    padding: 0;
}

ul.check-looking li {
    background: url(../images/check-white.png) no-repeat left 3px;
    padding-left: 35px;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
}

.mod-custom .benefit-text:before{
  display: none;
}

.mod-custom .benefit-item:after{
  display: none;
}

.mod-custom .benefits .container .row {
    margin-top: -160px;
}
body.site.frontpage.itemid-101 a.call1 svg.svg-inline--fa.fa-phone, 
body.site.itemid-118 a.call1 svg.svg-inline--fa.fa-phone, 
body.site.itemid-120 a.call1 svg.svg-inline--fa.fa-phone {color:#fff !important;
}


 a.call1 svg.svg-inline--fa.fa-phone,
 a#c2.call1 svg.svg-inline--fa.fa-phone
 {
    width: 60px;
  padding: 12px;
  font-size:30px;
  color:var(--primary-color);
    
}

nav.navbar.navbar-dark.navbar-expand-lg button.navbar-toggler a.call1 {
    float:left;
}

nav.navbar.navbar-dark.navbar-expand-lg button.navbar-toggler a.call1 img {
padding: 0px 13px 0 0;

  width: 44px !important;

}

com-content-article__body {
    font-weight:300 !important;
}

 div.com-content-article__body div.text-user1 {
background: #ececec;
  display: inline-block;
  border: 0px solid;
  padding: 50px;
  margin: 20px 0px; 
}


 div.com-content-article__body div.text-user1 p
{
    font-weight: 300;
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: normal;
  margin: 0 0 20px 0;
}

 div#mod-custom174.mod-custom.custom {
float:right;}

a.call1 {float:right;}


.col-lg-3 {width:50% !important;}
.location-card h4 {margin-bottom:10px;  
text-transform: uppercase;}

 div.locations.mt-5.mb-10 div.container div.row div.col-lg-3.col-md-6 div.location-card p {
     color:#fff;
     font-weight:300;

 }


@media (min-width: 992px) {
 nav.navbar.navbar-dark.navbar-expand-lg a#c2.call1
{display:none;}
}

@media (max-width: 991.98px) {
    
    .col-lg-3 {width:100% !important;}
    
    
 div#mod-custom174.mod-custom.custom {
display:none;}
a.call1{
position: absolute;
  right: 44px;
  top: 25px;
}
    .mod-custom .benefits {
        padding: 40px 0;
    }
    
    .mod-custom .benefit-title {
        font-size: 1.75rem;
    }
    
    .mod-custom .benefit-image img {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .mod-custom .benefit-item {
        margin-bottom: 40px;
    }
    
    .mod-custom .benefit-title {
        font-size: 1.5rem;
    }
    
    .mod-custom .benefit-image img {
        height: 200px;
    }
    
    .mod-custom .benefit-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .mod-custom .benefits {
        padding: 30px 0;
    }
    
    .mod-custom .benefit-image img {
        height: 180px;
    }
    
    .mod-custom .benefit-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
}

/* Features Section Styles */
.memberships-features {
    padding: 80px 0;
    background-color: #ffffff;
}

.memberships-feature-item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.memberships-feature-icon {
    margin-bottom: 25px;
}

.memberships-feature-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.memberships-feature-title {
    text-align: center;
    font-size: 36px;
    font-weight: 100;
    color: #ec1751;
    margin: 30px 0;
}

.memberships-feature-content {
    color: #4a4a4a;
}

.itemid-111 .memberships-feature-content {
  text-align: left;
}

.memberships-feature-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.memberships-feature-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .memberships-features {
        padding: 60px 0;
    }

    .memberships-feature-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 991.98px) {
    .memberships-feature-item {
        padding: 20px 15px;
    }

    .memberships-feature-icon img {
        width: 70px;
        height: 70px;
    }

    .memberships-feature-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .memberships-features {
        padding: 40px 0;
    }

    .memberships-feature-item {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .memberships-feature-icon img {
        width: 60px;
        height: 60px;
    }

    .memberships-feature-title {
        font-size: 1.3rem;
    }

    .memberships-feature-content p {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .memberships-features {
        padding: 30px 0;
    }

    .memberships-feature-title {
        font-size: 1.2rem;
    }

    .memberships-feature-icon img {
        width: 50px;
        height: 50px;
    }
}